/* ==========================================================
   SMARTSHOP HELP CENTER
   ========================================================== */


/* ==========================================================
   Page Layout
   ========================================================== */

.help-center-page{
    position:relative;
}

.help-center-page .contact-section{
    padding:40px 0 0px;
}

.help-center-page .contact-grid{
    align-items:start;
    gap:40px;
}

.help-center-page .contact-form-wrapper{
    padding:0;
    background:transparent;
    border:0;
    box-shadow:none;
}

.help-center-page .contact-info{
    position:sticky;
    top:100px;
}


/* ==========================================================
   FAQ Overrides
   ========================================================== */

.help-center-page .faq-section{
    padding:0;
}

.help-center-page .faq-wrapper{
    max-width:100%;
    margin:0;
}


/* ==========================================================
   Help Banner
   ========================================================== */

.help-center-banner{
    position:relative;
    overflow:hidden;

    margin-bottom:30px;
    padding:28px 32px;

    border-radius:20px;

    background:
        linear-gradient(135deg,#0b2341 0%,#17385f 100%);

    color:#fff;

    box-shadow:
        0 18px 45px rgba(11,35,65,.18);
}

.help-center-banner::before{

    content:"";

    position:absolute;

    top:-70px;
    right:-70px;

    width:180px;
    height:180px;

    border-radius:50%;

    background:rgba(212,175,55,.10);

}

.help-center-banner::after{

    content:"";

    position:absolute;

    bottom:-40px;
    left:-40px;

    width:120px;
    height:120px;

    border-radius:50%;

    background:rgba(255,255,255,.05);

}

.help-center-banner>*{
    position:relative;
    z-index:2;
}

.help-center-badge{

    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:10px 18px;

    border-radius:50px;

    background:rgba(255,255,255,.12);

    color:#fff;

    font-size:14px;
    font-weight:700;

    letter-spacing:.3px;
}

.help-center-badge i{
    color:#d4af37;
}


/* ==========================================================
   Contact Card Overrides
   ========================================================== */

.help-center-page .contact-support-card{
    border:1px solid rgba(212,175,55,.15);
}


/* ==========================================================
   Help Cards
   ========================================================== */

.help-center-page .contact-help-inline{
    margin-top:50px;
}


/* ==========================================================
   Responsive
   ========================================================== */

@media(max-width:992px){

    .help-center-page .contact-grid{
        gap:30px;
    }

    .help-center-page .contact-info{
        position:static;
    }

}


@media(max-width:768px){

    .help-center-banner{

        padding:22px;

        border-radius:16px;
    }

}
/* ==========================================================
   HELP CENTER VISUAL ENHANCEMENTS
   ========================================================== */

.help-center-page{

    --help-primary:#102c52;
    --help-secondary:#173d6d;
    --help-gold:#d8aa2c;
    --help-border:#eef2f7;
    --help-shadow:0 12px 35px rgba(16,44,82,.08);

}


/* ===========================
   FAQ Cards
=========================== */

.help-center-page .faq-item{

    border:1px solid var(--help-border);

    border-radius:18px;

    overflow:hidden;

    box-shadow:var(--help-shadow);

    transition:.30s;

}

.help-center-page .faq-item:hover{

    transform:translateY(-3px);

    box-shadow:0 18px 45px rgba(16,44,82,.12);

}


.help-center-page .faq-question{

    min-height:74px;

    padding:0 28px;

    background:#fff;

}


.help-center-page .faq-question:hover{

    background:#fbfcff;

}


.help-center-page .faq-title span{

    font-size:18px;

    font-weight:700;

    color:#0f2340;

}


.help-center-page .faq-icon{

    width:42px;

    height:42px;

    border-radius:50%;

    background:#fff7df;

    color:var(--help-gold);

    display:flex;

    align-items:center;

    justify-content:center;

}


.help-center-page .faq-answer{

    background:#ffffff;

}

.help-center-page .faq-answer p{

    color:#58667a;

    line-height:2;

    font-size:15px;

}


/* ===========================
   Right Contact Cards
=========================== */

.help-center-page .contact-card{

    border:none;

    border-radius:18px;

    background:#fff;

    box-shadow:var(--help-shadow);

    transition:.30s;

}

.help-center-page .contact-card:hover{

    transform:translateY(-3px);

    box-shadow:0 18px 45px rgba(16,44,82,.12);

}


.help-center-page .contact-card .icon{

    background:linear-gradient(135deg,#173d6d,#102c52);

    color:#fff;

}


/* ===========================
   Support Box
=========================== */

.help-center-page .contact-support-card{

    border:none;

    border-radius:24px;

    background:
    linear-gradient(135deg,#d8aa2c 0%,#b9890c 25%,#173d6d 100%);

    box-shadow:0 20px 50px rgba(16,44,82,.18);

}
/* ==========================================================
   HELP BANNER V2
========================================================== */

.help-center-banner{

    display:flex;
    align-items:center;
    justify-content:space-between;

    min-height:130px;

    padding:30px 35px;

    overflow:hidden;

    position:relative;

    border-radius:22px;

    background:
    linear-gradient(135deg,#0b2341 0%,#173d6d 100%);

}


.help-center-banner::before{

    content:"";

    position:absolute;

    left:-80px;
    top:-60px;

    width:220px;
    height:220px;

    border-radius:50%;

    background:
    radial-gradient(circle,
    rgba(255,255,255,.08) 0%,
    transparent 70%);

}


.help-center-banner::after{

    content:"\f590";

    font-family:"Font Awesome 7 Free";

    font-weight:900;

    position:absolute;

    left:35px;

    top:50%;

    transform:translateY(-50%);

    font-size:95px;

    color:rgba(212,175,55,.22);

}


.help-center-banner .help-center-badge{

    background:rgba(255,255,255,.10);

    border:1px solid rgba(255,255,255,.12);

    backdrop-filter:blur(10px);

}
.help-center-banner-content{

    position:relative;

    z-index:3;

}


.help-center-banner h2{

    margin:18px 0 10px;

    color:#fff;

    font-size:38px;

    font-weight:800;

}


.help-center-banner p{

    color:rgba(255,255,255,.85);

    font-size:16px;

    margin:0;

}