  /* Custom styling to fix modal at the bottom */
        .bottom-modal {
            position: fixed;
            bottom: 0;
            left: 0;
          
           
            border-radius: 12px 12px 0 0; /* Rounded top corners */
            
            background:#000 !important; 
        }
        
        .leader-modal1
        {

             position: fixed;
            bottom: 0;
            left: 0;
          
          max-height: 80% ! important;
            border-radius: 12px 12px 0 0; /* Rounded top corners */
            
            background:#e2e2e2 !important;

        }


   .profile_image
{
    width:70px;
    cursor:pointer;
}


.slider .indicators {
    display: none !important;
}


        .leader-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 80% !important;
    border-radius: 12px 12px 0 0; /* Rounded top corners */
    background: #e2e2e2 !important;
    display: flex;
    flex-direction: column;
}




        .bottom-modal .modal-footer
        {
        background:#000;
        }

         .leader-modal .modal-footer
        {
        background:#ccc;
        }


          /* Ensure modal content fits perfectly */
        .bottom-modal .modal-content {
            padding: 0; /* Remove extra padding */
            border-bottom:solid #000 1px !important;
        }

          .leader-modal .modal-content {
            padding: 0; /* Remove extra padding */
        }

        /* Modal Header */
       .bottom-modal .modal-header {
            display: flex;
            align-items: center;
            padding: 15px 20px;
            background: #000; /* Light background for the header */
            border-radius: 12px 12px 0 0; /* Rounded top corners */
        }


           .leader-modal .modal-header {
            display: flex;
            align-items: center;
            padding: 15px 20px;
            background: #e2e2e2; /* Light background for the header */
            border-radius: 12px 12px 0 0; /* Rounded top corners */
        }




        /* Modal Title */
       .bottom-modal .modal-title {
            font-size: 18px;
            font-weight: bold;
            margin-left: 10px; /* Space after close button */
            width:100%;
            text-align:center;
            color:#FFF;
        }


         .leader-modal .modal-title {
            font-size: 18px;
            font-weight: bold;
            margin-left: 10px; /* Space after close button */
            width:100%;
            text-align:center;
            color:#000;
        }
        .color_black
        {
            color:#000;
        }

        /* Custom close button */
        .modal-close-btn {
            background: none;
            border: none;
            font-size: 22px;
            color: black;
            cursor: pointer;
        }

        /* Modal body padding */
       .bottom-modal .modal-body {
           /* padding: 20px;*/
        }
       .bottom-modal .modal-content
        {
            border-bottom:solid 1px #000;
        }

          .leader-modal .modal-content
        {
            border-bottom:solid 1px #e2e2e2;
        }

        .s50
        {
            width:50%;
        }


            .edit_button
    {
        background:#000;
        padding:10px 20px;
        width:100%;
        border-radius:5px;
        color:#FFF;
        font-size:13px;
    }


              .edit_button2
    {
        background:#000;
        padding:10px 20px;
        width:100%;
        border-radius:5px;
        color:#FFF;
        font-size:13px;
    }



    .edit_button1
    {
        background:#FFF;
        padding:10px 20px;
        width:100%;
        border-radius:5px;
        color:#000;
        font-size:13px;
    }




            .slider-container {
            position: relative;
        }

        /* Main Slider Navigation */
        .slider-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, 0.5);
            color: white;
            padding: 10px;
            border-radius: 50%;
            cursor: pointer;
            z-index: 10;
            display:none;
        }
        .prev { left: 10px; }
        .next { right: 10px; }

        /* Thumbnail Navigation */
        .thumbnail-wrapper {
           display: flex
;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 5%;
    width: 100%;
   
        }
        .lead_img
        {
            height:55px ! important;
        }

        .thumbnail-container {
            display: flex;
            overflow-x: auto;
            scroll-behavior: smooth;
            scrollbar-width: none; /* Hide scrollbar */
            -ms-overflow-style: none;
            max-width: 300px; /* Adjust based on screen size */
        }
        .thumbnail-container::-webkit-scrollbar {
            display: none;
        }

        .thumbnail-container img {
            width: 90px;
            height: 100%;
            margin: 5px;
            cursor: pointer;
            border: 2px solid transparent;
            transition: 0.3s;
        }
        .thumbnail-container img.active {
            border: 2px solid #ff4081;
        }

        /* Thumbnail Arrows */
        .thumb-arrow {
            background:#9a292d;
            color: white;
            padding: 10%;
           /* border-radius: 50%;*/
            cursor: pointer;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 10;

            




             
        }
        .thumb-prev { left: 0%; top:50%  ;
           border-top-left-radius: 15px;
border-bottom-left-radius: 15px;

font-size: 41px;

 }
        .thumb-next { right: 0%; top:50% ;


             border-top-right-radius: 15px;
border-bottom-right-radius: 15px;

font-size: 41px;

        }





        .our_tab {
  width: 100%;
  border: solid #000 1px;
  margin-top: 10%;
}
.content-area .container
{
    border:solid #000 1px;
}
/* Adjust for mobile devices */
@media (min-width: 560px) and (max-width: 768px) {

  .our_tab {
   margin-top: 12%;
      
        padding: 10px;
        border: solid 1px #000;
  }

  .tabs .tab a {



  }


  .tabs .tab {
    display: inline-block;
    text-align: center;
    line-height: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    margin-top: -9px;
    text-transform: uppercase;
}
}


@media (max-width: 760px) { 
.edit_button1 {
   background: #FFF;
        padding: 10px 5px;
        width: 100%;
        border-radius: 5px;
        color: #000;
        font-size: 9px;
}


#leaders_image_div div img 
{
    height:35px;
}

.edit_button {
    background: #000;
    padding: 10px 10px;
    width: 100%;
    border-radius: 5px;
    color: #FFF;
    font-size: 10px;
}


.edit_button2 {
    background: #000;
    padding: 10px 10px;
    width: 100%;
    border-radius: 5px;
    color: #FFF;
    font-size: 10px;
}
.profile_image
{
    width:35px;
    cursor:pointer;
}

}


@media (max-width: 560px) { 
  .our_tab {
    margin-top: 20%;
    border-width: 1px;
    padding: 5px;
  }
}

li.creatives {
    background-color: red;
    color: white; /* Ensures text is visible */

    width:49%;
   
        padding: 10px 0px !important;
}

li.videos {
    background-color: black;
    color: white;

    width:50%;
    
        padding: 10px 0px !important;
}
