html {
    scroll-behavior: smooth;
}

body {
    font-family: "Playfair Display", serif;
    margin: 0;
    padding: 0;
}

/* =========================================
   Package Container
   ========================================= */
.package-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 100px 20px 100px;
}

/* =========================================
   Breadcrumbs
   ========================================= */
.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 55px 0 40px 0;
    gap: 5px;
}

.crumb {
    position: relative;
    background: #4dd0e1;
    color: #000000;
    padding: 8px 25px 8px 30px;
    font-size: 0.9rem;
    text-decoration: none;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.crumb:hover {
    opacity: 0.85;
    transform: translateY(-2px);
}

.crumb.home {
    padding-left: 20px;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}

.crumb.current {
    background: #4dd0e1;
    opacity: 0.75;
    cursor: default;
}

/* =========================================
   Page Title
   ========================================= */
.page-title {
    text-align: center;
    font-size: 2.5rem;
    color: #7ac142;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0 0 50px 0;
    line-height: 1.3;
}

/* =========================================
   Introduction Section
   ========================================= */
.intro-section {
    margin-bottom: 60px;
}

.intro-content {
    max-width: 1200px;
    margin: 0 auto;
}

.intro-paragraph {
    font-size: 1rem;
    line-height: 1.9;
    color: #555;
    text-align: justify;
}

.drop-cap {
    float: left;
    font-size: 3rem;
    line-height: 1;
    margin: 5px 10px 0 0;
    color: #4dd0e1;
    font-weight: 700;
}

/* =========================================
   Duration Section
   ========================================= */
.duration-section {
    margin-bottom: 60px;
}

.duration-box {
    text-align: center;
}

.section-heading {
    font-size: 2.5rem;
    color: #4dd0e1;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.section-heading.green {
    color: #7ac142;
}

.enquire-btn {
    display: inline-block;
    background: #e53935;
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-size: 1.1rem;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(229, 57, 53, 0.3);
    text-decoration: none;
    text-align: center;
}

.enquire-btn:hover {
    background: #c62828;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(229, 57, 53, 0.4);
}


/* =========================================
   Pricing Section
   ========================================= */
.pricing-section {
    margin-bottom: 60px;
    text-align: center;
}

.pricing-title {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 30px;
    font-weight: 600;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.price-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
    background: linear-gradient(135deg, #f5f5f5 0%, #fff 100%);
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.price-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.currency {
    font-size: 1.2rem;
    color: #7ac142;
    font-weight: 600;
    margin-bottom: 5px;
}

.amount {
    font-size: 3rem;
    color: #333;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.per {
    font-size: 0.9rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.details {
    font-size: 0.85rem;
    color: #888;
    font-style: italic;
}

/* =========================================
   Locations Section with Map
   ========================================= */
.locations-section{
    margin-bottom: 60px;
}

.locations-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 50px;
    align-items: center;

}

.locations-list-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.section-heading {
    font-size: 2.5rem;
    color: #4dd0e1;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 30px;
    white-space: nowrap;   
}
.enquire-btn {
    display: inline-block;
    background: #e53935;
    color: #fff;
    border: none;
    width: fit-content; 
    padding: 12px 30px; 
    font-size: 1.1rem;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(229, 57, 53, 0.3);
    text-decoration: none;
    text-align: center;
}
.enquire-btn:hover {
    background: #c62828;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(229, 57, 53, 0.4);
}

.map-container {
    display: flex;
    justify-content: flex-end; 
    align-items: center; 
}

.tour-map {
    max-width: 100%;
    height: auto;
}

/* =========================================
   Itinerary Section
   ========================================= */
.itinerary-section {
    margin-bottom: 60px;
}

.itinerary-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.day-item {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    border-left: 4px solid #7ac142;
    transition: all 0.3s ease;
}

.day-item:hover {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
}

.day-title {
    font-size: 1.5rem;
    color: #333;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.day-description {
    font-size: 1.05rem;
    color: #666;
    line-height: 1.7;
    margin: 0 0 15px 0;
}

/* Hotel Info Section */
.hotel-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e0e0e0;
    flex-wrap: wrap;
}

.hotel-label {
    font-size: 0.95rem;
    color: #888;
    font-weight: 600;
}

.hotel-name-link {
    font-size: 0.95rem;
    color: #333;
    font-weight: 500;
}

.view-hotel-btn {
    background: #7ac142;
    color: #000;
    text-decoration: none;
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-left: auto;
}

.view-hotel-btn:hover {
    background: #68a835;
    transform: translateY(-2px);
    box-shadow: 0 3px 10px rgba(77, 208, 225, 0.3);
}

/* =========================================
   Includes & Excludes Section
   ========================================= */
.includes-excludes-section {
    margin-bottom: 60px;
}

.includes-excludes-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.includes-box,
.excludes-box {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.includes-list,
.excludes-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.includes-list li,
.excludes-list li {
    padding: 12px 0;
    padding-left: 35px;
    position: relative;
    font-size: 1.05rem;
    color: #555;
    line-height: 1.6;
    border-bottom: 1px solid #f0f0f0;
}

.includes-list li:before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #7ac142;
    font-size: 1.5rem;
    font-weight: bold;
}

.excludes-list li:before {
    content: "✗";
    position: absolute;
    left: 0;
    color: #e53935;
    font-size: 1.5rem;
    font-weight: bold;
}

.includes-list li:last-child,
.excludes-list li:last-child {
    border-bottom: none;
}

/* =========================================
   Hotels Section
   ========================================= */
.hotels-section {
    margin-bottom: 60px;
}

.hotel-block {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid #e0e0e0;
}

.hotel-block:last-child {
    border-bottom: none;
}

.hotel-name {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
}

.hotel-location {
    color: #e53935;
}

.hotel-description {
    font-size: 1.05rem;
    color: #666;
    line-height: 1.8;
    text-align: justify;
}

/* =========================================
   Gallery Section
   ========================================= */
.gallery-section {
    margin-bottom: 100px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    grid-auto-rows: 200px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
    grid-column: span 1 !important;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

/* =========================================
   Enquiry Section
   ========================================= */
.enquiry-section {
    text-align: center;
    margin: 80px 0 60px 0;
}

.enquire-btn-large {
    display: inline-block;
    background: #e53935;
    color: #fff;
    border: none;
    padding: 20px 60px;
    font-size: 1.3rem;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(229, 57, 53, 0.3);
    text-decoration: none;
    text-align: center;
}

.enquire-btn-large:hover {
    background: #c62828;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(229, 57, 53, 0.4);
}

/* =========================================
   Lightbox Modal
   ========================================= */
.lightbox-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    align-items: center;
    justify-content: center;
}

.modal-content-wrapper {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-image {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 5px;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 3rem;
    color: #fff;
    cursor: pointer;
    z-index: 10000;
    transition: all 0.3s ease;
}

.close-btn:hover {
    color: #4dd0e1;
    transform: rotate(90deg);
}

.prev-btn,
.next-btn {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: none;
    font-size: 2rem;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.prev-btn {
    left: 20px;
}

.next-btn {
    right: 20px;
}

.image-counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 1.2rem;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    border-radius: 20px;
}

/* =========================================
   RESPONSIVE DESIGN
   ========================================= */

/* Tablet (768px - 1024px) */
@media screen and (max-width: 1024px) {
    .page-title {
        font-size: 2.5rem;
    }

    .section-heading {
        font-size: 2rem;
    }

    .pricing-grid {
        gap: 20px;
    }

    .duration-content {
        gap: 30px;
    }

    .itinerary-grid {
        gap: 20px;
    }


    .includes-excludes-grid {
        gap: 30px;
    }
}

@media screen and (max-width: 768px) {
    .package-container {
        padding: 15px;
    }

    .breadcrumbs {
        margin: 25px 0 30px 0;
    }

    .crumb {
        font-size: 0.8rem;
        padding: 6px 20px 6px 25px;
    }

    .page-title {
        font-size: 2rem;
        margin-bottom: 35px;
    }

    .intro-paragraph {
        font-size: 1rem;
        text-align: left;
    }

    .drop-cap {
        font-size: 4rem;
        margin: 5px 8px 0 0;
    }

    .section-heading {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .enquire-btn {
        padding: 12px 30px;
        font-size: 1rem;
    }

    .pricing-title {
        font-size: 1.5rem;
        margin-bottom: 25px;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 400px;
    }

    .price-item {
        padding: 25px 20px;
    }

    .amount {
        font-size: 2.5rem;
    }

    /* Locations - Stack Vertically */
    .duration-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .locations-list-wrapper {
        padding-left: 0; 
    }

    /* Itinerary - Single Column */
    .itinerary-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .day-item {
        padding: 20px;
    }

    .day-title {
        font-size: 1.3rem;
        margin-bottom: 12px;
    }

    .day-description {
        font-size: 0.95rem;
    }

    .hotel-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    }

    .hotel-name-link {
        font-size: 0.9rem;
    }

    .view-hotel-btn {
        margin-left: 0;
        width: 100%;
        text-align: center;
        padding: 8px 16px;
    }

    /* Includes & Excludes - Stack */
    .includes-excludes-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .includes-box,
    .excludes-box {
        padding: 25px;
    }

    .includes-list li,
    .excludes-list li {
        font-size: 0.95rem;
        padding: 10px 0 10px 30px;
    }

    /* Hotels */
    .hotel-name {
        font-size: 1.5rem;
    }

    .hotel-description {
        font-size: 0.95rem;
        text-align: left;
    }

    /* Gallery */
    .gallery-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        grid-auto-rows: 220px;
        gap: 12px;
    }

    .gallery-item {
        grid-column: auto !important;
        height: 100%;
    }

    .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .gallery-section {
        margin-bottom: 80px;
    }
    /* Enquiry */
    .enquiry-section {
        margin: 60px 0 40px 0;
    }

    .enquire-btn-large {
        padding: 15px 40px;
        font-size: 1.1rem;
    }

    /* Lightbox */
    .close-btn {
        top: 10px;
        right: 20px;
        font-size: 2.5rem;
    }

    .prev-btn,
    .next-btn {
        font-size: 1.5rem;
        padding: 15px;
    }

    .prev-btn {
        left: 10px;
    }

    .next-btn {
        right: 10px;
    }

    .image-counter {
        font-size: 1rem;
        padding: 8px 15px;
    }

    
}

/* Mobile (480px and below) */
@media screen and (max-width: 480px) {
    .page-title {
        font-size: 1.5rem;
        letter-spacing: 0;
    }

    .section-heading {
        font-size: 1.5rem;
        letter-spacing: 1px;
    }

    .intro-paragraph {
        font-size: 0.95rem;
    }

    .drop-cap {
        font-size: 3.5rem;
    }

    .enquire-btn {
        padding: 10px 25px;
        font-size: 0.95rem;
    }

    .pricing-title {
        font-size: 1.3rem;
    }

    .amount {
        font-size: 2rem;
    }

    .currency {
        font-size: 1rem;
    }

    .day-title {
        font-size: 1.2rem;
    }

    .day-description {
        font-size: 0.9rem;
    }

    .hotel-label,
    .hotel-name-link {
        font-size: 0.85rem;
    }

    .view-hotel-btn {
        font-size: 0.8rem;
    }

    .includes-list li,
    .excludes-list li {
        font-size: 0.9rem;
        padding: 8px 0 8px 28px;
    }

    .hotel-name {
        font-size: 1.3rem;
    }

    .hotel-description {
        font-size: 0.9rem;
    }

  .gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 220px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .gallery-item {
        grid-column: auto !important;
    }

    .gallery-section {
        margin-bottom: 60px;
    }

    .enquire-btn-large {
        padding: 12px 30px;
        font-size: 1rem;
    }

    .crumb {
        font-size: 0.75rem;
        padding: 5px 15px 5px 20px;
    }
     .duration-content {
        grid-template-columns: 1fr;  
        text-align: center;          
        gap: 20px;                
    }

    .duration-list-wrapper {
        justify-content: center;      
        align-items: center;
    }

    .map-container {
        justify-content: center;  
        margin-top: 20px;          
    }
}

/* Very small mobile devices */
@media screen and (max-width: 360px) {
    .package-container {
        padding: 10px;
    }

    .page-title {
        font-size: 1.3rem;
    }

    .section-heading {
        font-size: 1.3rem;
    }

    .breadcrumbs {
        flex-direction: column;
        align-items: flex-start;
    }

    .crumb {
        clip-path: none;
        margin-bottom: 5px;
        width: 100%;
        text-align: center;
    }
}