
#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;
  }
}



/* === 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-4 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#about-us-4 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#about-us-4 .description {
  background: #fff;
  padding: 30px 40px;
  border-radius: 8px;
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  white-space: pre-wrap;
}
#about-us-4 .timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
#about-us-4 .timeline::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
}
#about-us-4 .timeline-item {
  position: relative;
  margin-left: 70px;
  margin-bottom: 30px;
  padding: 10px 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#about-us-4 .timeline-item::before {
  content: attr(data-year);
  position: absolute;
  left: -40px;
  top: 10px;
  background: #007bff;
  color: #fff;
  font-weight: bold;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
}
#about-us-4 .timeline-item h4 {
  margin: 0 0 5px;
  font-size: 1.2rem;
  color: #007bff;
}
#about-us-4 .timeline-item p {
  margin: 0;
  font-size: 1rem;
  color: #555;
}



#why-choose-us-9 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1200px;
}
#why-choose-us-9 .header {
  text-align: center;
  margin-bottom: 30px;
}
#why-choose-us-9 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#why-choose-us-9 .header p {
  font-size: 1.1rem;
  color: #777;
}
#why-choose-us-9 .card-row {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 10px;
}
#why-choose-us-9 .card-row .reason-card {
  flex: 0 0 auto;
  width: 300px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
#why-choose-us-9 .card-row .reason-card:hover {
  transform: translateY(-5px);
}
#why-choose-us-9 .reason-card i {
  font-size: 2rem;
  color: #007bff;
  margin-bottom: 10px;
}
#why-choose-us-9 .reason-card h5 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
#why-choose-us-9 .reason-card p {
  font-size: 0.95rem;
  color: #555;
}



#counter-4 {
  text-align: center;
  background: #f8f9fa;
  padding: 80px 0;
}
#counter-4 .counter-content {
  max-width: 800px;
  margin: 0 auto;
}
#counter-4 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #222;
}
#counter-4 p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 40px;
}
#counter-4 .counter-grid {
  max-width: 700px;
  margin: auto;
  text-align: left;
}
#counter-4 .counter-item {
  margin-bottom: 20px;
}
#counter-4 .counter-title {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
#counter-4 .counter-title i {
  font-size: 1.5rem;
  color: #007bff;
  margin-right: 10px;
}
#counter-4 .progress-bar {
  position: relative;
  width: 100%;
  height: 15px;
  background: #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}
#counter-4 .progress-fill {
  height: 100%;
  width: 0;
  background: #007bff;
  border-radius: 8px;
  transition: width 1.5s ease-in-out;
}
#counter-4 .progress-percentage {
  font-size: 1rem;
  color: #007bff;
  font-weight: bold;
  text-align: right;
  margin-top: 5px;
}



#features-4 {
  padding: 60px 0;
  text-align: center;
}
#features-4 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-4 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-4 .feature-item {
  padding: 30px;
  border-radius: 8px;
  color: #ffffff;
  transition: transform 0.3s, box-shadow 0.3s;
}
#features-4 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
#features-4 .feature-icon {
  font-size: 40px;
  margin-bottom: 20px;
}
#features-4 .feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-4 .feature-description {
  font-size: 14px;
  color: #f8f9fa;
}
#features-4 .feature1 {
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
}
#features-4 .feature2 {
  background: linear-gradient(135deg, #ff7e5f 0%, #feb47b 100%);
}
#features-4 .feature3 {
  background: linear-gradient(135deg, #43cea2 0%, #185a9d 100%);
}
#features-4 .feature4 {
  background: linear-gradient(135deg, #ee0979 0%, #ff6a00 100%);
}



#cta-banner-5 {
  padding: 5rem 1rem;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #ffffff;
  color: #212529;
}
#cta-banner-5 .container {
  max-width: 850px;
}
#cta-banner-5 .cta-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
#cta-banner-5 .cta-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  margin-bottom: 2.5rem;
}
#cta-banner-5 .social-proof-wrapper {
  margin-bottom: 2.5rem;
}
#cta-banner-5 .proof-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem 2.5rem;
}
#cta-banner-5 .proof-logo-item img {
  max-height: 35px;
  max-width: 120px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.7;
}
#cta-banner-5 .proof-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#cta-banner-5 .rating-stars {
  font-size: 1.5rem;
  color: #ffc107;
  margin-bottom: 0.5rem;
  letter-spacing: 2px;
}
#cta-banner-5 .rating-stars .fa-regular {
  color: #e0e0e0;
}
#cta-banner-5 .rating-value {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
#cta-banner-5 .rating-source {
  font-size: 0.9rem;
  color: #6c757d;
}
#cta-banner-5 .cta-button .btn {
  padding: 0.9rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #cta-banner-5 {
    padding: 4rem 1rem;
  }
  #cta-banner-5 .cta-title {
    font-size: 2.1rem;
  }
  #cta-banner-5 .cta-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  #cta-banner-5 .social-proof-wrapper {
    margin-bottom: 2rem;
  }
  #cta-banner-5 .proof-logos {
    gap: 1rem 1.5rem;
  }
  #cta-banner-5 .proof-logo-item img {
    max-height: 30px;
  }
  #cta-banner-5 .cta-button .btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}



#testimonials-8 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
  perspective: 1000px;
}
#testimonials-8 .flip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#testimonials-8 .flip-card {
  position: relative;
  width: 300px;
  height: 350px;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}
#testimonials-8 .flip-card:hover {
  transform: rotateY(180deg);
}
#testimonials-8 .flip-side {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#testimonials-8 .flip-front {
  background: #fff;
  text-align: center;
  padding: 20px;
}
#testimonials-8 .flip-front img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-8 .flip-front h5 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#testimonials-8 .flip-front p {
  font-size: 1rem;
  font-style: italic;
  color: #333;
}
#testimonials-8 .flip-back {
  background: #f8f9fa;
  color: #333;
  transform: rotateY(180deg);
  padding: 20px;
  text-align: center;
  font-size: 0.95rem;
}



#call-to-action-24 {
  position: relative;
  padding: 0;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  color: #ffffff;
}
.cta-portrait-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#call-to-action-24 .container {
  position: relative;
  z-index: 2;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cta-portrait-content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cta-portrait-content-col h2 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.3;
}
.cta-portrait-content-col p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  max-width: 500px;
}
.cta-portrait-content-col .btn {
  padding: 0.8rem 2rem;
  font-weight: 600;
  width: fit-content;
}
.cta-portrait-image-col {
  position: relative;
  text-align: center;
}
.cta-portrait-img {
  max-width: 100%;
  height: auto;
  max-height: 550px;
  position: relative;
  bottom: -5rem;
  margin-bottom: -5rem;
}
@media (max-width: 991.98px) {
  .cta-portrait-content-col {
    text-align: center;
    margin-bottom: 0;
  }
  .cta-portrait-content-col p {
    margin-left: auto;
    margin-right: auto;
  }
  .cta-portrait-content-col .btn {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
  .cta-portrait-img {
    max-height: 450px;
    bottom: -4rem;
    margin-bottom: -4rem;
  }
  #call-to-action-24 .container {
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .cta-portrait-content-col h2 {
    font-size: 2rem;
  }
  .cta-portrait-img {
    max-height: 350px;
    bottom: -3rem;
    margin-bottom: -3rem;
  }
}



#offers-3 {
  padding: 80px 0;
  background-color: #fff;
}
#offers-3 .offer-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
}
#offers-3 .offer-tier-card {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  height: 100%;
  text-align: center;
  padding: 2rem 1.5rem;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
#offers-3 .offer-tier-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
#offers-3 .offer-tier-card .card-header-custom {
  font-size: 0.9rem;
  font-weight: 600;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
}
#offers-3 .offer-tier-card .tier-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  line-height: 1;
}
#offers-3 .offer-tier-card .tier-title {
  font-weight: 600;
  font-size: 1.2rem;
  color: #212529;
  margin-bottom: 0.75rem;
}
#offers-3 .offer-tier-card .tier-description {
  color: #495057;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
#offers-3 .offer-tier-card .tier-condition {
  font-size: 0.85rem;
  color: #6c757d;
  font-style: italic;
  margin-bottom: 1.5rem;
}
#offers-3 .offer-tier-card .btn-tier-cta {
  padding: 0.5rem 1.2rem;
  font-size: 0.9rem;
  font-weight: 500;
  margin-top: auto;
}


