
#hero-6 {
  padding: 80px 20px;
  background-color: #fff;
  text-align: center;
}
#hero-6 .hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-6 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
}
.card-item {
  background: #f8f9fa;
  padding: 30px;
  margin: 15px;
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.card-icon {
  font-size: 48px;
  color: #2575fc;
  margin-bottom: 15px;
}
.card-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.card-description {
  font-size: 16px;
  color: #555;
}



#call-to-action-12 {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  position: relative;
}
#call-to-action-12 .cta-content {
  max-width: 700px;
  margin: 0 auto;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}
#call-to-action-12 h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-12 p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
#call-to-action-12 .btn {
  display: inline-block;
  background-color: #ffc107;
  color: #333;
  padding: 15px 40px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3rem;
  transition: background-color 0.3s ease-in-out;
}
#call-to-action-12 .btn:hover {
  background-color: #e0a800;
}



#offers-5 {
  padding: 80px 0;
  background-color: #fff;
}
#offers-5 .offer-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
}
#offers-5 .offer-details-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 1rem;
}
#offers-5 .offer-details-title {
  font-weight: 700;
  font-size: 1.8rem;
  color: #1a1a1a;
  margin-bottom: 1rem;
}
#offers-5 .offer-details-description {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
#offers-5 .offer-terms-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  color: #555;
}
#offers-5 .offer-terms-list li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-start;
}
#offers-5 .offer-terms-list li i {
  margin-right: 8px;
  margin-top: 4px;
  font-size: 0.8em;
  color: #0d6efd;
}
#offers-5 .offer-details-code {
  margin-bottom: 0.5rem;
  min-height: 25px;
}
#offers-5 .offer-details-code strong {
  margin-right: 5px;
}
#offers-5 .offer-details-code span {
  font-weight: 700;
  color: #dc3545;
  background-color: #f8d7da;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  font-size: 0.95rem;
}
#offers-5 .offer-details-expiry {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 2rem;
  min-height: 20px;
}
#offers-5 .offer-details-expiry i {
  margin-right: 5px;
}
#offers-5 .btn-split-offer-cta {
  padding: 0.8rem 1.8rem;
  font-weight: 600;
  align-self: flex-start;
}
#offers-5 .offer-visual-col {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
#offers-5 .offer-split-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  #offers-5 .offer-details-col,
  #offers-5 .offer-visual-col {
    text-align: center;
  }
  #offers-5 .offer-terms-list {
    text-align: left;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  #offers-5 .btn-split-offer-cta {
    align-self: center;
  }
  #offers-5 .offer-visual-col {
    margin-bottom: 2rem;
  }
}



#why-choose-us-6 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 800px;
}
#why-choose-us-6 .header {
  text-align: center;
  margin-bottom: 40px;
}
#why-choose-us-6 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#why-choose-us-6 .header p {
  font-size: 1.1rem;
  color: #777;
}
#why-choose-us-6 .vertical-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#why-choose-us-6 .vertical-list li {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
#why-choose-us-6 .vertical-list li:last-child {
  border-bottom: none;
}
#why-choose-us-6 .vertical-list li i {
  font-size: 2rem;
  color: #007bff;
  margin-right: 15px;
}
#why-choose-us-6 .vertical-list li .reason-content h5 {
  margin: 0 0 5px;
  font-size: 1.2rem;
}
#why-choose-us-6 .vertical-list li .reason-content p {
  margin: 0;
  font-size: 1rem;
  color: #555;
}



#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;
}



#counter-12 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
}
#counter-12 .container {
  max-width: 1140px;
}
#counter-12 .section-header {
  margin-bottom: 60px;
  text-align: center;
}
#counter-12 .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 15px;
}
#counter-12 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}
#counter-12 .counter-item-circular {
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#counter-12 .counter-circle-svg {
  display: block;
  margin: 0 auto;
  position: relative;
}
#counter-12 .circle-bg {
  fill: none;
  stroke: var(--circle-base-color, #e9ecef);
  stroke-width: var(--stroke-width, 10px);
}
#counter-12 .circle-progress {
  fill: none;
  stroke: var(--circle-progress-color, #0d6efd);
  stroke-width: var(--stroke-width, 10px);
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  transition: stroke-dashoffset 1.5s ease-out;
}
#counter-12 .counter-number-svg {
  font-size: 1.8rem;
  font-weight: 700;
  fill: #343a40;
  dominant-baseline: middle;
  text-anchor: middle;
}
#counter-12 .counter-suffix-svg {
  font-size: 0.9rem;
  font-weight: 500;
  fill: #555;
}
#counter-12 .counter-title-circular {
  margin-top: 15px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #495057;
}
@media (max-width: 991.98px) {
  #counter-12 .counter-circle-svg {
  }
  #counter-12 .counter-number-svg {
  }
}
@media (max-width: 767.98px) {
  #counter-12 {
    padding: 50px 0;
  }
  #counter-12 .section-header h2 {
    font-size: 2rem;
  }
  #counter-12 .counter-item-circular {
    margin-bottom: 50px;
  }
  #counter-12 .counter-item-circular:last-child {
    margin-bottom: 0;
  }
}



#features-20 {
  padding: 60px 0;
  overflow: hidden;
  background-color: {{ $data['features-20']['bg_color'] ?? '#f8f9fa' }};
}
#features-20 .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #343a40;
}
#features-20 .section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--bs-primary, #0d6efd);
  bottom: 0;
  left: calc(50% - 25px);
}
#features-20 .section-title p {
  margin-bottom: 40px;
  color: #6c757d;
}
#features-20 .step-item {
  position: relative;
  padding-left: 80px; 
  margin-bottom: 40px; 
  min-height: 60px; 
}
#features-20 .step-number {
  position: absolute;
  left: 0;
  top: 0; 
  font-size: 48px; 
  font-weight: 700;
  color: var(--bs-primary-light, #e0e0e0); 
  line-height: 1;
  z-index: 1;
  transition: color 0.3s ease;
}
#features-20 .step-item:hover .step-number {
    color: var(--bs-primary, #0d6efd); 
}
#features-20 .step-content {
   position: relative;
   z-index: 2;
}
#features-20 .step-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #343a40;
}
#features-20 .step-content p {
  font-size: 16px;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #features-20 .section-title h2 {
    font-size: 28px;
  }
  #features-20 .step-item {
    padding-left: 65px; 
    min-height: 50px;
  }
  #features-20 .step-number {
    font-size: 40px; 
  }
  #features-20 .step-content h4 {
    font-size: 18px;
  }
   #features-20 .step-content p {
     font-size: 15px;
   }
}
@media (max-width: 575.98px) {
   #features-20 .step-item {
     padding-left: 0; 
     padding-top: 55px; 
     text-align: center; 
   }
   #features-20 .step-number {
     left: 50%; 
     transform: translateX(-50%);
     top: 0;
   }
}



#cta-banner-3 {
  padding: 3.5rem 1rem;
  text-align: center;
  overflow: hidden;
  border-radius: 0.375rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
  background-color: #e9ecef;
  color: #343a40;
}
/*
#cta-banner-3::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    background-color: rgba(255, 255, 255, 0.1); // Default light overlay
    // overlay_color set via inline style
}
#cta-banner-3 .container { position: relative; z-index: 2; }
*/
#cta-banner-3 .container {
  max-width: 800px;
}
#cta-banner-3 .cta-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 1.5rem 0;
}
#cta-banner-3 .cta-button .btn {
  padding: 0.8rem 2rem;
  font-size: 1.05rem;
  font-weight: 500;
}
#cta-banner-3 .cta-button .btn i {
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  #cta-banner-3 {
    padding: 4rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
  #cta-banner-3 .cta-title {
    margin-bottom: 0;
    font-size: 2.2rem;
    padding-right: 2rem;
  }
  #cta-banner-3 .cta-button {
    flex-shrink: 0;
  }
}
@media (max-width: 767.98px) {
  #cta-banner-3 {
    padding: 3rem 1rem;
  }
  #cta-banner-3 .cta-title {
    font-size: 1.8rem;
  }
}



#contact-6 {
  background: linear-gradient(135deg, #ff7e5f, #feb47b);
  color: #fff;
  padding: 40px 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
#contact-6 .container {
  max-width: 1140px;
}
#contact-6 h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
#contact-6 p {
  font-size: 1.1rem;
  margin-bottom: 0;
}
#contact-6 .btn-chat {
  background: #fff;
  color: #ff7e5f;
  border: none;
  padding: 12px 30px;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 30px;
  transition: background 0.3s ease, color 0.3s ease;
}
#contact-6 .btn-chat:hover {
  background: #ff7e5f;
  color: #fff;
}
@media (max-width: 576px) {
  #contact-6 h2 {
    font-size: 1.8rem;
  }
  #contact-6 p {
    font-size: 1rem;
  }
  #contact-6 .btn-chat {
    padding: 10px 20px;
    font-size: 1rem;
  }
}


