.containerCustomer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Testimonials Section */
.testimonials-sectionCustomer {
    padding: 60px 0;
    direction: rtl;
}

.section-headerCustomer {
    text-align: center;
    margin-bottom: 50px;
}

.section-headerCustomer h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 700;
}

.section-headerCustomer p {
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
}

/* Visa Categories */
.visa-categories {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

/* .visa-category {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
} */

/* .visa-category:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
} */

/* Category Header */
.category-header {
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
}

.category-header h3 {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.category-header h3 i {
    color: #007bff;
    font-size: 1.5rem;
}

.category-line {
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #007bff, #0056b3);
    margin: 0 auto;
    border-radius: 2px;
}

/* Videos Grid */
.videos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    min-height: 200px; /* ارتفاع ثابت لمنع القفز */
}

/* Video Card */
.video-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.video-card.hidden {
    display: none;
}

.video-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    border-color: #007bff;
}

/* Video Thumbnail */
.video-thumbnail-customer {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.thumbnail-img-customer {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    background-color: #f8f9fa;
}

.video-card:hover .thumbnail-img-customer {
    transform: scale(1.05);
}

/* Play Overlay - دائم الظهور */
.play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2); /* شفافية أقل */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1; /* دائم الظهور */
    transition: all 0.3s ease;
}

.video-card:hover .play-overlay {
    background: rgba(0,0,0,0.4); /* زيادة التمييز عند الـ hover */
}

.play-button {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #007bff;
    font-size: 24px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border: 3px solid rgba(0, 123, 255, 0.2);
}

.play-button:hover {
    transform: scale(1.15);
    background: #007bff;
    color: white;
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
    border-color: #007bff;
}

/* إضافة أيقونة مثلث محسنة */
.play-button i {
    margin-left: 4px; /* تعديل لتوسيط أفضل */
}


/* Video Duration */
.video-duration {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

/* Reel Badge */
.reel-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: linear-gradient(45deg, #4267B2, #365899);
    color: white;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Video Info */
/* .video-info {
    padding: 20px;
    text-align: center;
}

.video-info h4 {
    font-size: 1.1rem;
    color: #2c3e50;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.4;
}

.stars {
    color: #ffc107;
    font-size: 1.1rem;
} */

/* Pagination Styles المحدثة */
.pagination-customer-section {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px; /* مساحة أكبر بين الأسهم والنقاط */
    padding: 20px 0;
    direction: rtl;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 25px;
    padding: 15px 25px;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    margin: 30px auto;
    max-width: fit-content;
}

.pagination-customer-section-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

/* pagination-customer-section Arrows - على الجانبين */
.pagination-customer-section-arrow {
    width: 45px;
    height: 45px;
    border: 2px solid #007bff;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #007bff;
    font-size: 18px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
}

.pagination-customer-section-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(0, 123, 255, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%);
}

.pagination-customer-section-arrow:hover:not(:disabled)::before {
    width: 100%;
    height: 100%;
}
.pagination-customer-section-arrow:hover:not(:disabled) {
    background: #007bff;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.pagination-customer-section-arrow:disabled {
    border-color: #dee2e6;
    color: #adb5bd;
    cursor: not-allowed;
    opacity: 0.4;
    box-shadow: none;
}

.pagination-customer-section-arrow:disabled:hover {
    transform: none;
    background: white;
}

/* النقاط في المنتصف */
.pagination-customer-section-dots {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 8px 15px;
    background: rgba(248, 249, 250, 0.8);
    border-radius: 20px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
}

.dotCustomerSection {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #dee2e6;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.dotCustomerSection:hover {
    background-color: #adb5bd;
    transform: scale(1.2);
}

.dotCustomerSection.active {
    background-color: #007bff;
    transform: scale(1.4);
    box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.2);
}

.dotCustomerSection.active::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background-color: white;
    border-radius: 50%;
}

.pagination-customer-section-info {
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
    direction: rtl;
    margin-top: 5px;
}

.current-page {
    color: #007bff;
    font-weight: 700;
}

/* Responsive Design */
@media (max-width: 768px) {
    .pagination-customer-section {
        gap: 20px; /* تقليل المساحة في الموبايل */
    }
    
    .pagination-customer-section-arrow {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .pagination-customer-section-info {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .pagination-customer-section {
        gap: 15px;
        padding: 15px 0;
    }
    
    .pagination-customer-section-arrow {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .dotCustomerSection {
        width: 12px;
        height: 12px;
    }
    
    .dotCustomerSection.active {
        transform: scale(1.3);
    }
    
    .dotCustomerSection.active::after {
        width: 5px;
        height: 5px;
    }
    
    .pagination-customer-section-dots {
        gap: 10px;
    }
}

/* تأثيرات إضافية */
.pagination-customer-section-arrow:not(:disabled):active {
    transform: scale(0.95);
}

/* تأثير للسهم عند التفاعل */
@keyframes arrowPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    }
}

.pagination-customer-section-arrow:not(:disabled):focus {
    animation: arrowPulse 0.6s;
    outline: none;
}



/* Video Modal */
.video-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

.modal-content {
    position: relative;
    background-color: #fff;
    margin: 5% auto;
    padding: 0;
    border-radius: 15px;
    width: 90%;
    max-width: 800px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 1001;
    background: rgba(255, 255, 255, 0.9);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.close-btn:hover {
    color: #000;
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
}

.modal-content .video-containerCustomer {
    width: 100%;
    height: 450px;
    border-radius: 15px;
    overflow: hidden;
}

.modal-content .video-containerCustomer.reel-containerCustomer {
    height: 350px;
}

.modal-content iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .section-headerCustomer h2 {
        font-size: 2rem;
    }
    
    .visa-categories {
        gap: 30px;
    }
    
    .visa-category {
        padding: 20px;
    }
    
    .category-header h3 {
        font-size: 1.5rem;
        flex-direction: column;
        gap: 10px;
    }
    
    .videos-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        min-height: 300px ;
    }
    
    .video-thumbnail-customer {
        height: 180px;
    }
    
    .modal-content {
        width: 95%;
        margin: 10% auto;
    }
    
    .modal-content .video-containerCustomer {
        height: 300px;
    }
    
    .modal-content .video-containerCustomer.reel-containerCustomer {
        height: 250px;
    }
    
    .pagination-customer-section {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .testimonials-sectionCustomer {
        padding: 40px 0;
    }
    
    .visa-category {
        padding: 15px;
    }
    
    .video-info {
        padding: 15px;
    }
    
    .modal-content .video-containerCustomer.reel-containerCustomer {
        height: 200px;
    }
}

/* Animation for cards */
.video-card {
    animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* إضافة للـ CSS الموجود */

/* Loading containerCustomer */
.loading-containerCustomer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    z-index: 1002;
}

.loading-containerCustomer.hidden {
    display: none;
}

.loading-spinner-customer {
    text-align: center;
    color: #2c3e50;
}

.loading-spinner-customer p {
    margin-top: 15px;
    font-size: 1.1rem;
    font-weight: 500;
    color: #6c757d;
}

/* Spinner Animation */
.spinner {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border: 4px solid #e3e3e3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    position: relative;
}

.spinner::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top: 2px solid #0056b3;
    border-radius: 50%;
    animation: spin 1.5s linear infinite reverse;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* تحسين Modal Content */
.modal-content {
    position: relative;
    background-color: #fff;
    margin: 5% auto;
    padding: 0;
    border-radius: 15px;
    width: 90%;
    max-width: 800px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease-out;
    overflow: hidden; /* لمنع overflow أثناء التحميل */
}

/* تحسين Close Button ليكون فوق Loading */
.close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 1003; /* أعلى من Loading */
    background: rgba(255, 255, 255, 0.9);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.close-btn:hover {
    color: #000;
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
}

/* تحسين Video containerCustomer */
.modal-content .video-containerCustomer {
    width: 100%;
    height: 450px;
    border-radius: 15px;
    overflow: hidden;
    background: #000; /* خلفية سوداء أثناء التحميل */
}

.modal-content .video-containerCustomer.reel-containerCustomer {
    height: 350px;
}

.modal-content iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 15px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.modal-content iframe.loaded {
    opacity: 1;
}

/* تحسين Responsive */
@media (max-width: 768px) {
    .loading-containerCustomer {
        padding: 20px;
    }
    
    .loading-spinner-customer p {
        font-size: 1rem;
    }
    
    .spinner {
        width: 40px;
        height: 40px;
    }
}

/* Posts Slider containerCustomer */
.posts-slider-containerCustomer {
    position: relative;
    background: white;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
}

.posts-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.posts-slideCustomer {
    display: none;
    opacity: 0;
    transform: translateX(40px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.posts-slideCustomer.active {
    display: block;
    opacity: 1;
    transform: translateX(0);
}

.posts-slideCustomer.slideCustomer-in-right {
    animation: slideInRight 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.posts-slideCustomer.slideCustomer-in-left {
    animation: slideInLeft 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.posts-slideCustomer.slideCustomer-out-right {
    animation: slideOutRight 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.posts-slideCustomer.slideCustomer-out-left {
    animation: slideOutLeft 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* slideCustomer Animations */
@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideOutRight {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(100px);
    }
}

@keyframes slideOutLeft {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(-100px);
    }
}

/* Posts Grid */
.posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
    min-height: 200px;
}

/* Review Post Card محسن */
.review-post {
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    transform: translateY(20px);
    animation: postFadeIn 0.6s ease forwards;
}

.review-post:nth-child(1) {
    animation-delay: 0.1s;
}

.review-post:nth-child(2) {
    animation-delay: 0.2s;
}

.review-post:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes postFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.review-post:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    border-color: #007bff;
}

.review-post::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #007bff, #0056b3);
    transform: scaleY(0);
    transition: transform 0.3s ease;
    transform-origin: bottom;
}

.review-post:hover::before {
    transform: scaleY(1);
}

/* Post Header */
.post-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.client-avatar {
    position: relative;
}

.client-avatar::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #007bff, #28a745, #ffc107, #dc3545);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.review-post:hover .client-avatar::after {
    opacity: 1;
}

.client-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid white;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.review-post:hover .client-avatar img {
    transform: scale(1.1);
}

.client-details h4 {
    color: #2c3e50;
    font-size: 1.1rem;
    margin: 0 0 5px 0;
    font-weight: 600;
}

.stars {
    color: #ffc107;
    font-size: 0.9rem;
    margin-bottom: 5px;
    text-shadow: 0 1px 3px rgba(255, 193, 7, 0.3);
}

/* Visa Badges محسن */
.visa-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
    background: linear-gradient(45deg, #007bff, #0056b3);
    color: white;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.visa-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.review-post:hover .visa-badge::before {
    left: 100%;
}

.visa-badge.schengen {
    background: linear-gradient(45deg, #28a745, #198754);
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
}

.visa-badge.canada {
    background: linear-gradient(45deg, #dc3545, #b02a37);
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
}

.visa-badge.uk {
    background: linear-gradient(45deg, #6f42c1, #5a32a3);
    box-shadow: 0 2px 8px rgba(111, 66, 193, 0.3);
}

.visa-badge.australia {
    background: linear-gradient(45deg, #fd7e14, #e8590c);
    box-shadow: 0 2px 8px rgba(253, 126, 20, 0.3);
}

/* Post Content */
.post-content p {
    color: #495057;
    font-size: 1rem;
    margin-bottom: 15px;
    font-style: italic;
    position: relative;
    padding: 0 20px;
    line-height: 1.6;
}

.post-content p::before,
.post-content p::after {
    font-size: 2rem;
    color: #007bff;
    font-family: Georgia, serif;
    opacity: 0.7;
}

.post-content p::before {
    content: '"';
    position: absolute;
    left: 0;
    top: -5px;
}

.post-content p::after {
    content: '"';
    position: absolute;
    right: 0;
    bottom: -15px;
}

/* Post Meta */
.post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid rgba(233, 236, 239, 0.5);
}

.date {
    color: #6c757d;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.view-post-btn {
    background: linear-gradient(45deg, #4267B2, #365899);
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    overflow: hidden;
}

.view-post-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.view-post-btn:hover::before {
    left: 100%;
}

.view-post-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(66, 103, 178, 0.4);
}

/* Slider Controls */
.slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
    padding: 20px 0;
    background: rgba(248, 249, 250, 0.5);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    direction: rtl;
}

.slider-arrow {
    width: 50px;
    height: 50px;
    border: 2px solid #007bff;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #007bff;
    font-size: 18px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.slider-arrow:hover:not(:disabled) {
    background: #007bff;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.3);
}

.slider-arrow:disabled {
    border-color: #dee2e6;
    color: #adb5bd;
    cursor: not-allowed;
    opacity: 0.5;
}

.slider-pagination-customer-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.slider-dots {
    display: flex;
    gap: 12px;
}

.slider-dotCustomerSection {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #dee2e6;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
}

.slider-dotCustomerSection:hover {
    background-color: #adb5bd;
    transform: scale(1.2);
}

.slider-dotCustomerSection.active {
    background-color: #007bff;
    transform: scale(1.4);
    box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.2);
}

.slider-dotCustomerSection.active::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background-color: white;
    border-radius: 50%;
}

.slideCustomer-info {
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
    direction: rtl;
}

.current-slideCustomer {
    color: #007bff;
    font-weight: 700;
}

/* Auto-play Controls */
.auto-play-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.play-pause-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: linear-gradient(45deg, #28a745, #198754);
    color: white;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.play-pause-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

.play-pause-btn.paused {
    background: linear-gradient(45deg, #007bff, #0056b3);
}

/* .progress-bar {
    width: 200px;
    height: 4px;
    background: #e9ecef;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
} */

/* .progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #007bff, #28a745);
    border-radius: 2px;
    transition: width 0.1s linear;
    width: 0%;
} */

/* Responsive Design */
@media (max-width: 768px) {
    .posts-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .slider-controls {
        gap: 20px;
        padding: 15px;
    }
    
    .slider-arrow {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }
    
    .auto-play-controls {
        flex-direction: column;
        gap: 10px;
    }
    
    /* .progress-bar {
        width: 150px;
    } */
}

@media (max-width: 480px) {
    .posts-slider-containerCustomer {
        padding: 15px;
    }
    
    .review-post {
        padding: 15px;
    }
    
    .slider-controls {
        gap: 15px;
    }
    
    .slider-arrow {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
/*     
    .progress-bar {
        width: 120px;
    } */
}
