.nav-wrapper {
    height: 100px;
}

.hero-section {
    background: linear-gradient(180deg, rgba(163, 17, 112, 0.2) 15%, rgba(61, 6, 42, 0) 100%);
}

.image-wrapper {
    max-height: 475px;
}

.hero-wrapper {
    padding: 50px 0 28px 0;
}

.content-section .breadcrubs {
    padding: 0;
}

.about-hero-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 60px;
}

.title h2 {
    font-size: 24px;
    color: var(--gray-1);
    line-height: 1.3;
}

.main-content h4 {
    font-size: 16px;
    line-height: 1.5;
}


.history-section {
    background: #F9F9F9;
}

.history-wrapper {
    padding: 50px 0 74px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.history-title h2 {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0;
    color: var(--gray-1);
}

.year h2 {
    font-size: 28px;
    font-style: Italic;
    line-height: 1.3;
    letter-spacing: 0.12rem;
    color: var(--gray-4);
}

.timeline-card {
    padding: 12px;
    background: var(--white);
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 362px;
    border-radius: 4px;
    border: 1px solid var(--gray-5);
    min-width: 362px;
}

.time-line {
    position: relative;
}

.timeline-thumb {
    min-height: 24px;
    min-width: 24px;
    background: var(--primary-color);
    position: absolute;
    left: 6px;
    border-radius: 12px;
    border: 4px solid var(--white);
    top: -8px;
    box-shadow: 0 0 0 4px #A3117033, 0 1px 3px rgba(0, 0, 0, 0.2);
}

.timeline-slide {
    display: flex;
    overflow-x: auto;
    /* scroll-behavior: smooth; */
}

.timeline-slide::-webkit-scrollbar {
    height: 6px;
}

.timeline-slide::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 8px;
}

.timeline-slide::-webkit-scrollbar-track {
    background-color: var(--gray-5);
}



.timeline-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--gray-1);
    letter-spacing: 0.02rem;
}

.sliding-line {
    border: 4px solid var(--primary-color);
    /* border-radius: 8px 0 0 8px  ; */
    margin: 20px 0;
}

.joined-us {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.joined-us h6,
.countries h6 {
    color: var(--gray-3);
    font-weight: 500;
}

.card-hotel {
    display: flex;
    gap: 8px;
}

.card-hotel p {
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.03rem;
    color: var(--primary-color);
}

.countries {
    display: flex;
    flex-direction: column;
    /* gap: 8px; */
}

.countries-names {
    display: block;
    gap: 8px;
    min-height: 111px;
    max-height: 111px;
    overflow: scroll;
}

.countries-names .single-pill {
    display: inline-flex;
    margin-top: 8px;
}

.countries-names .single-pill h6 {
    color: var(--gray-1);
}

.card-container {
    margin-right: 60px;
}

/* choose us */
.choose-aboutus{
    margin-top: 40px;
}
.choose-aboutus .comm-choose-content{
    padding: 32px;
    border-radius: 0 0 32px 32px;
}

.choose-aboutus-title {
    background: #F2F2F266;
    backdrop-filter: blur(10px);
    text-align: center;
    padding-top: 32px;
    border-radius: 32px 32px 0 0;
}

.choose-aboutus-title h3 {
    line-height: 1.5;
}

.choose-aboutus-title span {
    color: var(--primary-color);
}

.hero-main-image {
    box-shadow: 0px 7px 29px 0px #64646F33;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.hero-grid-images {
    width: 100%;
    height: 100%;
    max-height: 231px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0px 7px 29px 0px #64646F33;
}

.hero-right-images {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.about-form .form-section::after {
    width: 70% !important;
}

.about-form .form-right {
    margin: 0 !important;
}



@media (max-width:1199px) {

    .nav-wrapper,
    .navbar {
        height: 80px;
    }
}

@media (max-width: 767px) {

    .nav-wrapper,
    .navbar {
        height: 52px;
    }

    .hero-wrapper {
        padding: 20px 0 24px 0;
    }

    .breadcrubs {
        margin-bottom: 16px;
    }

    .hero-wrapper .gx-3 {
        --bs-gutter-x: 6px;
    }

    .hero-wrapper .gy-3 {
        --bs-gutter-y: 16px;
    }

    .hero-right-images {
        gap: 6px;
    }

    .hero-grid-images {
        border-radius: 1px;
    }

    .hero-main-image {
        border-radius: 1px;
    }

    .title h2 {
        font-size: 20px;
    }

    .main-content h4 {
        font-size: 14px;
    }

    .collapsible-text {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        /* limit to 5 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .collapsible-text.expanded {
        -webkit-line-clamp: unset;
    }

    .read-more-btn {
        color: var(--primary-color);
        cursor: pointer;
        display: inline-block;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0;

    }

    .about-hero-content {
        padding-bottom: 24px;
    }

    .history-wrapper {
        padding: 20px 0 32px 0;
        gap: 20px;
    }

    .history-title h2 {
        font-size: 20px;
    }

    .year h2 {
        font-size: 20px;
    }

    .sliding-line {
        margin: 14px 0;
    }

    .timeline-thumb {
        min-height: 20px;
        min-width: 20px;
    }

    .timeline-card {
        min-width: 242px;
    }

    .timeline {
        max-width: 250px;
    }

    .time-container {
        padding: 0 0 0 16px !important;
    }

    .home-form .form-section::after {
        width: 100% !important;
    }
}