:root {
    --primary-color: #4c6fff;
    --secondary-color: #071C3F;
    --tertiary-color: #0558E7;
    --bg-color: #06030F;
    --white-color: #fff;
    --black-color: #000;

    /* font family */
    --heading-font-family: "Parkinsans", sans-serif;
    --body-font-family: sans-serif;

    /* font size */
    --font-size-14: 14px;
    --font-size-16: 16px;
    --font-size-18: 18px;
    --font-size-20: 20px;
    --font-size-24: 24px;
    --font-size-26: 26px;
    --font-size-28: 28px;
    --font-size-30: 30px;
    --font-size-32: 32px;
    --font-size-36: 36px;
    --font-size-40: 40px;
    --font-size-60: 60px;
    --font-size-100: 100px;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: var(--bg-color);
    font-size: var(--font-size-16);
    color: var(--white-color);
    font-family: var(--body-font-family);


}


p {
    font-size: var(--font-size-16);
}

@media (max-width: 767px) {
    p br {
        display: none;
    }
}

.hidden{
    display: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: var(--heading-font-family);
}

.header-bg {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 10px 15px;
    justify-content: space-between;
    z-index: 1;
}

.header-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    backdrop-filter: blur(40px);
    background: linear-gradient(112.83deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    border-radius: 10px;
    box-shadow: 0px 4px 8px -1px #00000033;
}

.nav-link {
    color: var(--white-color);
}

.navbar-toggler {
    border: none !important;
    padding: 0 !important;
}

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

.navbar-toggler iconify-icon {
    font-size: var(--font-size-32);
    color: var(--white-color);
    display: flex;
}

.offcanvas {
    background: #080a1e;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary-color) !important;
}

.hero-right-img {
    position: relative;
}

.hero-right-img img:last-child {
    position: absolute;
    top: 0;
    left: 0;
}

.section-gap-hero {
    padding: 100px 0px;
    position: relative;
}

@media (max-width: 767px) {
    .section-gap-hero {
        padding: 50px 0px;
    }
}

.section-gap {
    padding: 80px 0px;
}

@media (max-width: 767px) {
    .section-gap {
        padding: 40px 0px;
    }
}

.badge-custom {
    background: #06256880;
    border: 1px solid #0558E7;
    padding: 8px 20px;
    border-radius: 10px;
    font-weight: 500;
}

.hero-title {
    font-size: var(--font-size-60);
    font-weight: 700;
    line-height: 1.1;
}

.hero-title span {
    background: linear-gradient(90deg, #FFFFFF 0%, #003DA7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* Important for Chrome/Safari */
    background-clip: text;
    color: transparent;
}

.hero-text {
    color: #ffffff;
    margin-top: 20px;
}

.form-control-custom {
    background: linear-gradient(91.62deg, #1B2859 0%, #0B0719 100%);

    border: 1px solid #3D4455;
    color: #fff;
    padding-left: 50px;
    height: 55px;
    border-radius: 12px;
}

.form-control-custom::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form-control-custom:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: #5b8cff;
    box-shadow: none;
    color: #fff;
}

.input-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--font-size-18);
    color: #0558E7;
    width: 28px;
    height: 28px;
    background: #FEFEFE;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-wrapper {
    position: relative;
}

.btn-signin {
    background: #e6e6e6;
    border-radius: 12px;
    height: 55px;
    font-weight: 600;
}

.btn-signin:hover {
    background: var(--primary-color);
}

.btn-google {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    border-radius: 12px;
    height: 55px;
    color: #fff;
    font-weight: 500;
}

.btn-google:hover {
    background: rgba(255, 255, 255, 0.1);
}

.forgot-link {
    color: #ffffff;
    text-decoration: none;
}

.forgot-link:hover {
    text-decoration: underline;
}

.signup-link {
    color: #337EFF;
    font-weight: 500;
    text-decoration: none;
}

.signup-link:hover {
    text-decoration: underline;
}



/* Social Sidebar */
.social-sidebar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #141122;
    padding: 30px 14px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    z-index: 111;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.social-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.social-item .icon-box {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-28);
    color: #3020E1;
    /* Primary blue color for icons */
    transition: all 0.3s ease;
    z-index: 2;
    position: relative;
    overflow: hidden;
}

/* Active/Hover Pulse Glow */
.social-item.active .icon-box,
.social-item:hover .icon-box {
    transform: scale(1.05);
}

/* Blue Indicator Bar on the left */
.social-item::before {
    content: '';
    position: absolute;
    left: -14px;
    width: 5px;
    height: 0;
    background: #3020E1;
    border-radius: 0 4px 4px 0;
    transition: all 0.4s ease;
    box-shadow: 4px 0 15px rgba(48, 32, 225, 0.8);
}

.social-item.active::before {
    height: 35px;
}

/* Blue Background Glow behind the active item */
.social-item.active::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, rgba(48, 32, 225, 0.35) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
    animation: pulseGlow 2s infinite alternate;
}

@keyframes pulseGlow {
    from {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

.social-item:hover {
    filter: brightness(1.1);
}

/* Mobile Responsive adjustment */
@media(max-width: 576px) {
    .social-sidebar {
        padding: 20px 10px;
        gap: 15px;
    }

    .social-item .icon-box {
        width: 40px;
        height: 40px;
        font-size: 22px;
        border-radius: 10px;
    }

    .social-item.active::before {
        height: 25px;
        left: -10px;
    }
}

/* ================================
   ABOUT SECTION
================================ */



/* Social Icons */
.social-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.social-icons span {
    color: #fff;
    font-size: var(--font-size-16);
    opacity: 0.8;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    font-weight: 600;
}

.social-icons span iconify-icon {
    margin-right: 6px;
    vertical-align: middle;
    font-size: var(--font-size-30);
}

.social-icons span:hover {
    opacity: 1;
    color: #4c6fff;
}

.social-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}





/* Section Title underline */
.text-under-effect img {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
}

/* Button */
.story-btn {
    background: #fff;
    color: #000;
    padding: 10px 25px;
    border-radius: 10px;
    font-weight: 600;
    transition: 0.3s;
}

.story-btn:hover {
    background: #4c6fff;
    color: #fff;
}

/* Scroll Down Button */
.panther-scroll-down {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);

    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.circular-text {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotateText 15s linear infinite;
}

.circular-text svg {
    width: 100%;
    height: 100%;
}

.circular-text text {
    fill: #fff;
    font-size: var(--font-size-11);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

@keyframes rotateText {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.scroll-center {
    width: 60px;
    height: 60px;
    background: #ffc223;
    /* Yellow color */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-28);
    color: #000;
    box-shadow: 0 0 30px rgba(255, 194, 35, 0.4);
    z-index: 2;
    transition: 0.3s;
}

.panther-scroll-down:hover .scroll-center {
    transform: scale(1.1);
    background: #fff;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
}

@media(max-width: 991px) {
    .panther-scroll-down {
        bottom: 0;
        width: 120px;
        height: 120px;
        position: relative;
    }

    .scroll-center {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }
}

.section-title {
    font-size: var(--font-size-30);
}

/* ================================
   BENEFITS SECTION
   ================================ */
.benefits-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.benefits-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: 1;
    z-index: 5;
    justify-content: center;
}

.benefit-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 25px;
    text-align: left;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: var(--primary-color);
    box-shadow: 0 0 15px var(--primary-color);
    border-radius: 0 0 5px 5px;
}

.benefit-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(76, 111, 255, 0.5);
}

.benefit-card h3 {
    font-size: var(--font-size-20);
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.benefit-card p {
    font-size: var(--font-size-14);
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin: 0;
}





.panther-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(3);
}




@media(max-width: 991px) {
    .benefits-grid {
        flex-direction: column;
        gap: 50px;
    }

    .benefits-column {
        width: 100%;
        max-width: 100%;
    }

    .center-area {
        order: -1;
        width: 250px;
        height: 250px;
    }

    .panther-circle {
        width: 180px;
        height: 180px;
        margin: 0 auto;
    }
}

.text-under-effect {
    white-space: nowrap;
    display: inline-block;
}





/* CARD DESIGN */
.step-wrapper {
    background-image: url(../../before-login-pages/img/Group\ 99.png);
    background-position: center;
    background-repeat: no-repeat;
}

.step-card {
    position: relative;
    background-image: url(../../before-login-pages/img/step-card-bg.png);
    background-size: 110% 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 0 25px rgba(0, 123, 255, 0.15);
    transition: 0.3s ease;
}

@media (max-width: 767px) {
    .step-card {
        padding: 25px;
    }
}

.step-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1.5px;
    background: linear-gradient(45.46deg, rgba(255, 255, 255, 0.23), #0558E7);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.step-card:hover {
    box-shadow: 0 0 40px rgba(0, 123, 255, 0.4);
}

/* TITLE */
.step-card h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: var(--font-size-24);
}

/* TEXT */
.step-card p {
    color: #cfcfe8;
    font-size: var(--font-size-15);
    line-height: 1.6;
    margin-bottom: 0;
}

/* STEP LABEL */
.step-label {
    font-size: var(--font-size-16);
    font-weight: 700;
    margin-bottom: 10px;
}



.step-left {
    text-align: left;
    background: linear-gradient(270deg, #FFFFFF 5.24%, #0558E7 107%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.step-right {
    text-align: right;
    background: linear-gradient(90deg, #FFFFFF 5.24%, #0558E7 107%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@media (max-width: 991px) {

    .step-left,
    .step-right {
        text-align: left;
        background: linear-gradient(90deg, #FFFFFF 5.24%, #0558E7 107%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
}



.card-wrapper {
    position: relative;
}

.step-left~.card-wrapper::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(48, 32, 225, 0.5) 13.92%, rgba(255, 255, 255, 0.08) 100%);
}

.step-right~.card-wrapper::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(48, 32, 225, 0.5) 13.92%, rgba(255, 255, 255, 0.08) 100%);
}

@media (max-width: 991px) {

    .step-left~.card-wrapper,
    .step-right~.card-wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .step-left~.card-wrapper::after,
    .step-right~.card-wrapper::after {
        display: none;
    }
}

/* ================================
   SERVICES TABS SECTION
   ================================ */
.service-section {
    position: relative;
}

.service-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 420px;
    height: 420px;
    background: #3020E1;
    filter: blur(200px);
    z-index: -1;
}

.service-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 420px;
    height: 420px;
    background: #3020E1;
    filter: blur(200px);
    z-index: -1;
}

.star-top-left,
.star-bottom-right {
    position: relative;
}

.star-top-left img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.star-bottom-right img {
    position: absolute;
    bottom: -70px;
    right: 0;
    z-index: -1;
}



*/ .tabs-label {
    font-size: var(--font-size-24);
    font-weight: 700;
    margin-bottom: 20px;
}

.tabs-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
}

.platform-tab,
.service-tab {
    position: relative;
    background:
        linear-gradient(95.58deg, #012C78 0.28%, #010101 100.28%) padding-box,
        linear-gradient(139.09deg, #020201 27.42%, #0558E7 86.65%) border-box;

    border: 1px solid transparent;
    border-radius: 12px;

    box-shadow: 0px 0px 4px 0px #0000001A;

    color: #fff;
    padding: 14px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: var(--font-size-16);
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    min-width: 140px;
}

.platform-tab iconify-icon {
    font-size: var(--font-size-26);
    display: flex;
    align-items: center;
}

.platform-tab:hover,
.service-tab:hover {
    border-color: rgba(255, 255, 255, 0.3);
}

.platform-tab.active,
.service-tab.active {
    border-color: #fff;
    box-shadow: 0 0 20px rgba(76, 111, 255, 0.2);
}

.service-display-card {
    background:
        linear-gradient(111.99deg, #02286D 0%, #010101 82.79%) padding-box,
        linear-gradient(104.78deg, rgba(1, 1, 2, 0) 34.83%, #3D4455 82.44%) border-box;
    border: 1px solid transparent;
    border-radius: 24px;
    padding: 50px;
    position: relative;
    overflow: hidden;
    /* safer with radius */
}

.service-title {
    font-size: var(--font-size-32);
    font-weight: 700;
    margin-bottom: 20px;
}

.service-desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: var(--font-size-16);
    line-height: 1.6;
    max-width: 450px;
}

.price-calculator {
    padding-left: 30px;
}

/* Range Slider Styling */
.range-wrapper {
    position: relative;
    margin-bottom: 40px;
    padding-top: 50px;
}

.range-tooltip {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #0558E7;
    color: #fff;
    padding: 8px 15px;
    border-radius: 8px;
    font-size: var(--font-size-16);
    font-weight: 700;
    min-width: 75px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.range-tooltip::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #0558E7;
}

.custom-range {
    height: 8px;
    border-radius: 5px;
    background: #333;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
}

.custom-range::-webkit-slider-runnable-track {
    height: 8px;
    background: transparent;
    border: none;
}

.custom-range::-moz-range-track {
    background: transparent;
    border: none;
}

.custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 2;
    margin-top: -11px;
}

.custom-range::-moz-range-thumb {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    border: none;
}

.price-box {
    background: rgba(5, 88, 231, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.price-box span {
    font-size: var(--font-size-20);
    font-weight: 500;
}

.price-value {
    font-size: var(--font-size-24) !important;
    font-weight: 700 !important;
}

.btn-purchase {
    background: #fff;
    color: #000;
    width: 100%;
    padding: 15px;
    border-radius: 12px;
    font-weight: 700;
    font-size: var(--font-size-18);
    border: none;
    transition: 0.3s;
}

.btn-purchase:hover {
    background: var(--primary-color);
    color: #fff;
    transform: translateY(-3px);
}

@media (max-width: 991px) {
    .price-calculator {
        padding-left: 0;
        margin-top: 40px;
    }

    .service-display-card {
        padding: 30px;
    }
}

/* ================================
   MESSAGE FROM CEO SECTION
   ================================ */
.message-form-ceo-sec {
    padding: 100px 0;
    background: linear-gradient(#00000029, #00000029), url('../../before-login-pages/img/message-from-ceo-bg.png');
    object-fit: cover;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.message-form-ceo-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(5, 88, 231, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(76, 111, 255, 0.15) 0%, transparent 50%);
    z-index: 0;
}

/* Galaxy pattern overlay if needed */
.message-form-ceo-sec::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(white 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.05;
    z-index: 0;
}

.message-form-ceo {
    position: relative;
    z-index: 1;
}

.ceo-title {
    font-size: var(--font-size-30);
    font-weight: 700;
    margin-bottom: 40px;
    color: #fff;
    letter-spacing: -1px;
}

.quote-icon {
    font-size: var(--font-size-100);
    color: #fff;
    margin-bottom: 10px;
    line-height: 1;
}

.quote-icon iconify-icon {
    display: block;
}

.ceo-message p {
    font-size: var(--font-size-16);
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 25px;
}

.ceo-signature {
    margin-top: 50px;
}

.ceo-name {
    font-size: var(--font-size-24);
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff;
}

.ceo-designation {
    font-size: var(--font-size-16);
    color: #9C9C9C;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .ceo-message p {
        max-width: 100%;
    }
}


/* ================================
   CHOOSE PANTHER CARDS
   ================================ */
.choose-panther-cards {}

.feature-card {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 25px;
    padding: 45px 35px;
    height: 100%;
    transition: all 0.4s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

/* Select the first div inside .row regardless of class */
.row>div:first-child .feature-card::before {
    background: linear-gradient(90deg, #005EFF 0%, #010101 100%);
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 25px;
    padding: 1px;
    background: linear-gradient(270deg, #005EFF 0%, #010101 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}

.feature-card:hover {
    border-color: #0558E7;
    box-shadow: 0 0 40px rgba(5, 88, 231, 0.2);

}

.feature-card.highlighted {
    background: linear-gradient(180deg, #1A39FF 0%, #000B33 100%);
    border: none;
    transform: scale(1.12);
    z-index: 10;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}



.card-number {
    font-size: var(--font-size-36);
    font-weight: 800;
    color: #0558E7;
    margin-bottom: 25px;
    line-height: 1;
}

.feature-card.highlighted .card-number {
    color: #fff;
    opacity: 0.9;
}

.feature-card h3 {
    font-size: var(--font-size-26);
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.3;
}

.feature-card p {
    color: rgba(255, 255, 255, 0.65);
    font-size: var(--font-size-15);
    line-height: 1.7;
    margin-bottom: 0;
}

.feature-card.highlighted p {
    color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 991px) {
    .feature-card.highlighted {
        transform: scale(1);
        margin: 30px 0;
    }

}

/* ================================
   STATS SECTION
   ================================ */
.stats-card {
    background: linear-gradient(111.99deg, #010101 0%, #0F295C 82.79%) padding-box,
        linear-gradient(139.09deg, #020201 27.42%, #3D4455 86.65%) border-box;
    border: 1px solid #003185;
    border-radius: 24px;
    padding: 40px;
    height: 100%;
    transition: transform 0.3s ease;
}


.success-rate-card {
    display: flex;
    flex-direction: column;
}

.bar-chart {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    height: 160px;
    padding: 0 10px;
}

.bar {
    flex: 1;
    background: linear-gradient(180deg, #0558E7 0%, #010D26 100%);
    border-radius: 4px;
    transition: height 1s ease;
}

.success-value-box {
    background: linear-gradient(91.02deg, #01286D 0%, #010101 100%);
    border-radius: 50px;
    padding: 12px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: var(--font-size-20);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);

    /* Gradient border effect */
    border: 2px solid transparent;
    background-image: linear-gradient(91.02deg, #01286D 0%, #010101 100%),
        linear-gradient(92.36deg, #033181 0%, #0558E7 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.stats-card-title {
    font-size: var(--font-size-24);
    font-weight: 700;
    margin-bottom: 12px;
}

.stats-card-text {
    font-size: var(--font-size-15);
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 0;
}

.icons-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 12px;
    margin-bottom: 30px;
}

.icon-item {
    border: 1px solid transparent;
    background-image: linear-gradient(95.58deg, #012C78 0.28%, #010101 100.28%),
        linear-gradient(139.09deg, #020201 27.42%, #0558E7 86.65%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    box-shadow: 0px 0px 4px 0px #0000001A;
    border-radius: 12px;
    aspect-ratio: 1;
    width: 70px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-24);
    transition: all 0.3s ease;
}

.icon-item:hover {
    background: rgba(5, 88, 231, 0.1);
    border-color: rgba(5, 88, 231, 0.3);
    box-shadow: 0 5px 15px rgba(5, 88, 231, 0.2);
}

.payment-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 35px;
}

.payment-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.payment-item iconify-icon {
    font-size: var(--font-size-35);
}

.payment-item img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.circle-stats-container {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 40px;
}

.circle-stat {
    flex: 1;
    text-align: center;
}

.circle-progress {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-18);
    font-weight: 700;
    position: relative;
    background: linear-gradient(111.99deg, #02286D 0%, #010101 82.79%);
}

.circle-progress::before {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    padding: 5px;
    background: linear-gradient(135deg, #010101 0%, #005EFF 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}






.circle-stat p {
    font-size: var(--font-size-13);
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .icons-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991px) {
    .icons-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}



@media (max-width: 767px) {
    .payment-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .circle-stats-container {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .stats-card {
        padding: 25px;
    }
}

/* Blog Card Section */
.blog-card {
    border-radius: 20px;
    padding: 20px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}



.blog-card.highlighted {
    border-color: #004ED4;
}

.right-faded-border,
.left-feded-border {
    position: relative;
}

.right-faded-border::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 25px;
    padding: 1px;
    background: linear-gradient(270deg, #005EFF 0%, #010101 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}

.left-feded-border::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 25px;
    padding: 1px;
    background: linear-gradient(90deg, #005EFF 0%, #010101 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}

.blog-card:hover {

    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.blog-img {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    aspect-ratio: 16/10;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-img img {
    transform: scale(1.1);
}

.blog-content {
    padding: 0 5px;
}

.blog-date {
    color: rgba(255, 255, 255, 0.5);
    font-size: var(--font-size-14);
    margin-bottom: 10px;
    display: block;
}

.blog-title {
    font-size: var(--font-size-20);
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.blog-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: var(--font-size-15);
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-read-more {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--font-size-15);
    transition: 0.3s;
    border-bottom: 1px solid #fff;
    width: fit-content;
    padding-bottom: 2px;
}

.blog-read-more:hover {
    color: #0558E7;
    border-color: #0558E7;
}

.blog-read-more iconify-icon {
    font-size: var(--font-size-18);
}

/* Custom Pagination */
.custom-pagination .page-item {
    border: none;
}

.custom-pagination .page-link {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid rgba(76, 111, 255, 0.2);
    border-radius: 15px !important;
    color: #fff;
    font-size: var(--font-size-20);
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    background-image: linear-gradient(95.58deg, #012C78 0.28%, #010101 100.28%), linear-gradient(139.09deg, #020201 27.42%, #0558E7 86.65%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.custom-pagination .page-link:hover {
    /* background: rgba(255, 255, 255, 0.1); */
    border-color: var(--primary-color);
    color: #fff;
}

.custom-pagination .page-item.active .page-link {
    background: var(--tertiary-color);
    border: none;
    box-shadow: 0 0 20px rgba(76, 111, 255, 0.5);
}

.custom-pagination .page-link:focus {
    box-shadow: none;
}

.custom-pagination .page-link iconify-icon {
    font-size: 24px;
}

@media (max-width: 576px) {
    .custom-pagination .page-link {
        width: 45px;
        height: 45px;
        font-size: var(--font-size-16);
        border-radius: 10px !important;
    }

    .custom-pagination {
        gap: 10px !important;
    }
}


.left-top-faded-overlay {
    position: relative;
}

.left-top-faded-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 420px;
    height: 420px;
    background: #3020E1;
    filter: blur(200px);
    z-index: -1;
}

.multi-service-card-left-star,
.left-circle-effect {
    position: relative;
}

.multi-service-card-left-star img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.left-circle-effect::before {
    content: '';
    background-image: url(../img/circle-overlay.png);
    position: absolute;
    top: -371px;
    right: -210px;
    width: 420px;
    height: 420px;
    background: #3020E1;
    filter: blur(200px);
    z-index: -1;
}

.multi-service-card-right-img,
.multi-service-card-left-img {
    height: 100%;
}

.multi-service-card-left-img img {
    transform: scale(1.1);
}

.multi-service-card-right-img img {
    height: 100%;
    object-fit: cover;
}

.multi-service-card-wrapper {
    background: linear-gradient(255.57deg, #010101 0%, #0F295C 100%);
    border-radius: 25px;
    max-width: 95%;

}

.multi-service-card-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gap-371 {
    margin: 371px 0;
}

@media (max-width: 991px) {
    .multi-service-card-wrapper {
        padding: 30px;
    }

    .multi-service-card-left-img img,
    .multi-service-card-right-img img {
        display: none;
    }

    .gap-371 {
        margin: 200px 0;

    }
}

/* ================================
   FAQ SECTION
   ================================ */
.faq-section {
    position: relative;
    z-index: 1;
    background-image: url(../../before-login-pages/img/faq-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.btn-view-all {
    background: #FFFFFF;
    color: #000000;
    padding: 12px 30px;
    border-radius: 10px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-view-all:hover {
    background: var(--primary-color);
    color: #fff;
}

.support-card {
    background:
        linear-gradient(91.02deg, #01286D 0%, #010101 100%) padding-box,
        linear-gradient(91.93deg, rgba(1, 1, 1, 0) 0%, #0558E7 100%) border-box;

    border: 1px solid transparent;
    border-radius: 20px;
    padding: 30px;
    max-width: 80%;
    box-shadow: 0 0 40px rgba(5, 88, 231, 0.2);
}

@media (max-width: 767px) {
    .support-card {
        max-width: 100%;
        padding: 20px;
    }
}

.support-icon-box {
    width: 45px;
    height: 45px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-24);
    color: #0558E7;
}

.support-text {
    font-size: var(--font-size-20);
    font-weight: 500;
    color: #FFFFFF;
}

.btn-question {
    background: #FFFFFF;
    color: #000000;
    padding: 12px;
    border-radius: 12px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-question:hover {
    background: var(--primary-color);
    color: #fff;
}

/* FAQ Tabs */
.faq-tabs-container {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 15px;
}

.faq-tabs {
    gap: 10px;
}

.faq-tabs .nav-link {

    border: 1px solid transparent;
    background-image: linear-gradient(95.58deg, #012C78 0.28%, #010101 100.28%), linear-gradient(139.09deg, #020201 27.42%, #0558E7 86.65%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    box-shadow: 0px 0px 4px 0px #0000001A;
    border-radius: 10px;
    width: 100%;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-18);
    font-weight: 500;
    transition: all 0.3s ease;
}

.faq-tabs .nav-link.active {
    background: #0558E7 !important;
    border-color: #0558E7;
    color: #FFFFFF !important;
    box-shadow: 0 0 20px rgba(5, 88, 231, 0.4);
}

/* FAQ Accordion */
.faq-accordion .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 5px;
}

.faq-accordion .accordion-button {
    background: transparent;
    color: #FFFFFF;
    font-size: var(--font-size-18);
    font-weight: 600;
    padding: 25px 0;
    box-shadow: none;
}

.faq-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    filter: brightness(100);
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--white-color);
    background-color: transparent;
    box-shadow: none;
}

.faq-accordion .accordion-body {
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    padding: 0 0 25px 0;
    font-size: var(--font-size-15);
    line-height: 1.6;
}

@media (max-width: 991px) {
    .faq-content-left {
        margin-bottom: 50px;
    }
}

/* ================================
   GLOBALLY SERVING SECTION
   ================================ */
.globe-serving-sec {
    position: relative;
    padding: 120px 0 0;
    overflow: hidden;
    background: #001031;
    min-height: 800px;
}

.globe-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.9;
}

.globe-content {
    position: relative;
    z-index: 10;
}



.globe-desc {
    font-size: var(--font-size-16);
    color: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .globe-title {
        font-size: 36px;
    }

    .globe-serving-sec {
        min-height: 600px;
        padding: 80px 0 0;
    }
}

@media (max-width: 767px) {
    .globe-title {
        font-size: 28px;
    }

    .globe-desc {
        font-size: 16px;
    }
}

/* ================================
   FOOTER SECTION
   ================================ */
.main-footer {
    background-image: url(https://storage.perfectcdn.com/ih009g/4smcgmbolyk90z4c.webp);
    background-size: cover;
    background-position: top center;
    padding: 120px 0 50px;
    position: relative;
    color: #fff;
    margin-top: -1px;
    /* Ensure no white line */
    overflow: hidden;
}

.footer-logo {
    max-width: 180px;
}

.footer-contact li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: var(--font-size-16);
    font-weight: 500;
    transition: 0.3s;
    display: flex;
    align-items: center;
}

.footer-contact li a:hover {
    color: #4c6fff;
}

.footer-contact li a iconify-icon {
    font-size: var(--font-size-20);
    color: #4c6fff;
}

.footer-socials .social-icon {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-24);
    color: #000;
    transition: 0.3s;
}

.footer-socials .social-icon:hover {
    transform: translateY(-5px);
    background: #4c6fff;
    color: #fff;
}

.footer-title {
    font-size: var(--font-size-24);
    font-weight: 700;
    margin-bottom: 35px;
    color: #fff;
}

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

.footer-links li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: var(--font-size-16);
    transition: 0.3s;
}

.footer-links li a:hover {
    color: #fff;
    padding-left: 8px;
}

.payment-methods-footer {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 15px 30px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
}



/* Redoing payment method styling to match image */
.payment-methods-footer {
    background: transparent;
    border: none;
    padding: 0;
    justify-content: start;
    margin-bottom: 50px;
}



.footer-bottom-img {
    margin: 60px 0;
    position: relative;
    display: flex;
    justify-content: center;
}

.footer-bottom-img::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 60px;
    background: #0558E7;
    filter: blur(100px);
    opacity: 0.6;
    z-index: 1;
}

.footer-bottom-img img {
    width: 100%;
    max-width: 1100px;
    position: relative;
    z-index: 2;
}

.copyright-area {
    padding-top: 30px;
    position: relative;
    z-index: 2;
}

.copyright-area p {
    font-size: var(--font-size-14);
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.pricing-hero-section {
    padding: 100px 0;
}

.hero-left-effect,
.hero-right-effect {
    position: relative;
}

.hero-right-effect::before {
    content: "";
    position: absolute;
    top: -300px;
    right: -300px;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: rgba(20, 23, 201, 0.55);
    filter: blur(100px);
    pointer-events: none;
    z-index: 0;
}

.hero-left-effect::after {
    content: "";
    position: absolute;
    bottom: -300px;
    left: -300px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(20, 23, 201, 0.55);
    filter: blur(100px);
    pointer-events: none;
    z-index: 0;
}

/* .hero-right-effect,
.hero-left-effect {
    position: relative;
}

.hero-right-effect img:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.hero-right-effect img:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.hero-left-effect img:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

}

.hero-left-effect img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
} */
.fs-20 {
    font-size: var(--font-size-20);
}

.search-wrapper {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 12px;
    display: inline-block;
    width: 100%;
}

.custom-search-bar {
    gap: 10px;
}


.filter-btn {
    position: relative;
    border: 1px solid transparent;
    border-radius: 8px;
    background: linear-gradient(140deg, #0558E7, #001b44) padding-box, linear-gradient(140deg, #0000, #0558E7) border-box;
    color: var(--white-color);
    transition: 0.3s ease;
    height: 45px;
}

.filter-btn:hover,
.filter-btn:focus {
    background: linear-gradient(316deg, #0558E7, #001b44) padding-box, linear-gradient(316deg, #0000, #0558E7) border-box;
    color: var(--white-color);
}



.search-input-container {
    position: relative;
    flex-grow: 1;
}

.search-input {
    background-color: var(--white-color);
    border: none;
    border-radius: 8px !important;
    padding-left: 45px;
    height: 45px;
}


.search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-bright);
    font-size: 1.1rem;
    z-index: 5;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid var(--primary-bright) !important;
}

.custom-faq-dark .accordion-item {
    background: linear-gradient(90deg, #0c0c25 0%, #0a0a1d 100%);
    border: 1px solid #1f1f3a;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
}

.custom-faq-dark .accordion-button {
    background: transparent;
    color: #fff;
    font-weight: 500;
    box-shadow: none;
}

.custom-faq-dark .accordion-button:not(.collapsed) {
    background: transparent;
    color: var(--white-color);
    box-shadow: none;
}

.custom-faq-dark .accordion-button::after {
    filter: invert(1);
}

/* .custom-faq-dark .accordion-body {
  color: #cfcfe6;
  border-top: 1px solid #1f1f3a;
} */

.custom-faq-dark .accordion-button:focus {
    box-shadow: none;
}

.custom-smm-table {
    background: linear-gradient(90deg, #070c2a, #0a0f3d);
    padding: 15px;
    border-radius: 10px;
}

.custom-smm-table table {
    color: #cfd3ff;
    font-size: 14px;
    --bs-table-bg: transparent;
    --bs-table-color: var(--white-color);
}

.custom-smm-table thead th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 500;
    color: var(--white-color);
}

.custom-smm-table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.custom-smm-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.03);
}

.service-id {
    color: var(--highlight-link);
    font-weight: 500;
}

.price,
td.service-id {
    color: var(--highlight-link);
    font-weight: 500;
}

.view-link {
    color: var(--highlight-link);
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
}

.view-link:hover {
    text-decoration: underline;
}

#customFaqAccordion .accordion-button {
    background: #0558E7;
}

#customFaqAccordion .accordion-button.collapsed {
    background: #0b172c;
}

.custom-search-bar .dropdown-item {
    color: #ffffff;
}

.custom-search-bar .dropdown-item:focus,
.custom-search-bar .dropdown-item:hover {
    color: #ffffff;
    background-color: #0558e7;
}


/* how it work section */

.how-it-work-star-bottom-right {
    position: absolute;
    bottom: -100px;
    right: 0;
    z-index: 0;
    opacity: .8;
}

.how-it-work-star-top-left {
    position: absolute;
    top: -100px;
    left: 0;
    z-index: 0;
    opacity: .8;
}


/* .steps-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 3rem 0;
} */

.steps-card {
    border-radius: 16px;
    padding: 1.5rem 1.25rem;
    width: 220px;
    border: 1px solid #424C62;
}

/* Make nav vertically stacked and styled like buttons */
.steps-card .nav-pills .nav-link {
    width: 100%;
    border-radius: 12px;
    padding: 0.8rem 0.75rem;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    position: relative;
    background: linear-gradient(95.58deg, #012C78 0.28%, #010101 100.28%) padding-box, linear-gradient(139.09deg, #020201 27.42%, #0558E7 86.65%) border-box;
    border: 1px solid transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.steps-card .nav-pills .nav-link.active {
    background: linear-gradient(145deg, #2563ff, #4d7dff);
    color: #ffffff !important;
    border-color: rgba(88, 131, 255, 0.9);
    box-shadow: 0 0 12px rgba(37, 99, 255, 0.6);
}

.steps-card .nav-pills .nav-link:last-child {
    margin-bottom: 0;
}

.steps-card .nav-pills .nav-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 0 12px rgba(37, 99, 255, 0.4);
    border-color: rgba(88, 131, 255, 0.5);
}

.step-content h4 {
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.step-content p {
    font-size: 0.88rem;
    color: #bcc7e0;
    line-height: 1.6;
    max-width: 460px;
}

@media (max-width: 767.98px) {


    .steps-card {
        margin-bottom: 1.5rem;
    }
}


/* Outer rounded container */
.language-wrapper {
    width: fit-content;
    margin: 0 auto;
}

.language-switch {
    display: flex;
    gap: 15px;
    padding: 12px;
    border-radius: 16px;
    border: 1px solid rgba(0, 140, 255, 0.4);
    background: rgba(10, 10, 40, 0.6);
    backdrop-filter: blur(6px);
}

/* Buttons */
.lang-btn {
    padding: 12px 28px;
    border-radius: 12px;
    border: 1px solid rgba(0, 140, 255, 0.4);
    background: linear-gradient(145deg, #071c3a, #04142b);
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Active Button */
.lang-btn.active {
    background: linear-gradient(145deg, #1f6bff, #0d4bd6);
    border-color: #1f6bff;
    box-shadow: 0 0 15px rgba(31, 107, 255, 0.6);
}

/* Hover Effect */
.lang-btn:hover {
    transform: translateY(-2px);
}

.left-start-shape {
    position: absolute;
    bottom: -100px;
    left: 0;
    z-index: 0;
    opacity: .8;
}

.video-wrapper {
    background-color: #000;
    height: 446px;
    border: 1px solid #1f293a;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 auto;
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.play-button-wrapper {
    width: 90px;
    height: 90px;
    background: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
    z-index: 2;
}



.register-today-section {
    background: linear-gradient(180deg, rgb(7 33 77 / 7%) 0%, rgb(1 19 81) 100%);
}

/* ================================
   SERVICE DETAIL MODAL
   ================================ */
.service-modal-dialog {
    margin: 1.75rem auto;
}

.service-modal-content {
    background: linear-gradient(120.44deg, #1A3291 -32.01%, #06030F 100%);
    border-radius: 18px;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.6);
}

/* --- Header --- */
.service-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px 0;
    border-bottom: none;
}

.service-modal-id {
    display: flex;
    align-items: center;
    font-size: var(--font-size-20);
    font-weight: 600;
    color: #fff;
    gap: 6px;
}

.service-modal-id iconify-icon {
    font-size: 20px;
    color: #c8d0e0;
}

.service-modal-close {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.2s;
    flex-shrink: 0;
}

.service-modal-close:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* --- Title line --- */
.service-modal-title {
    padding: 6px 24px 20px;
    font-size: var(--font-size-20);
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
    font-weight: 400;
}

/* --- Stats Row --- */
.service-modal-stats {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    margin: 0 20px 20px;
    padding: 20px 12px;
    gap: 8px;

    /* Border radius */
    border-radius: 14px;

    /* Gradient border effect */
    position: relative;
    background: linear-gradient(180deg, rgba(1, 24, 66, 0.2) 0%, rgba(1, 1, 1, 0.2) 100%);

    /* Pseudo-element for the border */
    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 14px;
        padding: 1px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.23) 14.91%, #0558E7 102.29%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }
}

.stat-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}

.stat-divider {
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
    align-self: stretch;
}

.stat-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.stat-icon-gold {
    background: rgba(255, 193, 7, 0.15);
}

.stat-icon-red {
    background: rgba(220, 53, 69, 0.15);
}

.stat-icon-green {
    background: rgba(25, 200, 100, 0.15);
}

.stat-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}

.stat-value {
    font-size: 15px;
    font-weight: 700;
    color: #4c8bff;
}

/* --- Description Body --- */
.service-modal-body {
    padding: 0;
}

.service-modal-body::-webkit-scrollbar {
    width: 4px;
}

.service-modal-body::-webkit-scrollbar-track {
    background: transparent;
}

.service-modal-body::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
}

.service-modal-desc {
    margin: 0 24px 20px;
    background: linear-gradient(180deg, rgba(1, 24, 66, 0.8) 0%, rgba(1, 1, 1, 0.8) 100%);
    border-radius: 12px;
    padding: 18px 20px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;

    /* Gradient border effect */
    position: relative;

    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 12px;
        padding: 1px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.23) 14.91%, #0558E7 102.29%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }
}

.service-modal-desc p {
    margin: 0 0 2px;
}

.service-modal-desc br {
    display: block;
    margin: 4px 0;
    content: '';
}

/* --- Footer --- */
.service-modal-footer {
    padding: 18px 24px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.service-buy-btn {
    background: #0558E7;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    padding: 14px;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
}

.service-buy-btn:hover {
    background: var(--primary-color);
    color: #fff;
    transform: translateY(-1px);
}

/* Backdrop tint */
#serviceDetailModal .modal-backdrop,
.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.75);
}



/* our story */





/* **************************** */
/* ********* media queries ********** */
/* **************************** */
/* **************************** */
/* **************************** */

@media (max-width: 991px) {
    .main-footer {
        padding: 80px 0 40px;
    }

    .footer-title {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .payment-methods-footer {
        justify-content: center;
    }

    :root {
        --font-size-14: 13px;
        --font-size-16: 15px;
        --font-size-18: 16px;
        --font-size-20: 18px;
        --font-size-24: 20px;
        --font-size-26: 22px;
        --font-size-28: 24px;
        --font-size-30: 26px;
        --font-size-32: 28px;
        --font-size-36: 30px;
        --font-size-40: 34px;
        --font-size-60: 48px;
        --font-size-100: 70px;
    }

    .hero-right-effect::before {
        top: -100px;
        right: -100px;
        width: 300px;
        height: 300px;

    }

    .hero-left-effect::after {

        width: 400px;
        height: 400px;

    }

    .how-it-work-star-bottom-right img,
    .how-it-work-star-top-left img,
    .left-start-shape img {
        width: 200px;
    }

    .how-it-work-star-top-left {
        position: absolute;
        top: -40px;
        left: 0;
        z-index: 0;
        opacity: .8;
    }
}

@media (max-width: 767px) {
    :root {
        --font-size-14: 12px;
        --font-size-16: 14px;
        --font-size-18: 15px;
        --font-size-20: 16px;
        --font-size-24: 18px;
        --font-size-26: 20px;
        --font-size-28: 22px;
        --font-size-30: 24px;
        --font-size-32: 26px;
        --font-size-36: 28px;
        --font-size-40: 30px;
        --font-size-60: 36px;
        --font-size-100: 50px;
    }
}

/* ================================
   BACKBONE SECTION
   ================================ */
.backbone-section {
    background-image: url(https://storage.perfectcdn.com/ih009g/pnmlj29b4u93rqbt.webp);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.backbone-effect-right {
    position: absolute;
    top: 50%;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(48, 32, 225, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
    z-index: 1;
    pointer-events: none;
    transform: translateY(-50%);
}

.backbone-card {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    height: 100%;
}

.backbone-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--primary-color);
    box-shadow: 0 10px 40px rgba(76, 111, 255, 0.15);
}

.backbone-card iconify-icon {
    font-size: 32px;
    color: var(--white-color);
    flex-shrink: 0;
}

.backbone-card span {
    font-size: var(--font-size-20);
    font-weight: 500;
    color: var(--white-color);
}

@media (max-width: 991px) {
    .backbone-card {
        padding: 15px 20px;
    }

    .backbone-card span {
        font-size: var(--font-size-16);
    }
}

/* ================================
   AUTH PAGES (SIGN UP / SIGN IN)
   ================================ */
.auth-page {
    background: var(--bg-color);
    min-height: 100vh;
}

.auth-wrapper {
    display: flex;
    min-height: 100vh;
    width: 100%;
}

.auth-side-image {
    width: 50%;
    height: 100vh;
    position: sticky;
    top: 0;
    overflow: hidden;
    display: none;
}

@media (min-width: 992px) {
    .auth-side-image {
        display: block;
    }
}

.auth-side-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.auth-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 60px;
    position: relative;
    background: radial-gradient(circle at 100% 0%, rgba(48, 32, 225, 0.75) 0%, transparent 56%);
    justify-content: center;
}

.auth-top-bar {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 40px;
}

.btn-back {
    background: #fff;
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 8px;
    transition: 0.3s;
}

.btn-back:hover {
    background: var(--primary-color);
    color: #fff;
}

.auth-form-container {
    max-width: 600px;
    margin: auto;
    width: 100%;
}

.auth-header h2 {
    font-size: var(--font-size-40);
    font-weight: 700;
    margin-bottom: 30px;
}

.auth-header h2 span {
    color: var(--primary-color);
}

.auth-tab {
    display: flex;
    border: 1.5px solid rgba(48, 32, 225, 0.8);
    border-radius: 50px;
    padding: 4px;
    margin-bottom: 35px;
    background: rgba(48, 32, 225, 0.05);
    gap: 5px;
    width: 100%;
}

.tab-item {
    padding: 10px 40px;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    transition: 0.3s;
    flex: 1;
    text-align: center;
    background: transparent;
    border: none;
}

.tab-item:hover {
    color: var(--primary-color);
}

.tab-item.active {
    background: #fff;
    color: #000;
}

.input-wrapper {
    position: relative;
    margin-bottom: 0;
}

.auth-input {
    background: rgba(255, 255, 255, 0.03);
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding-left: 55px;
    height: 60px;
    border-radius: 12px;
    font-size: var(--font-size-16);
}

.auth-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.auth-input:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--primary-color);
    box-shadow: 0 0 15px rgba(76, 111, 255, 0.2);
    color: #fff;
}

.input-icon-box {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.input-icon-box iconify-icon {
    color: var(--primary-color);
    font-size: 20px;
}

.auth-submit-btn {
    height: 60px;
    font-weight: 700;
    font-size: 18px;
    background: #fff;
    color: #000;
    border: none;
    border-radius: 12px;
    transition: 0.3s;
}

.auth-submit-btn:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.auth-google-btn {
    height: 60px;
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: var(--white-color);
    font-weight: 600;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.3s;
}

.auth-google-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: var(--white-color);
    border-color: rgba(255, 255, 255, 0.3);
}

.auth-footer {
    color: rgba(255, 255, 255, 0.6);
}

.auth-footer a {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
}

.auth-footer a:hover {
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .auth-content {
        padding: 20px;
    }

    .auth-header h2 {
        font-size: 28px;
    }

    .tab-item {
        padding: 8px 25px;
    }
}


.blog-highlighted-item .blog-img {
    aspect-ratio: 0;
}

.blog-highlighted-item .blog-img img {
    height: 470px;
}

/* ================================
   BLOG DETAILS PAGE
   ================================ */
.blog-details-section {
    position: relative;
    z-index: 1;
}

.blog-details-header {
    margin-bottom: 30px;
}

.blog-details-date {
    color: rgba(255, 255, 255, 0.5);
    font-size: var(--font-size-14);
    display: block;
    margin-bottom: 12px;
}

.blog-details-title {
    font-size: var(--font-size-36);
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.blog-details-featured-img {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 50px;
}

.blog-details-featured-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 500px;
}

.blog-details-body {
    padding: 10px 0;
}

.blog-details-heading {
    font-size: var(--font-size-26);
    font-weight: 700;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 18px;
    line-height: 1.3;
}

.blog-details-heading:first-child {
    margin-top: 0;
}

.blog-details-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: var(--font-size-15);
    line-height: 1.8;
    margin-bottom: 16px;
}

.blog-details-list {
    color: rgba(255, 255, 255, 0.7);
    font-size: var(--font-size-15);
    line-height: 2;
    padding-left: 20px;
    margin-bottom: 20px;
}

.blog-details-list li {
    margin-bottom: 5px;
}

.blog-details-list li::marker {
    color: #0558E7;
}

/* Blog Share Sidebar */
.blog-share-sidebar {
    position: relative;
    z-index: 10;
    /* Reduced from 100 */
    width: 90px;
    padding: 18px 12px;
    border-radius: 16px;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    background: linear-gradient(180deg, #011842 0%, #010101 100%);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);

    @supports not (backdrop-filter: blur(20px)) {
        background: rgba(1, 24, 66, 0.9);
    }

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform-style: preserve-3d;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    background-clip: padding-box;
}

/* Gradient border */
.blog-share-sidebar::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(180deg, #3D4455 0%, #00000000 100%);
    -webkit-mask: linear-gradient(#011842 0 0) content-box, linear-gradient(#010101 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
}

.blog-share-sidebar img {
    position: absolute;
    top: -18px;
}

.blog-share-label {
    color: #fff;
    font-size: var(--font-size-13);
    font-weight: 600;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

.blog-share-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--font-size-20);
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
}

.blog-share-icon:hover {
    color: #fff;
    background: rgba(5, 88, 231, 0.3);
    transform: scale(1.1);
}

/* Blog Details Responsive */
@media (max-width: 991px) {
    .blog-details-title {
        font-size: var(--font-size-28);
    }

    .blog-details-heading {
        font-size: var(--font-size-22);
    }

    .blog-details-featured-img {
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .blog-details-title {
        font-size: var(--font-size-24);
    }

    .blog-details-heading {
        font-size: var(--font-size-20);
        margin-top: 30px;
    }

    .blog-details-featured-img {
        border-radius: 12px;
        margin-bottom: 25px;
    }

    .blog-details-featured-img img {
        max-height: 300px;
    }

    .blog-share-sidebar {
        right: 15px;
        padding: 12px 8px;
    }

    .blog-share-icon {
        width: 34px;
        height: 34px;
        font-size: var(--font-size-18);
    }

    .blog-share-label {
        font-size: 11px;
    }
}

@media (max-width: 576px) {
    .blog-share-label {
        margin-bottom: 0;
        margin-right: 5px;
    }
}

/* common style */

:root {
  --primary-color: #0558e7;
  --primary-gradient-color: linear-gradient(to right, #054dcb, #031d4b);
  --primary-gradient-rev-color: linear-gradient(to right, #031d4b, #054dcb);
  --secondary-color: #0b172c;
  --secondary-color-2: #08060e;
  --white-color: #fff;
  --dark-blue-gradient-start: #011842;
  --dark-blue-gradient-end: #010101;
  --border-blue: #0046bf;
  --purple-glow: #3020e1;
  --stat-icon-color: #0062ff;
  --stat-link-color: #a0a0a0;
  --dark-card-bg: #0b172c;
  --gradient-light: #1c183a;
  --gradient-dark: #161327;
  --primary-bright: #0d6efd;
  --input-bg: #1e293b;
  --input-text: #c9d1d9;
  --input-focus-bg: #21262d;
  --input-focus-border: #58a6ff;
  --search-icon-color: #8b949e;
  --text-primary-dim: #388bfd;
  --primary-hover: #0b5ed7;
  --card-label-text: #cbd5e1;
  --highlight-link: #3b82f6;
  --gray-text: gray;
  --white-alpha-10: rgba(255, 255, 255, 0.1);
  --white-alpha-5: rgba(255, 255, 255, 0.05);
  --white-alpha-8: rgba(255, 255, 255, 0.08);
  --white-alpha-2: rgba(255, 255, 255, 0.2);
  --white-alpha-3: rgba(255, 255, 255, 0.3);
  --black-alpha-2: rgba(0, 0, 0, 0.2);
  --black-alpha-3: rgba(0, 0, 0, 0.3);
  --black-alpha-5: rgba(0, 0, 0, 0.5);
  --black-alpha-8: rgba(0, 0, 0, 0.8);
  --body-bg: #06030F;
  /* Font Sizes */
  --fs-xs: 13px;
  --fs-sm: 14px;
  --fs-base: 15px;
  --fs-lg: 16px;
  --fs-xl: 17px;
  --fs-2xl: 18px;
  --fs-3xl: 24px;
  --fs-4xl: 26px;
  --fs-6xl: 18px;
  --fs-7xl: 32px;
}

.primary-bg {
  background-color: var(--primary-color);
}

.primary-text {
  color: var(--primary-color);
}

.primary-gradient {
  background: var(--primary-gradient-color);
}

.primary-gradient-rev {
  background: var(--primary-gradient-rev-color);
}

.secondary-bg {
  background-color: var(--secondary-color);
}

.custom-bg-white {
  background-color: transparent;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: var(--body-bg);
  font-size: var(--fs-lg);
}

input::placeholder,
textarea::placeholder {
  color: var(--stat-link-color) !important;
}

.hidden {
  display: none;
}

.logo-header {
  display: none;
  margin-left: 30px;
}

.sidebar.collapsed~.main .logo-header {
  display: block;
}

.custom-card-with-left-effect .border-secondary {
  border-color: #424C62 !important;
}

a {
  text-decoration: none;
  color: var(--primary-color);
}

/* ###common style */

/* Sidebar */
.sidebar {
  width: 250px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(180deg,
      var(--body-bg),
      #011842);
  border-right: 1px solid var(--border-blue);
  transition: all 0.3s ease;
  z-index: 1000;
}

.sidebar-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sidebar-inner:after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: var(--purple-glow);
  border-radius: 50%;
  bottom: 160px;
  left: -150px;
  filter: blur(100px);
  z-index: -1;
}

.sidebar.collapsed {
  transform: translateX(-100%);
}

.sidebar .nav-link {
  color: var(--white-color);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
}

.sidebar .nav-link:hover {
  color: var(--stat-link-color);
}

.sidebar.collapsed .link-text {
  display: none;
}

.sidebar .nav-item.active {
  position: relative;
}

.sidebar .nav-item.active iconify-icon {
  color: var(--primary-color);
}

.sidebar .nav-item.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 10px;
  height: 100%;
  border-radius: 5px;
  background-color: var(--primary-color);
}

.rotate-arrow iconify-icon {
  transition: transform 0.3s ease;
}

.rotate-arrow.collapsed iconify-icon {
  transform: rotate(180deg);
}

.read-more-btn {
  background: linear-gradient(90deg, #044ece, #021b46);
}

/* Main area */
.main {
  margin-left: 250px;
  background: var(--body-bg);
  transition: all 0.3s ease;
}

.sidebar.collapsed~.main {
  margin-left: 0;
}

.collapsed #sidebarToogleBtn {
  right: -40px;
}

/* Header */
.log-out {
  display: none;
}

.sidebar.collapsed~.main .log-out {
  display: block;
  margin-left: 30px;
}

.header {
  height: 82px;
  /* background: linear-gradient(to left, var(--dark-blue-gradient-end), var(--dark-blue-gradient-start)); */
  background: linear-gradient(135deg,
      var(--dark-blue-gradient-end) 0%,
      var(--dark-blue-gradient-start) 100%);
  color: var(--white-color);
}

.dropdown-hover .dropdown-item {
  color: var(--white-color);
}

.dropdown-hover .dropdown-item:hover {
  background: var(--primary-color);
}

.dropdown-custom-style .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dropdown-custom-style .dropdown-item iconify-icon {
  font-size: var(--fs-3xl);
}

.header-sm-btn {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--primary-gradient-color);
  color: var(--white-color) !important;
  border: 0;
  font-size: var(--fs-3xl);
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-sm-btn:hover {
  background: var(--primary-gradient-rev-color);
  color: var(--white-color);
}

button.balance-btn {
  color: var(--white-color);
}

/* ### header */


#sidebarToogleBtn {
  position: absolute;
  top: 25px;
  right: -16px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  min-width: 30px;
  background: var(--primary-color);
  color: var(--white-color);
  border: 0;
  font-size: var(--fs-3xl);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1111;
}

/* Theme Switch Styles */
.theme-switch-wrapper {
  display: flex;
  align-items: center;
}

.theme-switch {
  display: inline-block;
  height: 30px;
  position: relative;
  width: 55px;
  cursor: pointer;
}

.theme-switch input {
  display: none;
}


input:checked+.slider {
  background-color: var(--border-blue);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Dark Mode Switch Styles */
.dark-mode .slider {
  background-color: #444;
}

.dark-mode input:checked+.slider {
  background-color: var(--border-blue);
}

#arrowRight {
  display: block;
}

#arrowLeft {
  display: none;
}

.sidebar.collapsed #arrowLeft {
  display: block;
}

.sidebar.collapsed #arrowRight {
  display: none;
}

/* The switch - the box around the slider */
.switch {
  font-size: var(--fs-xl);
  position: relative;
  display: inline-block;
  width: 70px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}


/* Slider track */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.1);
  transition: 0.4s;
  border-radius: 30px;
}

/* Slider button */
.slider:before {
  content: "☀️";
  position: absolute;
  height: 32px;
  width: 32px;
  left: 0;
  bottom: -4px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #9c9cad, #3c3c5c);
  color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-lg);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}


.switch input:checked+.slider {
  background-color: #E2E2E2;
}

.switch input:focus+.slider {
  box-shadow: 0 0 1px var(--white-color);
}

.switch input:checked+.slider:before {
  content: "🌙";
  transform: translateX(40px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Add some cool effects */
.slider:after {
  content: "light";
  color: var(--white-color);
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: var(--fs-xs);
  transition: opacity 0.4s;
  opacity: 1;
}

.switch input:checked+.slider:after {
  content: "dark";
  color: #000;
  left: 8px;
  opacity: 1;
  right: auto;
}

/* main content */
.main {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.overlay-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

.overlay-effect::before {
  content: "";
  position: fixed;
  width: 558px;
  height: 558px;
  background: var(--purple-glow);
  border-radius: 50%;
  top: -150px;
  right: -150px;
  filter: blur(200px);
}

.main-content {
  padding: 40px;
  min-height: calc(100vh - 164px);
  box-sizing: border-box;
}

.banner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px 30px;
  border-radius: 12px;
  /* background: linear-gradient(to bottom right, rgba(5, 80, 208, 0.6) 0%, rgba(2, 27, 68, 0.6) 100%); */
  background: linear-gradient(to right,
      rgba(5, 80, 208, 0.6) 0%,
      rgba(2, 27, 68, 0.6) 100%);
}

/* The glowing white bar on the left */
.accent-bar {
  position: absolute;
  left: -4px;
  width: 4px;
  height: 40%;
  background-color: var(--white-color);
  border-radius: 4px 0 0 4px;
  box-shadow: 0 0 20px rgb(255 255 255);
  filter: blur(1.5px);
}

.content {
  margin-left: 20px;
  color: var(--white-color);
}

.content h1 {
  margin: 0;
  font-size: var(--fs-7xl);
  font-weight: 600;
  letter-spacing: -0.5px;
}

.content p {
  margin: 8px 0 0 0;
  font-size: var(--fs-6xl);
  opacity: 0.8;
  font-weight: 300;
}

.stats-container {
  background: linear-gradient(90deg, #ffffff14 0%, #ffffff0d 100%);
  border-radius: 8px;
  padding: 25px 10px;
  color: white;
  box-shadow: 0 10px 30px var(--black-alpha-5);
}

.stat-item {
  padding: 15px;
  border-right: 1px solid var(--white-alpha-10);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}




/* Remove borders when grid breaks */
@media (max-width: 991.98px) {
  .stat-item {
    border-right: none;
    border-bottom: 1px solid var(--white-alpha-10);
    padding-bottom: 24px;
  }
}



.stat-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
}

.stat-icon {
  color: var(--stat-icon-color);
  font-size: var(--fs-4xl);
}

.stat-value {
  font-size: var(--fs-2xl);
  font-weight: 500;
}

.stat-link {
  color: var(--stat-link-color);
  text-decoration: underline;
  font-size: var(--fs-lg);
  transition: color 0.2s;
}

.stat-link:hover {
  color: var(--white-color);
}

.custom-form-card {
  background-color: var(--dark-card-bg);
  border-radius: 12px;
  overflow: hidden;
  color: var(--white-color);
  height: 100%;
}

.custom-form-card .card-body {
  padding: 20px;
}





/* ul#orderTabs::before,
ul#myTab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white-color);
} */

/* ul#orderTabs.two-tabs::before {
  bottom: -2px;
} */


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

  ul#orderTabs::before,
  ul#myTab::before {
    display: none !important;
  }
} */


ul#mainTabs .nav-item::before {
  display: none;
}

#mainTabsContent .nav-item {
  position: relative;
}

/* #mainTabsContent .nav-item::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white-color);
} */

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

/* Tabs Styling */
#mainTabs .nav-link,
#mainTabs .nav-link.active {
  border-radius: 12px;
  /* position: relative;
  z-index: 1;
  color: var(--white-color) !important; */
}

#mainTabs .nav-link.active {
  position: relative;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 12px;
  z-index: 1;
}

#mainTabs .nav-link.active::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1px;
  /* border width */
  background: linear-gradient(to bottom right,
      var(--gray-text) 0%,
      var(--primary-color) 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* #mainTabs .nav-link.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-gradient-color);
  z-index: -1;
  border-radius: 12px;
} */

.service-tabs {
  background: transparent;
  border-color: #3B4760;
  border-radius: 12px;
  overflow: hidden;
}

/* .service-tabs .nav-tabs .nav-link {
  color: var(--white-color);
  border: none;
  font-weight: 500;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
  display: flex;
  align-items: center;
  gap: 8px;
} */

/* .service-tabs .nav-tabs .nav-link:hover {
  background: var(--white-alpha-5);
} */

/* #orderTabs iconify-icon,
#myTab iconify-icon {
  font-size: var(--fs-3xl);
} */

#orderTabs .nav-link,
#myTab .nav-link {
  border: 0 !important;
  color: var(--white-color);
}

#orderTabs .nav-link.active,
#myTab .nav-link.active {
  background-color: transparent;
  color: var(--white-color);
  border-bottom: 1px solid var(--primary-bright) !important;
}


/* #orderTabs .nav-link,
#myTab .nav-link {
  background: transparent !important;
  border-bottom: 2px solid;
} */

/* #orderTabs .nav-link.active,
#myTab .nav-link.active {
  border-bottom: 2px solid var(--primary-bright);
  position: relative;
} */

/* #orderTabs .nav-link.active::before,
#myTab .nav-link.active::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--primary-bright);
} */

.nav-link img {
  min-width: 24px;
}

.service-tabs .card-header {
  background: linear-gradient(90deg,
      var(--gradient-dark) 0%,
      var(--gradient-light) 100%);
}

/* #mainTabs,
#mainTabsContent .nav-tabs,
#orderTabs {
  background: linear-gradient(
    90deg,
    var(--gradient-dark) 0%,
    var(--gradient-light) 100%
  );
} */
.card-custom-header {
  background: linear-gradient(90deg,
      var(--gradient-dark) 0%,
      var(--gradient-light) 100%);
  padding: 20px;
}

.custom-form-card .tab-content {
  padding: 20px;
}

/* Form Styling */
.form-label {
  font-weight: 500;
  margin-bottom: 8px;
  font-size: var(--fs-lg);
}

.custom-input {
  background-color: var(--input-bg);
  border: 0;
  color: var(--input-text);
  border-radius: 8px;
  padding: 10px 15px;
  height: 48px;
}

.custom-input:focus {
  background-color: var(--input-focus-bg);
  border-color: var(--input-focus-border);
  box-shadow: none;
}

/* Search Icon Positioning */
.search-container {
  position: relative;
}

.search-container iconify-icon {
  position: absolute;
  left: 15px;
  color: var(--search-icon-color);
  top: 50%;
  transform: translateY(-50%);
}

.search-container input {
  padding-left: 45px;
}

/* Subtle Blue Text */
.text-primary-dim {
  color: var(--text-primary-dim);
  font-size: var(--fs-sm);
}

/* Submit Button */
.btn-submit {
  background-color: var(--primary-bright);
  color: var(--white-color);
  font-weight: 600;
  padding: 12px;
  border-radius: 8px;
  border: none;
  transition: 0.3s ease;
}

.btn-submit:hover {
  background-color: var(--primary-hover);
  box-shadow: 0 0 15px rgba(13, 110, 253, 0.4);
  color: var(--white-color);
}

/* Dropdown Arrow Fix */
.form-select {
  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='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.custom-card {
  background-color: var(--input-bg);
  border-radius: 12px;
  padding: 10px 20px;
  border: 1px solid var(--white-alpha-8);
  margin-bottom: 18px;
}

.custom-card input,
.custom-card textarea,
.custom-card select {
  color: var(--white-color);
}

.form-control:focus {
  color: var(--white-color);
}

.custom-card label {
  color: var(--card-label-text);
  font-size: var(--fs-sm);
  margin-bottom: 6px;
  display: block;
}

.custom-value {
  color: var(--white-color);
  font-size: var(--fs-base);
}

.highlight-link {
  color: var(--highlight-link);
  text-decoration: none;
}

.highlight-link:hover {
  text-decoration: underline;
}

/* Main Accordion Wrapper */
#customFaqAccordion .accordion-button {
  background: #0558E7;
}

#customFaqAccordion .accordion-button.collapsed {
  background: var(--dark-card-bg);
}

.custom-card-with-left-effect {
  /* background-color: var(--dark-card-bg); */
  border-radius: 12px;
  border: 1px solid #1f293a;
  position: relative;
  color: var(--white-color);
  height: 100%;
}

.custom-card-with-left-effect-header {
  padding: 27px;
  font-size: 16px;
  font-weight: 500;
  /* background: linear-gradient(90deg,
      var(--gradient-dark) 0%,
      var(--gradient-light) 100%); */
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  color: var(--white-color);
}

.custom-card-with-left-effect-body {
  padding: 20px;
  background: transparent;
}

.custom-card-with-left-effect-header::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 20%;
  height: 60%;
  width: 4px;
  background-color: var(--primary-bright);
  border-radius: 4px 0 0 4px;
  box-shadow: 4px 0 10px 0px #4e82dbb3;
  filter: blur(1px);
}

.custom-card-with-left-effect .accordion-item {
  background-color: transparent;
  border: 1px solid #2d3748;
  border-radius: 8px !important;
  margin-bottom: 12px;
  overflow: hidden;
}

.custom-card-with-left-effect .accordion-button {
  background-color: #3D4455;
  color: #e2e8f0;
  box-shadow: none;
}

.custom-card-with-left-effect .accordion-button:not(.collapsed) {
  background-color: #3D4455;
  color: var(--white-color);
  box-shadow: none;
}

.custom-card-with-left-effect .accordion-button::after {
  filter: invert(1);
}

.custom-card-with-left-effect .accordion-body {
  color: #94a3b8;
  background-color: #0f172a;
}


/* my order style */
.search-wrapper {
  background: rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 12px;
  display: inline-block;
  width: 100%;
}

.custom-search-bar {
  gap: 10px;
}


.filter-btn {
  position: relative;
  border: 1px solid transparent;
  border-radius: 8px;
  background: linear-gradient(140deg, #0558E7, #001b44) padding-box, linear-gradient(140deg, #0000, #0558E7) border-box;
  color: var(--white-color);
  transition: 0.3s ease;
  height: 45px;
}

.filter-btn:hover,
.filter-btn:focus {
  background: linear-gradient(316deg, #0558E7, #001b44) padding-box, linear-gradient(316deg, #0000, #0558E7) border-box;
  color: var(--white-color);
}



.search-input-container {
  position: relative;
  flex-grow: 1;
}

.search-input {
  background-color: var(--white-color);
  border: none;
  border-radius: 8px !important;
  padding-left: 45px;
  height: 45px;
}


.search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-bright);
  font-size: 1.1rem;
  z-index: 5;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid var(--primary-bright) !important;
}


.orders-table th,
.orders-table td {
  color: var(--white-color);
}

.orders-table thead th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 500;
  font-size: 14px;
  padding: 15px 10px;
  white-space: nowrap;
  color: var(--white-color);
}

.orders-table tbody td {
  vertical-align: middle;
  padding: 20px 10px;
  font-size: 14px;
}

.orders-table a {
  color: var(--primary-bright);
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
}

.orders-table a:hover {
  text-decoration: underline;
}

.custom-checkbox {
  width: 20px;
  height: 20px;

  border: 2px solid var(--white-color);
  border-radius: 4px;
}

.service-col {
  min-width: 150px;
}

.service-link {
  display: block;
  white-space: normal;
  word-break: break-word;
}

/* ✅ Common Status Button Style */
.status-btn {
  background: transparent;
  width: 106px;
  padding: 6px 18px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
}


.status-completed {
  border-color: #049D04;
  color: #6DF26D;
}


.status-cancel {
  border-color: #FF3030;
  color: #FF3030;
}


.btn-reorder {
  position: relative;
  width: 106px;
  background: #01102C;
  color: var(--white-color);
  padding: 6px 18px;
  border-radius: 8px;
  font-weight: 500;
  height: 48px;
  border: 1px solid transparent;
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
}

/* Gradient Border */
.btn-reorder::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 8px;
  background: linear-gradient(130deg, #03318100, #0558E7);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.btn-reorder::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: linear-gradient(130deg, #03318100, #0558E7);
  opacity: 0;
  transition: opacity .3s ease;
  z-index: -1;
}

.btn-reorder:hover::after {
  opacity: 1;
}


.table-responsive {
  overflow-x: auto;
}

/* Remove default bootstrap table background */
.orders-table.table {
  --bs-table-bg: transparent;
  --bs-table-striped-bg: transparent;
  --bs-table-border-color: rgba(255, 255, 255, 0.2);
}

/* ###my order style */

/* service style */
.custom-faq-dark .accordion-item {
  background: linear-gradient(90deg, #0c0c25 0%, #0a0a1d 100%);
  border: 1px solid #1f1f3a;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
}

.custom-faq-dark .accordion-button {
  background: transparent;
  color: #fff;
  font-weight: 500;
  box-shadow: none;
}

.custom-faq-dark .accordion-button:not(.collapsed) {
  background: transparent;
  color: var(--white-color);
  box-shadow: none;
}

.custom-faq-dark .accordion-button::after {
  filter: invert(1);
}

/* .custom-faq-dark .accordion-body {
  color: #cfcfe6;
  border-top: 1px solid #1f1f3a;
} */

.custom-faq-dark .accordion-button:focus {
  box-shadow: none;
}

.custom-card-with-left-effect .accordion-body {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
}

.custom-smm-table {
  background: linear-gradient(90deg, #070c2a, #0a0f3d);
  padding: 15px;
  border-radius: 10px;
}

.custom-smm-table table {
  color: #cfd3ff;
  font-size: 14px;
  --bs-table-bg: transparent;
  --bs-table-color: var(--white-color);
}

.custom-smm-table thead th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 500;
  color: var(--white-color);
}

.custom-smm-table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.custom-smm-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.03);
}

.service-id {
  color: var(--highlight-link);
  font-weight: 500;
}

.price,
td.service-id {
  color: var(--highlight-link);
  font-weight: 500;
}

.view-link {
  color: var(--highlight-link);
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
}

.view-link:hover {
  text-decoration: underline;
}

/* ###service style */



/* support style */
/* Ticket List Style */
.ticket-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ticket-item {
  display: block;
  background-color: var(--input-bg);
  border: 1px solid var(--white-alpha-8);
  border-radius: 12px;
  padding: 15px 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* .ticket-item:hover {
  border-color: var(--primary-color);
  transform: translateY(-2px);
  background-color: var(--input-focus-bg);
} */

/* ### support style */

/* child panel style */

/* Video and Steps Section */
.video-wrapper {
  background-color: #000;
  width: 80%;
  height: 446px;
  border: 1px solid #1f293a;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .video-wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}

.video-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.play-button-wrapper {
  width: 90px;
  height: 90px;
  background: var(--white-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
  z-index: 2;
}

.play-button-wrapper:hover {
  transform: scale(1.1);
}

.steps-wrapper {
  background: linear-gradient(90deg, #ffffff14 0%, #ffffff0d 100%);
  border: 1px solid #1f293a;
  border-radius: 16px;
  padding: 30px;
}

.step-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.step-icon-wrapper {
  width: 48px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--white-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color 0.3s ease;
}

.step-item:hover .step-icon-wrapper {
  background-color: rgba(255, 255, 255, 0.2);
}

.step-title {
  color: var(--white-color);
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 4px;
  line-height: 1.2;
}

.step-desc {
  color: #a0a0a0;
  font-size: 14px;
  margin: 0;
  line-height: 1.2;
}


/* ###child panel style */


/* affiliates style */
.custom-card-wrapper {
  background: var(--dark-card-bg);
  border-radius: 12px;
  overflow: hidden;
  padding: 20px;
  border: 1px solid #1f293a;
}

.custom-card-wrapper-header {
  padding: 27px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: -20px -20px 20px -20px;
  color: var(--white-color);
  justify-content: center;
  display: flex;
  background: linear-gradient(90deg,
      var(--gradient-dark) 0%,
      var(--gradient-light) 100%);
}

.how-it-work-item {
  padding: 30px;
  border-radius: 12px;
  background: var(--dark-card-bg);
  height: 100%;
}

.how-it-work-title {
  color: var(--primary-color) !important;
  font-weight: 500;
  font-size: var(--fs-2xl);
  margin-bottom: 15px;
}

.how-it-work-desc {
  color: var(--white-color);
  font-size: 14px;
  line-height: 1.6;
}


/* ### affiliates style */

/* api */
.json-card {
  background-color: #232A42;
  border-radius: 12px;
  padding: 20px;
  overflow-x: auto;
}

.json-content {
  color: #cbd5e1;
  margin-bottom: 0;
  font-size: var(--fs-sm);




}

/* ###api */

/* terms */
.terms-tabs-btn .nav-link {
  position: relative;
  border: 1px solid transparent;
  border-radius: 8px;
  background:
    linear-gradient(137deg,
      #012970,
      #01040b) padding-box,
    /* button background */
    linear-gradient(142deg, #010101, #0558E7) border-box;
  /* gradient border */
  color: #fff;
  transition: 0.3s ease;
}

.terms-tabs-btn .nav-link.active {
  background: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

.terms-btn-wrapper {
  padding: 30px;
  border: 1px solid #9D9D9D;
  border-radius: 10px;
  width: fit-content;
}

.service-tabs {
  color: var(--white-color);
}

.support ul li::marker {
  color: var(--primary-bright);
}

.support ul li {
  color: #fff;
  margin-bottom: 8px;
}

.reseller-card {
  background: transparent;
  border-radius: 12px;
  padding: 24px;
  border: 1px solid #424C62;
  position: relative;
  transition: .3s;
}

.reseller-card:hover {
  border-color: #0558E7;
}

/* Top section */
.card-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.badge-circle {
  width: 60px;
  height: 60px;
  background: #283751;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.reseller-card:hover .badge-circle {
  background: linear-gradient(135deg, #0560FF 0%, #002464 100%);

}

.title-wrap h4 {
  margin: 0;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
}

.title-wrap .bold {
  font-weight: 600;
}

/* .card-right {
  position: absolute;
  top: 24px;
  right: 24px;
} */

.spent-text {
  font-size: 14px;
  color: #BFBFBF;
  margin: 0;
}

/* Middle content */
.card-content {
  margin-top: 24px;
}

.content-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.label {
  font-size: 14px;
  color: #BFBFBF;
  margin-bottom: 6px;
}

h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

/* Support line */
.support {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 25px;
}

.dot {
  width: 6px;
  height: 6px;
  background: #2f6df6;
  border-radius: 50%;
}

.support p {
  margin: 0;
  font-size: 14px;
  color: #ffffff;
}


/* footer */

.footer {
  background-image: url(../img/dashboard-footer-img.png);
  background-size: cover;
  background-position: center;
  padding: 30px 0;
  color: var(--white-color);
  font-size: 14px;
  margin: 0 -24px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-left {
  opacity: 0.9;
}

.brand-link {
  color: var(--white-color);
  font-weight: 600;
  text-decoration: none;
}

.brand-link:hover {
  text-decoration: underline;
}

.footer-right a {
  color: var(--white-color);
  text-decoration: none;
  margin-left: 25px;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.footer-right a:hover {
  opacity: 1;
  text-decoration: underline;
}






/* media query for 767px */
@media screen and (max-width: 767px) {

  .sidebar,
  .main {
    zoom: .8;
  }

  .logo-header {
    width: 100px;
    margin-left: 30px;
  }

  .sidebar {
    z-index: 1050;
  }

  .main-content {
    padding: 20px;
  }

  .main {
    margin-left: 0 !important;
  }

  .header {
    height: 70px;
    padding: 0 15px !important;
  }

  .header h6 {
    font-size: var(--fs-sm);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

  }

  .footer-content {
    justify-content: center;
  }


  /* Show title only if there is enough space */
  @media screen and (min-width: 400px) {
    .header h6 {
      display: block;
    }
  }

  .header-sm-btn {
    width: 28px;
    height: 28px;
    min-width: 28px;
    font-size: 16px;
  }

  .balance-btn {
    padding: 6px 10px !important;
    gap: 5px !important;
    font-size: var(--fs-xs);
  }

  .balance-btn iconify-icon[icon="lucide:chevron-down"] {
    display: none;
  }

  .header {
    gap: 8px !important;
  }

  .switch {
    font-size: var(--fs-sm);
  }

  .sidebar.collapsed~.main .log-out {
    margin-left: 0;
  }

  .log-out {
    max-height: 35px;
    width: auto;
  }

  .dropdown-menu {
    position: absolute !important;
  }
}



/* Remove right border on every 4th item (lg screens) */
@media (min-width: 992px) {
  .stats-container .col-lg-3:nth-child(4n) .stat-item {
    border-right: none;
  }
}

/* Remove right border on every 2nd item (mobile 2 columns) */
@media (max-width: 991.98px) {
  .stats-container .col-lg-3:nth-child(2n) .stat-item {
    border-right: none;
  }
}

/* No Blog Post */
.no-blog-illustration {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.no-blog-svg {
  max-width: 220px;
  height: auto;
}

/* Float animation */
.float {
  animation: floatY 2.8s ease-in-out infinite;
  transform-origin: center;
}

@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* Scan line animation */
.scan {
  animation: scanMove 1.9s ease-in-out infinite;
}

@keyframes scanMove {
  0% { transform: translateY(0); opacity: 0; }
  25% { opacity: 1; }
  50% { transform: translateY(56px); opacity: 1; }
  75% { opacity: 1; }
  100% { transform: translateY(92px); opacity: 0; }
}

/* Pulse dot */
.pulse {
  animation: pulseDot 1.2s ease-in-out infinite;
}

@keyframes pulseDot {
  0%, 100% { transform: scale(1); opacity: 0.55; }
  50% { transform: scale(1.2); opacity: 0.9; }
}

.pulse-ring {
  animation: pulseRing 1.2s ease-in-out infinite;
  transform-origin: center;
}

@keyframes pulseRing {
  0% { transform: scale(1); opacity: 0.35; }
  100% { transform: scale(2.2); opacity: 0; }
}

.how-it-works-img{
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #497aff;
    box-shadow: 0px 9px 60px #497aff69;
}