/*
Theme Name: Tevily Child
Theme URI: https://gaviaspreview.com/wp/tevily/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: Child theme for the Tevily theme.
Template: tevily
*/


:root {
    --tevily-theme-color: #006eca;
    --tevily-theme-color-2: #EBF4FB;
    --tevily-link-color: #313041;
    --tevily-hover-color: #E8604C;
    --tevily-body-color: #757783;
    --tevily-heading-color: #313041;
    --tevily-heading-font-family: "DM Sans", sans-serif;
    --tevily-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --tevily-footer-bg-color: #313041;
    --tevily-footer-color: #a9a8b6;
    --tevily-footer-color-link: #a9a8b6;
    --tevily-footer-color-link-hover: #E8604C;
    --tec-font-family-sans-serif: var(--tevily-heading-font-family);
    --tec-color-accent-primary: var(--tevily-theme-color);
    --tec-font-size-4: 16px;
    --tec-line-height-2: 28px;
    --tec-spacer-14: 60px;
    --tec-spacer-13: 60px;
}

.header-bar {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgb(1 105 248 / 40%)), color-stop(110%, transparent));
    background-image: -o-linear-gradient(top, rgb(1 105 248 / 40%) 80%, transparent 110%);
    background-image: linear-gradient(180deg, rgb(1 105 248 / 40%) 80%, transparent 110%);
}
.gsc-heading .sub-title {
    text-indent: 5px;
    padding-bottom: 10px;
}
.place-btn .btn-cta {
    font-weight: 600;
    background-image: url(images/arrow-sprite.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 30px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.place-btn .btn-cta:hover {
    background-position: right -26px;
}

.gsc-booking-banner.style-1 .listings-banner-content .banner-image:after, 
.gsc-booking-banner.style-2 .listings-banner-content .banner-image:after {
    content: '';
    background: transparent; 
}

#page-content .banner-content .subtitle { font-family: 'Karla'; }
.gsc-booking-banner.style-2 .banner-content .title { text-indent: 0; }

.banner-content .btn-white {
    padding: 14px 18px;
    font-size: 15px;
    letter-spacing: .3px;
}

.list-arrow ul li a {
    background-image: url(images/list-arrow.png);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding-left: 15px;
}

.info-box .elementor-image-box-description small { display: block; }
.gva-offcanvas-content .top-canvas .logo-mm img {   max-height: 50px; }
.gva-offcanvas-content .top-canvas .logo-mm { padding-bottom: 10px; }
.gva-offcanvas-content .top-canvas .control-close-mm {
    height: 70px;
}

.control-close-mm i.far {  margin-top: 25px; }

.header-mobile .topbar-mobile {
    background: #033D90;
    color: #ffffff;
}

/*----------Car booking-------------*/

.carmid-block {
    padding: 15px;
}

.cartop-block {
    position: relative;
}

.car-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
 
.car-card {
    width: 260px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
 
.car-card:hover {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
}
 
.car-img img {
    max-width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    width:100%;
}
 
.car-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 15px 5px 15px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(0 0 0 / 70%)),  to(transparent) );
    background-image: -o-linear-gradient(bottom, rgb(0 0 0 / 70%),  transparent );
    background-image: linear-gradient(0deg, rgb(0 0 0 / 70%),  transparent );
}
 
.car-price {
    color: #fff;
    font-weight: 600;
}
 
.car-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 14px;
}

.green {
    color: #057100;
}
.red { color: red; }
 
.car-specs {
    padding: 10px 15px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 6px;
    background-color: #ebf4fb;
    border-radius: 6px;
    margin-top:12px;
}
 
.book-btn {
    color: #006eca;
    padding-right: 0px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
}

.car-header h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0; color: #fff;
}

.specs-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.specs-left span {
    font-size: 17px;
}

.carflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
}

.data-fields {max-width: 100%;width: 31%;text-align: left;}

.data-fields input, .data-fields label { 
    width:100%;
}
.submitbtn {
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 20px auto 0;
}

.carflex label span {
    margin-bottom: 10px !important;
    margin-top: 5px;
}
.popup-content h3 {
    font-size: 30px;
}

.carflex label {font-size: 14px;}

form .data-fields input {
    height: 45px !important;
    border-radius: 8px;
    border: 1px solid #ebf4fb;
    background: #ebf4fb;
}

.additionalRequests-div label {
    width: 100%;
    text-align: left;
}

.additionalRequests-div label span {
    margin-top: 10px;
}

form .data-fields input:hover, form .data-fields input:focus {
    background: #ebf4fb;
}


/*----------Car booking End ------------*/

.post-author-box .content-inner .author-image {
    display: none;
}
.car-grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 14px;
}
.car-grid .car-card {
    width: 100%;
}



/*=======4 dec======*/
.hsDomesticSlider button.slick-prev, .car-slider button.slick-prev, .gallery-main button.slick-prev {
    left: -15px;
}

.hsDomesticSlider button.slick-next, .car-slider button.slick-next, .gallery-main button.slick-next {
    right: -15px;
}
.hsDomesticSlider button, .hsDomesticSlider button:hover, .hsDomesticSlider button:focus, .car-slider button, .car-slider button:hover, .car-slider button:focus, .gallery-main button, .gallery-main button:hover, .gallery-main button:focus {
    background: #fff;
    border-radius: 100px;
}
.hsDomesticSlider button.slick-prev:before, .hsDomesticSlider button.slick-next:before, .car-slider button.slick-prev:before, .car-slider button.slick-next:before, .gallery-main button.slick-prev:before, .gallery-main button.slick-next:before {
    content: "";
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.hsDomesticSlider button.slick-prev:before, .car-slider button.slick-prev:before, .gallery-main button.slick-prev:before {
    background-image: url(/wp-content/uploads/2025/12/left-arrow.png);
}
.hsDomesticSlider button.slick-next:before, .car-slider button.slick-next:before, .gallery-main button.slick-next:before {
    background-image: url(/wp-content/uploads/2025/12/right-arrow.png);
}
.tevily-single-booking-form .wpcf7-response-output {
    margin-top: 0 !important;
    color: #fff;
}
#landing-accordion .elementor-accordion {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.car-single-image {
    position: relative;
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; 
    -webkit-box-pack: center; 
        -ms-flex-pack: center; 
            justify-content: center;
}
.car-image-overlay {
    position: absolute;
    inset: 0;
    background: rgb(49 51 52 / 50%); 
    z-index: 1;
}
.car-single-title {
    position: relative;
    z-index: 2;
    text-align: center;
}
 
.car-title {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    margin: 0;
}
 
.car-single-page .car-single-content {
    padding: 50px 0px;
}

.flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
 
.left-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66%;
            flex: 0 0 66%;
    max-width: 66%;
}
 
.right-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
}

.car-description h3 {
    font-size: 22px;
    color: #313041;
    margin-top: 30px;
    margin-bottom: 10px;
}
 
.car-description h2 {
    font-size: 30px;
    color:#313041;
}
.package-single-flex h2 {
    font-size: 30px;
}
.car-single-content h2 {
    margin-top: 0;
}
.car-description ul {
    padding-left: 2rem;
}
 
.car-info-box .icon {
    color: #fff !important;
}
 
.bookingbutton-car {
    border-radius: 8px;
    border: 1px solid #006eca;
    margin-top: 20px;
    padding: 12px;
    width: 100%;
    background: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.bookingbutton-car:hover {
    background-color: #272020 !important;
}
 .bookingbutton-car span {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
 }

 /*====8 dec=====*/
.car-info-box .box-title {
    margin-bottom: 20px;
}
.car-info-box .icon i {
    font-size: 32px;
}
.car-info-box .ba-meta-title, .car-info-box .item-value {
    color: #fff !important;
}
.car-info-box .content-inner {
    padding: 10px 0;
}
.gallery-inner {
    padding: 0 8px;
}
.gallery-inner img {
    border-radius: 10px;
}
footer .footer-main a {
    color: #fff;
}
.carrentalform .carflex:first-child .data-fields label, .carrentalform .carflex:nth-child(2) .data-fields label {
    border-radius: 6px;
    /*padding: 10px;*/
}
.carrentalform .carflex:nth-child(2) .pickupLocation.data-fields label {
    border: 0;
    padding: 0px;
    background: transparent;
}

.hotelflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
}
 
.hotelflex .hot-data-field {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 10px);
            flex: 0 0 calc(33.33% - 10px); /* 3 items per row */
}
.hotel-booking-form .hot-data-field label input {
    padding: 0 15px;
    border: none !important;
    background: #ebf4fb;
}
.newsletter-submit {
    width: 100%;
}


/*=====9 dec=====*/
.home .booking-block .title {
    line-height: 20px;
    min-height: auto;
}
.home .booking-block .ba-price {
    margin-top: 0;
}
.home .booking-block .ba-meta {
    margin-top: 10px;
}
.carflex.cstm-flex-div.full-div .data-fields {
    width: 100%;
}
.carflex.fuel-div {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 26px;
}
#carBookingPopup .popup-content {
    background: #006eca;
}
#carBookingPopup .popup-content h3 {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 6px;
}
#carBookingPopup label {
    color: #fff;
}
#carBookingPopup .submitbtn input {
    background: #000;
}
#carBookingPopup span.close {
    background-color: #000;
    line-height: normal !important;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    max-height: 28px;
    max-width: 28px;
    min-height: 28px;
}
#carBookingPopup .data-fields label[for="carmodel"], #carBookingPopup .data-fields label[for="carrate"], #carBookingPopup .data-fields label[for="cartransmission"], #carBookingPopup .data-fields label[for="fuelType"], #carBookingPopup .data-fields label[for="carSeats"] {
    position: relative;
    color: #fff;
    padding: 0;
}
.data-fields label[for="carmodel"]:before, .data-fields label[for="carrate"]:before, .data-fields label[for="cartransmission"]:before, .data-fields label[for="fuelType"]:before, .data-fields label[for="carSeats"]:before {
    content: '';
    padding-right: 16px;
    color: #006eca;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-image: url(/wp-content/uploads/2025/12/checked.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
    margin-right: 6px;
}
.carflex.text-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-top: 40px;
}
.carflex.text-div .data-fields {
    width: auto;
}
.hs-locations-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
 
.hs-location-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
 
.hs-location-thumb img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 12px;
}

.hs-location-thumb a, .hs-location-thumb a img {
    -webkit-transition: .9s ease all;
    -o-transition: .9s ease all;
    transition: .9s ease all;
}

.hs-location-thumb a:hover img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
 
.hs-count-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #0366d6;
    color: #fff;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 2;
}
 
h3.hs-location-title {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    text-shadow: 0 0 4px rgba(0,0,0,0.6);
    z-index: 2;
}
h3.hs-location-title a {
    color: #fff;
}
 a.hs-location-card {
    width: 100%;
    display: contents;
}
.package-term-listing {
    padding:50px 0px;
}
.packages-grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    gap: 25px;
}
 
.single-package-card {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 3px 12px rgba(0,0,0,0.12);
            box-shadow: 0 3px 12px rgba(0,0,0,0.12);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
 
.single-package-card:hover {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
}
 
.package-thumb {
    position: relative;
}
 
.package-thumb img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
}

.itinerary-accordion {
    width: 100%;
    margin-top: 20px;
}
 
.accordion-item {
    border-bottom: 1px solid #ddd;
    padding: 0;
}
 
.accordion-header {
    width: 100%;
    background: #f7f7f7;
    padding: 15px 20px;
    border: none;
    text-align: left;
    font-size: 18px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
 
.accordion-header.active {
    background: #e2e2e2;
}
 
.acc-icon {
    font-weight: bold;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
 
.accordion-header.active .acc-icon {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);  /* + becomes × */
}
 
.accordion-body {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease;
    -o-transition: max-height 0.35s ease;
    transition: max-height 0.35s ease;
    padding: 0 20px;
}
 
.accordion-body p {
    padding: 10px 0;
}

 .package-term-listing .term-description {
    padding-bottom: 25px;
}
.package-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
h3.package-title {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
}
.days-nights-badge {
    display: block;
    width: 100%;
    border-radius: 4px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    text-align: center;
    margin: 0 auto;
    padding: 5px 10px;
    color: #fff;
    border: 1px solid #006eca;
    font-size: 14px;
    line-height: normal;
    background: #006eca;
    font-weight: 600;
}
.package-heading {
    padding: 20px;
}
.package-card-link:hover h3 {
    color: #006eca;
}
ul.package-destinations-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    margin: 10px 0 0;
    padding: 0;
}

ul.package-destinations-list li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 6px;
}
ul.package-destinations-list li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(/wp-content/uploads/2025/12/checked.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 4px;
    -webkit-filter: brightness(0) saturate(100%) invert(34%) sepia(98%) saturate(2497%) hue-rotate(185deg) brightness(94%) contrast(96%);
            filter: brightness(0) saturate(100%) invert(34%) sepia(98%) saturate(2497%) hue-rotate(185deg) brightness(94%) contrast(96%);
}

.package-destinations {
    border-top: 1px solid #c4c2c2;
    margin-top: 10px;
}
.package_price span {
    font-size: 22px;
    font-weight: 500;
    color: #006eca;
}

.package_price {
    margin-top: 10px;
}

.packageview-btn .btn-view {
    background: #006eca;
    color: #fff;
    font-weight: 700;
    padding: 18px 30px;
    line-height: 15px;
    border-radius: 8px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}

.packageview-btn {
    margin-top: 12px;
}

.packageview-btn .btn-view:hover {
    background: #313041;
}
.term-description-div {
    padding: 50px 0;
    background: #EBF4FB;
}
.term-description-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
}

.term-description {
    width: 50%;
}

.term-image {
    width: 50%;
}
.package-single-destinations-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.package-single-destinations-div {
    background: #FAF5EE;
    padding: 20px 0;
    width: 100%;
}
.package-single-destinations-div .package-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
}

ul.package-destinations-lists {
    display: block;
    list-style: disc;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 8px;
}

.package-destinations-lists li {
    display: inline-block;
    padding-left: 24px;
    position: relative;
    padding-right: 10px;
}

.package-destinations-lists li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(/wp-content/uploads/2025/12/checked.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 4px;
    -webkit-filter: brightness(0) saturate(100%) invert(34%) sepia(98%) saturate(2497%) hue-rotate(185deg) brightness(94%) contrast(96%);
            filter: brightness(0) saturate(100%) invert(34%) sepia(98%) saturate(2497%) hue-rotate(185deg) brightness(94%) contrast(96%);
}
.days-nights-badges {
    display: block;
    width: 100%;
    border-radius: 4px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    text-align: center;
    margin: 0 0 0 auto;
    padding: 5px 10px;
    color: #fff;
    border: 1px solid #006eca;
    font-size: 14px;
    line-height: normal;
    background: #006eca;
    font-weight: 600;
}
.package_prices {
    margin-top: 15px;
    font-size: 30px;
    font-weight: 500;
    color: #006eca;
}
.included-excluded h2 {
    font-size: 22px;
}
.included-excluded {
    padding-top: 15px;
}
.included-excluded li {
    padding-bottom: 8px;
}
.included-excluded-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.included-lists, .excluded-lists {
    width: 100%;
}
.package-single-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 50px 0;
}
.package-single-contents {
    width: 70%;
    padding-right: 30px;
}
.package-single-form {
    width: 30%;
}
.package-single-flex h2 {
    margin-top: 0;
}
.included-list, .excluded-list {
    list-style: none;
    padding-left: 0;
}
.included-list li, .excluded-list li {
    position: relative;
    padding-left: 22px;
    padding-bottom: 10px;
}
.includedexcluded-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
}
.includedexcluded-flex h2 {
    font-size: 26px;
}
.included, .excluded {
    width: 50%;
}
.included-list li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(/wp-content/uploads/2025/12/checked.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 4px;
    /* filter: brightness(0) saturate(100%) invert(34%) sepia(98%) saturate(2497%) hue-rotate(185deg) brightness(94%) contrast(96%); */
    -webkit-filter: brightness(0) saturate(100%) invert(28%) sepia(67%) saturate(630%) hue-rotate(107deg) brightness(89%) contrast(94%);
            filter: brightness(0) saturate(100%) invert(28%) sepia(67%) saturate(630%) hue-rotate(107deg) brightness(89%) contrast(94%);
}

.excluded-list li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(/wp-content/uploads/2025/12/cross.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 4px;
    -webkit-filter: brightness(0) saturate(100%) invert(18%) sepia(94%) saturate(5287%) hue-rotate(-1deg) brightness(102%) contrast(113%);
            filter: brightness(0) saturate(100%) invert(18%) sepia(94%) saturate(5287%) hue-rotate(-1deg) brightness(102%) contrast(113%);
}
.hs-gallery-slider .slick-next {
    right: 10px;
}.hs-gallery-slider .slick-prev {
    left: 10px;
}
.hs-gallery-slider .slick-next {
    right: 10px;
}.hs-gallery-slider .slick-prev {
    left: 10px;
}
.hs-gallery-slider .slick-arrow {
    -webkit-box-shadow: 0 3px 40px 0 #dbe0e8;
            box-shadow: 0 3px 40px 0 #dbe0e8;
    background: #fff;
    border-radius: 100%;
}
.hs-gallery-slider .slick-prev:before {
    background-image: url(/wp-content/uploads/2025/12/left-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
    background-size: 15px;
}
.hs-gallery-slider .slick-next:before {
    background-image: url(/wp-content/uploads/2025/12/right-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
    background-size: 15px;
}
.tax-package_location .car-image-overlay {
    background: transparent;
}
.itinerary-accordion li p {
    margin: 0;
    padding: 10px 0 0;
}
.itinerary-accordion .accordion-header {
    font-size: 20px;
}
.package-single-contents .tab-contents .container {
    padding: 0;
}
.term-description h1.term-titles {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 25px;
}
.package-term-single-page .car-single-image {
    height: 400px;
}
.package-term-content {
    text-align: center;
    margin-bottom: 50px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.package-term-content .popular-heading {
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 36px;
}
.hs-location-thumb a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.hs-location-thumb a:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(0 0 0)), to(transparent));
    background: -o-linear-gradient(bottom, rgb(0 0 0), transparent);
    background: linear-gradient(to top, rgb(0 0 0), transparent);
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    width: 100%;
    height: 150px;
    bottom: 0;
    z-index:1;
}

/*====10 dec====*/
.amenitieslist {
    padding: 25px 0;
    background: rgb(255, 255, 255);
    border-top: 0.1rem solid rgb(225, 231, 238);
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
}
 
.amenitiesitem{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
}
.amenitiesitem:first-child h3 {
    margin-top:0;
}
.amenitiesitem h3 {
    font-size: 18px;
    padding: 0px;
    margin-bottom: 10px;
    margin-top:20px;
}
 .amenitiesitem ul {
    list-style: none;
    padding-left: 0;
}
.amenitiesitem ul li {
    position: relative;
    padding-left: 25px;
    padding-bottom: 5px;
}
#amenities_services {
    margin-top: 40px;
}
.single-contents-div, .car-single-content {
    background: #f4faff;
}
#overview, #amenities_services, .includedexcluded-flex, .description-div.left-box .car-description, .description-div.left-box .gallery-section {
    background: #fff;
    padding: 25px;
    border: 1px solid #f3f3f3;
}
#overview h2, #amenities_services h2 {
    font-size: 30px;
}
.includedexcluded-flex {
    margin: 30px 0;
}
.gallery-section {
    margin-top: 30px;
}
.amenitiesitem ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(/wp-content/uploads/2025/12/checked.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 4px;
    -webkit-filter: brightness(0) saturate(100%) invert(34%) sepia(98%) saturate(2497%) hue-rotate(185deg) brightness(94%) contrast(96%);
            filter: brightness(0) saturate(100%) invert(34%) sepia(98%) saturate(2497%) hue-rotate(185deg) brightness(94%) contrast(96%);
}
.vista-stays-grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
    margin: 30px 0;
}

.vista-stay-card {
    display: block;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.07);
            box-shadow: 0 5px 15px rgba(0,0,0,0.07);
    -webkit-transition: -webkit-transform .2s ease, -webkit-box-shadow .2s ease;
    transition: -webkit-transform .2s ease, -webkit-box-shadow .2s ease;
    -o-transition: transform .2s ease, box-shadow .2s ease;
    transition: transform .2s ease, box-shadow .2s ease;
    transition: transform .2s ease, box-shadow .2s ease, -webkit-transform .2s ease, -webkit-box-shadow .2s ease;
    padding-bottom: 0px;
}
 
.vista-stay-card:hover {
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.1);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.vista-stay-thumb img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    border-bottom: 1px solid #eee;
    -webkit-transition: .9s ease all;
    -o-transition: .9s ease all;
    transition: .9s ease all;
}
 
.vista-stay-card:hover img {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);

}
.vista-stay-box {
    padding: 18px;
}
 
.vista-stay-title a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    font-family: "El Messiri", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    color: #222;
    text-decoration: none;
}

.vista-stay-title a:hover {
    color: #006eca;
}
 
.hs-gallery-item {
    width: 100%;
    aspect-ratio: 1/1;  
    overflow: hidden;
}
 
.hs-gallery-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; 
    display: block;
}
.vista-sstay-data ul {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    margin: 10px 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
}
.vista-sstay-data ul li {
    list-style: none;
    position: relative;
    margin-bottom: 6px;
    color: #6a6a6a;
}
.vista-stay-priceandbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 1px solid #d5dfe7;
    padding: 6px;
    border-radius: 8px;
    background: #ebf4fb;
}
.vista-sstay-data ul li i {
    margin-right: 1px;
    color: #006eca;
}
.vista-sstay-data {
    margin-bottom: 10px;
    border-top: 1px solid #c6c4c4;
    margin-top: 10px;
}

.vista-stay-price span {
    font-size: 19px;
    font-weight: 500;
    color: #006eca;
}

.vista-stay-price .btn-view {
    background: #006eca;
    color: #fff;
    font-weight: 700;
    padding: 15px 20px;
    line-height: 15px;
    border-radius: 8px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}

.vista-stay-title {
    margin-top: 0;
    margin-bottom: 5px;
}

.vista-stay-desc {
    font-size: 16px;
}
.vista-sstay-data ul li i {
    margin-right: 1px;
}
.package-subtitle i {
    color: #006eca;
    margin-right: 5px;
}
.package-subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-top: 2px;
}
.days-nights-badgess i {
    color: #006eca;
}
.days-nights-badgess span {
    margin-right: 10px;
}
.price-day-package {
    text-align: right;
}
.days-nights-badgess span:last-child {
    margin-right: 0;
}
.itinerary-accordion .accordion-header {
    font-weight: 600;
}
.tevily-single-booking-form .bookingbutton-car {
    margin-top: 0;
}


/*-------------------
    #Media Query
---------------------*/

@media screen and (min-width: 1025px) and (max-width: 1299px){
    .midnav .elementor-heading-title, .rgt-header span {
        font-size: 15px !important;
    }
    .midnav .elementor-widget-image img, .rgt-header .elementor-widget-image img {
        width: 22px !important; 
    }
    .gva-user .login-account .profile .avata:not(.without-login) {
        width: 32px;
        height: 32px;
    }
}

@media screen and (max-width: 1024px) {
    .header-mobile-content .header-right .mobile-icon-cart {
        display: none;
    }   
    .hsDomesticSlider button, .car-slider button {
        width: 35px;
        height: 35px;
    }
    .hsDomesticSlider button.slick-prev:before, .hsDomesticSlider button.slick-next:before, .car-slider button.slick-prev:before, .car-slider button.slick-next:before {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 992px) {
    .hs-locations-wrapper {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
    .tevily-single-booking-form, .tevily-single-booking-form {
        padding: 20px;
    }
}

@media (max-width:840px) {
    .package-single-contents {
        padding-right: 0;
    }
    .package-single-contents, .package-single-form {
        width: 100%;
    }
    .description-div.left-box, .car-description-side.right-box {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .package-single-form {
        margin-top: 25px;
    }
    .term-description-flex {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .term-description, .term-image {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .flex-wrapper {
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
           -ms-flex-direction: column;
               flex-direction: column;
     }
 
    .left-box,
    .right-box {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
}

@media (max-width:767px) {
    .popup-content {
        max-width: 500px;
    }
    .specs-left {
        gap: 3px;
    }
    .specs-left span {
        font-size: 15px;
    }
    .package-single-destinations-div .package-title {
        font-size: 24px;
    }
    .package-single-destinations-flex {
        gap: 5px;
    }
    .package-destinations-lists li {
        padding-left: 20px;
        padding-right: 8px;
    }
    .includedexcluded-flex h2 {
        font-size: 24px !important;
    }
    .packages-grid {
        gap: 15px;
    }
    .packages-grid {
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    }
    .package-heading {
        padding: 12px;
    }
    .package-term-listing, .term-description-div {
        padding: 40px 0px;
    }
    .term-description-div .term-titles {
        margin-top: 0;
    }
    .gallery-section li button {
        padding-left: 0;
        padding-right: 0;
    }
    .gallery-section li {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width:660px) {
    .packages-grid {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
    .days-nights-badge {
        margin-right: 0;
    }
    .package-single-destinations-flex {
        gap: 10px;
    }
    .package-titles, .price-day-package {
        width: 100%;
        text-align: left;
    }
    .price-day-package .days-nights-badges {
        margin-left: 0;
    }
    .package_prices {
        font-size: 26px;
    }
}

@media (max-width:600px) {
    .popup-content {
        max-width: 90%;
    }
    .data-fields {
        width: 100%;
    }
    .hsDomesticSlider button.slick-next, .car-slider button.slick-next {
        right: -10px;
    }
    .hsDomesticSlider button.slick-prev, .car-slider button.slick-prev {
        left: -10px;
    }
    .car-info-box .tevily-single-booking-form {
        padding: 30px 18px;
    }
    .car-info-box .box-title {
        margin-top: 0;
        padding-left: 3px;
    }
    .car-single-title .car-title {
        font-size: 32px;
    }
    .car-single-image {
        height: 280px;
    }
    .package_prices {
        font-size: 22px;
    }
    .package-titles, .price-day-package {
        width: 100%;
    }
    .days-nights-badges {
        margin-left: 0;
    }
    .package-single-flex h2 {
        font-size: 30px;
    }
    .included-lists {
        width: 100%;
    }
    .included-list {
        margin-bottom: 0;
    } 
    .package-term-content .popular-heading {
        font-size: 28px;
    }
    .term-description h1.term-titles {
        font-size: 24px;
    }
    .term-description-flex {
        gap: 20px;
    }
    .package-term-single-page .car-single-image {
        height: 300px;
    }
    .hs-locations-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    #overview h2, #amenities_services h2 {
        font-size: 26px;
    }
    .newsletter-form input[type="email"] {
        height: 45px;
    }
}

@media (max-width:500px) {
    .submitbtn {
        max-width: 100%;
    }
    .package-destinations-lists li {
        font-size: 16px;
    }
    .tevily-single-booking-form {
        padding: 20px;
    }
    .included, .excluded {
        width: 100%;
    }
    .includedexcluded-flex {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 20px;
    }
    .includedexcluded-flex h2 {
        margin-bottom: 10px;
    }
    .amenitieslist {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1;
    }
    .hs-tabs-nav {
        gap: 10px;
        justify-content: space-around;
    }
    .hs-tabs-nav li {
        font-size: 18px;
    }
}

@media (max-width:360px) {
    .packages-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }
}

.gva-user {
	display: none;
}