:root{
    --ed-orange:#ff8a00;
    --ed-orange-dark:#ef7900;
    --ed-purple:#4c286b;
    --ed-purple-soft:#6d3a92;
    --ed-text:#241b2f;
    --ed-muted:#665f72;
    --ed-soft:#fff4e7;
    --ed-border:#efe4f5;
    --ed-header:#fbf1ef;




}

body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color:var(--ed-text);
    background:#fff;
}

.ed-header{
    min-height:63px;
    background:var(--ed-header);
    box-shadow:0 2px 14px rgba(28,22,18,.04);
    position:sticky;
    top:0;
    z-index:1030;
}

.ed-logo{
    display:inline-flex;
    flex-direction:column;
    text-decoration:none;
    line-height:1;
    letter-spacing:.3px;
}

.ed-logo .brand{
    font-size:28px;
    font-weight:600;
    color:var(--ed-purple);
}

.ed-logo .brand .e,
.ed-logo .brand .o,
.ed-logo .tagline{
    color:var(--ed-orange);
}

.ed-logo .tagline{
    margin-top:-2px;
    padding-left:55px;
    font-size:14px;
    font-weight:500;
}

.navbar-nav .nav-link{
    color:#17202b;
    font-weight:700;
    font-size:15px;
    padding-inline:.55rem !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover{
    color:var(--ed-orange);
}

.ed-rent-btn{
    border:0;
    border-radius:0 0 16px 16px;
    background:linear-gradient(135deg,var(--ed-orange),#ff9f22);
    color:var(--ed-purple);
    font-weight:800;
    padding:19px 18px 15px;
    box-shadow:0 10px 22px rgba(255,138,0,.24);
    text-decoration:none;
    white-space:nowrap;
}

.service-hero{
    position:relative;
    overflow:hidden;
    padding:90px 0 78px;
    min-height:660px;
    background:
            radial-gradient(circle at 7% 12%, rgba(255,138,0,.22), transparent 28%),
            radial-gradient(circle at 86% 10%, rgba(76,40,107,.20), transparent 30%),
            linear-gradient(135deg,#fff7ef 0%,#ffffff 42%,#f7effb 100%);
}

.service-hero::before{
    content:"";
    position:absolute;
    width:520px;
    height:520px;
    right:-180px;
    top:120px;
    border-radius:50%;
    background:linear-gradient(135deg,rgba(255,138,0,.16),rgba(76,40,107,.18));
    filter:blur(4px);
    pointer-events:none;
}

.service-hero::after{
    content:"";
    position:absolute;
    left:-120px;
    bottom:-160px;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(255,138,0,.13);
    pointer-events:none;
}

.hero-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-bottom:24px;
    color:var(--ed-orange);
    font-weight:950;
    font-size:14px;
    letter-spacing:.07em;
    text-transform:uppercase;
}

.hero-eyebrow::before{
    content:"";
    width:38px;
    height:3px;
    border-radius:999px;
    background:var(--ed-orange);
}

.service-hero h1{
    max-width:670px;
    margin-bottom:28px;
    font-size:clamp(38px,4vw,64px);
    line-height:1.05;
    font-weight:950;
    letter-spacing:-1.7px;
    color:var(--ed-purple);
    text-shadow:0 10px 35px rgba(76,40,107,.08);
}

.service-hero .lead{
    max-width:650px;
    color:#51475e;
    font-size:18px;
    line-height:1.85;
    font-weight:550;
}

.service-hero .lead a{
    color:var(--ed-purple);
    font-weight:950;
    text-decoration-thickness:3px;
    text-underline-offset:5px;
    text-decoration-color:rgba(255,138,0,.55);
}

.hero-actions{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:24px;
    margin-top:44px;
}

.btn-ed-primary{
    display:inline-flex;
    align-items:center;
    gap:10px;
    border:0;
    border-radius:999px;
    background:linear-gradient(135deg,var(--ed-orange),#ffad32);
    color:var(--ed-purple);
    font-weight:950;
    padding:17px 26px;
    text-decoration:none;
    box-shadow:0 16px 32px rgba(255,138,0,.30);
    transition:.25s ease;
}

.btn-ed-primary:hover{
    transform:translateY(-2px);
    color:var(--ed-purple);
    box-shadow:0 20px 38px rgba(255,138,0,.33);
}

.call-card{
    display:inline-flex;
    align-items:center;
    gap:16px;
    min-width:310px;
    padding:13px 18px;
    border:1px solid rgba(76,40,107,.14);
    border-radius:26px;
    background:linear-gradient(135deg,#ffffff 0%,#fff8f0 100%);
    box-shadow:0 18px 50px rgba(76,40,107,.11);
    backdrop-filter:blur(8px);
}

.call-card .icon{
    display:grid;
    place-items:center;
    width:52px;
    height:52px;
    border-radius:18px;
    background:rgba(76,40,107,.10);
    color:var(--ed-purple);
    font-size:25px;
    box-shadow:inset 0 0 0 1px rgba(255,138,0,.22);
}

.call-card .label{
    font-size:15px;
    line-height:1.15;
    font-weight:950;
    color:var(--ed-purple);
}

.call-card .number{
    color:#241b2f;
    font-size:34px;
    line-height:1;
    font-weight:950;
    letter-spacing:4px;
    text-decoration:none;
}

.map-wrap{
    position:relative;
    margin-left:auto;
    max-width:690px;
}

.map-card{
    position:relative;
    padding:22px;
    border-radius:38px;
    background:linear-gradient(135deg,rgba(255,255,255,.86),rgba(255,244,231,.76));
    box-shadow:0 28px 80px rgba(76,40,107,.12);
    border:1px solid rgba(76,40,107,.10);
}

.map-card::before{
    content:"";
    position:absolute;
    inset:34px -18px -18px 36px;
    border-radius:38px;
    background:linear-gradient(135deg,rgba(255,138,0,.18),rgba(76,40,107,.08));
    z-index:-1;
}

.map-card img{
    width:100%;
    height:auto;
    display:block;
    border-radius:26px;
}

.map-note{
    position:absolute;
    left:32%;
    bottom:28px;
    transform:translateX(-50%);
    display:inline-flex;
    align-items:center;
    gap:9px;
    padding:10px 16px;
    border-radius:999px;
    background:#fff;
    color:var(--ed-purple);
    font-weight:900;
    font-size:14px;
    box-shadow:0 16px 34px rgba(28,22,18,.12);
    white-space:nowrap;
}

.quick-regions{
    margin-top:-55px;
    position:relative;
    z-index:3;
}

.quick-regions-card{
    padding:18px;
    border-radius:30px;
    background:linear-gradient(135deg,#ffffff 0%,#fff7ef 100%);
    box-shadow:0 24px 70px rgba(76,40,107,.10);
    border:1px solid rgba(76,40,107,.10);
}

.region-pill{
    display:flex;
    align-items:center !important;
    justify-content:space-between;
    gap:12px;
    height:100%;
    padding:17px 18px;
    border-radius:21px;
    background:#fff;
    color:var(--ed-purple);
    text-decoration:none;
    font-weight:900;
    border:1px solid rgba(76,40,107,.08);
    transition:.25s ease;
}

.region-pill i{
    color:var(--ed-orange);
}

.region-pill:hover{
    transform:translateY(-3px);
    background:var(--ed-orange);
    color:#fff;
    box-shadow:0 18px 34px rgba(255,138,0,.22);
}

.region-pill:hover i{
    color:#fff;
}


.regions-section{
    position:relative;
    padding:92px 0 86px;
    background:
            radial-gradient(circle at 0% 8%, rgba(255,138,0,.10), transparent 28%),
            radial-gradient(circle at 100% 45%, rgba(76,40,107,.10), transparent 30%),
            linear-gradient(180deg,#fff 0%,#fff8f1 48%,#fff 100%);
    overflow:hidden;
}

.regions-section::before,
.regions-section::after{
    content:"";
    position:absolute;
    width:160px;
    height:260px;
    opacity:.18;
    background-image:radial-gradient(var(--ed-purple) 1.4px, transparent 1.4px);
    background-size:16px 16px;
    pointer-events:none;
}

.regions-section::before{left:-44px;top:120px;}
.regions-section::after{right:-42px;bottom:60px;}

.regions-head{
    max-width:820px;
    margin:0 auto 34px;
    text-align:center;
}

.regions-head .sub-title{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-bottom:12px;
    color:var(--ed-orange);
    font-size:13px;
    font-weight:950;
    letter-spacing:.07em;
    text-transform:uppercase;
}

.regions-head .sub-title::before,
.regions-head .sub-title::after{
    content:"";
    width:34px;
    height:3px;
    border-radius:999px;
    background:var(--ed-orange);
}

.regions-head h2{
    margin-bottom:14px;
    color:var(--ed-purple);
    font-weight:950;
    letter-spacing:-1.1px;
    font-size:clamp(30px,3.2vw,48px);
}

.regions-head p{
    color:#665f72;
    font-size:17px;
    line-height:1.7;
    margin-bottom:0;
}

.city-card{
    position:relative;
    overflow:hidden;
    border:1px solid rgba(76,40,107,.10);
    border-radius:34px;
    background:rgba(255,255,255,.92);
    box-shadow:0 24px 70px rgba(76,40,107,.09);
    margin-bottom:28px;
}

.city-card::before{
    content:"";
    position:absolute;
    right:0;
    top:0;
    width:46%;
    height:170px;
    background:linear-gradient(135deg,rgba(76,40,107,.10),rgba(255,138,0,.06));
    clip-path:polygon(18% 0,100% 0,100% 100%,0 100%);
    opacity:.8;
}

.city-card-body{
    position:relative;
    z-index:1;
    padding:30px;
}

.city-top{
    display:grid;
    grid-template-columns:auto 1fr;
    gap:18px;
    align-items:flex-start;
    margin-bottom:26px;
}

.city-pin{
    display:grid;
    place-items:center;
    width:52px;
    height:52px;
    border-radius:20px;
    background:#fff4e7;
    color:var(--ed-orange);
    font-size:22px;
    box-shadow:inset 0 0 0 1px rgba(255,138,0,.22);
}

.city-title-row{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:20px;
}

.city-card h3{
    margin:2px 0 14px;
    color:var(--ed-purple);
    font-size:clamp(23px,2vw,31px);
    line-height:1.18;
    font-weight:950;
    letter-spacing:-.4px;
}

.city-card p{
    max-width:690px;
    margin-bottom:0;
    color:#4e465a;
    font-size:15.5px;
    line-height:1.75;
    font-weight:500;
}

.city-card p a{
    color:var(--ed-purple);
    font-weight:900;
    text-decoration-thickness:2px;
    text-underline-offset:4px;
    text-decoration-color:rgba(255,138,0,.55);
}

.mini-city-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-top:15px;
    padding:9px 13px;
    border-radius:999px;
    background:#fff4e7;
    color:var(--ed-orange-dark);
    font-weight:900;
    font-size:13px;
    text-decoration:none;
    border:1px solid rgba(255,138,0,.22);
}

.city-art{
    flex:0 0 300px;
    min-height:100px;
    border-radius:24px;
    opacity:.78;
    background:
            linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.78) 100%),
            repeating-linear-gradient(90deg,rgba(76,40,107,.18) 0 2px,transparent 2px 34px),
            radial-gradient(circle at 70% 44%,rgba(76,40,107,.18),transparent 36%),
            linear-gradient(135deg,rgba(76,40,107,.14),rgba(255,138,0,.08));
    position:relative;
    overflow:hidden;
}

.city-art::before{
    content:"";
    position:absolute;
    left:28px;
    right:28px;
    bottom:28px;
    height:2px;
    background:rgba(76,40,107,.28);
    box-shadow:48px -26px 0 rgba(76,40,107,.10),112px -52px 0 rgba(76,40,107,.10),190px -36px 0 rgba(76,40,107,.10);
}

.city-art::after{
    content:"";
    position:absolute;
    left:54px;
    bottom:30px;
    width:210px;
    height:62px;
    border:3px solid rgba(76,40,107,.25);
    border-top-left-radius:120px;
    border-top-right-radius:120px;
    border-bottom:0;
}

.region-side-card{
    height:100%;
    padding:23px;
    border-radius:26px;
    background:linear-gradient(135deg,#fff 0%,#fffaf4 100%);
    border:1px solid rgba(76,40,107,.08);
}

.region-side-title{
    display:flex;
    align-items:center;
    gap:11px;
    margin-bottom:18px;
    color:var(--ed-purple);
    font-size:19px;
    font-weight:950;
}

.region-side-title .side-icon{
    display:grid;
    place-items:center;
    width:36px;
    height:36px;
    border-radius:13px;
    background:rgba(76,40,107,.10);
    color:var(--ed-purple);
    font-size:16px;
}

.district-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px 18px;
    margin:0;
    padding:0;
    list-style:none;
}

.district-grid.two-col{grid-template-columns:repeat(2,minmax(0,1fr));}
.district-grid.four-col{grid-template-columns:repeat(4,minmax(0,1fr));}

.district-grid a{
    display:flex;
    align-items:center;
    gap:8px;
    min-height:28px;
    color:#473658;
    font-weight:700;
    font-size:14px;
    text-decoration:none;
    transition:.2s ease;
}

.district-grid a i{
    color:#16a45f;
    font-size:13px;
}

.district-grid a:hover{
    color:var(--ed-orange-dark);
    transform:translateX(3px);
}

.city-actions{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
    margin-top:26px;
}

.city-action-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:56px;
    border-radius:14px;
    color:#fff;
    font-weight:950;
    text-decoration:none;
    box-shadow:0 16px 30px rgba(28,22,18,.10);
    transition:.25s ease;
}

.city-action-btn:hover{
    color:#fff;
    transform:translateY(-2px);
    box-shadow:0 20px 36px rgba(28,22,18,.15);
}

.city-action-btn.orange{background:linear-gradient(135deg,var(--ed-orange),#ffad32);}
.city-action-btn.purple{background:linear-gradient(135deg,var(--ed-purple),#6e3d93);}
.city-action-btn.green{background:linear-gradient(135deg,#13aa5e,#1fc977);}

.region-help-card{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:28px;
    margin-top:34px;
    padding:24px 30px;
    border-radius:30px;
    background:linear-gradient(135deg,#fff 0%,#fff7ef 100%);
    border:1px solid rgba(76,40,107,.10);
    box-shadow:0 22px 62px rgba(76,40,107,.09);
}

.region-help-left{
    display:flex;
    align-items:center;
    gap:18px;
}

.region-help-icon{
    display:grid;
    place-items:center;
    flex:0 0 58px;
    width:58px;
    height:58px;
    border-radius:20px;
    background:var(--ed-purple);
    color:var(--ed-orange);
    font-size:26px;
    box-shadow:0 18px 36px rgba(76,40,107,.22);
}

.region-help-card p{
    margin:0;
    color:#403749;
    font-size:16px;
    line-height:1.6;
    font-weight:650;
}

.help-call-box{
    display:flex;
    align-items:center;
    gap:14px;
    min-width:310px;
    padding:13px 18px;
    border-radius:22px;
    background:#fff;
    border:1px solid rgba(76,40,107,.10);
    box-shadow:0 14px 36px rgba(76,40,107,.09);
}

.help-call-box .phone-icon{
    display:grid;
    place-items:center;
    width:48px;
    height:48px;
    border-radius:17px;
    background:rgba(76,40,107,.10);
    color:var(--ed-purple);
    font-size:22px;
}

.help-call-box span{
    display:block;
    color:var(--ed-purple);
    font-weight:900;
    font-size:14px;
    line-height:1;
}

.help-call-box a{
    color:#241b2f;
    font-weight:950;
    font-size:30px;
    letter-spacing:3px;
    text-decoration:none;
    line-height:1.08;
}

@media (max-width:991.98px){
    .city-title-row{display:block;}
    .city-art{display:none;}
    .district-grid,
    .district-grid.four-col{grid-template-columns:repeat(2,minmax(0,1fr));}
    .city-actions{grid-template-columns:1fr;}
    .region-help-card{display:block;}
    .help-call-box{margin-top:20px;min-width:100%;}
}

@media (max-width:575.98px){
    .city-card-body{padding:22px;}
    .city-top{grid-template-columns:1fr;}
    .district-grid,
    .district-grid.two-col,
    .district-grid.four-col{grid-template-columns:1fr;}
    .regions-head{text-align:left;}
    .regions-head .sub-title::after{display:none;}
}

@media (max-width:991.98px){
    .ed-rent-btn{border-radius:999px;padding:12px 18px;margin-top:10px;display:inline-flex;justify-content:center;}
    .service-hero{padding:56px 0 96px;min-height:auto;}
    .map-wrap{margin-top:42px;}
    .call-card{min-width:100%;}
}

.ed-footer{
    position:relative;
    overflow:hidden;
    padding:58px 0 18px;
    background:
            radial-gradient(circle at 86% 0%, rgba(255,138,0,.24), transparent 28%),
            radial-gradient(circle at 14% 74%, rgba(255,138,0,.08), transparent 30%),
            linear-gradient(135deg,#261037 0%,#3a1553 46%,#54207a 100%);
    color:#fff;
    border-top-left-radius:0;
    border-top-right-radius:0;
}

.ed-footer::before{
    content:"";
    position:absolute;
    inset:auto -120px -180px auto;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(255,138,0,.14);
    pointer-events:none;
}

.footer-cta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    max-width:1296px;
    margin:0 auto 38px;
    padding:28px 31px;
    border-radius:22px;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.16);
    box-shadow:0 22px 55px rgba(12,5,20,.20);
    backdrop-filter:blur(8px);
}

.footer-cta small{
    display:block;
    margin-bottom:12px;
    color:var(--ed-orange);
    font-size:15px;
    font-weight:950;
    letter-spacing:.02em;
}

.footer-cta h2{
    max-width:720px;
    margin:0;
    color:#fff;
    font-size:clamp(24px,2.4vw,35px);
    line-height:1.15;
    font-weight:950;
    letter-spacing:-.6px;
}

.footer-cta-actions{
    display:flex;
    align-items:center;
    gap:16px;
    flex-wrap:wrap;
}

.footer-call-btn,
.footer-rent-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:50px;
    padding:0 24px;
    border-radius:999px;
    font-weight:950;
    text-decoration:none;
    white-space:nowrap;
    transition:.25s ease;
}

.footer-call-btn{
    background:#fff;
    color:var(--ed-purple);
}

.footer-rent-btn{
    background:linear-gradient(135deg,var(--ed-orange),#ffab2f);
    color:var(--ed-purple);
    box-shadow:0 16px 34px rgba(255,138,0,.28);
}

.footer-call-btn:hover,
.footer-rent-btn:hover{
    transform:translateY(-2px);
    color:var(--ed-purple);
}

.footer-main{
    display:grid;
    grid-template-columns:1.65fr .9fr .95fr 1fr 1fr .95fr;
    gap:34px;
    align-items:start;
}

.footer-logo-card{
    display:inline-flex;
    min-width:285px;
    margin-bottom:18px;
    padding:18px 22px 15px;
    border-radius:18px;
    background:#fff;
    box-shadow:0 18px 44px rgba(13,6,22,.18);
}

.footer-logo-card .ed-logo .brand{
    font-size:31px;
}

.footer-logo-card .ed-logo .tagline{
    font-size:15px;
}

.footer-address p,
.footer-contact-line{
    color:rgba(255,255,255,.88);
    font-size:15px;
    line-height:1.65;
    font-weight:600;
    margin-bottom:14px;
}

.footer-address strong,
.footer-contact-line strong{
    color:#fff;
    font-weight:950;
}

.footer-contact-line a{
    color:var(--ed-orange);
    font-weight:950;
    text-decoration:none;
}

.footer-social{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
    margin-top:18px;
}

.footer-social a{
    display:grid;
    place-items:center;
    width:43px;
    height:43px;
    border-radius:13px;
    background:rgba(255,255,255,.13);
    color:#fff;
    text-decoration:none;
    transition:.25s ease;
}

.footer-social a:hover{
    background:var(--ed-orange);
    color:var(--ed-purple);
    transform:translateY(-3px);
}

.footer-col h4{
    margin:0 0 18px;
    color:var(--ed-orange);
    font-size:16px;
    line-height:1.25;
    font-weight:950;
    letter-spacing:.02em;
    text-transform:uppercase;
}

.footer-col ul{
    list-style:none;
    margin:0;
    padding:0;
}

.footer-col li + li{
    margin-top:12px;
}

.footer-col a{
    color:rgba(255,255,255,.88);
    font-size:15px;
    line-height:1.35;
    font-weight:650;
    text-decoration:none;
    transition:.2s ease;
}

.footer-col a:hover{
    color:var(--ed-orange);
    padding-left:4px;
}

.footer-bottom{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    margin-top:34px;
    padding-top:18px;
    border-top:1px solid rgba(255,255,255,.13);
    color:rgba(255,255,255,.78);
    font-size:14px;
    font-weight:600;
}

.footer-bottom a{
    color:var(--ed-orange);
    font-weight:950;
    text-decoration:underline;
    text-underline-offset:3px;
}

.footer-chat-btn{
    position:fixed;
    left:30px;
    bottom:24px;
    z-index:1040;
    display:inline-flex;
    align-items:center;
    gap:10px;
    min-height:53px;
    padding:0 23px;
    border-radius:20px;
    background:#178cff;
    color:#fff;
    font-weight:900;
    text-decoration:none;
    box-shadow:0 18px 38px rgba(23,140,255,.32);
}

.footer-up-btn{
    position:absolute;
    right:28px;
    bottom:28px;
    display:grid;
    place-items:center;
    width:55px;
    height:55px;
    border-radius:18px;
    background:rgba(255,255,255,.10);
    color:#fff;
    text-decoration:none;
    transition:.25s ease;
}

.footer-up-btn:hover{
    background:var(--ed-orange);
    color:var(--ed-purple);
    transform:translateY(-3px);
}

@media (max-width:1199.98px){
    .footer-main{
        grid-template-columns:repeat(3,1fr);
    }

    .footer-brand-col{
        grid-column:1 / -1;
    }
}

@media (max-width:991.98px){
    .footer-cta{
        display:block;
    }

    .footer-cta-actions{
        margin-top:22px;
    }

    .footer-main{
        grid-template-columns:repeat(2,1fr);
    }
}

@media (max-width:575.98px){
    .ed-footer{
        padding-top:36px;
    }

    .footer-cta{
        padding:22px;
        border-radius:20px;
    }

    .footer-call-btn,
    .footer-rent-btn{
        width:100%;
    }

    .footer-main{
        grid-template-columns:1fr;
    }

    .footer-logo-card{
        min-width:100%;
        justify-content:center;
    }

    .footer-bottom{
        display:block;
        text-align:center;
        padding-inline:42px;
    }

    .footer-chat-btn{
        left:16px;
        bottom:16px;
        min-height:48px;
        padding:0 17px;
        border-radius:16px;
    }

    .footer-up-btn{
        right:16px;
        bottom:16px;
        width:48px;
        height:48px;
        border-radius:15px;
    }
}
.navbar{padding:14px 0}
.navbar-brand img{height:45px;width:auto}
.navbar-nav .nav-link{
    color:#151827;
    font-weight:800;
    font-size:15px;
    padding:10px 12px!important;
}
.navbar-nav .nav-link:hover{color:var(--ed-purple)}



.contact-widget {
    position: fixed;
    z-index: 9999;
    left: 30px;
    bottom: 24px;
    width: 280px;
    pointer-events: none
}



.chat {
    position: relative;
    z-index: 3;
    background: #1788ff;
    color: #fff;
    border: 0;
    border-radius: 25px;
    padding: 15px 24px;
    font-weight: 900;
    box-shadow: 0 7px 16px rgba(0, 0, 0, .16);
    display: inline-flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    min-width: 153px;
    justify-content: center;
    transition: all .35s ease;
    cursor: pointer;
    pointer-events: auto
}

.chat .close-icon {
    display: none
}

.chat:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(23, 136, 255, .28)
}

.contact-panel {
    position: absolute;
    left: 0;
    bottom: 72px;
    width: 310px;
    background: rgba(255, 255, 255, .96);
    border-radius: 26px;
    padding: 18px;
    box-shadow: 0 24px 55px rgba(34, 65, 115, .22);
    border: 1px solid rgba(23, 136, 255, .10);
    opacity: 0;
    visibility: hidden;
    transform: translate(-18px, 20px) scale(.92);
    transform-origin: left bottom;
    transition: opacity .28s ease, transform .42s cubic-bezier(.19, 1, .22, 1), visibility .28s;
    pointer-events: auto;
    backdrop-filter: blur(16px);
    overflow: hidden
}

.contact-panel:before {
    content: "";
    position: absolute;
    right: -55px;
    top: -55px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(23, 136, 255, .12)
}

.contact-panel:after {
    content: "";
    position: absolute;
    left: 32px;
    bottom: -7px;
    width: 16px;
    height: 16px;
    background: #fff;
    transform: rotate(45deg)
}

.panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 14px;
    color: #1a2634;
    position: relative;
    z-index: 2
}

.panel-head strong {
    display: block;
    font-size: 18px;
    font-weight: 950
}

.panel-head span {
    display: block;
    font-size: 12px;
    line-height: 1.45;
    color: #6b7686;
    margin-top: 4px;
    max-width: 210px
}

.panel-close {
    border: 0;
    background: #eef3f9;
    color: #637083;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.quick-contact-card {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #f3fff8, #f8fbff);
    border: 1px solid rgba(47, 201, 121, .14);
    border-radius: 18px;
    padding: 12px 14px;
    margin-bottom: 12px
}

.quick-contact-card b {
    display: block;
    font-size: 13px;
    font-weight: 950;
    color: #202a36
}

.quick-contact-card small {
    display: block;
    font-size: 11px;
    color: #687180;
    margin-top: 2px
}

.panel-item {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #17202c;
    padding: 12px;
    border-radius: 18px;
    opacity: 0;
    transform: translateY(15px);
    transition: all .35s ease;
    background: rgba(255, 255, 255, .62);
    margin-bottom: 8px
}

.panel-item b {
    display: block;
    font-size: 13px;
    font-weight: 900
}

.panel-item small {
    display: block;
    font-size: 12px;
    color: #3269ad;
    margin-top: 2px
}

.panel-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    flex: 0 0 34px
}

.panel-icon.whatsapp {
    background: #40c95a
}

.panel-icon.instagram {
    background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045)
}

.panel-icon.mail {
    background: #ff3f56
}

.panel-icon.messenger {
    background: #168bff
}

.panel-icon.phone {
    background: #00d887
}

.contact-widget.open .contact-panel {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0) scale(1)
}

.contact-widget.open .contact-panel:before {
    opacity: 1;
    transform: scaleX(1)
}

.contact-widget.open .panel-item {
    opacity: 1;
    transform: translateY(0)
}

.contact-widget.open .panel-item:nth-of-type(1) {
    transition-delay: .09s
}

.contact-widget.open .panel-item:nth-of-type(2) {
    transition-delay: .15s
}

.contact-widget.open .panel-item:nth-of-type(3) {
    transition-delay: .21s
}

.contact-widget.open .panel-item:nth-of-type(4) {
    transition-delay: .27s
}

.contact-widget.open .panel-item:nth-of-type(5) {
    transition-delay: .33s
}

.contact-widget.open .chat {
    background: #1788ff
}

.contact-widget.open .chat .fa-comment-dots {
    display: none
}

.contact-widget.open .chat .close-icon {
    display: block
}


.top-line {
    height: 10px;
    /* background: #4b2d3a;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20
}



.scroll-top-btn {
    position: fixed;
    right: 28px;
    bottom: 28px;
    z-index: 9998;
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, #552184, #6f2aa8);
    color: #fff;
    box-shadow: 0 18px 34px rgba(85, 33, 132, .28);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    cursor: pointer;
    transition: all .35s ease;
}

.scroll-top-btn:hover {
    transform: translateY(-5px);
    background: linear-gradient(135deg, #ff9617, #ffad2f);
    color: #552184
}




.modern-footer {
    position: relative;
    background: linear-gradient(135deg, #24102f 0%, #431953 45%, #552184 100%);
    color: #fff;
    padding: 48px 0 0;
    overflow: hidden;
}

.footer-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(20px);
    opacity: .35;
}

.footer-glow-one {
    width: 360px;
    height: 360px;
    background: #ff9617;
    right: -120px;
    top: -130px;
}

.footer-glow-two {
    width: 280px;
    height: 280px;
    background: #7c3bd1;
    left: -120px;
    bottom: 20px;
}

.footer-top-card {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 24px;
    padding: 24px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    backdrop-filter: blur(14px);
    box-shadow: 0 20px 44px rgba(0, 0, 0, .16);
    margin-bottom: 38px;
}

.footer-mini {
    color: #ffad26;
    font-weight: 900;
    font-size: 15px;
    display: block;
    margin-bottom: 9px;
}

.footer-top-card h2 {
    font-size: 26px;
    line-height: 1.25;
    font-weight: 950;
    margin: 0;
    max-width: 720px;
}

.footer-cta-group {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.footer-call-btn, .footer-rent-btn {
    height: 50px;
    border-radius: 999px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-weight: 950;
    text-decoration: none;
    transition: all .35s ease;
    white-space: nowrap;
}

.footer-call-btn {
    background: #fff;
    color: #552184;
}

.footer-rent-btn {
    background: #ff9617;
    color: #552184;
}

.footer-call-btn:hover, .footer-rent-btn:hover {
    transform: translateY(-4px);
    color: #552184;
}

.footer-main {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:360px 1fr;
    gap: 54px;
    padding-bottom: 32px;
}

.footer-brand-area {
    max-width: 520px;
}

.footer-logo{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    padding:16px 22px;
    border-radius:22px;
    box-shadow:0 18px 36px rgba(0,0,0,.14);
    text-decoration:none;
    transition:all .35s ease;
}

.footer-logo:hover{
    transform:translateY(-4px);
}

.footer-logo-img{
    height:62px;
    width:auto;
    display:block;
    object-fit:contain;
}
.footer-addresses p {
    color: rgba(255, 255, 255, .82);
    line-height: 1.55;
    margin-bottom: 12px;
    font-size: 14px;
    margin-top: 2%;
}

.footer-addresses strong {
    color: #fff;
}

.footer-addresses a {
    color: #ffad26;
    text-decoration: none;
    font-weight: 900;
}

.footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.footer-socials a {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .10);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all .35s ease;
}

.footer-socials a:hover {
    background: #ff9617;
    color: #552184;
    transform: translateY(-4px);
}

.footer-links-grid {
    display: grid;
    grid-template-columns:repeat(5, minmax(120px, 1fr));
    gap: 26px;
}

.footer-col h3 {
    color: #ffad26;
    font-size: 15px;
    font-weight: 950;
    /*text-transform: uppercase;*/
    margin-bottom: 14px;
    line-height: 1.28;
}

.footer-col a {
    display: block;
    color: rgba(255, 255, 255, .78);
    text-decoration: none;
    font-size: 13.5px;
    line-height: 1.45;
    margin-bottom: 9px;
    transition: all .25s ease;
}

.footer-col a:hover {
    color: #fff;
    transform: translateX(4px);
}

.footer-bottom {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(255, 255, 255, .13);
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
}

.footer-bottom a {
    color: #ffad26;
    font-weight: 900;
}

@media (max-width: 1399px) {
    .footer-links-grid {
        grid-template-columns:repeat(3, 1fr);
        gap: 32px;
    }
}

@media (max-width: 1199px) {
    .footer-main {
        grid-template-columns:1fr;
        gap: 50px;
    }

    .footer-links-grid {
        grid-template-columns:repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .footer-top-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-top-card h2 {
        font-size: 24px;
    }

    .footer-links-grid {
        grid-template-columns:1fr;
    }

    .footer-cta-group,
    .footer-call-btn,
    .footer-rent-btn {
        width: 100%;
    }
}

