/* Golbal elements */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.comic-neue-regular {
    font-family: "Comic Neue", cursive;
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: "Comic Neue", cursive;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    background: #f8f8eb !important;
    overflow-x: hidden !important;
}

:root {
    --primary-color: #09415d;
    --secondary-color: #f5a31b;
}

.bg-main {
    background-color: var(--primary-color) !important;
}

.bg-secondary {
    background-color: var(--secondary-color) !important;
}

.color-main {
    color: var(--primary-color) !important;
}

.color-secondary {
    color: var(--secondary-color) !important;
}

.broder-main-color {
    border: 1px solid var(--primary-color) !important;
}

.successful-color {
    color: #59B259 !important;
    font-size: 18px;
}

a {
    transition: 0.3s all ease;
    color: var(--primary-color);
    &:hover, &:focus

{
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none;
}

}

li {
    transition: 0.3s all ease;
    text-decoration: none !important;
}

ul > li {
    list-style-type: none !important;
}

a:hover,
a:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
li {
    line-height: 1.5;
    font-weight: 400;
    font-family: "Poppins", Arial, sans-serif;
    color: #000;
}
/* pagination style */
.pagination-outer {
    text-align: center;
}

.pagination {
    font-family: 'Work Sans', sans-serif;
    display: inline-flex;
}

    .pagination li a.page-link {
        color: var(--secondary-color);
        background-color: var(--primary-color);
        font-size: 24px;
        font-weight: 600;
        padding: 6px 15px;
        margin: 0 7px;
        border: none;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

        .pagination li.active a.page-link,
        .pagination li a.page-link:hover,
        .pagination li.active a.page-link:hover {
            color: #fff;
            background-color: transparent;
            text-shadow: 0 0 2px #000;
        }

        .pagination li a.page-link:before,
        .pagination li a.page-link:after {
            content: '';
            background-color: var(--secondary-color) !important;
            height: 75%;
            width: 75%;
            opacity: 0;
            transform: translateX(-50%) translateY(-50%);
            position: absolute;
            left: 50%;
            top: 50%;
            z-index: -1;
            transition: all 0.3s ease 0s;
        }

        .pagination li.active a.page-link:before,
        .pagination li a.page-link:hover:before {
            opacity: 1;
            left: 43%;
            top: 43%;
        }

        .pagination li.active a.page-link:after,
        .pagination li a.page-link:hover:after {
            opacity: 1;
            left: 57%;
            top: 57%;
        }

@media only screen and (max-width: 480px) {
    .pagination {
        display: block;
    }

        .pagination li {
            display: inline-block;
            margin: 0 0 5px;
        }
}

header {
    background-color: #fff !important;
}
/* start navbar */
.nav-header {
    width: 98% !important;
}
.navbar-collapse {
    margin-right: 22px;
    margin-left: -70px;
}
nav ul {
    margin-inline-start: auto !important;
    text-wrap: nowrap !important;
}

.custom-li a,
.custom-li span {
    color: var(--primary-color) !important;
    border: none;
    transition: all 0.3s ease-in-out;
}

    .custom-li a:hover {
        color: var(--secondary-color) !important;
    }

.dropdown-menu {
    border: none;
    background: white;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    border-radius: 4px;
    padding: 0;
}

.has-megamenu a {
    color: var(--primary-color) !important;
    text-decoration: none;
}

.custom-placeholder-color::placeholder {
    color: var(--primary-color);
}

@media (min-width: 992px) and (max-width:1279px) {

    .nav-header {
        width: 100% !important;
        padding-inline: 8px;
    }
    .navbar-brand {
        width: 20%;
    }
}
/* Hero Section */
.slider-inner {
    width: 100% !important;
    height: 50vh !important;
}

.slide-1 {
    width:100%;
    background-position: center center !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
}

.slide-2 {
    background-image: url("../images/bg2.jpg") !important;
    background-position: center center !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
}

.slide-3 {
    background-image: url("../images/bg3.jpg") !important;
    background-position: center center !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
}

@media (min-width: 300px) {
    /* .carousel-inner {
    height: 100vh !important;
  } */
    .carousel-item h1 {
        font-size: 14px !important;
        font-weight: bold;
    }
}

@media (max-width: 576px) {
    /* .carousel-inner {
    height: 100vh !important;
  } */
    .carousel-item h1 {
        font-size: 14px !important;
        font-weight: bold;
    }
}

@media (min-width: 768px) {
    .carousel-item h1 {
        font-size: 24px !important;
        font-weight: bold;
    }
}

@media (min-width: 992px) {
    .carousel-item h1 {
        font-size: 38px !important;
        font-weight: bold;
    }
}
/* Travel-section  */
.Travel-section, .Travel-trip {
    width: 60%;
}

.img-travel {
    width: 723px !important;
}

@media (min-width: 1200px) and (max-width : 1400px) {
    .trip {
        display: flex;
        flex-direction: row !important;
        flex-wrap: nowrap;
    }

    .Travel-trip {
        width: 40%;
    }

    .trip form {
        width: 40% !important;
    }

    .img-travel {
        width: 500px !important;
    }
}

.Travel-section h2 {
    font-weight: bolder !important;
    color: var(--primary-color);
}

.hero-section {
    align-items: flex-start;
    display: flex;
    min-height: 100%;
    justify-content: center;
    padding: var(--spacing-xxl) var(--spacing-l);
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: var(--spacing-l);
    grid-row-gap: var(--spacing-l);
    max-width: var(--width-container);
    width: 100%;
}

@media (min-width: 540px) {
    .card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 960px) {
    .card-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.card {
    list-style: none;
    position: relative;
}

    .card:before {
        content: "";
        display: block;
        padding-bottom: 150%;
        width: 100%;
    }

.card__background {
    background-size: cover;
    background-position: center;
    /* border-radius: var(--spacing-l); */
    bottom: 0;
    filter: brightness(0.75) saturate(1.2) contrast(0.85);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center;
    /* trsnsform: scale(1) translateZ(0); */
    transition: filter 200ms linear, transform 200ms linear;
}

.card:hover .card__background {
    transform: scale(1.05) translateZ(0);
}

.card-grid:has(:hover) a:not(:hover) .card__background {
    filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
    transition: filter 0.3s ease;
}

.card-grid a:hover .card__background {
    filter: none; 
}

.card__content {
    width: 100% !important;
    height: 100% !important;
    left: 0;
    padding: var(--spacing-l);
    position: absolute;
    top: 0;
}

.card__category {
    color: var(--text-light);
    font-size: 0.9rem;
    margin-bottom: var(--spacing-s);
    text-transform: uppercase;
}

.card__heading {
    width: 100% !important;
    height: 100% !important;
    display: flex;
    align-items: end;
    text-align: center;
    color: white;
    font-size: 1.9rem;
    text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
    padding-inline-start: 10px;
}

/* Footer section */
footer {
    border-top: 1px solid #eee;
    background-color: #f8f8eb !important;
}

.social-footer a {
    text-decoration: none;
    color: var(--primary-color) !important;
    transition: all 0.5s ease-in-out;
}

    .social-footer a:hover {
        color: var(--secondary-color) !important;
    }

.custom-img-footer {
    width: 115px;
}

@media (min-width: 300px) {
    footer {
        height: auto;
    }

    .banner-logos {
        flex-direction: column;
        gap: 10px !important;
    }
}

@media (min-width: 400px) {
    footer {
        height: auto;
    }

    .banner-logos {
        flex-direction: column;
        gap: 10px !important;
    }
}

@media (min-width: 768px) {
    .banner-logos {
        gap: 2rem !important;
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    .banner-logos {
        gap: 8rem !important;
        flex-direction: row;
    }
}
/* Program page */
/* Modal Trip Photos */
.image-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .image-container img {
        display: block;
    }

.overlay-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 1rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-title {
    color: var(--primary-color) !important;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .modal {
        width: 100% !important;
        overflow-x: hidden;
    }

    .modal-dialog {
        width: 350px;
    }

    #main-image {
        width: 300px;
    }

    .other-images {
        flex-wrap: wrap;
    }

    .image-container {
        width: 120px !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

.number-input {
    display: flex;
    align-items: center;
}

    .number-input button {
        border: 1px solid #ccc;
        padding: 5px;
    }

        .number-input button:hover {
            background-color: #09415d;
            color: #f5a31b;
        }

    .number-input input {
        color: var(--secondary-color);
        background-color: white;
        text-align: center;
        width: 50px;
        font-weight: bold;
        /* border: 1px solid var(--primary-color); */
        border-left: none;
        border-right: none;
    }

.departure-input {
    display: none;
    margin-top: 10px;
}
/* itinerary-section */
.itinerary-section {
    margin-top: 10rem !important;
}

.itinerary_box {
    height: 700px;
    overflow-y: scroll;
    scrollbar-color: var(--secondary-color) var(--primary-color);
    scrollbar-width: thin;
}

.program_itinerary_box::before {
    content: "";
    height: 100%;
    position: absolute;
    width: 2px;
    left: -5px;
    top: 0;
    z-index: 2;
    background-color: var(--primary-color);
}

.program_itinerary_title::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    left: -24px;
    top: 8px;
    z-index: 22;
    background-color: var(--secondary-color);
    border-radius: 50%;
}
/* Pricing section */
.pricing {
    margin-top: 8rem !important;
}

.single_price_plan {
    position: relative;
    z-index: 1;
    border-radius: 0.5rem 0.5rem 0 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 50px;
    background-color: #ffffff;
    padding: 3rem 4rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_price_plan {
        padding: 3rem;
    }
}

@media only screen and (max-width: 575px) {
    .single_price_plan {
        padding: 3rem;
    }
}

.single_price_plan::after {
    position: absolute;
    content: "";
    background-image: url("https://bootdey.com/img/half-circle-pricing.png");
    background-repeat: repeat;
    width: 100%;
    height: 17px;
    bottom: -17px;
    z-index: 1;
    left: 0;
}

.single_price_plan .title {
    text-transform: capitalize;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 2rem;
}

    .single_price_plan .title span {
        color: #ffffff;
        padding: 0.2rem 0.6rem;
        font-size: 12px;
        text-transform: uppercase;
        background-color: #2ecc71;
        display: inline-block;
        margin-bottom: 0.5rem;
        border-radius: 0.25rem;
    }

    .single_price_plan .title h3 {
        font-size: 1.25rem;
    }

    .single_price_plan .title p {
        font-weight: 300;
        line-height: 1;
        font-size: 14px;
    }

.single_price_plan.active,
.single_price_plan:hover,
.single_price_plan:focus {
    -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
}
/* Blog page */
.blog-title {
    font-size: 3rem;
    color: var(--primary-color);
    position: relative;
}

    .blog-title::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 7%;
        height: 4px;
        background-color: var(--secondary-color);
        transform: translateY(1.2rem);
    }

.blog_post {
    background: #fff;
    max-width: 500px;
    border-radius: 10px;
    box-shadow: 1px 1px 2rem rgba(0, 0, 0, 0.3);
    position: relative;
    margin-top: 5rem;
    margin-left: 5rem;
}

.img_pod {
    height: 110px;
    width: 110px;
    z-index: 10;
    box-shadow: 1px 1px 2rem rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    position: absolute;
    left: -10%;
    top: -13%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .img_pod > img {
        height: 8.3rem;
        width: 8.3rem;
        position: relative;
        border-radius: 100%;
        border: 2px solid #f5a31b;
        box-shadow: 1px 1px 2rem rgba(0, 0, 0, 0.3);
        z-index: 1;
    }

.container_copy {
    padding: 6rem 4rem 5rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .container_copy h1 {
        margin: 0 0 1rem 0;
        font-size: 2rem;
        letter-spacing: 0.5px;
        color: var(--primary-color) !important;
    }

    .container_copy > p {
        margin: 0 0 4.5rem 0;
        font-size: 1.2rem;
        line-height: 1.45;
        color: #333;
    }

.btn_primary {
    border: none;
    outline: none;
    background: linear-gradient(90deg, #f5a31b, #f5a31b);
    padding: 1.5rem 2rem;
    border-radius: 50px;
    color: white;
    font-size: 1.2rem;
    box-shadow: 1px 10px 2rem rgba(255, 94, 98, 0.5);
    transition: all 0.2s ease-in;
    text-decoration: none;
}

    .btn_primary:hover {
        box-shadow: 0px 5px 1rem rgba(255, 94, 98, 0.5);
    }

@media (min-width: 1200px) and (max-width: 1400px) {
    .blog_post {
        max-width: 40%;
        flex: 0 0 auto;
    }
}

/* Search page  */
.item-sidebar {
    border-bottom: 1px solid var(--secondary-color);
}

.sidebar {
    min-height: 100vh; /* Full height */
    padding: 20px;
    position: sticky;
    top: 0;
}

.sidebar-heading {
    color: #002879;
    text-decoration: none;
    display: block;
    margin: 10px 0;
    font-weight: bold;
}

.sidebar a:hover {
    color: #ccc;
}

.sidebar .list-unstyled li {
    padding: 10px 20px;
}

.sidebar .list-unstyled input[type="radio"] {
    accent-color: var(--secondary-color); /* Customize radio button color */
}

.range-slider {
    width: 100%;
    margin: 10px 0;
}
/* General styling for the range input */
input[type="range"] {
    -webkit-appearance: none; /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width slider */
    height: 10px; /* Height of the slider */
    background: #ddd; /* Default track background color */
    border-radius: 5px; /* Rounded corners for the track */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Slight transparency */
    transition: opacity .15s ease-in-out;
}

    /* Slider Thumb */
    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none; /* Override default styling */
        appearance: none;
        width: 20px; /* Width of the thumb */
        height: 20px; /* Height of the thumb */
        background: var(--secondary-color); /* Thumb color using variable */
        cursor: pointer; /* Cursor style */
        border-radius: 50%; /* Make thumb circular */
    }

    input[type="range"]::-moz-range-thumb {
        width: 20px;
        height: 20px;
        background: var(--secondary-color); /* Thumb color for Firefox */
        cursor: pointer;
        border-radius: 50%;
    }

    input[type="range"]::-ms-thumb {
        width: 20px;
        height: 20px;
        background: var(--secondary-color); /* Thumb color for IE */
        cursor: pointer;
        border-radius: 50%;
    }

    /* Slider Track */
    input[type="range"]::-webkit-slider-runnable-track {
        width: 100%;
        height: 10px;
        cursor: pointer;
        animate: 0.2s;
        background: var(--secondary-color); /* Track color using variable */
        border-radius: 5px;
        border: 1px solid #ccc;
    }

    input[type="range"]::-moz-range-track {
        width: 100%;
        height: 10px;
        cursor: pointer;
        animate: 0.2s;
        background: var(--secondary-color); /* Track color for Firefox */
        border-radius: 5px;
        border: 1px solid #ccc;
    }

    input[type="range"]::-ms-track {
        width: 100%;
        height: 10px;
        cursor: pointer;
        background: transparent;
        border-color: transparent;
        color: transparent;
    }

    input[type="range"]::-ms-fill-lower {
        background: var(--secondary-color); /* Lower track color */
        border: 1px solid #ccc;
        border-radius: 10px;
    }

    input[type="range"]::-ms-fill-upper {
        background: #ddd; /* Upper track color */
        border: 1px solid #ccc;
        border-radius: 10px;
    }

    /* Hover effect for better UX */
    input[type="range"]:hover {
        opacity: 1; /* Full opacity on hover */
    }

.price-display {
    text-align: center;
    font-size: 16px;
    color: var(--primary-color) !important;
    font-weight: 800;
}

.search-page-btn {
    margin-top: 12px;
    background-color: var(--primary-color); /* Default button color */
    color: white; /* Text color */
    border: none; /* Remove border */
    padding: 10px 20px; /* Padding around text */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s ease, transform 0.3s ease; /* Smooth transition */
    display: inline-flex;
    align-items: center;
}

    .search-page-btn i {
        margin-right: 5px; /* Space between icon and text */
    }

    .search-page-btn:hover {
        background-color: #0056b3; /* Darker color on hover */
        transform: scale(1.05); /* Slightly enlarge on hover */
    }

    .search-page-btn:active {
        background-color: #004494; /* Even darker color on active (click) */
        transform: scale(0.98); /* Slightly shrink on click */
    }

.LogoColor {
    color: #b9a853;
}
/* Styling for promo alert */
#promo-banner {
    font-family: "Segoe UI", sans-serif;
    background-color: #665f26;
    color: white;
    text-align: left;
    padding: 10px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.PromoTitle {
    display: flex;
    justify-content: space-between;
}
/* Styling for the close button */
#promo-banner .close-btn {
    margin-right: 15px;
    font-weight: bold;
}

    /* Hide the banner when the close button is clicked */
    #promo-banner.hidden {
        display: none;
    }

/* Responsive styling */
@media (max-width: 768px) {
    #promo-banner {
        padding: 8px;
        font-size: 14px;
    }
}

/* content */

.content-package {
    padding: 20px;
}
@media (min-width: 1200px) and (max-width : 1400px) {
    .trip {
        display: flex;
        flex-direction: row !important;
        flex-wrap: nowrap;
    }

    .travel-trip-details {
        width: 80%;
    }

    .img-travel-details {
        width: 900px !important;
    }
}