/* Package Details Section */
.package-section {
    background-color: #faf9f6;
    padding: 80px 0;
}

/* Hero Image Section */
.package-hero-image {
    max-width: 1200px;
    margin: 0 auto 28px;
}

.package-hero-image .hero-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 24px;
    display: block;
}

.package-header {
    max-width: 1200px;
    margin: 0 auto 60px;
}

.package-duration {
    color: #999;
    font-size: 16px;
    font-weight: 500;
}

.package-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
    line-height: 1.2;
    text-align: left;
}

.package-subtitle {
    font-size: 22px;
    color: #666;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 32px;
    text-align: left;
}

.package-layout ul {
    padding-left: 20px;
}

.package-layout li {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
    margin-bottom: 8px;
}

.package-features-wrapper {
    margin-bottom: 32px;
}

.package-features {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 0;
}

.package-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 12px;
    padding-right: 32px;
    border-radius: 90px;
    background-color: rgba(99, 207, 191, 0.15);
    color: #000;
    font-size: 13px;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: default;
    border: 1px solid #000;
}

.package-feature:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.package-feature-icon {
    width: 36px;
    height: 36px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #63cfbf;

}

.package-feature-icon svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.package-feature-icon svg {
    color: #fff;
}

.package-feature-icon svg path,
.package-feature-icon svg rect,
.package-feature-icon svg circle {
    stroke: #fff !important;
    fill: none;
}

.package-itinerary-summary {
    color: #121212;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}

.package-features-see-all {
    display: none;
    margin-top: 16px;
    border-radius: 999px;
    position: relative;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
}

.package-features-see-all .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;
    color: #000;
}

.package-features-see-all img {
    width: 30px;
}

.package-features-see-all: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-features-see-all:hover .btn__content {
    transform: translate3d(4px, 4px, 0);
}

.package-features-see-all:hover:after {
    transform: translate3d(0, 0, 0);
}

.package-highlights {
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 0;
}

.package-layout {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    align-items: start;
}

.package-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.package-subtitle {
    font-size: 20px;
    color: #333;
    line-height: 1.6;
    font-weight: 400;
}

.package-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 0;
}

.highlight-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.highlight-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.highlight-icon {
    font-size: 48px;
    margin-bottom: 16px;
}

.highlight-content h3 {
    font-size: 16px;
    font-weight: 600;
    color: #666;
    margin-bottom: 8px;
}

.highlight-content p {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.section-heading {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.2;
    border-bottom: 1px solid #000;
    padding-bottom: 12px;
}

.package-overview {
    margin: 0;
    position: relative;
}

.package-overview-content {
    position: relative;
    overflow: hidden;
}

.package-overview-content.collapsed {
    max-height: 200px;
}

.package-overview-content.expanded {
    max-height: none;
}

.package-overview p {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 20px;
}

.package-overview-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to bottom, rgba(250, 249, 246, 0), rgba(250, 249, 246, 1));
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.package-overview-content.expanded .package-overview-gradient {
    opacity: 0;
}

.overview-show-more {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: none;
    color: #63cfbf;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    padding: 8px 0;
    transition: color 0.3s ease;
}

.overview-show-more:hover {
    color: #4fa89a;
}

.overview-show-more svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.overview-show-more.expanded svg {
    transform: rotate(180deg);
}

.package-itinerary {
    margin: 0;
}

.itinerary-timeline {
    position: relative;
    padding-left: 40px;
}

.itinerary-timeline::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #63cfbf;
}

.timeline-item {
    position: relative;
    margin-bottom: 40px;
    padding-left: 12px;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -37px;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #63cfbf;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #63cfbf;
}

.timeline-day {
    font-size: 18px;
    font-weight: 700;
    color: #63cfbf;
    margin-bottom: 8px;
}

.timeline-content h4 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
}

.timeline-content p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

.package-participate {
    margin: 0;
}

.participate-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
}

.participate-item {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #eee;
}

.participate-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #63cfbf;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.participate-item p {
    font-size: 16px;
    color: #333;
    margin: 0;
    font-weight: 500;
}

.package-guidelines {
    margin: 0;
}

.guidelines-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.guideline-item {
    background-color: #fff;
    padding: 24px;
    border-radius: 8px;
    border-left: 4px solid #63cfbf;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.guideline-item h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
}

.guideline-item p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin: 0;
}

.package-reach {
    margin: 0;
}

.reach-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.reach-option {
    background-color: #fff;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #eee;
}

.reach-option h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
}

.reach-option p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 8px;
}

.reach-option strong {
    color: #000;
    font-weight: 600;
}

.package-essentials {
    margin: 0;
}

.essentials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
}

.essentials-category {
    background-color: #fff;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #eee;
}

.essentials-category h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #63cfbf;
}

.essentials-category ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.essentials-category li {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    padding-left: 24px;
    position: relative;
}

.essentials-category li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #63cfbf;
    font-weight: 700;
    font-size: 20px;
}

.package-faq {
    margin: 0;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.faq-question {
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background-color: #f5f5f5;
}

.faq-question span {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.faq-arrow {
    width: 16px;
    height: auto;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-arrow {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 24px;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 24px 20px;
}

.faq-answer p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin: 0;
}

/* Booking Form Styles */
.package-booking-form {
    position: sticky;
    top: 100px;
}

.booking-form-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e5e5;
    transition: box-shadow 0.3s ease;
}

.booking-form-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}

.booking-form-header {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.booking-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.booking-rating .rating-dots {
    display: flex;
    gap: 4px;
}

.booking-rating .rating-text {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.booking-discount {
    display: inline-block;
    background-color: #63cfbf;
    color: #000;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid #000;
}

.booking-package-name {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
    line-height: 1.3;
}

.booking-price {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-top: 4px;
}

.booking-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.booking-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 0;
}

.booking-form .form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 4px;
    display: block;
}

.booking-form .form-group input,
.booking-form .form-group textarea {
    width: 100%;
    padding: 0 16px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    font-family: "Urbanist", sans-serif;
    background-color: #fff;
    color: #000;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.booking-form .form-group input:hover,
.booking-form .form-group textarea:hover {
    border-color: #63cfbf;
}

.booking-form .form-group input::placeholder,
.booking-form .form-group textarea::placeholder {
    color: #999;
    opacity: 1;
}

.booking-form .form-group input:focus,
.booking-form .form-group textarea:focus {
    outline: none;
    border-color: #63cfbf;
    box-shadow: 0 0 0 3px rgba(99, 207, 191, 0.1);
}

.booking-form .form-group input[type="date"] {
    position: relative;
    color-scheme: light;
}

.booking-form .form-group input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.booking-form .form-group input[type="date"]::-webkit-calendar-picker-indicator:hover {
    opacity: 1;
}

.booking-form .form-group textarea {
    resize: vertical;
    min-height: 120px;
    font-family: "Urbanist", sans-serif;
    line-height: 1.5;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.booking-form .checkbox-group {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    margin-top: 4px;
}

.booking-form .checkbox-group input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    cursor: pointer;
    flex-shrink: 0;
}

.booking-form .checkbox-group label {
    margin: 0;
    font-weight: 400;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
}

.booking-submit-button {
    border-radius: 999px;
    display: inline-flex;
    position: relative;
    width: 100%;
    margin-top: 12px;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
}

.booking-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;
    color: #000;
}

.booking-submit-button img {
    width: 30px;
}

.booking-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;
}

.booking-submit-button:hover .btn__content {
    transform: translate3d(4px, 4px, 0);
}

.booking-submit-button:hover:after {
    transform: translate3d(0, 0, 0);
}

.package-cta {
    text-align: center;
    margin: 0;
    padding: 0;
}

.package-button {
    border-radius: 999px;
    display: inline-flex;
    position: relative;
    margin-inline: auto;
}

.package-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;
}

.package-button img {
    width: 30px;
}

.package-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;
}

.package-button:hover .btn__content {
    transform: translate3d(4px, 4px, 0);
}

.package-button:hover:after {
    transform: translate3d(0, 0, 0);
}

@media (max-width: 1024px) {
    .package-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .package-booking-form {
        position: static;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .package-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
}

@media (max-width: 768px) {

    /* Hide the right-side booking form on mobile */
    .package-booking-form {
        display: none;
    }
}

@media (max-width: 768px) {
    .package-hero-image .hero-image {
        height: 300px;
    }

    .package-title {
        font-size: 36px;
    }

    .package-subtitle {
        font-size: 18px;
    }

    .package-header-top {
        justify-content: center;
    }

    .package-features {
        grid-template-columns: 1fr;
        gap: 12px;
        max-height: 110px;
        overflow: hidden;
        position: relative;
        display: flex;
        flex-direction: row;
    }

    .package-feature {
        font-size: 15px;
        padding: 14px 18px;
        flex-shrink: 0;
    }

    .package-features-see-all {
        display: inline-flex;
        margin-top: 16px;
    }


    .section-heading {
        font-size: 28px;
    }

    .package-highlights {
        grid-template-columns: 1fr;
    }

    .itinerary-timeline {
        padding-left: 30px;
    }

    .timeline-item {
        padding-left: 16px;
    }

    .timeline-item::before {
        left: -28px;
    }

    .timeline-content h4 {
        font-size: 20px;
    }

    .package-section {
        padding-block: 40px;
    }

    .faq-question {
        padding: 8px 12px;
        align-items: baseline;
        gap: 12px;
    }

    .faq-answer {
        padding-inline: 12px !important;
    }

    .faq-question span {
        font-size: 16px;
        line-height: 1.4;
    }

    .faq-answer p {
        font-size: 14px;
        padding-top: 12px;
    }

    .faq-arrow {
        width: 12px;
    }

    .participate-grid,
    .essentials-grid {
        grid-template-columns: 1fr;
    }

    .booking-form-card {
        padding: 24px;
    }

    .booking-form {
        gap: 18px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .booking-package-name {
        font-size: 22px;
    }

    .booking-price {
        font-size: 20px;
    }
}

/* All Inclusive Tour Packages Section */
.packages-section {
    background-color: #faf9f6;
    padding: 0 0 80px 0;
}

.packages-title {
    font-size: 32px;
    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);
}

.packages-slider .package-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 0;
}

.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-section {
        padding-block: 40px;
    }

    .packages-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .package-card {
        flex: 0 0 100%;
    }

    .packages-slider-wrapper {
        padding: 0;
    }

    .slider-arrow {
        width: 40px;
        height: 40px;
        background-color: #4fa89a !important;
        border: 1px solid #000 !important;
        top: 100px;
    }

    .slider-arrow svg {
        width: 20px;
        height: 20px;
    }

    .package-title {
        font-size: 28px;
    }

    .package-subtitle {
        font-size: 16px;
    }

    .package-feature {
        padding: 4px 12px;
        padding-left: 4px;
        gap: 8px;
        font-size: 12px;
    }
}

/* Mobile Floating Contact Button */
.mobile-contact-button {
    display: none;
    position: fixed;
    bottom: 24px;
    right: 24px;
    border-radius: 999px;
    display: inline-flex;
    position: relative;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    z-index: 999;
}

.mobile-contact-button .btn__content {
    align-items: center;
    background-color: #63cfbf;
    border: 1px solid #000;
    border-radius: inherit;
    height: 50px;
    justify-content: space-between;
    min-height: 48px;
    gap: 12px;
    min-width: 100%;
    padding: 0 24px;
    position: relative;
    transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    z-index: 2;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    display: none;
}

.mobile-contact-button img {
    width: 20px;
}

.mobile-contact-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;
}

.mobile-contact-button:hover .btn__content {
    transform: translate3d(4px, 4px, 0);
}

.mobile-contact-button:hover:after {
    transform: translate3d(0, 0, 0);
}

/* Mobile Full-Screen Contact Form Overlay */
.mobile-contact-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(250, 249, 246, 0.98);
    backdrop-filter: blur(10px);
    z-index: 1000;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    display: block;
}

.mobile-contact-content {
    padding: 40px 16px 24px;
    max-width: 100%;
    transform: translateX(100%);
}

.mobile-contact-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
}

.mobile-contact-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.mobile-contact-close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.mobile-contact-close:hover {
    background-color: #e5e5e5;
}

.mobile-contact-close svg {
    width: 20px;
    height: 20px;
    color: #000;
}

.mobile-booking-form-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.mobile-booking-form-header {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.mobile-booking-discount {
    display: inline-block;
    background-color: #63cfbf;
    color: #000;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}

.mobile-booking-package-name {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
}

.mobile-booking-price {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

@media (max-width: 768px) {

    /* Show floating button on mobile */
    .mobile-contact-button {
        display: flex;
        position: fixed;
    }

    .mobile-contact-button .btn__content {
        display: flex;
    }
}

/* Features Modal Styles */
.features-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(250, 249, 246, 0.98);
    backdrop-filter: blur(10px);
    z-index: 1001;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    display: block;
}

.features-modal-content {
    padding: 40px 16px 24px;
    max-width: 100%;
    transform: translateY(50px);
}

.features-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
}

.features-modal-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.features-modal-close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.features-modal-close:hover {
    background-color: #e5e5e5;
}

.features-modal-close svg {
    width: 20px;
    height: 20px;
    color: #000;
}

.features-modal-body {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}