    /* use ek mukta font family */
    @font-face {
    font-family: 'Ek Mukta';
    src: url('/font/ek-mukta/EkMukta-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Ek Mukta';
    src: url('/font/ek-mukta/EkMukta-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Ek Mukta';
    src: url('/font/ek-mukta/EkMukta-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Ek Mukta';
    src: url('/font/ek-mukta/EkMukta-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/*/////////////////// start ////////////////////////*/
    
    body {
        margin: 0;
        padding: 0;
        font-family: 'Ek Mukta', sans-serif;
        font-size: 20px;
        font-weight: 600;
    }

    .section-title {
      font-size: 27px;
    }
  
    /*////////////////////// Sidebar Styling ////////////////*/
   
/* ================= SIDEBAR ================= */
.sidebar-wrapper {
    background-color: #171717;
    min-height: 100vh;
    font-weight: 400;
    font-size: 24px;
    padding: 0;
}

.sidebar-wrapper .nav-link {
    position: relative;
    padding: 12px 30px;
    color: #FFFFFF;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 18px;
    transition: all 0.3s ease;
    border-radius: 0;
}

.sidebar-wrapper .nav-link.active {
    background-color: #2249F3 !important;
    color: #ffffff !important;
}

/* Active Left Indicator */
.sidebar-wrapper .nav-link.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 15px;
    background-color: #8BA1FF;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* Sidebar Icons */
.sidebar-wrapper .sidebar-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
}

.sidebar-wrapper .nav-link span {
    white-space: nowrap;
}

/* Logo */
.sidebar-logo {
    max-width: 230px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* ================= BUTTONS ================= */
.btn-logout {
        background-color: #2249F3;
        border: none;
        font-weight: 500;
    }

    .btn-outline-custom {
        border: 1px solid #2249F3!important;
        color: #2249F3;
        border-radius: 100px;
        font-size: 20px;
        font-weight: 600;
        padding: 5px 26px !important;
    }

 .btn-primary-custom {
    background-color: #2249F3;
    color: #ffffff;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 700;
    padding: 5px 26px !important;
    border: none;
    cursor: pointer;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.btn-primary-logout{
    background-color: #2249F3;
    color: #ffffff;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 700;
    padding: 5px 40px !important;
    border: none;
    cursor: pointer;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.btn-primary-custom:hover {
    background-color: #2249F3;
    box-shadow: 0 7px 20px rgba(44, 71, 194, 0.35);
    transform: translateY(-3px);
    color: #FFFFFF;
}
.btn-primary-logout:hover{
    background-color: #2249F3;
    box-shadow: 0 7px 20px rgba(128, 127, 127, 0.35);
    transform: translateY(-3px);
    color: #FFFFFF;
}
    /*////////////////// UI Components ///////////////*/
    .topbar {
        background-color: #EDF0F7 !important; 
    }

    /*//////////////////////// Live Campaigns /////////////////*/
  .grey-box {
    width: 50px;              
    height: 50px;
    background-color: #CED9EB; 
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;       
}

.grey-box img {
    width: 25px;              
    height: 25px;
    object-fit: contain;
}

  .pink-box {
    width: 50px;              
    height: 50px;
    background-color:#FDDEE8; 
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;       
}

.pink-box img {
    width: 25px;              
    height: 25px;
    object-fit: contain;
}
  .orange-box {
    width: 50px;              
    height: 50px;
    background-color: #FFE0CB; 
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;       
}

.orange-box img {
    width: 25px;              
    height: 25px;
    object-fit: contain;
}
  .green-box {
    width: 50px;              
    height: 50px;
    background-color: #BFEAB7; 
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;       
}

.green-box img {
    width: 25px;              
    height: 25px;
    object-fit: contain;
}

    .card-gray-bg {
        background-color: #EDF0F7;
        font-size: 20px;
        font-weight: 600;
        transition: box-shadow 0.25s ease, transform 0.25s ease;
    }
    .card-gray-bg:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}
    .stat-main-number {
        font-size: 35px;
    }


/* ///////////cohort area //////////*/

    .cohort-container {
    background-color: #EDF0F7;
    padding: 32px;
    border-radius: 16px;
    border: 0;
    max-width: 100%;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.cohort-container:hover {
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

    .cohort-item {
      display: flex;
      align-items: center;
      font-size: 18px;
      gap: 16px;
      margin-bottom: 28px;
      font-family: sans-serif;
    }

    .cohort-item:last-child {
      margin-bottom: 0;
    }

    .cohort-label {
      width: 90px;
      font-weight: 600;
    }

    /*//////////////////// Progress & Rings//////////// */
    .progress-visual-wrapper {
      display: flex;
      align-items: center;
      position: relative;
    }

    .percentage-ring {
      width: 78px;
      height: 78px;
      background: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      font-weight: 700;
      border: 15px solid #CED9EB;
      z-index: 2;
    }

    .progress-bar-track {
      height: 48px;
      width: 340px;
      background: #CED9EB;
      border-radius: 0 14px 14px 0;
      margin-left: -30px; 
      padding: 10px;
      display: flex;
      align-items: center;
      overflow: hidden;
    }

    .progress-bar-fill {
      height: 100%;
      border-radius: 0 18px 18px 0;
    }

    .bg-pink-brand { background-color: #F78EFB; }
    .bg-green-brand { background-color: #5CDEB3; }

    .border-pink-brand { border-top-color: #F78EFB; border-right-color: #F78EFB; }
    .border-green-brand { border-color: #5CDEB3; border-right-color: #CED9EB; }

    /* Checklist */
    .checklist-items li {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 18px;
      margin-bottom: 14px;
      font-weight: 400;
    }
    .true-check{width:20px;}
    .false-check{width: 20px;}

    /*//////////////////// Quick Stats Cards/////////////////// */
    .quick-stat-card {
      background: #FFFFFF;
      border-radius: 0 16px 16px 0;
      padding: 16px 20px 16px 28px;
      display: flex;
      align-items: center;
      gap: 16px;
      text-decoration: none;
      position: relative;
    }

    .quick-stat-card::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 7px;
      background-color: #2249F3;
      border-radius: 0 10px 10px 0;
    }

    .quick-stat-card i {
      font-size: 24px;
      color: #2249F3;
      background: #ffffff;
      width: 54px;
      height: 54px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      flex-shrink: 0;
    }

    .stat-info-flex {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
    }

    .stat-info-flex p {
      margin: 0;
      font-size: 20px;
      font-weight: 600;
      color: #000;
    }

    .stat-value-text {
      font-size: 20px;
      font-weight: 600;
      color: #000;
    }

    .ls-1 { letter-spacing: 1px; }
    .quick-stats-icon{
        width: 35px;
        margin: 20px;
    }

    /* Quick Stats Cards END */
    /*------------------ Responsive Styling ------------------*/

/* Laptops (width ≤ 1366px) */
@media (max-width: 1366px) {
    body {
        font-size: 18px;
    }

    .section-title {
        font-size: 24px;
    }

    .sidebar-wrapper {
        font-size: 20px;
    }

    .sidebar-wrapper .nav-link {
        padding: 10px 24px;
    }

    .btn-outline-custom,
    .btn-primary-custom {
        font-size: 18px;
        padding: 4px 20px !important;
    }

    .quick-stat-card {
        padding: 14px 18px 14px 24px;
        gap: 12px;
    }

    .quick-stat-card i {
        width: 48px;
        height: 48px;
        font-size: 22px;
    }

    .stat-info-flex p,
    .stat-value-text {
        font-size: 18px;
    }

    .cohort-container {
        padding: 24px;
    }

    .cohort-item {
        font-size: 16px;
        gap: 12px;
    }

    .percentage-ring {
        width: 70px;
        height: 70px;
        border: 12px solid #CED9EB;
        font-size: 13px;
    }

    .progress-bar-track {
        width: 280px;
        height: 40px;
        padding: 8px;
        margin-left: -25px;
    }
}

/* Tablets (width ≤ 1024px) */
@media (max-width: 1024px) {
    body {
        font-size: 16px;
    }

    .section-title {
        font-size: 22px;
    }

    .sidebar-wrapper {
        font-size: 18px;
    }

    .sidebar-wrapper .nav-link {
        padding: 8px 20px;
    }

    .btn-outline-custom,
    .btn-primary-custom {
        font-size: 16px;
        padding: 4px 18px !important;
    }

    .quick-stat-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 16px;
    }

    .quick-stat-card i {
        width: 42px;
        height: 42px;
        font-size: 20px;
        margin-bottom: 8px;
    }

    .stat-info-flex {
        flex-direction: column;
        align-items: flex-start;
    }

    .stat-info-flex p,
    .stat-value-text {
        font-size: 16px;
    }

    .cohort-container {
        padding: 16px;
    }

    .cohort-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        font-size: 14px;
    }

    .percentage-ring {
        width: 60px;
        height: 60px;
        border: 10px solid #CED9EB;
        font-size: 12px;
    }

    .progress-bar-track {
        width: 220px;
        height: 32px;
        padding: 6px;
        margin-left: -20px;
    }
}
/* /////////////forgot password */
 .forget-psw-card {
        background: #ffffff;
        border: 2px solid blue;
        border-radius: 20px;
        padding: 30px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    }

    .forget-psw-title {
        font-size: 4vh;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        margin-bottom: 8px;
    }

    .forget-psw-subtitle {
        font-size: 17px;
        margin-bottom: 22px;
    }

    .forget-psw-label {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 6px;
    }

    .forget-psw-input {
        height: 44px;
        border-radius: 8px;
        font-size: 17px;
    }

    .forget-psw-btn {
        background: #1a4fff;
        border: none;
        height: 46px;
        border-radius: 8px;
        font-weight: 500;
        font-size: 20px;
        transition: 0.2s ease-in-out;
        color: #fff;
    }

    .forget-psw-btn:hover {
        background: #0036d6;
    }

    .forget-psw-back {
        display: block;
        text-align: center;
        margin-top: 18px;
        font-size: 20px;
        color: #ffffff;
        text-decoration: none;
    }

    .forget-psw-back:hover {
        text-decoration: underline;
        color: #dcdcdc;
    }