/* vantrippers/css/about-us.css */

body.about-us {
    .hero-section {
        width: 100%;
        height: 300px;
        margin-top: 130px;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
    }

    .hero-title {
        color: rgb(245, 242, 242);
        font-size: 96px;
        font-weight: 400;
        text-align: left;
    }

    .section-title {
        color: var(--main-text-color);
        text-align-last: center;
        font-size: 5rem;
        font-weight: 400;
    }

    .section-title1 {
        color: #F9AD42;
        font-size: 40px;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    .section-titleh2 {
        color: #df6951;
        font-size: 30px;
        font-weight: 700;
        letter-spacing: 10%;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    .section-titleh3 {
        color: #181e4b;
        font-size: 50px;
        font-weight: 700;
        letter-spacing: 0%;
        line-height: 71.04px;
        margin-bottom: 25px;
    }

    .travel-with-us {
        img {
            width: 6in;
            height: 4in;
            margin: 0 20px 20px 0;
            object-fit: cover;
            float: left;
        }
    }

    .travel-with-us p,
    .mission-box p,
    .vision-box p,
    .about-owner p {
        font-size: 1rem;
        line-height: 1.6;
        color: #000000;
        text-align: justify;
    }

    .mission-box,
    .vision-box {
        border-radius: 1px;
        box-shadow: 0 0 0 2px rgb(230, 222, 222), 8px 8px 0 0 rgb(139, 134, 134);
    }

    .icon-title {
        display: flex;
        justify-content: center;
    }

    .icon-title img {
        width: 40px;
        height: auto;
    }

    .icon-title h3 {
        color: #F9AD42;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 40px;
        margin: 0;
    }

    .partners img {
        height: 30px;
        width: auto;
        object-fit: contain;
    }

    /* About Owner Section */
    .about-owner h3 {
        color: #333;
        font-weight: bold;
        text-transform: uppercase;
    }

    .tour-grid {
        width: 100%;
        margin: auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
    }

    .tour-grid img {
        height: 400px;
        object-fit: contain;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
    }

    .tour-grid img:hover {
        transform: scale(1.03);
    }

    .hero-title {
        color: rgb(245, 242, 242);
        font-size: 96px;
        font-weight: 400;
        text-align: left;
    }

    .section-title1 {
        color: #F9AD42;
        font-size: 40px;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    .section-titleh2 {
        color: #df6951;
        font-size: 30px;
        font-weight: 700;
        letter-spacing: 10%;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    .section-titleh3 {
        color: #181e4b;
        font-size: 50px;
        font-weight: 700;
        letter-spacing: 0%;
        line-height: 71.04px;
        margin-bottom: 25px;
    }

    .mission-box,
    .vision-box {
        border-radius: 1px;
        box-shadow: 0 0 0 2px rgb(230, 222, 222), 8px 8px 0 0 rgb(139, 134, 134);
    }

    .icon-title {
        display: flex;
        justify-content: center;
    }

    .icon-title img {
        width: 40px;
        height: auto;
    }

    .icon-title h3 {
        color: #F9AD42;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 40px;
        margin: 0;
    }

    .partners img {
        height: 30px;
        width: auto;
        object-fit: contain;
    }

    /* About Owner Section */
    .about-owner h3 {
        color: #333;
        font-weight: bold;
        text-transform: uppercase;
    }

    .tour-grid {
        width: 100%;
        margin: auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
    }

    .tour-grid img {
        height: 400px;
        object-fit: contain;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
    }

    .tour-grid img:hover {
        transform: scale(1.03);
    }

    /* ===== OPTIMIZED FAQ SECTION ===== */
    .faq-container {
        max-width: 900px;
        margin: 4rem auto;
        padding: 0;
        background: transparent;
    }

    /* FAQ Header */
    .faq-header {
        text-align: center;
        margin-bottom: 3rem;
        padding: 3rem 2rem;
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        border-radius: 25px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.8);
        position: relative;
        overflow: hidden;
    }

    .faq-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #4a90e2, #7b68ee, #4a90e2);
        border-radius: 25px 25px 0 0;
    }

    .faq-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 70px;
        height: 70px;
        background: linear-gradient(135deg, #4a90e2, #357abd);
        border-radius: 50%;
        margin-bottom: 1.5rem;
        box-shadow: 0 8px 25px rgba(74, 144, 226, 0.3);
    }

    .faq-icon i {
        font-size: 2rem;
        color: white;
    }

    .faq-title {
        color: #2c3e50;
        font-weight: 700;
        margin-bottom: 1rem;
        font-size: 2.5rem;
        letter-spacing: -0.02em;
    }

    .faq-subtitle {
        color: #6c757d;
        font-size: 1.2rem;
        margin-bottom: 1.5rem;
        font-weight: 400;
        line-height: 1.6;
    }

    .faq-counter {
        display: inline-flex;
        align-items: center;
        background: linear-gradient(135deg, #e3f2fd, #ffffff);
        padding: 0.75rem 1.5rem;
        border-radius: 50px;
        border: 2px solid #4a90e2;
        color: #2c3e50;
        font-weight: 600;
        font-size: 0.9rem;
        gap: 5px;
    }

    .faq-counter span {
        color: #4a90e2;
        font-weight: 700;
    }

    /* FAQ Content */
    .faq-content {
        margin-bottom: 2rem;
    }

    /* FAQ Items - SPEED OPTIMIZED */
    .faq-item {
        background: white;
        border-radius: 18px;
        margin-bottom: 1.25rem;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
        border: 1px solid #e9ecef;
        /* OPTIMIZED: 0.3s → 0.2s with better easing */
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        overflow: hidden;
        position: relative;
    }

    .faq-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        background: linear-gradient(180deg, #4a90e2, #7b68ee);
        transform: scaleY(0);
        /* OPTIMIZED: Instant feedback */
        transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .faq-item:hover::before,
    .faq-item.active::before {
        transform: scaleY(1);
    }

    .faq-item:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
        border-color: #4a90e2;
    }

    .faq-item.active {
        border-color: #4a90e2;
        box-shadow: 0 8px 30px rgba(74, 144, 226, 0.2);
    }

    /* Question Header - SPEED OPTIMIZED */
    .faq-question-header {
        padding: 1.75rem 2rem;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        /* OPTIMIZED: 0.3s → 0.2s */
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .faq-item.active .faq-question-header,
    .faq-question-header:hover {
        background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
        color: white;
    }

    .question-content {
        flex: 1;
        text-align: left;
    }

    .question-content h4 {
        margin: 0 0 0.5rem 0;
        font-weight: 600;
        font-size: 1.1rem;
        line-height: 1.4;
        color: inherit;
    }

    /* Category Tag - SPEED OPTIMIZED */
    .category-tag {
        display: inline-block;
        background: rgba(74, 144, 226, 0.1);
        color: #4a90e2;
        padding: 0.25rem 0.75rem;
        border-radius: 12px;
        font-size: 0.8rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        /* OPTIMIZED: Instant response */
        transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .faq-item.active .category-tag,
    .faq-question-header:hover .category-tag {
        background: rgba(255, 255, 255, 0.2);
        color: white;
    }

    /* Toggle Icon - SPEED OPTIMIZED */
    .toggle-icon {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(74, 144, 226, 0.1);
        border-radius: 50%;
        /* OPTIMIZED: Instant visual feedback */
        transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
        flex-shrink: 0;
        margin-left: 1rem;
    }

    .faq-item.active .toggle-icon,
    .faq-question-header:hover .toggle-icon {
        background: rgba(255, 255, 255, 0.2);
    }

    .toggle-icon i {
        font-size: 1rem;
        color: #4a90e2;
        /* OPTIMIZED: Super fast rotation */
        transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .faq-item.active .toggle-icon i,
    .faq-question-header:hover .toggle-icon i {
        color: white;
    }

    .toggle-icon i.rotate {
        transform: rotate(180deg);
    }

    /* Answer Section - MAIN SPEED OPTIMIZATION */
    .faq-answer {
        max-height: 0;
        overflow: hidden;
        background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
        /* OPTIMIZED: 0.4s → 0.2s with perfect easing for dropdowns */
        transition: max-height 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .faq-item.active .faq-answer {
        max-height: 500px;
        border-top: 1px solid rgba(74, 144, 226, 0.1);
    }

    .answer-content {
        padding: 2rem;
    }

    .answer-content p {
        color: #495057;
        line-height: 1.8;
        margin: 0 0 1.5rem 0;
        font-size: 1rem;
        font-weight: 400;
    }

    .answer-footer {
        padding-top: 1rem;
        border-top: 1px solid #e9ecef;
    }

    .answer-footer small {
        color: #6c757d;
        font-weight: 500;
    }

    /* Control Buttons - CLEANED UP */
    .faq-controls {
        display: flex;
        justify-content: center;
        gap: 1rem;
        margin: 3rem 0;
        flex-wrap: wrap;
    }

    .control-btn {
        background: white;
        border: 2px solid #4a90e2;
        color: #4a90e2;
        padding: 1rem 2rem;
        border-radius: 50px;
        font-size: 1rem;
        font-weight: 600;
        cursor: pointer;
        /* OPTIMIZED: Faster button response */
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        display: flex;
        align-items: center;
        gap: 0.75rem;
        text-decoration: none;
        position: relative;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(74, 144, 226, 0.2);
    }

    .control-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, #4a90e2, #357abd);
        /* OPTIMIZED: Faster slide effect */
        transition: left 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 0;
    }

    .control-btn:hover::before {
        left: 0;
    }

    .control-btn:hover {
        color: white;
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(74, 144, 226, 0.4);
    }

    .control-btn i,
    .control-btn span,
    .control-btn .btn-badge {
        position: relative;
        z-index: 1;
    }

    .btn-badge {
        background: rgba(74, 144, 226, 0.1);
        color: #4a90e2;
        padding: 0.25rem 0.75rem;
        border-radius: 15px;
        font-size: 0.8rem;
        font-weight: 700;
        /* OPTIMIZED: Faster badge transition */
        transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .control-btn:hover .btn-badge {
        background: rgba(255, 255, 255, 0.2);
        color: white;
    }

    .show-less-btn {
        border-color: #6c757d;
        color: #6c757d;
    }

    .show-less-btn::before {
        background: linear-gradient(135deg, #6c757d, #5a6268);
    }

    /* Contact Section - SIMPLIFIED */
    .faq-contact-section {
        margin-top: 4rem;
    }

    .contact-card {
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        border-radius: 25px;
        padding: 3rem;
        box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.8);
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .contact-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #28a745, #20c997, #28a745);
        border-radius: 25px 25px 0 0;
    }

    .contact-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 80px;
        height: 80px;
        background: linear-gradient(135deg, #28a745, #20c997);
        border-radius: 50%;
        margin-bottom: 2rem;
        box-shadow: 0 10px 30px rgba(40, 167, 69, 0.3);
    }

    .contact-icon i {
        font-size: 2.5rem;
        color: white;
    }

    .contact-content h3 {
        color: #2c3e50;
        font-weight: 700;
        margin-bottom: 1rem;
        font-size: 1.8rem;
    }

    .contact-content p {
        color: #6c757d;
        font-size: 1.1rem;
        margin-bottom: 2rem;
        line-height: 1.6;
    }

    .contact-buttons {
        display: flex;
        justify-content: center;
        gap: 1rem;
        margin-bottom: 2rem;
        flex-wrap: wrap;
    }

    .contact-btn {
        background: white;
        border: 2px solid;
        padding: 0.875rem 1.5rem;
        border-radius: 12px;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.95rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        /* OPTIMIZED: Faster contact button response */
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        overflow: hidden;
    }

    .contact-btn.primary {
        border-color: #28a745;
        color: #28a745;
    }

    .contact-btn.primary::before {
        background: linear-gradient(135deg, #28a745, #20c997);
    }

    .contact-btn.secondary {
        border-color: #4a90e2;
        color: #4a90e2;
    }

    .contact-btn.secondary::before {
        background: linear-gradient(135deg, #4a90e2, #357abd);
    }

    .contact-btn.tertiary {
        border-color: #1877f2;
        color: #1877f2;
    }

    .contact-btn.tertiary::before {
        background: linear-gradient(135deg, #1877f2, #166fe5);
    }

    .contact-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        /* OPTIMIZED: Faster slide effect */
        transition: left 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 0;
    }

    .contact-btn:hover::before {
        left: 0;
    }

    .contact-btn:hover {
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    }

    .contact-btn i,
    .contact-btn span {
        position: relative;
        z-index: 1;
    }

    .response-time {
        background: rgba(74, 144, 226, 0.1);
        color: #4a90e2;
        padding: 1rem 1.5rem;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        font-size: 0.9rem;
        font-weight: 500;
        margin: 0 auto;
        max-width: 400px;
    }

    .response-time i {
        font-size: 0.8rem;
    }

    /* Empty State */
    .faq-empty {
        text-align: center;
        padding: 4rem 2rem;
        background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
        border-radius: 25px;
        border: 2px dashed #dee2e6;
        margin: 2rem 0;
    }

    .empty-icon {
        margin-bottom: 2rem;
    }

    .empty-icon i {
        font-size: 4rem;
        color: #dee2e6;
    }

    .faq-empty h4 {
        color: #2c3e50;
        font-weight: 700;
        margin-bottom: 1rem;
        font-size: 1.5rem;
    }

    .faq-empty p {
        color: #6c757d;
        font-size: 1.1rem;
        margin-bottom: 0;
        line-height: 1.6;
    }

    /* Responsive Design - STREAMLINED */
    @media (max-width: 768px) {
        .faq-container {
            margin: 2rem 1rem;
        }

        .faq-header {
            padding: 2rem 1.5rem;
        }

        .faq-title {
            font-size: 2rem;
        }

        .faq-subtitle {
            font-size: 1rem;
        }

        .faq-question-header {
            padding: 1.25rem 1.5rem;
            flex-direction: column;
            align-items: flex-start;
            gap: 1rem;
        }

        .toggle-icon {
            align-self: flex-end;
            margin-left: 0;
        }

        .question-content h4 {
            font-size: 1rem;
        }

        .answer-content {
            padding: 1.5rem;
        }

        .control-btn {
            padding: 0.875rem 1.5rem;
            font-size: 0.9rem;
        }

        .contact-card {
            padding: 2rem 1.5rem;
        }

        .contact-btn {
            width: 100%;
            max-width: 250px;
            justify-content: center;
        }
    }

    @media (max-width: 576px) {
        .faq-header {
            padding: 1.5rem 1rem;
        }

        .faq-title {
            font-size: 1.8rem;
        }

        .faq-question-header {
            padding: 1rem;
        }

        .question-content h4 {
            font-size: 0.95rem;
        }

        .answer-content {
            padding: 1.25rem;
        }

        .contact-card {
            padding: 1.5rem 1rem;
        }

        .contact-content h3 {
            font-size: 1.5rem;
        }

        .faq-controls {
            flex-direction: column;
            align-items: center;
        }

        .control-btn {
            width: 100%;
            max-width: 280px;
            justify-content: center;
        }
    }

    @media screen and (max-width: 992px) {

        .hero-title,
        .section-title {
            font-size: 4rem;
            text-align: center;
        }

        .travel-with-us {
            width: 100%;

            img {
                width: 100%;
                height: auto;
            }
        }

        .mission-vision .row {
            padding: 0 30px;
            display: flex;
            flex-direction: column;

            .box {
                width: 100%;
                padding: 20px;
            }
        }
    }

    @media screen and (max-width: 992px) {

        .hero-title,
        .section-title {
            font-size: 4rem;
            text-align: center;
        }

        .travel-with-us {
            width: 100%;

            img {
                width: 100%;
                height: auto;
            }
        }

        .mission-vision .row {
            padding: 0 30px;
            display: flex;
            flex-direction: column;

            .box {
                width: 100%;
                padding: 20px;
            }
        }
    }
}