
#hero-12 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 6rem 0 8rem 0;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}
#hero-12 .container {
  position: relative;
}
#hero-12 .hero-content-wrapper-12 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#hero-12 .hero-title-12 {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
#hero-12 .hero-subtitle-12 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.95;
}
#hero-12 .hero-cta-button-12 {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
  background-color: #0d6efd;
  color: #ffffff;
}
#hero-12 .hero-cta-button-12:hover {
  transform: translateY(-3px);
}
@media (max-width: 767.98px) {
  #hero-12 {
    min-height: 60vh;
    padding: 4rem 0 6rem 0;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
  }
  #hero-12 .hero-title-12 {
    font-size: 2.4rem;
  }
  #hero-12 .hero-subtitle-12 {
    font-size: 1.1rem;
  }
}



#our-services-9 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#our-services-9 .header {
  text-align: center;
  margin-bottom: 40px;
}
#our-services-9 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#our-services-9 .header p {
  font-size: 1.1rem;
  color: #777;
}
#our-services-9 .accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
}
#our-services-9 .accordion-button {
  background: #f8f9fa;
  font-size: 1rem;
}
#our-services-9 .accordion-body {
  font-size: 0.95rem;
  color: #555;
}



#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;
  }
}



#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;
  }
}



#testimonials-19 {
  padding: 80px 0;
  background-color: #ffffff;
}
#testimonials-19 .container {
  max-width: 1140px;
}
#testimonials-19 .section-header {
  margin-bottom: 50px;
  text-align: center;
}
#testimonials-19 .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 15px;
}
#testimonials-19 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}
#testimonials-19 .pull-quote-card {
  background-color: var(--card-bg-color, #f8f9fa);
  padding: 35px 30px;
  border-radius: 10px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
#testimonials-19 .pull-quote-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
#testimonials-19 .pull-quote-card .quote-highlight {
  font-size: 1.5rem;
  font-weight: 600;
  color: #343a40;
  line-height: 1.4;
  margin-bottom: 15px;
  font-family: Georgia, serif;
  position: relative;
  z-index: 2;
}
#testimonials-19 .pull-quote-card .quote-highlight::before,
#testimonials-19 .pull-quote-card .quote-highlight::after {
  font-family: Georgia, serif;
  font-size: 3rem;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  line-height: 1;
  z-index: 1;
}
#testimonials-19 .pull-quote-card .quote-highlight::before {
  content: "\201C";
  top: -10px;
  left: -5px;
}
#testimonials-19 .pull-quote-card .quote-highlight::after {
  content: "\201D";
  bottom: -15px;
  right: -5px;
}
#testimonials-19 .pull-quote-card .client-name-indicator {
  font-size: 0.9rem;
  color: #6c757d;
  margin-top: auto;
  padding-top: 15px;
  font-weight: 500;
}
#testimonials-19 .modal-dialog {
  max-width: 650px;
}
#testimonials-19 .modal-content {
  border-radius: 8px;
  border: none;
}
#testimonials-19 .modal-header {
  border-bottom: 1px solid #dee2e6;
  padding: 1rem 1.5rem;
}
#testimonials-19 .modal-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #343a40;
}
#testimonials-19 .modal-body {
  padding: 1.5rem;
  text-align: center;
}
#testimonials-19 .modal-client-image img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px auto;
  border: 3px solid #dee2e6;
}
#testimonials-19 .modal-full-message {
  font-size: 1.05rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 25px;
  text-align: left;
}
#testimonials-19 .modal-client-details {
  text-align: right;
  font-size: 0.95rem;
  color: #6c757d;
}
#testimonials-19 .modal-client-details .name {
  display: block;
  font-weight: 600;
  color: #343a40;
}
#testimonials-19 .modal-client-details .position {
  display: block;
}
@media (max-width: 991.98px) {
  #testimonials-19 .pull-quote-card {
    min-height: 220px;
  }
  #testimonials-19 .pull-quote-card .quote-highlight {
    font-size: 1.3rem;
  }
}
@media (max-width: 767.98px) {
  #testimonials-19 {
    padding: 50px 0;
  }
  #testimonials-19 .section-header h2 {
    font-size: 2rem;
  }
  #testimonials-19 .pull-quote-card {
    min-height: 200px;
    padding: 25px 20px;
  }
}



#call-to-action-8 {
  background-color: #17a2b8;
  color: #fff;
  padding: 70px 20px;
  text-align: center;
}
#call-to-action-8 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}
#call-to-action-8 p {
  font-size: 18px;
  margin-bottom: 30px;
}
#call-to-action-8 .cta-btn {
  padding: 12px 30px;
  background-color: #fff;
  color: #17a2b8;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
#call-to-action-8 .cta-btn:hover {
  background-color: #e2e6ea;
  color: #17a2b8;
}
@media (max-width: 767.98px) {
  #call-to-action-8 h2 {
    font-size: 28px;
  }
  #call-to-action-8 p {
    font-size: 16px;
  }
}



#customer-support-12 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#customer-support-12 .section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}
#customer-support-12 .section-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#customer-support-12 .section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
}
#customer-support-12 .content-box {
  background-color: #ffffff;
  padding: 2.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
  margin-bottom: 1.5rem;
}
#customer-support-12 .box-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #eee;
  color: #343a40;
}
#customer-support-12 .contact-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#customer-support-12 .contact-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1.05rem;
}
#customer-support-12 .contact-list li:last-child {
  margin-bottom: 0;
}
#customer-support-12 .contact-list li i {
  color: var(--bs-primary);
  margin-right: 1rem;
  width: 25px;
  text-align: center;
  font-size: 1.2rem;
}
#customer-support-12 .contact-list li a {
  color: #212529;
  text-decoration: none;
  font-weight: 500;
  word-break: break-word;
}
#customer-support-12 .contact-list li a:hover {
  color: var(--bs-primary);
  text-decoration: underline;
}
#customer-support-12 .contact-list li span {
  color: #495057;
  font-weight: 500;
}
#customer-support-12 .hours-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}
#customer-support-12 .hours-list li {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 0;
  border-bottom: 1px dotted #e0e0e0;
  font-size: 1rem;
  color: #495057;
}
#customer-support-12 .hours-list li:last-child {
  border-bottom: none;
}
#customer-support-12 .hours-list li .days {
  font-weight: 500;
  color: #343a40;
}
#customer-support-12 .hours-list li .time {
  text-align: right;
}
#customer-support-12 .status-indicator {
  text-align: center;
  padding: 0.75rem;
  border-radius: 0.25rem;
  font-weight: 600;
  font-size: 1.1rem;
}
#customer-support-12 .status-indicator.open {
  background-color: #d1e7dd;
  color: #0f5132;
  border: 1px solid #badbcc;
}
#customer-support-12 .status-indicator.closed {
  background-color: #f8d7da;
  color: #842029;
  border: 1px solid #f5c2c7;
}
#customer-support-12 .status-indicator.limited {
  background-color: #fff3cd;
  color: #664d03;
  border: 1px solid #ffecb5;
}
@media (max-width: 991.98px) {
  #customer-support-12 .content-box {
    padding: 2rem;
  }
}
@media (max-width: 767.98px) {
  #customer-support-12 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  #customer-support-12 .section-header {
    margin-bottom: 2.5rem;
  }
  #customer-support-12 .section-title {
    font-size: 2rem;
  }
  #customer-support-12 .row > div {
    margin-bottom: 1.5rem;
  }
  #customer-support-12 .row > div:last-child {
    margin-bottom: 0;
  }
  #customer-support-12 .content-box {
    padding: 1.5rem;
    margin-bottom: 0;
  }
}



#faq-17 {
  padding: 60px 0;
  background-color: #fff;
}
#faq-17 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 2rem;
}
#faq-17 .faq-search-bar {
  margin-bottom: 3rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#faq-17 .faq-search-bar .form-control {
  padding: 0.8rem 1.2rem;
  border-radius: 50rem;
  border-color: #ced4da;
}
#faq-17 .faq-search-bar .btn-search {
  border-radius: 50rem;
  padding: 0.8rem 1.5rem;
}
#faq-17 .accordion-item {
  border: 1px solid #e9ecef;
  border-radius: 0.5rem !important;
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#faq-17 .accordion-button {
  font-weight: 600;
  color: #343a40;
  background-color: #f8f9fa;
  padding: 1.2rem 1.5rem;
  border: none;
  box-shadow: none !important;
}
#faq-17 .accordion-button:not(.collapsed) {
  color: #0d6efd;
  background-color: #e7f1ff;
}
#faq-17 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: transform 0.2s ease-in-out;
}
#faq-17 .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
#faq-17 .accordion-body {
  padding: 1.5rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
}
#faq-17 .accordion-body p:last-child {
  margin-bottom: 0;
}



#team-17 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#team-17 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#team-17 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#team-17 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#team-17 .spotlight-card {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
#team-17 .spotlight-card:last-child {
  margin-bottom: 0;
}
#team-17 .spotlight-image {
  flex-shrink: 0;
  margin-right: 2.5rem;
}
#team-17 .spotlight-image img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #ffffff;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
#team-17 .spotlight-content {
  flex-grow: 1;
}
#team-17 .spotlight-name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.25rem;
}
#team-17 .spotlight-role {
  font-size: 1.1rem;
  color: var(--bs-primary);
  font-weight: 500;
  margin-bottom: 1.5rem;
}
#team-17 .spotlight-quote {
  font-style: italic;
  font-size: 1.1rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  border-left: 3px solid var(--bs-primary);
}
#team-17 .spotlight-social-links a {
  display: inline-block;
  color: #6c757d;
  margin-right: 0.8rem;
  font-size: 1.3rem;
  transition: color 0.3s ease, transform 0.3s ease;
}
#team-17 .spotlight-social-links a:last-child {
  margin-right: 0;
}
#team-17 .spotlight-social-links a:hover {
  color: var(--bs-primary);
  transform: translateY(-2px);
}
@media (max-width: 991.98px) {
  #team-17 .spotlight-image img {
    width: 160px;
    height: 160px;
  }
  #team-17 .spotlight-name {
    font-size: 1.6rem;
  }
  #team-17 .spotlight-quote {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  #team-17 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #team-17 .section-title {
    font-size: 2.1rem;
  }
  #team-17 .spotlight-card {
    flex-direction: column;
    text-align: center;
    padding: 2rem;
  }
  #team-17 .spotlight-image {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  #team-17 .spotlight-image img {
    width: 150px;
    height: 150px;
  }
  #team-17 .spotlight-quote {
    padding-left: 0;
    border-left: none;
    text-align: center;
  }
  #team-17 .spotlight-social-links {
    margin-top: 1rem;
  }
}


