:root{--navy:#062858;--navy-2:#0a397a;--blue:#0b66d8;--blue-2:#0754b8;--gold:#efa824;--gold-2:#d98d09;--ink:#10233f;--muted:#61718a;--line:#dbe5f1;--soft:#f4f8fd;--white:#fff;--success:#17834c;--danger:#b42318;--shadow:0 20px 55px rgba(5,39,84,.12);--shadow-sm:0 10px 28px rgba(5,39,84,.09);--radius:22px;--radius-sm:14px;--container:1200px;--header:84px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header) + 18px)}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff;line-height:1.65;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}.section{padding:88px 0}.section-soft{background:var(--soft)}.section-filter{padding:36px 0;background:var(--soft)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;opacity:0;pointer-events:none}.skip-link{position:fixed;top:12px;left:12px;z-index:9999;background:var(--navy);color:#fff;padding:10px 14px;border-radius:8px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}:focus-visible{outline:3px solid rgba(239,168,36,.85);outline-offset:3px}.site-header{height:var(--header);position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.94);border-bottom:1px solid rgba(219,229,241,.9);backdrop-filter:blur(14px)}.header-wrap{height:100%;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{width:164px;height:auto;max-height:66px;object-fit:contain}.nav{margin-left:auto;display:flex;align-items:center;gap:5px}.nav a{font-size:14px;font-weight:750;color:#3d506b;padding:11px 12px;border-radius:10px;transition:.2s}.nav a:hover,.nav a.active{color:var(--blue);background:#edf5ff}.header-actions{display:flex;align-items:center;gap:12px}.phone-link{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:800;color:var(--navy);white-space:nowrap}.phone-link span:first-child{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;color:#fff;background:var(--blue)}.menu-toggle{display:none;width:44px;height:44px;border:0;background:#eef5ff;border-radius:12px;padding:10px}.menu-toggle span{display:block;height:2px;background:var(--navy);margin:5px 0;border-radius:5px;transition:.25s}.btn{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:12px;padding:11px 20px;font-weight:800;line-height:1.2;transition:transform .2s,box-shadow .2s,background .2s,color .2s,border-color .2s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--blue),var(--blue-2));color:#fff;box-shadow:0 10px 24px rgba(11,102,216,.23)}.btn-primary:hover{box-shadow:0 14px 30px rgba(11,102,216,.3)}.btn-outline{border-color:#b9cbe0;background:#fff;color:var(--navy)}.btn-outline:hover{border-color:var(--blue);color:var(--blue);background:#f8fbff}.btn-ghost{background:transparent;border-color:transparent;color:var(--muted)}.btn-white{background:#fff;color:var(--navy)}.btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#251600}.btn-sm{min-height:40px;padding:9px 15px;font-size:13px}.text-link{color:var(--blue);font-weight:800}.text-link:hover{text-decoration:underline}.notice-wrap{padding-top:14px}.notice{padding:13px 16px;border-radius:12px;border:1px solid #bcd5f1;background:#edf6ff;color:#134a84;font-weight:650}.notice.success{border-color:#b6e2cb;background:#edfbf3;color:#156b41}.notice.error{border-color:#f0c1bd;background:#fff1f0;color:#9d261f}.hero{min-height:650px;position:relative;display:flex;align-items:center;background-image:linear-gradient(90deg,rgba(247,251,255,.99) 0%,rgba(247,251,255,.96) 43%,rgba(247,251,255,.38) 70%,rgba(6,40,88,.12) 100%),var(--hero-image);background-size:cover;background-position:center;overflow:hidden}.hero:after{content:"";position:absolute;inset:auto -160px -240px auto;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(239,168,36,.2),transparent 67%);pointer-events:none}.hero-grid{position:relative;z-index:1}.hero-content{max-width:720px;padding:80px 0}.eyebrow{display:inline-block;color:var(--blue);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.16em;margin-bottom:12px}.eyebrow-light{color:#a9ccff}.hero h1,.page-hero h1{font-size:clamp(42px,6vw,76px);line-height:1.03;letter-spacing:-.045em;margin:0;color:var(--navy);max-width:780px}.hero p{font-size:18px;color:#475b77;max-width:660px;margin:22px 0 0}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.trust-row{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:30px;color:#465c78;font-size:13px;font-weight:700}.trust-row span{display:flex;align-items:center;gap:7px}.trust-row b{color:var(--blue)}.search-section{position:relative;z-index:4;margin-top:-42px}.search-panel{background:#fff;border:1px solid #dbe8f5;border-radius:18px;padding:18px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;gap:12px;box-shadow:var(--shadow)}.search-panel-wide{grid-template-columns:repeat(3,minmax(0,1fr));box-shadow:none}.search-panel-wide .btn{align-self:end}.field{display:flex;flex-direction:column;gap:7px}.field label{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#526782;font-weight:850}.field input,.field select,.field textarea,.newsletter-form input,.site-search input{width:100%;border:1px solid #cad8e8;background:#fff;color:var(--ink);border-radius:11px;padding:12px 13px;min-height:46px;outline:0;transition:border-color .2s,box-shadow .2s}.field textarea{resize:vertical}.field input:focus,.field select:focus,.field textarea:focus,.newsletter-form input:focus,.site-search input:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(11,102,216,.1)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.full{grid-column:1/-1}.check{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#53657e}.check input{margin-top:5px;accent-color:var(--blue)}.form-card{padding:30px}.form-card h2{margin:0 0 24px;font-size:28px}.form-narrow{max-width:900px}.form-card button[data-busy="true"]{opacity:.7;pointer-events:none}.section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:34px}.section-head h2,.about-split h2,.location-copy h2{font-size:clamp(30px,4vw,48px);line-height:1.12;letter-spacing:-.035em;margin:0;color:var(--navy)}.section-head p,.about-split p,.location-copy p{color:var(--muted);margin:12px 0 0;max-width:720px}.grid{display:grid;gap:24px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.wide{grid-column:1/-1}.labelled-media,.project-media,.plot-image,.amenity-card{position:relative}.visual-note{position:absolute;left:12px;bottom:12px;z-index:3;display:inline-flex;max-width:calc(100% - 24px);padding:6px 10px;border-radius:999px;background:rgba(3,28,65,.86);color:#fff;font-size:11px;font-weight:800;line-height:1.2;letter-spacing:.02em;backdrop-filter:blur(6px)}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden}.card-image{width:100%;height:230px;object-fit:cover}.card-body{padding:22px}.card-body h2,.card-body h3{margin:0;color:var(--navy);line-height:1.25}.card-body h2{font-size:21px}.card-body h3{font-size:20px}.card-body p{color:var(--muted);margin:10px 0 0}.card-kicker{display:block;color:var(--blue);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;margin-bottom:7px}.muted{color:var(--muted)}.project-card{display:grid;grid-template-columns:48% 52%;border-radius:var(--radius);overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm)}.project-media img{width:100%;height:100%;min-height:300px;object-fit:cover}.project-copy{padding:30px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.project-copy h2,.project-copy h3{color:var(--navy);font-size:28px;line-height:1.15;margin:0}.project-copy p{color:var(--muted);margin:13px 0 22px}.card-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}.plot-card{position:relative;transition:transform .22s,box-shadow .22s}.plot-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.plot-image{position:relative;display:block;overflow:hidden}.plot-image img{width:100%;height:215px;object-fit:cover;transition:transform .4s}.plot-card:hover .plot-image img{transform:scale(1.04)}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.05em;background:#eef3f8;color:#45576f}.plot-image .badge{position:absolute;left:13px;top:13px}.badge-available{background:#dcf8e8;color:#126a3b}.badge-on-hold{background:#fff0cf;color:#8b5a00}.badge-booked{background:#e4efff;color:#174f9b}.badge-sold{background:#f1e8e7;color:#8c2d27}.plot-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px}.plot-meta span{background:#f2f6fb;border-radius:8px;padding:6px 8px;font-size:11px;font-weight:750;color:#4f6179}.price{font-size:20px;font-weight:900;color:var(--navy);margin-top:17px}.amenity-card details{margin-top:15px;border-top:1px solid var(--line);padding-top:13px}.amenity-card summary{color:var(--blue);font-weight:800;cursor:pointer}.amenity-card details p{font-size:14px}.about-split{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}.about-media{position:relat
    ive}.about-media:before{content:"";position:absolute;inset:24px -20px -24px 20px;border-radius:26px;background:linear-gradient(135deg,#cde2fb,#fff2d3);z-index:-1}.about-media img{width:100%;min-height:400px;object-fit:cover;border-radius:26px;box-shadow:var(--shadow)}.facts{display:flex;flex-wrap:wrap;gap:20px;margin:28px 0}.facts div{min-width:120px}.facts strong{display:block;color:var(--blue);font-size:34px;line-height:1}.facts span{display:block;color:var(--muted);font-size:12px;font-weight:700;margin-top:8px}.value-card{padding:36px}.value-card h2{margin:0;color:var(--navy)}.value-card p{color:var(--muted)}.testimonial{padding:26px}.stars{color:var(--gold);letter-spacing:3px}.testimonial blockquote{margin:16px 0 24px;color:#344a67;font-size:16px}.testimonial-user{display:flex;align-items:center;gap:12px}.avatar{width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--navy));color:#fff;display:grid;place-items:center;font-weight:900}.testimonial-user strong,.testimonial-user span{display:block}.testimonial-user span{font-size:13px;color:var(--muted)}.news-card time,.article-card time{color:var(--blue);font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:.06em}.news-card .card-body h3{margin-top:8px}.news-card .card-body p{min-height:52px}.page-hero{padding:88px 0;background:linear-gradient(135deg,#05234e,#0a4b95);color:#fff;position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-180px;top:-310px;background:radial-gradient(circle,rgba(239,168,36,.32),transparent 70%)}.page-hero .container{position:relative;z-index:1}.page-hero h1{color:#fff;font-size:clamp(38px,5vw,64px)}.page-hero p{max-width:760px;color:#c8d9ee;font-size:17px;margin:18px 0 0}.page-hero-compact{padding:62px 0}.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:#bcd0ea;font-size:13px;font-weight:700;margin-bottom:18px}.breadcrumbs a:hover{color:#fff}.detail-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(320px,.7fr);gap:28px;align-items:start}.detail-main-image{border-radius:var(--radius);overflow:hidden;background:var(--soft)}.detail-main-image img{width:100%;height:560px;object-fit:cover}.thumb-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:12px}.gallery-thumb{padding:0;border:2px solid transparent;border-radius:12px;overflow:hidden;background:transparent}.gallery-thumb:hover{border-color:var(--blue)}.gallery-thumb img{width:100%;height:90px;object-fit:cover}.detail-summary{padding:28px;position:sticky;top:calc(var(--header) + 20px)}.detail-summary h2{color:var(--navy);margin:16px 0}.detail-list{margin:0}.detail-list div{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid var(--line)}.detail-list dt{color:var(--muted)}.detail-list dd{margin:0;text-align:right;color:var(--navy);font-weight:800}.stack-actions{display:grid;gap:10px;margin-top:24px}.tabs-card{padding:28px}.tabs{display:flex;gap:6px;overflow:auto;border-bottom:1px solid var(--line)}.tab-btn{border:0;background:transparent;padding:13px 15px;color:var(--muted);font-weight:800;white-space:nowrap;border-bottom:3px solid transparent}.tab-btn.active{color:var(--blue);border-bottom-color:var(--blue)}.tab-pane{display:none;padding:28px 4px 4px}.tab-pane.active{display:block}.tab-pane h2{color:var(--navy)}.document-list{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.location-detail-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:50px;align-items:center}.info-list{display:grid;gap:14px;margin-top:25px}.info-list>div,.feature-list>div{display:flex;gap:14px;align-items:flex-start;padding:17px;border:1px solid var(--line);background:#fff;border-radius:14px}.info-list>div>span,.feature-list>div>span{width:38px;height:38px;flex:0 0 38px;border-radius:50%;display:grid;place-items:center;background:#eaf4ff;color:var(--blue);font-weight:900}.info-list strong,.feature-list strong{color:var(--navy)}.info-list p,.feature-list p{margin:4px 0 0;font-size:14px}.feature-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.feature-list-cards{grid-template-columns:repeat(4,minmax(0,1fr))}.map-frame{width:100%;height:390px;border:0;border-radius:var(--radius);box-shadow:var(--shadow-sm)}.map-tall{height:470px}.location-image{width:100%;height:470px;object-fit:cover;border-radius:var(--radius)}.contact-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:28px;align-items:start}.contact-card{padding:30px}.contact-card h2{color:var(--navy);margin:0 0 23px}.contact-method{display:flex;align-items:flex-start;gap:13px;padding:15px 0;border-bottom:1px solid var(--line)}.contact-method>span{width:39px;height:39px;border-radius:12px;background:#eaf4ff;color:var(--blue);display:grid;place-items:center;font-weight:900}.contact-method strong,.contact-method a,.contact-method p{display:block}.contact-method strong{font-size:13px;color:var(--navy)}.contact-method a,.contact-method p{margin:3px 0 0;color:var(--muted);font-size:14px}.contact-method a:hover{color:var(--blue)}.gallery-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin-bottom:30px}.filter-btn{border:1px solid var(--line);background:#fff;color:var(--muted);font-weight:800;padding:9px 14px;border-radius:999px}.filter-btn.active,.filter-btn:hover{background:var(--navy);border-color:var(--navy);color:#fff}.gallery-grid{columns:3 300px;column-gap:20px}.gallery-item{break-inside:avoid;margin:0 0 20px;border-radius:18px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm)}.gallery-item button{display:block;position:relative;border:0;padding:0;width:100%;background:#eef4fb}.gallery-item img{width:100%;max-height:520px;object-fit:cover}.gallery-zoom{position:absolute;right:14px;top:14px;width:39px;height:39px;border-radius:50%;background:rgba(4,31,68,.82);color:#fff;display:grid;place-items:center;font-size:22px}.gallery-item figcaption{padding:16px}.gallery-item figcaption strong,.gallery-item figcaption span{display:block}.gallery-item figcaption strong{color:var(--navy)}.gallery-item figcaption span{font-size:13px;color:var(--muted);margin-top:4px}.gallery-item[hidden]{display:none}.lightbox{position:fixed;inset:0;z-index:3000;background:rgba(1,15,34,.94);display:grid;place-items:center;padding:40px}.lightbox[hidden]{display:none}.lightbox img{max-width:min(1200px,92vw);max-height:88vh;object-fit:contain}.lightbox-close{position:absolute;top:18px;right:22px;width:48px;height:48px;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:rgba(255,255,255,.1);color:#fff;font-size:30px}.article-card,.legal-card{max-width:940px;padding:34px}.article-image{width:100%;max-height:540px;object-fit:cover;border-radius:16px;margin-bottom:23px}.article-content,.legal-card{font-size:17px;color:#344a67;line-height:1.85}.article-card time{display:block;margin-bottom:18px}.site-search{display:flex;gap:10px;max-width:760px}.site-search input{flex:1}.search-results>h2{margin:35px 0}.search-results>h3{margin:48px 0 18px;color:var(--navy)}.result-list{display:grid;gap:10px}.result-list a{padding:17px;border:1px solid var(--line);border-radius:13px}.result-list strong,.result-list span{display:block}.result-list span{color:var(--muted);font-size:14px;margin-top:3px}.empty-state{text-align:center;padding:50px 24px;background:#fff;border:1px dashed #b8c9dc;border-radius:var(--radius)}.empty-state h3,.empty-state h2{color:var(--navy);margin-top:0}.empty-state p{color:var(--muted)}.error-page,.success-page{text-align:center;padding:130px 0}.error-page .container,.success-page .container{max-width:700px}.error-code{display:block;font-size:clamp(90px,18vw,180px);font-weight:950;color:#e1ecf8;line-height:.8}.error-page h1,.success-page h1{font-size:48px;color:var(--navy);margin:25px 0 8px}.error-page p,.success-page p{color:var(--muted);font-size:18px}.error-page .hero-actions,.success-page .hero-actions{justify-content:center}.success-icon{width:96px;height:96px;margin:auto;border-radius:50%;display:grid;place-items:center;background:#ddf7e9;color:var(--success);font-size:48px;font-weight:900}.section-cta{padding:70px 0 0}.cta{background:linear-gradient(135deg,#062858,#0a4b95);color:#fff;border-radius:28px;padding:46px;display:flex;align-items:center;justify-content:space-between;gap:30px;box-shadow:var(--shadow)}.cta h2{font-size:36px;line-height:1.15;margin:0}.cta p{color:#c5d8ef;margin:10px 0 0}.cta-actions{display:flex;flex-wrap:wrap;gap:10px;flex:0 0 auto}.site-footer{margin-top:88px;background:#041d42;color:#c5d4e8;padding-bottom:70px}.footer-main{display:grid;grid-template-columns:1.35fr .7fr .8fr 1.1fr;gap:42px;padding:70px 0 45px}.footer-logo{width:190px;background:#fff;border-radius:10px;padding:6px}.footer-brand-block p{max-width:360px;color:#aebfd4}.footer-title{color:#fff;font-size:16px;margin:0 0 18px}.footer-links,.footer-contact{display:grid;gap:10px}.footer-links a,.footer-links span,.footer-contact a,.footer-contact>span{font-size:14px;color:#b7c7da}.footer-links a:hover,.footer-contact a:hover{color:#fff}.footer-contact a,.footer-contact>span{display:flex;gap:9px;align-items:flex-start}.social-links{display:flex;gap:9px;margin-top:20px}.social-links a{width:38px;height:38px;border:1px solid #34547e;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:900}.social-links a:hover{background:var(--blue);border-color:var(--blue)}.newsletter-row{border-top:1px solid #22456f;border-bottom:1px solid #22456f;padding:26px 0;display:flex;align-items:center;justify-content:space-between;gap:24px}.newsletter-row h2{color:#fff;font-size:20px;margin:0}.newsletter-row p{margin:4px 0 0;color:#9fb4cc}.newsletter-form{display:flex;gap:9px;min-width:min(100%,480px)}.newsletter-form input{background:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:24px;font-size:12px;color:#93a9c3}.floating-actions{position:fixed;right:18px;bottom:22px;z-index:900;display:grid;gap:9px}.float-btn{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:900;box-shadow:0 10px 25px rgba(0,0,0,.2)}.float-call{background:var(--blue)}.float-whatsapp{background:#1ca75b}.mobile-bottom{display:none}.reveal{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}@media (max-width:1100px){.header-actions .phone-link{display:none}.grid-4{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-list-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-main{grid-template-columns:repeat(2,minmax(0,1fr))}.search-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.search-panel .btn{align-self:end}.detail-grid{grid-template-columns:minmax(0,1.4fr) minmax(300px,.7fr)}}@media (max-width:900px){:root{--header:76px}.container{width:min(var(--container),calc(100% - 30px))}.section{padding:68px 0}.brand img{width:145px}.menu-toggle{display:block;margin-left:auto}.nav{position:fixed;inset:var(--header) 0 auto 0;display:grid;gap:2px;padding:18px 15px 26px;background:#fff;border-bottom:1px solid var(--line);box-shadow:var(--shadow);transform:translateY(-130%);visibility:hidden;transition:.28s}.nav.open{transform:translateY(0);visibility:visible}.nav a{padding:13px}.header-actions{display:none}.hero{min-height:600px;background-image:linear-gradient(90deg,rgba(247,251,255,.98),rgba(247,251,255,.88)),var(--hero-image);background-position:center}.hero-content{max-width:680px}.grid-4,.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.project-card{grid-template-columns:1fr}.project-media img{min-height:280px}.about-split,.contact-grid,.location-detail-grid,.detail-grid{grid-template-columns:1fr}.about-split{gap:45px}.detail-summary{position:static}.detail-main-image img{height:470px}.feature-list{grid-template-columns:repeat(2,minmax(0,1fr))}.cta{align-items:flex-start;flex-direction:column}.footer-main{gap:32px}.mobile-bottom{position:fixed;display:grid;grid-template-columns:repeat(3,1fr);left:0;right:0;bottom:0;z-index:1200;background:#fff;border-top:1px solid var(--line);padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -8px 25px rgba(5,39,84,.12)}.mobile-bottom a{padding:12px 6px;text-align:center;font-size:12px;font-weight:850;color:var(--navy);border-right:1px solid var(--line)}.floating-actions{display:none}.site-footer{padding-bottom:80px}.newsletter-row{align-items:flex-start;flex-direction:column}.newsletter-form{width:100%}}@media (max-width:640px){.container{width:min(var(--container),calc(100% - 24px))}.section{padding:54px 0}.site-header{height:72px}.brand img{width:132px}.hero{min-height:565px}.hero-content{padding:60px 0}.hero h1{font-size:42px}.hero p{font-size:16px}.trust-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.search-section{margin-top:-25px}.search-panel,.search-panel-wide,.form-grid{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column;margin-bottom:26px}.section-head h2,.about-split h2,.location-copy h2{font-size:33px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.card-image,.plot-image img{height:240px}.project-copy{padding:24px}.project-copy h2,.project-copy h3{font-size:25px}.about-media img{min-height:300px}.facts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.facts div{min-width:0}.facts strong{font-size:27px}.feature-list,.feature-list-cards{grid-template-columns:1fr}.page-hero{padding:62px 0}.page-hero h1{font-size:39px}.detail-main-image img{height:340px}.thumb-grid{grid-template-columns:repeat(4,1fr)}.gallery-thumb img{height:70px}.tabs-card{padding:18px}.tab-pane{padding-top:20px}.gallery-grid{columns:1}.form-card,.contact-card{padding:22px}.cta{padding:30px 23px}.cta h2{font-size:30px}.footer-main{grid-template-columns:1fr;padding-top:55px}.footer-bottom{flex-direction:column}.newsletter-form{flex-direction:column}.site-search{flex-direction:column}.error-page,.success-page{padding:90px 0}.error-page h1,.success-page h1{font-size:38px}}@media (max-width:390px){.hero h1{font-size:38px}.trust-row{grid-template-columns:1fr}.hero-actions .btn{width:100%}.facts{grid-template-columns:1fr}.thumb-grid{grid-template-columns:repeat(3,1fr)}.page-hero h1{font-size:35px}.card-actions{display:grid}.card-actions .btn{width:100%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.plot-card,.plot-image img,.btn{transition:none}}.hero-visual-note{position:absolute;right:0;bottom:22px;z-index:2;padding:7px 11px;border-radius:999px;background:rgba(3,28,65,.84);color:#fff;font-size:11px;font-weight:800;line-height:1.2;backdrop-filter:blur(6px)}.cookie-consent{position:fixed;left:20px;right:20px;bottom:20px;z-index:2500;max-width:980px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 22px;border:1px solid #bfd0e4;border-radius:18px;background:#fff;box-shadow:0 22px 70px rgba(3,28,65,.25)}.cookie-consent[hidden]{display:none}.cookie-consent strong{display:block;color:var(--navy);font-size:17px}.cookie-consent p{margin:4px 0 0;color:var(--muted);font-size:13px;max-width:620px}.cookie-actions{display:flex;flex-wrap:wrap;gap:9px;flex:0 0 auto}@media (max-width:700px){.hero-visual-note{right:12px;bottom:12px}.cookie-consent{left:12px;right:12px;bottom:82px;align-items:stretch;flex-direction:column;padding:18px}.cookie-actions{display:grid;grid-template-columns:1fr}.cookie-actions .btn{width:100%}}
    /* Gallery Coming Soon */
.gallery-coming-soon{
    min-height:280px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:40px 20px;
    background:#f7f9fd;
    text-align:center
}

.gallery-coming-content{
    width:100%;
    max-width:600px;
    margin:0 auto
}

.gallery-coming-content h1{
    margin:0 0 10px;
    color:#102350;
    font-size:38px;
    font-weight:700;
    line-height:1.2
}

.gallery-coming-content p{
    margin:0;
    color:#6c7485;
    font-size:15px;
    line-height:1.6
}

@media(max-width:768px){
    .gallery-coming-soon{
        min-height:240px;
        padding:35px 20px
    }

    .gallery-coming-content h1{
        font-size:29px
    }

    .gallery-coming-content p{
        font-size:14px
    }
}



/* ===== Clean Footer Design ===== */

.site-footer {
    margin-top: 0;
    background: #0b1f4d;
    color: #cbd6ea;
    padding: 0;
}

.site-footer .footer-main {
    display: grid;
    grid-template-columns: 1.4fr 0.7fr 0.8fr 1.1fr;
    gap: 55px;
    align-items: start;
    padding: 55px 0 35px;
}

.footer-brand-block {
    min-width: 0;
}

.footer-logo-link {
    display: inline-block;
    margin-bottom: 18px;
}

.footer-logo {
    display: block;
    width: 190px;
    height: auto;
    padding: 7px;
    background: #ffffff;
    border-radius: 8px;
    object-fit: contain;
}

.footer-description {
    max-width: 360px;
    margin: 0;
    color: #b7c5dd;
    font-size: 14px;
    line-height: 1.75;
}

.footer-title {
    margin: 6px 0 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.footer-links,
.footer-contact {
    display: grid;
    gap: 13px;
}

.footer-links a,
.footer-contact a {
    color: #c1cee2;
    font-size: 14px;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-contact a:hover,
.footer-contact-button:hover {
    color: #ffffff;
}

.footer-contact-intro {
    max-width: 300px;
    margin: 0 0 18px;
    color: #c1cee2;
    font-size: 14px;
    line-height: 1.7;
}

.footer-contact a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-contact a i {
    width: 16px;
    color: #7fa7ff;
    text-align: center;
}

.footer-contact-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.social-links a {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.04);
}

.social-links a:hover {
    background: #315fd4;
    border-color: #315fd4;
}

.social-icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.footer-info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.footer-address,
.footer-hours {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #b8c7dc;
    font-size: 13px;
}

.footer-address i,
.footer-hours i {
    color: #7fa7ff;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 0 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    color: #91a5c3;
    font-size: 12px;
}

.footer-legal-links {
    display: flex;
    align-items: center;
    gap: 6px;
}

.footer-legal-links a {
    color: #91a5c3;
}

.footer-legal-links a:hover {
    color: #ffffff;
}

.footer-legal-links a + a::before {
    content: "|";
    margin-right: 6px;
    color: rgba(255, 255, 255, 0.35);
}

/* Tablet */
@media (max-width: 1000px) {
    .site-footer .footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px;
        padding: 50px 0 35px;
    }
}

/* Mobile */
@media (max-width: 640px) {
    .site-footer .footer-main {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 42px 0 28px;
    }

    .footer-logo {
        width: 170px;
    }

    .footer-description,
    .footer-contact-intro {
        max-width: 100%;
    }

    .footer-info-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        padding-bottom: 90px;
    }
}/* Footer Contact Alignment Fix */
.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.footer-contact a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    color: #ffffff;
    text-decoration: none;
}

/* Footer right-side Contact column alignment */
.site-footer .footer-main {
    grid-template-columns: 1.5fr 0.7fr 0.8fr 1fr;
}

.site-footer .footer-main > div:last-child {
    justify-self: end;
    width: 100%;
    max-width: 320px;
}

.footer-contact,
.footer-contact-intro,
.footer-contact-button {
    text-align: left;
}

@media (max-width: 1000px) {
    .site-footer .footer-main > div:last-child {
        justify-self: start;
        max-width: 100%;
    }
}/* Two Location Maps */
.maps-heading {
    max-width: 650px;
    margin: 0 auto 35px;
    text-align: center;
}

.maps-heading h2 {
    margin: 8px 0 10px;
    color: #102350;
    font-size: 34px;
    line-height: 1.25;
}

.maps-heading p {
    margin: 0;
    color: #687386;
    font-size: 15px;
}

.maps-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
}

.map-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e4e9f2;
    border-radius: 16px;
    box-shadow: 0 12px 35px rgba(16, 35, 80, 0.08);
}

.map-card-header {
    padding: 20px 22px 16px;
}

.map-card-header h3 {
    margin: 0 0 6px;
    color: #102350;
    font-size: 20px;
    font-weight: 700;
}

.map-card-header p {
    margin: 0;
    color: #6d7788;
    font-size: 14px;
    line-height: 1.6;
}

.map-card .map-frame {
    display: block;
    width: 100%;
    height: 330px;
    border: 0;
    border-radius: 0;
}

@media (max-width: 768px) {
    .maps-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .maps-heading h2 {
        font-size: 28px;
    }

    .map-card .map-frame {
        height: 280px;
    }
}/* Contact Page Icons */
.contact-method {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 15px 0;
    border-bottom: 1px solid #dce4ef;
}

.contact-method:last-child {
    border-bottom: 0;
}

.contact-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #eaf2ff;
    color: #315fd4;
    font-size: 17px;
    line-height: 1;
}

.contact-icon i {
    display: block;
    font-size: 17px;
    line-height: 1;
}

.contact-method > div {
    min-width: 0;
}

.contact-method strong {
    display: block;
    margin: 0 0 5px;
    color: #102350;
    font-size: 14px;
    font-weight: 700;
}

.contact-method a,
.contact-method p {
    display: block;
    margin: 0;
    color: #68758d;
    font-size: 14px;
    line-height: 1.55;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.contact-method a:hover {
    color: #315fd4;
}

.contact-icon .fa-whatsapp {
    font-size: 20px;
}


/* Contact Maps */
.contact-maps-section {
    padding-top: 65px;
    padding-bottom: 75px;
}

.maps-heading {
    max-width: 650px;
    margin: 0 auto 32px;
    text-align: center;
}

.maps-heading h2 {
    margin: 8px 0 10px;
    color: #102350;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.25;
}

.maps-heading p {
    margin: 0;
    color: #687386;
    font-size: 15px;
    line-height: 1.6;
}

.maps-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
}

.map-card {
    overflow: hidden;
    min-width: 0;
    background: #ffffff;
    border: 1px solid #e1e7f0;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(16, 35, 80, 0.08);
}

.map-card-content {
    padding: 20px 22px 16px;
}

.map-card-content h3 {
    margin: 0 0 6px;
    color: #102350;
    font-size: 20px;
    font-weight: 700;
}

.map-card-content p {
    margin: 0;
    color: #687386;
    font-size: 14px;
    line-height: 1.6;
}

.map-card .map-frame {
    display: block;
    width: 100%;
    height: 320px;
    margin: 0;
    border: 0;
    border-radius: 0;
}


@media (max-width: 768px) {
    .contact-method {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 10px;
    }

    .maps-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .maps-heading h2 {
        font-size: 28px;
    }

    .map-card .map-frame {
        height: 275px;
    }
}/* Contact Details Final Fix */

.contact-card {
    height: fit-content;
}

.contact-card h2 {
    margin: 8px 0 22px;
}

.contact-method {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    padding: 15px 0;
    border-bottom: 1px solid #dce4ef;
}

.contact-method:last-child {
    border-bottom: 0;
}

.contact-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #eaf2ff;
    color: #315fd4;
}

.contact-icon svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: currentColor;
}

.contact-icon-whatsapp {
    color: #168c55;
    background: #e6f7ef;
}

.contact-method > div {
    min-width: 0;
}

.contact-method strong {
    display: block;
    margin: 0 0 4px;
    color: #102350;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.contact-method a,
.contact-method p {
    display: block;
    margin: 0;
    color: #65728a;
    font-size: 14px;
    line-height: 1.55;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.contact-method a:hover {
    color: #315fd4;
}

@media (max-width: 600px) {
    .contact-method {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 11px;
    }

    .contact-icon {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }

    .contact-icon svg {
        width: 17px;
        height: 17px;
    }
}/* CTA BOX - FOOTER 1CM GAP */
.section-cta {
    padding: 70px 0 38px !important;
    margin: 0 !important;
    background: #ffffff !important;
}

.section-cta .cta {
    margin: 0 auto !important;
    transform: none !important;
}

.site-footer {
    margin-top: 0 !important;
}/* Home Hero Banner – Full Image Visible */

.hero {
    min-height: 650px !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/* Image text/name top lo cut avvakunda */
@media (min-width: 901px) {
    .hero {
        background-size: 100% auto !important;
        background-position: center top !important;
    }
}

/* Hero content readable ga undadaniki */
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(
        90deg,
        rgba(247, 251, 255, 0.98) 0%,
        rgba(247, 251, 255, 0.92) 36%,
        rgba(247, 251, 255, 0.48) 58%,
        rgba(247, 251, 255, 0.04) 100%
    );
    pointer-events: none;
}

.hero-grid {
    position: relative;
    z-index: 2;
}

.hero-content {
    max-width: 660px;
    padding: 85px 0 120px !important;
}

.hero-visual-note {
    z-index: 3;
}

/* Search box hero bottom meeda proper ga */
.search-section {
    position: relative;
    z-index: 5;
    margin-top: -42px !important;
}

/* Tablet */
@media (max-width: 900px) {
    .hero {
        min-height: 610px !important;
        background-size: cover !important;
        background-position: 62% center !important;
    }

    .hero::before {
        background: linear-gradient(
            90deg,
            rgba(247, 251, 255, 0.98) 0%,
            rgba(247, 251, 255, 0.90) 60%,
            rgba(247, 251, 255, 0.45) 100%
        );
    }

    .hero-content {
        max-width: 620px;
        padding: 70px 0 110px !important;
    }
}

/* Mobile */
@media (max-width: 640px) {
    .hero {
        min-height: 620px !important;
        background-size: cover !important;
        background-position: 68% center !important;
    }

    .hero::before {
        background: rgba(247, 251, 255, 0.90);
    }

    .hero-content {
        padding: 55px 0 90px !important;
    }

    .hero h1 {
        font-size: 41px !important;
    }

    .hero p {
        font-size: 15px !important;
    }

    .search-section {
        margin-top: -25px !important;
    }
}/* Hero Image Full Width Fix */
.hero {
    min-height: 630px !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/* Left side content readable ga */
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(
        90deg,
        rgba(247, 251, 255, 0.94) 0%,
        rgba(247, 251, 255, 0.84) 30%,
        rgba(247, 251, 255, 0.40) 54%,
        rgba(247, 251, 255, 0.02) 100%
    );
    pointer-events: none;
}

.hero .container,
.hero-grid,
.hero-content {
    position: relative;
    z-index: 2;
}

@media (min-width: 1200px) {
    .hero {
        background-size: cover !important;
        background-position: center 48% !important;
    }
}

@media (max-width: 900px) {
    .hero {
        min-height: 600px !important;
        background-position: 58% center !important;
    }
}

@media (max-width: 640px) {
    .hero {
        min-height: 620px !important;
        background-position: 65% center !important;
    }

    .hero::before {
        background: rgba(247, 251, 255, 0.88);
    }
}/* Footer and Floating SVG Icons */
.inline-icon {
    display: block;
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    fill: currentColor;
}

.footer-contact a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-contact-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-address,
.footer-hours {
    display: flex;
    align-items: center;
    gap: 10px;
}

.floating-actions {
    position: fixed;
    right: 20px;
    bottom: 22px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.float-btn {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.float-btn .inline-icon {
    width: 22px;
    height: 22px;
    fill: currentColor !important;
}

.float-call {
    background: #315fd4;
}

.float-whatsapp {
    background: #00ad68;
}

.float-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
}

.mobile-bottom .inline-icon {
    width: 19px;
    height: 19px;
    margin: 0 auto 4px;
}

@media (max-width: 900px) {
    .floating-actions {
        display: none;
    }
}/* Remove background box behind Projects section */
.home-projects,
.projects-section,
.section-projects {
    position: relative;
    z-index: 5;
    margin-top: 0 !important;
    padding-top: 70px !important;
    background: #ffffff !important;
}

/* Hero/Search background projects section varaku raakunda */
.hero,
.hero-section,
.home-hero {
    overflow: hidden !important;
}

/* Search panel proper gap */
.hero-search,
.search-section,
.home-search-section {
    position: relative;
    z-index: 10;
    margin-bottom: 0 !important;
}

/* Remove pseudo background shapes */
.home-projects::before,
.home-projects::after,
.projects-section::before,
.projects-section::after,
.section-projects::before,
.section-projects::after {
    content: none !important;
    display: none !important;
}


@media (max-width: 768px) {
    .footer-grid,
    .footer-content {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }

    .footer-column,
    .footer-about,
    .footer-links,
    .footer-contact {
        width: 100% !important;
        max-width: 100% !important;
    }

    .footer-column p,
    .footer-column a,
    .footer-about p,
    .footer-contact p {
        word-break: normal !important;
        overflow-wrap: normal !important;
        line-height: 1.7;
    }

    .footer-logo {
        width: 110px;
        height: auto;
    }

    .footer-contact a {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    footer {
        padding: 40px 20px 20px;
    }

    .footer-bottom {
        text-align: center;
    }
}





@media (max-width: 768px) {

    .site-footer {
        width: 100%;
        height: auto !important;
        min-height: 0 !important;
        padding: 32px 18px 24px !important;
        overflow: hidden !important;
    }

    .site-footer .container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 auto !important;
    }

    .site-footer .footer-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 28px 24px !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        align-items: start !important;
    }

    /* Logo + Description */
    .site-footer .footer-brand {
        grid-column: 1 / -1 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .site-footer .footer-brand img {
        display: block !important;
        width: 115px !important;
        height: auto !important;
        margin: 0 0 16px !important;
        object-fit: contain !important;
    }

    .site-footer .footer-brand p {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        font-size: 14px !important;
        line-height: 1.75 !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
    }

    /* Explore + Quick Links */
    .site-footer .footer-column {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .site-footer .footer-column h3,
    .site-footer .footer-column h4 {
        margin: 0 0 14px !important;
        font-size: 17px !important;
        line-height: 1.35 !important;
        white-space: normal !important;
    }

    .site-footer .footer-column ul {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    .site-footer .footer-column li {
        display: block !important;
        width: 100% !important;
        margin: 0 0 11px !important;
        padding: 0 !important;
    }

    .site-footer .footer-column a {
        display: inline-block !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 14px !important;
        line-height: 1.5 !important;
        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
    }

    /* Contact full width */
    .site-footer .footer-contact {
        grid-column: 1 / -1 !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .site-footer .footer-contact h3,
    .site-footer .footer-contact h4 {
        margin: 0 0 14px !important;
        font-size: 17px !important;
    }

    .site-footer .footer-contact p {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 16px !important;
        font-size: 14px !important;
        line-height: 1.7 !important;
        word-break: normal !important;
    }

    .site-footer .footer-contact a {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 10px !important;
        width: max-content !important;
        max-width: 100% !important;
        margin: 12px 0 !important;
        font-size: 15px !important;
        line-height: 1.5 !important;
        white-space: nowrap !important;
    }

    .site-footer .footer-social {
        margin-top: 18px !important;
    }

    /* Address */
    .site-footer .footer-address {
        display: flex !important;
        align-items: flex-start !important;
        gap: 10px !important;
        width: 100% !important;
        margin: 26px 0 0 !important;
        padding: 18px 0 !important;
        border-top: 1px solid rgba(255,255,255,.12) !important;
        border-bottom: 1px solid rgba(255,255,255,.12) !important;
        font-size: 13px !important;
        line-height: 1.6 !important;
    }

    .site-footer .footer-bottom {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 18px 0 0 !important;
        font-size: 12px !important;
    }

    /* Bottom fixed buttons */
    .mobile-bottom {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 9999 !important;
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        width: 100% !important;
        height: 68px !important;
        background: #fff !important;
    }

    body {
        padding-bottom: 68px !important;
    }
}

@media only screen and (max-width: 768px) {

    .site-footer {
        width: 100% !important;
        padding: 35px 16px 25px !important;
        overflow: hidden !important;
    }

    .site-footer .container {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Footer main wrapper */
    .site-footer .footer-grid,
    .site-footer .footer-content,
    .site-footer .footer-inner {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        column-gap: 28px !important;
        row-gap: 28px !important;
        width: 100% !important;
        align-items: start !important;
    }

    /* First block: logo + description */
    .site-footer .footer-grid > :nth-child(1),
    .site-footer .footer-content > :nth-child(1),
    .site-footer .footer-inner > :nth-child(1) {
        grid-column: 1 / -1 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Explore */
    .site-footer .footer-grid > :nth-child(2),
    .site-footer .footer-content > :nth-child(2),
    .site-footer .footer-inner > :nth-child(2) {
        grid-column: 1 !important;
        width: 100% !important;
        min-width: 0 !important;
    }

    /* Quick Links */
    .site-footer .footer-grid > :nth-child(3),
    .site-footer .footer-content > :nth-child(3),
    .site-footer .footer-inner > :nth-child(3) {
        grid-column: 2 !important;
        width: 100% !important;
        min-width: 0 !important;
    }

    /* Contact Us full width */
    .site-footer .footer-grid > :nth-child(4),
    .site-footer .footer-content > :nth-child(4),
    .site-footer .footer-inner > :nth-child(4) {
        grid-column: 1 / -1 !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    /* Logo */
    .site-footer img {
        display: block !important;
        width: 110px !important;
        max-width: 110px !important;
        height: auto !important;
        margin: 0 0 18px !important;
    }

    /* Description */
    .site-footer p {
        max-width: 100% !important;
        font-size: 14px !important;
        line-height: 1.75 !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
    }

    /* Headings */
    .site-footer h3,
    .site-footer h4 {
        margin: 0 0 14px !important;
        font-size: 17px !important;
        line-height: 1.4 !important;
        white-space: normal !important;
    }

    /* Links */
    .site-footer ul {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    .site-footer li {
        display: block !important;
        margin: 0 0 11px !important;
        padding: 0 !important;
    }

    .site-footer li a {
        display: inline-block !important;
        padding: 0 !important;
        font-size: 14px !important;
        line-height: 1.55 !important;
        white-space: normal !important;
        word-break: normal !important;
    }

    /* Contact content */
    .site-footer .footer-contact {
        width: 100% !important;
        max-width: 100% !important;
    }

    .site-footer .footer-contact p {
        max-width: 100% !important;
        margin-bottom: 15px !important;
    }

    /* Phone numbers */
    .site-footer .footer-contact a[href^="tel:"] {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 10px !important;
        width: max-content !important;
        max-width: 100% !important;
        margin: 12px 0 !important;
        padding: 0 !important;
        font-size: 15px !important;
        line-height: 1.5 !important;
        white-space: nowrap !important;
        overflow: visible !important;
    }

    /* Talk to our team */
    .site-footer .footer-contact .contact-link,
    .site-footer .footer-contact strong {
        display: inline-flex !important;
        align-items: center !important;
        gap: 8px !important;
        margin-top: 10px !important;
        white-space: normal !important;
    }

    /* Address */
    .site-footer .footer-address {
        display: flex !important;
        align-items: flex-start !important;
        gap: 10px !important;
        width: 100% !important;
        margin-top: 28px !important;
        padding: 18px 0 !important;
        border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
        font-size: 13px !important;
        line-height: 1.6 !important;
    }

    /* Copyright */
    .site-footer .footer-bottom {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
        width: 100% !important;
        padding-top: 18px !important;
        font-size: 12px !important;
    }

    /* Bottom call buttons */
    .mobile-bottom {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 9999 !important;
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        width: 100% !important;
        height: 68px !important;
        background: #ffffff !important;
    }

    body {
        padding-bottom: 68px !important;
    }
}

/* ===== FORCE AMENITIES MOBILE LAYOUT ===== */

@media only screen and (max-width: 600px) {

    .amenities-grid,
    .amenity-grid,
    .amenities-list,
    .amenities-wrapper {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 18px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .amenities-grid > *,
    .amenity-grid > *,
    .amenities-list > *,
    .amenities-wrapper > * {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        flex: none !important;
        grid-column: auto !important;
    }

    .amenity-card {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
    }

    .amenity-card img,
    .amenity-card .amenity-image {
        width: 100% !important;
        height: 220px !important;
        object-fit: cover !important;
    }

    .amenities-section .container,
    .amenities-page .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}



/* =========================================================
   SRI KARTIKEYA REALTY - RESPONSIVE FOOTER
   Paste this at the END of assets/css/site.min.css
========================================================= */

.site-footer,
.site-footer * {
    box-sizing: border-box;
}

.site-footer {
    width: 100%;
    background: #151d55;
    color: #fff;
    padding: 56px 0 28px;
    overflow: hidden;
}

.site-footer .container {
    width: min(1200px, calc(100% - 40px));
    max-width: 1200px;
    margin-inline: auto;
}

.footer-main {
    display: grid;
    grid-template-columns: minmax(240px, 1.35fr) minmax(130px, .75fr) minmax(150px, .9fr) minmax(230px, 1.15fr);
    gap: 44px;
    align-items: start;
}

.footer-brand-block,
.footer-column {
    min-width: 0;
}

.footer-logo-link {
    display: inline-flex;
    text-decoration: none;
}

.footer-logo {
    display: block;
    width: 132px;
    max-width: 100%;
    height: auto;
    padding: 8px;
    object-fit: contain;
    background: #fff;
    border-radius: 10px;
}

.footer-description,
.footer-contact-intro {
    margin: 20px 0 0;
    color: #d7defc;
    font-size: 15px;
    line-height: 1.8;
    overflow-wrap: break-word;
}

.footer-description {
    max-width: 285px;
}

.footer-title {
    margin: 0 0 18px;
    color: #fff;
    font-size: 18px;
    line-height: 1.35;
}

.footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.footer-links a,
.footer-legal-links a {
    color: #d7defc;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.55;
    transition: color .2s ease;
}

.footer-links a:hover,
.footer-legal-links a:hover,
.footer-contact a:hover,
.footer-contact-button:hover {
    color: #fff;
}

.footer-contact-intro {
    margin-top: 0;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    margin-top: 20px;
}

.footer-contact a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.footer-contact a[href^="tel:"] {
    white-space: nowrap;
}

.inline-icon,
.social-icon {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.footer-contact-button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 50%;
    text-decoration: none;
}

.footer-info-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-top: 42px !important;
    padding: 20px 0;
    color: #d7defc;
    border-top: 1px solid rgba(255,255,255,.14);
    border-bottom: 1px solid rgba(255,255,255,.14);
    font-size: 14px;
    line-height: 1.6;
}

.footer-address,
.footer-hours {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
}

.footer-address span,
.footer-hours span {
    overflow-wrap: break-word;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 20px;
    color: #bfc9f5;
    font-size: 13px;
}

.footer-legal-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-legal-links span {
    color: rgba(255,255,255,.42);
}

.mobile-bottom {
    display: none;
}

.floating-actions {
    position: fixed;
    right: 18px;
    top: 50%;
    z-index: 900;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transform: translateY(-50%);
}

.float-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    color: #fff;
    background: #151d55;
    border-radius: 50%;
    box-shadow: 0 8px 22px rgba(0,0,0,.2);
}

.float-whatsapp {
    background: #1f9d55;
}

/* Tablet */
@media (max-width: 991px) {
    .footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px 30px;
    }

    .footer-brand-block,
    .footer-contact-column {
        grid-column: 1 / -1;
    }

    .footer-description {
        max-width: 100%;
    }
}

/* Mobile */
@media (max-width: 600px) {
    body {
        padding-bottom: 68px;
    }

    .site-footer {
        padding: 36px 0 22px;
    }

    .site-footer .container {
        width: calc(100% - 32px);
    }

    .footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 22px;
    }

    .footer-brand-block {
        grid-column: 1 / -1;
    }

    .footer-logo {
        width: 112px;
    }

    .footer-description {
        max-width: 100%;
        margin-top: 17px;
        font-size: 14px;
        line-height: 1.75;
    }

    .footer-title {
        margin-bottom: 14px;
        font-size: 17px;
    }

    .footer-links {
        gap: 10px;
    }

    .footer-links a {
        font-size: 14px;
        line-height: 1.5;
    }

    .footer-contact-column {
        grid-column: 1 / -1;
    }

    .footer-contact-intro {
        max-width: 100%;
        font-size: 14px;
        line-height: 1.7;
    }

    .footer-contact {
        margin-top: 17px;
    }

    .footer-contact a {
        width: fit-content;
        max-width: 100%;
        font-size: 14px;
    }

    .footer-contact a[href^="tel:"] {
        white-space: nowrap;
    }

    .footer-info-row {
        flex-direction: column;
        gap: 12px;
        margin-top: 28px !important;
        padding: 17px 0;
        font-size: 13px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding-top: 17px;
        font-size: 12px;
    }

    .floating-actions {
        display: none;
    }

    .mobile-bottom {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
        height: 68px;
        background: #fff;
        border-top: 1px solid #dfe4f2;
        box-shadow: 0 -5px 18px rgba(0,0,0,.1);
    }

    .mobile-bottom a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        min-width: 0;
        color: #10194d;
        text-decoration: none;
        font-size: 12px;
        font-weight: 700;
        border-right: 1px solid #dfe4f2;
    }

    .mobile-bottom a:last-child {
        border-right: 0;
    }

    .mobile-bottom .inline-icon {
        width: 18px;
        height: 18px;
    }
}

/* Very small phones */
@media (max-width: 360px) {
    .site-footer .container {
        width: calc(100% - 24px);
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .footer-brand-block,
    .footer-column,
    .footer-contact-column {
        grid-column: 1;
    }

    .footer-contact a[href^="tel:"] {
        white-space: normal;
    }
}

/* ===== COMPACT FOOTER FIX ===== */

.site-footer {
    background: #11184a !important;
    padding: 38px 0 20px !important;
    min-height: auto !important;
}

.site-footer .container {
    width: min(1200px, calc(100% - 40px)) !important;
}

.footer-main {
    grid-template-columns: 1.25fr 0.7fr 0.85fr 1.05fr !important;
    gap: 36px !important;
    align-items: start !important;
}

.footer-logo {
    width: 110px !important;
    padding: 6px !important;
}

.footer-description {
    margin-top: 16px !important;
    max-width: 310px !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
}

.footer-title {
    margin-bottom: 14px !important;
    font-size: 17px !important;
}

.footer-links {
    gap: 9px !important;
}

.footer-links a,
.footer-contact a,
.footer-contact-intro {
    font-size: 14px !important;
    line-height: 1.55 !important;
}

.footer-contact {
    gap: 10px !important;
    margin-top: 14px !important;
}

.footer-contact-button {
    margin-top: 14px !important;
}

.social-links {
    margin-top: 16px !important;
}

.footer-info-row {
    margin-top: 28px !important;
    padding: 16px 0 !important;
}

.footer-bottom {
    padding-top: 16px !important;
    font-size: 12px !important;
}.site-footer {
    background: linear-gradient(
        110deg,
        #122653 0%,
        #002769 55%,
        #002d7a 100%
    ) !important;
}





/* =========================================
   CLEAN MOBILE FOOTER
========================================= */

@media only screen and (max-width: 600px) {

    body {
        padding-bottom: 68px !important;
    }

    .site-footer {
        width: 100% !important;
        padding: 34px 0 22px !important;
        background: #173575 !important;
        overflow: hidden !important;
    }

    .site-footer .container {
        width: calc(100% - 32px) !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    /* Main footer layout */
    .footer-main {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 30px 24px !important;
        align-items: start !important;
        width: 100% !important;
    }

    /* Logo, description and social icons full width */
    .footer-brand-block {
        display: block !important;
        grid-column: 1 / -1 !important;
        width: 100% !important;
        min-width: 0 !important;
    }

    .footer-logo-link {
        display: inline-flex !important;
    }

    .footer-logo {
        display: block !important;
        width: 115px !important;
        max-width: 115px !important;
        height: auto !important;
        margin: 0 !important;
        padding: 7px !important;
        background: #ffffff !important;
        border-radius: 9px !important;
        object-fit: contain !important;
    }

    .footer-description {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 18px 0 0 !important;
        color: rgba(255, 255, 255, 0.88) !important;
        font-size: 14px !important;
        line-height: 1.75 !important;
        word-break: normal !important;
        overflow-wrap: break-word !important;
    }

    .social-links {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
        margin-top: 18px !important;
    }

    .social-links a {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 40px !important;
        height: 40px !important;
        margin: 0 !important;
        color: #ffffff !important;
        background: rgba(255, 255, 255, 0.1) !important;
        border: 1px solid rgba(255, 255, 255, 0.22) !important;
        border-radius: 50% !important;
    }

    /* Explore and Quick Links */
    .footer-column {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .footer-title {
        display: block !important;
        margin: 0 0 15px !important;
        padding: 0 !important;
        color: #ffffff !important;
        font-size: 17px !important;
        line-height: 1.4 !important;
        white-space: normal !important;
    }

    .footer-links {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .footer-links a {
        display: inline-block !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        color: rgba(255, 255, 255, 0.88) !important;
        font-size: 14px !important;
        line-height: 1.5 !important;
        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
    }

    /* Contact full width */
    .footer-contact-column {
        display: block !important;
        grid-column: 1 / -1 !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .footer-contact-intro {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 18px !important;
        color: rgba(255, 255, 255, 0.88) !important;
        font-size: 14px !important;
        line-height: 1.7 !important;
        word-break: normal !important;
        overflow-wrap: break-word !important;
    }

    .footer-contact {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 14px !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .footer-contact a {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 10px !important;
        width: fit-content !important;
        max-width: 100% !important;
        margin: 0 !important;
        color: #ffffff !important;
        font-size: 14px !important;
        line-height: 1.5 !important;
        text-decoration: none !important;
    }

    .footer-contact a[href^="tel:"] {
        white-space: nowrap !important;
    }

    .footer-contact-button {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        min-height: 46px !important;
        margin-top: 20px !important;
        padding: 12px 18px !important;
        color: #ffffff !important;
        background: #2f61d6 !important;
        border-radius: 10px !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        text-decoration: none !important;
    }

    /* Address */
    .footer-info-row {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
        width: calc(100% - 32px) !important;
        margin: 28px auto 0 !important;
        padding: 18px 0 !important;
        color: rgba(255, 255, 255, 0.88) !important;
        border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
        font-size: 13px !important;
        line-height: 1.6 !important;
    }

    .footer-address,
    .footer-hours {
        display: flex !important;
        align-items: flex-start !important;
        gap: 10px !important;
        width: 100% !important;
    }

    /* Copyright */
    .footer-bottom {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 11px !important;
        width: calc(100% - 32px) !important;
        margin: 0 auto !important;
        padding: 18px 0 0 !important;
        color: rgba(255, 255, 255, 0.82) !important;
        font-size: 12px !important;
    }

    .footer-legal-links {
        display: flex !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        gap: 7px !important;
    }

    .footer-legal-links a {
        color: rgba(255, 255, 255, 0.9) !important;
        font-size: 12px !important;
        text-decoration: none !important;
    }

    /* Hide right-side floating buttons on mobile */
    .floating-actions {
        display: none !important;
    }

    /* Fixed bottom quick actions */
    .mobile-bottom {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 9999 !important;
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        width: 100% !important;
        height: 68px !important;
        margin: 0 !important;
        background: #ffffff !important;
        border-top: 1px solid #dfe4f2 !important;
        box-shadow: 0 -5px 18px rgba(0, 0, 0, 0.1) !important;
    }

    .mobile-bottom a {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 5px !important;
        min-width: 0 !important;
        color: #10245c !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        text-decoration: none !important;
        border-right: 1px solid #dfe4f2 !important;
    }

    .mobile-bottom a:last-child {
        border-right: 0 !important;
    }

    .mobile-bottom .inline-icon {
        width: 18px !important;
        height: 18px !important;
    }
}@media only screen and (max-width: 600px) {
    .footer-contact-button {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;

        width: auto !important;
        min-width: 165px !important;
        max-width: 100% !important;

        padding: 12px 18px !important;
        margin-top: 18px !important;

        white-space: nowrap !important;
        line-height: 1.2 !important;
    }

    .footer-contact-button span {
        display: inline-block !important;
        white-space: nowrap !important;
    }

    .footer-contact-button .inline-icon {
        flex: 0 0 auto !important;
        width: 16px !important;
        height: 16px !important;
    }
}@media only screen and (max-width: 600px) {
    .footer-contact-button {
        display: inline-flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 9px !important;

        width: auto !important;
        min-width: 175px !important;
        max-width: 100% !important;

        padding: 12px 18px !important;
        white-space: nowrap !important;
    }

    .footer-contact-button span {
        display: inline !important;
        width: auto !important;
        margin: 0 !important;
        white-space: nowrap !important;
    }

    .footer-contact-button svg,
    .footer-contact-button .inline-icon {
        display: block !important;
        flex: 0 0 16px !important;
        width: 16px !important;
        height: 16px !important;
        margin: 0 !important;
    }
}@media only screen and (max-width: 600px) {

    .site-footer a.footer-contact-button {
        display: inline-flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;

        width: fit-content !important;
        min-width: 180px !important;
        max-width: 100% !important;
        height: 46px !important;

        margin: 18px 0 0 !important;
        padding: 0 18px !important;

        background: #4c61d8 !important;
        border-radius: 10px !important;
        color: #ffffff !important;
        text-decoration: none !important;

        white-space: nowrap !important;
        overflow: visible !important;
    }

    .site-footer a.footer-contact-button > span {
        display: inline-block !important;
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;

        font-size: 14px !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }

    .site-footer a.footer-contact-button > svg.inline-icon {
        display: inline-block !important;
        flex: 0 0 16px !important;
        width: 16px !important;
        height: 16px !important;
        margin: 0 !important;
        padding: 0 !important;
        vertical-align: middle !important;
    }
}@media only screen and (max-width: 600px) {
    .hero {
        position: relative !important;
        min-height: 640px !important;
        padding: 70px 0 80px !important;

        background-image:
            linear-gradient(
                180deg,
                rgba(255, 255, 255, 0.86) 0%,
                rgba(255, 255, 255, 0.76) 45%,
                rgba(255, 255, 255, 0.35) 100%
            ),
            var(--hero-image) !important;

        background-size: cover !important;
        background-position: center bottom !important;
        background-repeat: no-repeat !important;
    }

    .hero::before,
    .hero::after {
        display: none !important;
        content: none !important;
    }

    .hero-grid {
        display: block !important;
    }

    .hero-content {
        position: relative !important;
        z-index: 2 !important;
        max-width: 100% !important;
    }
}@media only screen and (max-width: 600px) {
    .hero {
        min-height: 650px !important;
        padding: 65px 0 75px !important;

        background-image:
            linear-gradient(
                180deg,
                rgba(255, 255, 255, 0.30) 0%,
                rgba(255, 255, 255, 0.20) 42%,
                rgba(255, 255, 255, 0.08) 100%
            ),
            var(--hero-image) !important;

        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }

    .hero-content {
        position: relative !important;
        z-index: 2 !important;
        padding: 22px 18px !important;
        background: rgba(255, 255, 255, 0.82) !important;
        border-radius: 18px !important;
        backdrop-filter: blur(3px) !important;
        -webkit-backdrop-filter: blur(3px) !important;
    }

    .hero-content h1,
    .hero-content p,
    .hero-content .eyebrow,
    .hero-content .trust-row {
        position: relative !important;
        z-index: 2 !important;
    }
}