/* Font Family*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

/* ========================= Css Variables Start ======================== */
:root {
    /* Font Family */
    --heading-font: "Raleway", sans-serif;
    --body-font: "Inter", sans-serif;
    /* ========================= Theme Color Start ============================= */
    /* Base Color */
    --base-h: 79;
    --base-s: 100%;
    --base-l: 50%;
    --base: var(--base-h) var(--base-s) var(--base-l);
    --base-d-100: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.1);
    --base-d-200: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.2);
    --base-d-300: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.3);
    --base-d-400: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.4);
    --base-d-500: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.5);
    --base-d-600: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.6);
    --base-d-700: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.7);
    --base-d-800: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.8);
    --base-d-900: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.9);
    --base-l-100: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.1);
    --base-l-200: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.2);
    --base-l-300: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.3);
    --base-l-400: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.4);
    --base-l-500: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.5);
    --base-l-600: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.6);
    --base-l-700: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.7);
    --base-l-800: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.8);
    --base-l-900: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.9);
    /* Base Two Color */
    --base-two-h: 237;
    --base-two-s: 100%;
    --base-two-l: 8%;
    --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
    --base-two-d-100: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.1);
    --base-two-d-200: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.2);
    --base-two-d-300: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.3);
    --base-two-d-400: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.4);
    --base-two-d-500: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.5);
    --base-two-d-600: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.6);
    --base-two-d-700: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.7);
    --base-two-d-800: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.8);
    --base-two-d-900: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.9);
    --base-two-l-100: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
    --base-two-l-200: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
    --base-two-l-300: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
    --base-two-l-400: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
    --base-two-l-500: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
    --base-two-l-600: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
    --base-two-l-700: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
    --base-two-l-800: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
    --base-two-l-900: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.9);
    /* ========================= Theme Color End ============================= */
    /* ========================= Color Variables Start =========================== */
    --white-h: 0;
    --white-s: 0%;
    --white-l: 100%;
    --white: var(--white-h) var(--white-s) var(--white-l);
    --white-d-100: var(--white-h) var(--white-s) calc(var(--white-l) - var(--white-l) * 0.1);
    --white-d-200: var(--white-h) var(--white-s) calc(var(--white-l) - var(--white-l) * 0.2);
    --white-d-300: var(--white-h) var(--white-s) calc(var(--white-l) - var(--white-l) * 0.3);
    --white-d-400: var(--white-h) var(--white-s) calc(var(--white-l) - var(--white-l) * 0.4);
    --white-l-100: var(--white-h) calc(var(--white-s)) calc(var(--white-l) + (100% - var(--white-l)) * 0.1);
    --white-l-200: var(--white-h) calc(var(--white-s)) calc(var(--white-l) + (100% - var(--white-l)) * 0.2);
    --white-l-300: var(--white-h) calc(var(--white-s)) calc(var(--white-l) + (100% - var(--white-l)) * 0.3);
    --white-l-400: var(--white-h) calc(var(--white-s)) calc(var(--white-l) + (100% - var(--white-l)) * 0.4);
    --light: 24 75% 11%;
    --black: 0 0% 0%;
    --border-color: 0 0% 88%;
    --section-bg: 236 28% 24%;
    --light: 0 0% 74%;
    --heading-color: var(--white);
    --body-color: var(--light);
    --background-color: hsl(var(--section-bg));
    /* ================================ Box Shadow Start =============================== */
    --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) / 0.3);
    --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) / 0.92);
    --box-shadow: 0px 2px 15px hsl(var(--black) / 0.05);
    /* ================================ Box Shadow End =============================== */
    /* ============================== Bootstrap Modifier Start ============================== */
    /* Primary Color */
    --primary-h: 211;
    --primary-s: 100%;
    --primary-l: 50%;
    --primary: var(--primary-h) var(--primary-s) var(--primary-l);
    --primary-d-100: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.1);
    --primary-d-200: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.2);
    --primary-d-300: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.3);
    --primary-d-400: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.4);
    --primary-l-100: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.1);
    --primary-l-200: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.2);
    --primary-l-300: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.3);
    --primary-l-400: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.4);
    /* Secondary Color */
    --secondary-h: 230;
    --secondary-s: 100%;
    --secondary-l: 18%;
    --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
    --secondary-d-100: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.1);
    --secondary-d-200: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.2);
    --secondary-d-300: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.3);
    --secondary-d-400: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.4);
    --secondary-l-100: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.1);
    --secondary-l-200: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.2);
    --secondary-l-300: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.3);
    --secondary-l-400: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.4);
    /* Success Color */
    --success-h: 145;
    --success-s: 63%;
    --success-l: 42%;
    --success: var(--success-h) var(--success-s) var(--success-l);
    --success-d-100: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.1);
    --success-d-200: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.2);
    --success-d-300: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.3);
    --success-d-400: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.4);
    --success-l-100: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.1);
    --success-l-200: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.2);
    --success-l-300: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.3);
    --success-l-400: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.4);
    /* Danger Color */
    --danger-h: 0;
    --danger-s: 100%;
    --danger-l: 53%;
    --danger: var(--danger-h) var(--danger-s) var(--danger-l);
    --danger-d-100: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.1);
    --danger-d-200: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.2);
    --danger-d-300: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.3);
    --danger-d-400: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.4);
    --danger-l-100: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.1);
    --danger-l-200: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.2);
    --danger-l-300: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.3);
    --danger-l-400: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.4);
    /* Warning Color */
    --warning-h: 45;
    --warning-s: 74%;
    --warning-l: 56%;
    --warning: var(--warning-h) var(--warning-s) var(--warning-l);
    --warning-d-100: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.1);
    --warning-d-200: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.2);
    --warning-d-300: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.3);
    --warning-d-400: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.4);
    --warning-l-100: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.1);
    --warning-l-200: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.2);
    --warning-l-300: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.3);
    --warning-l-400: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.4);
    /* Info Color */
    --info-h: 214;
    --info-s: 84%;
    --info-l: 56%;
    --info: var(--info-h) var(--info-s) var(--info-l);
    --info-d-100: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.1);
    --info-d-200: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.2);
    --info-d-300: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.3);
    --info-d-400: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.4);
    --info-l-100: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
    --info-l-200: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
    --info-l-300: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
    --info-l-400: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
    /* ============================== Bootstrap Modifier End ============================== */
}

/* ========================= Css Variables End =========================== */
/* Fully Fit image Css */
.fit-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* ============================= Display Flex Css Start ============================= */
.flex-wrap,
.form--radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* ============================= Display Flex Css End ============================= */
/* ============================= Positioning Css Class Start ===================== */
.pa-extend {
    position: absolute;
    content: "";
}

.top-center-extend,
.custom--accordion .accordion-button[aria-expanded=true]::after,
.custom--accordion .accordion-button[aria-expanded=false]::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.left-center-extend {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top-left-center-extend {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* ============================= Positioning Css Class End ===================== */
/* ===================== Font Size For responsive devices Start =================== */
.fs-10 {
    font-size: 0.625rem;
}

.fs-11 {
    font-size: 0.6875rem;
}

.fs-12 {
    font-size: 0.75rem;
}

.fs-13 {
    font-size: 0.8125rem;
}

.fs-14,
.projet-details-info__item {
    font-size: 0.875rem;
}

.fs-15,
.sidebar-submenu-list__link .icon {
    font-size: 0.9375rem;
}

.fs-16 {
    font-size: 1rem;
}

@media screen and (max-width: 1199px) {
    .fs-16 {
        font-size: 0.9375rem;
    }
}

.fs-17 {
    font-size: 1.0625rem;
}

@media screen and (max-width: 1199px) {
    .fs-17 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-17 {
        font-size: 0.9375rem;
    }
}

.fs-18 {
    font-size: 1.125rem;
}

@media screen and (max-width: 1399px) {
    .fs-18 {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-18 {
        font-size: 1rem;
    }
}

.fs-20 {
    font-size: 1.25rem;
}

@media screen and (max-width: 1399px) {
    .fs-20 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-20 {
        font-size: 1.0625rem;
    }
}

/* ===================== Font Size For responsive devices End =================== */
/* ================================= Common Typography Css Start =========================== */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: var(--body-font);
    color: hsl(var(--body-color));
    word-break: break-word;
    background-color: hsl(var(--base-two));
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

p {
    font-weight: 400;
    margin: 0;
    color: hsl(var(--text-color));
}

span {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    font-family: var(--heading-font);
    color: hsl(var(--heading-color));
    line-height: 1.2;
    font-weight: 700;
}

@media screen and (max-width: 767px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 16px 0;
    }
}

h1 {
    font-size: 4.2rem;
}

@media screen and (max-width: 1399px) {
    h1 {
        font-size: 3.75rem;
    }
}

@media screen and (max-width: 1199px) {
    h1 {
        font-size: 3.25rem;
    }
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 2.75rem;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 575px) {
    h1 {
        font-size: 2rem;
    }
}

h2 {
    font-size: 3rem;
}

@media screen and (max-width: 1399px) {
    h2 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 1199px) {
    h2 {
        font-size: 2.25rem;
    }
}

@media screen and (max-width: 991px) {
    h2 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 1.625rem;
    }
}

@media screen and (max-width: 575px) {
    h2 {
        font-size: 1.5rem;
    }
}

h3 {
    font-size: 2.5rem;
}

@media screen and (max-width: 1399px) {
    h3 {
        font-size: 2.25rem;
    }
}

@media screen and (max-width: 1199px) {
    h3 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 991px) {
    h3 {
        font-size: 1.75rem;
    }
}

@media screen and (max-width: 767px) {
    h3 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 575px) {
    h3 {
        font-size: 1.375rem;
    }
}

h4 {
    font-size: 2rem;
}

@media screen and (max-width: 1399px) {
    h4 {
        font-size: 1.75rem;
    }
}

@media screen and (max-width: 1199px) {
    h4 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 991px) {
    h4 {
        font-size: 1.375rem;
    }
}

@media screen and (max-width: 767px) {
    h4 {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 575px) {
    h4 {
        font-size: 1.125rem;
    }
}

h5 {
    font-size: 1.5rem;
}

@media screen and (max-width: 1399px) {
    h5 {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 1199px) {
    h5 {
        font-size: 1.125rem;
    }
}

h6 {
    font-size: 1.25rem;
}

@media screen and (max-width: 1399px) {
    h6 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 1199px) {
    h6 {
        font-size: 1rem;
    }
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: 1.2;
}

a {
    display: inline-block;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
    text-decoration: none;
    color: hsl(var(--info));
}

a:hover {
    color: hsl(var(--base));
}

img {
    max-width: 100%;
    height: auto;
}

select {
    cursor: pointer;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: 0;
    background-color: transparent;
}

button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-select:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* ================================= Common Typography Css End =========================== */
/* ================================= Custom Classes Css Start =========================== */
/* Column Extra Small Screen */
@media screen and (min-width: 425px) and (max-width: 575px) {
    .col-xsm-6 {
        width: 50%;
    }
}

/* Section Background */
.section-bg {
    background-color: hsl(var(--section-bg));
}

.text-muted {
    color: hsl(var(--white)/0.6) !important;
}

/* Bg Image Css */
.bg-img {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

/* Hide Scroll bar Css For Custom Modal */
.scroll-hide {
    position: absolute;
    overflow-y: hidden;
    padding-right: 17px;
    top: 0;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .scroll-hide {
        padding-right: 0;
    }
}

.scroll-hide-sm {
    position: absolute;
    overflow-y: hidden;
    top: 0;
    left: 0;
    width: calc(100% - 0px);
}

/* Overlay Start */
.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--dark)/0.6);
    z-index: 99;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.body-overlay.show-overlay {
    visibility: visible;
    opacity: 1;
}

.gradient-text {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--base-d-200))), to(hsl(var(--base))));
    background-image: linear-gradient(180deg, hsl(var(--base-d-200)) 0%, hsl(var(--base)) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.gradient-text::-moz-selection {
    color: hsl(var(--white));
    -webkit-text-fill-color: hsl(var(--white));
    background: transparent;
}

.gradient-text::selection {
    color: hsl(var(--white));
    -webkit-text-fill-color: hsl(var(--white));
    background: transparent;
}

.sidebar-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--black)/0.6);
    z-index: 99;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.sidebar-overlay.show {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}

/* Overlay End */
/* ================================= Custom Classes Css End =========================== */
/* ====================== Section Heading ==================== */
.section-heading {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .section-heading {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 991px) {
    .section-heading {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .section-heading {
        margin-bottom: 20px;
    }
}

.section-heading__title {
    margin-bottom: 16px;
    line-height: 1.1;
}





.section-heading__name {
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 16px;
    color: hsl(var(--white));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px;
}

.section-heading__name .icon {
    font-size: 24px;
    color: hsl(var(--base));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}




.section-heading__desc {
    max-width: 510px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3;
    font-size: 20px;
}

@media screen and (max-width: 1399px) {
    .section-heading__desc {
        font-size: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .section-heading__desc {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .section-heading__desc {
        font-size: 15px;
    }
}

.section-heading.dark-style .section-heading__name .icon {
    color: hsl(var(--secondary));
}

.section-heading.dark-style .section-heading__name,
.section-heading.dark-style .section-heading__title,
.section-heading.dark-style .section-heading__desc {
    color: hsl(var(--secondary));
}

.section-heading.style-left {
    text-align: left;
    max-width: 580px;
    width: 100%;
}

.section-heading.style-left .section-heading__desc {
    margin-left: 0;
}

.section-heading.style-left .section-heading__name {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@-webkit-keyframes section-name-blink {
    0% {
        opacity: 0.3;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0.3;
    }
}

@keyframes section-name-blink {
    0% {
        opacity: 0.3;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0.3;
    }
}

/* ====================== Section Heading En d==================== */
/* ================================= preload Css Start =========================== */

.preloader {
    position: fixed;
    z-index: 999999;
    background-color: hsl(var(--section-bg));
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        #ffffff,
        #f5f7fb
    );
}

.preloader-inner {
    inset: 0;
    margin: auto;
    position: absolute;
    height: 200px;
    width: 200px;

    img {
        position: absolute;
        max-width: 70px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

#loader {
    height: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#corners {
    fill: none;
    stroke-width: 5px;
    stroke: hsl(var(--base));
    stroke-dasharray: 25;
    animation: dash infinite 1.5s ease;
    -webkit-animation: dash infinite 1.5s ease;
}

@keyframes dash {
    100% {
        stroke-dashoffset: -50;
    }
}




/* ================================= preload Css End ===========================  */


/* ============= Header Start Here ======================= */
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand.logo img {
    max-width: 165px;
}

@media screen and (max-width: 991px) {
    .navbar-brand.logo img {
        max-width: 150px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-brand.logo img {
        max-width: 120px;
    }
}


@media (max-width: 768px) {

    .navbar-brand.logo img {
        max-width: none !important;  
        height: 35px;                
        width: auto;
    }

}


@media (max-width: 768px) {

    .navbar-toggler.header-button {
        padding: 10px 14px;   
    }

    .navbar-toggler.header-button i {
        font-size: 40px;      
    }

}



.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 50px 0 32px;
}

@media screen and (max-width: 1199px) {
    .header {
        padding: 16px 0;
        z-index: 999;
    }
}

@media screen and (max-width: 575px) {
    .header {
        padding: 10px 0;
    }
}

.header.fixed-header {
    background-color: hsl(var(--section-bg));
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    top: 0px;
    -webkit-animation: slide-down 0.8s;
    animation: slide-down 0.8s;
    width: 100%;
    -webkit-box-shadow: 0px 2px 10px hsl(var(--base)/0.1);
    box-shadow: 0px 2px 10px hsl(var(--base)/0.1);
    padding: 16px 0;
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.navbar {
    padding: 0 !important;
}

/* ========================= Desktop Device Start ========================= */
@media (min-width: 1200px) {
    .navbar-nav {
        position: relative;
    }

    .navbar-nav__bar {
        position: absolute;
        content: "";
        bottom: 0;
        height: 2px;
        background-color: hsl(var(--base));
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .nav-item {
        position: relative;
    }

    .nav-menu {
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav-menu .nav-item {
        position: relative;
    }

    .nav-menu .nav-item.active .nav-link {
        color: hsl(var(--base)) !important;
    }

    .nav-menu .nav-item.active .active {
        background-color: hsl(var(--base-l-300)) !important;
    }

    .nav-menu .nav-item:hover .nav-link {
        color: hsl(var(--base)) !important;
    }

    .nav-menu .nav-item:hover .nav-link::before {
        width: 100%;
    }

    .nav-menu .nav-item:hover .nav-link .nav-item__icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }

    .nav-menu .nav-item .nav-link {
        font-weight: 500;
        font-size: 1.125rem;
        color: hsl(var(--white)) !important;
        padding: 0 15px;
        position: relative;
        cursor: pointer;
        /* ======================== Style two ================ */
    }
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
    .nav-menu .nav-item .nav-link {
        font-size: 1rem;
        padding: 0 12px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .nav-menu .nav-item .nav-link {
        font-size: 0.875rem;
        padding: 0 8px;
    }
}

@media (min-width: 1200px) {
    .nav-menu .nav-item .nav-link .nav-item__icon {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        font-size: 0.8125rem;
        margin-left: 2px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 991px) {
    .nav-menu .nav-item .nav-link .nav-item__icon {
        margin-right: 6px;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        top: 100%;
        left: 0;
        padding: 0 !important;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top center;
        transform-origin: top center;
        transition: 0.3s;
        overflow: hidden;
        border-radius: 0;
        min-width: 190px;
    }

    .dropdown-menu__list {
        border-bottom: 1px solid hsl(var(--black)/0.08);
    }

    .dropdown-menu__list:last-child {
        border-bottom: 3px solid hsl(var(--base));
    }

    .dropdown-menu__link {
        padding: 7px 20px;
        font-weight: 500;
        font-size: 1rem;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        color: hsl(var(--white));
    }

    .dropdown-menu__link:focus,
    .dropdown-menu__link:hover {
        color: hsl(var(--base-two));
        background-color: hsl(var(--base));
    }
}

@media (min-width: 1200px) {
    .nav-menu .nav-item:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        top: 100% !important;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

/* ========================== Desktop Device End ========================= */
/* ============================== Small Device ======================= */
@media screen and (max-width: 1199px) {
    .navbar .offcanvas-header {
        background-color: hsl(var(--base-two));
    }

    .navbar .offcanvas-header .btn-close {
        opacity: 1;
    }

    .navbar .offcanvas-body {
        background-color: hsl(var(--section-bg));
    }

    .body-overlay.show {
        visibility: visible;
        opacity: 1;
    }

    .nav-menu .nav-item {
        text-align: left;
        display: block;
        position: relative;
        margin: 0;
    }

    .nav-menu .nav-item:hover .nav-link .nav-item__icon {
        -webkit-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
    }

    .nav-item:first-child {
        border-bottom: none;
    }

    .nav-item:last-child>a {
        border-bottom: 0;
    }

    .nav-item .nav-link {
        padding: 8px 13px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 0;
        color: hsl(var(--white));
        font-size: 16px;
        font-weight: 600;
        background: hsl(var(--base-two)/0.2);
        margin-bottom: 12px;
        border-radius: 6px;
    }

    .nav-item .nav-link.show[aria-expanded=true] {
        color: hsl(var(--base)) !important;
    }

    .nav-item .nav-link.show[aria-expanded=true] i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .dropdown-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 2px;
        width: 100%;
        margin: 0px !important;
        padding: 0 !important;
        border: 0;
        background-color: inherit;
        overflow: hidden;
    }

    .dropdown-menu li:nth-last-child(1) {
        border-bottom: none;
    }

    .dropdown-menu li .dropdown-item {
        padding: 10px 0px;
        font-weight: 500;
        font-size: 1rem;
        border-bottom: 1px solid hsl(var(--white)/0.1);
        margin-left: 20px;
        color: hsl(var(--white));
    }

    .dropdown-menu li .dropdown-item:hover,
    .dropdown-menu li .dropdown-item:focus {
        background-color: transparent;
    }
}

.navbar-toggler.header-button {
    border-color: transparent;
    color: hsl(var(--white));
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    width: auto;
    font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
    .navbar-toggler.header-button {
        font-size: 2rem;
    }
}

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

.navbar-toggler.header-button[aria-expanded=true] i::before {
    content: "\f00d";
}

/* ================================= Header Css End =========================== */
.header-dropdown {
    border: 1px solid hsl(var(--white)/0.15);
    border-radius: 12px;
    background-color: hsl(var(--section-bg));
}

@media screen and (max-width: 991px) {
    .header-dropdown {
        margin-bottom: 12px !important;
    }
}

.header-dropdown .dropdown-menu__list {
    border: 0;
}

@media screen and (max-width: 991px) {
    .header-dropdown .dropdown-menu__list .dropdown-item {
        border: 0 !important;
        padding: 7px 0;
    }
}

.login-registration-list {
    gap: 12px;
}

.language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-right: 12px;
}

.language__icon {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: grid;
    place-content: center;
    font-size: 14px;
}

.language__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.language__wrapper.show .language__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.language__text {
    color: hsl(var(--white));
    font-size: 14px;
    font-weight: 500;
    font-family: var(--heading-font);
    user-select: none;
}

.language__arrow {
    font-size: 12px;
    color: hsl(var(--white));
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.language .dropdown-menu {
    position: absolute;
    -webkit-transition: ease-in-out 0.1s;
    transition: ease-in-out 0.1s;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    display: unset;
    background: hsl(var(--section-bg));
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    min-width: 150px;
    padding: 7px 0 !important;
    border-radius: 8px;
    border: 1px solid hsl(var(--white) / .1);
}

.language .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
}

.language .dropdown-menu .language_text {
    color: hsl(var(--white));
    padding: 3px 6px;
    font-family: var(--heading-font);
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
}

.language .dropdown-menu .language_text:hover {
    color: hsl(var(--base));
    background-color: hsl(var(--black))44;
}

.language__icon img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.language-list__item {
    display: flex;
    align-items: center;
    padding: 5px;
    cursor: pointer;
}

.language-list__item .thumb {
    margin-right: 3px;
}



/* PERFECT FLAG CIRCLE (FIXED) */
.language-list__icon {
    width: 26px;
    height: 26px;
    min-width: 26px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

/* IMPORTANT FIX */
.language-list__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* THIS FIXES ALL FLAGS SAME ISSUE */
    display: block;
}

/* ALIGNMENT */
.language-list__item {
    display: flex;
    align-items: center;
    gap: 8px;
}



/* nav dropdown start  */
.navDropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.navDropdown__icon {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: grid;
    place-content: center;
    font-size: 14px;
}

.navDropdown__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    width: 100%;
}

.navDropdown__wrapper .dropdown-toggle {
    width: 100%;
}

.navDropdown__wrapper.show .navDropdown__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.navDropdown__text {
    color: hsl(var(--white));
    font-size: 14px;
    font-weight: 500;
    font-family: var(--heading-font);
    user-select: none;
}

.navDropdown__arrow {
    font-size: 12px;
    color: hsl(var(--white));
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.navDropdown .dropdown-menu {
    position: absolute;
    -webkit-transition: ease-in-out 0.1s;
    transition: ease-in-out 0.1s;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    display: unset;
    background: hsl(var(--section-bg));
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    min-width: 150px;
    padding: 7px 0 !important;
    border-radius: 8px;
    border: 1px solid hsl(var(--white) / .1);
}

.navDropdown .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
}

.navDropdown .dropdown-menu .navDropdown_text {
    color: hsl(var(--white));
    padding: 3px 6px;
    font-family: var(--heading-font);
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
}

.navDropdown .dropdown-menu .navDropdown_text:hover {
    color: hsl(var(--base));
    background-color: hsl(var(--black))44;
}

.navDropdown__icon img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.navDropdown-list__item {
    display: flex;
    align-items: center;
    padding: 5px;
    cursor: pointer;
}

.navDropdown-list__item .thumb {
    margin-right: 3px;
}

.navDropdown__wrapper .dropdown-toggle::after {
    display: none;
}

.navDropdown__wrapper.show>.nav-link {
    color: hsl(var(--white));
}

@media (min-width: 1200px) {
    .navDropdown:hover .navDropdown__arrow {
        color: hsl(var(--base));
    }

    .nav-item.active .navDropdown__arrow {
        color: hsl(var(--base));
    }

    .navDropdown-list__item .dropdown-item.active {
        color: hsl(237.07deg 100% 8.04%) !important;
    }

    .navDropdown-list__item .dropdown-item.active:hover {
        color: hsl(237.07deg 100% 8.04%) !important;
    }
}







/* nav dropdown end  */


/* ============= Footer Start Here ======================= */
.footer-area {
    color: hsl(var(--white));
    margin-top: auto;
    padding: 80px 0 70px;
    -webkit-mask-image: url(../images/shape/footer-shape-bg.png);
    -webkit-mask-position: center top;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    background-color: #00163c;
    }

@media screen and (max-width: 1199px) {
    .footer-area {
        padding: 80px 0;
        -webkit-mask-image: none;
    }
}

.footer-item__logo {
    margin-bottom: 20px;
}


.footer-area img {
    filter: brightness(0) saturate(100%) invert(100%) 
            contrast(110%) brightness(120%);
}

.footer-item__logo img {
    opacity: 0.95;
}


.footer-item__logo img {
    width: 100%;
    height: 100%;
    max-width: 165px;
}

.footer-item__desc {
    color: #FFFFFF;
    font-size: 16px;
}

.footer-item__title {
    padding-bottom: 38px;
    position: relative;
    font-weight: 600;
    color: hsl(var(--white));
    margin: 0;
}

@media screen and (max-width: 1199px) {
    .footer-item__title {
        padding-bottom: 30px;
    }
}

.footer-item__title .title-border {
    position: absolute;
    bottom: 30px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

@media screen and (max-width: 1199px) {
    .footer-item__title .title-border {
        bottom: 15px;
    }
}

.footer-item__title .title-border .box {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 6px;
    width: 6px;
    background-color: hsl(var(--base));
}

.footer-item__title .title-border::after,
.footer-item__title .title-border::before {
    content: "";
    height: 6px;
    width: 12px;
    background-color: hsl(var(--base));
    border-radius: 5px;
}

.footer-item .social-list {
    margin-top: 30px;
}

@media screen and (max-width: 991px) {
    .footer-item .social-list {
        margin-top: 20px;
    }
}

@media screen and (max-width: 575px) {
    .footer-item .social-list {
        margin-top: 15px;
    }
}

/* Footer List Item */
.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-menu__item {
    display: block;
    margin-bottom: 16px;
    padding-left: 20px;
    position: relative;
}

.footer-menu__item::after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: hsl(var(--base));
}

.footer-menu__item:last-child {
    margin-bottom: 0;
}

.footer-menu__link {
    color: #F1F5F9;
}

.footer-menu__link:hover {
    color: hsl(var(--base));
    text-decoration: underline;
}

.footer-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
}

.footer-info__item:not(:last-child) {
    margin-bottom: 16px;
}

.footer-info__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    color: hsl(var(--base));
}

.footer-info__icon i::before {
    color: hsl(var(--base));
}

.footer-info__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.footer-info__title {
    margin-bottom: 4px;
    color: hsl(var(--white));
    font-size: 14px;
    font-weight: 600;
}

.footer-info__desc {
    color: #F1F5F9;
    font-size: 14px;
    font-weight: 400;
}

.footer-info__desc a {
    color: #F1F5F9 !important;
}


.footer-copy {
    margin-top: 20px;
    font-size: 16px;
    color: #F1F5F9;
    opacity: 0.85;
}

.text-gold {
    color: #C89B4F;
}



.footer-area {
    font-weight: 500; /* base bold */
}


/* ============= Footer End Here ======================= */
/* ============= Bottom Footer End Here ======================= */
.bottom-footer {
    background-color: hsl(var(--section-bg));
    border-top: 1px solid hsl(var(--white)/0.1);
}


/* ===== Footer Bottom Line ===== */
.footer-area {
    position: relative;
}

.footer-area::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px; /* thinner = more premium */

    background: linear-gradient(90deg, #0831d4, #C89B3C, #0831d4);
    background-size: 200% auto;

    animation: goldFlow 8s linear infinite; /* slower = smooth */
    box-shadow: 0 0 6px rgba(200, 155, 60, 0.5);
}

@keyframes goldFlow {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

/* ============= Bottom Footer End Here ======================= */
/* ===================== Scroll to Top Start ================================= */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    color: hsl(var(--base-two));
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    z-index: 5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: hsl(var(--base));
}

.scroll-top:hover {
    color: hsl(var(--base-two));
    background-color: hsl(var(--base-d-100));
}

.scroll-top.show {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* ===================== Scroll to Top End ================================= */
/* ================================= Template Selection Css Start =========================== */
::-moz-selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

::selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

/* ================================= Template Selection Css End ===========================  */
/* ================================= Social Icon Css Start =========================== */
.social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-list__item {
    margin-right: 10px;
}

.social-list__item:last-child {
    margin-right: 0;
}

.social-list__link {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
    background-color: #FFFFFF;   /* clean white */
    color: #00163c;              /* your footer navy */
    font-size: 1.125rem;
    display: grid;
    place-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15); /* subtle premium shadow */
}

.social-list__link:hover,
.social-list__link:focus {
    background-color: hsl(var(--base));
    color: hsl(var(--base-two)) !important;
}

@media screen and (max-width: 767px) {
    .social-list__link {
        width: 30px;
        height: 30px;
        font-size: 0.875rem;
    }
}

/* ================================= Social Icon Css End ===========================  */
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
    position: relative;
    z-index: 1;
    padding: 200px 0 100px;
    margin-bottom: 0;
}

.breadcrumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(3.36%, hsl(var(--section-bg))), color-stop(3.82%, hsl(var(--section-bg)/0.7)));
    background: linear-gradient(90deg, hsl(var(--section-bg)) 3.36%, hsl(var(--section-bg)/0.7) 93.82%);
    z-index: -1;
}

@media screen and (max-width: 1199px) {
    .breadcrumb {
        padding: 130px 0 80px;
    }
}

@media screen and (max-width: 991px) {
    .breadcrumb {
        padding: 120px 0 70px;
    }
}

@media screen and (max-width: 575px) {
    .breadcrumb {
        padding: 110px 0 60px;
    }
}

@media screen and (max-width: 424px) {
    .breadcrumb {
        padding: 100px 0 50px;
    }
}

.breadcrumb.style-center {
    text-align: center;
}

.breadcrumb.style-center .breadcrumb {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.breadcrumb__title {
    margin-bottom: 12px;
    font-weight: 700;
    color: hsl(var(--white));
}

.breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .breadcrumb__list {
        gap: 6px;
    }
}

.breadcrumb__item {
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 991px) {
    .breadcrumb__item {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb__item {
        font-size: 12px;
    }
}

.breadcrumb__item .icon {
    font-size: 6px;
    color: hsl(var(--white));
}

.breadcrumb__item a {
    color: hsl(var(--white));
}

.breadcrumb__item a:hover {
    color: hsl(var(--base));
}

.breadcrumb__item-text {
    color: hsl(var(--base));
}






.breadcrumb {
    background-size: cover;
    background-position: center;
    animation: moveBg 30s linear infinite;
}

@keyframes moveBg {
    0% {
        background-position: center top;
    }
    100% {
        background-position: center bottom;
    }
}

/* ====================== Breadcrumb Css End ==================== */
/* ================================= Comment Css Start =========================== */
.course-comment__title {
    font-weight: 600;
}

.comment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid hsl(var(--white)/0.1);
}

@media screen and (max-width: 575px) {
    .comment-item {
        padding-bottom: 16px;
        gap: 6px;
        margin-top: 16px;
    }
}

.comment-item__thumb {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 575px) {
    .comment-item__thumb {
        height: 36px;
        width: 36px;
    }
}

@media screen and (max-width: 424px) {
    .comment-item__thumb {
        height: 30px;
        width: 30px;
    }
}

.comment-item__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.comment-item__name {
    color: hsl(var(--white));
    margin-bottom: 6px;
    font-size: 16px;
}

@media screen and (max-width: 575px) {
    .comment-item__name {
        font-size: 14px;
    }
}

.comment-item__date {
    font-size: 14px;
    margin-bottom: 12px;
    display: block;
}

@media screen and (max-width: 575px) {
    .comment-item__date {
        font-size: 12px;
    }
}

.comment-item__text {
    font-size: 14px;
    margin-bottom: 12px;
}

@media screen and (max-width: 575px) {
    .comment-item__text {
        font-size: 12px;
        margin-bottom: 8px;
    }
}

.comment-item__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
}

.comment-item__reply,
.comment-item__react {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: hsl(var(--base));
}

@media screen and (max-width: 575px) {

    .comment-item__reply,
    .comment-item__react {
        font-size: 12px;
    }
}

.comment-item__reply.active,
.comment-item__react.active {
    color: hsl(var(--body-color));
}

.comment-item__reply .icon,
.comment-item__react .icon {
    font-size: 16px;
}

@media screen and (max-width: 575px) {

    .comment-item__reply .icon,
    .comment-item__react .icon {
        font-size: 16px;
    }
}

.comment-item.reply {
    padding-left: 25px;
    position: relative;
    padding-bottom: 0;
    border: 0;
}

@media screen and (max-width: 1399px) {
    .comment-item.reply {
        padding-left: 20px;
    }
}

@media screen and (max-width: 575px) {
    .comment-item.reply {
        padding-left: 10px;
    }
}

.comment-item.reply::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 1px;
    background-color: hsl(var(--white)/0.2);
    top: 20px;
    left: 0;
}

@media screen and (max-width: 1399px) {
    .comment-item.reply::after {
        width: 20px;
    }
}

@media screen and (max-width: 575px) {
    .comment-item.reply::after {
        width: 10px;
    }
}

.comment-reply-block {
    margin-left: 20px;
    border-left: 1px solid hsl(var(--white)/0.2);
}

@media screen and (max-width: 575px) {
    .comment-reply-block {
        margin-left: 15px;
    }
}

.comment-form {
    margin-top: 20px;
    display: none;
}

.comment-form__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px;
}

@media screen and (max-width: 575px) {
    .comment-form__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.comment-form__input {
    border: 1px solid hsl(var(--body-color));
}

.comment-box {
    margin-top: 50px;
}

.comment-box__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 24px;
}

@media screen and (max-width: 575px) {
    .comment-box__wrapper {
        gap: 16px;
    }
}

@media screen and (max-width: 575px) {
    .comment-box__wrapper .form--control {
        height: 85px;
    }
}

.comment-box__form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comment-box__profile {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.comment-box__profile img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 575px) {
    .comment-box__profile img {
        height: 36px;
        width: 36px;
    }
}

@media screen and (max-width: 424px) {
    .comment-box__profile img {
        height: 30px;
        width: 30px;
    }
}

.rating_wrapper {
    margin-bottom: 36px;
}

@media screen and (max-width: 991px) {
    .rating_wrapper {
        margin-bottom: 24px;
    }
}

.rating_wrapper__title {
    margin-bottom: 10px;
}

.rating_wrapper .rating-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.rating_wrapper .rating__input {
    position: absolute !important;
    left: -9999px !important;
}

.rating_wrapper .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rating_wrapper .rating__icon--star {
    color: hsl(var(--warning));
}

.rating_wrapper .rating__input:checked~.rating__label .rating__icon--star {
    color: hsl(var(--white)/0.3);
    font-weight: 300;
}

.rating_wrapper .rating-group:hover .rating__label .rating__icon--star {
    color: hsl(var(--warning));
    font-weight: 700;
}

.rating_wrapper .rating__input:hover~.rating__label .rating__icon--star {
    color: hsl(var(--white)/0.3);
    font-weight: 300;
}

/* ================================= Comment Css End =========================== */
.review-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid hsl(var(--white)/0.2);
}

.review-item__thumb {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 575px) {
    .review-item__thumb {
        height: 36px;
        width: 36px;
    }
}

@media screen and (max-width: 424px) {
    .review-item__thumb {
        height: 30px;
        width: 30px;
    }
}

.review-item__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.review-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6px;
}

.review-item__name {
    color: hsl(var(--white));
    margin-bottom: 6px;
    font-size: 16px;
}

@media screen and (max-width: 575px) {
    .review-item__name {
        font-size: 14px;
    }
}

.review-item__date {
    font-size: 14px;
    font-weight: 600;
}

@media screen and (max-width: 575px) {
    .review-item__date {
        font-size: 12px;
    }
}

.review-item__text {
    font-size: 14px;
}

@media screen and (max-width: 575px) {
    .review-item__text {
        font-size: 12px;
    }
}

/* ================================= Start Rating Css Start =========================== */
.rating-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rating-list__item {
    padding: 0 1px;
    color: hsl(var(--warning));
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1399px) {
    .rating-list__item {
        font-size: 12px;
    }
}

.rating-list__item.unselected {
    color: hsl(var(--body-color));
}

/* ================================= Start Rating Css End =========================== */
.blog-sidebar-wrapper {
    position: sticky;
    top: 100px;
}

/* ================== Sidebar Box & Title =================== */
.blog-sidebar {
    background-color: hsl(var(--section-bg));
    border-radius: 8px;
    margin-bottom: 30px;
    border: 1px solid hsl(var(--white)/0.1);
}

.blog-sidebar:last-of-type {
    margin-bottom: 0;
}

.blog-sidebar__title {
    position: relative;
    padding-bottom: 10px;
    color: hsl(var(--base-two));
    padding: 12px 24px;
    background-color: hsl(var(--base));
    border-radius: 8px;
    margin-bottom: 0;
}

.blog-sidebar__title {
  color: #fff !important;
}

.form-label {
  color: #fff !important;
}

input[name="quantity"] {
  background-color: #fff !important;
  color: #000 !important;
}


input[name="quantity"]::placeholder {
  color: #555 !important; /* darker gray */
}

.input-group-text {
  color: #FFF !important;
  border: 0px solid #ddd !important;
}


#invest-amount {
  background-color: #fff !important;
  color: #000 !important;
}


.blog-sidebar__content {
    padding: 24px;
    border-bottom: 1px solid hsl(var(--white) / 0.1) !important;
}

.blog-sidebar__content:last-child {
    border-bottom: none !important;
}

@media screen and (max-width: 1199px) {
    .blog-sidebar__content {
        padding: 16px;
    }
}

/* ======================== Latest Blog Css========================  */
.latest-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid hsl(var(--white)/0.1);
}

.latest-blog:last-of-type {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0;
}

.latest-blog__thumb {
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .latest-blog__thumb {
        width: 80px;
        height: 80px;
    }
}

.latest-blog__thumb a {
    display: block;
    height: 100%;
    width: 100%;
}

.latest-blog__content {
    width: calc(100% - 90px);
    padding-left: 15px;
}

@media screen and (max-width: 1199px) {
    .latest-blog__content {
        width: calc(100% - 80px);
        padding-left: 10px;
    }
}

.latest-blog__profit {
    font-size: 14px;
    color: hsl(var(--base));
    margin-top: 4px;
}

.latest-blog__title {
    margin-bottom: 5px;
}

.latest-blog__title a {
    color: hsl(var(--heading-color));
    font-weight: 500;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.latest-blog__title a:hover {
    color: hsl(var(--base));
}

.latest-blog.style-two {
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.latest-blog.style-two:last-of-type {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0;
}

.latest-blog.style-two .product-card-auth__name {
    font-size: 14px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.latest-blog.style-two .rating-list__item {
    font-size: 12px;
}

.latest-blog.style-two .latest-blog__thumb {
    width: 70px;
    height: 70px;
}

@media screen and (max-width: 1399px) {
    .latest-blog.style-two .latest-blog__thumb {
        width: 60px;
        height: 60px;
    }
}

.latest-blog.style-two .latest-blog__content {
    width: calc(100% - 70px);
    padding-left: 12px;
}

@media screen and (max-width: 1399px) {
    .latest-blog.style-two .latest-blog__content {
        width: calc(100% - 60px);
        padding-left: 10px;
    }
}

.latest-blog.style-two .latest-blog__title a {
    font-size: 0.875rem;
}

.latest-blog.style-two .latest-blog__profit {
    font-size: 12px;
}


@media (max-width: 768px) {

    .blog .section-heading {
        margin-bottom: 50px;
    }

}


/* ========================= Latest Blog Css End ===================*/
.projet-details-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.projet-details-info__item:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid hsl(var(--white)/0.1);
}

.projet-details-info__title {
    font-weight: 500;
}

.projet-details-info__text {
    color: hsl(var(--white));
    font-weight: 600;
}

.invest-form .form--control {
    border-radius: 8px;
    border: 1px solid hsl(var(--white)/0.1);
    background: hsl(var(--white)/0.1);
}

/* ================================= Dashboard Fulid Sidebar Css Start =========================== */
.dashboard .sidebar-menu {
    background-color: hsl(var(--section-bg));
    width: 320px;
    border-radius: 16px;
    position: sticky;
    top: 100px;
    overflow: hidden;
}

.dashboard .sidebar-menu::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.dashboard .sidebar-menu::-webkit-scrollbar-thumb {
    background-color: hsl(var(--black)/0.15);
}

.dashboard .sidebar-menu.show-sidebar {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media screen and (max-width: 1199px) {
    .dashboard .sidebar-menu {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        z-index: 9992;
        border-radius: 0;
        height: 100vh;
        overflow-y: auto;
        z-index: 999;
        -webkit-transition: 0.2s linear;
        transition: 0.2s linear;
        width: 320px;
        border: 0;
        border-right: 1px solid hsl(var(--white)/0.15);
        position: fixed;
        left: 0;
        top: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .sidebar-menu-list {
        margin-top: 50px;
    }
}

.dashboard .sidebar-menu__close {
    position: absolute;
    top: 8px;
    right: 16px;
    color: hsl(var(--white));
    font-size: 1.25rem;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    cursor: pointer;
    z-index: 9;
}

.dashboard .sidebar-menu__close:active {
    top: 14px;
}

.dashboard .sidebar-menu__close:hover,
.dashboard .sidebar-menu__close:focus {
    background-color: transparent !important;
    border-color: hsl(var(--white));
    color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__item {
    margin-bottom: 6px;
}

.dashboard .sidebar-menu-list__item.active>a {
    background: hsl(var(--base));
    color: hsl(var(--base-two));
    font-weight: 600;
}

.dashboard .sidebar-menu-list__item.active>a .icon {
    -webkit-text-fill-color: hsl(var(--base-two));
}

.dashboard .sidebar-menu-list__item.active .sidebar-submenu {
    display: block;
}

.dashboard .sidebar-menu-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    position: relative;
    padding: 16px 24px;
    width: 100%;
    color: hsl(var(--body-color));
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
}

@media screen and (max-width: 1399px) {
    .dashboard .sidebar-menu-list__link {
        gap: 12px;
        padding: 14px 20px;
    }
}

.dashboard .sidebar-menu-list__link:hover {
    background-color: hsl(var(--base)/0.05);
}

.dashboard .sidebar-menu-list__link .icon {
    font-size: 18px;
    color: hsl(var(--body-color));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.dashboard .sidebar-menu-list__link .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
}

.sidebar-submenu {
    display: none;
}

.sidebar-submenu.open-submenu {
    display: block;
}

.sidebar-submenu-list {
    padding: 5px 0;
    background: hsl(var(--base-two)/0.1);
    border-radius: 6px;
    margin-top: 6px;
}

.sidebar-submenu-list__item {
    margin-bottom: 6px;
}

.sidebar-submenu-list__item.active>a {
    color: hsl(var(--base-two));
    background-color: hsl(var(--base));
}

.sidebar-submenu-list__link {
    padding: 7px 15px;
    display: block;
    color: hsl(var(--body-color));
    font-weight: 500;
    font-size: 15px;
    position: relative;
    padding-left: 50px;
}

.sidebar-submenu-list__link::after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: hsl(var(--white) / .5);
    border-radius: 50%;
    z-index: 9999;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}

.sidebar-submenu-list__item.active>a::after {
    background-color: hsl(var(--black) / .5);
}

@media screen and (max-width: 1399px) {
    .sidebar-submenu-list__link {
        font-size: 16px;
    }
}

.sidebar-submenu-list__link:hover {
    background-color: hsl(var(--white)/0.02);
}

.sidebar-submenu-list__link.active {
    background-color: hsl(var(--base));
    color: hsl(var(--base-two));
}

.sidebar-submenu-list__link .icon {
    margin-right: 8px;
    text-align: center;
    border-radius: 4px;
}

.has-dropdown {
    position: relative;
}

.has-dropdown.active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: hsl(var(--base-two));
}

.has-dropdown::after {
    position: absolute;
    top: 12px;
    right: 24px;
    color: hsl(var(--body-color));
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

/* ================================= Dashboard Css Start =========================== */
.widget-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 24px;
    border-radius: 6px;
    overflow: hidden;
    -webkit-mask-image: url(../images/shape/card-shape.png);
    -webkit-mask-position: right center;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    background-color: hsl(var(--section-bg));
    height: 100%;
}

@media screen and (max-width: 991px) {
    .widget-card {
        gap: 16px;
    }
}

.widget-card__icon {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 42px;
    padding: 0 24px 16px 12px;
    color: hsl(var(--base-two));
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 991px) {
    .widget-card__icon {
        font-size: 36px;
        padding: 0 24px 16px 12px;
    }
}

@media screen and (max-width: 424px) {
    .widget-card__icon {
        font-size: 32px;
        padding: 0 24px 16px 12px;
    }
}

.widget-card__icon::after,
.widget-card__icon::before {
    content: "";
    position: absolute;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    top: 0;
    width: 100%;
    height: 100%;
}

.widget-card__icon::after {
    left: 0;
    -webkit-mask-image: url(../images/shape/up.png);
    background-color: hsl(var(--base));
    z-index: -1;
}

.widget-card__icon::before {
    -webkit-mask-image: url(../images/shape/down.png);
    z-index: -2;
    background: hsl(var(--base-d-100));
    left: 4px;
}

.widget-card__content {
    padding-block: 18px;
    padding-right: 32px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (max-width: 1399px) {
    .widget-card__content {
        padding-block: 20px;
        padding-right: 24px;
    }
}

@media screen and (max-width: 991px) {
    .widget-card__content {
        padding-block: 18px;
        padding-right: 16px;
    }
}

@media screen and (max-width: 575px) {
    .widget-card__content {
        padding-block: 18px;
        padding-right: 16px;
    }
}

@media screen and (max-width: 424px) {
    .widget-card__content {
        padding-block: 16px;
        padding-right: 10px;
    }
}

.widget-card__title {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: hsl(var(--white));
}

@media screen and (max-width: 424px) {
    .widget-card__title {
        font-size: 13px;
    }
}

.widget-card__count {
    margin-bottom: 0;
}

.dashboard {
    position: relative;
}

.dashboard .blog-sidebar__content {
    padding: 16px;
}

.dashboard__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dashboard__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.dashboard .dashboard-body {
    position: relative;
}

.dashboard .dashboard-body__bar-icon {
    color: hsl(var(--text-color));
    font-size: 1.5625rem;
    margin-bottom: 10px;
    cursor: pointer;
}

.dashboard-body__bar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 16px;
    border: 1px solid hsl(var(--base)/0.2);
    border-radius: 12px;
    margin-bottom: 24px;
    background-color: hsl(var(--section-bg));
}

.dashboard-body__bar-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0 !important;
}

.dashboard-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.dashboard-profile img {
    height: 32px;
    width: 32px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.dashboard-profile .name {
    color: hsl(var(--white));
}

.section-padding {
    margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
    .section-padding {
        margin-bottom: 30px;
    }
}

/* ================= Slick Arrow & Dots css Start ================ */
.slick-initialized.slick-slider {
    margin: 0 -10px;
}

.slick-initialized.slick-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slick-initialized.slick-slider .slick-slide {
    height: auto;
    padding: 0 10px;
}

.slick-initialized.slick-slider .slick-slide>div {
    height: 100%;
}

.slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    color: hsl(var(--white));
    width: 56px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    background-color: var(--background-color);
    color: hsl(var(--body-color));
    border: 1px solid hsl(var(--white)/0.1);
    font-size: 20px;
}

@media screen and (max-width: 1499px) {
    .slick-arrow {
        width: 48px;
        height: 48px;
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .slick-arrow {
        width: 44px;
        height: 44px;
    }
}

.slick-arrow:hover {
    border-color: hsl(var(--base));
    background-color: hsl(var(--base));
    color: hsl(var(--base-two));
}

.slick-next {
    right: -20px;
}

@media screen and (max-width: 991px) {
    .slick-next {
        right: -10px;
    }
}

@media screen and (max-width: 575px) {
    .slick-next {
        right: 10px;
    }
}

.slick-prev {
    left: -20px;
}

@media screen and (max-width: 991px) {
    .slick-prev {
        left: -10px;
    }
}

@media screen and (max-width: 575px) {
    .slick-prev {
        left: 10px;
    }
}

.slick-dots {
    text-align: center;
    padding-top: 20px;
}

@media screen and (max-width: 767px) {
    .slick-dots {
        padding-top: 16px;
    }
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    border: none;
    background-color: hsl(var(--white)/0.4);
    color: hsl(var(--white));
    margin: 0 3px;
    width: 8px;
    height: 8px;
    border-radius: 1px;
    border-radius: 50%;
    text-indent: -9999px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.slick-dots li.slick-active button {
    background-color: hsl(var(--base));
    width: 25px;
    border-radius: 5px;
}

/* ================================= Background Color Css Start =========================== */
.bg--base {
    background-color: hsl(var(--base)) !important;
}

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

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

.bg--success {
    background-color: hsl(var(--success)) !important;
}

.bg--danger {
    background-color: hsl(var(--danger)) !important;
}

.bg--warning {
    background-color: hsl(var(--warning)) !important;
}

.bg--info {
    background-color: hsl(var(--info)) !important;
}

/* ================================= Background Color Css End =========================== */
/* ================================= Color Css Start =========================== */
.text--base {
    color: hsl(var(--base)) !important;
}

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

.text--secondary {
    color: hsl(var(--secondary)) !important;
}

.text--success {
    color: hsl(var(--success)) !important;
}

.text--danger {
    color: hsl(var(--danger)) !important;
}

.text--warning {
    color: hsl(var(--warning)) !important;
}

.text--info {
    color: hsl(var(--info)) !important;
}

/* ================================= Color Css End =========================== */
/* ================================= margin Css Start =========================== */
.my-120 {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .my-120 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .my-120 {
        margin-top: 120px;
        margin-bottom: 120px;
    }
}

.mt-120 {
    margin-top: 30px;
}

@media (min-width: 576px) {
    .mt-120 {
        margin-top: 60px;
    }
}

@media (min-width: 992px) {
    .mt-120 {
        margin-top: 120px;
    }
}

.mb-120 {
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .mb-120 {
        margin-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .mb-120 {
        margin-bottom: 120px;
    }
}

.my-60 {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .my-60 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .my-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.mt-60 {
    margin-top: 20px;
}

@media (min-width: 576px) {
    .mt-60 {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .mt-60 {
        margin-top: 60px;
    }
}

.mb-60 {
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .mb-60 {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .mb-60 {
        margin-bottom: 60px;
    }
}

/* ================================= margin Css End =========================== */
/* ================================= padding Css Start =========================== */
.py-120 {
    padding-top: 40px;
    padding-bottom: 40px;
}


.py-120 {
    background: linear-gradient(
        180deg,
        #ffffff 0%,
        #f1f5f9 100%
    ) !important;
}


@media (min-width: 576px) {
    .py-120 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .py-120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.pt-120 {
    padding-top: 40px;
}

@media (min-width: 576px) {
    .pt-120 {
        padding-top: 60px;
    }
}

@media (min-width: 992px) {
    .pt-120 {
        padding-top: 120px;
    }
}

.pb-120 {
    padding-bottom: 40px;
}

@media (min-width: 576px) {
    .pb-120 {
        padding-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .pb-120 {
        padding-bottom: 120px;
    }
}

.py-80 {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 576px) {
    .py-80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .py-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.pt-80 {
    padding-top: 20px;
}

@media (min-width: 576px) {
    .pt-80 {
        padding-top: 40px;
    }
}

@media (min-width: 992px) {
    .pt-80 {
        padding-top: 80px;
    }
}

.pb-80 {
    padding-bottom: 20px;
}

@media (min-width: 576px) {
    .pb-80 {
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .pb-80 {
        padding-bottom: 80px;
    }
}

.py-60 {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 576px) {
    .py-60 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .py-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.pt-60 {
    padding-top: 20px;
}

@media (min-width: 576px) {
    .pt-60 {
        padding-top: 30px;
    }
}

@media (min-width: 992px) {
    .pt-60 {
        padding-top: 60px;
    }
}

.pb-60 {
    padding-bottom: 20px;
}

@media (min-width: 576px) {
    .pb-60 {
        padding-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .pb-60 {
        padding-bottom: 60px;
    }
}

/* ================================= padding Css End =========================== */
/* ================================= Border Color Css Start =========================== */
.border--base {
    border-color: hsl(var(--base)) !important;
}

.border--primary {
    border-color: hsl(var(--primary)) !important;
}

.border--secondary {
    border-color: hsl(var(--secondary)) !important;
}

.border--success {
    border-color: hsl(var(--success)) !important;
}

.border--danger {
    border-color: hsl(var(--danger)) !important;
}

.border--warning {
    border-color: hsl(var(--warning)) !important;
}

.border--info {
    border-color: hsl(var(--info)) !important;
}

/* ================================= Border Color Css End =========================== */
/* =========================== Accordion Css start ============================= */
.custom--accordion .accordion-item {
    border: 1px solid hsl(var(--base-two)/0.1);
    background-color: hsl(var(--white)) !important;
    border-radius: 8px;
    overflow: hidden;
}

.custom--accordion .accordion-item:not(:last-child) {
    margin-bottom: 16px;
}

.custom--accordion .accordion-header {
    line-height: 1;
}

.custom--accordion .accordion-body {
    padding: 26px;
    padding-top: 0;
}

.custom--accordion .accordion-body .text {
    max-width: 60%;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-body .text {
        max-width: 100%;
    }
}

.custom--accordion:first-of-type .accordion-button.collapsed {
    border-radius: 8px;
}

.custom--accordion:last-of-type .accordion-button.collapsed {
    border-radius: 8px;
}

.custom--accordion .accordion-button {
    font-size: 16px;
    padding: 16px 24px;
    font-weight: 700;
    color: hsl(var(--base-two)/0.6);
    line-height: 1.5;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-button {
        padding: 16px 20px;
        padding-right: 30px;
    }
}

.custom--accordion .accordion-button::after {
    background-image: none;
}

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

.custom--accordion .accordion-button:not(.collapsed) {
    background-color: hsl(var(--white)) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: hsl(var(--base-two));
}

.custom--accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    color: hsl(var(--base-two)/0.6);
}

.custom--accordion .accordion-button[aria-expanded=true]::after,
.custom--accordion .accordion-button[aria-expanded=false]::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f077";
    display: inline-block;
    position: absolute;
    right: 15px;
    height: unset;
    color: hsl(var(--base-two));
}

@media screen and (max-width: 575px) {

    .custom--accordion .accordion-button[aria-expanded=true]::after,
    .custom--accordion .accordion-button[aria-expanded=false]::after {
        right: 10px;
    }
}

.custom--accordion .accordion-button[aria-expanded=false]::after {
    content: "\f078";
    color: hsl(var(--text-color));
}

/* ================================= Accordion Css End =========================== */
/* ================================= Button Css Start =========================== */
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: none;
    background-color: none;
    border-color: none;
}

.pill {
    border-radius: 40px !important;
}

.btn {
    color: hsl(var(--base-two)) !important;
    font-weight: 600;
    padding: 13px 25px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    border: 2px solid transparent;
    font-family: var(--body-font);
    display: inline-block !important;
    font-size: 16px;
    line-height: 1.2;
}

.btn:hover,
.btn:focus,
.btn:focus-visible {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn:active {
    top: 1px;
}

.btn--lg {
    padding: 15px 24px;
    font-size: 16px;
}

@media screen and (max-width: 991px) {
    .btn--lg {
        padding: 13px 20px;
    }
}

.btn--sm {
    padding: 10px 16px;
    font-weight: 600;
    font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
    .btn--sm {
        padding: 8px 12px;
    }
}

.btn .icon {
    margin-left: 4px;
}





.btn--base {
    background-color: hsl(var(--base)) !important;
    border-color: hsl(var(--base)) !important;
}

.btn--base:hover,
.btn--base:focus .btn--base:focus-visible {
    background-color: hsl(var(--base-d-200)) !important;
    border: 2px solid hsl(var(--base-d-200)) !important;
}


.btn-outline--base {
    background-color: transparent !important;
    border: 2px solid hsl(var(--base)) !important;
    color: hsl(var(--base)) !important;
}

.btn-outline--base:hover,
.btn-outline--base:focus .btn-outline--base:focus-visible {
    background-color: hsl(var(--base)) !important;
    color: hsl(var(--black)) !important;
}

.btn--base-two {
    background-color: hsl(var(--base-two)) !important;
    border-color: hsl(var(--base-two)) !important;
}

.btn--base-two:hover,
.btn--base-two:focus .btn--base-two:focus-visible {
    background-color: hsl(var(--base-two-d-200)) !important;
    border: 2px solid hsl(var(--base-two-d-200)) !important;
}

.btn-outline--base-two {
    background-color: transparent !important;
    border: 2px solid hsl(var(--base-two)) !important;
    color: hsl(var(--base-two)) !important;
}

.btn-outline--base-two:hover,
.btn-outline--base-two:focus .btn-outline--base-two:focus-visible {
    background-color: hsl(var(--base-two)) !important;
    color: hsl(var(--black)) !important;
}


.btn--primary {
    background-color: hsl(var(--primary)) !important;
    border-color: hsl(var(--primary)) !important;
}

.btn--primary:hover,
.btn--primary:focus .btn--primary:focus-visible {
    background-color: hsl(var(--primary-d-200)) !important;
    border: 2px solid hsl(var(--primary-d-200)) !important;
}

.btn-outline--primary {
    background-color: transparent !important;
    border: 2px solid hsl(var(--primary)) !important;
    color: hsl(var(--primary)) !important;
}

.btn-outline--primary:hover,
.btn-outline--primary:focus .btn-outline--primary:focus-visible {
    background-color: hsl(var(--primary)) !important;
    color: hsl(var(--black)) !important;
}

.btn--secondary {
    background-color: hsl(var(--secondary)) !important;
    border-color: hsl(var(--secondary)) !important;
}

.btn--secondary:hover,
.btn--secondary:focus .btn--secondary:focus-visible {
    background-color: hsl(var(--secondary-d-200)) !important;
    border: 2px solid hsl(var(--secondary-d-200)) !important;
}

.btn-outline--secondary {
    background-color: transparent !important;
    border: 2px solid hsl(var(--secondary)) !important;
    color: hsl(var(--secondary)) !important;
}

.btn-outline--secondary:hover,
.btn-outline--secondary:focus .btn-outline--secondary:focus-visible {
    background-color: hsl(var(--secondary)) !important;
    color: hsl(var(--black)) !important;
}

.btn--danger {
    background-color: hsl(var(--danger)) !important;
    border-color: hsl(var(--danger)) !important;
    color: hsl(var(--white)) !important;
}

.btn--danger:hover,
.btn--danger:focus .btn--danger:focus-visible {
    background-color: hsl(var(--danger-d-200)) !important;
    border: 2px solid hsl(var(--danger-d-200)) !important;
}

.btn-outline--danger {
    background-color: transparent !important;
    border: 2px solid hsl(var(--danger)) !important;
    color: hsl(var(--danger)) !important;
}

.btn-outline--danger:hover,
.btn-outline--danger:focus .btn-outline--danger:focus-visible {
    background-color: hsl(var(--danger)) !important;
    color: hsl(var(--black)) !important;
}

.btn--warning {
    background-color: hsl(var(--warning)) !important;
    border-color: hsl(var(--warning)) !important;
}

.btn--warning:hover,
.btn--warning:focus .btn--warning:focus-visible {
    background-color: hsl(var(--warning-d-200)) !important;
    border: 2px solid hsl(var(--warning-d-200)) !important;
}

.btn-outline--warning {
    background-color: transparent !important;
    border: 2px solid hsl(var(--warning)) !important;
    color: hsl(var(--warning)) !important;
}

.btn-outline--warning:hover,
.btn-outline--warning:focus .btn-outline--warning:focus-visible {
    background-color: hsl(var(--warning)) !important;
    color: hsl(var(--black)) !important;
}

.btn--info {
    background-color: hsl(var(--info)) !important;
    border-color: hsl(var(--info)) !important;
}

.btn--info:hover,
.btn--info:focus .btn--info:focus-visible {
    background-color: hsl(var(--info-d-200)) !important;
    border: 2px solid hsl(var(--info-d-200)) !important;
}

.btn-outline--info {
    background-color: transparent !important;
    border: 2px solid hsl(var(--info)) !important;
    color: hsl(var(--info)) !important;
}

.btn-outline--info:hover,
.btn-outline--info:focus .btn-outline--info:focus-visible {
    background-color: hsl(var(--info)) !important;
    color: hsl(var(--black)) !important;
}

.btn--white {
    background-color: hsl(var(--white)) !important;
}

.btn--white:hover,
.btn--white:focus .btn--white:focus-visible {
    background-color: hsl(var(--white-d-200)) !important;
    border: 2px solid hsl(var(--white-d-200)) !important;
}

.btn-outline--white {
    background-color: transparent !important;
    border: 2px solid hsl(var(--white)) !important;
    color: hsl(var(--white)) !important;
}

.btn-outline--white:hover,
.btn-outline--white:focus .btn-outline--white:focus-visible {
    background-color: hsl(var(--white)) !important;
    color: hsl(var(--black)) !important;
}

/* ================================= Button Css End =========================== */
.circle-button {
    width: 127px;
    height: 127px;
    border-radius: 50%;
    border: 3px solid hsl(var(--white)/0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background-color: hsl(var(--base-two));
    z-index: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 991px) {
    .circle-button {
        height: 100px;
        width: 100px;
    }
}

/* .circle-button::after {
    content: "";
    position: absolute;
    height: calc(100% + 6px);
    width: calc(100% + 6px);
    border-radius: 50%;
    border: 3px solid transparent;
    border-right: 3px solid hsl(var(--base));
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: -1;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
} */

.circle-button {
    --rotation-angle: -45deg;
    /* Initial rotation angle */
    position: relative;
    /* Necessary to position the ::after pseudo-element */
}

.circle-button::after {
    content: "";
    position: absolute;
    height: calc(100% + 6px);
    width: calc(100% + 6px);
    border-radius: 50%;
    border: 3px solid transparent;
    border-right: 3px solid hsl(var(--base));
    -webkit-transform: rotate(var(--rotation-angle));
    transform: rotate(var(--rotation-angle));
    /* Use the CSS variable */
    z-index: -1;
    -webkit-transition: all linear 0.1s;
    transition: all linear 0.1s;
}

.circle-button .text {
    font-weight: 700;
    color: hsl(var(--white));
    text-align: center;
    line-height: 1.2;
    font-family: var(--heading-font);
}

@media screen and (max-width: 991px) {
    .circle-button .text {
        font-size: 14px;
    }
}

.circle-button .icon {
    font-size: 28px;
    color: hsl(var(--base));
    margin-bottom: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 991px) {
    .circle-button .icon {
        font-size: 24px;
    }
}

.circle-button.base {
    background-color: transparent;
}

.circle-button.base::after {
    border-color: hsl(var(--base));
}

.circle-button.base .text {
    color: hsl(var(--base));
}

/* ================================= Card Css Start =========================== */
.custom--card {
    border-radius: 16px;
    background-color: hsl(var(--section-bg));
    border: 1px solid hsl(var(--white)/0.1);
}

.custom--card .card-header {
    padding: 26px 24px 0;
    background-color: transparent;
    border-bottom: 0;
}

.custom--card .card-title {
    margin-bottom: 0;
    color: hsl(var(--white));
    position: relative;
}

.custom--card .card-title .title-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    margin-top: 12px;
}

@media screen and (max-width: 1199px) {
    .custom--card .card-title .title-border {
        bottom: 15px;
    }
}

.custom--card .card-title .title-border .box {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 6px;
    width: 6px;
    background-color: hsl(var(--base));
}

.custom--card .card-title .title-border::after,
.custom--card .card-title .title-border::before {
    content: "";
    height: 6px;
    width: 12px;
    background-color: hsl(var(--base));
    border-radius: 5px;
}

.custom--card .card-body {
    background-color: hsl(var(--section-bg));
    padding: 26px 24px;
    border-radius: 5px;
    color: hsl(var(--body-color));
}

.custom--card:not(:has(.card-footer)) .card-body {
    border-radius: 0 0 16px 16px;
}

.custom--card:not(:has(.card-header)) .card-body {
    border-radius: 16px;
}

.custom--card .card-footer {
    padding: 0px 24px 26px;
    background-color: transparent;
    border-top: 0;
}

/* ================================= Card Css End =========================== */
/* ================================= Form Css Start =========================== */
/* Form Label */
.form--label {
    margin-bottom: 8px;
    font-size: 0.875rem;
    color: hsl(var(--body-color));
    font-weight: 600;
}

.form-group {
    margin-bottom: 16px;
}

/* Form Select */
.select {
    color: hsl(var(--body-color)) !important;
}

.select:focus {
    border-color: hsl(var(--base));
    color: hsl(var(--body-color)) !important;
}

.select option {
    background-color: hsl(var(--section-bg));
}

/* Form Control Start */
.form--control {
    border-radius: 8px;
    font-weight: 400;
    outline: none;
    width: 100%;
    padding: 13px 16px !important;
    background-color: hsl(var(--section-bg));
    border: 1px solid hsl(var(--section-bg));
    color: hsl(var(--body-color));
    line-height: 1;
}





.form--control::-webkit-input-placeholder {
    color: hsl(var(--body-color)/0.4);
    font-size: 1rem;
}

.form--control::-moz-placeholder {
    color: hsl(var(--body-color)/0.4);
    font-size: 1rem;
}

.form--control:-ms-input-placeholder {
    color: hsl(var(--body-color)/0.4);
    font-size: 1rem;
}

.form--control::-ms-input-placeholder {
    color: hsl(var(--body-color)/0.4);
    font-size: 1rem;
}

.form--control::placeholder {
    color: hsl(var(--body-color)/0.4);
    font-size: 1rem;
}

.form--control:focus {
    border-color: hsl(var(--base));
    background-color: hsl(var(--section-bg));
    box-shadow: none;
    color: hsl(var(--white));
}

.form--control:disabled,
.form--control[readonly] {
    background-color: hsl(var(--white)/0.2) !important;
    opacity: 1;
    border: 0;
}

.form--control[type=password] {
    color: hsl(var(--white)/0.5);
}

.form--control[type=password]:focus {
    color: hsl(var(--white));
}

.form--control[type=file] {
    line-height: 50px;
    padding: 0 !important;
    position: relative;
}

.form--control[type=file]::file-selector-button {
    border: 1px solid hsl(var(--base));
    padding: 4px 12px;
    border-radius: 0.2em;
    background-color: hsl(var(--base)) !important;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: hsl(var(--base-two)) !important;
    font-weight: 500;
}

.form--control[type=file]::-webkit-file-upload-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--black));
}

.form--control[type=file]::file-selector-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--black));
}

/* Form Control End */
textarea.form--control {
    height: 130px;
}

/* Autofill Css */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: hsl(var(--body-color)) !important;
    caret-color: hsl(var(--body-color));
}

/* Autofill Css End */
/* input group */
.input--group {
    position: relative;
}

/* Show Hide Password */
input#your-password,
input#confirm-password {
    padding-right: 50px;
}

.password-show-hide {
    position: absolute;
    right: 20px;
    z-index: 5;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: hsl(var(--white)/0.4);
}

/* --------------- Number Arrow None --------------------- */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

/* Custom Checkbox Design */

.flex-center,
.form--check {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.form--check a {
    display: inline;
}

.form--check .form-check-input {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    box-shadow: none !important;
    border: 0;
    position: relative;
    border-radius: 0px;
    width: 16px;
    height: 16px;
    border: 1px solid hsl(var(--white)/0.2);
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.form--check .form-check-input:checked {
    background-color: #00163c !important;
    border-color: #00163c !important;
}



.form--check .form-check-input:checked {
    background-color: hsl(var(--base)) !important;
    border-color: hsl(var(--base)) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form--check .form-check-input:checked[type=checkbox] {
    background-image: none;
}

.form--check .form-check-input:checked::before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: hsl(var(--white));
    font-size: 0.6875rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.form--check .form-check-label {
    font-weight: 400;
    padding-left: 12px;
    cursor: pointer;
    font-size: 1rem;
    color: hsl(var(--white));
    flex: 1;
    user-select: none;
}



@media screen and (max-width: 424px) {
    .form--check label {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 424px) {
    .form--check a {
        font-size: 0.9375rem;
    }
}

/* Custom Radio Design */
.form--radio .form-check-input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid hsl(var(--black)/0.2);
    position: relative;
    background-color: transparent;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.form--radio .form-check-input:active {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.form--radio .form-check-input:checked {
    background-color: transparent;
    border-color: hsl(var(--base));
}

.form--radio .form-check-input:checked[type=radio] {
    background-image: none;
}

.form--radio .form-check-input:checked::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background-color: hsl(var(--base));
    border-radius: 50%;
    z-index: 999;
}

.form--radio .form-check-label {
    font-weight: 600;
    width: calc(100% - 16px);
    padding-left: 12px;
    cursor: pointer;
    font-size: 0.875rem;
}

/*  Custom Switch Design */
.form--switch .form-check-input {
    border-radius: 3px;
    background-image: none;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background-color: hsl(var(--black)/0.2) !important;
    padding: 10px !important;
    margin-left: 0;
    margin-bottom: 5px;
    border-radius: 40px;
    width: 70px;
    height: 38px;
    cursor: pointer;
}

.form--switch .form-check-input:focus {
    border-radius: 40px;
    background-image: none;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.form--switch .form-check-input::before {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    background-color: hsl(var(--white));
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 2px;
    left: 5px;
    border-radius: 50%;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.form--switch .form-check-input:checked {
    background-color: hsl(var(--base)) !important;
}

.form--switch .form-check-input:checked::before {
    left: calc(100% - 33px);
    background-color: hsl(var(--white)) !important;
}

.form--switch .form-check-input:checked[type=checkbox] {
    background-image: none;
}

.form--switch .form-check-label {
    width: calc(100% - 14px);
    padding-left: 5px;
    cursor: pointer;
}

.form-floating>label {
    padding: 13px 16px !important;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    transform: scale(0.85) translateY(-1.5rem) translateX(0.15rem);
    color: hsl(var(--white));
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
    transform: scale(0.85) translateY(-1.5rem) translateX(0.15rem);
    color: hsl(var(--white));
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label {
    -webkit-transform: scale(0.85) translateY(-1.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-1.5rem) translateX(0.15rem);
    color: hsl(var(--white));
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label::after {
    background-color: #080b31;
    border-radius: 0;
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label::after {
    background-color: #080b31;
    border-radius: 0;
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
    background-color: #080b31;
    border-radius: 0;
}

.form-floating>.form-control:focus {
    color: hsl(var(--body-color));
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group-text {
    background-color: hsl(var(--base));
    color: hsl(var(--base-two));
    border-color: hsl(var(--base));
    font-weight: 500;
}

.share-content-inner .copyURL.form-control {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #ddd !important;
}

/*  Custom Switch End Design */
/* ================================= Form Css End =========================== */
/* ================================= Modal Css Start =========================== */
.custom--modal .modal-header {
    border-bottom: 0;
    padding: 0;
}

.custom--modal .modal-header .btn-close {
    width: 32px;
    height: 32px;
    background-color: hsl(var(--section-bg));
    color: hsL(var(--white)) !important;
    font-size: 14px;
    line-height: 1;
    border-radius: 4px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 1;
    border: 1px solid hsl(var(--white)/0.1);
    position: absolute;
    top: 26px;
    right: 26px;
    background-image: none;
}

.custom--modal .modal-header .btn-close:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.custom--modal .modal-dialog {
    max-width: 600px;
    -webkit-transform: scale(0.8) !important;
    transform: scale(0.8) !important;
}

.custom--modal.show .modal-dialog {
    -webkit-transform: none !important;
    transform: none !important;
}

.custom--modal .modal-content {
    border-radius: 16px !important;
    padding: 32px;
    gap: 16px;
    background-color: hsl(var(--section-bg));
    border: 1px solid hsl(var(--white)/0.1);
}

@media screen and (max-width: 767px) {
    .custom--modal .modal-content {
        padding: 24px;
    }
}

@media screen and (max-width: 575px) {
    .custom--modal .modal-content {
        padding: 24px 16px;
    }
}

.custom--modal .modal-body {
    padding: 0;
}

.custom--modal .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    padding-top: 0;
    border-top: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/* ================================= Modal Css End =========================== */
/* ================================= Pagination Css Start =========================== */
.pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination .page-item.active .page-link {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border-color: hsl(var(--base));
}

.pagination .page-item .page-link {
    border: 1px solid hsl(var(--white)/0.1);
    margin: 0 4px;
    border-radius: 4px;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    font-weight: 400;
    padding: 0;
    color: hsl(var(--body-color));
}

@media screen and (max-width: 575px) {
    .pagination .page-item .page-link {
        height: 36px;
        width: 36px;
        font-size: 14px;
    }
}

.pagination .page-item .page-link:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--base-two));
    border-color: hsl(var(--base));
}

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

/* ================================= Pagination Css End =========================== */
.table-wrapper {
    padding: 32px 24px 18px;
    position: relative;
    z-index: 1;
    border-radius: 16px;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .table-wrapper {
        background-color: hsl(var(--section-bg));
        padding: 16px;
        border-top: 5px solid hsl(var(--base));
    }
}

.table-wrapper::after,
.table-wrapper::before {
    content: "";
    position: absolute;
    -webkit-mask-position: right top;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    width: 100%;
}

@media screen and (max-width: 1199px) {

    .table-wrapper::after,
    .table-wrapper::before {
        display: none;
    }
}

.table-wrapper::before {
    -webkit-mask-image: url(../images/shape/table-shape2.png);
    top: 22px;
    left: 0px;
    z-index: -2;
    background: hsl(var(--base));
    height: calc(100% - 38px);
}

.table-wrapper::after {
    -webkit-mask-image: url(../images/shape/table-shape.png);
    background-color: hsl(var(--section-bg));
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
}


.table-wrapper.table--lg::after {
    -webkit-mask-image: url(../images/shape/lg-shape.png);
}

.table-wrapper.table--lg::before {
    -webkit-mask-image: url(../images/shape/lg-shape1.png);
    height: calc(100% - 10px);
    top: 0;
}

.table-wrapper__title {
    position: relative;
}

.table-wrapper .title-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    margin-top: 12px;
}

@media screen and (max-width: 1199px) {
    .table-wrapper .title-border {
        bottom: 15px;
    }
}

.table-wrapper .title-border .box {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 6px;
    width: 6px;
    background-color: hsl(var(--base));
}

.table-wrapper .title-border::after,
.table-wrapper .title-border::before {
    content: "";
    height: 6px;
    width: 12px;
    background-color: hsl(var(--base));
    border-radius: 5px;
}

/* ================================= Table Css Start =========================== */

@media (min-width: 1200px) {

    .table-wrapper .table tbody {
        display: table-caption;
        overflow-y: auto;
        max-height: 320px;
    }

    .table-wrapper.table--lg .table tbody {
        max-height: 440px;
        padding-right: 5px;
    }

    .table-wrapper .table tbody::-webkit-scrollbar {
        width: 9px;
    }

    .table-wrapper .table tbody::-webkit-scrollbar-track {
        background: hsl(var(--base) / .2);
        border-radius: 12px;
    }

    .table-wrapper .table tbody::-webkit-scrollbar-thumb {
        background-color: hsl(var(--base));
        border-radius: 12px;
    }

    .table-wrapper .table :is(td, tfoot, th, thead, tr) {
        display: flex;
        width: 100%;
    }

    .table-wrapper .table :is(td, th) {
        display: unset;
    }

    .table-wrapper .table :is(td:last-child, th:last-child) {
        justify-content: flex-end;
        text-align: right;
    }

    .table-wrapper .table tbody tr:has(.empty-slip-message) {
        justify-content: center;
    }
}

.table-wrapper .table tbody tr td:has(.empty-slip-message)::before {
    display: none;
}

.table-wrapper .table tbody tr td:has(.empty-slip-message) {
    justify-content: center;
}

.table {
    margin: 0;
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0px 0px;
}

.table thead tr th {
    background-color: hsl(var(--section-bg));
    text-align: center;
    padding: 12px 0;
    color: hsl(var(--white));
    font-weight: 700;
    border-bottom: 0;
    max-width: 190px;
    font-size: 0.875rem;
    border-bottom: 1px solid hsl(var(--white)/0.1);
}

.table thead tr th:first-child {
    text-align: left;
}

.table thead tr th:last-child {
    text-align: right;
}

.table tbody {
    border: 0 !important;
    background-color: hsl(var(--section-bg));
}

.table tbody tr:last-child td {
    border-bottom: 0;
}

.table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 12px 0;
    border-width: 1px;
    border: 0;
    color: hsl(var(--body-color));
    font-weight: 600;
    max-width: 190px;
    font-size: 0.875rem;
    border-bottom: 1px solid hsl(var(--white)/0.1);
    background-color: hsl(var(--section-bg));
}

.table tbody tr td::before {
    content: attr(data-label);
    font-size: 0.9375rem;
    color: hsl(var(--black));
    font-weight: 500;
    display: none;
    width: 45% !important;
    text-align: left;
}

.table tbody tr td:first-child {
    text-align: left;
    font-size: 0.875rem;
}

.table tbody tr td:last-child {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .table--responsive--md thead {
        display: none;
    }

    .table--responsive--md tbody tr {
        display: block;
    }

    .table--responsive--md tbody tr:nth-child(odd) td {
        background-color: hsl(var(--black)/0.1);
    }

    .table--responsive--md tbody tr:last-child td {
        border-bottom: 0;
    }

    .table--responsive--md tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.8);
        max-width: unset;
    }

    a .table--responsive--md tbody tr td:last-child {
        border: none;
    }

    .table--responsive--md tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--md tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--white));
    }
}

@media screen and (max-width: 767px) {
    .table--responsive--md tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 991px) {
    .table--responsive--lg thead {
        display: none;
    }

    .table--responsive--lg tbody tr {
        display: block;
    }

    .table--responsive--lg tbody tr:nth-child(odd) td {
        background-color: hsl(var(--black)/0.1);
    }

    .table--responsive--lg tbody tr:last-child td {
        border-bottom: 0;
    }

    .table--responsive--lg tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
    }

    .table--responsive--lg tbody tr td:last-child {
        border: none;
    }

    .table--responsive--lg tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--lg tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--black)/0.7);
    }
}

@media screen and (max-width: 991px) {
    .table--responsive--lg tbody tr td {
        border: none;
    }
}

@media screen and (max-width: 1199px) {
    .table--responsive--xl thead {
        display: none;
    }

    .table--responsive--xl tbody tr {
        display: block;
    }

    .table--responsive--xl tbody tr:nth-child(odd) td {
        background-color: hsl(var(--black)/0.1);
    }

    .table--responsive--xl tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
    }

    .table--responsive--xl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xl tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--xl tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--white));
    }
}

@media screen and (max-width: 1199px) {
    .table--responsive--xl tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xxl thead {
        display: none;
    }

    .table--responsive--xxl tbody tr {
        display: block;
    }

    .table--responsive--xxl tbody tr:last-child td {
        border-bottom: 0;
    }

    .table--responsive--xxl tbody tr:nth-child(odd) td {
        background-color: hsl(var(--black)/0.1);
    }

    .table--responsive--xxl tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px;
        border: none;
        border-bottom: 1px solid hsl(var(--white)/0.01);
        max-width: unset;
    }

    .table--responsive--xxl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xxl tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--xxl tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--white));
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xxl tbody tr td {
        border: 0;
    }
}

/* ================================= Table Css End =========================== */
/* ================================= Tab Css Start =========================== */
.custom--tab {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 0;
    margin-bottom: 30px;
    border: 0;
    border-bottom: 1px solid hsl(var(--white)/0.1);
    position: relative;
    overflow: hidden;
}

.custom--tab .tab__bar {
    position: absolute;
    content: "";
    bottom: 0;
    height: 2px;
    background: hsl(var(--base));
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.custom--tab .nav-item {
    border-bottom: 0;
    position: static !important;
}

.custom--tab .nav-item:not(:last-child) {
    margin-right: 48px;
}

@media screen and (max-width: 1199px) {
    .custom--tab .nav-item:not(:last-child) {
        margin-right: 32px;
    }
}

@media screen and (max-width: 767px) {
    .custom--tab .nav-item:not(:last-child) {
        margin-right: 24px;
    }
}

@media screen and (max-width: 575px) {
    .custom--tab .nav-item:not(:last-child) {
        margin-right: 14px;
    }
}

@media screen and (max-width: 424px) {
    .custom--tab .nav-item:not(:last-child) {
        margin-right: 10px;
    }
}

.custom--tab .nav-item .nav-link {
    color: hsl(var(--body-color));
    padding: 20px 0;
    background-color: transparent !important;
    border-radius: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 0 !important;
    font-size: 20px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    line-height: 1;
}

@media screen and (max-width: 1199px) {
    .custom--tab .nav-item .nav-link {
        padding: 18px 0 !important;
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .custom--tab .nav-item .nav-link {
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .custom--tab .nav-item .nav-link {
        font-size: 14px;
        padding: 10px 0px !important;
    }
}

.custom--tab .nav-item .nav-link.active {
    color: hsl(var(--base));
}

/* ================================= Tab Css End =========================== */
/* ================================= Badge Css Start =========================== */
.custom--badge {
    font-size: 0.75rem;
    border-radius: 5px;
    padding: 8px 10px;
    font-weight: 500;
    position: relative;
    text-align: center;
}

.badge {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: hsl(var(--body-color));
    font-size: 14px;
}

.badge::before {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
}

.badge--base::before {
    background-color: hsl(var(--base));
}

.badge--primary::before {
    background-color: hsl(var(--primary));
}

.badge--secondary::before {
    background-color: hsl(var(--secondary));
}

.badge--success::before {
    background-color: hsl(var(--success));
}

.badge--danger::before {
    background-color: hsl(var(--danger));
}

.badge--warning::before {
    background-color: hsl(var(--warning));
}

.badge--info::before {
    background-color: hsl(var(--info));
}

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.alert {
    margin-bottom: 0;
    background-color: transparent !important;
    font-weight: 400;
    padding: 17px 24px;
    border-radius: 5px;
    color: hsl(var(--body-color));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.alert:has(.alert__title) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 991px) {
    .alert {
        padding: 16px;
    }
}

@media screen and (max-width: 575px) {
    .alert {
        padding: 12px;
    }
}

.alert__icon {
    font-size: 1.5rem;
    line-height: 1;
    height: 36px;
    width: 36px;
    background-color: transparent;
    border-radius: 6px;
    display: grid;
    place-content: center;
}

.alert__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 16px;
}

@media screen and (max-width: 991px) {
    .alert__content {
        padding-left: 12px;
    }
}

@media screen and (max-width: 575px) {
    .alert__content {
        padding-left: 0;
        width: 100%;
        margin-top: 6px;
    }
}

.alert__title {
    font-size: 1rem;
    color: hsl(var(--white));
    font-weight: 600;
    font-family: var(--heading-font);
    margin-bottom: 6px;
}

.alert__desc {
    color: hsl(var(--body-color));
    display: block;
    line-height: 1.375;
}

@media screen and (max-width: 424px) {
    .alert__desc {
        font-size: 0.8125rem;
    }
}

.alert__link {
    position: relative;
    color: hsl(var(--base));
    text-decoration: underline;
}

.alert--base {
    border-color: hsl(var(--base)/0.6);
}

.alert--base .alert__link {
    color: hsl(var(--base));
}

.alert--base .alert__icon {
    color: hsl(var(--base));
    background-color: hsl(var(--base)/0.1);
}

.alert--primary {
    border-color: hsl(var(--primary)/0.6);
}

.alert--primary .alert__link {
    color: hsl(var(--primary));
}

.alert--primary .alert__icon {
    color: hsl(var(--primary));
    background-color: hsl(var(--primary)/0.1);
}

.alert--success {
    border-color: hsl(var(--success)/0.6);
}

.alert--success .alert__link {
    color: hsl(var(--success));
}

.alert--success .alert__icon {
    color: hsl(var(--success));
    background-color: hsl(var(--success)/0.1);
}

.alert--info {
    border-color: hsl(var(--info)/0.6);
}

.alert--info .alert__link {
    color: hsl(var(--info));
}

.alert--info .alert__icon {
    color: hsl(var(--info));
    background-color: hsl(var(--info)/0.1);
}

.alert--danger {
    border-color: hsl(var(--danger)/0.6);
}

.alert--danger .alert__link {
    color: hsl(var(--danger));
}

.alert--danger .alert__icon {
    color: hsl(var(--danger));
    background-color: hsl(var(--danger)/0.1);
}

.alert--warning {
    border-color: hsl(var(--warning)/0.6);
}

.alert--warning .alert__link {
    color: hsl(var(--warning));
}

.alert--warning .alert__icon {
    color: hsl(var(--warning));
    background-color: hsl(var(--warning)/0.1);
}

.alert--secondary {
    border-color: hsl(var(--secondary)/0.6);
}

.alert--secondary .alert__link {
    color: hsl(var(--secondary));
}

.alert--secondary .alert__icon {
    color: hsl(var(--secondary));
    background-color: hsl(var(--secondary)/0.1);
}

/* ====================================== Alert Css End =============================== */
/* =========================== Banner Section Start Here ========================= */
.banner-section {
    position: relative;
    z-index: 1;
    padding-top: 140px;
    min-height: 100vh;
    
    background: linear-gradient(135deg, #fff, #081c3a);
   

}



.banner-content__title {
    color: #001063 !important;
}

@media screen and (max-width: 1199px) {
    .banner-section {
        padding-top: 180px;
    }
}

@media screen and (max-width: 991px) {
    .banner-section {
        padding: 120px 0 60px;
        min-height: unset;
    }
}

@media screen and (max-width: 767px) {
    .banner-section {
        padding: 80px 0 40px;
    }
}

@media screen and (max-width: 575px) {
    .banner-section {
        padding: 60px 0 40px;
    }
}




.banner-section__shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

    background:
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url('../images/shape/city-lights.jpg');

    background-size: 200% auto; 
    background-position: 0% center;
    background-repeat: no-repeat;

    animation: moveBg 60s linear infinite;
}


@keyframes moveBg {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 100% center;
    }
}



@media (max-width: 768px) {

    .banner-section__shape {
        overflow: hidden;
        background: none !important;
        animation: none !important;
    }

    .banner-section__shape::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;

        width: 200%;
        height: 100%;

        background: url('../images/shape/city-lights.jpg') no-repeat;
        background-size: cover;
        background-position: center;

        animation: slideBg 60s linear infinite;
    }

}


@keyframes slideBg {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}





.banner-content__title {
    font-size: clamp(26px, 6vw, 50px); /* 🔥 responsive */
    font-weight: 700;
    line-height: 1.2;

    color: #fff !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.7);
}

.highlight-text {
    font-family: 'Pacifico', cursive;
    font-weight: normal;
    font-size: clamp(28px, 7vw, 60px); /* 🔥 responsive */
    color: #fff;
    display: inline-block;
}


.banner-content {
    margin-top: 40px; /* 🔥 pushes text down */
}


@media (max-width: 768px) {
    .banner-content {
        margin-top: 80px; /* smaller space for mobile */
    }
}



.banner-section__shape img {
    height: 100%;
}



.banner-section__colorshape {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: -1;
}

.banner-section__colorshape img {
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .banner-image {
        max-width: 380px;
        width: 100%;
        margin: 0 auto;
    }
}

.banner-content {
    margin-left: 3.125rem;
}

@media screen and (max-width: 1599px) {
    .banner-content {
        margin-left: 7.5rem;
    }
}

@media screen and (max-width: 1399px) {
    .banner-content {
        margin-left: 4.75rem;
    }
}

@media screen and (max-width: 1199px) {
    .banner-content {
        margin-left: 1.25rem;
    }
}

@media (max-width: 1100px) {
    .banner-content {
        margin-left: 2.5rem;
    }
}

@media (max-width: 1030px) {
    .banner-content {
        margin-left: 4.75rem;
    }
}

@media screen and (max-width: 991px) {
    .banner-content {
        margin-left: 0;
    }
}

.banner-content__title {
    margin-bottom: 0;
    padding-left: 20px;
    border-radius: 32px;
    text-shadow: 0px 2px hsl(var(--base-two));
}

@media screen and (max-width: 575px) {
    .banner-content__title {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 1599px) {
    .banner-content__title {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .banner-content__title {
        text-align: center;
        margin-bottom: 0.75rem;
    }
}

.banner-content__button {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 991px) {
    .banner-content__button {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 1.875rem;
    }
}

@media screen and (max-width: 767px) {
    .banner-content__button {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 1rem;
    }
}

.banner-wrapper {
    max-width: 656px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .banner-wrapper {
        max-width: 100%;
        gap: 16px;
    }
}

@media screen and (max-width: 575px) {
    .banner-wrapper {
        gap: 12px;
    }
}

.banner-card {
    padding: 32px 20px;
    border-radius: 40px;
    border: 2px solid hsl(var(--white)/0.2);
    width: calc(33.3333333333% - 27px);
    /*background-color: hsl(var(--base-two));*/
    
}



.banner-card {
    display: flex;
    flex-direction: column;
    align-items: center;     /* horizontal center */
    justify-content: center; /* vertical center */
    text-align: center;      /* text center */
}

.banner-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}


.banner-wrapper {
    position: relative;
    margin-top: 115px; 
    z-index: 5;
}


.banner-card {
    background-color: transparent !important;

    opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 0.8s ease forwards;
}

/* delay for each card */
.banner-card:nth-child(1) {
    animation-delay: 0.2s;
}
.banner-card:nth-child(2) {
    animation-delay: 0.4s;
}
.banner-card:nth-child(3) {
    animation-delay: 0.6s;
}

/* animation keyframe */
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.banner-card:hover {
    border-color: #C89B3C;
}



.banner-card__icon {
    transition: transform 0.3s ease;
}

.banner-card:hover .banner-card__icon {
    transform: scale(1.2) rotate(5deg);
}



@media screen and (max-width: 767px) {
    .banner-card {
        width: calc(33.3333333333% - 11px);
    }
}

@media screen and (max-width: 575px) {
    .banner-card {
        width: calc(50% - 6px);
        padding: 24px 16px;
    }
}

.banner-card__icon {
    font-size: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    color: hsl(var(--base));
}

.banner-card__title {
    margin-bottom: 4px;
}

.banner-card__count {
    color: hsl(var(--base));
    font-family: var(--body-font);
    margin-bottom: 0;
}

.banner-shape-one {
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
}

.banner-shape-one img {
    max-width: 100%;
}

.banner-shape-two {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
}

.banner-shape-two img {
    max-width: 100%;
}

.banner-shape-three {
    position: absolute;
    top: 60px;
    left: 100px;
}

.banner-shape-three img {
    max-width: 100%;
}


.banner-card {
    background: rgba(0, 0, 0, 0.75); 
    backdrop-filter: blur(3px);      
    -webkit-backdrop-filter: blur(3px);

    border: 1px solid rgba(255, 255, 255, 0.1);
}





.brand-section {
    overflow: hidden;
}

.brand-section__wrapper {
    padding: 27px 0;
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
    position: relative;
    z-index: 1;
}



@media screen and (max-width: 1199px) {
    .brand-section__wrapper {
        padding: 20px 0;
    }
}

@media screen and (max-width: 424px) {
    .brand-section__wrapper {
        padding: 15px 0;
    }
}

.brand-section__wrapper::before {
    content: "";
    position: absolute;
    height: 100%;
    width: calc(100% + 50px);
    top: 0;
    left: 50%;
    background-color: hsl(var(--base));
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.brand-section__wrapper::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    background-color: hsl(var(--base));
    background-color: hsl(var(--base-d-100));
    z-index: -2;
}

.brand-slider .slick-slide {
    padding: 0 20px !important;
}

.brand-item {
    height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brand-item img {
    max-height: 36px;
}

@media screen and (max-width: 991px) {
    .brand-item img {
        max-height: 24px;
    }
}

@media screen and (max-width: 575px) {
    .brand-item img {
        max-height: 18px;
    }
}

.rating-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}

.rating-wrapper__count {
    font-size: 14px;
    color: hsl(var(--white));
}


.latest-product {
    background: linear-gradient(
        180deg,
        #ffffff 0%,
        #f1f5f9 100%
    );
    padding: 60px 0;
    position: relative;
}


/* ✅ Latest Product Section Text Color */
.latest-product .section-heading__title {
    color: #001063 !important;
}

.latest-product .section-heading__desc {
    color: #00163c !important;
}




.product-card {
    padding: 18px 16px;
    border-radius: 16px;
    border: 2px solid hsl(var(--white)/0.1);
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}








.product-card {
    opacity: 1;
    transform: translateY(40px);
    transition: all 0.6s ease;
}

/* when visible */
.product-card.animate {
    opacity: 1;
    transform: translateY(0);
}


.product-card {
    transition: all 0.4s ease;
}

.product-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 22, 60, 0.15);
}


.product-card__title a {
    transition: color 0.3s ease;
}

.product-card__title a:hover {
    color: #C89B3C !important;
}


/* circle background */
.video-preview__icon {
    width: 60px;
    height: 60px;
    background: #ff0000; /* YouTube red */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
}

/* icon inside */
.video-preview__icon i {
    font-size: 18px;
}

.product-card__play:hover .video-preview__icon {
    background: #cc0000; /* darker red */
    transform: scale(1.1);
}

.video-preview__icon i {
    font-size: 30px !important; /* increase size */
}

























.product-card:hover {
    border-color: hsl(var(--base));
}

.product-card:hover .product-card__title a {
    color: hsl(var(--base));
    text-decoration: underline;
}

.product-card:hover .product-card__play {
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 1399px) {
    .product-card {
        padding: 16px 14px;
    }
}

.product-card__img {
    position: relative;
}

@media only screen and (max-width: 576px) {
    .product-card__img img {
        width: 100%;
    }

    .blog-item__img img {
        width: 100%;
    }
}




.blog-item {
    opacity: 0;
    transform: translateY(40px);
    animation: blogFadeUp 0.8s ease forwards;
}

/* delay for each column */
.blog-item:nth-child(1) {
    animation-delay: 0.2s;
}
.blog-item:nth-child(2) {
    animation-delay: 0.4s;
}
.blog-item:nth-child(3) {
    animation-delay: 0.6s;
}

/* keyframe */
@keyframes blogFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.col-lg-4 {
    opacity: 0;
    transform: translateY(40px);
    animation: blogFadeUp 0.8s ease forwards;
}

.col-lg-4:nth-child(1) { animation-delay: 0.2s; }
.col-lg-4:nth-child(2) { animation-delay: 0.4s; }
.col-lg-4:nth-child(3) { animation-delay: 0.6s; }


.blog-item {
    transition: all 0.3s ease;
}

.blog-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}


.blog-item__img img {
    transition: transform 0.4s ease;
}

.blog-item:hover .blog-item__img img {
    transform: scale(1.05);
}


.blog {
    background: linear-gradient(
        180deg,
        #ffffff 0%,
        #f1f5f9 100%
    );
    position: relative;
}



.product-card__play {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 56px;
    color: hsl(var(--white));
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    visibility: hidden;
    opacity: 0;
}

@media screen and (max-width: 1399px) {
    .product-card__play {
        font-size: 42px;
    }
}

.product-card__play:hover {
    color: hsl(var(--white));
}

.product-card__wrapper {
    border-radius: inherit;
    overflow: hidden;
}

.product-card__title {
    margin-bottom: 16px;
}

.product-card__title a {
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media screen and (max-width: 1399px) {
    .product-card__title {
        margin-bottom: 12px;
    }
}

.product-card.style-two {
    padding: 0;
    border: 0;
    position: relative;
    overflow: hidden;
}

.product-card.style-two .product-card__content {
    -webkit-mask-image: url(../images/shape/big-shape.png);
    margin-top: -90px;
    width: 100%;
}

@media (max-width: 1199px) {
    .product-card.style-two .product-card__content {
        margin-top: -65px;
    }
}

@media (max-width: 991px) {
    .product-card.style-two .product-card__content {
        margin-top: -70px;
    }
}

@media screen and (max-width: 575px) {
    .product-card.style-two .product-card__content {
        -webkit-mask-image: unset;
        margin-top: 0;
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    .product-card.style-two .product-card-bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        
    }
}

.product-card__content {
    padding: 14px 16px;
    -webkit-mask-image: url(../images/shape/card-shape.png);
    -webkit-mask-position: left top;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    background-color: hsl(var(--section-bg));
    margin-top: -60px;
    background-color: #fff !important;
}



.product-card-info__content .product-card-info__name {
    color: #6B7280 !important; /* muted gray */
}

.product-card-info__content .product-card-info__time {
    color: #00163c !important; /* strong dark blue */
}


/* Default title color */
.product-card__title a {
    color: #0A1F44 !important; /* dark blue */
    transition: 0.3s ease;
}

/* Hover = gold */
.product-card__title a:hover {
    color: #C89B3C !important; /* gold */
}


@media screen and (max-width: 767px) {
    .product-card__content {
        -webkit-mask-image: unset;
        margin-top: 0;
    }
}

.product-card-info {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
}


.project-card-icon i {
    color: #ffffff;
    font-size: 24px;
}



.product-card-info__img.project-card-icon {
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;

    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;

    border-radius: 50% !important;
    background: #001063;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px !important;
    overflow: hidden;
}

.product-card-info__img.project-card-icon i {
    font-size: 18px !important;
    line-height: 1 !important;
    color: #ffffff;
}


@media (max-width: 768px) {
    .product-card-info__img.project-card-icon {
        width: 32px !important;
        min-width: 32px !important;
        max-width: 32px !important;
        height: 32px !important;
        min-height: 32px !important;
        max-height: 32px !important;
        flex: 0 0 32px !important;
    }

    .product-card-info__img.project-card-icon i {
        font-size: 15px !important;
    }
}









@media screen and (max-width: 1199px) {
    .product-card-info {
        margin-bottom: 24px;
    }
}


@media screen and (max-width: 575px) {
    .product-card-info {
        margin-bottom: 12px;
    }
}

.product-card-info__img {
    width: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;

    img {
        width: 100%;
    }
}



@media screen and (max-width: 1399px) {
    .product-card-info__img {
        width: 32px;
    }
}

.product-card-info__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-card-info__name {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 1;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: hsl(var(--light));
}

@media screen and (max-width: 1399px) {
    .product-card-info__name {
        max-width: 85px;
        font-size: 12px;
    }
}

.product-card-info__time {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: hsl(var(--white));
}

@media screen and (max-width: 1399px) {
    .product-card-info__time {
        font-size: 12px;
    }
}

.product-card-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .product-card-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 12px;
    }
}

@media screen and (max-width: 575px) {
    .product-card-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

.product-card-auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-card-auth__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-card-auth__name {
    font-weight: 500;
    color: hsl(var(--base));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

@media screen and (max-width: 1399px) {
    .product-card-auth__name {
        font-size: 14px;
    }
}

@media screen and (max-width: 1199px) {
    .product-card-auth__name {
        font-size: 12px;
    }
}

.product-card-auth__name .text {
    color: hsl(var(--white));
}

.product-card-auth__name .verify {
    color: hsl(var(--base));
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1399px) {
    .product-card-auth__name .verify {
        font-size: 12px;
    }
}

.product-card-auth__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.product-card-auth__img img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 1399px) {
    .product-card-auth__img img {
        height: 36px;
        width: 36px;
    }
}

@media screen and (max-width: 1199px) {
    .product-card-auth__img img {
        height: 30px;
        width: 30px;
    }
}

.product-card-profit {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.product-card-profit__title {
    font-size: 14px;
    font-weight: 600;
    color: hsl(var(--light));
}

@media screen and (max-width: 1199px) {
    .product-card-profit__title {
        font-size: 12px;
    }
}

.product-card-profit__parcent {
    color: hsl(var(--base));
    margin-bottom: 0;
}

@media screen and (max-width: 1399px) {
    .product-card-profit__parcent {
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .product-card-profit__parcent {
        font-size: 14px;
    }
}

.icon-verify .path1:before {
    color: hsl(var(--base));
}

@media (max-width: 768px) {

    .latest-product .section-heading {
        padding-bottom: 20px; /* more reliable than margin */
    }

    .latest-product .row {
        margin-top: 10px;
    }

}

















.whychoose-center {
    position: absolute; /* needed for orbit */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 320px;   /* keep large like original */
    height: 320px;

    border-radius: 50%;

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

    background: hsl(var(--base-two)); /* keep your theme */
    /* OR use gradient if you want */
    /* background: linear-gradient(135deg, #d4af37, #f5d77a); */

    box-shadow: 0 20px 60px rgba(0,0,0,0.25);

    z-index: 5;
}

@media screen and (max-width: 1399px) {
    .whychoose-center {
        height: 300px;
        width: 300px;
    }
}

@media screen and (max-width: 991px) {
    .whychoose-center {
        height: 220px;
        width: 220px;
    }
}

.whychoose-center img {
    max-width: 190px;
}

@media screen and (max-width: 1399px) {
    .whychoose-center img {
        max-width: 150px;
    }
}

@media screen and (max-width: 991px) {
    .whychoose-center img {
        max-width: 120px;
    }
}

.whychoose-center::after {
    content: "";
    position: absolute;
    -webkit-mask-image: url(../images/shape/round-shape.png);
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    background-color: hsl(var(--base));
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

@media screen and (max-width: 767px) {
    .whychoose-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 24px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.whychoose-item {
    max-width: 250px;
    width: 100%;
    position: relative;
}

@media screen and (max-width: 767px) {
    .whychoose-item {
        max-width: 100%;
        width: calc(50% - 12px);
        background-color: hsl(var(--white)/0.1);
        padding: 20px;
        border-radius: 12px;
        border: 1px solid hsl(var(--white)/0.1);
    }
}

@media screen and (max-width: 424px) {
    .whychoose-item {
        width: 100%;
    }
}

.whychoose-item.right-style:first-child {
    margin-left: 50px;
}

@media screen and (max-width: 991px) {
    .whychoose-item.right-style:first-child {
        margin-left: 0;
    }
}

.whychoose-item.right-style:first-child::after {
    -webkit-mask-image: url(../images/shape/dot4-shape.png);
    top: -50px;
    left: -140px;
    right: auto;
}

.whychoose-item.right-style:last-child {
    margin-left: 0;
}

.whychoose-item.right-style:last-child::after {
    -webkit-mask-image: url(../images/shape/dot3-shape.png);
    bottom: -50px;
    top: auto;
    left: -90px;
    right: auto;
}

.whychoose-item::after {
    content: "";
    position: absolute;
    -webkit-mask-image: url(../images/shape/dot-shape.png);
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    background-color: hsl(var(--base));
    width: 220px;
    height: 80px;
    top: -50px;
    right: -150px;
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .whychoose-item::after {
        display: none;
    }
}

.whychoose-item:last-child::after {
    -webkit-mask-image: url(../images/shape/dot2-shape.png);
    top: auto;
    bottom: -50px;
    right: -100px;
}

.whychoose-item:not(:last-child) {
    margin-bottom: 120px;
}

@media screen and (max-width: 1199px) {
    .whychoose-item:not(:last-child) {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 991px) {
    .whychoose-item:not(:last-child) {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .whychoose-item:not(:last-child) {
        margin-bottom: 0;
    }
}

.whychoose-item:last-child {
    margin-left: 50px;
}

@media screen and (max-width: 991px) {
    .whychoose-item:last-child {
        margin-left: 0;
    }
}

.whychoose-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

@media screen and (max-width: 575px) {
    .whychoose-item__top {
        margin-bottom: 10px;
    }
}

.whychoose-item__icon {
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: hsl(var(--base));
}

.whychoose-item__title {
    margin-bottom: 0;
}

.whychoose-item__desc {
    line-height: 1.5;
}

/* ✅ Whole Why Choose Section */
.whychoose {
    background: linear-gradient(
        180deg,
        #ffffff 0%,
        #f1f5f9 100%
    ) !important;
    position: relative;
}


.section-heading__title {
    max-width: 100% !important;
    width: 100%;
    text-align: left; /* same as desc */
}




.whychoose .section-heading__title,
.whychoose .section-heading__desc,
.whychoose .section-heading__name {
    text-align: center;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}


/* TITLE (strong) */
.whychoose .section-heading__title {
    color: #0A1F44; /* dark blue */
}

/* DESCRIPTION (soft) */
.whychoose .section-heading__desc {
    color: #4B5563; /* gray */
}

/* SMALL TITLE (accent) */
.whychoose .section-heading__name {
    color: #1E3A8A; /* slightly lighter blue */
}


.whychoose .section-heading__title {
    margin-bottom: 10px;
}

.whychoose .section-heading__desc {
    max-width: 800px; /* cleaner readability */
}


.whychoose-item__title {
    color: #0A1F44; /* same corporate blue */
}

.whychoose-item__desc {
    color: #6B7280;
}










/* platform */
.platform {
  margin-bottom: 60px;
  transition: 0.3s;
}

@media screen and (max-width: 1199px) {
  .platform {
    margin-bottom: 40px;
  }
}

.platform__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: hsl(var(--base) / 0.1);
}

@media screen and (max-width: 1199px) {
  .platform__icon {
    width: 60px;
    height: 60px;
  }
}

.platform__icon img {
  transition: all 1s ease-out 0s;
}

@media screen and (max-width: 575px) {
  .platform__icon img {
    width: 27px;
  }
}

.platform__content {
  width: calc(100% - 80px);
  padding-left: 30px;
}

@media screen and (max-width: 1199px) {
  .platform__content {
    padding-left: 20px;
  }
}

.platform__title {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.platform__title .title {
  color: hsl(var(--heading-color));
  font-size: 1.125rem;
  font-weight: 500;
}

.platform:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .platform__subtitle {
    max-width: 300px;
  }
}

.platform-left {
  margin-right: 50px;
}

@media screen and (max-width: 1399px) {
  .platform-left {
    margin-right: 0px;
  }
}

.platform-right {
  margin-left: 50px;
}

@media screen and (max-width: 1399px) {
  .platform-right {
    margin-left: 0px;
  }
}

.platform__thumb {
  position: relative;
}

.platform__thumb .plat-shape,
.platform__thumb .mouse-shape,
.platform__thumb .like-shape {
  position: absolute;
}

.platform__thumb .plat-shape {
  top: 5px;
  right: 70px;
  animation: soft-move-y2 3s infinite linear;
}

@media screen and (max-width: 1399px) {
  .platform__thumb .plat-shape {
    width: 74px;
  }
}

@media screen and (max-width: 1199px) {
  .platform__thumb .plat-shape {
    width: 61px;
  }
}

.platform__thumb .like-shape {
  bottom: 0px;
  right: 50px;
  animation: tada 5s ease-in-out infinite;
}

@media screen and (max-width: 1399px) {
  .platform__thumb .like-shape {
    width: 74px;
  }
}

@media screen and (max-width: 1199px) {
  .platform__thumb .like-shape {
    width: 60px;
  }
}

.platform__thumb .mouse-shape {
  bottom: 156px;
  left: 37px;
  width: 20px;
  animation: soft-move-y2 2s infinite linear;
}

@media screen and (max-width: 1399px) {
  .platform__thumb .mouse-shape {
    bottom: 130px;
  }
}

@media screen and (max-width: 1199px) {
  .platform__thumb .mouse-shape {
    bottom: 107px;
    left: 30px;
  }
}

/* platform end*/












.section-heading__desc {
    max-width: 100% !important;
    width: 100%;
    text-align: left; /* remove center */
}


@media screen and (max-width: 575px) {
    .whychoose-item__desc {
        font-size: 14px;
    }
}



.investstep {
    background: #ffffff !important; /* 🔥 force white */
    position: relative;
    z-index: 1;
}

/* initial hidden */
.investstep-video,
.section-heading,
.investstep-item {
    opacity: 1;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

/* visible */
.investstep.animate .investstep-video,
.investstep.animate .section-heading,
.investstep.animate .investstep-item {
    opacity: 1;
    transform: translateY(0);
}

/* stagger effect */
.investstep.animate .investstep-item:nth-child(1) { transition-delay: 0.2s; }
.investstep.animate .investstep-item:nth-child(2) { transition-delay: 0.4s; }
.investstep.animate .investstep-item:nth-child(3) { transition-delay: 0.6s; }
.investstep.animate .investstep-item:nth-child(4) { transition-delay: 0.8s; }


.investstep-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

/* circle */
.investstep-video__play .video-preview__icon {
    width: 70px;
    height: 70px;
    background: #ff0000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    transition: all 0.3s ease;
}

/* icon */
.investstep-video__play i {
    font-size: 26px;
}

/* pulse ring */
.investstep-video__play .video-preview__icon::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255,0,0,0.4);
    animation: pulseRing 1.8s infinite;
}

/* hover */
.investstep-video__play:hover .video-preview__icon {
    transform: scale(1.1);
    background: #cc0000;
}

/* animation */
@keyframes pulseRing {
    0% { transform: scale(1); opacity: 0.7; }
    100% { transform: scale(1.6); opacity: 0; }
}


.investstep-video__img {
    overflow: hidden;
    border-radius: 20px;
}

.investstep-video__img img {
    transition: transform 0.6s ease;
}

.investstep-video:hover .investstep-video__img img {
    transform: scale(1.08);
}





/* hidden state */
.step-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

/* visible */
.step-animate.show {
    opacity: 1;
    transform: translateY(0);
}







/* ✅ Invest Step Heading Colors */
.investstep .section-heading__title {
    color: #001063 !important;
}

.investstep .section-heading__desc {
    color: #00163c !important;
}


.investstep::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--base-twwo) / .13);
    top: 0;
    right: 0;
    z-index: -1;
}

.investstep__shape {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: -1;
}

/* ===== FINAL DESIGN (REPLACE LAST BLOCK) ===== */
.investstep-item {
    display: flex;
    align-items: center;
    gap: 20px;

    padding: 18px 25px;
    margin-bottom: 15px;

    border-radius: 20px;
    border: 2px solid #e5e5e5;

    background: #f9fafc;
    transition: all 0.3s ease;
    position: relative;
}

/* number */
.investstep-item__count {
    font-size: 18px;
    font-weight: 700;
    color: #00163c;

    min-width: 50px;
    height: 50px;

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

    border-radius: 12px;
    background: #f1f3f9;

    transition: all 0.3s ease;
}

/* title */
.investstep-item__title {
    font-size: 18px;
    font-weight: 600;
    color: #00163c;
    margin: 0;
}




/* hover */
.investstep-item:hover {
    border-color: #C89B3C;
    transform: translateX(8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* number hover */
.investstep-item:hover .investstep-item__count {
    background: #C89B3C;
    color: #fff;
}

@media screen and (max-width: 1199px) {
    .investstep-item {
        padding: 20px 28px;
    }
}

.investstep-item:not(:last-child) {
    margin-bottom: 12px;
}



.investstep-item__count,
.investstep-item__title {
    margin-bottom: 0;
    line-height: 1;
}








/* ===== MODERN VIDEO BOX ===== */
.investstep-video {
    position: relative;
    z-index: 1;

    border-radius: 16px; /* clean modern */
    overflow: hidden;

    background: #fff;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);

    transition: all 0.4s ease;
}

/* hover effect */
.investstep-video:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 70px rgba(0,0,0,0.12);
}

/* image inside */
.investstep-video__img {
    border-radius: 0;
    overflow: hidden;
    position: relative;
}

/* image zoom */
.investstep-video__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.investstep-video:hover .investstep-video__img img {
    transform: scale(1.05);
}

/* overlay */
.investstep-video__img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(0,0,0,0.3),
        rgba(0,0,0,0.5)
    );
}

/* play button center */
.investstep-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

/* modern play button */
.investstep-video__play .video-preview__icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;

    background: linear-gradient(135deg, #ff0000, #ff4d4d);
    color: #fff;

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

    box-shadow: 0 10px 30px rgba(255,0,0,0.4);
    transition: all 0.3s ease;
}

/* play icon */
.investstep-video__play i {
    font-size: 28px;
}

/* hover play */
.investstep-video__play:hover .video-preview__icon {
    transform: scale(1.1);
}

/* pulse animation */
.investstep-video__play .video-preview__icon::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(255,0,0,0.4);
    animation: pulseRing 1.8s infinite;
}


.investstep-video {
    border: 3px solid #C89B3C;
}

.investstep-video:hover {
    transform: translateY(-6px);

    border-color: #C89B3C; /* strong gold */
    box-shadow: 0 30px 70px rgba(0,0,0,0.12);
}


.investstep-video {
    width: 100%;
    height: 600px; /* 🔥 change this */
}


.custom-image-box {
    border: 2px dashed #dcdcdc;
    padding: 12px;
    border-radius: 12px;
    background: #fafafa;
    transition: 0.3s;
}

.custom-image-box:hover {
    border-color: #C89B3C;
    background: #fff;
}



.investstep-slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.slide-track {
    display: flex;
    height: 100%;
    animation: slideMove 20s ease-in-out infinite;
}

.slide-track img {
    flex: 0 0 100%;   /* each image full width */
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (max-width: 768px) {

    .investstep-video {
        height: auto !important;        /* allow flexible height */
    }

    .investstep-slider {
        height: 250px;                  /* control mobile height */
    }

    .slide-track img {
        height: 100%;
        object-fit: cover;              /* fill box nicely */
    }

}


/* animation */
@keyframes slideMove {
    0%   { transform: translateX(0); }

    25%  { transform: translateX(0); }

    33%  { transform: translateX(-100%); }

    58%  { transform: translateX(-100%); }

    66%  { transform: translateX(-200%); }

    91%  { transform: translateX(-200%); }

    100% { transform: translateX(0); }
}




.investstep-video__img::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}

.investstep-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 85px;
    color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
    .investstep-video__play {
        font-size: 60px;
    }
}

.section-heading-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
}

@media screen and (max-width: 575px) {
    .section-heading-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 24px;
    }
}

.success-section {
    background-color: hsl(var(--section-bg));
    position: relative;
    z-index: 1;
}

.success-section__shape {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}

.folder-card {
    padding: 24px 16px;
    border-radius: 16px;
    border: 2px solid hsl(var(--white)/0.1);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media screen and (max-width: 1199px) {
    .folder-card {
        padding: 16px;
    }
}

@media screen and (max-width: 575px) {
    .folder-card {
        padding: 12px;
    }
}

.folder-card__title {
    flex: 1;
    margin: 0;

    .icon {
        height: 30px;
        width: 30px;
        margin-left: 10px;
        display: inline-grid;
        vertical-align: middle;
        border-radius: 50%;
        background-color: hsl(var(--section-bg));
        place-content: center;
        transform: rotate(-45deg);
        font-size: 16px;
        transition: all linear 0.3s;
        flex-shrink: 0;
    }
}

.folder-card__title a {
    padding: 12px 20px;
    background-color: hsl(var(--base-two) / .4);
    border-radius: 0 0 16px 16px;
    line-height: 1.5;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 18px;
}

@media (max-width: 1199px) {
    .folder-card__title a {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .folder-card__title a {
        font-size: 14px;
    }
}

.folder-card:hover {
    border-color: hsl(var(--base));
}

.folder-card:hover .folder-card__button {
    visibility: visible;
    opacity: 1;
}

.folder-card:hover .folder-card__title a {
    color: hsl(var(--base));
}

.folder-card:hover .folder-card__title .icon {
    transform: rotate(0deg);
}

.folder-card__button {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: hsl(var(--base)/0.9);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.folder-card__button .icon {
    font-size: 48px;
    color: hsl(var(--base-two));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}

@media screen and (max-width: 1199px) {
    .folder-card__button .icon {
        font-size: 44px;
    }
}

@media screen and (max-width: 767px) {
    .folder-card__button .icon {
        font-size: 42px;
    }
}

.folder-card__button .text {
    color: hsl(var(--base-two));
    text-align: center;
}

.folder-card__image {
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    -webkit-mask-image: url(../images/shape/folder-shape.png);
    -webkit-mask-position: right top;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    position: relative;
}

.investor-section {
    position: relative;
    z-index: 1;
}

.investor-card {
    height: 100%;
    padding: 24px 20px;
    background-color: hsl(var(--section-bg));
    border-radius: 12px;
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.investor-card__content {
    flex: 1;
}

.investor-item__number {
    width: 80px;
    height: 80px;
    background-color: hsl(var(--base));
    border-radius: 46% 54% 55% 45% / 35% 38% 62% 65%;
    display: grid;
    place-items: center;
    font-size: 24px;
    font-weight: 700;
    color: hsl(var(--base-two));
    flex-shrink: 0;
}

@media screen and (max-width: 1399px) {
    .investor-card__content {
        padding: 18px 16px;
    }
}

.investor-card__name {
    line-height: 1;
    margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
    .investor-card__name {
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .investor-card__name {
        font-size: 14px;
    }
}

.investor-card .title {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 10px;
}

.investor-card .amount {
    font-size: 20px;
    font-weight: 700;
    color: hsl(var(--base));
    line-height: 1;
    margin-bottom: 5px;
}

@media screen and (max-width: 1199px) {
    .investor-card .amount {
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .investor-card .amount {
        font-size: 14px;
    }
}

.investor-slider-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.investor-slider-arrow .slick-arrow {
    position: unset;
    -webkit-transform: unset;
    transform: unset;
    border-radius: 5px;
    background-color: hsl(var(--base));
    color: hsl(var(--base-two));
}





.blog-item {
    padding: 18px 16px;
    border-radius: 16px;
    border: 2px solid hsl(var(--white)/0.1);
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.blog-item:hover {
    border-color: hsl(var(--base));
}

.blog-item:hover .blog-item__title a {
    color: hsl(var(--base));
    text-decoration: underline;
}




@media screen and (max-width: 1399px) {
    .blog-item {
        padding: 16px 14px;
    }
}

.blog-item__img {
    position: relative;
}

.blog-item__wrapper {
    border-radius: inherit;
    overflow: hidden;
}

.blog-item__title {
    margin-bottom: 12px;
}


.blog-item__title {
    color: #001063 !important;
}


.blog-item__auth {
    color: #6c757d !important;
}

.blog-item__title a {
    max-width: 280px;
    width: 100%;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media screen and (max-width: 1399px) {
    .blog-item__title {
        margin-bottom: 12px;
    }
}

.blog-item__content {
    padding: 14px 16px;
    -webkit-mask-image: url(../images/shape/card-shape.png);
    -webkit-mask-position: left top;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    background-color: hsl(var(--section-bg));
    margin-top: -60px;
    background-color: #F8FAFC !important;
}



.blog-item-info__content .blog-item-info__name {
    color: #6B7280 !important;
}

.blog-item-info__content .blog-item-info__time {
    color: #00163c !important;
    
}


.product-card-auth__name {
    color: #94A3B8 !important; /* muted gray */
}



.blog-item-info__img i {
    font-size: 30px; /* change size here */
}

/* Default title color */
.blog-item__title a {
    color: #0A1F44 !important; /* dark blue */
    transition: 0.3s ease;
}

/* Hover = gold */
.blog-item__title a:hover {
    color: #C89B3C !important; /* gold */
}


@media screen and (max-width: 767px) {
    .blog-item__content {
        -webkit-mask-image: unset;
        margin-top: 0;
    }
}

.blog-item__auth {
    color: hsl(var(--base));
    font-size: 14px;
    font-weight: 600;
}

.blog-item-info {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
}

@media screen and (max-width: 1399px) {
    .blog-item-info {
        margin-bottom: 12px;
    }
}

.blog-item-info__img {
    width: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 1399px) {
    .blog-item-info__img {
        width: 25px;
    }
}

.blog-item-info__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.blog-item-info__name {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 1;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: hsl(var(--light));
}

@media screen and (max-width: 1399px) {
    .blog-item-info__name {
        max-width: 85px;
        font-size: 12px;
    }
}

.blog-item-info__time {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: hsl(var(--white));
}


/* ✅ Whole Blog Section White Background */
.blog {
    background-color: #FFF !important;
}


.blog .section-heading__title { 
    color: #001063 !important; 
}

.blog .section-heading__desc { 
    color: #00163c !important; 
}

@media screen and (max-width: 1399px) {
    .blog-item-info__time {
        font-size: 12px;
    }
}

.achievement-section {
    position: relative;
    z-index: 1;

    background: linear-gradient(
        180deg,
        #ffffff 0%,
        #f1f5f9 100%
    );
}

.achievement-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(234, 56, 250, 0.6);
    -webkit-filter: blur(150px);
    filter: blur(150px);
}

.achievement-item {
    padding: 80px 40px;
    border-radius: 153px;
    border: 0px solid hsl(var(--section-bg));
}




/* CARD */
.achievement-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 28px 20px;
    text-align: center;

    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    border: 1px solid #e6eaf0;

    transition: all 0.35s ease;
}

/* 🔥 FULL COLOR HOVER */
.achievement-item:hover {
    transform: translateY(-6px);

    /* 🔥 main effect */
    background: linear-gradient(135deg, #1e3a8a, #2563eb); /* deep corporate blue */

    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    border-color: transparent;
}



/* TITLE */
.achievement-item__title {
    color: #6B7280;
    transition: 0.3s;
}

/* COUNT */
.achievement-item__count {
    color: #0A1F44;
    transition: 0.3s;
}

/* ICON */
.achievement-item__icon {
    transition: 0.3s;
}

/* 🔥 ON HOVER → EVERYTHING WHITE */
.achievement-item:hover .achievement-item__title,
.achievement-item:hover .achievement-item__count,
.achievement-item:hover .achievement-item__icon {
    color: #ffffff;
}


/* ICON DEFAULT (ADD THIS) */
.achievement-item__icon {
    border: 2px solid #2c2c2c; /* dark circle */
    color: #C89B3C; /* gold icon */

    transition: all 0.3s ease;
}

/* 🔥 ICON HOVER FIX (ADD THIS) */
.achievement-item:hover .achievement-item__icon {
    border-color: #ffffff;  /* ✅ circle becomes white */
    color: #ffffff;         /* ✅ icon becomes white */
    transform: scale(1.08); /* optional smooth zoom */
}


/* FORCE ICON + ALL SVG PARTS TO WHITE */
.achievement-item:hover .achievement-item__icon,
.achievement-item:hover .achievement-item__icon * {
    color: #ffffff !important;
    fill: #ffffff !important;
    stroke: #ffffff !important;
}





/* hidden initially */
.achievement-item {
    opacity: 0;
    transform: translateY(40px);
}

/* when visible */
.achievement-item.animate {
    animation: fadeUp 0.8s ease forwards;
}

/* keyframe */
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.achievement-item {
    transition: all 0.3s ease;
}

.achievement-item:hover {
    transform: translateY(-8px);
}



.achievement-item__icon {
    transition: transform 0.3s ease;
}

.achievement-item:hover .achievement-item__icon {
    transform: scale(1.2) rotate(5deg);
}


.achievement-item__title {
    color: #001063; /* black */
}


@media screen and (max-width: 1399px) {
    .achievement-item {
        padding: 60px 32px;
        border-radius: 120px;
    }
}

@media screen and (max-width: 1199px) {
    .achievement-item {
        padding: 50px 24px;
        border-radius: 80px;
    }
}

@media screen and (max-width: 575px) {
    .achievement-item {
        padding: 40px 20px;
        border-radius: 60px;
    }
}

@media screen and (max-width: 424px) {
    .achievement-item {
        padding: 32px 20px;
        border-radius: 48px;
    }
}

.achievement-item__icon {
    height: 103px;
    width: 103px;
    border-radius: 103px;
    border: 3px solid hsl(var(--section-bg));
    display: grid;
    place-content: center;
    font-size: 46px;
    margin: 0 auto 16px;
    color: hsl(var(--base));
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1399px) {
    .achievement-item__icon {
        height: 80px;
        width: 80px;
        font-size: 32px;
    }
}

@media screen and (max-width: 575px) {
    .achievement-item__icon {
        height: 70px;
        width: 70px;
        font-size: 28px;
    }
}

.achievement-item__icon {
    position: relative;
    /* Ensure relative positioning for the pseudo-element */
    --rotation-angle: -45deg;
    /* Default rotation angle */
}

.achievement-item__icon::after {
    content: "";
    top: -3px;
    left: -3px;
    position: absolute;
    height: calc(100% + 6px);
    width: calc(100% + 6px);
    border-radius: 50%;
    border: 3px solid transparent;
    border-top: 3px solid hsl(var(--base));
    -webkit-transform: rotate(var(--rotation-angle));
    transform: rotate(var(--rotation-angle));
    z-index: -1;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.7s;
}

.achievement-item__title {
    text-align: center;
    margin-bottom: 0;
}

.achievement-item__count {
    margin-bottom: 0;
    text-align: center;

    font-size: 42px;          /* 🔥 bigger */
    font-weight: 700;
    letter-spacing: 1px;

    color: #C89B3C;           /* gold */
    text-shadow: 0 5px 15px rgba(0,0,0,0.08);

    transition: all 0.3s ease;
}

.achievement-item:hover .achievement-item__count {
    transform: scale(1.08);
    color: #b88a2f;
}

.achievement-item:hover .achievement-item__icon {
    transform: rotate(8deg) scale(1.1);
    transition: 0.4s;
}

/* ================================ Testimonails Section Css Start ============================= */
.testimonials {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #FFF, #FFF);
}

.testimonials .slick-next {
    right: -80px;
}

@media screen and (max-width: 1599px) {
    .testimonials .slick-next {
        right: -70px;
    }
}

@media screen and (max-width: 1499px) {
    .testimonials .slick-next {
        right: -20px;
    }
}

.testimonials .slick-prev {
    left: -80px;
}

@media screen and (max-width: 1599px) {
    .testimonials .slick-prev {
        left: -70px;
    }
}

@media screen and (max-width: 1499px) {
    .testimonials .slick-prev {
        left: -20px;
    }
}

.testimonial-item {
    background-color: hsl(var(--section-bg));
    padding: 30px 24px;
    border-radius: 30px;
    position: relative;
    height: 100%;
    overflow: hidden;
    background-color: #F8FAFC !important;
}

/* hidden initially */
.testimonial-item {
    opacity: 0;
    transform: translateY(40px);
}

/* when active */
.testimonial-item.animate {
    animation: testimonialFadeUp 0.8s ease forwards;
}

/* keyframe */
@keyframes testimonialFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.testimonial-item {
    transition: all 0.3s ease;
}

.testimonial-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}


.testimonial-item__icon {
    transition: transform 0.3s ease;
}

.testimonial-item:hover .testimonial-item__icon {
    transform: scale(1.2) rotate(5deg);
}


.testimonial-item__thumb img {
    transition: transform 0.3s ease;
}

.testimonial-item:hover .testimonial-item__thumb img {
    transform: scale(1.05);
}


.testimonial-slider {
    overflow: visible !important;
}

.testimonial-item {
    transform: scale(0.95); /* zoom out slightly */
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}

/* active (center) card */
.testimonial-item.slick-center {
    transform: scale(1); /* full size */
    z-index: 3;
}

/* hover effect */
.testimonial-item:hover {
    transform: scale(1.02);
}


.testimonials::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to bottom, transparent, #ffffff);
    z-index: 1;
}

.slick-prev i,
.slick-next i {
    color: #ffffff; /* icon color */
}


.slick-prev,
.slick-next {
    background: #00163c !important; /* dark blue */
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.slick-prev:hover,
.slick-next:hover {
    background: #C89B3C !important; /* gold */
}

.slick-prev:hover i,
.slick-next:hover i {
    color: #ffffff !important;
}



@media screen and (max-width: 1399px) {
    .testimonial-item {
        padding: 32px 24px;
        border-radius: 24px;
    }
}

@media screen and (max-width: 767px) {
    .testimonial-item {
        padding: 24px 16px;
        border-radius: 16px;
    }
}

.testimonial-item__icon {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 48px;
    height: 150px;
    width: 180px;
    text-align: right;
    padding-right: 24px;
    padding-top: 20px;
    -webkit-mask-image: url(../images/shape/feedback.png);
    -webkit-mask-position: left center;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    background-color: hsl(var(--base));
}

@media screen and (max-width: 1399px) {
    .testimonial-item__icon {
        font-size: 42px;
        height: 110px;
        width: 150px;
        text-align: right;
        padding-right: 20px;
        padding-top: 16px;
    }
}

@media screen and (max-width: 991px) {
    .testimonial-item__icon {
        font-size: 32px;
        height: 90px;
        width: 130px;
        text-align: right;
        padding-right: 20px;
        padding-top: 16px;
    }
}

@media screen and (max-width: 767px) {
    .testimonial-item__icon {
        font-size: 24px;
        height: 54px;
        width: 90px;
        text-align: right;
        padding-right: 12px;
        padding-top: 10px;
    }
}

.testimonial-item__icon i::before {
    color: hsl(var(--section-bg));
}

.testimonial-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 22px;
    padding-bottom: 20px;
    position: relative;
}

@media screen and (max-width: 1399px) {
    .testimonial-item__info {
        gap: 12px;
    }
}

@media screen and (max-width: 991px) {
    .testimonial-item__info {
        margin-bottom: 14px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .testimonial-item__info {
        margin-bottom: 12px;
        padding-bottom: 16px;
    }
}

.testimonial-item__info::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2px;
    background-color: hsl(var(--base));
}

.testimonial-item__thumb {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.testimonial-item__thumb img {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 1399px) {
    .testimonial-item__thumb img {
        height: 50px;
        width: 50px;
    }
}

@media screen and (max-width: 767px) {
    .testimonial-item__thumb img {
        height: 40px;
        width: 40px;
    }
}

.testimonial-item__name {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: hsl(var(--base));
    margin-bottom: 6px;
}

@media screen and (max-width: 1399px) {
    .testimonial-item__name {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .testimonial-item__name {
        font-size: 14px;
    }
}

.testimonial-item__details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.testimonial-item__desc {
    font-size: 18px;
}


.testimonial-item__desc {
    color: #00163c; /* muted gray */
}


.testimonial-item__icon i::before {
    color: #ffffff !important;
}

@media screen and (max-width: 1399px) {
    .testimonial-item__desc {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .testimonial-item__desc {
        font-size: 14px;
    }
}

.testimonial-item .rating-list__item {
    font-size: 16px;
    color: #F2B109;
    padding: 0 3px;
}

@media screen and (max-width: 1399px) {
    .testimonial-item .rating-list__item {
        font-size: 14px;
        padding: 0 2px;
    }
}

@media screen and (max-width: 767px) {
    .testimonial-item .rating-list__item {
        font-size: 12px;
    }
}

.testimonial-item .rating-list__item.unselected {
    color: hsl(var(--body-color));
}


.testimonials .section-heading__title {
    color: #001063 !important;
}

.testimonials .section-heading__desc {
    color: #00163c !important;
}

.custom-title {
    color: #00163c !important;
}




@media (max-width: 768px) {

    /* TESTIMONIALS */
    .testimonials .section-heading {
        margin-bottom: 60px;
    }

}




/* ================================ Testimonails Section Css End ============================= */
.cleint-section-wrapper {
    background-color: hsl(var(--section-bg));
    border-radius: 8px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}



.cleint-section-wrapper {
    background: linear-gradient(130deg, #0A1F44, #0831d4);
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 22, 60, 0.25);
    overflow: hidden;
}

.cleint-section {
    background-color: #f1f5f9 !important;
}


.projects-section.section-bg-light {
    background: linear-gradient(
        180deg,
        #ffffff 0%,
        #f1f5f9 100%
    ) !important;
}


.cleint-item {
    height: 112px;
    width: 16.6666666667%;
    padding: 32px;
    border: 1px solid hsl(var(--white)/0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -1px;
    margin-left: -1px;
}



.cleint-item {
    opacity: 0;
    transform: translateY(30px);
}

/* when visible */
.cleint-item.animate {
    animation: clientFadeUp 0.6s ease forwards;
}

/* keyframe */
@keyframes clientFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.cleint-item {
    transition: all 0.3s ease;
}

.cleint-item:hover {
    transform: translateY(-5px);
}


.cleint-item__logo img {
    opacity: 0.6;
    transition: all 0.3s ease;
}

.cleint-item:hover img {
    opacity: 1;
    transform: scale(1.1);
}



@media screen and (max-width: 1199px) {
    .cleint-item {
        padding: 24px;
        height: 100px;
    }
}

@media screen and (max-width: 991px) {
    .cleint-item {
        padding: 16px;
        height: 90px;
    }
}

.cleint-item:first-child,
.cleint-item:nth-child(7) {
    border-left: 0;
    margin-left: 0;
}

.cleint-item:nth-child(6),
.cleint-item:last-child {
    border-right: 0;
}

@media screen and (max-width: 767px) {
    .cleint-item {
        width: 25%;
        height: 80px;
    }

    .cleint-item:first-child,
    .cleint-item:nth-child(5),
    .cleint-item:nth-child(9) {
        border-left: 0;
        margin-left: 0;
    }

    .cleint-item:nth-child(4),
    .cleint-item:nth-child(8),
    .cleint-item:last-child {
        border-right: 0;
    }

    .cleint-item:nth-child(7) {
        border-left: 1px solid hsl(var(--white)/0.05);
    }

    .cleint-item:nth-child(6) {
        border-right: 1px solid hsl(var(--white)/0.05);
    }
}

@media screen and (max-width: 424px) {
    .cleint-item {
        height: 60px;
        width: 33.3333333333%;
    }

    .cleint-item:nth-child(5),
    .cleint-item:nth-child(9) {
        border-left: 1px solid hsl(var(--white)/0.05);
    }

    .cleint-item:nth-child(4),
    .cleint-item:nth-child(8) {
        border-right: 1px solid hsl(var(--white)/0.05);
    }

    .cleint-item:first-child,
    .cleint-item:nth-child(4),
    .cleint-item:nth-child(7),
    .cleint-item:nth-child(10) {
        border-left: 0;
        margin-left: 0;
    }

    .cleint-item:nth-child(3),
    .cleint-item:nth-child(6),
    .cleint-item:nth-child(9),
    .cleint-item:last-child {
        border-right: 0;
    }
}

.cleint-item__logo img {
    max-height: 80px;
}

@media screen and (max-width: 1199px) {
    .cleint-item__logo img {
        max-height: 50px;
    }
}

.faq--accordion .accordion-item {
    border: 0;
    border-bottom: 1px dashed hsl(var(--white)/0.2);
    background-color: transparent !important;
    padding-bottom: 24px;
}

@media screen and (max-width: 991px) {
    .faq--accordion .accordion-item {
        padding-bottom: 16px;
    }
}

.faq--accordion .accordion-item:not(:last-child) {
    margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
    .faq--accordion .accordion-item:not(:last-child) {
        margin-bottom: 16px;
    }
}

.faq--accordion .accordion-button {
    background-color: transparent;
    font-weight: 600;
    padding: 0;
    font-size: 20px;
    border-bottom: 0;
    border-radius: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    color: hsl(var(--white));
}

@media screen and (max-width: 575px) {
    .faq--accordion .accordion-button {
        font-size: 14px;
    }
}

.faq--accordion .accordion-button::after {
    background-image: none;
}

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

.faq--accordion .accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: hsl(var(--base));
}

.faq--accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    color: hsl(var(--white));
}

.faq--accordion .accordion-button[aria-expanded=true]::after,
.faq--accordion .accordion-button[aria-expanded=false]::after {
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f067";
    display: inline-block;
    position: absolute;
    right: 0px;
    height: unset;
    color: hsl(var(--base));
    font-size: 24px;
}

.faq--accordion .accordion-button[aria-expanded=false]::after {
    content: "\f068";
    color: hsl(var(--text-color));
}

.faq--accordion .accordion-body {
    padding: 0;
    padding-top: 24px;
    color: hsl(var(--body-color));
    line-height: 1.7;
}

@media screen and (max-width: 575px) {
    .faq--accordion .accordion-body {
        font-size: 14px;
        padding-top: 16px;
    }
}

.faq {
    position: relative;
}


.faq {
    background: linear-gradient(
        180deg,
        #ffffff 0%,
        #f1f5f9 100%
    );
    position: relative;
}


section.faq .section-heading.style-left .section-heading__title {
    color: #001063 !important;
}

section.faq .section-heading.style-left .section-heading__desc {
    color: #00163c !important;
}


/* QUESTION */
.faq .accordion-button {
    color: #0A1F44 !important;   /* dark navy */
    background: transparent !important; /* 🔥 transparent */
}

/* ACTIVE */
.faq .accordion-button:not(.collapsed) {
    color: #0A1F44 !important;
    background: #f8fafc !important;
}

/* HOVER */
.faq .accordion-button:hover {
    color: #C89B3C !important; /* gold */
}

/* ANSWER */
.faq .accordion-body {
    color: #475569 !important; /* muted dark */
}

.section-heading__name {
    color: #0A1F44 !important; /* 🔥 text color */
}

.section-heading__name .icon {
    color: #C89B3C !important; /* 🔥 icon gold */
}

.faq-circle {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: hsl(var(--base));
    position: absolute;
    right: 40px;
    top: 60px;
    display: grid;
    place-content: center;
    overflow: hidden;
}

@media screen and (max-width: 1499px) {
    .faq-circle {
        height: 150px;
        width: 150px;
        top: 0;
        right: 15px;
    }
}

@media screen and (max-width: 1199px) {
    .faq-circle {
        display: none;
    }
}

.faq-circle__icon {
    width: 110px;
    height: 110px;
    border: 3px solid hsl(var(--white)/0.5);
    display: grid;
    place-content: center;
    border-radius: inherit;
    font-size: 60px;
    color: hsl(var(--base-two));
}

@media screen and (max-width: 1499px) {
    .faq-circle__icon {
        width: 90px;
        height: 90px;
        font-size: 42px;
    }
}

.faq-circle__text {
    position: absolute;
    height: calc(100% - 16px);
    width: calc(100% - 16px);
    top: 8px;
    left: 8px;
    -webkit-animation: texteffect 16s linear infinite;
    animation: texteffect 16s linear infinite;
}

.faq-circle__innertext {
    position: absolute;
    left: 50%;
    -webkit-transform-origin: 0px 82px;
    transform-origin: 0px 82px;
    text-transform: uppercase;
    color: hsl(var(--base-two));
    font-weight: 700;
    font-size: 16px;
    font-family: var(--body-font);
}

@media screen and (max-width: 1499px) {
    .faq-circle__innertext {
        font-size: 13px;
        -webkit-transform-origin: 0px 67px;
        transform-origin: 0px 67px;
    }
}

@-webkit-keyframes texteffect {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes texteffect {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.blog-item.style-two {
    padding: 0;
    border: 0;
    position: relative;
}

.blog-item.style-two .blog-item__content {
    -webkit-mask-image: url(../images/shape/blog-lg-shape.png);
    margin-top: -84px;
    width: 100%;
    padding-block: 32px;
    
}

@media screen and (max-width: 1199px) {
    .blog-item.style-two .blog-item__content {
        margin-top: -75px;
    }
}

@media screen and (max-width: 575px) {
    .blog-item.style-two .blog-item__content {
        -webkit-mask-image: unset;
        margin-top: 0;
        position: relative;
    }
}

.blog-item.style-two .blog-item__title {
    max-width: 580px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.blog-item.style-two .blog-item-info {
    margin-bottom: 30px;
}

.blog-content {
    margin-top: 32px;
}

@media screen and (max-width: 767px) {
    .blog-content {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 575px) {
    .blog-content {
        margin-bottom: 16px;
    }
}

.blog-content__text {
    margin-bottom: 16px;
}

@media screen and (max-width: 575px) {
    .blog-content__text {
        margin-bottom: 12px;
    }
}

.blog-content__heading {
    margin-bottom: 16px;
    color: hsl(var(--base));
}

@media screen and (max-width: 575px) {
    .blog-content__heading {
        margin-bottom: 12px;
    }
}

.blog-details-thumb {
    border-radius: 16px;
    overflow: hidden;
}

.blog-content-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.blog-content-list__item:not(:last-child) {
    margin-bottom: 12px;
}

.blog-content-list__item .icon {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: hsl(var(--base));
}

.blog-content-list__item .text {
    font-size: 18px;
    font-weight: 500;
}

/* =========================================== Account Css Start =========================*/
.account-section {
    position: relative;
    z-index: 1;
}

.account-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    z-index: -1;
    background-repeat: no-repeat;
}

.account-form {
    padding: 50px 24px;
    border-radius: 25px;
    border: 3px solid hsl(var(--white)/0.2);
    background: linear-gradient(162deg, hsl(var(--section-bg)/0.7) -5.67%, hsl(var(--base-two)/0.7) 57.81%);
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
}

.account-form {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
}



.account-form {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}


.account-form .form--control {
    background: #f5f7fa;
    border: 1px solid #e2e6eb;
    color: #00163c;
}

.password-show-hide {
    color: #00163c;
}


.form--label {
    color: #2c2c2c; /* dark but soft */
}

.form-label {
    color: #2c2c2c;
}


.account-form p {
    color: #444; /* muted dark */
}


label[for="password"] {
  color: #444 !important; /* dark text */
}


@media screen and (max-width: 575px) {
    .account-form {
        padding: 32px 16px;
    }
}

.account-form__logo {
    max-width: 170px;
    width: 100%;
    margin: 0 auto 32px;
    display: block;
}

@media screen and (max-width: 575px) {
    .account-form__logo {
        margin-bottom: 24px;
    }
}

.social-auth {
    margin-bottom: 32px;
}

@media screen and (max-width: 575px) {
    .social-auth {
        margin-bottom: 24px;
    }
}

.social-auth__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}

@media screen and (max-width: 575px) {
    .social-auth__list {
        gap: 12px;
    }
}

.social-auth__link {
    height: 46px;
    width: 46px;
    display: grid;
    place-content: center;
    border: 1px solid hsl(var(--white)/0.3);
    border-radius: 50%;
}

@media screen and (max-width: 767px) {
    .social-auth__link {
        height: 40px;
        width: 40px;
    }
}

.social-auth__link img {
    width: 20px;
}

@media screen and (max-width: 767px) {
    .social-auth__link img {
        width: 18px;
    }
}

.auth-divide {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.auth-divide::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    border-bottom: 1px dashed hsl(var(--white)/0.2);
    z-index: -1;
}

.auth-divide__text {
    padding-inline: 5px;
    background-color: #0b193c;
    color: hsl(var(--white));
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}


/* ============================================ Account Css End ====================================*/
.details-tab {
    padding-inline: 24px;
}

@media screen and (max-width: 1199px) {
    .details-tab {
        padding: 16px;
    }
}

@media screen and (max-width: 575px) {
    .details-tab {
        padding: 16px 0;
    }
}

.details-heading {
    position: relative;
}

.details-heading {
    position: relative;
    /* Position relative for the pseudo-element positioning */
    display: inline-block;
    /* Ensures the underline fits the content width */
    margin-bottom: 10px;
    /* Adjust spacing below the heading as needed */
}

.details-heading::after {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 67px;
    height: 3px;
    background-color: hsl(var(--base));
    border-radius: 2px;
}

.details-content:not(:last-child) {
    margin-bottom: 24px;
}

.details-content__title {
    margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
    .details-content__text {
        font-size: 14px;
    }
}

.achievement-item.style-two {
    padding: 40px 20px;
    height: 100%;
}

.achievement-item.style-two .achievement-item__icon {
    height: 90px;
    width: 90px;
    font-size: 36px;
}

.achievement-item.style-two .achievement-item__title {
    font-size: 16px;
}

.achievement-item.style-two .achievement-item__count {
    font-size: 26px;
}

.invest-details-video {
    position: relative;
    margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
    .invest-details-video {
        margin-bottom: 24px;
    }
}

.invest-details-video__img {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.invest-details-video__img::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: hsl(var(--black)/0.3);
    left: 0;
    top: 0;
}

.invest-details-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.invest-details-video .video-preview__icon {
    font-size: 76px;
    color: hsl(var(--white));
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

@media screen and (max-width: 991px) {
    .invest-details-video .video-preview__icon {
        font-size: 50px;
    }
}

.invest-details-video .video-preview__icon:hover {
    color: hsl(var(--base));
}

.details-about-info__title {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .details-about-info__title {
        font-size: 14px;
    }
}

.details-about-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.details-about-info__item:not(:last-child) {
    margin-bottom: 16px;
}

.details-about-info__icon {
    font-size: 12px;
    color: hsl(var(--base));
}

@media screen and (max-width: 575px) {
    .details-about-info__text {
        font-size: 14px;
    }
}

.invest-status-card {
    padding: 24px 32px;
    background-color: hsl(var(--section-bg));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

@media screen and (max-width: 1199px) {
    .invest-status-card {
        padding: 16px;
    }
}

.invest-status-card__title {
    margin-bottom: 6px;
}

@media screen and (max-width: 575px) {
    .invest-status-card__text {
        font-size: 14px;
    }
}

.invest-status-card__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.invest-status-card__progress {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.invest_progress {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: relative;
    display: grid;
    place-content: center;
    z-index: 1;
    background: conic-gradient(hsl(var(--base)) 86%, white 14%);
}

@media screen and (max-width: 1199px) {
    .invest_progress {
        height: 80px;
        width: 80px;
    }
}

.invest_progress.two {
    background: conic-gradient(hsl(var(--base)) 44%, white 46%);
}

.invest_progress::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    background: hsl(var(--section-bg));
    border-radius: 50%;
    z-index: -1;
}

.invest_progress__value {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: hsl(var(--base));
}

@media screen and (max-width: 1199px) {
    .invest_progress__value {
        font-size: 16px;
    }
}

.success-project-card__thumb {
    border-radius: 16px;
    overflow: hidden;
    -webkit-mask-image: url(../images/shape/folder-shape-lg.png);
    -webkit-mask-position: right top;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    position: relative;
    margin-bottom: 32px;
    height: 500px;
}

@media screen and (max-width: 1199px) {
    .success-project-card__thumb {
        height: 350px;
    }
}

@media screen and (max-width: 767px) {
    .success-project-card__thumb {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 575px) {
    .success-project-card__thumb {
        margin-bottom: 16px;
        height: 300px;
    }
}

.success-project-card__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .success-project-card__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.success-project-card__left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.success-project-card-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 767px) {
    .success-project-card-info {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        border-top: 1px solid hsl(var(--white)/0.2);
        padding-top: 20px;
    }
}

.success-project-card-info__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.success-project-card-info__title {
    margin-bottom: 6px;
}

.success-project-card-info__text {
    max-width: 205px;
    width: 100%;
}

@media screen and (max-width: 575px) {
    .success-project-card-info__text {
        font-size: 14px;
    }
}

.success-project-card-info__progress {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.success-project-card-info__progress .invest_progress::before {
    background-color: hsl(var(--base-two));
}

.contact-info-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 24px;
    border-radius: 6px;
    overflow: hidden;
    -webkit-mask-image: url(../images/shape/card-shape.png);
    -webkit-mask-position: right center;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    background-color: hsl(var(--section-bg));
    height: 100%;
    background-color: #F8FAFC !important;
}


.contact-info-card__title {
    color: #0A1F44; /* dark blue */
    font-weight: 600;
}


.contact-info-card .contact-info-card__link {
    color: #4A5568 !important;
    transition: 0.3s ease;
}

/* Override existing hover */
.contact-info-card .contact-info-card__link:hover {
    color: #C89B3C !important; /* gold */
}


.contact-info-card__icon i,
.contact-info-card__icon i::before {
    color: #ffffff !important;
}



.form--control {
    background-color: #F1F5F9 !important; /* slightly darker */
    color: #0A1F44 !important;
    border: 1px solid #E5E7EB;
}


.btn--base {
    color: #ffffff !important;
}

.btn--base i {
    color: #ffffff !important;
}


@media screen and (max-width: 991px) {
    .contact-info-card {
        gap: 16px;
    }
}

.contact-info-card__icon {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 36px;
    color: hsl(var(--base-two));
    padding: 0 32px 20px 24px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1399px) {
    .contact-info-card__icon {
        padding: 0 26px 16px 22px;
    }
}

@media screen and (max-width: 991px) {
    .contact-info-card__icon {
        padding: 0 20px 16px 20px;
    }
}

@media screen and (max-width: 424px) {
    .contact-info-card__icon {
        font-size: 24px;
        padding: 0 20px 16px 14px;
    }
}

.contact-info-card__icon::after,
.contact-info-card__icon::before {
    content: "";
    position: absolute;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    top: 0;
    width: 100%;
    height: 100%;
}

.contact-info-card__icon::after {
    left: 0;
    -webkit-mask-image: url(../images/shape/up.png);
    background-color: hsl(var(--base));
    z-index: -1;
}

.contact-info-card__icon::before {
    -webkit-mask-image: url(../images/shape/down.png);
    z-index: -2;
    background: hsl(var(--base-d-100));
    left: 4px;
}

.contact-info-card__content {
    padding-block: 19px;
    padding-right: 32px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (max-width: 1399px) {
    .contact-info-card__content {
        padding-block: 17px;
        padding-right: 16px;
    }
}

@media screen and (max-width: 991px) {
    .contact-info-card__content {
        padding-block: 12px;
        padding-right: 12px;
    }
}

@media screen and (max-width: 424px) {
    .contact-info-card__content {
        padding-block: 9px;
        padding-right: 10px;
    }
}

.contact-info-card__title {
    margin-bottom: 6px;
}

@media screen and (max-width: 424px) {
    .contact-info-card__title {
        font-size: 15px;
        margin-bottom: 4px;
    }
}

.contact-info-card__link {
    color: hsl(var(--body-color));
    line-height: 1.6;
    display: block;
}

@media screen and (max-width: 1399px) {
    .contact-info-card__link {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .contact-info-card__link {
        max-width: 300px;
        width: 100%;
    }
}

@media screen and (max-width: 424px) {
    .contact-info-card__link {
        font-size: 13px;
        line-height: 1.4;
    }
}

.contact-map {
    height: 100%;
}

.contact-map iframe {
    height: 100%;
    width: 100%;
    border-radius: 8px;
}

@media screen and (max-width: 991px) {
    .contact-map iframe {
        height: 350px;
    }
}

.contact-form textarea.form--control {
    height: 190px;
}


.contact-form .form--control {
    background: #ffffff;
    color: #0A1F44; /* strong readable */
    border: 1px solid #e5e5e5;
}


.contact-form .form--control::placeholder {
    color: #9ca3af; /* medium gray */
}


.contact-form .form--control:focus {
    border-color: #C89B3C;
    box-shadow: 0 0 0 2px rgba(200,155,60,0.15);
    color: #0A1F44;
    background: #fff;
}


@media screen and (max-width: 991px) {
    .contact-form textarea.form--control {
        height: 150px;
    }
}

@media screen and (max-width: 767px) {
    .contact-form textarea.form--control {
        height: 120px;
    }
}

.post__share {
    margin-top: 24px;
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px;
    border-radius: 6px;
    background-color: hsl(var(--section-bg));
    
}

.post__share li {
    padding: 5px;
    display: inline-block;
}

.post__share li a {
    text-decoration: none;
    display: block;
    border-radius: 4px;
}



.post__share li a i {
    display: block;
    text-align: center;
    font-size: 30px;
}

.post__share li a i.lab.la-facebook-f {
    color: #0866ff;
}

.post__share li a i.fa-brands.fa-x-twitter {
    color: #fff;
    font-size: 24px !important;
}

.post__share li a i.lab.la-linkedin-in {
    color: #0077b5;
}

.post__share li a i.lab.la-reddit {
    color: #ff4500;
}

.post__share li a i.fab.fa-pinterest {
    color: #bd081c;
}

.post__share li a i.fab.fa-whatsapp {
    color: #25d366;
}

.post__share li a i.fab.fa-telegram {
    color: #0088cc;
}

@media only screen and (max-width: 991px) {
    .post__share {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .post__share {
        gap: 8px;
    }

    .post__share li a i {
        line-height: 30px;
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 480px) {
    .post__share {
        gap: 3px;
    }

    .post__share li a i {
        line-height: 22px;
        width: 23px;
        height: 22px;
    }
}




/* Start-dp-style */
/* General dropdown menu styling */
.dropdown-menu.header-dropdown {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}

/* List item styling */
.dropdown-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Link styling */
.dropdown-menu__link {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s ease;
}

/* Link hover effect */
.dropdown-menu__link:hover {
    background-color: #f0f0f0;
    color: #000;
}

/* Icon styling */
.dropdown__icon {
    margin-right: 10px;
    font-size: 18px;
    color: #007bff;
}

/* Icon hover effect */
.dropdown-menu__link:hover .dropdown__icon {
    color: #0056b3;
}

/* end-dp-style */


.custom-radius div {
    border-radius: 5px;
}


/* Start referral */
.referral-ul li {
    padding-left: 1em;
    border: 1px dotted #fff;
    border-width: 0 0 1px 1px;
}

.referral-ul li.container {
    border-bottom: 0px;
    width: 100%;
}

.referral-ul li.empty {
    font-style: italic;
    color: silver;
    border-color: silver;
}

.referral-ul li p {
    margin: 0;
    /*background: #121622;*/
    position: relative;
    top: 0.5em;
    padding-bottom: 3px;
}

.referral-ul li ul {
    border-top: 1px dotted #ffffff;
    margin-left: -1em;
    padding-left: 2em;
}

.referral-ul ul li:last-child ul {
    border-left: 1px dotted #fff;
    margin-left: -17px;
}

/* End referral */


label.required:after {
    content: '*';
    color: #DC3545 !important;
    margin-left: 2px;
}



.table--acordion .left .icon-success {
    background-color: #28c87026;
    color: #28c870;
}

.table--acordion .left .icon-warning {
    background-color: #ff9e4226;
    color: #ff9e42;
}

.table--acordion .left .icon-danger {
    background-color: #ea535326;
    color: #ea5353;
}

.table--acordion .left .icon-dark {
    background-color: #081f3026;
    color: #081f30;
}


.tr-icon.icon-success {
    transform: rotate(45deg);
}

.tr-icon.icon-danger {
    transform: rotate(-45deg);
}

.account-heading {
    font-size: 30px;
    color: hsl(var(--base));
    margin-bottom: 16px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.custom--card .form--control {
    background-color: hsl(var(--white) / .1);
    border: 1px solid hsl(var(--white) / .2);
}

.custom--card .form--control:focus {
    border-color: hsl(var(--base));
}

/* newsletter css */

.newsletter__wrapper {
    padding: 90px 40px 90px 120px;
    background-color: hsl(var(--section-bg));
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    gap: 24px;
}


.newsletter {
    background: linear-gradient(
        180deg,
        #ffffff 0%,
        #f1f5f9 100%
    ) !important;
    position: relative;
}

@media screen and (max-width: 1399px) {
    .newsletter__wrapper {
        padding: 70px 20px 70px 90px;
    }
}

@media screen and (max-width: 1199px) {
    .newsletter__wrapper {
        padding: 70px 20px 70px 90px;
    }
}

@media screen and (max-width: 991px) {
    .newsletter__wrapper {
        padding: 60px 70px;
    }
}

@media screen and (max-width: 575px) {
    .newsletter__wrapper {
        padding: 40px 50px;
    }
}

@media screen and (max-width: 424px) {
    .newsletter__wrapper {
        padding: 30px;
    }
}

@media screen and (max-width: 374px) {
    .newsletter__wrapper {
        padding: 20px;
    }
}

.newsletter__wrapper::after {
    content: "";
    width: 816px;
    height: 816px;
    flex-shrink: 0;
    position: absolute;
    top: -25px;
    right: -255px;
    background-color: hsl(var(--base-d-100));
    z-index: -1;
    border-radius: 50%;
}

@media screen and (max-width: 1199px) {
    .newsletter__wrapper::after {
        top: -70px;
        right: -330px;
    }
}

@media screen and (max-width: 991px) {
    .newsletter__wrapper::after {
        top: -20%;
        right: -70%;
        background-color: #3c3e5c;
    }
}

@media screen and (max-width: 767px) {
    .newsletter__wrapper::after {
        top: -45%;
        right: -110%;
    }
}

@media screen and (max-width: 575px) {
    .newsletter__wrapper::after {
        top: -65%;
        right: -110%;
    }
}

@media screen and (max-width: 575px) {
    .newsletter__wrapper::after {
        display: none;
    }
}

.newsletter__wrapper::before {
    content: "";
    width: 528px;
    height: 528px;
    flex-shrink: 0;
    position: absolute;
    top: -315px;
    right: 15px;
    background-color: hsl(var(--base-d-300));
    z-index: -1;
    border-radius: 50%;
}

@media screen and (max-width: 1199px) {
    .newsletter__wrapper::before {
        top: -325px;
        right: 5px;
    }
}

@media screen and (max-width: 991px) {
    .newsletter__wrapper::before {
        top: -95%;
        right: -30%;
        background-color: hsl(var(--white) / .05);
    }
}

@media screen and (max-width: 767px) {
    .newsletter__wrapper::before {
        top: -130%;
        right: -45%;
    }
}

@media screen and (max-width: 575px) {
    .newsletter__wrapper::before {
        display: none;
    }
}

.newsletter .newsletter-content {
    width: 380px;
}

.newsletter .newsletter-content .section-heading {
    margin-bottom: 0px;
}

@media screen and (max-width: 1199px) {
    .newsletter .newsletter-content {
        width: 350px;
    }
}

@media screen and (max-width: 991px) {
    .newsletter .newsletter-content {
        width: 100%;
        display: none;
    }
}

.newsletter .newsletter-content .section-heading__title {
    font-weight: 700;
    color: hsl(var(--base-two));
}

.newsletter .newsletter-content .section-heading__desc {
    color: hsl(var(--base-two) / .8);
    font-size: 16px;
    font-weight: 500;
}

.newsletter-form {
    flex: 1;
}

.newsletter-form__title {
    margin: 16px 0px 24px;
    font-weight: 500;
}


.newsletter-form__group {
    max-width: 438px;
}

.newsletter-form__group .btn--base {
    padding: 12px 16px;
}

.newsletter-form__group .btn--base i {
    transform: scale(1.2);
    font-size: 20px;
}

.newsletter-form__group .btn--base:hover {
    background-color: hsl(var(--base-d-100)) !important;
    border-color: hsl(var(--base-d-100)) !important;
    color: hsl(var(--white)) !important;
}

@media screen and (max-width: 1199px) {
    .newsletter-form__group {
        max-width: 330px;
    }
}

@media screen and (max-width: 991px) {
    .newsletter-form__group {
        max-width: 100%;
    }
}


.newsletter-form__group .form--control {
    font-size: 16px;
    border: 1px solid #e5e5e5;
    color: #0A1F44; /* dark text */
    background-color: #ffffff; /* white bg */
    margin-left: 0px !important;
}

.newsletter-form__group .form--control:focus {
    box-shadow: none;
}

.newsletter-form__group .form--control::placeholder {
    color: #999;
}



.forgot-pass {
    color: hsl(var(--white)) !important;
    font-size: 14px;
}



.forgot-pass {
    color: #475569 !important;   /* 🔥 muted dark (slate) */
    font-weight: 500;
    transition: all 0.25s ease;
}

.forgot-pass:hover {
    color: #C89B3C !important;   /* gold hover */
}

.custom--modal .list-group-item,
.custom--card .list-group-item {
    color: #fff !important;
    text-decoration: none;
    background-color: #2c2e4e !important;
    border-bottom: 1px solid hsl(var(--white)/0.1) !important;
}

.custom--card .list-group-item:last-child {
    border-bottom: none !important;
}

/* Start nav-bar-dropdown */
.navbar .dropdown-item {
    background-color: #000229;
    color: hsl(var(--white)) !important;
}

.navbar .dropdown-menu {
    background: #000229;
    padding: 7px 0 !important;
    border-radius: 8px;
    border: 1px solid hsl(var(--white) / .1);
}

.navbar .dropdown-item:hover {
    background-color: #2c2f4f;
    color: hsl(var(--white)) !important;
}

/* End nav-bar-dropdown */

.form--check .form-check-input {
    border: 1px solid hsl(var(--white)/0.5) !important;
    border-radius: 4px;

}

hr {
    opacity: 1;
    color: #424360;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    background-color: transparent !important;
    color: #fff !important;
    border-color: #5b5d7b !important;
}

/* support ticket  */
.card-header-bg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.ticket-close-btn {
    height: 32px;
    width: 32px;
    background-color: hsl(var(--danger));
    font-size: 20px;
    border-radius: 4px;
    color: hsl(var(--white));
    flex-shrink: 0;
}

.support-ticket {
    padding: 16px 24px;
    background-color: hsl(var(--base) / 0.1);
    border-radius: 6px;
    border: 1px solid hsl(var(--base) / 0.2);
    margin-top: 24px;
}

.support-ticket-date {
    font-size: 12px !important;
    font-weight: 500;
    color: #ffff;
    border-left: 1px solid hsl(var(--base));
    padding-left: 6px;
    padding-right: 6px;
    line-height: 1.7;
    background-color: hsl(var(--base) / 0.1);
    display: inline-block;
}

.support-ticket-name {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
}

.reply.support-ticket {
    background-color: transparent;
    border: 1px solid hsl(var(--info) / 0.2);
}

.support-ticket-message {
    font-size: 14px;
}

.ticket-attachments.form--control[type=file] {
    line-height: 45px;
    height: 45px;
}

.support-ticket.admin-message {
    border: 1px solid hsl(var(--warning) / .5);
    background-color: hsl(var(--warning) / .15);
}

.support-ticket.admin-message .support-ticket-date {
    border-left: 1px solid hsl(41.92deg 41.71% 34.31%);
}

.ticket-close-btn {
    height: 40px;
    /* Slightly larger size */
    width: 40px;
    /* Slightly larger size */
    background-color: hsl(var(--danger));
    font-size: 16px;
    border-radius: 8px;
    /* More rounded corners */
    color: hsl(var(--white));
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
}

.ticket-close-btn:hover {
    background-color: hsl(var(--danger) / 0.9);
}

/* Initially hide the light logo */
.logo-light {
    display: none;
}

/* Display the light logo when the header has the fixed-header class */
.header.fixed-header .logo-light {
    display: block;
}

/* Optionally, you may want to hide the light logo when the header is fixed */
.header.fixed-header .logo-dark {
    display: none;
}

/* DEFAULT HEADER (top of page) */
.header {
    background: transparent !important;  
    box-shadow: none;
    padding: 14px 0 !important;
    transition: all 0.3s ease;
}


.header.fixed-header {
    background: #ffffff !important; 
    backdrop-filter: none;          
    -webkit-backdrop-filter: none;

    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    padding: 16px 0;
    transition: all 0.3s ease;
}



.header .nav-link {
    color: #ffffff !important; /* default on hero */
}

/* when scrolled */
.header.fixed-header .nav-link {
    color: #0A1F44 !important; /* dark text */
}

/* hover stays gold */
.header .nav-link:hover {
    color: #C89B3C !important;
}



/* =========================
   DEFAULT HEADER (TOP)
========================= */
.header .nav-menu li a,
.header .header-right * {
    color: #ffffff !important;
}

/* Hover = gold */
.header .nav-menu li a:hover {
    color: #C89B3C !important;
}


/* =========================
   SCROLLED HEADER
========================= */
.header.fixed-header .nav-menu li a,
.header.fixed-header .header-right * {
    color: #0A1F44 !important; /* dark blue */
}

/* Hover still gold */
.header.fixed-header .nav-menu li a:hover {
    color: #C89B3C !important;
}


/* =========================
   TOP (transparent)
========================= */
.header .navbar-nav .nav-link {
    color: #ffffff !important;
}

/* =========================
   SCROLL (white bg)
========================= */
.header.fixed-header .navbar-nav .nav-link {
    color: #0A1F44 !important;
}

/* =========================
   HOVER
========================= */
.header .navbar-nav .nav-link:hover {
    color: #C89B3C !important;
}

.header .language-wrapper,
.header .language-wrapper * {
    color: #ffffff !important;
}

.header.fixed-header .language-wrapper,
.header.fixed-header .language-wrapper * {
    color: #0A1F44 !important;
}


.language-wrapper {
    margin-bottom: 15px;
    padding-left: 10px;
}



/* SHOW DROPDOWN ON HOVER */
.language:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* OPTIONAL SMOOTH EFFECT */
.language .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

/* TOP (dark dropdown) */
.header .dropdown-menu {
    background: #00163c !important;
}

/* SCROLL (light dropdown) */
.header.fixed-header .dropdown-menu {
    background: #ffffff !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}




/* =========================
   DROPDOWN TEXT (DEFAULT)
========================= */
.header .dropdown-menu a {
    color: #ffffff !important; /* top (dark bg) */
}

/* =========================
   SCROLL (light bg)
========================= */
.header.fixed-header .dropdown-menu a {
    color: #0A1F44 !important;
}

/* =========================
   HOVER (GOLD)
========================= */
.header .dropdown-menu a:hover {
    color: #C89B3C !important;
}



/* TOP */
.header .navbar-toggler.header-button,
.header .navbar-toggler.header-button i {
    color: #ffffff !important;
}

/* SCROLL */
.header.fixed-header .navbar-toggler.header-button,
.header.fixed-header .navbar-toggler.header-button i {
    color: #0A1F44 !important;
}


/* normal links */
.header .navbar-nav .nav-link {
    color: #ffffff;
}

.header.fixed-header .navbar-nav .nav-link {
    color: #0A1F44;
}

/* ACTIVE (works always) */
.header .nav-item.active .nav-link,
.header .navbar-nav .nav-link.active {
    color: #C89B3C !important;
    font-weight: 600;
}





/* FIX MOBILE MENU SIZE */
.offcanvas {
  width: 100% !important;
  max-width: 100% !important;
  height: 100vh !important;
  background: #0b1d4f !important;
  z-index: 9999 !important;
}



.offcanvas-end {
  top: 0 !important;
  right: 0 !important;
}






@media (max-width: 1199px) {

    /* MENU ITEM CARD */
    .offcanvas .nav-item .nav-link {
        background: #ffffff !important;
        border: 1px solid #e9edf5;
        border-radius: 12px;
        padding: 14px 16px !important;
        margin-bottom: 10px;
        color: #0A1F44 !important; 
    }
    
    
    /* FORCE WHITE BACKGROUND */
    .offcanvas,
    .offcanvas .offcanvas-header,
    .offcanvas .offcanvas-body {
        background: #00163c !important;
    }

    /* FIX ANY GLOBAL WHITE TEXT OVERRIDE */
    .offcanvas * {
        color: inherit !important;
    }

    /* HOVER */
    .offcanvas .nav-item .nav-link:hover {
        background: #f5f7fb !important;
        color: #C89B3C !important;
    }

    /* ACTIVE */
    .offcanvas .nav-item.active .nav-link,
    .offcanvas .nav-link.active {
        background: #f5f7fb !important;
        color: #C89B3C !important;
    }

}




@media (max-width: 992px) {
    .logo-dark {
        display: none;
    }

    .logo-light {
        display: block;
    }
}

.milestoneSection blockquote,
.blog-content blockquote {
    margin-top: 20px;
    margin-bottom: 25px;
    padding: 30px;
}

blockquote {
    background-color: hsl(var(--base));
    color: #000229;
}

/* support table css */

@media (min-width: 1200px) {
    .support-table :is(tbody tr td:first-child, thead tr th:first-child) {
        max-width: 250px;
    }

    .support-table :is(tbody tr td:last-child, thead tr th:last-child) {
        max-width: 100px;
    }
}

.share-content-inner {
    margin-inline: 24px;
    padding: 16px 0;
    background-color: hsl(var(--section-bg));
    border-radius: 16px;
}





@media (max-width: 991px) {

    .share-content-inner {
        margin-inline: 0;
    }
}


.details-tab {
    color: #00163c;
}

/* 🔵 HEADINGS (strong) */
.details-tab h1,
.details-tab h2,
.details-tab h3,
.details-tab h4,
.details-tab h5,
.details-tab h6 {
    color: #001063 !important;
}

/* 🟦 NORMAL TEXT */
.details-tab p,
.details-tab div,
.details-tab li,
.details-tab span {
    color: #334e75 !important;
}

/* 🔹 LIGHT TEXT (small / meta / faq answers) */
.details-tab small,
.details-tab .details-faq-content {
    color: #6c7a92 !important;
}



/* 🔵 QUESTION (accordion header button) */
.details-tab .accordion-button {
    color: #001063 !important;
    font-weight: 600;
}

/* 🟦 ANSWER (accordion body text) */
.details-tab .accordion-body,
.details-tab .details-faq-content {
    color: #334e75 !important;
}





/* 🔵 Title (strong color) */
.success-project-card__title {
    color: #00163c;
}

/* 🟦 "Posted at" label */
.success-project-card-info__title {
    color: #334e75;
}

/* 🔹 Date text */
.success-project-card-info__text {
    color: #6c7a92;
}


.post__share__title {
    color: #00163c;
    font-weight: 600;
    margin-bottom: 10px;
}

.folder-card {
    background-color: #ffffff; /* white */
    border-radius: 12px;
    padding: 15px;
}


.folder-card {
    transition: 0.3s;
}

.folder-card:hover {
    transform: translateY(-5px);
    border-color: #ffc107;
}


section.pt-120.pb-60 {
    background-color: # f5f7fa !important;
}


.milestones-section {
    background: linear-gradient(
        180deg,
        #ffffff 0%,
        #f1f5f9 100%
    ) !important;
}





.section-heading.style-left .section-heading__title {
    color: #ffffff !important;
}

.section-heading.style-left .section-heading__desc {
    color: #ffffff !important;
}



.btn--base {
    background-color: #00163c;
    color: #fff;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.btn--base:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.btn--base i {
    color: #ffffff;
}



.milestones-section .text-muted {
    color: #3b4a6b !important; /* 🔥 dark navy */
    
}




/* platform */
.platform {
  margin-bottom: 60px;
  transition: 0.3s;
}

@media screen and (max-width: 1199px) {
  .platform {
    margin-bottom: 40px;
  }
}

.platform__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: hsl(var(--base) / 0.1);
}

@media screen and (max-width: 1199px) {
  .platform__icon {
    width: 60px;
    height: 60px;
  }
}

.platform__icon img {
  transition: all 1s ease-out 0s;
}

@media screen and (max-width: 575px) {
  .platform__icon img {
    width: 27px;
  }
}

.platform__content {
  width: calc(100% - 80px);
  padding-left: 30px;
}

@media screen and (max-width: 1199px) {
  .platform__content {
    padding-left: 20px;
  }
}

.platform__title {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.platform__title .title {
  color: hsl(var(--heading-color));
  font-size: 1.125rem;
  font-weight: 500;
}

.platform:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .platform__subtitle {
    max-width: 300px;
  }
}

.platform-left {
  margin-right: 50px;
}

@media screen and (max-width: 1399px) {
  .platform-left {
    margin-right: 0px;
  }
}

.platform-right {
  margin-left: 50px;
}

@media screen and (max-width: 1399px) {
  .platform-right {
    margin-left: 0px;
  }
}

.platform__thumb {
  position: relative;
}

.platform__thumb .plat-shape,
.platform__thumb .mouse-shape,
.platform__thumb .like-shape {
  position: absolute;
}

.platform__thumb .plat-shape {
  top: 5px;
  right: 70px;
  animation: soft-move-y2 3s infinite linear;
}

@media screen and (max-width: 1399px) {
  .platform__thumb .plat-shape {
    width: 74px;
  }
}

@media screen and (max-width: 1199px) {
  .platform__thumb .plat-shape {
    width: 61px;
  }
}

.platform__thumb .like-shape {
  bottom: 0px;
  right: 50px;
  animation: tada 5s ease-in-out infinite;
}

@media screen and (max-width: 1399px) {
  .platform__thumb .like-shape {
    width: 74px;
  }
}

@media screen and (max-width: 1199px) {
  .platform__thumb .like-shape {
    width: 60px;
  }
}

.platform__thumb .mouse-shape {
  bottom: 156px;
  left: 37px;
  width: 20px;
  animation: soft-move-y2 2s infinite linear;
}

@media screen and (max-width: 1399px) {
  .platform__thumb .mouse-shape {
    bottom: 130px;
  }
}

@media screen and (max-width: 1199px) {
  .platform__thumb .mouse-shape {
    bottom: 107px;
    left: 30px;
  }
}


.platform__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: hsl(var(--base) / 0.1);
  background: linear-gradient(135deg, #0831d4 0%, #00c6ff 100%);

  display: flex;              /* ADD */
  align-items: center;        /* ADD */
  justify-content: center;    /* ADD */
}

.platform {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}


.section-heading.style-center {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}
.section-heading__title {
  color: #001063; /* modern deep dark */
  font-weight: 700;
}

.platform__title {
  color: #001063; /* modern dark (used in SaaS UI) */
  font-weight: 600;
  letter-spacing: 0.2px;
}

.global-infuencer .section-heading__desc {
  color: #374151 !important;
}


.global-infuencer .platform__subtitle {
  color: #374151 !important;
}

.section-heading__title {
  white-space: nowrap;
  font-size: clamp(24px, 3vw, 40px);
}

.py-120 {
  padding-top: 25px !important;
}


.global-infuencer .row.align-items-center {
  margin-top: 50px !important;
}


.platform__thumb {
  text-align: center;
}

.platform__thumb img {
  width: 100%;
  max-width: 100%;   /* allow full column width */
  height: auto;
  object-fit: contain;
}



.platform__icon i {
  font-size: 40px !important;
}

.platform__icon svg {
  width: 40px !important;
  height: 40px !important;
}


.global-infuencer {
  opacity: 0;
  transform: translateY(40px);
  animation: sectionFade 1s ease forwards;
}

@keyframes sectionFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.section-heading__title,
.section-heading__desc {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s ease forwards;
}

.section-heading__title {
  animation-delay: 0.2s;
}

.section-heading__desc {
  animation-delay: 0.4s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.platform-left .platform {
  opacity: 0;
  transform: translateX(-40px);
  animation: slideLeft 0.8s ease forwards;
}

.platform-left .platform:nth-child(1) { animation-delay: 0.3s; }
.platform-left .platform:nth-child(2) { animation-delay: 0.5s; }
.platform-left .platform:nth-child(3) { animation-delay: 0.7s; }

@keyframes slideLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.platform-right .platform {
  opacity: 0;
  transform: translateX(40px);
  animation: slideRight 0.8s ease forwards;
}

.platform-right .platform:nth-child(1) { animation-delay: 0.3s; }
.platform-right .platform:nth-child(2) { animation-delay: 0.5s; }
.platform-right .platform:nth-child(3) { animation-delay: 0.7s; }

@keyframes slideRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}


.platform__thumb img {
  animation: floatImage 4s ease-in-out infinite;
}

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

.platform__icon {
  transition: all 0.3s ease;
}

.platform:hover .platform__icon {
  transform: scale(1.15) rotate(5deg);
}

.platform:hover .platform__icon i,
.platform:hover .platform__icon svg {
  color: hsl(var(--base));
}

.platform {
  transition: all 0.3s ease;
}

.platform:hover {
  transform: translateY(-8px);
}

.platform__subtitle {
  transition: 0.3s;
}

.platform:hover .platform__subtitle {
  color: #fff;
}


.platform {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;

  padding: 20px;
  border-radius: 16px;

  background: transparent;
  transition: all 0.4s ease;
}


.platform:hover {
  background: linear-gradient(135deg, #0831d4, #2563eb);
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(8, 49, 212, 0.25);
}

.platform:hover .platform__title,
.platform:hover .platform__subtitle {
  color: #fff;
}

.platform:hover .platform__subtitle {
  color: #fff !important;
}


.platform-left,
.platform-right {
  padding-top: 10px;
}








.platform {
  position: relative;
  padding: 20px 10px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}



.platform::after {
  content: "";
  position: absolute;

  left: 50%;
  transform: translateX(-50%); 

  bottom: -1px;

  width: 0;
  max-width: 330px; 
  height: 1px;

  background: linear-gradient(90deg, #0831d4, #00c6ff);
  transition: width 0.4s ease;
}

.platform:hover::after {
  width: 100%;
}



.platform-left,
.platform-right {
  position: relative;
}

.platform-left::after,
.platform-right::before {
  content: "";
  position: absolute;
  top: 10%;
  bottom: 10%;
  width: 1px;

  background: linear-gradient(
    to bottom,
    transparent,
    rgba(8, 49, 212, 0.15),
    transparent
  );
}

.platform-left::after {
  right: -20px;
}

.platform-right::before {
  left: -20px;
}



/* platform end*/