#contact-modal .modal-service-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.125rem;
  max-width: 11.25rem;
  border-radius: 0.875rem;
  box-shadow: 0 0.125rem 0.5rem rgba(23,46,115,0.10);
}


.channel-btn.whatsapp {
  background: #25D366 !important;
  color: #fff !important;
}
.channel-btn.email {
  background: #D44638 !important; 
  color: #fff !important;
}
.channel-btn.linkedin {
  background: #0077B5 !important;
  color: #fff !important;
}
.channel-btn.facebook {
  background: #1877F3 !important;
  color: #fff !important;
}
.service-detail-card .more-info-btn {
  display: block;
  margin: 0 auto 0 auto;

  margin-top: 0.75rem;
}

#image-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0; width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
}
#image-modal img {
  width: 26.25rem;
  height: 26.25rem;
  max-width: 90vw;
  max-height: 90vh;
  object-fit: cover;
  border-radius: 1.125rem;
  box-shadow: 0 0.5rem 2rem rgba(0,0,0,0.25);
  background: #fff;
  display: block;
  margin: 0 auto;
}
@media (max-width: 31.25rem) {
  #image-modal img {
    width: 90vw;
    height: 90vw;
    max-width: 90vw;
    max-height: 90vw;
  }
} 
.section-banner video {
  width: 45.5rem;
  height: 5.625rem;
  max-width: 100%;
  object-fit: cover;
  border-radius: 2rem;
  box-shadow: var(--shadow);
}

.services-grid .service-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.services-grid .service-icon img {
  display: block;
  margin: 0 auto;
  width: 120%;
  height: auto;
  max-width: 7.5rem;
  transition: transform 0.2s;
}

.contact-info,
.contact-form {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 0.125rem 1rem rgba(23,46,115,0.10), 0 0.0938rem 0.5rem rgba(0,252,168,0.10);
  border: 0.1563rem solid #767777; 
  transition: box-shadow 0.3s, border-color 0.3s, background 0.3s;
  padding: 2rem 1.5rem;
  margin-bottom: 2rem;
}

.contact-info:hover,
.contact-form:hover,
.contact-info:focus-within,
.contact-form:focus-within {
  border-color: #00fca8;
  box-shadow: 0 0.5rem 2rem rgba(23,46,115,0.13), 0 0.1875rem 1rem rgba(0,252,168,0.13);
  background: #f4f8ff;
}

.main-video-bg,
.main-video-bg video,
.main-video-overlay {
  height: 37.5rem;
  width: 100vw;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

#about {
  margin-top: 37.5rem;
}


@media (max-width: 900px) {
  .main-video-bg,
  .main-video-bg video,
  .main-video-overlay {
    height: 22rem;
  }
  #about {
    margin-top: 22rem;
  }
  .hero-content h1 {
    font-size: 2rem;
  }
}

@media (max-width: 600px) {
  .main-video-bg,
  .main-video-bg video,
  .main-video-overlay {
    height: 14rem;
  }
  #about {
    margin-top: 14rem;
  }
  .container {
    padding: 0 1rem;
  }
  .hero-content h1 {
    font-size: 1.3rem;
  }
  .services-grid,
  .testimonials-grid,
  .about-flex,
  .contact-flex,
  .footer-container {
    flex-direction: column !important;
    gap: 1.5rem;
  }
  .service-card,
  .about-img-block,
  .footer-col {
    width: 100% !important;
    margin: 0 auto;
  }
  nav ul.nav-links {
    flex-direction: column;
    gap: 1rem;
  }
  .main-header .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .hamburger {
    display: block;
  }

.nav-links.open  {
    display: block;
  }
}


img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}


.main-footer {
  background: #000000;
  color: #fff;
  padding: 3rem 0 0 0;
  font-size: 1rem;
}
.footer-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.footer-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 250px;
    min-width: 180px;
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
}
.footer-col.company {
  flex: 2 1 20rem;
}
.footer-col.company h2 {
    font-size: 2rem;         
    margin-bottom: 0.7em;   
}
.footer-col.company p {
    font-size: 1rem;         
    line-height: 1.5;
    margin-bottom: 1em;
    max-width: 350px;        
    text-align: left;       
}
.footer-col.company {
    max-width: 400px;        
    align-items: flex-start;  
}
.footer-col.company p {
    text-align: justify;
    margin-bottom: 1.2em;      
    max-width: 420px;         
}

.footer-col.company p:last-of-type {
    margin-bottom: 1.2em;      
}

.footer-col.company {
    align-items: flex-start;    
}
.footer-col h2,
.footer-col h3 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-bottom: 2px solid #00fca8;
  display: inline-block;
  padding-bottom: 0.25rem;
}
.footer-col h3 {
    font-size: 1.3rem;        
    margin-bottom: 2.5rem;     
}
.footer-col ul {
    padding-left: 0;
    margin: 0 0 0.5em 0;
    list-style: none;
}
.footer-col ul li {
  margin-bottom: 0.75rem;
}
.footer-col li {
    margin-bottom: 0.5em;
}
.footer-col ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-col a {
    font-size: 1rem;
    text-decoration: none;
    color: #fff;           
    transition: color 0.2s;
}
.footer-col ul li a:hover {
  color: #00fca8;
}
.footer-col a:hover {
    color: #00ffd0;          
}
.footer-social {
  margin-top: 1rem;
}
.footer-social a {
  display: inline-block;
  margin-right: 0.75rem;
}
.footer-social img {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 45%;
  background: #fff;
  padding: 0.25rem;
  transition: box-shadow 0.2s, transform 0.2s;
}
.footer-social img:hover {
  box-shadow: 0 0.25rem 1rem #00fca8;
  transform: scale(1.1);
}
.footer-bottom {
  text-align: center;
  padding: 1rem 0;
  background: #000000;
  color: #fff;
  font-size: 0.95rem;
  margin-top: 1.5rem;
  border-top: 0.0625rem solid #fff;
}
@media (max-width: 900px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 1rem;
  }
  .footer-col {
    min-width: 0;
    width: 100%;
  }
}


@media (max-width: 700px) {
  .nav-links {
    display: none;
    flex-direction: column;
    gap: 1rem;
    background-color: #fff !important;
    background: #fff !important;
    opacity: 1 !important;
    filter: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    box-shadow: 0 0.125rem 0.5rem rgba(23,46,115,0.10);
    position: absolute;
    top: 3.75rem;
    right: 0;
    
    padding: 1.125rem 1.5rem 1.125rem 1.5rem;
    z-index: 100;
    align-items: flex-end;
    width: auto; 
    min-width: 10rem;
    border-radius: 0 0 0.75rem 0.75rem;
    text-align: right;
  }
  .nav-links.open {
    display: flex;
  }
  .nav-links li, nav ul.nav-links li {
    text-align: right;
    width: 100%;
  }
  .hamburger {
    display: block;
  }
  nav {
    position: relative;
  }
}

#back-to-top {
  display: none;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 3.2rem;
  height: 3.2rem;
  background: transparent;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0.25rem 1rem rgba(23,46,115,0.15);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 9999;
  transition: background 0.2s;
}
#back-to-top svg {
  display: block;
}
#back-to-top:hover svg circle {
  fill: rgba(23,30,37,0.5);
}

.footer-col .nav-link.active,
.footer-col ul li a.active {
  color: inherit;
  background: transparent;
  box-shadow: none;
}
.footer-col.nudge-up    { position: relative; top: 4rem; }
.footer-col.nudge-down  { position: relative; top: 1.4rem; }
.footer-col.nudge-left  { position: relative; left: -1rem; }
.footer-col.nudge-right { position: relative; left: 4rem; }

.faq-section .section-title {
  background: #fff;
  color: #172e73;
  padding: 0.5em 1.5em;
  border-radius: 0.5em;
  display: inline-block;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.faq-section .container {
  text-align: center;
}

.faq-section .faq-list,
.faq-section .faq-item,
.faq-section .faq-item h2,
.faq-section .faq-item p {
  color: #fff;
  text-align: left;
}

.policy-content p,
.policy-content li {
  color: #fff;
  text-align: justify;
}

.policy-content strong,
.policy-content li > strong,
.policy-content > ol > li > strong {
  font-weight: bold;
  color: #fff;
}

.policy-content ol,
.policy-content ul {
  color: #fff;
}
.policy-content ol > li > ol {
  list-style-type: none;
  counter-reset: subpolicy;
  padding-left: 1.5em;
}
.policy-content ol > li > ol > li {
  counter-increment: subpolicy;
  position: relative;
}
.policy-content ol > li > ol > li:before {
  content: attr(value) ". ";
  position: absolute;
  left: -2.5em;
  font-weight: normal;
  color: #fff;
}


.policy-content > ol {
  counter-reset: mainpolicy;
  list-style: none;
  padding-left: 0;
}
.policy-content > ol > li {
  counter-increment: mainpolicy;
  position: relative;
  margin-bottom: 1.5em;
  padding-left: 2.2em;
}
.policy-content > ol > li::before {
  content: counter(mainpolicy) ".";
  position: absolute;
  left: 0;
  top: 0.1em;
  font-weight: bold;
  color: #fff;
  font-size: 1.2em;
}


.policy-content ol > li > ol {
  list-style: none;
  counter-reset: subpolicy;
  padding-left: 1.5em;
}
.policy-content ol > li > ol > li {
  counter-increment: subpolicy;
  position: relative;
  margin-bottom: 1em;
  padding-left: 2.5em;
}
.policy-content ol > li > ol > li::before {
  content: attr(value) ".";
  position: absolute;
  left: 0;
  top: 0.1em;
  font-weight: normal;
  color: #fff;
  font-size: 1em;
}


.policy-content ol > li > ol > li > strong {
  font-weight: normal;
  color: #fff;
}


.policy-content,
.policy-content p,
.policy-content li {
  color: #fff;
  text-align: justify;
}


.service-images-grid img {
  width: 100%;
  max-width: 7.5rem;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 1.125rem;
  box-shadow: 0 0.125rem 0.5rem rgba(23,46,115,0.07);
  background: #fff;
  border: 0.0781rem solid rgba(0,252,168,0.13);
  transition: box-shadow 0.3s, border-color 0.3s, transform 0.2s;
}


.service-detail-card {
  padding: 1.375rem 1.0625rem 1.25rem 1.0625rem;
  font-size: 0.87em;
  margin-bottom: 1.375rem;
  border-radius: 0.9375rem;
  border: 0.0781rem solid #e6f9f3;
  background: #fafffd;
  box-shadow: 0 0.25rem 1.5rem rgba(23,46,115,0.07), 0 0.0938rem 0.5rem rgba(0,252,168,0.07);
  transition: box-shadow 0.3s, border-color 0.3s, background 0.3s;
  position: relative;
  z-index: 1;
}

.service-detail-card h2 {
  font-size: 1.05rem;
  margin-bottom: 0.75rem;
}

.service-detail-card p {
  font-size: 0.97em;
  margin-bottom: 0.75rem;
}

.services-list-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 56.25rem) {
  .services-list-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .main-header .container {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    position: relative;
  }
  .logo {
    order: 1;
    margin-left: -5rem; 
    margin-right: 0;
  }
  .hamburger {
    order: 2;
    margin-left: 2rem;
    margin-right: 0;
    display: block;
    position: static;
  }
  .nav-links,
  nav ul.nav-links {
    display: none;
    flex-direction: column;
    gap: 1rem;
    background-color: #fff !important;
    background: #fff !important;
    opacity: 1 !important;
    filter: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    box-shadow: 0 0.125rem 0.5rem rgba(23,46,115,0.10);
    position: absolute;
    top: 3.75rem;
    right: 0;
  
    padding: 1.125rem 1.5rem 1.125rem 1.5rem;
    z-index: 100;
    align-items: flex-end; 
    width: auto; /
    min-width: 10rem;
    border-radius: 0 0 0.75rem 0.75rem;
    text-align: right;
  }
  .nav-links.open {
    display: flex;
  }
  .nav-links li, nav ul.nav-links li {
    text-align: right;
    width: 100%;
  }
  .hamburger {
    display: block;
  }
  nav {
    position: relative;
  }
}