@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");
/* @import url("https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/css/bootstrap.min.css"); */
@import url("https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.css");
a {
    transition: 0.4s all ease !important;
}
body {
    font-family: "Montserrat";
}
.logo-footer {
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(1%)
        hue-rotate(243deg) brightness(102%) contrast(100%);
}

footer {
    font-size: 14px;
    background-color: #000000;
}
footer .list-unstyled li {
    padding: 7px 0;

    font-size: 15px;

    font-weight: 500;
}
footer h5 {
    font-weight: bold;
}

footer a {
    transition: color 0.3s;
}

footer a:hover {
    color: #ddd;
}

/* Section Styling */
.popular-trips-section {
    background-color: #f9f9f9;
    overflow: hidden;
    position: relative;
}

.popular-trips-section .section-subtitle {
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 400;
    line-height: 30.48px;
    text-align: center;
    color: #bb0000;
}

.popular-trips-section .section-title {
    font-family: Montserrat;
    font-size: 60px;
}

/* Tabs Styling */
.nav-tabs {
    border-bottom: none;
    align-items: center;
}

.nav-tabs .nav-item {
    position: relative;
}

.nav-tabs .nav-link {
    color: #263238;
    padding: 10px 15px;
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 400;
    line-height: 30.48px;
    text-align: center;
    display: flex;
    align-items: center;
    border: none;
}

.nav-tabs .nav-link.active {
    color: #263238;
    font-weight: bold;
    font-family: Montserrat;
    /* font-size: 25px; */
    transition: 0.5s all ease;
    font-weight: 700;
}

.nav-tabs .tab-dot {
    display: inline-block;
    width: 23px;
    height: 23px;
    background-color: #ff8282;
    border-radius: 50%;
    margin-left: 5px;
    visibility: hidden;
    transform: scale(0);
    transition: 0.4s all ease;
    opacity: 0;
}

.nav-tabs .nav-link.active .tab-dot {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

/* Divider Styling */
.tab-divider {
    width: 1px;
    height: 20px;
    background-color: #e0e0e0;
    margin: 0 10px;
}

/* Add hover effect */
.nav-tabs .nav-link:hover {
    color: #dc3545;
}

/* Card Styling */
.trip-card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s ease;
    margin-bottom: 10px;
}

.trip-card:hover {
    transform: scale(1.03);
}

.trip-card-img {
    width: 100%;
    height: 263px;
    /* object-fit: cover; */
    backdrop-filter: 0px 4px 15px 0px #00000026;
    /* overflow: hidden; */
    height: 263px !important;
    border-radius: 25px !important;
    margin-bottom: 20px;
}

.trip-card-body {
    padding: 10px;
    text-align: left;
    padding-top: 0;
}

.trip-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0;
    font-size: 25px;
}

.trip-duration {
    font-size: 18px;
    color: #6c757d;
    font-weight: 500;
    margin: 0;
}

.trip-price {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #bb0000 !important;
    display: none;
}
.trip-price span {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #bb0000 !important;
}
.trip-location {
    font-size: 18px;
    margin-bottom: 15px;
}

.trip-btn {
    background-color: #bb0000;
    border-radius: 20px;
    font-size: 18px;
    padding: 7px 25px;
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
    .popular-trips-section .section-title {
        font-size: 24px;
    }

    .trip-card-img {
        height: 200px;
        object-fit: contain;
    }
}

.trip-footer {
    font-size: 14px;
    color: #263238;
}

.trip-location {
    color: #263238;
    font-weight: 500;
}

.details-slider .swiper {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.details-slider .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ØªØµÙ…ÙŠÙ… Ø§Ù„Ø£Ø²Ø±Ø§Ø± */
.details-slider .swiper-button-prev,
.details-slider .swiper-button-next {
    width: 40px;
    height: 40px;
    background: var(--color-gray-10, #ffffff);
    padding: 12px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    z-index: 10; /* Ù„Ø¶Ù…Ø§Ù† Ø¸Ù‡ÙˆØ± Ø§Ù„Ø£Ø²Ø±Ø§Ø± ÙÙˆÙ‚ Ø§Ù„ØµÙˆØ± */
}

/* Ø¹Ù†Ø¯ Ø§Ù„ØªÙ…Ø±ÙŠØ± Ø¨Ø§Ù„ÙØ£Ø±Ø© */
.details-slider .swiper-button-prev:hover,
.details-slider .swiper-button-next:hover {
    background: rgba(220, 53, 69, 1); /* Ù„ÙˆÙ† Ø£Ø­Ù…Ø± */
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* Ø§Ù„Ø£ÙŠÙ‚ÙˆÙ†Ø§Øª Ø¯Ø§Ø®Ù„ Ø§Ù„Ø£Ø²Ø±Ø§Ø± */
.details-slider .swiper-button-prev i,
.details-slider .swiper-button-next i {
    font-size: 16px;
    color: #000; /* Ù„ÙˆÙ† Ø§Ù„Ø£ÙŠÙ‚ÙˆÙ†Ø© */
}

/* Ø¹Ù†Ø¯ Ø§Ù„ØªÙ…Ø±ÙŠØ± Ø¨Ø§Ù„ÙØ£Ø±Ø© Ø¹Ù„Ù‰ Ø§Ù„Ø£ÙŠÙ‚ÙˆÙ†Ø§Øª */
.details-slider .swiper-button-prev:hover i,
.details-slider .swiper-button-next:hover i {
    color: #fff;
}

/* Ø¥Ø®ÙØ§Ø¡ Ø§Ù„Ø£ÙŠÙ‚ÙˆÙ†Ø§Øª Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠØ© */
.details-slider .swiper .swiper-button-prev::after,
.details-slider .swiper .swiper-button-next::after {
    display: none !important;
    /* display: none; */
}
/* Row Styling */
.custom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 20px 0;
}

/* Quantity Selector Styling */
.quantity-selector {
    display: flex;
    align-items: center;
    gap: 10px;
}

.quantity-btn {
    width: 22.5px;
    height: 22.5px;
    border: 1.5px solid var(--color-gray-100, #202020);
    border-radius: 4.5px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: inherit;
}

.quantity-btn:hover {
    background-color: #dc3545;
    color: #fff;
}

.quantity-value {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    width: 30px;
    text-align: center;
}

/* Custom Buttons Styling */
.custom-btn {
    width: 100%; /* Ensure both buttons are the same width */
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease,
        box-shadow 0.3s ease;
    width: 100%;
    height: 40px;
    padding: 12px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

/* Buy Ticket Button */
.buy-ticket-btn {
    background-color: #bb0000;
    color: #fff;
    border: none;
}

.buy-ticket-btn:hover {
    background-color: #a81e2b;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Download Button */
.download-btn {
    background-color: #fff;
    color: #dc3545;
    border: 1px solid #dc3545;
}

.download-btn:hover {
    background-color: #dc3545;
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.trip-details-content .trip-details {
    border-radius: 8px;
    padding: 0;
    background: var(--color-gray-10, #ffffff);
    padding: 15px;
    border-radius: 15px;
}
.trip-details-content .trip-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.trip-details-content .trip-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.trip-details-content .trip-summary {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.trip-details-content .trip-info {
    flex: 1;
}

.trip-details-content .info-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
}
.trip-details-content .info-item i {
    margin-right: 10px;
    font-size: 18px;
    color: #333;
}

.trip-details-content .text-danger {
    color: #dc3545;
}

.trip-details-content .text-success {
    color: #28a745;
}

.trip-details-content .trip-info .text-danger,
.trip-details-content .trip-info .text-success {
    font-weight: bold;
}

@media (max-width: 768px) {
    .trip-details-content .trip-summary {
        flex-direction: column;
    }

    .trip-details-content .trip-info {
        margin-bottom: 15px;
    }
}
.description-section {
    background: var(--color-gray-10, #ffffff);
    padding: 15px;
    border-radius: 15px;
}

.description-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.description-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    display: n;
}

.rating {
    font-size: 16px;
    font-weight: bold;
}

.reviews,
.reviews a {
    color: #dc3545;
    margin-left: 10px;
    font-size: 14px;
}

.description-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.program-details {
    list-style: none;
    padding: 0;
}

.program-details li {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    font-weight: 500;
}

.program-details li::before {
    content: "";
    position: absolute;
    left: 0;
    background-color: #bb0000;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    top: 7px;
    bottom: 0;
}

.calendar-container {
    width: auto;
    background: var(--color-gray-10, #ffffff);
    border-radius: 10px;
    padding: 15px;
}

.calendar-title {
    margin-bottom: 15px;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 400;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.calendar-header button {
    background: none;
    border: none;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    color: #dc3545;
    transition: color 0.3s ease;
}

.calendar-header button:hover {
    color: #a81e2b;
}

.calendar-header .month-year {
    font-size: 14px;
    font-weight: bold;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    width: 100%;
}

.day-header {
    font-size: 12px;
    font-weight: bold;
    color: #888;
    text-align: center;
}

.day-cell {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    border-radius: 50%;
    background-color: #910000;
}
/* .day-cell.highlight {
    background-color: #dc3545;
    color: white;
    font-weight: bold;
} */
.day-cell:hover {
    background-color: #f1f1f1;
}

.day-cell.selected {
    background-color: #bb0000;
    color: #fff !important;
}
.contact-form-container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 400px;
    margin: auto;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    color: #333;
}

.contact-form .input-group {
    position: relative;
    border-radius: 10px;
}

.contact-form .input-group i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #888;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px 10px 10px 40px;
    border: 1px solid #ccc;
    font-size: 14px;
    border-radius: 8px !important;
    color: #333;
    outline: none;
    transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #dc3545;
}
.contact-form textarea {
    resize: none;
}

.submit-btn {
    width: 100%;
    background-color: #dc3545;
    color: #fff;
    border: none;
    padding: 12px 0;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #a81e2b;
}
.trip-summary-section-custom {
    background-color: #f9f9f9;
    padding: 0;
    display: flex;
    justify-content: center;
    position: relative;
}

.trip-summary-container-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    background: #fff;
    border-radius: 15px;
    gap: 20px;
}

.trip-details-custom {
    flex: 1;
    padding: 30px;
    z-index: 3;
    position: relative;
}

.trip-title-custom {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.trip-info-list-custom {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

.trip-info-list-custom li {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;

    color: var(--color-gray-100, #202020);
    border-radius: 8px;
    padding: 10px;
}

.trip-info-list-custom i {
    margin-right: 10px;
    color: #292d32;
    font-size: 18px;
}

.trip-info-list-custom span {
    font-weight: bold;
}

.confirm-btn-custom {
    width: 100%;
    padding: 12px;
    background-color: #dc3545;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.confirm-btn-custom:hover {
    background-color: #a81e2b;
}

.trip-image-custom {
    flex: 1;
    position: relative;
    overflow: hidden;
}
.trip-summary-section-custom::before {
    content: "";
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5); /* ØªÙƒØ¨ÙŠØ± Ø§Ù„Ø¨Ø¯Ø§ÙŠØ© */
    background-image: url("/assets/img/Avventura-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0; /* Ø§Ù„Ø¨Ø¯Ø§ÙŠØ© Ù…Ø®ÙÙŠØ© */
    z-index: 0;
    width: 50%;
    height: 50%;
    transition: all 0.5s ease; /* Ø§Ù„ØªØ£Ø«ÙŠØ± Ø¹Ù†Ø¯ Ø§Ù„ØªÙ…Ø±ÙŠØ± */
}
.trip-summary-section-custom:hover::before {
    transform: translate(-50%, -70%) scale(1); /* Ø±ÙØ¹ ÙˆØ¥Ø¸Ù‡Ø§Ø± */
    opacity: 0.3; /* Ø´ÙØ§ÙÙŠØ© Ù‚Ù„ÙŠÙ„Ø© */
}
.hiker-img-custom {
    width: 70%;
    z-index: 10;
    position: relative;
    text-align: center;
    height: auto;
    object-fit: cover;
    display: block;
    margin: auto;
}

.decore-img-custom {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: max-content;
}

.trip-summary-container-custom:last-child {
    margin-right: 0;
}
/* Responsive Adjustments */
@media (max-width: 768px) {
    .trip-summary-container-custom {
        flex-direction: column; /* Ø§Ù„Ø¹Ù†Ø§ØµØ± ØªÙƒÙˆÙ† ÙÙˆÙ‚ Ø¨Ø¹Ø¶Ù‡Ø§ ÙÙŠ Ø§Ù„Ø´Ø§Ø´Ø§Øª Ø§Ù„ØµØºÙŠØ±Ø© */
        gap: 10px;
        margin: 0;
        justify-content: normal;
        align-items: normal;
    }

    .trip-details-custom {
        padding: 20px;
    }

    .trip-title-custom {
        font-size: 20px;
    }

    .trip-info-list-custom li {
        font-size: 14px;
    }

    .hiker-img-custom {
        max-width: 300px; /* ØªÙ‚Ù„ÙŠÙ„ Ø§Ù„Ø­Ø¬Ù… Ù„Ù„ØµÙˆØ±Ø© */
        height: auto;
    }

    .decore-img-custom {
        max-width: 300px;
    }
    .custom-row,
    .description-header {
        flex-wrap: wrap;

        justify-content: center;
    }
}

@media (max-width: 480px) {
    .trip-title-custom {
        font-size: 18px;
    }

    .trip-info-list-custom li {
        font-size: 12px;
    }

    .hiker-img-custom {
        max-width: 250px;
        margin: auto;
        text-align: center;
        display: block;
    }
    .decore-img-custom {
        max-width: 250px;
    }
    .custom-row,
    .description-header {
        flex-wrap: wrap;

        justify-content: center;
    }
}
.program-details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Reduced min width for smaller screens */
    gap: 15px; /* Slightly smaller gap for mobile */
    padding: 15px; /* Reduced padding for smaller screens */
    list-style: none;
    margin: 0;
}

.program-details-grid li {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px; /* Reduced padding for mobile */
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px; /* Ensure a minimum height for consistency */
}

/* Background using ::before */
.program-details-grid li::before {
    content: "";
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5); /* Starting scale */
    background-image: url("/assets/img/Avventura-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0; /* Hidden initially */
    z-index: 0;
    width: 80px; /* Reduced size for mobile */
    height: 80px;
    transition: all 0.5s ease;
}

.program-details-grid li::after {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 50%;
    left: 0;
    background-image: url("/assets/img/Avventura-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px; /* Reduced size for mobile */
    height: 40px;
    transition: all 0.5s ease;
}

.program-details-grid li:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    background: linear-gradient(145deg, #f9f9f9, #ffffff);
}

.program-details-grid li:hover::before {
    transform: translate(-50%, -70%) scale(1);
    opacity: 0.3;
}

.program-details-grid li:active {
    transform: scale(0.98);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Media Query for Mobile Screens (up to 768px) */
@media (max-width: 768px) {
    .program-details-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Further reduce min width */
        gap: 10px; /* Smaller gap */
        padding: 10px; /* Smaller padding */
    }

    .program-details-grid li {
        padding: 10px; /* Smaller padding */
        font-size: 14px; /* Slightly smaller font */
    }

    .program-details-grid li::before {
        width: 60px; /* Smaller logo */
        height: 60px;
    }

    .program-details-grid li::after {
        width: 30px; /* Smaller logo */
        height: 30px;
    }
}

/* Media Query for Very Small Screens (up to 480px) */
@media (max-width: 480px) {
    .program-details-grid {
        grid-template-columns: 1fr; /* Single column layout */
        gap: 8px;
        padding: 8px;
        display: block;
    }

    .program-details-grid li {
        padding: 8px;
        font-size: 13px; /* Even smaller font */
        height: auto;
        min-height: auto;
        margin-bottom: 15px;
        width: auto;
    }

    .program-details-grid li::before {
        width: 50px;
        height: 50px;
    }

    .program-details-grid li::after {
        width: 25px;
        height: 25px;
    }
}
/* Responsive Design */
@media (max-width: 768px) {
    .nav-tabs .nav-link {
        font-size: 14px; /* Reduce font size on smaller screens */
        padding: 8px;
    }
    .tab-divider {
        margin: 0 5px;
    }
    .nav-tabs .tab-dot {
        width: 15px;
        height: 15px;
    }
}

.program-details-grid li {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 576px) {
    .nav-tabs {
        flex-direction: row; /* Stack tabs vertically on very small screens */
        gap: 5px;
    }
    .tab-divider {
        margin: 0 5px;
    }
    .nav-tabs .tab-dot {
        width: 10px;
        height: 10px;
    }
    .program-details-gri {
        display: block;
        width: 100%;
    }
    .program-details-grid li {
        display: block;
        padding-left: 40px;
    }
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    display: none;
}
.swiper-pagination {
    display: none;
}
