:root {
    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-border: #DDDDDD;
    --color-dark-1: #051036;
    --color-dark-2: #0D2857;
    --color-dark-3: #13357B;
    --color-dark-4: #163C8C;
    --color-light-1: #697488;
    --color-light-2: #F5F5F5;
    --color-light-3: #FBFCFF;
    --color-blue-1: #0c6096 !important;
    --color-blue-2: #E5F0FD;
    --color-green-1: #EBFCEA;
    --color-green-2: #008009;
    --color-yellow-1: #F8D448;
    --color-yellow-2: #E1C03F;
    --color-yellow-3: #FFC700;
    --color-yellow-4: #FFF8DD;
    --color-brown-1: #923E01;
    --color-purple-1: #7E53F9;
    --color-red-1: #D93025;
    --color-red-2: #F1416C;
    --color-red-3: #FFF5F8;
    --color-info-1: #CDE9F6;
    --color-info-2: #4780AA;
    --color-warning-1: #F7F3D7;
    --color-warning-2: #927238;
    --color-error-1: #ECC8C5;
    --color-error-2: #AB3331;
    --color-success-1: #DEF2D7;
    --color-success-2: #5B7052;
}
.header{
    background-color: white !important;
    top:55px;
}
.top-bar{
    background-color: #c8ebff !important;
    position: fixed;
    width: 100%;
    z-index: 1000;
    height: 54px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .header-logo img{
    width: 270px;
}
.line-height-normal{
    line-height: normal;
}
.mainSearch .button-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 150px 150px 60px;
    /*grid-template-columns: repeat(6, 1fr); !* Default: 5 equal columns *!*/
    gap: 15px;
}
.mainSearchHotel .button-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 80px;
    gap: 15px;
}

@media (max-width: 1200px) {
    .mainSearch .button-grid {
        grid-template-columns: repeat(3, 1fr); /* 4 columns for medium screens */
    }
    .mainSearchHotel .button-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .mainSearch .button-grid {
        grid-template-columns: repeat(3, 1fr); /* 3 columns for smaller screens */
    }
    .mainSearchHotel .button-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .mainSearch .button-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns for mobile screens */
    }
    .mainSearchHotel .button-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .mainSearchHotel .button-grid .content-center-mobile{
        justify-content: center !important;
    }
    .mainSearch .button-grid .content-center-mobile{
        justify-content: center !important;
    }
    .top-bar{
        height: 70px;
    }
    .header{
        top: 70px;
    }
}

@media (max-width: 480px) {
    .mainSearch .button-grid {
        grid-template-columns: 1fr; /* Stack all items in one column on small screens */
    }
    .mainSearchHotel .button-grid {
        grid-template-columns: 1fr;
    }
}
.searchMenu-loc-nights__field{
    width: 140px !important;
}
.search-border{
    border: 1px solid #ccc;border-radius: 50px
}
.mainSearch{
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 6px 8px; /* Increase y-offset to push shadow down */
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.mainSearchHotel{
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.w-60{
    width: 60px !important;
}
.border-50{
    border-radius: 50%;
}
.masthead.-type-1{
    /*padding-bottom: 0 !important;*/
}
.position-relative{
    position: relative !important;

}
.masthead.-type-1 .masthead__bg::after{
    background: none !important;
}
.masthead.-type-1{
    position: relative;
    padding-top: 600px;
    padding-bottom: 211px;
}
.slider-text {
    position: absolute;
    top: 160px;
    left: 400px;
    color: #101E5C !important;
}

/* For mobile screens */
@media (max-width: 768px) {
    .slider-text {
        left: 0;
        top: 120px; /* Adjust top value for mobile, if needed */
    }
}
.main-search{
    position: absolute;
    bottom: -300px
}
@media (max-width: 768px) {
    .main-search {
        position: absolute;
        bottom: -545px;
        width: 400px ;

    }
    .layout-pt-lg {
        padding-top: 320px;
    }
    .regions{
        flex-wrap: wrap !important;
    }
    .region-card{
        width: 120px !important;
    }
    .why-us-title{
        top: -82px;
    }
}


.slider-text h1{
    color: #101E5C !important;
}
.slider-text h4{
    color: #101E5C !important;
    font-weight: normal;
}
.rounded-30{
    border-radius: 30px !important;
}
.sectionTitle__title{
    color: #101E5C !important;
}
.sectionTitle__text{
    color: #101E5C !important;
}

.bg-custom-image{
    background-image: url('../../frontend_assets/img/general/banner-4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 700px;
    object-fit: cover;
}
.regions{
   // margin-top: 300px;
}
.region-card{
    width: 200px;
}
.region-card img{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.show-block {
    display: block !important;
}
.footer-text-title{
    color: #101E5C;
}
.footer-links a{
    color: #0381D8 !important;
}

.color-link-blue{
    color: #0381D8 !important;
}
.galleryGrid.-type-1 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}
