﻿/* =========================================================
   TRIPTI STYLE - Complete CSS
   ========================================================= */

/* =========================================================
   RESET & BASE
   ========================================================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'DM Sans', sans-serif;
    background: #0b0a09;
    color: #ece7e0;
    padding-bottom: 75px !important;
    padding-top: 65px !important;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #d4a762;
    border-radius: 50%;
    padding: 22px;
    background-size: 50%;
    opacity: 0.8;
    transition: 0.3s;
}

    .carousel-control-prev-icon:hover,
    .carousel-control-next-icon:hover {
        opacity: 1;
        transform: scale(1.05);
    }

.carousel-indicators [data-bs-target] {
    background-color: #d4a762;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: none;
    opacity: 0.6;
}

.carousel-indicators .active {
    background-color: #e8c27a;
    transform: scale(1.3);
    opacity: 1;
}
h1, h2, h3, h4, h5, .brand-font {
    font-family: 'Playfair Display', serif;
}

.brand-gold {
    color: #d4a762;
}

.bg-card-dark {
    background: #1e1b17;
    border: 1px solid #2f2a24;
}

.section-padding {
    padding: 80px 0;
}

/* =========================================================
   BUTTONS
   ========================================================= */
.btn-gold {
    background: #d4a762;
    border: none;
    color: #0f0e0c;
    font-weight: 600;
    padding: 12px 35px;
    border-radius: 60px;
    transition: 0.3s;
    letter-spacing: 0.04em;
    font-family: 'DM Sans', sans-serif;
    border: 1px solid #d4a762;
    text-decoration: none;
    display: inline-block;
}

    .btn-gold:hover {
        background: #e0b873;
        color: #0b0a09;
        transform: scale(1.03);
        box-shadow: 0 10px 30px -6px rgba(212, 167, 98, 0.5);
    }

.btn-outline-gold {
    background: transparent;
    border: 2px solid #d4a762;
    color: #d4a762;
    font-weight: 600;
    padding: 12px 35px;
    border-radius: 60px;
    transition: 0.3s;
    font-family: 'DM Sans', sans-serif;
    text-decoration: none;
    display: inline-block;
}

    .btn-outline-gold:hover {
        background: #d4a762;
        color: #0f0e0c;
        box-shadow: 0 8px 28px -6px rgba(212, 167, 98, 0.3);
        transform: scale(1.03);
    }

.btn-dark {
    background: #12100d;
    border: none;
    color: #d4a762;
    font-weight: 600;
    padding: 0.7rem 2.2rem;
    border-radius: 60px;
    transition: 0.3s;
    letter-spacing: 0.04em;
    font-family: 'DM Sans', sans-serif;
    text-decoration: none;
    display: inline-block;
}

    .btn-dark:hover {
        background: #e0b873;
        color: #0b0a09;
        transform: scale(1.03);
        box-shadow: 0 10px 30px -6px rgba(212, 167, 98, 0.5);
    }

.btn-nav {
    border-radius: 25px;
    padding: 8px 22px;
    font-weight: 600;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-login {
    background: transparent;
    color: #d4a762 !important;
    border: 1.5px solid #d4a762;
}

    .btn-login:hover {
        background: #d4a762;
        color: #0f0e0c !important;
        transform: translateY(-2px);
        box-shadow: 0 5px 20px rgba(212, 167, 98, 0.3);
    }

.btn-register {
    background: linear-gradient(135deg, #d4a762, #c49a5a);
    color: #0f0e0c !important;
    border: none;
}

    .btn-register:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 20px rgba(212, 167, 98, 0.4);
        color: #0f0e0c !important;
    }

/* =========================================================
   DROPDOWN
   ========================================================= */
.dropdown-menu-tripti {
    background: #1a1714;
    border: 1px solid #2d2822;
    border-radius: 12px;
    padding: 8px 0;
}

    .dropdown-menu-tripti .dropdown-item {
        color: #bcaa9a;
        padding: 10px 20px;
        transition: all 0.3s ease;
    }

        .dropdown-menu-tripti .dropdown-item:hover {
            background: rgba(212, 167, 98, 0.1);
            color: #d4a762;
        }

        .dropdown-menu-tripti .dropdown-item.text-danger:hover {
            background: rgba(220, 53, 69, 0.1);
            color: #dc3545 !important;
        }

/* =========================================================
   DESKTOP NAVBAR
   ========================================================= */
.desktop-navbar {
    display: none;
}

.navbar-tripti-desktop {
    background: #bcafa0 !important;
    border-bottom: 1px solid #24201b;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
}

    .navbar-tripti-desktop .navbar-brand img {
        height: 85px;
/*        width: auto;*/
    }

.nav-link-custom {
    font-weight: 500;
    color: #120800 !important;
    padding: 0.5rem 1.2rem !important;
    border-radius: 40px;
    transition: 0.3s;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
}

    .nav-link-custom:hover {
        color: #7a3603 !important;
        background: rgba(212, 167, 98, 0.08);
    }

/* =========================================================
   MOBILE TOP APP BAR
   ========================================================= */
.app-top-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: #1a1714;
    border-bottom: 1px solid #2d2822;
    padding: 10px 16px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .app-top-bar .brand {
        display: flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
    }

        .app-top-bar .brand img {
            height: 40px;
            width: auto;
        }

    .app-top-bar .brand-text {
        font-family: 'Playfair Display', serif;
        color: #d4a762;
        font-size: 1.1rem;
        font-weight: 700;
    }

    .app-top-bar .menu-btn {
        background: transparent;
        border: none;
        color: #ece7e0;
        font-size: 1.5rem;
        padding: 5px;
        cursor: pointer;
        transition: 0.3s;
    }

        .app-top-bar .menu-btn:hover {
            color: #d4a762;
        }

/* =========================================================
   SIDEBAR
   ========================================================= */
.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1060;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

    .sidebar-overlay.active {
        display: block;
        opacity: 1;
    }

.app-sidebar {
    position: fixed;
    top: 0;
    left: -320px;
    width: 300px;
    height: 100%;
    background: #1a1714;
    border-right: 1px solid #2d2822;
    z-index: 1070;
    transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow-y: auto;
    padding: 20px 0;
}

    .app-sidebar.open {
        left: 0;
    }

    .app-sidebar .sidebar-header {
        padding: 0 20px 20px;
        border-bottom: 1px solid #2d2822;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .app-sidebar .sidebar-header .brand-text {
            font-family: 'Playfair Display', serif;
            color: #d4a762;
            font-size: 1rem;
            font-weight: 700;
        }

    .app-sidebar .close-btn {
        background: transparent;
        border: none;
        color: #8f7e6e;
        font-size: 1.5rem;
        cursor: pointer;
        transition: 0.3s;
    }

        .app-sidebar .close-btn:hover {
            color: #d4a762;
            transform: rotate(90deg);
        }

    .app-sidebar .nav-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .app-sidebar .nav-list a {
            display: flex;
            align-items: center;
            gap: 14px;
            padding: 14px 24px;
            color: #bcaa9a;
            text-decoration: none;
            font-size: 0.95rem;
            font-weight: 400;
            transition: 0.3s;
            border-left: 3px solid transparent;
        }

            .app-sidebar .nav-list a:hover,
            .app-sidebar .nav-list a.active {
                color: #d4a762;
                background: rgba(212, 167, 98, 0.06);
                border-left-color: #d4a762;
            }

            .app-sidebar .nav-list a i {
                font-size: 1.2rem;
                width: 24px;
                text-align: center;
                color: #8f7e6e;
                transition: 0.3s;
            }

            .app-sidebar .nav-list a:hover i,
            .app-sidebar .nav-list a.active i {
                color: #d4a762;
            }

        .app-sidebar .nav-list .divider {
            height: 1px;
            background: #2d2822;
            margin: 10px 20px;
        }

    .app-sidebar .sidebar-footer {
        padding: 20px 24px;
        border-top: 1px solid #2d2822;
        margin-top: 20px;
    }

        .app-sidebar .sidebar-footer .user-info {
            display: flex;
            align-items: center;
            gap: 12px;
        }

            .app-sidebar .sidebar-footer .user-info .avatar {
                width: 40px;
                height: 40px;
                border-radius: 50%;
                background: #2d2822;
                border: 2px solid #d4a762;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #d4a762;
                font-size: 1.2rem;
            }

            .app-sidebar .sidebar-footer .user-info .user-name {
                color: #ece7e0;
                font-weight: 500;
                font-size: 0.9rem;
            }

            .app-sidebar .sidebar-footer .user-info .user-email {
                color: #8f7e6e;
                font-size: 0.75rem;
            }

/* =========================================================
   BOTTOM TAB BAR (Mobile)
   ========================================================= */
.app-bottom-tab {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: #1a1714;
    border-top: 1px solid #2d2822;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 70px;
    padding: 5px 0;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: rgba(26, 23, 20, 0.95);
}

    .app-bottom-tab .tab-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #8f7e6e;
        font-size: 0.6rem;
        transition: 0.3s;
        padding: 4px 12px;
        border-radius: 12px;
        gap: 2px;
        min-width: 56px;
        position: relative;
        border: none;
        background: transparent;
        cursor: pointer;
    }

        .app-bottom-tab .tab-item i {
            font-size: 1.4rem;
            transition: 0.3s;
        }

        .app-bottom-tab .tab-item span {
            font-weight: 400;
            letter-spacing: 0.03em;
            font-size: 0.55rem;
        }

        .app-bottom-tab .tab-item:hover {
            color: #d4a762;
        }

        .app-bottom-tab .tab-item.active {
            color: #d4a762;
        }

            .app-bottom-tab .tab-item.active i {
                transform: translateY(-2px);
            }

        .app-bottom-tab .tab-item .badge-dot {
            position: absolute;
            top: 2px;
            right: 8px;
            width: 8px;
            height: 8px;
            background: #e74c3c;
            border-radius: 50%;
            border: 2px solid #1a1714;
        }

/* =========================================================
   MAIN CONTENT
   ========================================================= */
.main-content {
    min-height: 70vh;
    padding: 0;
}

/* =========================================================
   DESKTOP FOOTER
   ========================================================= */
.desktop-footer {
    display: block !important;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (min-width: 992px) {
    body {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .app-top-bar {
        display: none !important;
    }

    .app-bottom-tab {
        display: none !important;
    }

    .app-sidebar {
        display: none !important;
    }

    .sidebar-overlay {
        display: none !important;
    }

    .desktop-navbar {
        display: block !important;
    }

    .desktop-footer {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .desktop-navbar {
        display: none !important;
    }

    .desktop-footer {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .app-top-bar .brand-text {
        font-size: 0.9rem;
    }

    .app-top-bar .brand img {
        height: 30px;
    }
}

/* =========================================================
   CARDS
   ========================================================= */
.card-hover {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: #1e1b17;
    border: 1px solid #2d2822;
    border-radius: 28px;
    padding: 24px;
}

    .card-hover:hover {
        transform: translateY(-10px) scale(1.01);
        border-color: #d4a762;
        box-shadow: 0 25px 50px -12px rgba(212, 167, 98, 0.25);
        background: #24201b;
    }


/* =========================================================
   FORM INPUTS - FINAL AUTOFILL FIX
   ========================================================= */

/* ----- Base Input ----- */
.glass-input,
.form-control {
    background: #1a1714 !important;
    border: 1px solid #2d2822 !important;
    color: #ece7e0 !important;
    border-radius: 30px !important;
    padding: 12px 20px !important;
    width: 100%;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.95rem;
    transition: all 0.3s ease !important;
    /* ✅ AUTOFILL FIX */
    -webkit-text-fill-color: #ece7e0 !important;
    -webkit-box-shadow: 0 0 0px 1000px #1a1714 inset !important;
    box-shadow: 0 0 0px 1000px #1a1714 inset !important;
    background-clip: content-box !important;
}

    /* ----- Focus ----- */
    .glass-input:focus,
    .form-control:focus {
        outline: none !important;
        border-color: #d4a762 !important;
        background: #24201b !important;
        color: #ece7e0 !important;
        -webkit-text-fill-color: #ece7e0 !important;
        box-shadow: 0 0 0 3px rgba(212, 167, 98, 0.12), 0 0 0px 1000px #24201b inset !important;
        -webkit-box-shadow: 0 0 0 3px rgba(212, 167, 98, 0.12), 0 0 0px 1000px #24201b inset !important;
    }

    /* ----- Placeholder ----- */
    .glass-input::placeholder,
    .form-control::placeholder {
        color: #6a5f55 !important;
        -webkit-text-fill-color: #6a5f55 !important;
        opacity: 1 !important;
    }

    /* =========================================================
   ✅ AUTOFILL FIX - CHROME, EDGE, BRAVE, SAFARI
   ========================================================= */
    .glass-input:-webkit-autofill,
    .glass-input:-webkit-autofill:hover,
    .glass-input:-webkit-autofill:focus,
    .glass-input:-webkit-autofill:active,
    .form-control:-webkit-autofill,
    .form-control:-webkit-autofill:hover,
    .form-control:-webkit-autofill:focus,
    .form-control:-webkit-autofill:active,
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active,
    textarea:-webkit-autofill,
    textarea:-webkit-autofill:hover,
    textarea:-webkit-autofill:focus,
    select:-webkit-autofill,
    select:-webkit-autofill:hover,
    select:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0px 1000px #1a1714 inset !important;
        box-shadow: 0 0 0px 1000px #1a1714 inset !important;
        -webkit-text-fill-color: #ece7e0 !important;
        color: #ece7e0 !important;
        caret-color: #ece7e0 !important;
        border: 1px solid #2d2822 !important;
        background-color: #1a1714 !important;
        background-clip: content-box !important;
        transition: background-color 5000s ease-in-out 0s !important;
    }

    /* =========================================================
   ✅ AUTOFILL FIX - FIREFOX
   ========================================================= */
    .glass-input:autofill,
    .glass-input:-moz-autofill,
    .form-control:autofill,
    .form-control:-moz-autofill,
    input:autofill,
    textarea:autofill,
    select:autofill {
        background-color: #1a1714 !important;
        color: #ece7e0 !important;
        border: 1px solid #2d2822 !important;
        -webkit-text-fill-color: #ece7e0 !important;
        background-clip: content-box !important;
    }
/* =========================================================
   ✅ GOLDEN FOCUS FOR SELECT BOXES (Same as Inputs)
   ========================================================= */

/* 1. Select Box Base Style */
select.glass-input,
select.form-control,
select.glass-select,
.form-select {
    background-color: #1a1714 !important;
    color: #ece7e0 !important;
    border: 1px solid #2d2822 !important;
    border-radius: 30px !important;
    padding: 12px 45px 12px 20px !important;
    width: 100%;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease !important;
    /* Browser ka default arrow hatao */
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    /* Gold Arrow SVG */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23d4a762' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 1L6 6L11 1'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 18px center !important;
    background-size: 12px 8px !important;
}

    /* 2. ✅ GOLDEN FOCUS - Exactly Input Box Jaisa */
    select.glass-input:focus,
    select.form-control:focus,
    select.glass-select:focus,
    .form-select:focus {
        outline: none !important;
        border-color: #d4a762 !important; /* Gold Border */
        background-color: #24201b !important; /* Thoda lighter background */
        color: #ece7e0 !important;
        /* ✅ Ye hai wo Golden Glow jo Inputs pe aata hai */
        box-shadow: 0 0 0 3px rgba(212, 167, 98, 0.12), 0 0 0px 1000px #24201b inset !important;
        -webkit-box-shadow: 0 0 0 3px rgba(212, 167, 98, 0.12), 0 0 0px 1000px #24201b inset !important;
    }

    /* 3. Hover State */
    select.glass-input:hover,
    select.form-control:hover,
    select.glass-select:hover,
    .form-select:hover {
        border-color: #4a4036 !important;
        background-color: #24201b !important;
    }

    /* 4. Options (Dropdown open hone par) */
    select.glass-input option,
    select.form-control option,
    select.glass-select option,
    .form-select option {
        background: #1a1714 !important;
        color: #ece7e0 !important;
        padding: 12px !important;
    }
/* ----- Select Dropdown Fix ----- */
select.glass-input,
select.form-control,
.form-select {
    background-color: #1a1714 !important;
    color: #ece7e0 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23d4a762' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 1rem center !important;
    background-size: 16px 12px !important;
}

    select.glass-input:focus,
    select.form-control:focus,
    .form-select:focus {
        border-color: #d4a762 !important;
        background-color: #24201b !important;
        box-shadow: 0 0 0 3px rgba(212, 167, 98, 0.12) !important;
    }

    select.glass-input option,
    select.form-control option,
    .form-select option {
        background: #1a1714 !important;
        color: #ece7e0 !important;
        padding: 10px !important;
    }

/* ----- Textarea Fix ----- */
textarea.glass-input,
textarea.form-control {
    background: #1a1714 !important;
    color: #ece7e0 !important;
    border: 1px solid #2d2822 !important;
    border-radius: 20px !important;
    padding: 12px 10px !important;
    resize: vertical;
    min-height: 80px;
}

    textarea.glass-input:focus,
    textarea.form-control:focus {
        background: #24201b !important;
        border-color: #d4a762 !important;
        box-shadow: 0 0 0 3px rgba(212, 167, 98, 0.12) !important;
    }

/* ----- Password Field Toggle (Optional) ----- */
input[type="password"] {
    letter-spacing: 2px;
}

/* =========================================================
   ALERTS - DARK THEME
   ========================================================= */
.alert-danger {
    background: rgba(220, 53, 69, 0.1) !important;
    border: 1px solid #dc3545 !important;
    color: #dc3545 !important;
    border-radius: 12px !important;
    padding: 12px 16px !important;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.alert-success {
    background: rgba(40, 167, 69, 0.1) !important;
    border: 1px solid #28a745 !important;
    color: #28a745 !important;
    border-radius: 12px !important;
    padding: 12px 16px !important;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.alert-info {
    background: rgba(23, 162, 184, 0.1) !important;
    border: 1px solid #17a2b8 !important;
    color: #17a2b8 !important;
    border-radius: 12px !important;
    padding: 12px 16px !important;
    font-size: 0.9rem;
}

.alert-warning {
    background: rgba(255, 193, 7, 0.1) !important;
    border: 1px solid #ffc107 !important;
    color: #ffc107 !important;
    border-radius: 12px !important;
    padding: 12px 16px !important;
    font-size: 0.9rem;
}

/* =========================================================
   VALIDATION ERROR TEXT
   ========================================================= */
.text-danger,
.validation-error {
    color: #e74c3c !important;
    font-size: 0.75rem !important;
    margin-top: 4px;
    display: block;
    font-weight: 500;
}

/* =========================================================
   FORM LABELS
   ========================================================= */
.form-label,
label {
    color: #b89f86;
    font-size: 0.75rem;
    font-weight: 500;
    margin-bottom: 6px;
    display: inline-block;
    letter-spacing: 0.03em;
}

/* =========================================================
   RESPONSIVE - MOBILE
   ========================================================= */
@media (max-width: 576px) {
    section {
        padding: 2rem 0 !important;
    }

    .container {
        padding: 0 12px;
    }

    .glass-input,
    .form-control {
        font-size: 0.9rem;
        padding: 10px 16px !important;
    }

    .form-label,
    label {
        font-size: 0.7rem;
    }

    .btn-gold,
    .btn-outline-gold {
        padding: 10px 24px;
        font-size: 0.9rem;
    }
}

/* =========================================================
   INPUT GROUP (Agar Use Kar Rahe Ho)
   ========================================================= */
.input-group-text {
    background: #1a1714 !important;
    border: 1px solid #2d2822 !important;
    color: #d4a762 !important;
    border-radius: 30px 0 0 30px !important;
}

.input-group .glass-input:not(:first-child),
.input-group .form-control:not(:first-child) {
    border-radius: 0 30px 30px 0 !important;
}

/* =========================================================
   CHECKBOX & RADIO
   ========================================================= */
.form-check-input {
    background-color: #1a1714 !important;
    border: 1px solid #2d2822 !important;
}

    .form-check-input:checked {
        background-color: #d4a762 !important;
        border-color: #d4a762 !important;
    }

    .form-check-input:focus {
        border-color: #d4a762 !important;
        box-shadow: 0 0 0 3px rgba(212, 167, 98, 0.12) !important;
    }

.form-check-label {
    color: #bcaa9a;
    font-size: 0.85rem;
}

/* =========================================================
   SECTION SUB TITLE
   ========================================================= */
.section-sub {
    font-family: 'Allura', cursive;
    font-size: 2.2rem;
    color: #d4a762;
    display: block;
}

/* =========================================================
   STATS BOX
   ========================================================= */
.stat-box {
    padding: 2rem 0.5rem;
    border-radius: 24px;
    border: 1px solid #2d2822;
    background: #1a1714;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

    .stat-box:hover {
        border-color: #d4a762;
        box-shadow: 0 10px 30px -10px rgba(212, 167, 98, 0.2);
        transform: translateY(-5px);
    }

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #f2ede7;
    font-family: 'Playfair Display', serif;
    letter-spacing: -0.02em;
}

.stat-label {
    color: #d4a762;
    font-weight: 500;
    letter-spacing: 0.06em;
    font-size: 0.75rem;
    text-transform: uppercase;
    margin-top: 0.5rem;
}

/* =========================================================
   BADGE REGISTRATION
   ========================================================= */
.registration-badge {
    background: rgba(212, 167, 98, 0.1);
    color: #d4a762;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 0.7rem;
    border: 1px solid rgba(212, 167, 98, 0.3);
    font-weight: 500;
    display: inline-block;
}

/* =========================================================
   GALLERY THUMB
   ========================================================= */
.gallery-thumb {
    border-radius: 20px;
    overflow: hidden;
    background: #2a2520;
    height: 250px;
    border: 1px solid #332d26;
    position: relative;
    transition: 0.3s;
}

    .gallery-thumb:hover {
        border-color: #d4a762;
        transform: scale(1.02);
        box-shadow: 0 15px 35px -8px rgba(212, 167, 98, 0.25);
    }

    .gallery-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .gallery-thumb .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 1rem;
        background: linear-gradient(transparent, rgba(0,0,0,0.8));
    }

        .gallery-thumb .overlay .line {
            width: 40px;
            height: 2px;
            background: #d4a762;
            margin-bottom: 0.5rem;
        }

        .gallery-thumb .overlay .label {
            color: #fff;
            font-size: 0.9rem;
            letter-spacing: 0.06em;
            font-weight: 500;
            text-transform: uppercase;
        }

/* =========================================================
   SOCIAL CIRCLE
   ========================================================= */
.social-circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #1e1b17;
    border: 1px solid #2d2822;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #bcaa9a;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .social-circle:hover {
        background: #d4a762;
        color: #0f0800;
        border-color: #d4a762;
        transform: translateY(-3px);
    }

/* =========================================================
   FOOTER LINK
   ========================================================= */
.footer-link {
    color: #bcaa9a;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    transition: 0.3s;
}

    .footer-link:hover {
        color: #d4a762;
    }

/* =========================================================
   ANIMATIONS
   ========================================================= */
.fade-up {
    opacity: 0;
    transform: translateY(25px);
    animation: fadeUp 0.9s ease forwards;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.delay-1 {
    animation-delay: 0.1s;
}

.delay-2 {
    animation-delay: 0.2s;
}

.delay-3 {
    animation-delay: 0.3s;
}

.delay-4 {
    animation-delay: 0.4s;
}

/* =========================================================
   GLOW GOLD
   ========================================================= */
.glow-gold {
    box-shadow: 0 0 40px -10px rgba(212, 167, 98, 0.2);
}

/* =========================================================
   BADGE DARK CUSTOM
   ========================================================= */
.badge-dark-custom {
    background: #2a2520;
    color: #cfc6bc;
    padding: 0.5rem 1.5rem;
    border-radius: 40px;
    font-weight: 400;
    border: 1px solid #3a342c;
    transition: 0.3s;
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

    .badge-dark-custom:hover {
        background: #d4a762;
        color: #0b0a09;
        border-color: #d4a762;
        transform: translateY(-2px);
    }


#checkBoxContainer:hover {
    border-color: #d4a762;
    background: rgba(212,167,98,0.05);
}

.terms-content h3 {
    color: #d4a762;
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    /* margin-top: 1.5rem;*/
    margin-bottom: 0.8rem;
}

    .terms-content h3:first-child {
        margin-top: 0;
    }

.terms-content p {
    color: #bcaa9a;
    font-size: 0.85rem;
    /*line-height: 1.7;*/
    margin-bottom: 0.5rem;
}

.terms-content ul {
    color: #bcaa9a;
    font-size: 0.85rem;
    /*line-height: 1.8;*/
    padding-left: 1.5rem;
}

.terms-content li {
    margin-bottom: 0.4rem;
}

.terms-content strong {
    color: #d4a762;
}
/* =========================================================
   CUSTOM SCROLLBAR - TRIPTI THEME
   ========================================================= */

/* 1. For Webkit Browsers (Chrome, Edge, Safari, Brave) */
::-webkit-scrollbar {
    width: 8px; /* Vertical scrollbar width */
    height: 8px; /* Horizontal scrollbar height */
}

::-webkit-scrollbar-track {
    background: #0f0e0c; /* Very dark background to match your body */
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #2d2822; /* Dark brown/grey to match your borders */
    border-radius: 10px;
    border: 2px solid #0f0e0c; /* Creates a padding effect */
}

    ::-webkit-scrollbar-thumb:hover {
        background: #d4a762; /* Your signature Gold color on hover */
    }

/* 2. For Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #2d2822 #0f0e0c;
}

/* 3. Specific styling for your Terms Content box */
/* This ensures the scrollbar inside the terms box matches the theme */
div[style*="max-height:60vh"]::-webkit-scrollbar-track {
    background: #1e1b17; /* Matches your terms box background */
}

div[style*="max-height:60vh"]::-webkit-scrollbar-thumb {
    background: #d4a762; /* Gold thumb for the terms box */
    border: 2px solid #1e1b17;
}

    div[style*="max-height:60vh"]::-webkit-scrollbar-thumb:hover {
        background: #e0b873; /* Lighter gold on hover */
    }

    /* =========================================================
   ERROR MESSAGE STYLING - MATCHING TRIPTI THEME
   ========================================================= */

/* Target the specific ASP Label for error */
#MainContent_lblError, 
.error-message {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(220, 53, 69, 0.1) !important; /* Dark transparent red */
    border: 1px solid #dc3545 !important;          /* Red border */
    color: #ff6b6b !important;                     /* Soft red text for dark theme */
    padding: 10px 18px !important;
    border-radius: 12px !important;
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    margin-bottom: 1rem !important;
    width: fit-content;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.15);
    animation: shake 0.4s ease-in-out;
}

/* Error icon styling (agar aap <i class="fas fa-times"></i> use kar rahe hain) */
#MainContent_lblError i {
    font-size: 1rem;
    color: #dc3545;
}

/* Shake Animation - Jab error aaye toh thoda hilaye */
@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}