


/* Font Family*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,500;0,6..12,600;0,6..12,700;0,6..12,800;1,6..12,400&display=swap");

@import url("https://api.fontshare.com/v2/css?f[]=clash-display@400,700,500,600&display=swap");
/* ========================= Css Variables Start ======================== */
:root {
  /* Font Family */
    --heading-font: "Clash Display", sans-serif;
    --body-font: "Nunito Sans", sans-serif;
  /* ========================= Color Variables Start =========================== */
    --white: 0 0% 100%;
    color: #4f4f4f;
    --light-h: 0;
    --light-s: 0%;
    --light-l: 31%;
    --light: var(--light-h) var(--light-s) var(--light-l);
    color: #000;
    --black-h: 0;
    --black-s: 0%;
    --black-l: 0%;
    --black: var(--black-h) var(--black-s) var(--black-l);
    --heading-color: var(--black);
    --body-color: var(--light);
    --border-color-two: 0 0% 88%;
    --border-color: 0 0% 92%;
    --section-bg: 0 0% 98%;
    --green-two: 75 100% 48%;
  /* ================================ Box Shadow Start =============================== */
    --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) /.3);
    --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) /.92);
    --box-shadow: 0px 4px 6px -2px hsl(var(--black) / .03), 0px 12px 16px -4px hsl(var(--black) / .08);
  /* ================================ Box Shadow End =============================== */
  /* ========================= Base Color ============================= */
    color: #0071F5;
    --base-h: 212;
    --base-s: 100%;
    --base-l: 48%;
    --base: var(--base-h) var(--base-s) var(--base-l);
    
  /* Base Darken  */
    --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-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 Lighten */
    --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);
    --background-gradient: linear-gradient(45deg, hsl(var( --base)), hsl(var(--base-two)));
  /* ========================= Base Two Color ============================= */
    color: #B500F5;
    --base-two-h: 284;
    --base-two-s: 100%;
    --base-two-l: 48%;
    --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
  /* Base Two Darken */
    --base-two-d-100: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.05);
    --base-two-d-200: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.1);
    --base-two-d-300: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.2);
    --base-two-d-400: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.3);
    --base-two-d-500: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.4);
    --base-two-d-600: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.5);
    --base-two-d-700: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.6);
    --base-two-d-800: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.7);
    --base-two-d-900: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.8);
  /* Base Two Lighten */
    --base-two-l-100: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.05);
    --base-two-l-200: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
    --base-two-l-300: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
    --base-two-l-400: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
    --base-two-l-500: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
    --base-two-l-600: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
    --base-two-l-700: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
    --base-two-l-800: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
    --base-two-l-900: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
  /* ============================== 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 Darken */
    --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-d-500: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.5);
  /* primary Lighten */
    --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);
    --primary-l-500: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.5);
    --primary-l-600: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.6);
  /* Secondary Color */
    --secondary-h: 208;
    --secondary-s: 7%;
    --secondary-l: 46%;
    --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
  /* Secondary Darken */
    --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-d-500: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.5);
  /* secondary Lighten */
    --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);
    --secondary-l-500: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.5);
    --secondary-l-600: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.6);
  /* Success Color */
    --success-h: 133;
    --success-s: 100%;
    --success-l: 42%;
    --success: var(--success-h) var(--success-s) var(--success-l);
  /* Success Darken */
    --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-d-500: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.5);
  /* Success Lighten */
    --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);
    --success-l-500: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.5);
    --success-l-600: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.6);
  /* Danger Color */
    --danger-h: 0;
    --danger-s: 100%;
    --danger-l: 48%;
    --danger: var(--danger-h) var(--danger-s) var(--danger-l);
  /* Danger Darken */
    --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-d-500: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.5);
  /* danger Lighten */
    --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);
    --danger-l-500: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.5);
    --danger-l-600: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.6);
  /* Warning Color */
    --warning-h: 40;
    --warning-s: 100%;
    --warning-l: 48%;
    --warning: var(--warning-h) var(--warning-s) var(--warning-l);
  /* Warning Darken */
    --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-d-500: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.5);
  /* Warning Lighten */
    --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);
    --warning-l-500: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.5);
    --warning-l-600: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.6);
  /* Info Color */
    --info-h: 196;
    --info-s: 100%;
    --info-l: 50%;
    --info: var(--info-h) var(--info-s) var(--info-l);
  /* Info Darken */
    --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-d-500: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.5);
    --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);
    --info-l-500: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.5);
    --info-l-600: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.6);
  /* ============================== Bootstrap Modifier End ============================== */
}

/* ========================= Css Variables End =========================== */
/* ============================ Media Breakpoint for Each Device Start ============================ */
/* ================================== Font Size For responsive devices End =============================== */
/* ================================= Common Typography Css Start =========================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--body-font);
    color: hsl(var(--body-color));
    word-break: break-word;
    background-color: hsl(var(--white));
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

p {
    font-weight: 400;
    margin: 0;
}

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.3;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    h1,
h2,
h3,
h4,
h5,
h6 {
        margin: 0 0 15px 0;
    }
}

h1 {
    font-size: clamp(1.875rem, 2.8vw + 1rem, 3.75rem);
}

h2 {
    font-size: clamp(1.5625rem, 1.7vw + 1rem, 2.5rem);
}

h3 {
    font-size: clamp(1.375rem, 0.8vw + 1rem, 1.875rem);
}

h4 {
    font-size: clamp(1.25rem, 0.5vw + 1rem, 1.5rem);
}

h5 {
    font-size: clamp(1.0625rem, 0.3vw + 1rem, 1.25rem);
}

h6 {
    font-size: 1rem;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    transition: 0.2s linear;
    line-height: 1.3;
}

a {
    display: inline-block;
    transition: 0.2s linear;
    text-decoration: none;
    color: #0667f6;
}

a:hover {
    color: #2f83ff;
}

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;
    box-shadow: none;
}

.form-select:focus {
    outline: 0;
    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));
}

/* 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(--black)/0.6);
    z-index: 99;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.body-overlay.show-overlay {
    visibility: visible;
    opacity: 1;
}

.sidebar-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--black)/0.6);
    z-index: 99;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.sidebar-overlay.show {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}

/* Overlay End */
/* ================================= Custom Classes Css End =========================== */
/* Fully Fit image Css */
.fit-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ============================= Display Flex Css Start ============================= */
.flex-wrap, .form--radio, .form--check {
    display: flex;
    flex-wrap: wrap;
}

.flex-align, .action-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.flex-between {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/* ============================= Display Flex Css End ============================= */
/* ============================= Positioning Css Class Start ===================== */
.pa-extend, .dashboard .sidebar-submenu-list__link::before, .alert__link::before {
    position: absolute;
    content: "";
}

.top-center-extend, .dashboard .sidebar-submenu-list__link::before, .custom--accordion .accordion-button[aria-expanded=true]::after, .custom--accordion .accordion-button[aria-expanded=false]::after {
    top: 50%;
    transform: translateY(-50%);
}

.left-center-extend {
    left: 50%;
    transform: translateX(-50%);
}

.top-left-center-extend {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ============================= Positioning Css Class End ===================== */
/* ===================== Font Size For responsive devices Start =================== */
.fs-10 {
    font-size: 0.625rem;
}

.fs-11, .form--check .form-check-input:checked::before {
    font-size: 0.6875rem;
}

.fs-12 {
    font-size: 0.75rem;
}

.fs-13, .dashboard .sidebar-menu-list__item.has-dropdown > a:after {
    font-size: 0.8125rem;
}

.fs-14, .dashboard .user-info__button::before, .comment-list__reply-icon, .table thead tr th, .form--radio .form-check-label, .form--check .form-check-label, .form--control::placeholder {
    font-size: 0.875rem;
}

.fs-15, .dashboard .user-info .user-info-dropdown__link, .dashboard .sidebar-submenu-list__link .icon, .dashboard .sidebar-submenu-list__link, .comment-list__time-icon, .table tbody tr td::before, .btn--icon {
    font-size: 0.9375rem;
}

.fs-16, .dashboard .dashboard-header .bd-btn, .dashboard .sidebar-menu-list__link, .latest-blog__title a, .alert__title, .badge, .table tbody tr td:first-child, .table tbody tr td, .btn {
    font-size: 1rem;
}

@media screen and (max-width: 1199px) {
    .fs-16, .dashboard .dashboard-header .bd-btn, .dashboard .sidebar-menu-list__link, .latest-blog__title a, .alert__title, .badge, .table tbody tr td:first-child, .table tbody tr td, .btn {
        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, .dashboard .dashboard-widget__text, .user-profile-info__icon, .form--label, .custom--accordion .accordion-button, p {
    font-size: 1.125rem;
}

@media screen and (max-width: 1399px) {
    .fs-18, .dashboard .dashboard-widget__text, .user-profile-info__icon, .form--label, .custom--accordion .accordion-button, p {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-18, .dashboard .dashboard-widget__text, .user-profile-info__icon, .form--label, .custom--accordion .accordion-button, p {
        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 =================== */
/* ============================ Positioning Css Class Start ===================== */
.pa {
    position: absolute;
    content: "";
}

.pa-wh-100 {
    position: absolute;
    width: 100%;
    height: 100%;
}

.pa-tl-0 {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}

.pa-wh-100-tl-0 {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.left-center {
    left: 50%;
    transform: translateX(-50%);
}

.top-center {
    top: 50%;
    transform: translateY(-50%);
}

.top-left-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ============================= Positioning Css Class End ===================== */
/* ====================== Section Heading ==================== */
.section-heading {
    margin-bottom: 50px;
}

@media screen and (max-width: 1199px) {
    .section-heading {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 991px) {
    .section-heading {
        margin-bottom: 30px;
    }
}

.section-heading__subtitle {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: hsl(var(--heading-color));
}

.section-heading__title {
    margin-bottom: 20px;
}

.section-heading__desc {
    max-width: 750px;
}

.section-heading.style-center {
    max-width: 600px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

::selection {
    color: hsl(var(--white));
    background: hsl(var(--base-l-200));
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background-color: hsl(var(--base-d-100));
    border: 0px solid transparent;
    border-radius: 2px;
}

/* ====================== Section Heading En d==================== */
/* ================================= 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;
}

.bg--base2 {
    background-color: hsl(var(--base-2));
}

.bg--green {
    background-color: hsl(var(--green-two));
}

.bg--green-two {
    background-color: #00F50A;
}

.bg--yellow {
    background-color: #F0F500;
}

.bg--base-two {
    background-color: hsl(var(--base-two));
}

/* ================================= 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;
}

.text--dark {
    color: hsl(var(--black)) !important;
}

.text--green {
    color: hsl(var(--success));
}

.text--yellow {
    color: #F0F500;
}

.text--base-two {
    color: hsl(var(--base-two));
}

.text--base-three {
    color: #F50000;
}

.text--green-two {
    color: #00F50A;
}

.text--primary-two {
    color: #000AF5;
}

.text--orange {
    color: #F55800;
}

.text--body-two {
    color: hsl(var(--body-color)/0.7);
}

/* ================================= Color Css End =========================== */
/* ================================= margin Css Start =========================== */
.my-120 {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media (min-width: 576px) {
    .my-120 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .my-120 {
        margin-top: 120px;
        margin-bottom: 120px;
    }
}

.mt-120 {
    margin-top: 60px;
}

@media (min-width: 576px) {
    .mt-120 {
        margin-top: 80px;
    }
}

@media (min-width: 992px) {
    .mt-120 {
        margin-top: 120px;
    }
}

.mb-120 {
    margin-bottom: 60px;
}

@media (min-width: 576px) {
    .mb-120 {
        margin-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .mb-120 {
        margin-bottom: 120px;
    }
}

.my-60 {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .my-60 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .my-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.mt-60 {
    margin-top: 30px;
}

@media (min-width: 576px) {
    .mt-60 {
        margin-top: 40px;
    }
}

@media (min-width: 992px) {
    .mt-60 {
        margin-top: 60px;
    }
}

.mb-60 {
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .mb-60 {
        margin-bottom: 60px;
    }
}
/* ================================= margin Css End =========================== */
/* ================================= padding Css Start =========================== */
.py-170 {
    padding-top: 85px;
    padding-bottom: 85px;
}

@media (min-width: 576px) {
    .py-170 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (min-width: 992px) {
    .py-170 {
        padding-top: 170px;
        padding-bottom: 170px;
    }
}

.py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 576px) {
    .py-120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .py-120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.py-60 {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 576px) {
    .py-60 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .py-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.pt-170 {
    padding-top: 85px;
}

@media (min-width: 576px) {
    .pt-170 {
        padding-top: 100px;
    }
}

@media (min-width: 992px) {
    .pt-170 {
        padding-top: 170px;
    }
}

.pt-120 {
    padding-top: 60px;
}

@media (min-width: 576px) {
    .pt-120 {
        padding-top: 80px;
    }
}

@media (min-width: 992px) {
    .pt-120 {
        padding-top: 120px;
    }
}

.pt-60 {
    padding-top: 30px;
}

@media (min-width: 576px) {
    .pt-60 {
        padding-top: 40px;
    }
}

@media (min-width: 992px) {
    .pt-60 {
        padding-top: 60px;
    }
}

.pt-85 {
    padding-top: 42px;
}

@media (min-width: 576px) {
    .pt-85 {
        padding-top: 65px;
    }
}

@media (min-width: 992px) {
    .pt-85 {
        padding-top: 85px;
    }
}

.pb-170 {
    padding-bottom: 85px;
}

@media (min-width: 576px) {
    .pb-170 {
        padding-bottom: 100px;
    }
}

@media (min-width: 992px) {
    .pb-170 {
        padding-bottom: 170px;
    }
}

.pb-120 {
    padding-bottom: 60px;
}

@media (min-width: 576px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .pb-120 {
        padding-bottom: 120px;
    }
}

.pb-85 {
    padding-bottom: 42px;
}

@media (min-width: 576px) {
    .pb-85 {
        padding-bottom: 65px;
    }
}

@media (min-width: 992px) {
    .pb-85 {
        padding-bottom: 85px;
    }
}

.pb-60 {
    padding-bottom: 30px;
}

@media (min-width: 576px) {
    .pb-60 {
        padding-bottom: 40px;
    }
}

@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: none;
    background-color: transparent !important;
    border-radius: 8px;
    overflow: hidden;
}

.custom--accordion .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.custom--accordion .accordion-header {
    line-height: 1;
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 18px;
}

.custom--accordion .accordion-body {
    padding: 20px;
    background-color: hsl(var(--section-bg));
    border-top: 1px solid hsl(var(--border-color)/0.7);
}

.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 {
    background-color: hsl(var(--section-bg));
    color: var(--heading-color);
    padding: 25px 24px;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-button {
        padding: 13px;
        padding-right: 30px;
    }
}

.custom--accordion .accordion-button::after {
    background-image: none;
}

.custom--accordion .accordion-button:focus {
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed) {
    color: hsl(var(--heading-color));
    background-color: hsl(var(--section-bg)) !important;
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    color: hsl(var(--heading-color));
}

.custom--accordion .accordion-button[aria-expanded=true]::after, .custom--accordion .accordion-button[aria-expanded=false]::after {
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f068";
    display: inline-block;
    position: absolute;
    right: 15px;
    height: unset;
}

.custom--accordion .accordion-button[aria-expanded=false]::after {
    content: "\f067";
    color: hsl(var(--body-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(--white)) !important;
    font-weight: 500;
    padding: 14px 24px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    font-family: var(--body-font);
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .btn {
        padding: 14px 25px;
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 575px) {
    .btn {
        padding: 12px 20px;
    }
}

.btn:hover, .btn:focus, .btn:focus-visible {
    box-shadow: none !important;
}

.btn--lg {
    padding: 20px 35px;
}

@media screen and (max-width: 991px) {
    .btn--lg {
        padding: 18px 30px;
    }
}

@media screen and (max-width: 767px) {
    .btn--lg {
        padding: 16px 25px;
    }
}

.btn--sm {
    padding: 10px 15px;
}

@media screen and (max-width: 767px) {
    .btn--sm {
        padding: 8px 12px;
    }
}

.btn--icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
}

.btn .icon {
    margin-right: 5px;
}

.btn--base {
    background-color: hsl(var(--base)) !important;
}

.btn--base:hover, .btn--base:focus .btn--base:focus-visible {
    background-color: hsl(var(--base-d-200)) !important;
    border: 1px solid hsl(var(--base-d-200)) !important;
}

.btn-outline--base {
    background-color: transparent !important;
    border: 1px 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(--white)) !important;
}

.btn--primary {
    background-color: hsl(var(--primary)) !important;
}

.btn--primary:hover, .btn--primary:focus .btn--primary:focus-visible {
    background-color: hsl(var(--primary-d-200)) !important;
    border: 1px solid hsl(var(--primary-d-200)) !important;
}

.btn-outline--primary {
    background-color: transparent !important;
    border: 1px 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(--white)) !important;
}

.btn--secondary {
    background-color: hsl(var(--secondary)) !important;
}

.btn--secondary:hover, .btn--secondary:focus .btn--secondary:focus-visible {
    background-color: hsl(var(--secondary-d-200)) !important;
    border: 1px solid hsl(var(--secondary-d-200)) !important;
}

.btn-outline--secondary {
    background-color: transparent !important;
    border: 1px 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(--white)) !important;
}

.btn--success {
    background-color: hsl(var(--success)) !important;
}

.btn--success:hover, .btn--success:focus .btn--success:focus-visible {
    background-color: hsl(var(--success-d-200)) !important;
    border: 1px solid hsl(var(--success-d-200)) !important;
}

.btn--light {
    background-color: hsl(var(--light)/0.09) !important;
    border: 1px solid hsl(var(--black)/0.2);
    color: hsl(var(--heading-color)) !important;
    border-left: none !important;
}

.btn--light:hover, .btn--light:focus .btn--light:focus-visible {
    border: 1px solid hsl(var(--black)/0.2);
}

.btn--light:active {
    border: 1px solid hsl(var(--black)/0.2) !important;
    border-left: none !important;
}

.btn-outline--success {
    background-color: transparent !important;
    border: 1px solid hsl(var(--success)) !important;
    color: hsl(var(--success)) !important;
}

.btn-outline--success:hover, .btn-outline--success:focus .btn-outline--success:focus-visible {
    background-color: hsl(var(--success)) !important;
    color: hsl(var(--white)) !important;
}

.btn--danger {
    background-color: hsl(var(--danger)) !important;
}

.btn--danger:hover, .btn--danger:focus .btn--danger:focus-visible {
    background-color: hsl(var(--danger-d-200)) !important;
    border: 1px solid hsl(var(--danger-d-200)) !important;
}

.btn-outline--danger {
    background-color: transparent !important;
    border: 1px 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(--white)) !important;
}

.btn--warning {
    background-color: hsl(var(--warning)) !important;
}

.btn--warning:hover, .btn--warning:focus .btn--warning:focus-visible {
    background-color: hsl(var(--warning-d-200)) !important;
    border: 1px solid hsl(var(--warning-d-200)) !important;
}

.btn-outline--warning {
    background-color: transparent !important;
    border: 1px 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(--white)) !important;
}

.btn--info {
    background-color: hsl(var(--info)) !important;
}

.btn--info:hover, .btn--info:focus .btn--info:focus-visible {
    background-color: hsl(var(--info-d-200)) !important;
    border: 1px solid hsl(var(--info-d-200)) !important;
}

.btn-outline--info {
    background-color: transparent !important;
    border: 1px 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(--white)) !important;
}

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.custom--card {
    background-color: hsl(var(--white));
    border-radius: 8px;
    border: 1.5px solid hsl(var(--border-color));
}

.custom--card .card-header {
    padding: 12px 24px;
    background-color: transparent;
    border-bottom: 1px solid hsl(var(--border-color));
}

.custom--card .card-header .title {
    margin-bottom: 0;
}

.custom--card .card-body {
    background-color: hsl(var(--white));
    padding: 24px;
    border-radius: 5px;
}

.custom--card .card-footer {
    padding: 12px 24px;
    background-color: transparent;
    border-top: 1px solid hsl(var(--border-color));
}

/* ================================= Card Css End =========================== */
/* ================================= Form Css Start =========================== */
/* Form Label */
.form--label {
    margin-bottom: 6px;
    color: hsl(var(--heading-color));
    font-weight: 600;
}

.form-group {
    margin-bottom: 1rem;
}

/* Form Select */
.select {
    color: hsl(var(--black)/0.6) !important;
}

.select:focus {
    border-color: hsl(var(--base));
    color: hsl(var(--black)) !important;
}

.select option {
    background-color: hsl(var(--black));
    color: hsl(var(--white));
}

/* Form Select End */
/* Form Control Start */
.form--control {
    border-radius: 8px;
    font-weight: 400;
    outline: none !important;
    width: 100%;
    padding: 11px 24px;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--black)/0.2);
    color: hsl(var(--black));
    line-height: 1;
}

.form--control::placeholder {
    color: hsl(var(--black)/0.6);
}

.form--control:focus {
    border-color: hsl(var(--base));
    box-shadow: none;
}

.form--control:disabled, .form--control[readonly] {
    background-color: hsl(var(--black)/0.1);
    opacity: 1;
    border: 0;
}

.form--control[type=password] {
    color: hsl(var(--black)/0.5);
}

.form--control[type=password]:focus {
    color: hsl(var(--black));
}

.form--control[type=file] {
    line-height: 50px;
    padding: 0;
    position: relative;
}

.form--control[type=file]::file-selector-button {
    border: 1px solid hsl(var(--black)/0.08);
    padding: 4px 6px;
    border-radius: 0.2em;
    background-color: hsl(var(--base)) !important;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: hsl(var(--body-color)) !important;
}

.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%;
    transform: translateY(-50%);
    color: hsl(var(--black)/0.4);
}

/* Custom Checkbox Design */
.form--check a {
    display: inline;
}

.form--check .form-check-input {
    box-shadow: none;
    background-color: hsl(var(--white));
    box-shadow: none !important;
    border: 0;
    position: relative;
    border-radius: 2px;
    width: 18px;
    height: 18px;
    border: 1px solid hsl(var(--black)/0.2);
    cursor: pointer;
}

.form--check .form-check-input:checked {
    background-color: hsl(var(--base)) !important;
    border-color: hsl(var(--base)) !important;
    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));
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form--check .form-check-label {
    font-weight: 600;
    width: calc(100% - 18px);
    padding-left: 12px;
    cursor: pointer;
}

@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 {
    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 {
    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;
}

/*  Custom Switch Design */
.form--switch .form-check-input {
    border-radius: 3px;
    background-image: none;
    position: relative;
    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;
    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%;
    transform: translateY(-50%);
    border-radius: 2px;
    left: 5px;
    border-radius: 50%;
    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;
}

label.required:after {
    content: "*";
    color: #FC4949 !important;
    margin-left: 2px;
}

/*  Custom Switch End Design */
/* ================================= Form Css End =========================== */
/* ================================= Modal Css Start =========================== */
.custom--modal .modal-header {
    border-bottom: 1px solid hsl(var(--border-color));
    padding: 15px;
}

.custom--modal .modal-header.close {
    width: 35px;
    height: 35px;
    background-color: hsl(var(--danger)) !important;
    font-size: 1.5625rem;
    line-height: 1;
    border-radius: 4px;
    transition: 0.2s linear;
}

.custom--modal .modal-header.close:hover {
    background-color: hsl(var(--danger-l-100));
}

.custom--modal .modal-header.close :focus {
    box-shadow: none !important;
}

.custom--modal .modal-content {
    background-color: hsl(var(--white));
    border-radius: 10px !important;
}

.custom--modal .modal-body {
    padding: 15px;
}

.custom--modal .modal-icon i {
    font-size: 2rem;
    color: hsl(var(--base));
    border: 3px solid hsl(var(--base));
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.custom--modal .modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-top: 1px solid hsl(var(--border-color));
    justify-content: flex-end;
}

/* ================================= Modal Css End =========================== */
/* ================================= Pagination Css Start =========================== */
.pagination {
    flex-wrap: wrap;
    justify-content: center;
}
.dashboard__right .pagination{
    justify-content: end;
}

@media screen and (max-width: 1199px) {
    .pagination {
        margin-top: 22px;
    }
}

@media screen and (max-width: 991px) {
    .pagination {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .pagination {
        margin-top: 18px;
    }
}

.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(--black)/0.15);
    margin: 0 5px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    font-weight: 500;
    padding: 0;
    color: hsl(var(--body-color));
}

.pagination .page-item .page-link:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border-color: hsl(var(--base));
}

.pagination .page-item .page-link:focus {
    box-shadow: none;
}

/* ================================= Pagination Css End =========================== */
/* ================================= Table Css Start =========================== */
/* Table Content Css start */
.action-buttons {
    gap: 10px;
    justify-content: flex-end;
}

.action-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.delete-btn {
    color: hsl(var(--danger));
    background-color: hsl(var(--danger)/0.08);
}

/* Table Content Css end */
/* Table Css Start */
.transform--top i {
    transform: rotate(315deg);
}

.transform--bottom i {
    transform: rotate(50deg);
}

.dashboard-table {
    background-color: hsl(var(--white));
    border-radius: 8px;
    border: 1.5px solid hsl(var(--border-color));
}

.dashboard-table__header {
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}

@media screen and (max-width: 575px) {
    .dashboard-table__header {
        display: block !important;
        padding: 20px;
    }
}

.dashboard-table__content {
    width: calc(100% - 200px);
}

@media screen and (max-width: 575px) {
    .dashboard-table__content {
        width: 100%;
    }
}

.dashboard-table__content .title {
    font-size: 1rem;
    margin-bottom: 5px;
}

.dashboard-table__content .subtitle {
    font-size: 12px;
    font-weight: 600;
}

.dashboard-table__content .subtitle span {
    width: 10px;
    height: 10px;
    background: hsl(var(--green-two));
    border-radius: 10px;
    margin-right: 5px;
}

.dashboard-table__btn {
    width: 280px;
    text-align: end;
}
.dashboard-body .input-group-text.bg-primary{
    border: 1px solid hsl(var(--base));
}

@media screen and (max-width: 575px) {
    .dashboard-table__btn {
        margin-top: 20px;
        width: 100%;
    }
}

.table {
    margin: 0;
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0px 0px;
}

.table thead tr th {
    background-color: hsl(var(--white));
    padding: 15px 20px;
    color: hsl(var(--base));
    font-family: var(--body-font);
    font-weight: 600;
    border-bottom: 0;
    max-width: 170px;
    border: none;
    border-right: none;
    background-color: hsl(var(--base)/0.04);
}

@media screen and (max-width: 1599px) {
    .table thead tr th {
        padding: 15px 10px;
    }
}

.table thead tr th:not(:first-child) {
    border-left: 0;
}

.table thead tr th:first-child {
    text-align: left;
}

.table thead tr th:last-child {
    text-align: right;
}

.table thead tr th:nth-child(2) {
    text-align: left;
}

.table tbody {
    border: 0 !important;
    background-color: hsl(var(--white));
}

.table tbody tr {
    border-bottom: 1px solid hsl(var(--border-color));
}

.table tbody tr:last-child {
    border-bottom: 0;
}

.table tbody tr:last-child td {
    border-bottom: none !important;
}

.table tbody tr:last-child td:first-child {
    border-radius: 0px 0 0 6px;
}

.table tbody tr:last-child td:last-child {
    border-radius: 0 0px 6px 0;
}

.table tbody tr td {
    vertical-align: middle;
    padding: 12px 24px;
    border-width: 1px;
    border: 0;
    font-family: var(--body-font);
    color: hsl(var(--heading-color));
    font-weight: 600;
    max-width: 170px;
    border-bottom: 1px solid hsl(var(--border-color));
    border-right: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 1599px) {
    .table tbody tr td {
        padding: 12px 12px;
    }
}

.table tbody tr td::before {
    content: attr(data-label);
    font-family: var(--body-font);
    color: hsl(var(--black));
    font-weight: 600;
    display: none;
    width: 45% !important;
    text-align: left;
}

.table tbody tr td:first-child {
    text-align: left;
}

.table tbody tr td:last-child {
    text-align: right;
    border-right: none;
}

.table tbody tr td p {
    font-size: 1rem;
}

@media screen and (max-width: 767px) {
    .table--responsive--md thead {
        display: none;
    }

    .table--responsive--md tbody tr {
        display: block;
    }

    .table--responsive--md tbody tr:last-child td {
        border-bottom: 0;
    }

    .table--responsive--md tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.8);
        max-width: unset;
    }

    .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(--black)/0.7);
    }
}

@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(even) {
        background-color: hsl(var(--black)/0.02);
    }

    .table--responsive--lg tbody tr:last-child td {
        border-bottom: 0;
    }

    .table--responsive--lg tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        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(even) {
        background-color: hsl(var(--black)/0.02);
    }

    .table--responsive--xl tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        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(--black)/0.7);
    }
}

@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 td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        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(--black)/0.7);
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xxl tbody tr td {
        border: 0;
    }
}
/* ================================= Table Css End =========================== */
/* ================================= Tab Css Start =========================== */
.custom--tab {
    justify-content: center;
    border-radius: 6px;
    margin-bottom: 40px;
}

.custom--tab .nav-item {
    border-bottom: 0;
    padding: 5px;
}

.custom--tab .nav-item .nav-link {
    color: hsl(var(--white));
    padding: 8px 25px;
    background-color: transparent !important;
    border-radius: 5px;
    transition: 0.4s;
    border: 1px solid hsl(var(--black)/0.08) !important;
}

@media screen and (max-width: 1199px) {
    .custom--tab .nav-item .nav-link {
        padding: 12px 15px;
    }
}

.custom--tab .nav-item .nav-link.active {
    color: hsl(var(--white));
    background-color: hsl(var(--base-d-200)) !important;
    border: 1px solid transparent !important;
}

.custom--tab .nav-item .nav-link.active:hover {
    color: hsl(var(--white));
}

.custom--tab .nav-item .nav-link:hover {
    color: hsl(var(--base));
}

/* ================================= Tab Css End =========================== */
/* ================================= Badge Css Start =========================== */
.badge {
    font-weight: 600;
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
}

.badge--base {
    color: hsl(var(--base)) !important;
}

.badge--primary {
    color: hsl(var(--primary)) !important;
}

.badge--secondary {
    color: hsl(var(--secondary)) !important;
}

.badge--success {
    color: hsl(var(--success)) !important;
}

.badge--danger {
    color: hsl(var(--danger)) !important;
}

.badge--warning {
    color: hsl(var(--warning)) !important;
}

.badge--info {
    color: hsl(var(--info)) !important;
}

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.alert {
    margin-bottom: 0;
    background-color: hsl(var(--white)) !important;
    font-weight: 400;
    padding: 17px 24px;
    border-radius: 5px;
}

@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;
}

.alert__content {
    width: calc(100% - 24px);
    padding-left: 32px;
}

@media screen and (max-width: 991px) {
    .alert__content {
        padding-left: 16px;
    }
}

@media screen and (max-width: 575px) {
    .alert__content {
        padding-left: 0;
        width: 100%;
        margin-top: 6px;
    }
}

.alert__title {
    color: hsl(var(--base-two)/0.8);
    font-weight: 600;
    font-family: var(--heading-font);
    margin-bottom: 6px;
}

.alert__desc {
    color: hsl(var(--base-two)/0.5);
    display: block;
    line-height: 1.375;
}

@media screen and (max-width: 424px) {
    .alert__desc {
        font-size: 0.8125rem;
    }
}

.alert__link {
    position: relative;
}

.alert__link:hover::before {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}

.alert__link::before {
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: hsl(var(--base));
    visibility: hidden;
    opacity: 0;
    transition: 0.2s ease-in-out;
}

.alert--base {
    border-color: hsl(var(--base)/0.6);
}

.alert--base .alert__icon {
    color: hsl(var(--base));
}

.alert--primary {
    border-color: hsl(var(--primary)/0.6);
}

.alert--primary .alert__icon {
    color: hsl(var(--primary));
}

.alert--success {
    border-color: hsl(var(--success)/0.6);
}

.alert--success .alert__icon {
    color: hsl(var(--success));
}

.alert--info {
    border-color: hsl(var(--info)/0.6);
}

.alert--info .alert__icon {
    color: hsl(var(--info));
}

.alert--danger {
    border-color: hsl(var(--danger)/0.6);
}

.alert--danger .alert__icon {
    color: hsl(var(--danger));
}

.alert--warning {
    border-color: hsl(var(--warning)/0.6);
}

.alert--warning .alert__icon {
    color: hsl(var(--warning));
}

.alert--secondary {
    border-color: hsl(var(--secondary)/0.6);
}

.alert--secondary .alert__icon {
    color: hsl(var(--secondary));
}

/* ====================================== Alert Css End =============================== */
/* ================================= preload Css Start =========================== */
.preloader {
    position: fixed;
    z-index: 999999;
    background-color: hsl(var(--black));
    width: 100%;
    height: 100%;
}

.loader-p {
    border: 0 solid transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}

.loader-p:before, .loader-p:after {
    content: "";
    border: 1em solid hsl(var(--base));
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader 2s linear infinite;
    opacity: 0;
}

.loader-p:before {
    animation-delay: 0.5s;
}

@keyframes loader {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}
/* ================================= preload Css End ===========================  */
/* ============= Header Start Here ======================= */
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand.logo img {
    max-width: 200px;
    max-height: 60px;
}

@media screen and (max-width: 991px) {
    .navbar-brand.logo img {
        max-width: 150px;
    }
}

.header {
    position: relative;
    z-index: 5;
    background-color: hsl(var(--white));
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.04);
}

@media screen and (max-width: 1199px) {
    .header {
        background-color: hsl(var(--white));
        padding: 10px 0;
        z-index: 999;
        max-height: 101vh;
        overflow-y: auto;
    }

    .header::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .header::-webkit-scrollbar-thumb {
        border-radius: 0px;
    }
}

.header.fixed-header {
    background-color: hsl(var(--white));
    position: sticky;
    transition: 0.3s linear;
    top: 0px;
    animation: slide-down 0.8s;
    width: 100%;
}

.header .header-login {
    margin: 0px -5px;
    padding-left: 65px;
    display: flex;
    align-items: center;
    height: 100%;
}

.header .header-login__item {
    padding: 0 8px;
    font-size: 1.125rem;
}

@media screen and (max-width: 1399px) {
    .header .header-login {
        padding-left: 30px;
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-150%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar {
    padding: 0 !important;
}

/* ========================= Desktop Device Start ========================= */
@media (min-width: 1199px) {
    .nav-menu {
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav-menu .nav-item {
        position: relative;
        padding-right: 30px;
    }

    .nav-menu .nav-item:last-child {
        padding-right: 0;
    }

    .nav-menu .nav-item.active .nav-link {
        color: hsl(var(--base)) !important;
    }

    .nav-menu .nav-item.active .nav-link::before {
        width: 100%;
    }

    .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 {
        transform: rotate(180deg);
        transition: 0.2s;
    }

    .nav-menu .nav-item .nav-link {
        font-weight: 600;
        font-size: 1.125rem;
        color: hsl(var(--black)) !important;
        padding: 33px 0;
        position: relative;
        cursor: pointer;
    /* ======================== Style two ================ */
    }

    .nav-menu .nav-item .nav-link:hover::before {
        left: 0;
        transition: 0.3s;
    }

    .nav-menu .nav-item .nav-link::before {
        position: absolute;
        content: "";
        right: 0;
        bottom: 0px;
        width: 0;
        height: 4px;
        border-radius: 2px 2px 0px 0px;
        background-color: hsl(var(--heading-color));
        transition: 0.3s;
    }

    .nav-menu .nav-item .nav-link .nav-item__icon {
        transition: 0.3s;
        font-size: 0.8125rem;
        margin-left: 2px;
    }
}

@media screen and (min-width: 1199px) and (max-width: 991px) {
    .nav-menu .nav-item .nav-link .nav-item__icon {
        margin-right: 6px;
    }
}

@media (min-width: 1199px) and (min-width: 1199px) and (max-width: 1399px) {
    .nav-menu .nav-item {
        padding-right: 20px;
    }

    .nav-menu .nav-item .nav-link {
        font-size: 1rem;
    }
}

@media (min-width: 1199px) {
    .header .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s;
        top: 100%;
        left: 0;
        padding: 0 !important;
        transform: scaleY(0);
        transform-origin: top center;
        transition: 0.3s;
        overflow: hidden;
        border-radius: 0;
        min-width: 190px;
    }

    .header .dropdown-menu__list {
        border-bottom: 1px solid hsl(var(--black)/0.08);
    }

    .header .dropdown-menu__list:last-child {
        border-bottom: 3px solid hsl(var(--base));
    }

    .header .dropdown-menu__link {
        padding: 7px 20px;
        font-weight: 500;
        font-size: 1rem;
        transition: 0.3s;
    }

    .header .dropdown-menu__link:focus, .header .dropdown-menu__link:hover {
        color: hsl(var(--white));
        background-color: hsl(var(--base));
    }
}

@media (min-width: 1199px) {
    .nav-menu .nav-item:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        top: 100% !important;
        transform: scaleY(1);
    }
}
/* ========================== Desktop Device End ========================= */
/* ============================== Small Device ======================= */
@media screen and (max-width: 1199px) {
    .body-overlay.show {
        visibility: visible;
        opacity: 1;
    }

    .nav-menu {
        margin-top: 20px;
    }

    .nav-menu .nav-item {
        text-align: left;
        display: block;
        position: relative;
        margin: 0;
    }

    .nav-menu .nav-item:hover .nav-link .nav-item__icon {
        transform: rotate(0deg) !important;
    }

    .nav-item:first-child {
        border-bottom: none;
    }

    .nav-item:last-child > a {
        border-bottom: 0;
    }

    .nav-item .nav-link {
        margin-bottom: 8px;
        padding: 10px 10px 10px 0 !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 !important;
        border-bottom: 1px solid hsl(var(--light)/0.2);
        color: hsl(var(--black));
    }

    .nav-item .nav-link::before {
        display: none;
    }

    .nav-item .nav-link.show[aria-expanded=true] {
        color: hsl(var(--base)) !important;
    }

    .nav-item .nav-link.show[aria-expanded=true] i {
        transform: rotate(180deg);
    }

    .header .dropdown-menu {
        box-shadow: none;
        border-radius: 2px;
        width: 100%;
        margin: 0px !important;
        padding: 0 !important;
        border: 0;
        background-color: inherit;
        overflow: hidden;
    }

    .header .dropdown-menu li:nth-last-child(1) {
        border-bottom: none;
    }

    .header .dropdown-menu li .dropdown-item {
        padding: 10px 0px;
        font-weight: 500;
        font-size: 1rem;
        color: hsl(var(--white));
        border-bottom: 1px solid hsl(var(--light)/0.2);
        margin-left: 20px;
        color: hsl(var(--heading-color));
    }

    .header .dropdown-menu li .dropdown-item:hover, .header .dropdown-menu li .dropdown-item:focus {
        background-color: transparent;
    }
}

.navbar-toggler.header-button {
    border-color: transparent;
    color: hsl(var(--light));
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    transition: 0.15s ease-in-out;
    width: auto;
    font-size: 2.5rem;
}

.navbar-toggler.header-button:focus {
    box-shadow: none !important;
}

.navbar-toggler.header-button[aria-expanded=true] i::before {
    content: "\f00d";
}

/* Custom Dropdown Css Start */
.custom--dropdown.open > .custom--dropdown__selected::before {
    transform: rotate(180deg);
}

.custom--dropdown > .custom--dropdown__selected {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    padding-right: 30px;
}

.custom--dropdown > .custom--dropdown__selected::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f107";
    display: inline-block;
    position: absolute;
    margin-left: auto;
    width: unset !important;
    right: 15px;
    color: hsl(var(--black));
    font-size: 18px;
}

@media screen and (max-width: 1399px) {
    .custom--dropdown > .custom--dropdown__selected::before {
        right: 2px;
    }
}

@media screen and (max-width: 1399px) {
    .custom--dropdown > .custom--dropdown__selected {
        padding-right: 15px;
    }
}

.custom--dropdown > .dropdown-list {
    position: absolute;
    background-color: hsl(var(--white));
    width: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    opacity: 0;
    overflow: hidden;
    transition: 0.25s ease-in-out;
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    top: 100%;
    z-index: -1;
    visibility: hidden;
    max-height: 230px;
    overflow-y: auto !important;
}

@media screen and (max-width: 991px) {
    .custom--dropdown > .dropdown-list {
        left: auto;
        left: 0;
    }
}

.custom--dropdown > .dropdown-list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.custom--dropdown > .dropdown-list::-webkit-scrollbar-thumb {
    background-color: hsl(var(--black)/0.15);
}

.custom--dropdown > .dropdown-list::-webkit-scrollbar-thumb {
    background-color: hsl(var(--black)/0.3);
}

.custom--dropdown.open > .dropdown-list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    z-index: 999 !important;
}

.dropdown-list > .dropdown-list__item {
    padding: 10px 8px !important;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 14px;
}

.dropdown-list > .dropdown-list__item:hover {
    background-color: hsl(var(--base)/0.8) !important;
}

.dropdown-list > .dropdown-list__item, .custom--dropdown > .custom--dropdown__selected {
    display: flex;
    align-items: center;
}

.dropdown-list > .dropdown-list__item .thumb img, .custom--dropdown > .custom--dropdown__selected .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

.dropdown-list > .dropdown-list__item .thumb, .custom--dropdown > .custom--dropdown__selected .thumb {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    border-radius: 5px;
}

.dropdown-list > .dropdown-list__item .text, .custom--dropdown > .custom--dropdown__selected .text {
    width: calc(100% - 30px);
    padding-left: 4px;
    color: hsl(var(--heading-color));
}

.custom--dropdown {
    position: relative;
    width: auto;
    min-width: 100px;
}

/* ================================= Header Css End =========================== */
/* ============= Footer Start Here ======================= */
.footer-area {
    background-color: hsl(var(--section-bg));
    margin-top: auto;
    overflow: hidden;
    position: relative;
}

.footer-area:before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    width: 123px;
    height: 350px;
    background-color: #F5B000;
    filter: blur(188px);
    border-radius: 50%;
    z-index: 1;
}
.footer-icon i{
    font-size: 20px;
    margin-right: 10px;
    margin-top: 5px;
}
@media screen and (max-width: 767px) {
    .footer-area:before {
        height: 100px;
    }
}

.footer-area:after {
    position: absolute;
    bottom: 0px;
    right: 0px;
    content: "";
    width: 123px;
    height: 300px;
    background-color: #C400F5;
    filter: blur(188px);
    border-radius: 50%;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .footer-area:after {
        height: 100px;
    }
}

.footer-social {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .footer-social {
        text-align: center;
    }
}


.footer-item {
    position: relative;
    z-index: 2;
}

.footer-item__logo {
    margin-bottom: 55px;
}

.footer-item__logo a img {
    width: 100%;
    height: 100%;
    max-width: 190px;
    max-height: 64px;
}

.footer-item__title {
    color: hsl(var(--heading-color));
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 1.125rem;
}

.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;
    }
}

@media screen and (max-width: 767px) {
    .footer-item__subscribe .input-group {
        display: block;
    }
}

.footer-item__subscribe input {
    margin-right: 15px;
    border-radius: 8px !important;
}

@media screen and (max-width: 767px) {
    .footer-item__subscribe input {
        width: 100% !important;
    }
}

.footer-item__subscribe .btn {
    border-radius: 8px !important;
}

@media screen and (max-width: 767px) {
    .footer-item__subscribe .btn {
        width: 100% !important;
        margin-top: 10px;
    }
}

.underline-with-text {
    color: hsl(var(--heading-color));
    text-decoration: underline !important;
    font-weight: 600;
}

/* Footer List Item */
.footer-menu {
    display: flex;
    flex-direction: column;
}

.footer-menu__item {
    display: block;
    padding-bottom: 16px;
}

.footer-menu__item:last-child {
    padding-bottom: 0;
}

.footer-menu__link {
    color: hsl(var(--body-color));
}

.footer-menu__link:hover {
    color: hsl(var(--base));
    text-decoration: underline;
}

/* Footer Contact */
.footer-contact-menu__item {
    display: flex;
    padding-bottom: 12px;
}

.footer-contact-menu__item:last-child {
    padding-bottom: 0;
}

.footer-contact-menu__item-icon {
    width: 15px;
    color: hsl(var(--base));
    font-size: 1.25rem;
}

.footer-contact-menu__item-content {
    width: calc(100% - 15px);
    padding-left: 15px;
}
.footer-bottom-inner {
    padding: 35px 0px;
    border-top: 1px solid hsl(var(--light)/0.2);
}

.bottom-footer-copyright ul {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .bottom-footer-copyright ul {
        justify-content: center;
    }
}

.bottom-footer-copyright ul li {
    margin-right: 24px;
    font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
    .bottom-footer-copyright ul li {
        margin-right: 10px;
    }
}

.bottom-footer-copyright ul li:last-child {
    margin-right: 0px;
}

.bottom-footer-copyright ul li a {
    color: hsl(var(--heading-color));
    text-decoration: underline !important;
    font-weight: 600;
    transition: 0.3s;
}

.bottom-footer-copyright ul li a:hover {
    color: hsl(var(--base));
}
/* ============= Footer End Here ======================= */
/* ============= Bottom Footer End Here ======================= */
.footer-bottom-inner {
    padding: 35px 0px;
    border-top: 1px solid hsl(var(--light)/0.2);
}

.bottom-footer-copyright ul {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .bottom-footer-copyright ul {
        justify-content: center;
    }
}

.bottom-footer-copyright ul li {
    margin-right: 24px;
    font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
    .bottom-footer-copyright ul li {
        margin-right: 10px;
    }
}

.bottom-footer-copyright ul li:last-child {
    margin-right: 0px;
}

.bottom-footer-copyright ul li a {
    color: hsl(var(--heading-color));
    text-decoration: underline !important;
    font-weight: 600;
    transition: 0.3s;
}

.bottom-footer-copyright ul li a:hover {
    color: hsl(var(--base));
}

.footer-social {
    text-align: right;
}
.footer-social a i{
    height: 35px;
    width: 35px;
    line-height: 35px;
    background: #ffffff;
    border: 1px solid hsl(var(--black)/0.1);
    text-align: center;
    border-radius: 50%;
    margin-left: 5px;
    transition: .2s;
    color : hsl(var(--body-color));
}
.footer-social a i:hover{
    background: hsl(var(--base));
    color: #ffffff;
    border: 1px solid hsl(var(--base));
}
@media screen and (max-width: 767px) {
    .footer-social {
        text-align: center;
    }
}

.footer-social a:last-child {
    margin-right: 0px;
}

.footer-item-left {
    max-width: 520px;
}

/* =============Bottom Footer End Here ======================= */
/* ===================== Scroll to Top Start ================================= */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    color: hsl(var(--white));
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 5;
    transition: 0.5s;
    cursor: pointer;
    transform: scale(0);
    background-color: hsl(var(--base));
}

.scroll-top:hover {
    color: hsl(var(--white));
    background-color: hsl(var(--base-d-100));
}

.scroll-top.show {
    transform: scale(1);
}

/* ===================== Scroll to Top End ================================= */
/* ================================= Template Selection Css Start =========================== */
::selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

/* ================================= Template Selection Css End ===========================  */
/* ================================= Social Icon Css Start =========================== */
.social-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.social-list__item {
    margin-right: 10px;
}

.social-list__item:last-child {
    margin-right: 0;
}

.social-list__link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    cursor: pointer;
    color: hsl(var(--white));
    background-color: hsl(var(--white)/0.15);
}

.social-list__link.active, .social-list__link:hover, .social-list__link:focus {
    background-color: hsl(var(--base));
    color: hsl(var(--white)) !important;
    border-color: hsl(var(--base)) !important;
}

@media screen and (max-width: 767px) {
    .social-list__link {
        width: 35px;
        height: 35px;
        font-size: 0.875rem;
    }
}
/* ================================= Social Icon Css End ===========================  */
/* ====================== About us section Start ==================== */
.about {
    position: relative;
}

.about__thumb {
    position: absolute;
    right: 0px;
    bottom: 100px;
    width: 50%;
    height: 60%;
    display: flex;
    justify-content: end;
}

@media screen and (max-width: 991px) {
    .about__thumb {
        display: none;
    }
}

.about-item {
    margin-bottom: 40px;
}

.about-item__icon {
    margin-bottom: 20px;
}

.about-item__icon img {
    transition: 1s ease-out 0s;
}

.about-item__title {
    margin-bottom: 20px;
}

.about-item:hover .about-item__icon img {
    transform: rotateY(360deg);
}

/* ====================== About us section End ==================== */
/* ====================== Features us section Start ==================== */
.features .features-item {
    padding: 40px 22px;
    border-radius: 8px;
    transition: 0.3s;
}

.features .features-item:hover {
    box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.03), 0px 12px 16px -4px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 575px) {
    .features .features-item {
        text-align: center;
    }
}

.features .features-item__icon {
    margin-bottom: 40px;
    width: 60px;
    height: 60px;
}

@media screen and (max-width: 575px) {
    .features .features-item__icon {
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

.features .features-item__icon img {
    transition: all 1s ease-out 0s;
}

.features .features-item__title {
    margin-bottom: 12px;
}

.features .features-item:hover .features-item__icon img {
    transform: rotateY(360deg);
}

@media screen and (max-width: 767px) {
    .section-btn {
        margin-bottom: 30px;
    }
}
/* ====================== Features us section End ==================== */
/* ============= Price Plan Start Here ======================= */
.price-item {
    padding: 32px;
    border-radius: 8px;
    height: 100%;
    transition: 0.3s;
    position: relative;
}

.price-item__badge {
    position: absolute;
    right: 0px;
    top: -23px;
    padding: 10px 20px;
    background-color: #F50058;
    color: hsl(var(--white));
    border-radius: 8px;
    font-weight: 700;
    font-family: var(--heading-font);
    font-size: 14px;
}

@media screen and (max-width: 991px) {
    .price-item__badge {
        top: -16px;
        padding: 6px 15px;
    }
}

@media screen and (max-width: 1199px) {
    .price-item {
        padding: 20px;
    }
}

.price-item:hover {
    box-shadow: var(--box-shadow);
}

.price-item__body {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid hsl(var(--border-color));
}

.price-item__header {
    padding-bottom: 32px;
    border-bottom: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 767px) {
    .price-item__header {
        padding-bottom: 20px;
    }
    .price-item__body {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

.price-item__title {
    margin-bottom: 5px;
}

.price-item__price {
    font-size: 56px;
    font-weight: 700;
    padding: 10px 0;
}

.price-item__price span {
    font-size: 2rem;
}

@media screen and (max-width: 1199px) {
    .price-item__price {
        font-size: 45px;
    }
}

@media screen and (max-width: 767px) {
    .price-item__price {
        font-size: 35px;
    }
}

.price-item__duration {
    margin-bottom: 25px;
}

.price-item__list {
    color: hsl(var(--heading-color));
}

.price-item__list li {
    margin-bottom: 15px;
    display: flex;
    gap: 15px;
}

.price-item__list li i {
    position: relative;
    top: 1px;
    font-size: 24px;
}

@media screen and (max-width: 1199px) {
    .price-item__list li i {
        font-size: 20px;
    }
}
/* ============= Price Plan e  End Here ======================= */
/* ================================= Counter Css Start =========================== */
.counter-area {
    position: relative;
    overflow: hidden;
}

.counter-area:before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    width: 80px;
    height: 80px;
    background-color: #1400F5;
    filter: blur(90px);
    z-index: 1;
    border-radius: 50%;
}

.counter-area:after {
    position: absolute;
    bottom: 0px;
    right: 0px;
    content: "";
    width: 80px;
    height: 80px;
    background-color: #B500F5;
    filter: blur(90px);
    z-index: 1;
    border-radius: 50%;
}

@media screen and (max-width: 991px) {
    .counterup-item {
        text-align: center;
    }
}

.counterup-item__text {
    font-size: 20px;
    font-weight: 700;
    color: hsl(var(--heading-color));
}

@media screen and (max-width: 1199px) {
    .counterup-item__text {
        font-size: 18px;
    }
}
/* ================================= Counter Css End =========================== */
/* ================== Sidebar Box & Title =================== */
.blog-sidebar {
    background-color: hsl(var(--section-bg));
    padding: 30px 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.blog-sidebar:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 575px) {
    .blog-sidebar {
        padding: 20px 15px;
    }
}

.blog-sidebar__title {
    position: relative;
    padding-bottom: 10px;
    color: hsl(var(--black));
}

.blog-sidebar__title::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background-color: hsl(var(--base));
    left: 0;
    bottom: 0px;
}

/* ========================= Category & Tags List Style ========================= */
.text-list {
  /* Category */
    font-weight: 600;
  /* Style Tag */
}

.text-list.style-category .text-list__item {
    border-bottom: 1px dashed hsl(var(--black)/0.2);
}

.text-list.style-category .text-list__item:last-child {
    border-bottom: 0;
}

.text-list.style-category .text-list__link {
    color: hsl(var(--black));
}

.text-list.style-category .text-list__link:hover {
    color: hsl(var(--base));
}

.text-list.style-tag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -7px;
}

.text-list.style-tag .text-list__item {
    padding: 7px;
}

.text-list.style-tag .text-list__link {
    color: hsl(var(--black));
    border: 1px solid hsl(var(--black)/0.08);
    padding: 6px 20px;
    border-radius: 3px;
}

.text-list.style-tag .text-list__link.active {
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
    color: hsl(var(--white));
}

.text-list.style-tag .text-list__link:hover {
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
    color: hsl(var(--white));
}

/* ======================== Latest Blog Css========================  */
.latest-blog {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid hsl(var(--black)/0.1);
}

.latest-blog:last-of-type {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0;
}

.latest-blog__thumb {
    width: 80px;
    max-height: 80px;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

@media screen and (max-width: 424px) {
    .latest-blog__thumb {
        width: 60px;
    }
}

.latest-blog__thumb a {
    display: block;
    height: 100%;
    width: 100%;
}

.latest-blog__content {
    width: calc(100% - 80px);
    padding-left: 15px;
}

@media screen and (max-width: 424px) {
    .latest-blog__content {
        width: calc(100% - 60px);
    }
}

.latest-blog__title {
    margin-bottom: 5px;
}

.latest-blog__title a {
    color: hsl(var(--heading-color));
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.latest-blog__title a:hover {
    color: hsl(var(--base));
}

/* ========================= Latest Blog Css End ===================*/
/* ================================= Comment Css Start =========================== */
.comment-list__item:last-child .comment-list__content {
    border-bottom: none;
}

.comment-list__thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .comment-list__thumb {
        width: 60px;
        height: 60px;
    }
}

.comment-list__content {
    width: calc(100% - 80px);
    padding-left: 15px;
    border-bottom: 1px solid hsl(var(--black)/0.1);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .comment-list__content {
        width: calc(100% - 60px);
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 575px) {
    .comment-list__content {
        padding-bottom: 20px;
        margin-bottom: 20px;
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
}

.comment-list__name {
    margin-bottom: 5px;
    color: hsl(var(--black));
}

.comment-list__time {
    margin-bottom: 15px;
}

.comment-list__time-icon {
    color: hsl(var(--base));
    margin-right: 5px;
}

.comment-list__reply {
    margin-top: 10px;
    display: inline-block;
}

.comment-list__reply-text {
    color: hsl(var(--black));
    font-weight: 400;
}

.comment-list__reply:hover .comment-list__reply-icon {
    color: hsl(var(--base));
}

.comment-list__reply-icon {
    transform: scaleX(-1);
    margin-left: 5px;
}

@media screen and (max-width: 767px) {
    .comment-list__reply-icon {
        font-size: 0.75rem;
    }
}

.comment-list .comment-list {
    margin-left: 70px;
}

.comment-list .comment-list.style-right .comment-list__item:last-child .comment-list__content {
    border-bottom: 1px solid hsl(var(--black)/0.1);
}

@media screen and (max-width: 575px) {
    .comment-list .comment-list {
        margin-left: 40px;
    }
}
/* ================================= Comment Css End =========================== */
/* ================================= Dashboard Fulid Sidebar Css Start =========================== */
.dashboard .sidebar-logo {
    text-align: center;
    margin: 24px 0;
}

@media screen and (max-width: 991px) {
    .dashboard .sidebar-logo {
        margin-top: 32px;
    }
}

.dashboard .sidebar-logo img {
    max-width: 170px;
    max-height: 60px;
}

.dashboard .sidebar-menu {
    height: 100vh;
    background-color: hsl(var(--white));
    overflow-y: auto;
    z-index: 999;
    transition: 0.2s linear;
    width: 300px;
    border-right: 1px solid hsl(var(--border-color));
    border-radius: 0;
    position: fixed;
    left: 0;
    top: 0;
    align-items: start;
    flex-direction: row;
}

.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__inner {
    width: 100%;
}

.dashboard .sidebar-menu.show-sidebar {
    transform: translateX(0);
}

@media screen and (max-width: 991px) {
    .dashboard .sidebar-menu {
        transform: translateX(-100%);
        z-index: 9992;
        border-radius: 0;
    }
}

.dashboard .sidebar-menu__close {
    position: absolute;
    top: 8px;
    right: 16px;
    color: hsl(var(--body-color));
    font-size: 1.25rem;
    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: hsl(var(--white));
    border-color: hsl(var(--white));
    color: hsl(var(--base));
}

.dashboard .sidebar-menu-list {
    margin-top: 40px;
}

.dashboard .sidebar-menu-list__item {
    margin-bottom: 6px;
}

.dashboard .sidebar-menu-list__item:last-child .sidebar-menu-list__link {
    border-bottom: 0;
}

.dashboard .sidebar-menu-list__item.active > a {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.dashboard .sidebar-menu-list__item.has-dropdown.active > a {
    color: hsl(var(--white));
}

.dashboard .sidebar-menu-list__item.has-dropdown.active > a:after {
    transform: rotate(90deg);
    right: 18px;
    color: hsl(var(--white));
}

.dashboard .sidebar-menu-list__item.has-dropdown > a:after {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-align: center;
    background: 0 0;
    right: 16px;
    top: 14px;
    transition: 0.1s linear;
    color: hsl(var(--body-color));
}

.dashboard .sidebar-menu-list__link {
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding: 9px 15px;
    padding-left: 60px;
    width: 100%;
    color: #6b717e;
    font-weight: 700;
}

.dashboard .sidebar-menu-list__link:hover {
    background-color: hsl(var(--base)/0.06);
}

.dashboard .sidebar-menu-list__link.active {
    color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__link .icon {
    margin-right: 8px;
    font-size: 20px;
    text-align: center;
    border-radius: 4px;
    vertical-align: middle;
}
.sidebar-menu-list span i{
    font-size: 22px;
}
.dashboard .sidebar-submenu {
    display: none;
}

.dashboard .sidebar-submenu.open-submenu {
    display: block;
}

.dashboard .sidebar-submenu-list {
    padding: 5px 0;
}

.dashboard .sidebar-submenu-list__item {
    margin-bottom: 6px;
    padding-left: 60px;
}

.dashboard .sidebar-submenu-list__item.active > a {
    color: hsl(var(--base));
    background-color: hsl(var(--base)/0.06);
}

.dashboard .sidebar-submenu-list__link {
    padding: 12px 15px;
    display: block;
    color: hsl(var(--body-color));
    color: #6b717e;
    font-weight: 500;
    margin-left: 20px;
    border-radius: 5px;
    position: relative;
    padding-left: 25px;
}

.dashboard .sidebar-submenu-list__link::before {
    left: 10px;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid hsl(var(--black)/0.4);
    border-radius: 50%;
}

.dashboard .sidebar-submenu-list__link:hover {
    background-color: hsl(var(--base)/0.04);
}

.dashboard .sidebar-submenu-list__link .icon {
    margin-right: 8px;
    text-align: center;
    border-radius: 4px;
}

/* ============ User Profile Css Start ============ */
/* Sidebar User Info Css */
.sidebar-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid hsl(var(--border-color));
    width: 100%;
    padding: 20px 24px;
    position: sticky;
    bottom: 0;
    left: 0;
    width: 299px;
    background-color: hsl(var(--white));
    align-self: flex-end;
}

.user-profile-info {
    display: flex;
    flex-wrap: wrap;
}

.user-profile-info__icon {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #F3F9FE;
    border: 1px solid hsl(var(--black)/0.1);
}

.user-profile-info__content {
    width: calc(100% - 50px);
    padding-left: 15px;
}

.user-profile-info__name {
    margin-bottom: 0px;
}

.user-profile-info__desc {
    color: hsl(var(--body-color));
    font-size: 15px;
}

/* ========= User Profile Css End ============== */
/* ================================= Dashboard Fulid Sidebar Css End =========================== */
/* ================= Slick Arrow & Dots css Start ================ */
.slick-initialized.slick-slider {
    margin: 0 -10px;
}

.slick-initialized.slick-slider .slick-track {
    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%;
    transform: translateY(-50%);
    border: none;
    color: hsl(var(--white));
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.2s linear;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    font-size: 20px;
}

@media screen and (max-width: 991px) {
    .slick-arrow {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .slick-arrow {
        width: 45px;
        height: 45px;
    }
}

.slick-arrow:hover {
    border-color: hsl(var(--base));
    background-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 Slider Arrow Style two ------------  */
.slick-arrow {
    position: absolute;
    z-index: 1;
    border: none;
    background-color: transparent;
    color: hsl(var(--white));
    width: 32px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: 0.4s;
    background-color: hsl(var(--black));
    color: hsl(var(--white));
    top: -67px;
}

@media screen and (max-width: 1199px) {
    .slick-arrow {
        top: -69px;
    }
}

@media screen and (max-width: 767px) {
    .slick-arrow {
        top: auto;
        bottom: -50px;
        right: 50%;
    }
}

.slick-arrow:hover {
    background-color: hsl(var(--black));
    color: hsl(var(--white));
}

.slick-next {
    right: 10px;
    background-color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
    .slick-next {
        top: auto;
        right: calc(50% - 37px);
    }
}

.slick-prev {
    right: 52px;
}

@media screen and (max-width: 767px) {
    .slick-prev {
        top: auto;
        right: calc(50% + 5px);
    }
}
/* Dots Css Start */
.slick-dots {
    text-align: center;
    padding-top: 20px;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    border: none;
    background-color: hsl(var(--black));
    color: hsl(var(--white));
    margin: 0 3px;
    width: 8px;
    height: 8px;
    border-radius: 1px;
    border-radius: 50%;
    text-indent: -9999px;
    transition: 0.3s linear;
}

.slick-dots li.slick-active button {
    background-color: hsl(var(--base));
    width: 25px;
    border-radius: 5px;
}

/* Dots Css End */
/* ================= Slick Arrow & Dots css Start ================ */
/* ================================= Start Rating Css Start =========================== */
.rating-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.rating-list__item {
    padding: 0 1px;
    color: #F5CE00;
}

.rating-list__text {
    color: hsl(var(--body-color));
}

/* ================================= Start Rating Css End =========================== */
/* ================================= Dashboard Css Start =========================== */
.dashboard {
    position: relative;
  /* User Info Css Start */
  /* User Info Css End */
  /* ================================= Dashboard Css End =========================== */
}

.dashboard__right {
    width: 100%;
    margin-left: 300px;
    background-color: #FAFAFA;
}

@media screen and (max-width: 991px) {
    .dashboard__right {
        width: 100%;
        margin-left: 0;
    }
}

.dashboard .dropdown {
    display: inline-block !important;
}

.dashboard .dashboard-header {
    padding: 0 24px;
    background-color: hsl(var(--white));
    border-bottom: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 1499px) {
    .dashboard .dashboard-header {
        padding: 0 40px;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-header {
        padding: 0 32px;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-header {
        padding: 0 24px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-header {
        padding: 0 16px;
    }
}

.dashboard .dashboard-header__inner {
    padding: 15px 0;
    gap: 10px;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-header__inner {
        display: block;
        text-align: center;
    }
}

.dashboard .dashboard-header__right {
    gap: 25px;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-header__right {
        justify-content: center;
        margin-top: 10px;
    }
}

.dashboard .dashboard-header .bd-btn {
    padding: 10px 25px;
    background-color: hsl(var(--base)/0.1);
    color: hsl(var(--base));
    border-radius: 5px;
    font-weight: 600;
}

.dashboard .dashboard-header .bd-btn:hover {
    background-color: hsl(var(--base)/0.2);
}

.dashboard .dashboard-header .bd-btn:active {
    position: relative;
    top: 2px;
}

.dashboard .dashboard-header .bd-btn .icon {
    margin-right: 5px;
}

.dashboard .dashboard-header .bd-btn.support {
    background-color: hsl(var(--primary)/0.1);
    color: hsl(var(--primary));
}

.dashboard .dashboard-header .bd-btn.support:hover {
    background-color: hsl(var(--primary)/0.2);
}

.dashboard .dashboard-header .bd-btn.logout {
    background-color: hsl(var(--danger)/0.1);
    color: hsl(var(--danger));
}

.dashboard .dashboard-header .bd-btn.logout:hover {
    background-color: hsl(var(--danger)/0.2);
}

.dashboard .user-info {
    position: relative;
    text-align: center;
}

.dashboard .user-info__button {
    position: relative;
    padding-right: 20px;
}

.dashboard .user-info__button::before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: hsl(var(--black));
    pointer-events: none;
}

.dashboard .user-info .user-info-dropdown {
    border-radius: 4px;
    overflow: hidden;
    transition: 0.25s linear;
    background-color: hsl(var(--white));
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    width: 230px;
    position: absolute;
    right: 0;
    z-index: 9;
    top: 100%;
    margin-top: 15px;
    padding: 15px;
    transform: scale(0.95);
    visibility: hidden;
    opacity: 0;
}

.dashboard .user-info .user-info-dropdown.show {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

@media screen and (max-width: 991px) {
    .dashboard .user-info .user-info-dropdown {
        transform: unset !important;
        top: 43px !important;
    }
}

.dashboard .user-info .user-info-dropdown__item:last-child .user-info-dropdown__link {
    border-bottom: 0 !important;
}

.dashboard .user-info .user-info-dropdown__link {
    padding: 8px 16px !important;
    color: #5d7387 !important;
    margin-left: 0 !important;
    width: 100%;
    font-weight: 600;
    text-align: left;
    border-radius: 5px;
}

.dashboard .user-info .user-info-dropdown__link.active {
    background-color: hsl(var(--base));
}

.dashboard .user-info .user-info-dropdown__link:hover {
    background-color: hsl(var(--base)/0.08);
    color: hsl(var(--base)) !important;
}

.dashboard .user-info .user-info-dropdown__link .icon {
    margin-right: 8px;
}

.dashboard .user-info__thumb {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50px;
    border: 1.5px solid #F5A200;
}

.dashboard .user-info__name {
    margin-left: 10px;
    font-weight: 700;
    color: hsl(var(--heading-color));
}

.dashboard .dashboard-body {
    position: relative;
    padding: 45px 25px;
    min-height: 100vh;
}

@media screen and (max-width: 1499px) {
    .dashboard .dashboard-body {
        padding: 56px 40px;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-body {
        padding: 56px 32px;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-body {
        padding: 40px 24px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-body {
        padding: 32px 16px;
    }
}

.dashboard .dashboard-body__bar-icon {
    color: hsl(var(--body-color));
    font-size: 1.5625rem;
    cursor: pointer;
}

.dashboard .dashboard-widget {
    padding: 24px;
    border-radius: 5px;
    background-color: hsl(var(--white));
    box-shadow: 0px 0px 20px rgba(231, 231, 231, 0.4);
    transition: 0.25s ease-in-out;
    border: 1.5px solid hsl(var(--base));
    height: 100%;
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-widget {
        padding: 16px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-widget {
        padding: 16px;
    }
}

.dashboard .dashboard-widget__icon {
    width: 50px;
    height: 50px;
    background-color: hsl(var(--base)/0.08);
    color: hsl(var(--base));
    border-radius: 5px;
    font-size: 1.5rem;
}

.dashboard .dashboard-widget__icon img {
    width: 32px;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-widget__icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

.dashboard .dashboard-widget__number {
    margin-bottom: 0px;
}

.dashboard .dashboard-widget__number-amount {
    color: hsl(var(--base));
    font-size: 24px;
    font-weight: 800;
    font-family: var(--body-font);
}

.dashboard .dashboard-widget__number-value {
    font-weight: 600;
    font-size: 1rem;
}

.dashboard .dashboard-widget__number-value i {
    transform: rotate(315deg);
}

.dashboard .dashboard-widget__text {
    color: hsl(var(--body-color)/0.7);
    margin-bottom: 5px;
    font-weight: 600;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-widget__text {
        font-size: 0.8125rem;
    }
}

.dashboard .dashboard-widget__left {
    margin-bottom: 20px;
}

.notifi__inner-header {
    padding: 15px 15px;
    padding-top: 5px;
    border-bottom: 1px solid hsl(var(--border-color));
}

.notifi__inner-header .caption {
    font-size: 0.75rem;
    font-weight: 700;
}

.notifi__inner-header p {
    font-size: 0.75rem;
}

.notifi__inner button i {
    color: #5b6e88;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15);
    font-size: 1.5rem;
}

.navbar-notifi {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 15px;
}

.dropdown-menu__item {
    border-bottom: 1px solid hsl(var(--border-color));
    width: 100%;
}

a.dropdown-menu__item:last-child {
    border-bottom: none;
}

.navbar-notifi:last-child {
    border-bottom: none;
}

.navbar-notifi__left {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
}

.navbar-notifi__right {
    width: calc(100% - 40px);
    padding-left: 10px;
}

.notifi__inner__footer .view-all-message {
    font-size: 0.75rem;
    display: block;
    padding: 15px 15px;
    text-align: center;
    color: #34495e;
    font-weight: 600;
}

.notifi__inner__footer {
    border-top: 1px solid hsl(var(--border-color));
}

.navbar-notifi__right .notifi__title {
    font-weight: 600;
    font-size: 0.875rem;
}

.dropdown-menu--md {
    min-width: 18rem;
}

.navbar-notifi__right .time {
    font-size: 0.875rem;
    color: hsl(var(--base));
}

.notifi__inner_body {
    max-height: 350px;
    overflow-y: scroll;
}

span.notifi-count-btn {
    position: absolute;
    content: "";
    background: #F50000;
    color: hsl(var(--white));
    width: 16px;
    height: 16px;
    font-size: 10px;
    border-radius: 50%;
    font-weight: 700;
    display: flex;
    top: -8px;
    align-items: center;
    justify-content: center;
    right: -4px;
    padding: 2px;
}

.edit-btn {
    color: hsl(var(--heading-color));
    padding: 10px;
    background-color: transparent;
    font-size: 20px;
}

.dashboard-card {
    padding: 30px;
    background: hsl(var(--white));
    border-radius: 8px;
    border: 1.5px solid hsl(var(--border-color));
}

@media screen and (max-width: 575px) {
    .dashboard-card {
        padding: 20px;
    }
}

.dashboard-card__header {
    margin-bottom: 30px;
}

.dashboard-card .step-count {
    color: hsl(var(--base));
    font-size: 20px;
    font-weight: 700;
}

.dashboard-card-box {
    max-width: 600px;
    margin: 0 auto;
}

.dashboard-card__success {
    max-width: 500px;
    margin: 0 auto;
}

.dashboard-form label {
    color: #88869A !important;
    font-size: 16px;
}

.add-box {
    background-color: hsl(var(--base)/0.08);
    border-radius: 8px 8px 0px 0px;
}

.add-box__header {
    padding: 10px;
    border-bottom: 1px solid hsl(var(--body-color)/0.2);
}

.add-box__title {
    font-family: var(--body-font);
}

@media screen and (max-width: 1399px) {
    .add-box__title {
        font-size: 16px;
    }
}

.add-box__body {
    padding: 30px 20px;
}

.add-box__footer .btn {
    border-radius: 0px 0px 8px 8px;
}

.new-form {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid hsl(var(--border-color));
}

.dashboard-widget-two {
    background: hsl(var(--white));
    padding: 45px 40px;
    border-radius: 8px;
    border: 1.5px solid hsl(var(--base));
}

@media screen and (max-width: 1499px) {
    .dashboard-widget-two {
        padding: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard-widget-two {
        padding: 20px;
    }
}

.dashboard-widget-two__thumb {
    width: 100px;
    height: 100px;
}

@media screen and (max-width: 1199px) {
    .dashboard-widget-two__thumb {
        width: 60px;
        height: 60px;
    }
}

.dashboard-widget-two__content {
    padding-left: 40px;
    width: calc(100% - 100px);
}

@media screen and (max-width: 1199px) {
    .dashboard-widget-two__content {
        padding-left: 20px;
        width: calc(100% - 60px);
    }
}

.dashboard-widget-two__text {
    font-size: 24px;
    font-weight: 600;
    color: hsl(var(--body-color)/0.7);
    margin-bottom: 15px;
}

@media screen and (max-width: 1199px) {
    .dashboard-widget-two__text {
        margin-bottom: 10px;
        font-size: 18px;
    }
}

.dashboard-widget-two__number-amount {
    color: hsl(var(--base));
    font-size: 40px;
    font-weight: 700;
    font-family: var(--body-font);
}

@media screen and (max-width: 1499px) {
    .dashboard-widget-two__number-amount {
        font-size: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard-widget-two__number-amount {
        font-size: 24px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard-widget-two__number-amount {
        font-size: 20px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard-deposits {
        display: block !important;
    }
}

.dashboard-deposits__left {
    width: calc(100% - 175px);
    padding-right: 50px;
}

@media screen and (max-width: 1499px) {
    .dashboard-deposits__left {
        padding-right: 10px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard-deposits__left {
        width: 100%;
        padding-right: 0px;
    }
}

.dashboard-deposits__right-list {
    padding: 15px;
    background-color: hsl(var(--section-bg));
    border: 1px dashed hsl(var(--body-color)/0.1);
    border-radius: 8px;
    max-height: 192px;
    width: 175px;
}

@media screen and (max-width: 424px) {
    .dashboard-deposits__right-list {
        width: 100%;
    }
}

.dashboard-deposits__right-list li {
    color: hsl(var(--base));
    margin-bottom: 15px;
}

.dashboard-deposits__right-list li:last-child {
    margin-bottom: 0px;
}

.dashboard-deposits__right-list li p {
    color: #88869A;
    font-size: 14px;
    font-weight: 600;
}

.dashboard-deposits__right-list li span {
    font-size: 12px;
}

/* =========================== Banner Section Start Here ========================= */
.banner-section {
    z-index: 1;
    padding: 180px 0 180px;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .banner-section {
        padding: 130px 0px 130px;
    }
}

@media screen and (max-width: 991px) {
    .banner-section {
        padding: 60px 0 60px;
    }
}

.banner-content__subtitle {
    color: hsl(var(--heading-color));
    font-size: 1.25rem;
    margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
    .banner-content__subtitle {
        font-size: 1rem;
    }
}

@media screen and (max-width: 575px) {
    .banner-content__subtitle img {
        width: 25px;
    }
}

@media screen and (max-width: 575px) {
    .banner-content__subtitle {
        margin-bottom: 15px;
    }
}

.banner-content__title {
    color: hsl(var(--heading-color));
    font-size: 4.5rem;
    margin-bottom: 25px;
}

@media screen and (max-width: 1499px) {
    .banner-content__title {
        font-size: 2.813rem;
    }
}

@media screen and (max-width: 767px) {
    .banner-content__title {
        font-size: 2rem;
    }
}

@media screen and (max-width: 575px) {
    .banner-content__title {
        margin-bottom: 15px;
    }
}

.banner-content__desc {
    max-width: 600px;
    color: hsl(var(--heading-color)/0.8);
    font-size: 1.25rem;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .banner-content__desc {
        font-size: 1rem;
    }
}

@media screen and (max-width: 575px) {
    .banner-content__desc {
        margin-bottom: 15px;
    }
}

.banner-content__button {
    margin-top: 25px;
}

.banner-content-thumb {
    position: absolute;
    right: 0px;
    max-width: 830px;
    bottom: 80px;
}

@media screen and (max-width: 1499px) {
    .banner-content-thumb {
        width: 50%;
    }
}

@media screen and (max-width: 991px) {
    .banner-content-thumb {
        position: relative;
        right: -16%;
        width: 100%;
        bottom: 0;
    }
}

.banner-content__client {
    display: flex;
    margin-top: 80px;
    gap: 20px;
    align-items: center;
}

@media screen and (max-width: 1499px) {
    .banner-content__client {
        margin-top: 50px;
    }
}

@media screen and (max-width: 575px) {
    .banner-content__client {
        margin-top: 30px;
        gap: 9px;
    }
}

.banner-content__client .thumb {
    max-width: 270px;
}

@media screen and (max-width: 575px) {
    .banner-content__client .thumb {
        width: 100px;
    }
}

.banner-content__client .number p span {
    font-size: 2rem;
    color: hsl(var(--base-two));
    font-weight: 600;
}

@media screen and (max-width: 575px) {
    .banner-content__client .number p span {
        font-size: 1.25rem;
    }
}

@media (min-width: 900px) and (max-width: 991px) {
    .banner-content-thumb {
        right: -21%;
    }
}

@media (min-width: 680px) and (max-width: 767px) {
    .banner-content-thumb {
        right: -21%;
    }
}
/* =========================== Banner Section End Here ========================= */
/* ================================ Testimonails Section Css Start ============================= */
.testimonials {
    position: relative;
    overflow: hidden;
}

.testimonails-card {
    padding-bottom: 20px;
}

.testimonial-item {
    background-color: hsl(var(--section-bg));
    padding: 32px;
    border-radius: 8px;
    position: relative;
    transition: 0.3s;
}

.testimonial-item:hover {
    box-shadow: var(--box-shadow);
}

@media screen and (max-width: 424px) {
    .testimonial-item {
        padding: 25px 15px;
    }
}

.testimonial-item__info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 18px;
}

.testimonial-item__thumb {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 424px) {
    .testimonial-item__thumb {
        width: 45px;
        height: 45px;
    }
}

.testimonial-item__details {
    width: calc(100% - 60px);
    padding-left: 20px;
}

@media screen and (max-width: 424px) {
    .testimonial-item__details {
        width: calc(100% - 45px);
        padding-left: 10px;
    }
}

.testimonial-item__name {
    margin-bottom: 0;
    color: hsl(var(--black));
}

.testimonial-item__designation {
    color: hsl(var(--body-color));
    font-size: 1rem;
}

.testimonial-item__desc {
    margin-top: 15px;
    color: hsl(var(--body-color));
}

@media screen and (max-width: 424px) {
    .testimonial-item__desc {
        margin-top: 10px;
        padding-top: 10px;
    }
}

[dir=rtl] .slick-slide {
    float: left !important;
}

[dir=rtl] .slick-slide .testimonial-item {
    text-align: left;
}

[dir=rtl] .slick-slide .rating-list {
    justify-content: end;
}

[dir=rtl] .slick-slide .testimonial-item__info {
    flex-direction: row-reverse;
}

/* ================================ Testimonails Section Css End ============================= */
/* ================================= Blog Section Css Start Here ============================= */
.blog-item {
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    transition: 0.3s;
    background-color: hsl(var(--section-bg));
}

.blog-item:hover {
    box-shadow: var(--box-shadow);
}

.blog-item:hover .blog-item__thumb img {
    transform: scale(1.1);
}

.blog-item__thumb {
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
    max-height: 300px;
}

.blog-item__thumb-link {
    width: 100%;
    height: 100%;
}

.blog-item__thumb-link img {
    transition: 0.2s linear;
}

.blog-item__content {
    background-color: hsl(var(--white)/0.07);
    padding: 24px;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .blog-item__content {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 424px) {
    .blog-item__content {
        padding: 25px 15px;
    }
}

.blog-item__title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 700;
}

@media screen and (max-width: 575px) {
    .blog-item__title {
        margin-top: 15px;
    }
}

.blog-item__title-link {
    color: hsl(var(--heading-color));
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-item__title-link:hover {
    color: hsl(var(--base));
}

.blog-item__desc {
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
    .blog-item__desc {
        margin-bottom: 15px;
    }
}

.btn--simple {
    color: hsl(var(--heading-color));
}

.btn--simple:hover {
    color: hsl(var(--base));
}

/* Text Border Bottom Animation Css Start */
.border-effect {
    display: inline !important;
    width: 100%;
    background-repeat: no-repeat;
    background-position-y: -2px;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-size: 0 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.border-effect:hover {
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-size: 100% 100%;
}

/* Text Border Bottom Animation Css Ends */
/* ================================= Blog Section Css End Here ================================= */
/* =========================================== Blog Details Css Start ==============================*/
.blog-details {
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0px 2px 15px hsl(var(--white)/0.25);
}

.blog-details__thumb {
    height: 500px;
    max-height: 100%;
}

@media screen and (max-width: 991px) {
    .blog-details__thumb {
        height: 350px;
    }
}

@media screen and (max-width: 767px) {
    .blog-details__thumb {
        height: 300px;
    }
}

.blog-details__content {
    padding: 35px 25px;
}

@media screen and (max-width: 767px) {
    .blog-details__content {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 575px) {
    .blog-details__content {
        padding: 25px 15px;
    }
}

.blog-details__title {
    margin-top: 20px;
    margin-bottom: 15px;
}

.blog-details__desc {
    margin-bottom: 15px;
}

.blog-details .social-list__link {
    border: 1px solid hsl(var(--black)/0.1);
    color: hsl(var(--body-color));
}

.blog-details .social-list__link:hover {
    border-color: hsl(var(--base));
    color: hsl(var(--white));
}

.quote-text {
    background-color: hsl(var(--base)/0.1);
    padding: 30px 20px;
    border-radius: 5px;
    border-left: 3px solid hsl(var(--base));
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .quote-text {
        padding: 25px 15px;
    }
}
/* ========================================== Blog Details Css End ======================================*/
/* =========================================== Account Css Start =========================*/
.account-form {
    position: relative;
    background-color: hsl(var(--section-bg));
    padding: 60px;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1;
}

.account-form:before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    width: 123px;
    height: 352px;
    background-color: #3100F5;
    filter: blur(188px);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.4;
}

.account-form:after {
    position: absolute;
    bottom: 0px;
    right: 0px;
    content: "";
    width: 123px;
    height: 300px;
    background-color: #F59300;
    filter: blur(188px);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.4;
}

@media screen and (max-width: 1199px) {
    .account-form {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 991px) {
    .account-form {
        padding: 35px 25px;
    }
}

@media screen and (max-width: 767px) {
    .account-form {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 424px) {
    .account-form {
        padding: 30px 15px;
    }
}

.signup-btn img {
    width: 16px;
    height: 16px;
}

/* ============================================ Account Css End ====================================*/
/* =========================================== contact Css Start =========================*/
.contact-content__list li {
    margin-bottom: 20px;
    font-size: 18px;
    color: hsl(var(--heading-color));
}

.contact-content__list li:last-child {
    margin-bottom: 0px;
}

.contact-content__list li a {
    color: hsl(var(--heading-color));
    transition: 0.3s;
}

.contact-content__list li a:hover {
    color: hsl(var(--base));
}

.contact-content__list li img {
    margin-right: 10px;
}

.faq-content__bottom h5 {
    color: hsl(var(--body-color));
    font-family: var(--body-font);
    font-weight: 700;
}

.faq-content__bottom a {
    text-decoration: underline;
    font-size: 18px;
}

/* =========================================== contact Css End =========================*/
/*# sourceMappingURL=main.css.map */



@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1370px;
    }
}


.other-option {
    position: relative;
    text-align: center;
    z-index: 1;
}
.other-option::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    z-index: -1;
    background: #ddd;
}
.other-option__text {
    background-color: #f6f4f8;
    color: #000;
    display: inline-block;
    padding:0px 12px;
}
.sidebar-submenu.active {
    display: block;
}
.form--control[type=file] {
    line-height: 50px;
    padding: 0;
    position: relative;
}

.form--control[type=file]::file-selector-button {
    border: 1px solid hsl(var(--black)/0.08);
    padding: 4px 6px;
    border-radius: 0.2em;
    background-color: hsl(var(--base)) !important;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: hsl(var(--white)) !important;
}

.form--control[type=file]::file-selector-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--black));
}

.signup-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}



/* Copy Animation */
.base-color {
  color: hsl(var(--main)) !important;
}

.copyInput {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.copied::after {
  position: absolute;
  top: 8px;
  right: 12%;
  width: 100px;
  display: block;
  content: "COPIED";
  font-size: 1em;
  padding: 5px 5px;
  color: #fff;
  background-color: #FF7000;
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  50% {
    opacity: 0.7;
    transform: translateX(40%);
  }

  70% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
  }
}




.cookies-card {
  width: 520px;
  padding: 30px;
  color: #1E2337;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
  transition: all .5s;
  background: #d1d1d1;
  border-radius: 5px;
}

.cookies-card.hide {
  bottom: -500px !important;
}

.radius--10px {
  border-radius: 10px;
}

.cookies-card__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #6e6f70;
  color: #fff;
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cookies-card__content {
  margin-bottom: 0;
}

.cookies-btn {
  color: #363636;
  text-decoration: none;
  padding: 10px 35px;
  margin: 3px 5px;
  display: inline-block;
  border-radius: 999px;
}

.cookies-btn:hover {
  color: #363636;
}


@media (max-width: 767px) {
  .cookies-card {
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    padding: 15px;
  }
}




.hover-input-popup {
  position: relative;
}

.input-popup {
  display: none;
}

.hover-input-popup .input-popup {
  display: block;
  position: absolute;
  bottom: 130%;
  left: 50%;
  width: 280px;
  background-color: #1a1a1a;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.input-popup::after {
  position: absolute;
  content: '';
  bottom: -19px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #1a1a1a transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input-popup p {
  padding-left: 20px;
  position: relative;
}

.input-popup p::before {
  position: absolute;
  content: '';
  font-family: 'Line Awesome Free';
  font-weight: 900;
  left: 0;
  top: 4px;
  line-height: 1;
  font-size: 18px;
}

.input-popup p.error {
  text-decoration: line-through;
}

.input-popup p.error::before {
  content: "\f057";
  color: #ea5455;
}

.input-popup p.success::before {
  content: "\f058";
  color: #28c76f;
}

label.required:after {
  content: '*';
  color: #DC3545 !important;
  margin-left: 2px;
}

.dashboard-body .table .btn.btn-sm {
  padding: 8px;
  font-size: 15px;
  border-radius: 4px;
}

.dashboard-body .btn--lg {
  padding: 15px 25px;
}

.badge--pending,
.badge--warning,
.badge--success,
.badge--primary,
.badge--danger,
.badge--dark {
  border-radius: 999px;
  padding: 2px 15px;
  position: relative;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
}

.badge--warning {
  background-color: rgba(255, 159, 67, 0.1);
  border: 1px solid #ff9f43;
  color: #ff9f43;
}

.badge--success {
  background-color: rgba(40, 199, 111, 0.1);
  border: 1px solid #28c76f;
  color: #28c76f;
}

.badge--danger {
  background-color: rgba(234, 84, 85, 0.1);
  border: 1px solid #ea5455;
  color: #ea5455;
}

.badge--primary {
  background-color: rgba(115, 103, 240, 0.1);
  border: 1px solid #4634ff;
  color: #4634ff;
}

.badge--dark {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid #000000;
  color: #000000;
}


.show-filter {
  display: none;
}

.alert.kyc-alert {
  background: #ffecb5 !important;
  border: #ff9f43;
}


@media(max-width:767px) {
  .responsive-filter-card {
    display: none;
    transition: none;
  }

  .show-filter {
    display: block;
  }
}



/* ////////////////// select 2 css //////////////// */
.select2-dropdown {
  border: 0 !important;
  margin-top: 8px !important;
  border-radius: 5px !important;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0.05), 6px 4px 19px rgb(115 103 240 / 20%)
}

.select2-search--dropdown {
  padding: 10px 10px !important;
  border-color: #ced4da !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ced4da !important;
  padding: 10px 20px;
}

.select2-results__option.select2-results__option--selected,
.select2-results__option--selectable,
.select2-container--default .select2-results__option--disabled {
  padding: 12px 14px !important;
  border-bottom: 1px solid #eee;
}

.select2-results__option.select2-results__message {
  text-align: center !important;
  padding: 12px 14px !important;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 8px;
  border-radius: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background: #ddd;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  position: absolute;
  right: 10px;
  top: 0;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  transition: .3s;
}

.select2-container--default .select2-selection--single {
  border-color: #ced4da !important;
  border-width: 1px !important;
  border-radius: .375rem !important;
  padding: .375rem .75rem !important;
  height: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  transform: rotate(-180deg);
}

.select2-results__option:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select2-results__option:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select2-results__option.select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f1f1f1 !important;
  color: #000 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #0099ff !important;
  box-shadow: 0 0 25px rgba(115, 103, 240 0.071) !important;
  outline: 0 !important;
}

.select2-dropdown .country-flag {
  width: 25px;
  height: 25px;
  border-radius: 8px;
}

.select2-dropdown .gateway-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px !important;
}

.select2-dropdown .gateway-subtitle {
  font-size: 12px;
  margin-bottom: 0px !important;
}

.select2-container--open .select2-selection.select2-selection--single,
.select2-container--open .select2-selection.select2-selection--multiple {
  border-color: hsl(var(--base)) !important;
  border-width: 1px !important;
  border-radius: .375rem !important;
}


.gateway-card {
  padding: 15px;
}

.payment-card-title {
  padding: 13px 25px;
  text-align: center;
  background-color: #0099ff;
  border-radius: 5px;
  border: 0;
  margin-bottom: 0px;
  color: #fff;
}

.payment-system-list {
  --thumb-width: 100px;
  --thumb-height: 40px;
  --radio-size: 12px;
  --border-color: #cccccf59;
  --hover-border-color: #0099ff;
  background-color: #fff;
  border-radius: 5px;
  height: 100%;

}


.payment-system-list.is-scrollable {
  max-height: min(388px, 70vh);
  overflow-x: auto;
  padding-block: 4px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;

}

.payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
  background-color: #0099ff;
  border-radius: 10px;
}

.payment-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 18px;
  border: 1px solid #fff;
  border-top-color: var(--border-color);
  transition: all 0.3s;
  border-left: 3px solid transparent;
}

.payment-item:first-child {
  border-top-color: #fff;
  border-radius: 5px 5px 0 0;
}

.payment-item:has(.payment-item__radio:checked) {
  border-left: 3px solid var(--hover-border-color);
  border-radius: 0px;
}

.payment-item__check {
  border: 3px solid transparent;
}

.payment-item:has(.payment-item__radio:checked) .payment-item__check {
  border: 3px solid #0099ff;
}

.payment-item__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: calc(100% - var(--thumb-width))
}

.payment-item__check {
  width: var(--radio-size);
  height: var(--radio-size);
  border: 1px solid #0099ff;
  display: inline-block;
  border-radius: 100%;

}

.payment-item__name {
  padding-left: 10px;
  width: calc(100% - var(--radio-size));
  transition: all 0.3s;
}

.payment-item__thumb {
  width: var(--thumb-width);
  height: var(--thumb-height);
  text-align: right;
  padding-left: 10px;

  &:has(.text) {
    width: fit-content;
  }
}

.payment-item__thumb img {
  max-width: var(--thumb-width);
  max-height: var(--thumb-height);
  object-fit: cover;
}


.deposit-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.deposit-info__title {
  max-width: 50%;
  margin-bottom: 0px;
  text-align: left;
}

.deposit-info__input {
  max-width: 50%;
  text-align: right;
  width: 100%;
}

.deposit-info__input-select {
  border: 1px solid var(--border-color);
  width: 100%;
  border-radius: 5px;
  padding-block: 6px;
}

.deposit-info__input-group {
  border: 1px solid var(--border-color);
  border-radius: 5px;

  .deposit-info__input-group-text {
    align-self: center;
    padding-left: 5px;
  }

}

.deposit-info__input-group .form--control {
  padding: 5px;
  border: 0;
  height: 35px;
  text-align: right;
}

.deposit-info__input-group .form--control:focus {
  box-shadow: unset;
}

.info-text .text,
.deposit-info__input .text {
  font-size: 14px;

}

.deposit-info__title .text.has-icon {
  display: flex;
  align-items: center;
  gap: 5px
}

.total-amount {
  border-top: 1px solid var(--border-color);
}

.total-amount .deposit-info__title {
  font-weight: 600;
}

.payment-item__btn {
  border: 0;
  border-block: 1px solid var(--border-color);
  border-bottom: 0;
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  font-weight: 500;
}

.payment-item:hover+.payment-item__btn {
  border-top-color: #fff;
}

button .spinner-border {
  --bs-spinner-width: 1.5rem;
  --bs-spinner-height: 1.5rem;
}

.adjust-height .payment-system-list.is-scrollable {
  max-height: 461px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}




.btn--primary {
  background-color: #0099ff !important;
}


.btn--primary:hover,
.btn--primary:focus,
.btn--primary:focus-visible {
  background-color: #063862 !important;

}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  background-color: #0099ff !important;
  color: #fff !important;
  opacity: 0.5;
}

.btn-outline--danger:disabled {
  background-color: hsl(var(--danger)) !important;
  opacity: 0.5;
}

.btn--primary {
  background-color: #0099ff !important;
}

.btn--primary:hover,
.btn--primary:focus,
.btn--primary:focus-visible {
  background-color: #063862 !important;
}

.select2 .selection {
  width: 100% !important;
  height: 46px;
}

 /* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
 
 .container-second {
        
        margin-top: 30px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-around;
    }
        /* Base Styles */
  .hero-section {
            min-height: 100vh;
            display: flex;
            align-items: center;
            padding: 80px 0 40px;
        }
        
  .hero-title {
    font-size: 3.6156rem !important;
    line-height: 1.2 !important;
    margin-bottom: 1rem !important;
    color: #212529;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    padding-bottom: 30px;
        }
        

        
  .hero-subtitle {
    font-size: 1.5rem;
    max-width: 100%;
    line-height: 1.6;
    color: black;
    padding-bottom: 30px;
        }
        
  .text-warn {
            
            width: 100%;
        }
        
        
  .Main-Title-with-Arrow {
            
            display: flex;
            width: 100%;
            margin-bottom: -20px;
            
        }
        
   .create-text-main {
            
            width: 100%;
        }
    .allow-png {
            max-width: 100%;
        }
        
  .arrow-image {
           position: relative;
           display: inline-block;
           max-width: 64%;
           height: auto;
           vertical-align: middle;
           right: -336px;
           top: 90px;
        } 
        
        /* Image Styles */
   .hero-main-image {
            max-height: 400px;
            object-fit: cover;
            border-radius: 10px;
        }
        
        /* Button Styles */
    .btn-lg {
            border-radius: 12px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
        }
        
    .btn-lg:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
        }
        
  .mobile-view-text {
            width: 40%;
            padding-bottom: 20px;
        }
   .mobile-view-img{
            width: 50%;
            padding-top: 50px;
        }
        
@media (max-width: 1400px) {
    .img{
            max-width: 110%;
    }
    .arrow-image{
    max-width: 70%;
    right: -264px;
    top: 90px;
    }
    .hero-title{
    font-size: 2.98rem !important;
    padding-bottom: 10px;
    }
    .hero-subtitle{
    font-size: 1.5rem;
    padding-bottom: 10px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .hero-title {
            font-size: 2.48rem !important;
            padding-bottom: 5px;
        }

   .hero-subtitle {
            font-size: 1.1rem;
            padding-bottom: 5px;
        }

  .arrow-image {
        max-width: 60%;
        right: -260px;
        top: 65px;
        } 

        }  
        
        /* Tablet Styles */
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-section {
            min-height: 35vh;
        }
    .hero-title {
        font-size: 1.82rem !important;
        text-align: left;
        padding-bottom: 1px;
        }

   .hero-subtitle {
        font-size: 0.8rem;
        padding-bottom: 1px;
        }

  .arrow-image {
        max-width: 65%;
        right: -180px;
        top: 50px;
        } 
        .mobile-view-img{
            padding-top: 10px;
        }
        }  
        
@media(min-width: 576px) and (max-width: 767.98px) {
   .mobile-view-text{
            width: 100%;
        }
    .mobile-view-img{
            width: 100%;
        }
    .container-second{
            display: flex;
            flex-direction: column-reverse;
            padding-bottom: 125px;
        }
    .hero-title {
            font-size: 3.56rem !important;
        }

   .hero-subtitle {
            font-size: 1.7rem;
        }

   .arrow-image {
         display: none;
        } 
        } 
        
@media(max-width: 575.98px) {
   .mobile-view-text{
            width: 100%;
        }
    .mobile-view-img{
            width: 100%;
        }
    .container-second{
            display: flex;
            flex-direction: column-reverse;
        }
     .hero-title {
            font-size: 2.26rem !important;
        }

    .hero-subtitle {
            font-size: 1rem;
        }

   .arrow-image {
         display: none;
        } 
        }
        

        

        











.login-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.min-vh-100 {
    min-height: 100vh;
    padding-top: 100px;
}

/* Login Card */
.login-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 35px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

/* Login Header */
.login-header .login-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.login-header .login-icon i {
    font-size: 28px;
    color: white;
}

.login-title {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.login-subtitle {
    color: #64748b;
    font-size: 14px;
    margin-bottom: 0;
}

/* Form Styles */
.form-label {
    font-weight: 600;
    color: #374151;
    font-size: 14px;
    margin-bottom: 8px;
}

/* ✅ INPUT GROUP FIXES - Bootstrap se bhi zyada specific */
.login-card .form-control {
    border: 2px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 12px 16px 12px 45px !important;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #ffffff !important;
    position: relative;
    z-index: 1;
    width: 100%;
}

.login-card .form-control:focus {
    border-color: #10b981 !important;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1) !important;
    background: #ffffff !important;
}

/* Input Group - Bootstrap conflicts ko override karein */
.login-card .input-group {
    position: relative !important;
    display: block !important;
}

.login-card .input-group-icon {
    position: absolute !important;
    left: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #10b981 !important;
    z-index: 10 !important;
    font-size: 16px !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: none !important;
    background: transparent !important;
}

.login-card .password-toggle {
    position: absolute !important;
    right: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #94a3b8 !important;
    cursor: pointer !important;
    z-index: 10 !important;
    transition: color 0.3s ease !important;
    font-size: 16px !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.login-card .password-toggle:hover {
    color: #10b981 !important;
    background: transparent !important;
}

/* ✅ ICONS KO HAMESHA VISIBLE RAKHNE KE LIYE */
.login-card .input-group-icon i,
.login-card .password-toggle i {
    color: inherit !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent !important;
}

/* ✅ FORM STATES MEIN BHI ICONS VISIBLE */
.login-card .form-control:focus ~ .input-group-icon,
.login-card .form-control:active ~ .input-group-icon,
.login-card .form-control:valid ~ .input-group-icon,
.login-card .form-control:not(:placeholder-shown) ~ .input-group-icon {
    color: #10b981 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.login-card .form-control:focus ~ .password-toggle,
.login-card .form-control:active ~ .password-toggle,
.login-card .form-control:valid ~ .password-toggle,
.login-card .form-control:not(:placeholder-shown) ~ .password-toggle {
    color: #94a3b8 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.login-card .form-control:focus ~ .password-toggle:hover,
.login-card .form-control:active ~ .password-toggle:hover {
    color: #10b981 !important;
}

/* Checkbox */
.login-card .form-check-input {
    border: 2px solid #cbd5e1 !important;
}

.login-card .form-check-input:checked {
    background-color: #10b981 !important;
    border-color: #10b981 !important;
}

.login-card .form-check-label {
    color: #64748b;
    font-size: 14px;
}

/* Links */
.login-card .forgot-link {
    color: #64748b;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.login-card .forgot-link:hover {
    color: #10b981;
}

/* Login Button */
.login-card .btn-login {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 14px 20px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    color: white !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3) !important;
}

.login-card .btn-login:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4) !important;
    color: white !important;
}

/* Divider */
.login-card .divider {
    text-align: center;
    position: relative;
    color: #94a3b8;
    font-size: 14px;
}

.login-card .divider::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 45%;
    height: 1px;
    background: #e2e8f0;
}

.login-card .divider::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 45%;
    height: 1px;
    background: #e2e8f0;
}

/* Social Login */
.login-card .social-login .btn {
    border: 2px solid #a7f3d0 !important;
    border-radius: 12px !important;
    padding: 12px !important;
    font-weight: 500 !important;
    color: #10b981 !important;
    background: rgba(167, 243, 208, 0.1) !important;
    transition: all 0.3s ease !important;
}

.login-card .social-login .btn:hover {
    background: #10b981 !important;
    color: white !important;
    border-color: #10b981 !important;
    transform: translateY(-1px) !important;
}

/* Sign Up Link */
.login-card .signup-link p {
    color: #64748b;
    font-size: 14px;
    margin-bottom: 0;
}

.login-card .signup-link a {
    color: #10b981;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.login-card .signup-link a:hover {
    color: #059669;
    text-decoration: underline;
}

/* ✅ EMERGENCY FIX - Agar abhi bhi icons hide hon */
.login-card .input-group-icon,
.login-card .password-toggle,
.login-card .input-group-icon i,
.login-card .password-toggle i {
    color: inherit !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* ✅ FORCE VISIBILITY ON ALL STATES */
.login-card .form-control:not(:focus) ~ .input-group-icon,
.login-card .form-control:focus ~ .input-group-icon,
.login-card .form-control:placeholder-shown ~ .input-group-icon,
.login-card .form-control:not(:placeholder-shown) ~ .input-group-icon {
    color: #10b981 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Responsive Design */
@media (max-width: 767.98px) {
    .login-section {
        padding: 40px 0;
    }
    
    .login-card {
        padding: 30px 25px;
        margin: 0 15px;
    }
    
    .login-title {
        font-size: 24px;
    }
}










.register-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.min-vh-100 {
    min-height: 100vh;
}

/* Auth Card */
.auth-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 35px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Auth Header */
.auth-header .auth-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
}

.auth-header .auth-icon i {
    color: white;
}

.auth-title {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.auth-subtitle {
    color: #64748b;
    font-size: 14px;
    margin-bottom: 0;
}

/* Form Styles */
.auth-card .form-label {
    font-weight: 600;
    color: #374151;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

/* ✅ INPUT GROUP FIXES - Bootstrap conflicts ko override karein */
.auth-card .form-control {
    border: 2px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 12px 16px 12px 45px !important;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #ffffff !important;
    width: 100% !important;
    position: relative;
    z-index: 1;
}

.auth-card .form-control:focus {
    border-color: #10b981 !important;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1) !important;
    outline: none !important;
    background: #ffffff !important;
}

/* ✅ FORM SELECT FIXES */
.auth-card .form-select {
    border: 2px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 12px 16px 12px 45px !important;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #ffffff !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 16px !important;
}

.auth-card .form-select:focus {
    border-color: #10b981 !important;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1) !important;
    outline: none !important;
}

/* ✅ INPUT GROUP FIXES */
.auth-card .input-group {
    position: relative !important;
    display: block !important;
}

.auth-card .input-group-icon {
    position: absolute !important;
    left: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #10b981 !important;
    z-index: 10 !important;
    font-size: 16px !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: none !important;
    background: transparent !important;
}

.auth-card .password-toggle {
    position: absolute !important;
    right: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #94a3b8 !important;
    cursor: pointer !important;
    z-index: 10 !important;
    transition: color 0.3s ease !important;
    font-size: 16px !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.auth-card .password-toggle:hover {
    color: #10b981 !important;
    background: transparent !important;
}

/* ✅ ICONS KO HAMESHA VISIBLE RAKHNE KE LIYE */
.auth-card .input-group-icon i,
.auth-card .password-toggle i {
    color: inherit !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent !important;
}

/* ✅ FORM STATES MEIN BHI ICONS VISIBLE */
.auth-card .form-control:focus ~ .input-group-icon,
.auth-card .form-control:active ~ .input-group-icon,
.auth-card .form-control:valid ~ .input-group-icon,
.auth-card .form-control:not(:placeholder-shown) ~ .input-group-icon {
    color: #10b981 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.auth-card .form-control:focus ~ .password-toggle,
.auth-card .form-control:active ~ .password-toggle,
.auth-card .form-control:valid ~ .password-toggle,
.auth-card .form-control:not(:placeholder-shown) ~ .password-toggle {
    color: #94a3b8 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.auth-card .form-control:focus ~ .password-toggle:hover,
.auth-card .form-control:active ~ .password-toggle:hover {
    color: #10b981 !important;
}

/* ✅ FORM SELECT KE LIYE BHI ICONS FIX */
.auth-card .form-select ~ .input-group-icon {
    color: #10b981 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Checkbox */
.auth-card .form-check-input {
    width: 18px !important;
    height: 18px !important;
    border: 2px solid #cbd5e1 !important;
    border-radius: 4px !important;
    margin-top: 0.2em !important;
}

.auth-card .form-check-input:checked {
    background-color: #10b981 !important;
    border-color: #10b981 !important;
}

.auth-card .form-check-input:focus {
    border-color: #10b981 !important;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1) !important;
}

.auth-card .form-check-label {
    color: #64748b;
    font-size: 14px;
    margin-left: 8px;
}

.policy-link {
    color: #10b981;
    text-decoration: none;
    font-weight: 600;
}

.policy-link:hover {
    color: #059669;
    text-decoration: underline;
}

/* Button */
.auth-card .btn-primary {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 14px 20px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    color: white !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3) !important;
    width: 100% !important;
}

.auth-card .btn-primary:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4) !important;
    color: white !important;
}

/* Error Message */
.auth-card .error-message {
    color: #ef4444;
    font-size: 12px;
    font-weight: 500;
}

/* Border danger for invalid email */
.auth-card .border-danger {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1) !important;
}

/* Have Account Link */
.auth-card .have-account {
    color: #64748b;
    font-size: 14px;
    margin-bottom: 0;
}

.auth-card .have-account a {
    color: #10b981;
    text-decoration: none;
    font-weight: 600;
    margin-left: 4px;
}

.auth-card .have-account a:hover {
    color: #059669;
    text-decoration: underline;
}

/* Modal Styling */
.modal-content {
    border-radius: 16px;
    border: none;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.modal-header {
    border-bottom: 1px solid #e2e8f0;
    padding: 20px 24px;
}

.modal-title {
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0;
}

.modal-body {
    padding: 24px;
}

.modal-icon {
    color: #f59e0b;
    font-size: 48px;
}

.modal-footer {
    border-top: 1px solid #e2e8f0;
    padding: 20px 24px;
}

/* Social Login */
.auth-card .social-login .btn {
    border: 2px solid #a7f3d0 !important;
    border-radius: 12px !important;
    padding: 12px !important;
    font-weight: 500 !important;
    color: #10b981 !important;
    background: rgba(167, 243, 208, 0.1) !important;
    transition: all 0.3s ease !important;
}

.auth-card .social-login .btn:hover {
    background: #10b981 !important;
    color: white !important;
    border-color: #10b981 !important;
    transform: translateY(-1px) !important;
}

/* ✅ EMERGENCY FIX - Agar abhi bhi icons hide hon */
.auth-card .input-group-icon,
.auth-card .password-toggle,
.auth-card .input-group-icon i,
.auth-card .password-toggle i {
    color: inherit !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* ✅ FORCE VISIBILITY ON ALL STATES */
.auth-card .form-control:not(:focus) ~ .input-group-icon,
.auth-card .form-control:focus ~ .input-group-icon,
.auth-card .form-control:placeholder-shown ~ .input-group-icon,
.auth-card .form-control:not(:placeholder-shown) ~ .input-group-icon {
    color: #10b981 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .register-section {
        padding: 120px 0;
    }
    
    .auth-card {
        padding: 30px 20px;
        margin: 0 15px;
    }
    
    .auth-title {
        font-size: 24px;
    }
    
    .row.g-3 > [class*="col-"] {
        padding-left: 8px;
        padding-right: 8px;
    }
}








.forgot-password-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.min-vh-100 {
    min-height: 100vh;
}

/* Auth Card */
.auth-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 35px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Auth Header */
.auth-header .auth-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.auth-header .auth-icon i {
    color: white;
}

.auth-title {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.auth-subtitle {
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Form Styles */
.form-label {
    font-weight: 600;
    color: #374151;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

.form-control {
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #ffffff;
    width: 100%;
}

.form-control:focus {
    border-color: #10b981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
    outline: none;
}

/* Input Group */
.input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.input-group-icon {
    position: absolute;
    left: 15px;
    color: #10b981;
    z-index: 2;
}

.input-group .form-control {
    padding-left: 45px;
}

/* Buttons */
.btn-primary {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border: none;
    border-radius: 12px;
    padding: 14px 20px;
    font-weight: 600;
    font-size: 16px;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
    color: white;
}

/* Have Account Link */
.have-account {
    color: #64748b;
    font-size: 14px;
    margin-bottom: 0;
}

.have-account a {
    color: #10b981;
    text-decoration: none;
    font-weight: 600;
    margin-left: 4px;
}

.have-account a:hover {
    color: #059669;
    text-decoration: underline;
}

/* Captcha Styling */
.verify-gcaptcha .h-captcha {
    margin-bottom: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .forgot-password-section {
        padding: 40px 0;
    }
    
    .auth-card {
        padding: 30px 20px;
        margin: 0 15px;
    }
    
    .auth-title {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .auth-card {
        padding: 25px 15px;
    }
    
    .auth-header .auth-icon {
        width: 60px;
        height: 60px;
    }
    
    .auth-header .auth-icon i {
        font-size: 1.5rem;
    }
}

/* Loading State */
.btn-primary:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

/* Success/Error Messages */
.alert {
    border-radius: 12px;
    border: none;
    padding: 12px 16px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.alert-success {
    background: #d1fae5;
    color: #065f46;
    border-left: 4px solid #10b981;
}

.alert-danger {
    background: #fee2e2;
    color: #991b1b;
    border-left: 4px solid #ef4444;
}

.verify-email-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.min-vh-100 {
    min-height: 100vh;
}


/* Auth Card */
.auth-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 35px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Auth Header */
.auth-header .auth-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.auth-header .auth-icon i {
    color: white;
}

.auth-title {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.auth-subtitle {
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

.email-display {
    background: #f1f5f9;
    border-radius: 8px;
    padding: 8px 16px;
    display: inline-block;
}

.email-text {
    color: #10b981;
    font-weight: 600;
    font-size: 14px;
}

/* Verification Code Styles */
.verification-code-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.verification-inputs {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.verification-input {
    width: 50px !important;
    height: 55px !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 12px !important;
    text-align: center;
    font-size: 20px !important;
    font-weight: 600;
    background: #ffffff;
    transition: all 0.3s ease;
    color: #1e293b;
    outline: none;
}

.verification-input:focus {
    border-color: #10b981 !important;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1) !important;
    transform: scale(1.05);
}

.verification-input.filled {
    border-color: #10b981 !important;
    background: #f0fdf4;
    color: #065f46;
}

/* Form Label */
.form-labels {
    font-weight: 600;
    color: #374151;
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
    text-align: center;
}

/* Buttons */
.btn-primary {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border: none;
    border-radius: 12px;
    padding: 14px 20px;
    font-weight: 600;
    font-size: 16px;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
    color: white;
}

.btn-primary:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

/* Verification Help Text */
.verification-help {
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

.resend-link {
    color: #10b981;
    text-decoration: none;
    font-weight: 600;
    margin-left: 4px;
}

.resend-link:hover {
    color: #059669;
    text-decoration: underline;
}

@media (max-width: 1400px) {
    .col-xl-4{
        width: 40%;
        }
}

@media (max-width: 1200px) {
    .col-xl-4{
        width: 50%;
        }
}
@media (max-width: 992px) {
    
    .col-md-col{
        width: 70%;
    }
    .verify-email-section {
        padding: 40px 0;
    }
    
    .auth-card {
        padding: 30px 20px;
        margin: 0 15px;
    }
    
    .auth-title {
        font-size: 24px;
    }
    
    .verification-inputs {
        gap: 10px;
    }
    
    .verification-input {
        width: 50px !important;
        height: 50px !important;
        font-size: 18px !important;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .verify-email-section {
        padding: 40px 0;
    }
    
    .auth-card {
        padding: 30px 20px;
        margin: 0 15px;
    }
    
    .auth-title {
        font-size: 24px;
    }
    
    .verification-inputs {
        gap: 10px;
    }
    
    .verification-input {
        width: 50px !important;
        height: 50px !important;
        font-size: 18px !important;
    }
    .col-md-6{
        width: 90%;
    }
}

@media (max-width: 480px) {
    .col-md-6{
        width: 100%;
    }
    .auth-card {
        padding: 25px 15px;
    }
    
    .auth-header .auth-icon {
        width: 60px;
        height: 60px;
    }
    
    .auth-header .auth-icon i {
        font-size: 1.5rem;
    }
    
    .verification-inputs {
        gap: 4px;
    }
    
    .verification-input {
        width: 40px !important;
        height: 40px !important;
        font-size: 11px !important;
    }
    
    .email-display {
        padding: 6px 12px;
    }
    
    .email-text {
        font-size: 12px;
    }
}

.reset-password-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.min-vh-100 {
    min-height: 100vh;
    
}

/* Auth Card */
.auth-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 35px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Auth Header */
.auth-header .auth-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.auth-header .auth-icon i {
    color: white;
}

.auth-title {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.auth-subtitle {
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: center;
}

/* Form Styles */
.form-label {
    font-weight: 600;
    color: #374151;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

.form-control {
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #ffffff;
    width: 100%;
}

.form-control:focus {
    border-color: #10b981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
    outline: none;
}

/* Input Group */
.input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.input-group-icon {
    position: absolute;
    left: 15px;
    color: #10b981;
    z-index: 2;
}

.input-group .form-control {
    padding-left: 45px;
    padding-right: 45px;
}

.password-toggle {
    position: absolute;
    right: 15px;
    color: #94a3b8;
    cursor: pointer;
    z-index: 2;
    transition: color 0.3s ease;
}

.password-toggle:hover {
    color: #10b981;
}

/* Password Requirements */
.password-requirements {
    background: #f8fafc;
    border-radius: 8px;
    padding: 10px 12px;
    border-left: 3px solid #10b981;
}

.password-requirements small {
    font-size: 12px;
    line-height: 1.4;
}

/* Password Strength Meter */
.password-strength-meter {
    margin-top: 10px;
}

.strength-bar {
    width: 100%;
    height: 6px;
    background: #e2e8f0;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 5px;
}

.strength-level {
    height: 100%;
    width: 0%;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.strength-level.weak {
    width: 33%;
    background: #ef4444;
}

.strength-level.medium {
    width: 66%;
    background: #f59e0b;
}

.strength-level.strong {
    width: 100%;
    background: #10b981;
}

.strength-text {
    font-size: 12px;
    font-weight: 500;
}

.strength-text.weak { color: #ef4444; }
.strength-text.medium { color: #f59e0b; }
.strength-text.strong { color: #10b981; }

/* Buttons */
.btn-primary {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border: none;
    border-radius: 12px;
    padding: 14px 20px;
    font-weight: 600;
    font-size: 16px;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
    color: white;
}

.btn-primary:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

/* Success/Error Messages */
.alert {
    border-radius: 12px;
    border: none;
    padding: 12px 16px;
    margin-bottom: 20px;
}

.alert-success {
    background: #d1fae5;
    color: #065f46;
    border-left: 4px solid #10b981;
}

.alert-danger {
    background: #fee2e2;
    color: #991b1b;
    border-left: 4px solid #ef4444;
}

/* Responsive Design */
@media (max-width: 768px) {
    .reset-password-section {
        padding: 40px 0;
    }
    
    .auth-card {
        padding: 30px 20px;
        margin: 0 15px;
    }
    
    .auth-title {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .auth-card {
        padding: 25px 15px;
    }
    
    .auth-header .auth-icon {
        width: 60px;
        height: 60px;
    }
    
    .auth-header .auth-icon i {
        font-size: 1.5rem;
    }
    
    .password-requirements {
        padding: 8px 10px;
    }
}

.twofa-verification-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.min-vh-100 {
    min-height: 100vh;
}

/* Auth Card */
.auth-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 35px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Auth Header */
.auth-header .auth-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.auth-header .auth-icon i {
    color: white;
}

.auth-title {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.auth-subtitle {
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: center;
}

/* Verification Code Styles */
.verification-code-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.verification-inputs {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.verification-input {
    width: 50px !important;
    height: 55px !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 12px !important;
    text-align: center;
    font-size: 20px !important;
    font-weight: 600;
    background: #ffffff;
    transition: all 0.3s ease;
    color: #1e293b;
    outline: none;
}

.verification-input:focus {
    border-color: #10b981 !important;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1) !important;
    transform: scale(1.05);
}

.verification-input.filled {
    border-color: #10b981 !important;
    background: #f0fdf4;
    color: #065f46;
}

/* Form Label */
.form-labels {
    font-weight: 600;
    color: #374151;
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
    text-align: center;
}

/* Buttons */
.btn-primary {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border: none;
    border-radius: 12px;
    padding: 14px 20px;
    font-weight: 600;
    font-size: 16px;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
    color: white;
}

.btn-primary:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

/* Verification Help Text */
.verification-help {
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

.help-link {
    color: #10b981;
    text-decoration: none;
    font-weight: 600;
    margin-left: 4px;
}

.help-link:hover {
    color: #059669;
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .twofa-verification-section {
        padding: 40px 0;
    }
    
    .auth-card {
        padding: 30px 20px;
        margin: 0 15px;
    }
    
    .auth-title {
        font-size: 24px;
    }
    
    .verification-inputs {
        gap: 10px;
    }
    
    .verification-input {
        width: 50px !important;
        height: 50px !important;
        font-size: 18px !important;
    }
}

@media (max-width: 480px) {
    .auth-card {
        padding: 25px 15px;
    }
    
    .auth-header .auth-icon {
        width: 60px;
        height: 60px;
    }
    
    .auth-header .auth-icon i {
        font-size: 1.5rem;
    }
    
    .verification-inputs {
        gap: 8px;
    }
    
    .verification-input {
        width: 45px !important;
        height: 45px !important;
        font-size: 16px !important;
    }
}

.verify-email-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.min-vh-100 {
    min-height: 100vh;
}

/* Auth Card */
.auth-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 35px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Auth Header */
.auth-header .auth-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.auth-header .auth-icon i {
    color: white;
}

.auth-title {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.auth-subtitle {
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: center;
}

.email-display {
    background: #f1f5f9;
    border-radius: 8px;
    padding: 8px 16px;
    display: inline-block;
}

.email-text {
    color: #10b981;
    font-weight: 600;
    font-size: 14px;
}

/* Verification Code Styles */
.verification-code-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.verification-inputs {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.verification-input {
    width: 50px !important;
    height: 55px !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 12px !important;
    text-align: center;
    font-size: 20px !important;
    font-weight: 600;
    background: #ffffff;
    transition: all 0.3s ease;
    color: #1e293b;
    outline: none;
}

.verification-input:focus {
    border-color: #10b981 !important;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1) !important;
    transform: scale(1.05);
}

.verification-input.filled {
    border-color: #10b981 !important;
    background: #f0fdf4;
    color: #065f46;
}

/* Form Label */
.form-labels {
    font-weight: 600;
    color: #374151;
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
    text-align: center;
}

/* Buttons */
.btn-primary {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border: none;
    border-radius: 12px;
    padding: 14px 20px;
    font-weight: 600;
    font-size: 16px;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
    color: white;
}

.btn-primary:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

/* Verification Help Text */
.verification-help {
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

.countdown-text {
    color: #10b981;
    font-size: 16px;
}

.try-again-link {
    color: #10b981;
    text-decoration: none;
    font-weight: 600;
    margin-left: 4px;
}

.try-again-link:hover {
    color: #059669;
    text-decoration: underline;
}

/* Logout Link */
.logout-link {
    color: #64748b;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.logout-link:hover {
    color: #ef4444;
}

/* Resend Info */
.resend-info {
    background: #f8fafc;
    border-radius: 8px;
    padding: 12px 16px;
    border-left: 3px solid #10b981;
}

/* Responsive Design */
@media (max-width: 768px) {
    .verify-email-section {
        padding: 40px 0;
    }
    
    .auth-card {
        padding: 30px 20px;
        margin: 0 15px;
    }
    
    .auth-title {
        font-size: 24px;
    }
    
    .verification-inputs {
        gap: 10px;
    }
    
    .verification-input {
        width: 50px !important;
        height: 50px !important;
        font-size: 18px !important;
    }
}

@media (max-width: 480px) {
    .auth-card {
        padding: 25px 15px;
    }
    
    .auth-header .auth-icon {
        width: 60px;
        height: 60px;
    }
    
    .auth-header .auth-icon i {
        font-size: 1.5rem;
    }
    
    .verification-inputs {
        gap: 4px;
    }
    
    .verification-input {
        width: 45px !important;
        height: 45px !important;
        font-size: 16px !important;
    }
    
    .email-display {
        padding: 6px 12px;
    }
    
    .email-text {
        font-size: 12px;
    }
    
    .resend-info {
        padding: 10px 12px;
    }
}

    /* Color Variables */
    :root {
        --primary-color: #10b981;
        --primary-dark: #059669;
        --primary-light: #a7f3d0;
        --secondary-color: #a7f3d0;
        --text-dark: #1e293b;
        --text-muted: #64748b;
        --border-color: #e2e8f0;
    }

    /* Alert Styling */
    .alert-danger-custom {
        background: #fef2f2;
        border: 1px solid #fecaca;
        border-left: 4px solid #ef4444;
        border-radius: 12px;
        padding: 16px 20px;
    }

    .alert-info-custom {
        background: #f0f9ff;
        border: 1px solid #bae6fd;
        border-left: 4px solid #0ea5e9;
        border-radius: 12px;
        padding: 16px 20px;
    }

    .alert-warning-custom {
        background: #fffbeb;
        border: 1px solid #fed7aa;
        border-left: 4px solid #f59e0b;
        border-radius: 12px;
        padding: 16px 20px;
    }

    .alert-heading {
        color: var(--text-dark);
        font-weight: 600;
        font-size: 1.1rem;
    }

    .alert-link {
        color: var(--primary-color);
        text-decoration: none;
        font-weight: 500;
    }

    .alert-link:hover {
        color: var(--primary-dark);
        text-decoration: underline;
    }

    /* Balance Cards Styling */
    .balance-card {
        transition: all 0.3s ease;
        border: 1px solid #e2e8f0;
        background-color: #fff; 
        border-radius: 5px;
    }

    .balance-card:hover {
        transform: translateY(-5px);
    }

    .icon-wrapper {
        width: 60px;
        height: 60px;
        transition: all 0.3s ease;
    }

    .balance-card:hover .icon-wrapper {
        transform: scale(1.1);
    }

    .bg-primary {
        background: linear-gradient(135deg, var(--primary-color), var(--primary-dark)) !important;
    }

    .bg-secondary {
        background: linear-gradient(135deg, var(--secondary-color), var(--primary-color)) !important;
    }

    .balance-title {
        font-size: 0.9rem;
        font-weight: 500;
    }

    .balance-amount {
        font-size: 1.8rem;
        color: var(--text-dark);
    }

    /* Main Card Styling */
    .custom--card {
        background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
        border-radius: 20px;
        border: 1px solid var(--border-color);
    }

    /* Icon Box */
    .icon-box {
        width: 80px;
        height: 80px;
        margin: 0 auto;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 8px 25px rgba(16, 185, 129, 0.2);
        transition: all 0.5s ease;
        animation: float 3s ease-in-out infinite;
    }

    .icon-box i {
        font-size: 2.5rem;
    }

    /* Main Heading */
    h2 {
        color: var(--text-dark);
        font-size: 2.2rem;
        font-weight: 700;
    }

    .lead {
        color: var(--text-muted);
        font-size: 1.1rem;
    }

    /* Earning and Hold Cards */
    .earning-card, .hold-card {
        transition: all 0.4s ease;
        animation: fadeInUp 1s ease-out;
        border: 1px solid var(--border-color);
    }

    .earning-card:hover, .hold-card:hover {
        transform: translateY(-10px) scale(1.02);
        border-color: var(--primary-color);
    }

    .earning-icon i, .hold-icon i {
        transition: all 0.3s ease;
        font-size: 3rem;
        color: var(--primary-color);
    }

    .earning-card:hover .earning-icon i {
        transform: scale(1.2) rotate(5deg);
        color: var(--primary-dark);
    }

    .hold-card:hover .hold-icon i {
        transform: scale(1.2) rotate(-5deg);
        color: var(--primary-dark);
    }

    .highlight-amount span, .highlight-days span {
        font-size: 3rem;
        color: var(--primary-color);
        font-weight: 800;
        display: block;
    }

    /* Button Styling */
    .btn-primarys {
        background: linear-gradient(135deg, var(--primary-color), var(--primary-dark)) !important;
        border: none;
        border-radius: 12px;
        padding: 14px 30px;
        font-weight: 600;
        font-size: 1.2rem;
        color: white;
        transition: all 0.5s ease !important;
        position: relative;
        z-index: 1;
        box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
    }



    .btn-primarys:hover {
        transform: translateY(-5px) scale(1.05);
        box-shadow: 0 12px 40px rgba(16, 185, 129, 0.6) !important;
    }

    .pulse-animation {
        animation: pulse 2s infinite;
    }

    /* Trust Badge */
    .trust-badge p {
        color: var(--primary-dark);
        font-size: 1rem;
    }

    /* Animations */
    @keyframes float {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-10px); }
    }

    @keyframes pulse {
        0% { 
            box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3); 
        }
        50% { 
            box-shadow: 0 4px 25px rgba(16, 185, 129, 0.6); 
        }
        100% { 
            box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3); 
        }
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @media (max-width: 576px) {
        h2 {
            font-size: 1.5rem !important;
        }
        
        .btn-primarys {
            font-size: 0.9rem !important;
            padding: 20px 26px !important;
        }

        .highlight-amount span, .highlight-days span {
            font-size: 2rem !important;
        }

        .earning-card, .hold-card {
            padding: 20px 15px !important;
        }
    }

    /* Color Variables */
    :root {
        --primary-color: #10b981;
        --primary-dark: #059669;
        --primary-light: #a7f3d0;
        --text-dark: #1e293b;
        --text-muted: #64748b;
        --border-color: #e2e8f0;
        --success-color: #10b981;
        --warning-color: #f59e0b;
        --danger-color: #ef4444;
    }

    /* Main Section */
    .gmail-creation-section {
        padding: 40px 0;
        background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
        min-height: 100vh;
    }

    /* Instruction Section */
    .instruction-wrapper {
        background: #ffffff;
        border-radius: 20px;
        padding: 30px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        border: 1px solid var(--border-color);
    }

    .clean-instruction-box {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .instruction-item {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        padding: 0;
    }

    .instruction-icon {
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, var(--primary-color), var(--primary-dark)) !important;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        margin-top: 5px;
        box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
    }

    .instruction-icon i {
        color: white;
        font-size: 1.5rem;
    }

    .instruction-text {
        flex: 1;
    }

    .instruction-text p {
        margin: 0 0 5px 0;
        font-size: 1.1rem;
        color: var(--text-dark);
        font-weight: 600;
        line-height: 1.4;
    }

    .instruction-text .small-text {
        font-size: 0.95rem;
        color: var(--text-muted);
        margin: 0;
        font-weight: 400;
    }

    .done-text {
        color: var(--success-color);
        font-weight: 700;
        background: #f0fff4;
        padding: 4px 8px;
        border-radius: 6px;
        border: 1px solid var(--success-color);
    }

    .cancel-text {
        color: var(--danger-color);
        font-weight: 700;
        background: #fef2f2;
        padding: 4px 8px;
        border-radius: 6px;
        border: 1px solid var(--danger-color);
    }

    .child-text {
        color: var(--warning-color);
        font-weight: 700;
        background: #fffbeb;
        padding: 4px 8px;
        border-radius: 6px;
        border: 1px solid var(--warning-color);
    }

    /* Account Details */
    .account-details-wrapper {
        background: white;
        border-radius: 20px;
        padding: 30px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        border: 1px solid var(--border-color);
    }

    .details-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: 2px solid #f1f5f9;
    }

    .header-left {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .header-stk {
        width: 70px;
        height: 70px;
        background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
    }

    .header-stk i {
        font-size: 2rem;
        color: white;
    }

    .header-left h3 {
        color: var(--text-dark);
        margin: 0;
        font-weight: 700;
        font-size: 1.5rem;
    }

    .header-left p {
        color: var(--text-muted);
        margin: 5px 0 0;
        font-size: 0.95rem;
    }

    .timer-display {
        display: flex;
        align-items: center;
        gap: 15px;
        background: #fff5f5;
        padding: 15px 20px;
        border-radius: 15px;
        border: 2px solid #fed7d7;
    }

    .timer-icon i {
        font-size: 2rem;
        color: var(--danger-color);
    }

    .timer-label {
        color: var(--text-muted);
        font-size: 0.9rem;
        margin-bottom: 5px;
    }

    .timer-value {
        color: var(--danger-color);
        font-size: 1.5rem;
        font-weight: 700;
        font-family: 'Courier New', monospace;
    }

    /* Details Grid */
    .details-grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
    }

    .detail-card {
        background: #f8fafc;
        border: 2px solid var(--border-color);
        border-radius: 15px;
        padding: 20px;
        transition: all 0.3s ease;
    }

    .detail-card:hover {
        border-color: var(--primary-color);
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(16, 185, 129, 0.1);
    }

    .detail-header {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 15px;
    }

    .detail-header i {
        color: var(--primary-color);
        font-size: 1.3rem;
    }

    .detail-header span {
        color: var(--text-dark);
        font-weight: 600;
        font-size: 1rem;
    }

    .detail-value {
        background: white;
        padding: 15px;
        border-radius: 10px;
        border: 1px solid var(--border-color);
        font-family: 'Courier New', monospace;
        font-weight: 600;
        color: var(--text-dark);
        position: relative;
        cursor: pointer;
        transition: all 0.3s ease;
        word-break: break-all;
    }

    .detail-value.copy-text:hover {
        background: #ebf8ff;
        border-color: var(--primary-color);
    }

    .detail-value.copied {
        background: #f0fff4;
        border-color: var(--success-color);
        color: var(--success-color);
    }

    .detail-value.no-copy {
        cursor: default;
        background: #f8f9fa;
        border-color: #dee2e6;
        color: var(--text-muted);
    }

    .detail-value.no-copy:hover {
        background: #f8f9fa;
        border-color: #dee2e6;
        transform: none;
        box-shadow: none;
    }

    .copy-badge {
        position: absolute;
        top: -8px;
        right: 10px;
        background: var(--primary-color);
        color: white;
        padding: 4px 10px;
        border-radius: 12px;
        font-size: 0.75rem;
        font-family: inherit;
        opacity: 0;
        transition: all 0.3s ease;
        font-weight: 500;
    }

    .detail-value.copy-text:hover .copy-badge {
        opacity: 1;
    }

    /* Action Section */
    .action-section {
        text-align: center;
    }

    .action-buttons {
        display: grid;
        grid-template-columns: 2fr 1fr;
        gap: 15px;
        margin-bottom: 20px;
    }

    .action-form {
        margin: 0;
    }

    .btn {
        padding: 15px 25px;
        border-radius: 12px;
        font-weight: 600;
        font-size: 1rem;
        border: none;
        transition: all 0.3s ease;
        align-items: center;;
        gap: 10px;
    }

    .btn-success {
        background: linear-gradient(135deg, var(--success-color), var(--primary-dark));
        color: white;
        box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
    }

    .btn-success:hover {
        background: linear-gradient(135deg, var(--primary-dark), #047857);
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(16, 185, 129, 0.4);
    }

    .btn-cancel {
        background: #ef4444;
        border: 2px solid var(--danger-color);
        width: 100%;
    }

    .btn-cancel:hover {
        background: var(--danger-color);
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(239, 68, 68, 0.3);
    }

    .security-note {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        color: var(--text-muted);
        font-size: 0.95rem;
        background: #f8fafc;
        padding: 12px 20px;
        border-radius: 10px;
        border-left: 4px solid var(--warning-color);
    }

    .security-note i {
        color: var(--warning-color);
        font-size: 1.1rem;
    }

    /* Empty State */
    .empty-state {
        text-align: center;
        padding: 60px 20px;
        color: var(--text-muted);
        background: white;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }

    .empty-state i {
        font-size: 4rem;
        margin-bottom: 20px;
        color: #cbd5e0;
    }

    .empty-state h4 {
        color: var(--text-dark);
        margin-bottom: 10px;
        font-weight: 600;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .gmail-creation-section {
            padding: 20px 0;
        }
        
        .instruction-wrapper,
        .account-details-wrapper {
            padding: 20px;
            border-radius: 15px;
        }
        
        .instruction-item {
            gap: 15px;
        }
        
        .instruction-icon {
            width: 50px;
            height: 50px;
        }
        
        .instruction-icon i {
            font-size: 1.3rem;
        }
        
        .details-header {
            flex-direction: column;
            gap: 20px;
            text-align: center;
        }
        
        .header-left {
            flex-direction: column;
            text-align: center;
            gap: 15px;
        }
        
        .header-stk {
            width: 60px;
            height: 60px;
        }
        
        .header-stk i {
            font-size: 1.8rem;
        }
        
        .action-buttons {
            grid-template-columns: 1fr;
        }
        
        .timer-display {
            padding: 12px 16px;
        }
    }

    @media (max-width: 480px) {
        .instruction-item {
        text-align: center;
        gap: 10px;
        align-items: center;
        justify-content: center;
        }
        .instruction-icon i {
            font-size: 1rem;
        }
        .instruction-text p{
            font-size: 0.68rem;
        }
        .instruction-text .small-text{
                font-size: 0.63rem;
        }
        
        .instruction-icon {
        align-self: center;
         width: 35px;
         height: 35px;
        }
        
        .detail-card {
            padding: 15px;
        }
        .done-text, .cancel-text, .child-text{
            font-size: 0.5rem;
            padding: 2px 4px;
        }
        
        .btn {
            padding: 12px 20px;
            font-size: 0.95rem;
        }
        
        .security-note {
            font-size: 0.9rem;
            padding: 10px 15px;
        }
    }

    /* ===== COLOR VARIABLES ===== */
    :root {
        --primary-color: #10b981;
        --primary-dark: #0da271;
        --primary-light: #a7f3d0;
        --primary-extra-light: #ecfdf5;
        --primary-soft: rgba(16, 185, 129, 0.1);
    }

/* Tooltip */
[data-tooltip2] {
    position: relative;
}

[data-tooltip2]::after {
    content: attr(data-tooltip2);
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
    background: #1e293b;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

[data-tooltip2]::before {
    content: '';
    position: absolute;
    top: -10%; /* Change from -10% to 100% */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #1e293b; /* Change from border-bottom to border-top */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 100000;
}

[data-tooltip2]:hover::after,
[data-tooltip2]:hover::before {
    opacity: 1;
    visibility: visible;
}

/* Mobile Menu Toggle - UPDATED */
.mobile-menu-toggle {
    display: none;
}

    /* ===== RESPONSIVE TABLE SETUP ===== */
    .desktop-transaction-table {
        display: block !important;
    }
    
    .mobile-transaction-table {
        display: none !important;
    }

    /* ===== DESKTOP TABLE STYLES ===== */
    .transaction-history-card {
        border: none;
        border-radius: 15px;
        box-shadow: 0 5px 25px rgba(16, 185, 129, 0.1);
        overflow: visible !important; /* IMPORTANT */
    }

    .text-primary-custom {
        color: var(--primary-color) !important;
    }

    .text-gradient-custom {
        background: linear-gradient(135deg, #2d2d2d, #2d2d2d);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    /* ✅ OPTIMIZED TABLE CONTAINER */
    .custom-table-wrapper {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 0 0 15px 15px;
        overflow: visible !important; /* IMPORTANT */
    }

    /* Desktop Table Styles - OPTIMIZED WIDTHS */
    .transaction-table {
        width: 100%;
        margin-bottom: 0;
        border-collapse: separate;
        border-spacing: 0;
        overflow: visible !important; /* IMPORTANT */
    }

    .transaction-table thead {
        overflow: visible !important; /* IMPORTANT */
    }

    .transaction-table tbody {
        overflow: visible !important; /* IMPORTANT */
    }

    .transaction-table tr {
        overflow: visible !important; /* IMPORTANT */
        position: relative;
    }

    .transaction-table td {
        overflow: visible !important; /* IMPORTANT */
        position: relative;
    }

    .transaction-table th {
        overflow: visible !important; /* IMPORTANT */
        position: relative;
    }

    /* ✅ OPTIMIZED COLUMN WIDTHS FOR 1280px SCREEN */
    .transaction-table thead th.gmail-column,
    .transaction-table tbody td.gmail-column {
        width: 270px !important;
        min-width: 270px !important;
        max-width: 270px !important;
    }

    .transaction-table thead th.status-column,
    .transaction-table tbody td.status-column {
        width: 100px !important;
        min-width: 100px !important;
        max-width: 100px !important;
        overflow: visible !important; /* IMPORTANT */
    }

    .transaction-table thead th {
        background: var(--primary-extra-light);
        border-bottom: 2px solid var(--primary-color);
        padding: 12px 8px;
        font-weight: 700;
        color: #2c3e50;
        font-size: 0.8rem;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        white-space: nowrap;
    }

    .transaction-table tbody td {
        padding: 12px 8px;
        vertical-align: middle;
        border-bottom: 1px solid #f1f3f4;
        transition: all 0.3s ease;
        text-overflow: ellipsis;
        font-size: 0.85rem;
    }

    .table tbody tr td{
        border-bottom: unset;
        border-right:unset;
    }

    /* Status Badge Container */
    .status-badge {
        position: relative;
        overflow: visible !important; /* IMPORTANT */
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    /* Desktop Table Content */
    .gmail-content {
        flex: 1;
        min-width: 0;
    }

    .transaction-time .fw-semibold {
        font-size: 0.85rem;
    }

    .hold-balance,
    .main-balance {
        font-size: 0.85rem;
    }

    .text-success {
        color: var(--primary-color) !important;
    }

    .text-danger {
        color: #dc3545 !important;
    }

    /* Status Badges */
    .badge {
        padding: 6px 10px;
        border-radius: 20px;
        font-size: 0.9rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        white-space: nowrap;
        border: none;
        display: inline-block;
        text-align: center;
    }

    /* Status Images */
    .status-icon {
        width: 25px;
        height: 25px;
        display: inline-block;
        vertical-align: middle;
    }

    .status-icon-sm {
        width: 25px;
        height: 25px;
    }

    .status-success {
        color: #15D164 !important;
    }

    .status-pending {
        color: #17a2b8 !important;
    }

    .status-rejected {
        color: #E63E46 !important;
    }

    .badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 8px 12px;
        border-radius: 20px;
        font-weight: 600;
        gap: 6px;
    }

    /* ===== MOBILE RESPONSIVE (1100px se kam) ===== */
    @media (max-width: 992px) {
        
/* Tooltip */
[data-tooltip2] {
    position: relative;
}

[data-tooltip2]::after {
    content: attr(data-tooltip2);
    position: absolute;
    top: -125%;
    left: 35%;
    transform: translateX(-50%);
    background: #1e293b;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

[data-tooltip2]::before {
    content: '';
    position: absolute;
    top: -10%; /* Change from -10% to 100% */
    left: 35%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #1e293b; /* Change from border-bottom to border-top */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 100000;
}

[data-tooltip2]:hover::after,
[data-tooltip2]:hover::before {
    opacity: 1;
    visibility: visible;
}        
        .desktop-transaction-table {
            display: none !important;
        }
        
        .mobile-transaction-table {
            display: block !important;
        }
        
        .mobile-transaction-container {
            display: flex;
            flex-direction: column;
            gap: 0;
        }
        
        .mobile-transaction-item {
            background: #f8fafc;
            border-radius: 12px;
            padding: 20px;
            margin-bottom: 16px;
            border: 1px solid #e2e8f0;
            transition: all 0.3s ease;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        }
        
        .mobile-transaction-item:hover {
            background: #ffffff;
            border-color: #10b981;
            box-shadow: 0 4px 16px rgba(16, 185, 129, 0.15);
            transform: translateY(-2px);
        }
        
        .mobile-transaction-row {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            padding: 12px 0;
            border-bottom: 1px solid #f1f5f9;
            gap: 15px;
        }
        
        .mobile-transaction-row:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }
        
        .mobile-transaction-row:first-child {
            padding-top: 0;
        }
        
        .mobile-row-label {
            flex: 0 0 120px;
            font-size: 0.9rem;
            font-weight: 600;
            color: #475569;
            display: flex;
            align-items: center;
        }
        
        .mobile-row-label i {
            color: #10b981;
            font-size: 1.1rem;
            width: 24px;
            flex-shrink: 0;
        }
        
        .mobile-row-value {
            flex: 1;
            text-align: right;
            font-size: 0.9rem;
            color: #1e293b;
            font-weight: 500;
            word-break: break-word;
        }
        
        /* Mobile Badges */
        .mobile-badge {
            padding: 6px 12px;
            border-radius: 15px;
            font-size: 0.7rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.3px;
            white-space: nowrap;
            border: none;
            margin-right: 20px;
        }
        
        /* Mobile Divider */
        .mobile-transaction-divider {
            height: 1px;
            background: linear-gradient(90deg, transparent 0%, #e2e8f0 50%, transparent 100%);
            margin: 12px 0;
        }
        
        /* Mobile Empty State */
        .mobile-empty-state {
            padding: 50px 20px;
            text-align: center;
        }
        
        .empty-icon {
            opacity: 0.6;
            font-size: 3rem;
            margin-bottom: 20px;
        }
        
        .mobile-empty-state h5 {
            font-size: 1.25rem;
            color: #1e293b;
            margin-bottom: 10px;
        }
        
        .mobile-empty-state p {
            color: #64748b;
            font-size: 0.95rem;
        }
    }

    /* ===== ENHANCED VISUAL CONTRAST ===== */
    .transaction-table tbody tr:nth-child(even) {
        background-color: #fafafa;
    }

    /* ===== EMPTY STATE ===== */
    .empty-state {
        padding: 40px 20px;
        text-align: center;
    }

    .empty-state i {
        font-size: 4rem;
        opacity: 0.5;
    }

    /* ===== PAGINATION STYLES ===== */
    .pagination {
        justify-content: center;
    }

    .page-link {
        border: 2px solid #e9ecef;
        color: var(--primary-color);
        padding: 8px 16px;
        margin: 0 4px;
        border-radius: 10px;
        font-weight: 600;
        transition: all 0.3s ease;
    }

    .page-link:hover {
        background: var(--primary-color);
        color: white;
        border-color: var(--primary-color);
        transform: translateY(-2px);
    }

    .page-item.active .page-link {
        background: var(--primary-color);
        border-color: var(--primary-color);
        color: white;
    }

    /* ===== ANIMATIONS ===== */
    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* ===== SCROLLBAR STYLING ===== */
    .custom-table-wrapper::-webkit-scrollbar {
        height: 8px;
    }

    .custom-table-wrapper::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    .custom-table-wrapper::-webkit-scrollbar-thumb {
        background: var(--primary-color);
        border-radius: 4px;
    }

    .custom-table-wrapper::-webkit-scrollbar-thumb:hover {
        background: var(--primary-dark);
    }
    
    @media (max-width: 576px) {
        .mobile-badge {
            font-size: 0.5rem;
            white-space: unset;
            text-align: center;
        }
    }

    /* ===== COLOR VARIABLES ===== */
    :root {
        --primary-color: #10b981;
        --primary-dark: #0da271;
        --primary-light: #a7f3d0;
        --primary-extra-light: #ecfdf5;
    }

    /* ===== BASE STYLES ===== */
    .cmn-section {
        padding: 40px 0;
        background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
        min-height: 100vh;
    }

    .payment-methods-grid {
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        padding: 50px 40px;
        border-radius: 25px;
        border: 1px solid rgba(0,0,0,0.08);
        box-shadow: 0 10px 40px rgba(16, 185, 129, 0.1);
        margin-bottom: 40px;
        position: relative;
        overflow: hidden;
    }

    .payment-methods-grid::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, var(--primary-color), var(--primary-dark), var(--primary-color));
        background-size: 200% 100%;
        animation: gradientShift 3s ease infinite;
    }
    
    .payment-methods-grids {
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        padding: 50px 40px;
        border-radius: 25px;
        border: 1px solid rgba(0,0,0,0.08);
        box-shadow: 0 10px 40px rgba(16, 185, 129, 0.1);
        margin-bottom: 40px;
        position: relative;
        overflow: hidden;
    }

    .payment-methods-grids::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: unset;
        background-size: 200% 100%;
        animation: gradientShift 3s ease infinite;
    }    

    /* ===== TEXT GRADIENTS ===== */
    .text-gradient-primary {
        background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    /* ===== PAYMENT METHOD CARDS ===== */
    .payment-method-card {
        cursor: pointer;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        display: block;
        text-decoration: none;
        color: inherit;
    }

    .payment-method-card .card {
        border: 2px solid #e9ecef;
        border-radius: 20px;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        height: 140px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        position: relative;
        overflow: hidden;
    }

    .payment-method-card .card::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
        transition: left 0.6s ease;
    }

    .payment-method-card:hover .card::before {
        left: 100%;
    }

    .payment-method-card:hover .card {
        transform: translateY(-8px) scale(1.02);
        border-color: var(--primary-color);
        box-shadow: 0 20px 40px rgba(16, 185, 129, 0.15);
    }

    .gateway-input:checked + .card {
        border-color: var(--primary-color);
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
        color: white;
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(16, 185, 129, 0.2);
    }

    .gateway-input:checked + .card .payment-method-name {
        color: white !important;
        text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    }

    .gateway-input:checked + .card .method-image {
        filter: brightness(0) invert(1);
        transform: scale(1.1);
    }

    /* ===== PAYMENT METHOD CONTENT ===== */
    .payment-method-thumb {
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
        transition: all 0.3s ease;
    }

    .method-image {
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        max-height: 50px !important;
        object-fit: contain;
        filter: grayscale(0.2);
    }

    .payment-method-card:hover .method-image {
        filter: grayscale(0);
        transform: scale(1.15);
    }

    .payment-method-name {
        font-size: 1.1rem;
        font-weight: 700;
        transition: all 0.3s ease;
        line-height: 1.2;
        color: #2c3e50;
        letter-spacing: -0.2px;
    }

    /* ===== SELECTED METHOD DETAILS ===== */
    .selected-method-details {
        animation: slideDown 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        margin-bottom: 30px;
    }

    .selected-method-details .card {
        border: 2px solid var(--primary-color);
        border-radius: 15px;
        background: linear-gradient(135deg, var(--primary-extra-light) 0%, #ffffff 100%);
        box-shadow: 0 10px 30px rgba(16, 185, 129, 0.1);
    }

    .selected-method-name {
        font-weight: 800;
        color: var(--primary-color) !important;
        font-size: 1.3rem;
    }

    .selected-method-limit {
        font-size: 0.9rem;
        color: #6c757d !important;
    }

    .selected-badge {
        font-weight: 900;
        background: rgba(16, 185, 129, 0.15);
        padding: 8px 20px;
        border-radius: 25px;
        color: var(--primary-color) !important;
        font-size: 0.9rem;
        letter-spacing: 0.5px;
        border: 2px solid rgba(16, 185, 129, 0.3);
        text-transform: uppercase;
    }

    /* ===== AMOUNT SECTION ===== */
    .amount-section .card {
        border: none;
        border-radius: 20px;
        box-shadow: 0 15px 35px rgba(0,0,0,0.08);
        overflow: hidden;
    }

    .amount-section .card-header {
        background: linear-gradient(135deg, var(--primary-extra-light) 0%, #e9ecef 100%) !important;
        border-bottom: 2px solid var(--primary-color);
        padding: 20px 30px;
    }

    .amount-section .card-title {
        font-size: 1.4rem;
        font-weight: 800;
        color: #2c3e50;
        letter-spacing: -0.5px;
    }

    /* ===== FORM CONTROLS ===== */
    .input-group-lg {
        border-radius: 12px;
        overflow: hidden;
    }

    .input-group-text {
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%) !important;
        border: none;
        font-weight: 700;
        font-size: 1.1rem;
        padding: 15px 20px;
    }

    .form-controls {
        border: 2px solid #e9ecef;
        border-left: none;
        font-size: 1.1rem;
        font-weight: 600;
        padding: 15px 20px;
        transition: all 0.3s ease;
    }

    /* ===== PAYMENT SUMMARY ===== */
    .payment-summary {
        background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
        padding: 25px;
        border-radius: 15px;
        border: 1px solid rgba(0,0,0,0.06);
        box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    }

    .payment-summary h6 {
        color: #2c3e50;
        font-weight: 800;
        font-size: 1.2rem;
        border-bottom: 2px solid var(--primary-color);
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .bg-primary-light {
        background: rgba(16, 185, 129, 0.08) !important;
        border: 1px solid rgba(16, 185, 129, 0.2);
        border-radius: 10px;
    }

    .final-amount {
        font-size: 1.3rem;
        font-weight: 800;
    }
           .sub-btn{
           padding: 8px 20px;
           font-size: 13px;
           height: 85%;
           display: flex;
           justify-content: center;
           align-items: center;
       }

    /* ===== BUTTONS ===== */
    .btn-primary-custom {
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
        border: none;
        border-radius: 12px;
        font-weight: 700;
        font-size: 1.1rem;
        padding: 15px 30px;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        position: relative;
        overflow: hidden;
        color: white;
    }

    .btn-primary-custom::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
        transition: left 0.6s ease;
    }

    .btn-primary-custom:hover::before {
        left: 100%;
    }

    .btn-primary-custom:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 30px rgba(16, 185, 129, 0.3);
        color: white;
    }

    .btn-primary-custom:active {
        transform: translateY(-1px);
    }

    .btn-secondary {
        background: linear-gradient(135deg, #6c757d 0%, #495057 100%);
        border: none;
        border-radius: 12px;
    }
    
    /* Progress Steps Styles */
    .withdraw-progress {
        padding: 20px 0;
    }

    .progress-steps {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .step {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        position: relative;
        z-index: 2;
    }

    .step-number {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #e9ecef;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: bold;
        color: #6c757d;
        border: 3px solid #e9ecef;
        transition: all 0.3s ease;
        position: relative;
        z-index: 3;
    }

    /* DEFAULT STATE - All steps gray */
    .step-number {
        background: #e9ecef !important;
        border-color: #e9ecef !important;
        color: #6c757d !important;
    }

    .step-label {
        font-size: 14px;
        font-weight: 600;
        color: #6c757d;
        transition: all 0.3s ease;
    }

    .step-connector {
        flex: 1;
        height: 3px;
        background: #e9ecef;
        margin: 0 10px;
        transition: all 0.3s ease;
        position: relative;
        z-index: 1;
    }

    /* ACTIVE STATE - Green color */
    .step.active .step-number {
        background: hsl(var(--base)) !important;
        border-color: hsl(var(--base)) !important;
        color: white !important;
    }

    .step.active .step-label {
        color: hsl(var(--base)) !important;
        font-weight: bold !important;
    }

    /* COMPLETED STATE - Green color */
    .step.completed .step-number {
        background: hsl(var(--base)) !important;
        border-color: hsl(var(--base)) !important;
        color: white !important;
    }

    .step.completed .step-label {
        color: hsl(var(--base)) !important;
        font-weight: bold !important;
    }

    .step-connector.active,
    .step-connector.completed {
        background: hsl(var(--base)) !important;
    }

    .selected-method-details2 {
        display: none;
    }

    .fee-section {
        padding-bottom: 10px;
    }

    .gateway-input2 {
        display: none;
    }

    .withdrawal-summary {
        background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
        border-radius: 12px;
        padding: 0;
    }

    .summary-item {
        transition: all 0.3s ease;
    }

    .summary-item:hover {
        background: rgba(16, 185, 129, 0.05);
        padding-left: 10px;
        padding-right: 10px;
        margin-left: -10px;
        margin-right: -10px;
        border-radius: 8px;
    }

    .summary-label {
        color: #2c3e50;
        font-size: 0.95rem;
    }

    .summary-value {
        color: #495057;
        font-size: 0.95rem;
    }

    .bg-primary-custom {
        background: linear-gradient(135deg, hsl(var(--base)), hsl(var(--base))) !important;
        color: white;
        padding: 6px 12px;
        border-radius: 20px;
        font-size: 0.85rem;
    }

    .border-bottom {
        border-color: #e9ecef !important;
    }

    /* Icons styling */
    .summary-label i {
        font-size: 1.1rem;
        width: 20px;
        text-align: center;
    }

    .code-btn {
        background: #dc3545;
        color: white;
        padding: 10px;
        height: 10px;
        display: flex;
        align-items: center;
        border-radius: 50px;
    }

    .code-btn-div {
        display: flex;
        justify-content: center;
    }

    .professional-card {
        border-radius: 20px;
        overflow: hidden;
        background: #ffffff;
    }

    .professional-header {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        border: none;
    }

    .header-icon-wrapper {
        width: 50px;
        height: 50px;
        background: rgba(255,255,255,0.2);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        backdrop-filter: blur(10px);
    }

    .header-icon-wrapper i {
        font-size: 1.5rem;
    }

    .header-title {
        font-weight: 700;
        font-size: 1.4rem;
        margin-bottom: 0;
    }

    .header-subtitle {
        opacity: 0.9;
        font-size: 0.9rem;
    }

    .professional-body {
        background: #f8fafc;
    }

    /* Amount Card */
    .amount-card {
        background: white;
        padding: 30px;
        border-radius: 20px;
        box-shadow: 0 5px 25px rgba(0,0,0,0.08);
        border: 1px solid #f1f5f9;
        text-align: center;
    }

    .amount-icon-wrapper {
        width: 70px;
        height: 70px;
        background: linear-gradient(135deg, #667eea, #764ba2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 15px;
    }

    .amount-icon-wrapper i {
        color: white;
        font-size: 1.8rem;
    }

    .amount-title {
        font-weight: 700;
        color: #1f2937;
        margin-bottom: 8px;
    }

    .amount-subtitle {
        font-size: 0.95rem;
    }

    /* Currency Input */
    .amount-input-wrapper {
        max-width: 400px;
        margin: 0 auto;
    }

    .input-label {
        display: block;
        font-weight: 600;
        color: #374151;
        margin-bottom: 10px;
        text-align: left;
    }

    .currency-input-group {
        display: flex;
        align-items: center;
        background: white;
        border: 2px solid #e5e7eb;
        border-radius: 12px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .currency-input-group:focus-within {
        border-color: #10b981;
        box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
    }

    .currency-prefix {
        background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
        color: white;
        padding: 15px 20px;
        font-weight: 700;
        font-size: 1.2rem;
        min-width: 80px;
        text-align: center;
    }

    .amount-input {
        border: none;
        padding: 15px 20px;
        font-size: 1.3rem;
        font-weight: 600;
        color: #1f2937;
        background: transparent;
        flex: 1;
    }

    .amount-input:focus {
        outline: none;
        box-shadow: none;
    }

    .amount-input::placeholder {
        color: #9ca3af;
    }

    /* Amount Limits */
    .amount-limits {
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
    }

    .limit-item {
        display: flex;
        align-items: center;
        background: #f8fafc;
        padding: 8px 15px;
        border-radius: 8px;
        border: 1px solid #e5e7eb;
    }

    .limit-label {
        font-size: 0.85rem;
        color: #6b7280;
        margin-right: 5px;
    }

    .limit-value {
        font-weight: 700;
        color: #374151;
    }

    /* Payment Details Section */
    .payment-details-section {
        background: white;
        padding: 30px;
        border-radius: 15px;
        box-shadow: 0 3px 15px rgba(0,0,0,0.05);
        border: 1px solid #f1f5f9;
    }



    .section-icon {
        width: 45px;
        height: 45px;
        background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
    }

    .section-icon i {
        color: white;
        font-size: 1.2rem;
    }

    .section-title {
        font-weight: 700;
        color: #1f2937;
        margin-bottom: 0;
    }

    .form-container {
        margin-top: 20px;
    }

    /* Action Buttons */
    .action-buttons {
        border-top: 2px solid #f1f5f9;
        padding-top: 30px;
    }

    .btn-back {
        background: #6b7280;
        color: white;
        border: none;
        border-radius: 12px;
        font-weight: 600;
        transition: all 0.3s ease;
    }

    .btn-back:hover {
        background: #4b5563;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(107, 114, 128, 0.3);
    }

    .btn-next {
        background: linear-gradient(135deg, #667eea, #764ba2);
        color: white;
        border: none;
        border-radius: 12px;
        font-weight: 600;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .btn-next:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
        color: white;
    }

    .btn-next:active {
        transform: translateY(0);
    }

    .error-message {
        color: #ef4444;
        font-size: 0.9rem;
        font-weight: 500;
        display: flex;
        align-items: center;
    }

    .payment-details-section2 {
        margin-bottom: 20px;
    }

    .section-content {
        animation: fadeIn 0.5s ease-in-out;
    }

    @keyframes fadeIn {
        from { opacity: 0; transform: translateY(20px); }
        to { opacity: 1; transform: translateY(0); }
    }

    /* ===== CUSTOM COLOR CLASSES ===== */
    .bg-primary-custom {
        background: var(--primary-color) !important;
    }

    .border-primary-custom {
        border-color: var(--primary-color) !important;
    }

    .text-primary-custom {
        color: var(--primary-color) !important;
    }

    .bg-light-custom {
        background: var(--primary-extra-light) !important;
    }

    /* ===== UTILITY CLASSES ===== */
    .shadow-custom {
        box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    }

    .hover-lift {
        transition: transform 0.3s ease;
    }

    .hover-lift:hover {
        transform: translateY(-5px);
    }
    /* Confirmation sections ke liye */
#jsSummarySection, #phpSummarySection {
    transition: all 0.3s ease;
}

    /* ===== SCROLLBAR STYLING ===== */
    ::-webkit-scrollbar {
        width: 8px;
    }

    ::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    ::-webkit-scrollbar-thumb {
        background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
        border-radius: 10px;
    }

    ::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(135deg, var(--primary-dark), #0da271);
    }

    /* ===== ALERTS & INFO ===== */
    .alert-light {
        background: rgba(248,249,250,0.8);
        border: 1px solid rgba(0,0,0,0.05);
        border-radius: 12px;
        backdrop-filter: blur(10px);
    }

    .alert-danger {
        border-radius: 12px;
        border: none;
        background: linear-gradient(135deg, #f8d7da 0%, #f1aeb5 100%);
        color: #721c24;
        font-weight: 600;
    }

    /* ===== ANIMATIONS ===== */
    @keyframes gradientShift {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
    }

    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
@media (max-width: 1400px) {
    .col-xl-3 {
        width: 33%;
    }
}

@media (max-width: 1150px) {
    .col-xl-3 {
        width: 50%;
    }
}

    @media (max-width: 768px) {
        .summary-label{
           font-size: 0.8rem;
           width: 60%;
           text-align: left;
           display: flex;
           align-items: center;
        }
        .payment-methods-grid{
            padding: 30px 10px;
        }
        .summary-item{
            text-align: right;
        }
    }


    @media (max-width: 500px) {
        .col-xl-3 {
            width: 100%;
       }
       .currency-prefix{
           min-width: 50px;
       }
       .btn-primary-custom{
           padding: 15px 18px;
       }
       .limit-item{
           padding: 0px 10px;
           font-size: 0.7rem;
       }
       .payment-methods-grid{
           padding: 20px 10px;
       }
       .payment-methods-grids{
           padding: 30px 20px;
       }
       .summary-label{
        font-size: 0.8rem;
        width: 60%;
        text-align: left;
        display: flex;
        align-items: center;
       }
       .summary-item{
           text-align: right;
       }
       .text-muted{
           font-size: 0.8rem;
       }
       .code-btn-div{
           padding-bottom: 15px;
       }
       .code-btn{
           font-size: 0.85rem;
       }
       .sub-btn{
           padding: 5px 14px;
           font-size: 13px;
           height: 85%;
           display: flex;
           justify-content: center;
           align-items: center;
       }

    }

    /* ===== COLOR VARIABLES ===== */
    :root {
        --primary-color: #10b981;
        --primary-dark: #0da271;
        --primary-light: #a7f3d0;
        --primary-extra-light: #ecfdf5;
        --primary-soft: rgba(16, 185, 129, 0.1);
    }
        /* ===== BUTTONS ===== */
    .btn-primary-custom-withdraw {
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
        border: none;
        border-radius: 12px;
        font-weight: 700;
        font-size: 1.1rem;
        padding: 15px 30px;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        position: relative;
        overflow: hidden;
        color: white;
        width: 100% !important;
        height: 40px;
        display: flex;
        align-items: center;
    }

    .btn-primary-custom-withdraw::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
        transition: left 0.6s ease;
    }

    .btn-primary-custom-withdraw:hover::before {
        left: 100%;
    }

    .btn-primary-custom-withdraw:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 30px rgba(16, 185, 129, 0.3);
        color: white;
    }

    .btn-primary-custom-withdraw:active {
        transform: translateY(-1px);
    }    
/* Tooltip */
[data-tooltip1] {
    position: relative;
}

[data-tooltip1]::after {
    content: attr(data-tooltip1);
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
    background: #1e293b;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

[data-tooltip1]::before {
    content: '';
    position: absolute;
    top: -10%; /* Change from -10% to 100% */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #1e293b; /* Change from border-bottom to border-top */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 100000;
}

[data-tooltip1]:hover::after,
[data-tooltip1]:hover::before {
    opacity: 1;
    visibility: visible;
}
    /* ===== RESPONSIVE TABLE SETUP ===== */
    .desktop-withdrawal-table {
        display: block;
    }
    
    .mobile-withdrawal-table {
        display: none;
    }

    /* ===== DESKTOP TABLE STYLES ===== */
    .withdrawal-history-card {
        border: none;
        border-radius: 15px;
        box-shadow: 0 5px 25px rgba(16, 185, 129, 0.1);
    }

    .bg-light-custom {
        background: var(--primary-extra-light) !important;
    }

    .bg-primary-custom {
        background: var(--primary-color) !important;
    }

    .text-primary-custom {
        color: var(--primary-color) !important;
    }

    .bg-primary-soft {
        background: var(--primary-soft) !important;
    }

.text-muted2 {
    text-align: left;
}
    /* Desktop Table Styles */
    .withdrawal-table {
        width: 100%;
        margin-bottom: 0;
        border-collapse: separate;
        border-spacing: 0;
    }

    .withdrawal-table thead th {
        background: var(--primary-extra-light);
        border-bottom: 2px solid var(--primary-color);
        padding: 15px 12px;
        font-weight: 700;
        color: #2c3e50;
        font-size: 0.85rem;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        white-space: nowrap;
    }

    .withdrawal-table tbody td {
        padding: 15px 12px;
        vertical-align: middle;
        border-bottom: 1px solid #f1f3f4;
        transition: all 0.3s ease;
    }
    .width-100{
        width: 100px;
    }


    /* Desktop Table Content */
    .gateway-icon {
        width: 36px;
        height: 36px;
        background: var(--primary-soft);
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .transaction-id {
        font-family: 'Courier New', monospace;
        font-size: 0.75rem;
        word-break: break-all;
    }

    .amount-details .main-amount {
        font-size: 0.9rem;
    }

    .amount-details .charge-amount {
        font-size: 0.75rem;
    }

    .amount-details .net-amount {
        font-size: 0.85rem;
    }

    .conversion-details .rate {
        font-size: 0.75rem;
    }

    .conversion-details .final-amount {
        font-size: 1.4rem;
    }
.table tbody tr td{
    border-bottom: unset;
    border-right: unset;
}


    /* Action Button */
    .btn-action {
        width: 36px;
        height: 36px;
        border: 2px solid var(--primary-light);
        background: var(--primary-color);
        color: var(--primary-color);
        border-radius: 8px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        box-shadow: 0 2px 8px rgba(16, 185, 129, 0.2);
    }

    .btn-action:hover {
        background: var(--primary-color);
        color: white;
        transform: translateY(-2px) scale(1.05);
        box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
        border-color: var(--primary-color);
    }
    
/* SVG Status Icons - Fixed */
.status-icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}

.status-icon-sm {
    width: 25px;
    height: 25px;
}

/* Status Colors - Fixed */
.status-success {
    color: #15D164 !important;
}

.status-pending {
    color: #17a2b8 !important;
}

.status-rejected {
    color: #E63E46 !important;
}

/* Badge alignment - Fixed */
.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 20px;
    font-weight: 600;
    gap: 6px;
}

/* Remove fill properties */
.status-success use,
.status-pending use,
.status-rejected use {
    fill: currentColor !important;
}

/* Mobile adjustments */
@media (max-width: 991px) {
    .status-icon {
        width: 18px;
        height: 18px;
    }
    
    .mobile-badge .status-icon {
        width: 14px;
        height: 14px;
    }
}

    /* ===== MOBILE TABLE STYLES ===== */
    @media (max-width: 991px) {
/* Tooltip */
[data-tooltip1] {
    position: relative;
}

[data-tooltip1]::after {
    content: attr(data-tooltip1);
    position: absolute;
    top: -100%;
    left: 35%;
    transform: translateX(-50%);
    background: #1e293b;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

[data-tooltip1]::before {
    content: '';
    position: absolute;
    top: -10%; /* Change from -10% to 100% */
    left: 35%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #1e293b; /* Change from border-bottom to border-top */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 100000;
}

[data-tooltip1]:hover::after,
[data-tooltip1]:hover::before {
    opacity: 1;
    visibility: visible;
}         
        .desktop-withdrawal-table {
            display: none !important;
        }
        
        .mobile-withdrawal-table {
            display: block;
        }
        
        .mobile-withdrawal-container {
            display: flex;
            flex-direction: column;
            gap: 0;
        }
        
        .mobile-withdrawal-item {
            background: #f8fafc;
            border-radius: 12px;
            padding: 20px;
            margin-bottom: 16px;
            border: 1px solid #e2e8f0;
            transition: all 0.3s ease;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        }
        
        .mobile-withdrawal-item:hover {
            background: #ffffff;
            border-color: #10b981;
            box-shadow: 0 4px 16px rgba(16, 185, 129, 0.15);
            transform: translateY(-2px);
        }
        
        .mobile-withdrawal-row {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            padding: 12px 0;
            border-bottom: 1px solid #f1f5f9;
            gap: 15px;
        }
        
        .mobile-withdrawal-row:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }
        
        .mobile-withdrawal-row:first-child {
            padding-top: 0;
        }
        
        .mobile-row-label {
            flex: 0 0 120px;
            font-size: 0.9rem;
            font-weight: 600;
            color: #475569;
            display: flex;
            align-items: center;
        }
        
        .mobile-row-label i {
            color: #10b981;
            font-size: 1.1rem;
            width: 24px;
            flex-shrink: 0;
        }
        
        .mobile-row-value {
            flex: 1;
            text-align: right;
            font-size: 0.9rem;
            color: #1e293b;
            font-weight: 500;
            word-break: break-word;
        }
        
        /* Mobile Badges */
        .mobile-badge {
            padding: 6px 12px;
            border-radius: 15px;
            font-size: 0.7rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.3px;
            white-space: nowrap;
            border: none;
        }
        
        /* Mobile Action Button */
        .mobile-withdrawal-table .btn-action {
            width: auto;
            height: auto;
            padding: 6px 12px;
            font-size: 0.8rem;
        }
        
        /* Mobile Divider */
        .mobile-withdrawal-divider {
            height: 1px;
            background: linear-gradient(90deg, transparent 0%, #e2e8f0 50%, transparent 100%);
            margin: 12px 0;
        }
        
        /* Mobile Empty State */
        .mobile-empty-state {
            padding: 50px 20px;
            text-align: center;
        }
        
        .empty-icon {
            opacity: 0.6;
            font-size: 3rem;
            margin-bottom: 20px;
        }
        
        .mobile-empty-state h5 {
            font-size: 1.25rem;
            color: #1e293b;
            margin-bottom: 10px;
        }
        
        .mobile-empty-state p {
            color: #64748b;
            font-size: 0.95rem;
        }

         .text-gradient-custom{
             text-align: center;
             font-size: 2rem;
            padding-bottom: 20px;
         }
         .badge{
            margin-right: 20px;
         }
     
    }

    /* Small Mobile Optimization */
    @media (max-width: 576px) {
        .desktop-withdrawal-table {
            display: none !important;
        }
        
        .mobile-withdrawal-table {
            display: block;
        }
        
        .mobile-withdrawal-container {
            display: flex;
            flex-direction: column;
            gap: 0;
        }
        
        .mobile-withdrawal-item {
            background: #f8fafc;
            border-radius: 12px;
            padding: 20px;
            margin-bottom: 16px;
            border: 1px solid #e2e8f0;
            transition: all 0.3s ease;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        }
        
        .mobile-withdrawal-item:hover {
            background: #ffffff;
            border-color: #10b981;
            box-shadow: 0 4px 16px rgba(16, 185, 129, 0.15);
            transform: translateY(-2px);
        }
        
        .mobile-withdrawal-row {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            padding: 12px 0;
            border-bottom: 1px solid #f1f5f9;
            gap: 15px;
        }
        
        .mobile-withdrawal-row:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }
        
        .mobile-withdrawal-row:first-child {
            padding-top: 0;
        }
        
        .mobile-row-label {
            flex: 0 0 120px;
            font-size: 0.9rem;
            font-weight: 600;
            color: #475569;
            display: flex;
            align-items: center;
        }
        
        .mobile-row-label i {
            color: #10b981;
            font-size: 1.1rem;
            width: 24px;
            flex-shrink: 0;
        }
        
        .mobile-row-value {
            flex: 1;
            text-align: right;
            font-size: 0.9rem;
            color: #1e293b;
            font-weight: 500;
            word-break: break-word;
        }
        
        .mobile-badge {
            font-size: 0.5rem;
            white-space: unset;
            text-align: center;
        }
        
        /* Mobile Action Button */
        .mobile-withdrawal-table .btn-action {
            width: auto;
            height: auto;
            padding: 6px 12px;
            font-size: 0.8rem;
        }
        
        /* Mobile Divider */
        .mobile-withdrawal-divider {
            height: 1px;
            background: linear-gradient(90deg, transparent 0%, #e2e8f0 50%, transparent 100%);
            margin: 12px 0;
        }
        
        /* Mobile Empty State */
        .mobile-empty-state {
            padding: 50px 20px;
            text-align: center;
        }
        
        .empty-icon {
            opacity: 0.6;
            font-size: 3rem;
            margin-bottom: 20px;
        }
        
        .mobile-empty-state h5 {
            font-size: 1.25rem;
            color: #1e293b;
            margin-bottom: 10px;
        }
        
        .mobile-empty-state p {
            color: #64748b;
            font-size: 0.95rem;
        }
    }

    /* Extra Small Mobile */
    @media (max-width: 375px) {
        .mobile-withdrawal-item {
            padding: 12px;
        }
        
        .mobile-row-label,
        .mobile-row-value {
            font-size: 0.8rem;
        }
    }

    /* ===== COLOR VARIABLES ===== */
    :root {
        --primary-color: #10b981;
        --primary-dark: #0da271;
        --primary-light: #a7f3d0;
        --primary-extra-light: #ecfdf5;
    }

    .withdrawal-card {
        border-radius: 20px;
        overflow: hidden;
        background: #ffffff;
        border: 1px solid rgba(16, 185, 129, 0.1);
    }

    /* Green Gradient Header */
    .bg-gradient-custom {
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%) !important;
    }

    .card-header {
        border-bottom: 3px solid rgba(255,255,255,0.2) !important;
    }

    .border-left-4 {
        border-left: 4px solid !important;
    }

    .border-left-custom {
        border-left-color: var(--primary-color) !important;
    }

    .bg-soft-custom {
        background-color: rgba(16, 185, 129, 0.08) !important;
    }

    /* ===== FORM STYLES ===== */
    .withdrawal-form .form-controls {
        border-radius: 12px;
        border: 2px solid #e9ecef;
        padding: 12px 20px;
        font-size: 1rem;
        transition: all 0.3s ease;
    }

    .withdrawal-form .form-controls:focus {
        border-color: var(--primary-color);
        box-shadow: 0 0 0 0.2rem rgba(16, 185, 129, 0.1);
        transform: translateY(-2px);
    }

    .withdrawal-form .form-label {
        font-weight: 600;
        color: #2c3e50;
        margin-bottom: 8px;
    }
    .bg-white{
        background-color: #ffffff !important;
    }

    /* ===== BUTTON STYLES ===== */
    .btn-primary-custom {
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
        border: none;
        border-radius: 12px;
        font-size: 1.1rem;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        position: relative;
        overflow: hidden;
        color: white;
    }

    .submit-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
        transition: left 0.6s ease;
    }

    .submit-btn:hover::before {
        left: 100%;
    }

    .submit-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 30px rgba(16, 185, 129, 0.3);
    }

    /* ===== SECTION STYLES ===== */
    .method-description {
        background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    }

    .description-content {
        line-height: 1.6;
        color: #495057;
    }

    .description-content p {
        margin-bottom: 1rem;
    }

    .description-content ul, .description-content ol {
        padding-left: 1.5rem;
    }

    .description-content li {
        margin-bottom: 0.5rem;
    }

    .google-auth-section {
        background: linear-gradient(135deg, var(--primary-extra-light) 0%, #ffffff 100%);
        border-left: 4px solid var(--primary-color) !important;
    }

    .auth-icon {
        opacity: 0.7;
        transition: opacity 0.3s ease;
    }

    .google-auth-section:hover .auth-icon {
        opacity: 1;
    }

    .form-section {
        background: #ffffff;
        padding: 20px;
        border-radius: 15px;
        border: 1px solid #e9ecef;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }

    /* ===== CUSTOM COLOR CLASSES ===== */
    .text-primary-custom {
        color: var(--primary-color) !important;
    }

    .bg-light-custom {
        background: var(--primary-extra-light) !important;
    }

    .alert-success-custom {
        background: rgba(16, 185, 129, 0.08);
        border: 1px solid rgba(16, 185, 129, 0.2);
        border-radius: 12px;
    }

    .badge.bg-white.text-primary-custom {
        background: white !important;
        color: var(--primary-color) !important;
        border: 1px solid var(--primary-light);
    }

    /* ===== ANIMATIONS ===== */
    .withdrawal-form > * {
        animation: fadeInUp 0.6s ease forwards;
    }

    .withdrawal-form > *:nth-child(1) { animation-delay: 0.1s; }
    .withdrawal-form > *:nth-child(2) { animation-delay: 0.2s; }
    .withdrawal-form > *:nth-child(3) { animation-delay: 0.3s; }
    .withdrawal-form > *:nth-child(4) { animation-delay: 0.4s; }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* ===== RESPONSIVE DESIGN ===== */
    @media (max-width: 768px) {
        .container-fluid {
            padding: 20px 15px;
        }
        
        .card-body {
            padding: 30px 25px !important;
        }
        
        .alert-success-custom {
            padding: 20px !important;
        }
        
        .submit-btn {
            font-size: 1rem;
            padding: 12px 20px;
        }
        
        .card-header h4 {
            font-size: 1.3rem;
        }
    }

    @media (max-width: 576px) {
        .card-body {
            padding: 25px 20px !important;
        }
        
        .method-description,
        .google-auth-section {
            padding: 20px 15px !important;
        }
        
        .form-controls {
            font-size: 0.9rem;
            padding: 10px 15px;
        }
        
        .card-header .row {
            text-align: center;
        }
        
        .card-header .col-md-4 {
            text-align: center !important;
            margin-top: 10px;
        }
    }

    /* ===== ENHANCED VISUAL EFFECTS ===== */
    .withdrawal-card {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .withdrawal-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(16, 185, 129, 0.15) !important;
    }

    .form-controls {
        transition: all 0.3s ease;
    }

    .form-controls:hover {
        border-color: var(--primary-light);
    }

    /* ===== SECURITY BADGE ENHANCEMENT ===== */
    .badge.bg-white.text-primary-custom {
        box-shadow: 0 4px 12px rgba(16, 185, 129, 0.15);
        transition: all 0.3s ease;
    }

    .badge.bg-white.text-primary-custom:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 20px rgba(16, 185, 129, 0.2);
    }

    /* ===== LOADING STATE ===== */
    .submit-btn:disabled {
        opacity: 0.7;
        cursor: not-allowed;
        transform: none !important;
    }

    .submit-btn.loading {
        position: relative;
        color: transparent;
    }

    .submit-btn.loading::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        top: 50%;
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
        border: 2px solid #ffffff;
        border-radius: 50%;
        border-right-color: transparent;
        animation: spin 0.8s linear infinite;
    }

    @keyframes spin {
        from { transform: rotate(0deg); }
        to { transform: rotate(360deg); }
    }

    /* ===== COLOR VARIABLES ===== */
    :root {
        --primary-color: #10b981;
        --primary-dark: #0da271;
        --primary-light: #a7f3d0;
        --primary-extra-light: #ecfdf5;
        --primary-soft: rgba(16, 185, 129, 0.1);
    }

/* Tooltip */
[data-tooltip2] {
    position: relative;
}

[data-tooltip2]::after {
    content: attr(data-tooltip2);
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
    background: #1e293b;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

[data-tooltip2]::before {
    content: '';
    position: absolute;
    top: -10%; /* Change from -10% to 100% */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #1e293b; /* Change from border-bottom to border-top */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 100000;
}

[data-tooltip2]:hover::after,
[data-tooltip2]:hover::before {
    opacity: 1;
    visibility: visible;
}

/* Mobile Menu Toggle - UPDATED */
.mobile-menu-toggle {
    display: none;
}

    /* ===== RESPONSIVE TABLE SETUP ===== */
    .desktop-transaction-table {
        display: block !important;
    }
    
    .mobile-transaction-table {
        display: none !important;
    }

    /* ===== DESKTOP TABLE STYLES ===== */
    .transaction-history-card {
        border: none;
        border-radius: 15px;
        box-shadow: 0 5px 25px rgba(16, 185, 129, 0.1);
        overflow: visible !important; /* IMPORTANT */
    }

    .text-primary-custom {
        color: var(--primary-color) !important;
    }


    /* ✅ OPTIMIZED TABLE CONTAINER */
    .custom-table-wrapper {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 0 0 15px 15px;
        overflow: visible !important; /* IMPORTANT */
    }

    /* Desktop Table Styles - OPTIMIZED WIDTHS */
    .transaction-table {
        width: 100%;
        margin-bottom: 0;
        border-collapse: separate;
        border-spacing: 0;
        overflow: visible !important; /* IMPORTANT */
    }

    .transaction-table thead {
        overflow: visible !important; /* IMPORTANT */
    }

    .transaction-table tbody {
        overflow: visible !important; /* IMPORTANT */
    }

    .transaction-table tr {
        overflow: visible !important; /* IMPORTANT */
        position: relative;
    }

    .transaction-table td {
        overflow: visible !important; /* IMPORTANT */
        position: relative;
    }

    .transaction-table th {
        overflow: visible !important; /* IMPORTANT */
        position: relative;
    }

    /* ✅ OPTIMIZED COLUMN WIDTHS FOR 1280px SCREEN */
    .transaction-table thead th.gmail-column,
    .transaction-table tbody td.gmail-column {
        width: 270px !important;
        min-width: 270px !important;
        max-width: 270px !important;
    }

    .transaction-table thead th.status-column,
    .transaction-table tbody td.status-column {
        width: 100px !important;
        min-width: 100px !important;
        max-width: 100px !important;
        overflow: visible !important; /* IMPORTANT */
    }

    .transaction-table thead th {
        background: var(--primary-extra-light);
        border-bottom: 2px solid var(--primary-color);
        padding: 12px 8px;
        font-weight: 700;
        color: #2c3e50;
        font-size: 0.8rem;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        white-space: nowrap;
    }

    .transaction-table tbody td {
        padding: 12px 8px;
        vertical-align: middle;
        border-bottom: 1px solid #f1f3f4;
        transition: all 0.3s ease;
        text-overflow: ellipsis;
        font-size: 0.85rem;
    }

    .table tbody tr td{
        border-bottom: unset;
        border-right:unset;
    }

    /* Status Badge Container */
    .status-badge {
        position: relative;
        overflow: visible !important; /* IMPORTANT */
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    /* Desktop Table Content */
    .gmail-content {
        flex: 1;
        min-width: 0;
    }

    .transaction-time .fw-semibold {
        font-size: 0.85rem;
    }

    .hold-balance,
    .main-balance {
        font-size: 0.85rem;
    }

    .text-success {
        color: var(--primary-color) !important;
    }

    .text-danger {
        color: #dc3545 !important;
    }

    /* Status Badges */
    .badge {
        padding: 6px 10px;
        border-radius: 20px;
        font-size: 0.9rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        white-space: nowrap;
        border: none;
        display: inline-block;
        text-align: center;
    }

    /* Status Images */
    .status-icon {
        width: 25px;
        height: 25px;
        display: inline-block;
        vertical-align: middle;
    }

    .status-icon-sm {
        width: 25px;
        height: 25px;
    }

    .status-success {
        color: #15D164 !important;
    }

    .status-pending {
        color: #17a2b8 !important;
    }

    .status-rejected {
        color: #E63E46 !important;
    }

    .badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 8px 12px;
        border-radius: 20px;
        font-weight: 600;
        gap: 6px;
    }

    /* ===== MOBILE RESPONSIVE (1100px se kam) ===== */
    @media (max-width: 992px) {
        
/* Tooltip */
[data-tooltip2] {
    position: relative;
}

[data-tooltip2]::after {
    content: attr(data-tooltip2);
    position: absolute;
    top: -110%;
    left: 35%;
    transform: translateX(-50%);
    background: #1e293b;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

[data-tooltip2]::before {
    content: '';
    position: absolute;
    top: -10%; /* Change from -10% to 100% */
    left: 35%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #1e293b; /* Change from border-bottom to border-top */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 100000;
}

[data-tooltip2]:hover::after,
[data-tooltip2]:hover::before {
    opacity: 1;
    visibility: visible;
}        
        .desktop-transaction-table {
            display: none !important;
        }
        
        .mobile-transaction-table {
            display: block !important;
        }
        
        .mobile-transaction-container {
            display: flex;
            flex-direction: column;
            gap: 0;
        }
        
        .mobile-transaction-item {
            background: #f8fafc;
            border-radius: 12px;
            padding: 20px;
            margin-bottom: 16px;
            border: 1px solid #e2e8f0;
            transition: all 0.3s ease;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        }
        
        .mobile-transaction-item:hover {
            background: #ffffff;
            border-color: #10b981;
            box-shadow: 0 4px 16px rgba(16, 185, 129, 0.15);
            transform: translateY(-2px);
        }
        
        .mobile-transaction-row {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            padding: 12px 0;
            border-bottom: 1px solid #f1f5f9;
            gap: 15px;
        }
        
        .mobile-transaction-row:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }
        
        .mobile-transaction-row:first-child {
            padding-top: 0;
        }
        
        .mobile-row-label {
            flex: 0 0 120px;
            font-size: 0.9rem;
            font-weight: 600;
            color: #475569;
            display: flex;
            align-items: center;
        }
        
        .mobile-row-label i {
            color: #10b981;
            font-size: 1.1rem;
            width: 24px;
            flex-shrink: 0;
        }
        
        .mobile-row-value {
            flex: 1;
            text-align: right;
            font-size: 0.9rem;
            color: #1e293b;
            font-weight: 500;
            word-break: break-word;
        }
        
        /* Mobile Badges */
        .mobile-badge {
            padding: 6px 12px;
            border-radius: 15px;
            font-size: 0.7rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.3px;
            white-space: nowrap;
            border: none;
            margin-right: 20px;
        }
        
        .status-badge{
            justify-content: flex-end;
        }
        
        /* Mobile Divider */
        .mobile-transaction-divider {
            height: 1px;
            background: linear-gradient(90deg, transparent 0%, #e2e8f0 50%, transparent 100%);
            margin: 12px 0;
        }
        
        /* Mobile Empty State */
        .mobile-empty-state {
            padding: 50px 20px;
            text-align: center;
        }
        
        .empty-icon {
            opacity: 0.6;
            font-size: 3rem;
            margin-bottom: 20px;
        }
        
        .mobile-empty-state h5 {
            font-size: 1.25rem;
            color: #1e293b;
            margin-bottom: 10px;
        }
        
        .mobile-empty-state p {
            color: #64748b;
            font-size: 0.95rem;
        }
    }

    /* ===== ENHANCED VISUAL CONTRAST ===== */
    .transaction-table tbody tr:nth-child(even) {
        background-color: #fafafa;
    }

    /* ===== EMPTY STATE ===== */
    .empty-state {
        padding: 40px 20px;
        text-align: center;
    }

    .empty-state i {
        font-size: 4rem;
        opacity: 0.5;
    }

    /* ===== PAGINATION STYLES ===== */
    .pagination {
        justify-content: center;
    }

    .page-link {
        border: 2px solid #e9ecef;
        color: var(--primary-color);
        padding: 8px 16px;
        margin: 0 4px;
        border-radius: 10px;
        font-weight: 600;
        transition: all 0.3s ease;
    }

    .page-link:hover {
        background: var(--primary-color);
        color: white;
        border-color: var(--primary-color);
        transform: translateY(-2px);
    }

    .page-item.active .page-link {
        background: var(--primary-color);
        border-color: var(--primary-color);
        color: white;
    }

    /* ===== ANIMATIONS ===== */
    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* ===== SCROLLBAR STYLING ===== */
    .custom-table-wrapper::-webkit-scrollbar {
        height: 8px;
    }

    .custom-table-wrapper::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    .custom-table-wrapper::-webkit-scrollbar-thumb {
        background: var(--primary-color);
        border-radius: 4px;
    }

    .custom-table-wrapper::-webkit-scrollbar-thumb:hover {
        background: var(--primary-dark);
    }
    
    @media (max-width: 576px) {
        .mobile-badge {
            font-size: 0.5rem;
            white-space: unset;
            text-align: center;
        }
    }

    /* ===== COLOR VARIABLES ===== */
    :root {
        --primary-color: #10b981;
        --primary-dark: #0da271;
        --primary-extra-light: #ecfdf5;
        --primary-soft: rgba(16, 185, 129, 0.1);
    }

    /* ===== MAIN CARD STYLES ===== */
    .support-tickets-card {
        border: none;
        border-radius: 15px;
        box-shadow: 0 5px 25px rgba(16, 185, 129, 0.1);
        overflow: hidden;
    }


    /* ===== BUTTON STYLES ===== */
    .btn-primary-custom {
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
        border: none;
        border-radius: 10px;
        color: white;
        padding: 10px 20px;
        font-weight: 600;
        transition: all 0.3s ease;
    }

    .btn-primary-custom:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3);
        color: white;
    }

    /* ===== TABS STYLES ===== */
    .support-tabs__list {
        border-bottom: 2px solid #e9ecef;
        gap: 10px;
    }

    .support-tabs .nav-link {
        border: none;
        border-radius: 10px 10px 0 0;
        padding: 12px 24px;
        font-weight: 600;
        color: #6c757d;
        background: transparent;
        transition: all 0.3s ease;
        position: relative;
        margin-bottom: -2px;
        cursor: pointer;
    }

    .support-tabs .nav-link:hover {
        color: var(--primary-color);
        background: var(--primary-extra-light);
        border: none;
    }

    .support-tabs .nav-link.active {
        color: var(--primary-color);
        background: white;
        border: none;
        border-bottom: 3px solid var(--primary-color);
    }

    .support-tabs .nav-link.active::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        height: 3px;
        background: var(--primary-color);
        border-radius: 3px 3px 0 0;
    }

    /* ===== TABLE STYLES ===== */
    .support-tickets-table {
        width: 100%;
        margin-bottom: 0;
        border-collapse: separate;
        border-spacing: 0;
    }

    .support-tickets-table tbody td {
        padding: 0;
        border-bottom: 1px solid #f1f3f4;
    }

    /* ===== CLICKABLE ROW STYLES ===== */
    .ticket-row {
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .ticket-row:hover {
        background: var(--primary-soft) !important;
        transform: translateY(-1px);
    }

    .ticket-content {
        padding: 15px 0;
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
    }

    /* ===== TICKET TEXT STYLES ===== */
    .ticket-date {
        font-weight: 700;
        color: #2c3e50;
        font-size: 0.95rem;
        min-width: 100px;
    }

    .ticket-separator {
        font-size: 1.2em;
        color: #10b981;
        margin: 0 15px;
        font-weight: bold;
        opacity: 0.8;
    }

    .ticket-info {
        font-weight: 400;
        color: #475569;
        font-size: 0.95rem;
        flex: 1;
    }

    /* ===== EMPTY STATE ===== */
    .empty-state {
        padding: 50px 20px;
        text-align: center;
    }

    /* ===== LOADING STATE ===== */
    .loading-tickets {
        text-align: center;
        padding: 40px 20px;
        color: #6c757d;
    }

    .loading-spinner {
        width: 40px;
        height: 40px;
        border: 4px solid #f3f3f3;
        border-top: 4px solid var(--primary-color);
        border-radius: 50%;
        animation: spin 1s linear infinite;
        margin: 0 auto 20px;
    }

    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

    /* ===== COLOR VARIABLES ===== */
    :root {
        --primary-color: #10b981;
        --primary-dark: #0da271;
        --primary-light: #a7f3d0;
        --primary-extra-light: #ecfdf5;
        --primary-soft: rgba(16, 185, 129, 0.1);
        --user-message-bg: #f8f9fa;
        --admin-message-bg: #ffffff;
        --user-message-border: #e9ecef;
        --admin-message-border: #10b981;
    }

    /* ===== TICKET HEADER ===== */
    .ticket-header-card {
        border-radius: 16px;
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    }

    .ticket-icon-wrapper {
        flex-shrink: 0;
    }

    .ticket-icon {
        width: 60px;
        height: 60px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
    }

    .bg-primary-soft {
        background: var(--primary-soft) !important;
    }

    .text-primary-custom {
        color: var(--primary-color) !important;
    }

    .ticket-info {
        flex: 1;
    }

    .ticket-id {
        font-size: 1rem;
        color: black;
    }

    .ticket-subject {
    color: #2c3e50;
    font-weight: 700;
    font-size: calc(1.27375rem + 0.285vw);
    }

    .ticket-meta {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
        margin-top: 15px;
    }

    .meta-item {
    font-size: 0.875rem;
    color: #6c757d;
    background: #e9ecef;
    padding: 5px 10px;
    border-radius: 10px;
    }


    /* ===== CHAT CONTAINER ===== */
    .chat-card {
        border-radius: 16px;
        overflow: hidden;
    }

    .chat-messages {

        overflow-y: auto;
        padding: 10px;
        background: #fafbfc;
        display: flex;
        flex-direction: column;
    }

    /* ===== MESSAGE STYLES ===== */



    .user-message .message-container {
        margin-top: 10px;
        background: #e9ecef;
        border-radius: 10px;
    }

    .admin-message .message-container {
        margin-top: 10px;
        background: #e9ecef;
        border-radius: 10px;
    }

    /* Message Header */
    .message-header {
        margin-bottom: 8px;
    }

    .sender-info {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .sender-avatar {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.1rem;
        flex-shrink: 0;
    }

    .user-avatar {
        background: var(--primary-soft);
        color: var(--primary-color);
    }

    .admin-avatar {
        background: #e3f2fd;
        color: #1976d2;
    }

    .sender-details {
        flex: 1;
    }

    .sender-name {
        font-size: 0.8rem;
        font-weight: 600;
        color: #2c3e50;
    }

    .sender-badge {
        font-size: 0.7rem;
        padding: 2px 8px;
        border-radius: 12px;
        margin-left: 8px;
    }

    .badge-user {
        background: var(--primary-color);
        color: white;
    }

    .badge-admin {
        background: #6c757d;
        color: white;
    }

    .message-time {
        font-size: 0.8rem;
    }

    /* Message Body */
    .message-body {
        background: #f8f9fa;
        padding: 16px;
        border: 1px solid #e9ecef;
    }


    .message-content p {
        margin: 0;
        line-height: 1.6;
        color: #495057;
        font-size: 0.9rem;
        padding: 20px 20px;
    }

    /* Attachments */
    .message-attachments {
        border-top: 1px solid #e9ecef;
        padding-top: 12px;
        margin-top: 12px;
    }

    .attachments-header {
        margin-bottom: 8px;
    }

    .attachments-list {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .attachment-item {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 8px 12px;
        background: #f8f9fa;
        border-radius: 8px;
        text-decoration: none;
        color: inherit;
        border: 1px solid #e9ecef;
        transition: all 0.3s ease;
    }

    .attachment-item:hover {
        background: var(--primary-soft);
        border-color: var(--primary-color);
        color: inherit;
        transform: translateY(-1px);
    }

    .attachment-icon {
        width: 32px;
        height: 32px;
        background: white;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary-color);
        font-size: 1rem;
    }
        .confirmationbutton{
         display: flex;
        justify-content: flex-end;
         width: 100%;
        }
        
        .confirmationBtn {
         width: 200px;
        background: #dc3545;
        color: white;
        padding: 10px 10px;
        border-radius: 10px;
        }
      .confirmationBtn:hover{
          background: red;
      }
    .attachment-info {
        flex: 1;
    }

    .attachment-name {
        font-size: 0.85rem;
        font-weight: 500;
        color: #2c3e50;
        display: block;
    }

    .attachment-size {
        font-size: 0.75rem;
    }

    .attachment-action {
        color: var(--primary-color);
        font-size: 1rem;
    }

    /* ===== REPLY FORM ===== */
    .message-textarea {
        border-radius: 12px;
        border: 2px solid #e9ecef;
        padding: 16px;
        font-size: 0.9rem;
        resize: vertical;
        transition: all 0.3s ease;
        background: white;
    }

    .message-textarea:focus {
        border-color: var(--primary-color);
        box-shadow: 0 0 0 0.2rem rgba(16, 185, 129, 0.1);
        background: white;
    }

    .add-attachment-btn {
        border-radius: 8px;
        font-weight: 500;
        transition: all 0.3s ease;
        background: #10b981;
    }
    .add-attachment-btn:hover {
         color: var(--bs-btn-hover-color);
         background-color: #198754;
         border-color:#10b981 ;
    }

    .send-reply-btn {
        border-radius: 12px;
        font-weight: 600;
        padding: 12px 24px;
        transition: all 0.3s ease;
        background: var(--primary-color);
        border: none;
    }

    .send-reply-btn:hover {
        background: var(--primary-dark);
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3);
    }

    /* ===== FILE UPLOADS ===== */
    .file-uploads-container {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .file-upload-item {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 8px 12px;
        background: #f8f9fa;
        border-radius: 8px;
        border: 1px solid #e9ecef;
    }

    .remove-file-btn {
        background: #dc3545;
        border: none;
        color: white;
        width: 24px;
        height: 24px;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.8rem;
    }

    /* ===== EMPTY STATE ===== */
    .empty-conversation {
        padding: 60px 20px;
    }

    .empty-icon {
        opacity: 0.5;
    }

    /* ===== ANIMATIONS ===== */
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* ===== SCROLLBAR ===== */
    .chat-messages::-webkit-scrollbar {
        width: 6px;
    }

    .chat-messages::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .chat-messages::-webkit-scrollbar-thumb {
        background: var(--primary-color);
        border-radius: 10px;
    }

    .chat-messages::-webkit-scrollbar-thumb:hover {
        background: var(--primary-dark);
    }

    /* ===== AUTO-SCROLL TO BOTTOM ===== */
    .chat-messages {
        scroll-behavior: smooth;
    }

    /* ===== RESPONSIVE DESIGN ===== */
    @media (max-width: 768px) {

        
        .message-container {
            max-width: 100%;
        }
        
        .ticket-header .row {
            text-align: center;
        }
        
        
        .reply-form .row {
            flex-direction: column;
        }
        
        .send-reply-btn {
            width: 100%;
            margin-top: 16px;
        }
            .ticket-meta {

        gap: 5px;

    }
        .confirmationbutton{
            justify-content: center;
        }
        
        .confirmationBtn {
         width: 260px;
        background: #dc3545;
        color: white;
        padding: 10px 10px;
        border-radius: 10px;
        }
    }

    @media (max-width: 576px) {
        .ticket-icon {
            width: 50px;
            height: 50px;
            font-size: 1.25rem;
        }
        
        .ticket-subject {
            font-size: 1.1rem;
        }
        
        .sender-info {
            flex-direction: column;
            align-items: flex-start;
            gap: 8px;
        }
        
        .sender-avatar {
            width: 32px;
            height: 32px;
            font-size: 1rem;
        }
        
        .message-body {
            padding: 12px;
        }
        
        .meta-item {
           font-size: 0.8rem;
    }
  
    }

    /* ===== COLOR VARIABLES ===== */
    :root {
        --primary-color: #10b981;
        --primary-dark: #0da271;
        --primary-light: #a7f3d0;
        --primary-extra-light: #ecfdf5;
        --primary-soft: rgba(16, 185, 129, 0.1);
    }

    /* ===== MAIN CARD STYLES ===== */
    .new-ticket-card {
        border: none;
        border-radius: 15px;
        box-shadow: 0 5px 25px rgba(16, 185, 129, 0.1);
        overflow: hidden;
    }

    .bg-light-custom {
        background: var(--primary-extra-light) !important;
    }

    .text-primary-custom {
        color: var(--primary-color) !important;
    }


    /* ===== BUTTON STYLES ===== */
    .btn-primary-custom {
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
        border: none;
        border-radius: 10px;
        color: white;
        font-weight: 600;
        transition: all 0.3s ease;
        padding: 10px 20px;
    }

    .btn-primary-custom:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3);
        color: white;
    }

    .btn-outline-custom {
        border: 2px solid var(--primary-color);
        color: var(--primary-color);
        background: var(--primary-color);
        border-radius: 10px;
        font-weight: 600;
        transition: all 0.3s ease;
        padding: 8px 16px;
    }

    .btn-outline-custom:hover {
        background: var(--primary-color);
        color: white;
        transform: translateY(-2px);
    }

    /* ===== FORM CONTROL STYLES ===== */
    .form-control-custom {
        border: 2px solid #e9ecef;
        border-radius: 10px;
        padding: 12px 16px;
        font-size: 0.95rem;
        transition: all 0.3s ease;
        background: #ffffff;
    }

    .form-control-custom:focus {
        border-color: var(--primary-color);
        box-shadow: 0 0 0 0.2rem rgba(16, 185, 129, 0.1);
        transform: translateY(-1px);
    }

    .form-label {
        color: #2c3e50;
        font-weight: 600;
        margin-bottom: 8px;
    }

    /* ===== ATTACHMENT SECTION STYLES ===== */
    .attachment-section {
        border: 2px dashed var(--primary-light) !important;
        background: var(--primary-extra-light) !important;
    }

    .file-upload-item {
        background: white;
        border: 1px solid #e9ecef;
        border-radius: 8px;
        padding: 12px;
        transition: all 0.3s ease;
    }

    .file-upload-item:hover {
        border-color: var(--primary-color);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(16, 185, 129, 0.1);
    }

    .removeFile {
        background: linear-gradient(135deg, #dc3545, #c82333) !important;
        border: none !important;
        color: white !important;
        border-radius: 6px !important;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .removeFile:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
    }

    /* ===== CUSTOM INPUT GROUP STYLES ===== */
    .input-group {
        border-radius: 8px;
        overflow: hidden;
    }

    .input-group .form-control-custom {
        border-radius: 8px 0 0 8px;
        border-right: none;
    }

    .input-group .removeFile {
        border-radius: 0 8px 8px 0;
    }

    /* ===== RESPONSIVE DESIGN ===== */
    @media (max-width: 768px) {
        .dashboard-table__header {
            flex-direction: column;
        }
        
        .dashboard-table__btn {
            width: 100%;
            margin-top: 10px;
            display: flex;
            justify-content: center;
        }
        
        .btn-outline-custom,
        .btn-primary-custom {
            width: 100%;
            justify-content: center;
        }
        
        .card-body {
            padding: 25px 20px !important;
        }
        
        .attachment-section {
            padding: 20px 15px !important;
        }

    }

    @media (max-width: 576px) {
        .form-group.col-md-6 {
            margin-bottom: 1rem;
        }
        
        .btn-lg {
            padding: 12px 24px;
            font-size: 1rem;
        }
        
        .attachment-section .d-flex {
            flex-direction: column;
            gap: 10px;
            text-align: center;
        }
    }

    /* ===== ANIMATIONS ===== */
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .new-ticket-card {
        animation: fadeInUp 0.6s ease;
    }

    /* ===== FILE UPLOAD PROGRESS ===== */
    .file-upload-progress {
        height: 4px;
        background: #e9ecef;
        border-radius: 2px;
        overflow: hidden;
        margin-top: 5px;
    }

    .file-upload-progress-bar {
        height: 100%;
        background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
        border-radius: 2px;
        transition: width 0.3s ease;
    }

    /* ===== VALIDATION STYLES ===== */
    .is-invalid {
        border-color: #dc3545 !important;
    }

    .is-valid {
        border-color: var(--primary-color) !important;
    }

    .invalid-feedback {
        color: #dc3545;
        font-size: 0.875rem;
        margin-top: 0.25rem;
    }

    /* ===== PLACEHOLDER STYLING ===== */
    .form-control-custom::placeholder {
        color: #6c757d;
        opacity: 0.7;
    }

    /* ===== DISABLED STATE STYLING ===== */
    .btn:disabled {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none !important;
    }

    .btn:disabled:hover {
        transform: none !important;
        box-shadow: none !important;
    }

    /* ===== COLOR VARIABLES ===== */
    :root {
        --primary-color: #10b981;
        --primary-dark: #0da271;
        --primary-light: #a7f3d0;
        --primary-extra-light: #ecfdf5;
        --primary-soft: rgba(16, 185, 129, 0.1);
    }

    /* ===== MAIN STYLES ===== */
    .faq-header {
        padding: 40px 0;
    }

    .page-title {
        font-size: 2.5rem;
        font-weight: 800;
        color: #2c3e50;
        margin-bottom: 10px;
    }


    .text-primary-custom {
        color: var(--primary-color) !important;
    }

    .bg-light-custom {
        background: var(--primary-extra-light) !important;
    }

    /* ===== ACCORDION STYLES ===== */
    .custom-accordion {
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 10px 40px rgba(16, 185, 129, 0.1);
        border: 1px solid rgba(16, 185, 129, 0.1);
    }

    .accordion-item {
        border: none;
        border-bottom: 1px solid #e9ecef;
        background: #ffffff;
        transition: all 0.3s ease;
    }

    .accordion-item:last-child {
        border-bottom: none;
    }

    .accordion-item:hover {
        background: #fafafa;
    }

    .accordion-button {
        background-color: #ffffff;
        color: #2c3e50;
        font-weight: 600;
        padding: 20px 25px;
        border: none;
        box-shadow: none;
        position: relative;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .accordion-button:focus {
        box-shadow: none;
        border-color: transparent;
    }

    .accordion-button:not(.collapsed) {
        background-color: var(--primary-extra-light);
        color: var(--primary-color);
        box-shadow: none;
    }

    .accordion-button:hover {
        background-color: var(--primary-soft);
    }

    .accordion-button::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2310b981'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transition: transform 0.3s ease;
        width: 1.2rem;
        height: 1.2rem;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2310b981'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(-180deg);
    }

    .accordion-body {
        background-color: var(--primary-extra-light);
        padding: 25px;
        line-height: 1.7;
        transition: all 0.3s ease;
        border-top: 1px solid var(--primary-light);
    }

    /* ===== QUESTION ICONS ===== */
    .question-icon {
        width: 40px;
        height: 40px;
        background: var(--primary-soft);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .question-icon i {
        font-size: 1.2rem;
    }

    /* ===== FAQ LIST STYLES ===== */
    .faq-list {
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
    }

    .faq-list li {
        margin-bottom: 12px;
        padding: 8px 0;
        display: flex;
        align-items: flex-start;
        border-bottom: 1px solid rgba(16, 185, 129, 0.1);
    }

    .faq-list li:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    .faq-list li i {
        margin-top: 2px;
        flex-shrink: 0;
    }

    /* ===== SUPPORT SECTION ===== */
    .support-section {
        border: 2px solid var(--primary-light);
        background: linear-gradient(135deg, var(--primary-extra-light) 0%, #ffffff 100%);
    }

    .btn-primary-custom {
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
        border: none;
        border-radius: 10px;
        color: white;
        font-weight: 600;
        padding: 12px 30px;
        transition: all 0.3s ease;
    }

    .btn-primary-custom:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3);
        color: white;
    }

    /* ===== RESPONSIVE DESIGN ===== */
    @media (max-width: 768px) {
        .page-title {
            font-size: 2rem;
        }
        
        .faq-header {
            padding: 30px 0;
        }
        
        .accordion-button {
            padding: 15px 20px;
        }
        
        .accordion-body {
            padding: 20px;
        }
        
        .question-icon {
            width: 35px;
            height: 35px;
        }
        
        .question-icon i {
            font-size: 1rem;
        }
    }

    @media (max-width: 576px) {
        .page-title {
            font-size: 1.75rem;
        }
        
        .accordion-button {
            padding: 12px 15px;
            font-size: 0.9rem;
        }
        
        .accordion-body {
            padding: 15px;
            font-size: 0.9rem;
        }
        
        .support-section {
            padding: 20px 15px !important;
        }
        
        .btn-primary-custom {
            width: 100%;
        }
    }

    /* ===== ANIMATIONS ===== */
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .accordion-item {
        animation: fadeInUp 0.5s ease forwards;
    }

    .accordion-item:nth-child(1) { animation-delay: 0.1s; }
    .accordion-item:nth-child(2) { animation-delay: 0.2s; }
    .accordion-item:nth-child(3) { animation-delay: 0.3s; }
    .accordion-item:nth-child(4) { animation-delay: 0.4s; }
    .accordion-item:nth-child(5) { animation-delay: 0.5s; }

    /* ===== ENHANCED VISUALS ===== */
    .header-icon {
        animation: bounce 2s infinite;
    }

    @keyframes bounce {
        0%, 20%, 50%, 80%, 100% {
            transform: translateY(0);
        }
        40% {
            transform: translateY(-10px);
        }
        60% {
            transform: translateY(-5px);
        }
    }

    /* ===== COLOR VARIABLES ===== */
    :root {
        --primary-color: #10b981;
        --primary-dark: #0da271;
        --primary-light: #a7f3d0;
        --primary-extra-light: #ecfdf5;
        --primary-soft: rgba(16, 185, 129, 0.1);
    }

    /* ===== MAIN CARD STYLES ===== */
    .notification-card {
        border: none;
        border-radius: 15px;
        box-shadow: 0 5px 25px rgba(16, 185, 129, 0.1);
        overflow: hidden;
    }

    .bg-light-custom {
        background: var(--primary-extra-light) !important;
    }

    .text-primary-custom {
        color: var(--primary-color) !important;
    }

    /* ===== BUTTON STYLES ===== */
    .btn-primary-custom {
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
        border: none;
        border-radius: 10px;
        color: white;
        font-weight: 600;
        padding: 10px 20px;
        transition: all 0.3s ease;
    }

    .btn-primary-custom:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3);
        color: white;
    }

    /* ===== NOTIFICATION LIST STYLES ===== */
    .notification-list {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .notification-item {
        display: flex;
        align-items: center;
        padding: 20px 25px;
        border-bottom: 1px solid #f1f3f4;
        transition: all 0.3s ease;
        cursor: pointer;
        background: white;
        position: relative;
        list-style: none !important;
    }

    .notification-item:last-child {
        border-bottom: none;
    }

    .notification-item.unread {
        background: var(--primary-extra-light);
        border-left: 4px solid var(--primary-color);
    }

    .notification-item.read {
        background: #ffffff;
        opacity: 0.8;
    }

    .notification-item:hover {
        background: var(--primary-soft);
        transform: translateX(5px);
        box-shadow: 0 2px 12px rgba(16, 185, 129, 0.1);
    }

    /* ===== NOTIFICATION ICON ===== */
    .notification-icon-wrapper {
        width: 50px;
        height: 50px;
        background: var(--primary-soft);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        flex-shrink: 0;
    }

    .notification-icon-wrapper i {
        font-size: 1.5rem;
    }

    .animated-bell-icon {
        animation: ring 2s ease-in-out infinite;
    }

    @keyframes ring {
        0%, 100% { transform: rotate(0deg); }
        10%, 30%, 50%, 70%, 90% { transform: rotate(-10deg); }
        20%, 40%, 60%, 80% { transform: rotate(10deg); }
    }

    /* ===== NOTIFICATION CONTENT ===== */
    .notification-content-wrapper {
        flex: 1;
        min-width: 0;
    }

    .notification-title {
        margin: 0;
        font-weight: 600;
        color: #2c3e50;
        font-size: 0.95rem;
        line-height: 1.4;
        word-wrap: break-word;
    }

    .notification-time {
        margin: 0;
        font-size: 0.85rem;
        color: #6c757d;
        display: flex;
        align-items: center;
    }

    /* ===== NOTIFICATION ACTIONS ===== */
    .notification-actions {
        margin-left: 15px;
        flex-shrink: 0;
    }

    .mark-read-single {
        width: 35px;
        height: 35px;
        border: 2px solid var(--primary-light);
        background: var(--primary-color);
        color: var(--primary-color);
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }

    .mark-read-single:hover {
        background: var(--primary-color);
        color: white;
        transform: scale(1.1);
        box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
    }

    /* ===== EMPTY STATE ===== */
    .empty-state {
        padding: 60px 20px;
    }

    .empty-icon {
        opacity: 0.5;
    }

    /* ===== PAGINATION STYLES ===== */
    .pagination {
        justify-content: center;
        margin-bottom: 0;
    }

    .page-link {
        border: 2px solid #e9ecef;
        color: var(--primary-color);
        padding: 8px 16px;
        margin: 0 4px;
        border-radius: 10px;
        font-weight: 600;
        transition: all 0.3s ease;
    }

    .page-link:hover {
        background: var(--primary-color);
        color: white;
        border-color: var(--primary-color);
        transform: translateY(-2px);
    }

    .page-item.active .page-link {
        background: var(--primary-color);
        border-color: var(--primary-color);
        color: white;
    }

    /* ===== RESPONSIVE DESIGN ===== */
    @media (max-width: 768px) {
        .notification-item {
            padding: 15px 20px;
        }
        
        .notification-icon-wrapper {
            width: 45px;
            height: 45px;
            margin-right: 12px;
        }
        
        .notification-icon-wrapper i {
            font-size: 1.3rem;
        }
        
        .card-header .d-flex {
            flex-direction: column;
            text-align: center;
            gap: 15px;
        }
        
        .page-title {
            text-align: center;
        }
    }

    @media (max-width: 576px) {
        .notification-item {
            padding: 12px 15px;
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
        }
        
        .notification-icon-wrapper {
            margin-right: 0;
            align-self: flex-start;
        }
        
        .notification-content-wrapper {
            width: 100%;
        }
        
        .notification-actions {
            margin-left: 0;
            align-self: flex-end;
        }
        
        .empty-state {
            padding: 40px 15px;
        }
        
        .empty-icon i {
            font-size: 3rem !important;
        }
    }

    /* ===== ANIMATIONS ===== */
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .notification-item {
        animation: fadeInUp 0.5s ease forwards;
    }

    .notification-item:nth-child(1) { animation-delay: 0.1s; }
    .notification-item:nth-child(2) { animation-delay: 0.2s; }
    .notification-item:nth-child(3) { animation-delay: 0.3s; }
    .notification-item:nth-child(4) { animation-delay: 0.4s; }
    .notification-item:nth-child(5) { animation-delay: 0.5s; }

    /* ===== LOADING STATES ===== */
    .mark-all-read.loading,
    .mark-read-single.loading {
        pointer-events: none;
        opacity: 0.7;
    }

    .mark-all-read.loading::after,
    .mark-read-single.loading::after {
        content: '';
        width: 16px;
        height: 16px;
        border: 2px solid transparent;
        border-top: 2px solid currentColor;
        border-radius: 50%;
        animation: spin 1s linear infinite;
        display: inline-block;
        margin-left: 8px;
    }

    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

    /* ===== COLOR VARIABLES ===== */
    :root {
        --primary-color: #10b981;
        --primary-dark: #0da271;
        --primary-light: #a7f3d0;
        --primary-extra-light: #ecfdf5;
        --primary-soft: rgba(16, 185, 129, 0.1);
    }

    /* ===== MAIN CARD STYLES ===== */
    .profile-settings-card {
        border: none;
        border-radius: 15px;
        box-shadow: 0 5px 25px rgba(16, 185, 129, 0.1);
        overflow: hidden;
    }

    .bg-light-custom {
        background: var(--primary-extra-light) !important;
    }

    .text-primary-custom {
        color: var(--primary-color) !important;
    }

    /* ===== NAVIGATION STYLES ===== */
    .profile-navigation {
        border-bottom: none;
    }
    
    .profile-navigation .nav-pills {
        gap: 10px;
    }
    
    .profile-navigation .nav-link {
        border: 2px solid #e9ecef;
        border-radius: 10px;
        padding: 12px 20px;
        color: #6c757d;
        font-weight: 600;
        transition: all 0.3s ease;
        background: #ffffff;
        cursor: pointer;
    }
    
    .profile-navigation .nav-link:hover {
        background: var(--primary-soft);
        color: var(--primary-color);
        border-color: var(--primary-light);
    }
    
    .profile-navigation .nav-link.active {
        background: var(--primary-color);
        color: #ffffff;
        border-color: var(--primary-color);
        box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
    }
    
    .profile-navigation .nav-link i {
        font-size: 16px;
    }

    /* ===== TAB CONTENT STYLES ===== */
    .tab-pane {
        animation: fadeIn 0.3s ease-in;
    }
    
    @keyframes fadeIn {
        from { opacity: 0; transform: translateY(10px); }
        to { opacity: 1; transform: translateY(0); }
    }
    
    /* ===== FORM SECTIONS STYLING ===== */
    .form-section {
        border: 1px solid #e9ecef;
        border-radius: 12px;
        padding: 30px;
        background: #fff;
        margin-bottom: 30px;
        box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    }
    
    .section-header {
        border-bottom: 2px solid var(--primary-extra-light);
        padding-bottom: 20px;
        margin-bottom: 25px;
    }
    
    .section-title {
        font-weight: 700;
        font-size: 1.3rem;
        margin-bottom: 8px;
    }
    
    .section-desc {
        font-size: 0.9rem;
        margin-bottom: 0;
    }
    
    /* ===== FORM CONTROL STYLES ===== */
    .form-control-custom {
        border: 2px solid #e9ecef;
        border-radius: 10px;
        padding: 12px 16px;
        font-size: 0.95rem;
        transition: all 0.3s ease;
        background: #ffffff;
        width: 100%;
    }
    
    .form-control-custom:focus {
        border-color: var(--primary-color);
        box-shadow: 0 0 0 0.2rem rgba(16, 185, 129, 0.1);
        transform: translateY(-1px);
    }
    
    .form-control-custom:read-only {
        background-color: #f8f9fa;
        opacity: 0.8;
    }
    
    .form-label {
        color: #2c3e50;
        font-weight: 600;
        margin-bottom: 8px;
        display: block;
    }

    /* ===== BUTTON STYLES ===== */
    .btn-primary-custom {
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
        border: none;
        border-radius: 10px;
        color: white;
        font-weight: 600;
        padding: 12px 25px;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }
    
    .btn-primary-custom:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3);
        color: white;
    }
    
    .btn-outline-custom {
        background: var(--primary-color);
        border: 2px solid var(--primary-color);
        color: var(--primary-color);
        border-radius: 10px;
        font-weight: 600;
        padding: 12px 25px;
        transition: all 0.3s ease;
    }
    
    .btn-outline-custom:hover {
        background: var(--primary-color);
        color: white;
        transform: translateY(-2px);
    }
    
    .btn-danger-custom {
        background: linear-gradient(135deg, #dc3545, #c82333);
        border: none;
        border-radius: 10px;
        color: white;
        font-weight: 600;
        padding: 12px 25px;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
    }
    
    .btn-danger-custom:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(220, 53, 69, 0.3);
        color: white;
    }

    /* ===== TWO FACTOR BOX STYLING ===== */
    .two-factor-box {
        border: 2px dashed var(--primary-light);
        background: var(--primary-extra-light);
    }
    
    .status-enabled, .status-disabled {
        padding: 20px;
    }

    /* ===== PASSWORD TOGGLE STYLES ===== */
    .password-show-hide {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        color: #6c757d;
        transition: color 0.3s ease;
        z-index: 5;
    }
    
    .password-show-hide:hover {
        color: var(--primary-color);
    }
    
    .position-relative {
        position: relative;
    }

    /* ===== DISABLED BUTTON STYLES ===== */
    .btn:disabled {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none !important;
        box-shadow: none !important;
    }
    @media (max-width: 1200px) {
        .profile-navigation .nav-link {
            justify-content: center;
        }
        
    }
    /* ===== RESPONSIVE DESIGN ===== */
    @media (max-width: 768px) {
        .profile-navigation .nav-link {
            padding: 10px 15px;
            font-size: 14px;
            justify-content: center;
        }
        
        .profile-navigation .nav-link i {
            font-size: 14px;
            margin-right: 5px;
        }
        
        .form-section {
            padding: 20px 15px;
        }
        
        .section-title {
            font-size: 1.1rem;
        }
        
        .btn-primary-custom,
        .btn-outline-custom {
            padding: 10px 20px;
            font-size: 0.8rem;
            align-items: center;
            display: flex;
            justify-content: center;
            width: 50%;
        }
        
        .two-factor-box {
            padding: 20px 15px !important;
        }
        
        .card-body {
            padding: 10px !important;
        }
    }

    @media (max-width: 576px) {
        
        .profile-navigation .nav-link {
            text-align: center;
        }
        .section-title{
            padding: 5px;
        }
        
        .form-section {
            margin-bottom: 20px;
            padding: 15px;
        }
        
        .btn-primary-custom,
        .btn-outline-custom {
            width: 100%;
            margin-bottom: 10px;
        }
        
        .two-factor-box i {
            font-size: 2rem !important;
        }
        .section-header{
            display: flex;
           flex-direction: column;
           align-items: flex-start;
        }
    }

    /* ===== SWEETALERT CUSTOMIZATION ===== */
    .swal2-popup {
        border-radius: 15px !important;
    }
    
    .qrcode-container {
        text-align: center;
        margin: 20px 0;
    }
    
    .qrcode-container img {
        max-width: 250px;
        border: 1px solid #dee2e6;
        border-radius: 10px;
        padding: 10px;
        background: white;
    }
    
    .secret-key-container {
        background: #f8f9fa;
        padding: 15px;
        border-radius: 8px;
        margin: 15px 0;
        border: 1px solid #e9ecef;
    }
    
    .secret-key {
        font-family: monospace;
        font-size: 26px;
        font-weight: bold;
        color: #495057;
        word-break: break-all;
    }

    /* ===== LOADING STATES ===== */
    .btn.loading {
        pointer-events: none;
        opacity: 0.7;
    }
    
    .btn.loading::after {
        content: '';
        width: 16px;
        height: 16px;
        border: 2px solid transparent;
        border-top: 2px solid currentColor;
        border-radius: 50%;
        animation: spin 1s linear infinite;
        display: inline-block;
        margin-left: 8px;
    }
    
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

.dashboard-header {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-bottom: 1px solid #e2e8f0;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 999;
}

.dashboard-header__inner {
    padding: 0 25px;
}

.dashboard-header__greetings {
    color: #1e293b;
    font-weight: 600;
    font-size: 1.5rem;
}

/* Header Actions */
.header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.action-item {
    position: relative;
}

.action-btn {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px 15px;
    color: #64748b;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.action-btn:hover {
    background: #10b981;
    color: white;
    border-color: #10b981;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

/* Support Button */
.support-btn {
    font-size: 1.2rem;
}

/* Notification Button */
.notification-btn {
    font-size: 1.2rem;
}

/* User Profile */
.user-profile-btn {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 8px 15px;
    color: #64748b;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    gap: 10px;
}

.user-profile-btn:hover {
    background: #10b981;
    color: white;
    border-color: #10b981;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.user-profile-btn.active {
    background: #10b981;
    color: white;
    border-color: #10b981;
}

.user-profile-btn.active .dropdown-arrow {
    transform: rotate(180deg);
}

.user-avatar-sm {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
}

.user-profile-btn:hover .user-avatar-sm,
.user-profile-btn.active .user-avatar-sm {
    border-color: white;
}

.user-avatar-sm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-name {
    font-weight: 500;
    font-size: 14px;
}

.dropdown-arrow {
    font-size: 12px;
    transition: transform 0.3s ease;
}

/* Notification Styles */
.notification-dot {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 10px;
    height: 10px;
    background-color: #ff4444;
    border-radius: 50%;
    border: 2px solid white;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(255, 0, 0, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

.notification-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff4444;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 2;
    border: 2px solid white;
}

/* Bell Animation */
.bell-icon-shake {
    animation: bellShake 1s ease-in-out infinite;
}

@keyframes bellShake {
    0%, 100% { 
        transform: rotate(0deg) scale(1); 
    }
    25% { 
        transform: rotate(-8deg) scale(1.1); 
    }
    50% { 
        transform: rotate(0deg) scale(1); 
    }
    75% { 
        transform: rotate(8deg) scale(1.1); 
    }
}

.bell-icon-prominent-shake {
    animation: prominentBellShake 0.8s ease-in-out infinite;
}

@keyframes prominentBellShake {
    0%, 100% { 
        transform: rotate(0deg); 
    }
    25% { 
        transform: rotate(-12deg); 
    }
    50% { 
        transform: rotate(0deg); 
    }
    75% { 
        transform: rotate(12deg); 
    }
}

/* Notification Dropdown */
.notification-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 380px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    border: 1px solid #e2e8f0;
    z-index: 1000;
    display: none;
    margin-top: 10px;
    overflow: hidden;
}

.notification-dropdown.show {
    display: block;
    animation: fadeInUp 0.3s ease;
}

@keyframes fadeInUp {
    from { 
        opacity: 0; 
        transform: translateY(-10px) scale(0.95); 
    }
    to { 
        opacity: 1; 
        transform: translateY(0) scale(1); 
    }
}

.notification-header {
    padding: 20px;
    border-bottom: 1px solid #f1f5f9;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
}

.notification-header h6 {
    margin: 0 0 5px 0;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: white;
}

.notification-subtitle {
    font-size: 12px;
    opacity: 0.9;
}

.notification-list {
    max-height: 300px;
    overflow-y: auto;
}

.notification-item {
    display: flex;
    align-items: flex-start;
    padding: 15px 20px;
    border-bottom: 1px solid #f8fafc;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

/* Unread notification indicator */
.notification-item.unread::before {
    content: '';
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
}

.notification-item:hover {
    background: #f8fafc;
    transform: translateX(5px);
}

.notification-icon {
    margin-right: 15px;
    color: #10b981;
    font-size: 14px;
    margin-top: 2px;
    background: #f0f9ff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification-item.unread .notification-icon {
    background: #10b981;
    color: white;
}

.notification-content {
    flex: 1;
}

.notification-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    color: #334155;
    font-weight: 500;
}

.notification-time {
    font-size: 12px;
    color: #64748b;
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.notification-time i {
    margin-right: 5px;
    font-size: 11px;
}

.notification-empty {
    text-align: center;
    padding: 40px 20px;
    color: #94a3b8;
}

.notification-empty i {
    font-size: 48px;
    margin-bottom: 15px;
    opacity: 0.5;
}

.notification-empty p {
    margin: 0;
    font-size: 14px;
}

.notification-footer {
    padding: 15px 20px;
    border-top: 1px solid #f1f5f9;
    text-align: center;
    background: #f8fafc;
}

.view-all-btn {
    color: #10b981;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.view-all-btn:hover {
    color: #059669;
    text-decoration: underline;
}

/* User Profile Dropdown */
.user-profile-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 220px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    border: 1px solid #e2e8f0;
    z-index: 1000;
    display: none;
    margin-top: 10px;
    overflow: hidden;
}

.user-profile-dropdown.show {
    display: block;
    animation: fadeInUp 0.3s ease;
}

.dropdown-item {
    border-bottom: 1px solid #f8fafc;
}

.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-link {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    color: #64748b;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
}

.dropdown-link:hover {
    background: #10b981;
    color: white;
}

.dropdown-link .icon {
    width: 20px;
    margin-right: 10px;
    font-size: 14px;
}

/* Tooltip */
[data-tooltip] {
    position: relative;
}

[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    background: #1e293b;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

[data-tooltip]::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #1e293b;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1001;
}

[data-tooltip]:hover::after,
[data-tooltip]:hover::before {
    opacity: 1;
    visibility: visible;
}

/* Mobile Menu Toggle - UPDATED */
.mobile-menu-toggle {
    display: none;
}

.toggle-icon {
    font-size: 1.5rem;
    color: #64748b;
    cursor: pointer;
    padding: 10px;
    background: white;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.toggle-icon:hover {
    background: #10b981;
    color: white;
    border-color: #10b981;
}

 .sidebar-logo__link2 {
     display: none;
 }
/* Responsive Design */
@media (max-width: 992px) {
    .dashboard-header__inner {
        padding: 0 15px;
    }
    
    .header-actions {
        gap: 10px;
        display: none;
    }
    
    .user-name {
        display: none;
    }
    
    .notification-dropdown {
        width: 320px;
        right: -50px;
    }
    
    .action-btn {
        padding: 8px 12px;
    }
    
    .user-profile-btn {
        padding: 8px 12px;
    }
    
    .mobile-menu-toggle {
        display: block;
    }
      .sidebar-logo__link2 {
     display: flex;
 }
 
 .dashboard-header__left2{
     display: none;
 }
}

@media (max-width: 480px) {
    .notification-dropdown {
        width: 280px;
        right: -80px;
    }
    
    .dashboard-header__greetings {
        font-size: 1.2rem;
    }
    
  .sidebar-logo__link2 {
     display: flex;
 }
 
 .dashboard-header__left2 {
     display: none;
 }
}

.padding-leftpx{
    margin-left: -50px;
}

/* 🚨 EMERGENCY OVERRIDES */
.sidebar-menu.show {
    right: 0 !important;
    left: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
    transform: translateX(0) !important;
}

.sidebar-overlay.show {
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 9999 !important;
    display: block !important;
}

/* 🖥️ DESKTOP SIDEBAR STYLES */
.sidebar-menu {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    color: #334155;
    height: 100vh;
    position: relative;
    border-right: 1px solid #e2e8f0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    z-index: 1;
}

.sidebar-menu__inner {
    padding: 20px 0;
    height: 100%;
    overflow-y: auto;
}

/* Desktop Logo Styles */
.sidebar-logo {
    padding: 0 25px 25px;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 25px;
}

.sidebar-logo__link {
    text-align: center;
    transition: transform 0.3s ease;
}

.sidebar-logo__link:hover {
    transform: scale(1.05);
}

.logo-img {
    max-height: 45px;
    width: auto;
}

/* 🖥️ DESKTOP MENU LIST STYLES */
.sidebar-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-menu-list__item {
    margin-bottom: 3px;
    position: relative;
}

.sidebar-menu-list__link {
    display: flex;
    align-items: center;
    padding: 14px 25px;
    color: #64748b;
    text-decoration: none;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
    position: relative;
    font-weight: 500;
}

.sidebar-menu-list__link:hover {
    background: linear-gradient(90deg, rgba(16, 185, 129, 0.08) 0%, transparent 100%);
    color: #10b981;
    border-left-color: #a7f3d0;
    transform: translateX(5px);
}

.sidebar-menu-list__link .icon {
    width: 20px;
    margin-right: 15px;
    font-size: 16px;
    color: #94a3b8;
    transition: all 0.3s ease;
}

.sidebar-menu-list__link:hover .icon {
    color: #10b981;
    transform: scale(1.1);
}

.sidebar-menu-list__link .text {
    flex: 1;
    font-weight: 500;
    font-size: 14px;
}

/* Desktop Dropdown Styles */
.has-dropdown .sidebar-menu-list__link {
    position: relative;
}

.dropdown-toggle .arrow {
    margin-left: auto;
    font-size: 14px;
    color: #cbd5e1;
    transition: all 0.3s ease;
}

.has-dropdown.active .dropdown-toggle .arrow {
    transform: rotate(180deg);
    color: #10b981;
}

/* Desktop Submenu Styles */
.sidebar-submenu {
    background: #f8fafc;
    border-left: 4px solid #10b981;
    border-bottom: 1px solid #f1f5f9;
    display: none;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.has-dropdown.active .sidebar-submenu {
    display: block;
}

.sidebar-submenu-list {
    list-style: none;
    padding: 8px 0;
    margin: 0;
}

.sidebar-submenu-list__item {
    border-bottom: 1px solid #f1f5f9;
}

.sidebar-submenu-list__item:last-child {
    border-bottom: none;
}

.sidebar-submenu-list__link {
    display: flex;
    align-items: center;
    padding: 12px 25px 12px 55px;
    color: #64748b;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 13px;
    font-weight: 500;
}

.sidebar-submenu-list__link:hover {
    background: rgba(16, 185, 129, 0.08);
    color: #10b981;
    padding-left: 60px;
}

.submenu-icon {
    width: 16px;
    margin-right: 12px;
    font-size: 14px;
    color: #94a3b8;
}

.sidebar-submenu-list__link:hover .submenu-icon {
    color: #10b981;
}

/* 📱 MOBILE MENU LIST STYLES */
.mobile-sidebar-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none; /* Default hidden, shown via d-lg-none */
}

.mobile-sidebar-item {
    margin-bottom: 2px;
}

.mobile-sidebar-link {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    color: #475569;
    text-decoration: none;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
    font-weight: 500;
    font-size: 15px;
}

.mobile-sidebar-link:hover {
    background: linear-gradient(90deg, rgba(16, 185, 129, 0.1) 0%, transparent 100%);
    color: #10b981;
    border-left-color: #10b981;
    transform: translateX(5px);
}

.mobile-icon {
    width: 24px;
    margin-right: 15px;
    font-size: 18px;
    color: #64748b;
    transition: all 0.3s ease;
}

.mobile-sidebar-link:hover .mobile-icon {
    color: #10b981;
    transform: scale(1.1);
}

.mobile-text {
    flex: 1;
    font-weight: 500;
}

.mobile-arrow {
    font-size: 16px;
    color: #94a3b8;
    transition: all 0.3s ease;
}

/* Mobile Dropdown Styles */
.mobile-has-dropdown.active .mobile-arrow {
    transform: rotate(180deg);
    color: #10b981;
}

.mobile-sidebar-submenu {
    background: #f8fafc;
    border-left: 4px solid #10b981;
    display: none;
    animation: mobileSlideDown 0.4s ease-in-out;
}

@keyframes mobileSlideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mobile-has-dropdown.active .mobile-sidebar-submenu {
    display: block;
}

.mobile-sidebar-sublist {
    list-style: none;
    padding: 8px 0;
    margin: 0;
}

.mobile-sidebar-subitem {
    border-bottom: 3px solid #f1f5f9;
}

.mobile-sidebar-subitem:last-child {
    border-bottom: none;
}

.mobile-sidebar-subitem.active  {
    background-color: hsl(var(--base) / 0.06);
}

.mobile-sidebar-sublink {
    display: flex;
    align-items: center;
    padding: 14px 20px 14px 60px;
    color: #64748b;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
}

.mobile-sidebar-sublink:hover {
    background: rgba(16, 185, 129, 0.08);
    color: #10b981;
    padding-left: 65px;
}

.mobile-subicon {
    width: 18px;
    margin-right: 12px;
    font-size: 15px;
    color: #94a3b8;
}

.mobile-sidebar-sublink:hover .mobile-subicon {
    color: #10b981;
}

.mobile-subtext {
    flex: 1;
}

/* Active States for Both */
.sidebar-menu-list__item.active .sidebar-menu-list__link,
.mobile-sidebar-item.active .mobile-sidebar-link {
    background: linear-gradient(90deg, rgba(16, 185, 129, 0.12) 0%, transparent 100%);
    color: #10b981;
    border-left-color: #10b981;
}

.sidebar-menu-list__item.active .sidebar-menu-list__link .icon,
.mobile-sidebar-item.active .mobile-sidebar-link .mobile-icon {
    color: #10b981;
}

/* Logout Specific Styles */
.logout-item,
.mobile-logout-item {
    margin-top: 25px;
    border-top: 1px solid #f1f5f9;
}

.logout-link,
.mobile-logout-link {
    color: #ef4444 !important;
}

.logout-link:hover,
.mobile-logout-link:hover {
    background: rgba(239, 68, 68, 0.08) !important;
    color: #dc2626 !important;
    border-left-color: #fecaca !important;
}

.logout-link .icon,
.mobile-logout-link .mobile-icon {
    color: #ef4444 !important;
}

/* Sidebar Bottom */
.sidebar-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    background: #f8fafc;
    border-top: 1px solid #f1f5f9;
}

.copyright-text {
    font-size: 11px;
    color: #94a3b8;
    margin: 0;
    text-align: center;
    line-height: 1.5;
}

.site-link {
    color: #10b981;
    text-decoration: none;
    font-weight: 600;
}

.site-link:hover {
    color: #059669;
    text-decoration: underline;
}

/* Close Button */
.sidebar-menu__close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #94a3b8;
    font-size: 20px;
    cursor: pointer;
    z-index: 10001;
    background: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.sidebar-menu__close:hover {
    color: #ef4444;
    background: #fef2f2;
    transform: scale(1.1);
}

.dashboard-header__name {
    display: none;
}

/* 🚨 MOBILE SIDEBAR STYLES - VERY SLOW ANIMATION */
@media (min-width: 576px) and (max-width: 992px) {
    .sidebar-menu {
        position: fixed !important;
        top: 0 !important;
        right: -100% !important;
        left: auto !important;
        width: 280px !important;
        height: 100vh !important;
        z-index: 10000 !important;
        transition: right 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
        overflow-y: auto !important;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1) !important;
        visibility: visible !important;
        opacity: 1 !important;
        display: none !important;
    }
    
    .sidebar-menu.show {
        right: 0 !important;
        left: auto !important;
        visibility: visible !important;
        opacity: 1 !important;
        display: block !important;
        transition: right 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
    
    /* Show mobile menu list on mobile */
    .mobile-sidebar-menu-list {
        display: block;
    }
    
    /* Hide desktop menu list on mobile */
    .sidebar-menu-list {
        display: none;
    }
    
    /* Sidebar Overlay */
    .sidebar-overlay {
        position: fixed !important;
        width: 100% !important;
        height: 100% !important;
        content: "" !important;
        left: 0 !important;
        top: 0 !important;
        background-color: rgba(0, 0, 0, 0.6) !important;
        z-index: 9999 !important;
        transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
        visibility: hidden !important;
        opacity: 0 !important;
        display: none !important;
    }
    
    .sidebar-overlay.show {
        visibility: visible !important;
        opacity: 1 !important;
        display: block !important;
    }
    
    .sidebar-menu__close {
        display: flex !important;
    }
    
    .sidebar-bottom {
        padding-bottom: 170px;
}
.dashboard-header__name {
    display: flex;
    justify-content: center;
}

.sidebar-logo__link02 {
    display: none;
}

/* 📱 MOBILE NOTIFICATION RED DOT STYLES */
.mobile-notification-dot {
    position: absolute;
    top: 25px;
    right: 70px;
    width: 9px;
    height: 9px;
    background-color: #ff4444;
    border-radius: 50%;
    border: 2px solid white;
    animation: mobilePulse 2s infinite;
    z-index: 2;
}

@keyframes mobilePulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 4px rgba(255, 0, 0, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

/* Mobile sidebar item position relative karein */
.mobile-sidebar-item {
    position: relative;
    margin-bottom: 2px;
}
/* 📱 MOBILE SUPPORT TICKET RED DOT STYLES */
.mobile-support-dot {
    position: absolute;
    top: 25px;
    right: 70px;
    width: 9px;
    height: 9px;
    background-color: #ff6b35; /* Orange color for support tickets */
    border-radius: 50%;
    border: 2px solid white;
    animation: supportPulse 2s infinite;
    z-index: 2;
}

@keyframes supportPulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 4px rgba(255, 107, 53, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 107, 53, 0);
    }
}
}

@media (max-width: 575.98px) {
    .sidebar-menu {
        position: fixed !important;
        top: 0 !important;
        right: -100% !important;
        left: auto !important;
        width: 280px !important;
        height: 100vh !important;
        z-index: 10000 !important;
        transition: right 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
        overflow-y: auto !important;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1) !important;
        visibility: visible !important;
        opacity: 1 !important;
        display: none !important;
    }
    
    .sidebar-menu.show {
        right: 0 !important;
        left: auto !important;
        visibility: visible !important;
        opacity: 1 !important;
        display: block !important;
        transition: right 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
    
    /* Show mobile menu list on mobile */
    .mobile-sidebar-menu-list {
        display: block;
    }
    
    /* Hide desktop menu list on mobile */
    .sidebar-menu-list {
        display: none;
    }
    
    /* Sidebar Overlay */
    .sidebar-overlay {
        position: fixed !important;
        width: 100% !important;
        height: 100% !important;
        content: "" !important;
        left: 0 !important;
        top: 0 !important;
        background-color: rgba(0, 0, 0, 0.6) !important;
        z-index: 9999 !important;
        transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
        visibility: hidden !important;
        opacity: 0 !important;
        display: none !important;
    }
    
    .sidebar-overlay.show {
        visibility: visible !important;
        opacity: 1 !important;
        display: block !important;
    }
    
    .sidebar-menu__close {
        display: flex !important;
    }
    
    .sidebar-bottom {
        padding-bottom: 70px;
}
.mobile-logout-link {
    color: #ef4444 !important;
    padding-bottom: 130px;
}
.dashboard-header__name {
    display: flex;
    justify-content: center;
}

.sidebar-logo__link02 {
    display: none;
}

/* 📱 MOBILE NOTIFICATION RED DOT STYLES */
.mobile-notification-dot {
    position: absolute;
    top: 25px;
    right: 70px;
    width: 9px;
    height: 9px;
    background-color: #ff4444;
    border-radius: 50%;
    border: 2px solid white;
    animation: mobilePulse 2s infinite;
    z-index: 2;
}

@keyframes mobilePulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 4px rgba(255, 0, 0, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

/* Mobile sidebar item position relative karein */
.mobile-sidebar-item {
    position: relative;
    margin-bottom: 2px;
}
/* 📱 MOBILE SUPPORT TICKET RED DOT STYLES */
.mobile-support-dot {
    position: absolute;
    top: 25px;
    right: 70px;
    width: 9px;
    height: 9px;
    background-color: #ff6b35; /* Orange color for support tickets */
    border-radius: 50%;
    border: 2px solid white;
    animation: supportPulse 2s infinite;
    z-index: 2;
}

@keyframes supportPulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 4px rgba(255, 107, 53, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 107, 53, 0);
    }
}
}


/* 🚨 INITIAL STATE - SIDEBAR HIDDEN BY DEFAULT ON MOBILE */
@media (max-width: 992px) {
    .sidebar-menu:not(.show) {
        display: none !important;
    }
    .dashboard-header__name {
    display: flex;
    justify-content: center;
}

.sidebar-logo__link02 {
    display: none;
}

/* 📱 MOBILE NOTIFICATION RED DOT STYLES */
.mobile-notification-dot {
    position: absolute;
    top: 25px;
    right: 70px;
    width: 9px;
    height: 9px;
    background-color: #ff4444;
    border-radius: 50%;
    border: 2px solid white;
    animation: mobilePulse 2s infinite;
    z-index: 2;
}

@keyframes mobilePulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 4px rgba(255, 0, 0, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

/* Mobile sidebar item position relative karein */
.mobile-sidebar-item {
    position: relative;
    margin-bottom: 2px;
}
/* 📱 MOBILE SUPPORT TICKET RED DOT STYLES */
.mobile-support-dot {
    position: absolute;
    top: 25px;
    right: 70px;
    width: 9px;
    height: 9px;
    background-color: #ff6b35; /* Orange color for support tickets */
    border-radius: 50%;
    border: 2px solid white;
    animation: supportPulse 2s infinite;
    z-index: 2;
}

@keyframes supportPulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 4px rgba(255, 107, 53, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 107, 53, 0);
    }
}
}

.header {
    background: transparent;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 10px 0;
    box-shadow: unset;
}

.navbar {
    background: transparent !important;
    padding: 0;
}

/* Logo Styles */
.navbar-brand.logo {
    padding: 0;
    margin: 0;
}

.logo-img {
    height: 50px;
    width: auto;
    transition: all 0.3s ease;
}

.logo-img:hover {
    transform: scale(1.05);
}

/* Navbar Toggler */
.navbar-toggler {
    border: 1px solid rgba(16, 185, 129, 0.2);
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.navbar-toggler:hover {
    border-color: #10b981;
    background: rgba(16, 185, 129, 0.05);
}

.navbar-toggler i {
    color: #10b981;
    font-size: 1.2rem;
}

/* Navigation Links */
.navbar-nav.nav-menu {
    gap: 20px;
}

.nav-item {
    position: relative;
}

.nav-links {
    color: #64748b !important;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 16px !important;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-links:hover {
    color: #10b981 !important;
    background: rgba(16, 185, 129, 0.08);
    transform: translateY(-1px);
}

.nav-links i {
    font-size: 16px;
}

/* Login Link Specific */
.login-link {
    color: #10b981 !important;
    font-weight: 600;
}

.login-link:hover {
    color: #059669 !important;
    background: rgba(16, 185, 129, 0.12);
}

.logout-link {
    color: #ef4444 !important;
}

.logout-link:hover {
    color: #dc2626 !important;
    background: rgba(239, 68, 68, 0.08);
}

/* Button Styles */
.btn22 {
    padding: 10px 24px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.btn--primary {
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    align-items: center;
    gap: 8px;
    cursor: pointer;    
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white !important;
    border: none;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.btn--primary:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
    color: white !important;
}

.btn--outline {
    padding: 10px 24px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    align-items: center;
    gap: 8px;
    cursor: pointer;    
    background: transparent;
    color: #10b981 !important;
    border: 2px solid #10b981;
}

.btn--outline:hover {
    background: #10b981;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

/* Desktop Auth Buttons */
.desktop-auth-buttons {
    align-items: center;
    gap: 15px;
}

.auth-buttons-group {
    display: flex;
    gap: 12px;
    align-items: center;
}

/* Mobile Menu Styles */
@media (max-width: 1199.98px) {
    #navbarSupportedContent {
        background: transparent;
        border-radius: 15px;
        margin-top: 15px;
        padding: 20px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    }
    
    .mobile-menu {
        width: 100%;
    }
    
    .mobile-auth-item {
        width: 100%;
    }
    
    .mobile-auth-buttons {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }
    
    .btn--mobile {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    
    .nav-item {
        margin: 5px 0;
    }
    
    .nav-link {
        padding: 12px 16px !important;
        border-radius: 10px;
        margin: 2px 0;
    }
    
    .desktop-menu {
        margin: 15px 0;
    }
}

/* Desktop Specific Styles */
@media (min-width: 1200px) {
    .mobile-menu {
        display: none !important;
    }
    
    .navbar-nav.nav-menu {
        margin-right: 20px;
    }
}

/* Active State for Menu Items */
.nav-item.active .nav-link {
    color: #10b981 !important;
    background: rgba(16, 185, 129, 0.1);
    font-weight: 600;
}

/* Animation for Mobile Menu */
.collapsing {
    transition: height 0.3s ease;
}

/* Scroll Behavior */
.header.scrolled {
    background: transparent;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .header {
        padding: 8px 0;
    }
    
    .logo-img {
        height: 50px;
    }
    
    .btn {
        font-size: 13px;
    }
    
    #navbarSupportedContent {
        margin-top: 10px;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .navbar-toggler {
        padding: 6px 10px;
    }
    
    .navbar-toggler i {
        font-size: 1rem;
    }
    
}






    .footer-area {
     padding: 30px 0;
     margin-top: 0;
     background: #e1e1e1;
    }
    
    .footer-area:after {
    position: absolute;
    bottom: 0px;
    right: 0px;
    content: "";
    width: 123px;
    height: 300px;
    background-color: #10b981;
    filter: blur(188px);
    border-radius: 50%;
    z-index: 1;
    }
    
    .footer-area:before{
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    width: 123px;
    height: 350px;
    background-color: #10b981;
    filter: blur(188px);
    border-radius: 50%;
    z-index: 1;
    }    
    .bottom-footer {
        padding: 20px 0 0;
    }
    
    .footer-bottom-inner {
        border-top: 1px solid #10b981;
        padding-top: 20px;
    }
    

    
    .text-warning {
        color: #10b981 !important;
    }
    
    .t-link:hover {
        color: #10b981 !important;
        text-decoration: none;
    }
    
    .footer-links a {
        font-size: 0.9rem;
        transition: all 0.3s ease;
    }
    
    .footer-links a:hover {
        opacity: 1 !important;
        color: #10b981 !important;
        text-decoration: underline;
    }
    
    .hover-opacity-100:hover {
        opacity: 1 !important;
    }
    
    .transition {
        transition: all 0.3s ease;
    }
    
    .footer-copyright{
        
        width: 52%;
    }
    
    .footer-link {
        
        width: 48%;
    }
    .list-unstyled2 {
        justify-content: flex-end;
    }
    
    @media(max-width: 767.98px) {
    .footer-copyright{
        width: 100%;
    }
    .footer-link{
        width: 100%;
    }
    .list-unstyled2{
        flex-direction: column;
        align-items: center;
    }
    .bottom-footer-copyright ul{
        text-align: center;
    }
    }
    
    @media (min-width: 768px) and (max-width: 992px) {
    .footer-copyright{
        width: 49%;
    }
    .footer-link{
        width: 51%;
    }
    .footer-links a {
        font-size: 0.77rem;
    }
    .gap-4{
        gap: 1rem !important;
    }
    .bottom-footer-copyright ul li{
        font-size: 0.77rem;
    }
    }  



    /* Custom Sweet Alert Style */
    .swal2-popup {
        border-radius: 12px !important;
        padding: 20px !important;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    }
    
    .swal2-title {
        font-size: 22px !important;
        font-weight: 600 !important;
        color: #333 !important;
        margin-bottom: 15px !important;
    }
    
    .swal2-html-container {
        font-size: 15px !important;
        color: #666 !important;
        line-height: 1.5 !important;
        margin: 10px 0 !important;
    }
    
    .swal2-confirm {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
        border: none !important;
        border-radius: 6px !important;
        padding: 10px 25px !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        transition: all 0.3s ease !important;
    }
    
    .swal2-confirm:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4) !important;
    }
    
    /* Success Style */
    .swal2-success .swal2-title {
        color: #28a745 !important;
    }
    
    /* Error Style */
    .swal2-error .swal2-title {
        color: #dc3545 !important;
    }
    
    /* Warning Style */
    .swal2-warning .swal2-title {
        color: #ffc107 !important;
    }
    
    /* Info Style */
    .swal2-info .swal2-title {
        color: #17a2b8 !important;
    }
    
    
    /* ===== COLOR VARIABLES ===== */
    .payment-methods-section {
        --primary-color: #10b981;
        --primary-dark: #0da271;
        --primary-light: #a7f3d0;
        --primary-extra-light: #ecfdf5;
    }

    /* ===== PAYMENT METHODS SECTION STYLES ===== */
    .payment-methods-section {
        background: linear-gradient(135deg, #ecfdf5 0%, #ffffff 100%);
        position: relative;
        overflow: hidden;
    }
    .payment-methods-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(135deg, #10b981 0%, #0da271 100%);
    }


    /* ===== METHOD ITEM STYLES ===== */
    .method-item {
        padding: 0 15px;
    }

    .method-card {
        background: #ffffff;
        border-radius: 12px;
        padding: 25px 20px;
        text-align: center;
        box-shadow: 0 4px 15px rgba(16, 185, 129, 0.1);
        border: 2px solid #ecfdf5;
        transition: all 0.3s ease;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .method-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(16, 185, 129, 0.2);
        border-color: #a7f3d0;
    }

    .method-image img {
        max-width: 150px;
        max-height: auto;
        object-fit: contain;
        transition: all 0.3s ease;
    }

    .method-card:hover .method-image img {
        transform: scale(1.1);
    }

    .method-text {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .method-name {
        font-size: 1.1rem;
        font-weight: 600;
        color: #10b981;
        padding: 8px 16px;
        border: 2px solid #ecfdf5;
        border-radius: 8px;
        transition: all 0.3s ease;
    }

    .method-card:hover .method-name {
        background: #10b981;
        color: white;
        border-color: #10b981;
    }

    /* ===== SLIDER STYLES ===== */
    .payment-methods-slider {
        position: relative;
    }

    .payment-methods-slider .slick-list {
        padding: 20px 0;
    }

    /* ===== RESPONSIVE DESIGN ===== */
    @media (max-width: 1199px) {

        .method-card {
            height: 110px;
            padding: 20px 15px;
        }
        .method-image img {
            max-width: 150px;
        }
    }

    @media (max-width: 991px) {

        .method-card {
            height: 100px;
            padding: 15px 10px;
        }
        .method-image img {
            max-width: 150px;
        }
    }

    @media (max-width: 767px) {
        .payment-methods-section {
            padding: 60px 0;
        }

        .method-card {
            height: 90px;
        }
        .method-image img {
            max-width: 150px;
        }
    }

    @media (max-width: 576px) {

        .method-card {
            height: 80px;
            padding: 10px;
        }
        .method-image img {
            max-width: 150px;
        }
    }


    
    
    .user-avatar-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #10b981; /* Yahan color change hoga */
    color: white;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    border: 2px solid #fff;
}  
    
.user-header{
    padding: 0 24px;
    background-color: hsl(var(--white));
    border-bottom: 1px solid hsl(var(--border-color));
}



    .theme-toggle {
        background: none;
        border: none;
        cursor: pointer;
        font-size: 1.2rem;
        padding: 8px;
        border-radius: 30%;
        transition: all 0.3s ease;
        background-color: #fff;
        color: #495057;
        height: 35px;
        width: 35px;
       display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #e2e8f0;
    }

    .theme-toggle:hover {
        background-color: #10b981;
        color: white;
        transform: none;
    }
    
    .logo-tagline{
   font-size: 0.5rem;
    color: #000;
    }
    
    
    .header-video{
       height: 50px;
       display: flex;
       justify-content: center;
       align-items: center;
       padding: 50px 0px;
   } 
   
   .video-resolution{
       height: 800px;
       width: 30%;
   }
   
   .card-body-video{
       padding: 20px 0px;
       display: flex;
       justify-content: center;
   }
@media (min-width: 1400px) and (max-width: 1650px) {
    .video-resolution{
        width: 40%;
   }
} 

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .video-resolution{
        width: 50%;
   }
} 

@media (min-width: 992px) and (max-width: 1199.98px) {
    .video-resolution{
        width: 60%;
   }
} 

@media (min-width: 768px) and (max-width: 991.98px) {
    .video-resolution{
        width: 60%;
   }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .video-resolution{
        width: 80%;
   }
}

@media (max-width: 575.98px) {
    .video-resolution{
        width: 100%;
        height: 100%;
        padding: 0px 20px !important;        
   }
} 