@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: #4b176f;
    --edepola-purple-dark: #33104d;
    --edepola-purple-soft: #f5eefb;
    --edepola-orange: #f5a11a;
    --edepola-orange-dark: #df8500;
    --edepola-dark: #222225;
    --edepola-muted: #707070;
    --edepola-border: rgba(75, 23, 111, .12);
    --edepola-radius: 28px;
}

* {
    box-sizing: border-box;
}

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

a {
    text-decoration: none;
}

.top-strip {
    color: #fff;
    font-size: 13px;
    padding: 8px 0;
}

.top-strip a {
    color: #fff;
    opacity: .94;
}

.main-navbar {
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(75, 23, 111, .08);
}

.brand-logo {
    display: inline-flex;
    flex-direction: column;
    line-height: 1;
}

.brand-main {
    font-size: 25px;
    font-weight: 900;
    letter-spacing: -.8px;
    color: var(--edepola-purple);
}

.brand-main .accent {
    color: var(--edepola-orange);
}

.brand-sub {
    margin-top: 2px;
    font-size: 11px;
    font-weight: 700;
    color: var(--edepola-orange);
    letter-spacing: .8px;
}

.navbar-nav .nav-link {
    color: #39313f;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 13px !important;
}

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

.btn-edepola {
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--edepola-orange), #ffc15b);
    color: #2a1735;
    font-weight: 900;
    padding: 13px 22px;
    box-shadow: 0 16px 34px rgba(245, 161, 26, .27);
    transition: all .25s ease;
}

.btn-edepola:hover {
    transform: translateY(-2px);
    color: #2a1735;
    box-shadow: 0 20px 44px rgba(245, 161, 26, .36);
}

.btn-purple {
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--edepola-purple), #7635a0);
    color: #fff;
    font-weight: 900;
    padding: 13px 22px;
    box-shadow: 0 18px 38px rgba(75, 23, 111, .24);
    transition: all .25s ease;
}

.btn-purple:hover {
    transform: translateY(-2px);
    color: #fff;
    box-shadow: 0 22px 48px rgba(75, 23, 111, .32);
}

.hero-contact {
    position: relative;
    min-height: 560px;
    padding: 94px 0 80px;
    background:
        radial-gradient(circle at 12% 18%, rgba(245,161,26,.24), transparent 25%),
        radial-gradient(circle at 86% 12%, rgba(255,255,255,.19), transparent 24%),
        linear-gradient(135deg, #381052 0%, #5e2185 54%, #36104f 100%);
    color: #fff;
    overflow: hidden;
}

.hero-contact::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    border: 72px solid rgba(255,255,255,.055);
    right: -160px;
    top: -150px;
}

.hero-contact::after {
    content: "";
    position: absolute;
    inset: auto 0 -1px 0;
    height: 92px;
    background: #fff;
    clip-path: polygon(0 58%, 100% 8%, 100% 100%, 0% 100%);
}

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

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(255,255,255,.22);
    background: rgba(255,255,255,.12);
    color: #fff;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 20px;
}

.hero-title {
    font-size: clamp(38px, 5vw, 72px);
    line-height: .98;
    font-weight: 900;
    letter-spacing: -2.4px;
    margin-bottom: 24px;
}

.hero-title span {
    color: var(--edepola-orange);
}

.hero-text {
    color: rgba(255,255,255,.84);
    font-size: 17px;
    line-height: 1.8;
    max-width: 640px;
    margin-bottom: 30px;
}

.hero-mini-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 14px;
    margin-top: 34px;
}

.hero-mini-item {
    border: 1px solid rgba(255,255,255,.13);
    background: rgba(255,255,255,.09);
    border-radius: 22px;
    padding: 16px;
    backdrop-filter: blur(12px);
}

.hero-mini-item i {
    color: var(--edepola-orange);
    font-size: 22px;
    margin-bottom: 9px;
}

.hero-mini-item strong {
    display: block;
    font-size: 14px;
    margin-bottom: 3px;
}

.hero-mini-item small {
    color: rgba(255,255,255,.7);
    font-size: 12px;
}

.quick-form-card {
    position: relative;
    z-index: 2;
    border-radius: 34px;
    padding: 30px;
    background: rgba(255,255,255,.97);
    color: var(--edepola-dark);
    box-shadow: 0 35px 100px rgba(0,0,0,.26);
}

.quick-form-card .form-label,
.contact-form-card .form-label {
    color: #35253f;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 8px;
}

.form-control,
.form-select {
    min-height: 52px;
    border-radius: 16px;
    border: 1px solid rgba(75, 23, 111, .14);
    background-color: #fbf9fd;
    font-size: 14px;
    box-shadow: none !important;
}

textarea.form-control {
    min-height: 116px;
    resize: vertical;
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(245, 161, 26, .9);
}

.floating-badge {
    position: absolute;
    top: -20px;
    right: 28px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    padding: 12px 16px;
    background: var(--edepola-orange);
    color: #301342;
    font-weight: 900;
    font-size: 13px;
    box-shadow: 0 18px 34px rgba(245, 161, 26, .34);
}

.section-padding {
    padding: 92px 0;
}

.section-title {
    font-size: clamp(30px, 3.2vw, 48px);
    line-height: 1.08;
    letter-spacing: -1.4px;
    color: var(--edepola-purple-dark);
    font-weight: 900;
    margin-bottom: 14px;
}

.section-text {
    color: var(--edepola-muted);
    line-height: 1.85;
    font-size: 16px;
    max-width: 760px;
}

.info-card {
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--edepola-border);
    border-radius: var(--edepola-radius);
    padding: 28px;
    background: #fff;
    box-shadow: 0 18px 60px rgba(29, 20, 37, .07);
    transition: all .28s ease;
}

.info-card::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    right: -70px;
    top: -70px;
    background: rgba(245, 161, 26, .12);
    transition: all .28s ease;
}

.info-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 28px 80px rgba(29, 20, 37, .12);
}

.info-card:hover::after {
    transform: scale(1.22);
}

.info-icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: var(--edepola-purple-soft);
    color: var(--edepola-purple);
    font-size: 25px;
    margin-bottom: 22px;
}

.info-card h3 {
    font-size: 19px;
    font-weight: 900;
    color: var(--edepola-purple-dark);
    margin-bottom: 10px;
}

.info-card p {
    color: var(--edepola-muted);
    line-height: 1.7;
    margin-bottom: 18px;
}

.info-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--edepola-purple);
    font-weight: 900;
}

.info-link:hover {
    color: var(--edepola-orange-dark);
}

.contact-shell {
    border-radius: 38px;
    background:
        linear-gradient(180deg, rgba(245,238,251,.75), rgba(255,255,255,1));
    border: 1px solid var(--edepola-border);
    padding: 18px;
    box-shadow: 0 24px 90px rgba(29, 20, 37, .08);
}

.contact-form-card {
    height: 100%;
    border-radius: 30px;
    padding: 34px;
    background: #fff;
    border: 1px solid rgba(75, 23, 111, .08);
}

.side-contact-panel {
    height: 100%;
    border-radius: 30px;
    padding: 34px;
    background:
        radial-gradient(circle at top right, rgba(245,161,26,.25), transparent 30%),
        linear-gradient(145deg, var(--edepola-purple-dark), var(--edepola-purple));
    color: #fff;
    overflow: hidden;
}

.side-contact-panel p {
    color: rgba(255,255,255,.76);
    line-height: 1.75;
}

.panel-call {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.14);
    margin: 24px 0;
}

.panel-call i {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: var(--edepola-orange);
    color: #32144a;
    font-size: 24px;
}

.panel-call span {
    display: block;
    color: rgba(255,255,255,.72);
    font-size: 13px;
    margin-bottom: 4px;
}

.panel-call strong {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -.8px;
}

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

.working-list li {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
    color: rgba(255,255,255,.76);
    font-size: 14px;
}

.working-list li strong {
    color: #fff;
}

.location-section {
    background: #faf8fc;
}

.location-card {
    height: 100%;
    overflow: hidden;
    border-radius: 32px;
    background: #fff;
    border: 1px solid var(--edepola-border);
    box-shadow: 0 18px 64px rgba(29, 20, 37, .08);
}

.location-map {
    position: relative;
    height: 315px;
    overflow: hidden;
    border-bottom: 1px solid rgba(75, 23, 111, .08);
    background: #f3f0f6;
}

.location-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    filter: saturate(.92) contrast(.98);
}

.location-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 10px 15px;
    background: rgba(75, 23, 111, .94);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 14px 30px rgba(0,0,0,.18);
}

.location-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 76px rgba(29, 20, 37, .13);
}

.location-body {
    padding: 28px;
}

.location-body h3 {
    color: var(--edepola-purple-dark);
    font-weight: 900;
    letter-spacing: -.5px;
    margin-bottom: 11px;
}

.location-body p {
    color: var(--edepola-muted);
    line-height: 1.75;
}

.location-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #3d3045;
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 10px;
}

.location-feature i {
    color: var(--edepola-orange);
}

.process-band {
    background: #242426;
    color: #fff;
    padding: 66px 0;
    position: relative;
    overflow: hidden;
}

.process-band::before {
    content: "";
    position: absolute;
    width: 460px;
    height: 460px;
    right: -180px;
    bottom: -240px;
    border-radius: 50%;
    background: rgba(245, 161, 26, .08);
}

.process-title {
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -.8px;
    margin-bottom: 34px;
}

.process-item {
    position: relative;
    height: 100%;
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.process-number {
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--edepola-orange), #ffc15b);
    color: #261631;
    font-size: 24px;
    font-weight: 900;
    box-shadow: 0 18px 34px rgba(245, 161, 26, .22);
}

.process-item h4 {
    font-size: 17px;
    font-weight: 900;
    margin-bottom: 8px;
}

.process-item p {
    color: rgba(255,255,255,.68);
    line-height: 1.65;
    font-size: 14px;
    margin: 0;
}

.faq-card {
    border: 1px solid var(--edepola-border);
    border-radius: 26px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 60px rgba(29, 20, 37, .06);
}

.accordion-item {
    border: 0;
    border-bottom: 1px solid rgba(75, 23, 111, .08);
}

.accordion-item:last-child {
    border-bottom: 0;
}

.accordion-button {
    padding: 22px 24px;
    color: var(--edepola-purple-dark);
    font-weight: 900;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background: var(--edepola-purple-soft);
    color: var(--edepola-purple);
}

.accordion-body {
    color: var(--edepola-muted);
    line-height: 1.8;
    padding: 0 24px 24px;
}

.cta-box {
    position: relative;
    overflow: hidden;
    border-radius: 38px;
    padding: 54px;
    color: #fff;
    background:
        radial-gradient(circle at top right, rgba(255,255,255,.18), transparent 32%),
        linear-gradient(135deg, var(--edepola-purple), var(--edepola-purple-dark));
    box-shadow: 0 28px 90px rgba(75, 23, 111, .22);
}

.cta-box::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    border: 56px solid rgba(245, 161, 26, .16);
    right: -110px;
    bottom: -160px;
}

.cta-box h2 {
    position: relative;
    z-index: 2;
    font-size: clamp(28px, 3.2vw, 48px);
    font-weight: 900;
    letter-spacing: -1.2px;
    margin-bottom: 12px;
}

.cta-box p,
.cta-box .cta-actions {
    position: relative;
    z-index: 2;
}

.cta-box p {
    color: rgba(255,255,255,.76);
    line-height: 1.8;
    margin-bottom: 0;
}

.footer {
    background: #2a2a2d;
    color: #fff;
    padding-top: 74px;
}

.footer .brand-main {
    color: #fff;
}

.footer p {
    color: rgba(255,255,255,.65);
    line-height: 1.75;
    margin-top: 16px;
}

.footer-title {
    color: var(--edepola-orange);
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 18px;
}

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

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: rgba(255,255,255,.72);
    font-size: 14px;
    transition: all .2s ease;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 4px;
}

.footer-bottom {
    margin-top: 52px;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.58);
    font-size: 13px;
}

.social-pill {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,.09);
    color: #fff;
    margin-right: 6px;
    transition: all .22s ease;
}

.social-pill:hover {
    background: var(--edepola-orange);
    color: #2a1735;
    transform: translateY(-2px);
}

.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 15;
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    font-size: 30px;
    box-shadow: 0 18px 44px rgba(37, 211, 102, .34);
}

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

@media (max-width: 991px) {
    .hero-contact {
        padding: 70px 0 72px;
    }

    .quick-form-card {
        margin-top: 42px;
    }

    .hero-mini-list {
        grid-template-columns: 1fr;
    }

    .section-padding {
        padding: 70px 0;
    }

    .cta-box {
        padding: 38px 28px;
    }
}

@media (max-width: 575px) {
    .top-strip .d-flex {
        gap: 8px;
        align-items: flex-start !important;
        flex-direction: column;
    }

    .hero-title {
        letter-spacing: -1.5px;
    }

    .quick-form-card,
    .contact-form-card,
    .side-contact-panel {
        padding: 24px;
        border-radius: 26px;
    }

    .contact-shell {
        border-radius: 30px;
        padding: 10px;
    }

    .panel-call strong {
        font-size: 20px;
    }
}



.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;
}
.turuncu{
    color: #ffb000 !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
}



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

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

