@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@300;400;500;600&display=swap";:root{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}::-webkit-scrollbar{display:none}html{-ms-overflow-style:none;scrollbar-width:none;scroll-behavior:smooth}:root{--primary-green: #1F6B4E;--secondary-beige: #F5EFE6;--accent-gold: #C9A24D;--text-charcoal: #333333;--text-light: #ffffff;--white: #ffffff;--light-gray: #f9f9f9;--bg-primary: var(--white);--bg-secondary: var(--secondary-beige);--bg-dark: var(--primary-green);--font-heading: "Playfair Display", serif;--font-body: "Poppins", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);color:var(--text-charcoal);line-height:1.6;background-color:var(--bg-primary)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--primary-green);margin-bottom:1rem}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0}.section-title{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:var(--primary-green)}.section-subtitle{text-align:center;color:var(--accent-gold);text-transform:uppercase;letter-spacing:2px;font-size:.9rem;margin-bottom:3rem;font-weight:600}html{scroll-behavior:smooth;scroll-padding-top:100px}.header{background-color:var(--white);box-shadow:0 2px 10px #0000000d;position:sticky;top:0;z-index:1000;padding:1rem 0}.header .container{max-width:100%;padding:0 60px}.nav-container{display:flex;justify-content:space-between;align-items:center}.nav-wrapper{display:flex;align-items:center;gap:2rem}.logo-text{font-family:var(--font-body);font-size:1.8rem;font-weight:700;display:flex;gap:.5rem;align-items:center}.logo-sukoon{color:#215843;letter-spacing:1px}.logo-ayurveda{color:#c2a562;letter-spacing:1px}.nav-menu{display:flex;gap:2rem;list-style:none}.nav-link{text-decoration:none;color:var(--text-charcoal);font-weight:500;transition:color .3s}.nav-link:hover{color:var(--primary-green)}.cta-button{background-color:var(--primary-green);color:var(--white);padding:12px 24px;border-radius:4px;text-decoration:none;font-weight:500;transition:background-color .3s;border:none;cursor:pointer}.cta-button:hover{background-color:#16523b}.cta-button.outline{background-color:transparent;border:2px solid var(--primary-green);color:var(--primary-green)}.cta-button.outline:hover{background-color:var(--primary-green);color:var(--white)}.hero-section{background:url(/asset/main.png);background-size:cover;background-position:center;background-repeat:no-repeat;padding:80px 0 100px;position:relative;overflow:hidden}.hero-wrapper{display:flex;align-items:center;justify-content:space-between;gap:4rem}.hero-content{flex:1;max-width:600px}.hero-image{flex:1;display:flex;justify-content:center;align-items:center}.hero-image img{max-width:100%;height:auto;max-height:450px;filter:drop-shadow(0 10px 20px rgba(0,0,0,.1));border-radius:360px}.hero-subtitle-1{color:#c2a562;font-size:1.8rem;margin-bottom:1rem}.hero-title{font-size:3.5rem;line-height:1.2;margin-bottom:1.5rem;color:var(--primary-green)}.hero-description{font-size:1.1rem;margin-bottom:2rem;color:var(--text-charcoal)}.hero-buttons{display:flex;gap:1rem}.trust-highlights{background-color:transparent;padding:0;position:relative;z-index:10;margin-top:-3rem;margin-bottom:3rem}.trust-highlights .container{max-width:95%}.trust-banner{background-color:var(--white);border-radius:12px;box-shadow:0 10px 30px #00000014;display:flex;align-items:center;justify-content:space-between;padding:2.5rem 3rem;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:1.2rem;flex:1;justify-content:center;min-width:240px;padding:.5rem}.trust-icon{color:var(--primary-green);display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-icon svg{width:50px;height:50px}.trust-text{display:flex;flex-direction:column}.trust-text h3{color:var(--text-dark);font-family:var(--font-heading);font-size:1.8rem;font-weight:700;margin:0;line-height:1.2}.trust-text p{color:var(--accent-gold);font-size:1.5rem;font-weight:500;margin:0;line-height:1.2}.trust-divider{width:1px;height:50px;background-color:#00000014;margin:0 1.5rem}@media(max-width:992px){.trust-banner{flex-wrap:wrap;justify-content:center;gap:1rem;padding:1.5rem}.trust-item{flex-basis:45%;justify-content:flex-start}.trust-divider{display:none}}@media(max-width:576px){.trust-item{flex-basis:100%}.trust-highlights{margin-top:-2rem}}.about-section{background-color:var(--white)}.about-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-image img{width:100%;border-radius:8px;box-shadow:0 10px 30px #0000001a}.doctor-credentials{margin-top:1rem;font-weight:600;color:var(--accent-gold)}.specialities-section{background-color:var(--secondary-beige)}.specialities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}.doctor-credentials{font-weight:600;color:#215843}.doctor-label{font-weight:600;color:#c2a562}.speciality-card{background-color:var(--white);padding:1rem;border-radius:8px;text-align:center;transition:transform .3s,box-shadow .3s;border-bottom:3px solid transparent;display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100%}.speciality-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000000d;border-bottom-color:var(--accent-gold)}.speciality-btn{background-color:#c2a562;color:#fff;padding:.5rem 1rem;border-radius:5px;text-decoration:none;font-weight:600;font-size:.85rem;transition:all .3s ease;display:inline-block;margin-top:.5rem}.speciality-btn:hover{background-color:#215843;transform:translateY(-2px)}.speciality-icon{font-size:2rem;margin-bottom:.5rem;color:var(--primary-green)}.speciality-title{font-weight:600;margin-bottom:.2rem;color:var(--primary-green)}.panchkarma-section{background-color:var(--white)}.panchkarma-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem}.panchkarma-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.panchkarma-item{background-color:var(--secondary-beige);padding:1.5rem;border-radius:8px;text-align:center}.panchkarma-item h4{color:var(--primary-green);margin-bottom:.5rem;font-family:var(--font-body)}.why-choose-section{background-color:var(--primary-green);color:var(--white)}.why-choose-section .section-title{color:var(--white)}.why-choose-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.feature-item{text-align:center}.feature-icon{background-color:#ffffff1a;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--white);font-size:1.5rem}.feature-icon svg{width:40px;height:40px;stroke:var(--white)}.feature-item h4{color:var(--accent-gold);margin-bottom:.2rem;font-family:var(--font-body);font-size:1.2rem;font-weight:700}.feature-item p{font-size:1rem;font-weight:400;opacity:.9}.doctor-message-section{background-color:var(--secondary-beige)}.message-card{background-color:var(--white);padding:3rem;border-radius:8px;position:relative;text-align:center;max-width:800px;margin:0 auto}.quote-icon{font-size:4rem;color:var(--accent-gold);opacity:.2;position:absolute;top:1rem;left:2rem;font-family:serif}.appointment-section{background-color:var(--white)}.appointment-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:4rem}.contact-left-column{display:flex;flex-direction:column;gap:2rem;text-align:left;height:100%}.contact-heading{font-size:2.2rem;color:var(--text-charcoal);margin-bottom:.5rem;font-weight:700}.contact-description{color:#666;margin-bottom:1rem;line-height:1.6}.info-card{background-color:var(--white);padding:1rem;border-radius:12px;box-shadow:0 5px 20px #0000000d;display:flex;align-items:flex-start;gap:1rem;border:1px solid rgba(0,0,0,.05);transition:transform .3s}.info-card:hover{transform:translateY(-5px)}.info-icon{background-color:var(--primary-green);width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1.5rem;flex-shrink:0}.timing-icon{background-color:transparent;color:var(--primary-green);width:auto;height:auto;padding-top:5px}.compact-card{padding:.75rem 1rem}.compact-card .info-content{display:flex;justify-content:space-between;align-items:center;gap:1rem}.compact-card .info-content h4,.compact-card .phone-links{margin-bottom:0}.info-content{flex:1}.info-content h4{color:var(--text-charcoal);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.info-content p,.info-content a{color:#555;text-decoration:none;font-size:.95rem;margin-bottom:.3rem;display:block}.phone-links{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:.3rem}.phone-links a{display:inline-block!important;margin-bottom:0!important}.info-content a:hover{color:var(--primary-green)}.info-subtext{font-size:.85rem!important;color:#888!important;margin-top:.5rem}.timings-card{flex-grow:1}.timing-info p{margin-bottom:.5rem;font-size:.9rem;line-height:1.5}.booking-form-card{background-color:var(--white);padding:2.5rem;border-radius:12px;box-shadow:0 10px 30px #00000014;border:1px solid rgba(0,0,0,.05);text-align:left}.booking-form-card h3{color:var(--text-charcoal);margin-bottom:2rem;font-size:1.8rem;text-align:left}.booking-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:flex;gap:1.5rem}.form-group{flex:1;text-align:left}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.9rem;color:var(--text-charcoal)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem;border:1px solid #ddd;border-radius:8px;font-family:var(--font-body);font-size:.95rem;color:var(--text-charcoal);background-color:#fff;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-green);box-shadow:0 0 0 3px #1f6b4e1a}.submit-btn{width:100%;padding:1rem;font-size:1rem;margin-top:1rem;background-color:var(--primary-green);color:var(--white);border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .3s}.submit-btn:hover{background-color:#16523b}@media(max-width:900px){.appointment-container{grid-template-columns:1fr;gap:3rem}}@media(max-width:600px){.form-row{flex-direction:column;gap:1rem}.booking-form-card{padding:1.5rem}.nav-menu{display:flex!important;flex-direction:column;width:100%}.nav-link{display:block!important;color:var(--text-charcoal)!important;font-size:1.2rem!important}}.testimonial-section{background:linear-gradient(135deg,#f9fbfd,#f0f7f4);padding:5rem 0;position:relative;overflow:hidden}.testimonial-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(#16523b 1px,transparent 1px);background-size:30px 30px;opacity:.03;pointer-events:none}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-top:4rem;max-width:1000px;margin-left:auto;margin-right:auto;padding:0 1rem}.testimonial-card{background-color:var(--white);padding:3rem 2rem;border-radius:20px;box-shadow:0 10px 30px #0000000d;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid rgba(22,82,59,.05);position:relative;z-index:1}.testimonial-card:after{content:'"';position:absolute;top:1rem;right:2rem;font-size:8rem;line-height:1;color:var(--primary-green);opacity:.1;font-family:serif;pointer-events:none;z-index:-1}.testimonial-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #16523b1a;border-color:#16523b33}.stars{color:#fbbf24;font-size:1.5rem;margin-bottom:1.5rem;letter-spacing:4px;filter:drop-shadow(0 2px 4px rgba(251,191,36,.3))}.testimonial-text{font-size:1.1rem;line-height:1.8;color:#4a5568;font-style:italic;font-family:var(--font-body);position:relative}.hamburger{display:none;cursor:pointer;flex-direction:column;gap:5px}.hamburger .bar{width:25px;height:3px;background-color:var(--primary-green);transition:.3s}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media(max-width:1180px){.hamburger{display:flex;z-index:1002}.nav-wrapper{position:fixed;top:0;right:-100%;width:100%;height:100vh;background-color:var(--white);display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding-top:6rem;transition:.4s ease-in-out;z-index:1001;box-shadow:none}.nav-wrapper.active{right:0}.nav-menu{flex-direction:column;align-items:center;gap:2rem;margin-bottom:2rem;width:100%}.nav-link{font-size:1.5rem;color:var(--text-charcoal);display:block;padding:.5rem}}.footer{background-color:#1a1a1a;color:#888;padding:2rem 0;font-size:.9rem}.footer .container{max-width:100%;padding:0 60px}.footer-content{display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap}.footer-brand{flex:1;display:flex;flex-direction:row;align-items:center;gap:1.5rem;min-width:300px}.footer-links{flex:1;display:flex;flex-direction:column;align-items:center;min-width:200px}.footer-links h4{color:var(--white);margin-bottom:1rem;font-size:1.1rem;text-align:center}.footer-links ul{list-style:none;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem 1rem}.footer-links li{margin-bottom:.5rem;text-align:left}.footer-links a{color:#888;text-decoration:none;transition:color .3s;display:inline-block;width:100%}.footer-links a:hover{color:var(--primary-green)}.footer-logo{height:100px;width:auto;display:block}.footer-address{margin-bottom:0;color:#ccc;text-align:left}.footer-address h4{margin:0 0 .3rem;font-size:1.1rem;color:#fff;font-weight:500}.footer-address p{margin:0;font-size:.95rem}.footer-contact-info{margin-top:.5rem;display:flex;flex-direction:column;gap:.5rem}.contact-item{display:flex;align-items:center;gap:.5rem;margin:0;font-size:.95rem;color:inherit;text-decoration:none;transition:color .3s}.contact-item:hover{color:var(--accent-gold)}.contact-icon{width:18px;height:18px;color:var(--accent-gold);flex-shrink:0}.footer-map{flex:1;display:flex;justify-content:flex-end;min-width:250px}.footer-map iframe{max-width:300px;width:100%}.footer-copyright-bar{width:100%;text-align:center;margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);color:#666;font-size:.9rem}.footer-copyright-bar p{margin:0}@media(max-width:900px){.footer-content{flex-direction:column;text-align:center;gap:1.5rem}.footer-brand{flex-direction:column;text-align:center;min-width:auto}.footer-address,.footer-copyright{text-align:center}.footer-links{width:100%}.footer-links ul{justify-content:center}.about-container,.panchkarma-content,.appointment-container{grid-template-columns:1fr;gap:2rem}.hero-title{font-size:2.5rem}}@media(max-width:600px){.nav-menu{display:none}.trust-grid{flex-direction:column;gap:1.5rem}}.action-icon-btn{display:flex;justify-content:center;align-items:center;width:50px;height:50px;background-color:transparent;color:#215843;transition:all .3s ease;border:none}.action-icon-btn:hover{transform:translateY(-2px)}@media(max-width:992px){.hero-wrapper{flex-direction:column;text-align:center;gap:3rem}.hero-content{max-width:100%}.hero-buttons{justify-content:center}.hero-image{width:100%}.hero-image img{max-height:350px}}.action-icon-btn svg{width:24px;height:24px}
