:root {
  --base_url: https://isssonline.demo-nexevo.in;
  --ff-heading: "Plus Jakarta Sans", system-ui, sans-serif;
  --ff-body: "Satoshi", system-ui, sans-serif;
  --cl-white: #ffffff;
  --cl-black: #000000;
  --cl-dark: #131313;
  --cl-gray: #857E7E;
  --text-light: #848484;
  --cl-deep-purple: #06001C;
    --cl-teal-dark: #1C3533;
  --cl-gray-medium: #7D7D7D;
  --cl-navy-deep: #000F46;
  --cl-dark-gray: #222222;
  --cl-gray-soft: #535353;
  --cl-warm-gray: #857E7E;
  --cl-lime: #54B307;
  --cl-blue-bright: #155DFC;
  --cl-gradient-blue: linear-gradient(90deg, #0E39A1 0%, #061947 100%);
  --cl-border-light-1: #E0DEDA;
  --cl-border-light-2: #D2D2D2;
  --cl-border-light-3: #E9E9E9;
  --cl-border-light-4: #F3F2F2;
  --cl-border-light-5: #ECECEC;
  --cl-black-transparent: #0000008F;
   --bg-navy-transparent: #000F461A;
   --bg-navy-transparent-2: #000F46D9;
   --cl-login-head:#161616;
    --cl-gray-light: #C9C6C6;
    --bg-gray-alpha: #B4B5B81A;
    --cl-purple: #5856d6;
    --cl-navy-deep-light: #000F460D;
    --bg-lime-light: rgba(88, 191, 4, 0.1);
}

.cl-gray{ color: var(--cl-gray);}
.cl-deep-purple{ color: var(--cl-deep-purple);}
.cl-teal-dark     { color: var(--cl-teal-dark); }
.cl-gray-medium   { color: var(--cl-gray-medium); }
.cl-navy-deep     { color: var(--cl-navy-deep); }
.cl-dark-gray     { color: var(--cl-dark-gray); }
.cl-gray-soft     { color: var(--cl-gray-soft); }
.cl-warm-gray     { color: var(--cl-warm-gray); }
.cl-lime          { color: var(--cl-lime); }
.bg-lime-light    { background-color: var(--bg-lime-light); }
.cl-blue-bright   { color: var(--cl-blue-bright); }
.bg-navy-deep     { background-color: var(--cl-navy-deep); }
.cl-login-head     { color: var(--cl-login-head); }
.cl-gray-light {color: var(--cl-gray-light); }
.cl-black-transparent   { color: var(--cl-black-transparent); }
.cl-purple {
  color: var(--cl-purple);
}
.bg-gradient-blue {
  background: var(--cl-gradient-blue);
}
.bg-navy-transparent {
  background-color: var(--bg-navy-transparent);
}
.bg-navy-transparent-2 {
  background-color: var(--bg-navy-transparent-2);
}
.bg-gray-alpha {
  background: var(--bg-gray-alpha);
}
.bg-navy-deep-light {
  background: var( --cl-navy-deep-light);
}

.link-blue {
  color: #428bc1;
}

.bg-navy-deep     { background: var(--cl-navy-deep); }
.border-light-1 { border-color: var(--cl-border-light-1); }
.border-light-2 { border-color: var(--cl-border-light-2); }
.border-light-3 { border-color: var(--cl-border-light-3); }
.border-light-4 { border-color: var(--cl-border-light-4); }
.border-light-5 { border-color: var(--cl-border-light-5); }

* {
  margin: 0;
  color: #535353;
  font-size: 16px;
  font-family: var(--ff-body);
  font-weight: 400;
  line-height: 28.16px;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: var(--ff-body);
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 6px;
}

/* WebKit browsers (Chrome, Safari, Edge) */
*::-webkit-scrollbar {
    width: 8px; /* Width of the scrollbar */
}

*::-webkit-scrollbar-track {
    background: transparent; /* Background of the scrollbar track */
}

*::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #0E39A1 0%, #061947 100%);
    border-radius: 4px; /* Rounded corners for the scrollbar */
    border: 0px solid transparent; /* Transparent border to give space */
}


@media (min-width: 1200px) {
  .container {
    max-width: 1240px !important;
  }
}

.satoshi{
  font-family: var(--ff-body) !important;
}
.plus-jakarta-sans{
 font-family: var(--ff-heading);
}

section{
 padding-left: 10px;
 padding-right: 10px;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}
.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-32 {
  font-size: 32px;
}

.fs-36 {
  font-size: 36px;
}

.fs-38 {
  font-size: 36px;
}

.fs-40 {
  font-size: 40px;
}

.fs-42 {
  font-size: 42px;
}

.fs-44 {
  font-size: 44px;
}

.fs-46 {
  font-size: 46px;
}

.fs-48 {
  font-size: 48px;
}

.fs-50 {
  font-size: 50px;
}

.fs-52 {
  font-size: 52px;
}

.fs-54 {
  font-size: 54px;
}

.fs-57 {
  font-size: 57px;
}

.fs-64 {
  font-size: 64px;
}

.fs-70 {
  font-size: 70px;
}

.fs-76 {
  font-size: 76px;
}

.fs-80 {
  font-size: 80px;
}

.fw-thin {
  font-weight: 100;
}

.fw-extralight {
  font-weight: 200;
}

.fw-300,
.fw-light {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.ls-1 {
  letter-spacing: 1px;
}

.lh-0 {
  line-height: 0;
}

.lh-15 {
  line-height: 15px;
}

.lh-16 {
  line-height: 16px;
}

.lh-20 {
  line-height: 20px;
}

.lh-22 {
  line-height: 22px;
}

.lh-24 {
  line-height: 24px;
}

.lh-25 {
  line-height: 25px;
}

.lh-26 {
  line-height: 26px;
}

.lh-28 {
  line-height: 28px;
}

.lh-30 {
  line-height: 30px;
}

.lh-32 {
  line-height: 32px;
}

.lh-33 {
  line-height: 33px;
}

.lh-34 {
  line-height: 34px;
}

.lh-35 {
  line-height: 35px;
}

.lh-38 {
  line-height: 38px;
}

.lh-40 {
  line-height: 40px;
}

.lh-42 {
  line-height: 42px;
}

.lh-45 {
  line-height: 45px;
}

.lh-48 {
  line-height: 48px;
}

.lh-50 {
  line-height: 50px;
}

.lh-52 {
  line-height: 52px;
}

.lh-54 {
  line-height: 54px;
}

.lh-55 {
  line-height: 55px;
}

.lh-58 {
  line-height: 58px;
}

.lh-60 {
  line-height: 60px;
}

.lh-64 {
  line-height: 64px;
}

.lh-65 {
  line-height: 65px;
}

.lh-68 {
  line-height: 68px;
}

.lh-72 {
  line-height: 72px;
}

.lh-74 {
  line-height: 74px;
}

.lh-86 {
  line-height: 86px;
}

.mt_10 {
  margin-top: -10px;
}

@media (max-width: 1199px) {
  .pb-100 {
    padding-bottom: 100px;
  }
}

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

@media (max-width: 575px) {
  h1,
  h2,
  h3,
  .fs-57 {
    font-size: 26px;
    line-height: 30px;
  }
}

@media (max-width: 575px) {
  .fs-24,
  .fs-28,
  .fs-36,
  .fs-38,
  .fs-44,
  .fs-52,
  .fs-44,
  .fs-46,
  .fs-48,
  .fs-50,
  .fs-54,
  .fs-76,
  .fs-70 {
    font-size: 22px !important;
    line-height: 28px !important;
  }
}

@media (max-width: 1024px) {
  .fs-32 {
    font-size: 26px;
    line-height: 36px;
  }
  .fs-40{
   font-size: 30px;
   line-height: 38px;
  }
}

/* Mobile (below 768px) */
@media (max-width: 767px) {
  .fs-32 {
    font-size: 22px;
    line-height: 30px;
  }
    .fs-40{
   font-size: 25px;
   line-height: 32px;
  }
}

p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 !important;
}

.letter-spacing-four{
letter-spacing: -0.04em;
}
.letter-spacing-two{
letter-spacing: -0.02em;
}

a,
a:hover {
  text-decoration: none;
  color: initial;
  cursor: pointer;
}

a:focus,
select:focus {
  outline: 0 !important;
}

a:focus,
button,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

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

button {
  border: none;
  font-family:var(--ff-body);
}

::placeholder {
  font-size: medium;
}

li {
  font-family: var(--ff-body);
}

.cl-white {
  color: #ffffff;
}

.cl-black {
  color: #131313;
}

.bgc-black {
  background-color: #131313;
}
.br-4 {
  border-radius: 4px;
}

.br-8 {
  border-radius: 8px;
}
.br-10 {
  border-radius: 10px;
}

.br-12 {
  border-radius: 12px;
}

.br-20 {
  border-radius: 20px;
}

.br-30 {
  border-radius: 30px;
}

.br-50 {
  border-radius: 50px;
}

@media (min-width: 1200px) {
  .w-90 {
    width: 90%;
  }
}


.spacing {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* Spacing for screens smaller than or equal to 992px */
@media (max-width: 992px) {
  .spacing {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* Spacing for screens smaller than or equal to 768px */
@media (max-width: 768px) {
  .spacing {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* Spacing for screens smaller than or equal to 576px */
@media (max-width: 576px) {
  .spacing {
    padding-top:20px;
    padding-bottom: 20px;
  }
}


.spacing-top {
  padding-top: 100px;
  padding-bottom: 50px;
}

/* Spacing for screens smaller than or equal to 992px */
@media (max-width: 992px) {
  .spacing-top {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

/* Spacing for screens smaller than or equal to 768px */
@media (max-width: 768px) {
  .spacing-top {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

/* Spacing for screens smaller than or equal to 576px */
@media (max-width: 576px) {
  .spacing-top {
    padding-top:20px;
    padding-bottom: 20px;
  }
}



.spacing-bottom {
  padding-top: 50px;
  padding-bottom: 100px;
}

/* Spacing for screens smaller than or equal to 992px */
@media (max-width: 992px) {
  .spacing-bottom {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

/* Spacing for screens smaller than or equal to 768px */
@media (max-width: 768px) {
  .spacing-bottom {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

/* Spacing for screens smaller than or equal to 576px */
@media (max-width: 576px) {
  .spacing-bottom {
    padding-top:20px;
    padding-bottom: 20px;
  }
}


.spacing-high {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* Spacing for screens smaller than or equal to 992px */
@media (max-width: 992px) {
  .spacing-high {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* Spacing for screens smaller than or equal to 768px */
@media (max-width: 768px) {
  .spacing-high {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* Spacing for screens smaller than or equal to 576px */
@media (max-width: 576px) {
  .spacing-high {
    padding-top:20px;
    padding-bottom: 20px;
  }
}
.pad-bottom-50{
padding-bottom: 50px;
}

/* Spacing for screens smaller than or equal to 768px */
@media (max-width: 768px) {
  .pad-bottom-50 {
    padding-bottom: 30px;
  }
}

/* Spacing for screens smaller than or equal to 576px */
@media (max-width: 576px) {
  .pad-bottom-50 {
    padding-bottom: 20px;
  }
}

.pad-24 {
  padding: 24px;
}

@media (max-width: 991px) {
  .pad-24 {
    padding: 16px;
  }
}

@media (max-width: 575px) {
  .pad-24 {
    padding: 12px;
  }
}

.pad-20 {
  padding: 20px;
}

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

@media (max-width: 575px) {
  .pad-20 {
    padding: 12px;
  }
}
.pad-10 {
  padding: 10px;
}

.gap-lg-10{
 gap:10px
}
.gap-18{ gap: 18px;}
.gap-32{
  gap:32px;
}

@media (max-width: 1024px) {
  .gap-32{
    gap:20px;
  }
}
.gap-40{
  gap:40px;
}

@media (max-width: 1024px) {
  .gap-40{
    gap:20px;
  }
}

.isss-header .login-btn{
  padding:11px 28px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .isss-header .login-btn {
    padding: 8px 20px; /* adjust as needed */
  }
}

/* Mobile (below 768px) */
@media (max-width: 767px) {
  .isss-header .login-btn {
    padding: 5px 16px; /* adjust as needed */
  }
}

.isss-header .login-btn:hover{
  background: var(--cl-black);
  color: #fff;
}

  @media (min-width: 1200px) {
    .isss-header  .navbar-nav {
    gap: 76px;
  }
  .isss-header .navbar-expand-lg .navbar-nav .nav-link{
    padding: 0 !important;
  }
}


.isss-header .navbar-expand-lg .navbar-nav .nav-link {
    color: var(--cl-dark-gray);
    font-weight: 400;
    transition: color 0.3s ease, font-weight 0.3s ease;
}

.isss-header .navbar-nav .nav-link.active, 
.isss-header .navbar-nav .nav-link.show {
   color: var(--cl-teal-dark) !important;
   font-weight: 500;
}

.isss-header .navbar-nav .nav-link:hover {
   color: var(--cl-gray-medium) !important;
}

.isss-header .lg-profile .profile{
  width: 100%;
  max-width: 100%;
  height: 24px;
  object-fit: contain;
}

@media (min-width: 1200px) {
  .lg-profile {
    padding-left: 37px;
  }

  .profile-wrapper {
    position: relative;
    display: inline-block;
  }

  .profile-wrapper::before {
    content: "";
    position: absolute;
    left: -52%;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 25px;
    background: #D0D0D0;
  }

  .isss-header .lg-profile .profile {
    height: 24px;
  }
}

/* Notification Bell Shake Animation */
@keyframes bell-shake {
  0%   { transform: rotate(0); }
  10%  { transform: rotate(15deg); }
  20%  { transform: rotate(-15deg); }
  30%  { transform: rotate(10deg); }
  40%  { transform: rotate(-10deg); }
  50%  { transform: rotate(5deg); }
  60%  { transform: rotate(-5deg); }
  70%, 100% { transform: rotate(0); }
}

/* Apply animation */
.notification{
  display: inline-block;
  transform-origin: top center; /* pivot at the top like a bell */
  animation: bell-shake 1s ease-in-out infinite; /* keeps shaking */
}
/* Desktop */
.notification-menu {
  width: 280px;
  max-height: 400px;
  overflow-y: auto;
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .notification-menu {
    position: fixed !important;    /* override bootstrap absolute */
    top: 60px !important;          /* push below header */
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;        /* full width */
    max-height: 70vh;              /* take most of the screen */
    border-radius: 0;              /* flat edges */
    overflow-y: auto;              /* scroll if long */
    z-index: 1055;                 /* above other elements */
  }
}


.notification-menu .dropdown-header {
    display: block;
    padding: var(--cui-dropdown-header-padding-y) var(--cui-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: 16px !important;
    color: var(--cl-gray);
    white-space: nowrap;
}


#notificationDropdown + .dropdown-menu {
  margin-top: 20px !important; /* adjust as needed */
}


.isss-header{
  border: 1px solid var(--cl-border-light-1);
  border-width: 0px 0px 1px 0px;
  box-shadow: 0px 1px 20px 0px #6164641A;
}
.isss-header .hamburger{
  width: 100%;
  max-width: 100%;
  height: 35px;
  object-fit: contain;
}

.isss-footer .social-media img {
  background: var(--cl-white);
  padding: 6px;
  border-radius: 4px;
  transition: transform 0.2s ease;
}

.isss-footer .social-media img:hover {
  animation: upDownShake 0.4s;
}

@keyframes upDownShake {
  0%   { transform: translateY(0); }
  25%  { transform: translateY(-3px); }
  50%  { transform: translateY(3px); }
  75%  { transform: translateY(-3px); }
  100% { transform: translateY(0); }
}

.isss-footer .quick-links a:hover, .isss-footer .quick-links a.active {
  color: #d5dffb;
}

.footer-divider {
  border: 0;
  border-top: 1px solid var(--cl-white);
  margin: 57px 0px 24px 0px;
  opacity: 0.15;
}

.isss-footer .bg-gradient-blue{
padding: 33px 30px 24px 30px;
}
.isss-footer .contact-detail{
gap: 17px;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .footer-divider {
    margin: 40px 0 20px 0;
  }
  .isss-footer .bg-gradient-blue {
    padding: 28px 20px 20px 20px;
  }
  .isss-footer .contact-detail{
    gap: 15px;
  }
}


@media (max-width: 767px) {
  .footer-divider {
    margin: 30px 0 15px 0;
  }
  .isss-footer .bg-gradient-blue {
    padding: 20px 10px 15px 10px;
  }
  .isss-footer .contact-detail{
    gap: 10px;
  }
}

.login-popup .modal-header {
    align-items: start;
}

.login-popup .toggle-password {
  right: 0px;
  top: 20px;
  transform: translateY(-50%);
  position: absolute;
}
.login-popup .toggle-password img,
.dashboard_form .toggle-password img{
    background: var(--cl-white);
    padding: 10px 9px 9px 9px;
}
.dashboard_form .toggle-password {
  right: 10px;
  top: 50px;
  transform: translateY(-50%);
  position: absolute;
}

.login-popup .modal-content {
 padding: 20px !important;
}

.login-popup .form-control {
    width: 100%;
    padding: 10px 11px 10px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--bs-body-color);
    background-color: transparent;
    border: 1px solid var(--cl-border-light-2);
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none;
}
.login-popup .form-control::placeholder {
    color: var(--cl-warm-gray);
    opacity: 1; 
}

@media (min-width:1200px) {
  .login-popup .modal-content{
    width: 410px;
    margin: auto;
    padding: 32px !important;
 }
}

.login-popup .form-control:focus{ border-color: var(--cl-border-light-2); box-shadow: none;}

.login-popup .modal-header .btn-close{
    position: absolute;
    top: 3%;
    right: 3%;
    transform: scale(0.8);
    box-shadow: none;
}
.login-popup .btn-close:focus{
    box-shadow: none;
}

.text-white-hover:hover {
  color: #ffffff !important;
}

.notification-menu {
    min-width: 300px;
}
.notification-menu .dropdown-item {
    display: flex;
    align-items: center;
    padding: 8px 12px;
}
.notification-menu img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.notification-menu .text-muted {
    opacity: 0.6;
}

.course-card.cl-border-light-2.border.br-8.position-relative.overflow-hidden {
    min-width: 385px;
}

/* @media (max-width: 1024px) {
    .row.row-cols-1.row-cols-md-2.row-cols-lg-2.row-cols-xl-3.gx-xl-4.gy-xl-4.gy-3.spacing.justify-content-center {
        min-width: 1024px;
    }
} */

.isss-footer .social-media img {
    height: 26px;
}