/* ==========================================================================
   THE CUSTOM DECOR - WEBSITE STYLES
   Every section is grouped once to avoid duplicate/conflicting rules.
   ========================================================================== */
:root{--gold:#d39a3d;--gold-soft:#e6bd78;--ink:#171717;--muted:#68635d;--cream:#fbf7f1;--line:#e6ddd2;--dark:#181715;--green:#25d366;--header-h:94px;--shadow:0 12px 35px rgba(30,22,14,.09)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;font-size:16px;color:var(--ink);background:#fff;overflow-x:hidden}
body.modal-open{overflow:hidden}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button,input,textarea{font:inherit}
button{color:inherit}
.container{width:min(1320px,92%);margin-inline:auto}
.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}
.icon{width:1em;height:1em;display:inline-block;vertical-align:-.13em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}

/* ==================== 01. FIXED WHITE HEADER ==================== */
.site-header{position:fixed;inset:0 0 auto 0;z-index:80;background:#fff;color:var(--ink);box-shadow:0 3px 18px rgba(0,0,0,.07)}
.nav-wrap{height:var(--header-h);display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;flex:0 0 auto}
.brand-logo{width:300px;height:68px;object-fit:contain;object-position:left center}
.nav{display:flex;align-items:center;gap:25px;margin-left:auto;font-size:14px;font-weight:600;white-space:nowrap}
.nav a{position:relative;padding:35px 0;color:#222}
.nav a:after{content:"";position:absolute;left:50%;right:50%;bottom:21px;height:2px;background:var(--gold);transition:.22s ease}
.nav a:hover:after,.nav a.active:after{left:0;right:0}
.header-quote{border:0;background:linear-gradient(90deg,#c7892d,#dfaa50);color:#fff;font-size:15px;font-weight:700;text-transform:uppercase;padding:16px 24px;min-width:150px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}
.header-quote:hover{transform:translateY(-1px);box-shadow:0 8px 22px rgba(211,154,61,.28)}
.menu-toggle{display:none;margin-left:auto;border:0;background:transparent;color:var(--ink);padding:7px;cursor:pointer}
.menu-toggle .icon{font-size:29px}

/* ==================== 02. HERO - WHITE + GOLD LUXURY DESIGN ==================== */
.hero{position:relative;margin-top:var(--header-h);min-height:720px;background:#fff url('images/hero.webp') center right/cover no-repeat;overflow:hidden}
.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.99) 28%,rgba(255,255,255,.92) 40%,rgba(255,255,255,.58) 49%,rgba(255,255,255,.12) 62%,rgba(255,255,255,0) 73%);pointer-events:none}
.hero-grid{position:relative;z-index:2;min-height:720px;display:flex;align-items:center;padding:56px 0}
.hero-copy{width:min(670px,51%);padding:10px 0}
.hero-ornament{display:flex;align-items:center;gap:9px;width:140px;margin-bottom:22px}
.hero-ornament span{width:118px;height:1px;background:var(--gold)}
.hero-ornament i{width:7px;height:7px;border:2px solid var(--gold);transform:rotate(45deg)}
.eyebrow,.section-head>span{display:block;color:var(--gold);font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase}
.hero h1{font:600 clamp(48px,4.2vw,70px)/1.05 'Cormorant Garamond',Georgia,serif;margin:16px 0 22px;color:#111;letter-spacing:-.7px}
.hero h1 em{font-style:normal;color:var(--gold)}
.hero-rule{width:54px;height:2px;background:var(--gold);margin:0 0 23px}
.hero p{max-width:565px;margin:0;color:#47433f;font-size:17px;line-height:1.7}
.hero-actions{display:flex;gap:18px;flex-wrap:wrap;margin:34px 0 38px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:14px 24px;border-radius:5px;border:1px solid transparent;font-size:16px;font-weight:700;text-transform:uppercase;cursor:pointer;transition:.2s ease}
.btn .icon{font-size:19px}
.btn-dark{background:#1c1c1b;color:#fff;border-color:var(--gold);box-shadow:0 9px 18px rgba(0,0,0,.13)}
.btn-dark .icon{color:var(--gold-soft)}
.btn-dark:hover{transform:translateY(-1px);background:#090909}
.btn-outline-gold{background:rgba(255,255,255,.88);border-color:var(--gold);color:#25221f}
.btn-outline-gold .icon{color:var(--gold)}
.btn-outline-gold:hover,.btn-light:hover{background:#fff8ee;transform:translateY(-1px)}
.btn-gold{background:linear-gradient(90deg,#c88d33,var(--gold-soft));color:#fff}
.btn-light{background:#fff;border-color:var(--gold);color:#a97126}
.btn-outline{background:transparent;border-color:#6d6258;color:#fff}
.hero-features{display:grid;grid-template-columns:repeat(3,1fr);max-width:630px;margin-top:4px}
.hero-feature{display:flex;align-items:center;gap:14px;min-width:0;padding:2px 24px 2px 0}
.hero-feature+ .hero-feature{padding-left:24px;border-left:1px solid rgba(211,154,61,.48)}
.hero-feature-icon{width:54px;height:54px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold);flex:0 0 54px;background:rgba(255,255,255,.55)}
.hero-feature-icon .icon{font-size:24px}
.hero-feature b,.hero-feature small{display:block}
.hero-feature b{font-size:13px;text-transform:uppercase;margin-bottom:5px;white-space:nowrap}
.hero-feature small{font-size:13px;color:#5e5954;line-height:1.35}

/* ==================== 03. SHARED SECTION TYPOGRAPHY ==================== */
.section{padding:78px 0}
#about,#services,#projects,#process,#testimonials,#faq,#contact{scroll-margin-top:calc(var(--header-h) + 8px)}
.section-head{text-align:center;margin-bottom:36px}
.section-head h2{font:600 44px/1.08 'Cormorant Garamond',Georgia,serif;margin:7px 0 11px}
.section-head i{display:block;width:34px;height:2px;background:var(--gold);margin:auto}

/* ==================== 04. ABOUT US ==================== */
.about-section{background:#fff;padding:84px 0}
.about-grid{display:grid;grid-template-columns:1.02fr 1fr;gap:72px;align-items:center}
.about-visual{position:relative;min-height:500px}
.about-visual>img,.about-video{width:100%;height:500px;object-fit:cover;object-position:center;border-radius:8px;box-shadow:var(--shadow);display:block;background:#111}
.about-visual:before{content:"";position:absolute;left:-18px;top:-18px;width:44%;height:44%;border:1px solid rgba(211,154,61,.55);border-radius:8px;z-index:-1}
.about-content>.eyebrow{margin-bottom:10px}
.about-content h2{font:600 48px/1.06 'Cormorant Garamond',serif;margin:0 0 22px}
.about-content h2 em{font-style:normal;color:var(--gold)}
.about-content>p{font-size:16px;line-height:1.8;color:var(--muted);margin:0 0 15px}
.about-points{display:grid;grid-template-columns:1fr 1fr;gap:18px 26px;margin:28px 0}
.about-points div{border-top:1px solid var(--line);padding-top:14px}
.about-points b,.about-points span{display:block}
.about-points b{display:flex;align-items:center;gap:7px;font-size:15px;margin-bottom:6px}
.about-points b .icon{color:var(--gold);font-size:17px}
.about-points span{font-size:14px;line-height:1.6;color:var(--muted)}
.about-actions{display:flex;align-items:center;gap:24px;margin-top:30px}
.about-link{display:inline-flex;align-items:center;gap:7px;font-size:16px;font-weight:700;border-bottom:1px solid var(--gold);padding-bottom:3px}

/* ==================== 05. SERVICES ==================== */
.services-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.service-card{display:flex;flex-direction:column;border:1px solid #ece6df;border-radius:7px;overflow:hidden;box-shadow:0 6px 22px rgba(30,20,10,.06);background:#fff;text-align:center}
.service-card img{width:100%;height:132px;object-fit:cover}
.service-card>div{display:flex;flex-direction:column;flex:1;padding:18px 12px}
.service-card h3{font-size:17px;margin:0 0 8px}
.service-card p{font-size:14px;line-height:1.55;color:var(--muted);margin:0 0 14px}
.service-call{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;gap:6px;background:var(--gold);color:#fff;border-radius:5px;padding:10px 10px;font-size:16px;font-weight:700;text-transform:uppercase}
.service-call:hover{background:#b97f2d}

/* ==================== 06. PROJECTS / FILTERS ==================== */
.projects{padding-top:28px}
.filters{text-align:center;margin:-8px 0 30px}
.filters button{border:1px solid #d9d1c7;background:#fff;border-radius:999px;padding:10px 20px;margin:4px;text-transform:uppercase;font-size:12px;font-weight:700;cursor:pointer;transition:.2s ease}
.filters button:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-1px)}
.filters .active{background:var(--gold);color:#fff;border-color:var(--gold)}
.projects-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.projects-grid article{transition:.25s ease}
.projects-grid article.hidden-project{display:none}
.projects-grid img{width:100%;height:200px;object-fit:cover;border-radius:7px}
.projects-grid h3{margin:11px 0 5px;font-size:17px}
.projects-grid p{font-size:14px;color:var(--muted);margin:0}
.project-location{display:flex;align-items:center;gap:5px}.project-location .icon{color:var(--gold)}
.center{text-align:center;margin-top:32px}

/* ==================== 07. 6 STEP DESIGN PROCESS ==================== */
.process-section{padding:78px 0;background:linear-gradient(90deg,#fff9f1,#fff)}
.process-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:22px;position:relative}
.process-grid:before{content:"";position:absolute;top:30px;left:6%;right:6%;height:1px;background:#e2d6c8}
.process-step{text-align:center;position:relative}
.process-icon{margin:0 auto 14px;width:60px;height:60px;border:1px solid #e0d4c5;background:#fff;border-radius:50%;display:grid;place-items:center;color:var(--gold);position:relative;z-index:1}
.process-icon .icon{font-size:24px}
.step-number{display:block;color:var(--gold);font-size:12px;font-weight:700;margin-bottom:5px}
.process-step h3{font-size:16px;margin:0 0 8px}
.process-step p{font-size:14px;line-height:1.55;color:var(--muted);margin:0}

/* ==================== 08. TESTIMONIAL AUTO-SCROLLER ==================== */
.testimonials{background:#fff}
.testimonial-viewport{overflow:hidden;width:100%;padding:2px}
.testimonial-grid{display:flex;gap:22px;transition:transform .6s ease;will-change:transform}
.testimonial-grid article{flex:0 0 calc((100% - 44px)/3);min-height:270px;border:1px solid #e9e3dd;padding:28px;border-radius:8px;box-shadow:0 6px 20px rgba(0,0,0,.035);display:flex;flex-direction:column}
.testimonial-grid p{font-size:15px;line-height:1.72;color:var(--muted);margin:0}
.quote-icon{color:#e6c79f;font-size:34px;margin-bottom:9px}
.star-row{display:flex;gap:3px;margin:14px 0;color:#e3a11d}.star-row .icon{fill:currentColor;stroke:currentColor;font-size:15px}
.testimonial-user{display:flex;align-items:center;gap:10px;margin-top:auto;padding-top:12px}
.testimonial-avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#f7ede0;color:var(--gold);font-weight:700}
.testimonial-meta h4{font-size:16px;margin:0 0 2px}.testimonial-meta small{font-size:13px;color:var(--muted)}

/* ==================== 09. FAQ ACCORDION ==================== */
.faq-section{padding:78px 0;background:#fbf8f4}
.faq-wrap{width:min(920px,100%);margin:auto;display:grid;gap:12px}
.faq-item{background:#fff;border:1px solid #e8dfd5;border-radius:9px;overflow:hidden;box-shadow:0 5px 20px rgba(45,30,15,.035)}
.faq-question{width:100%;border:0;background:#fff;padding:19px 22px;display:flex;align-items:center;justify-content:space-between;gap:18px;text-align:left;font-weight:700;font-size:16px;cursor:pointer}
.faq-plus{width:30px;height:30px;border:1px solid #dfd3c5;border-radius:50%;display:grid;place-items:center;color:var(--gold);transition:.25s ease}
.faq-item.open .faq-plus{transform:rotate(45deg);background:var(--gold);color:#fff;border-color:var(--gold)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-answer p{padding:0 22px 20px;margin:0;color:var(--muted);font-size:16px;line-height:1.75}

/* ==================== 10. CONSULTATION CTA ==================== */
.cta-section{position:relative;background:#171614;color:#fff;min-height:270px;overflow:hidden}
.cta-image{position:absolute;left:0;top:0;bottom:0;width:35%;background:url('images/cta.jpg') center/cover no-repeat}
.cta-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.05),#171614)}
.cta-inner{min-height:270px;display:grid;grid-template-columns:2fr 1fr;align-items:center;padding-left:37%;gap:50px}
.cta-copy span{color:var(--gold-soft);text-transform:uppercase;font-size:14px}
.cta-copy h2{font:600 40px/1.05 'Cormorant Garamond',serif;margin:8px 0 12px}
.cta-copy p,.cta-points p{font-size:16px;line-height:1.6;color:#ddd}
.cta-copy .btn{margin:8px 10px 0 0}
.cta-points{border-left:1px solid #463f38;padding-left:30px}
.cta-points p{display:flex;align-items:center;gap:8px}.cta-points .icon{color:var(--gold-soft)}

/* ==================== 11. FOOTER ==================== */
.footer{background:#111;color:#ddd;padding:46px 0 18px}
.footer-grid{display:grid;grid-template-columns:1.55fr .9fr 1.1fr 1.6fr;gap:34px}
.footer-brand{display:block;margin-bottom:14px}.footer-logo{width:260px;height:auto;filter:brightness(0) invert(1);opacity:.96}
.footer h4{color:#fff;text-transform:uppercase;font-size:14px;margin:0 0 14px}
.footer p,.footer a{display:block;font-size:14px;line-height:1.7;color:#bdb7b1}
.footer a:hover{color:var(--gold-soft)}
.footer-title{display:flex;align-items:center;gap:8px}.footer-title .icon{width:16px;height:16px;color:var(--gold-soft)}
.footer-contact-list{display:grid;gap:9px}.footer-contact-list a{display:flex;align-items:flex-start;gap:9px}.footer-contact-list .icon{font-size:16px;color:var(--gold-soft);margin-top:3px}.footer-contact-list span{display:block}.footer-contact-list b{display:block;color:#fff;font-size:12px;margin-bottom:2px}
.footer-bottom{margin-top:30px;padding-top:16px;border-top:1px solid #2b2825;display:flex;justify-content:space-between;font-size:12px;color:#817b75}

/* ==================== 12. FLOATING CONTACT ICONS ==================== */
.whatsapp{position:fixed;right:20px;bottom:20px;width:52px;height:52px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;z-index:70;box-shadow:0 8px 18px rgba(0,0,0,.2)}.whatsapp .icon{font-size:27px}
.mobile-actions{display:none}

/* ==================== 13. CALCULATOR POPUP - DESKTOP ==================== */
.modal{position:fixed;inset:0;background:rgba(0,0,0,.58);display:none;align-items:center;justify-content:center;padding:20px;z-index:120}
.modal.open{display:flex}
.modal-card{width:min(650px,100%);max-height:92dvh;overflow:hidden;background:#fff;border-radius:12px;padding:26px;position:relative;box-shadow:0 24px 80px rgba(0,0,0,.28)}
.modal-close{position:absolute;right:17px;top:12px;border:0;background:none;font-size:29px;line-height:1;cursor:pointer}
.modal-card>h2{text-align:center;text-transform:uppercase;font-size:18px;margin:0 0 20px}
.calc-step{display:none}.calc-step.active{display:block}
.calc-step h3{font-size:16px;margin:0 0 7px}.calc-step>p{font-size:12px;color:var(--muted);margin:0}
.option-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}.option-grid.compact{grid-template-columns:repeat(2,1fr)}
.option-grid input{display:none}
.option-grid label span{min-height:95px;border:1px solid #ded8d2;border-radius:6px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;text-align:center;cursor:pointer;padding:10px}.option-grid label .icon{font-size:23px;color:#4a433c}.option-grid label b{font-size:14px}.option-grid label small{font-size:11px;color:var(--muted)}
.option-grid input:checked+span{border-color:var(--gold);background:#fff8ef;box-shadow:0 0 0 1px var(--gold) inset}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}
.input-with-icon{position:relative;display:flex;align-items:center;min-width:0}.input-with-icon>.icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:17px;height:17px;color:#8a7760;z-index:2;pointer-events:none}
.form-grid input,.form-grid textarea{width:100%;border:1px solid #ddd5cc;border-radius:6px;padding:13px 13px 13px 40px;font-size:14px}.textarea-field{grid-column:1/-1;align-items:flex-start}.textarea-field>.icon{top:16px;transform:none}.form-grid textarea{min-height:86px;resize:vertical}
.phone-prefix{position:absolute;left:39px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;gap:5px;padding-right:8px;border-right:1px solid #ddd5cc;z-index:2;white-space:nowrap}.phone-prefix b{font-size:12px}.india-flag{width:18px;height:12px;border:1px solid #ddd;position:relative;background:linear-gradient(to bottom,#ff9933 0 33.33%,#fff 33.33% 66.66%,#138808 66.66% 100%)}.india-flag i{position:absolute;left:50%;top:50%;width:4px;height:4px;border:1px solid #000080;border-radius:50%;transform:translate(-50%,-50%)}.phone-field input{padding-left:105px}
.privacy{font-size:11px;color:var(--muted);margin:7px 0 0}.calc-nav{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:20px}.back{border:0;background:none;color:#665f57;cursor:pointer;padding:9px 0}.hidden{display:none!important}.form-status{margin-top:9px;font-size:12px}.form-status.ok{color:#16823b}.form-status.err{color:#b00020}

/* ==================== 14. TABLET ==================== */
@media(max-width:1100px){
  :root{--header-h:82px}
  .brand-logo{width:235px;height:58px}.nav{gap:17px;font-size:13px}.header-quote{min-width:126px;padding:13px 17px}
  .hero,.hero-grid{min-height:650px}.hero-copy{width:56%}.hero h1{font-size:54px}
  .services-grid{grid-template-columns:repeat(3,1fr)}.service-card img{height:190px}
  .projects-grid{grid-template-columns:repeat(2,1fr)}.projects-grid img{height:240px}
  .process-grid{grid-template-columns:repeat(3,1fr)}.process-grid:before{display:none}.process-step{padding:12px}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}

/* ==================== 15. MOBILE ==================== */
@media(max-width:820px){
  :root{--header-h:74px}
  .nav-wrap{height:var(--header-h);gap:12px}.brand-logo{width:205px;height:54px}.header-quote{display:none}.menu-toggle{display:block}
  .nav{display:none}.nav.open{position:absolute;top:var(--header-h);left:4%;right:4%;display:flex;flex-direction:column;align-items:stretch;gap:0;background:#fff;color:var(--ink);padding:10px 18px 16px;border-radius:0 0 8px 8px;box-shadow:0 14px 30px rgba(0,0,0,.12)}.nav.open a{padding:12px 4px}.nav.open a:after{bottom:6px}
  .hero{min-height:720px;background-position:65% center}.hero:after{background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 42%,rgba(255,255,255,.82) 65%,rgba(255,255,255,.38) 100%)}.hero-grid{min-height:720px;padding:42px 0}.hero-copy{width:72%}.hero h1{font-size:52px}.hero p{font-size:16px}.hero-feature b{white-space:normal}
  .about-grid{grid-template-columns:1fr;gap:44px}.about-visual{min-height:440px;width:min(720px,100%)}.about-visual>img,.about-video{height:440px}
  .cta-inner{padding-left:0;grid-template-columns:1fr;padding-top:220px;padding-bottom:35px}.cta-image{width:100%;height:200px}.cta-points{border-left:0;padding-left:0}
}

@media(max-width:620px){
  .container{width:min(94%,560px)}
  .brand-logo{width:190px;height:49px}
  .hero{min-height:720px;background-position:68% center}.hero:after{background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.99) 57%,rgba(255,255,255,.84) 80%,rgba(255,255,255,.58) 100%)}.hero-grid{min-height:720px;align-items:flex-start;padding-top:0px}.hero-copy{width:100%;max-width:520px}.hero-ornament{margin-bottom:15px}.eyebrow{font-size:10px}.hero h1{font-size:44px;margin:11px 0 18px}.hero-rule{margin-bottom:18px}.hero p{max-width:92%;font-size:15px;line-height:1.65}.hero-actions{flex-direction:column;align-items:stretch;gap:11px;width:min(100%,390px);margin:25px 0 28px}.hero-actions .btn{width:100%;min-height:50px}.hero-features{grid-template-columns:repeat(3,1fr);max-width:100%;gap:0}.hero-feature{flex-direction:column;text-align:center;gap:8px;padding:0 8px}.hero-feature+ .hero-feature{padding-left:8px}.hero-feature-icon{width:44px;height:44px;flex-basis:44px}.hero-feature-icon .icon{font-size:20px}.hero-feature b{font-size:10px}.hero-feature small{font-size:10px}
  .section,.about-section,.process-section,.faq-section{padding:58px 0}.section-head{margin-bottom:29px}.section-head h2{font-size:38px}
  .about-grid{gap:34px}.about-visual{min-height:0;width:min(100%,430px);margin-inline:auto}.about-visual>img{height:320px}.about-video{width:100%;height:auto;aspect-ratio:9/16;object-fit:cover;object-position:center;border-radius:8px}.about-visual:before{left:-7px;top:-7px}.about-content h2{font-size:39px}.about-content>p{font-size:15px}.about-points{grid-template-columns:1fr;gap:12px;margin:22px 0}.about-actions{align-items:flex-start;flex-direction:column;gap:16px}
  .services-grid,.projects-grid{grid-template-columns:1fr}.service-card img{height:230px}.projects-grid img{height:240px}
  .process-grid{grid-template-columns:1fr}.process-step{display:grid;grid-template-columns:64px 1fr;text-align:left;column-gap:14px;border-bottom:1px solid #eadfce;padding:0 0 18px}.process-icon{grid-row:1/4;margin:0}.step-number,.process-step h3,.process-step p{grid-column:2}.process-step h3{margin-top:0}
  .testimonial-grid article{flex:0 0 100%;min-height:250px}
  .faq-question{padding:17px 16px}.faq-answer p{padding:0 16px 18px}
  .footer-grid{grid-template-columns:1fr}.footer-logo{width:240px}.footer-bottom{flex-direction:column;gap:8px}
  .desktop-whatsapp{display:none}.mobile-actions{position:fixed;right:12px;top:50%;z-index:90;display:flex;flex-direction:column;gap:10px;transform:translateY(-50%)}.mobile-action{width:50px;height:50px;padding:0;border:0;border-radius:50%;display:grid;place-items:center;color:#fff;box-shadow:0 7px 20px rgba(0,0,0,.22);cursor:pointer}.mobile-action .icon{width:23px;height:23px}.call-action{background:#1b1a18}.whatsapp-action{background:var(--green)}.whatsapp-action .icon{width:27px;height:27px}.enquiry-action{background:var(--gold)}

  /* Mobile calculator: 10% visible above/below, compact one-screen steps */
  .modal{height:100dvh;min-height:100dvh;padding:10dvh 5px;overflow:hidden}
  .modal-card{width:min(430px,100%);height:auto;max-height:80dvh;overflow:hidden;padding:8px 9px;border-radius:10px}
  .modal-close{right:8px;top:5px;font-size:22px}.modal-card>h2{margin:0 30px 5px 0;text-align:left;font-size:14px;line-height:1.05}
  .calc-step h3{font-size:14px;line-height:1.1;margin:0 0 4px}.calc-step>p{font-size:10px;line-height:1.2;margin:0 0 4px}
  .option-grid,.option-grid.compact,.service-options{grid-template-columns:1fr;gap:2px;margin-top:2px}.option-grid label span{min-height:34px;height:34px;padding:4px 8px;border-radius:5px;flex-direction:row;justify-content:flex-start;gap:7px;text-align:left}.option-grid label .icon{display:block;width:18px;height:18px;flex:0 0 18px}.option-grid label b{font-size:14px;line-height:1;white-space:nowrap}.option-grid label small{font-size:10px;line-height:1;margin-left:2px}
  .form-grid{grid-template-columns:1fr;gap:4px;margin-top:5px}.input-with-icon{min-height:32px;height:32px}.input-with-icon>.icon{left:9px;width:15px;height:15px}.form-grid input,.form-grid textarea{min-height:32px;height:32px;padding:5px 8px 5px 33px;font-size:12px}.textarea-field{grid-column:auto;height:38px;min-height:38px}.textarea-field>.icon{top:10px}.form-grid textarea{min-height:38px;height:38px;max-height:38px;resize:none}.phone-prefix{left:31px;gap:3px;padding-right:6px}.phone-prefix b{font-size:11px}.india-flag{width:17px;height:11px}.phone-field input{padding-left:91px}.privacy{font-size:9px;margin:3px 0 0}.calc-nav{gap:7px;margin-top:7px;min-height:30px}.calc-nav .btn{min-height:30px;padding:6px 11px;font-size:11px}.back{font-size:11px;padding:5px 0}.form-status{font-size:9px;margin-top:3px}
}

@media(max-width:390px){.brand-logo{width:172px}.hero h1{font-size:39px}.hero-feature small{display:none}.hero-feature b{font-size:9px}}
@media(max-width:620px) and (max-height:650px){.modal-card{padding:6px 8px}.calc-step>p{display:none}.option-grid,.option-grid.compact,.service-options{gap:1px}.option-grid label span{min-height:30px;height:30px}.form-grid input{min-height:28px;height:28px}.input-with-icon{min-height:28px;height:28px}.textarea-field,.form-grid textarea{min-height:34px;height:34px;max-height:34px}.calc-nav{margin-top:4px}}

.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
