 PRP Gallery Carousel Styles
 .prp-gallery-section {
    margin: 40px 0;
 
}

.gallery-title {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.gallery-subtitle {
    color: #666;
    margin-bottom: 30px;
    font-size: 16px;
}

.carousel-container {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    padding: 20px;
    bottom: 20px;
}

.carousel-caption h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.carousel-caption p {
    color: #f8f9fa;
    margin-bottom: 0;
}

.carousel-control-prev, .carousel-control-next {
    width: 50px!important;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    top: 50%!important;
    transform: translateY(-50%);
    margin: 0;
    border: none;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: translateY(-50%) scale(1.1);
}

.carousel-control-prev {
    left: 20px;
}

.carousel-control-next {
    right: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
}

.carousel-indicators {
    bottom: 10px;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    transition: all 0.3s ease;
}

.carousel-indicators li.active {
    background-color: #fff;
    transform: scale(1.2);
}

.carousel-item img {
    height: 600px;
    object-fit: cover;
    width: 100%;
}

/* Responsive Design */
@media (max-width: 768px) {
    .carousel-container {
        margin: 0 10px;
    }
    
    .carousel-item img {
        height: 300px;
    }
    
    .carousel-control-prev, .carousel-control-next {
        width: 40px;
        height: 40px;
        margin: 0;
    }
    
    .carousel-control-prev {
        left: 10px;
    }
    
    .carousel-control-next {
        right: 10px;
    }
    
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 16px;
        height: 16px;
        background-size: 16px 16px;
    }
    
    .carousel-caption {
        padding: 15px;
        bottom: 10px;
    }
    
    .carousel-caption h5 {
        font-size: 16px;
    }
    
    .carousel-caption p {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .carousel-item img {
        height: 250px;
    }
    
    .gallery-title {
        font-size: 24px;
    }
    
    .gallery-subtitle {
        font-size: 14px;
    }
}

/* Modern Testimonials Carousel Styles */
.testimonials-section {
    margin: 60px 0;
    padding: 40px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.testimonials-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #ffbee1;
}

.testimonials-header {
    text-align: center;
    margin-bottom: 40px;
}

.testimonials-title {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 2.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.testimonials-subtitle {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.google-badge {
    display: inline-flex;
    align-items: center;
    background: #fff;
    padding: 8px 16px;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    color: #4285f4;
    font-weight: 600;
    font-size: 14px;
}

.google-badge i {
    margin-right: 8px;
    font-size: 16px;
}

.testimonials-carousel-container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.testimonial-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    position: relative;
    margin: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.testimonial-content {
    margin-bottom: 30px;
}

.quote-icon {
    color: #007bff;
    font-size: 2rem;
    margin-bottom: 20px;
    opacity: 0.7;
    width: 10%;
   
    display: flex
;
    margin: auto;
}

.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #495057;
    font-style: italic;
    margin: 0;
}

.testimonial-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.author-info {
    flex: 1;
}

.author-name {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 1.2rem;
}

.star-rating {
    color: #ffc107;
    font-size: 1.1rem;
}

.star-rating i {
    margin-right: 2px;
}

.google-verified {
    display: flex;
    align-items: center;
    color: #4285f4;
    font-size: 14px;
    font-weight: 500;
}

.google-verified i {
    margin-right: 5px;
    font-size: 16px;
}

.testimonials-indicators {
    bottom: -50px;
}

.testimonials-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    background-color: rgba(0, 123, 255, 0.3);
    border: none;
    transition: all 0.3s ease;
}

.testimonials-indicators li.active {
    background-color: #007bff;
    transform: scale(1.2);
}

.testimonials-control {
    width: 50px;
    height: 50px;
    background: rgb(211 126 172);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 20px;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.testimonials-control:hover {
    background: rgb(153, 47, 104);
    transform: translateY(-50%) scale(1.1);
}

.testimonials-control .carousel-control-prev-icon,
.testimonials-control .carousel-control-next-icon {
    width: 20px;
    height: 20px;
}

.testimonials-control:hover .carousel-control-prev-icon,
.testimonials-control:hover .carousel-control-next-icon {
    filter: brightness(0) invert(1);
}

.testimonials-control-prev {
    left: -25px;
}

.testimonials-control-next {
    right: -25px;
}
.quote-icon img
{
    
    width: 100%;
    margin: 20px auto;
    height: 100%;
    display: flex
;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
  
    
.lightbox-close
{
    display: none;
}

/* Responsive Design for Testimonials */
@media (max-width: 768px) {
    .testimonials-section {
        margin: 40px 0;
        padding: 30px 0;
    }
    
    .testimonials-title {
        font-size: 2rem;
    }
    
    .testimonial-card {
        padding: 30px 20px;
        margin: 10px;
    }
    
    .testimonial-text {
        font-size: 1rem;
    }
    
    .testimonials-control {
        width: 40px;
        height: 40px;
        margin: 0 10px;
    }
    
    .testimonials-control-prev {
        left: -15px;
    }
    
    .testimonials-control-next {
        right: -15px;
    }
    
    .testimonial-author {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .testimonials-title {
        font-size: 1.8rem;
    }
    
    .testimonial-card {
        padding: 25px 15px;
        margin: 5px;
    }
    
    .testimonials-control {
        display: none;
    }
}