/* Exhibitions Slider - Clean & Optimized */
.exib-slide {
    padding: 60px 0;
    background: #F1F1F1;
}

.title-wrapper h2 {
    font-weight: bold;
    color: #000;
    text-align: center;
    padding: 0px 0;
    font-size: 2.2em;
    margin: 0px 0px 0px;
    text-transform: capitalize;
}
.title-wrapper {
    text-align: center;
    margin: 0px 0px 40px;
}

.exib-slide .owl-carousel {
    position: relative;
}

.exib-slide .owl-carousel .item {
   background: white;
    padding: 30px 20px;
    margin: 0 0px;
    text-align: center;
    transition: all 0.3s ease;
    min-height: 350px;
    border: 1px solid #E6E6E6;
    box-shadow: inset 0 0 0 0 transparent, inset 0 0 0 0 transparent, 0 0 0 0 transparent, 0 0 0 0 transparent, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    margin-bottom: 20px;
}
.exib-slide .owl-carousel .item:hover {
    border-radius: 40px 12px 40px 12px;
    border: 1px solid rgba(0, 139, 82, 0.83);
}



.exib-slide .owl-carousel .item img {
    width: 100%;
    height: auto;
    display: block;
}

.exib-slide .owl-carousel .item a {
    text-decoration: none;
}
.exib-slide .owl-carousel .item .exib-item-info h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin: 0px 0px 20px;
}

/* Navigation Buttons - Better Design */
.exib-slide .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
}

.exib-slide .owl-carousel .owl-nav button {
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    padding: 0 25px !important;
    font-size: 40px;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.4s;
}

.exib-slide .owl-nav button.owl-prev {
    left: -80px;
}

.exib-slide .owl-nav button.owl-next {
    right: -80px;
}

.exib-slide .owl-nav button:hover {
    background: #007bff;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0,123,255,0.3);
}

.exib-slide .owl-nav button:active {
    transform: scale(0.95);
}

/* Dots - Better Design */
.exib-slide .owl-dots {
    text-align: center;
    margin-top: 40px;
}

.exib-slide .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 8px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(0,123,255,0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.exib-slide .owl-dots .owl-dot.active {
    background: #007bff;
    border-color: #007bff;
    transform: scale(1.2);
}

.exib-slide .owl-dots .owl-dot:hover {
    background: #007bff;
    transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .exib-slide {
        padding: 40px 0;
    }
    
    .title-wrapper h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .exib-slide .owl-carousel .item {
        padding: 20px 15px;
        margin: 0 0px;
        min-height: 300px;
    }
    
    
    
    .exib-slide .owl-nav button {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
    
    .exib-slide .owl-nav button.owl-prev {
        left: -25px;
    }
    
    .exib-slide .owl-nav button.owl-next {
        right: -25px;
    }
    
    .exib-slide .owl-dots .owl-dot {
        width: 12px;
        height: 12px;
        margin: 0 5px;
    }
    .exib-slide .row {
        margin: 0;
    }
    section.inner-box-banner h2{
        font-size: 25px;
        letter-spacing: normal;
    }

}
