@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 {
    --ed-purple: #3b146b;
    --ed-purple-2: #5d2a91;
    --ed-orange: #ff8a00;
    --ed-orange-dark: #f06f00;
    --ed-dark: #171028;
    --ed-text: #34283f;
    --ed-muted: #756a84;
    --ed-soft: #f8f4fc;
    --ed-border: rgba(59, 20, 107, .12);
    --ed-shadow: 0 24px 70px rgba(23, 16, 40, .10);


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

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: "Brandon-Text", sans-serif;
    color: var(--ed-text);
    background: #fff;
    overflow-x: hidden;
}

a { text-decoration: none; transition: .2s ease; }
img { max-width: 100%; }

.topbar {
    background: linear-gradient(90deg, var(--ed-purple), var(--ed-purple-2));
    color: rgba(255, 255, 255, .86);
    font-size: 13px;
}

.topbar a { color: #fff; font-weight: 700; }


.btn-ed-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: 999px;
    padding: 12px 22px;
    color: #fff;
    font-weight: 900;
    background: linear-gradient(135deg, var(--ed-orange), var(--ed-orange-dark));
    box-shadow: 0 16px 34px rgba(255, 138, 0, .28);
}

.btn-ed-primary:hover { color: #fff; transform: translateY(-1px); box-shadow: 0 20px 42px rgba(255, 138, 0, .34); }

.btn-ed-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid var(--ed-border);
    border-radius: 999px;
    padding: 12px 20px;
    color: var(--ed-purple);
    font-weight: 900;
    background: #fff;
}

.btn-ed-light:hover { color: var(--ed-purple); background: var(--ed-soft); border-color: rgba(59,20,107,.26); }

.blog-hero {
    position: relative;
    padding: 70px 0 96px;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 16%, rgba(255, 138, 0, .25), transparent 28%),
        radial-gradient(circle at 84% 8%, rgba(59, 20, 107, .22), transparent 34%),
        linear-gradient(135deg, #fbf7ff 0%, #eef8fb 100%);
}

.blog-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(59,20,107,.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(59,20,107,.055) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 92%);
}

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

.breadcrumb-modern {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(59,20,107,.11);
    box-shadow: 0 12px 32px rgba(59,20,107,.08);
    color: var(--ed-muted);
    font-size: 13px;
    font-weight: 800;
}

.breadcrumb-modern a { color: var(--ed-purple); }
.breadcrumb-modern i { color: var(--ed-orange); }

.category-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 999px;
    color: var(--ed-purple);
    font-size: 13px;
    font-weight: 900;
    background: #fff;
    border: 1px solid rgba(59,20,107,.10);
}

.hero-title {
    max-width: 980px;
    margin: 18px 0 16px;
    color: var(--ed-purple);
    font-size: clamp(38px, 5vw, 72px);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -.06em;
}

.hero-summary {
    max-width: 820px;
    margin: 0;
    color: #5c5268;
    font-size: clamp(17px, 1.6vw, 21px);
    line-height: 1.75;
}

.hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.meta-chip {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 14px;
    border-radius: 999px;
    color: #4e415d;
    font-size: 14px;
    font-weight: 800;
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(59,20,107,.10);
}

.meta-chip i { color: var(--ed-orange); }

.article-shell { margin-top: -56px; position: relative; z-index: 3; padding-bottom: 74px; }

.featured-media {
    position: relative;
    min-height: clamp(260px, 38vw, 520px);
    overflow: hidden;
    border-radius: 34px;
    background: linear-gradient(135deg, #efe6f8, #fff7ec);
    border: 1px solid rgba(255,255,255,.75);
    box-shadow: var(--ed-shadow);
}

.featured-media img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    display: block;
}

.featured-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(23,16,40,.42));
    pointer-events: none;
}

.featured-label {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 16px;
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    background: rgba(255,138,0,.96);
    box-shadow: 0 16px 34px rgba(255,138,0,.28);
}

.content-grid { margin-top: 34px; }

.article-card,
.sidebar-card,
.comments-card {
    border: 1px solid rgba(59,20,107,.09);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 18px 54px rgba(23, 16, 40, .075);
}

.article-card { overflow: hidden; }

.article-body { padding: clamp(28px, 5vw, 60px); }
.article-body > *:first-child { margin-top: 0 !important; }
.article-body > *:last-child { margin-bottom: 0 !important; }

.blog-content {
    color: #352b43;
    font-size: 17px;
    line-height: 1.95;
    word-break: break-word;
}

.blog-content p { margin: 0 0 22px; }

.blog-content h2,
.blog-content h3,
.blog-content h4 {
    color: var(--ed-purple);
    font-weight: 900;
    letter-spacing: -.035em;
    line-height: 1.18;
}

.blog-content h2 { margin: 44px 0 16px; font-size: clamp(28px, 3vw, 40px); }
.blog-content h3 { margin: 34px 0 14px; font-size: clamp(23px, 2.2vw, 30px); }
.blog-content h4 { margin: 28px 0 12px; font-size: 21px; }

.blog-content strong { color: #241631; font-weight: 900; }
.blog-content a { color: var(--ed-purple); font-weight: 900; border-bottom: 2px solid rgba(255,138,0,.35); }
.blog-content a:hover { color: var(--ed-orange-dark); }

.blog-content ul,
.blog-content ol { margin: 24px 0; padding-left: 0; list-style: none; display: grid; gap: 12px; }
.blog-content li {
    position: relative;
    padding: 15px 18px 15px 48px;
    border-radius: 18px;
    background: #fbf9fd;
    border: 1px solid rgba(59,20,107,.08);
}

.blog-content ul li::before {
    content: "✓";
    position: absolute;
    left: 18px;
    top: 15px;
    color: var(--ed-orange);
    font-weight: 900;
}

.blog-content ol { counter-reset: item; }
.blog-content ol li { counter-increment: item; }
.blog-content ol li::before {
    content: counter(item);
    position: absolute;
    left: 16px;
    top: 14px;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--ed-orange);
    font-size: 12px;
    font-weight: 900;
}

.blog-content blockquote {
    position: relative;
    margin: 34px 0;
    padding: 28px 30px 28px 34px;
    border-left: 5px solid var(--ed-orange);
    border-radius: 24px;
    color: #352344;
    background: linear-gradient(135deg, #fff8ef, #fbf7ff);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.65;
}

.blog-content img {
    width: 100%;
    height: auto;
    margin: 30px 0;
    border-radius: 26px;
    box-shadow: 0 18px 48px rgba(23,16,40,.09);
}

.blog-content table {
    width: 100%;
    margin: 30px 0;
    overflow: hidden;
    border-radius: 18px;
    border-collapse: separate;
    border-spacing: 0;
    box-shadow: 0 0 0 1px rgba(59,20,107,.10);
}

.blog-content table th,
.blog-content table td {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(59,20,107,.08);
    vertical-align: top;
}

.blog-content table th {
    color: var(--ed-purple);
    background: var(--ed-soft);
    font-weight: 900;
}

.blog-content iframe,
.blog-content video {
    width: 100%;
    min-height: 360px;
    margin: 30px 0;
    border: 0;
    border-radius: 26px;
    box-shadow: 0 18px 48px rgba(23,16,40,.09);
}

.article-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 42px;
    padding-top: 28px;
    border-top: 1px solid rgba(59,20,107,.10);
}

.tag-list { display: flex; flex-wrap: wrap; gap: 10px; }
.tag-list a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 14px;
    border-radius: 999px;
    color: var(--ed-purple);
    background: var(--ed-soft);
    border: 1px solid rgba(59,20,107,.10);
    font-size: 13px;
    font-weight: 900;
}

.tag-list a:hover { color: #fff; background: var(--ed-purple); }

.share-list { display: flex; flex-wrap: wrap; gap: 10px; }
.icon-btn {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    border-radius: 15px;
    color: var(--ed-purple);
    background: #fff;
    border: 1px solid rgba(59,20,107,.13);
}

.icon-btn:hover { color: #fff; background: var(--ed-purple); border-color: var(--ed-purple); }

.author-box {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    margin-top: 28px;
    padding: 24px;
    border-radius: 26px;
    background: linear-gradient(135deg, #fbf7ff, #fff8ef);
    border: 1px solid rgba(59,20,107,.08);
}

.author-avatar {
    flex: 0 0 auto;
    width: 68px;
    height: 68px;
    border-radius: 22px;
    object-fit: cover;
    background: #fff;
    border: 1px solid rgba(59,20,107,.10);
}

.author-box h4 { margin: 0 0 6px; color: var(--ed-purple); font-size: 18px; font-weight: 900; }
.author-box p { margin: 0; color: var(--ed-muted); line-height: 1.7; }

.sticky-sidebar { position: sticky; top: 104px; }
.sidebar-card { padding: 24px; margin-bottom: 22px; }
.sidebar-title { margin: 0 0 18px; color: var(--ed-purple); font-size: 18px; font-weight: 900; letter-spacing: -.02em; }

.search-box { position: relative; }
.search-box input {
    width: 100%;
    min-height: 52px;
    padding: 12px 48px 12px 16px;
    border: 1px solid rgba(59,20,107,.14);
    border-radius: 18px;
    outline: 0;
    font-weight: 700;
}

.search-box button {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 14px;
    color: #fff;
    background: var(--ed-purple);
}

.toc-list a,
.category-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    color: #493b5c;
    border-bottom: 1px dashed rgba(59,20,107,.16);
    font-size: 14px;
    font-weight: 800;
}

.toc-list a:last-child,
.category-list a:last-child { border-bottom: 0; }
.toc-list a:hover,
.category-list a:hover { color: var(--ed-purple); }

.category-list span {
    min-width: 30px;
    height: 24px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    color: var(--ed-purple);
    background: var(--ed-soft);
    font-size: 12px;
    font-weight: 900;
}

.mini-post {
    display: flex;
    gap: 13px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(59,20,107,.08);
}

.mini-post:last-child { border-bottom: 0; padding-bottom: 0; }
.mini-post img {
    width: 78px;
    height: 70px;
    flex: 0 0 auto;
    border-radius: 18px;
    object-fit: cover;
    background: var(--ed-soft);
}

.mini-post strong {
    display: block;
    color: #302240;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 900;
}

.mini-post small { color: var(--ed-muted); font-weight: 700; }

.sidebar-cta {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(145deg, var(--ed-purple), #201038);
}

.sidebar-cta::after {
    content: "";
    position: absolute;
    right: -60px;
    bottom: -70px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255,138,0,.24);
}

.sidebar-cta > * { position: relative; z-index: 1; }
.sidebar-cta .sidebar-title { color: #fff; }
.sidebar-cta p { color: rgba(255,255,255,.78); line-height: 1.7; }

.related-section {
    padding: 74px 0;
    background: linear-gradient(180deg, #fbf8ff, #fff);
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 999px;
    color: var(--ed-purple);
    background: #fff;
    border: 1px solid rgba(59,20,107,.10);
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 12px 30px rgba(59,20,107,.06);
}

.section-title {
    margin: 14px 0 0;
    color: var(--ed-purple);
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.06;
    font-weight: 900;
    letter-spacing: -.05em;
}

.related-card {
    display: block;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(59,20,107,.09);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(23,16,40,.075);
}

.related-card:hover { transform: translateY(-6px); box-shadow: 0 28px 72px rgba(23,16,40,.13); }

.related-img { height: 212px; overflow: hidden; background: var(--ed-soft); }
.related-img img { width: 100%; height: 100%; object-fit: cover; transition: .45s ease; }
.related-card:hover .related-img img { transform: scale(1.06); }
.related-body { padding: 24px; }
.related-category { color: var(--ed-orange); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.related-body h3 { margin: 10px 0 10px; color: var(--ed-purple); font-size: 20px; line-height: 1.3; font-weight: 900; }
.related-body p { margin: 0; color: var(--ed-muted); line-height: 1.65; }

.comments-section { padding: 0 0 78px; }
.comments-card { padding: clamp(26px, 4vw, 44px); }

.form-control,
.form-select {
    min-height: 54px;
    border: 1px solid rgba(59,20,107,.14);
    border-radius: 18px;
    padding: 13px 16px;
    font-weight: 700;
}

textarea.form-control { min-height: 150px; }
.form-control:focus,
.form-select:focus { border-color: var(--ed-purple); box-shadow: 0 0 0 .22rem rgba(59,20,107,.10); }

.footer {
    padding: 66px 0 24px;
    color: rgba(255,255,255,.72);
    background: #171028;
}

.footer .brand-logo { color: #fff; }
.footer h5 { margin-bottom: 18px; color: #fff; font-size: 16px; font-weight: 900; }
.footer p { line-height: 1.75; }
.footer a { display: block; margin-bottom: 10px; color: rgba(255,255,255,.72); font-weight: 600; }
.footer a:hover { color: #fff; }
.footer .icon-btn { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.10); }
.footer .icon-btn:hover { background: var(--ed-orange); border-color: var(--ed-orange); }

.footer-bottom {
    margin-top: 36px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.10);
    font-size: 13px;
}

.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 50;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 22px;
    color: #fff;
    background: #25d366;
    font-size: 27px;
    box-shadow: 0 18px 42px rgba(37, 211, 102, .34);
}

@media (max-width: 991.98px) {
    .topbar .topbar-left { display: none !important; }
    .blog-hero { padding: 54px 0 82px; }
    .article-shell { margin-top: -42px; }
    .sticky-sidebar { position: static; }
    .featured-media { border-radius: 26px; }
    .article-card, .sidebar-card, .comments-card { border-radius: 24px; }
}

@media (max-width: 575.98px) {
    .hero-title { font-size: 36px; }
    .hero-meta { gap: 8px; }
    .meta-chip { width: 100%; justify-content: flex-start; }
    .article-body { padding: 26px 20px; }
    .blog-content { font-size: 16px; line-height: 1.82; }
    .blog-content blockquote { font-size: 18px; padding: 22px; }
    .blog-content iframe, .blog-content video { min-height: 230px; }
    .author-box { flex-direction: column; }
    .article-footer { align-items: flex-start; }
    .featured-label { left: 16px; bottom: 16px; }
}




.site-header {
    background: rgba(255,255,255,.86);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(66, 19, 95, .08);
}

.navbar { min-height: 82px; }

.brand-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--purple);
}

.brand-mark {
    width: 48px;
    height: 48px;
    border-radius: 17px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--orange), var(--orange-2));
    color: #fff;
    font-size: 24px;
    box-shadow: 0 16px 32px rgba(245, 130, 32, .25);
}

.brand-name {
    display: block;
    font-size: 27px;
    font-weight: 950;
    letter-spacing: -.9px;
    line-height: .9;
}

.brand-name span { color: var(--orange); }

.brand-tagline {
    display: block;
    color: var(--muted);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    margin-top: 5px;
    font-weight: 800;
}

.navbar .nav-link {
    color: #30253a;
    font-size: 14px;
    font-weight: 800;
    border-radius: 999px;
    padding: 11px 14px !important;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: var(--purple);
    background: rgba(245, 130, 32, .12);
}

.btn-main {
    border: 0;
    border-radius: 999px;
    padding: 13px 22px;
    color: #fff;
    font-weight: 900;
    background: linear-gradient(135deg, var(--orange), #e2720e);
    box-shadow: 0 16px 34px rgba(245, 130, 32, .30);
    transition: .25s ease;
}

.btn-main:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(245, 130, 32, .38);
}

.btn-soft {
    border-radius: 999px;
    padding: 13px 22px;
    font-weight: 900;
    color: var(--purple);
    background: #fff;
    border: 1px solid var(--border);
    box-shadow: 0 12px 26px rgba(66, 19, 95, .07);
}

.btn-soft:hover {
    color: #fff;
    background: var(--purple);
}

.hero {
    padding: 74px 0 46px;
    position: relative;
}

.hero-card {
    position: relative;
    overflow: hidden;
    border-radius: 42px;
    background:
        linear-gradient(135deg, rgba(66, 19, 95, .96), rgba(91, 31, 121, .94)),
        url("https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=1600&q=85") center/cover;
    color: #fff;
    box-shadow: var(--shadow);
}

.hero-card::before {
    content: "";
    position: absolute;
    width: 390px;
    height: 390px;
    right: -120px;
    top: -140px;
    border-radius: 50%;
    background: rgba(245, 130, 32, .34);
}

.hero-card::after {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    right: 28%;
    bottom: -120px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
}

.hero-inner {
    position: relative;
    z-index: 2;
    padding: clamp(34px, 5vw, 72px);
}

.breadcrumb-mini {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.16);
    color: rgba(255,255,255,.86);
    font-size: 13px;
    font-weight: 800;
    backdrop-filter: blur(16px);
}

.hero h1 {
    margin: 22px 0 18px;
    font-size: clamp(44px, 7vw, 88px);
    line-height: .92;
    letter-spacing: -4px;
    font-weight: 950;
}





.floating-photo {
    position: absolute;
    overflow: hidden;
    border-radius: 32px;
    border: 6px solid rgba(255,255,255,.18);
    box-shadow: 0 28px 60px rgba(0,0,0,.22);
    background: #fff;
}

.floating-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-one {
    width: 78%;
    height: 330px;
    right: 0;
    top: 22px;
}

.photo-two {
    width: 48%;
    height: 210px;
    left: 0;
    bottom: 28px;
}

.floating-note {
    position: absolute;
    right: 30px;
    bottom: 58px;
    max-width: 250px;
    border-radius: 24px;
    padding: 18px;
    background: rgba(255,255,255,.92);
    color: var(--ink);
    box-shadow: 0 18px 48px rgba(0,0,0,.16);
    backdrop-filter: blur(18px);
}

.floating-note strong {
    display: block;
    color: var(--purple);
    font-weight: 950;
    margin-bottom: 4px;
}

.floating-note span {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
}

.trust-strip {
    margin-top: -12px;
    position: relative;
    z-index: 3;
}

.trust-box {
    background: rgba(255,255,255,.9);
    border: 1px solid var(--border);
    border-radius: 26px;
    box-shadow: var(--shadow-sm);
    padding: 18px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 18px;
}

.trust-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    border-radius: 17px;
    display: grid;
    place-items: center;
    color: var(--orange);
    background: rgba(245, 130, 32, .12);
    font-size: 23px;
}

.trust-item strong {
    display: block;
    color: var(--purple);
    font-weight: 950;
    line-height: 1.1;
}

.trust-item span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 650;
}

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

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--orange);
    background: rgba(245, 130, 32, .12);
    border: 1px solid rgba(245, 130, 32, .12);
    border-radius: 999px;
    padding: 9px 14px;
    font-weight: 950;
    font-size: 13px;
}

.section-title {
    color: var(--purple);
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 950;
    letter-spacing: -1.6px;
    margin: 16px 0 12px;
}

.section-desc {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.8;
}

.category-panel {
    position: sticky;
    top: 96px;
    z-index: 10;
    border-radius: 28px;
    padding: 12px;
    background: rgba(255,255,255,.86);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(18px);
}


.showcase-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 22px;
    margin-top: 34px;
}

.showcase-card {
    min-height: 320px;
    border-radius: 32px;
    position: relative;
    overflow: hidden;
    grid-column: span 4;
    box-shadow: var(--shadow-sm);
    cursor: pointer;
    isolation: isolate;
    transition: .35s ease;
    background: #eee;
}

.showcase-card.is-large {
    grid-column: span 7;
    min-height: 500px;
}

.showcase-card.is-feature {
    grid-column: span 5;
    min-height: 500px;
}

.showcase-card.is-wide {
    grid-column: span 8;
    min-height: 380px;
}

.showcase-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 70px rgba(35, 14, 52, .17);
}

.showcase-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    transition: transform .7s ease;
}

.showcase-card:hover img { transform: scale(1.08); }

.showcase-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(15, 10, 22, .02) 0%, rgba(15, 10, 22, .22) 40%, rgba(15, 10, 22, .82) 100%);
}

.showcase-top {
    position: absolute;
    top: 18px;
    left: 18px;
    right: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.card-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    background: rgba(255,255,255,.17);
    border: 1px solid rgba(255,255,255,.22);
    backdrop-filter: blur(14px);
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 950;
}

.card-count {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgba(255,255,255,.16);
    border: 1px solid rgba(255,255,255,.20);
    backdrop-filter: blur(14px);
    opacity: 0;
    transform: translateY(-6px);
    transition: .25s ease;
}

.showcase-card:hover .card-count {
    opacity: 1;
    transform: translateY(0);
}

.showcase-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 26px;
    color: #fff;
}

.showcase-info h3 {
    font-size: 25px;
    font-weight: 950;
    letter-spacing: -.6px;
    margin-bottom: 8px;
}

.showcase-info p {
    color: rgba(255,255,255,.76);
    line-height: 1.6;
    margin-bottom: 0;
}

.hide-gallery { display: none !important; }

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

.story-card::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    right: -48px;
    top: -48px;
    border-radius: 50%;
    background: rgba(245, 130, 32, .12);
}

.story-number {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--orange), #df7411);
    box-shadow: 0 18px 36px rgba(245, 130, 32, .24);
    font-size: 22px;
    font-weight: 950;
    margin-bottom: 22px;
}

.story-card h4 {
    color: var(--purple);
    font-weight: 950;
    margin-bottom: 10px;
}

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

.contact-section {
    padding: 40px 0 82px;
}

.contact-panel {
    overflow: hidden;
    border-radius: 40px;
    background:
        radial-gradient(circle at 15% 20%, rgba(245, 130, 32, .28), transparent 30%),
        linear-gradient(135deg, #42135f, #2b0c41);
    color: #fff;
    box-shadow: var(--shadow);
}

.contact-content { padding: clamp(34px, 5vw, 62px); }

.contact-panel h2 {
    font-size: clamp(34px, 4.8vw, 58px);
    font-weight: 950;
    letter-spacing: -1.8px;
    margin-bottom: 16px;
}

.contact-panel p {
    color: rgba(255,255,255,.76);
    line-height: 1.8;
    max-width: 680px;
}

.contact-mini-card {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 16px;
    border-radius: 24px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.16);
    color: #fff;
    backdrop-filter: blur(16px);
    height: 100%;
}

.contact-mini-card i {
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    border-radius: 17px;
    display: grid;
    place-items: center;
    background: rgba(245, 130, 32, .22);
    color: #fff;
    font-size: 21px;
}

.contact-mini-card strong {
    display: block;
    font-weight: 950;
}

.contact-mini-card span {
    display: block;
    color: rgba(255,255,255,.70);
    font-size: 13px;
    margin-top: 2px;
}

.footer {
    background: #fbfbfd;
    border-top: 1px solid rgba(66, 19, 95, .08);
    padding-top: 58px;
}

.footer p,
.footer a {
    color: var(--muted);
    font-weight: 650;
}

.footer a:hover { color: var(--orange); }

.footer h5 {
    color: var(--purple);
    font-weight: 950;
    margin-bottom: 18px;
}

.footer-link { display: block; margin-bottom: 10px; }

.social-link {
    width: 42px;
    height: 42px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    color: var(--purple) !important;
    background: #fff;
    border: 1px solid var(--border);
    box-shadow: 0 12px 26px rgba(66, 19, 95, .06);
}

.social-link:hover {
    color: #fff !important;
    background: var(--purple);
}

.copyright {
    margin-top: 42px;
    padding: 22px 0;
    border-top: 1px solid rgba(66, 19, 95, .08);
    color: var(--muted);
    font-size: 14px;
}

.floating-whatsapp {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 64px;
    height: 64px;
    z-index: 99;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    background: #25d366;
    font-size: 30px;
    box-shadow: 0 18px 42px rgba(37, 211, 102, .36);
}

.modal-content {
    border: 0;
    border-radius: 30px;
    overflow: hidden;
    background: #111;
}

.modal-image {
    width: 100%;
    max-height: 76vh;
    object-fit: cover;
    display: block;
}

.modal-caption {
    color: #fff;
    padding: 20px 24px 24px;
    background: #111;
}

.modal-caption h4 {
    font-weight: 950;
    margin-bottom: 5px;
}

.modal-caption p {
    color: rgba(255,255,255,.72);
    margin: 0;
}

.close-gallery {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 5;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: rgba(0,0,0,.45);
    backdrop-filter: blur(12px);
}

@media (max-width: 991.98px) {
    .hero { padding-top: 42px; }
    .hero h1 { letter-spacing: -2.4px; }
    .hero-visual { min-height: 380px; margin-top: 20px; }
    .photo-one { width: 84%; height: 280px; }
    .photo-two { height: 190px; }
    .floating-note { right: 10px; bottom: 32px; }
    .category-panel { position: relative; top: auto; overflow-x: auto; }
    .showcase-grid { grid-template-columns: repeat(6, 1fr); }
    .showcase-card,
    .showcase-card.is-large,
    .showcase-card.is-feature,
    .showcase-card.is-wide {
        grid-column: span 6;
        min-height: 370px;
    }
}

@media (max-width: 575.98px) {
    .announcement { display: none; }
    .brand-mark { width: 42px; height: 42px; border-radius: 14px; }
    .brand-name { font-size: 23px; }
    .hero-card { border-radius: 30px; }
    .hero-inner { padding: 28px; }
    .hero p { font-size: 16px; }
    .hero-visual { min-height: 320px; }
    .photo-one { width: 100%; height: 235px; border-radius: 24px; }
    .photo-two { display: none; }
    .floating-note { left: 18px; right: 18px; bottom: 15px; max-width: none; }
    .showcase-card,
    .showcase-card.is-large,
    .showcase-card.is-feature,
    .showcase-card.is-wide {
        min-height: 320px;
        border-radius: 26px;
    }
    .showcase-info { padding: 22px; }
    .contact-panel { border-radius: 30px; }
    .floating-whatsapp { right: 16px; bottom: 16px; }
}



.site-header{
    position:sticky;
    top:0;
    z-index:1000;
    background:rgba(255,255,255,.92);
    backdrop-filter:blur(16px);
    border-bottom:1px solid rgba(59,21,71,.08);
}

.navbar{padding:16px 0}

.brand-main{
    display:inline-flex;
    align-items:flex-end;
    gap:1px;
    font-weight:900;
    letter-spacing:-.05em;
    color:var(--ed-purple);
    font-size:30px;
    line-height:1;
}
.brand-main .e,.brand-main .o,.brand-main .dot{color:var(--ed-orange)}
.brand-sub{
    display:block;
    color:var(--ed-orange);
    font-size:11px;
    font-weight:800;
    letter-spacing:.26em;
    text-transform:uppercase;
    margin-top:2px;
}

.nav-link{
    color:var(--ed-purple)!important;
    font-weight:700;
    font-size:14px;
    padding:10px 14px!important;
    border-radius:999px;
}
.nav-link:hover,.nav-link.active{background:var(--ed-soft);color:var(--ed-orange)!important}




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

.call-card {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 12% 8%, rgba(255,255,255,.22), transparent 30%),
        linear-gradient(145deg, var(--purple), var(--purple-2));
}

.call-card::after {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -65px;
    width: 160px;
    height: 160px;
    border-radius: 999px;
    background: rgba(255, 134, 23, .44);
}

.call-card > * { position: relative; z-index: 2; }

.call-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    color: #fff;
    background: rgba(255,255,255,.16);
    border: 1px solid rgba(255,255,255,.22);
    margin-bottom: 16px;
}

.call-card h3 {
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: -.035em;
    margin-bottom: 8px;
}

.call-card p {
    color: rgba(255,255,255,.78);
    line-height: 1.72;
    font-weight: 500;
}

.call-card .form-control {
    height: 50px;
    border-radius: 16px;
    border: 0;
    box-shadow: none;
    font-weight: 700;
}

.call-card .btn {
    height: 50px;
    border-radius: 16px;
    border: 0;
    background: var(--orange);
    color: #fff;
    font-weight: 900;
}

