/* ===========================================
Dental Planet Invisalign Landing Page
Author: ChatGPT
=========================================== */

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{

font-family:'Poppins',sans-serif;

color:#333;

background:#ffffff;

line-height:1.7;

overflow-x:hidden;

}

img{

max-width:100%;

display:block;

}

a{

text-decoration:none;

}

ul{

list-style:none;

}

.container{

width:90%;

max-width:1200px;

margin:auto;

}

/* ===========================================
HEADER
=========================================== */

.header{

position:fixed;

top:0;

left:0;

width:100%;

background:#ffffff;

box-shadow:0 5px 20px rgba(0,0,0,.08);

z-index:999;

}

.navbar{

display:flex;

justify-content:space-between;

align-items:center;

padding:18px 0;

}

.logo img{

height:110px;

}

.nav-links{

display:flex;

gap:35px;

align-items:center;

}

.nav-links a{

color:#333;

font-weight:500;

transition:.3s;

}

.nav-links a:hover{

color:#5E2B97;

}

.book-btn{

background:#5E2B97;

color:#fff;

padding:14px 28px;

border-radius:40px;

font-weight:600;

transition:.3s;

}

.book-btn:hover{

background:#18B6B4;

}

/* ===========================================
HERO
=========================================== */

.hero{

padding:150px 0 80px;

background:linear-gradient(135deg,#f7f5fc,#eefcfb);

}

.hero-grid{

display:grid;

grid-template-columns:1fr 1fr;

align-items:center;

gap:70px;

}

.hero-badge{

display:inline-block;

background:#5E2B97;

color:#fff;

padding:10px 22px;

border-radius:30px;

margin-bottom:25px;

font-size:14px;

}

.hero h1{

    font-size:56px;

    font-weight:700;

    line-height:1.1;

    margin-bottom:20px;
}


.hero h1 span{

display:block;

color:#5E2B97;

}

.hero p{

font-size:19px;

margin-bottom:35px;

color:#555;

}

.hero-buttons{

display:flex;

gap:20px;

margin-bottom:45px;

}

.primary-btn{

background:#5E2B97;

color:#fff;

padding:16px 28px;

border-radius:50px;

font-weight:600;

transition:.3s;
white-space:nowrap;
}

.primary-btn:hover{

background:#18B6B4;

}

.secondary-btn{

border:2px solid #5E2B97;

padding:16px 34px;

border-radius:50px;

color:#5E2B97;

font-weight:600;

transition:.3s;

}

.secondary-btn:hover{

background:#5E2B97;

color:#fff;

}

.hero-features{

display:flex;

gap:35px;

margin-top:20px;

}

.hero-features div{

display:flex;

align-items:center;

gap:10px;

font-weight:600;

}

.hero-features i{

color:#18B6B4;

font-size:22px;

}

.hero-image img{

    border-radius:25px;

    box-shadow:0 25px 60px rgba(0,0,0,.15);


}
/* ===========================================
TRUST SECTION
=========================================== */

.trust{

padding:80px 0;

background:#ffffff;

}

.trust-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:25px;

}

.trust-card{

background:#fff;

padding:32px 22px;

border-radius:20px;

text-align:center;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.35s;

}

.trust-card:hover{

transform:translateY(-10px);

}

.trust-card h2{

font-size:42px;

color:#5E2B97;

margin-bottom:10px;

}

.trust-card p{

color:#666;

font-size:16px;

}

/* ===========================================
SECTION TITLE
=========================================== */

.section-title{

text-align:center;

margin-bottom:60px;

}

.section-title h2{

font-size:42px;

margin-bottom:15px;

color:#222;

}

.section-title p{

max-width:700px;

margin:auto;

color:#666;

font-size:18px;

}

/* ===========================================
ABOUT
=========================================== */

.about{

padding:100px 0;

}

.about-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:70px;

align-items:center;

}

.about-image img{

border-radius:25px;

box-shadow:0 20px 60px rgba(0,0,0,.15);

}

.about-content h2{

font-size:42px;

margin-bottom:25px;

}

.about-content p{

margin-bottom:20px;

color:#666;

}

.about-content ul{

margin-top:25px;

}

.about-content li{

margin-bottom:18px;

font-weight:500;

}

/* ===========================================
WHY INVISALIGN
=========================================== */

.why-invisalign{

padding:100px 0;

background:#f8fafc;

}

.feature-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.feature-card{

background:#fff;

padding:40px 30px;

border-radius:22px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.35s;

}

.feature-card:hover{

transform:translateY(-10px);

}

.feature-icon{

width:70px;

height:70px;

background:#5E2B97;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

margin-bottom:25px;

}

.feature-icon i{

color:#fff;

font-size:28px;

}

.feature-card h3{

margin-bottom:15px;

font-size:24px;

}

.feature-card p{

color:#666;

}

/* ===========================================
DOCTORS
=========================================== */

.doctors{

padding:100px 0;

}

.doctor-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:40px;

}

.doctor-card{

background:#fff;

border-radius:25px;

overflow:hidden;

box-shadow:0 20px 50px rgba(0,0,0,.10);

transition:.35s;

}

.doctor-card:hover{

transform:translateY(-10px);

}

.doctor-card img{

width:100%;

height:420px;

object-fit:cover;

}

.doctor-content{

padding:35px;

}

.doctor-content h3{

font-size:30px;

margin-bottom:8px;

}

.doctor-content h4{

color:#18B6B4;

margin-bottom:20px;

font-size:20px;

}

.doctor-content p{

color:#666;

margin-bottom:20px;

}

.doctor-content li{

margin-bottom:12px;

}

/* ===========================================
CLINIC
=========================================== */

.clinic{

padding:100px 0;

background:#f7f9fb;

}

.clinic-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:70px;

align-items:center;

}

.clinic-image img{

border-radius:25px;

box-shadow:0 20px 60px rgba(0,0,0,.15);

}

.clinic-content h2{

font-size:42px;

margin-bottom:25px;

}

.clinic-content p{

margin-bottom:30px;

color:#666;

}

.clinic-points{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

}

.clinic-points div{

display:flex;

align-items:center;

gap:10px;

font-weight:600;

}

.clinic-points i{

color:#18B6B4;

}
/* ===========================================
GALLERY
=========================================== */

.gallery{

padding:100px 0;

}

.gallery-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.gallery-card{

overflow:hidden;

border-radius:22px;

box-shadow:0 20px 50px rgba(0,0,0,.10);

transition:.35s;

}

.gallery-card img{

width:100%;

display:block;

transition:.5s;

}

.gallery-card:hover img{

transform:scale(1.08);

}

/* ===========================================
ITERO
=========================================== */

.itero{

padding:100px 0;

background:#f8fafc;

}

.itero-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:70px;

align-items:center;

}

.itero-image img{

border-radius:25px;

box-shadow:0 20px 60px rgba(0,0,0,.15);

}

.itero-content h2{

font-size:42px;

margin-bottom:25px;

}

.itero-content p{

color:#666;

margin-bottom:25px;

}

.itero-content li{

margin-bottom:15px;

font-weight:500;

}

/* ===========================================
TIMELINE
=========================================== */

.journey{

padding:100px 0;

}

.timeline{

display:grid;

grid-template-columns:repeat(5,1fr);

gap:20px;

}

.timeline-item{

background:#fff;

padding:30px 20px;

border-radius:20px;

text-align:center;

box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.number{

width:60px;

height:60px;

margin:auto auto 20px;

border-radius:50%;

background:#5E2B97;

color:#fff;

display:flex;

align-items:center;

justify-content:center;

font-size:24px;

font-weight:700;

}

/* ===========================================
FAQ
=========================================== */

.faq{

padding:100px 0;

background:#f7f9fb;

}

.faq-item{

background:#fff;

margin-bottom:20px;

border-radius:18px;

box-shadow:0 10px 25px rgba(0,0,0,.06);

overflow:hidden;

}

.faq-question{

width:100%;

background:none;

border:none;

padding:25px 30px;

font-size:20px;

font-weight:600;

text-align:left;

display:flex;

justify-content:space-between;

align-items:center;

cursor:pointer;

}

.faq-question span{

font-size:28px;

transition:.3s;

}

.faq-answer{

max-height:0;

overflow:hidden;

transition:max-height .35s ease;

padding:0 30px;

}

.faq-answer p{

padding-bottom:25px;

line-height:1.8;

}

.faq-item.active .faq-answer{

max-height:250px;

}

.faq-item.active .faq-question span{

transform:rotate(45deg);

}
/*========================================
GOOGLE REVIEWS
========================================*/

.reviews{
    padding:90px 0;
    background:#ffffff;
}

.reviews-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:50px;
}

.review-card{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.review-card:hover{
    transform:translateY(-8px);
}

.stars{
    color:#F4B400;
    font-size:26px;
    margin-bottom:20px;
}

.review-card p{
    color:#555;
    line-height:1.8;
    margin-bottom:20px;
    font-size:16px;
    
}

.review-card h4{
    color:#5E2B97;
    font-size:16px;
}

.reviews-footer{
    text-align:center;
    margin-top:60px;
}

.reviews-footer h3{
    color:#5E2B97;
    font-size:32px;
    margin-bottom:10px;
}

.reviews-footer p{
    margin-bottom:25px;
    color:#666;
}

@media(max-width:768px){

.reviews-grid{

grid-template-columns:1fr;

}

}
/* ===========================================
CONTACT
=========================================== */

.contact{

padding:100px 0;

text-align:center;

}

.contact-buttons{

display:flex;

justify-content:center;

gap:20px;

margin-top:35px;

flex-wrap:wrap;

}

/* ===========================================
FOOTER
=========================================== */

.footer{

background:#222;

color:#fff;

padding:70px 0;

text-align:center;

}

.footer-logo{

height:80px;

margin:auto;

margin-bottom:25px;

}

.footer p{

margin-bottom:10px;

}

/* ===========================================
FLOATING WHATSAPP
=========================================== */

.floating-whatsapp{

position:fixed;

right:25px;

bottom:25px;

width:65px;

height:65px;

background:#25D366;

color:#fff;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

font-size:34px;

box-shadow:0 15px 35px rgba(0,0,0,.25);

z-index:9999;

transition:.3s;

}

.floating-whatsapp:hover{

transform:scale(1.1);

}

/* ===========================================
RESPONSIVE
=========================================== */

@media(max-width:992px){

.hero-grid,
.about-grid,
.clinic-grid,
.itero-grid,
.doctor-grid{

grid-template-columns:1fr;

}

.feature-grid{

grid-template-columns:repeat(2,1fr);

}

.timeline{

grid-template-columns:repeat(2,1fr);

}

.gallery-grid{

grid-template-columns:repeat(2,1fr);

}

.trust-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.hero h1{

font-size:42px;

}

.nav-links{

display:none;

}

.hero-buttons{

flex-direction:column;

}

.feature-grid,
.gallery-grid,
.timeline,
.trust-grid,
.clinic-points{

grid-template-columns:1fr;

}

.section-title h2{

font-size:34px;

}

.about-content h2,
.clinic-content h2,
.itero-content h2{

font-size:34px;

}

}