:root{
  --primary:#128b8b;
  --primary-dark:#075078;
  --navy:#063b68;
  --teal:#128b8b;
  --teal-dark:#087477;
  --soft:#eaf7f7;
  --ink:#172b3d;
  --muted:#4b5b6b;
  --line:#d9e5e9;
  --white:#fff;
}

*{
  box-sizing:border-box;
}
li {
    list-style: none;
}
.bi-check-circle-fill{
    padding: 10px;
}
html{
  scroll-behavior:smooth;
}

body{
  font-family:"Roboto",sans-serif;
  color:#172b3d;
  background:#fff;
  line-height:1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar,
.btn,
.eyebrow{
  font-family:"Poppins",sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6{
  color:#063b68;
}

a{
  text-decoration:none;
}

img{
  max-width:100%;
  height:auto;
}


/* =========================
   TOP BAR
========================= */

.topbar{
  background:#064673;
  color:#fff;
  font-size:.88rem;
  padding:.52rem 0;
}

.topbar .container{
  min-height:34px;
}

.topbar a{
  color:#fff;
}

.topbar i{
  margin-right:6px;
}

.top-contact{
  display:flex;
  align-items:center;
  gap:12px;
}

.top-contact a:last-child,
.top-contact a:nth-last-child(2){
  font-size:1.05rem;
}

.top-divider{
  opacity:.55;
}


/* =========================
   NAVIGATION
========================= */

.navbar{
  background:#fff!important;
  padding:10px 0;
  box-shadow:0 4px 22px rgba(10,63,100,.10);
  position:relative;
  z-index:20;
}

.nav-inner{
  min-height:96px;
}

.navbar-brand{
  display:block;
  padding:0;
}

.site-logo{
  width:270px;
  height:auto;
  display:block;
  object-fit:contain;
}

.nav-link{
  color:#182b3c;
  font-weight:500;
  padding:.75rem .85rem!important;
}

.nav-link.active,
.nav-link:hover{
  color:#087477;
}

.appointment-nav-btn{
  background:#128b8b;
  border-color:#128b8b;
  color:#fff;
  border-radius:12px;
  padding:.85rem 1.25rem;
  font-weight:600;
  box-shadow:0 8px 20px rgba(18,139,139,.22);
}

.appointment-nav-btn:hover{
  background:#087477;
  border-color:#087477;
  color:#fff;
}


/* =========================
   HOME BANNER
========================= */

.home-banner-wrap{
  background:#eaf7f9;
  overflow:hidden;
}

.home-banner{
  position:relative;
  width:100%;
  line-height:0;
}

.home-banner-img{
  width:100%;
  height:auto;
  display:block;
}

.banner-actions{
  position:absolute;
  left:6.5%;
  bottom:8%;
  display:flex;
  gap:12px;
  line-height:1;
}

.banner-btn,
.banner-call{
  border-radius:10px;
  padding:.85rem 1.2rem;
  font-family:"Poppins",sans-serif;
  font-weight:600;
  box-shadow:0 8px 22px rgba(0,0,0,.14);
}

.banner-btn{
  background:#128b8b;
  border-color:#128b8b;
  color:#fff;
}

.banner-btn:hover{
  background:#087477;
  border-color:#087477;
  color:#fff;
}

.banner-call{
  color:#063b68;
  border:0;
  background:#fff;
}

.banner-call:hover{
  color:#063b68;
  background:#f5ffff;
}


/* =========================
   QUICK FEATURES
========================= */

.quick-features{
  position:relative;
  margin-top:-35px;
  z-index:5;
}

.feature-box{
  background:#128b8b;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 12px 35px rgba(0,75,110,.24);
}

.feature-item{
  display:flex;
  align-items:center;
  gap:15px;
  padding:22px 25px;
  color:#fff;
  min-height:120px;
}

.feature-item+.feature-item{
  border-left:1px solid rgba(255,255,255,.30);
}

.feature-icon{
  width:58px;
  height:58px;
  border-radius:50%;
  background:#fff;
  color:#087477;
  display:grid;
  place-items:center;
  font-size:1.45rem;
  flex:0 0 auto;
}

.feature-item h3{
  font-size:1.05rem;
  margin:0 0 2px;
  font-weight:600;
  color:#fff;
}

.feature-item p{
  font-size:.82rem;
  line-height:1.35;
  margin:0;
  color:#f4ffff;
  opacity:1;
}


/* =========================
   GENERAL SECTIONS
========================= */

.section{
  padding:85px 0;
}

.section-soft{
  background:#f1fafa;
}

.welcome-section{
  padding-top:100px;
}

.eyebrow{
  color:#087477;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:.75rem;
}

.section-title{
  font-size:clamp(2rem,3.5vw,3.05rem);
  line-height:1.18;
  margin:.55rem 0 1.15rem;
  color:#063b68;
  font-weight:700;
}

.section-title span{
  color:#087477;
}

.section-copy{
  color:#4b5b6b;
  max-width:720px;
  font-size:1rem;
}

p{
  color:#4b5b6b;
}


/* =========================
   HOME INFO CARDS
========================= */

.home-info-card{
  height:100%;
  background:#f5f8fa;
  border:1px solid #e1e9ec;
  border-radius:15px;
  padding:28px 18px;
  text-align:center;
  box-shadow:0 8px 24px rgba(13,65,90,.06);
}

.round-icon{
  width:54px;
  height:54px;
  border-radius:50%;
  margin:0 auto 15px;
  background:#128b8b;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:1.35rem;
}

.home-info-card h3{
  font-size:1rem;
  line-height:1.3;
  color:#063b68;
}

.home-info-card p{
  font-size:.84rem;
  color:#4b5b6b;
  line-height:1.5;
  margin-bottom:0;
}


/* =========================
   SERVICE CARDS
========================= */

.service-card{
  height:100%;
  border:1px solid #d9e5e9;
  border-radius:20px;
  padding:28px;
  background:#fff;
  transition:.25s;
  box-shadow:0 10px 28px rgba(20,60,80,.06);
}

.service-card:hover{
  transform:translateY(-5px);
  box-shadow:0 18px 38px rgba(20,60,80,.13);
}

.icon-box{
  width:54px;
  height:54px;
  border-radius:15px;
  background:#e0f4f4;
  color:#087477;
  display:grid;
  place-items:center;
  font-size:1.4rem;
  margin-bottom:18px;
}

.service-card h3{
  font-size:1.2rem;
  line-height:1.35;
  color:#063b68;
}

.service-card p,
.value-card p,
.contact-card p{
  color:#4b5b6b;
}

.service-link{
  font-family:"Poppins",sans-serif;
  font-size:.88rem;
  font-weight:600;
  color:#087477;
}

.service-link:hover{
  color:#063b68;
}

.service-link i{
  margin-left:5px;
}


/* =========================
   CTA
========================= */

.cta{
  background:linear-gradient(100deg,#064673,#128b8b);
  color:#fff;
  border-radius:28px;
  padding:52px;
}

.cta h2{
  font-weight:700;
  color:#fff;
}

.cta p{
  color:#edfafa;
}

.cta .eyebrow{
  color:#fff;
}


/* =========================
   PAGE HERO
========================= */

.page-hero{
  background:linear-gradient(120deg,#eaf7f7,#f1f9fc);
  padding:70px 0;
  border-bottom:1px solid #dce8eb;
}

.page-hero h1{
  font-size:clamp(2.3rem,4vw,3.5rem);
  color:#063b68;
  margin:.4rem 0 .65rem;
  font-weight:700;
}

.page-hero p{
  color:#4b5b6b;
  max-width:720px;
  margin:0;
}


/* =========================
   FORM
========================= */

.form-control,
.form-select{
  padding:.82rem 1rem;
  border-radius:11px;
  border-color:#cfdde2;
  color:#172b3d;
  font-family:"Roboto",sans-serif;
}

.form-control::placeholder{
  color:#71808d;
  opacity:1;
}

.form-control:focus,
.form-select:focus{
  border-color:#128b8b;
  box-shadow:0 0 0 .2rem rgba(18,139,139,.13);
}

.form-label{
  font-family:"Poppins",sans-serif;
  font-size:.88rem;
  font-weight:500;
  color:#063b68;
}

.btn-primary{
  background:#128b8b;
  border-color:#128b8b;
  color:#fff;
}

.btn-primary:hover{
  background:#087477;
  border-color:#087477;
  color:#fff;
}


/* =========================
   APPOINTMENT PAGE
========================= */

.appointment-section{
  background:#fff;
}

.appointment-form-card{
  background:#fff;
  border:1px solid #d9e5e9;
  border-radius:24px;
  padding:34px;
  box-shadow:0 14px 35px rgba(15,70,95,.08);
}

.form-heading{
  display:flex;
  align-items:center;
  gap:15px;
  margin-bottom:28px;
}

.mini-icon{
  width:52px;
  height:52px;
  border-radius:14px;
  background:#e0f4f4;
  color:#087477;
  display:grid;
  place-items:center;
  font-size:1.35rem;
}

.form-heading h2{
  font-size:1.5rem;
  margin:0;
  color:#063b68;
}

.form-heading p{
  font-size:.86rem;
  color:#4b5b6b;
  margin:.15rem 0 0;
}

.appointment-alert{
  border-radius:14px;
  border:0;
  margin-bottom:22px;
}

.appointment-side-card{
  background:linear-gradient(145deg,#eaf8f8,#f3f9fc);
  border:1px solid #d6e9eb;
  border-radius:24px;
  padding:34px;
  position:sticky;
  top:25px;
}

.side-icon{
  width:64px;
  height:64px;
  border-radius:18px;
  background:#128b8b;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:1.55rem;
  margin-bottom:22px;
}

.appointment-side-card h2{
  font-size:2rem;
  color:#063b68;
  margin:.35rem 0 .7rem;
}

.appointment-side-card p{
  color:#4b5b6b;
}

.contact-line{
  display:flex;
  gap:13px;
  align-items:flex-start;
  padding:15px 0;
  border-top:1px solid #d5e4e7;
}

.contact-line>span{
  width:38px;
  height:38px;
  border-radius:10px;
  background:#fff;
  color:#087477;
  display:grid;
  place-items:center;
  flex:0 0 auto;
}

.contact-line small{
  display:block;
  color:#596b78;
  font-size:.75rem;
}

.contact-line a,
.contact-line strong{
  display:block;
  color:#063b68;
  font-family:"Poppins",sans-serif;
  font-size:.93rem;
}

.contact-line strong{
  font-family:"Roboto",sans-serif;
  font-weight:500;
  line-height:1.5;
}


/* =========================
   FOOTER
========================= */

.footer{
  background:#063b68;
  color:#dceaf2;
}

.footer h6{
  color:#fff;
  text-transform:uppercase;
  letter-spacing:1.3px;
  font-size:.85rem;
}

.footer a{
  display:block;
  color:#dceaf2;
  margin:.45rem 0;
}

.footer a:hover{
  color:#fff;
}

.footer p{
  color:#dceaf2;
}

.footer-brand{
  font-family:"Poppins",sans-serif;
  font-size:1.35rem;
  font-weight:600;
  color:#fff;
  display:flex;
  align-items:center;
  gap:.7rem;
}

.footer .brand-mark{
  width:40px;
  height:40px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.12);
  color:#fff;
}

.copyright{
  border-top:1px solid rgba(255,255,255,.16);
  padding:16px 0;
  font-size:.82rem;
  color:#c4d7e1;
}


/* =========================
   WHATSAPP BUTTON
========================= */

.floating-wa{
  position:fixed;
  right:20px;
  bottom:20px;
  width:56px;
  height:56px;
  border-radius:50%;
  background:#25d366;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:1.5rem;
  box-shadow:0 8px 25px rgba(0,0,0,.20);
  z-index:1000;
}

.floating-wa:hover{
  color:#fff;
  transform:scale(1.05);
}


/* =========================
   RESPONSIVE
========================= */

@media(max-width:1199px){

  .site-logo{
    width:235px;
  }

  .feature-item{
    padding:18px 15px;
  }
}


@media(max-width:991px){

  .topbar .container{
    justify-content:center!important;
    text-align:center;
  }

  .top-contact{
    justify-content:center;
    flex-wrap:wrap;
  }

  .nav-inner{
    min-height:78px;
  }

  .site-logo{
    width:220px;
  }

  .navbar-collapse{
    padding:15px 0 5px;
  }

  .appointment-nav-btn{
    display:inline-block;
    margin-top:8px;
  }

  .home-banner-img{
    min-height:310px;
    object-fit:cover;
    object-position:center;
  }

  .banner-actions{
    left:5%;
    bottom:6%;
    flex-wrap:wrap;
  }

  .quick-features{
    margin-top:0;
    padding-top:18px;
  }

  .feature-item{
    min-height:105px;
  }

  .feature-item+.feature-item{
    border-left:0;
    border-top:1px solid rgba(255,255,255,.28);
  }

  .section{
    padding:65px 0;
  }

  .welcome-section{
    padding-top:70px;
  }

  .appointment-side-card{
    position:static;
  }
}


@media(max-width:575px){

  .topbar{
    font-size:.76rem;
  }

  .topbar .container>span{
    display:none;
  }

  .top-contact{
    gap:8px;
  }

  .site-logo{
    width:195px;
  }

  .navbar{
    padding:7px 0;
  }

  .home-banner-img{
    min-height:280px;
    object-position:55% center;
  }

  .banner-actions{
    left:4%;
    right:4%;
    bottom:4%;
    gap:8px;
  }

  .banner-actions .btn{
    padding:.68rem .85rem;
    font-size:.78rem;
  }

  .feature-item{
    padding:17px 18px;
  }

  .appointment-form-card,
  .appointment-side-card{
    padding:24px;
  }

  .section-title{
    font-size:2rem;
  }

  .page-hero{
    padding:55px 0;
  }
}