/* ===== Kashaf Kids Wear - Bold & Playful ===== */
:root {
    --brand-pink: #ff2d87;
    --brand-pink-dark: #d61e6f;
    --brand-yellow: #ffd233;
    --brand-purple: #7c3aed;
    --brand-mint: #10b981;
    --brand-cream: #fff8ee;
    --brand-dark: #1f1147;
    --text-dark: #26214a;
    --text-muted: #6b6785;
}

* { -webkit-font-smoothing: antialiased; }
html, body { min-height: 100%; }

body {
    font-family: 'Quicksand', system-ui, sans-serif;
    color: var(--text-dark);
    background: linear-gradient(180deg, #fff8ee 0%, #ffffff 30%);
}

h1, h2, h3, h4, h5, .brand-text, .display-4, .display-5 { font-family: 'Fredoka', sans-serif; font-weight: 600; }

a { text-decoration: none; }

/* Top strip */
.top-strip { background: var(--brand-dark); color: #fff; padding: 6px 0; font-size: 13px; }
.top-strip a { color: #ffd233; text-decoration: none; }

/* Navbar */
.custom-navbar {
    background: #fff;
    box-shadow: 0 4px 24px rgba(255, 45, 135, 0.08);
    padding: 0.85rem 0;
}
.navbar-brand { display: flex; align-items: center; gap: 10px; font-family: 'Fredoka', sans-serif; }
.brand-badge {
    background: linear-gradient(135deg, var(--brand-pink), var(--brand-purple));
    color: #fff; width: 42px; height: 42px; border-radius: 14px;
    display: inline-flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 22px;
    box-shadow: 0 6px 14px rgba(255, 45, 135, 0.35);
}
.brand-text { color: var(--brand-dark); font-size: 1.35rem; line-height: 1; }
.brand-text small { display: block; font-size: 0.65rem; color: var(--brand-pink); letter-spacing: 2px; font-weight: 500; }

.custom-navbar .nav-link { color: var(--text-dark); font-weight: 600; padding: 0.6rem 1rem; }
.custom-navbar .nav-link:hover, .custom-navbar .nav-link.active { color: var(--brand-pink); }
.icon-link { font-size: 1.15rem; }

.cart-badge {
    position: absolute; top: 2px; right: 0;
    background: var(--brand-pink); color: #fff;
    font-size: 10px; border-radius: 12px; padding: 2px 6px; font-weight: 700;
}

.search-input {
    border-radius: 30px 0 0 30px;
    border: 2px solid #f5c8dc; border-right: none;
    padding: 0.5rem 1.1rem;
}
.search-input:focus { box-shadow: none; border-color: var(--brand-pink); }
.btn-search {
    border-radius: 0 30px 30px 0;
    background: var(--brand-pink); color: #fff;
    border: 2px solid var(--brand-pink);
    padding: 0.5rem 1rem;
}

/* Buttons */
.btn-pink {
    background: var(--brand-pink); border: 2px solid var(--brand-pink); color: #fff;
    border-radius: 30px; padding: 0.55rem 1.4rem; font-weight: 600;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn-pink:hover { background: var(--brand-pink-dark); border-color: var(--brand-pink-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 18px rgba(255,45,135,.35); }
.btn-yellow { background: var(--brand-yellow); border: 2px solid var(--brand-yellow); color: var(--brand-dark); border-radius: 30px; padding: 0.55rem 1.4rem; font-weight: 700; }
.btn-yellow:hover { background: #ffbe0b; border-color: #ffbe0b; color: var(--brand-dark); }
.btn-outline-pink { background: transparent; border: 2px solid var(--brand-pink); color: var(--brand-pink); border-radius: 30px; padding: 0.5rem 1.3rem; font-weight: 600; }
.btn-outline-pink:hover { background: var(--brand-pink); color: #fff; }

/* Hero */
.hero {
    position: relative;
    background: radial-gradient(circle at 20% 30%, #ffe4f1 0%, transparent 40%),
                radial-gradient(circle at 80% 70%, #ffefc7 0%, transparent 40%),
                linear-gradient(135deg, #fff8ee 0%, #fff0f8 100%);
    padding: 4rem 0 5rem;
    overflow: hidden;
}
.hero .badge-tag { display: inline-block; background: rgba(255,45,135,.12); color: var(--brand-pink); padding: 6px 14px; border-radius: 30px; font-weight: 600; font-size: 13px; letter-spacing: 1px; }
.hero h1 { font-size: 3.4rem; line-height: 1.05; color: var(--brand-dark); }
.hero h1 .accent { color: var(--brand-pink); position: relative; }
.hero h1 .accent::after { content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 8px; background: var(--brand-yellow); z-index: -1; border-radius: 6px; }
.hero p.lead { font-size: 1.15rem; color: var(--text-muted); }
.hero .bubble { position: absolute; border-radius: 50%; opacity: .5; }
.b1 { width: 120px; height: 120px; background: #ffd233; top: 10%; left: 5%; }
.b2 { width: 80px; height: 80px; background: #ff2d87; top: 60%; left: 8%; opacity: .3; }
.b3 { width: 160px; height: 160px; background: #7c3aed; top: 15%; right: 8%; opacity: .2; }

.hero-visual {
    background: linear-gradient(135deg, var(--brand-pink), var(--brand-purple));
    border-radius: 30px;
    padding: 3rem;
    color: #fff;
    text-align: center;
    box-shadow: 0 20px 60px rgba(124, 58, 237, .3);
}
.hero-visual .emoji { font-size: 5rem; display: block; }

/* Category chips */
.category-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 1.25rem; }
.category-card {
    background: #fff;
    border: 2px solid #ffe4f1;
    border-radius: 20px;
    padding: 1.5rem 1rem;
    text-align: center;
    transition: all 0.2s ease;
    color: var(--text-dark);
    text-decoration: none;
    display: block;
}
.category-card:hover { transform: translateY(-6px); border-color: var(--brand-pink); box-shadow: 0 12px 24px rgba(255,45,135,.15); color: var(--brand-pink); }
.category-card .icon-bubble {
    width: 60px; height: 60px; margin: 0 auto 12px;
    background: linear-gradient(135deg, #fff0f8, #fff8dc);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 26px;
}
.category-card h6 { margin: 0; font-weight: 700; font-size: 0.95rem; }

/* Product cards */
.product-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #ffe4f1;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
    display: flex; flex-direction: column;
}
.product-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(31,17,71,.12); }
.product-card .img-wrap {
    aspect-ratio: 1/1.15;
    background: linear-gradient(135deg, #fff0f8, #fff8dc);
    position: relative; overflow: hidden;
}
.product-card .img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.product-card .discount-badge {
    position: absolute; top: 10px; left: 10px;
    background: var(--brand-pink); color: #fff;
    padding: 4px 10px; border-radius: 30px;
    font-size: 12px; font-weight: 700;
}
.product-card .new-badge {
    position: absolute; top: 10px; right: 10px;
    background: var(--brand-yellow); color: var(--brand-dark);
    padding: 4px 10px; border-radius: 30px; font-size: 11px; font-weight: 700; letter-spacing: 1px;
}
.product-card .body { padding: 1rem; flex-grow: 1; display: flex; flex-direction: column; }
.product-card .cat-tag { color: var(--brand-purple); font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; }
.product-card h6 { font-family: 'Fredoka', sans-serif; font-size: 1rem; margin: 4px 0 8px; color: var(--text-dark); }
.product-card h6 a { color: inherit; }
.product-card h6 a:hover { color: var(--brand-pink); }
.product-card .price-row { display: flex; align-items: baseline; gap: 8px; margin-top: auto; }
.product-card .price { color: var(--brand-pink); font-size: 1.15rem; font-weight: 700; }
.product-card .strike { text-decoration: line-through; color: var(--text-muted); font-size: 0.9rem; }

/* Section heading */
.section-head { text-align: center; margin: 3rem 0 2rem; }
.section-head .sub { display: inline-block; background: var(--brand-yellow); color: var(--brand-dark); padding: 4px 14px; border-radius: 30px; font-weight: 700; font-size: 12px; letter-spacing: 2px; }
.section-head h2 { font-size: 2.4rem; margin-top: 12px; color: var(--brand-dark); }

/* Product Details */
.product-detail-img { border-radius: 24px; overflow: hidden; background: #fff0f8; aspect-ratio: 1; }
.product-detail-img img { width: 100%; height: 100%; object-fit: cover; }
.thumb-wrap { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.thumb-wrap img { width: 70px; height: 70px; border-radius: 12px; object-fit: cover; border: 2px solid transparent; cursor: pointer; }
.thumb-wrap img.active, .thumb-wrap img:hover { border-color: var(--brand-pink); }

.size-btn, .color-btn { display: inline-block; padding: 8px 14px; border: 2px solid #ffd6e6; background: #fff; border-radius: 30px; margin: 4px; font-weight: 600; cursor: pointer; user-select: none; }
.size-btn.active, .color-btn.active { background: var(--brand-pink); border-color: var(--brand-pink); color: #fff; }

/* Cards general */
.soft-card {
    background: #fff; border-radius: 20px; padding: 1.75rem;
    box-shadow: 0 6px 24px rgba(31,17,71,.06);
    border: 1px solid #ffe4f1;
}

/* Forms */
.form-control, .form-select { border-radius: 12px; padding: 0.65rem 1rem; border: 2px solid #ffe4f1; }
.form-control:focus, .form-select:focus { border-color: var(--brand-pink); box-shadow: 0 0 0 3px rgba(255,45,135,.15); }
.form-label { font-weight: 600; color: var(--text-dark); }

/* Table */
.table thead { background: #fff0f8; color: var(--brand-dark); }
.table thead th { font-weight: 700; border: none; }

/* Badges */
.status-badge { padding: 4px 12px; border-radius: 30px; font-size: 12px; font-weight: 700; letter-spacing: .5px; }
.st-Pending { background: #fff4d6; color: #c68b00; }
.st-Confirmed { background: #d9f5ff; color: #0369a1; }
.st-Shipped { background: #e0e7ff; color: #4338ca; }
.st-Delivered { background: #d1fae5; color: #065f46; }
.st-Cancelled { background: #ffe4e4; color: #b91c1c; }

/* WhatsApp float */
.whatsapp-float {
    position: fixed; bottom: 24px; right: 24px;
    background: #25d366; color: #fff; width: 60px; height: 60px;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 32px; box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
    z-index: 999; transition: transform .15s ease;
}
.whatsapp-float:hover { transform: scale(1.1); color: #fff; }

/* Footer */
.site-footer { background: var(--brand-dark); color: #fff; }
.site-footer a:hover { color: var(--brand-yellow) !important; text-decoration: none; }

/* Admin */
.admin-wrap { display: flex; min-height: 100vh; }
.admin-sidebar {
    width: 260px; background: linear-gradient(180deg, var(--brand-dark) 0%, #2d1b6b 100%);
    color: #fff; padding: 1.5rem 0; position: sticky; top: 0; height: 100vh;
}
.admin-sidebar .brand { padding: 0 1.5rem 1.5rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.admin-sidebar a { display: block; color: #cdc5e8; padding: 0.75rem 1.5rem; text-decoration: none; font-weight: 500; }
.admin-sidebar a:hover, .admin-sidebar a.active { background: rgba(255,45,135,.15); color: #fff; border-left: 3px solid var(--brand-pink); }
.admin-sidebar a i { width: 20px; margin-right: 8px; }
.admin-main { flex-grow: 1; background: #f5f4fb; padding: 2rem; }
.admin-topbar { background: #fff; padding: 1rem 1.5rem; border-radius: 16px; margin-bottom: 1.5rem; display: flex; justify-content: space-between; align-items: center; }
.stat-card { background: #fff; border-radius: 20px; padding: 1.5rem; box-shadow: 0 4px 16px rgba(31,17,71,.06); border-left: 5px solid var(--brand-pink); }
.stat-card.yellow { border-left-color: var(--brand-yellow); }
.stat-card.purple { border-left-color: var(--brand-purple); }
.stat-card.mint { border-left-color: var(--brand-mint); }
.stat-card h3 { font-size: 2rem; color: var(--brand-dark); margin: 8px 0 0; }
.stat-card .label { color: var(--text-muted); font-size: 13px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; }

/* Responsive */
@@media (max-width: 767px) {
    .hero h1 { font-size: 2.2rem; }
    .brand-text { font-size: 1.1rem; }
    .whatsapp-float { width: 50px; height: 50px; font-size: 26px; }
    .admin-wrap { flex-direction: column; }
    .admin-sidebar { width: 100%; height: auto; position: relative; }
}
.footer-section {
    background: #111827;
    color: #fff;
    padding: 70px 0 20px;
}

.footer-logo {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

    .footer-logo i {
        color: #ff4f8b;
        margin-right: 10px;
    }

.footer-text {
    color: #cfcfcf;
    line-height: 28px;
}

.footer-contact p {
    margin-bottom: 12px;
}

.footer-contact i {
    color: #ff4f8b;
    width: 25px;
}

.footer-contact a {
    color: #fff;
    text-decoration: none;
}

.footer-section h5 {
    margin-bottom: 25px;
    font-weight: 700;
}

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

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

    .footer-links a {
        color: #ddd;
        text-decoration: none;
        transition: .3s;
    }

        .footer-links a:hover {
            color: #ff4f8b;
            padding-left: 6px;
        }

.social-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: #1f2937;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    transition: .3s;
    font-size: 18px;
}

    .social-icons a:hover {
        background: #ff4f8b;
        transform: translateY(-5px);
    }

.footer-divider {
    border-color: #444;
    margin: 35px 0;
}

.footer-section input {
    border-radius: 30px;
}

.footer-section .btn {
    border-radius: 30px;
}

@media(max-width:768px) {

    .footer-section {
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }
}
/* =========================
   MOBILE RESPONSIVE NAVBAR
   ========================= */

.custom-navbar {
    z-index: 1030;
}

/* Brand */
.navbar-brand {
    white-space: nowrap;
}

.brand-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-weight: 700;
}

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

    .brand-text small {
        font-size: 9px;
        margin-top: 3px;
    }

/* Search */
.search-input {
    min-width: 210px;
}

.btn-search {
    border: none;
}

/* Mobile */
@media (max-width: 991.98px) {

    .custom-navbar .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    /* Hamburger */
    .navbar-toggler {
        border: 1px solid rgba(0,0,0,.15);
        padding: 6px 9px;
        box-shadow: none !important;
    }

        .navbar-toggler:focus {
            box-shadow: none;
        }

    /* Collapsed menu */
    #mainNav {
        padding: 12px 0 15px;
    }

        #mainNav .navbar-nav {
            width: 100%;
        }

            /* Main menu */
            #mainNav .navbar-nav.me-auto {
                margin-bottom: 10px;
            }

        #mainNav .nav-item {
            width: 100%;
        }

        #mainNav .nav-link {
            padding: 10px 8px;
            border-radius: 6px;
        }

            #mainNav .nav-link:hover {
                background: rgba(0,0,0,.05);
            }

        /* Search */
        #mainNav > .d-flex {
            width: 100%;
            margin: 8px 0 12px !important;
        }

        #mainNav .search-input {
            width: 100%;
            min-width: 0;
        }

        #mainNav .btn-search {
            min-width: 45px;
        }

        /* Right side icons */
        #mainNav > .navbar-nav.align-items-center {
            display: flex;
            flex-direction: row;
            align-items: center !important;
            gap: 5px;
            padding-top: 5px;
            border-top: 1px solid rgba(0,0,0,.08);
        }

            #mainNav > .navbar-nav.align-items-center > .nav-item {
                width: auto;
            }

            #mainNav > .navbar-nav.align-items-center .icon-link {
                padding: 9px 10px;
            }

            /* Login */
            #mainNav > .navbar-nav.align-items-center > .nav-item:not(.dropdown) .nav-link {
                white-space: nowrap;
            }

        /* Sign Up */
        #mainNav .btn-pink {
            white-space: nowrap;
            margin-left: 3px !important;
        }

        /* User dropdown */
        #mainNav .dropdown {
            margin-left: auto;
        }

        #mainNav .dropdown-toggle {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 180px;
        }

        #mainNav .dropdown-menu {
            width: 100%;
            min-width: 200px;
        }
}


/* Small mobile phones */
@media (max-width: 575.98px) {

    .custom-navbar .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .brand-badge {
        width: 34px;
        height: 34px;
        font-size: 16px;
    }

    .brand-text {
        font-size: 16px;
    }

        .brand-text small {
            font-size: 8px;
        }

    .navbar-toggler {
        margin-left: auto;
    }

    /* Right icons */
    #mainNav > .navbar-nav.align-items-center {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    /* Logged in user */
    #mainNav .dropdown-toggle {
        max-width: 145px;
    }

    /* Dropdown */
    #mainNav .dropdown-menu {
        position: absolute;
        right: 0;
        left: auto;
        width: 210px;
    }
}


/* Very small phones */
@media (max-width: 380px) {

    .brand-text {
        font-size: 14px;
    }

        .brand-text small {
            font-size: 7px;
        }

    .brand-badge {
        width: 31px;
        height: 31px;
    }

    #mainNav .dropdown-toggle {
        max-width: 110px;
    }

    #mainNav > .navbar-nav.align-items-center {
        gap: 2px;
    }

        #mainNav > .navbar-nav.align-items-center .icon-link {
            padding-left: 7px;
            padding-right: 7px;
        }
}

/* =========================
   ABOUT PAGE
   ========================= */

.about-page {
    overflow: hidden;
    background: #fff;
}


/* =========================
   HERO
   ========================= */

.about-hero {
    padding: 80px 0;
    background: linear-gradient(135deg, #FF2B87 0%, #C52BC5 50%, #A833D6 100%);
}

    /* Badge */
    .about-hero .badge-tag {
        color: #FFFFFF;
        background: rgba(255, 255, 255, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.25);
    }

/* Main Heading */
.about-title {
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 800;
    line-height: 1.1;
    color: #FFFFFF;
}

    .about-title span {
        display: block;
        color: #FFD52F;
    }

/* Main Description */
.about-lead {
    font-size: 20px;
    line-height: 1.7;
    color: #FFFFFF;
    max-width: 700px;
}

/* All Hero Paragraphs */
.about-hero p {
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.90);
}

/* Strong text */
.about-hero strong {
    color: #FFD52F;
}


/* =========================
   HERO VISUAL
   ========================= */

.about-visual {
    min-height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Main Circle */
.about-circle {
    width: 290px;
    height: 290px;
    border-radius: 50%;
    background: linear-gradient( 135deg, rgba(255, 213, 47, 0.35), rgba(255, 43, 135, 0.45), rgba(168, 51, 214, 0.45) );
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 25px 60px rgba(60, 10, 90, 0.20);
}

    .about-circle span {
        font-size: 150px;
        font-weight: 900;
        color: #FFFFFF;
        font-family: Georgia, serif;
    }


/* Floating Cards */
.about-floating-card {
    position: absolute;
    background: #FFFFFF;
    padding: 18px 20px;
    border-radius: 15px;
    box-shadow: 0 12px 35px rgba(36, 16, 79, 0.15);
    display: flex;
    flex-direction: column;
    gap: 3px;
}

    .about-floating-card i {
        color: #FF2B87;
        font-size: 20px;
        margin-bottom: 5px;
    }

    .about-floating-card strong {
        color: #24104F;
    }

    .about-floating-card small {
        color: #756B91;
    }

.card-one {
    top: 45px;
    left: 0;
}

.card-two {
    right: 0;
    bottom: 45px;
}


/* =========================
   SECTIONS
   ========================= */

.about-section {
    padding: 85px 0;
}

.about-light-section {
    background: #FFF0F5;
}

.section-heading {
    max-width: 700px;
    margin: auto;
}

    .section-heading h2 {
        font-size: clamp(30px, 4vw, 44px);
        font-weight: 750;
        color: #24104F;
    }

    .section-heading p {
        color: #756B91;
        line-height: 1.7;
    }


/* =========================
   CARDS
   ========================= */

.about-info-card,
.category-card {
    height: 100%;
    background: #FFFFFF;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 8px 30px rgba(36, 16, 79, 0.07);
    transition: all .3s ease;
}

    .about-info-card:hover,
    .category-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 40px rgba(36, 16, 79, 0.12);
    }


/* Icons */
.about-icon,
.category-icon {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    background: #FFE4EF;
    color: #FF2B87;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.about-info-card h4,
.category-card h5 {
    font-weight: 700;
    color: #24104F;
}

.about-info-card p,
.category-card p {
    color: #756B91;
    line-height: 1.7;
    margin-bottom: 0;
}


/* =========================
   CATEGORY
   ========================= */

.category-card {
    text-align: center;
    padding: 25px 18px;
}

    .category-card .category-icon {
        margin: 0 auto 15px;
    }


/* =========================
   WHY CHOOSE US
   ========================= */

.why-item {
    display: flex;
    gap: 18px;
    margin-bottom: 25px;
}

.why-icon {
    min-width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FF2B87, #A833D6);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-item h5 {
    margin-bottom: 5px;
    font-weight: 700;
    color: #24104F;
}

.why-item p {
    color: #756B91;
    line-height: 1.6;
    margin: 0;
}


/* =========================
   PROMISE
   ========================= */

.about-story {
    background: #FFF0F5;
}

.promise-card {
    background: #FFFFFF;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 15px 45px rgba(36, 16, 79, 0.08);
}

.promise-row {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 17px 0;
    border-bottom: 1px solid #F1E8EF;
    font-weight: 600;
    color: #24104F;
}

    .promise-row:last-child {
        border-bottom: 0;
    }

    .promise-row i {
        color: #FF2B87;
        width: 30px;
        font-size: 20px;
    }


/* =========================
   FEATURES
   ========================= */

.about-features {
    padding: 55px 0;
    background: linear-gradient( 135deg, #FF2B87, #C52BC5, #A833D6 );
}

.feature-box {
    color: #FFFFFF;
    padding: 15px;
}

    .feature-box i {
        font-size: 28px;
        margin-bottom: 12px;
        color: #FFD52F;
    }

    .feature-box h5 {
        margin-bottom: 5px;
        font-weight: 700;
        color: #FFFFFF;
    }

    .feature-box p {
        margin: 0;
        color: rgba(255, 255, 255, 0.80);
    }


/* =========================
   CTA
   ========================= */

.about-cta {
    padding: 85px 15px;
    text-align: center;
    background: #FFFFFF;
}

    .about-cta h2 {
        font-size: clamp(30px, 4vw, 45px);
        font-weight: 800;
        color: #24104F;
    }

    .about-cta p {
        color: #756B91;
        font-size: 17px;
    }


    /* CTA Button */
    .about-cta .btn-pink {
        background: #FF2B87;
        border-color: #FF2B87;
        color: #FFFFFF;
    }

        .about-cta .btn-pink:hover {
            background: #A833D6;
            border-color: #A833D6;
            color: #FFFFFF;
        }
.btn-success {
    background: #FF2B87 !important;
    border-color: #FF2B87 !important;
    color: #FFFFFF !important;
    border-radius: 50px !important;
    padding: 11px 25px;
    font-weight: 600;
    transition: all .3s ease;
}

    .btn-success:hover {
        background: #A833D6 !important;
        border-color: #A833D6 !important;
        color: #FFFFFF !important;
        transform: translateY(-2px);
    }   


/* =========================
   MOBILE
   ========================= */

@media (max-width: 767.98px) {

    .about-hero {
        padding: 50px 0;
    }

    .about-title {
        font-size: 38px;
    }

    .about-lead {
        font-size: 17px;
    }

    .about-hero p {
        font-size: 15px;
    }

    .about-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

        .about-buttons .btn {
            width: 100%;
            margin-left: 0 !important;
        }


    /* Hero Visual */
    .about-visual {
        min-height: 330px;
        margin-top: 20px;
    }

    .about-circle {
        width: 220px;
        height: 220px;
    }

        .about-circle span {
            font-size: 110px;
        }


    /* Floating Cards */
    .about-floating-card {
        padding: 12px 14px;
        font-size: 13px;
    }

    .card-one {
        left: 5px;
        top: 20px;
    }

    .card-two {
        right: 5px;
        bottom: 20px;
    }


    /* Sections */
    .about-section {
        padding: 60px 0;
    }


    /* Cards */
    .about-info-card {
        padding: 25px;
    }


    /* Why */
    .why-item {
        gap: 12px;
    }


    /* Promise */
    .promise-card {
        padding: 20px;
    }


    /* Features */
    .about-features {
        padding: 35px 0;
    }

    .feature-box {
        padding: 10px 5px;
    }

        .feature-box i {
            font-size: 23px;
        }

        .feature-box h5 {
            font-size: 14px;
        }

        .feature-box p {
            font-size: 12px;
        }


    /* CTA */
    .about-cta {
        padding: 60px 15px;
    }
}


/* =========================
   SMALL PHONES
   ========================= */

@media (max-width: 400px) {

    .about-title {
        font-size: 32px;
    }

    .about-circle {
        width: 190px;
        height: 190px;
    }

        .about-circle span {
            font-size: 95px;
        }

    .about-floating-card {
        transform: scale(.85);
    }

        .about-floating-card.card-one {
            left: -10px;
        }

        .about-floating-card.card-two {
            right: -10px;
        }
}
/* =========================
   PRIVACY PAGE
   ========================= */

.privacy-page {
    background: #fff;
    overflow: hidden;
}


/* =========================
   HERO
   ========================= */

.privacy-hero {
    padding: 75px 15px;
    background: linear-gradient( 135deg, #FF2B87 0%, #C52BC5 50%, #A833D6 100% );
}

.privacy-hero-content {
    max-width: 800px;
    margin: auto;
}

.privacy-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 50px;
    color: #fff;
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.25);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
}

.privacy-hero h1 {
    margin-top: 18px;
    color: #fff;
    font-size: clamp(38px, 5vw, 60px);
    font-weight: 800;
}

.privacy-hero p {
    max-width: 650px;
    margin: 15px auto 0;
    color: rgba(255,255,255,.9);
    font-size: 18px;
    line-height: 1.7;
}


/* =========================
   MAIN SECTION
   ========================= */

.privacy-section {
    padding: 75px 0;
    background: #FFF0F5;
}


/* =========================
   MAIN CARD
   ========================= */

.privacy-card {
    background: #fff;
    padding: 35px;
    border-radius: 22px;
    box-shadow: 0 12px 45px rgba(36,16,79,.08);
}


/* Policy Item */
.policy-section {
    display: flex;
    gap: 20px;
    padding: 28px 0;
    border-bottom: 1px solid #f0e7ed;
}

    .policy-section:first-child {
        padding-top: 5px;
    }

    .policy-section.last-policy {
        border-bottom: 0;
        padding-bottom: 5px;
    }

.policy-icon {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFE4EF;
    color: #FF2B87;
    font-size: 20px;
}

.policy-section h3 {
    margin-bottom: 10px;
    color: #24104F;
    font-size: 21px;
    font-weight: 700;
}

.policy-section p {
    margin-bottom: 10px;
    color: #756B91;
    line-height: 1.8;
}

    .policy-section p:last-child {
        margin-bottom: 0;
    }


/* List */
.policy-list {
    margin: 10px 0 0;
    padding-left: 20px;
    color: #756B91;
}

    .policy-list li {
        margin-bottom: 8px;
        line-height: 1.6;
    }

        .policy-list li::marker {
            color: #FF2B87;
        }


/* =========================
   SIDE CARD
   ========================= */

.privacy-side-card {
    position: sticky;
    top: 100px;
    padding: 30px;
    background: linear-gradient( 135deg, #FF2B87, #A833D6 );
    border-radius: 22px;
    color: #fff;
    box-shadow: 0 15px 45px rgba(168,51,214,.2);
}

.privacy-shield {
    width: 65px;
    height: 65px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.15);
    font-size: 28px;
    color: #FFD52F;
    margin-bottom: 20px;
}

.privacy-side-card h3 {
    font-weight: 750;
    margin-bottom: 12px;
}

.privacy-side-card > p {
    color: rgba(255,255,255,.88);
    line-height: 1.7;
}


/* Points */
.privacy-points {
    margin-top: 25px;
}

    .privacy-points div {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 15px;
        color: #fff;
    }

    .privacy-points i {
        color: #FFD52F;
    }


/* =========================
   HELP CARD
   ========================= */

.privacy-help-card {
    margin-top: 20px;
    padding: 25px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(36,16,79,.07);
}

    .privacy-help-card > i {
        color: #FF2B87;
        font-size: 28px;
        margin-bottom: 12px;
    }

    .privacy-help-card h4 {
        color: #24104F;
        font-weight: 700;
    }

    .privacy-help-card p {
        color: #756B91;
        line-height: 1.7;
    }

    .privacy-help-card a {
        color: #FF2B87;
        font-weight: 600;
        text-decoration: none;
    }

        .privacy-help-card a:hover {
            color: #A833D6;
        }


/* =========================
   CONTACT BUTTON
   ========================= */

.privacy-contact-btn {
    margin-top: 8px;
    border-radius: 50px !important;
    background: #FF2B87;
    border-color: #FF2B87;
    color: #fff;
    font-weight: 600;
}

    .privacy-contact-btn:hover {
        background: #A833D6;
        border-color: #A833D6;
        color: #fff;
    }


/* =========================
   BOTTOM CTA
   ========================= */

.privacy-bottom {
    padding: 75px 15px;
    background: #fff;
}

    .privacy-bottom > .container > i {
        color: #FF2B87;
        font-size: 38px;
        margin-bottom: 15px;
    }

    .privacy-bottom h2 {
        color: #24104F;
        font-size: clamp(30px, 4vw, 45px);
        font-weight: 800;
    }

    .privacy-bottom p {
        color: #756B91;
        font-size: 17px;
    }


/* =========================
   MOBILE
   ========================= */

@media (max-width: 991.98px) {

    .privacy-side-card {
        position: static;
    }

    .privacy-section {
        padding: 55px 0;
    }
}


@media (max-width: 767.98px) {

    .privacy-hero {
        padding: 55px 15px;
    }

        .privacy-hero h1 {
            font-size: 40px;
        }

        .privacy-hero p {
            font-size: 16px;
        }

    .privacy-card {
        padding: 20px;
        border-radius: 18px;
    }

    .policy-section {
        gap: 14px;
        padding: 24px 0;
    }

    .policy-icon {
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
        border-radius: 12px;
        font-size: 17px;
    }

    .policy-section h3 {
        font-size: 18px;
    }

    .policy-section p {
        font-size: 14px;
        line-height: 1.7;
    }

    .policy-list {
        font-size: 14px;
    }

    .privacy-side-card {
        padding: 25px;
    }

    .privacy-help-card {
        padding: 22px;
    }

    .privacy-bottom {
        padding: 55px 15px;
    }
}


@media (max-width: 400px) {

    .privacy-hero h1 {
        font-size: 34px;
    }

    .privacy-card {
        padding: 16px;
    }

    .policy-section {
        gap: 10px;
    }

    .policy-icon {
        flex: 0 0 38px;
        width: 38px;
        height: 38px;
        font-size: 15px;
    }

    .policy-section h3 {
        font-size: 17px;
    }

    .policy-section p,
    .policy-list {
        font-size: 13px;
    }

    .privacy-side-card {
        padding: 20px;
    }
}

/* =========================
   CONTACT PAGE
   ========================= */

.contact-title {
    font-size: clamp(36px, 5vw, 58px);
    font-weight: 800;
    line-height: 1.1;
    color: #24104F;
}

.contact-description {
    color: #777;
    font-size: 17px;
    line-height: 1.8;
    max-width: 550px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.contact-info-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: #fff0f7;
    color: #FF2B87;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info-item h6 {
    margin: 0 0 4px;
    color: #24104F;
    font-weight: 700;
}

.contact-info-item p {
    margin: 0;
    color: #777;
    line-height: 1.6;
}

.contact-form-card {
    background: #fff;
    padding: 35px;
    border-radius: 24px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, .08);
}

.form-tag {
    color: #FF2B87;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.contact-form-card h3 {
    color: #24104F;
    font-weight: 800;
}

.contact-form-card .form-label {
    color: #24104F;
    font-weight: 600;
}

.contact-form-card .form-control {
    min-height: 52px;
    border-radius: 14px;
    border: 1px solid #eee;
    padding: 12px 16px;
}

.contact-form-card textarea.form-control {
    min-height: 140px;
}

.contact-form-card .form-control:focus {
    border-color: #FF2B87;
    box-shadow: 0 0 0 .2rem rgba(255, 43, 135, .12);
}


/* Success Alert */

.contact-success-alert {
    display: flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, #fff0f7, #f7edff);
    border: 1px solid #ffb5d5;
    border-radius: 18px;
    padding: 16px 20px;
    box-shadow: 0 8px 25px rgba(255, 43, 135, .10);
}

.success-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FF2B87, #A833D6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-success-alert strong {
    color: #24104F;
    font-size: 16px;
}

.contact-success-alert p {
    margin: 3px 0 0;
    color: #666;
    font-size: 14px;
}

.success-close {
    margin-left: auto;
    border: 0;
    background: transparent;
    font-size: 25px;
    color: #777;
    cursor: pointer;
}


/* Mobile */

@media (max-width: 767.98px) {

    .contact-title {
        font-size: 36px;
    }

    .contact-description {
        font-size: 15px;
    }

    .contact-form-card {
        padding: 25px 20px;
        border-radius: 20px;
    }

    .contact-success-alert {
        border-radius: 15px;
        padding: 14px;
    }

    .success-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }
}

/* =========================================
   CONTACT PAGE
   ========================================= */

.contact-page {
    overflow-x: hidden;
    background: #fff;
}

/* Main title */
.contact-title {
    color: #24104F;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -1px;
}

.contact-description {
    color: #777;
    font-size: 17px;
    line-height: 1.8;
    max-width: 520px;
}

/* =========================================
   CONTACT INFORMATION
   ========================================= */

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.contact-info-icon {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: linear-gradient(135deg, #FF2B87, #A833D6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 8px 20px rgba(255, 43, 135, .18);
}

.contact-info-item h6 {
    margin: 0 0 5px;
    color: #24104F;
    font-size: 16px;
    font-weight: 700;
}

.contact-info-item p {
    margin: 0;
    color: #777;
    line-height: 1.6;
    word-break: break-word;
}

/* WhatsApp */
.contact-page .btn-success {
    background: #198754;
    border: none;
    transition: all .25s ease;
}

    .contact-page .btn-success:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(25, 135, 84, .20);
    }

/* =========================================
   CONTACT FORM CARD
   ========================================= */

.contact-form-card {
    background: #fff;
    border: 1px solid rgba(255, 43, 135, .12);
    border-radius: 24px;
    padding: 38px;
    box-shadow: 0 15px 45px rgba(36, 16, 79, .08);
}

.form-tag {
    display: inline-block;
    padding: 7px 14px;
    border-radius: 50px;
    background: #fff0f7;
    color: #FF2B87;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.contact-form-card h3 {
    color: #24104F;
    font-weight: 800;
}

.contact-form-card .text-muted {
    color: #777 !important;
}

/* Form labels */
.contact-form-card .form-label {
    color: #24104F;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

/* Inputs */
.contact-form-card .form-control {
    min-height: 52px;
    border: 1px solid #eadff0;
    border-radius: 13px;
    padding: 12px 15px;
    color: #24104F;
    background: #fff;
    transition: all .2s ease;
}

.contact-form-card textarea.form-control {
    min-height: 135px;
    resize: vertical;
}

.contact-form-card .form-control::placeholder {
    color: #aaa;
}

.contact-form-card .form-control:focus {
    border-color: #FF2B87;
    box-shadow: 0 0 0 4px rgba(255, 43, 135, .10);
}

/* Validation */
.contact-form-card .text-danger {
    display: block;
    margin-top: 5px;
    font-size: 13px;
}

/* Submit button */
.contact-form-card .btn-pink {
    min-height: 54px;
    background: linear-gradient(135deg, #FF2B87, #A833D6);
    border: none;
    color: #fff;
    font-weight: 700;
    transition: all .25s ease;
}

    .contact-form-card .btn-pink:hover {
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(255, 43, 135, .25);
    }

/* =========================================
   SUCCESS MESSAGE
   ========================================= */

.contact-success-alert {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 22px;
    margin-bottom: 30px;
    border: 1px solid #ffc2df;
    border-radius: 18px;
    background: linear-gradient(135deg, #fff4fa, #f8edff);
    color: #24104F;
}

.success-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FF2B87, #A833D6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}

.contact-success-alert strong {
    display: block;
    font-size: 16px;
}

.contact-success-alert p {
    margin: 3px 0 0;
    color: #777;
    font-size: 14px;
}

.success-close {
    margin-left: auto;
    border: none;
    background: transparent;
    color: #777;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
}

    .success-close:hover {
        color: #24104F;
    }


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 991.98px) {

    .contact-title {
        font-size: 42px;
    }

    .contact-description {
        font-size: 16px;
    }

    .contact-form-card {
        padding: 30px;
        border-radius: 20px;
    }

    .contact-info {
        gap: 18px;
    }
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767.98px) {

    .contact-page {
        padding-top: 30px !important;
        padding-bottom: 40px !important;
    }

    .contact-title {
        font-size: 34px;
        line-height: 1.15;
        letter-spacing: -.5px;
    }

    .contact-description {
        font-size: 15px;
        line-height: 1.7;
    }

    .contact-info {
        margin-top: 25px !important;
        gap: 18px;
    }

    .contact-info-item {
        gap: 12px;
    }

    .contact-info-icon {
        flex: 0 0 45px;
        width: 45px;
        height: 45px;
        border-radius: 13px;
        font-size: 17px;
    }

    .contact-info-item h6 {
        font-size: 15px;
    }

    .contact-info-item p {
        font-size: 14px;
        line-height: 1.5;
    }

    .contact-page .btn-success {
        width: 100%;
        min-height: 50px;
        margin-top: 10px !important;
    }

    .contact-form-card {
        padding: 24px 18px;
        border-radius: 18px;
        box-shadow: 0 10px 30px rgba(36, 16, 79, .07);
    }

        .contact-form-card h3 {
            font-size: 24px;
        }

        .contact-form-card .text-muted {
            font-size: 14px;
            line-height: 1.6;
        }

        .contact-form-card .form-control {
            min-height: 50px;
            font-size: 15px;
        }

        .contact-form-card textarea.form-control {
            min-height: 120px;
        }

        .contact-form-card .btn-pink {
            min-height: 52px;
        }

    .contact-success-alert {
        padding: 15px;
        border-radius: 15px;
        gap: 11px;
    }

    .success-icon {
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
        font-size: 17px;
    }

    .contact-success-alert strong {
        font-size: 14px;
    }

    .contact-success-alert p {
        font-size: 12px;
    }
}


/* =========================================
   SMALL PHONES
   ========================================= */

@media (max-width: 400px) {

    .contact-title {
        font-size: 30px;
    }

    .contact-description {
        font-size: 14px;
    }

    .contact-form-card {
        padding: 20px 15px;
    }

    .form-tag {
        font-size: 10px;
        padding: 6px 11px;
    }

    .contact-form-card h3 {
        font-size: 22px;
    }

    .contact-info-item p {
        font-size: 13px;
    }

    .contact-success-alert {
        align-items: flex-start;
    }
}