.modal-backdrop {

    z-index: 999 !important;
}
.modal-content {
  pointer-events: auto !important;
}
#popupImage {
  cursor: pointer !important;
}


    .program-table {
      background: white;
      border-radius: 5px;
      padding: 20px;
      margin-bottom: 40px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    .time {
      color: #007bff;
      font-weight: 500;
    }

.slider-heading-bg{
    background-color:#bd8d53;padding:0 15px 15px 15px;

}


.logo-img > a > img{width: 170px;}
.mt-60{margin-top:60px}
.mb-60{margin-bottom:60px}
.font-weight-bold{font-weight: 600;}
.why-skillup{    
    padding: 100px 20px 160px 20px;
}
.why-skillup-card{
    background: #44000012;
}
.why-skillup-card > p{padding:10px}
.join-us, .join-us > b{
    color:#fff !important; 
}

.mobile_menu { position: relative; }

/* keep the bar/button inline */
.slicknav_menu { position: static !important; padding: 0; background: transparent; }

.slicknav_nav {
  position: absolute;    
  top: 100%;             
  right: 0;
  width: 250px;
  background: #450000;
  z-index: 1000;
  border-radius: 10px;
}

/* optional tidy */
.slicknav_btn { margin: 0; }
.slicknav_nav a { color: #fff; display: block; padding: 8px 14px; text-decoration: none; }

.logo-img img {
  transition: opacity 0.3s ease;
}


.cta-btns{
    display: flex;
    gap: 15px;
    flex-direction: row;
}
.gray-bg {
    background-image: url(../img/bg-2.png);
    background-position: left bottom;
    background-repeat: repeat;
}
.why-skill-up-image{
    margin-top: -50px;
}

.why-skillup-card-heading{
    font-size: 20px;
    font-weight: 600;
}

.events-scroll-marq{
    color: #fff;
}
.text-justify{
    text-align:left !important;
}

/* CSS */
.bottom-marquee {
    position: fixed;    /* stays fixed on screen */
    top: 0;          /* at the bottom */
    left: 0;            /* align left */
    width: 100%;        /* full width */
    color: #fff;           /* text color */
    padding: 0px 0px 5px 0px;       /* spacing */
    z-index: 9999;         /* on top of everything */
    font-size: 14px;       /* adjust font size */
}

.board-member-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1050;
}

.board-member-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}



.board-member-modal__dialog {
    background: #ffffff;
   max-height: 90vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 650px;
    border-radius: 12px;
    padding: 30px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.board-member-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: transparent;
    border: none;
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
}

.board-member-modal__name {
    margin-bottom: 5px;
}

.board-member-modal__role {
    font-weight: 600;
    color: #bd8d53;
    margin-bottom: 15px;
}

.board-member-modal__bio {
    margin-bottom: 0;
}



@media(max-width:767px){
    .cta-btns{
        flex-direction: column !important;
    }
    .single_slider{margin-top: 0px;}
    .why-skill-up-col{
        margin-bottom: 3.5rem!important;
    }
    
    .slider-heading-bg{
    background-color:#bd8d53;padding:0 5px 5px 5px;

    }
    
    .breadcam_area {
    height: 300px;
    }

    .breadcam_area .breadcam_text h3 {
        font-size: 18px;
        line-height: 30px;
    }
    
    .slider_area .single_slider .slider_text h3{
        margin-top: 30% !important;
    }
    
    .logo-img > a > img {
  width: 90px;
}
}