
#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;
  }
}



#our-services-6 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#our-services-6 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#our-services-6 .flip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#our-services-6 .flip-card {
  width: 250px;
  height: 300px;
  perspective: 1000px;
}
#our-services-6 .flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
#our-services-6 .flip-card:hover .flip-inner {
  transform: rotateY(180deg);
}
#our-services-6 .flip-front,
#our-services-6 .flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#our-services-6 .flip-front {
  background: #fff;
}
#our-services-6 .flip-front i {
  font-size: 3rem;
  color: #007bff;
  margin-bottom: 15px;
}
#our-services-6 .flip-front h5 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#our-services-6 .flip-back {
  background: #f8f9fa;
  transform: rotateY(180deg);
  font-size: 0.95rem;
  color: #555;
}



#why-choose-us-16 {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: var(--wcu16-text-color, #ffffff);
  z-index: 1;
}
#why-choose-us-16::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--wcu16-overlay-color, rgba(0, 0, 0, 0.6));
  z-index: -1;
}
#why-choose-us-16 .section-header {
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
#why-choose-us-16 .section-header h2 {
  font-weight: 700;
  color: inherit;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
#why-choose-us-16 .features-row {
  position: relative;
  z-index: 2;
}
#why-choose-us-16 .feature-item-overlay {
  text-align: center;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
#why-choose-us-16 .feature-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  display: inline-block;
  color: inherit;
  transition: transform 0.3s ease;
}
#why-choose-us-16 .feature-item-overlay:hover .feature-icon {
  transform: scale(1.1);
}
#why-choose-us-16 .feature-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: inherit;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767.98px) {
  #why-choose-us-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-attachment: scroll;
  }
  #why-choose-us-16 .section-header {
    margin-bottom: 2rem;
  }
  #why-choose-us-16 .feature-icon {
    font-size: 2.5rem;
  }
  #why-choose-us-16 .feature-title {
    font-size: 1.1rem;
  }
}



#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;
   }
}



#testimonials-13 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f8f9fa);
  overflow: hidden;
}
#testimonials-13 .container {
  max-width: 800px;
}
#testimonials-13 .testimonial-card-featured {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px 50px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
}
#testimonials-13 .testimonial-card-featured::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 6rem;
  color: #e9ecef;
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 1;
  line-height: 1;
  opacity: 0.8;
}
#testimonials-13 .testimonial-content {
  position: relative;
  z-index: 2;
}
#testimonials-13 .client-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px auto;
  border: 4px solid #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
#testimonials-13 .testimonial-quote {
  font-size: 1.25rem;
  font-weight: 400;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 25px;
  font-style: italic;
}
#testimonials-13 .client-info .client-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #343a40;
  display: block;
  margin-bottom: 3px;
}
#testimonials-13 .client-info .client-position {
  font-size: 0.95rem;
  color: #6c757d;
  display: block;
}
#testimonials-13 .rating {
  margin-top: 15px;
  color: #ffc107;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  #testimonials-13 {
    padding: 50px 0;
  }
  #testimonials-13 .testimonial-card-featured {
    padding: 30px 25px;
  }
  #testimonials-13 .testimonial-card-featured::before {
    font-size: 4.5rem;
    top: 15px;
    left: 15px;
  }
  #testimonials-13 .client-image img {
    width: 80px;
    height: 80px;
  }
  #testimonials-13 .testimonial-quote {
    font-size: 1.1rem;
  }
}



#call-to-action-20 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
}
.cta-boxed-content {
  padding: 2.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.cta-boxed-headline {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2.2rem;
}
.cta-boxed-subtext {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  opacity: 0.9;
}
.cta-boxed-button .btn {
  padding: 0.8rem 2rem;
  font-weight: 600;
}
.cta-boxed-button .btn i {
  margin-right: 8px;
}
#call-to-action-20 .btn-warning {
}
@media (max-width: 767.98px) {
  #call-to-action-20 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    min-height: 350px;
  }
  .cta-boxed-content {
    padding: 1.5rem;
  }
  .cta-boxed-headline {
    font-size: 1.8rem;
  }
  .cta-boxed-subtext {
    font-size: 1rem;
  }
}



#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-7 {
  padding: 60px 0;
  background-color: #f1f3f5;
}
#faq-7 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-7 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-7 .nav-tabs .nav-link {
  color: #17a2b8;
  border: none;
  font-weight: bold;
}
#faq-7 .nav-tabs .nav-link.active {
  background-color: #17a2b8;
  color: #ffffff;
  border-radius: 4px;
}
#faq-7 .tab-content {
  margin-top: 30px;
}
#faq-7 .accordion-button {
  background-color: #ffffff;
  color: #17a2b8;
  border: 1px solid #17a2b8;
  border-radius: 4px;
  padding: 15px;
  font-size: 16px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
#faq-7 .accordion-button.collapsed {
  background-color: #ffffff;
  color: #17a2b8;
}
#faq-7 .accordion-button:not(.collapsed) {
  background-color: #17a2b8;
  color: #ffffff;
}
#faq-7 .accordion-body {
  padding: 20px;
  background-color: #e9ecef;
  border-left: 2px solid #17a2b8;
}



#team-10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#team-10 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#team-10 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#team-10 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#team-10 .advisor-card {
  background-color: #ffffff;
  border: 1px solid #e0e5eb;
  border-radius: 0.5rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.06);
  height: 100%;
}
#team-10 .advisor-image {
  flex-shrink: 0;
  margin-bottom: 1.5rem;
}
#team-10 .advisor-image img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
#team-10 .advisor-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#team-10 .advisor-name {
  font-size: 1.3rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.1rem;
}
#team-10 .advisor-role {
  font-size: 0.95rem;
  color: var(--bs-primary);
  font-weight: 500;
  margin-bottom: 0.25rem;
}
#team-10 .advisor-affiliation {
  font-size: 0.9rem;
  color: #6c757d;
  font-style: italic;
  margin-bottom: 1rem;
}
#team-10 .advisor-bio {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
  max-width: 480px;
}
#team-10 .advisor-social-links {
  margin-top: auto;
}
#team-10 .advisor-social-links a {
  display: inline-block;
  color: #6c757d;
  margin: 0 0.5rem;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}
#team-10 .advisor-social-links a:hover {
  color: var(--bs-primary);
}
@media (min-width: 992px) {
  #team-10 .advisor-card {
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
  }
  #team-10 .advisor-image {
    margin-bottom: 0;
    margin-right: 2rem;
  }
  #team-10 .advisor-image img {
    width: 140px;
    height: 140px;
  }
  #team-10 .advisor-info {
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  #team-10 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #team-10 .section-title {
    font-size: 2.1rem;
  }
  #team-10 .advisor-card {
    padding: 1.5rem;
  }
  #team-10 .advisor-name {
    font-size: 1.2rem;
  }
}


