@charset "UTF-8";
@font-face {
    font-family: 'Brandon-Text';
    src: url("../fonts/brandon_text_regular.ttf") format("truetype"), url("../fonts/brandon_text_regular.woff") format("woff"), url("../fonts/brandon_text_regular.svg") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon-Text';
    src: url("../fonts/brandon_textmedium.ttf") format("truetype"), url("../fonts/brandon_textmedium.woff") format("woff"), url("../fonts/brandon_textmedium.svg") format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon-Text';
    src: url("../fonts/brandon_textbold.ttf") format("truetype"), url("../fonts/brandon_textbold.woff") format("woff"), url("../fonts/brandon_textbold.svg") format("svg");
    font-weight: 700;
    font-style: normal;
}
.clear{ clear:both; }


:root{
    --edepola-purple:#4b226f;
    --edepola-purple-2:#6f3a94;
    --edepola-orange:#ff8a18;
    --edepola-orange-2:#ffb35c;
    --edepola-cream:#fff7ef;
    --edepola-soft:#f8f5fb;
    --edepola-text:#20202a;
    --edepola-muted:#6c6675;
    --edepola-border:rgba(75,34,111,.13);
}

body{
    font-family: "Brandon-Text", sans-serif;
    color:var(--edepola-text);
    background:#fff;
}

a{ text-decoration:none; }

.site-header{
    position:sticky;
    top:0;
    z-index:1030;
    background:rgba(255,248,242,.94);
    backdrop-filter: blur(14px);
    border-bottom:1px solid rgba(75,34,111,.08);
}

.navbar-brand img{
    height:38px;
    width:auto;
    object-fit:contain;
}

.navbar-nav .nav-link{
    font-size:14px;
    font-weight:700;
    color:#21192b;
    padding:22px 12px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus{
    color:var(--edepola-purple);
}

.btn-rent{
    background:linear-gradient(135deg,var(--edepola-orange),#ff9e37);
    color:#fff;
    border:0;
    border-radius:999px;
    font-weight:800;
    font-size:13px;
    padding:11px 18px;
    box-shadow:0 12px 28px rgba(255,138,24,.25);
}

.btn-rent:hover{
    color:#fff;
    transform:translateY(-1px);
    box-shadow:0 16px 34px rgba(255,138,24,.34);
}

.how-hero{
    position:relative;
    overflow:hidden;
    padding:72px 0 36px;
    background:
        radial-gradient(circle at 12% 18%, rgba(255,138,24,.13), transparent 28%),
        radial-gradient(circle at 88% 6%, rgba(75,34,111,.12), transparent 28%),
        linear-gradient(180deg,#fff 0%,#fff 56%,var(--edepola-soft) 100%);
}

.how-hero::before{
    content:"";
    position:absolute;
    left:-120px;
    top:70px;
    width:260px;
    height:260px;
    border-radius:50%;
    background:rgba(255,138,24,.10);
    filter:blur(2px);
}

.how-hero::after{
    content:"";
    position:absolute;
    right:-130px;
    bottom:10px;
    width:320px;
    height:320px;
    border-radius:50%;
    background:rgba(75,34,111,.10);
}

.section-kicker{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 14px;
    border-radius:999px;
    background:#fff;
    border:1px solid var(--edepola-border);
    color:var(--edepola-purple);
    font-size:13px;
    font-weight:800;
    box-shadow:0 10px 25px rgba(75,34,111,.06);
}

.how-title{
    color:var(--edepola-purple);
    font-weight:900;
    letter-spacing:-.9px;
    font-size:clamp(34px,4vw,58px);
    margin:18px 0 12px;
}

.how-subtitle{
    max-width:820px;
    margin:0 auto;
    color:var(--edepola-muted);
    font-size:17px;
    line-height:1.75;
}

.how-subtitle strong{
    color:var(--edepola-purple);
}

.steps-section{
    position:relative;
    padding:42px 0 76px;
    background:linear-gradient(180deg,var(--edepola-soft),#fff 68%);
}

.steps-title{
    color:var(--edepola-purple);
    font-weight:900;
    letter-spacing:-.3px;
    margin-bottom:30px;
}

.step-card{
    position:relative;
    height:100%;
    min-height:205px;
    padding:28px 24px 24px;
    border:1px solid var(--edepola-border);
    border-radius:26px;
    background:rgba(255,255,255,.92);
    box-shadow:0 18px 44px rgba(75,34,111,.07);
    transition:all .25s ease;
    overflow:hidden;
}

.step-card::before{
    content:"";
    position:absolute;
    inset:0 0 auto 0;
    height:5px;
    background:linear-gradient(90deg,var(--edepola-orange),var(--edepola-orange-2),var(--edepola-purple-2));
}

.step-card::after{
    content:"";
    position:absolute;
    right:-34px;
    top:-34px;
    width:105px;
    height:105px;
    border-radius:50%;
    background:rgba(255,138,24,.10);
    transition:all .25s ease;
}

.step-card:hover{
    transform:translateY(-7px);
    border-color:rgba(255,138,24,.35);
    box-shadow:0 26px 60px rgba(75,34,111,.12);
}

.step-card:hover::after{
    transform:scale(1.2);
    background:rgba(75,34,111,.10);
}

.step-top{
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin-bottom:18px;
}

.step-number{
    display:inline-grid;
    place-items:center;
    width:46px;
    height:46px;
    border-radius:16px;
    background:linear-gradient(135deg,var(--edepola-orange),#ff9e37);
    color:#fff;
    font-weight:900;
    box-shadow:0 14px 30px rgba(255,138,24,.25);
}

.step-icon{
    width:46px;
    height:46px;
    display:inline-grid;
    place-items:center;
    border-radius:16px;
    background:var(--edepola-cream);
    color:var(--edepola-purple);
    font-size:18px;
}

.step-card h3{
    position:relative;
    z-index:1;
    font-size:15px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.35px;
    margin-bottom:10px;
    color:#252231;
}

.step-card p{
    position:relative;
    z-index:1;
    color:var(--edepola-muted);
    line-height:1.7;
    font-size:14px;
    margin:0;
}

.how-cta{
    margin-top:42px;
    padding:28px;
    border-radius:30px;
    background:linear-gradient(135deg,var(--edepola-purple),#35154f);
    color:#fff;
    overflow:hidden;
    position:relative;
    box-shadow:0 26px 65px rgba(75,34,111,.22);
}

.how-cta::before{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    border-radius:50%;
    background:rgba(255,138,24,.24);
    right:-70px;
    top:-95px;
}

.how-cta::after{
    content:"";
    position:absolute;
    width:160px;
    height:160px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    left:-58px;
    bottom:-80px;
}

.how-cta-content{
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:22px;
    flex-wrap:wrap;
}

.how-cta h4{
    font-weight:900;
    margin-bottom:6px;
    letter-spacing:-.2px;
}

.how-cta p{
    margin:0;
    color:rgba(255,255,255,.78);
    line-height:1.6;
}

.cta-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.btn-orange{
    background:linear-gradient(135deg,var(--edepola-orange),#ff9d32);
    color:#fff;
    border:0;
    border-radius:999px;
    padding:13px 20px;
    font-weight:900;
    box-shadow:0 14px 32px rgba(255,138,24,.28);
}

.btn-orange:hover{ color:#fff; transform:translateY(-1px); }

.btn-light-outline{
    border:1px solid rgba(255,255,255,.32);
    background:rgba(255,255,255,.10);
    color:#fff;
    border-radius:999px;
    padding:13px 20px;
    font-weight:900;
}

.btn-light-outline:hover{
    color:#fff;
    background:rgba(255,255,255,.16);
}

.bottom-call-bar{
    border-top:1px solid rgba(75,34,111,.08);
    background:#fff;
    padding:22px 0;
}

.call-box{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    color:#20202a;
    font-weight:900;
    font-size:22px;
}

.call-box i{
    color:var(--edepola-purple);
    width:42px;
    height:42px;
    border-radius:50%;
    display:inline-grid;
    place-items:center;
    background:var(--edepola-soft);
}

.call-box span{
    color:var(--edepola-purple);
}

.call-box strong{
    letter-spacing:.8px;
}

.btn-call-glass{
    border:1px solid rgba(255,255,255,.30);
    background:rgba(255,255,255,.12);
    color:#fff;
    border-radius:999px;
    padding:13px 20px;
    font-weight:900;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.14);
}

.btn-call-glass:hover{
    color:#fff;
    background:rgba(255,255,255,.18);
    transform:translateY(-1px);
}

.modern-call-section{
    padding:34px 0;
    background:
        linear-gradient(180deg,#fff 0%,#fbf7ff 100%);
    border-top:1px solid rgba(75,34,111,.08);
}

.modern-call-card{
    position:relative;
    overflow:hidden;
    border-radius:30px;
    padding:26px;
    background:#fff;
    border:1px solid rgba(75,34,111,.10);
    box-shadow:0 24px 65px rgba(75,34,111,.10);
}

.modern-call-card::before{
    content:"";
    position:absolute;
    width:190px;
    height:190px;
    border-radius:50%;
    right:-80px;
    top:-95px;
    background:rgba(255,138,24,.16);
}

.modern-call-card::after{
    content:"";
    position:absolute;
    width:160px;
    height:160px;
    border-radius:50%;
    left:-70px;
    bottom:-92px;
    background:rgba(75,34,111,.10);
}

.modern-call-inner{
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:22px;
    flex-wrap:wrap;
}

.modern-call-left{
    display:flex;
    align-items:center;
    gap:17px;
}

.modern-call-icon{
    flex:0 0 auto;
    width:62px;
    height:62px;
    border-radius:22px;
    display:grid;
    place-items:center;
    color:#fff;
    font-size:24px;
    background:linear-gradient(135deg,var(--edepola-purple),var(--edepola-purple-2));
    box-shadow:0 18px 36px rgba(75,34,111,.22);
}

.modern-call-label{
    display:block;
    color:var(--edepola-muted);
    font-size:13px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.7px;
    margin-bottom:4px;
}

.modern-call-number{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:var(--edepola-purple);
    font-size:clamp(24px,3vw,34px);
    font-weight:950;
    letter-spacing:.6px;
    line-height:1;
}

.modern-call-text{
    color:var(--edepola-muted);
    margin:8px 0 0;
    font-size:14px;
}

.modern-call-actions{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}

.btn-modern-call{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    min-height:52px;
    padding:14px 22px;
    border-radius:999px;
    background:linear-gradient(135deg,var(--edepola-purple),#35154f);
    color:#fff;
    font-weight:900;
    border:0;
    box-shadow:0 18px 38px rgba(75,34,111,.20);
}

.btn-modern-call:hover{
    color:#fff;
    transform:translateY(-2px);
    box-shadow:0 22px 44px rgba(75,34,111,.28);
}

.btn-modern-rent{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    min-height:52px;
    padding:14px 22px;
    border-radius:999px;
    background:linear-gradient(135deg,var(--edepola-orange),#ff9e37);
    color:#fff;
    font-weight:900;
    border:0;
    box-shadow:0 18px 38px rgba(255,138,24,.24);
}

.btn-modern-rent:hover{
    color:#fff;
    transform:translateY(-2px);
    box-shadow:0 22px 44px rgba(255,138,24,.32);
}

@media (max-width:767.98px){
    .modern-call-card{ padding:22px; border-radius:24px; }
    .modern-call-left{ align-items:flex-start; }
    .modern-call-icon{ width:54px; height:54px; border-radius:18px; font-size:21px; }
    .modern-call-actions{ width:100%; }
    .modern-call-actions .btn{ width:100%; }
}

.storage-products-section{
    padding:72px 0 18px;
    background:transparent;
}

.storage-products-wrap{
    position:relative;
    overflow:hidden;
    padding:34px;
    border-radius:34px;
    background:
        radial-gradient(circle at 8% 8%, rgba(255,138,24,.14), transparent 28%),
        radial-gradient(circle at 90% 0%, rgba(75,34,111,.13), transparent 30%),
        linear-gradient(180deg,#fff 0%,#fbf7ff 100%);
    border:1px solid rgba(75,34,111,.10);
    box-shadow:0 26px 70px rgba(75,34,111,.09);
}

.storage-products-head{
    max-width:760px;
    margin:0 auto 32px;
    text-align:center;
}

.storage-products-head .section-kicker{
    margin-bottom:14px;
}

.storage-products-head h2{
    color:var(--edepola-purple);
    font-weight:950;
    letter-spacing:-.7px;
    margin-bottom:10px;
}

.storage-products-head p{
    color:var(--edepola-muted);
    line-height:1.7;
    margin:0;
}

.storage-card{
    position:relative;
    height:100%;
    display:flex;
    flex-direction:column;
    background:rgba(255,255,255,.94);
    border:1px solid rgba(75,34,111,.13);
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 20px 48px rgba(75,34,111,.08);
    transition:all .25s ease;
}

.storage-card::before{
    content:"";
    position:absolute;
    inset:0 0 auto 0;
    height:7px;
    background:linear-gradient(90deg,var(--edepola-orange),#ffb35c,var(--edepola-purple));
}

.storage-card::after{
    content:"";
    position:absolute;
    right:-58px;
    top:-58px;
    width:150px;
    height:150px;
    border-radius:50%;
    background:rgba(255,138,24,.12);
    transition:.25s ease;
}

.storage-card:hover{
    transform:translateY(-8px);
    border-color:rgba(255,138,24,.36);
    box-shadow:0 32px 76px rgba(75,34,111,.15);
}

.storage-card:hover::after{
    transform:scale(1.16);
    background:rgba(75,34,111,.10);
}

.storage-card-body{
    position:relative;
    z-index:1;
    flex:1;
    padding:34px 28px 24px;
    text-align:center;
}

.storage-card-title{
    color:var(--edepola-purple);
    font-size:clamp(23px,2.2vw,31px);
    line-height:1;
    font-weight:950;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.storage-card-image{
    height:132px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
    padding:12px;
    border-radius:24px;
    background:linear-gradient(180deg,#fff,#fff7ef);
    border:1px solid rgba(255,138,24,.12);
}

.storage-card-image img{
    max-width:100%;
    max-height:112px;
    object-fit:contain;
    filter:drop-shadow(0 15px 18px rgba(32,32,42,.12));
    transition:transform .25s ease;
}

.storage-card:hover .storage-card-image img{
    transform:scale(1.05);
}

.storage-price{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    padding:8px 16px;
    border-radius:999px;
    background:rgba(255,138,24,.10);
    color:var(--edepola-orange);
    font-size:clamp(23px,2.3vw,29px);
    font-weight:950;
    letter-spacing:1.4px;
    margin-bottom:12px;
}

.storage-subtitle{
    color:#282534;
    font-size:16px;
    font-weight:800;
    margin-bottom:22px;
}

.storage-specs{
    list-style:none;
    padding:16px;
    margin:0;
    text-align:left;
    display:grid;
    gap:10px;
    border-radius:22px;
    background:#faf8fd;
    border:1px solid rgba(75,34,111,.09);
}

.storage-specs li{
    display:flex;
    align-items:center;
    gap:10px;
    color:#272631;
    font-size:15.5px;
    line-height:1.35;
}

.storage-specs i{
    width:28px;
    height:28px;
    flex:0 0 auto;
    border-radius:50%;
    display:grid;
    place-items:center;
    color:var(--edepola-purple);
    background:#fff;
    font-size:14px;
    box-shadow:0 8px 18px rgba(75,34,111,.06);
}

.storage-actions{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    padding:0 22px 24px;
    margin-top:auto;
}

.storage-action{
    min-height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    font-weight:900;
    font-size:15px;
    border-radius:999px;
    transition:all .22s ease;
}

.storage-action-detail{
    background:rgba(255,138,24,.13);
    color:var(--edepola-purple);
    border:1px solid rgba(255,138,24,.20);
}

.storage-action-rent{
    background:linear-gradient(135deg,var(--edepola-purple),#35154f);
    color:#fff;
    box-shadow:0 16px 34px rgba(75,34,111,.17);
}

.storage-action:hover{
    transform:translateY(-2px);
    color:#fff;
}

.storage-action-detail:hover{
    background:var(--edepola-orange);
    border-color:var(--edepola-orange);
}

.storage-action-rent:hover{
    background:linear-gradient(135deg,#35154f,var(--edepola-purple));
    box-shadow:0 20px 40px rgba(75,34,111,.25);
}

@media (max-width:767.98px){
    .storage-products-wrap{ padding:24px 16px; border-radius:26px; }
    .storage-card-body{ padding:30px 22px 22px; }
    .storage-card-title{ font-size:24px; }
    .storage-price{ font-size:23px; letter-spacing:1px; }
    .storage-actions{ grid-template-columns:1fr; padding:0 20px 22px; }
}

@media (max-width:991.98px){
    .navbar-nav .nav-link{ padding:10px 0; }
    .how-hero{ padding:54px 0 28px; }
    .how-cta-content{ align-items:flex-start; }
    .cta-actions{ width:100%; }
    .cta-actions .btn{ width:100%; justify-content:center; }
}

@media (max-width:575.98px){
    .step-card{ min-height:auto; padding:25px 21px 22px; border-radius:22px; }
    .how-cta{ padding:24px 20px; border-radius:24px; }
    .call-box{ font-size:18px; flex-wrap:wrap; }
}

.edepola-footer{
    position:relative;
    overflow:hidden;
    padding:58px 0 26px;
    color:#fff;
    background:
        radial-gradient(circle at 100% 0%, rgba(255,138,24,.30), transparent 24%),
        radial-gradient(circle at 0% 100%, rgba(111,58,148,.26), transparent 26%),
        linear-gradient(135deg,#241033 0%,#37174f 46%,#542184 100%);
}

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

.footer-cta-box{
    position:relative;
    z-index:1;
    padding:30px 32px;
    border-radius:26px;
    background:rgba(255,255,255,.11);
    border:1px solid rgba(255,255,255,.15);
    box-shadow:0 28px 70px rgba(0,0,0,.18);
    backdrop-filter:blur(14px);
    margin-bottom:42px;
}

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

.footer-cta-title{
    max-width:760px;
    color:#fff;
    font-size:clamp(23px,2.4vw,31px);
    line-height:1.28;
    font-weight:950;
    letter-spacing:-.4px;
    margin:0;
}

.footer-cta-actions{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:14px;
    flex-wrap:wrap;
}

.footer-phone-btn,
.footer-rent-btn{
    min-height:52px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    border-radius:999px;
    padding:13px 24px;
    font-weight:950;
    border:0;
}

.footer-phone-btn{
    background:#fff;
    color:var(--edepola-purple);
    box-shadow:0 18px 38px rgba(255,255,255,.10);
}

.footer-phone-btn:hover{
    color:var(--edepola-purple);
    background:#fff8ef;
    transform:translateY(-2px);
}

.footer-rent-btn{
    background:linear-gradient(135deg,var(--edepola-orange),#ff9e37);
    color:#37174f;
    box-shadow:0 18px 38px rgba(255,138,24,.24);
}

.footer-rent-btn:hover{
    color:#37174f;
    transform:translateY(-2px);
    box-shadow:0 24px 48px rgba(255,138,24,.34);
}

.footer-main-row{
    position:relative;
    z-index:1;
    padding-bottom:28px;
}

.footer-logo-card{
    display:inline-flex;
    flex-direction:column;
    justify-content:center;
    min-width:315px;
    min-height:92px;
    background:#fff;
    border-radius:20px;
    padding:18px 24px 14px;
    margin-bottom:22px;
    box-shadow:0 18px 45px rgba(0,0,0,.13);
}

.footer-logo-main{
    display:block;
    color:#5b3b78;
    font-size:43px;
    line-height:.9;
    letter-spacing:1px;
    font-weight:400;
}

.footer-logo-main .orange{ color:var(--edepola-orange); }

.footer-logo-sub{
    display:block;
    color:var(--edepola-orange);
    font-size:20px;
    line-height:1;
    text-align:right;
    letter-spacing:.5px;
    margin-top:4px;
}

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

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

.footer-contact a{
    color:#ffb11b;
    font-weight:950;
}

.footer-social{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:24px;
}

.footer-social a{
    width:44px;
    height:44px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:15px;
    color:#fff;
    background:rgba(255,255,255,.11);
    border:1px solid rgba(255,255,255,.07);
    transition:.22s ease;
}

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

.footer-title{
    color:#ffb11b;
    font-size:16px;
    line-height:1.25;
    font-weight:950;
    text-transform:uppercase;
    margin-bottom:19px;
}

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
    display:grid;
    gap:10px;
}

.footer-links a{
    color:rgba(255,255,255,.86);
    font-size:15px;
    line-height:1.45;
    transition:.22s ease;
}

.footer-links a:hover{
    color:#ffb11b;
    padding-left:5px;
}

.footer-bottom{
    position:relative;
    z-index:1;
    border-top:1px solid rgba(255,255,255,.14);
    padding-top:18px;
    text-align:center;
    color:rgba(255,255,255,.78);
    font-size:14px;
}

.footer-bottom a{
    color:#ffb11b;
    font-weight:950;
    margin-left:6px;
    text-decoration:underline;
    text-underline-offset:3px;
}

.footer-floating-contact{
    position:fixed;
    left:30px;
    bottom:24px;
    z-index:1040;
    min-height:54px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:14px 24px;
    border-radius:999px;
    background:linear-gradient(135deg,#2196ff,#0877f2);
    color:#fff;
    font-weight:950;
    box-shadow:0 18px 38px rgba(0,119,242,.30);
}

.footer-floating-contact:hover{
    color:#fff;
    transform:translateY(-2px);
}

.footer-scroll-top{
    position:fixed;
    right:24px;
    bottom:28px;
    z-index:1040;
    width:54px;
    height:54px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:18px;
    background:rgba(111,58,148,.92);
    color:#fff;
    box-shadow:0 18px 38px rgba(0,0,0,.20);
}

.footer-scroll-top:hover{
    color:#fff;
    background:var(--edepola-orange);
    transform:translateY(-2px);
}

@media (max-width:1199.98px){
    .footer-cta-actions{ justify-content:flex-start; }
    .footer-logo-card{ min-width:280px; }
}

@media (max-width:767.98px){
    .edepola-footer{ padding:38px 0 22px; }
    .footer-cta-box{ padding:24px 20px; border-radius:22px; }
    .footer-cta-actions{ align-items:stretch; }
    .footer-cta-actions .btn{ width:100%; }
    .footer-logo-card{ min-width:100%; }
    .footer-floating-contact{ left:14px; bottom:14px; padding:12px 18px; }
    .footer-scroll-top{ right:14px; bottom:14px; width:48px; height:48px; border-radius:16px; }
}




.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%;
    }
}

.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
}



.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
}

.item-arrow {
    margin-left: auto;
    color: #a4adba;
    font-size: 12px;
    transition: all .3s ease
}

.panel-item:hover {
    transform: translateX(5px) !important;
    background: #fff;
    box-shadow: 0 12px 24px rgba(20, 28, 40, .08)
}

.panel-item:hover .item-arrow {
    color: #1788ff;
    transform: translateX(3px)
}
