
#hero-10 {
  padding: 120px 20px;
  background-color: #fff;
  text-align: center;
}
#hero-10 .hero-title {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-10 .hero-subtitle {
  font-size: 22px;
  color: #777;
  margin-bottom: 30px;
}
.btn.btn-primary {
  padding: 14px 40px;
  font-size: 18px;
}



/* === Gradient Section & Divider SVG === */
.post-section {
  position: relative;
  color: #fff;
  overflow: hidden;
}
.post-section .divider-top,
.post-section .divider-bottom {
  display: block;
  width: 100%;
  line-height: 0;
}
.post-section .divider-top svg,
.post-section .divider-bottom svg {
  display: block;
  width: 100%;
  height: 60px;
}

/* Background gradient */
#post-section-9 {
  background: linear-gradient(135deg,
    var(--grad-start),
    var(--grad-end)
  );
  padding: 80px 0;
}

/* Section header */
.post-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.post-section .section-header h2 {
  font-size: 2.25rem;
  font-weight: 700;
}
.post-section .section-header p {
  font-size: 1rem;
  opacity: 0.9;
  margin-top: 8px;
}

/* === Card Grid === */
.post-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(1,1fr);
}
@media (min-width: 576px) {
  .post-grid { grid-template-columns: repeat(2,1fr); }
}
@media (min-width: 992px) {
  .post-grid { grid-template-columns: repeat(4,1fr); }
}
.post-card {
  background: #fff;
  color: #333;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}
.post-card:hover {
  transform: translateY(-5px);
}
.post-card img {
  width: 100%;
  display: block;
}
.post-card .card-body {
  padding: 1rem;
}
.post-card .card-body h5 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.post-card .card-body p {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 1rem;
}
.post-card .btn-readmore {
  font-size: 0.85rem;
}

/* === Pagination === */
.pagination-wrapper {
  text-align: center;
  margin-top: 40px;
}




#about-us-16 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#about-us-16 .section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}
#about-us-16 .section-subtitle {
  font-size: 1.1rem;
  color: #666;
  text-align: center;
  margin-bottom: 30px;
}
#about-us-16 .company-description {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 40px;
}
#about-us-16 .mission-vision-wrapper {
  margin-bottom: 40px;
}
#about-us-16 .mission-vision-item {
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
#about-us-16 .mission-vision-item h3 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 10px;
}
#about-us-16 .mission-vision-item p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}
#about-us-16 .core-values-wrapper {
  margin-bottom: 40px;
}
#about-us-16 .core-values-wrapper h3 {
  font-size: 1.5rem;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}
#about-us-16 .core-value-item {
  text-align: center;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 20px;
}
#about-us-16 .core-value-item i {
  font-size: 2rem;
  color: #007bff;
  margin-bottom: 10px;
}
#about-us-16 .core-value-item p {
  font-size: 1rem;
  color: #555;
}
#about-us-16 .team-members-wrapper h3 {
  font-size: 1.5rem;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}
#about-us-16 .team-member-card {
  text-align: center;
  margin-bottom: 30px;
}
#about-us-16 .team-member-card img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}
#about-us-16 .team-member-card h4 {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 5px;
}
#about-us-16 .team-member-card p {
  font-size: 0.9rem;
  color: #777;
}
@media (min-width: 768px) {
  #about-us-16 .mission-vision-wrapper {
    display: flex;
    gap: 30px;
  }
  #about-us-16 .mission-vision-item {
    flex: 1;
    margin-bottom: 0;
  }
  #about-us-16 .core-values-wrapper .row > div {
    margin-bottom: 0;
  }
  #about-us-16 .team-members-wrapper .row > div {
    margin-bottom: 0;
  }
}



#our-services-13 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fff;
}
#our-services-13 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#our-services-13 .section-header h2 {
  font-weight: 700;
  color: #343a40;
}
#our-services-13 .featured-service-row {
  margin-bottom: 4rem;
}
#our-services-13 .featured-service-row:last-child {
  margin-bottom: 1rem;
}
#our-services-13 .service-image-col img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#our-services-13 .service-text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#our-services-13 .service-text-col h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--bs-primary, #0d6efd);
}
#our-services-13 .service-text-col .description {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
#our-services-13 .key-features-list {
  list-style: none;
  padding-left: 0;
}
#our-services-13 .key-features-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  color: #6c757d;
}
#our-services-13 .key-features-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.1em;
  color: var(--bs-success, #198754);
  font-size: 0.9em;
}
@media (max-width: 767.98px) {
  #our-services-13 {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
  #our-services-13 .featured-service-row {
    margin-bottom: 3rem;
  }
  #our-services-13 .service-image-col {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  #our-services-13 .service-text-col {
    text-align: center;
  }
  #our-services-13 .service-text-col h3 {
    font-size: 1.6rem;
  }
  #our-services-13 .key-features-list {
    display: inline-block;
    text-align: left;
  }
}



#why-choose-us-22 {
  padding-top: 70px;
  padding-bottom: 40px;
  background-color: #f8f9fa;
}
#why-choose-us-22 .section-title-container {
  margin-bottom: 50px;
}
#why-choose-us-22 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #343a40;
}
#why-choose-us-22 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555e68;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}
#why-choose-us-22 .advantage-row {
  margin-bottom: 50px;
  align-items: center;
  background-color: #ffffff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
}
#why-choose-us-22 .advantage-row:last-child {
  margin-bottom: 0;
}
#why-choose-us-22 .advantage-image-wrapper {
  text-align: center;
}
#why-choose-us-22 .advantage-image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
#why-choose-us-22 .advantage-content {
  padding-left: 30px;
  padding-right: 15px;
}
#why-choose-us-22 .advantage-row.image-on-right .advantage-content {
  padding-left: 15px;
  padding-right: 30px;
}
#why-choose-us-22 .advantage-icon {
  font-size: 2.2rem;
  color: #0d6efd;
  margin-bottom: 15px;
  display: inline-block;
}
#why-choose-us-22 .advantage-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
  line-height: 1.3;
}
#why-choose-us-22 .advantage-description {
  font-size: 1rem;
  color: #495057;
  line-height: 1.8;
}
@media (max-width: 991.98px) {
  #why-choose-us-22 .advantage-image-wrapper {
    margin-bottom: 25px;
    order: 1;
  }
  #why-choose-us-22 .advantage-content {
    padding-left: 15px;
    padding-right: 15px;
    order: 2;
    text-align: center;
  }
  #why-choose-us-22 .advantage-row.image-on-right .advantage-content,
  #why-choose-us-22 .advantage-row.image-on-right .advantage-image-wrapper {
    order: initial;
  }
  #why-choose-us-22 .advantage-row.image-on-right .advantage-image-wrapper {
    order: 1;
  }
  #why-choose-us-22 .advantage-row.image-on-right .advantage-content {
    order: 2;
  }
  #why-choose-us-22 .advantage-title {
    font-size: 1.6rem;
  }
}



#testimonials-13 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f8f9fa);
  overflow: hidden;
}
#testimonials-13 .container {
  max-width: 800px;
}
#testimonials-13 .testimonial-card-featured {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px 50px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
}
#testimonials-13 .testimonial-card-featured::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 6rem;
  color: #e9ecef;
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 1;
  line-height: 1;
  opacity: 0.8;
}
#testimonials-13 .testimonial-content {
  position: relative;
  z-index: 2;
}
#testimonials-13 .client-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px auto;
  border: 4px solid #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
#testimonials-13 .testimonial-quote {
  font-size: 1.25rem;
  font-weight: 400;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 25px;
  font-style: italic;
}
#testimonials-13 .client-info .client-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #343a40;
  display: block;
  margin-bottom: 3px;
}
#testimonials-13 .client-info .client-position {
  font-size: 0.95rem;
  color: #6c757d;
  display: block;
}
#testimonials-13 .rating {
  margin-top: 15px;
  color: #ffc107;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  #testimonials-13 {
    padding: 50px 0;
  }
  #testimonials-13 .testimonial-card-featured {
    padding: 30px 25px;
  }
  #testimonials-13 .testimonial-card-featured::before {
    font-size: 4.5rem;
    top: 15px;
    left: 15px;
  }
  #testimonials-13 .client-image img {
    width: 80px;
    height: 80px;
  }
  #testimonials-13 .testimonial-quote {
    font-size: 1.1rem;
  }
}



#call-to-action-10 {
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}
#call-to-action-10 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}
#call-to-action-10 p {
  font-size: 18px;
  margin-bottom: 30px;
}
#call-to-action-10 .cta-btn {
  padding: 12px 30px;
  background-color: #fff;
  color: #2575fc;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
#call-to-action-10 .cta-btn:hover {
  background-color: #e2e6ea;
  color: #2575fc;
}
@media (max-width: 767.98px) {
  #call-to-action-10 h2 {
    font-size: 28px;
  }
  #call-to-action-10 p {
    font-size: 16px;
  }
}



#faq-22 {
  padding: 80px 0;
  background-color: #fff;
}
#faq-22 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 4rem;
  font-size: 2rem;
}
#faq-22 .faq-alternating-block {
  margin-bottom: 5rem;
}
#faq-22 .faq-alternating-block:last-child {
  margin-bottom: 0;
}
#faq-22 .faq-alternating-block:nth-child(even) {
  background-color: #f8f9fa;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 15px;
}
#faq-22 .faq-content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 1.5rem;
}
#faq-22 .faq-content-col h5 {
  font-weight: 600;
  color: #212529;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
#faq-22 .faq-content-col p {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 0;
}
#faq-22 .faq-image-col {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#faq-22 .faq-alternating-image {
  max-width: 90%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767.98px) {
  #faq-22 .faq-alternating-block {
    margin-bottom: 3rem;
  }
  #faq-22 .faq-image-col {
    margin-bottom: 1.5rem;
    order: 1 !important;
  }
  #faq-22 .faq-content-col {
    order: 2 !important;
    text-align: center;
  }
  #faq-22 .faq-content-col p {
    text-align: left;
  }
  #faq-22 .faq-alternating-image {
    max-width: 80%;
  }
  #faq-22 .faq-alternating-block:nth-child(even) {
    padding: 2rem 1rem;
  }
}



#portfolio-17 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f8f9fa;
}
#portfolio-17 .section-title-container {
  margin-bottom: 50px;
}
#portfolio-17 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
}
#portfolio-17 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#portfolio-17 .client-logo-wall {
}
#portfolio-17 .client-logo-item {
  position: relative;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#portfolio-17 .client-logo-item:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
#portfolio-17 .client-logo-image-container {
  height: 80px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#portfolio-17 .client-logo-image-container img {
  max-height: 100%;
  max-width: 150px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
#portfolio-17 .client-logo-item:hover .client-logo-image-container img {
  filter: grayscale(0%);
}
#portfolio-17 .client-logo-info-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(13, 110, 253, 0.9);
  color: #fff;
  padding: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.3s ease, transform 0.3s ease;
  min-height: 80px;
  box-sizing: border-box;
}
#portfolio-17 .client-logo-item:hover .client-logo-info-overlay {
  opacity: 1;
  transform: translateY(0);
}
#portfolio-17 .overlay-info-title {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 3px;
}
#portfolio-17 .overlay-info-text {
  font-size: 0.8rem;
  line-height: 1.4;
}
#portfolio-17 .client-info-below {
  margin-top: 10px;
}
#portfolio-17 .client-info-below .info-title-below {
  font-size: 0.9rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 2px;
}
#portfolio-17 .client-info-below .info-text-below {
  font-size: 0.85rem;
  color: #6c757d;
}
@media (max-width: 767.98px) {
  #portfolio-17 .client-logo-item {
    margin-bottom: 20px;
  }
  #portfolio-17 .client-logo-info-overlay {
  }
}


