
/* body {
    font-family: 'Hind Siliguri', sans-serif;
} */

.home_banner {
    position: relative;
    z-index: 2;
}

.navbar{
    background-color: #ffffff;
}
.sidebar{
    color: black;
    min-width: 300px;
    /* background-color: #198754; */
}

.main-content {

    /* padding: 20px; */
    /* padding-top: 66px; */
    width: 100%;
    min-height: calc(100vh - 116px); /* viewport height - (navbar + footer) */
}

.footer-section{
    background-color: #198754;
}
.sidebar .nav-link {
    color: black;
    transition: all 0.3s ease;
}

.sidebar .nav-link:hover {
    background-color: #000000;
    color: white !important;
}

.sidebar .nav-link.active {
    background-color: #ffffff;
    color: #000000 !important;
    font-weight: bold;
    border-left: 4px solid #198754; /* Optional for highlight */
}

.containers {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    /* background: #fff; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;

  }
  .sidebars {
    height: 600px;

    color: white;

    flex: 1 1 300px;


  }
  .sidebars .avatar img{
    display: flex;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: white;
    margin: auto;
    margin-bottom: 20px;
  }
  .sidebar-content{
    padding: 20px;
    background-color: #198754;
  }
  .sidebars table {
    width: 100%;
    color: white;

  }
  .sidebars td {
    padding: 6px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }
  .content {
    flex: 2 1 600px;
    padding: 20px;
  }


  .section {
    margin-bottom: 30px;
  }
  .section h3 {
    border-bottom: 2px solid #198754;
    padding-bottom: 5px;
    margin-bottom: 15px;
    color: #198754;
  }
  .section table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .section td {
    padding: 15px 10px;
    border: 2px solid #ddd;
  }


  .button {
    width: 50%;
    background: linear-gradient(45deg, #5c2b8c, #e84d9a);
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 25px;
    margin-top: 50px;
  }
  .logo-space {
    height: 60px;
    width: 100%;
    border: 2px dashed #ccc;
    text-align: center;
    line-height: 60px;
    margin-bottom: 20px;
    color: #999;
  }

/* sidebar css  */
/* Mobile responsive styles */
@media (max-width: 991.98px) {
    #sidebar {
        position: fixed;
        width: 100%;
        left: -500px;
        z-index: 1000;
        transition: 0.3s;
        background-color: #ffffff; /* White background */
        max-height: calc(100vh - 56px);
        overflow-y: auto; /* Enable vertical scrolling */
    }

    #sidebar.show-sidebar {
        left: 0;
    }

    .main-content {
        margin-left: 0px !important;
        min-height: calc(100vh - 116px);
    }
     /* Remove margin for mobile even with sidebar */
     .has-sidebar .main-content {
        margin-left: 0;
    }
    .button{
        width: 70%;
    }
}

@media (min-width: 992px) {
        #sidebar {
        position: fixed;
        width: 100%;
        left: -500px;
        z-index: 1000;
        transition: 0.3s;
        background-color: #ffffff; /* White background */
        max-height: calc(100vh - 56px);
        overflow-y: auto; /* Enable vertical scrolling */
    }
    .d-lg-none {
        display: none !important;
    }
}

/* end sidebar css  */
.responsive-card {
    background-color: #198754 !important;
    height: auto !important;
}

/* Extra small devices (phones) */
@media (max-width: 576px) {
    .responsive-card {
        min-height: 50px !important;
    }
    .responsive-card img {
        max-width: 50px !important;
    }
    .responsive-card .fs-5 {
        font-size: 0.9rem !important;
    }
}



/* Small devices (tablets) */
@media (min-width: 577px) and (max-width: 768px) {
        #sidebar {
        position: fixed;
        width: 100%;
        left: -500px;
        z-index: 1000;
        transition: 0.3s;
        background-color: #ffffff; /* White background */
        max-height: calc(100vh - 56px);
        overflow-y: auto; /* Enable vertical scrolling */
    }
    .responsive-card {
        min-height: 200px !important;
    }
    .responsive-card img {
        max-width: 70px !important;
    }
}

/* Medium and larger devices */
@media (min-width: 769px) {

    .responsive-card {
        min-height: 250px !important;
    }
    .responsive-card img {
        max-width: 100px !important;
    }
}

/* edit biodata form
 */

 .steps-list {
    padding: 20px 0;
}
.step-item {
    display: flex;
    align-items: center;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}
.step-number {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #6c757d;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 15px;
}
.step-item.active {
    background: #e3f2fd;
    /* border-left: 5px solid #1976d2; */
    /*  */
}

.step-item.completed {
    background: #e8f5e9;
    border-left: 5px solid #2e7d32;
}
.step-item.completed .step-number {
    background: #2e7d32;
}
.card {
    border-radius: 10px;
    padding: 20px;
}

@media (max-width: 768px) {
.steps-list {
display: flex;
justify-content: center;
gap: 4px;
}

.step-item {
margin-left: 3px;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 10px;
width: 20px;
height: 20px;
border-radius: 50%;
background: #dee2e6;
}

.step-item.active {

background: #1976d2; /* অ্যাকটিভ স্টেপ হলে এই রঙ হবে */
color: white;
}

.step-item.completed {
background: #2e7d32; /* কমপ্লিটেড স্টেপ হলে এই রঙ হবে */
color: white;
}

.step-item .step-title {
display: none; /* মোবাইল ভিউতে Step Title হাইড থাকবে */
}

.step-number {
    margin: 0;  /* Added to remove margin */
    width: 30px;  /* Match parent size */
    height: 30px;  /* Match parent size */
    background: transparent;  /* Remove background as parent has it */
    display: flex;
    align-items: center;
    justify-content: center;
}
}

