html {
    scroll-behavior: smooth;
}

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

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

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

.east-coast-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;
}

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

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

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

/* =========================================
   Page Title
   ========================================= */
.east-coast-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
   ========================================= */
.east-coast-intro-section {
    margin-bottom: 60px;
}

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

.east-coast-intro-paragraph {
    font-size: 1rem;
    line-height: 1.9;
    color: #555;
    text-align: justify;
    margin-bottom: 20px;
}

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

/* =========================================
   Duration Section (Standalone)
   ========================================= */
.east-coast-duration-section {
    margin-bottom: 60px;
}

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

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

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

.east-coast-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;
}

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

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

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

.east-coast-pricing-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.east-coast-price-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 40px;
    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;
    min-width: 300px;
}

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

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

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

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

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

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

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

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

.east-coast-locations-list {
    list-style: disc;
    padding: 0;
    margin: 0;
    padding-left: 70px;
}

.east-coast-locations-list li {
    font-size: 1.15rem;
    color: #555;
    padding: 8px 0;
    white-space: nowrap;
}

.east-coast-locations-list li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

.east-coast-day-description {
    font-size: 1.05rem;
    color: #666;
    line-height: 1.7;
    margin: 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
   ========================================= */
.east-coast-includes-excludes-section {
    margin-bottom: 60px;
}

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

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

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

.east-coast-includes-list li,
.east-coast-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;
}

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

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

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

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

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

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

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

.east-coast-hotel-location {
    color: #e53935;
}

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

/* =========================================
   Gallery Section -
   ========================================= */
.east-coast-gallery-section{
    padding:60px 40px;
}

.east-coast-gallery-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
}

.east-coast-gallery-item{
    overflow:hidden;
    border-radius:8px;
    cursor:pointer;
    aspect-ratio:1;
}

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

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

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

.east-coast-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;
}

.east-coast-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;
    inset:0;
    background:rgba(0,0,0,0.95);
    z-index:9999;
    justify-content:center;
    align-items:center;
}

.modal-image{
    max-width:90%;
    max-height:85vh;
    border-radius:8px;
}

.close-btn{
    position:absolute;
    top:20px;
    right:40px;
    font-size:40px;
    color:#fff;
    cursor:pointer;
}

.prev-btn,
.next-btn{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background:rgba(255,255,255,0.2);
    border:none;
    color:#fff;
    font-size:30px;
    padding:15px 20px;
    cursor:pointer;
}

.prev-btn{ left:20px; }
.next-btn{ right:20px; }

.image-counter{
    position:absolute;
    bottom:20px;
    color:#fff;
    background:rgba(0,0,0,0.6);
    padding:8px 20px;
    border-radius:20px;
}


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

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

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

    .east-coast-pricing-grid {
        gap: 20px;
    }

    .east-coast-locations-content {
        gap: 30px;
    }

    .east-coast-itinerary-grid {
        gap: 20px;
    }

    .east-coast-gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .east-coast-gallery-item:nth-child(6) {
        grid-column: span 1;
    }

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

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

    .east-coast-breadcrumbs {
        margin: 25px 0 30px 0;
    }

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

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

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

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

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

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

    /* Pricing - Stack Vertically */
    .east-coast-pricing-title {
        font-size: 1.5rem;
        margin-bottom: 25px;
    }

    .east-coast-pricing-grid {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .east-coast-price-item {
        padding: 25px 20px;
        width: 100%;
        max-width: 400px;
    }

    .east-coast-amount {
        font-size: 2.5rem;
    }

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

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

    .east-coast-locations-list li {
        font-size: 1rem;
        padding: 10px 0;
        white-space: normal;
    }

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

    .east-coast-day-item {
        padding: 20px;
    }

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

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

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

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

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

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

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

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

    /* Gallery - 2 Columns */
    .east-coast-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .east-coast-gallery-item:nth-child(6) {
        grid-column: span 1;
    }

    /* Enquiry */
    .east-coast-enquiry-section {
        margin: 60px 0 40px 0;
    }

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

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

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

    .east-coast-prev-btn {
        left: 10px;
    }

    .east-coast-next-btn {
        right: 10px;
    }

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

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

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

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

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

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

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

    .east-coast-amount {
        font-size: 2rem;
    }

    .east-coast-currency {
        font-size: 1rem;
    }

    .east-coast-locations-list li {
        font-size: 0.95rem;
    }

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

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

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

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

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

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

    .east-coast-gallery-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .east-coast-gallery-item:nth-child(6) {
        grid-column: span 1;
    }

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

    .east-coast-crumb {
        font-size: 0.75rem;
        padding: 5px 15px 5px 20px;
    }
}

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

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

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

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

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