/* Animation Performance */
.word {
    will-change: transform, opacity;
}

.temple-image img,
.routes-illustration img {
    will-change: transform, opacity;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}


/* Banner Section */
.banner_section {
    padding-block: 140px;
    background-image: url(images/banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.banner_section h1 {
    font-size: 64px;
    text-align: center;
    font-weight: 700;
    color: #000;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.banner_section p {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    max-width: 800px;
    margin: 0 auto;
    line-height: 40px;
    margin-bottom: 32px;
    text-align: center;
}

.banner_section .button_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.banner_section .banner_button {
    border-radius: 999px;
    display: inline-flex;
    position: relative;
    margin-inline: auto;
}

.banner_section .banner_button .btn__content {
    align-items: center;
    background-color: #63cfbf;
    border: 1px solid #000;
    border-radius: inherit;
    display: flex;
    height: 50px;
    justify-content: space-between;
    min-height: 50px;
    gap: 12px;
    min-width: 100%;
    padding: 0 2rem;
    position: relative;
    transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    z-index: 2;
    position: relative;
    font-weight: 600;
}

.banner_button img {
    width: 30px;
}

.banner_button:after {
    background-image: url(images/texture.png);
    background-size: cover;
    border: 1px solid #000;
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translate3d(4px, 4px, 0);
    transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    width: 100%;
    z-index: 1;
}

/* Routes Section */
.routes-section {
    background-color: #faf9f6;
    padding: 120px 0 0;
    min-height: auto;
}

.routes-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 2rem 0;
}

.routes-headline {
    font-size: 56px;
    font-weight: 700;
    color: #000;
    margin-bottom: 24px;
    line-height: 1.2;
    font-family: "Urbanist", sans-serif;
}

.routes-subheading {
    font-size: 22px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.6;
}

.routes-button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.routes_button {
    border-radius: 999px;
    display: inline-flex;
    position: relative;
    margin-inline: auto;
}

.routes_button .btn__content {
    align-items: center;
    background-color: #63cfbf;
    border: 1px solid #000;
    border-radius: inherit;
    display: flex;
    height: 50px;
    justify-content: space-between;
    min-height: 50px;
    gap: 12px;
    min-width: 100%;
    padding: 0 2rem;
    position: relative;
    transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    z-index: 2;
    position: relative;
    font-weight: 600;
}

.routes_button img {
    width: 30px;
}

.routes_button:after {
    background-image: url(images/texture.png);
    background-size: cover;
    border: 1px solid #000;
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translate3d(4px, 4px, 0);
    transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    width: 100%;
    z-index: 1;
}

.routes_button:hover .btn__content {
    transform: translate3d(4px, 4px, 0);
}

.routes_button:hover:after {
    transform: translate3d(0, 0, 0);
}

.routes-illustration {
    width: 100%;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.routes-illustration img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

@media (max-width: 968px) {
    .routes-headline {
        font-size: 40px;
    }

    .routes-subheading {
        font-size: 18px;
    }

    .routes-content {
        padding: 0 2rem 60px;
    }
}

/* Safety & Travel Guidelines Section */
.safety-section {
    background-color: #faf9f6;
    padding: 80px 0;
}

.safety-content {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    align-items: start;
}

.safety-text h2 {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 24px;
    line-height: 1.2;
}

.safety-text p {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
}

.safety-features {
    background-color: #faf5e8;
    border-radius: 8px;
    padding: 32px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.safety-item {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}


.safety-icon img {
    width: 44px;
    height: 44px;
    display: block;
}

.safety-item-content {
    flex: 1;
}

.safety-item-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 4px;
    line-height: 1.3;
}

.safety-item-content p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.safety-divider {
    height: 1px;
    background-color: #111;
    margin: 20px 0;
}

@media (max-width: 968px) {
    .safety-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .safety-text h2 {
        font-size: 36px;
    }

    .safety-features {
        padding: 24px;
    }
}

/* Help Section with Sidebar and Accordion */
.help-section {
    /* background-color: #faf9f6; */
    padding: 80px 0;
}

.help-wrapper {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    gap: 60px;
}

/* Left Sidebar */
.help-sidebar {
    width: 280px;
    flex-shrink: 0;
    background-color: #fffaf5;
    padding: 24px;
    border-radius: 8px;
    height: max-content;
}

.sidebar-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}

.sidebar_button {
    text-decoration: none;
    color: #121212;
    border-radius: 999px;
    display: inline-flex;
    position: relative;
    width: 100%;
}

.sidebar_button .btn__content {
    align-items: center;
    background-color: #63cfbf;
    border: 1px solid #000;
    border-radius: inherit;
    display: flex;
    height: 50px;
    justify-content: space-between;
    min-height: 50px;
    gap: 12px;
    min-width: 100%;
    padding: 0 2rem;
    position: relative;
    transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    z-index: 2;
    position: relative;
    font-weight: 600;
    font-size: 16px;
}

.sidebar_button img {
    width: 30px;
}

.sidebar_button:after {
    background-image: url(images/texture.png);
    background-size: cover;
    border: 1px solid #000;
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translate3d(4px, 4px, 0);
    transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    width: 100%;
    z-index: 1;
}

.sidebar_button:hover .btn__content {
    transform: translate3d(4px, 4px, 0);
}

.sidebar_button:hover:after {
    transform: translate3d(0, 0, 0);
}

.sidebar-image {
    margin-bottom: 32px;
}

.image-frame {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.image-frame img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    display: block;
}

.sidebar-nav {
    display: flex;
    flex-direction: column;
}

.nav-item {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: color 0.3s ease;
}

.nav-item.active {
    font-size: 24px;
    color: #000;
}

.nav-item:hover {
    color: #63cfbf;
}

.nav-arrow {
    width: 16px;
    /* height: 16px; */
    flex-shrink: 0;
}

/* Right Content Area */
.help-content {
    flex: 1;
}

.help-header {
    display: flex;
    align-items: baseline;
    gap: 20px;
    margin-bottom: 40px;
}

.help-pointing-hand {
    width: 100px;
    height: auto;
    flex-shrink: 0;
}

.help-header h2 {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin: 0;
}

/* Accordion Container */
.accordion-container {

    border: 1px solid #000;
    border-radius: 8px;
    padding: 0;
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
    position: relative;
}

.accordion-items {
    position: relative;
    overflow: hidden;
    background-color: #fffaf5;
    z-index: 2;
}

.accordion-container::after {
    --tw-bg-opacity: 1;
    background-color: #000;
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-header {
    padding: 24px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    transition: background-color 0.3s ease;
}

.accordion-header:hover {
    background-color: #f5f5f5;
}

.accordion-arrow {
    width: 20px;
    /* height: 20px; */
    transition: transform 0.3s ease;
}

.accordion-arrow.arrow-up {
    transform: rotate(180deg);
}

.accordion-content {
    display: none;
    padding: 8px 32px 24px 32px;
}

@media (min-width: 769px) {
    .accordion-content {
        padding-left: 48px;
    }
}

.accordion-item.active .accordion-content {
    display: block;
}

.accordion-sub-item {
    display: block;
    padding: 12px 0;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    cursor: pointer;
    transition: color 0.3s ease;
    text-decoration: none;
}

.accordion-sub-item:hover {
    color: #63cfbf;
}

.accordion-content-inner {
    padding: 8px 0 16px 0;
}

.accordion-content-inner p {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin: 0 0 12px 0;
}

.accordion-content-inner p:last-of-type {
    margin-bottom: 16px;
}

.accordion-list {
    margin: 0 0 16px 0;
    padding-left: 20px;
}

.accordion-list li {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 8px;
}

.accordion-link {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #63cfbf;
    text-decoration: none;
    transition: color 0.2s ease;
}

.accordion-link:hover {
    color: #4ab5a8;
}

@media (max-width: 1024px) {
    .help-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .help-sidebar {
        width: 100%;
    }

    .help-header h2 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .help-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .help-pointing-hand {
        width: 80px;
    }

    .help-header h2 {
        font-size: 28px;
    }

    .accordion-header {
        padding: 20px 24px;
        font-size: 16px;
    }
}

/* All Inclusive Tour Packages Section */
.packages-section {
    background-color: #faf9f6;
    padding: 80px 0;
}

.packages-title {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.2;
}

.packages-slider-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 4rem;
}

.packages-slider {
    overflow: hidden;
    position: relative;
}

.packages-slider-track {
    display: flex;
    gap: 32px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
    padding-bottom: 20px;
}

.package-card {
    flex: 0 0 calc(33.333% - 22px);
    min-width: 0;
}

.package-card {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.package-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.package-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 20px;
}

.package-card:hover .package-image img {
    transform: scale(1.05);
}

.package-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.package-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.rating-dots {
    display: flex;
    gap: 4px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
    border: 1px solid #ccc;
}

.dot.filled {
    background-color: #63cfbf;
    border-color: #63cfbf;
}

.dot.half-filled {
    background: linear-gradient(to right, #63cfbf 50%, #ddd 50%);
    border-color: #63cfbf;
}

.rating-text {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.package-days {
    font-size: 14px;
    color: #666;
    font-weight: 400;
}



.package-description {
    font-size: 16px;
    color: #666;
    margin-bottom: 16px;
    line-height: 1.5;
}

.package-discount {
    display: inline-block;
    background-color: #63cfbf;
    width: fit-content;
    color: #000;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    border: 1px solid #000;
}

.package-price {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
}

.package-dates {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.package-timestamp {
    font-size: 12px;
    color: #999;
    margin-bottom: 12px;
}

.package-itinerary {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    margin-top: auto;
    padding-top: 12px;
    padding-bottom: 16px;
}

.package-read-more {
    border-radius: 999px;
    display: inline-flex;
    position: relative;
    width: 100%;
    margin-top: 8px;
    text-decoration: none;
}

.package-read-more .btn__content {
    align-items: center;
    background-color: #63cfbf;
    border: 1px solid #000;
    border-radius: inherit;
    display: flex;
    height: 50px;
    justify-content: space-between;
    min-height: 50px;
    gap: 12px;
    min-width: 100%;
    padding: 0 2rem;
    position: relative;
    transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    z-index: 2;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.package-read-more img {
    width: 30px;
}

.package-read-more:after {
    background-image: url(images/texture.png);
    background-size: cover;
    border: 1px solid #000;
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translate3d(4px, 4px, 0);
    transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    width: 100%;
    z-index: 1;
}

.package-read-more:hover .btn__content {
    transform: translate3d(4px, 4px, 0);
}

.package-read-more:hover:after {
    transform: translate3d(0, 0, 0);
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    color: #000;
}

.slider-arrow:hover {
    background-color: #63cfbf;
    transform: translateY(-50%) scale(1.1);
}

.slider-arrow:active {
    transform: translateY(-50%) scale(0.95);
}

.slider-arrow-prev {
    left: 0;
}

.slider-arrow-next {
    right: 0;
}

.slider-arrow svg {
    width: 24px;
    height: 24px;
}

@media (max-width: 1024px) {
    .package-card {
        flex: 0 0 calc(50% - 16px);
    }

    .packages-slider-wrapper {
        padding: 0 3rem;
    }
}

@media (max-width: 768px) {
    .packages-title {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .package-card {
        flex: 0 0 100%;
    }

    .packages-slider-wrapper {
        padding: 0 3.5rem;
    }

    .slider-arrow {
        width: 40px;
        height: 40px;
    }

    .slider-arrow svg {
        width: 20px;
        height: 20px;
    }

    .package-title {
        font-size: 20px;
    }
}

/* Meet Our Founder Section */
.founder-section {
    background-color: #faf9f6;
    padding: 80px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.founder-content {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto;
}

.founder-image {
    flex-shrink: 0;
    width: 280px;
    height: 280px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.founder-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.founder-info {
    flex: 1;
}

.founder-name {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin: 0 0 8px 0;
    line-height: 1.2;
}

.founder-role {
    font-size: 18px;
    color: #63cfbf;
    font-weight: 600;
    margin: 0 0 24px 0;
}

.founder-about h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 0 0 12px 0;
}

.founder-about-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-clamp: 4;
}

.founder-about.expanded .founder-about-text {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    line-clamp: unset;
}

.founder-about p {
    font-size: 16px;
    color: #444;
    line-height: 1.7;
    margin: 0 0 1em 0;
}

.founder-about p:last-child {
    margin-bottom: 0;
}

.founder-read-more {
    margin-top: 16px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: #121212;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s ease;
}

.founder-read-more:hover {
    color: #4ab5a8;
}

.founder-read-more .btn__content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.founder-read-more .founder-chevron {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.founder-about.expanded .founder-read-more .founder-chevron {
    transform: rotate(180deg); /* Up chevron for Read Less */
}

@media (max-width: 768px) {
    .founder-content {
        flex-direction: column;
        text-align: center;
        gap: 32px;
    }

    .founder-image {
        width: 220px;
        height: 220px;
    }

    .founder-name {
        font-size: 28px;
    }
}

/* Package Card - Coming Soon */
.package-card-coming-soon {
    cursor: default;
    opacity: 0.95;
}

.package-card-coming-soon:hover {
    transform: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.package-coming-soon-btn {
    display: inline-flex;
    width: 100%;
    margin-top: auto;
    padding-top: 12px;
    padding-bottom: 16px;
}

.package-coming-soon-btn .btn__content {
    align-items: center;
    justify-content: center;
    background-color: #e0e0e0;
    border: 1px solid #999;
    border-radius: 999px;
    display: flex;
    height: 50px;
    min-height: 50px;
    width: 100%;
    padding: 0 2rem;
    font-weight: 600;
    font-size: 16px;
    color: #666;
    cursor: default;
}

.package-image-coming-soon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e8e8e8 0%, #d0d0d0 100%);
}

.coming-soon-text {
    font-size: 24px;
    font-weight: 700;
    color: #888;
    letter-spacing: 0.05em;
}

/* Pointing Hand Section */
.pointing-section {
    background-color: #faf9f6;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 24px 0;
}

.pointing-content {
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.pointing-hand {
    flex-shrink: 0;
    display: flex;
    align-items: baseline;
}

.pointing-hand img {
    width: 160px;
    height: auto;
    display: block;
    animation: pointRight 2s ease-in-out infinite;
}

.pointing-text {
    flex: 1;
}

.pointing-text p {
    font-size: 48px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    margin: 0;
}

@keyframes pointRight {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }
}

@media (max-width: 768px) {
    .pointing-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .pointing-text p {
        font-size: 18px;
    }
}

/* guide button */
.guide_btn {
    position: fixed;
    z-index: 10;
    bottom: 60px;
    right: 40px;
    cursor: pointer;
}

.guide_btn_content {
    z-index: 3;
    position: relative;
    background-color: #ecc04e;
    transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    border-radius: 9999px;
    overflow: hidden;
    width: 120px;
    height: 120px;
}

.guide_btn:before {
    background-color: #000;
    opacity: .25;
    z-index: 0;
    border-radius: 999px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translate3d(4px, 4px, 0);
    width: 100%;
}

.guide_btn:after {
    background-image: url(images/texture.png);
    background-size: cover;
    border: 1px solid #000;
    z-index: 0;
    border-radius: 999px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translate3d(4px, 4px, 0);
    width: 100%;
}

.guide_btn .btn_text {
    left: 0;
    right: 0;
    position: absolute;
    bottom: 8px;
}

.guide_btn .btn_text img {
    height: 100%;
    width: 100%;
    z-index: 10;
}

.guide_btn .btn_hand {
    left: 0;
    right: 0;
    position: absolute;
    bottom: 8px;
    top: 0;
}

.guide_btn .btn_hand img {
    height: 100%;
    width: 100%;
    animation: moveUpDown 2s ease-in-out infinite;
}

@keyframes moveUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* My Guide Modal Styles */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    overflow-y: auto;
}

.modal-container {
    background-color: #fffaf5;
    border-radius: 12px;
    max-width: 1200px;
    width: 100%;
    max-height: 90vh;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 36px;
    color: #333;
    cursor: pointer;
    z-index: 10001;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.modal-close:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.modal-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    min-height: 600px;
}

.modal-form-section {
    padding: 60px 50px;
    overflow-y: auto;
    max-height: 90vh;
}

.modal-image-section {
    background-color: #fef8f3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    position: relative;
}

.question-jar-image {
    width: 100%;
    height: auto;
    max-width: 500px;
    object-fit: contain;
}

.modal-title {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
    font-family: "Urbanist", sans-serif;
    text-align: center;
}

.modal-subtitle {
    font-size: 18px;
    color: #333;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 400;
}

.guide-form {
    max-width: 500px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    font-family: "Urbanist", sans-serif;
    background-color: #fff;
    color: #000;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #63cfbf;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.checkbox-group input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    cursor: pointer;
    flex-shrink: 0;
}

.checkbox-group label {
    margin: 0;
    font-weight: 400;
    cursor: pointer;
}

.sms-disclaimer {
    font-size: 12px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 24px;
    margin-top: -8px;
}

.submit-button {
    border-radius: 999px;
    display: inline-flex;
    position: relative;
    width: 100%;
    margin-bottom: 16px;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
}

.submit-button .btn__content {
    align-items: center;
    background-color: #63cfbf;
    border: 1px solid #000;
    border-radius: inherit;
    display: flex;
    height: 50px;
    justify-content: space-between;
    min-height: 50px;
    gap: 12px;
    min-width: 100%;
    padding: 0 2rem;
    position: relative;
    transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    z-index: 2;
    font-weight: 600;
    font-size: 16px;
}

.submit-button img {
    width: 30px;
}

.submit-button:after {
    background-image: url(images/texture.png);
    background-size: cover;
    border: 1px solid #000;
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translate3d(4px, 4px, 0);
    transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    width: 100%;
    z-index: 1;
}

.submit-button:hover .btn__content {
    transform: translate3d(4px, 4px, 0);
}

.submit-button:hover:after {
    transform: translate3d(0, 0, 0);
}

.required-note {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin: 0;
}

/* Modal Responsive */
@media (max-width: 968px) {
    .modal-content {
        grid-template-columns: 1fr;
    }

    .modal-image-section {
        display: none;
    }

    .modal-form-section {
        padding: 40px 30px;
    }

    .modal-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .banner_section {
        padding-block: 80px 40px;
        background-image:
            linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
            url(images/banner-mobile.png);
        min-height: 500px;
        display: flex;
        align-items: center;
    }

    .banner_section h1 {
        font-size: 28px;
        color: #fff;
    }

    .banner_section p {
        font-size: 16px;
        line-height: 24px;
        color: #fff;
    }

    .packages-section {
        padding-block: 40px;
    }

    .packages-title {
        font-size: 28px;
    }

    .packages-slider-wrapper {
        padding: 0;
    }

    .slider-arrow {
        border: 1px solid #000;
        background-color: #63cfbf;
        top: 100px;
    }

    .help-section {
        padding-block: 40px;
    }

    .safety-section {
        padding-block: 40px;
    }

    .safety-content {
        padding: 0;
    }

    .safety-text h2 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .safety-text p {
        font-size: 16px;
        line-height: 24px;
    }

    .safety-item {
        gap: 20px;
    }

    .pointing-content {
        flex-direction: row;
        padding: 0;
    }

    .pointing-hand img {
        width: 40px;
    }

    .pointing-text {
        text-align: left;
    }

    .routes-section {
        padding-block: 40px;
    }

    .routes-content {
        padding: 0;
    }

    .routes-headline {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .routes-subheading {
        font-size: 16px;
    }

    .modal-overlay {
        padding: 1rem;
    }

    .modal-container {
        max-height: 95vh;
    }

    .modal-form-section {
        padding: 30px 20px;
    }

    .modal-title {
        font-size: 32px;
    }

    .modal-subtitle {
        font-size: 16px;
    }

    .guide_btn_content {
        width: 80px;
        height: 80px;
    }
}