/* =========================================
   AAYUSH HOLIDAYS
   ITINERARY SECTION
   Theme: Red + Black + White
========================================= */

.acr-itinerary-section {
    width: 100%;
    padding: 70px 20px;
    background: #f7f7f7;
    box-sizing: border-box;
}

.acr-itinerary-container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.acr-itinerary-heading {
    text-align: center;
    margin-bottom: 55px;
}

.acr-small-title {
    color: #e00000;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 8px;
}

.acr-itinerary-heading h1 {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 38px;
    line-height: 1.2;

    font-weight: 800;
    color: #151515;
}

.acr-itinerary-heading h1 span {
    color: #e00000;
}

.acr-route {
    margin-top: 10px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;

    letter-spacing: 1.5px;

    color: #333;
}

.acr-route b {
    color: #e00000;
    padding: 0 7px;
}

.acr-heading-line {
    width: 55px;
    height: 4px;

    background: #e00000;

    margin: 18px auto 20px;
}

.acr-itinerary-heading p {
    max-width: 800px;

    margin: 0 auto;

    color: #777;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================
   DAY CARD
========================================= */

.acr-day-item {
    width: 100%;

    margin-bottom: 28px;

    background: #ffffff;

    border-radius: 5px;

    overflow: hidden;

    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);

    border: 1px solid #e4e4e4;
}


/* =========================================
   DAY HEADER
========================================= */

.acr-day-header {
    display: flex;

    align-items: stretch;

    min-height: 70px;

    background: #171717;

    color: #ffffff;
}


/* DAY NUMBER */

.acr-day-number {
    width: 125px;

    flex-shrink: 0;

    background: #e00000;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    line-height: 1;
}

.acr-day-number small {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;

    font-weight: 700;

    margin-bottom: 3px;
}

.acr-day-number strong {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 31px;

    font-weight: 800;
}


/* DAY TITLE */

.acr-day-title {
    flex: 1;

    display: flex;

    align-items: center;

    padding: 0 30px;

    font-family: 'Montserrat', Arial, sans-serif;

    font-size: 21px;

    font-weight: 700;
}


/* ICON */

.acr-day-icon {
    width: 125px;

    flex-shrink: 0;

    background: #e00000;

    display: flex;

    align-items: center;

    justify-content: center;

    font-family: 'Montserrat', Arial, sans-serif;

    font-size: 32px;

    position: relative;
}


/* angled effect */

.acr-day-icon:before {
    content: "";

    position: absolute;

    left: -25px;
    top: 0;

    width: 45px;
    height: 100%;

    background: #e00000;

    transform: skewX(-25deg);
}


/* =========================================
   CONTENT
========================================= */

.acr-day-content {
    display: flex;

    min-height: 100px;

    background: #ffffff;
}


/* =========================================
   TIMELINE
========================================= */

.acr-timeline {
    width: 55px;

    flex-shrink: 0;

    position: relative;

    display: flex;

    justify-content: center;
}

.acr-timeline:before {
    content: "";

    position: absolute;

    top: 20px;
    bottom: 20px;

    width: 2px;

    background: #e00000;
}

.acr-timeline span {
    width: 11px;
    height: 11px;

    background: #e00000;

    border-radius: 50%;

    position: relative;

    margin-top: 18px;

    z-index: 2;
}


/* =========================================
   TEXT
========================================= */

.acr-day-text {
    flex: 1;

    padding: 17px 30px 22px 0;
}

.acr-day-text p {
    margin: 0;

    color: #444;

    font-family: 'Montserrat', Arial, sans-serif;

    font-size: 15px;

    line-height: 1.75;
}


/* =========================================
   HOVER EFFECT
========================================= */

.acr-day-item {
    transition: all 0.3s ease;
}

.acr-day-item:hover {
    transform: translateY(-2px);

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}



/* =========================================
   AAYUSH HOLIDAYS
   ITINERARY CTA
========================================= */

.acr-itinerary-cta {
    margin-top: 45px;

    padding: 40px 25px;

    text-align: center;

    background: #171717;

    border-radius: 6px;

    position: relative;

    overflow: hidden;

    box-shadow: 0 5px 20px rgba(0,0,0,0.12);
}


/* Red top line */

.acr-itinerary-cta:before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: #e00000;
}


/* Heading */

.acr-itinerary-cta h3 {
    margin: 0 0 8px;

    color: #ffffff;

    font-family: 'Montserrat', Arial, sans-serif;

    font-size: 26px;

    font-weight: 800;
}


/* Description */

.acr-itinerary-cta p {
    margin: 0 auto 25px;

    max-width: 650px;

    color: #cccccc;

    font-family: 'Montserrat', Arial, sans-serif;

    font-size: 14px;

    line-height: 1.7;
}


/* Buttons container */

.acr-cta-buttons {
    display: flex;

    justify-content: center;

    align-items: center;

    gap: 12px;
}


/* Common button */

.acr-book-btn,
.acr-call-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 170px;

    height: 48px;

    padding: 0 25px;

    border-radius: 3px;

    font-family: 'Montserrat', Arial, sans-serif;

    font-size: 13px;

    font-weight: 700;

    text-decoration: none;

    transition: all 0.3s ease;

    box-sizing: border-box;
}


/* Book */

.acr-book-btn {
    background: #e00000;

    color: #ffffff;

    border: 2px solid #e00000;
}


.acr-book-btn:hover {
    background: #c00000;

    border-color: #c00000;

    color: #ffffff;

    text-decoration: none;

    transform: translateY(-2px);
}


/* Call */

.acr-call-btn {
    background: transparent;

    color: #ffffff;

    border: 2px solid #ffffff;
}


.acr-call-btn:hover {
    background: #ffffff;

    color: #151515;

    text-decoration: none;

    transform: translateY(-2px);
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .acr-itinerary-cta {
        margin-top: 30px;

        padding: 30px 18px;
    }


    .acr-itinerary-cta h3 {
        font-size: 21px;

        line-height: 1.35;
    }


    .acr-itinerary-cta p {
        font-size: 13px;

        line-height: 1.6;

        margin-bottom: 20px;
    }


    .acr-cta-buttons {
        flex-direction: column;

        width: 100%;

        gap: 10px;
    }


    .acr-book-btn,
    .acr-call-btn {
        width: 100%;

        min-width: 0;

        height: 46px;
    }

}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .acr-itinerary-section {
        padding: 45px 12px;
    }


    /* HEADING */

    .acr-small-title {
        font-size: 11px;

        letter-spacing: 2px;
    }

    .acr-itinerary-heading h1 {
        font-size: 27px;
    }

    .acr-route {
        font-size: 11px;

        line-height: 1.8;

        padding: 0 10px;
    }

    .acr-route b {
        padding: 0 3px;
    }

    .acr-itinerary-heading p {
        font-size: 13px;

        line-height: 1.6;

        padding: 0 10px;
    }


    /* DAY HEADER */

    .acr-day-header {
        min-height: 62px;
    }


    .acr-day-number {
        width: 70px;
    }

    .acr-day-number small {
        font-size: 10px;
    }

    .acr-day-number strong {
        font-size: 24px;
    }


    .acr-day-title {
        padding: 0 12px;

        font-size: 15px;

        line-height: 1.3;
    }


    .acr-day-icon {
        width: 55px;

        font-size: 22px;
    }

    .acr-day-icon:before {
        display: none;
    }


    /* CONTENT */

    .acr-day-content {
        min-height: auto;
    }


    .acr-timeline {
        width: 35px;
    }

    .acr-timeline:before {
        top: 17px;
        bottom: 17px;
    }

    .acr-timeline span {
        width: 9px;
        height: 9px;

        margin-top: 16px;
    }


    .acr-day-text {
        padding: 14px 12px 18px 0;
    }

    .acr-day-text p {
        font-size: 13px;

        line-height: 1.65;
    }


    .acr-day-item {
        margin-bottom: 20px;
    }


    .acr-itinerary-cta {
        margin-top: 30px;

        padding: 30px 18px;
    }


    .acr-itinerary-cta h3 {
        font-size: 21px;

        line-height: 1.35;
    }


    .acr-itinerary-cta p {
        font-size: 13px;

        line-height: 1.6;

        margin-bottom: 20px;
    }


    .acr-cta-buttons {
        flex-direction: column;

        width: 100%;

        gap: 10px;
    }


    .acr-book-btn,
    .acr-call-btn {
        width: 100%;

        min-width: 0;

        height: 46px;
    }

}


/* =========================================
   VERY SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .acr-itinerary-heading h1 {
        font-size: 24px;
    }

    .acr-day-number {
        width: 62px;
    }

    .acr-day-title {
        font-size: 14px;
    }

    .acr-day-icon {
        width: 48px;
        font-size: 19px;
    }

}