
*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
font-family:'Poppins',sans-serif;
background:#ffffff;
color:#222;
line-height:1.7;
overflow-x:hidden;
}

a{
text-decoration:none;
}

img{
max-width:100%;
display:block;
}

.container{
width:100%;
max-width:1200px;
margin:auto;
padding:0 20px;
}

/* TOP BAR */

.topbar{
background:#063b61;
padding:10px 0;
}

.topbar-inner{
display:flex;
justify-content:space-between;
align-items:center;
gap:20px;
flex-wrap:wrap;
}

.topbar-left,
.topbar-right{
display:flex;
gap:20px;
flex-wrap:wrap;
}

.topbar a{
color:#fff;
font-size:14px;
font-weight:500;
}

/* HERO */

.hero{
position:relative;
padding:50px 0 50px;
background:
linear-gradient(rgba(6,59,97,.88),rgba(6,59,97,.88)),
url('https://images.unsplash.com/photo-1588776814546-1ffcf47267a5?q=80&w=1600&auto=format&fit=crop') center/cover no-repeat;
overflow:hidden;
}

.hero-grid{
display:grid;
grid-template-columns:1.1fr .9fr;
gap:50px;
align-items:center;
}

.tag{
display:inline-block;
padding:10px 18px;
background:#fe235b;
color:#fff;
border-radius:50px;
font-size:14px;
font-weight:600;
margin-bottom:20px;
}

.hero h2{
font-size:52px;
line-height:1.1;
font-weight:600;
color:#fff;
margin-bottom:18px;
}

.hero p{
font-size:20px;
color:#dbe8f1;
margin-bottom:25px;
}

.offer-box{
background:#fff;
padding:22px;
border-radius:18px;
margin-bottom:30px;
box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.offer-box h3{
font-size:26px;
color:#063b61;
margin-bottom:10px;
}

.offer-box p{
font-size:16px;
color:#555;
margin:0;
}

.offer-box span{
display:inline-block;
margin-top:10px;
font-size:22px;
font-weight:700;
color:#fe235b;
}

.hero-btns{
display:flex;
gap:15px;
flex-wrap:wrap;
margin-top:20px;
}

.btn{
display:inline-flex;
align-items:center;
justify-content:center;
padding:15px 28px;
border-radius:10px;
font-size:16px;
font-weight:600;
transition:.3s ease;
}

.btn-primary{
background:#fe235b;
color:#fff;
}

.btn-primary:hover{
background:#00132d;
}

.btn-white{
background:#fff;
color:#063b61;
}

.btn-white:hover{
background:#f4f4f4;
}

.hero-card{
background:#fff;
padding:35px;
border-radius:24px;
box-shadow:0 20px 50px rgba(0,0,0,.18);
}

.hero-card h3{
font-size:28px;
margin-bottom:20px;
color:#063b61;
}

.form-group{
margin-bottom:16px;
}

.form-group input,
.form-group select,
.form-group textarea{
width:100%;
padding:15px;
border:1px solid #ddd;
border-radius:10px;
font-family:'Poppins',sans-serif;
font-size:15px;
outline:none;
}

.form-group textarea{
height:110px;
resize:none;
}

.submit-btn{
width:100%;
border:none;
cursor:pointer;
}

/* SECTION */

.section{
padding:90px 0;
}

.section-title{
text-align:center;
margin-bottom:60px;
}



.section-title h2{
font-size:42px;
line-height:1.2;
color:#063b61;
margin-bottom:14px;
}

.section-title p{
max-width:780px;
margin:auto;
color:#666;
font-size:17px;
}

/* FEATURES */

.features-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.feature-box{
background:#fff;
padding:30px 25px;
border-radius:20px;
box-shadow:0 10px 35px rgba(0,0,0,.06);
transition:.3s;
border:1px solid #f2f2f2;
}


.feature-box h4{
font-size:19px;
margin-bottom:12px;
color:#063b61;
}

.feature-box p{
color:#666;
font-size:15px;
}

/* SERVICES */

.services-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:28px;
}

.service-card{
background:#fff;
padding:35px;
border-radius:22px;
box-shadow:0 12px 40px rgba(0,0,0,.06);
transition:.3s;
}



.service-icon{
width:70px;
height:70px;

border-radius:18px;
display:flex;
align-items:center;
justify-content:center;
font-size:32px;
margin-bottom:20px;
}

.service-card h3{
font-size:24px;
margin-bottom:12px;
color:#063b61;
}

.service-card p{
font-size:15px;
color:#666;
}

/* OFFER SECTION */

.offer-section{
background:#f5fcfe;
}

.offer-wrapper{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
align-items:center;
}

.offer-content{
background:#fff;
padding:45px;
border-radius:25px;
box-shadow:0 10px 35px rgba(0,0,0,.06);
}

.offer-content h2{
font-size:38px;
line-height:1.2;
margin-bottom:18px;
color:#063b61;
}

.offer-content p{
color:#666;
margin-bottom:20px;
}

.offer-list{
list-style:none;
}

.offer-list li{
margin-bottom:12px;
font-weight:500;
color:#333;
}

.promo{
margin-top:25px;
display:inline-block;
padding:12px 20px;
background:#063b61;
color:#fff;
border-radius:12px;
font-weight:700;
}

/* TESTIMONIALS */

.testimonial-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.testimonial{
background:#fff;
padding:35px;
border-radius:22px;
box-shadow:0 12px 35px rgba(0,0,0,.06);
}

.testimonial .stars{
font-size:20px;
margin-bottom:15px;
}

.testimonial p{
font-size:15px;
color:#555;
}

/* LOCATION */

.location-box{
background:#063b61;
border-radius:30px;
text-align:center;
color:#fff;
}

.location-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
margin-top:35px;
}

.location-item{
background:rgba(255,255,255,.08);
padding:25px;
border-radius:18px;
backdrop-filter:blur(5px);
}

.location-item h4{
font-size:20px;
margin-bottom:10px;
}

.contact-bottom{
margin-top:35px;
display:flex;
justify-content:center;
gap:30px;
flex-wrap:wrap;
}

.contact-bottom a{
color:#fff;
font-weight:500;
}

/* TRUST */

.trust-section{
background:#f8fbfd;
}

.trust-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
}

.trust-item{
background:#fff;
padding:25px;
border-radius:18px;
font-weight:600;
box-shadow:0 10px 30px rgba(0,0,0,.05);
}

/* FOOTER */

.footer{
background:#02263f;
padding:25px 0;
text-align:center;
}

.footer p{
color:#d4dde4;
font-size:14px;
}

/* RESPONSIVE */

@media(max-width:992px){

.hero-grid,
.offer-wrapper{
grid-template-columns:1fr;
}

.features-grid{
grid-template-columns:repeat(2,1fr);
}

.services-grid,
.testimonial-grid,
.trust-grid,
.location-grid{
grid-template-columns:1fr 1fr;
}

.hero h2{
font-size:46px;
}

.section-title h2{
font-size:34px;
}

}

@media(max-width:768px){

.hero{
padding:70px 0;
}

.hero h2{
font-size:38px;
}

.hero p{
font-size:17px;
}

.features-grid,
.services-grid,
.testimonial-grid,
.location-grid,
.trust-grid{
grid-template-columns:1fr;
}

.section{
padding:70px 0;
}

.section-title h2{
font-size:30px;
}

.offer-content{
padding:30px;
}

.location-box{
padding:35px 25px;
}

.topbar-inner{
justify-content:center;
}

}
```css id="e9t4qs"
/* =========================
   FONT FAMILY
========================= */

body{
font-family:'Poppins',sans-serif;
margin:0;
padding:0;
box-sizing:border-box;
}



/* =========================
   TOP HEADER
========================= */

.top-header{
background:#283b6a;
padding:10px 0;
}

.top-header-inner{
display:flex;
justify-content:space-between;
align-items:center;
gap:20px;
flex-wrap:wrap;
}

.top-contact{
display:flex;
align-items:center;
gap:38px;
flex-wrap:wrap;
}

.top-contact a{
color:#fff;
font-size:15px;
font-weight:500;
text-decoration:none;
display:flex;
align-items:center;
gap:8px;
transition:.3s ease;
}

.top-contact a:hover{
opacity:.8;
}



/* =========================
   SOCIAL ICONS
========================= */

.top-social{
display:flex;
align-items:center;
gap:12px;
}

.top-social a{
width:38px;
height:38px;
border-radius:50%;
background:rgba(255,255,255,0.18);
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:15px;
transition:.3s ease;
text-decoration:none;
}

.top-social a:hover{
background:#fff;
color:#2c4378;
transform:translateY(-2px);
}



/* =========================
   MAIN HEADER
========================= */

.landing-header{
background:#00132d;
padding:8px 0;
}

.landing-header-inner{
display:flex;
justify-content:space-between;
align-items:center;
gap:30px;
flex-wrap:wrap;
}

.landing-logo img{
height:60px;
width:auto;
display:block;
}



/* =========================
   HEADER BUTTONS
========================= */

.landing-header-btns{
display:flex;
align-items:center;
gap:18px;
flex-wrap:wrap;
}

.call-btn{
padding:14px 30px;
border:2px solid #fe235b;
border-radius:10px;
font-size:17px;
font-weight:700;
color:#fe235b;
background:transparent;
text-decoration:none;
display:flex;
align-items:center;
gap:10px;
transition:.3s ease;
}

.call-btn:hover{
background:#fe235b;
color:#fff;
}

.consult-btn{
padding:16px 34px;
border-radius:10px;
font-size:17px;
font-weight:700;
background:#ef533f;
color:#fff;
text-decoration:none;
transition:.3s ease;
}

.consult-btn:hover{
background:#d63d2b;
}



/* =========================
   MOBILE RESPONSIVE
========================= */

@media(max-width:991px){

.top-header-inner,
.landing-header-inner{
flex-direction:column;
justify-content:center;
text-align:center;
}

.top-contact{
justify-content:center;
gap:18px;
}

.landing-header-btns{
justify-content:center;
}

}

@media(max-width:768px){

.top-contact{
flex-direction:column;
gap:12px;
}

.top-social{
justify-content:center;
}

.landing-logo img{
height:58px;
}

.call-btn,
.consult-btn{
width:100%;
justify-content:center;
}

}
/* SIMPLE HEADER BUTTON */

.landing-header-btns{
display:flex;
align-items:center;
}

.simple-consult-btn{
color:#fff;
font-size:17px;
font-weight:600;
text-decoration:none;
letter-spacing:.3px;
position:relative;
transition:.3s ease;
}

.simple-consult-btn::after{
content:"";
position:absolute;
left:0;
bottom:-6px;
width:100%;
height:1px;
background:#fff;
transition:.3s ease;
}

.simple-consult-btn:hover{
opacity:.8;
}
/* ICON BUTTONS */

.circle-icon-btn{
width:58px;
height:58px;
border-radius:50%;
border:1.5px solid #d6cfc7;
background:#fff;
display:flex;
align-items:center;
justify-content:center;
text-decoration:none;
color:#222;
font-size:20px;
transition:.3s ease;
}

.circle-icon-btn:hover{
transform:translateY(-2px);
background:#f8f8f8;
}



/* WHATSAPP ICON */

.whatsapp-btn{
border-color:#a7dfb8;
color:#1fa855;
}



/* MOBILE */

@media(max-width:768px){

.circle-icon-btn{
width:52px;
height:52px;
font-size:18px;
}

}
/* =========================
   WHY CHOOSE US SECTION
========================= */

.why-section{
padding:50px 0;
background:#fff;
}



/* =========================
   SECTION TITLE
========================= */

.section-title{
text-align:center;
margin-bottom:50px;
}

.section-title span{
display:inline-block;
font-size:16px;
font-weight:700;
text-transform:uppercase;
letter-spacing:.8px;
color:#ff1f63;
margin-bottom:14px;
}

.section-title h2{
font-size:44px;
line-height:1.2;
font-weight:500;
color:#001b45;
margin-bottom:16px;
}

.section-title p{
max-width:760px;
margin:auto;
font-size:16px;
line-height:1.8;
color:#687789;
}



/* =========================
   FEATURES GRID
========================= */

.features-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:22px;
}



/* =========================
   FEATURE BOX
========================= */

.feature-box{
padding:26px 18px;
text-align:center;
border-bottom:1px solid #e7edf3;
transition:.3s ease;
}

.feature-box:hover{
transform:translateY(-4px);
}



/* =========================
   ICON
========================= */

.feature-icon{
display:flex;
align-items:center;
justify-content:center;
margin-bottom:16px;
}

.feature-icon i{
font-size:34px;
color:#fe235b;
}



/* =========================
   TEXT
========================= */

.feature-box h4{
font-size:19px;
font-weight:600;
color:#001b45;
margin-bottom:10px;
line-height:1.3;
}

.feature-box p{
font-size:14px;
line-height:1.7;
color:#6d7a88;
}



/* =========================
   RESPONSIVE
========================= */

@media(max-width:1100px){

.features-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.why-section{
padding:65px 0;
}

.section-title{
margin-bottom:35px;
}

.section-title h2{
font-size:32px;
}

.section-title p{
font-size:15px;
}

.features-grid{
grid-template-columns:1fr;
gap:10px;
}

.feature-box{
padding:24px 14px;
}

.feature-icon i{
font-size:30px;
}

.feature-box h4{
font-size:18px;
}

}
/* FEATURE CARD HOVER ANIMATION */

.feature-box{
padding:26px 18px;
text-align:center;
border-bottom:1px solid #e7edf3;
transition:
transform .35s ease,
box-shadow .35s ease,
border-color .35s ease;
position:relative;
overflow:hidden;
}

.feature-box::before{
content:"";
position:absolute;
left:0;
bottom:0;
width:0%;
height:2px;
background:#ff1f63;
transition:.35s ease;
}

.feature-box:hover{
transform:translateY(-8px);
box-shadow:0 15px 35px rgba(0,0,0,.06);
border-color:#ff1f63;
}

.feature-box:hover::before{
width:100%;
}



/* ICON ANIMATION */

.feature-icon i{
font-size:42px;
color:#000;
transition:.35s ease;
}

.feature-box:hover .feature-icon i{
color:#ff1f63;
}



/* TITLE HOVER */

.feature-box h4{
transition:.3s ease;
}

.feature-box:hover h4{
color:#ff1f63;
}
/* =========================
   SERVICES SECTION
========================= */

.services-section{
padding:90px 0;
background:#00132d;
position:relative;
overflow:hidden;
}



/* SECTION TITLE */

.service-title{
text-align:center;
margin-bottom:65px;
}

.service-title span{
display:inline-block;
font-size:15px;
font-weight:700;
letter-spacing:1px;
text-transform:uppercase;
color:#fff;
margin-bottom:14px;
}

.service-title h2{
font-size:44px;
line-height:1.2;
font-weight:500;
color:#fff;
margin-bottom:18px;
}

.service-title p{
max-width:760px;
margin:auto;
font-size:17px;
line-height:1.9;
color:rgba(255,255,255,.68);
}



/* GRID */

.services-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:28px;
}



/* CARD */

.service-card{
position:relative;
padding:38px 30px;
border-radius:24px;
background:rgba(255,255,255,.03);
border:1px solid rgba(255,255,255,.08);
backdrop-filter:blur(10px);
overflow:hidden;
transition:.4s ease;
}

.service-card::before{
content:"";
position:absolute;
left:0;
top:0;
width:100%;
height:0%;
background:#ff1f63;
z-index:0;
transition:.4s ease;
opacity:.08;
}

/* NUMBER */

.service-number{
position:absolute;
top:22px;
right:24px;
font-size:54px;
font-weight:700;
color:rgba(255,255,255,.06);
line-height:1;
}



/* ICON */

.service-icon{
position:relative;
z-index:2;
margin-bottom:24px;
}

.service-icon i{
font-size:42px;
color:#fff;
transition:.35s ease;
}




/* TEXT */

.service-card h3{
position:relative;
z-index:2;
font-size:26px;
font-weight:600;
color:#fff;
margin-bottom:14px;
line-height:1.3;
transition:.3s ease;
}

.service-card p{
position:relative;
z-index:2;
font-size:15px;
line-height:1.9;
color:rgba(255,255,255,.68);
}



/* RESPONSIVE */

@media(max-width:1100px){

.services-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.services-section{
padding:50px 0;
}

.service-title{
margin-bottom:45px;
}

.service-title h2{
font-size:34px;
}

.service-title p{
font-size:15px;
line-height:1.8;
}

.services-grid{
grid-template-columns:1fr;
gap:22px;
}

.service-card{
padding:32px 24px;
border-radius:20px;
}

.service-icon i{
font-size:36px;
}

.service-card h3{
font-size:22px;
}

.service-number{
font-size:44px;
}

}
/* =========================
   SERVICES SECTION
========================= */

.services-section{
padding:65px 0;
background:#00132d;
position:relative;
overflow:hidden;
}



/* =========================
   SECTION TITLE
========================= */

.service-title{
text-align:center;
margin-bottom:42px;
}

.service-title span{
display:inline-block;
font-size:14px;
font-weight:700;
letter-spacing:1px;
text-transform:uppercase;
color:#fff;
margin-bottom:10px;
}

.service-title h2{
font-size:40px;
line-height:1.2;
font-weight:500;
color:#fff;
margin-bottom:14px;
}

.service-title p{
max-width:700px;
margin:auto;
font-size:15px;
line-height:1.8;
color:rgba(255,255,255,.68);
}



/* =========================
   SERVICES GRID
========================= */

.services-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:18px;
}



/* =========================
   SERVICE CARD
========================= */

.service-card{
background:#071d3f;
border:1px solid rgba(255,255,255,.08);
padding:28px 22px;
border-radius:18px;
text-align:left;
transition:.35s ease;
position:relative;
overflow:hidden;
}

.service-card::before{
content:"";
position:absolute;
left:0;
top:0;
width:3px;
height:0%;
background:#ff1f63;
transition:.35s ease;
}




/* =========================
   ICON
========================= */

.service-icon{
margin-bottom:18px;
}

.service-icon i{
font-size:42px;
color:#ffffff;
transition:.35s ease;
}

.service-card:hover .service-icon i{
color:#fff;
transform:scale(1.05);
}



/* =========================
   TITLE
========================= */

.service-card h3{
font-size:21px;
font-weight:600;
line-height:1.3;
color:#fff;
margin-bottom:10px;
transition:.3s ease;
}



/* =========================
   TEXT
========================= */

.service-card p{
font-size:14px;
line-height:1.7;
color:rgba(255,255,255,.68);
}



/* =========================
   RESPONSIVE
========================= */

@media(max-width:1100px){

.services-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.services-section{
padding:55px 0;
}

.service-title{
margin-bottom:34px;
}

.service-title h2{
font-size:32px;
}

.service-title p{
font-size:14px;
line-height:1.7;
}

.services-grid{
grid-template-columns:1fr;
gap:16px;
}

.service-card{
padding:24px 20px;
border-radius:16px;
}

.service-card h3{
font-size:20px;
}

.service-icon i{
font-size:30px;
}

}
/* =========================
   OFFER SECTION
========================= */

.offer-section{
padding:60px 0;
background:#f5f9fc;
}



/* WRAPPER */

.offer-wrapper{
display:grid;
grid-template-columns:1fr 1fr;
gap:22px;
align-items:stretch;
}



/* CARD */

.offer-card{
border-radius:22px;
padding:30px;
position:relative;
overflow:hidden;
}



/* LEFT CARD */

.kids-card{
background:#063b61;
}



/* RIGHT CARD */

.implant-card{
background:#ffffff;
border:1px solid #e7edf3;
box-shadow:0 10px 30px rgba(0,0,0,.05);
}



/* BADGE */

.offer-badge{
display:inline-flex;
align-items:center;
gap:8px;
padding:10px 18px;
border-radius:50px;
background:#fe235b;
color:#fff;
font-size:12px;
font-weight:700;
letter-spacing:1px;
text-transform:uppercase;
margin-bottom:22px;
}



/* HEADINGS */

.offer-card h2{
font-size:40px;
line-height:1.1;
font-weight:600;
margin-bottom:18px;
}

.kids-card h2{
color:#fff;
}

.kids-card h2 span{
display:block;
color:#fff;
}

.implant-card h2{
font-size:34px;
color:#00132d;
}



/* PARAGRAPH */

.offer-card p{
font-size:15px;
line-height:1.8;
margin-bottom:22px;
}

.kids-card p{
color:rgba(255,255,255,.78);
}

.implant-card p{
color:#687789;
}



/* LIST */

.offer-list{
list-style:none;
padding:0;
margin:0 0 24px;
}

.offer-list li{
display:flex;
align-items:center;
gap:12px;
margin-bottom:14px;
font-size:15px;
font-weight:500;
}

.kids-card .offer-list li{
color:#fff;
}

.implant-card .offer-list li{
color:#00132d;
}



/* LIST ICONS */

.offer-list li i{
width:24px;
height:24px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:10px;
flex-shrink:0;
}

.kids-card .offer-list li i{
background:rgba(255,255,255,.12);
color:#fff;
}

.implant-card .offer-list li i {
    background: #e1e1e1;
    color: #063b61;
}



/* PROMO */

.promo-box{
padding:22px;
border-radius:18px;
background:rgba(255,255,255,.08);
border:1px solid rgba(255,255,255,.12);
margin-bottom:24px;
}

.promo-box span{
display:block;
font-size:11px;
font-weight:700;
letter-spacing:1px;
text-transform:uppercase;
margin-bottom:8px;
color:rgba(255,255,255,.7);
}

.promo-box h3{
font-size:38px;
font-weight:700;
color:#fe235b;
}



/* BUTTONS */

.offer-btn,
.implant-btn{
width:100%;
height:54px;
border:none;
border-radius:12px;
display:flex;
align-items:center;
justify-content:center;
gap:10px;
font-size:15px;
font-weight:600;
text-decoration:none;
cursor:pointer;
transition:.3s ease;
}

.offer-btn{
background:#fe235b;
color:#fff;
}

.offer-btn:hover{
background:#00132d;
}

.implant-btn{
background:#063b61;
color:#fff;
margin-top:6px;
}

.implant-btn:hover{
background:#00132d;
}



/* FORM */

.mini-form{
margin-top:8px;
}

.mini-form .form-group{
margin-bottom:14px;
}

.mini-form label{
display:block;
font-size:11px;
font-weight:700;
letter-spacing:1px;
text-transform:uppercase;
margin-bottom:8px;
color:#687789;
}

.mini-form input,
.mini-form select{
width:100%;
height:52px;
padding:0 16px;
border-radius:12px;
border:1px solid #dbe5ed;
background:#fff;
font-size:14px;
font-family:'Poppins',sans-serif;
outline:none;
}



/* RESPONSIVE */

@media(max-width:1100px){

.offer-wrapper{
grid-template-columns:1fr;
}

}

@media(max-width:768px){

.offer-section{
padding:50px 0;
}

.offer-card{
padding:24px 20px;
border-radius:18px;
}

.offer-card h2{
font-size:30px;
}

.implant-card h2{
font-size:28px;
}

.offer-card p{
font-size:14px;
line-height:1.7;
}

.offer-list li{
font-size:14px;
}

.promo-box h3{
font-size:30px;
}

}
/* REDUCE CARD HEIGHTS */

.offer-card{
padding:24px 22px;
border-radius:20px;
}



/* HEADINGS */

.offer-card h2{
font-size:34px;
line-height:1.1;
margin-bottom:14px;
}

.implant-card h2{
font-size:30px;
}



/* PARAGRAPH */

.offer-card p{
font-size:14px;
line-height:1.7;
margin-bottom:18px;
}



/* LIST */

.offer-list{
margin:0 0 18px;
}

.offer-list li{
margin-bottom:10px;
font-size:14px;
}



/* PROMO */

.promo-box{
padding:18px;
margin-bottom:18px;
}

.promo-box h3{
font-size:30px;
}



/* FORM */

.mini-form .form-group{
margin-bottom:12px;
}

.mini-form input,
.mini-form select{
height:48px;
font-size:14px;
}



/* BUTTONS */

.offer-btn,
.implant-btn{
height:50px;
font-size:14px;
}
/* =========================
   TESTIMONIAL SECTION
========================= */

.testimonial-section{
padding:70px 0;
background:#fff;
}



/* =========================
   TITLE
========================= */

.testimonial-title{
text-align:center;
margin-bottom:55px;
}

.testimonial-title span{
display:inline-block;
font-size:14px;
font-weight:700;
letter-spacing:2px;
text-transform:uppercase;
color:#ff1f63;
margin-bottom:14px;
}

.testimonial-title h2{
font-size:44px;
line-height:1.05;
font-weight:500;
color:#003f7d;
margin-bottom:18px;
font-family:'Playfair Display',serif;
}

.testimonial-title p{
font-size:18px;
line-height:1.8;
color:#7b8aa0;
}



/* =========================
   GRID
========================= */

.testimonial-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px;
}



/* =========================
   CARD
========================= */

.testimonial-card{
position:relative;
padding:34px 30px;
border:1px solid #e7edf5;
border-radius:24px;
background:#f8f9fc;
transition:.35s ease;
overflow:hidden;
}

.testimonial-card:hover{
transform:translateY(-6px);
box-shadow:0 18px 40px rgba(0,27,69,.06);
}



/* QUOTE ICON */

.quote-icon{
position:absolute;
top:24px;
right:24px;
font-size:38px;
color:#edf2f7;
}



/* STARS */

.stars{
display:flex;
align-items:center;
gap:4px;
margin-bottom:22px;
}

.stars i{
font-size:14px;
color:#f6a21a;
}



/* TEXT */

.testimonial-card p{
font-size:16px;
line-height:1.9;
color:#4f5f74;
margin-bottom:28px;
}



/* NAME */

.testimonial-card h4{
font-size:18px;
font-weight:700;
color:#003f7d;
margin-bottom:6px;
}



/* ROLE */

.testimonial-card span{
font-size:14px;
color:#8b99ac;
}



/* =========================
   RESPONSIVE
========================= */

@media(max-width:1100px){

.testimonial-grid{
grid-template-columns:1fr;
}

}

@media(max-width:768px){

.testimonial-section{
padding:55px 0;
}

.testimonial-title{
margin-bottom:40px;
}

.testimonial-title h2{
font-size:40px;
line-height:1.1;
}

.testimonial-title p{
font-size:15px;
}

.testimonial-card{
padding:28px 22px;
border-radius:18px;
}

.testimonial-card p{
font-size:15px;
line-height:1.8;
}

}
/* =========================
   COMPACT LOCATION SECTION
========================= */

.location-section{
padding:50px 0;
background:#063b61;
}



/* TITLE */

.location-title{
margin-bottom:32px;
}

.location-title h2{
font-size:42px;
line-height:1.1;
font-weight:600;
color:#fff;
margin-bottom:10px;
}

.location-title p{
font-size:15px;
line-height:1.7;
color:rgba(255,255,255,.68);
}



/* GRID */

.location-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:16px;
margin-bottom:28px;
}



/* CARD */

.location-item{
background:rgba(255,255,255,.06);
border:1px solid rgba(255,255,255,.10);
border-radius:18px;
padding:24px 16px;
transition:.3s ease;
position:relative;
overflow:hidden;
}

.location-item::before{
content:"";
position:absolute;
left:0;
bottom:0;
width:100%;
height:0%;
background:#ff1f63;
opacity:.08;
transition:.3s ease;
}

.location-item:hover::before{
height:100%;
}

.location-item:hover{
transform:translateY(-5px);
}



/* ICON */

.location-icon{
width:42px;
height:42px;
border-radius:50%;
background:#ff1f63;
display:flex;
align-items:center;
justify-content:center;
margin:0 auto 16px;
position:relative;
z-index:2;
}

.location-icon i{
font-size:16px;
color:#fff;
}



/* TEXT */

.location-item h4{
font-size:18px;
font-weight:700;
color:#fff;
margin-bottom:8px;
position:relative;
z-index:2;
}

.location-item p{
font-size:14px;
line-height:1.6;
color:rgba(255,255,255,.68);
position:relative;
z-index:2;
}



/* CONTACT BUTTONS */

.contact-bottom{
display:flex;
justify-content:center;
align-items:center;
gap:14px;
flex-wrap:wrap;
}

.contact-bottom a{
display:flex;
align-items:center;
gap:8px;
padding:13px 22px;
border-radius:50px;
background:rgba(255,255,255,.08);
border:1px solid rgba(255,255,255,.10);
color:#fff;
font-size:14px;
font-weight:500;
text-decoration:none;
transition:.3s ease;
}

.contact-bottom a i{
font-size:14px;
color:#ffffff;
}

.contact-bottom a:hover{
transform:translateY(-3px);
background:rgba(255,255,255,.14);
}



/* RESPONSIVE */

@media(max-width:1100px){

.location-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.location-section{
padding:42px 0;
}

.location-title{
margin-bottom:26px;
}

.location-title h2{
font-size:32px;
}

.location-title p{
font-size:14px;
}

.location-grid{
grid-template-columns:1fr;
gap:14px;
margin-bottom:22px;
}

.location-item{
padding:22px 16px;
}

.contact-bottom{
gap:10px;
}

.contact-bottom a{
width:100%;
justify-content:center;
padding:12px 18px;
}

}
/* =========================
   TRUST SECTION
========================= */

.trust-section{
padding:75px 0;
background:#fff;
}



/* TITLE */

.trust-title{
text-align:center;
margin-bottom:55px;
}

.trust-title span{
display:inline-block;
font-size:14px;
font-weight:700;
letter-spacing:1px;
text-transform:uppercase;
color:#ff1f63;
margin-bottom:12px;
}

.trust-title h2{
font-size:48px;
line-height:1.15;
font-weight:700;
color:#001b45;
margin-bottom:16px;
}

.trust-title p{
max-width:760px;
margin:auto;
font-size:16px;
line-height:1.8;
color:#6f7f90;
}



/* LAYOUT */

.trust-layout{
display:grid;
grid-template-columns:.95fr 1.05fr;
gap:28px;
align-items:start;
}



/* LEFT CARD */

.trust-highlight{
background:#001b45;
border-radius:28px;
padding:42px;
position:sticky;
top:20px;
overflow:hidden;
}

.trust-highlight::before{
content:"";
position:absolute;
right:-80px;
bottom:-80px;
width:220px;
height:220px;
border-radius:50%;
background:rgba(255,255,255,.05);
}

.trust-badge{
display:inline-flex;
padding:10px 18px;
border-radius:50px;
background:#ff1f63;
color:#fff;
font-size:12px;
font-weight:700;
letter-spacing:1px;
text-transform:uppercase;
margin-bottom:24px;
}

.trust-highlight h3{
font-size:44px;
line-height:1.1;
font-weight:700;
color:#fff;
margin-bottom:20px;
}

.trust-highlight p{
font-size:16px;
line-height:1.9;
color:rgba(255,255,255,.72);
margin-bottom:30px;
}



/* BUTTON */

.trust-btn{
display:inline-flex;
align-items:center;
justify-content:center;
padding:16px 28px;
border-radius:14px;
background:#ff1f63;
color:#fff;
font-size:15px;
font-weight:600;
text-decoration:none;
transition:.3s ease;
}

.trust-btn:hover{
    background:#00132d;
transform:translateY(-3px);
}



/* RIGHT SIDE */

.trust-list-wrap{
display:flex;
flex-direction:column;
gap:18px;
}



/* ITEM */

.trust-list-item{
display:flex;
align-items:flex-start;
gap:22px;
padding:24px 24px;
border-radius:20px;
border:1px solid #e8eef5;
background:#fff;
transition:.35s ease;
}

.trust-list-item:hover{
transform:translateX(8px);
border-color:#ff1f63;
box-shadow:0 15px 35px rgba(0,27,69,.05);
}



/* NUMBER */

.trust-list-item span{
min-width:58px;
height:58px;
border-radius:16px;
background:#f5f8fc;
display:flex;
align-items:center;
justify-content:center;
font-size:18px;
font-weight:700;
color:#001b45;
transition:.35s ease;
}

.trust-list-item:hover span{
background:#ff1f63;
color:#fff;
}



/* TEXT */

.trust-list-item h4{
font-size:22px;
font-weight:600;
color:#001b45;
margin-bottom:8px;
}

.trust-list-item p{
font-size:15px;
line-height:1.8;
color:#6f7f90;
}



/* RESPONSIVE */

@media(max-width:1100px){

.trust-layout{
grid-template-columns:1fr;
}

.trust-highlight{
position:relative;
top:auto;
}

}

@media(max-width:768px){

.trust-section{
padding:55px 0;
}

.trust-title{
margin-bottom:38px;
}

.trust-title h2{
font-size:34px;
}

.trust-title p{
font-size:14px;
}

.trust-highlight{
padding:30px 24px;
border-radius:22px;
}

.trust-highlight h3{
font-size:32px;
}

.trust-highlight p{
font-size:15px;
line-height:1.8;
}

.trust-list-item{
padding:20px;
gap:16px;
border-radius:18px;
}

.trust-list-item span{
min-width:50px;
height:50px;
font-size:16px;
}

.trust-list-item h4{
font-size:19px;
}

.trust-list-item p{
font-size:14px;
}

}
/* RIGHT SIDE CARDS COMPACT */

.trust-list-wrap{
display:flex;
flex-direction:column;
gap:14px;
height:100%;
justify-content:space-between;
}



/* CARD */

.trust-list-item{
display:flex;
align-items:center;
gap:18px;
padding:18px 20px;
border-radius:18px;
border:1px solid #e8eef5;
background:#fff;
transition:.35s ease;
min-height:92px;
}



/* NUMBER */

.trust-list-item span{
min-width:50px;
height:50px;
border-radius:14px;
font-size:16px;
}



/* TEXT */

.trust-list-item h4{
font-size:19px;
margin-bottom:4px;
line-height:1.3;
}

.trust-list-item p{
font-size:14px;
line-height:1.6;
margin:0;
}
/* =========================
   MOBILE HERO SECTION
========================= */

@media(max-width:768px){

.hero{
padding:42px 0 50px;
text-align:center;
}

.hero-grid{
display:flex;
flex-direction:column;
gap:28px;
}



/* LEFT CONTENT */

.hero-content{
width:100%;
}

.tag{
padding:9px 16px;
font-size:12px;
margin-bottom:18px;
border-radius:40px;
}

.hero-content h2{
font-size:38px;
line-height:1.05;
margin-bottom:16px;
}

.hero-content h2 span{
display:block;
}

.hero-content p{
font-size:15px;
line-height:1.7;
max-width:100%;
margin-bottom:24px;
}



/* BUTTONS */

.hero-btns{
justify-content:center;
gap:12px;
flex-wrap:wrap;
}

.hero-btns .btn.btn-primary{
width:auto;
padding:14px 22px;
font-size:14px;
border-radius:12px;
}

.circle-icon-btn{
width:50px;
height:50px;
font-size:17px;
}



/* FORM CARD */

.hero-card{
width:100%;
padding:24px 20px;
border-radius:20px;
margin-top:8px;
}

.mini-offer{
font-size:12px;
margin-bottom:10px;
}

.hero-card h3{
font-size:28px;
margin-bottom:18px;
}



/* FORM */

.form-group{
margin-bottom:12px;
}

.form-group input,
.form-group select{
height:48px;
padding:0 14px;
font-size:14px;
border-radius:10px;
}



/* BUTTON */

.submit-btn{
height:48px;
font-size:14px;
border-radius:10px;
margin-top:4px;
}

}
/* =========================
   MOBILE HEADER FIX
========================= */

@media(max-width:768px){

/* TOP HEADER */

.top-header{
padding:10px 0;
background:#2c4378;
}

.top-header-inner{
justify-content:center;
text-align:center;
}

.top-contact{
width:100%;
justify-content:center;
gap:0;
}

.top-contact a:first-child,
.top-contact a:last-child{
display:none;
}

.top-contact a{
font-size:18px;
font-weight:700;
color:#fff;
}

.top-contact a i{
font-size:18px;
}

.top-social{
display:none;
}



/* MAIN HEADER */

.landing-header{
padding:12px 0;
background:#00132d;
}

.landing-header-inner{
flex-direction:row;
justify-content:space-between;
align-items:center;
gap:12px;
}



/* LOGO */

.landing-logo img{
height:42px;
width:auto;
}



/* BUTTON */

.simple-consult-btn{
font-size:13px;
font-weight:600;
padding:10px 14px;
border:1px solid rgba(255,255,255,.2);
border-radius:8px;
white-space:nowrap;
}

.simple-consult-btn::after{
display:none;
}
.landing-header{
padding:10px 0;
background:#00132d;
border-bottom:1px solid rgba(255,255,255,.08);
}

.landing-header-inner{
display:flex;
align-items:center;
justify-content:space-between;
gap:10px;
}



/* LOGO */

.landing-logo img{
height:34px;
width:auto;
display:block;
}



/* BUTTON */

.simple-consult-btn{
height: 32px;
        padding: 0 6px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        background: #ff1f63;
        border: none;
        font-size: 11px;
font-weight:600;
color:#fff;
line-height:1;
white-space:nowrap;
box-shadow:none;
}

.simple-consult-btn:hover{
background:#e41b50;
transform:none;
}
}
*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:'Poppins',sans-serif;background:#fff;color:#222;}
 
/* SECTION */
.smile-section{
  padding:50px 0 60px;
  background:#fff;
}
 
.container{
  width:100%;
  max-width:1200px;
  margin:auto;
  padding:0 20px;
}
 
/* TITLE */
.smile-title{
  text-align:center;
  margin-bottom:50px;
}
.smile-title span{
  display:inline-block;
  font-size:13px;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#ff1f63;
  margin-bottom:12px;
}
.smile-title h2{
  font-size:42px;
  font-weight:600;
  color:#001b45;
  line-height:1.2;
}
 
/* GRID */
.transformation-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  margin-bottom:36px;
}
 
/* TWENTYTWENTY CONTAINER */
.tt-wrap{
  position:relative;
  overflow:hidden;
  border-radius:14px;
  cursor:ew-resize;
  user-select:none;
  -webkit-user-select:none;
  aspect-ratio:3/4;
  background:#eee;
  box-shadow:0 8px 30px rgba(0,0,0,.10);
}
 
/* BEFORE IMAGE — full width, revealed by clip */
.tt-before{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
.tt-before img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  pointer-events:none;
}
 
/* AFTER IMAGE — clipped to left portion */
.tt-after{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  clip-path:inset(0 50% 0 0);
  transition:none;
}
.tt-after img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  pointer-events:none;
}
 
/* DIVIDER LINE */
.tt-divider{
  position:absolute;
  top:0;
  left:50%;
  width:2px;
  height:100%;
  background:#fff;
  transform:translateX(-50%);
  z-index:10;
  pointer-events:none;
}
 
/* HANDLE BUTTON */
.tt-handle{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:40px;
  height:40px;
  border-radius:50%;
  /*background:#fff;*/
  border:2px solid rgba(255,255,255,.9);
  box-shadow:0 2px 12px rgba(0,0,0,.22);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:20;
  pointer-events:none;
  flex-shrink:0;
}
.tt-handle svg{
  width:18px;
  height:18px;
  fill:#001b45;
}
 
/* LABELS */
.tt-label-before,
.tt-label-after{
  position:absolute;
  bottom:12px;
  font-size:10px;
  font-weight:700;
  letter-spacing:1.5px;
  text-transform:uppercase;
  color:#fff;
  padding:4px 10px;
  border-radius:20px;
  z-index:15;
  pointer-events:none;
}
.tt-label-before{
  right:10px;
  background:rgba(0,0,0,.45);
}
.tt-label-after{
  left:10px;
  background:#ff1f63;
}
 

/* VIEW MORE */
.view-more-wrap{
  text-align:center;
  margin-top:8px;
}
.view-more-wrap a{
  font-size:15px;
  font-weight:600;
  color:#ff1f63;
  text-decoration:none;
  letter-spacing:.3px;
  position:relative;
  display:inline-block;
  padding-bottom:2px;
  transition:.3s ease;
}
.view-more-wrap a::after{
  content:"";
  position:absolute;
  left:0;bottom:0;
  width:0%;
  height:1.5px;
  background:#ff1f63;
  transition:.3s ease;
}
.view-more-wrap a:hover::after{width:100%;}
.view-more-wrap a:hover{opacity:.85;}
 
/* RESPONSIVE */
@media(max-width:900px){
  .transformation-grid{grid-template-columns:repeat(2,1fr);}
  .smile-title h2{font-size:34px;}
}
@media(max-width:540px){

  .transformation-grid{
    grid-template-columns:1fr;
    gap:12px;
  }

  .smile-section{
    padding:55px 0 45px;
  }

  .smile-title h2{
    font-size:26px;
  }

  .tt-handle{
    width:34px;
    height:34px;
  }

  .tt-handle svg{
    width:14px;
    height:14px;
  }

}
/* DESKTOP */

.transformation-grid{
  display:grid;
  grid-template-columns:repeat(4, max-content);
  justify-content:center;
  gap:18px;
}

.tt-wrap{
  width:220px;
  aspect-ratio:3/3.6;
  margin:0 auto;
  border-radius:14px;
  box-shadow:0 6px 20px rgba(0,0,0,.08);
}

.tt-before img,
.tt-after img{
  object-fit:cover;
}

.tt-handle{
  width:34px;
  height:34px;
}

.tt-handle svg{
  width:14px;
  height:14px;
}


/* TABLET */

@media(max-width:900px){

  .transformation-grid{
    grid-template-columns:repeat(2, max-content);
    justify-content:center;
    gap:16px;
  }

  .tt-wrap{
    width:180px;
    aspect-ratio:3/3.4;
  }

}


/* MOBILE */

@media(max-width:540px){

  .transformation-grid{
    grid-template-columns:repeat(2, max-content);
    justify-content:center;
    gap:10px;
  }

  .tt-wrap{
    width:130px;
    aspect-ratio:3/3.2;
    border-radius:10px;
  }

  .tt-handle{
    width:24px;
    height:24px;
  }

  .tt-handle svg{
    width:10px;
    height:10px;
  }

  .tt-label-before,
  .tt-label-after{
    font-size:6px;
    padding:3px 5px;
    bottom:8px;
  }

}
