
#hero-8 {
  padding: 100px 20px;
  background-color: #fff;
  text-align: center;
}
#hero-8 .hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}
#hero-8 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
}
.registration-form {
  max-width: 500px;
  margin: 0 auto;
}
.registration-form input {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}
.registration-form button {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  background-color: #2575fc;
  color: #fff;
  border: none;
  border-radius: 4px;
}



#features-18 {
  padding: 60px 0;
  overflow: hidden;
  background-color: {{ $data['features-18']['bg_color'] ?? '#f8f9fa' }};
}
#features-18 .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #343a40;
}
#features-18 .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-18 .section-title p {
  margin-bottom: 40px;
  color: #6c757d;
}
#features-18 .feature-row {
  margin-bottom: 60px; 
}
#features-18 .feature-row:last-child {
  margin-bottom: 0;
}
#features-18 .feature-content h3 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
  color: #343a40;
}
#features-18 .feature-content p {
  color: #6c757d;
  margin-bottom: 20px;
  line-height: 1.7;
}
#features-18 .feature-content ul {
  list-style: none;
  padding: 0;
}
#features-18 .feature-content ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
  color: #495057;
}
#features-18 .feature-content ul i {
  font-size: 18px;
  color: var(--bs-primary, #0d6efd);
  margin-right: 8px;
  flex-shrink: 0;
  line-height: 1.4;
  margin-top: 4px; 
}
#features-18 .feature-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991.98px) {
  #features-18 .feature-image {
    text-align: center;
    margin-bottom: 30px; 
  }
  #features-18 .feature-content {
     text-align: center; 
   }
   #features-18 .feature-content ul {
     display: inline-block; 
     text-align: left;
   }
}
@media (max-width: 767.98px) {
  #features-18 .section-title h2 {
    font-size: 28px;
  }
  #features-18 .feature-content h3 {
    font-size: 24px;
  }
}



#why-choose-us-24 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f8f9fa;
}
#why-choose-us-24 .section-title-container {
  margin-bottom: 40px;
}
#why-choose-us-24 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
}
#why-choose-us-24 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#why-choose-us-24 .process-overview-main-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 30px;
  text-align: center;
}
#why-choose-us-24 .process-step-item {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
  position: relative;
  border-left: 5px solid #0d6efd;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
#why-choose-us-24 .process-step-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
#why-choose-us-24 .step-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#why-choose-us-24 .step-number-icon {
  font-size: 1.5rem;
  color: #0d6efd;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(13, 110, 253, 0.1);
  font-weight: 700;
}
#why-choose-us-24 .step-header .fas,
#why-choose-us-24 .step-header .far,
#why-choose-us-24 .step-header .fab {
  line-height: inherit;
}
#why-choose-us-24 .step-title-text {
  font-size: 1.35rem;
  font-weight: 600;
  color: #343a40;
}
#why-choose-us-24 .step-description-text {
  font-size: 0.95rem;
  color: #555e68;
  line-height: 1.7;
  margin-bottom: 10px;
}
#why-choose-us-24 .customer-involvement-note {
  font-size: 0.85rem;
  color: #0d6efd;
  font-style: italic;
  padding-top: 8px;
  border-top: 1px dashed #e0e0e0;
  margin-top: 10px;
}
#why-choose-us-24 .customer-involvement-note i {
  margin-right: 5px;
}
#why-choose-us-24 .final-transparency-message {
  margin-top: 30px;
  text-align: center;
  font-size: 1.05rem;
  color: #495057;
  font-weight: 500;
  padding: 15px;
  background-color: #e9f5ff;
  border-radius: 8px;
}



#our-services-11 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f9fa;
}
#our-services-11 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#our-services-11 .section-header h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#our-services-11 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
}
#our-services-11 .service-card {
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#our-services-11 .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#our-services-11 .card-img-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
#our-services-11 .card-body {
  padding: 1.5rem;
  flex-grow: 1;
}
#our-services-11 .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #495057;
}
#our-services-11 .card-text {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 1rem;
}
#our-services-11 .card-footer {
  background-color: transparent;
  border-top: none;
  padding: 0 1.5rem 1.5rem;
  margin-top: auto;
}
#our-services-11 .btn-service-link {
}



#counter-15 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f8f9fa);
}
#counter-15 .container {
  max-width: 960px;
}
#counter-15 .section-header {
  margin-bottom: 60px;
  text-align: center;
}
#counter-15 .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 15px;
}
#counter-15 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}
#counter-15 .bar-chart-row {
  align-items: flex-end;
}
#counter-15 .counter-item-bar-chart {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#counter-15 .bar-value {
  font-size: 1.4rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
  min-height: 1.4em;
}
#counter-15 .bar-value .counter-number {
}
#counter-15 .bar-value .counter-suffix {
  font-size: 1rem;
  font-weight: 400;
  margin-left: 3px;
  color: #6c757d;
}
#counter-15 .bar-wrapper {
  position: relative;
  height: var(--bar-chart-height, 250px);
  width: 60px;
  background-color: #e9ecef;
  margin: 0 auto;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
#counter-15 .bar-animated {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--bar-color, #0d6efd);
  height: 0%;
  transition: height 1.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  border-radius: 5px 5px 0 0;
}
#counter-15 .bar-title {
  margin-top: 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #495057;
}
@media (max-width: 991.98px) {
  #counter-15 .bar-wrapper {
    width: 50px;
  }
  #counter-15 .bar-value {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  #counter-15 {
    padding: 50px 0;
  }
  #counter-15 .section-header h2 {
    font-size: 2rem;
  }
  #counter-15 .bar-wrapper {
    width: 45px;
  }
  #counter-15 .col-sm-6 {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  #counter-15 .col-sm-6 {
  }
  #counter-15 .bar-wrapper {
    width: 50px;
  }
}



#testimonials-16 {
  position: relative;
  padding: 100px 0;
  color: #ffffff;
  overflow: hidden;
}
#testimonials-16 .testimonial-background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
  z-index: 1;
}
#testimonials-16::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--overlay-color, rgba(0, 0, 0, 0.5));
  z-index: 2;
}
#testimonials-16 .container {
  position: relative;
  z-index: 3;
  max-width: 850px;
}
#testimonials-16 .section-header {
  margin-bottom: 40px;
  text-align: center;
}
#testimonials-16 .section-header h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}
#testimonials-16 .section-header p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
}
#testimonials-16 .carousel-item {
  text-align: center;
  padding: 20px 0;
}
#testimonials-16 .testimonial-slide-content {
  max-width: 700px;
  margin: 0 auto;
}
#testimonials-16 .client-image img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px auto;
  border: 3px solid rgba(255, 255, 255, 0.7);
}
#testimonials-16 .testimonial-quote {
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 25px;
  line-height: 1.7;
}
#testimonials-16 .client-name {
  font-weight: 600;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 4px;
}
#testimonials-16 .client-position {
  font-size: 0.95rem;
  opacity: 0.8;
  display: block;
  margin-bottom: 15px;
}
#testimonials-16 .rating {
  color: #ffc107;
  font-size: 1rem;
}
#testimonials-16 .carousel-indicators button {
  background-color: rgba(255, 255, 255, 0.5);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  border: none;
}
#testimonials-16 .carousel-indicators .active {
  background-color: #ffffff;
}
#testimonials-16 .carousel-control-prev,
#testimonials-16 .carousel-control-next {
  z-index: 4;
}
#testimonials-16 .carousel-control-prev-icon,
#testimonials-16 .carousel-control-next-icon {
  /* filter: brightness(0) invert(1); */
}
@media (max-width: 767.98px) {
  #testimonials-16 {
    padding: 70px 0;
  }
  #testimonials-16 .section-header h2 {
    font-size: 2rem;
  }
  #testimonials-16 .client-image img {
    width: 90px;
    height: 90px;
  }
  #testimonials-16 .testimonial-quote {
    font-size: 1.15rem;
  }
}



#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;
  }
}



#call-to-action-3 {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 70px 15px;
  color: #fff;
  text-align: center;
}
#call-to-action-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
#call-to-action-3 .content {
  position: relative;
  z-index: 2;
}
#call-to-action-3 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-3 p {
  font-size: 1.2rem;
  margin-bottom: 40px;
}
#call-to-action-3 .btn {
  background-color: #ff5722;
  color: #fff;
  padding: 12px 25px;
  font-size: 1.2rem;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-3 .btn:hover {
  background-color: #e64a19;
}
#call-to-action-3 .statistics {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}
#call-to-action-3 .stat {
  text-align: center;
}
#call-to-action-3 .stat .value {
  font-size: 2rem;
  font-weight: bold;
}
#call-to-action-3 .stat .label {
  font-size: 1rem;
  color: #ddd;
}



/* === Section Base === */
.post-section {
  padding: 60px 0;
  background: #f4f6f9;
}
.post-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.post-section .section-header h2 {
  font-size: 2rem;
  font-weight: 700;
}
.post-section .section-header p {
  color: #555;
  margin-top: 8px;
}

/* === Grid & Perspective === */
.post-grid {
  display: grid;
  gap: 1.5rem;
  perspective: 1000px;
  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); }
}

/* === Tilt Card === */
.tilt-card {
  transform-style: preserve-3d;
  transition: transform 0.2s ease-out;
  will-change: transform;
  cursor: pointer;
}
.post-card {
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.post-card img {
  width: 100%;
  display: block;
}
.post-card .card-body {
  padding: 1rem;
}
.post-card .card-body h5 {
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
}
.post-card .card-body p {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1rem;
}
.post-card .btn-readmore {
  font-size: 0.85rem;
  color: #fff;
  background-color: #007bff;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  text-decoration: none;
  transition: background 0.3s;
}
.post-card .btn-readmore:hover {
  background-color: #0056b3;
}

/* === Pagination === */
.pagination-wrapper {
  text-align: center;
  margin-top: 40px;
}




#faq-14 {
  padding: 60px 0;
}
#faq-14 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#faq-14 .faq-sidebar {
  position: sticky;
  top: 80px;
  height: calc(100vh - 100px);
  overflow-y: auto;
}
#faq-14 .faq-sidebar .nav-link {
  color: #495057;
  padding: 0.6rem 1rem;
  border-left: 3px solid transparent;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}
#faq-14 .faq-sidebar .nav-link:hover {
  color: #0d6efd;
  background-color: #f1f5f9;
  border-left-color: #cfe2ff;
}
#faq-14 .faq-sidebar .nav-link.active {
  color: #0d6efd;
  font-weight: 600;
  background-color: #e7f1ff;
  border-left-color: #0d6efd;
}
#faq-14 .faq-content-area {
}
#faq-14 .faq-content-item {
  margin-bottom: 2.5rem;
  padding-top: 1rem;
}
#faq-14 .faq-content-item h5 {
  font-weight: 600;
  color: #212529;
  margin-bottom: 0.8rem;
}
#faq-14 .faq-content-item p {
  color: #495057;
  line-height: 1.7;
}
#faq-14 .faq-content-item p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #faq-14 .faq-sidebar {
    position: static;
    height: auto;
    margin-bottom: 2rem;
    overflow-y: visible;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 1rem;
  }
  #faq-14 .faq-sidebar .nav {
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  #faq-14 .faq-sidebar .nav-link {
    border-left: none;
    border-bottom: 3px solid transparent;
    margin: 0 0.5rem 0.5rem 0.5rem;
  }
  #faq-14 .faq-sidebar .nav-link.active {
    border-left-color: transparent;
    border-bottom-color: #0d6efd;
    background-color: transparent;
  }
  #faq-14 .faq-sidebar .nav-link:hover {
    border-left-color: transparent;
    border-bottom-color: #cfe2ff;
    background-color: transparent;
  }
}



#contact-22 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
#contact-22 .section-title-container {
  margin-bottom: 45px;
}
#contact-22 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
}
#contact-22 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#contact-22 .contact-form-area {
  background-color: #f8f9fa;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}
#contact-22 .contact-info-area {
  padding-left: 25px;
}
#contact-22 .area-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 25px;
}
#contact-22 .form-label {
  font-weight: 500;
  color: #495057;
}
#contact-22 .form-control,
#contact-22 .form-select {
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 0.95rem;
}
#contact-22 .form-control:focus,
#contact-22 .form-select:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
#contact-22 .btn-submit-form {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 500;
  transition: background-color 0.2s ease;
}
#contact-22 .btn-submit-form:hover {
  background-color: #0b5ed7;
}
#contact-22 .contact-detail-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 0.95rem;
  color: #495057;
}
#contact-22 .contact-detail-item .detail-icon {
  font-size: 1.1rem;
  color: #0d6efd;
  margin-right: 12px;
  width: 20px;
  text-align: center;
  margin-top: 3px;
}
#contact-22 .opening-hours-list {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}
#contact-22 .opening-hours-list li {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  font-size: 0.9rem;
  border-bottom: 1px dashed #e0e0e0;
}
#contact-22 .opening-hours-list li:last-child {
  border-bottom: none;
}
#contact-22 .opening-hours-list li .day-range {
  font-weight: 500;
  color: #343a40;
}
#contact-22 .opening-hours-list li .time-range.closed {
  color: #dc3545;
  font-style: italic;
}
#contact-22 .faq-teaser-box {
  background-color: #e7f0ff;
  padding: 20px;
  border-radius: 8px;
  margin-top: 30px;
  border-left: 5px solid #0d6efd;
}
#contact-22 .faq-teaser-box .faq-teaser-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0a58ca;
  margin-bottom: 8px;
}
#contact-22 .faq-teaser-box .faq-teaser-text {
  font-size: 0.9rem;
  color: #495057;
  margin-bottom: 15px;
}
#contact-22 .btn-faq-teaser {
  font-size: 0.9rem;
  padding: 8px 20px;
}
@media (max-width: 991.98px) {
  #contact-22 .contact-info-area {
    padding-left: 0;
    margin-top: 40px;
  }
}


