/* =========================================================
   SUTRIKA — PREMIUM CUSTOM REQUESTS
   Wishlist-inspired styling
   ========================================================= */


/* =========================================================
   ACTIVE ACCOUNT NAVIGATION
   ========================================================= */

.nav-icons a.active {
    position: relative;
    color: #c5a24a !important;
}

.nav-icons a.active::after {
    content: "";
    position: absolute;

    left: 50%;
    bottom: -12px;

    width: 22px;
    height: 2px;

    transform: translateX(-50%);

    background: #c5a24a;
    border-radius: 2px;
}


/* =========================================================
   CUSTOM REQUEST HERO
   ========================================================= */

.custom-request-hero {

    position: relative;

    width: 100%;
    min-height: 420px;

    padding: 75px 6% 65px;

    box-sizing: border-box;

    overflow: hidden;

    text-align: center;

    background: #f6f0e6;
}


/* =========================================================
   SAMBALPURI BACKGROUND PATTERN
   ========================================================= */

.custom-request-hero::before {

    content: "";

    position: absolute;

    inset: 0;

    background-image:
        url("../ASSETS/ACCOUNT/account-banner.jpg");

    background-size: auto;

    opacity: 30.055;

    pointer-events: none;
}


/* =========================================================
   SOFT GOLD GLOW — LEFT
   ========================================================= */

.custom-request-hero::after {

    content: "";

    position: absolute;

    width: 430px;
    height: 430px;

    top: -230px;
    left: -120px;

    border-radius: 50%;

    background:
        rgba(197, 162, 74, 0.12);

    filter: blur(65px);

    pointer-events: none;
}


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

.custom-request-hero .container {

    position: relative;

    z-index: 2;

    max-width: 1250px;

    margin: 0 auto;

    padding-top: 15px;
}


/* =========================================================
   TOP GOLD ORNAMENT
   ========================================================= */

.custom-request-hero .container::before {

    content: "♥";

    display: block;

    width: 170px;

    margin: 0 auto 22px;

    padding-bottom: 12px;

    color: #b47d20;

    font-size: 13px;

    line-height: 1;

    border-bottom: 1px solid #c5a24a;

}


/* =========================================================
   EYEBROW
   ========================================================= */

.custom-request-hero .custom-request-eyebrow {

    margin: 0 0 14px;

    color: #a87820;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 5px;

    text-transform: uppercase;
}


/* =========================================================
   MAIN TITLE
   ========================================================= */

.custom-request-hero h1 {

    margin: 0;

    color: #30251f;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(48px, 5vw, 70px);

    font-weight: 500;

    letter-spacing: 1px;

    line-height: 1.1;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.custom-request-hero .custom-request-subtitle {

    margin: 24px auto 0;

    max-width: 650px;

    color: #78695d;

    font-size: 18px;

    line-height: 1.7;
}


/* =========================================================
   REQUEST SECTION
   ========================================================= */

.custom-request-section {

    min-height: 500px;

    padding: 20px 0 90px;

    background: #f6f0e6;
}


/* =========================================================
   REQUEST CONTAINER
   ========================================================= */

.custom-requests-container {

    width: min(1380px, 90%);

    margin: 0 auto;
}


/* =========================================================
   REQUEST CARD
   ========================================================= */

.custom-request-card {

    position: relative;

    width: 100%;

    box-sizing: border-box;

    margin: 0 auto 38px;

    padding: 28px;

    background:
        linear-gradient(135deg,
            rgba(255, 255, 255, 0.98),
            rgba(250, 247, 239, 0.98));

    border: 1px solid rgba(197, 162, 74, 0.28);

    border-top: 4px solid #c5a24a;

    border-radius: 24px;

    box-shadow:
        0 15px 40px rgba(74, 45, 30, 0.08);

    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


/* =========================================================
   DECORATIVE CORNER
   ========================================================= */

.custom-request-card::after {

    content: "";

    position: absolute;

    right: -65px;
    bottom: -65px;

    width: 150px;
    height: 150px;

    border-radius: 50%;

    background:
        radial-gradient(circle,
            rgba(197, 162, 74, 0.13),
            rgba(197, 162, 74, 0.03) 65%,
            transparent 70%);

    pointer-events: none;
}


/* =========================================================
   CARD HOVER
   ========================================================= */

.custom-request-card:hover {

    transform: translateY(-7px);

    border-color:
        rgba(197, 162, 74, 0.55);

    box-shadow:
        0 22px 50px rgba(74, 45, 30, 0.14);
}


/* =========================================================
   CARD TOP
   ========================================================= */

.request-card-top {

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 20px;

    padding-bottom: 20px;

    border-bottom:
        1px solid rgba(197, 162, 74, 0.20);
}


/* =========================================================
   REQUEST ID
   ========================================================= */

.request-id {

    color: #3a2921;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 1.55rem;

    font-weight: 600;

    letter-spacing: 0.4px;
}


/* =========================================================
   REQUEST DATE
   ========================================================= */

.request-date {

    margin-top: 7px;

    color: #88796d;

    font-size: 13px;
}


/* =========================================================
   STATUS
   ========================================================= */

.request-status {

    padding: 9px 20px;

    border-radius: 30px;

    background:
        rgba(197, 162, 74, 0.14);

    border:
        1px solid rgba(197, 162, 74, 0.20);

    color: #9a6b16;

    font-size: 13px;

    font-weight: 700;
}


/* =========================================================
   REQUEST DETAILS
   ========================================================= */

.request-details {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 18px;

    margin-top: 26px;
}


/* =========================================================
   INDIVIDUAL DETAIL
   ========================================================= */

.request-detail {

    padding: 20px;

    border-radius: 16px;

    background:
        #f8f3e8;

    border:
        1px solid rgba(197, 162, 74, 0.12);
}


/* =========================================================
   DETAIL LABEL
   ========================================================= */

.request-detail span {

    display: block;

    margin-bottom: 8px;

    color: #a87820;

    font-size: 11px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 2px;
}


/* =========================================================
   DETAIL VALUE
   ========================================================= */

.request-detail strong {

    color: #3a2921;

    font-size: 16px;

    font-weight: 600;
}


/* =========================================================
   SPECIAL REQUEST
   ========================================================= */

.special-request {

    margin-top: 20px;

    padding: 20px;

    border-radius: 16px;

    background:
        linear-gradient(135deg,
            #fffdf8,
            #f8f3e8);

    border:
        1px solid rgba(197, 162, 74, 0.16);
}


/* =========================================================
   SPECIAL REQUEST TITLE
   ========================================================= */

.special-request-title {

    margin-bottom: 8px;

    color: #a87820;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;
}


/* =========================================================
   SPECIAL REQUEST TEXT
   ========================================================= */

.special-request p {

    margin: 0;

    color: #76665b;

    font-size: 15px;

    line-height: 1.7;
}


/* =========================================================
   EMPTY REQUESTS
   ========================================================= */

.empty-requests {

    width: min(900px, 90%);

    margin: 60px auto;

    padding: 70px 30px;

    text-align: center;

    background:
        linear-gradient(135deg,
            #fff,
            #f8f3e8);

    border:
        1px solid rgba(197, 162, 74, 0.25);

    border-top:
        4px solid #c5a24a;

    border-radius: 24px;

    box-shadow:
        0 15px 40px rgba(74, 45, 30, 0.08);
}


/* =========================================================
   EMPTY ICON
   ========================================================= */

.empty-requests i {

    margin-bottom: 20px;

    color: #b47d20;

    font-size: 45px;
}


/* =========================================================
   EMPTY HEADING
   ========================================================= */

.empty-requests h2 {

    margin-bottom: 10px;

    color: #3a2921;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 2rem;
}


/* =========================================================
   EMPTY TEXT
   ========================================================= */

.empty-requests p {

    margin-bottom: 25px;

    color: #76665b;
}


/* =========================================================
   EMPTY BUTTON
   ========================================================= */

.empty-requests a {

    display: inline-block;

    padding: 13px 28px;

    border-radius: 30px;

    background:
        linear-gradient(135deg,
            #7a4529,
            #5e321f);

    color: white;

    text-decoration: none;

    font-weight: 600;

    box-shadow:
        0 7px 18px rgba(94, 50, 31, 0.20);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.empty-requests a:hover {

    transform: translateY(-2px);

    box-shadow:
        0 10px 24px rgba(94, 50, 31, 0.28);
}


/* =========================================================
   LOADING
   ========================================================= */

.loading-state {

    padding: 70px;

    text-align: center;

    color: #3a2921;
}


.loading-state i {

    margin-bottom: 15px;

    color: #c5a24a;

    font-size: 30px;
}


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

@media (max-width: 950px) {

    .custom-request-hero {

        min-height: auto;

        padding:
            75px 25px 55px;
    }


    .request-details {

        grid-template-columns:
            repeat(2, 1fr);
    }

}


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

@media (max-width: 700px) {

    .custom-request-hero {

        padding:
            65px 18px 45px;
    }


    .custom-request-hero .container::before {

        width: 120px;
    }


        .custom-request-hero .custom-request-eyebrow {

        font-size: 10px;

        letter-spacing: 3px;
    }


    .custom-request-hero h1 {

        font-size: 42px;
    }


        .custom-request-hero .custom-request-subtitle {

        font-size: 15px;
    }


    .custom-requests-container {

        width: 92%;
    }


    .custom-request-card {

        padding: 20px;

        margin-bottom: 25px;
    }


    .request-card-top {

        flex-direction: column;

        align-items: flex-start;

        gap: 15px;
    }


    .request-id {

        font-size: 1.3rem;
    }


    .request-details {

        grid-template-columns: 1fr;

        gap: 12px;
    }


    .request-detail {

        padding: 17px;
    }


    .request-status {

        align-self: flex-start;
    }

}

/* ==========================================================
   SUTRIKA - BACK TO TOP BUTTON
========================================================== */

.sutrika-back-to-top {

    position: fixed;

    right: 30px;
    bottom: 30px;

    width: 52px;
    height: 52px;

    border: 1px solid #C5A24A;

    border-radius: 50%;

    background: #4A1024;

    color: #C5A24A;

    display: flex;

    align-items: center;
    justify-content: center;

    font-size: 22px;
    font-weight: 600;

    line-height: 1;

    cursor: pointer;

    opacity: 0;
    visibility: hidden;

    transform: translateY(15px);

    transition:
        opacity .35s ease,
        visibility .35s ease,
        transform .35s ease,
        background .3s ease,
        color .3s ease,
        box-shadow .3s ease;

    z-index: 9999;

}


/* Show button */

.sutrika-back-to-top.show {

    opacity: 1;

    visibility: visible;

    transform: translateY(0);

}


/* Hover */

.sutrika-back-to-top:hover {

    background: #C5A24A;

    color: #4A1024;

    transform: translateY(-5px);

    box-shadow:
        0 8px 20px rgba(0, 0, 0, .22);

}


/* Mobile */

@media (max-width: 768px) {

    .sutrika-back-to-top {

        right: 18px;
        bottom: 18px;

        width: 46px;
        height: 46px;

        font-size: 19px;

    }

}