
#hero-18 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 68vh;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
  text-align: right;
}
#hero-18 .hero-overlay-18 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-18 .container {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#hero-18 .hero-content-wrapper-18 {
  max-width: 680px;
  margin-right: 0;
  margin-left: auto;
}
#hero-18 .hero-title-18 {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-18 .hero-subtitle-18 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-18 .hero-cta-button-18 {
  display: inline-block;
  padding: 0.8rem 2.1rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}
#hero-18 .hero-cta-button-18:hover {
  transform: translateY(-2px);
  filter: brightness(110%);
}
@media (max-width: 767.98px) {
  #hero-18 {
    min-height: 60vh;
    padding: 4rem 0;
    text-align: center;
    justify-content: center;
  }
  #hero-18 .container {
    justify-content: center;
  }
  #hero-18 .hero-content-wrapper-18 {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
  #hero-18 .hero-title-18 {
    font-size: 2.4rem;
  }
  #hero-18 .hero-subtitle-18 {
    font-size: 1.1rem;
  }
}



/* Section & background accents */
#category-posts-14 {
  position: relative;
  padding: 80px 0;
  background: #ffffff;
  overflow: hidden;
}

/* Accent shapes */
#category-posts-14::before,
#category-posts-14::after,
#category-posts-14 .accent-shape {
  position: absolute;
  pointer-events: none;
}
#category-posts-14::before {
  content: '';
  width: 200px; height: 200px;
  background: rgba(79, 70, 229, 0.1);
  border-radius: 50%;
  top: -40px; left: -40px;
}
#category-posts-14::after {
  content: '';
  width: 150px; height: 150px;
  background: rgba(239, 68, 68, 0.1);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  bottom: -30px; right: 20%;
}
#category-posts-14 .accent-shape.shape-1 {
  width: 120px; height: 120px;
  background: rgba(16, 185, 129, 0.1);
  border-radius: 50%;
  top: 30%; left: 80%;
}
#category-posts-14 .accent-shape.shape-2 {
  width: 100px; height: 100px;
  background: rgba(234, 179, 8, 0.1);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  bottom: 20%; left: 10%;
}

/* Container above accents */
#category-posts-14 .container {
  position: relative;
  z-index: 1;
}

/* Header */
#category-posts-14 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#category-posts-14 .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #111827;
}
#category-posts-14 .section-subtitle {
  font-size: 1rem;
  color: #6b7280;
}

/* Make entire card clickable */
.card-wrapper {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* Card style */
#category-posts-14 .post-card {
  background: #ffffff;
  border-radius: .75rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  overflow: hidden;
  transform: translateY(20px);
  opacity: 0;
  transition: transform .6s ease, opacity .6s ease, box-shadow .3s ease;
}
#category-posts-14 .post-card.visible {
  transform: translateY(0);
  opacity: 1;
}
#category-posts-14 .post-card:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

/* Image */
#category-posts-14 .post-card img {
  width: 100%;
  display: block;
}

/* Card body */
#category-posts-14 .card-body {
  padding: 1rem;
}
#category-posts-14 .card-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: .5rem;
}
#category-posts-14 .card-excerpt {
  font-size: .95rem;
  color: #4b5563;
  margin-bottom: 1rem;
}

/* Read more badge */
#category-posts-14 .btn-readmore {
  font-size: .875rem;
  font-weight: 500;
  color: #4f46e5;
  display: inline-flex;
  align-items: center;
  transition: color .3s ease;
}
#category-posts-14 .btn-readmore i {
  margin-left: .5rem;
  transition: transform .3s ease;
}
#category-posts-14 .btn-readmore:hover {
  color: #4338ca;
}
#category-posts-14 .btn-readmore:hover i {
  transform: translateX(4px);
}

/* Pagination & Load More */
#category-posts-14 .pagination-wrapper,
#category-posts-14 .load-more-wrapper {
  text-align: center;
  margin-top: 2.5rem;
}




#our-services-4 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1200px;
}
#our-services-4 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
#our-services-4 .carousel-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
#our-services-4 .carousel-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
#our-services-4 .carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  border-radius: 4px;
}
#our-services-4 .btn-readmore {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  #our-services-4 .carousel-item img {
    height: 250px;
  }
}



#features-22 {
  padding: 50px 0; 
  overflow: hidden;
  background-color: {{ $data['features-22']['bg_color'] ?? '#ffffff' }};
}
#features-22 .section-title h2 {
  font-size: 30px; 
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  color: #343a40;
}
#features-22 .section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--bs-primary, #0d6efd);
  bottom: 0;
  left: calc(50% - 20px);
}
#features-22 .section-title p {
  margin-bottom: 30px;
  color: #6c757d;
  font-size: 15px;
}
#features-22 .compact-feature {
  display: flex;
  align-items: center; 
  padding: 15px;
  background-color: #f8f9fa; 
  border-radius: 5px;
  transition: box-shadow 0.3s ease;
  height: 100%; 
}
#features-22 .compact-feature:hover {
   box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
#features-22 .compact-icon {
  flex-shrink: 0;
  margin-right: 15px;
}
#features-22 .compact-icon i {
  font-size: 24px; 
  color: var(--bs-primary, #0d6efd);
  line-height: 1;
  width: 30px; 
  text-align: center;
}
#features-22 .compact-content h5 {
  font-size: 16px; 
  font-weight: 600;
  margin-bottom: 3px; 
  color: #343a40;
}
#features-22 .compact-content p {
  font-size: 14px; 
  color: #6c757d;
  margin-bottom: 0;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  #features-22 .section-title h2 {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  #features-22 .compact-feature {
     padding: 12px;
  }
  #features-22 .compact-icon i {
     font-size: 22px;
  }
  #features-22 .compact-content h5 {
    font-size: 15px;
  }
  #features-22 .compact-content p {
    font-size: 13px;
  }
}



#about-us-3 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
#about-us-3 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#about-us-3 .columns {
  display: flex;
  gap: 30px;
}
#about-us-3 .left-column {
  flex: 2;
  background: #fff;
  padding: 30px 40px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  white-space: pre-wrap;
}
#about-us-3 .right-column {
  flex: 1;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 0.95rem;
  color: #333;
  line-height: 1.8;
}
#about-us-3 .right-column h4 {
  margin-top: 0;
  color: #007bff;
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  #about-us-3 .columns {
    flex-direction: column;
  }
}



#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;
  }
}



#why-choose-us-5 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 800px;
}
#why-choose-us-5 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 70px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
#why-choose-us-5 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#why-choose-us-5 li {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
#why-choose-us-5 li:last-child {
  border-bottom: none;
}
#why-choose-us-5 li i {
  font-size: 2rem;
  color: #dc3545;
  margin-right: 15px;
}
#why-choose-us-5 .reason-content h5 {
  margin: 0 0 5px;
  font-size: 1.1rem;
}
#why-choose-us-5 .reason-content p {
  margin: 0;
  font-size: 0.95rem;
  color: #555;
}



#call-to-action-23 {
  padding: 5rem 0;
  overflow: hidden;
}
.cta-form-content h2 {
  font-weight: 700;
  color: #312e81;
}
.cta-form-content p {
  color: #4f46e5;
  font-size: 1.1rem;
}
.cta-form-wrapper .input-group {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
}
.cta-form-wrapper .form-control {
  min-height: 3.5rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-color: #e0e7ff;
}
.cta-form-wrapper .form-control:focus {
  border-color: #a5b4fc;
  box-shadow: 0 0 0 0.25rem rgba(79, 70, 229, 0.25);
}
.cta-form-wrapper .btn {
  min-height: 3.5rem;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background-color: #4f46e5;
  border-color: #4f46e5;
  color: #fff;
  font-weight: 600;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cta-form-wrapper .btn:hover {
  background-color: #4338ca;
  border-color: #4338ca;
}
@media (max-width: 991.98px) {
  .cta-form-content {
    margin-bottom: 2rem;
    text-align: center;
  }
}



#counter-5 {
  position: relative;
  text-align: center;
  color: white;
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
#counter-5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}
#counter-5 .counter-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: auto;
}
#counter-5 h2 {
  font-size: 2.8rem;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
#counter-5 p {
  font-size: 1.4rem;
  margin-bottom: 40px;
}
#counter-5 .counter-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 50px;
}
#counter-5 .counter-item {
  position: relative;
  width: 200px;
  height: 200px;
  text-align: center;
  border-radius: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
#counter-5 .counter-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}
#counter-5 .counter-item i {
  font-size: 3rem;
  color: #ffd700;
  margin-bottom: 15px;
}
#counter-5 .counter-number {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  display: block;
  text-shadow: 2px 2px 10px rgba(255, 255, 255, 0.5);
}
#counter-5 .counter-title {
  font-size: 1.3rem;
  color: #ddd;
}



#press-mentions-12 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  overflow: hidden;
}
#press-mentions-12 .section-title {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6c757d;
  margin-bottom: 2rem;
}
#press-mentions-12 .logo-row-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.5rem 3.5rem;
}
#press-mentions-12 .logo-item {
  text-align: center;
  flex-shrink: 0;
}
#press-mentions-12 .logo-item a {
  display: inline-block;
  filter: grayscale(100%);
  opacity: 0.65;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
#press-mentions-12 .logo-item a:hover {
  filter: grayscale(0%);
  opacity: 1;
}
#press-mentions-12 .logo-item img {
  max-width: 100%;
  height: auto;
  max-height: 35px;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  #press-mentions-12 .logo-row-wrapper {
    gap: 2rem 3rem;
  }
  #press-mentions-12 .logo-item img {
    max-height: 30px;
  }
}
@media (max-width: 767.98px) {
  #press-mentions-12 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  #press-mentions-12 .section-title {
    margin-bottom: 1.5rem;
  }
  #press-mentions-12 .logo-row-wrapper {
    gap: 1.5rem 2rem;
    justify-content: space-around;
  }
  #press-mentions-12 .logo-item img {
    max-height: 28px;
  }
}


