    body{
        font-family: 'Jost', sans-serif;
    }
    a:hover{
        text-decoration:none;
    }
    .banner{
        position: relative;
        margin-top: 113px;
    }
    .our-expos-img-border{
        border-radius: 8px;
    }
    .carousel-caption{
        color: black;
        position: static;
        padding-top: 20px;
        padding-bottom: 20px;
        z-index: 2;
    }
    .carousel-indicators .active {
        background-color: black;
    }
    .carousel-indicators{
      bottom:-50px;
      z-index:2;
    }
    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 10px;
        text-indent: -999px;
        cursor: pointer;
        background-color: black;
        background-color: rgba(0, 0, 0, 0);
        border: 2px solid black;
        border-radius: 10px;
    }
    .hoverable{
        border-radius: 30px;
    }
    .our-expos-img, .hoverable {
        width: 100%;                  
        max-width: 320px;             
        aspect-ratio: 16 / 10.5;     
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .our-expos-img img, .hoverable img {
        width: 100%;
        height: 100%;
        object-fit: cover;   
        border-radius: 10px; 
    }
    .expo-i{
        width: 100%;                  
        max-width: 340px; 
        aspect-ratio: 16 / 10;     
        overflow: hidden;  
        display: flex;
        justify-content: center;
        align-items: center;
        background: transparent !important;
    }
    .expo-i img{
        width: 100%;
        height: 100%;
        object-fit: cover;   
        border-radius: 10px; 
        background: transparent;
    }

     /*pagination*/
     #MainDiv nav {
        text-align: center;
        margin: 40px;
    }

    .box {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .paginate-pagination button {
        color: black;
        text-decoration: none;
        border: 2px solid #4cae35;
        font-family: 'Jost', sans-serif;
        font-size: 14px;
        padding: 4px 14px;
        margin: 6px 3px;
    }
    .paginate-pagination button.active {
        background-color: #4cae35 !important;
        color: white;
    }

    .myImg {
        border-radius: 8px;
        cursor: pointer;
        transition: 0.3s;
    }
    .modal-1 {
        display: none; 
        position: fixed; 
        z-index: 9999; 
        padding-top: 200px; 
        left: 0;
        top: 0;
        width: 100%; 
        height: 100%;
        overflow: hidden;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0,0.9);
    }
    .modal-wrapper{
        width: fit-content;
    }
    .modal-content-1 {  
        -webkit-animation-name: zoom;
        -webkit-animation-duration: 0.6s;
        animation-name: zoom;
        animation-duration: 0.6s;
    }
    @-webkit-keyframes zoom {
        from {-webkit-transform:scale(0)} 
        to {-webkit-transform:scale(1)}
    }
    @keyframes zoom {
        from {transform:scale(0)} 
        to {transform:scale(1)}
    }
    .close {
        position: absolute;
        top: 5%;
        right: 20%;
        color: #f1f1f1;
        font-size: 40px;
        font-weight: bold;
        transition: 0.3s;
    }
    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }
    .close.p-close{
        position: absolute;
        top: 5%;
        right: 5%!important;
    }
    @media only screen and (max-width: 767px){
        .close {
            top: 15%;
            right: 5%;
        }
    }

    .video-slider{
        width: 1146px!important;
        height: 646px!important;
    }
    @media only screen and (min-width: 1241px) and (max-width:1860px){
        .video-slider {
           width: 982px!important;
           height: 552px!important;
        }
    }
    @media only screen and (max-width: 1240px) and (min-width:1180px){
        .video-slider {
            width: 817px!important;
            height: 460px!important;
        }
    }
    @media only screen and (min-width: 1025px) and (max-width: 1179px){
        .video-slider {
            width: 675px!important;
            height: 380px!important;
        }
    }
    @media only screen and (min-width: 993px) and (max-width: 1024px){
        .video-slider{
            width: 645px!important;
            height: 362px!important;
        }
    }
    @media only screen and (min-width:768px) and (max-width:1365px){
        .banner-image{
             margin-top:121px;
        }
    }
    @media only screen and (min-width: 768px) and (max-width: 992px){
        .video-slider{
            width: 554px!important;
            height: 312px!important;
        }
        .col-md-4{
            flex: 0 0 50%;
            max-width: 50%;
        }
    }
    @media only screen and (max-width: 767px){
        .video-slider {
            width: 348px!important;
            height: 196px!important;
        }
        .banner-image{
            margin-top:126px;
        } 
        .our-expos-img{
            text-align: center;
        }
        .our-expos-body{
            margin-bottom: 20px;
        }
    }

    .exhibition .carousel-container {
        width: 90%;
        max-width: 800px;
    }
    .exhibition .carousel-track {
        margin-top:30px;
    }
    .exhibition .hoverable{
        border-radius: 8px;
    }
    .exhibition .card {
        width: 100%;
        max-width: 30%;
        margin: 0 18px;
        border-radius: 8px;
        background-color: #ffffff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        text-align: center;
        padding: 10px;
        margin-bottom:20px;
    }
    .exhibition .card:hover{
        background-color:#4cae35;
        transition: 0.8s;
    }
    .exhibition .card img {
        width: 100%;
        border-radius: 4px;
    }
    .exhibition .carousel-control-prev-icon, .exhibition .carousel-control-next-icon{
        background-image: none;
        background: white;
        border: 2px solid #717173;
        color: #717173;
        border-radius: 50%;
        font-size: 18px;
        line-height:33px;
        cursor: pointer;
        width: 35px;
        height: 35px;
        text-align: center;
    }

    .exhibition .carousel-control-prev-icon:hover, .exhibition .carousel-control-next-icon:hover{
        background: #4caf50; /* green */
        border-color: #4caf50;
        color: #fff;
    }
    .exhibition .carousel-control-prev {
        position: absolute;
        bottom: 100%;
        left: 85%;
        opacity:unset;
    }
    .exhibition .carousel-control-next {
        position: absolute;
        right: -5%;
        bottom: 100%;
        opacity:unset;
    }
    .blog-t{
        width:24px!important;
        height:24px;
        margin-right: 5px;
        transition: filter 0.3s ease;
    }
    .exhibition .card:hover .blog-t {
        filter: brightness(0) saturate(100%) invert(1); /* Example: turns black to white */
      }
    .exhibition .blog-main .blog-item__title{
        color:black;
    }
    .exhibition .card:hover .blog-item__title,
    .exhibition .card:hover .blog-item__text {
         color: white;
    }
    .exhibition i{
        margin-left:7px;
    }
    .dropdown {
        position: relative;
    }
    .dropdown select {
        padding: 0px 15px;
        font-size: 16px;
        border: 2px solid #d4e8d4;
        border-radius: 5px;
        color: #4caf50;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    .our-expos .card{
        margin-bottom: 40px;
    }
    .exhibition.blog-main .blog-item__title{
        color: #000000;
        /* font-size: 22px; */
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .exhibition.blog-main .blog-item__text{
        color: #717173;
        /* font-size: 20px; */
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
    }
    .exhibition-content .banner-body p{
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
        text-align: justify;
    }
    .latest-updates-dropdown {
        position: relative;
        display: inline-block;
    }
    .latest-updates-dropdown label{
        font-size: 20px;
        line-height: 36px;
        color: black;
        font-weight: 500;
        margin-right:10px;
    }
    /* Dropdown Button */
    .latest-updates-dropdown .dropdown-btn {
        background-color: #F2F6F2;
        color: black;
        padding: 5px 20px;
        /* font-size: 20px; */
        font-size: 18px;
        /* line-height: 36px; */
        line-height: 28px;
        font-weight: 300;
        border: none;
        cursor: pointer;
        border-radius: 4px;
        transition: 0.3s;
        display: flex;
        align-items: center;
        gap: 10px;
        min-width: 100px;
        border: 1px solid #49B958;
    }
    
    /* Font Awesome Icon */
    .latest-updates-dropdown .dropdown-btn i {
        transition: transform 0.3s ease;
    }
    
    /* Dropdown Content */
    .latest-updates-dropdown .dropdown-content {
        display: none;
        position: absolute;
        background-color: white;
        min-width: 119px;
        box-shadow: 0px 3px 5px rgb(159 159 159 / 30%);
        border-radius: 5px;
        overflow: hidden;
        z-index: 10;
    }
    
    .latest-updates-dropdown .dropdown-content a {
        display: block;
        padding: 5px 10px;
        text-decoration: none;
        color: #333;
        transition: background 0.3s;
        cursor: pointer;
    }
    
    .latest-updates-dropdown .dropdown-content a:hover {
        background-color: #f1f1f1;
    }
    
    /* Show dropdown on button click */
    .latest-updates-dropdown .dropdown.active .dropdown-content {
        display: block;
    }
    
    /* Rotate arrow when active */
    .latest-updates-dropdown .dropdown.active .dropdown-btn i {
        transform: rotate(180deg);
    }
    @media(max-width:1199px) and (min-width:768px){
        .exhibition .card{
            max-width:50%;
        }
    }
    @media(max-width:991px) and (min-width:768px){
        .exhibition .carousel-control-prev{
            left: 83%;
        }
    }
    @media(max-width:767px){
        .exhibition .card{
            max-width:80%;
            /* max-width: 63%; */
        }
        .exhibition .carousel-control-prev {
            left: 68%;
        }
        .exhibition .carousel-control-next {
            right: 3%;
        }
        .exhibition-content .banner-body p
        {
            font-size: 16px;
            line-height: 26px;
        }
        .exhibition.blog-main .blog-item__title {
            font-size: 18px;
            line-height: 23px;
        }
        .exhibition.blog-main .blog-item__text {
            font-size: 16px;
            line-height: 21px;
        }
        .latest-updates-dropdown label
        {
            font-size: 16px;
            line-height: 23px;
        }
        .latest-updates-dropdown .dropdown-btn{
            font-size: 16px;
            line-height: 23px;
        }
        .latest-updates-dropdown{
            padding-right: 22px;
        }
        #MainDiv nav ul{
            padding: 0px;
        }
        .exhibition-content .banner-body p{
           margin: 0px 20px 0px 20px;
        }
    }
