/*
Theme Name: Tripgo Child
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Template: tripgo
Author: Ovatheme
Description: Tripgo is a modernized take on an ever-popular WordPress. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Tripgo will make your WordPress look beautiful everywhere. Created by Ovatheme
Tags: two-columns,three-columns,left-sidebar,right-sidebar,custom-menu,editor-style,featured-images,flexible-header,full-width-template,post-formats,rtl-language-support,sticky-post,translation-ready
Version: 1.5.5.1771785106
Updated: 2026-02-22 18:31:46

*/

/* ===================================== */
/* TOUR CALENDAR PAGE ONLY - 10219 */
/* ===================================== */

/* Main wrapper background */
.page-id-10219 #ns-tour-calendar-page {
    /* background-color: #52390f; */
    padding: 60px 0;
    box-sizing: border-box;
    margin-top: -50px;
}

/* Centered container */
.page-id-10219 .ns-calendar-container {
    width: 59.5%;
    margin: 0 auto;
    background-color: #52390f;
    padding: 20px;
    border-radius: 25px;
}

/* Each tour row */
.page-id-10219 .tour-calendar-item {
    display: grid;
    grid-template-columns: 120px 90px 1fr 180px;
    align-items: start !important;
    align-content: flex-start !important;
    gap: 30px;
    padding: 40px 0;
    border-bottom: 1px solid rgba(242, 251, 250, 0.2);
}

/* Column common styling */
.page-id-10219 .calendar-col {
    color: #f2fbfa;
    align-items: start !important;
    height: auto;
}

/* Date / duration column */
.page-id-10219 .tour-start-date {
    width: 55px;                /* a bit narrower to match suforyou */
    height: 55px;               /* fixed height for a neat square */
    /* background: #fff;           white background like suforyou */
    border-radius: 6px;
    /* box-shadow: 0 2px 6px rgba(0,0,0,0.12); */
    text-align: center;
    padding-top: 6px;           /* spacing from top */
    margin: 0 15px 0 0;         /* right margin to separate from image */
    display: inline-block;
    font-family: 'Arial', sans-serif;
    color: #F2FBFA;                /* dark text */
    user-select: none;          /* optional: no text selection */
}

.page-id-10219 .tour-start-date .day {
    font-size: 36px !important;            /* large day number */
    font-weight: 500;
    line-height: 1;
    margin-bottom: 2px;         /* spacing below day */
    letter-spacing: 0.5px;
    display: block !important;
}

.page-id-10219 .tour-start-date .month {
    display: block !important;      /* forces month to the next line */
    font-size: 12px !important;     /* or your preferred size */
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.2px;
    margin-top: 2px;     /* some spacing from day */
    /* text-align: center; */
}
.page-id-10219 .tour-calendar-item {
    display: flex;
    align-items: center;
} 

.page-id-10219 .feature .title-desc {
    /* color: #F2FBFA; */
}
.page-id-10219 .ova-features-product .feature {
    min-width: 120px !important;
}
.page-id-10219 .ova-features-product {
    align-items: start;
    padding: 0;
}
.page-id-10219 .ova-features-product h6 {
        font-size: 18px !important;
        /* color: #F2FBFA; */
        padding: 0;
}
.page-id-10219 .ova-features-product p {
        font-size: 16px !important;
        /* color: #F2FBFA; */
}
.page-id-10219 .tour-calendar-item .ova-features-product h6,
.page-id-10219 .tour-calendar-item .ova-features-product p {
    color: #F2FBFA !important;
}

/* Image column */
.page-id-10219 .calendar-image {
    max-width: 90px !important;
}
.page-id-10219 .calendar-image img {
    max-width: 90px;
    height: 90px;
    border-radius: 8px;
    display: block;
}

/* Details column */
.page-id-10219 .calendar-details {
    max-width: 460px;
    align-items: flex-start;
}
.page-id-10219 .calendar-details h3 {
    margin: 0;
    font-size: 20px;
}

.page-id-10219 .calendar-details a {
    color: #f2fbfa;
    text-decoration: none;
    display: inline-block; /* REQUIRED for transform to work properly */
    transition: transform 0.6s ease; /* smooth animation */
}

.page-id-10219 .calendar-details a:hover {
    opacity: 0.8;
}
.page-id-10219 .tour-calendar-item:hover .calendar-details .calendar-arrow {
    transform: rotate(-45deg);
}

.page-id-10219 .tour-duration {
    font-size: 14px;
    margin-bottom: 6px;
}

.page-id-10219 .tour-spots {
    font-size: 14px;
    font-weight: 600;
}

/* Price column */
.page-id-10219 .calendar-price {
    text-align: left;
    max-width: 170px;
}

.page-id-10219 .from-text {
    font-size: 13px;
    opacity: 0.8;
}

.page-id-10219 .price {
    font-size: 22px;
    font-weight: 700;
    margin: 6px 0 12px 0;
}

/* Arrow button */
.page-id-10219 .calendar-arrow a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #52390f;
    padding: 15px;
    border-radius: 50px;
    color: #f2fbfa;
    border: 1px solid #f2fbfa;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 50px;
    width: 50px;
}

.page-id-10219 .calendar-arrow a:hover {
    background-color: #f2fbfa;
    color: #52390f;
}

/* Responsive */
@media (max-width: 992px) {

    .page-id-10219 .tour-calendar-item {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .page-id-10219 .calendar-price {
        text-align: center;
        margin-top: 20px;
    }
}
/* .page-id-10219 {
    border: 10px solid red !important;
} */

@media (max-width: 991px) and (min-width: 768px) {

    .page-id-10219 .ns-calendar-container {
        width: 98%;
    }

    .page-id-10219 .tour-calendar-item {
        grid-template-columns: 1fr 1fr 2fr 1fr;
        gap: 20px;
        align-items: start;
    }

    /* Make price align under details */
    .page-id-10219 .calendar-price {
        /* grid-column: 2; */
        text-align: left;
        margin-top: 10px;
    }

    .page-id-10219 .calendar-details {
        /* max-width: 100%; */
    }
    .page-id-10219 .calendar-date {
        justify-content: left;
        text-align: left;
    }
    .page-id-10219 .calendar-details {
        text-align: left;
    }
}

@media (max-width: 767px) {

    .page-id-10219 .ns-calendar-container {
        width: 95%;
        padding: 15px;
    }

.page-id-10219 .tour-calendar-item {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    padding: 30px 0;
    align-items: start;
}
/* Row 1 */
.page-id-10219 .ova-features-product {
    grid-column: 1;
}

.page-id-10219 .calendar-image {
    grid-column: 2;
    justify-self: end;
}

/* Row 2 */
.page-id-10219 .calendar-details {
    grid-column: 1;
}

.page-id-10219 .calendar-price {
    grid-column: 2;
    justify-self: end;
    text-align: right;
}

    .page-id-10219 .calendar-image {
        max-width: 100%;
        align-content: end;
        align-items: end;
    }
        .page-id-10219 .ova-features-product {
            text-align: left;
        }

    .page-id-10219 .page-id-10219 .calendar-image img {
        width: 90px !important;
        height: 60px !important;
        align-self: end;
    }
    .page-id-10219 .calendar-details {
        text-align: left;
    }

    .page-id-10219 .calendar-price {
        text-align: right;
    }

    .page-id-10219 .calendar-arrow a {
        height: 45px;
        width: 45px;
        font-size: 16px;
    }

    .page-id-10219 .ova-features-product p {
        font-size: 18px !important;
    }
    
}
