  .video-section { 
        position: relative;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .video-section:hover {
        transform: scale(1.02);
    }

    .video-play-btn:hover .btn {
        transform: scale(1.1);
    }

     :root {
        --at-primary: #2c5aa0;
        --at-secondary: #f8f9fa;
        --at-text: #333;
        --at-border-radius: 8px;
        --at-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        --at-shadow-hover: 0 10px 20px rgba(0, 0, 0, 0.1);
        --at-accent: #ff6b35;
        --at-text-light: #6c757d;
        --at-border: #e9ecef;
    }

    .at-section {
        background-color: white;
        padding: 3rem 0;
    }

    @media (min-width: 768px) {
        .at-section {
            padding: 5.5rem 0;
        }
    }

    .at-mb-4 {
        margin-bottom: 2rem !important;
    }

    @media (min-width: 768px) {
        .at-mb-8 {
            margin-bottom: 4rem !important;
        }
    }

    /* Carousel Container */
    .at-carousel-container {
        position: relative;
        overflow: hidden;
        padding: 10px 0;
    }

    .at-carousel-track {
        display: flex;
        transition: transform 0.5s ease;
    }

    .at-carousel-item {
        flex: 0 0 calc(100% - 20px);
        padding: 0 10px;
        box-sizing: border-box;
    }

    @media (min-width: 768px) {
        .at-carousel-item {
            flex: 0 0 calc(50% - 20px);
        }
    }

    @media (min-width: 992px) {
        .at-carousel-item {
            flex: 0 0 calc(33.333% - 20px);
        }
    }

    /* Card Styles */
    .at-card {
        border: 1px solid #e0e0e0;
        border-radius: var(--at-border-radius);
        box-shadow: var(--at-shadow);
        padding: 1rem;
        transition: all 0.3s ease;
        height: 100%;
        cursor: pointer;
        background: white;
    }

    .at-card:hover {
        transform: translateY(-5px);
        box-shadow: var(--at-shadow-hover);
    }

    .at-card-zoom {
        overflow: hidden;
        border-radius: var(--at-border-radius);
        margin-bottom: 1rem;
    }

    .at-card-img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: var(--at-border-radius);
        transition: transform 0.5s ease;
    }

    .at-card:hover .at-card-img {
        transform: scale(1.05);
    }

    .at-card-footer {
        padding: 0 0.5rem;
        text-align: center;
        background: transparent;
        border: none;
    }

    .at-card-date {
        font-size: 0.875rem;
        margin-bottom: 0.5rem;
        color: #6c757d;
    }

    .at-card-title {
        font-size: 1.125rem;
        font-weight: 500;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 54px;
    }

    /* Animation */
    .at-fade-in {
        opacity: 0;
        animation: atFadeIn 0.5s ease forwards;
    }

    @keyframes atFadeIn {
        to {
            opacity: 1;
        }
    }

    /* Modal Styles */
    .at-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1050;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .at-modal.show {
        opacity: 1;
        visibility: visible;
    }

    .at-modal-content {
        background: white;
        border-radius: 12px;
        width: 90%;
        max-width: 800px;
        max-height: 90vh;
        overflow-y: auto;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        transform: translateY(-20px);
        transition: transform 0.3s ease;
    }

    .at-modal.show .at-modal-content {
        transform: translateY(0);
    }

    .at-modal-header {
        background: var(--at-primary);
        color: white;
        padding: 1rem 1.5rem;
        border-radius: 12px 12px 0 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .at-modal-title {
        margin: 0;
        font-weight: 700;
        font-size: 1.25rem;
    }

    .at-modal-close {
        background: none;
        border: none;
        color: white;
        font-size: 1.5rem;
        cursor: pointer;
        line-height: 1;
    }

    .at-modal-body {
        padding: 1.5rem;
        text-align: center;
    }

    .at-modal-img {
        width: 100%;
        max-height: 400px;
        object-fit: cover;
        border-radius: 8px;
        margin-bottom: 1rem;
    }

    .at-modal-date {
        color: #6c757d;
        margin-bottom: 1rem;
    }

    .at-modal-desc {
        text-align: right;
        white-space: pre-wrap;
        line-height: 1.6;
    }

    /* RTL Adjustments */
    [dir="rtl"] .at-modal-desc {
        text-align: right;
    }

    [dir="rtl"] .at-carousel-track {
        direction: ltr;
    }

    [dir="rtl"] .at-carousel-item {
        direction: rtl;
    }

     .at-reviews-carousel {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 20px;
        padding: 10px 5px;
        margin: 0 -5px;
    }

    .at-reviews-carousel::-webkit-scrollbar {
        display: none;
    }

    .at-review-item {
        flex: 0 0 calc(100% - 40px);
        min-width: calc(100% - 40px);
    }

    @media (min-width: 768px) {
        .at-review-item {
            flex: 0 0 calc(50% - 20px);
            min-width: calc(50% - 20px);
        }
    }

    @media (min-width: 992px) {
        .at-review-item {
            flex: 0 0 calc(33.333% - 20px);
            min-width: calc(33.333% - 20px);
        }
    }

    .at-review-card {
        background: white;
        border: 1px solid var(--at-border);
        border-radius: var(--at-border-radius);
        padding: 2rem 1.5rem;
        height: 100%;
        box-shadow: var(--at-shadow);
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .at-review-card::before {
        content: '"';
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 4rem;
        color: var(--at-primary);
        opacity: 0.1;
        font-family: serif;
        line-height: 1;
    }

    .at-review-card:hover {
        transform: translateY(-5px);
        box-shadow: var(--at-shadow-hover);
        border-color: var(--at-primary);
    }

    .at-review-stars {
        display: flex;
        gap: 4px;
        direction: ltr;
    }

    .at-star {
        font-size: 1.3rem;
        transition: all 0.3s ease;
    }

    .at-star-active {
        color: #ffc107;
        text-shadow: 0 2px 4px rgba(255, 193, 7, 0.3);
    }

    .at-star-inactive {
        color: #e9ecef;
    }

    .at-review-content {
        margin-bottom: 1.5rem;
    }

    .at-review-text {
        color: var(--at-text);
        line-height: 1.7;
        font-size: 1rem;
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .at-review-user {
        display: flex;
        align-items: center;
        gap: 12px;
        padding-top: 1rem;
        border-top: 1px solid var(--at-border);
    }

    .at-user-avatar {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: linear-gradient(135deg, var(--at-primary), #1e3d6f);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 1.1rem;
        flex-shrink: 0;
    }

    .at-user-info {
        display: flex;
        flex-direction: column;
    }

    .at-user-name {
        font-weight: 600;
        color: var(--at-text);
        font-size: 0.95rem;
    }

    .at-review-date {
        font-size: 0.8rem;
        color: var(--at-text-light);
    }

    .at-carousel-nav {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 2rem;
    }

    .at-nav-btn {
        width: 45px;
        height: 45px;
        border: 2px solid var(--at-primary);
        background: white;
        color: var(--at-primary);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        font-size: 1rem;
    }

    .at-nav-btn:hover:not(:disabled) {
        background: var(--at-primary);
        color: white;
        transform: scale(1.1);
    }

    .at-nav-btn:disabled {
        opacity: 0.5;
        cursor: not-allowed;
        border-color: var(--at-text-light);
        color: var(--at-text-light);
    }

    .at-no-reviews {
        background: var(--at-secondary);
        border-radius: var(--at-border-radius);
        padding: 3rem 2rem;
    }

    .at-no-reviews-icon {
        font-size: 4rem;
        color: var(--at-text-light);
        margin-bottom: 1.5rem;
        opacity: 0.5;
    }

    .at-no-reviews-title {
        color: var(--at-text);
        margin-bottom: 1rem;
        font-weight: 600;
    }

    .at-no-reviews-text {
        color: var(--at-text-light);
        margin: 0;
    }

    .at-carousel-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 1.5rem;
    }

    .at-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--at-border);
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .at-dot.active {
        background: var(--at-primary);
        transform: scale(1.2);
    }

    @media (max-width: 767px) {
        .at-review-card {
            padding: 1.5rem 1rem;
        }

        .at-review-text {
            font-size: 0.9rem;
            -webkit-line-clamp: 3;
        }

        .at-user-avatar {
            width: 35px;
            height: 35px;
            font-size: 1rem;
        }

        .at-nav-btn {
            width: 40px;
            height: 40px;
        }
    }

    @keyframes atFadeIn {
        from {
            opacity: 0;
            transform: translateY(20px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .at-review-item {
        animation: atFadeIn 0.6s ease forwards;
    }

    .at-review-item:nth-child(odd) {
        animation-delay: 0.1s;
    }

    .at-review-item:nth-child(even) {
        animation-delay: 0.2s;
    }