@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{
    --purple:#4b1267;
    --purple-dark:#260a35;
    --purple-soft:#f7effa;
    --orange:#f58220;
    --orange-soft:#fff3e8;
    --green:#30b15d;
    --ink:#241629;
    --muted:#75687b;
    --line:#eaddec;
    --radius:30px;
    --shadow:0 24px 80px rgba(38,10,53,.14);
    --shadow-soft:0 14px 40px rgba(38,10,53,.08);

    --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(--ink);
    background:#fff;
    overflow-x:hidden;
}

a{text-decoration:none}

.top-contact{
    background:var(--purple-dark);
    color:rgba(255,255,255,.74);
    font-size:.86rem;
    font-weight:700;
    padding:.55rem 0;
}
.top-contact a{color:#fff}

.main-header{
    position:sticky;
    top:0;
    z-index:1020;
    background:rgba(255,255,255,.9);
    backdrop-filter:blur(18px);
    border-bottom:1px solid rgba(234,221,236,.85);
}

.logo{
    display:flex;
    align-items:center;
    gap:10px;
    color:var(--purple);
    font-weight:950;
    font-size:1.45rem;
    letter-spacing:-.04em;
    line-height:1;
}
.logo-icon{
    width:40px;
    height:40px;
    border-radius:15px;
    display:grid;
    place-items:center;
    background:linear-gradient(135deg,var(--purple),#7a2a98);
    color:#fff;
    box-shadow:0 12px 30px rgba(75,18,103,.24);
}
.logo small{
    display:block;
    margin-top:3px;
    color:var(--orange);
    letter-spacing:.08em;
    font-size:.66rem;
    font-weight:900;
}
.nav-link{
    color:#4e4056;
    font-weight:800;
    font-size:.93rem;
}
.nav-link:hover{color:var(--purple)}

.btn-main{
    border:0;
    border-radius:999px;
    padding:.86rem 1.2rem;
    font-weight:950;
    color:#fff;
    background:linear-gradient(135deg,var(--orange),#ffae4d);
    box-shadow:0 16px 34px rgba(245,130,32,.28);
}
.btn-main:hover{color:#fff;transform:translateY(-1px)}
.btn-line{
    border:1px solid rgba(75,18,103,.18);
    border-radius:999px;
    padding:.82rem 1.1rem;
    font-weight:950;
    color:var(--purple);
    background:#fff;
    box-shadow:0 10px 28px rgba(75,18,103,.07);
}
.btn-line:hover{background:var(--purple);color:#fff}
.btn-wa{
    border:0;
    border-radius:999px;
    padding:.82rem 1.1rem;
    font-weight:950;
    color:#fff;
    background:#22c55e;
    box-shadow:0 15px 32px rgba(34,197,94,.22);
}
.btn-wa:hover{color:#fff}

.hero-v2{
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 88% 12%,rgba(245,130,32,.22),transparent 28%),
        radial-gradient(circle at 12% 26%,rgba(112,39,143,.24),transparent 32%),
        linear-gradient(135deg,#2a0b3b 0%,#4b1267 45%,#16071f 100%);
    color:#fff;
    padding:64px 0 44px;
    isolation:isolate;
}
.hero-v2:before{
    content:"";
    position:absolute;
    inset:0;
    background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);
    background-size:54px 54px;
    z-index:-2;
}
.hero-v2:after{
    content:"";
    position:absolute;
    width:720px;
    height:720px;
    border-radius:50%;
    right:-350px;
    bottom:-420px;
    background:rgba(255,255,255,.07);
    z-index:-1;
}

.crumbs{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    align-items:center;
    color:rgba(255,255,255,.68);
    font-weight:800;
    font-size:.88rem;
    margin-bottom:26px;
}
.crumbs a{color:rgba(255,255,255,.78)}

.hero-grid{
    display:grid;
    grid-template-columns:minmax(0,1.08fr) minmax(340px,.62fr);
    gap:32px;
    align-items:stretch;
}

.hero-copy{
    min-height:560px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    border-radius:38px;
    border:1px solid rgba(255,255,255,.13);
    background:rgba(255,255,255,.075);
    backdrop-filter:blur(12px);
    padding:38px;
    box-shadow:0 30px 100px rgba(0,0,0,.16);
}
.badge-soft{
    display:inline-flex;
    align-items:center;
    gap:8px;
    border-radius:999px;
    padding:.55rem .8rem;
    background:rgba(255,255,255,.12);
    color:#fff;
    border:1px solid rgba(255,255,255,.14);
    font-weight:900;
    font-size:.84rem;
}
.hero-copy h1{
    font-weight:950;
    letter-spacing:-.065em;
    line-height:.96;
    font-size:clamp(2.8rem,6vw,6.35rem);
    margin:20px 0 18px;
}
.hero-copy h1 span{color:var(--orange)}
.hero-copy p{
    max-width:790px;
    color:rgba(255,255,255,.78);
    font-size:1.08rem;
    line-height:1.82;
    margin-bottom:0;
}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}

.hero-metrics{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
    margin-top:30px;
}
.hero-metric{
    border-radius:24px;
    background:#fff;
    color:var(--ink);
    padding:18px;
}
.hero-metric strong{
    display:block;
    color:var(--purple);
    font-size:1.65rem;
    line-height:1;
    font-weight:950;
    letter-spacing:-.04em;
}
.hero-metric span{
    color:var(--muted);
    font-size:.82rem;
    font-weight:800;
}

.request-panel{
    border-radius:38px;
    background:#fff;
    color:var(--ink);
    padding:28px;
    box-shadow:var(--shadow);
    position:relative;
    overflow:hidden;
}
.request-panel:before{
    content:"";
    position:absolute;
    inset:0 0 auto 0;
    height:8px;
    background:linear-gradient(90deg,var(--orange),#ffbe6a,var(--purple));
}
.request-panel h2{
    color:var(--purple);
    font-size:1.55rem;
    font-weight:950;
    letter-spacing:-.035em;
    margin-bottom:8px;
}
.request-panel p{color:var(--muted);line-height:1.65}
.form-label{
    color:#4f4057;
    font-weight:900;
    font-size:.83rem;
    margin-bottom:.34rem;
}
.form-control,.form-select{
    border:1px solid #e7ddea;
    border-radius:17px;
    padding:.82rem .92rem;
    font-weight:700;
    color:#34233b;
}
.form-control:focus,.form-select:focus{
    border-color:rgba(75,18,103,.45);
    box-shadow:0 0 0 .25rem rgba(75,18,103,.08);
}

.quick-help{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-top:16px;
}
.quick-help a{
    border-radius:20px;
    padding:14px;
    color:var(--ink);
    background:var(--purple-soft);
    font-weight:900;
    display:flex;
    align-items:center;
    gap:9px;
}
.quick-help a i{color:var(--orange);font-size:1.15rem}

.section-space{padding:86px 0}
.section-soft{background:#fbf8fc}
.section-heading{
    color:var(--purple);
    font-weight:950;
    letter-spacing:-.052em;
    line-height:1.05;
    font-size:clamp(2rem,3.5vw,3.6rem);
    margin:14px 0;
}
.section-heading span{color:var(--orange)}
.section-text{
    color:var(--muted);
    font-size:1.04rem;
    line-height:1.82;
}

.mini-title{
    display:inline-flex;
    align-items:center;
    gap:8px;
    border-radius:999px;
    background:var(--purple-soft);
    color:var(--purple);
    padding:.55rem .78rem;
    font-weight:950;
    font-size:.84rem;
}

.service-strip{
    margin-top:-34px;
    position:relative;
    z-index:4;
}
.service-strip-card{
    border-radius:30px;
    background:#fff;
    box-shadow:var(--shadow);
    border:1px solid rgba(234,221,236,.85);
    padding:14px;
}
.service-tabs{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:10px;
}
.service-tab{
    border:0;
    border-radius:22px;
    padding:18px 14px;
    background:#fff;
    color:#4b4052;
    text-align:left;
    transition:.22s ease;
}
.service-tab:hover,.service-tab.active{
    background:linear-gradient(135deg,var(--purple),#752792);
    color:#fff;
    transform:translateY(-2px);
    box-shadow:0 14px 34px rgba(75,18,103,.2);
}
.service-tab i{font-size:1.4rem;display:block;margin-bottom:8px;color:var(--orange)}
.service-tab.active i,.service-tab:hover i{color:#fff}
.service-tab strong{display:block;font-weight:950;font-size:.98rem}
.service-tab span{font-size:.78rem;font-weight:750;opacity:.72}

.route-card{
    height:100%;
    border-radius:34px;
    padding:34px;
    background:#fff;
    border:1px solid rgba(234,221,236,.9);
    box-shadow:var(--shadow-soft);
}
.route-list{position:relative;display:grid;gap:18px;margin-top:28px}
.route-item{
    display:grid;
    grid-template-columns:54px 1fr;
    gap:14px;
    align-items:start;
}
.route-num{
    width:54px;height:54px;border-radius:19px;
    display:grid;place-items:center;
    background:var(--orange-soft);
    color:var(--orange);
    font-weight:950;
    font-size:1.05rem;
}
.route-item h3{font-size:1.08rem;color:var(--purple);font-weight:950;margin-bottom:4px}
.route-item p{color:var(--muted);line-height:1.65;margin:0}

.visual-card{
    min-height:100%;
    border-radius:34px;
    padding:32px;
    background:
        linear-gradient(135deg,rgba(75,18,103,.07),rgba(245,130,32,.1)),
        repeating-linear-gradient(135deg,rgba(75,18,103,.04) 0,rgba(75,18,103,.04) 2px,transparent 2px,transparent 18px);
    border:1px solid rgba(234,221,236,.9);
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}
.warehouse-visual{
    position:relative;
    min-height:330px;
    display:grid;
    place-items:center;
}
.cube{
    width:215px;height:215px;border-radius:42px;
    background:linear-gradient(135deg,var(--purple),#7d2ba0);
    box-shadow:0 28px 70px rgba(75,18,103,.22);
    transform:rotate(-8deg);
    display:grid;
    place-items:center;
    color:#fff;
    font-size:5rem;
}
.floating-chip{
    position:absolute;
    border-radius:999px;
    background:#fff;
    padding:.75rem 1rem;
    font-weight:950;
    color:var(--purple);
    box-shadow:var(--shadow-soft);
    border:1px solid rgba(234,221,236,.9);
    display:flex;
    align-items:center;
    gap:8px;
}
.floating-chip i{color:var(--orange)}
.chip-1{left:4%;top:12%}
.chip-2{right:3%;top:34%}
.chip-3{left:15%;bottom:8%}

.size-card{
    height:100%;
    border-radius:32px;
    background:#fff;
    border:1px solid rgba(234,221,236,.95);
    box-shadow:var(--shadow-soft);
    overflow:hidden;
    transition:.22s ease;
}
.size-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.size-top{padding:24px;background:linear-gradient(180deg,#fff,var(--purple-soft));position:relative}
.size-label{
    display:inline-flex;
    align-items:center;
    gap:7px;
    border-radius:999px;
    padding:.42rem .65rem;
    background:#fff;
    color:var(--orange);
    font-weight:950;
    font-size:.78rem;
    margin-bottom:13px;
}
.size-card h3{font-weight:950;color:var(--purple);letter-spacing:-.035em;margin:0}
.size-icon{font-size:3.4rem;color:var(--orange);margin-top:18px}
.size-body{padding:24px}
.size-body ul{list-style:none;padding:0;margin:0 0 22px;display:grid;gap:11px}
.size-body li{display:flex;gap:9px;color:#5e5365;font-weight:700;line-height:1.5}
.size-body li i{color:var(--green);margin-top:3px}

.district-cloud{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}
.district-cloud a{
    display:inline-flex;
    align-items:center;
    gap:8px;
    border-radius:999px;
    padding:.78rem 1rem;
    background:#fff;
    border:1px solid rgba(234,221,236,.95);
    color:#4d4054;
    font-weight:850;
    box-shadow:0 10px 26px rgba(75,18,103,.05);
}
.district-cloud a:hover{background:var(--purple);color:#fff}

.map-layout{
    display:grid;
    grid-template-columns:.78fr 1.22fr;
    gap:22px;
    align-items:stretch;
}
.map-info,.map-box{
    border-radius:34px;
    background:#fff;
    border:1px solid rgba(234,221,236,.95);
    box-shadow:var(--shadow-soft);
    overflow:hidden;
}
.map-info{padding:30px}
.map-box{
    min-height:430px;
    background:
        radial-gradient(circle at 52% 48%,rgba(245,130,32,.16),transparent 26%),
        linear-gradient(135deg,#f8f1fb,#fff8f1);
    position:relative;
}
.map-grid{
    position:absolute;
    inset:0;
    background-image:linear-gradient(rgba(75,18,103,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(75,18,103,.06) 1px,transparent 1px);
    background-size:46px 46px;
}
.pin-center{
    position:absolute;
    inset:0;
    display:grid;
    place-items:center;
    text-align:center;
    padding:32px;
}
.pin-large{
    width:112px;height:112px;border-radius:38px;
    display:grid;place-items:center;
    background:#fff;
    color:var(--orange);
    font-size:4rem;
    box-shadow:0 24px 70px rgba(75,18,103,.2);
    margin:0 auto 18px;
}

.comment-card{
    height:100%;
    border-radius:30px;
    background:#fff;
    border:1px solid rgba(234,221,236,.95);
    box-shadow:var(--shadow-soft);
    padding:26px;
}
.stars{color:#f5a400;letter-spacing:2px;margin-bottom:12px}
.comment-card p{color:var(--muted);line-height:1.75;margin:0}
.user-row{display:flex;align-items:center;gap:12px;margin-top:18px}
.avatar{
    width:48px;height:48px;border-radius:18px;
    background:linear-gradient(135deg,var(--purple),var(--orange));
    color:#fff;
    display:grid;place-items:center;
    font-weight:950;
}

.accordion-item{
    border:1px solid rgba(234,221,236,.95)!important;
    border-radius:22px!important;
    margin-bottom:14px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(75,18,103,.05);
}
.accordion-button{font-weight:950;color:var(--purple);padding:1.15rem 1.25rem}
.accordion-button:not(.collapsed){background:var(--purple-soft);color:var(--purple);box-shadow:none}
.accordion-button:focus{box-shadow:none}
.accordion-body{color:var(--muted);line-height:1.75}

.final-cta{
    border-radius:38px;
    background:linear-gradient(135deg,var(--orange),#ffae4d);
    color:#fff;
    padding:44px;
    box-shadow:0 26px 80px rgba(245,130,32,.25);
    position:relative;
    overflow:hidden;
}
.final-cta:before{
    content:"";
    position:absolute;
    right:-110px;
    top:-130px;
    width:320px;
    height:320px;
    border-radius:50%;
    background:rgba(255,255,255,.18);
}
.final-cta h2{font-weight:950;letter-spacing:-.052em;font-size:clamp(2rem,3.2vw,3.35rem);position:relative}
.final-cta p{color:rgba(255,255,255,.85);line-height:1.75;position:relative}

.footer{
    background:#16071f;
    color:#fff;
    padding:70px 0 24px;
}
.footer p,.footer a{color:rgba(255,255,255,.66)}
.footer a:hover{color:#fff}
.footer h4{font-size:1rem;font-weight:950;margin-bottom:16px}
.footer-links{display:grid;gap:9px}
.footer-bottom{margin-top:34px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.5);font-size:.9rem}

.fixed-contact{
    position:fixed;
    right:20px;
    bottom:20px;
    z-index:1050;
    display:grid;
    gap:10px;
}
.fixed-contact a{
    width:54px;height:54px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:1.4rem;box-shadow:0 16px 42px rgba(0,0,0,.18)
}
.fixed-contact .phone{background:var(--purple)}
.fixed-contact .wa{background:#22c55e}

@media(max-width:991.98px){
    .hero-grid,.map-layout{grid-template-columns:1fr}
    .hero-copy{min-height:auto}
    .service-tabs{grid-template-columns:repeat(2,1fr)}
    .hero-metrics{grid-template-columns:1fr}
    .quick-help{grid-template-columns:1fr}
}
@media(max-width:575.98px){
    .hero-v2{padding:38px 0 36px}
    .hero-copy,.request-panel,.route-card,.visual-card,.final-cta{border-radius:28px;padding:24px}
    .service-tabs{grid-template-columns:1fr}
    .section-space{padding:62px 0}
    .fixed-contact{right:14px;bottom:14px}
    .fixed-contact a{width:48px;height:48px}
}



.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 244, 239, .92);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(91, 35, 130, .07)
}

.navbar {
    min-height: 78px
}

.brand-logo {
    height: 48px;
    object-fit: contain
}

.nav-link {
    font-weight: 800;
    color: #171121 !important;
    font-size: 15px
}

.nav-link:hover {
    color: var(--ed-purple) !important
}

.btn-ed {
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--ed-orange), #ffb000);
    color: #35124f;
    font-weight: 900;
    padding: 12px 22px;
    box-shadow: 0 12px 26px rgba(255, 138, 0, .28);
    transition: .25s
}

.btn-ed:hover {
    transform: translateY(-2px);
    color: #35124f;
    box-shadow: 0 18px 34px rgba(255, 138, 0, .35)
}

.btn-purple {
    border-radius: 999px;
    background: var(--ed-purple);
    color: #fff;
    font-weight: 900;
    padding: 13px 24px;
    box-shadow: 0 18px 35px rgba(91, 35, 130, .25)
}

.btn-purple:hover {
    background: var(--ed-purple-dark);
    color: #fff;
    transform: translateY(-2px)
}

.btn-green {
    border-radius: 999px;
    background: var(--ed-green);
    color: #17220f;
    font-weight: 900;
    padding: 12px 22px;
    box-shadow: 0 14px 28px rgba(81, 190, 91, .28)
}

.hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(255, 244, 239, .96), rgba(255, 255, 255, .82)), url('https://www.edepola.com/bub/20250109143614im_/https%EF%B9%95www.edepola.com/images/ofis-esyasi-depolama.webp') center/cover no-repeat
}

.hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 12% 22%, rgba(255, 138, 0, .18), transparent 32%), radial-gradient(circle at 86% 18%, rgba(91, 35, 130, .14), transparent 34%)
}

.hero .container {
    position: relative;
    z-index: 2
}

.eyebrow {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    border: 1px solid rgba(91, 35, 130, .13);
    background: #fff;
    border-radius: 999px;
    padding: 10px 16px;
    font-weight: 900;
    box-shadow: 0 12px 35px rgba(53, 18, 79, .10)
}

.google-badge img {
    width: 24px;
    height: 24px
}

.stars {
    color: #ffc400;
    letter-spacing: 1px
}

.hero h1 {
    font-size: clamp(42px, 5.2vw, 78px);
    line-height: .98;
    font-weight: 950;
    letter-spacing: -2.5px;
    color: var(--ed-purple);
    margin: 24px 0
}

.hero p {
    font-size: 18px;
    line-height: 1.9;
    color: #282333;
    max-width: 760px
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px
}

.hero-card {
    background: rgba(255, 255, 255, .82);
    backdrop-filter: blur(22px);
    border: 1px solid rgba(91, 35, 130, .13);
    border-radius: 34px;
    padding: 34px;
    box-shadow: var(--ed-shadow)
}

.hero-card h2 {
    font-weight: 950;
    color: var(--ed-purple);
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.12
}

.hero-card h2 span {
    color: var(--ed-orange)
}

.step {
    display: grid;
    grid-template-columns:62px 1fr;
    gap: 20px;
    margin-top: 28px
}

.step-no {
    font-size: 54px;
    line-height: 1;
    font-weight: 950;
    color: var(--ed-orange)
}

.step h3 {
    font-size: 19px;
    color: var(--ed-purple);
    font-weight: 950
}

.step p {
    font-size: 16px;
    line-height: 1.75;
    color: #302b38;
    margin: 0
}

section {
    padding: 90px 0
}

.section-kicker {
    color: var(--ed-orange);
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 13px
}

.section-title {
    font-size: clamp(32px, 4vw, 40px);
    font-family: "Brandon-Text", sans-serif;
    font-weight: 950;
    letter-spacing: -1.6px;
    color: var(--ed-purple);
    line-height: 1.05;
    margin-top: 2%;
}

.section-desc {
    color: var(--ed-muted);
    font-size: 18px;
    line-height: 1.8;
    font-family: "Brandon-Text", sans-serif;
}

.soft-bg {
    background: linear-gradient(180deg, #fff, #fff8f4)
}

.feature-card {
    height: 100%;
    border: 1px solid var(--ed-border);
    border-radius: var(--ed-radius);
    padding: 30px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(53, 18, 79, .08);
    transition: .25s
}

.feature-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--ed-shadow)
}

.icon-box {
    width: 62px;
    height: 62px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #fff0df, #fff);
    color: var(--ed-orange);
    font-size: 28px;
    margin-bottom: 22px
}

.feature-card h3 {
    font-size: 22px;
    font-weight: 950;
    color: var(--ed-purple)
}

.feature-card p {
    color: var(--ed-muted);
    line-height: 1.75;
    margin: 0
}

.image-card-modern {
    position: relative;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: var(--ed-shadow);
    border: 1px solid var(--ed-border);
    background: #fff;
    padding: 12px
}

.image-card-modern img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 26px
}

.image-floating-badge {
    position: absolute;
    left: 32px;
    bottom: 32px;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(16px);
    border-radius: 999px;
    padding: 13px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--ed-purple);
    font-weight: 950;
    box-shadow: 0 18px 40px rgba(53, 18, 79, .18)
}

.image-floating-badge i {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--ed-orange);
    color: #fff
}

.stats-band {
    padding: 42px 0;
    background: linear-gradient(135deg, var(--ed-purple), #40145d);
    position: relative;
    overflow: hidden
}

.stats-band:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 10%, rgba(255, 138, 0, .22), transparent 35%), radial-gradient(circle at 88% 50%, rgba(255, 255, 255, .10), transparent 30%)
}

.stats-band .container {
    position: relative;
    z-index: 2
}

.stat-item {
    padding: 22px 12px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    height: 100%;
    transition: .25s
}

.stat-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, .12)
}

.stat-item strong {
    display: block;
    color: var(--ed-orange);
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -1px
}

.stat-item span {
    display: block;
    margin-top: 10px;
    color: #ffb028;
    font-weight: 950;
    font-size: 16px
}

.archive-office-section {
    padding: 90px 0;
    background: #fff
}

.archive-office-card {
    border-radius: 34px;
    background: #fff;
    border: 1px solid var(--ed-border);
    box-shadow: 0 24px 70px rgba(53, 18, 79, .10);
    padding: 34px;
    overflow: hidden
}

.archive-image-wrap {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 46px rgba(53, 18, 79, .12)
}

.archive-image-wrap img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover
}

.archive-mini-card {
    position: absolute;
    left: 22px;
    bottom: 22px;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(14px);
    border-radius: 20px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 15px 35px rgba(53, 18, 79, .18)
}

.archive-mini-card i {
    width: 44px;
    height: 44px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    background: var(--ed-purple);
    color: #fff;
    font-size: 22px
}

.archive-mini-card strong {
    display: block;
    color: var(--ed-purple);
    font-weight: 950
}

.archive-mini-card span {
    display: block;
    color: var(--ed-muted);
    font-weight: 800;
    font-size: 13px
}

.archive-title {
    font-size: clamp(34px, 3.5vw, 40px)
}

.archive-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 32px
}

.call-clean {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--ed-dark);
    padding: 13px 18px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(91, 35, 130, .12);
    box-shadow: 0 14px 34px rgba(53, 18, 79, .10);
    transition: .25s
}

.call-clean:hover {
    transform: translateY(-3px);
    color: var(--ed-purple);
    box-shadow: 0 18px 42px rgba(53, 18, 79, .16)
}

.call-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--ed-purple), #7b35aa);
    color: #fff;
    font-size: 24px
}

.call-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05
}

.call-text em {
    font-style: normal;
    color: var(--ed-muted);
    font-size: 15px;
    font-weight: 900
}

.call-text strong {
    font-size: 30px;
    font-weight: 950;
    letter-spacing: -.8px;
    color: var(--ed-dark)
}

@media (max-width: 991px) {
    .archive-office-card {
        padding: 18px
    }

    .archive-image-wrap img {
        height: 340px
    }

    .archive-actions {
        gap: 16px
    }

    .call-text strong {
        font-size: 26px
    }
}

.process-wrap {
    background: var(--ed-purple);
    border-radius: 38px;
    padding: 48px;
    color: #fff;
    position: relative;
    overflow: hidden
}

.process-wrap:before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(255, 138, 0, .22);
    right: -130px;
    top: -150px
}

.process-item {
    position: relative;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 26px;
    padding: 28px;
    height: 100%
}

.process-item b {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--ed-orange);
    color: #fff;
    margin-bottom: 18px
}

.process-item h3 {
    font-weight: 950
}

.process-item p {
    color: rgba(255, 255, 255, .82);
    line-height: 1.7;
    margin: 0
}

.price-card {
    border-radius: 34px;
    border: 1px solid var(--ed-border);
    background: #fff;
    padding: 34px;
    box-shadow: var(--ed-shadow);
    height: 100%;
    position: relative;
    overflow: hidden
}

.price-card.popular {
    border: 2px solid var(--ed-orange);
    transform: translateY(-12px)
}

.tag {
    display: inline-flex;
    background: #fff0df;
    color: var(--ed-orange);
    border-radius: 999px;
    font-weight: 950;
    padding: 8px 13px;
    font-size: 13px
}

.price {
    font-size: 46px;
    font-weight: 950;
    color: var(--ed-purple);
    letter-spacing: -1px
}

.price small {
    font-size: 16px;
    color: var(--ed-muted)
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 24px 0
}

.check-list li {
    margin: 4px 0;
    color: #3d3548
}

.check-list i {
    color: var(--ed-green);
    margin-right: 8px
}

.review-card {
    border: 1px solid var(--ed-border);
    border-radius: 28px;
    background: #fff;
    padding: 28px;
    box-shadow: 0 14px 42px rgba(53, 18, 79, .08);
    height: 100%
}

.review-head {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 16px
}

.avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover
}

.review-card h4 {
    font-weight: 950;
    font-size: 18px;
    margin: 0
}

.review-card p {
    color: var(--ed-muted);
    line-height: 1.75
}

.google-icon {
    width: 24px
}

.region-pill {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--ed-border);
    border-radius: 20px;
    padding: 18px 20px;
    background: #fff;
    font-weight: 900;
    color: var(--ed-purple);
    box-shadow: 0 10px 30px rgba(53, 18, 79, .06);
    transition: .25s
}

.region-pill:hover {
    background: var(--ed-purple);
    color: #fff;
    transform: translateY(-3px)
}

.corporate-refs-section {
    padding: 90px 0 70px;
    background: #fff;
    overflow: hidden
}

.refs-slider {
    position: relative;
    overflow: hidden;
    padding: 8px 0
}

.refs-slider:before, .refs-slider:after {
    content: "";
    position: absolute;
    top: 0;
    width: 140px;
    height: 100%;
    z-index: 2
}

.refs-slider:before {
    left: 0;
    background: linear-gradient(90deg, #fff, transparent)
}

.refs-slider:after {
    right: 0;
    background: linear-gradient(270deg, #fff, transparent)
}

.refs-track {
    display: flex;
    gap: 24px;
    width: max-content;
    animation: refsMove 32s linear infinite
}

.refs-slider:hover .refs-track {
    animation-play-state: paused
}

.ref-logo-card {
    width: 240px;
    height: 130px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid var(--ed-border);
    box-shadow: 0 16px 42px rgba(53, 18, 79, .08);
    display: grid;
    place-items: center;
    padding: 22px;
    filter: grayscale(1);
    opacity: .78;
    transition: .25s
}

.ref-logo-card:hover {
    filter: grayscale(0);
    opacity: 1;
    transform: translateY(-5px);
    box-shadow: var(--ed-shadow)
}

.ref-logo-card img {
    max-width: 100%;
    max-height: 86px;
    object-fit: contain
}

@keyframes refsMove {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(-50%)
    }
}

.service-region-section {
    padding: 90px 0
}

.region-modern-wrap {
    border-radius: 38px;
    background: #fff;
    border: 1px solid var(--ed-border);
    box-shadow: var(--ed-shadow);
    padding: 34px
}

.region-highlight-card {
    height: 100%;
    border-radius: 30px;
    background: linear-gradient(135deg, var(--ed-purple), #7b35aa);
    color: #fff;
    padding: 34px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.region-highlight-card:after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255, 138, 0, .25);
    right: -100px;
    top: -100px
}

.region-highlight-card i, .region-highlight-card h3, .region-highlight-card p, .region-highlight-card a {
    position: relative;
    z-index: 2
}

.region-highlight-card i {
    width: 70px;
    height: 70px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .15);
    display: grid;
    place-items: center;
    font-size: 32px;
    margin-bottom: 24px
}

.region-highlight-card h3 {
    font-size: 30px;
    font-weight: 950;
    line-height: 1.15
}

.region-highlight-card p {
    color: rgba(255, 255, 255, .82);
    line-height: 1.7
}

.region-accordion .accordion-item {
    border: 0;
    margin-bottom: 12px;
    border-radius: 18px !important;
    overflow: hidden;
    background: #f7f3f8
}

.region-accordion .accordion-button {
    background: #f7f3f8;
    color: var(--ed-purple);
    font-weight: 950;
    border-radius: 18px !important;
    box-shadow: none;
    padding: 20px 22px
}

.region-accordion .accordion-button:not(.collapsed) {
    background: #fff0df;
    color: var(--ed-purple)
}

.region-accordion .accordion-button:after {
    filter: invert(49%) sepia(95%) saturate(1362%) hue-rotate(3deg) brightness(103%) contrast(105%)
}

.region-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.region-tags span {
    display: inline-flex;
    border-radius: 999px;
    background: #fff;
    color: var(--ed-purple);
    font-weight: 900;
    padding: 10px 15px;
    border: 1px solid rgba(91, 35, 130, .10)
}

@media (max-width: 991px) {
    .ref-logo-card {
        width: 190px;
        height: 110px
    }

    .region-modern-wrap {
        padding: 18px
    }

    .region-highlight-card {
        padding: 26px
    }

    .region-highlight-card h3 {
        font-size: 24px
    }
}

.how-it-works-section {
    padding: 90px 0
}

.how-steps-modern {
    max-width: 1100px;
    margin: 0 auto 30px
}

.how-step-item {
    display: grid;
    grid-template-columns:90px 1fr;
    gap: 28px;
    padding: 26px 0;
    border-bottom: 1px solid rgba(91, 35, 130, .08)
}

.how-step-item:last-child {
    border-bottom: 0
}

.how-no {
    font-size: 64px;
    font-weight: 950;
    line-height: 1;
    color: var(--ed-orange);
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.how-content h3 {
    font-size: 28px;
    font-weight: 950;
    color: var(--ed-purple);
    margin-bottom: 12px
}

.how-content p {
    font-size: 18px;
    line-height: 1.85;
    color: var(--ed-muted);
    margin: 0
}

.work-gallery-card {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(53, 18, 79, .12);
    height: 100%
}

.work-gallery-card img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    transition: .4s
}

.work-gallery-card:hover img {
    transform: scale(1.05)
}

.big-call-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 18px 34px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--ed-orange), #ffb000);
    color: #fff;
    font-size: 18px;
    font-weight: 950;
    letter-spacing: .03em;
    box-shadow: 0 18px 42px rgba(255, 138, 0, .34);
    transition: .3s
}

.big-call-btn i {
    font-size: 20px
}

.big-call-btn:hover {
    transform: translateY(-4px);
    color: #fff;
    box-shadow: 0 24px 55px rgba(255, 138, 0, .42)
}

@media (max-width: 991px) {
    .how-step-item {
        grid-template-columns:1fr;
        gap: 12px
    }

    .how-no {
        justify-content: flex-start;
        font-size: 52px
    }

    .how-content h3 {
        font-size: 24px
    }

    .work-gallery-card img {
        height: 260px
    }
}

.seo-content-section {
    padding: 90px 0;
    background: linear-gradient(180deg, #fff, #fff8f4)
}

.social-touch-card {
    max-width: 760px;
    margin: 0 auto 38px;
    text-align: center;
    background: #fff;
    border: 1px solid var(--ed-border);
    border-radius: 28px;
    padding: 24px;
    box-shadow: 0 18px 45px rgba(53, 18, 79, .08)
}

.social-touch-card span {
    display: block;
    color: var(--ed-purple);
    font-weight: 950;
    margin-bottom: 16px
}

.social-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap
}

.social-buttons a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    padding: 9px 14px
}

.social-buttons .facebook {
    background: #1877f2
}

.social-buttons .x {
    background: #111
}

.social-buttons .linkedin {
    background: #0a66c2
}

.social-buttons .youtube {
    background: #ff0033
}

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

.seo-content-card {
    background: #fff;
    border: 1px solid var(--ed-border);
    border-radius: 38px;
    padding: 42px;
    box-shadow: var(--ed-shadow)
}

.sticky-content-title {
    position: sticky;
    top: 110px
}

.content-box {
    border-radius: 26px;
    background: #fff;
    border: 1px solid rgba(91, 35, 130, .10);
    padding: 26px;
    margin-bottom: 16px;
    box-shadow: 0 12px 34px rgba(53, 18, 79, .06);
    transition: .25s
}

.content-box.active, .content-box:hover {
    background: linear-gradient(135deg, #fff7ef, #fff);
    transform: translateY(-3px);
    box-shadow: 0 18px 46px rgba(53, 18, 79, .10)
}

.content-box h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--ed-purple);
    font-size: 23px;
    font-weight: 950;
    margin-bottom: 12px
}

.content-box h3 i {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: var(--ed-orange);
    color: #fff;
    display: grid;
    place-items: center;
    flex: 0 0 auto
}

.content-box p {
    color: var(--ed-muted);
    line-height: 1.8;
    margin-bottom: 12px
}

.content-box ul {
    margin: 0;
    padding-left: 20px;
    color: #3d3548;
    line-height: 1.8
}

.content-box li::marker {
    color: var(--ed-orange)
}

@media (max-width: 991px) {
    .seo-content-card {
        padding: 22px
    }

    .sticky-content-title {
        position: static
    }

    .content-box h3 {
        font-size: 20px
    }
}

.cta {
    padding: 0 0 90px
}

.cta-box {
    border-radius: 42px;
    background: linear-gradient(135deg, var(--ed-purple), #7b35aa);
    color: #fff;
    padding: 54px;
    position: relative;
    overflow: hidden;
    box-shadow: var(--ed-shadow)
}

.cta-box:after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(255, 138, 0, .24);
    right: -80px;
    bottom: -150px
}

.cta-box > * {
    position: relative;
    z-index: 2
}

.cta h2 {
    font-size: clamp(32px, 4vw, 54px);
    font-weight: 950;
    letter-spacing: -1.4px
}

.cta p {
    color: rgba(255, 255, 255, .82);
    font-size: 18px;
    line-height: 1.75
}

.site-footer {
    background: #191122;
    color: #fff;
    padding: 70px 0 30px
}

.premium-footer {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 95% 5%, rgba(255, 138, 0, .30), transparent 22%), linear-gradient(135deg, #2a0d35, #5b2382 72%, #481a61);
    border-radius: 0 0 24px 24px
}

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

.footer-glow-one {
    width: 300px;
    height: 300px;
    background: #ff8a00;
    right: 70px;
    top: -80px
}

.footer-glow-two {
    width: 360px;
    height: 360px;
    background: #7f35bd;
    left: -120px;
    bottom: -120px
}

.premium-footer .container {
    position: relative;
    z-index: 2
}

.footer-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 28px;
    padding: 28px 34px;
    margin-bottom: 46px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .16);
    backdrop-filter: blur(16px)
}

.footer-cta-box span {
    display: block;
    color: #ffb000;
    font-weight: 950;
    margin-bottom: 10px
}

.footer-cta-box h2 {
    font-size: clamp(25px, 2.6vw, 34px);
    font-weight: 950;
    line-height: 1.2;
    margin: 0;
    color: #fff;
    max-width: 760px
}

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

.footer-phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    background: #fff;
    color: var(--ed-purple);
    font-weight: 950;
    padding: 14px 22px
}

.footer-phone:hover {
    color: var(--ed-purple);
    transform: translateY(-2px)
}

.footer-main {
    align-items: flex-start
}

.footer-brand-card {
    display: inline-flex;
    background: #fff;
    border-radius: 20px;
    padding: 18px 24px;
    margin-bottom: 18px
}

.footer-logo {
    height: 62px;
    max-width: 100%;
    object-fit: contain
}

.footer-title {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 950;
    color: #ffb000;
    margin-bottom: 18px;
    line-height: 1.25
}

.footer-link {
    display: block;
    color: rgba(255, 255, 255, .82);
    font-weight: 750;
    margin: 0 0 13px;
    line-height: 1.35
}

.footer-link:hover {
    color: #ffb000;
    transform: translateX(3px)
}

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

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

.footer-tel {
    color: #fff;
    font-weight: 800
}

.footer-tel a {
    color: #ffb000;
    font-weight: 950
}

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

.footer-socials a {
    width: 45px;
    height: 45px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 18px;
    transition: .25s
}

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

.footer-extra-pages {
    display: none
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .16);
    margin-top: 42px;
    padding-top: 22px;
    color: rgba(255, 255, 255, .78);
    display: flex;
    justify-content: center;
    gap: 8px;
    font-weight: 700
}

.footer-bottom a {
    color: #ffb000;
    font-weight: 950;
    text-decoration: underline
}

.footer-top {
    position: absolute;
    right: 28px;
    bottom: 28px;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 26px
}

.footer-top:hover {
    background: #ff8a00;
    color: #fff;
    transform: translateY(-4px)
}

@media (max-width: 991px) {
    .footer-cta-box {
        align-items: flex-start;
        flex-direction: column;
        padding: 24px
    }

    .footer-brand-card {
        padding: 14px 18px
    }

    .footer-logo {
        height: 48px
    }

    .footer-top {
        display: none
    }

    .footer-bottom {
        justify-content: flex-start;
        flex-wrap: wrap
    }
}

.float-contact {
    position: fixed;
    left: 24px;
    bottom: 24px;
    z-index: 999;
    border-radius: 999px;
    background: #1886ff;
    color: #fff;
    font-weight: 950;
    padding: 16px 24px;
    box-shadow: 0 18px 38px rgba(24, 134, 255, .35)
}

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

@media (max-width: 991px) {
    .hero {
        padding: 80px 0;
        min-height: auto
    }

    .hero-card {
        margin-top: 34px
    }

    .price-card.popular {
        transform: none
    }

    .navbar-collapse {
        background: #fff;
        border-radius: 22px;
        padding: 18px;
        margin-top: 10px
    }

    .cta-box {
        padding: 34px
    }

    .float-contact {
        left: 16px;
        bottom: 16px
    }
}



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

.w-40{
    font-size: clamp(28px, 2.35vw, 40px) !important;
}

.mor{
    color: #552184 !important;
}

.fontBrandon{
    font-family: "Brandon-Text","sans-serif" !important;
}

.seo-highlight {
    color: var(--ed-purple);
    font-weight: 900;
    font-family: "Brandon-Text", sans-serif;
}
.btn-ed {
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--ed-orange), #ffb000);
    color: #35124f;
    font-weight: 900;
    padding: 12px 22px;
    box-shadow: 0 12px 26px rgba(255, 138, 0, .28);
    transition: .25s;
}




.check-list2 {
    list-style: none;
    padding: 0;
    margin: 24px 0
}

.check-list2 li {
    margin: 4px 0;
    color: #3d3548
}

.check-list2 i {
    color: var(--ed-green);
    margin-right: 8px
}


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

.herostrong{
    display: block;
    color: var(--purple);
    font-size: 1.65rem;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.04em;
}
.bold{
    font-weight: bold;
}

