/* Director's Desk and Customer Review Section */
.director-review-section {
    padding: 50px 0 80px 0;
    background: #ffffff;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    display: none !important;
}

.review-sec {
    margin: 50px 0 0 0;
}
.director-desk {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    height: 100%;
     
}

.owl-theme .owl-dots .owl-dot span {
    display: none !IMPORTANT;
}

.director-desk h3 {
    color: #010101;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}

.director-desk p {
    color: #333;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 12px;
    text-align: justify;
}

.customer-review-carousel {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* Owl Carousel Custom Styles */
.customer-review-carousel .owl-item {
    padding: 10px;
}

.customer-review-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.customer-review-carousel .owl-nav .owl-prev,
.customer-review-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #dc3545 !important;
    color: #fff !important;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: all;
    font-size: 14px;
    opacity: 0.8;
}

.customer-review-carousel .owl-nav .owl-prev {
    left: 10px;
}

.customer-review-carousel .owl-nav .owl-next {
    right: 10px;
}

.customer-review-carousel .owl-nav .owl-prev:hover,
.customer-review-carousel .owl-nav .owl-next:hover {
    background: #c82333 !important;
    transform: translateY(-50%) scale(1.1);
    opacity: 1;
}

.customer-review-carousel .owl-nav .owl-prev i,
.customer-review-carousel .owl-nav .owl-next i {
    font-size: 14px;
    color: #fff !important;
}

.customer-review-carousel .owl-nav button:hover {
    background: #c82333 !important;
    transform: scale(1.1);
    opacity: 1;
}

.customer-review-carousel .owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.customer-review-carousel .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc !important;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 5px;
}

.customer-review-carousel .owl-dot.active {
    background: #dc3545 !important;
    transform: scale(1.2);
}

.customer-review-carousel .owl-dot:hover {
    background: #999 !important;
}

/* Ensure carousel is visible */
.customer-review-carousel .owl-stage-outer {
    padding: 0 !important;
}

.customer-review-carousel .owl-stage {
    padding: 0 !important;
}

.customer-review-carousel .owl-item {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Fix carousel display issues */
.customer-review-carousel .owl-carousel {
    display: block !important;
}

.customer-review-carousel .owl-wrapper-outer {
    overflow: visible !important;
}

.customer-review-carousel .owl-wrapper {
    overflow: visible !important;
}

/* Ensure navigation arrows are visible */
.customer-review-carousel .owl-nav {
   
    opacity: 1 !important;
}

.customer-review-carousel .owl-nav.disabled {
    display: none !important;
}

/* Fix dots display - remove double dots */
.customer-review-carousel .owl-dots {
    display: flex !important;
    justify-content: center !important;
    gap: 0px;
    margin-top: 0px;
}

/* Hide any duplicate dots that might be created */
.customer-review-carousel .owl-dots .owl-dots {
    display: none !important;
}

/* Override Owl Carousel theme dots to prevent duplicates */
.customer-review-carousel .owl-theme .owl-dots {
    display: none !important;
}

.customer-review-carousel .owl-theme .owl-dot {
    display: none !important;
}

/* Ensure only one set of dots is visible */
.customer-review-carousel .owl-dots > .owl-dot {
    display: inline-block !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background: #ccc !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    margin: 0 5px !important;
}

.customer-review-carousel .owl-dots > .owl-dot.active {
    background: #dc3545 !important;
    transform: scale(1.2) !important;
}

.customer-review-carousel .owl-dots > .owl-dot:hover {
    background: #999 !important;
}

.review-item {
    position: relative;
}

.review-header {
    margin-bottom: 0px;
}

.review-header h4 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.review-location {
    color: #666;
    font-size: 16px;
    margin: 0;
    font-style: italic;
}

.review-details {
    margin-bottom: 15px;
    padding: 0px 0;
}

.review-details p {
    margin: 8px 0;
    font-size: 14px;
    color: #333;
}

.review-details strong {
    color: #dc3545;
}

.review-content {
    margin-bottom: 30px;
    background: #f9f9f9;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
}

.review-content p {
    color: #333;
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
    margin: 0;
}

/* Responsive Design for Director Review Section */
@media (max-width: 991px) {
    .director-review-section {
        padding: 60px 0;
    }
    
    .director-desk,
    .customer-review-carousel {
        margin-bottom: 30px;
        min-height: auto;
    }
    
   
    
 
    
    .director-desk h3 {
        font-size: 24px;
    }
    
    .review-header h4 {
        font-size: 20px;
    }
    
    .nav-btn {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }
    
    .prev-btn {
        margin-left: -17px;
    }
    
    .next-btn {
        margin-right: -17px;
    }
}

@media (max-width: 768px) {

.customer-review-carousel{
	margin-top:15px;
	        padding: 30px 10px !important;
}

    .director-review-section {
        padding: 40px 0;
    }
    
    .director-desk,
    .customer-review-carousel {
        padding: 30px 20px;
    }
    
    .director-desk h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    .director-desk p,
    .review-content p {
        font-size: 15px;
    }
    
    .review-header h4 {
        font-size: 18px;
    }
    
    .review-details {
        padding: 12px;
    }
    
    .review-details p {
        font-size: 13px;
    }
    
    .nav-btn {
        width: 30px;
        height: 30px;
        font-size: 10px;
    }
    
    .prev-btn {
        margin-left: -15px;
    }
    
    .next-btn {
        margin-right: -15px;
    }
}
