  /* ============================================================
      [Master Stylesheets]

      Theme Name:     XTrady 
      Theme URL:      https://xtrady.vercel.app/xtrady
      Description:    XTrady - Forex & Stock Broker Trading Investments HTML Template
      Version:        1.0.0

  ============================================================== */
  /* ========================================
  *********** TABLE OF CONTENTS **********

      01. CSS Variables
      02. Display Flex CSS
      03. Positioning CSS
      04. Font Size for Responsive Devices
      05. Common Typography CSS
      06. Custom Classes CSS
      07. Global Start
      08. Background Color
      09. Color CSS
      10. Margin CSS
      11. Padding CSS
      12. Border Color CSS
      13. Accordion CSS
      14. Button CSS
      15. Form CSS
      16. Modal CSS
      17. Pagination CSS
      18. Table CSS
      19. Tab CSS
      20. Badge CSS
      21. Alert CSS
      22. Preload CSS
      23. Header
      24. Footer
      25. Scroll to Top
      26. Template Selection CSS
      27. Social Icon CSS
      28. Breadcrumb CSS
      29. Banner Section
      30. Services Section
      31. Trade Section
      32. Number Section
      33. Pricing Section
      34. Testimonial Section
      35. FAQ Section
      36. Blog
      37. Call-to-Action
      38. Process
      39. Roadmap
      40. Team
      41. Contact
      42. Account
      43. Market
      44. Privacy
      45. Error

  ========================================*/
  @import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=Jost:ital,wght@0,100..900;1,100..900&amp;display=swap");

  /* ========================= Css Variables Start ======================== */
  :root {
    /* Font Family */
    --heading-font: "Jost", sans-serif;
    --body-font: "Inter", sans-serif;
    /* Base Color */
    --base-h: 154;
    --base-s: 100%;
    --base-l: 54%;
    --base: var(--base-h) var(--base-s) var(--base-l);
    --base-d-100: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.1);
    --base-d-200: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.2);
    --base-d-300: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.3);
    --base-d-400: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.4);
    --base-d-500: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.5);
    --base-d-600: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.6);
    --base-d-700: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.7);
    --base-d-800: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.8);
    --base-d-900: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.9);
    --base-d-1000: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 1);
    --base-l-100: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.1);
    --base-l-200: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.2);
    --base-l-300: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.3);
    --base-l-400: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.4);
    --base-l-500: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.5);
    --base-l-600: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.6);
    --base-l-700: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.7);
    --base-l-800: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.8);
    --base-l-900: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.9);
    --base-l-1000: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 1);
    /* Base Two Color */
    --base-two-h: 72;
    --base-two-s: 100%;
    --base-two-l: 64%;
    --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
    --base-two-d-100: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.1);
    --base-two-d-200: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.2);
    --base-two-d-300: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.3);
    --base-two-d-400: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.4);
    --base-two-d-500: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.5);
    --base-two-d-600: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.6);
    --base-two-d-700: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.7);
    --base-two-d-800: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.8);
    --base-two-d-900: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.9);
    --base-two-d-1000: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 1);
    --base-two-l-100: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
    --base-two-l-200: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
    --base-two-l-300: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
    --base-two-l-400: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
    --base-two-l-500: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
    --base-two-l-600: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
    --base-two-l-700: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
    --base-two-l-800: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
    --base-two-l-900: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.9);
    --base-two-l-1000: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 1);
    --white: 0 0% 100%;
    --body-color: 0 0% 85%;
    --heading-color: 0 0% 93%;
    --black: 180 2% 8%;
    --black-two: 0 0% 11%;
    --gray: 0 0% 26%;
    --gray-two: 0 0% 85%;
    --border-color: 0 0% 88%;
    --section-bg: 208 100% 97%;
    /* ========= Bootstrap Modifier Start ========== */
    /* Primary Color */
    --primary-h: 238;
    --primary-s: 100%;
    --primary-l: 40%;
    --primary: var(--primary-h) var(--primary-s) var(--primary-l);
    --primary-d-100: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.1);
    --primary-d-200: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.2);
    --primary-d-300: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.3);
    --primary-d-400: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.4);
    --primary-d-500: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.5);
    --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);
    /* Secondary Color */
    --secondary-h: 208;
    --secondary-s: 7%;
    --secondary-l: 46%;
    --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
    --secondary-d-100: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.1);
    --secondary-d-200: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.2);
    --secondary-d-300: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.3);
    --secondary-d-400: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.4);
    --secondary-d-500: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.5);
    --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);
    /* Success Color */
    --success-h: 112;
    --success-s: 100%;
    --success-l: 40%;
    --success: var(--success-h) var(--success-s) var(--success-l);
    --success-d-100: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.1);
    --success-d-200: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.2);
    --success-d-300: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.3);
    --success-d-400: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.4);
    --success-d-500: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.5);
    --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);
    /* Danger Color */
    --danger-h: 0;
    --danger-s: 96%;
    --danger-l: 63%;
    --danger: var(--danger-h) var(--danger-s) var(--danger-l);
    --danger-d-100: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.1);
    --danger-d-200: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.2);
    --danger-d-300: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.3);
    --danger-d-400: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.4);
    --danger-d-500: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.5);
    --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);
    /* Warning Color */
    --warning-h: 40;
    --warning-s: 100%;
    --warning-l: 46%;
    --warning: var(--warning-h) var(--warning-s) var(--warning-l);
    --warning-d-100: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.1);
    --warning-d-200: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.2);
    --warning-d-300: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.3);
    --warning-d-400: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.4);
    --warning-d-500: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.5);
    --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);
    /* Info Color */
    --info-h: 196;
    --info-s: 100%;
    --info-l: 50%;
    --info: var(--info-h) var(--info-s) var(--info-l);
    --info-d-100: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.1);
    --info-d-200: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.2);
    --info-d-300: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.3);
    --info-d-400: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.4);
    --info-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);
    /* =========== Bootstrap Modifier End ============= */
  }

  :root [data-theme=dark] {
    --white: 200 9% 7%;
    --black: 210 40% 98%;
  }

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

  /* ============================= Display Flex Css Start ============================= */
  .flex-wrap,
  .form--radio,
  .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,
  .alert__link::before {
    position: absolute;
    content: "";
  }

  .top-center-extend,
  .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 {
    font-size: 0.6875rem;
  }

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

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

  .fs-14 {
    font-size: 0.875rem;
  }

  .fs-15 {
    font-size: 0.9375rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .fs-21 {
    font-size: 1.3125rem;
  }

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

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

  .fs-22 {
    font-size: 1.375rem;
  }

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

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

  .fs-23 {
    font-size: 1.4375rem;
  }

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

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

  .fs-24 {
    font-size: 1.5rem;
  }

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

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

  .fs-25 {
    font-size: 1.5625rem;
  }

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

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

  .fs-26 {
    font-size: 1.625rem;
  }

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

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

  .fs-27 {
    font-size: 1.6875rem;
  }

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

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

  .fs-28 {
    font-size: 1.75rem;
  }

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

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

  .fs-29 {
    font-size: 1.8125rem;
  }

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

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

  .fs-30 {
    font-size: 1.875rem;
  }

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

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

  .fs-31 {
    font-size: 1.9375rem;
  }

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

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

  .fs-32 {
    font-size: 2rem;
  }

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

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

  .fs-33 {
    font-size: 2.0625rem;
  }

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

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

  .fs-34 {
    font-size: 2.125rem;
  }

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

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

  .fs-35 {
    font-size: 2.1875rem;
  }

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

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

  .fs-36 {
    font-size: 2.25rem;
  }

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

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

  .fs-37 {
    font-size: 2.3125rem;
  }

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

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

  .fs-38 {
    font-size: 2.375rem;
  }

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

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

  .fs-39 {
    font-size: 2.4375rem;
  }

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

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

  .fs-40 {
    font-size: 2.5rem;
  }

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

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

  .fs-41 {
    font-size: 2.5625rem;
  }

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

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

  .fs-42 {
    font-size: 2.625rem;
  }

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

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

  .fs-43 {
    font-size: 2.6875rem;
  }

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

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

  .fs-44 {
    font-size: 2.75rem;
  }

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

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

  .fs-45 {
    font-size: 2.8125rem;
  }

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

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

  .fs-46 {
    font-size: 2.875rem;
  }

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

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

  .fs-47 {
    font-size: 2.9375rem;
  }

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

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

  .fs-48 {
    font-size: 3rem;
  }

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

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

  .fs-49 {
    font-size: 3.0625rem;
  }

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

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

  .fs-50 {
    font-size: 3.125rem;
  }

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

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

  .fs-51 {
    font-size: 3.1875rem;
  }

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

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

  .fs-52 {
    font-size: 3.25rem;
  }

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

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

  .fs-53 {
    font-size: 3.3125rem;
  }

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

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

  .fs-54 {
    font-size: 3.375rem;
  }

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

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

  .fs-55 {
    font-size: 3.4375rem;
  }

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

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

  .fs-56 {
    font-size: 3.5rem;
  }

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

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

  .fs-57 {
    font-size: 3.5625rem;
  }

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

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

  .fs-58 {
    font-size: 3.625rem;
  }

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

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

  .fs-59 {
    font-size: 3.6875rem;
  }

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

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

  .fs-60 {
    font-size: 3.75rem;
  }

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

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

  /* ===================== 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: #031c3a;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-size: 16px;
  }

  p {
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    color: #D9D9D9;
  }

  @media screen and (max-width: 424px) {
    p {
      font-size: 0.875rem;
    }
  }

  span {
    display: inline-block;
  }

  figure {
    margin: 0;
  }

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

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

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

  h1 {
    font-size: 50px;
  }

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

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

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

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

  h1 span {
    display: inline;
  }

  h2 {
    font-size: 2.5rem;
  }

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

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

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

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

  h3 {
    font-size: 2rem;
  }

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

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

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

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

  h4 {
    font-size: 1.5rem;
  }

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

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

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

  h5 {
    font-size: 1.25rem;
  }

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

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

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

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

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

  h6 {
    font-size: 1rem;
  }

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

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

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

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

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

  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: inherit;
  }

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

  a:hover {
    color: hsl(36.14deg 100% 55.17%);
  }

  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;
  }

  .dashboard-body h1,
  .dashboard-body h2,
  .dashboard-body h3,
  .dashboard-body h4,
  .dashboard-body h5,
  .dashboard-body h6 {
    font-family: var(--body-font);
  }

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

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

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

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

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

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

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

  .slide-transition {
    align-items: center;
    transition-timing-function: linear;
  }

  .inner-slide-element {
    width: auto;
    display: inline-block;
    padding: 0 15px;
  }

  .slide-text-black,
  .slide-text-stock {
    color: #031c3a;
    text-align: center;
    font-family: "Jost";
    font-size: 80px;
    font-weight: 700;
  }

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

    .slide-text-black,
    .slide-text-stock {
      font-size: 60px;
    }
  }

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

    .slide-text-black,
    .slide-text-stock {
      font-size: 40px;
    }
  }

  @media screen and (max-width: 991px) {
    .slide-icon img {
      height: 60px;
    }
  }

  @media msm-screen {
    .slide-icon img {
      height: 50px;
    }
  }

  .slide-text-stock {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #031c3a;
    -webkit-text-fill-color: transparent;
  }

  /* Overlay End */
  /* ================================= Custom Classes Css End =========================== */
  /* ======================  Global Start  ======================*/
  .wrapper {
    overflow-x: hidden;
  }

  .section-content.text-center span {
    justify-content: center;
  }

  .section-content h6,
  .section-content span {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: hsl(36.14deg 100% 55.17%);
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 1.125rem;
  }

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

    .section-content h6,
    .section-content span {
      font-size: 0.875rem;
    }
  }

  .section-content h6::before,
  .section-content h6::after,
  .section-content span::before,
  .section-content span::after {
    content: "\f110";
    font-style: normal;
    text-transform: none;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
    font-family: flaticon_xtrade !important;
    font-weight: normal !important;
    font-variant: normal;
  }

  .section-content h2 {
    margin-bottom: 2px;
  }

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

  .btn-slider-next,
  .btn-slider-prev {
    --nav-offset: -7%;
    border: 1px solid hsl(var(--base-two));
    width: 48px;
    height: 48px;
    border-radius: 100%;
    color: hsl(var(--white));
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: all 0.5s;
  }

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

    .btn-slider-next,
    .btn-slider-prev {
      --nav-offset: -5%;
    }
  }

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

    .btn-slider-next,
    .btn-slider-prev {
      position: relative;
      bottom: 0;
      top: auto;
      transform: translateY(0);
    }
  }

  .btn-slider-next:hover,
  .btn-slider-prev:hover {
    background-color: hsl(var(--base-two));
    color: #031c3a;
  }

  .btn-slider-next::after,
  .btn-slider-prev::after {
    font-size: 22px;
  }

  .btn-slider-next {
    right: var(--nav-offset);
  }

  .btn-slider-prev {
    left: var(--nav-offset);
  }

  .swiper-button-disabled {
    opacity: 0.2;
    cursor: auto;
  }

  @media screen and (max-width: 991px) {
    .slider-btn {
      display: flex;
      align-items: center;
      gap: 15px;
      margin-top: 30px;
      justify-content: center;
    }

    .btn-slider-next,
    .btn-slider-prev {
      --nav-offset: 0;
      border-radius: 7px;
    }
  }

  .progress {
    --bs-progress-height: 5px;
    border-radius: 5px;
    background-color: hsl(var(--white)/0.2);
    overflow: unset;
  }

  .progress .progress-bar {
    transition: width 2s ease-in-out;
    width: 25%;
    background: hsl(36.14deg 100% 55.17%);
    border-radius: 5px;
  }

  /* ======================  Global End  ======================*/
  /* ================================= Background Color Css Start =========================== */
  .bg--base {
    background-color: hsl(36.14deg 100% 55.17%);
  }

  .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--black {
    background-color: #031c3a;
  }

  .bg--black-two {
    background-color: #031c3a;
  }

  /* ================================= Background Color Css End =========================== */
  /* ================================= Color Css Start =========================== */
  .text--base {
    color: hsl(36.14deg 100% 55.17%);
  }

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

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

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

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

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

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

  /* ================================= Color Css End =========================== */
  /* ================================= margin Css Start =========================== */
  .my-120 {
    margin-top: 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-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;
    }
  }

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

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

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

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

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

  @media (min-width: 992px) {
    .pb-120 {
      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-60 {
    padding-top: 30px;
  }

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

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

  .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(36.14deg 100% 55.17%);
  }

  .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 {
    font-family: "Inter";
  }

  .custom--accordion h2 {
    font-family: "Inter";
    font-weight: 600;
  }

  .custom--accordion .accordion-item {
    --border-radius: 10px;
    border: 1px solid hsl(var(--black)/0.09);
    background-color: transparent !important;
    border-radius: var(--border-radius);
    overflow: hidden;
  }

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

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

  .custom--accordion .accordion-body {
    padding: 20px 30px;
    background-color: hsl(var(--black-two));
  }

  @media screen and (max-width: 575px) {
    .custom--accordion .accordion-body {
      padding: 15px;
    }
  }

  @media screen and (max-width: 424px) {
    .custom--accordion .accordion-body {
      padding: 10px;
    }
  }

  .custom--accordion .accordion-body p {
    font-weight: 300;
  }

  .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: var(--border-radius);
  }

  .custom--accordion:last-of-type .accordion-button.collapsed {
    border-radius: var(--border-radius);
  }

  .custom--accordion .accordion-button {
    background-color: hsl(var(--black-two));
    color: var(--heading-color);
    font-size: 1.125rem;
    padding: 20px 30px;
  }

  @media screen and (max-width: 575px) {
    .custom--accordion .accordion-button {
      padding: 13px;
      padding-right: 30px;
      font-size: 1rem;
      line-height: 1.3;
    }
  }

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

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

  .custom--accordion .accordion-button:not(.collapsed) {
    background-color: hsl(36.14deg 100% 55.17%);
    color: #031c3a;
    box-shadow: none;
  }

  .custom--accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    color: #031c3a;
  }

  .custom--accordion .accordion-button[aria-expanded=true]::after,
  .custom--accordion .accordion-button[aria-expanded=false]::after {
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    content: "\f106";
    display: inline-block;
    position: absolute;
    right: 15px;
    height: unset;
  }

  .custom--accordion .accordion-button[aria-expanded=false]::after {
    content: "\f107";
    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));
    font-weight: 500;
    padding: 17px 29px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    font-family: var(--title-font);
    display: inline-block;
    font-size: 1rem;
    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 i {
    line-height: 0;
    position: relative;
    bottom: -3px;
  }

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

  .btn:active {
    top: 1px;
  }

  .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: 7px 18px;
    font-weight: 600;
    font-size: 0.75rem;
  }

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

  .btn--icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 0.9375rem;
    padding: 0;
  }

  .btn--base {
    background-color: hsl(36.14deg 100% 55.17%);
    color: #031c3a;
  }

  .btn--base:hover,
  .btn--base:focus .btn--base:focus-visible {
    background-color: hsl(36.14deg 100% 55.17%);
    color: #031c3a;
  }

  .btn-outline--base {
    background-color: transparent !important;
    border: 1px solid hsl(36.14deg 100% 55.17%);
    color: hsl(var(--white)) !important;
  }

  .btn-outline--base:hover,
  .btn-outline--base:focus .btn-outline--base:focus-visible {
    background-color: hsl(36.14deg 100% 55.17%);
    color: #031c3a;
  }

  .btn--base-two {
    background-color: hsl(36.14deg 100% 55.17%) !important;
    color: #000;
    font-weight: 700;
  }

  .btn--base-two:hover,
  .btn--base-two:focus .btn--base-two:focus-visible {
    background-color: hsl(36.14deg 100% 55.17%);
    color: #031c3a;
  }

  .btn-outline--base-two {
    background-color: transparent !important;
    border: 1px solid hsl(36.14deg 100% 55.17%) !important;
    color: hsl(var(--white)) !important;
  }

  .btn-outline--base-two:hover,
  .btn-outline--base-two:focus .btn-outline--base-two:focus-visible {
    background-color: hsl(36.14deg 100% 55.17%) !important;
    color: #031c3a;
  }

  .btn--black-two {
    background-color: #031c3a;
    color: #031c3a;
  }

  .btn--black-two:hover,
  .btn--black-two:focus .btn--black-two:focus-visible {
    background-color: hsl(36.14deg 100% 55.17%);
    color: #031c3a;
  }

  .btn-outline--black-two {
    background-color: transparent !important;
    border: 1px solid #031c3a;
    color: hsl(var(--white)) !important;
  }

  .btn-outline--black-two:hover,
  .btn-outline--black-two:focus .btn-outline--black-two:focus-visible {
    background-color: #031c3a;
    color: #031c3a;
  }

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

  .btn--primary:hover,
  .btn--primary:focus .btn--primary:focus-visible {
    background-color: hsl(36.14deg 100% 55.17%);
    color: #031c3a;
  }

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

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

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

  .btn--secondary:hover,
  .btn--secondary:focus .btn--secondary:focus-visible {
    background-color: hsl(36.14deg 100% 55.17%);
    color: #031c3a;
  }

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

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

  .btn--danger {
    background-color: hsl(var(--danger)) !important;
    color: #031c3a;
  }

  .btn--danger:hover,
  .btn--danger:focus .btn--danger:focus-visible {
    background-color: hsl(36.14deg 100% 55.17%);
    color: #031c3a;
  }

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

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

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

  .btn--warning:hover,
  .btn--warning:focus .btn--warning:focus-visible {
    background-color: hsl(36.14deg 100% 55.17%);
    color: #031c3a;
  }

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

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

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

  .btn--info:hover,
  .btn--info:focus .btn--info:focus-visible {
    background-color: hsl(36.14deg 100% 55.17%);
    color: #031c3a;
  }

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

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

  /* ================================= Button Css End =========================== */
  /* ================================= Form Css Start =========================== */
  /* Form Label */
  .form--label {
    margin-bottom: 6px;
    font-size: 0.9375rem;
    color: hsl(var(--black)/0.6);
    font-weight: 500;
  }

  .form-group {
    margin-bottom: 1rem;
  }

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

  .select:focus {
    border-color: hsl(36.14deg 100% 55.17%);
    color: #031c3a;
  }

  .select option {
    background-color: #031c3a;
    color: hsl(var(--white));
  }

  /* Form Select End */
  /* Form Control Start */
  .form-control {
    border-radius: 7px;
    font-weight: 400;
    outline: none;
    width: 100%;
    padding: 18px;
    background-color: transparent;
    border: 1px solid hsl(var(--white)/0.12);
    color: hsl(var(--white));
    line-height: 1;
  }

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

  .form-control::placeholder {
    color: hsl(var(--gray-two)/0.8);
    font-size: 1rem;
  }

  .form-control:focus {
    border-color: hsl(36.14deg 100% 55.17%);
    background: transparent;
    color: hsl(var(--white));
    box-shadow: none;
  }

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

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

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

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

  .form-control[type=file]::file-selector-button {
    border: 1px solid hsl(var(--white)/0.08);
    padding: 4px 6px;
    border-radius: 0.2em;
    background-color: hsl(36.14deg 100% 55.17%);
    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(36.14deg 100% 55.17%);
    border: 1px solid hsl(36.14deg 100% 55.17%);
    color: hsl(var(--white));
  }

  /* 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;
    caret-color: hsl(var(--white));
  }

  input:-webkit-autofill,
  textarea:-webkit-autofill,
  select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px hsl(var(--base)/0.01) inset;
    -webkit-text-fill-color: hsl(var(--white)) !important;
    caret-color: hsl(var(--white));
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
  }

  /* 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);
  }

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

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

  /* Custom Checkbox Design */
  .form--check a {
    display: inline;
  }

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

  .form--check .form-check-input:checked {
    background-color: hsl(36.14deg 100% 55.17%);
    border-color: hsl(36.14deg 100% 55.17%);
    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: #031c3a;
    font-size: 0.6875rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

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

  @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(36.14deg 100% 55.17%);
  }

  .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%;
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background-color: hsl(36.14deg 100% 55.17%);
    border-radius: 50%;
    z-index: 999;
  }

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

  /*  Custom Switch Design */
  .form--switch .form-check-input {
    border-radius: 3px;
    background-image: none;
    position: relative;
    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(36.14deg 100% 55.17%);
  }

  .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;
  }

  /*  Custom Switch End Design */
  .input--group {
    border-radius: 5px;
    border: 1px solid hsl(var(--border-color));
  }

  .input--group .form--control {
    border-width: 0px !important;
    padding-right: 5px;
    box-shadow: unset;
  }

  .input--group .input-group-text+.form--control {
    padding-right: 20px;
    padding-left: 10px;
  }

  .input--group:focus-within {
    border: 1px solid hsl(36.14deg 100% 55.17%);
  }

  .input--group .input-group-text {
    border-width: 0px;
    height: calc(100% - 10px);
    margin: 5px;
    border-radius: 5px;
    background-color: hsl(var(--black)/0.1);
    color: hsl(var(--body-color));
  }

  .input--group-text {
    margin-left: 5px;
  }

  .input--group .form--control[readonly] {
    background: hsl(var(--black)/0.3) !important;
  }

  .input--group .form--control[readonly]:focus {
    border-color: hsl(var(--black)/0.3);
  }

  .input--group:has(.form--control[readonly]) {
    background: hsl(var(--black)/0.3) !important;
  }

  .input--group:has(.form--control[readonly]):focus-within {
    border-color: hsl(var(--black)/0.4) !important;
  }

  .forgot-text {
    color: hsl(var(--body-color));
    font-size: 0.875rem;
  }

  /* ================================= Form Css End =========================== */
  /* ================================= Modal Css Start =========================== */
  .custom--modal .modal-header {
    border-bottom: 1px solid hsl(var(--black)/0.12);
    padding: 15px;
  }

  .custom--modal .modal-header.close {
    width: 35px;
    height: 35px;
    background-color: hsl(var(--danger));
    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;
  }

  .custom--modal .modal-content {
    border-radius: 10px !important;
  }

  .custom--modal .modal-body {
    padding: 15px;
  }

  .custom--modal .modal-icon i {
    font-size: 2rem;
    color: hsl(36.14deg 100% 55.17%);
    border: 3px solid hsl(36.14deg 100% 55.17%);
    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(--black)/0.12);
    justify-content: flex-end;
  }

  /* ================================= Modal Css End =========================== */
  /* ================================= Pagination Css Start =========================== */
  .pagination {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 56px;
  }

  @media screen and (max-width: 1199px) {
    .pagination {
      margin-top: 48px;
    }
  }

  @media screen and (max-width: 991px) {
    .pagination {
      margin-top: 40px;
    }
  }

  @media screen and (max-width: 767px) {
    .pagination {
      margin-top: 32px;
    }
  }

  .pagination .page-item.active .page-link {
    background-color: hsl(36.14deg 100% 55.17%);
    color: #031c3a;
    border-color: hsl(36.14deg 100% 55.17%);
  }

  .pagination .page-item .page-link {
    border: 1px solid hsl(var(--black)/0.15);
    margin: 0 5px;
    border-radius: 7px;
    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(36.14deg 100% 55.17%);
    color: #031c3a;
    border-color: hsl(36.14deg 100% 55.17%);
  }

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

  /* ================================= Pagination Css End =========================== */
  /* ================================= Table Css Start =========================== */
  /* Table Content Css start */
  @media screen and (max-width: 374px) {
    .customer {
      display: block;
      text-align: left;
    }
  }

  .customer__thumb {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
  }

  @media screen and (max-width: 374px) {
    .customer__thumb {
      margin-left: auto;
    }
  }

  .customer__content {
    width: calc(100% - 35px);
    padding-left: 15px;
    text-align: left;
  }

  @media screen and (max-width: 424px) {
    .customer__content {
      padding-left: 8px;
    }
  }

  @media screen and (max-width: 374px) {
    .customer__content {
      width: 100%;
      padding-left: 0px;
      padding-top: 5px;
    }
  }

  .customer__name {
    margin-bottom: 0;
    font-size: 0.8125rem;
    color: hsl(var(--black)/0.7);
  }

  .action-buttons {
    gap: 10px;
    justify-content: flex-end;
  }

  .action-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
  }

  .edit-btn {
    color: hsl(var(--info));
    background-color: hsl(var(--info)/0.08);
  }

  .delete-btn {
    color: hsl(var(--danger));
    background-color: hsl(var(--danger)/0.08);
  }

  /* Table Content Css end */
  /* Table Css Start */
  .table {
    margin: 0;
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0px 0px;
  }

  .table thead tr th {
    background-color: hsl(var(--white));
    text-align: center;
    padding: 15px 20px;
    color: hsl(var(--black)/0.7);
    font-family: var(--heading-font);
    font-weight: 600;
    border-bottom: 0;
    max-width: 170px;
    font-size: 0.875rem;
    border: 1px solid hsl(var(--black)/0.08);
    background-color: hsl(var(--base)/0.03);
  }

  .table thead tr th:not(:first-child) {
    border-left: 0;
  }

  .table thead tr th:first-child {
    text-align: left;
    border-radius: 6px 0 0 0;
  }

  .table thead tr th:last-child {
    border-radius: 0 6px 0 0;
    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(--black)/0.08);
  }

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

  .table tbody tr:last-child td {
    border-bottom: 1px solid hsl(var(--black)/0.08);
  }

  .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 {
    text-align: center;
    vertical-align: middle;
    padding: 10px 15px;
    border-width: 1px;
    border: 0;
    font-family: var(--heading-font);
    color: hsl(var(--black)/0.7);
    font-weight: 500;
    max-width: 170px;
    font-size: 0.8125rem;
    border-bottom: 1px solid hsl(var(--black)/0.08);
    border-right: 1px solid hsl(var(--black)/0.08);
  }

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

  .table tbody tr td:first-child {
    text-align: left;
    border-left: 1px solid hsl(var(--black)/0.08);
    font-size: 0.875rem;
  }

  .table tbody tr td:last-child {
    text-align: right;
    border-right: 1px solid hsl(var(--black)/0.08);
  }

  @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(36.14deg 100% 55.17%);
  }

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

  .badge--base {
    background-color: hsl(var(--base)/0.15) !important;
    color: hsl(36.14deg 100% 55.17%);
  }

  .badge--primary {
    background-color: hsl(var(--primary)/0.15) !important;
    color: hsl(var(--primary)) !important;
  }

  .badge--secondary {
    background-color: hsl(var(--secondary)/0.15) !important;
    color: hsl(var(--secondary)) !important;
  }

  .badge--success {
    background-color: hsl(var(--success)/0.15) !important;
    color: hsl(var(--success)) !important;
  }

  .badge--danger {
    background-color: hsl(var(--danger)/0.15) !important;
    color: hsl(var(--danger)) !important;
  }

  .badge--warning {
    background-color: hsl(var(--warning)/0.15) !important;
    color: hsl(var(--warning)) !important;
  }

  .badge--info {
    background-color: hsl(var(--info)/0.15) !important;
    color: hsl(var(--info)) !important;
  }

  /* ================================= Badge Css End =========================== */
  /* ====================================== Alert Css Start =============================== */
  .alert {
    margin-bottom: 0;
    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 {
    font-size: 1rem;
    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(36.14deg 100% 55.17%);
    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(36.14deg 100% 55.17%);
  }

  .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;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #031c3a;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: height 0.5s, opacity 0.5s, border-radius 0.5s;
  }

  #preloader #text {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  @media screen and (max-width: 767px) {
    #preloader #text {
      gap: 7px;
    }
  }

  #preloader #text p {
    text-align: center;
    margin: 0 auto;
    color: hsl(var(--white));
    font-size: 3.75rem;
    font-weight: 800;
    margin: 0;
    opacity: 0;
    animation: fadeIn 1.5s ease-in-out infinite;
    font-family: var(--title-font);
  }

  @media screen and (max-width: 767px) {
    #preloader #text p {
      font-size: 2.5rem;
    }
  }

  #preloader #text p.active {
    background: var(--gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  #preloader #text p:nth-child(1) {
    animation-delay: 0s;
  }

  #preloader #text p:nth-child(2) {
    animation-delay: 0.2s;
  }

  #preloader #text p:nth-child(3) {
    animation-delay: 0.4s;
  }

  #preloader #text p:nth-child(4) {
    animation-delay: 0.6s;
  }

  #preloader #text p:nth-child(5) {
    animation-delay: 0.8s;
  }

  #preloader #text p:nth-child(6) {
    animation-delay: 1s;
  }

  #preloader #text p:nth-child(7) {
    animation-delay: 1.2s;
  }

  #preloader #text p:nth-child(8) {
    animation-delay: 1.4s;
  }

  #preloader #text p:nth-child(9) {
    animation-delay: 1.6s;
  }

  #preloader #text p:nth-child(10) {
    animation-delay: 1.8s;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }

    50% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  /* ================================= preload Css End ===========================  */
  /* ======================  Header Start  ======================*/
  .navbar-main {
    width: 100%;
    height: auto;
    z-index: 111;
    padding: 24px 0;
    position: fixed;
    top: 0;
    transition: all 0.5s;
  }

  .navbar-main.navbar-shrink {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background: #031c3a;
    padding: 8px 0;
  }

  @media screen and (max-width: 991px) {
    .navbar-main .logo-img {
      /* height: 40px; */
      width: 120px;
    }

    .navbar-main {
      padding: 10px 0;
    }
  }

  .navbar-main .right-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    order: 1;
  }

  .navbar-main .right-nav .btn {
    padding: 13px 24px;
  }

  @media screen and (max-width: 424px) {
    .navbar-main .right-nav .btn {
      display: none !important;
    }
  }

  @media screen and (max-width: 767px) {
    .navbar-main .right-nav .btn {
      padding: 13px 17px;
    }
  }

  @media screen and (max-width: 1199px) {
    .navbar-main .right-nav {
      gap: 10px;
    }
  }

  @media screen and (max-width: 991px) {
    .navbar-main .right-nav {
      gap: 5px;
    }
  }

  .navbar-toggler {
    opacity: 1;
    padding: 4px 8px;
    border-radius: 5px;
    outline: none;
    box-shadow: none !important;
    border: 1px solid hsl(36.14deg 100% 55.17%);
    color: hsl(var(--white));
    transition: all 0.4s;
  }

  .navbar-toggler:hover {
    background-color: hsl(36.14deg 100% 55.17%);
    color: #031c3a;
  }

  @media screen and (max-width: 767px) {
    .navbar-toggler {
      padding: 1px 8px;
    }
  }

  .navbar-toggler svg {
    width: 35px;
    height: 35px;
  }

  .navbar-nav {
    gap: 1.5rem;
    position: relative;
  }

  @media screen and (max-width: 1199px) {
    .navbar-nav {
      gap: 0.9375rem;
    }
  }

  @media screen and (max-width: 991px) {
    .navbar-nav {
      gap: 0rem;
    }
  }

  .navbar-nav .nav-item .nav-link {
    color: hsl(var(--white)/0.85);
    font-size: 1rem;
    font-weight: 500;
    padding: 1.5625rem 0.3125rem;
    text-transform: capitalize;
    display: flex;
    align-items: center;
  }

  @media screen and (max-width: 1199px) {
    .navbar-nav .nav-item .nav-link {
      font-size: 0.9375rem;
      padding-left: 0.3125rem;
      padding-right: 0.3125rem;
    }
  }

  @media screen and (max-width: 991px) {
    .navbar-nav .nav-item .nav-link {
      padding: 0.625rem;
      color: hsl(var(--white));
      font-size: 0.9375rem;
    }
  }

  .navbar-nav .nav-item .nav-link.active,
  .navbar-nav .nav-item .nav-link:hover {
    color: hsl(36.14deg 100% 55.17%);
    position: relative;
  }

  .navbar-nav .nav-item .nav-link.active span::before,
  .navbar-nav .nav-item .nav-link:hover span::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
  }

  .navbar-nav .nav-item .dropdown-toggle::after {
    content: "\f107";
    font-weight: 900;
    font-family: "Font Awesome 6 free";
    border: 0;
  }

  @media screen and (max-width: 991px) {
    .navbar-nav .nav-item .dropdown-toggle::after {
      margin-left: auto;
    }
  }

  @media (max-width: 991.98px) {
    .navbar-nav .nav-item.dropdown .nav-link {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .navbar-nav .nav-item.dropdown .nav-link::after {
      content: "\f107";
      font-weight: 900;
      font-family: "Font Awesome 6 free";
      margin-left: auto;
    }
  }

  .navbar-nav .nav-item .dropdown-menu {
    transition: 0.5s;
    margin-top: 0;
    padding: 5px 10px;
    min-width: 220px;
    border: 1px solid hsl(var(--border-color));
    border-radius: 5px;
    gap: 5px;
    background-color: hsl(var(--white));
  }

  @media screen and (max-width: 991px) {
    .navbar-nav .nav-item .dropdown-menu {
      background-color: hsl(var(--black-two));
      border: 0;
    }
  }

  @media all and (min-width: 991.98px) {
    .navbar-nav .nav-item .dropdown-menu {
      display: block;
      opacity: 0;
      visibility: hidden;
    }

    .navbar-nav .nav-item .dropdown-menu.fade-down {
      top: 80%;
      transform: rotateX(-75deg);
      transform-origin: 0% 0%;
    }

    .navbar-nav .nav-item .dropdown-menu.fade-up {
      top: 100%;
    }
  }

  .navbar-nav .nav-item .dropdown-menu a {
    margin: 5px 0;
    background: none;
    transition: 0.5s;
    position: relative;
    font-weight: 500;
    font-size: 0.875rem;
    border: 0;
    color: hsl(var(--gray3));
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    border-radius: 5px;
  }

  @media screen and (max-width: 991px) {
    .navbar-nav .nav-item .dropdown-menu a {
      color: hsl(var(--white));
    }
  }

  .navbar-nav .nav-item .dropdown-menu a::after {
    content: "\f061";
    font-weight: 900;
    font-family: "Font Awesome 6 free";
    transform: translateX(-20px);
    transition: all 0.3s;
    opacity: 0;
  }

  .navbar-nav .nav-item .dropdown-menu a.active,
  .navbar-nav .nav-item .dropdown-menu a:hover {
    color: #031c3a;
    background-color: hsl(36.14deg 100% 55.17%);
  }

  .navbar-nav .nav-item .dropdown-menu a.active::before,
  .navbar-nav .nav-item .dropdown-menu a:hover::before {
    opacity: 1;
    width: 10px;
  }

  .navbar-nav .nav-item .dropdown-menu a.active::after,
  .navbar-nav .nav-item .dropdown-menu a:hover::after {
    transform: translateX(0px);
    opacity: 1;
  }

  .navbar-nav .nav-item:hover .nav-link {
    color: hsl(36.14deg 100% 55.17%);
  }

  .navbar-nav .nav-item:hover .dropdown-menu {
    transition: 0.5s;
    opacity: 1;
  }

  @media all and (min-width: 991.98px) {
    .navbar-nav .nav-item:hover .dropdown-menu {
      visibility: visible;
      top: 100%;
      transform: rotateX(0deg);
    }
  }

  #offcanvasNavbar {
    background-color: #031c3a;
  }

  @media screen and (max-width: 991px) {
    #offcanvasNavbar {
      min-height: 100vh;
    }
  }

  @media screen and (max-width: 767px) {
    #offcanvasNavbar .btn {
      padding: 15px 20px;
    }
  }

  .btn-close {
    outline: none;
    box-shadow: none !important;
    filter: invert(100%) sepia(0%) saturate(7498%) hue-rotate(42deg) brightness(102%) contrast(87%);
    opacity: 1;
  }

  /* ======================  Header End  ======================*/
  /* ======================  Header-top Start  ======================*/
  /* ======================  Header-top End  ======================*/
  /* ============= Footer Start Here ======================= */
  .footer-area {
    background-color: #001227;
    color: hsl(var(--white));
    margin-top: auto;
  }

  .footer-area.bg-img {
    background-size: contain;
    background-position: top center;
  }

  @media screen and (max-width: 1199px) {
    .footer-logo-con {
      /* text-align: center; */
    }

    .footer-logo-con .social-list {
      /* justify-content: center; */
    }
  }

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

  .footer-item__logo a img {
    width: 100%;
    height: 100%;
    max-width: 190px;
    max-height: 64px;
  }

  .footer-item__title {
    color: hsl(var(--white));
    padding-bottom: 10px;
    margin-bottom: 25px;
    position: relative;
    font-size: 1.4375rem;
  }

  @media screen and (max-width: 767px) {
    .footer-item__title {
      margin-bottom: 18px;
    }
  }

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

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

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

  .footer-widget__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  @media screen and (max-width: 767px) {
    .footer-widget__content {
      grid-template-columns: repeat(2, 1fr);
      row-gap: 40px;
    }
  }

  @media screen and (max-width: 575px) {
    .footer-widget__content .footer-item:last-child {
      grid-column: span 2/span 2;
      max-width: 300px;
    }
  }

  /* 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(36.14deg 100% 55.17%);
    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(36.14deg 100% 55.17%);
    font-size: 1.25rem;
  }

  .footer-contact-menu__item-content {
    width: calc(100% - 15px);
    padding-left: 15px;
  }

  .footer-contact-menu__item-content p:hover {
    color: hsl(36.14deg 100% 55.17%);
  }

  .bottom-footer {
    border-top: 1px solid hsl(var(--black-two));
  }

  .bottom-footer-text a {
    color: hsl(36.14deg 100% 55.17%);
  }

  .footer-shape img {
    position: absolute;
  }

  .footer-shape img:first-child {
    left: -15%;
  }

  .footer-shape img:last-child {
    right: -15%;
    bottom: -10%;
  }

  /* ============= Footer End Here ======================= */
  /* ===================== Scroll to Top Start ================================= */
  .progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 100px;
    box-shadow: inset 0 0 0 2px hsl(var(--white)/0.7);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
    background: none;
  }

  @media screen and (max-width: 991px) {
    .progress-wrap {
      right: 10px;
      bottom: 20px;
      height: 35px;
      width: 35px;
    }
  }

  .progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .progress-wrap:hover::after {
    opacity: 0;
  }

  .progress-wrap:hover::before {
    opacity: 1;
  }

  .progress-wrap::before,
  .progress-wrap::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f062";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: hsl(var(--white));
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .progress-wrap svg path {
    fill: none;
  }

  .progress-wrap svg.progress-circle path {
    stroke: hsl(36.14deg 100% 55.17%);
    stroke-width: 5;
    box-sizing: border-box;
    transition: all 200ms linear;
  }

  /* ===================== Scroll to Top End ================================= */
  /* ================================= Template Selection Css Start =========================== */
  ::-moz-selection {
    color: #031c3a;
    background: hsl(36.14deg 100% 55.17%);
  }

  ::selection {
    color: #031c3a;
    background: hsl(36.14deg 100% 55.17%);
  }

  /* ================================= 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;
    border: 1px solid hsl(36.14deg 100% 55.17%);
    color: hsl(var(--white));
  }

  .social-list__link.active,
  .social-list__link:hover,
  .social-list__link:focus {
    background-color: hsl(var(--base-two));
    color: #031c3a;
    border-color: hsl(36.14deg 100% 55.17%) !important;
  }

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

  .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 17px;
  }

  .social-icon a {
    border: 1px solid hsl(var(--gray)/0.25);
    color: hsl(var(--white));
    border-radius: 5px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    transition: all 0.3s;
  }

  .social-icon a:hover {
    background-color: hsl(36.14deg 100% 55.17%);
    color: #031c3a;
  }

  /* ================================= Social Icon Css End ===========================  */
  /* ====================== Breadcrumb Css Start ==================== */
  .breadcrumb {
    position: relative;
    z-index: 1;
    padding: 200px 0 120px;
    margin-bottom: 0;
    background-image: url("../images/banner/breadcrumb.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

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

  @media screen and (max-width: 767px) {
    .breadcrumb {
      padding: 105px 0 40px;
    }
  }

  .breadcrumb::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--black)/0.8);
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .breadcrumb__wrapper {
    text-align: center;
  }

  .breadcrumb__title {
    margin-bottom: 10px;
    color: hsl(var(--white));
    font-size: 3.125rem;
  }

  @media screen and (max-width: 991px) {
    .breadcrumb__title {
      font-size: 2.5rem;
    }
  }

  @media screen and (max-width: 767px) {
    .breadcrumb__title {
      font-size: 2.1875rem;
    }
  }

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

  .breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-family: "Jost";
  }

  .breadcrumb__item {
    color: hsl(var(--white));
    padding: 0 5px;
    font-weight: 400;
    font-size: 1.25rem;
  }

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

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

  .breadcrumb__item-text {
    color: hsl(36.14deg 100% 55.17%);
  }

  .breadcrumb__item i {
    transform: translateY(3px);
  }

  .breadcrumb__link {
    color: hsl(var(--white));
    font-weight: 400;
  }

  .breadcrumb__link:hover {
    color: hsl(36.14deg 100% 55.17%);
  }

  .breadcrumb__date {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 5px 0 0;
  }

  .breadcrumb__date li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
  }

  .breadcrumb__date li::before {
    content: "\f111";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    font-size: 7px;
    color: hsl(36.14deg 100% 55.17%);
  }

  /* ====================== Breadcrumb Css End ==================== */
  /* ======================  Banner Section Start  ======================*/
  .banner-one-section {
    min-height: 100vh;
    padding: 100px 0 0px;
    display: grid;
    align-items: center;
    justify-content: center;
    background: #001227;
  }

  @media screen and (max-width: 1399px) {
    .banner-one-section {
      padding-top: 140px;
      padding-bottom: 50px;
    }
  }

  .banner-one-section .shape-icon img {
    position: absolute;
  }

  .banner-one-section .shape-icon img:first-child {
    left: -100px;
    top: -70px;
  }

  .banner-one-section .shape-icon img:nth-child(2) {
    left: 48%;
    bottom: -30%;
    color: hsl(var(--base-two));
  }

  .banner-one-section .shape-icon img:nth-child(3) {
    right: 0;
    top: -10%;
    color: hsl(36.14deg 100% 55.17%);
  }

  .banner-one-section .banner_content h1 {
    margin: 15px 0 12px;
  }

  .banner-one-section .banner_content h1 i {
    color: hsl(var(--base-two));
    position: relative;
    bottom: -6px;
    font-size: 40px;
  }

  @media screen and (max-width: 991px) {
    .banner-one-section .banner_content h1 i {
      font-size: 35px;
    }
  }

  .banner-one-section .banner_content p {
    padding-bottom: 15px;
    /* text-align: justify; */
  }

  .banner-one-section .banner-img {
    position: relative;
    z-index: 1;
  }

  /* .banner-one-section .banner-img::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 616px;
    height: 616px;
    transform: translate(-50%, -50%);
    background-image: url("../images/shape/line-bar.png");
    z-index: -1;
    opacity: 0.1;
    border-radius: 50%;
  }
  .banner-one-section .banner-img::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 416px;
    height: 416px;
    flex-shrink: 0;
    border-radius: 416px;
    opacity: 0.5;
    background: hsl(var(--base-two));
    mix-blend-mode: screen;
    filter: blur(130px);
    z-index: -1;
  } */

  .banner-two-section {
    min-height: 100vh;
    display: grid;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
  }

  @media screen and (max-width: 1199px) {
    .banner-two-section {
      padding: 100px 0 40px;
    }
  }

  .banner-two-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 330px;
    background-image: url("../svg/wave.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.25;
  }

  @media screen and (max-width: 1199px) {
    .banner-two-section::after {
      height: 200px;
    }
  }

  @media screen and (max-width: 991px) {
    .banner-two-section::after {
      height: 200px;
    }
  }

  .banner-two-section .sub-title {
    border: 1px solid hsl(36.14deg 100% 55.17%);
    padding: 15px 20px;
    font-size: 1.25rem;
    font-weight: 500;
    border-radius: 10px;
  }

  @media screen and (max-width: 1199px) {
    .banner-two-section .sub-title {
      font-size: 1.125rem;
      padding: 10px 15px;
    }
  }

  @media screen and (max-width: 767px) {
    .banner-two-section .sub-title {
      font-size: 1rem;
    }
  }

  @media screen and (max-width: 424px) {
    .banner-two-section .sub-title {
      font-size: 0.875rem;
    }
  }

  .banner-two-section h1 {
    margin-top: 20px;
  }

  .banner-two-section h1 strong {
    font-weight: 700;
    color: hsl(var(--base-two));
    position: relative;
    z-index: 1;
  }

  .banner-two-section h1 strong::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    height: 1.5px;
    background-color: hsl(var(--base-two));
    z-index: -1;
    border-radius: 10px;
  }

  .banner-two-section p {
    max-width: 684px;
    margin: 40px auto 40px;
    font-size: 1.125rem;
    font-weight: 400;
  }

  @media screen and (max-width: 424px) {
    .banner-two-section p {
      font-size: 1rem;
    }
  }

  .banner-two-section .banner-content {
    position: relative;
    z-index: 1;
  }

  .banner-two-section .banner-content::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 800px;
    height: 800px;
    transform: translate(-50%, -50%);
    background-image: url("../images/shape/line-bar.png");
    z-index: -1;
    opacity: 0.1;
    border-radius: 50%;
  }

  .banner-two-section .banner-content::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 594px;
    height: 594px;
    flex-shrink: 0;
    border-radius: 416px;
    opacity: 0.25;
    background: hsl(var(--base-two));
    mix-blend-mode: screen;
    filter: blur(222px);
    z-index: -1;
  }

  .banner-two-section .shape-icon img {
    position: absolute;
  }

  @media screen and (max-width: 1199px) {
    .banner-two-section .shape-icon img {
      transform: scale(0.7);
    }
  }

  .banner-two-section .shape-icon img:nth-child(1) {
    left: 0;
    top: -15%;
  }

  @media screen and (max-width: 1199px) {
    .banner-two-section .shape-icon img:nth-child(1) {
      top: -10%;
    }
  }

  .banner-two-section .shape-icon img:nth-child(2) {
    right: 0;
    top: 0%;
  }

  .banner-two-section .shape-icon img:nth-child(3) {
    left: 15%;
    bottom: -5%;
  }

  .banner-two-section .shape-icon img:nth-child(4) {
    right: 15%;
    bottom: -5%;
  }

  /* ======================  Banner Section End  ======================*/
  .info-box {
    border-radius: 8px;
    border: 2px solid hsl(var(--body-color)/0.3);
    background: hsl(var(--black)/0.3);
    text-align: center;
    padding: 20px 30px;
    min-width: 244px;
  }

  .info-box .fs-40 {
    line-height: 0.9;
  }

  .info-box p {
    padding-top: 10px;
  }

  @media screen and (max-width: 991px) {
    .about-shape {
      display: none;
    }
  }

  .about-shape img {
    position: absolute;
  }

  .about-shape img:first-child {
    right: -10%;
  }

  .about-shape img:last-child {
    bottom: 25%;
    left: -15%;
  }

  /* ======================  Services Section Start  ======================*/
  @media screen and (max-width: 991px) {
    .services-section .slider-btn {
      justify-content: center;
      margin-top: 24px;
    }
  }

  .services-box {
    background-color: hsl(212.31deg 100% 7.65%);
    padding: 33px 15px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 200px;
}

  /* .services-box::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    background-color: hsl(36.14deg 100% 55.17%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto;
    z-index: -1;
    transition: all 0.3s;
  } */

  .services-box:hover::before {
    width: 100%;
    height: 100%;
    border-radius: 0;
    top: 0;
    border-radius: 10px;
  }

  /* .services-box:hover .icon {
    background-color: #031c3a;
    color: hsl(36.14deg 100% 55.17%);
  }

  .services-box:hover p,
  .services-box:hover a {
    color: #031c3a;
  } */

 .services-box .icon {
    background-color: transparent;
    color: #ffa51d;
    /* width: 70px;
    height: 70px; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-size: 47px; */
    margin: 0 auto;
    transition: all 0.3s;
}

  .services-box .icon i {
    position: relative;
    font-size: 70px;
  }

  .services-box h3 {
    margin-bottom: 0;
    padding: 15px 0;
    font-size: 1.625rem;
  }

  .services-box .learn-more {
    margin-top: 20px;
    border-bottom: 1px solid hsl(36.14deg 100% 55.17%);
    color: hsl(var(--white));
    padding-bottom: 4px;
  }

  .services-shape img {
    position: absolute;
  }

  .services-shape img:first-child {
    left: -10%;
    top: 20%;
  }

  .services-shape img:last-child {
    right: -7%;
  }

  .services-two-shape img {
    position: absolute;
  }

  .services-two-shape img:first-child {
    right: -14%;
    bottom: 0%;
  }

  .services-two-shape img:last-child {
    left: -9%;
  }

  .services-details img {
    border-radius: 10px;
  }

  .services-details .custom--accordion .accordion-button {
    background-color: hsl(var(--gray)/0.12);
  }

  .services-details .custom--accordion .accordion-button:not(.collapsed) {
    background-color: hsl(36.14deg 100% 55.17%);
    color: #031c3a;
  }

  .services-details .custom--accordion .accordion-body {
    background-color: hsl(var(--gray)/0.12);
  }

  /* ======================  Services Section End  ======================*/
  /* ======================  Trade Section Start  ======================*/
  .people-shape img {
    position: absolute;
  }

  .people-shape img:nth-child(1) {
    left: -5%;
    top: 20px;
  }

  .people-shape img:nth-child(2) {
    right: -10%;
    bottom: 5%;
  }

  .trade-list {
    -moz-columns: 200px 2;
    columns: 200px 2;
  }

  .trade-list li {
    color: hsl(var(--white));
    font-weight: 500;
    padding: 5px 0;
  }

  .trade-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    margin-right: 10px;
    color: hsl(36.14deg 100% 55.17%);
  }

  .trade-shape img {
    position: absolute;
  }

  .trade-shape img:first-child {
    left: -10%;
  }

  .trade-shape img:last-child {
    right: -7%;
    bottom: 0;
  }

  .trabe-info {
    border-radius: 10px;
    padding: 30px;
    padding-bottom: 50px;
  }

  .table-nav {
    border-radius: 0px;
    border-bottom: 1.5px solid hsl(var(--white)/0.15);
  }

  .table-nav .nav {
    gap: 35px;
  }

  @media screen and (max-width: 1399px) {
    .table-nav .nav {
      gap: 24px;
    }
  }

  @media screen and (max-width: 991px) {
    .table-nav .nav {
      gap: 20px;
      row-gap: 0;
    }
  }

  .table-nav .nav-link {
    border-radius: 0;
    background: none;
    text-transform: capitalize;
    font-size: 1.25rem;
    font-weight: 600;
    font-family: var(--heading-font);
    color: hsl(var(--white));
    padding: 0;
    padding: 20px 0 30px;
  }

  @media screen and (max-width: 1199px) {
    .table-nav .nav-link {
      font-size: 1.125rem;
    }
  }

  @media screen and (max-width: 991px) {
    .table-nav .nav-link {
      padding: 10px 0;
      font-size: 1rem;
    }
  }

  .table-nav .nav-link.active {
    background: none;
    border-bottom: 2px solid hsl(36.14deg 100% 55.17%);
    color: hsl(36.14deg 100% 55.17%);
  }

  .table-nav form {
    position: relative;
  }

  .table-nav form input {
    min-width: 100%;
    max-width: 384px;
    height: 53px;
    border-radius: 8px;
    border: 1.5px solid hsl(var(--white)/0.2);
    color: hsl(var(--white));
    background: transparent;
    padding-left: 50px;
    padding-right: 10px;
  }

  .table-nav form input::-moz-placeholder {
    color: hsl(var(--white)/0.7);
  }

  .table-nav form input::placeholder {
    color: hsl(var(--white)/0.7);
  }

  .table-nav form button {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: hsl(var(--white));
  }

  .trade-content .trade-chart-head {
    cursor: pointer;
  }

  .trade-content .trade-chart-body {
    padding: 0;
    overflow: hidden;
    border: 0;
  }

  .trade-content .trade-chart-body iframe {
    border-top: 0;
    border: 1px solid hsl(var(--white));
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
  }

  .trade-content .tradingChart {
    height: 280px;
  }

  .trade-content ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 50px;
    padding: 15px 15px;
    border-radius: 8px;
    border: 1.5px solid hsl(var(--white)/0.15);
    width: 100%;
  }

  .trade-content ul.bg--base {
    border-radius: 8px;
  }

  .trade-content ul.bg--base li {
    color: #031c3a;
    font-weight: 500;
  }

  .trade-content ul li {
    color: hsl(var(--white));
    font-size: 0.875rem;
  }

  .trade-content ul li:last-child {
    text-align: center;
  }

  .trade-content ul li button {
    color: hsl(var(--white));
  }

  .trade-smartet-shape img {
    position: absolute;
  }

  .trade-smartet-shape img:first-child {
    right: -7%;
  }

  .trade-smartet-shape img:last-child {
    top: 15%;
    left: -7%;
  }

  .people-trust-section .nav-link {
    border: 1px solid hsl(36.14deg 100% 55.17%);
    transition: all 0.4s;
    font-weight: 500;
    color: hsl(var(--white));
    display: flex;
    align-items: center;
    height: 50px;
  }

  .people-trust-section .nav-link i {
    color: hsl(36.14deg 100% 55.17%);
    font-size: 25px;
    margin-right: 10px;
  }

  .people-trust-section .nav-link i::before {
    line-height: auto;
  }

  .people-trust-section .nav-link:hover,
  .people-trust-section .nav-link.active {
    border-color: hsl(var(--base-two));
    background-color: hsl(var(--base-two));
    color: #031c3a;
  }

  .people-trust-section .nav-link:hover i,
  .people-trust-section .nav-link.active i {
    color: #031c3a;
  }

  .people-list {
    -moz-columns: 2 200px;
    columns: 2 200px;
  }

  .people-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
  }

  .people-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    color: hsl(36.14deg 100% 55.17%);
  }

  .people-video img {
    border-radius: 15px;
  }

  .people-box {
    border-radius: 8px;
    border: 2px solid hsl(var(--gray)/0.3);
    background-color: hsl(var(--black)/0.3);
    text-align: center;
    padding: 30px;
  }

  @media screen and (max-width: 575px) {
    .people-box {
      padding: 20px;
    }
  }

  .people-box h2 {
    line-height: 0.8;
  }

  @media screen and (max-width: 575px) {
    .people-box h2 {
      font-size: 1.5625rem;
    }
  }

  @media screen and (max-width: 575px) {
    .people-box p {
      font-size: 0.875rem;
    }
  }

  .trade-table-content {
    min-width: 700px;
    margin-bottom: 12px;
  }

  .video-container {
    position: relative;
    cursor: none;
    max-width: 100%;
  }

  .video-container .play-button {
    position: absolute;
    border: 3px solid hsl(var(--white));
    border-radius: 100px;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    cursor: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  @media screen and (max-width: 767px) {
    .video-container .play-button {
      width: 65px;
      height: 65px;
    }
  }

  .video-container .video {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .video-container .play-icon {
    font-size: 40px;
    color: hsl(var(--white));
  }

  @media screen and (max-width: 767px) {
    .video-container .play-icon {
      font-size: 26px;
    }
  }

  /* ======================  Trade Section End  ======================*/
  .at-tab {
    display: none;
  }

  .at-title {
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
    border-radius: 10px;
  }

  .at-title:after {
    content: "\f107";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    transition: all 0.3s ease;
    font-size: 15px;
  }

  .at-title:hover,
  .at-title.active {
    background-color: hsl(36.14deg 100% 55.17%);
  }

  .at-title:hover::after,
  .at-title.active::after {
    content: "\f106";
    color: #031c3a;
  }

  .at-title:hover li,
  .at-title.active li {
    color: #031c3a;
  }

  .at-title.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* ======================  Number Section Start  ======================*/
  .number-section {
    background-color: hsl(36.14deg 100% 55.17%);
    position: relative;
    z-index: 1;
  }

  .number-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/bg/number-bg.png") no-repeat center;
    background-size: cover;
  }

  .number-section .number-count {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    justify-content: space-between;
    text-align: center;
  }

  @media screen and (max-width: 767px) {
    .number-section .number-count {
      grid-template-columns: repeat(2, 1fr);
      row-gap: 24px;
    }
  }

  .number-section .number-count .fs-60 {
    line-height: 0.8;
    display: flex;
    align-items: center;
    color: #031c3a;
    justify-content: center;
  }

  @media screen and (max-width: 991px) {
    .number-section .number-count .fs-60 {
      font-size: 40px;
    }
  }

  @media screen and (max-width: 575px) {
    .number-section .number-count .fs-60 {
      font-size: 35px;
    }
  }

  .number-section .number-count p {
    color: hsl(var(--black)/0.7);
    padding-top: 10px;
  }

  .number-section .number-box {
    border-right: 2px solid #031c3a;
  }

  .number-section .number-box:last-child {
    border: 0;
  }

  @media screen and (max-width: 767px) {
    .number-section .number-box:nth-child(2) {
      border: 0;
    }
  }

  /* ======================  Number Section End  ======================*/
  /* ======================  Pricing Section Start  ======================*/
  .pricing-section .swiper-pagination {
    position: relative;
    margin-top: 40px;
  }

  .pricing-section .swiper-pagination-bullet {
    background-color: hsl(var(--white));
    width: 10px;
    height: 10px;
    margin: 0 7px !important;
  }

  .pricing-section .swiper-pagination-bullet-active {
    background-color: hsl(var(--base-two));
  }

  .pricing-shape img {
    position: absolute;
  }

  .pricing-shape img:nth-child(1) {
    right: -14%;
    top: 10%;
  }

  .pricing-shape img:nth-child(2) {
    left: -14%;
    bottom: 0;
  }

  .pricing-content {
    background-color: hsl(var(--gray)/0.12);
    padding: 30px;
    border-radius: 15px;
    display: grid;
    gap: 24px;
    transition: all 0.3s;
  }

  @media screen and (max-width: 1199px) {
    .pricing-content {
      padding: 24px;
    }
  }

  .pricing-content h6,
  .pricing-content h2 {
    color: hsl(var(--white));
  }

  .pricing-content h2 {
    font-size: 3.75rem;
    font-weight: 600;
  }

  @media screen and (max-width: 1199px) {
    .pricing-content h2 {
      font-size: 2.8125rem;
    }
  }

  .pricing-content .pricing-body {
    background-color: hsl(var(--gray)/0.2);
    border-radius: 15px;
    padding: 24px;
  }

  @media screen and (max-width: 1199px) {
    .pricing-content .pricing-body {
      padding: 20px;
    }
  }

  .pricing-content .pricing-body ul {
    display: grid;
    gap: 10px;
  }

  .pricing-content .pricing-body li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
  }

  @media screen and (max-width: 1199px) {
    .pricing-content .pricing-body li {
      font-size: 0.875rem;
    }
  }

  .pricing-content .pricing-body li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    color: hsl(36.14deg 100% 55.17%);
  }

  .pricing-content .btn {
    width: 100%;
    border-radius: 15px;
    color: hsl(var(--white));
    background-color: hsl(var(--gray)/0.2) !important;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pricing-content .btn:hover {
    background-color: hsl(36.14deg 100% 55.17%);
    color: #031c3a;
  }

  /* ======================  Pricing Section End  ======================*/
  /* ======================  Testimonial Start  ======================*/
  .testimonial-section .swiper-pagination {
    position: relative;
    margin-top: 40px;
    display: none;
  }

  .testimonial-section .swiper-pagination-bullet {
    background-color: hsl(var(--white));
    width: 10px;
    height: 10px;
    margin: 0 7px !important;
  }

  .testimonial-section .swiper-pagination-bullet-active {
    background-color: hsl(var(--base-two));
  }

  .testimonial-shape img {
    position: absolute;
  }

  .testimonial-shape img:first-child {
    right: -15%;
    top: -10px;
  }

  .testimonial-shape img:last-child {
    bottom: -15%;
    left: -15%;
  }

  .testimonial-item {
    background-color: hsl(var(--gray)/0.12);
    border-radius: 15px;
    position: relative;
    padding: 30px;
  }

  .testimonial-item .start-client {
    position: absolute;
    background-color: hsl(var(--black-two));
    right: 0;
    top: 0;
    border-bottom-left-radius: 15px;
    padding: 0px 20px 15px;
  }

  .testimonial-item .start-client::before,
  .testimonial-item .start-client::after {
    content: "";
    position: absolute;
    --border-shape: 15px;
    --border2-shape: -15px;
    width: var(--border-shape);
    height: var(--border-shape);
    background-size: cover;
    background-color: hsl(var(--black-two));
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHkAAABwCAMAAAANKy+zAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAANJQTFRFAAAAGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbn5jZLgAAAEZ0Uk5TAP8It0fK8wJvzo/6BK4XVye/d9IcImTH7wzlMfaf6l01stx/8fggQD38isSZfmIeTGfgEZVEbFCHwaPnD+3Ygiye1xXjeeHouDIAAAIPSURBVHicxdiHVhpBFMbxLwtmKSsdEYEAsawx2I0aS0ws7/9KGRL1HKWty8z8vxf4nSl7753VQW3vz7B1/cl79JJm3N+/WvkMyM9p/Dg/q24Q8r8EneNRvkjI/1e/trrFyCZRvFdn5HF2zjNdRh4f+9HZCSOblGpfIdlkt2f3Y08uSw/7XyDZnPhBHpJNsiuUbM1OIRv7OyVLcYuSzbqXvWupZeliOXsJWcHdNiRLlZ+ULK2lLmvLyioNKdksO10nsSCrmaqw2JAVPqUYF63IUufjg4MlWe0rSpb6H7xo9mRVflGyboaULN1hso6SP4gsyxokruO2ZTUfKVmNhI9A+7JukjVtB7LaGUpWkIR2Iiei3chJaEey2gufQK5knS7q2M5kNRf8VXMn6/f8hu1QVjx3OnMp6xiTVcDkcJWSFcxuXI5l7axTsi4weeYtcy9HMyq4e3nWUXuQVcZkTf2qvciNW0qeut9+5Gn77Uk+nOzVnmTlMDmcqCe+ZA2+UfJE/fYnl7YoWTVMDq4p+d0o6lMO65SsPiZHG5T8pob6lYN1StYmJp92KVk9TB5gslqYXMbk6JaSXycE/3IHk5XH5Bwml4qUrAwm5zC5gsm6x+QCJmcxOdimZFUxeROTY0weHzQjjw8aki8xuYzJFUwOu5Rsxm5KHmFyDpOzmHyIyVGRknWCyVVM7mHyJSbX/gICsCIViQTHogAAAABJRU5ErkJggg==);
    mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHkAAABwCAMAAAANKy+zAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAANJQTFRFAAAAGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbn5jZLgAAAEZ0Uk5TAP8It0fK8wJvzo/6BK4XVye/d9IcImTH7wzlMfaf6l01stx/8fggQD38isSZfmIeTGfgEZVEbFCHwaPnD+3Ygiye1xXjeeHouDIAAAIPSURBVHicxdiHVhpBFMbxLwtmKSsdEYEAsawx2I0aS0ws7/9KGRL1HKWty8z8vxf4nSl7753VQW3vz7B1/cl79JJm3N+/WvkMyM9p/Dg/q24Q8r8EneNRvkjI/1e/trrFyCZRvFdn5HF2zjNdRh4f+9HZCSOblGpfIdlkt2f3Y08uSw/7XyDZnPhBHpJNsiuUbM1OIRv7OyVLcYuSzbqXvWupZeliOXsJWcHdNiRLlZ+ULK2lLmvLyioNKdksO10nsSCrmaqw2JAVPqUYF63IUufjg4MlWe0rSpb6H7xo9mRVflGyboaULN1hso6SP4gsyxokruO2ZTUfKVmNhI9A+7JukjVtB7LaGUpWkIR2Iiei3chJaEey2gufQK5knS7q2M5kNRf8VXMn6/f8hu1QVjx3OnMp6xiTVcDkcJWSFcxuXI5l7axTsi4weeYtcy9HMyq4e3nWUXuQVcZkTf2qvciNW0qeut9+5Gn77Uk+nOzVnmTlMDmcqCe+ZA2+UfJE/fYnl7YoWTVMDq4p+d0o6lMO65SsPiZHG5T8pob6lYN1StYmJp92KVk9TB5gslqYXMbk6JaSXycE/3IHk5XH5Bwml4qUrAwm5zC5gsm6x+QCJmcxOdimZFUxeROTY0weHzQjjw8aki8xuYzJFUwOu5Rsxm5KHmFyDpOzmHyIyVGRknWCyVVM7mHyJSbX/gICsCIViQTHogAAAABJRU5ErkJggg==);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
  }

  .testimonial-item .start-client::before {
    left: var(--border2-shape);
  }

  .testimonial-item .start-client::after {
    bottom: var(--border2-shape);
    right: 0;
  }

  .testimonial-item .client-text {
    padding: 26px 0;
  }

  /* ======================  Testimonial End  ======================*/
  /* ======================  Faq Section Start  ======================*/
  .faq-shape img {
    position: absolute;
  }

  .faq-shape img:first-child {
    left: -10%;
  }

  .faq-shape img:last-child {
    bottom: 50px;
    right: -13%;
  }

  /* ======================  Faq Section End  ======================*/
  /* ======================  Blog Start  ======================*/
  .blog-shape img {
    position: absolute;
  }

  .blog-shape img:first-child {
    left: -13%;
    top: 14%;
  }

  .blog-shape img:last-child {
    right: -15%;
    bottom: 5%;
  }

  .blog-section .col-lg-6 .blog-item h4 {
    font-size: 1.875rem;
  }

  @media screen and (max-width: 1199px) {
    .blog-section .col-lg-6 .blog-item h4 {
      font-size: 1.5625rem;
    }
  }

  @media screen and (max-width: 991px) {
    .blog-section .col-lg-6 .blog-item h4 {
      font-size: 1.25rem;
    }
  }

  .blog-item {
    background-color: hsl(var(--gray)/0.12);
    padding: 30px;
    border-radius: 15px;
  }

  @media screen and (max-width: 575px) {
    .blog-item {
      padding: 20px;
    }
  }

  .blog-item img {
    border-radius: 15px;
  }

  .blog-item h4 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .blog-item .blog-list {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 18px 0 15px;
  }

  @media screen and (max-width: 767px) {
    .blog-item .blog-list {
      gap: 20px;
    }
  }

  .blog-item .blog-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
  }

  @media screen and (max-width: 575px) {
    .blog-item .blog-list li {
      font-size: 14px;
    }
  }

  .blog-item .blog-list li::before {
    content: "\f111";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    font-size: 7px;
    color: hsl(36.14deg 100% 55.17%);
  }

  .blog-item .btn {
    margin-top: 10px;
    padding: 12px 20px;
    font-weight: 600;
  }

  .blog-details-content {
    display: grid;
    gap: 24px;
    border: 1px solid hsl(var(--gray)/0.25);
    border-radius: 15px;
    padding: 30px;
  }

  .blog-details-content img {
    border-radius: 13px;
  }

  .blog-details-content ul {
    display: grid;
    gap: 10px;
  }

  .blog-details-content ul li {
    font-size: 1rem;
    font-weight: 500;
    color: hsl(var(--white));
    display: flex;
    align-items: center;
    gap: 15px;
    transition: 0.4s;
  }

  .blog-details-content ul li::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 8px;
    color: hsl(var(--base-two));
  }

  .blog-que {
    background: hsl(var(--gray)/0.12);
    padding: 24px;
    border-radius: 13px;
    position: relative;
    z-index: 1;
  }

  .blog-que svg {
    position: absolute;
    z-index: -1;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.3;
  }

  .blog-que p {
    font-style: italic;
  }

  .blog-que .user {
    font-size: 1.125rem;
    font-weight: 700;
    color: hsl(var(--white));
    position: relative;
    padding-left: 50px;
    margin-top: 15px;
  }

  .blog-que .user::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 40px;
    height: 2px;
    background: hsl(36.14deg 100% 55.17%);
  }

  .sidebar-item {
    background: hsl(var(--gray)/0.12);
    padding: 24px 24px 30px;
    border-radius: 10px;
  }

  @media screen and (max-width: 575px) {
    .sidebar-item {
      padding: 20px;
    }
  }

  .sidebar-item h5 {
    padding-bottom: 20px;
    margin-bottom: 0;
  }

  .sidebar-item form {
    position: relative;
  }

  .sidebar-item form input {
    width: 100%;
    height: 62px;
    border-radius: 8px;
    border: 1px solid hsl(var(--white)/0.12);
    background: none;
    outline: none;
    box-sizing: none;
    color: hsl(var(--white));
    font-size: 1rem;
    font-weight: 400;
    padding: 0 20px;
  }

  .sidebar-item form input::-moz-placeholder {
    color: hsl(var(--white)/0.5);
  }

  .sidebar-item form input::placeholder {
    color: hsl(var(--white)/0.5);
  }

  .sidebar-item form button {
    background: none;
    outline: none;
    box-shadow: none;
    position: absolute;
    right: 0;
    top: 0;
    color: hsl(var(--gray));
    padding: 18px 18px;
    transition: all 0.3s;
  }

  .sidebar-item form button:hover {
    color: hsl(var(--white));
  }

  .sidebar-item .category-file {
    display: grid;
    gap: 15px;
  }

  .sidebar-item .category-file a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: hsl(var(--white)/0.5);
    border: 1px solid hsl(var(--white)/0.12);
    padding: 15px;
    border-radius: 8px;
    transition: all 0.3s;
  }

  .sidebar-item .category-file a:hover {
    background-color: hsl(36.14deg 100% 55.17%);
    color: #031c3a;
  }

  .sidebar-item .category-file a:hover .category-title i {
    color: #031c3a;
  }

  .sidebar-item .category-file .category-title i {
    color: hsl(36.14deg 100% 55.17%);
    margin-right: 8px;
  }

  .sidebar-item .recent-post {
    display: grid;
    gap: 15px;
  }

  .sidebar-item .recent-post__item {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 15px;
    background-color: hsl(var(--black-two));
    padding: 10px;
    border-radius: 10px;
    transition: all 0.4s;
    align-items: center;
  }

  .sidebar-item .recent-post__item:hover {
    transform: translateY(-5px);
  }

  .sidebar-item .recent-post__item .img {
    border-radius: 10px;
    overflow: hidden;
  }

  .sidebar-item .recent-post__item .img img {
    width: 100%;
  }

  .sidebar-item .recent-post__item .date {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    color: hsl(var(--white)/0.7);
  }

  @media screen and (max-width: 424px) {
    .sidebar-item .recent-post__item .date {
      font-size: 0.625rem;
    }
  }

  .sidebar-item .recent-post__item .date::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 6px;
    color: hsl(36.14deg 100% 55.17%);
  }

  .sidebar-item .recent-post__item h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 10px;
    color: hsl(var(--white)/0.9);
    margin-bottom: 0;
  }

  @media screen and (max-width: 575px) {
    .sidebar-item .recent-post__item h6 {
      font-size: 0.875rem;
    }
  }

  @media screen and (max-width: 424px) {
    .sidebar-item .recent-post__item h6 {
      font-size: 0.75rem;
    }
  }

  .sidebar-item .recent-post__item h6 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sidebar-item .tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .sidebar-item .tags-list a {
    padding: 8px 12px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid hsl(var(--border-color)/0.2);
    font-size: 0.875rem;
    font-weight: 500;
    color: hsl(var(--white)/0.7);
    transition: all 0.4s;
    font-family: "Jost";
  }

  .sidebar-item .tags-list a:hover {
    background-color: hsl(36.14deg 100% 55.17%);
    color: #031c3a;
  }

  .blogs-tags p strong {
    color: hsl(var(--white));
    margin-right: 10px;
    font-size: 1.25rem;
  }

  .blogs-tags p a {
    color: hsl(var(--body-color));
    margin: 0 5px;
  }

  /* ======================  Blog End  ======================*/
  /* ======================  Call-to-action Start  ======================*/
  .call-to-action-section {
    position: relative;
    z-index: 1;
  }

  .call-to-action-section::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #031c3a;
  }

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

  .call-action-box {
    border: 1px solid hsl(var(--base-two));
    background-color: hsl(var(--black-two));
    border-radius: 20px;
    padding: 60px;
  }

  @media screen and (max-width: 575px) {
    .call-action-box {
      padding: 40px;
    }
  }

  @media screen and (max-width: 424px) {
    .call-action-box {
      padding: 20px;
    }
  }

  .call-shape img {
    position: absolute;
    bottom: 50px;
    left: 48%;
  }

  @media screen and (max-width: 991px) {
    .call-shape img {
      bottom: auto;
      top: 5%;
      left: 10%;
    }
  }

  /* ======================  Call-to-action End  ======================*/
  /* ======================  Process Start  ======================*/
  .process-item {
    --process-p: 40px;
    background-color: hsl(var(--gray)/0.12);
    border-radius: 15px;
    padding: var(--process-p);
    position: relative;
    z-index: 1;
  }

  @media screen and (max-width: 767px) {
    .process-item {
      --process-p: 30px;
    }
  }

  .process-item::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: var(--process-p);
    top: var(--process-p);
    background-color: hsl(36.14deg 100% 55.17%);
    border-radius: 100%;
    width: 60px;
    height: 60px;
    transition: all 0.4s;
  }

  .process-item:hover::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
  }

  .process-item:hover .number {
    background-color: #031c3a;
    color: hsl(36.14deg 100% 55.17%);
  }

  .process-item:hover p {
    color: hsl(var(--black)/0.8);
  }

  .process-item:hover h4 {
    color: #031c3a;
  }

  .process-item .number {
    background-color: hsl(36.14deg 100% 55.17%);
    color: #031c3a;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5625rem;
    font-weight: 600;
    transition: all 0.3s;
  }

  .process-item .process-title {
    max-width: 218px;
    margin-bottom: 0;
  }

  .process-item p,
  .process-item h4 {
    transition: all 0.4s;
  }

  /* ======================  Process End  ======================*/
  /* ======================  Roadmap Start  ======================*/
  .roadmap-features {
    position: relative;
  }

  @media screen and (max-width: 767px) {
    .roadmap-features {
      padding-left: 20px;
    }
  }

  .roadmap-features::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: hsl(var(--white));
    left: 50%;
    transform: translateX(-50%);
  }

  @media screen and (max-width: 767px) {
    .roadmap-features::before {
      left: 0;
    }
  }

  .roadmap-features .roadmap-line {
    position: absolute;
    width: 2px;
    height: 20%;
    background-color: hsl(36.14deg 100% 55.17%);
    left: 50%;
    transform: translateX(-50%);
    height: 400px;
  }

  @media screen and (max-width: 767px) {
    .roadmap-features .roadmap-line {
      left: 0;
    }
  }

  .roadmap-features .roadmap-line::after,
  .roadmap-features .roadmap-line::before {
    content: "\f111";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    left: -9px;
    color: hsl(36.14deg 100% 55.17%);
    border: 1px solid hsl(var(--white));
    border-radius: 100px;
    padding: 2.5px 4px;
  }

  .roadmap-features .roadmap-line::before {
    top: -7px;
  }

  .roadmap-features .roadmap-line::after {
    bottom: -7px;
  }

  .roadmap-content {
    display: grid;
    row-gap: 60px;
  }

  .roadmap-content .roadmap-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    align-items: center;
  }

  @media screen and (max-width: 767px) {
    .roadmap-content .roadmap-item {
      grid-template-columns: 1fr;
      gap: 24px;
    }
  }

  .roadmap-content .roadmap-item:nth-child(even) .roadmap-number {
    background-color: hsl(var(--base-two));
    order: 1;
    margin-right: auto;
    margin-left: 0;
  }

  @media screen and (max-width: 767px) {
    .roadmap-content .roadmap-item:nth-child(even) .roadmap-number {
      order: 0;
      margin-right: 0;
    }
  }

  .roadmap-content .roadmap-item .roadmap-number {
    background-color: hsl(36.14deg 100% 55.17%);
    border-radius: 15px;
    padding: 35px;
    min-width: 270px;
    text-align: center;
    margin-left: auto;
  }

  @media screen and (max-width: 767px) {
    .roadmap-content .roadmap-item .roadmap-number {
      margin-left: 0;
    }
  }

  .roadmap-content .roadmap-item .roadmap-number h4 {
    color: #031c3a;
  }

  .roadmap-content .roadmap-item .roadmap-number p {
    color: hsl(var(--gray));
  }

  .roadmap-content .roadmap-item .roadmap-text {
    background-color: hsl(var(--black-two));
    border: 1px solid hsl(var(--gray-two)/0.12);
    padding: 40px;
    border-radius: 15px;
  }

  @media screen and (max-width: 575px) {
    .roadmap-content .roadmap-item .roadmap-text {
      padding: 24px;
    }

    .roadmap-content .roadmap-item .roadmap-text p {
      font-size: 14px;
    }
  }

  /* ======================  Roadmap End  ======================*/
  /* ======================  Team Start  ======================*/
  .team-slide .swiper-pagination {
    position: relative;
    margin-top: 40px;
  }

  .team-slide .swiper-pagination-bullet {
    background-color: hsl(var(--white));
    width: 10px;
    height: 10px;
    margin: 0 7px !important;
  }

  .team-slide .swiper-pagination-bullet-active {
    background-color: hsl(var(--base-two));
  }

  .team-item {
    background-color: hsl(var(--black-two));
    border: 1px solid hsl(var(--gray)/0.25);
    border-radius: 15px;
    padding: 15px;
    transition: all 0.3s ease-in-out;
  }

  @media screen and (max-width: 575px) {
    .team-item {
      max-width: 300px;
      margin: 0 auto;
    }
  }

  .team-item:hover {
    border-color: hsl(36.14deg 100% 55.17%);
    box-shadow: 0 0 10px hsl(var(--base)/0.2);
  }

  .team-item:hover img {
    transform: scale(1.05) rotate(2deg);
    filter: brightness(1.1);
  }

  .team-item .team-img {
    overflow: hidden;
    border-radius: 10px;
    display: block;
  }

  .team-item .team-img img {
    transition: all 0.3s ease-in-out;
    width: 100%;
  }

  .team-item .team-content {
    text-align: center;
    padding: 20px 0 15px;
  }

  .team-details-content .team-add-list {
    display: grid;
    gap: 5px;
  }

  .team-details-content .team-add-list li span:first-child {
    min-width: 150px;
  }

  .team-details-content .team-add-list li span:last-child {
    color: hsl(var(--white));
  }

  .team-details-img img {
    border-radius: 10px;
  }

  .professional-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    row-gap: 20px;
  }

  @media screen and (max-width: 991px) {
    .professional-content {
      grid-template-columns: 1fr;
    }
  }

  .professional-content .fs-16 {
    padding-bottom: 10px;
    font-weight: 500;
  }

  .professional-content .percentage {
    font-size: 0.9375rem;
    color: hsl(var(--white));
    font-weight: 500;
    transform: translate(-20px, -30px);
  }

  @media screen and (max-width: 424px) {
    .professional-content .percentage {
      width: 42px;
    }
  }

  /* ======================  Team End  ======================*/
  /* ======================  Contact Start  ======================*/
  .contact-map {
    width: 100%;
    height: 500px;
    border-radius: 15px;
  }

  @media screen and (max-width: 991px) {
    .contact-map {
      height: 400px;
    }
  }

  @media screen and (max-width: 767px) {
    .contact-map {
      height: 300px;
    }
  }

  .enquiry-form,
  .contact-info {
    /* background-color: hsl(var(--gray)/0.12);
    border-radius: 15px; */
    /* padding: 30px; */
  }

  .enquiry-form ul li,
  .contact-info ul li {
    align-items: center;
  }

  .enquiry-form ul li:hover .icon,
  .contact-info ul li:hover .icon {
    background-color: hsl(36.14deg 100% 55.17%);
    color: #031c3a;
  }

  .enquiry-form ul li:hover a,
  .enquiry-form ul li:hover p,
  .contact-info ul li:hover a,
  .contact-info ul li:hover p {
    color: hsl(36.14deg 100% 55.17%);
  }

  .enquiry-form ul .icon,
  .contact-info ul .icon {
    background: hsl(var(--white)/0.12);
    color: hsl(var(--body-color));
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
    font-size: 1rem;
  }

  .enquiry-form ul p,
  .contact-info ul p {
    max-width: 225px;
  }

  .enquiry-form ul p a,
  .contact-info ul p a {
    color: hsl(var(--body-color));
  }

  .enquiry-form .social-icon,
  .contact-info .social-icon {
    justify-content: start;
  }

  .enquiry-form .social-icon a,
  .contact-info .social-icon a {
    width: 50px;
    height: 50px;
    font-size: 1rem;
  }

  .enquiry-form .social-icon a:hover,
  .contact-info .social-icon a:hover {
    color: #031c3a;
  }

  .login-section {
    min-height: 100vh;
    display: grid;
    align-items: center;
    padding: 130px 0 100px;
    position: relative;
    z-index: 1;
  }

  .login-section::before,
  .login-section::after {
    content: "";
    position: absolute;
    width: 100%;
    background-image: url("../svg/wave.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
  }

  .login-section::before {
    background-image: url("../images/bg/login-bg.jpg");
    height: 100%;
    opacity: 0.05;
  }

  .login-section::after {
    bottom: 0;
    height: 330px;
    opacity: 0.15;
  }

  .login-section .login-content-box {
    background-color: hsl(var(--black)/0.5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 15px;
    padding: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }

  @media screen and (max-width: 991px) {
    .login-section .login-content-box {
      grid-template-columns: 1fr;
      padding: 30px;
      gap: 30px;
    }
  }

  .login-section .forgot-password {
    grid-template-columns: 1fr;
  }

  .login-section .forgot-password .back-home-btn {
    color: hsl(var(--white));
  }

  .login-section .forgot-password .back-home-btn:hover {
    color: hsl(36.14deg 100% 55.17%);
  }

  .login-section .forgot-password .btn {
    width: 100%;
  }

  .login-img-box {
    background-image: url("../images/bg/login-img.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    padding: 50px 30px;
    display: grid;
    align-content: center;
    justify-content: center;
    position: relative;
    z-index: 1;
  }

  .login-img-box::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--black)/0.7);
    border-radius: 10px;
  }

  .login-img-box h3 {
    padding-top: 10px;
  }

  .or-form {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 1px;
    justify-content: space-between;
  }

  .or-form::after,
  .or-form::before {
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 0.8px;
    background: hsl(var(--white)/0.2);
    z-index: -1;
    width: 34%;
  }

  .or-form span {
    font-weight: 600;
    display: inline-block;
    padding: 0 10px;
    font-size: 0.875rem;
  }

  @media screen and (max-width: 767px) {
    .or-form span {
      font-size: 0.8125rem;
      padding: 0 5px;
    }
  }

  .other-sing {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .other-sing button {
    background: hsl(var(--base)/0.1);
    width: 100%;
    height: 50px;
    border-radius: 5px;
    font-size: 1.25rem;
    font-weight: 500;
    color: hsl(var(--white)/0.7);
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    transition: all 0.4s;
  }

  /* ======================  Contact End  ======================*/
  /* ======================  Account Start  ======================*/
  .account-item {
    background-color: hsl(var(--black-two));
    border-radius: 15px;
    padding: 20px;
    transition: all 0.3s ease-in-out;
    border: 1px solid hsl(var(--black-two));
  }

  .account-item:hover {
    border-color: #031c3a;
    box-shadow: 0 0 10px hsl(var(--white)/0.05);
  }

  .account-item:hover img {
    transform: scale(1.05) rotate(2deg);
    filter: brightness(1.1);
  }

  .account-item .account-img {
    border-radius: 15px;
    overflow: hidden;
  }

  .account-item .account-img img {
    transition: all 0.3s ease-in-out;
  }

  .account-item .account-text p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.9375rem;
    max-width: 360px;
  }

  .account-item .account-text .opne-account {
    color: hsl(var(--white)/0.8);
  }

  .account-item .account-text .opne-account:hover {
    color: hsl(36.14deg 100% 55.17%);
  }

  .account-item .account-text .btn {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .account-item .account-text .btn:hover i {
    transform: rotate(10deg);
  }

  .account-item .account-text .btn i {
    transform: translateY(-3px);
    transition: all 0.3s ease-in-out;
  }

  .account-details-content img {
    border-radius: 15px;
  }

  .account-details-content .info-inner {
    position: relative;
    display: block;
    border: 1px solid hsl(var(--gray));
    border-radius: 10px;
    margin: 10px 0;
  }

  @media screen and (max-width: 991px) {
    .account-details-content .info-inner {
      padding: 20px;
    }
  }

  .account-details-content .info-inner .info-list:first-child {
    border-bottom: 1px solid hsl(var(--gray));
  }

  @media screen and (max-width: 991px) {
    .account-details-content .info-inner .info-list:first-child {
      border: none;
    }
  }

  .account-details-content .info-inner .info-list li {
    position: relative;
    float: left;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: var(--title-color);
    padding: 22px 30px;
    border-right: 1px solid hsl(var(--gray));
  }

  .account-details-content .info-inner .info-list li:last-child {
    border: none !important;
  }

  @media screen and (max-width: 1199px) {
    .account-details-content .info-inner .info-list li {
      padding: 20px;
      font-size: 14px;
    }
  }

  @media screen and (max-width: 991px) {
    .account-details-content .info-inner .info-list li {
      width: 50%;
      padding: 12px 20px;
    }

    .account-details-content .info-inner .info-list li:nth-child(2) {
      border: none;
    }
  }

  @media screen and (max-width: 767px) {
    .account-details-content .info-inner .info-list li {
      width: 100%;
      border: 0;
    }
  }

  .account-benefits {
    -moz-columns: 2 200px;
    columns: 2 200px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .account-benefits li {
    background-color: hsl(var(--black-two));
    padding: 14px 20px;
    border-radius: 10px;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
  }

  .account-benefits li::before {
    content: "\f14a";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    color: hsl(var(--base-two));
    font-size: 25px;
  }

  .account-stander {
    -moz-columns: 2 250px;
    columns: 2 250px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .account-stander li {
    border: 1px solid hsl(var(--black-two));
    padding: 20px;
    border-radius: 10px;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .account-stander li span {
    font-size: 16px;
  }

  @media screen and (max-width: 1399px) {
    .account-stander li span {
      font-size: 15px;
    }
  }

  @media screen and (max-width: 767px) {
    .account-stander li span {
      font-size: 14px;
    }
  }

  .account-stander li span:first-child {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .account-stander li span:first-child::before {
    content: "\f101";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    color: #031c3a;
    font-size: 13px;
    background-color: hsl(var(--base-two));
    border-radius: 3px;
    padding: 2px 5px;
  }

  /* ======================  Account End  ======================*/
  /* ======================  Market Start  ======================*/
  #tradingview-ticker-tape {
    background-color: hsl(var(--gray)/0.12);
    border-radius: 6px;
    padding: 15px;
  }

  .market-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    background-color: hsl(var(--gray)/0.12);
    border: 1px solid hsl(var(--gray)/0.12);
    border-radius: 15px;
    overflow: hidden;
    padding: 24px;
    transition: all 0.3s ease-in-out;
  }

  @media screen and (max-width: 767px) {
    .market-card {
      grid-template-columns: 1fr;
    }
  }

  @media screen and (max-width: 424px) {
    .market-card {
      padding: 15px;
    }
  }

  .market-card:hover {
    box-shadow: 0 0 10px hsl(var(--white)/0.05);
  }

  .market-card:hover img {
    transform: scale(1.05) rotate(2deg);
    filter: brightness(1.1);
  }

  .market-card .market-img {
    overflow: hidden;
    border-radius: 10px;
  }

  .market-card .market-img img {
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .market-card .market-text .btn {
    margin-top: 24px;
    padding: 12px 20px;
    font-weight: 600;
  }

  .market-details-content img {
    border-radius: 15px;
  }

  .market-details-content ul {
    display: grid;
    gap: 10px;
  }

  .market-details-content ul li {
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: 0.4s;
  }

  .market-details-content ul li::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 8px;
    color: hsl(var(--base-two));
  }

  .marketview-widget-container {
    padding: 0 10px 15px;
    border-radius: 10px;
    overflow: hidden;
    background-color: hsl(var(--gray)/0.12);
    border: none !important;
    box-shadow: none !important;
  }

  /* ======================  Market End  ======================*/
  /* ======================  Privacy Start  ======================*/
  .privacy-content h4 {
    font-size: 1.6875rem;
    margin-top: 15px;
  }

  .privacy-content ul {
    display: grid;
    gap: 10px;
    margin-left: 30px;
    margin-top: 15px;
  }

  .privacy-content ul li {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .privacy-content ul li::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 5px;
    color: hsl(var(--base-two));
    opacity: 0.6;
  }

  .privacy-content ol {
    list-style: lower-alpha;
    margin-left: 35px;
    padding-top: 6px;
  }

  /* ======================  Privacy End  ======================*/
  /* ======================  Error Start  ======================*/
  .error-section {
    min-height: 100vh;
    display: grid;
    align-items: center;
    padding: 130px 0 100px;
    position: relative;
    z-index: 1;
    background-color: hsl(var(--black)/0.98);
  }

  .error-section::before,
  .error-section::after {
    content: "";
    position: absolute;
    width: 100%;
    background-image: url("../svg/wave.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
  }

  .error-section::before {
    background-image: url("../images/bg/login-bg.jpg");
    height: 100%;
    opacity: 0.05;
  }

  .error-section::after {
    bottom: 0;
    height: 330px;
    opacity: 0.15;
  }

  .error-section .error-img {
    max-width: 600px;
    margin: 0 auto;
  }

  .error-section .error-icons {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
  }

  .error-section .error-icons img {
    width: 100%;
  }

  .error-section .error-icons img:nth-child(2) {
    animation: alltuchtopdown 1.6s ease-in-out 0s infinite alternate;
  }

  /* ======================  Error End  ======================*/
  /*# sourceMappingURL=main.css.map */


  .navbar-brand img {
    width: 140px;
  }

  .banner-img img {
    width: 100%;
    height: 100%;
  }

  .navbar-main {
    width: 100%;
    z-index: 999;

    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);

    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .navbar-main {
    background-color: rgb(255 255 255 / 6%) !important;
  }

  .navbar-main {
    position: fixed;
    width: 100%;
    background: rgba(17, 25, 40, 0.45);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .number-box .counter-ad {
    color: hsl(36.14deg 100% 55.17%);
        font-size: 25px;
  }

  .number-box p {
    font-size: 12px;
  }

  .btn-iucon i {
    color: hsl(36.14deg 100% 55.17%);
    bottom: 0px;
    padding-right: 10px;
    font-size: 20px;
  }

  /*  */
  /* .cards-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      align-items: start;
    } */

  .card {
    background: #001227;
    border: 1.5px solid #fff;
    border-radius: 14px;
    padding: 28px 26px 24px;
    text-align: left;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
  }

  .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  }

  .best-value-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: hsl(36.14deg 100% 55.17%);
    color: #0d1b3e;

    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 6px 14px;
    border-bottom-left-radius: 10px;
    text-transform: uppercase;
  }

  .card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
  }

.card-icon {
    width: 100px;
    height: 100px;
    /* background: radial-gradient(circle at 40% 40%, #010e22, #0c1e4a); */
    border-radius: 6%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1.5px solid #fff;
}

  .card-icon svg {
    width: 80px;
    height: 80px;
  }

  .card-label {

    font-size: 15px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 4px;
  }

 .card-title {
    font-weight: 700;
    font-size: 30px;
    color: hsl(36.14deg 100% 55.17%);
    line-height: 1.1;
    letter-spacing: 1.5px;
}

  .detail-left i {
    color: #ffa41a;
    font-weight: 600;
    font-size: 21px;
}

  .card-full-name {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin-top: 2px;
    line-height: 1.4;
  }

  .divider {
    border: none;
    border-top: 1px solid #1e3a6e;
    margin: 16px 0;
  }

  .detail-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 9px 0;
    border-bottom: 1px solid #132040;
    gap: 10px;
  }

  .detail-row:last-of-type {
    border-bottom: none;
  }

  .detail-left {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    font-size: 15px;
    white-space: nowrap;
  }

  .detail-left svg {
    flex-shrink: 0;
  }

  .detail-right {
    text-align: right;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
  }

  .detail-right .save-note {
    display: block;
    font-size: 14px;
    color: hsl(36.14deg 100% 55.17%);
    font-weight: 400;
    margin-top: 1px;
  }

  .strikethrough {
    text-decoration: line-through;
    color: #8a9fc0;
    font-weight: 400;
  }

  .btn-curriculum {
    display: block;
    width: 100%;
    margin-top: 22px;
    padding: 13px 0;
    background: linear-gradient(135deg, #d4a83a 0%, #b8892a 100%);
    color: #0d1b3e;

    font-weight: 800;
    font-size: 0.82rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.1s;
  }

  .btn-curriculum:hover {
    opacity: 0.9;
    transform: scale(1.01);
  }

  @media (max-width: 900px) {
    .cards-grid {
      grid-template-columns: 1fr;
      max-width: 400px;
      margin: 0 auto;
    }
  }

  /*  */

  /*  */
  .feature-section {
    /* background: #132040; */
  }

  .feature-wrapper {
    border: 1px solid rgba(212, 144, 41, 0.25);
    border-radius: 16px;
    overflow: hidden;
    background: #001227;
  }

  .feature-box {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 24px;
    border-right: 1px solid rgba(212, 144, 41, 0.25);
    height: 100%;
    transition: 0.3s ease;
  }

  .feature-box:hover {
    background: rgba(212, 144, 41, 0.05);
  }

  .feature-icon i {
    font-size: 42px;
    color: hsl(36.14deg 100% 55.17%);
  }

  .feature-content h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
  }

  .feature-content p {
    color: #cfd6e6;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
  }

  /* Responsive */
  @media (max-width: 991px) {
    .feature-box {
      border-right: 0;
      border-bottom: 1px solid rgba(212, 144, 41, 0.25);
    }

    .feature-box.border-0 {
      border-bottom: 0;
    }
  }

  @media (max-width: 767px) {
    .feature-box {
      flex-direction: column;
      text-align: center;
    }
  }

  @media (min-width: 768px) {
    .services-section .col-md-3 {
      flex: 0 0 auto;
      width: 20%;
    }
  }

  .services-box h5 {
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 17px;
    font-weight: 500;
}

  /*  */


  .test-img img {
    filter: brightness(0) saturate(100%) invert(41%) sepia(12%) saturate(689%) hue-rotate(173deg) brightness(92%) contrast(89%);
  }


  /*  */
  .detailed-curriculum-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #02152e, #03244b);
    font-family: 'Poppins', sans-serif;
  }

  .detailed-curriculum-title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    margin-bottom: 10px;
  }

  .detailed-curriculum-subtitle {
    text-align: center;
    color: #c8d5e6;
    margin-bottom: 50px;
    font-size: 16px;
  }

  .detailed-curriculum-card {
    background: linear-gradient(135deg, #062448, #03162f);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 20px;
    padding: 35px 20px;
    height: 100%;
    transition: 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.30);
  }

  .detailed-curriculum-card:hover {
    transform: translateY(-5px);
    border-color: #ffa41a;
  }

  .detailed-curriculum-flex {
    display: flex;
    gap: 10px;
    align-items: flex-start;
  }

  .detailed-curriculum-icon-box {
    min-width: 110px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: linear-gradient(180deg, #0c2f58, #04162d);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
      inset 0 0 20px rgba(255, 255, 255, 0.05),
      0 8px 20px rgba(0, 0, 0, 0.40);
  }

  .detailed-curriculum-icon-box i {
    font-size: 42px;
    color: #ffa41a;
  }

  .detailed-curriculum-card-title {
    font-size: 34px;
    font-weight: 700;
    color: #ffa41a;
    margin-bottom: 25px;
  }

  .detailed-curriculum-list {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;
    column-gap: 40px;
  }

  .detailed-curriculum-list li {
    color: #ffffff;
    margin-bottom: 14px;
    font-size: 15px;
    display: flex;
    align-items: center;
    break-inside: avoid;
  }

  .detailed-curriculum-list li i {
    color: #ffa41a;
    font-size: 16px;
    margin-right: 10px;
  }

  @media(max-width:991px) {

    .detailed-curriculum-flex {
      flex-direction: column;
      text-align: center;
      align-items: center;
    }

    .detailed-curriculum-list {
      columns: 1;
    }

    .detailed-curriculum-card-title {
      font-size: 28px;
    }

    .detailed-curriculum-title {
      font-size: 38px;
    }
  }

  @media(max-width:575px) {

    .detailed-curriculum-section {
      padding: 60px 0;
    }

    .detailed-curriculum-title {
      font-size: 30px;
    }

    .detailed-curriculum-card {
      padding: 25px;
    }

    .detailed-curriculum-icon-box {
      width: 90px;
      height: 90px;
      min-width: 90px;
    }

    .detailed-curriculum-icon-box i {
      font-size: 34px;
    }
  }

  /*  */



  /*  */
  .mentor-section {
    background: #04152f;
  }

  .mentor-wrapper {
    background: linear-gradient(90deg, #041b3a, #03152d);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 25px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  }

 .mentor-image img {
     max-width: 100%;
    max-width: 100%;
    position: absolute;
    z-index: 2;
    /* left: 0px; */
    /* bottom: 11%; */
    /* top: -23% !important; */
    transform: translate(-50%, -50%);
}

  .mentor-content {
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mentor-subtitle {
    color: #ffa41a;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
  }

  .mentor-title {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
  }

  .mentor-content p {
    color: #c8d0df;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    /* text-align: justify; */
  }

  .mentor-stats {
    padding-left: 10px;
  }

  .ms {
    display: block !important;
    align-items: unset !important;
    margin-top: 0 !important;
    border-top: 0 !important;
    padding: 0 !important;
  }

  .start {
    display: flex !important;
    align-items: flex-start !important;
    gap: 15px !important;
    padding-right: 0 !important;
    margin: 0px 0px 38px 0px !important;
  }

  .stat-icon i {
    color: #ffa41a;
    font-size: 30px;
    /* font-size: 36px; */
  }

  /* .stat-icon{
      width:48px;
      height:48px;
      min-width:48px;
      background:#ffa41a;
      border-radius:10px;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#04152f;
      font-size:18px;
  } */

  .stat-box h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    line-height: 1;
  }

  .stat-box span {
    color: #c8d0df;
    font-size: 15px !important; 
  }

  /* .mentor-form {
    background: #051933;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 18px;
  } */

.mentor-form input, .mentor-form textarea {
    width: 100%;
    background: transparent;
    border: 1px solid #ffa41a;
    border-radius: 4px;
    padding: 10px 14px;
    color: #fff;
    margin-bottom: 12px;
    font-size: 14px;
    outline: none;
}

  .mentor-form textarea {
    height: 90px;
    resize: none;
  }

  .mentor-form input::placeholder,
  .mentor-form textarea::placeholder {
    color: #9aa7bd;
  }

  .btn-submit {
    width: 100%;
    background: #ffa41a;
    border: none;
    height: 48px;
    border-radius: 5px;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    transition: 0.4s;
}

  .btn-submit:hover {
    background: #fff;
  }

  @media(max-width:991px) {

    .mentor-content {
      border-right: none;
      padding-right: 0;
    }

    .mentor-title {
      font-size: 32px;
    }

    .mentor-wrapper {
      padding: 20px;
    }

  }

  /*  */


  /*  */
  .faq-contact-section {
    background: #041a36;
    position: relative;
    overflow: hidden;
  }

  .faq-wrapper,
  .contact-wrapper {
    background: #03162f;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 35px;
    height: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  }

  .section-heading h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .section-heading p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
  }

  /* FAQ */

  .custom-accordion .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 12px;
  }

  .custom-accordion .accordion-button {
    background: transparent;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 18px 0;
    box-shadow: none;
    position: relative;
  }

  .custom-accordion .accordion-button::after {
    content: "+";
    background-image: none !important;
    font-size: 22px;
    color: #ffa41a;
    transform: rotate(0deg);
  }

  .custom-accordion .accordion-button:not(.collapsed)::after {
    content: "-";
  }

  .custom-accordion .accordion-button:not(.collapsed) {
    background: transparent;
    color: #fff;
    box-shadow: none;
  }

  .custom-accordion .accordion-body {
    color: rgba(255, 255, 255, 0.7);
    /* text-align: justify; */
    padding: 0 0 20px;
    line-height: 1.7;
  }

  /* Contact */

  .contact-info {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    /* padding-right: 25px; */
  }

  .info-item {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 42px;
  }

  .info-item i {
    color: #ffa41a;
    font-size: 18px;
  }

  .info-item span {
    color: #fff;
    font-size: 16px;
  }

  .social-icons {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 25px;
  }

  .social-icons a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    transition: 0.4s;
  }

  .social-icons a:nth-child(1) {
    background: linear-gradient(45deg, #ff00cc, #ff6600);
  }

  .social-icons a:nth-child(2) {
    background: #ff0000;
  }

  .social-icons a:nth-child(3) {
    background: #0077b5;
  }

  .social-icons a:nth-child(4) {
    background: #229ED9;
  }

  .social-icons a:hover {
    transform: translateY(-4px);
  }

  /* Form */

  .contact-form {
    padding-left: 20px;
  }

  .contact-form .form-control {
   width: 100%;
    background: transparent;
    border: 1px solid #ffa41a;
    border-radius: 4px;
    padding: 10px 14px;
    color: #fff;
    margin-bottom: 12px;
    font-size: 14px;
    outline: none;
  }

  .f .contact-form textarea.form-control {
    height: auto;
    resize: none;
  }

  .contact-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
  }

  .contact-form .form-control:focus {
    border-color: #ffa41a;
    background: transparent;
    color: #fff;
    box-shadow: none;
  }

  /* Responsive */

  @media(max-width:991px) {

    .faq-wrapper,
    .contact-wrapper {
      padding: 25px;
    }

    .section-heading h2 {
      font-size: 28px;
    }
  }

  @media(max-width:767px) {

    .contact-info {
      border-right: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding-right: 0;
      padding-bottom: 25px;
      margin-bottom: 25px;
    }

    .contact-form {
      padding-left: 0;
    }

    .section-heading h2 {
      font-size: 24px;
    }

    .custom-accordion .accordion-button {
      font-size: 16px;
    }
  }

  /*  */

  /* responsive */
  @media (max-width:575px) {
    .card-header {
      /* display: block;
      text-align: center; */
      padding: 0;
    }

    .card-icon {
      /* text-align: center;
      margin: 0 auto; */
      margin-bottom: 22px;
    }

        .services-box {
        margin-bottom: 0px;
        /* display: flex; */
        /* align-items: center; */
        padding: 20px;
        height: auto;
        /* text-align: start; */
    }
}

    .fs-30 {
      font-size: 15px;
    }

    .number-box p {
      font-size: 11px;
    }

    .banner-one-section {
      padding-top: 140px;
      padding-bottom: 0px;
    }

    h2 {
      font-size: 26px;
    }

    .card {
      padding: 15px;
    }

    .card-full-name {
      font-size: 13px;
    }

    .services-box {
    background-color: hsl(212.31deg 100% 7.65%);
    padding: 16px 6px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 200px;
}

  .services-box h5 {
    font-size: 16px;
    /* padding-left: 23px; */
    position: absolute;
    bottom: 22px;
    left: 27px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    /* transform: translate(0%, -38%); */
}

    .services-box::before {
      display: none;
    }

    .services-box:hover p,
    .services-box:hover a {
      color: #ffa41a;
    }

    .mentor-stats {
      display: flex;
      justify-content: space-between;
      gap: 10px;
    }

    .mentor-stats .stat-box {
      /* width: 33.33%; */
      padding: 0px 0px;
      /* text-align: center; */
      /* display: block; */
    }

    .mentor-stats .stat-box h4 {
      font-size: 28px;
      margin-bottom: 0px;
    }

    .mentor-stats .stat-box span {
      font-size: 13px;
      /* line-height: 16px; */
      /* display: block; */
    }

    .mentor-stats .stat-icon {
      margin-bottom: 6px;
    }

    .mentor-stats {
      padding-left: 0;
    }

  /* responsive */


  /* about us */
  .breadcome-sub {}

  .breadcome-sub a {
    color: #ffa41a;
  }

  .breadcome-sub i {
    color: #ffa41a;
    font-size: 17px;
  }

  .right-reveal span {
    color: #ffa41a;
  }

  .number-box {
    position: relative;
    text-align: center;
    /* padding: 15px 10px;   */
  }

  /* sirf 1st, 2nd, 3rd box me right border */
  .col-md-3:nth-child(1) .number-box,
  .col-md-3:nth-child(2) .number-box,
  .col-md-3:nth-child(3) .number-box {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }

  /* optional styling image jaisa */
  .counter-ad {
    color: #f5b000;
  }

  .number-box p {
    color: #fff;
    margin-top: 5px;
    font-size: 15px;
  }

  .mission-vision-section {
    /* background: #001227; */
  }

  .mission-vision-wrapper {
    border: 1px solid #ffa51c;
    border-radius: 22px;
    padding: 20px 30px;
    background: #041936;
    position: relative;
    overflow: hidden;
  }

  /* Common Box */
  .mission-box,
  .vision-box {
    gap: 25px;
  }

  /* Icons */
  .mission-icon-box,
  .vision-icon-box {
    width: 120px;
    height: 120px;
    min-width: 120px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.02);
    box-shadow: inset 0 0 20px rgba(255, 170, 0, 0.08);
  }

  .mission-icon-box i,
  .vision-icon-box i {
    font-size: 52px;
    color: #f7a600;
  }

  /* Headings */
  .mission-heading,
  .vision-heading {
    font-size: 30px;
    font-weight: 700;
    color: #f7a600;
    margin-bottom: 8px;
    line-height: 1.2;
  }

  /* Text */
  .mission-description,
  .vision-description {
    font-size: 16px;
    line-height: 1.7;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 400;
    max-width: 560px;
  }

  /* Divider */
.mission-vision-divider {
    width: 1px;
    height: 220px;
    background: #ffa41a;
}

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

    .mission-vision-wrapper {
      padding: 30px 20px;
    }

    .mission-box,
    .vision-box {
      flex-direction: column;
      text-align: center;
    }

    .mission-heading,
    .vision-heading {
      font-size: 32px;
    }

    .mission-description,
    .vision-description {
      font-size: 18px;
    }

    .mission-icon-box,
    .vision-icon-box {
      width: 95px;
      height: 95px;
      min-width: 95px;
    }

    .mission-icon-box i,
    .vision-icon-box i {
      font-size: 40px;
    }
  }

  @media(max-width:576px) {

    .mission-heading,
    .vision-heading {
      font-size: 26px;
    }

    .mission-description,
    .vision-description {
      font-size: 16px;
      line-height: 1.6;
    }
  }

  .why-jifm-section {
    /* background: #001227; */
    padding: 70px 0;
  }

  .why-jimf {
    color: #fff;
    /* font-size: 48px; */
    font-weight: 500;
    text-align: center;
    /* margin-bottom: 50px; */
    position: relative;
    display: inline-block;
  }

  .dorderji {
    width: 50px;
    height: 2px;
    background: #ffa41a;
    text-align: center;
    margin: 0 auto;
  }

  .title-wrapper {
    text-align: center;
  }

  /* .section-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 60px;
    height: 4px;
    background: #f5a400;
    border-radius: 10px;
  } */

  .why-box {
    background: #001227;
    border: 1px solid rgba(255, 165, 0, 0.25);
    border-radius: 18px;
    padding: 20px 25px;
    text-align: center;
    height: 100%;
    transition: 0.4s;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  }

  .why-box:hover {
    transform: translateY(-5px);
    border-color: #f5a400;
  }

  .why-icon {
    font-size: 58px;
    color: #f5a400;
    margin-bottom: 6px;
  }

  .why-heading {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
    line-height: 1.3;
  }

  .why-text {
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 0;
  }

  @media(max-width:991px) {

    .section-title {
      font-size: 38px;
    }

    .why-heading {
      font-size: 26px;
    }

    .why-text {
      font-size: 18px;
    }

    .why-icon {
      font-size: 48px;
    }
  }

  @media(max-width:767px) {

    .why-jifm-section {
      padding: 50px 0;
    }

    .section-title {
      font-size: 32px;
      margin-bottom: 10px;
    }

    .why-box {
      padding: 35px 20px;
    }

    .why-heading {
      font-size: 24px;
    }

    .why-text {
      font-size: 16px;
    }

    .why-icon {
      font-size: 42px;
    }
  }

  .journey-section {
    background: #001227;
    /* padding: 70px 0; */
    overflow: hidden;
  }

  .journey-heading {
    text-align: center;
    margin-bottom: 70px;
  }

  .journey-heading h2 {
    color: #fff;
    /* font-size: 48px; */
    font-weight: 500;
    margin-bottom: 12px;
  }

  .journey-line {
    width: 60px;
    height: 2px;
    background: hsl(36.14deg 100% 55.17%);
    margin: auto;
    left: -73px;
    /* border-radius: 10px; */
    position: relative;
  }

  .journey-wrapper {
    position: relative;
  }

  .journey-wrapper::before {
    content: "";
    position: absolute;
    top: 45px;
    left: 6%;
    width: 88%;
    height: 3px;
    background:
      repeating-linear-gradient(to right,
        hsl(36.14deg 100% 55.17%) 0px,
        hsl(36.14deg 100% 55.17%) 6px,
        transparent 6px,
        transparent 12px);
    z-index: 1;
  }

  .journey-box {
    position: relative;
    text-align: center;
    z-index: 2;
  }

  .journey-icon {
    width: 90px;
    height: 90px;
    border: 2px solid hsl(36.14deg 100% 55.17%);
    border-radius: 50%;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #04122b;
    color: hsl(36.14deg 100% 55.17%);
    font-size: 38px;
    position: relative;
  }

  .journey-year {
    color: hsl(36.14deg 100% 55.17%);
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .journey-title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
  }

  .journey-text {
    color: #d4d4d4;
    font-size: 18px;
    line-height: 1.7;
    max-width: 290px;
    margin: auto;
  }

  @media(max-width:991px) {

    .journey-wrapper::before {
      display: none;
    }

    .journey-box {
      margin-bottom: 50px;
    }

    .journey-heading h2 {
      font-size: 38px;
    }

    .journey-year {
      font-size: 28px;
    }

    .journey-title {
      font-size: 22px;
    }

    .journey-text {
      font-size: 16px;
    }
  }

  @media(max-width:576px) {

    .journey-heading h2 {
      font-size: 30px;
    }

    .journey-icon {
      width: 75px;
      height: 75px;
      font-size: 30px;
    }

    .journey-year {
      font-size: 24px;
    }

    .journey-title {
      font-size: 20px;
    }
  }

  .journey-wrapper::before {
    content: "";
    position: absolute;
    top: 42px;
    left: 8%;
    width: 84%;
    height: 6px;
    z-index: 1;

    background:
      radial-gradient(circle, hsl(36.14deg 100% 55.17%) 1.5px, transparent 2px) repeat-x;

    background-size: 7px 6px;
  }


  .mentor-section {
    background: #001227;
    position: relative;
    overflow: hidden;
  }

  .mentor-wrapper {
    background: linear-gradient(90deg, #02142f 0%, #031b46 100%);
    border: 2px solid rgba(255, 170, 0, 0.15);
    border-radius: 25px;
    padding: 2px 45px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  }

  /* LEFT IMAGE */
  .mentor-image {
    position: relative;
    text-align: center;
    z-index: 1;
  }


  .mentor-circle {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgb(255 170 0 / 53%) 0%, rgb(255 170 0 / 22%) 40%, #00000000 75%);
    z-index: 1;
}



  /* CONTENT */
  .mentor-content {
    color: #fff;
  }

  .mentor-subtitle {
    color: #ffb000;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 0px;
    /* text-transform: uppercase; */
  }

  .mentor-title {
    /* font-size: 43px; */
    font-weight: 600;
    margin-bottom: 0px;
    color: #fff;
}

  .mentor-text {
    font-size: 21px;
    line-height: 1.8;
    color: #d3d7e3;
    margin-bottom: 20px;
    max-width: 950px;
  }

  /* STATS */
 .mentor-stats {
    display: flex;
    align-items: center;
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    padding-top: 16px;
    padding-bottom: 15px;
}

  .stat-box {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-right: 14px;
    margin: 0px 10px;
  }

  .stat-border {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
        padding-right: 45px !important;
  }

  .stat-icon {
    color: #ffb000;
    /* font-size: 42px;
    min-width: 50px; */
  }

  .stat-content h4 {
    color: #ffb000;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
  }

  .stat-content span {
    color: #fff;
    font-size: 15px;
    display: block;
  }

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

    .mentor-wrapper {
      padding: 30px 25px;
    }

    .mentor-image {
      margin-bottom: 0px;
    }

    .mentor-title {
      font-size: 38px;
    }

    .mentor-text {
      font-size: 17px;
    }

    .mentor-stats {
      flex-direction: column;
      align-items: flex-start;
      gap: 25px;
    }

    .stat-box {
      border-right: 0 !important;
      padding-right: 0;
      margin-right: 0;
    }

    .mentor-circle {
      width: 250px;
      height: 250px;
    }
  }

  @media (max-width: 576px) {

    .mentor-wrapper {
      border-radius: 18px;
      padding: 25px 18px;
    }

    .mentor-title {
      font-size: 30px;
    }

    .mentor-subtitle {
      font-size: 14px;
    }

    .mentor-text {
      font-size: 15px;
      line-height: 1.7;
    }

    .stat-icon {
      font-size: 30px;
    }

    .stat-content h4 {
      font-size: 28px;
    }

    .stat-content span {
      font-size: 14px;
    }

    .mentor-circle {
        width: 270px;
        height: 270px;
    }
        .mentor-image {
        margin-bottom: 0px;
        border-bottom: 2px solid #f7b000;
    }
    
  }

  .found-icon i {
    font-size: 35px !important;
  }

  .community-section {
    /* background: #001227; */
  }

  .community-box {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #00122f 0%, #02152f 40%, #031a3b 100%);
    border: 2px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    padding: 28px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }

  /* Background Glow Effect */
  .community-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center,
        rgba(255, 196, 0, 0.08),
        transparent 60%);
    pointer-events: none;
  }

  /* Icon */
  .community-icon {
    min-width: 110px;
    width: 110px;
    height: 110px;
    border: 2px solid #d79b19;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .community-icon i {
    font-size: 42px;
    color: #f2b632;
  }

  /* Content */
  .community-content {
    flex: 1;
  }

  .community-heading {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
    margin-bottom: 8px;
  }

  .community-text {
    font-size: 20px;
    color: #d8d8d8;
    margin: 0;
  }

  /* Button */
  .community-btn a {
    background: #f2b632;
    color: #111;
    text-decoration: none;
    padding: 13px 32px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    transition: 0.3s;
  }

  .community-btn a:hover {
    background: #ffca4d;
    color: #000;
  }

  .community-btn i {
    font-size: 18px;
  }

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

    .community-box {
      flex-direction: column;
      text-align: center;
      padding: 30px 20px;
    }

    .community-heading {
      font-size: 30px;
    }

    .community-text {
      font-size: 18px;
    }

    .community-btn a {
      font-size: 18px;
      padding: 16px 24px;
    }
  }

  @media (max-width: 576px) {

    .community-icon {
      width: 90px;
      height: 90px;
      min-width: 90px;
    }

    .community-icon i {
      font-size: 34px;
    }

    .community-heading {
      font-size: 18px;
    }

    .community-text {
      font-size: 16px;
    }
  }

  /* about us */


  /* corsue */
  .feat-sec .col-md-3 {
    flex: 0 0 auto;
    width: 20%;
  }


  .feat-sec .feature-box {
    padding: 15px 10px;
  }

  .feat-sec .feature-content h5 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
  }

  .feat-sec .feature-content p {
    color: #cfd6e6;
    font-size: 12px;
    line-height: 1.6;
    margin: 0;
  }

  .feat-sec .feature-icon i {
    font-size: 37px;
    color: hsl(36.14deg 100% 55.17%);
  }

  .jifm-section {
    background: linear-gradient(90deg, #03152f, #021020);
    border: 1px solid #8b5a00;
    border-radius: 16px;
    padding: 20px 30px;
    overflow: hidden;
    position: relative;
  }

  .jifm-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #b37a12;
  }

  .left-image img {
    width: 100%;
    max-width: 420px;
  }

  .main-heading {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 15px;
  }

  .feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 14px;
    font-weight: 500;
  }

  .feature-list li i {
    color: #f7b21b;
    font-size: 18px;
    margin-top: 5px;
  }

  @media(max-width:991px) {

    .main-heading {
      font-size: 32px;
      margin-top: 20px;
    }

    .feature-list li {
      font-size: 16px;
    }

    .left-image {
      text-align: center;
    }
  }

  /* corsue */




  /* Contact Us */
  .contact-jifm {
    padding: 80px 0;
    background: #000f25;
  }

  .contact-jifm .contact-jifm-box {
    background: #03152f;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 35px;
    height: 100%;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
  }

  .contact-jifm .contact-jifm-title {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .contact-jifm .contact-jifm-heading {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .contact-jifm .contact-jifm-subtitle {
    color: #fff;
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
  }

  .contact-jifm .contact-jifm-subtitle::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 45px;
    height: 3px;
    background: #ffb400;
    border-radius: 10px;
  }

  /* FORM */

  .contact-jifm .form-control {
    background: transparent;
    border: 1px solid #ffa927;
    color: #fff;
    height: 48px;
    border-radius: 4px;
    padding: 12px 15px;
    font-size: 15px;
}

  .contact-jifm textarea.form-control {
    height: 135px;
    resize: none;
  }

  .contact-jifm .form-control::placeholder {
    color: #bfc7d3;
  }

  .contact-jifm .form-control:focus {
    background: transparent;
    color: #fff;
    border-color: #ffb400;
    box-shadow: none;
  }

  /* BUTTON */

  .contact-jifm .contact-jifm-btn {
    width: 100%;
    height: 52px;
    border: none;
    border-radius: 6px;
    background: linear-gradient(to right, #f6a300, #ffc43b);
    color: #111;
    font-size: 18px;
    font-weight: 700;
    transition: 0.3s;
    justify-content: center;
  }

  .contact-jifm .contact-jifm-btn:hover {
    transform: translateY(-2px);
  }

  .contact-jifm .contact-jifm-btn i {
    margin-right: 10px;
  }

  /* INFO */

  .contact-jifm .contact-jifm-info-item {
    display: flex;
    gap: 18px;
    margin-bottom: 15px;
  }

  .contact-jifm .contact-jifm-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border: 1px solid #f6a300;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f6a300;
    font-size: 22px;
  }

  .contact-jifm .contact-jifm-info-item h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
  }

  .contact-jifm .contact-jifm-info-item p {
    color: #d5d9e2;
    margin: 0;
    line-height: 1.7;
    font-size: 14px;
  }

  /* SAFE TEXT */

  .contact-jifm .contact-jifm-safe {
    color: #c7cedb;
    margin-top: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
  }

  .contact-jifm .contact-jifm-safe i {
    color: #ffb400;
  }

  /* SOCIAL */

  .contact-jifm .contact-jifm-social {
    display: flex;
    gap: 15px;
    margin-top: 20px;
  }

  .contact-jifm .contact-jifm-social a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #f6a300;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    transition: 0.3s;
  }

  .contact-jifm .contact-jifm-social a:hover {
    background: #f6a300;
    color: #000;
    transform: translateY(-3px);
  }

  /* RESPONSIVE */

  @media(max-width:991px) {

    .contact-jifm .contact-jifm-box {
      margin-bottom: 25px;
    }

  }

  @media(max-width:576px) {

    .contact-jifm {
      padding: 50px 0;
    }

    .contact-jifm .contact-jifm-box {
      padding: 25px;
    }

    .contact-jifm .contact-jifm-info-item {
      gap: 12px;
    }

    .contact-jifm .contact-jifm-icon {
      width: 48px;
      height: 48px;
      min-width: 48px;
      font-size: 18px;
    }

  }


  /* =========================
           CONTACT JIFM FAQ SECTION
        ==========================*/
  .contact-jifm-faq-section {
    background: #000f25;
    padding: 50px 0;
  }

  .contact-jifm-heading {
    text-align: center;
    margin-bottom: 35px;
  }

  .contact-jifm-heading h2 {
    color: #fff;
    /* font-size: 42px; */
    font-weight: 500;
    margin-bottom: 12px;
}


  .contact-jifm-heading-line {
    width: 60px;
    height: 3px;
    background: #f5a300;
    margin: auto;
    border-radius: 10px;
  }

  .contact-jifm-faq-box {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 6px;
    margin-bottom: 14px;
    overflow: hidden;
    background: transparent;
  }

  .contact-jifm-faq-btn {
    width: 100%;
    background: transparent;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    transition: 0.3s;
  }

  .contact-jifm-faq-btn:hover {
    background: rgba(255, 255, 255, 0.03);
  }

  .contact-jifm-faq-left {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .contact-jifm-q {
    color: #f5a300;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
  }

  .contact-jifm-faq-btn i {
    color: #f5a300;
    font-size: 24px;
    transition: 0.3s;
  }

  .contact-jifm-faq-btn:not(.collapsed) i {
    transform: rotate(45deg);
  }

  .contact-jifm-faq-body {
    color: #d7d7d7;
    padding: 0 20px 20px 58px;
    font-size: 15px;
    line-height: 28px;
  }

  .contact-jifm-btn-main {
    text-align: center;
    margin-top: 20px;
  }

  .contact-jifm-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 28px;
    border: 1px solid #f5a300;
    color: #f5a300;
    text-decoration: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s;
    background: transparent;
  }

  .contact-jifm-view-btn:hover {
    background: #f5a300;
    color: #000;
  }

  @media(max-width:768px) {

    .contact-jifm-heading h2 {
      font-size: 30px;
    }

    .contact-jifm-faq-btn {
      font-size: 15px;
      padding: 14px 15px;
    }

    .contact-jifm-q {
      font-size: 20px;
    }

    .contact-jifm-faq-btn i {
      font-size: 20px;
    }

    .contact-jifm-faq-body {
      padding: 0 15px 15px 45px;
    }

    .certified-program p {
    font-size: 13px;
    }

    .kj-mentor-quant p {
      font-size: 14px !important;
    }
  }

  .contact-jifm-section {
    background: #000f25;
    /* padding: 40px 20px; */
}

  .contact-jifm-heading {
    text-align: center;
    color: #fff;
    /* font-size: 42px; */
    font-weight: 500;
    margin-bottom: 40px;
    position: relative;
}

  /* .contact-jifm-heading::after {
    content: '';
    width: 55px;
    height: 4px;
    background: #f5a300;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    border-radius: 50px;
  } */

  .contact-jifm-card {
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(135deg, #02142d 0%, #072b61 100%);
    height: 100%;
    transition: 0.3s ease;
  }

  .contact-jifm-card:hover {
    transform: translateY(-5px);
  }

  .contact-jifm-content {
    /* padding: 28px 24px; */
  }

  .contact-jifm-location {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
  }

  .contact-jifm-location i {
    color: #ffb100;
    font-size: 22px;
    margin-top: 3px;
  }

  .contact-jifm-location h4 {
    color: #ffb100;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
  }

  .contact-jifm-address {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 28px;
}

  .contact-jifm-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    border: 1px solid #f5a300;
    color: #ffb100;
    padding: 11px 28px;
    text-decoration: none;
    font-weight: 500;
    font-size: 17px;
    border-radius: 4px;
    transition: 0.3s ease;
}

  .contact-jifm-btn:hover {
    background: #f5a300;
    color: #00162f;
  }

  .contact-jifm-image {
    height: 100%;
    /* min-height: 320px; */
  }

  .contact-jifm-image img {
    width: 100%;
    height: 253px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

  @media(max-width:991px) {

    .contact-jifm-heading {
      font-size: 32px;
    }

    .contact-jifm-location h4 {
      font-size: 22px;
    }

    .contact-jifm-address {
      font-size: 17px;
    }

    .contact-jifm-image {
      min-height: 260px;
    }
  }

  @media(max-width:767px) {

    .contact-jifm-section {
      padding: 30px 15px;
    }

    .contact-jifm-heading {
      font-size: 28px;
    }

    .contact-jifm-content {
      padding: 22px 18px;
    }

    .contact-jifm-location h4 {
      font-size: 20px;
    }

    .contact-jifm-address {
      font-size: 16px;
      line-height: 1.7;
    }

    .contact-jifm-btn {
      width: 100%;
      justify-content: center;
      font-size: 16px;
    }

    .contact-jifm-image {
      min-height: 220px;
    }
  }

  .bg-gifm {
    background-color: #000F25 !important;
  }
.contact-jifm-faq-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    /* background: #fff; */
    padding: 18px 20px;
    position: relative;
    cursor: pointer;
}

/* Plus Icon */
.contact-jifm-faq-btn::after {
    content: "+";
    font-size: 28px;
    font-weight: 500;
    color: #f5a300;
    line-height: 1;
    transition: 0.3s ease;
}

/* Open hone par Minus */
.contact-jifm-faq-btn:not(.collapsed)::after {
    content: "−";
}
  /* Contact Us */



/* Blog css */
/* BLOG SECTION */
.blog-section {
    /* background: #001227; */
    padding-top: 180px;
}

/* TOPBAR */
.blog-topbar{
    margin-bottom: 30px;
}

.blog-category-list{
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.breadblog img {
    width: 275px;
    margin: 0 auto;
    justify-content: center;
    display: flex;
}
.breadcome-sub {
    font-weight: 400;
}

.blog-category-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
    padding: 10px 19px;
    border-radius: 5px;
    transition: 0.3s;
    font-size: 15px;
}

.blog-category-btn:hover,
.blog-category-btn.active{
    background: #ffa41a;
    color: #001227;
    border-color: #ffa41a;
}

/* BLOG CARD */
.blog-post-card{
    background: linear-gradient(90deg,#02172f,#031b38,#02172f);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 6px;
    padding: 28px;
    display: flex;
    gap: 25px;
    align-items: center;
    margin-bottom: 25px;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
}

.blog-post-card::before{
    content: "";
    position: absolute;
    right: -100px;
    top: -100px;
    width: 250px;
    height: 250px;
    background: rgba(255,164,26,0.05);
    border-radius: 50%;
}

.blog-post-card:hover{
    border-color: rgba(255,164,26,0.35);
    transform: translateY(-4px);
}
.blog-page-btn i {
  padding: 0px 10px;
}
/* DATE BOX */
.blog-date-box {
    min-width: 125px;
    height: 125px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: hsl(212.73deg 90.16% 11.96%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.blog-date-box h2 {
    font-size: 55px;
    line-height: 1;
    margin-bottom: 8px;
    font-weight: 500;
}

.blog-date-box span{
    font-size: 15px;
    color: #fff;
}

/* CONTENT */
.blog-post-content{
    flex: 1;
}

.blog-post-content h3 {
    font-size: 25px;
    margin-bottom: 14px;
    font-weight: 500;
}

.blog-post-meta{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.blog-post-meta span{
    font-size: 15px;
    color: #d8d8d8;
}

.blog-post-meta i{
    color: #ffa41a;
    margin-right: 6px;
}

.blog-post-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 0;
}

/* READ MORE */
.blog-read-more a{
    color: #ffa41a;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    position: relative;
    /* z-index: 999; */
}

.blog-read-more i{
    margin-left: 5px;
}

/* SIDEBAR */
.blog-sidebar-box {
    background: linear-gradient(180deg, #02172f, #031b38);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 25px;
}

/* SEARCH */
.blog-search-box{
    position: relative;
}

.blog-search-box input{
    width: 100%;
    height: 60px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 6px;
    padding: 0 65px 0 20px;
    color: #ffffff;
    outline: none;
}

.blog-search-box button{
    width: 50px;
    height: 50px;
    border: 0;
    background: transparent;
    color: #ffffff;
    position: absolute;
    top: 5px;
    right: 5px;
    border-left: 1px solid rgba(255,255,255,0.08);
}

/* SIDEBAR TITLE */
.blog-sidebar-title{
    /* margin-bottom: 22px; */
}

.blog-sidebar-title h4{
    font-size: 30px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.blog-sidebar-title h4::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 3px;
    background: #ffa41a;
}

/* CATEGORY SIDEBAR */
.blog-category-sidebar{
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-category-sidebar li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.blog-category-sidebar li:last-child{
    margin-bottom: 0;
}

.blog-category-sidebar a{
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
}

.blog-category-sidebar span{
    min-width: 38px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d9d9d9;
    font-size: 14px;
}

/* POPULAR POSTS */
.blog-popular-post{
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

.blog-popular-post:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.blog-popular-post h5{
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.blog-popular-post span{
    color: #cfcfcf;
    font-size: 15px;
}

/* NEWSLETTER */
.blog-newsletter-text{
    color: #d7d7d7;
    line-height: 1.8;
    margin-bottom: 20px;
}

.blog-newsletter-box{
    position: relative;
}

.blog-newsletter-box input{
    width: 100%;
    height: 58px;
    border-radius: 12px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.08);
    padding: 0 70px 0 18px;
    color: #ffffff;
    outline: none;
}

.blog-newsletter-box button{
    width: 56px;
    height: 58px;
    border: 0;
    border-radius: 0 12px 12px 0;
    background: #ffa41a;
    color: #001227;
    position: absolute;
    top: 0;
    right: 0;
}

/* PAGINATION */
.blog-pagination{
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.blog-page-btn,
.blog-page-number{
    min-width: 48px;
    height: 48px;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.08);
    background: transparent;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 18px;
    transition: 0.3s;
}

.blog-page-number.active,
.blog-page-btn:hover,
.blog-page-number:hover{
    background: #ffa41a;
    color: #001227;
    border-color: #ffa41a;
}

.blog-page-dots{
    color: #ffffff;
}

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

    .blog-post-card{
        flex-direction: column;
        align-items: flex-start;
    }

    .blog-read-more{
        width: 100%;
    }

    .blog-post-content h3{
        font-size: 28px;
    }
}

@media(max-width:767px){

    .blog-date-box{
        width: 100%;
    }

    .blog-post-content h3{
        font-size: 24px;
    }

    .blog-post-content p{
        font-size: 16px;
    }

    .blog-sidebar-title h4{
        font-size: 24px;
    }
}
/* Blog css */

.footer-widget__content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

/* Border Right */
.footer-item {
    position: relative;
    padding-right: 40px;
}

/* Last item par border nahi */
.footer-item:last-child {
    padding-right: 0;
}

.footer-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.12);
}

/* Last border remove */
.footer-item:last-child::after {
    display: none;
}
@media (max-width: 991px){

    .footer-widget__content{
        flex-wrap: wrap;
    }

    .footer-item{
        padding-right: 0;
    }

    .footer-item::after{
        display: none;
    }
}
.footer-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0.05),
        rgba(255,255,255,0.18),
        rgba(255,255,255,0.05)
    );
}

.dc-btn {
    color: #cfcfcf;
    font-weight: 600;
}

.onebtn {
    position: relative;
    overflow: hidden;
    background: hsl(36.14deg 100% 55.17%);
    z-index: 1;
}

.onebtn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px; 
    height: 20px;
    background: rgba(255,255,255,0.35);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulseBg 2s infinite;
    z-index: -1;
}

@keyframes pulseBg {
    0% {
        width: 20px;
        height: 20px;
        opacity: 0.8;
    }
    100% {
        width: 300px;
        height: 300px;
        opacity: 0;
    }
}
.onebtn {
    background: hsl(36.14deg 100% 55.17%);
    animation: glowPulse 1.5s infinite;
}

@keyframes glowPulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 170, 0, 0.7); }
    70% { box-shadow: 0 0 0 20px rgba(255, 170, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 170, 0, 0); }
}
.cousres-card{
  /* height: 580px; */
}

@media (max-width:575px) {
  .cousres-card{
  height: auto;
}
}


/* cmfp */
.course-wrapper{
    padding:60px 0;
}

/* TOP INFO */

.top-info{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    margin-bottom:25px;
}

.info-box{
    background:#031c3a;
    border:1px solid rgba(255,164,26,.25);
    border-radius:10px;
    padding:12px 18px;
    display:flex;
    align-items:center;
    gap:12px;
    min-width:170px;
}

.info-box i{
    color:#ffa41a;
    font-size:24px;
}

.info-box h6{
    margin:0;
    font-size:14px;
}

.info-box p{
    margin:0;
    font-size:13px;
    color:#ddd;
}

/* TABS */

.custom-tabs{
    background:#031c3a;
    border:1px solid rgba(255,164,26,.2);
    border-radius:10px;
    overflow:hidden;
}

.custom-tabs .nav-link{
    color:#fff;
    border:none;
    padding:15px 25px;
    font-weight:500;
}

.custom-tabs .nav-link.active{
    background:#ffa41a;
    color:#001227;
}

/* LEFT BOX */

.course-box{
    background:#031c3a;
    border:1px solid rgba(255,164,26,.25);
    border-radius:12px;
    padding:20px;
}

.section-title{
    font-size:33px;
    font-weight:600;
}

.expand-btn{
    border:1px solid #ffa41a;
    color:#ffa41a;
    background:none;
    border-radius:6px;
    padding:8px 20px;
}

.module-item{
    border:1px solid rgba(255,164,26,.20);
    border-radius:8px;
    padding:12px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:12px;
    transition:.3s;
}

.module-item:hover{
    border-color:#ffa41a;
}

.module-left{
    display:flex;
    align-items:center;
    gap:12px;
}

.module-no{
    width:35px;
    height:35px;
    border-radius:6px;
    border:1px solid #ffa41a;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ffa41a;
    font-weight:700;
}

.module-item i{
    color:#ffa41a;
}

/* WHO JOIN */

.join-box{
    background:#031c3a;
    border:1px solid rgba(255,164,26,.25);
    border-radius:12px;
    padding:20px;
    margin-top:20px;
}

.join-icon{
    width:70px;
    height:70px;
    background:#001227;
    border:2px solid #ffa41a;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ffa41a;
    font-size:28px;
}

.join-box ul{
    list-style:none;
    padding:0;
}

.join-box ul li{
    margin-bottom:10px;
}

.join-box ul li i{
    color:#ffa41a;
    margin-right:8px;
}

/* RIGHT CARD */

.course-card{
    background:#031c3a;
    border:1px solid rgba(255,164,26,.25);
    border-radius:12px;
    padding:20px;
}

.course-card h2{
    color:#ffa41a;
    font-weight:700;
}

.course-card ul{
    list-style:none;
    padding:0;
}

.course-card ul li{
    margin-bottom:12px;
}

.course-card ul li i{
    color:#ffa41a;
    margin-right:8px;
}

.price-box{
    border:1px solid rgba(255,164,26,.25);
    border-radius:10px;
    padding:15px;
}

.price-row{
    display:flex;
    justify-content:space-between;
    margin-bottom:10px;
}

.enroll-btn{
    width:100%;
    background:#ffa41a;
    color:#001227;
    border:none;
    padding:14px;
    border-radius:8px;
    font-weight:700;
    margin-top:15px;
}

.brochure-btn{
    width:100%;
    border:1px solid #ffa41a;
    color:#ffa41a;
    background:none;
    padding:14px;
    border-radius:8px;
    margin-top:10px;
}

.tool-box{
    background:#031c3a;
    border:1px solid rgba(255,164,26,.25);
    border-radius:12px;
    padding:20px;
    margin-top:20px;
}

.tool-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    text-align:center;
}

.tool-grid img{
    max-width:50px;
    margin-bottom:8px;
}

.question-box{
    background:#031c3a;
    border:1px solid rgba(255,164,26,.25);
    border-radius:12px;
    padding:20px;
    margin-top:20px;
}

.contact-btn{
    width:100%;
    background:#ffa41a;
    color:#001227;
    border:none;
    padding:12px;
    border-radius:8px;
    font-weight:700;
}

/* MOBILE */

@media(max-width:991px){

    .course-card{
        margin-top:25px;
    }

    .custom-tabs{
        overflow-x:auto;
        flex-wrap:nowrap;
    }

    .custom-tabs .nav-link{
        white-space:nowrap;
    }

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

}
/* cmfp */



  /* ── STAT BADGES ── */
    .cmfp-stat-badges {
    /* background: #031c3a; */
    /* border: 1px solid #0e2e50; */
    /* border-radius: 12px; */
    /* padding: 14px 10px; */
    display: flex;
    flex-wrap: wrap;
}
  .cmfp-stat-item {
    display: flex;
    align-items: center;
    gap: 0px;
    padding: 10px 0px;
    border: 1px solid #ffaa28;
    flex: 1;
    border-radius: 5px;
    margin-right: 4px;
}
    /* .cmfp-stat-item:last-child { border-right: none; } */
   .cmfp-stat-icon {
    width: 36px;
    height: 36px;
    /* border: 1.5px solid #ffa41b; */
    /* border-radius: 8px; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffa41b;
    font-size: 20px;
    flex-shrink: 0;
}
    .cmfp-stat-label {
    font-size: 13px;
    color: #fff;
}
   .cmfp-stat-value {
    font-size: 11px;
    font-weight: 400;
    color: #fff;
}

    /* ── TABS ── */
    .cmfp-tabs {
      border-bottom: 1px solid #0e2e50;
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
    }
    .cmfp-tab-btn {
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      padding: 12px 20px;
      border: none;
      border-bottom: 3px solid transparent;
      border-radius: 0;
      background: transparent;
      white-space: nowrap;
      cursor: pointer;
    }
    .cmfp-tab-btn:hover { color: #ffa41b; }
    .cmfp-tab-btn.cmfp-tab-active {
      color: #ffa41b;
      border-bottom: 2px solid #ffa41b;
      background: transparent;
    }

    /* ── MODULES HEADER ── */
    .cmfp-modules-header {
      display: flex; justify-content: space-between; align-items: center;
      margin-bottom: 16px;
    }
    .cmfp-modules-title { font-size: 25px; font-weight: 500; margin: 0; }
    .cmfp-expand-btn {
    background: transparent;
    border: 1px solid #ffa51e;
    color: #ffa51e;
    font-size: 15px;
    padding: 5px 14px;
    border-radius: 4px;
    cursor: pointer;
}
    .cmfp-expand-btn:hover { border-color: #ffa41b; color: #ffa41b; }

    /* ── BOOTSTRAP ACCORDION OVERRIDES ── */
    .cmfp-accordion .accordion-item {
      background: #041627;
      border: 1px solid #0e2e50;
      border-radius: 8px !important;
      margin-bottom: 8px;
      overflow: hidden;
    }
    .cmfp-accordion .accordion-button {
    background: #041627;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 14px;
    box-shadow: none;
}
    .cmfp-accordion .accordion-button:not(.collapsed) {
      background: #041627;
      color: #ffa41b;
      box-shadow: none;
    }
    .cmfp-accordion .accordion-button::after {
      filter: invert(1) sepia(1) saturate(2) hue-rotate(5deg);
    }
    .cmfp-accordion .accordion-button:focus { box-shadow: none; }
    .cmfp-mod-num {
    /* font-size: 15px; */
    font-size: 13px;
    font-weight: 500;
    color: #ffa41b;
    min-width: 24px;
    border: 1px solid #ffa51e;
    padding: 4px 2px 4px 5px;
    border-radius: 4px;
    width: 32px;
}
    .cmfp-accordion .accordion-body {
    text-align: justify;
    background: #02101f;
    color: #fff;
    font-size: 14px;
    padding: 9px 11px;
    border-top: 1px solid #0e2e50;
}

    /* ── SIDEBAR CARD ── */
    .cmfp-sidebar-card {
      background: #031c3a;
      border: 1px solid #0e2e50;
      border-radius: 14px;
      padding: 22px;
      position: sticky;
      top: 20px;
    }
    .cmfp-sidebar-title {
    font-size: 35px;
    font-weight: 700;
    color: #ffa41b;
    margin-bottom: 4px;
}
    .cmfp-sidebar-subtitle {
    font-size: 15px;
    color: #fff;
    margin-bottom: 14px;
}
  .cmfp-sidebar-info-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 12px;
}
    .cmfp-sidebar-info-row i { color: #ffa41b; font-size: 17px; width: 18px; text-align: center; }

    /* ── PRICING ── */
    .cmfp-price-divider { border-top: 1px solid #0e2e50; margin: 14px 0; }
    .cmfp-price-row {
      display: flex; justify-content: space-between; align-items: flex-start;
      margin-bottom: 8px;
    }
    .cmfp-price-label {
    font-size: 14px;
    color: #fff;
}
    .cmfp-price-label-main {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}
    .cmfp-price-label-offer { font-size: 13px; color: #fff; font-weight: 600; }
    .cmfp-price-save {
    display: block;
    font-size: 12px;
    color: #ffa41a;
    font-weight: 400;
}
    .cmfp-price-value  { font-size: 14px; font-weight: 700; color: #fff; }
    .cmfp-price-strike {
    /* text-decoration: line-through; */
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
    .cmfp-price-accent { font-size: 14px; font-weight: 700; color: #ffa41b; }

    /* ── BUTTONS ── */
    .cmfp-btn-enroll {
    background: #ffa41b;
    color: #001227;
    font-weight: 500;
    font-size: 15px;
    border: none;
    border-radius: 4px;
    padding: 12px;
    width: 100%;
    margin-top: 14px;
    letter-spacing: 0.5px;
    cursor: pointer;
}
    .cmfp-btn-enroll:hover { background: #ffb84d; }
    .cmfp-btn-brochure {
    background: transparent;
    color: #ffa41b;
    font-size: 15px;
    border: 1px solid #ffa41b;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
}
    .cmfp-btn-brochure:hover { border-color: #ffa41b; color: #ffa41b; }
    .cmfp-btn-contact {
    background: #031c3a;
    border: 1px solid #ffa51e;
    color: #ffa41a;
    font-weight: 500;
    font-size: 15px;
    border-radius: 4px;
    padding: 9px;
    width: 100%;
    cursor: pointer;
}
    .cmfp-btn-contact:hover { border-color: #ffa41b; color: #ffa41b; }

    /* ── TOOLS GRID (SIDEBAR) ── */
    .cmfp-tools-section { margin-top: 22px; border-top: 1px solid #0e2e50; padding-top: 16px; }
    .cmfp-tools-section-title {
    font-size: 19px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 12px;
}
    .cmfp-tools-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
    .cmfp-tool-item {
    background: #020f1e;
    border: 1px solid #0e2e50;
    border-radius: 8px;
    padding: 10px 6px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}
    .cmfp-tool-icon { font-size: 22px; margin-bottom: 5px; }

    /* ── CONTACT BOX ── */
    .cmfp-contact-box {
      background: #031c3a;
      border: 1px solid #0e2e50;
      border-radius: 10px;
      padding: 14px 16px;
      margin-top: 14px;
    }
    .cmfp-contact-title {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 4px;
}
    .cmfp-contact-text {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

    /* ── WHAT YOU'LL LEARN CARDS ── */
    .cmfp-learn-card {
      background: #041627;
      border: 1px solid #0e2e50;
      border-radius: 10px;
      padding: 16px;
      margin-bottom: 12px;
    }
    .cmfp-learn-card-title { color: #ffa41b; font-size: 14px; font-weight: 700; margin-bottom: 8px; }
    .cmfp-learn-card-text { font-size: 13px; color: #cdd9e8; margin: 0; }

    /* ── TOOLS DETAIL CARDS (TAB) ── */
    .cmfp-tools-detail-card {
      background: #041627;
      border: 1px solid #0e2e50;
      border-radius: 10px;
      padding: 20px;
      text-align: center;
      margin-bottom: 16px;
    }
    .cmfp-tools-logo-wrap {
      width: 56px; height: 56px;
      border-radius: 10px;
      display: flex; align-items: center; justify-content: center;
      font-size: 24px;
      margin: 0 auto 10px;
    }
    .cmfp-tools-card-title { font-size: 14px; font-weight: 700; margin-bottom: 4px; }
    .cmfp-tools-card-text { font-size: 12px; color: #7a96b4; margin: 0; }

    /* ── WHO SHOULD JOIN ── */
    .cmfp-who-box {
      background: #031c3a;
      border: 1px solid #0e2e50;
      border-radius: 12px;
      padding: 20px;
    }
    .cmfp-who-title { font-size: 15px; font-weight: 700; margin-bottom: 14px; }
    .cmfp-who-icon-wrap {
      background: #ffa41b;
      border-radius: 50%;
      width: 48px; height: 48px;
      display: flex; align-items: center; justify-content: center;
      font-size: 20px; color: #001227;
      flex-shrink: 0;
    }
    .cmfp-check-item {
      display: flex; align-items: flex-start; gap: 8px;
      font-size: 13px; color: #cdd9e8;
      margin-bottom: 8px;
    }
    .cmfp-check-item i { color: #ffa41b; margin-top: 2px; }

    /* ── FAQ ── */
    .cmfp-faq-item { border: 1px solid #0e2e50; border-radius: 8px; margin-bottom: 10px; overflow: hidden; }
    .cmfp-faq-question {
      padding: 14px 16px;
      cursor: pointer;
      display: flex; justify-content: space-between; align-items: center;
      font-size: 14px; color: #fff;
      background: #041627;
    }
    .cmfp-faq-question:hover { color: #ffa41b; }
    .cmfp-faq-answer {
      display: none;
      padding: 12px 16px;
      font-size: 13px;
      color: #7a96b4;
      background: #02101f;
      border-top: 1px solid #0e2e50;
    }
    .cmfp-faq-answer.cmfp-faq-open { display: block; }

    /* ── TAB PANELS ── */
    .cmfp-tab-panel { display: none; }
    .cmfp-tab-panel.cmfp-panel-active { display: block; }

    /* ── SCROLLBAR ── */
    ::-webkit-scrollbar { width: 6px; }
    ::-webkit-scrollbar-track { background: #001227; }
    ::-webkit-scrollbar-thumb { background: #0e2e50; border-radius: 3px; }

    /* ── RESPONSIVE ── */
    @media (max-width: 768px) {
      .cmfp-stat-item {   flex: 48%; margin-bottom: 10px; }
      .cmfp-sidebar-card { position: static; margin-top: 20px; }
    }
    @media (max-width: 575px) {
      .cmfp-mod-num {
    border: unset;
    border-radius: 4px;
    width: unset;
}
    }

    .cmfp-box {
    background: linear-gradient(90deg, #02142b 0%, #00244d 50%, #02142b 100%);
    border: 1px solid rgb(3 28 58);
    border-radius: 1px;
    padding: 13px 5px;
    position: relative;
    overflow: hidden;
}

.cmfp-box::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:12px;
    padding:1px;
    background:linear-gradient(90deg,
        rgba(255,164,26,.4),
        rgba(255,164,26,.15),
        rgba(255,164,26,.4));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
            mask-composite:exclude;
}

.icon-circle{
    width:80px;
    height:80px;
    min-width:80px;
    border-radius:50%;
    border:1px solid rgba(255,164,26,.5);
    background:rgba(255,164,26,.05);
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 0 20px rgba(255,164,26,.15);
}

.icon-circle i{
    font-size:34px;
    color:#ffa41a;
}

.cmfp-title{
    color:#fff;
    font-size:32px;
    font-weight:700;
    margin-bottom:12px;
}

.cmfp-list{
    list-style:none;
    padding:0;
    margin:0;
}

.cmfp-list li {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 1.4;
}

.cmfp-list li i{
    color:#ffa41a;
    font-size:18px;
}

@media(max-width:768px){

    .cmfp-box{
        padding:20px;
    }

    .icon-circle{
        margin:0 auto 20px;
    }

    .cmfp-title{
        font-size:24px;
        text-align:center;
    }

    .cmfp-list li{
        font-size:15px;
    }
}

/* Progress */
.program-wrapper {
      background-color: #001227;
      padding: 30px 20px;
      min-height: 100vh;
    }

    .program-heading {
      font-size: 1.15rem;
      font-weight: 500;
      color: #ffffff;
      margin-bottom: 24px;
      padding-left: 4px;
    }

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

   .program-card {
    background-color: #031c3a;
    border: 1px solid #0d3060;
    border-radius: 5px;
    padding: 15px 6px;
}

    .program-card .card-icon {
      width: 38px;
      height: 38px;
      border: 1.5px solid #ffa41b;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 10px;
    }

    .program-card .card-icon i {
      color: #ffa41b;
      font-size: 1.1rem;
    }

    .program-card .card-title {
      font-size: 0.82rem;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 8px;
      line-height: 1.35;
    }

    .program-card .card-desc {
    font-size: 0.75rem;
    color: #fff;
    line-height: 1.55;
    padding-top: 9px;
}

    /* Row 3: 2 cards + 1 highlight */
    .program-row3 {
      display: grid;
      grid-template-columns: 1fr 1fr 2fr;
      gap: 14px;
      margin-bottom: 14px;
    }

    .program-highlight {
      background-color: #031c3a;
      border: 1px solid #0d3060;
      border-radius: 10px;
      padding: 18px 20px;
      display: flex;
      align-items: flex-start;
      gap: 20px;
    }

    .program-highlight .highlight-text {
      flex: 1;
    }

    .program-highlight .highlight-tag {
      font-size: 0.95rem;
      font-weight: 700;
      color: #ffa41b;
      margin-bottom: 10px;
    }

    .program-highlight .highlight-tag span {
      color: #ffffff;
    }

    .program-highlight .highlight-desc {
      font-size: 0.75rem;
      color: #fff;
      line-height: 1.55;
    }

    .program-highlight .chart-icon {
      display: flex;
      align-items: flex-end;
      gap: 3px;
      margin-top: 4px;
    }

    .program-highlight .chart-icon .bar {
      width: 10px;
      background-color: #ffa41b;
      border-radius: 2px 2px 0 0;
      opacity: 0.85;
    }

    /* Goal Banner */
    .program-goal {
      background-color: #031c3a;
      border: 1px solid #0d3060;
      border-radius: 10px;
      padding: 22px 28px;
      display: flex;
      align-items: center;
      gap: 22px;
    }

    .program-goal .goal-icon {
      width: 52px;
      height: 52px;
      background-color: #1a3a5c;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .program-goal .goal-icon i {
      color: #ffa41b;
      font-size: 1.5rem;
    }

    .program-goal .goal-text {
      flex: 1;
    }

    .program-goal .goal-label {
      font-size: 1rem;
      font-weight: 700;
      color: #ffa41b;
      margin-bottom: 4px;
    }

    .program-goal .goal-desc {
      font-size: 0.85rem;
      color: #c8d8e8;
    }

    .program-goal .goal-arrow {
      display: flex;
      align-items: flex-end;
      gap: 4px;
    }

    .program-goal .arrow-bar {
      width: 12px;
      background-color: #ffa41b;
      border-radius: 2px 2px 0 0;
      opacity: 0.9;
    }

    /* Responsive */
    @media (max-width: 991px) {
      .program-grid {
        grid-template-columns: repeat(2, 1fr);
      }
      .program-row3 {
        grid-template-columns: 1fr 1fr;
      }
      .program-highlight {
        grid-column: 1 / -1;
      }
    }

    @media (max-width: 575px) {
      .program-highlight {
    display: block;
}
.platfroms-wrapper {
    padding: 25px 9px;
}
.platfroms-btn {
    width: 100%;
}
      .program-grid {
        grid-template-columns: 1fr;
        gap: 10px;
      }
      .program-row3 {
        grid-template-columns: 1fr;
        gap: 10px;
      }
      .program-highlight {
        grid-column: unset;
      }
      .program-goal {
        flex-direction: column;
        text-align: center;
      }
    }


  .icon-box svg {
    width: 32px;
    height: 32px;
}
    .card-header-row {
    display: flex;
}
.card-title-text {
    color: #fff;
    font-size: 13px;
    padding-left: 7px;
}

.platfroms-section{
    /* background:#001227;
    padding:80px 0; */
}

.platfroms-wrapper{
    background:#02152d;
    border:1px solid rgba(255,255,255,.08);
    border-radius:16px;
    padding:25px;
    box-shadow:0 0 30px rgba(0,0,0,.45);
}

.platfroms-heading{
    margin-bottom:25px;
}

.platfroms-heading h2{
    color:#fff;
    font-size:28px;
    font-weight:700;
    margin:0;
    position:relative;
    padding-bottom:12px;
}

.platfroms-heading h2:after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:55px;
    height:3px;
    background:#ffa41a;
    border-radius:30px;
}

.platfroms-card {
    background: #031c3a;
    border: 1px solid rgba(255, 164, 26, .18);
    border-radius: 6px;
    padding: 15px 13px;
    height: 100%;
    transition: .4s;
}

/* .platfroms-card:hover{
    transform:translateY(-5px);
    border-color:#ffa41a;
} */

.platfroms-logo{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:10px;
}

.platfroms-logo img{
    width:42px;
    height:42px;
    object-fit:contain;
}

.platfroms-logo h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}

.platfroms-card p{
    color:#d6e4ff;
    font-size:14px;
    line-height:24px;
    margin-bottom:18px;
}

.platfroms-card ul{
    margin:0;
    padding:0;
    list-style:none;
}

.platfroms-card ul li{
    color:#fff;
    font-size:14px;
    margin-bottom:10px;
    display:flex;
    align-items:flex-start;
    gap:10px;
}

.platfroms-card ul li i{
    color:#ffa41a;
    margin-top:3px;
}

.platfroms-bottom {
    margin-top: 30px;
    background: #031c3a;
    border: 1px solid rgba(255, 164, 26, .18);
    border-radius: 14px;
    padding: 18px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.platfroms-bottom-left{
    display:flex;
    align-items:center;
    gap:20px;
}

.platfroms-bottom-left span{
    width:70px;
    height:70px;
    min-width:70px;
    border-radius:50%;
    border:2px solid #ffa41a;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ffa41a;
    font-size:30px;
}

.platfroms-bottom-left h4 {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 5px;
}

.platfroms-bottom-left p {
    color: #ffa41a;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.platfroms-btn {
    background: #ffa41a;
    color: #001227;
    text-decoration: none;
    font-weight: 500;
    font-size: 11px;
    padding: 13px 16px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: .3s;
    width: 231px;
}

.platfroms-btn:hover{
    background:#fff;
    color:#001227;
}

@media(max-width:991px){

    .platfroms-bottom{
        flex-direction:column;
        text-align:center;
    }

    .platfroms-bottom-left{
        flex-direction:column;
    }

    .platfroms-bottom-left h4{
        font-size:22px;
    }
}

@media(max-width:767px){

    .platfroms-heading h2{
        font-size:24px;
    }

    .platfroms-logo h4{
        font-size:20px;
    }

    .platfroms-bottom-left h4{
        font-size:18px;
    }

    .platfroms-bottom-left p{
        font-size:14px;
    }
}
.goal-banner{
    position:relative;
    overflow:hidden;
    border-radius:8px;
    padding:22px 30px;
    background:linear-gradient(90deg,#031c3a 0%, #001227 45%, #001227 100%);
    border:1px solid rgba(255,164,26,.25);
    display:flex;
    align-items:center;
    gap:25px;
    min-height:82px;
}

.goal-banner::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at left center,
    rgba(255,164,26,.08),
    transparent 35%);
    pointer-events:none;
}

.goal-icon{
    width:58px;
    height:58px;
    min-width:58px;
    border:1.5px solid rgba(255,164,26,.8);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.goal-icon i{
    color:#ffa41a;
    font-size:28px;
}

.goal-content h3{
    color:#ffa41a;
    font-size:16px;
    font-weight:700;
    margin-bottom:4px;
    line-height:1.2;
}

.goal-content p{
    color:#ffffff;
    margin:0;
    font-size:14px;
    font-weight:400;
}

.graph-icon{
    position:absolute;
    right:25px;
    bottom:10px;
    opacity:.18;
}

.graph-icon svg{
    width:90px;
    height:auto;
}

@media(max-width:767px){

    .goal-banner{
        padding:18px;
        gap:15px;
    }

    .goal-content h3{
        font-size:15px;
    }

    .goal-content p{
        font-size:13px;
    }

    .graph-icon{
        display:none;
    }
    }
/* Progress */


/* shud */
.should-join-section{
    /* background:#001227;
    padding:70px 0; */
    position:relative;
    /* overflow:hidden; */
}

/* .should-join-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(circle at center,#031c3a 0%,#001227 70%);
    opacity:.9;
} */

.should-join-section .container{
    position:relative;
    z-index:2;
}

.should-join-card,
.should-join-small-card{
    background:linear-gradient(180deg,#031c3a 0%,#001227 100%);
    border:1px solid rgba(255,164,26,.25);
    border-radius:16px;
    text-align:center;
    height:100%;
    transition:.4s;
    box-shadow:0 0 20px rgba(0,0,0,.25);
}

.should-join-card{
    padding:28px 18px;
    min-height:245px;
}

.should-join-small-card{
    padding:28px 4px;
    min-height:140px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

/* .should-join-card:hover,
.should-join-small-card:hover{
    transform:translateY(-5px);
    border-color:#ffa41a;
    box-shadow:0 0 25px rgba(255,164,26,.25);
} */

.should-join-icon{
    margin-bottom:15px;
}

.should-join-icon i{
    font-size:42px;
    color:#ffa41a;
    line-height:1;
}

.should-join-card h4{
    color:#fff;
    font-size:24px;
    font-weight:700;
    line-height:1.35;
    margin-bottom:15px;
}

.should-join-card span{
    width:55px;
    height:2px;
    background:#ffa41a;
    display:block;
    margin:0 auto 18px;
}

.should-join-card p{
    color:#ffffff;
    font-size:15px;
    line-height:1.8;
    margin:0;
}

.should-join-title{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    margin:55px 0 40px;
}

.should-join-title h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    margin: 0;
}

.should-join-title span{
    width:120px;
    height: 1px;
    background:#ffa41a;
}

.should-join-small-card h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

@media(max-width:991px){

    .should-join-card{
        min-height:auto;
    }

    .should-join-title h2{
        font-size:34px;
    }

    .should-join-title span{
        width:70px;
    }
}

@media(max-width:767px){

    .should-join-section{
        padding:50px 0;
    }

    .should-join-title{
        gap:10px;
        margin:40px 0 30px;
    }

    .should-join-title h2{
        font-size:28px;
        text-align:center;
    }

    .should-join-title span{
        width:40px;
    }

    .should-join-card{
        padding:25px 18px;
    }

    .should-join-card h4{
        font-size:22px;
    }

    .should-join-small-card h5{
        font-size:18px;
    }
}
/* shud */

/* everything */
/* .everything-faq-section{
    background:#001227;
    padding:60px 0;
} */

.everything-faq-card{
    background:#031c3a;
    border:1px solid rgba(255,164,26,.15);
    border-radius:12px;
    padding:18px 7px;
    box-shadow:0 0 25px rgba(0,0,0,.25);
}

.everything-faq-title{
    color:#fff;
    font-size:24px;
    font-weight:600;
    margin-bottom:20px;
    position:relative;
    padding-bottom:12px;
}

.everything-faq-title::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:35px;
    height:3px;
    background:#ffa41a;
    border-radius:20px;
}

.everything-accordion .accordion-item{
    background:transparent;
    border:1px solid rgba(255,164,26,.18);
    border-radius:8px !important;
    margin-bottom:10px;
    overflow:hidden;
}

.everything-accordion .accordion-button{
    background:transparent;
    color:#fff;
    box-shadow:none;
    padding:14px 18px;
    font-size:15px;
    font-weight:500;
}

.everything-accordion .accordion-button span{
    display:flex;
    align-items:center;
    gap:10px;
}

.everything-accordion .accordion-button i{
    color:#ffa41a;
    font-size:15px;
}

.everything-accordion .accordion-button:not(.collapsed){
    background:transparent;
    color:#fff;
}

.everything-accordion .accordion-button::after{
    filter:brightness(0) saturate(100%) invert(71%) sepia(84%) saturate(882%) hue-rotate(348deg) brightness(103%) contrast(102%);
}

.everything-accordion .accordion-body{
    background:#02162d;
    color:#cfd7e4;
    border-top:1px solid rgba(255,164,26,.15);
    font-size:14px;
    line-height:1.8;
}

@media(max-width:991px){

    .everything-faq-title{
        font-size:19px;
    }

    .everything-accordion .accordion-button{
        font-size:14px;
        padding:12px 15px;
    }

}
/* everything */

 /* ── WRAPPER ── */
    .blog-details-wrapper {
      /* max-width: 640px;
      margin: 0 auto;
      padding: 0 18px 48px; */
    }

    /* ── BREADCRUMB ── */
    .blog-details-breadcrumb {
      padding: 14px 0 10px;
      font-size: 16px;
      color: #fff;
    }
    .blog-details-breadcrumb a {
      color: #ffa41b;
      text-decoration: none;
    }
    .blog-details-breadcrumb a:hover { text-decoration: underline; }
    .blog-details-breadcrumb span { margin: 0 6px; opacity: .5; }

    /* ── BADGE ── */
    .blog-details-badge {
    display: inline-block;
    background: transparent;
    color: #ffa41b;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 4px;
    margin-bottom: 14px;
    border: 1px solid #ffa41b;
}

    /* ── TITLE ── */
    .blog-details-title {
    font-size: 46px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.18;
    margin-bottom: 18px;
}

   .blog-details-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 22px;
    font-size: 16px;
    color: #fff;
}
    .blog-details-meta .blog-details-meta-item {
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .blog-details-meta svg { flex-shrink: 0;     fill: #ffa41b; }
    .blog-details-meta .blog-details-share-btn {
      color: #fff;
      cursor: pointer;
      transition: color .2s;
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .blog-details-meta .blog-details-share-btn:hover { color: #ffa41b; }

    /* ── INTRO TEXT ── */
    .blog-details-intro {
      color: #fff;
      margin-bottom: 32px;
      font-size: 15px;
    }

    /* ── DIVIDER ── */
    .blog-details-divider {
      border: none;
      border-top: 1px solid rgba(255,255,255,0.08);
      margin: 32px 0;
    }

    /* ── SECTION HEADING ── */
    .blog-details-section-title {
      font-size: clamp(18px, 3vw, 22px);
      font-weight: 700;
      color: #ffa41b;
      margin-bottom: 14px;
    }

    /* ── BODY PARAGRAPH ── */
    .blog-details-para {
      color: #fff;
      margin-bottom: 18px;
      font-size: 15px;
    }

    /* ── HIGHLIGHT CARD ── */
    .blog-details-highlight {
      background: #031c3a;
      border: 1px solid rgba(255,164,27,0.25);
      border-radius: 12px;
      padding: 18px 20px;
      display: flex;
      align-items: flex-start;
      gap: 16px;
      margin: 20px 0 28px;
    }
    .blog-details-highlight-icon {
    width: 48px;
    height: 48px;
    /* background: rgba(255, 164, 27, 0.12); */
    border-radius: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid #ffa41b;
}
    .blog-details-highlight p {
      color: #fff;
      font-size: 14px;
      margin: 0;
      line-height: 1.6;
    }

    /* ── STEPS LIST ── */
    .blog-details-steps { margin: 16px 0 28px; }
    .blog-details-step {
      display: flex;
      gap: 16px;
      align-items: flex-start;
      margin-bottom: 22px;
    }
   .blog-details-step-icon {
    width: 55px;
    height: 55px;
    /* background: rgba(255, 164, 27, 0.12); */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid #ffa51b;
    border-radius: 100%;
}
    .blog-details-step-content h5 {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 4px;
}
    .blog-details-step-content p {
    font-size: 15px;
    color: #fff;
    margin: 0;
    line-height: 1.55;
}

    /* ── EXCHANGE CARDS ── */
    .blog-details-exchanges {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      margin: 18px 0 28px;
    }
    .blog-details-exchange-card {
      background: #031c3a;
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 12px;
      padding: 22px 14px;
      text-align: center;
    }
    .blog-details-exchange-card h6 {
    font-size: 20px;
    font-weight: 500;
    color: #e8f0fe;
    margin-bottom: 6px;
}
    .blog-details-exchange-card p {
          font-size: 13px;
    color: #fff;
    margin: 0;
    line-height: 1.5;
    }
    .blog-details-nse-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: #1a3a5c;
      border: 1px solid #2a5a8c;
      border-radius: 8px;
      padding: 6px 14px;
      margin-bottom: 10px;
    }
    .blog-details-nse-badge span {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}
    .blog-details-bse-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: #1a3a5c;
      border: 1px solid #2a5a8c;
      border-radius: 8px;
      padding: 6px 14px;
      margin-bottom: 10px;
    }
    .blog-details-bse-badge span {
      font-size: 30px;
    font-weight: 500;
    color: #fff;
    }

    /* ── CHECKLIST ── */
    .blog-details-checklist {
      list-style: none;
      padding: 0;
      margin: 16px 0 28px;
    }
    .blog-details-checklist li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      color: #fff;
      font-size: 14.5px;
      margin-bottom: 10px;
    }
    .blog-details-check-icon {
      width: 20px;
      height: 20px;
      background: #ffa41b;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      margin-top: 2px;
    }

    /* ── CONCLUSION HEADING ── */
    .blog-details-conclusion-title {
      font-size: 22px;
      font-weight: 800;
      color: #ffa41b;
      margin-bottom: 12px;
    }

    /* ── CTA BANNER ── */
    .blog-details-cta {
      background: #031c3a;
      border: 1px solid rgba(255,164,27,0.25);
      border-radius: 14px;
      padding: 22px 20px;
      display: flex;
      align-items: center;
      gap: 16px;
      margin: 32px 0;
      flex-wrap: wrap;
    }
    .blog-details-cta-icon {
    width: 52px;
    height: 52px;
    background: transparent;
    border-radius: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid #ffa41b;
}
    .blog-details-cta-text {
      flex: 1;
      min-width: 160px;
    }
    .blog-details-cta-text h5 {
      font-size: 14.5px;
      font-weight: 700;
      color: #e8f0fe;
      margin-bottom: 4px;
    }
    .blog-details-cta-text p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}
    .blog-details-cta-btn {
      display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ffa41b;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 10px 16px;
    border-radius: 4px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: opacity .2s;
    }
    .blog-details-cta-btn:hover { opacity: .85; color: #001227; }

    /* ── POST NAV ── */
   .blog-details-post-nav {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 22px;
    margin-top: 8px;
}
    .blog-details-post-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}
    .blog-details-post-nav a:hover { text-decoration: underline; }
    .blog-details-post-nav-label {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #ffa41a;
    margin-bottom: 4px;
}
    .blog-details-post-nav-prev { text-align: left; }
    .blog-details-post-nav-next { text-align: right; }
    .blog-details-post-nav-next-inner {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
    }

    @media (max-width: 480px) {
      .blog-details-post-nav { flex-direction: column; gap: 18px; }
    }

    .blog-contact{
    background: linear-gradient(90deg, #02152f 0%, #001227 100%);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px;
    padding: 18px;
    position: relative;
    overflow: hidden;
}

.blog-contact::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 1px;
    background: linear-gradient(90deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03));
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
                  linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
}

.blog-contact-title{
    color: #ffffff;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 22px;
    line-height: 1.2;
}

.blog-contact-social{
    display: flex;
    align-items: center;
    gap: 14px;
}

.blog-contact-icon{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    transition: all .3s ease;
}

.blog-contact-icon:hover{
    transform: translateY(-3px);
    color: #fff;
}

.blog-contact-facebook{
    background: linear-gradient(180deg,#4d7cf7,#355fd0);
}

.blog-contact-twitter{
    background: linear-gradient(180deg,#47b4ff,#2286d9);
}

.blog-contact-linkedin{
    background: linear-gradient(180deg,#2f97d7,#0d6ea8);
}

.blog-contact-whatsapp{
    background: linear-gradient(180deg,#40d969,#1fb84b);
}

@media(max-width:576px){
    .blog-contact{
        padding: 15px;
    }

    .blog-contact-title{
        font-size: 24px;
        margin-bottom: 18px;
    }

    .blog-contact-icon{
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
    .mentor-image img {
    position: unset;
    transform: unset;
}
}

.blog-banner img{
  width: 100%;
    margin: 0 auto;
    justify-content: center;
    display: flex;
}

select,
select option {
    background:transparent;
}
.form-select,
.form-control {
    width: 100%;
}
select:focus {
    color: #000 !important;
    background: #fff !important;
    box-shadow: none;
}
.form-select,
.form-select option {
    color: #000 !important;
    background-color: #fff !important;
}

aside.sidebar-area{position:sticky;top:10px;}
.pulse:nth-child(1){-webkit-animation:pulse 2s infinite;animation:pulse 2s infinite;}
.pulse:nth-child(2){-webkit-animation:pulse 2s infinite 0.3s;animation:pulse 2s infinite 0.3s;}
.pulse:nth-child(3){-webkit-animation:pulse 2s infinite 0.3s;animation:pulse 2s infinite 0.3s;}
.whatsapp-info,
.pulse{font-family:"Lato", sans-serif;display:inline-block;color:#fff;background:#1ab744;position:fixed;bottom:100px;right:50px;font-size:45px;text-align:center;z-index:99;border-radius:90%;height:50px;width:50px;line-height:45px;cursor:pointer;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;}
@keyframes pulse{0%{-webkit-transform:scale(0.1);transform:scale(0.1);opacity:0;}
50%{opacity:0.3;}
100%{-webkit-transform:scale(2);transform:scale(2);opacity:0;}
}
.calles:nth-child(1){-webkit-animation:calles 2s infinite;animation:calles 2s infinite;}
.calles:nth-child(2){-webkit-animation:calles 2s infinite;animation:calles 2s infinite;}
.calles:nth-child(2){-webkit-animation:calles 2s infinite;animation:calles 2s infinite;}
.phone-info,
.calles{font-family:"Lato", sans-serif;display:inline-block;color:#fff;background:#066de3;position:fixed;bottom:100px;left:50px;font-size:45px;text-align:center;z-index:99;border-radius:90%;height:50px;width:50px;line-height:45px;cursor:pointer;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;}
@keyframes calles{0%{-webkit-transform:scale(0.1);transform:scale(0.1);opacity:0;}
50%{opacity:0.3;}
100%{-webkit-transform:scale(2);transform:scale(2);opacity:0;}
}
.cmfp-tool-icon img {
    width: 30px;
}


section.program-section {
    padding-top: 30px;
}

.section-wrapper {
    padding-bottom: 23px;
}

.section-content{
    padding-bottom: 20px;
}

.course-certified {
    height: 100% !important;
}