
#hero-21 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 6rem 0;
  background-size: cover;
  background-position: center;
  text-align: center;
}
#hero-21 .hero-overlay-21 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-21 .container {
  position: relative;
  z-index: 2;
}
#hero-21 .hero-content-wrapper-21 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#hero-21 .hero-title-21 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
#hero-21 .hero-subtitle-21 {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-21 .hero-cta-button-21 {
  display: inline-block;
  padding: 0.8rem 2.2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#hero-21 .hero-cta-button-21:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767.98px) {
  #hero-21 {
    min-height: 60vh;
    padding: 4rem 0;
  }
  #hero-21 .hero-title-21 {
    font-size: 2.5rem;
  }
  #hero-21 .hero-subtitle-21 {
    font-size: 1.1rem;
  }
}



#overview-11 {
  background-color: #fff;
  overflow: hidden;
}
#overview-11 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#overview-11 .section-intro {
  margin-bottom: 2.5rem;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#overview-11 .section-intro .section-heading {
  margin-bottom: 0.5rem;
}
#overview-11 .section-intro .lead {
  color: #6c757d;
  margin-bottom: 1rem;
}
#overview-11 .section-intro img {
  max-height: 80px;
  width: auto;
  margin-top: 1rem;
}
#overview-11 .multi-column-content {
  text-align: justify;
  line-height: 1.8;
  color: #343a40;
}
@media (min-width: 768px) {
  #overview-11 .multi-column-content {
    column-count: var(--column-count, 2);
    column-gap: 2.5rem;
  }
  #overview-11 .multi-column-content p,
  #overview-11 .multi-column-content strong,
  #overview-11 .multi-column-content br {
    break-inside: avoid;
  }
}
#overview-11 .multi-column-content p {
  margin-top: 0;
}
#overview-11 .multi-column-content strong {
  color: #000;
}



#why-choose-us-23 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}
#why-choose-us-23 .section-title-container {
  margin-bottom: 50px;
}
#why-choose-us-23 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #1a2b48;
}
#why-choose-us-23 .section-main-subtitle {
  font-size: 1.1rem;
  color: #52627c;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#why-choose-us-23 .customer-focus-block {
  margin-bottom: 50px;
  background-color: #f8faff;
  padding: 30px;
  border-radius: 12px;
}
#why-choose-us-23 .customer-focus-image img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
#why-choose-us-23 .customer-focus-content .focus-heading {
  font-size: 1.8rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 15px;
}
#why-choose-us-23 .customer-focus-content .focus-text {
  font-size: 1rem;
  color: #455a64;
  line-height: 1.7;
}
#why-choose-us-23 .testimonial-block {
  background-color: #0d6efd;
  color: #ffffff;
  padding: 35px 40px;
  border-radius: 12px;
  margin-bottom: 50px;
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.3);
}
#why-choose-us-23 .testimonial-quote-text {
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 15px;
  position: relative;
  padding-left: 40px;
}
#why-choose-us-23 .testimonial-quote-text::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.5);
}
#why-choose-us-23 .testimonial-author-info {
  text-align: right;
}
#why-choose-us-23 .testimonial-author-info .author-name {
  font-size: 1.05rem;
  font-weight: 600;
}
#why-choose-us-23 .testimonial-author-info .author-role {
  font-size: 0.85rem;
  opacity: 0.8;
}
#why-choose-us-23 .guarantees-block .guarantees-main-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 25px;
  text-align: center;
}
#why-choose-us-23 .guarantees-list {
  list-style: none;
  padding-left: 0;
}
#why-choose-us-23 .guarantees-list li {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #333;
  padding: 12px 0;
  border-bottom: 1px solid #e9ecef;
}
#why-choose-us-23 .guarantees-list li:last-child {
  border-bottom: none;
}
#why-choose-us-23 .guarantees-list li .guarantee-icon {
  font-size: 1.4rem;
  color: #28a745;
  margin-right: 15px;
  width: 25px;
  text-align: center;
}
#why-choose-us-23 .final-cta-block {
  margin-top: 50px;
  text-align: center;
  background-color: #f0f8ff;
  padding: 30px;
  border-radius: 10px;
}
#why-choose-us-23 .final-cta-block .cta-text {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 20px;
}
#why-choose-us-23 .btn-final-cta {
  padding: 12px 30px;
  font-size: 1.05rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #why-choose-us-23 .customer-focus-block {
    text-align: center;
  }
  #why-choose-us-23 .customer-focus-image img {
    margin-bottom: 20px;
  }
  #why-choose-us-23 .section-main-title {
    font-size: 2.2rem;
  }
  #why-choose-us-23 .main-appointment-heading,
  #why-choose-us-23 .customer-focus-content .focus-heading,
  #why-choose-us-23 .guarantees-block .guarantees-main-title {
    font-size: 1.6rem;
  }
  #why-choose-us-23 .testimonial-quote-text {
    font-size: 1.1rem;
  }
}



.service-block-17 {
  position: relative;
  padding: 6rem 0;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: var(--svc17-text-color, #ffffff);
  overflow: hidden;
  z-index: 1;
}
.service-block-17::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--svc17-overlay-color, rgba(0, 0, 0, 0.5));
  z-index: -1;
}
.service-block-17 .container {
  position: relative;
  z-index: 2;
  text-align: center;
}
.service-block-17 h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: inherit;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.service-block-17 p {
  font-size: 1.1rem;
  color: inherit;
  opacity: 0.9;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.service-block-17 .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .service-block-17 {
    padding: 4rem 0;
    background-attachment: scroll;
  }
  .service-block-17 h2 {
    font-size: 2rem;
  }
  .service-block-17 p {
    font-size: 1rem;
  }
}



#features-17 {
  padding: 60px 0;
  overflow: hidden;
  background-color: {{ $data['features-17']['bg_color'] ?? '#ffffff' }};
}
#features-17 .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #343a40;
}
#features-17 .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-17 .section-title p {
  margin-bottom: 40px; 
  color: #6c757d;
}
#features-17 .feature-item {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  height: 100%; 
  display: flex;
  flex-direction: column; 
  text-align: center;
  border: 1px solid #eef0f2; 
}
#features-17 .feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
#features-17 .feature-icon {
  margin-bottom: 20px; 
  flex-shrink: 0; 
}
#features-17 .feature-icon i {
  font-size: 48px;
  line-height: 1;
  color: var(--bs-primary, #0d6efd);
  transition: color 0.3s ease-in-out;
}
#features-17 .feature-item:hover .feature-icon i {
  color: var(--bs-primary-darker, #0a58ca); 
}
#features-17 .feature-title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  color: #343a40;
  flex-grow: 0; 
}
#features-17 .feature-description {
  line-height: 1.6;
  color: #6c757d;
  font-size: 15px;
  flex-grow: 1; 
}
@media (max-width: 767.98px) {
  #features-17 .section-title h2 {
    font-size: 28px;
  }
   #features-17 .feature-item {
     padding: 20px;
   }
   #features-17 .feature-icon i {
     font-size: 40px;
   }
   #features-17 .feature-title {
      font-size: 17px;
   }
}



/* === 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;
}




#awards-7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
#awards-7 .container {
  max-width: 850px;
}
#awards-7 .featured-award-box {
  text-align: center;
  padding: 2.5rem;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background-color: #ffffff;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.07);
}
#awards-7 .award-visual {
  margin-bottom: 2rem;
}
#awards-7 .award-visual img {
  max-height: 100px;
  max-width: 250px;
  width: auto;
}
#awards-7 .award-visual i {
  color: var(--bs-primary);
  opacity: 0.9;
}
#awards-7 .award-name {
  font-size: 2.2rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#awards-7 .awarded-by {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 0.25rem;
}
#awards-7 .award-year {
  font-size: 1rem;
  font-weight: 500;
  color: #495057;
  margin-bottom: 1.5rem;
}
#awards-7 .award-description {
  font-size: 1.05rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 2rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#awards-7 .award-quote {
  font-style: italic;
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 0.5rem;
  position: relative;
  padding: 1rem 0;
  border-top: 1px solid #eee;
  margin-top: 2rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#awards-7 .quote-author {
  display: block;
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 500;
  color: #6c757d;
  margin-top: 0.5rem;
}
#awards-7 .award-link {
  margin-top: 2rem;
}
#awards-7 .award-link a {
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #awards-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #awards-7 .featured-award-box {
    padding: 2rem;
  }
  #awards-7 .award-name {
    font-size: 1.8rem;
  }
  #awards-7 .award-description {
    font-size: 1rem;
  }
  #awards-7 .award-quote {
    font-size: 1rem;
  }
}



#press-mentions-9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#press-mentions-9 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#press-mentions-9 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#press-mentions-9 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#press-mentions-9 .news-list-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
#press-mentions-9 .list-group-item {
  padding: 1.25rem 1.5rem;
  border-color: #e9ecef;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: background-color 0.2s ease;
}
#press-mentions-9 .list-group-item:hover {
  background-color: #f8f9fa;
  z-index: 2;
  position: relative;
}
#press-mentions-9 .article-title a {
  font-size: 1.15rem;
  font-weight: 600;
  color: #212529;
  text-decoration: none;
  margin-bottom: 0.5rem;
  display: inline-block;
}
#press-mentions-9 .article-title a:hover {
  color: var(--bs-primary);
  text-decoration: underline;
}
#press-mentions-9 .article-meta {
  font-size: 0.9rem;
  color: #6c757d;
}
#press-mentions-9 .article-meta .publication {
  font-weight: 500;
  color: #495057;
}
#press-mentions-9 .article-meta .separator {
  margin: 0 0.5rem;
}
#press-mentions-9 .view-all-wrapper {
  text-align: center;
  margin-top: 3rem;
}
@media (max-width: 767.98px) {
  #press-mentions-9 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #press-mentions-9 .section-title {
    font-size: 2.1rem;
  }
  #press-mentions-9 .list-group-item {
    padding: 1rem 1.25rem;
  }
  #press-mentions-9 .article-title a {
    font-size: 1.05rem;
  }
}



#contact-11 {
  padding: 0 0 60px 0;
  background-color: #fff;
  overflow: hidden;
}
#contact-11 .contact-banner {
  position: relative;
  text-align: center;
  color: #fff;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  padding: 40px 20px;
}
#contact-11 .contact-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#contact-11 .banner-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
#contact-11 .banner-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#contact-11 .banner-description {
  font-size: 1.2rem;
  margin-bottom: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
#contact-11 .contact-content-area {
  padding-top: 50px;
}
#contact-11 .contact-block {
  margin-bottom: 40px;
  text-align: center;
}
#contact-11 .contact-block-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 25px;
  color: #333;
}
#contact-11 .direct-support-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}
#contact-11 .direct-support-list li a {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  color: #555;
  text-decoration: none;
  transition: color 0.3s ease;
}
#contact-11 .direct-support-list li a i {
  margin-right: 8px;
  color: #c8a45d;
  font-size: 1.3rem;
}
#contact-11 .direct-support-list li a:hover {
  color: #c8a45d;
}
#contact-11 .social-icons-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
#contact-11 .social-icons-list li a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #c8a45d;
  border-radius: 50%;
  text-align: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
#contact-11 .social-icons-list li a:hover {
  background-color: #ab8a4a;
  transform: scale(1.1);
}
#contact-11 .app-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
#contact-11 .app-links-list li a {
  display: inline-flex;
  align-items: center;
  padding: 8px 15px;
  border: 1px solid #c8a45d;
  color: #c8a45d;
  border-radius: 20px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
#contact-11 .app-links-list li a i {
  margin-right: 8px;
  font-size: 1.2rem;
}
#contact-11 .app-links-list li a:hover {
  background-color: #c8a45d;
  color: #fff;
}
#contact-11 .contact-form-wrapper {
  background-color: #f8f9fa;
  padding: 30px;
  border-radius: 8px;
}
#contact-11 .form-label {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 0.9rem;
  color: #495057;
}
#contact-11 .form-control {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 8px 12px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
#contact-11 .form-control:focus {
  border-color: #c8a45d;
  box-shadow: 0 0 0 0.25rem rgba(200, 164, 93, 0.25);
}
#contact-11 .btn-submit-contact {
  background-color: #c8a45d;
  border: none;
  color: #fff;
  padding: 8px 20px;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  width: 100%;
}
#contact-11 .btn-submit-contact:hover {
  background-color: #ab8a4a;
  transform: translateY(-1px);
}
#contact-11 .contact-alert {
  display: none;
  margin-top: 15px;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 0.9rem;
}
#contact-11 .contact-alert.success {
  background-color: #d1e7dd;
  color: #0f5132;
  border: 1px solid #badbcc;
}
#contact-11 .contact-alert.error {
  background-color: #f8d7da;
  color: #842029;
  border: 1px solid #f5c2c7;
}
@media (max-width: 767.98px) {
  #contact-11 .banner-title {
    font-size: 2rem;
  }
  #contact-11 .banner-description {
    font-size: 1rem;
  }
  #contact-11 .contact-content-area {
    padding-top: 30px;
  }
  #contact-11 .contact-block-title {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  #contact-11 .direct-support-list {
    justify-content: flex-start;
    text-align: left;
  }
  #contact-11 .social-icons-list {
    gap: 15px;
  }
  #contact-11 .social-icons-list li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.2rem;
  }
  #contact-11 .app-links-list {
    justify-content: flex-start;
    text-align: left;
    gap: 15px;
  }
  #contact-11 .app-links-list li a {
    padding: 6px 12px;
    font-size: 0.9rem;
  }
}


