@charset "utf-8";
/*
Theme Name: Toor - Travel Booking HTML5 Template.
Author: codezionsoftwares
Author URL: https://themeforest.net/user/codezionsoftwares
Version: 1.0.0

%%%%%%% Table of CSS %%%%%%%

1.General code
    1.1 Typography
    1.2 Space margins and padding
    1.3 forms
    1.4 Buttons
    1.5 Section-Colors-&-Backgrounds
    1.6 Modal & popups
    1.7 Accordion
2.Homepages
    2.1 Navigation
    2.2 Slider
    2.3 Search
    2.4 About Us
    2.5 Recommended Hotels
    2.6 Our Work
    2.7 Recommended Flights
    2.8 Recommended Cruise
    2.9 Our Services
    2.10 Recommended Cars
    2.11 Our Team
    2.12 Why Choose Us / Testimonials
    2.13 Our Blog
    2.14 Our Partners
    2.15 Footer
    2.16 Copyright
3.Blog
4.Blog Details
5.Listing
6.Listing Detail
7.Booking
8.About Us
9.404
10.Coming Soon
11.Contact Us
12.FAQs
13.Gallery
*/
/*--------animation---------*/
@keyframes fadeHeaderInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@keyframes shadow {
    0% {
        transform: scale(1) translateY(0px);
    }
    100% {
        transform: scale(0.8) translateY(75px);
    }
}
@keyframes ghost {
    0% {
        transform: scale(1) translateY(0px)
    }
    100% {
        transform: scale(1) translateY(-40px)
    }
}
/*======================
1.General Code
========================*/
html {
    overflow-x: hidden;
}
button:focus,
*:focus {
    outline: none;
}
body {
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    line-height: 1.8;
    font-weight: 400;
    color: #000;
    background: #ffffff;
    border-color: #dfdfdf;
    transition: transform ease-in .4s;
    overflow: hidden;
}
button {
    background: transparent;
    border: none;
    padding: 0;
}

hr{
    margin: 20px 0;
}
.popins{
    font-family: 'Poppins', sans-serif;
}
.Poppins{
    font-family: 'Poppins', sans-serif;
}
.p-relative {
    position: relative;
}
.before-none:after,
.after-none:after,
.none {
    display: none;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.overlay-bg-black{
    background: #000;
    opacity: 0.1;
}
.overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.image-fit{
    width: 20%;
    height: 20%;
    object-fit: cover;
    object-position: center;
}
.transform-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0%, -50%);
    z-index: 1;
}
.bx-wrapper{
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before {
    font-size: inherit;
    margin: 0;
}
.animate-img{
    position: relative;
    overflow: hidden;
}
.animate-img:hover img{
    transform: scale(1.1);
    transition: 0.5s;
}
.parallax{
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    transition: border 0.3s ease-in, box-shadow 0.3s ease-in,background 0.3s, opacity 0.3s ease-in;
}
.normal-bg{
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: border 0.3s ease-in, box-shadow 0.3s ease-in,background 0.3s, opacity 0.3s ease-in;
}
/*section header*/
.section-header {
    padding-bottom: 30px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.section-header .section-heading{
    max-width: 540px;
    margin: 0 auto 0 0;
}
.section-header .section-heading h3:after{
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #FF8F50;
    margin-top: 20px;
}
.section-header .section-description {
    margin-bottom: 20px;
    position: relative;
}
.section-header.style-right{
    text-align: right;
}
.section-header.style-right .section-heading{
    margin: 0 0 0 auto;
}
.section-header.style-right .section-heading h3:after{
    margin: 20px 0 0 auto;
}

/*slick bullets*/
.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
.slick-dots li {
    padding: 0;
    line-height: 0;
}
.slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 6px;
    border-radius: 10px;
    background: #2d3e52;
    margin: 0 5px;
    transition: 0.6s all;
    border: 2px solid #2d3e52;
}
.slick-dots li.slick-active button {
    width: 24px;
    height: 6px;
    border-radius: 50px;
    background: #FF8F50;
    border: 2px solid #FF8F50;
}
/*pagination*/
.page-item:first-child .page-link{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.page-item:last-child .page-link{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.page-link:focus{
    box-shadow: none;
    z-index: 1;
}
.page-item .page-link{
    padding: 8px 20px;
    font-size: 14px;
    line-height: 1.5;
    border: 2px solid #eee;
    color: #020202;
    border-radius: 0;
}
.page-item:hover .page-link,
.page-item.active .page-link{
    background-color: #FF8F50;
    border-color: #FF8F50;
    color: #fff;
}
/*======================
1.1 Typography
========================*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #000;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
    color: inherit;
}
h1 {
    font-size: 50px;
    line-height: normal;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    color: #777E90;
}
a {
    color: #FF8F50;
    text-decoration: none;
    transition: 0.5s;
    white-space: nowrap;
}
a:focus,
a:hover {
    color: #FF8F50 !important;
    text-decoration: none;
    transition: 0.5s;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}
ul li,
ol li {
    margin: 0px;
    position: relative;
}
ul.custom{
    list-style: none;
    padding: 0;
}
ul.custom-flex{
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
blockquote {
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px;
    padding-left: 70px;
    border-left: 2px solid #FF8F50;
}
blockquote span{
    width: 50px;
    height: 50px;
    background: #FF8F50;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    font-size: 16px;
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 0;
}
blockquote p {
    font-size: 16px;
    font-style: italic;
    margin: 0;
    font-weight: 500;
    word-break: break-word;
    margin-bottom: 0;
}
blockquote h6 {
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
}

iframe{
    border:none;
    width: 100%;
}
img {
    max-width: 100%;
    width: auto;
    height: auto;
    transition: 0.5s;
}
table th,
table td {
    border: 1px solid #dfdfdf;
    padding: 15px;
}
table {
    border: 1px solid #dfdfdf;
    padding: 15px;
    width: 100%;
}
.fw-100 {
    font-weight: 100;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
/*======================
1.2 Space margins and padding
========================*/

.section-padding {
    padding: 80px 0;
}

/*==================
1.3. Forms
====================*/
.form-control-custom::placeholder{
    font-size: 14px;
}
.form-control-custom {
    height: 40px;
    padding: 0 15px;
    border-radius: 0;
    border: 2px solid #efefef;
    width: 100%;
    background: #f5f5f5;
    font-size: 14px;
    border-radius: 50px;
}
.form-control-custom:focus {
    border: 2px solid #efefef;
    border-bottom: 2px solid #FF8F50;
    box-shadow: none;
}
.btn-height,
button.btn-height{
    height: 40px;
    line-height: 1;
    padding: 0;
}
label.submit{
    height: 15px;
    width: 100%;
    clear: both;
}
.custom-select{
    background-image: none;
}
.custom-select:focus{
    box-shadow: none;
}
.group-form .form-control-custom,
.group-form .form-control-custom:not(:last-child){
    border-radius: 50px;
    padding: 0 40px 0 15px;
}
.group-form .form-control-custom:focus{
    z-index: 0;
}
.group-form .form-control-custom.custom-select:focus{
    z-index: 10;
}
.group-form .input-group-append{
    position: absolute;
    height: 40px;
    width: 30px;
    background: #2d3e52;
    color: #fff;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    border-radius: 0px 50px 50px 0px;
    z-index: 0;
    pointer-events: none;
}
.group-form .custom-select{
    padding: 0 30px 0 10px;
}
.group-form .custom-select:after{
    border-bottom-color: #fff;
    border-right-color: #fff;
}
.group-form .custom-select:before{
    content: '';
    background: #2d3e52;
    width: 30px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: -2px;
    border-radius: 0px 50px 50px 0px;
    margin-top: 0;
}
textarea.form-control {
    height: auto;
}
label.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
label.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    user-select: none;
    line-height: normal;
    font-size: 14px;
}
label.custom-checkbox:last-child {
    margin-bottom: 10px;
}
/* Create a custom checkbox */
label.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #d4d4db;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 0px;
}
/* On mouse-over, add a grey background color */
label.custom-checkbox:hover input ~ .checkmark {
    background-color: #fff;
    border: 1px solid #FF8F50;
}
/* When the checkbox is checked, add a blue background */
label.custom-checkbox input:checked ~ .checkmark {
    background-color: #FF8F50;
    border: 1px solid #FF8F50;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
label.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
label.custom-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/*==================
1.4. Buttons
====================*/
.btn-first {
    display: inline-block;
    padding: 5px 20px;
    position: relative;
    transition: 0.5s all;
    background: transparent;
    color: inherit;
    border: 1px solid transparent;
    font-size: 14px;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    border-radius: 10px;
    text-transform: uppercase;
}
.btn-submit{
    border-color: #FF8F50;
    color: #FF8F50;
    background: #fff;
}
.btn-small:before,
.btn-submit:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #FF8F50;
    width: 0%;
    transition: 0.5s all;
    z-index: -1;
    border-radius: 10px;
}
.btn-small:hover,
.btn-submit:hover{
    color: #fff !important;
}
.btn-small:focus,
.btn-submit:focus{
    background-color: #FF8F50;
    color: #fff;
}
.btn-small:hover:before,
.btn-submit:hover:before{
    width: 100%;
}
.btn-second{
    display: inline-block;
    padding: 0px 20px;
    position: relative;
    transition: 0.5s all;
    background: transparent;
    color: inherit;
    border: 1px solid transparent;
    font-size: 14px;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    border-radius: 50px;
    text-transform: uppercase;
}
.btn-small{
    background: #2d3e52;
    border-color: #2d3e52;
    color: #fff;
}
.btn-small:hover,
.btn-small:focus{
    border-color: #FF8F50;
}

/*Colors*/
.text-custom-black {
    color: #000000;
}
.text-custom-white {
    color: #ffffff;
}
.text-custom-blue {
    color: #FF8F50;
}
.text-light-dark{
    color: #838383;;
}
.text-light-black{
    color: #2d3e52;
}
.text-yellow{
    color: #fdb714;
}
/*======================
1.6 Modal & Popups
========================*/

/*======================
2. Homepages
========================*/
/*Navigation*/
.header .navigation.sticky{
    animation-name: fadeHeaderInDown;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 22;
    background: #fff;
    animation-duration: 1s;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    animation-fill-mode: both;
}
.navigation .main-navigation{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navigation .main-navigation .logo{
    margin: 20px 0;
    width: 156px;

}
.navigation .main-navigation .main-menu .logo{
    display: none;
}
.navigation .main-navigation .hamburger-menu {
    display: none;
    align-items: center;
    cursor: pointer;
}
.navigation .main-navigation .hamburger-menu .menu-btn span {
    background: #000;
    height: 2px;
    width: 25px;
    margin-bottom: 5px;
    display: block;
    transition: 0.3s;
}
.navigation .main-navigation .hamburger-menu .menu-btn span:last-child {
    margin-bottom: 0;
}
.navigation .main-navigation .hamburger-menu .menu-btn.active {
    position: relative;
    top: -4px;
    transition: 0.3s;
}
.navigation .main-navigation .hamburger-menu .menu-btn.active span:first-child {
    transform: rotate(45deg);
    transition: 0.3s;
    position: relative;
    top: 7.4px;
}
.navigation .main-navigation .hamburger-menu .menu-btn.active span:nth-child(2) {
    display: none;
}
.navigation .main-navigation .hamburger-menu .menu-btn.active span:last-child {
    transform: rotate(-45deg);
    transition: 0.3s;
}
.navigation .main-navigation .main-menu .cta-btn,
.navigation .main-navigation .main-menu{
    display: flex;
    align-items: center;
}
.navigation .main-navigation .main-menu .cta-btn{
    margin-left: 15px;
}
.navigation .main-navigation .main-menu>nav>ul>.menu-item.active>a{
    color: #FF8F50;
    font-weight: 500;
}
.navigation .main-navigation .main-menu>nav>ul>.menu-item{
    padding: 22px 0;
}
.navigation .main-navigation .main-menu>nav>ul>.menu-item>a {
    text-transform: uppercase;
    padding: 0px 15px;
    position: relative;
    color: #000;
    display: flex;
    align-items: center;
    gap: 5px;
}
.menu-item-has-children>a>.arrow:after,
.menu-item-has-megamenu>a>.arrow:after{
    display: inline-block;
    margin-left: .55em;
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.menu-item-has-children .sub-menu{
    position: absolute;
    top: 100%;
    left: 50px;
    right: 0;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    background: #FF8F50;
    transition: 0.3s all;
    z-index: 1;
}
.menu-item-has-children:hover>.sub-menu{
    opacity: 1;
    visibility: visible;
    left: 0;
}
.menu-item-has-megamenu .megamenu .megamenu-nav ul>.menu-item>a,
.menu-item-has-children .sub-menu>.menu-item>a{
    display: block;
    border-top: 1px solid #FF8F50;
    white-space: nowrap;
    padding: 12px 20px 12px 18px;
    position: relative;
}
.menu-item-has-megamenu .megamenu .megamenu-nav ul>.menu-item>a,
.menu-item-has-children .sub-menu>.menu-item.active>a,
.menu-item-has-children .sub-menu>.menu-item:hover>a{
    background: #000;
    color: #fff !important;
}

.menu-item-has-children .sub-menu .menu-item-has-children>a>.arrow:after{
    position: absolute;
    right: 15px;
    transform: rotate(-90deg);
    top: 15px;
}
.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu{
    left: 100%;
    top: 0;
}
/*megamenu*/
.menu-item-has-megamenu{
    position: static;
}
.menu-item-has-megamenu .megamenu{
    position: absolute;
    top: 100%;
    left: 50px;
    right: 0;
    width: 97.4%;
    opacity: 0;
    visibility: hidden;
    background: #FF8F50;
    transition: 0.3s all;
    padding-bottom: 10px;
}
.menu-item-has-megamenu:hover>.megamenu{
    opacity: 1;
    left: 15px;
    visibility: visible;
}
.menu-item-has-megamenu .megamenu .megamenu-nav ul>.menu-item{
    margin-bottom: 10px;
}
/* i:before {
    content: "\e065";
    font-family: 'Font Awesome 5 Free';
} */

.header {
    border-bottom: 2px dashed #D0D0D0;
}
/*Main Slider*/
.tab-section {
    z-index: 0;
    position: relative;
    display: flex;
    align-items: center;
    background: rgba(224, 166, 118, 0.15);
    padding: 15px;
    padding-top: 100px;
}
.tabs {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-radius: 10px;
    gap: 40px;
    flex-wrap: wrap;
}
.place-tabs {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-radius: 10px;
    gap: 40px;
}
.tab-bg {
    background-image: url(../images/tab.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 46px;
    margin-bottom: 20px;
    
}
.tab-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(224, 166, 118, 0.15); */
    fill: rgba(255, 143, 80, 0.22);
    opacity: 0.56;
    backdrop-filter: blur(10.5px);
    z-index: -1;
}
.tab-button {
    background: none;
    border: none;
    padding: 5px 20px;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
}
.tab-button:hover {
    color: #fb923c;
}
.tab-button i {
    color: #fb923c;
}
.tab-button.active i {
    color: #fff;
}

.tab-button.active {
    background: #fb923c;
    color: white;
}
/* .tab-button.active:hover {
    background: #000;
} */
.place-button {
    background: none;
    border: none;
    padding: 4px 20px;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}
.place-pane.active {
    display: block;
}
.place-pane {
    display: none;
}
.place-button.active {
    background: #fb923c;
    color: white;
    border-radius: 5px;
}

.search-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.place {
    display: none;
}

.place.active {
    display: block;
}
.search-form {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    padding: 35px 20px;
    border-radius: 18px;
    background: #FFF;
    position: relative;
    box-shadow: 1px 4px 12px 0px rgba(0, 0, 0, 0.10);
}

.input {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
}
.search-button {
    background: #fb923c;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 5px;
    transition: 0.5s all;
    width: 170px;
    padding-right: 40px;
}
.search-button img {
    width: 18px;
}
.search-button:hover {
    background: #000;
}
.tab-image {
    width: 100%;
}
.input-group {
    display: flex;
    text-align: left;
}

.input-group label {
    font-size: 12px;
    color: #555;
    margin-bottom: 4px;
}

.input-group input, .input-group select {
    border: 0px solid #ccc;
    width: 100%;
}
.input-group {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 9px !important;
    width: auto;
    position: relative;
}
.input-group label {
    position: absolute;
    top: -10px;
    left: 9px;
    color: #000;
    background: #fff;
    margin-bottom: 0;
    white-space: nowrap;
}
.offer-box {
    background-image: url(../images/offer/1.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 25px;
}
.offer-box.cashback-box {
    background-image: url(../images/offer/2.png);
}
.offer-box.travel-box {
    background-image: url(../images/offer/3.png);
}

.offer-text h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 5px;
}
.offer-bg {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
}
.offer-text p {
    color: #fff;
    margin-bottom: 0;
}
.offer-btn {
    background: #fff;
    padding: 4px 20px;
    border-radius: 30px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.place-card {
    padding: 10px;
}
.trending-section {
    border-radius: 34px;
    border: 0.5px solid #EFEFEF;
    background: #FFF;
    box-shadow: -1px -4px 18px 0px rgba(0, 0, 0, 0.06), 1px 4px 18px 0px rgba(0, 0, 0, 0.06);
    padding: 40px;
    background: var(--Neutrals-8, #FCFCFD);
}
.trending-section .place-tabs {
    justify-content: start;
    gap: 10px;
}
.trending-section .place-button {
    border-radius: 30px;
}
.place-image img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.place-perra {
    padding: 10px;
    /* margin: 10px 0; */
}
.place-image img {
    width: 100%;
}
.place-perra h5 {
    margin-bottom: 5px;
}
.place-name {
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.underline {
    text-decoration: line-through;
    color: #777E90;
    font-size: 12px;
}
.place-name p {
    margin-bottom: 0;
    font-size: 14px;
}
.place-price {
    color: #4AC63F;
}
.offer-box.travel-box {
    padding-left: 75px;
}
.place-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.place-bottom .star-text {
    color: #FF8F50;
}
.place-image {
    position: relative;
}
.wishlist-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    font-size: 16px;
    padding: 7px;
    border-radius: 50%;
    color: #FF5B5B;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.place-card.slick-slide {
    padding: 15px;
    margin-bottom: 10px;
}
.slick-arrow {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    font-size: 0;
    position: absolute;
    right: 0;
    top: -65px;
    z-index: 1;
    border: 2px solid #E6E8EC;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
.slick-prev.slick-arrow {
    right: 40px;
   
}
/* .slick-prev.slick-arrow:before {
    content: '\f359';
    font-family: 'Font Awesome 5 Free';
    font-size: 34px;
}
.slick-next.slick-arrow:before {
    content: '\f360';
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
} */


/* ===================================== */
/* HOLIDAY PACKAGE SECTION */
/* ===================================== */

.tp-package-section{
    padding: 80px 0;
    background: #f8fafc;
    overflow: hidden;
}

/* ========================= */
/* HEADING */
/* ========================= */

.tp-package-heading{
    margin-bottom: 45px;
}

.tp-tagline{
    display: inline-block;
    padding: 7px 18px;
    background: rgba(255,115,0,0.10);
    color: #ff7300;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: .5px;
}

.tp-package-heading h2{
    font-size: 38px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 14px;
    line-height: 1.3;
}

.tp-package-heading p{
    max-width: 650px;
    margin: auto;
    color: #6b7280;
    font-size: 15px;
    line-height: 27px;
}

/* ========================= */
/* PACKAGE GRID */
/* ========================= */

.tp-package-slider{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* ========================= */
/* CARD */
/* ========================= */

.tp-package-card{
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
    transition: 0.4s ease;
    position: relative;
    height: 100%;
}

.tp-package-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

/* ========================= */
/* IMAGE */
/* ========================= */

.tp-package-image{
    position: relative;
    overflow: hidden;
}

.tp-package-image img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.5s ease;
    display: block;
}

.tp-package-card:hover .tp-package-image img{
    transform: scale(1.06);
}

/* ========================= */
/* BADGE */
/* ========================= */

.tp-package-badge{
    position: absolute;
    top: 16px;
    left: 16px;
    background: linear-gradient(135deg,#ff7300,#ff9800);
    color: #fff;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
}

/* ========================= */
/* CONTENT */
/* ========================= */

.tp-package-content{
    padding: 20px;
}

/* ========================= */
/* TITLE */
/* ========================= */

.tp-package-top h3{
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    line-height: 30px;
    margin-bottom: 14px;
}

.tp-package-top h3 span{
    display: inline-block;
    font-size: 12px;
    color: #ff7300;
    background: rgba(255,115,0,0.10);
    padding: 5px 12px;
    border-radius: 30px;
    margin-left: 8px;
    font-weight: 600;
}

/* ========================= */
/* LOCATION */
/* ========================= */

.tp-location-list{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 0 0 14px;
    list-style: none;
}

.tp-location-list li{
    background: #f3f4f6;
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 12px;
    color: #374151;
    font-weight: 500;
}

/* ========================= */
/* FEATURES */
/* ========================= */

.tp-feature-list{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.tp-feature-list li{
    font-size: 12px;
    color: #4b5563;
    background: #fff7ed;
    padding: 6px 10px;
    border-radius: 8px;
    font-weight: 500;
    line-height: 1.4;
}

/* ========================= */
/* DESCRIPTION */
/* ========================= */

.tp-package-desc{
    margin-top: 16px;
    margin-bottom: 18px;
    color: #6b7280;
    line-height: 24px;
    font-size: 14px;
}

/* ========================= */
/* FOOTER */
/* ========================= */

.tp-package-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-top: 1px solid #e5e7eb;
    padding-top: 16px;
}

.tp-price-info small{
    color: #9ca3af;
    font-size: 12px;
}

.tp-price-info h4{
    font-size: 24px;
    color: #111827;
    margin: 5px 0;
    font-weight: 700;
}

.tp-price-info h4 span{
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
}

.tp-price-info p{
    margin: 0;
    color: #6b7280;
    font-size: 13px;
}

/* ========================= */
/* BUTTON */
/* ========================= */

.tp-book-btn{
    background: linear-gradient(135deg,#ff7300,#ff9800);
    color: #fff;
    padding: 11px 20px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
    white-space: nowrap;
}

.tp-book-btn:hover{
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255,115,0,0.25);
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media(max-width:991px){

    .tp-package-slider{
        grid-template-columns: repeat(2,1fr);
    }

    .tp-package-heading h2{
        font-size: 32px;
    }
}

@media(max-width:767px){

    .tp-package-section{
        padding: 65px 0;
    }

    .tp-package-slider{
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .tp-package-heading{
        margin-bottom: 35px;
    }

    .tp-package-heading h2{
        font-size: 28px;
    }

    .tp-package-heading p{
        font-size: 14px;
        line-height: 24px;
    }

    .tp-package-footer{
        flex-direction: column;
        align-items: flex-start;
    }

    .tp-book-btn{
        width: 100%;
        text-align: center;
    }

    .tp-package-image img{
        height: 200px;
    }
}







.testimonial-section {
    padding: 70px;
    border-radius: 30px;
    background-image: url(../images/testimonial-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.testimonial-section h3 {
    color: #fff;
    margin-bottom: 3px;
}
.testimonial-section p {
    color: #fff;
}
.thm-btn-one {
    background: #FF8F50;
    color: #fff !important;
    padding: 15px 30px;
    border-radius: 15px;
    font-size: 18px;
    transition: 0.5s all;
    border: 1px solid #FF8F50;

}
.thm-btn-one:hover {
    background-color: #fff;
}
.testimonial-title {
    font-family: "Protest Revolution", sans-serif;
    color: #fff;
    font-size: 50px;
}


.footer {
    background: #F4F4F4;
    padding: 40px 0;
    padding-bottom: 0;
}
.ft-title {
    font-size: 23px;
    margin-bottom: 15px;
    font-weight: 700; 
    color: #000;      
}
.ft-list {
    padding: 0;
    list-style: none;
    line-height: 2.5;
}
.ft-items a {
    color: #201e1e;
}
.ft-payment-list {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 13px;
    font-size: 18px;
    flex-wrap: wrap;
}
.copyright {
    text-align: center;
    border-top: 1px solid #787878;
    padding: 20px 0;
    margin-top: 40px;
}
.copyright p {
    margin-bottom: 0;
    color: #4A4A4A;
}
#back-top {
    position: fixed;
    bottom: 25px;
    right: 20px;
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 20px;
    border: 2px solid #FF8F50 ;
}

.holidays-package .slick-arrow {
    background-color: transparent;
}
.destinations-bottom {
    color: #0F3D36;
    font-size: 14px;
    background: #99D2C9;
    padding: 7px 15px;
    border-radius: 0 0 20px 20px;
    font-weight: 600;
}
span.text-sm {
    color: #777E90;
    font-size: 14px;
}
.text-black {
    color: #000;
}
.form-group.search-box input {
    border: 1px solid #F1F1F1;
    background: #F7F7F7;
    border-radius: 30px;
    padding-left: 45px;
    width: auto;
}
.form-group.search-box {
    position: relative;
}
.form-group.search-box svg {
    position: absolute;
    top: 7px;
    left: 13px;
}
.discover-card {
    border: 1px solid #D5D5D5;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 10px;
}
.discover-card p {
    margin-bottom: 0;
}

.discover-card p:first-child {
    margin-bottom: 10px;
}.discover-card p:nth-child(2) {
   color: #000;
}
.carlist-section {
    background: #FF8F50;
    padding: 40px 0;
    padding-top: 50px;
}
.thm-btn-two {
    background: #fff;
    border-radius: 10px;
    color: #FF8F50;
    width: auto;
}
.update-form {
    background: transparent;
    box-shadow: none;
    padding: 0;
}
.update-form .input-group label {
    background: transparent;
    color: #fff;
    top: -24px;
}
.update-form .input-group {
    background-color: #fff;
}
.top-list-item {
    background: #FFEEE4;
    padding: 6px 30px;
    border-radius: 30px;
    border-color: #FFEEE4;
    position: initial;
    transition: 0.5s all;
}
.car-modul-list {
    border-radius: 12px;
    border: 1px solid #EEE;
    background: #F9F9F9;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    margin-bottom: 7px;
    padding: 5px 10px;
    font-size: 12px;
}
.carmodul-list-height {
    height: 160px;
    overflow: auto;
    padding-right: 20px;
}
.rating-box {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: start;
    flex-wrap: wrap;
}
.top-list-item {
    cursor: pointer;
    /* position: relative; */
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .top-list-submenu h6 {
    margin-top: 20px;
}
  .top-list-item .arrow {
    margin-left: 5px;
    transition: transform 0.3s ease;
  }
  
  /* Rotate arrow when open */
  .top-list-submenu.open + .arrow {
    transform: rotate(180deg); /* points up */
  }
.top-list-submenu {
    position: absolute;
    min-width: 350px;
    /* height: 0; */
    top: 62px;
    left: 0;
    background: #DCE0E5;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #DCE0E5;
    transition: 0.5s all;
    display: none;
    z-index: 99;
}
.price-filter .slider-track {
    position: relative;
    height: 4px;
    background: #FF8F50;
}
/* .top-list-item:hover .top-list-submenu {
    display: block;
    height: auto;
    transition: 0.5s all;
    margin: auto;
    left: 8%;
} */
.top-list-submenu .form-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

  .inputs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
  }
  
  .inputs input {
    flex: 1;
    padding: 4px 15px;
    border-radius: 20px;
    border: 1px solid #ccc;
    outline: none;
    font-size: 14px;
    width: 100%;
}
.price-filter label {
    margin-bottom: 15px;
}
  .range-indicator {
    text-align: right;
    margin-bottom: 20px;
  }
  
  .range-indicator .label {
    color: #f4791f;
    font-weight: bold;
  }
  .actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 30px;
}
.range-values {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cancel {
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
  }
  
  .apply {
    background-color: #ffa361;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
  }
  .slider-container {
    position: relative;
    margin-bottom: 20px;
  }
  /* .slider-track input[type="range"] {
    position: absolute;
    width: 100%;
    pointer-events: none;
    height: 4px;
    background: #FF8F50;
    z-index: 0;
  }
  
  .slider-track input[type="range"]::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    height: 14px;
    width: 14px;
    background: #f4791f;
    border-radius: 50%;
    cursor: pointer;
    z-index: 99;
  } */
  .price-filter input[type="range"] {
    height: 3px;
  }
  .slider-track input[type="range"]::-moz-range-thumb {
    pointer-events: auto;
    height: 14px;
    width: 14px;
    background: #f4791f;
    border-radius: 50%;
    cursor: pointer;
    z-index: 99;
  }
  .slider-track {
    position: relative;
}
.top-list-submenu.car-modul-box {
    width: 100% !important;
}
.top-list-submenu .form-group input {
    border-radius: 30px;
}
.top-list-select {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    list-style: none;
    /* padding-bottom: 30px; */
    padding-left: 0;
    position: relative;
}
.selector-container {
    display: flex;
    overflow-x: auto;
    flex-wrap: wrap;
    background-color: #fdfdfd;
    border-radius: 16px;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    gap: 40px;
    border-radius: 24px;
    border: 1px solid #EEE;
    background: #F7F7F7;
    box-shadow: 185px 486px 146px 0px rgba(255, 143, 80, 0.00), 118px 311px 133px 0px rgba(255, 143, 80, 0.01), 66px 175px 112px 0px rgba(255, 143, 80, 0.02), 30px 78px 83px 0px rgba(255, 143, 80, 0.03), 7px 19px 46px 0px rgba(255, 143, 80, 0.04);
}
  
  .cart-list.option {
    min-width: 130px;
    padding: 14px 16px;
    border-radius: 12px;
    background-color: #f4f4f4;
    text-align: center;
    cursor: pointer;
    flex-shrink: 0;
  }
  
  .option .duration {
    font-weight: bold;
    color: #333;
    display: block;
    margin-bottom: 4px;
    font-size: 20px;
}
.option .price {
    color: #666;
    font-size: 16px;
}
  .option.selected {
    background-color: #fff1e9;
    border: 2px solid #ff7e3f;
    color: #ff7e3f;
  }
  
  .option.selected .duration {
    color: #ff7e3f;
  }
  
  .option.selected .price {
    color: #ff7e3f;
  }
  .car-feture-item {
    color: #FF8F50;
    margin-bottom: 0;
    background: #FF8F501A;
    padding: 3px 16px;
    border-radius: 30px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 3px;
    line-height: 2;
}
.car-feture {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.car-list-card {
    /* background: #FF8F501A; */
    border-radius: 12px;
    border: 1px solid #EEE;
    background: #FFF;
    box-shadow: 99px 296px 87px 0px rgba(0, 0, 0, 0.00), 63px 189px 80px 0px rgba(0, 0, 0, 0.01), 36px 106px 67px 0px rgba(0, 0, 0, 0.03), 16px 47px 50px 0px rgba(0, 0, 0, 0.04), 4px 12px 27px 0px rgba(0, 0, 0, 0.05);
    padding: 10px;
    margin-bottom: 20px;
}
.car-type {
    border-radius: 27px;
    background: #149900;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
}
.car-list-card h6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}
.color-green {
    color: #0F4408;
}
.color-red {
    color: #ed0808;
}
.car-km {
    color: #000;
}
.car-price h4 {
    margin-bottom: 0;
}
.car-price {
    display: flex;
    align-items: end;
    margin-bottom: 10px;
    gap: 10px;
}
.car-type.disel {
    background: #FF7F26;
}
.car-type.petrol {
    background: #005F6A;
}
.car-list-image {
    min-height: 260px;
    object-fit: contain;
}

  .car-preview {
    display: flex;
    gap: 20px;
    
}
.car-rotate-main {
    padding: 20px;
    border-radius: 12px;
    position: relative;
    background-image: url(../images/cardetail/bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}
.thumbnail-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px !important;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.60);
    background: rgba(255, 255, 255, 0.27);
    backdrop-filter: blur(4.199999809265137px);
}
.thumbnail {
    border-radius: 8px;
    cursor: pointer;
    /* border: 2px solid #eee; */
    width: 100%;
    object-fit: contain;
}
  
  .main-preview {
    flex: 1;
    position: relative;
  }
  
  .car-rotate-main .tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    justify-content: center;
    background: #333333;
    border-radius: 30px;
    width: fit-content;
    margin: auto;
    margin-bottom: 23px;
}
.car-rotate-main .tab {
    padding: 0px 16px;
    border: none;
    border-radius: 20px;
    /* background: #eee; */
    cursor: pointer;
    color: #fff;
}
  
  .car-rotate-main .tab.active {
    color: #d9a074;
    /* color: white; */
}
  
  .main-image {
    width: 100%;
    border-radius: 12px;
  }
  .rotate-icon {
    position: absolute;
    bottom: 8%;
    right: 50%;
    /* background: white; */
    /* padding: 6px 12px; */
    /* border-radius: 999px; */
    /* box-shadow: 0 2px 6px rgba(0,0,0,0.1); */
    color: #fff;
}
.info-text h2 {
    font-size: 22px;
}
.info-box, .payment-box {
    padding: 20px;
    flex: 1;
    border-radius: 12px;
    margin-bottom: 20px;
    background: #FFF;
    box-shadow: -1px -4px 12px 0px rgba(0, 0, 0, 0.04), 1px 4px 12px 0px rgba(0, 0, 0, 0.04);
}
ul.car-feture-list h6 {
    color: #FF8F50;
}
ul.car-feture-list {
    list-style: none;
    padding-left: 0;
}
.info-box.car-feture-box {
    min-height: 230px;
}
.color-one {
    color: #FF8F50;
}
  .tags span {
    display: inline-block;
    background: #ffe9dd;
    padding: 4px 10px;
    margin: 4px;
    border-radius: 999px;
    font-size: 14px;
  }
  ul.details-list {
    padding: 0;
    list-style: none;
    margin-top: 16px;
}
p.amount {
    font-size: 24px;
    color: orange;
    font-weight: bold;
    margin-bottom: 0;
}
  .payment-box h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn-continue {
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    font-weight: bold;
    width: 100%;
    border-radius: 13px;
    background: #FF8F50;
    font-size: 19px;
    margin-top: 50px;
    transition: 0.5s all;
}
ul.pickup-list {
    padding: 0;
    list-style: none;
}

.btn-continue:hover {
    background-color: #000;
}
  .detail-payment-methed.active {
    background: rgba(255, 143, 80, 0.10);
  }
  .detail-payment-methed {
    border: 1px solid rgba(255, 143, 80, 0.09);
    width: 100%;
    margin-bottom: 10px;
    padding: 13px;
    display: flex;
    font-size: 20px;
    gap: 11px;
    align-items: center;
}
.detail-payment-methed .small, small {
    font-size: 14px;
}
  .pickup-dropoff {
    background: white;
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
  }
  
  .locations {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    gap: 20px;
}
.locations img {
    position: absolute;
    left: 47%;
    top: -10px;
}
  .locations .pickup-list {
    background: #fff6f0;
    padding: 15px;
    border-radius: 8px;
  }
  .interactiveCar {
    perspective: 1000px;
  }
  
  .carImage {
    transition: transform 0.2s ease;
    transform-style: preserve-3d;
    will-change: transform;
  }
  

  .car-preview.tab-pane.active {
    display: flex;
}

  
  .main-preview:hover .carImage {
    animation: spin360 10s linear infinite;
  }
  .thumbnail-column {
    max-height: 520px;
    overflow-y: auto;
  }
  
  .thumbnail {
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.3s ease;
  }
  .thumbnail:hover, .thumbnail.active {
    border: 2px solid #d9a074;
  }

  .product-slider {
    width: 100%;
    max-width: 800px;
    margin: auto;
  }
  .main-slider {
    width: 100%;
    margin-bottom: 20px;
  }
  .main-slider img,
  .thumb-slider img {
    width: 100%;
    border-radius: 12px;
  }
 
  .thumb-slider .swiper-slide {
   
    cursor: pointer;
  }
  .thumb-slider .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #d9a074;
  }

  .swiper-slide {
    height: auto !important;
}
.swiper-wrapper {
   display: flex !important;
   width: auto;
   height: auto;
}
.main-swiper {
    width: 600px;
    position: relative;
  }
  .main-swiper img {
    width: 100%;
    border-radius: 12px;
  }
  .thumbnail.image-fit {
    width: 155px;
    background: #fff;
}
.promo-header {
    background: #5C90E7;
    padding: 0 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    border-radius: 10px 10px 0 0;
}
  .viewer {
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
  }
  
  .viewer img {
    width: 100%;
    display: block;
    user-select: none;
    pointer-events: none;
  }
  .bg-color-fuel-one {
    background: #149900;
    color: #fff;
}
  .bg-color-fuel-two {
    background: #854C7F;
    color: #fff;
}
  .bg-color-fuel-three {
    background: #005F6A;
    color: #fff;
}
  .bg-color-fuel-four {
    background: #FF7F26;
    color: #fff;
}

/* form flight  */
.tab-options {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
  }
  .fleght-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 38px;
}
  .flight-form  .tab {
    padding: 5px 20px;
    border-radius: 25px;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    font-weight: 500;
}

 .flight-form  .tab.active {
    background-color: #ffe3d0;
    color: #f4791f;
    border-color: #f4791f;
  }

  .form-row {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 15px;
    margin-bottom: 15px;
    flex-direction: row;
    position: relative;
}

  .flight-form .form-group {
    flex: 1;
    min-width: 160px;
    position: relative;
  }

  .flight-form .form-group input, .flight-form .form-group select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 14px;
  }
  
  .form-group {
    margin-bottom: 15px;
}
  .flight-form .form-group label {
    font-size: 12px;
    color: #888;
    display: block;
    margin-bottom: 4px;
  }

  .swap-icon {
    position: absolute;
    top: 8px;
    left: -20px;
    background-color: #f4791f;
    color: white;
    border-radius: 10px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    z-index: 1;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
  .options {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .options label {
    margin-right: 20px;
  }

  .search-btn {
    background-color: #f4791f;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .search-btn i {
    font-size: 18px;
  }

  .return-disabled {
    color: #aaa;
    font-size: 12px;
    margin-top: 4px;
  }

  #returnGroup {
    display: block;
  }

  #returnGroup.hidden {
    display: none;
  }

  .stay-fields {
    display: flex;
    gap: 15px;
    margin-top: 10px;
  }
  /* search form start */
  
 
  .dropdown {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 1000;
  }

  .section-search {
    padding: 15px 0;
    max-height: 380px;
    overflow: auto;
}
.search-item-cart {
    display: flex;
    align-items: center;
    gap: 15px;
}
  .section-search h4 {
    font-size: 12px;
    padding: 0px 20px;
    color: #777;
    margin-bottom: 0px;
  }
  .search-item-cart .code {
    background: #F5F6F7;
    padding: 5px;
    color: #5D6B82;
}
  .search-item-cart .item-img {
    background: #EBEBFA;
    padding: 4px 7px;
    border-radius: 7px;
}
  .section-search .item {
    padding: 10px 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.item.active,
.item:hover {
  background-color: #f0f0f0;
}


  .city {
    font-weight: bold;
    display: block;
  }

  .airport,
  .country {
    font-size: 12px;
    color: #555;
    display: block;
  }

  .country img {
    width: 16px;
    margin-right: 4px;
  }


 .tab-pane-flight {
    display: none;
  }
  .tab-pane-flight.active {
    display: block;
  }

  .tab-flight {
    /* background: #FF8F5026; */
    padding: 5px 20px;
    border-radius: 30px;
    color: #000;
}
  .tab-flight.active {
    background: #FF8F5026;
    color: #FF8F50;
}

.search-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    /* width: 100%; */
}
.stay-navigation {
    display: flex;
    align-items: center;
    gap: 5px;
}
.flight-form {
    width: 100%;
}
.flight-list-siderbar-left {
    border-radius: 15px;
    border: 1px solid #E9E9E9;
    background: #FFF;
    box-shadow: 185px 486px 146px 0px rgba(255, 143, 80, 0.00), 118px 311px 133px 0px rgba(255, 143, 80, 0.01), 66px 175px 112px 0px rgba(255, 143, 80, 0.02), 30px 78px 83px 0px rgba(255, 143, 80, 0.03), 7px 19px 46px 0px rgba(255, 143, 80, 0.04);
    padding: 20px;
}
.sidebar-left-item {
    list-style: none;
    padding-left: 15px;
}
.sidebar-left-item li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 2.5;
}
.slider-wrapper {
    position: relative;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

input[type="range"] {
    position: absolute;
    width: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    height: 8px;
    background: transparent;
    z-index: 99;
    border-radius: 30px;
}

  input[type="range"]::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    border: 1px solid #2D3A3C;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 99;
  }

  .slider-track {
    position: absolute;
    height: 1px;
    background: #2D3A3C;
    top: 18px;
    left: 0;
    right: 0;
    border-radius: 10px;
    z-index: 1;
    stroke-width: 1px;
    /* stroke: var(--Neutrals-Grey-900, #2D3A3C); */
}

  .slider-range {
    position: absolute;
    height: 8px;
    background: #f97316;
    top: 14px;
    z-index: 2;
    border-radius: 10px;
  }
  .flight-items {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(141, 141, 141, 0.25);
    padding: 15px;
    margin-bottom: 20px;
}
.flight-items select {
    width: 100%;
    border: 0;
}
.tab-button.flight-list-btn.active {
    background: transparent;
    color: #FF8F50;
    border-bottom: 2px solid #FF8F50;
}
.tab-button.flight-list-btn.active p {
    color: #FF8F50;
}
.tab-button.flight-list-btn p {
    margin-bottom: 0;
}
.tab-button.flight-list-btn {
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
    border-bottom: 2px solid transparent;
    padding: 7px 15px;
    justify-content: left;
    text-align: left;
}
.flight-tabs {
    border-bottom: 2px solid #8D8D8D;
    overflow: hidden;
}
.offer-btn {
    color: #000 !important;
    width: auto !important;
    display: inline-flex;
}
.flight-card {
    /* max-width: 850px; */
    margin: 20px auto;
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
  }
  .flight-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.hotal-details-new-image {
    padding-bottom: 20px;
}
  .airline-info {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .pay-btn{
    flex-wrap: wrap;
    gap: 10px;
}
  .airline-info img {
    width: 40px;
    height: 40px;
  }
  
  .airline-info h2 {
    font-size: 18px;
    margin: 0;
  }
  
  .airline-info p {
    font-size: 14px;
    color: #666;
    margin: 2px 0 0;
  }
  
  .travel-class {
    font-size: 14px;
    color: #111;
  }
  .flight-main {
    display: flex;
    justify-content: space-between;
    background-color: #fff7f0;
    padding: 16px;
    border-radius: 10px;
    margin: 20px 0;
    width: 100%;
    align-items: center;
    gap: 10px;
}
.location .time {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #000;
}
.location p {
    font-size: 14px;
    margin-bottom: 0;
}
  .location .city {
    font-size: 12px;
    color: #000;
    /* margin-top: 4px; */
    margin-bottom: 0;
}
.airline-info img {
    background: #dfc9c9;
}
  .flight-duration {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .flight-duration p {
    font-size: 14px;
    margin-bottom: 6px;
    color: #333;
  }
  .flight-line {
    font-size: 18px;
    color: #aaa;
    white-space: nowrap;
}
  .flight-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #eee;
    padding-top: 16px;
    gap: 10px;
  }
  
  .seats {
    background: #fff2cc;
    color: #c76b00;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
  }
  
  .refundable {
    color: #f97316;
    font-weight: 500;
    font-size: 13px;
  }
  
  .details {
    color: #14b8a6;
    text-decoration: none;
    font-size: 13px;
  }
  
  .details:hover {
    text-decoration: underline;
  }
  
  .price-action {
    text-align: right;
    margin-left: auto;
  }
  .price {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 8px;
    color: #000;
}
.flight-rule-list {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 10px;
    overflow: hidden;
    flex-wrap: wrap;
    margin-top: 10px;
}
.refundable.color-red {
    color: red;
}
.book-btn {
    background: #FF8F50;
    color: white;
    padding: 8px 18px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    white-space: nowrap;
    transition: 0.5s all;
    text-align: center;
    font-weight: 600;
}
  .book-btn:hover {
    background: #fb923c;
    color: #000 !important;
  }
  .flight-list-right {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(141, 141, 141, 0.25);
    margin-bottom: 20px;
}
.flight-list-right img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.flight-list-details {
    padding: 10px;
}
.flight-list-details p {
    color: #000;
    margin-bottom: 0;
}
.btn-color-border {
    text-align: center;
    color: #FD7E14;
    width: 100%;
    border: 1px solid;
    margin-top: 10px;
}
.flight-list-right.qr-item {
    padding: 10px;
}
.flight-list-right.qr-item img {
    width: auto;
    margin: auto;
    display: flex;
    justify-content: center;
}
.flight-item-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}


.hidden {
    display: none;
  }
  
  .active-date {
    background-color: #3b82f6;
    color: white;
    border-radius: 4px;
  }
  
  .calendar {
    /* width: 300px; */
    border: 1px solid #ddd;
    font-family: sans-serif;
    border-radius: 10px;
    background-color: white;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
  
  .calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FF8F50;
    color: white;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 16px;
  }
  
  .calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
  }
  
  .calendar-day {
    padding: 10px 0;
    background: #f4f4f4;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
  }
  
  .calendar-cell {
    padding: 10px 5px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    position: relative;
    font-size: 14px;
    background-color: white;
    cursor: pointer;
  }
  
  .calendar-cell:nth-child(7n) {
    border-right: none;
  }
  
  .calendar-cell .price {
    display: block;
    font-size: 12px;
    color: #FF8F50;
    margin-top: 4px;
  }
  
  .calendar-cell.empty {
    background-color: #fafafa;
    border: none;
  }
  .calendar-cell.active-date {
    background-color: #3b82f6; /* Tailwind blue-500 */
    color: white;
    border-radius: 4px;
  }
  
  .flight-top-submenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flight-menu-item {
    display: flex;
    align-items: center;
    gap: 11px;
    list-style: none;
    padding-left: 0;
    flex-wrap: wrap;
}
.flight-menu-item a {
    color: #000;
}
.flight-details-title {
    display: flex;
    align-items: center;
    gap: 27px;
    padding-top: 25px;
    margin-bottom: 30px;
}
.flight-details-text h2 {
    margin-bottom: 5px;
}
.flight-details-text p {
    margin-bottom: 0px;
}

  summary {
    font-weight: bold;
    cursor: pointer;
    list-style: none;
  }

  summary::marker {
    display: none;
  }

  details[open] summary::after {
    content: "▲";
    float: right;
  }

  summary::after {
    content: "▼";
    float: right;
  }

  .read-more {
    color: #04a96d;
    font-size: 14px;
    margin-top: 12px;
    display: inline-block;
    cursor: pointer;
  }
  .btn.btn-border {
    color: #FF8F50;
    border: 1px solid;
}
.btn.btn-thm-one {
    background: #FF8F50;
    color: #fff;
}
.btn.btn-thm-one:hover {
    background: #000;
    color: #fff;
}
.read-more:hover {
    color: #000;
}

.fare-summary {
    max-width: 400px;
    border: 1px solid #ddd;
    padding: 16px;
    font-size: 14px;
  }
  
  .fare-summary h2 {
    margin-bottom: 16px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
  }
  .accordion {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
}
  .accordion-header {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    cursor: pointer;
    padding: 4px 0;
  }
  
  .accordion-body {
    display: none;
    padding-left: 8px;
    margin-top: 4px;
  }
  
  .accordion-body.active {
    display: block;
  }
  
  .accordion-body .line {
    display: flex;
    justify-content: space-between;
    padding: 2px 0;
  }
  
  .fare-summary .total {
    font-size: 16px;
    border-top: 1px solid #000;
    padding-top: 8px;
    display: flex;
    justify-content: space-between;
  }
  .accordion-body p {
    margin-bottom: 0;
    padding: 0;
}
.accordion-body {
    margin-bottom: 0;
    padding: 0;
}
.hotal-tabs-list {
    border-radius: 30px;
    border: 1px solid;
}
.tabs.hotal-tabs {
    justify-content: left;
    gap: 10px;
}
.hotal-list-card {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.hotal-list-right {
    text-align: right;
}
.hotal-list-text {
    list-style: none;
    padding-left: 0;
    color: #238C5E;
}
.main-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }
  
  .thumbnails img {
    width: 38px;
    height: 38px;
    /* margin: 0 4px; */
    cursor: pointer;
    border-radius: 8px;
    border: 2px solid transparent;
    transition: border 0.3s ease;
  }
  
  .thumbnails img:hover {
    border-color: #007BFF;
  }
  .hotallist-left-item {
    list-style: none;
    padding-left: 12px;
    line-height: 2.5;
    margin-top: 10px;
}
.hotal-details-new-card {
    border-radius: 12px;
    border: 1px solid #F3F3F3;
    background: #FFF;
    box-shadow: -1px -4px 12px 0px rgba(0, 0, 0, 0.04), 1px 4px 12px 0px rgba(0, 0, 0, 0.04);
    padding: 20px;
    margin-bottom: 20px;
}
.hotal-details-new-facilities {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    align-items: center;
    flex-wrap: wrap;
}
.hotal-details-new-facilities li {
    border-radius: 100px;
    border: 1px solid #E7E7E7;
    padding: 5px 13px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.hotal-details-new-right {
    border-radius: 12px;
    border: 1px solid #E6E6E6;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
}
.hotal-details-new-right p {
    line-height: 1.3;
    margin-bottom: 0;
    font-size: 14px;
}
.room-list {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
}
.room-list-right {
    text-align: end;
}
.room-select {
    color: #FF8F50;
    border: 0;
}
.room-list-right h6 {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: end;
    margin-bottom: 5px !important;
}
.booking-policeis-box {
    border-radius: 12px;
    border: 1px solid #E8E8E8;
    background: #F9F9F9;
    margin-bottom: 20px;
}
.booking-policeis-header h6 {
    background: #99D2C9;
   margin-bottom: 0;
    padding: 10px 15px;
    /* color: #fff; */
    border-radius: 10px 10px 0 0;
}
.booking-policeis-perra {
    padding: 15px;
}
.booking-policeis-perra p {
    margin-bottom: 8px;
    line-height: 1.3;
}
.color-darkred {
    color: #5E1616;
}
.booking-policeis-perra ul {
    list-style: none;
    padding-left: 0;
}
.booking-policeis-perra ul li {
    display: flex;
    align-items: baseline;
    gap: 9px;
}
.hotal-details-new-facilities.reviews li {
    border-color: inherit;
}
.review-details-main {
    border-radius: 12px;
    background: #F8F8F8;
    padding: 10px;
    margin-bottom: 20px;
}
.reviews-text {
    border-radius: 4px;
    border: 1.5px solid #3D58DB;
    color: #3D58DB;
    padding: 5px 10px;
    font-weight: 600;
    display: inline-block;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-right: 0;
}
.color-blue {
    color: #3D58DB;
}
.book-btn.bg-trans {
    background: transparent;
    color: #f97316;
    border: 1px solid #f97316;
    display: flex;
    align-items: center;
    gap: 12px;
}
.map-image img {
    border-radius: 10px;
    border: 1px solid #3D58DB;
}
.check-in-box {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 15px;
    border-radius: 12px;
    background: #FFF1E4;
    padding: 7px;
    justify-content: space-between;
}
.check-in-title p {
    font-size: 13px;
    margin-bottom: 0;
}
.check-on-room {
    border-radius: 6px;
    background: #99D2C9;
    font-size: 13px;
    color: #000;
    padding: 2px 8px;
    margin-bottom: 0;
}
.check-in-title p strong {
    color: #000;
    font-size: 17px;
}
.room-type-details {
    border-radius: 9px;
    border: 1px solid #E1E7EE;
    background: #FFF;
    padding: 10px;
    margin-bottom: 20px;
}
.title-room-type {
    font-size: 13px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: 0; */
    color: #000;
}
.change-btn {
    border-radius: 8px;
    background: #F2F2F2;
    padding: 3px 9px;
    color: #58A5FF;
}
.room-type-details p {
    font-size: 14px;
}


.timeline-container {
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
    /* max-width: 800px; */
  }

  .refund, .non-refund {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
  }

  .refund {
    background-color: #a9ddd8;
    color: #000;
    flex: 2;
    position: relative;
  }

  .non-refund {
    background-color: #ffe7b3;
    color: #c47b00;
    flex: 1;
    position: relative;
  }

  .dot {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 2px solid #bbb;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .refund .dot {
    left: 10px;
  }

  .non-refund .dot {
    right: 10px;
  }
  .milestones {
    display: flex;
    justify-content: space-between;
    /* max-width: 800px; */
    width: 100%;
    font-size: 13px;
    padding: 0 6px;
}
  .milestone {
    text-align: center;
    flex: 1;
  }

  .milestone .date {
    font-weight: bold;
    color: #000;
  }

  .milestone .time {
    font-size: 13px;
    color: #333;
  }

  .milestone .label {
    font-size: 11px;
    color: #555;
  }
  .divider-line {
    position: absolute;
    left: 66%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #444;
}
.milestones-main {
    flex: 2;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.primary-guest {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.primary-guest select {
    border-radius: 4px;
    border: 1px solid #A1B0CC;
    background: var(--True-White, #FFF);
    padding: 4px 7px;
}
.promo-header.hotal {
    background: #FF8F50;
    padding-top: 5px;
}
.tour-package-filter {
    margin-top: 105px;
}
.tour-pachage-card {
    margin: 30px 0;
}
.filtter-hotallist-card {
    border-radius: 16px;
    border: 1px solid var(--Neutrals-Grey-100, #D1DADD);
    padding: 15px 13px;
    margin-bottom: 15px;
}
.filtter-hotallist-card p {
    margin-bottom: 0;
}
.filtter-hotallist-card h6 {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.accordion-content {
    display: none;
    transition: max-height 0.3s ease;
  }
  
  .filtter-hotallist-card.active .accordion-content {
    display: block;
  }
  
  .filtter-header {
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
}
  
  .filtter-header i {
    transition: transform 0.3s;
  }
  
  .filtter-hotallist-card.active .filtter-header i {
    transform: rotate(180deg);
  }

  .accordion-content li label {
    display: flex;
    align-items: center;
    gap: 8px;
}
.price-rang {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 2px 7px ;
}
.price-rang p {
    font-size: 14px;
}
.price-rang input {
    border: 0;
    padding: 0;
    font-size: 14px;
}

  .counter-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
  }
  
  .counter-label .title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #2b2b2b;
  }
  
  .counter-label .subtitle {
    font-size: 12px;
    color: #6b7a87;
    margin: 2px 0 0;
  }
  .counter-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}
 .counter-controls .btn {
    background-color: transparent;
    border: 1px solid #d1d5db;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    color: #374151;
    padding: 0;
  }
  
  .count {
    width: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #374151;
  }
  .counter-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
  }
  .tour-pack-detail-image img {
    border-radius: 5px;
}
.tour-pack-mltipal-image {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);

}
.tour-package-card.active .accordion-content {
    display: block;
}
.tour-package-details-right {
    border-radius: 12px;
    background: #FFF;
    box-shadow: -1px -4px 12px 0px rgba(0, 0, 0, 0.04), 1px 4px 12px 0px rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;

}
.tour-package-card {
    padding: 7px 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.tour-package-card .filtter-header p {
    margin-bottom: 0;
}
.tour-package-card.active .accordion-content {
    padding: 0 20px !important;
}
.price-details-tour {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price-details-tour p {
    margin-bottom: 0;
    font-size: 15px;
}
.tex-text {
    border-radius: 5px;
    background: #F0F3F4;
    padding: 4px 3px;
}
.total-price-tour {
    display: flex;
    justify-content: space-between;
    border-radius: 4px;
    background: #FFF4EE;
    padding: 5px 8px;
    margin: 10px 0;
}
.total-price-tour p {
    margin-bottom: 0;
    color: #FF8F50;
}

.day {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
    /* border-left: 4px solid #007bff; */
    padding-left: 1rem;
    /* background: #fafafa; */
    /* border-radius: 8px; */
    /* padding: 1rem; */
    gap: 1rem;
    padding-bottom: 15px;
    position: relative;
    z-index: 0;
}
.day:before {
    position: absolute;
    content: '';
    top: 0;
    left: 28px;
    width: 2px;
    height: 100%;
    /* background: #000; */
    border-left: 1px dashed #9BB0B5;
    z-index: -1;
}
  .day-number {
    font-size: 15px;
    font-weight: bold;
    background: #fff;
    color: #4A4A4A;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #88A1A6;
}
.day-content h3 {
    font-size: 16px;
    margin-bottom: 5px;
}
.day-content ul {
    padding-left: 24px;
}
  .day-content {
    flex: 1;
  }
  
  .day img {
    object-fit: cover;
    border-radius: 6px;
  }
  .day.dashed-none:before {
    border: 0;
}
.tour-package-service {
    border-radius: 8px;
    background: #FFE1CC;
    padding: 10px;
    margin-bottom: 15px;
}
.tour-package-service h6 {
    margin-bottom: 5px;
    padding-top: 10px;
}
.tour-package-service p {
    margin: 0 0;
    color: #4B6166;
    line-height: 1.3;
    font-size: 14px;
}
.payment-section {
    padding: 0 45px;
}
.payment-section h3 {
    border-bottom: 2px solid #ACACAC;
    padding-bottom: 10px;
}
.pay-with {
    margin-bottom: 25px;
}
.pay-with {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.save-title {
    color: #ACACAC;
    margin-bottom: 15px;
}
.payment-summary {
    background: #DDEBF5B2;
    padding: 25px;
    fill: rgba(221, 235, 245, 0.70);
    backdrop-filter: blur(16px);
    border-radius: 15px;
    width: 397px;
    margin: auto;
    position: relative;
}
.payment-summary h5 {
    color: #253058;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}
.payment-list h6 {
    color: #253058;
}
.payment-list {
    border-radius: 16px;
    background: #DFECF6;
    padding: 10px 25px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.payment-summary-middile {
    /* border-bottom: 1px dashed; */
    margin: 40px 0;
    position: relative;
    padding: 6px 0;
}
.border-dashed {
    border-bottom: 1px dashed;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 65%;
}
.payment-summary-middile:before {
    position: absolute;
    content: '';
    top: 7px;
    left: -42px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
}
.payment-summary-middile:after {
    position: absolute;
    content: '';
    top: 7px;
    right: -42px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
}
.payment-summary:before {
    position: absolute;
    content: '';
    top: -6px;
    left: 38%;
    border-radius: 4px;
    background: #EF6824;
    width: 100px;
    height: 2px;
    width: 83px;
    height: 9px;
    z-index: 0;
}
  
  @media screen and (max-width: 768px) {
    .day {
        flex-direction: column;
        align-items: stretch;
        padding-left: 65px;
    }
    .day-number {
        position: absolute;
        left: 15px;
    }
    .footer .row.pt-5 {
        gap: 10px;
    }
  
    .day img {
      width: 100%;
      height: auto;
      margin-top: 1rem;
    }
  }
  .main-container-profile {
    display: flex;
    padding: 20px;
    gap: 50px;
}
  
  .main-container-profile .sidebar {
    width: 200px;
    background-color: #fff;
    border-right: 1px solid #eee;
    padding: 20px 0;
  }
  
  .main-container-profile .sidebar ul {
    list-style: none;
    padding: 0;
  }
  
  .main-container-profile .sidebar li {
    padding: 12px 20px;
    cursor: pointer;
    color: #333;
  }
  
  .main-container-profile .sidebar li.active {
    background-color: #ffe7d8;
    color: #ff6600;
    font-weight: bold;
  }
  
 .main-container-profile .form-section {
    flex: 1;
    padding: 20px 40px;
    background-color: #fff;
    border-radius: 10px;
    margin-left: 20px;
  }
  
  .main-container-profile .form-section h2 {
    color: #FF8F50;
    margin-bottom: 20px;
    font-size: 22px;
}
  
.profile-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
  
  .main-container-profile .form-group {
    display: flex;
    flex-direction: column;
  }
  
  .main-container-profile .form-group.full {
    grid-column: span 2;
  }
  
  .main-container-profile .form-group label {
    margin-bottom: 6px;
  }
  .main-container-profile .form-group select {
    padding: 10px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
  }
  .main-container-profile .form-group input {
    padding: 7px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
}
  
  .main-container-profile .form-actions {
    grid-column: span 2;
    text-align: left;
  }
  .main-container-profile .form-actions button {
    color: #fff;
    padding: 7px 50px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #FF8F50;
    background: #FF8F50;
    margin-top: 20px;
}
  
  @media (max-width: 768px) {
    .profile-form {
      grid-template-columns: 1fr;
    }
  
    .sidebar {
      display: none;
    }
  
    .form-section {
      margin-left: 0;
    }
  }

  .main-container-profile .tabs {
    width: 200px;
    border-right: 1px solid #eee;
    background: #fff;
    height: 110px;
    gap: 6px;
    padding: 0;
}
.main-container-profile .tab-btn {
    display: block;
    padding: 6px 15px;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
    height: auto;
}

  .main-container-profile .tab-btn.active {
    background-color: #ffe7d8;
    color: #ff6600;
    font-weight: bold;
    border-radius: 8px;
    background: #FFEDE3;
    
    }

  .main-container-profile .tab-content {
    flex: 1;
    padding: 20px 20px;
    background: #fff;
    border-radius: 10px;
    margin-left: 20px;
    display: none;
  }

 .main-container-profile .tab-content.active {
    display: block;
  }
  .booking-section {
    position: relative;
    z-index: 0;
}
.booking-section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: #99D2C9;
    z-index: -1;
}
.booking-box {
    border-radius: 12px;
    background: #FFF;
    box-shadow: -1px -4px 12px 0px rgba(0, 0, 0, 0.04), 1px 4px 12px 0px rgba(0, 0, 0, 0.04);
}


.booking-box .tab-content {
    padding: 20px 20px;
    background: #fff;
    border-radius: 10px;
    display: none;
}
.booking-box .tab-content.active {
    display: block;
}
.booking-box .tab-btn {
    display: block;
    padding: 5px 15px;
    background: none;
    border: none;
    text-align: left;
    font-size: 14px;
    cursor: pointer;
    height: auto;
    font-weight: 600;
}
.booking-box .tab-btn.active {
    color: #FF8F50;
    font-weight: bold;
    border-radius: 6px;
    border: 0.5px solid #FF8F50;
    background: #FFF;
}
.booking-tab-header {
    display: flex;
    align-items: center;
    justify-content: left;
    background: #F8F8F8;
    padding: 10px 30px;
    border-radius: 10px 10px 0 0;
    gap: 15px;
}
.booking-image {
    text-align: center;
}
.booking-box .tab-content {
    padding: 45px;
}

.book-btn.w-40 {
    width: 40%;
}
.booking-confirm {
    text-align: center;
}
.booking-confirm h4 {
    color: #238C5E;
    margin-bottom: 5px;
}
.booking-confirm p {
    white-space: nowrap;
    margin-bottom: 0;
}
.about-main {
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 765px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.career-section {
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 490px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 0;
}
.career-section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(17, 17, 17, 0.18);
}
.btn-border {
    border-radius: 37.506px;
    border: 1.125px solid var(--white, #FFF);
    padding: 10px 24px;
    color: #fff;
}
.counter-section {
    display: flex;
    gap: 60px;
    justify-content: left;
    align-items: center;
    background-color: #fff;
    margin-top: 64px;
    flex-wrap: wrap;
}
.about-ttile {
    padding-left: 40px;
}
  .counter-number {
    font-size: 28px;
    font-weight: bold;
    color: #ff8800;
  }

  .counter-section .counter-label {
    font-size: 14px;
    color: #777;
    line-height: 1.5;
  }
  .expriance-section {
    background: rgba(255, 143, 80, 0.10);
}
.expriance-card {
    text-align: center;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.30);
    display: flex;
    padding: 22.5px;
    flex-direction: column;
    align-items: center;
    gap: 11.25px;
    margin-bottom: 20px;
    min-height: 150px;
}
.expriance-card p {
    color: #000;
    line-height: 1.5;
    margin-bottom: 0;
}
.testimonial-card {
    border-radius: 20.823px;
    border: 0.868px solid var(--gray, #EFEFEF);
    background: var(--white, #FFF);
    display: inline-flex;
    padding: 26.028px;
    flex-direction: column;
    align-items: center;
    margin: 10px;
}
.testimonial-card-perra p {
    color: #000;
    margin-bottom: 0;
}
.testimonial-image {
    text-align: center;
}
.testimonial-image img {
    margin: auto;
}
.contact-detail h1 {
    margin-bottom: 0;
}
.contact-detail p {
    color: #000;
}
.contact-list {
    list-style: none;
    padding-left: 0;
    display: grid;
    gap: 22px;
}
.contact-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333 !important;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 13px;
    border-radius: 12px;
    border: 1px solid transparent;
    transition: 0.5s all;
}
.contact-list li:hover a {
    cursor: pointer;
    border: 1px solid var(--Orange, #FA8B02);
    background: rgba(250, 139, 2, 0.20);
}
.contact-detail {
    max-width: 360px;
}
.contact-form {
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.30);
    padding: 30px;
}
.book-btn.rounded {
    border-radius: 30px !important;
    width: auto;
}
.contact-form label {
    color: #333;
    font-weight: 600;
}
.contact-gallery-wrapper {
    overflow: hidden;
    white-space: nowrap;
  }
  
  .contact-gallery-image {
    display: inline-flex;
    animation: scrollGallery 8s linear infinite;
  }
  
 
  @keyframes scrollGallery {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .faq-banner-search {
    position: relative;
}
.faq-banner-search svg {
    position: absolute;
    left: 11px;
    top: 10px;
}
.faq-banner-search input {
    padding-left: 40px;
}
.faq-tabs.tabs {
    justify-content: left;
    gap: 25px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.faq-tabs .tab-btn {
    padding: 5px 16px;
    border: none;
    background-color: #eee;
    border-radius: 5px;
    cursor: pointer;
}
  
  .faq-tabs .tab-btn.active {
    background-color: #ff6a00;
    color: white;
    border-radius: 6px;
    border: 0.3px solid #FF8F50;
    background: #FF8F50;
}
  
  .faq-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .faq-item {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}
  
  .faq-answer {
    padding: 0 15px 15px;
    display: none;
    font-size: 14px;
    color: #555;
  }
  .faq-question {
    width: 100%;
    color: #565246;
    text-align: left;
    padding: 15px;
    border: none;
    background: none;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}
  
.faq-question .arrow {
    transition: transform 0.3s ease;
    font-size: 25px;
    line-height: 1;
}
  .faq-question.active .arrow {
    transform: rotate(180deg);
  }
  .faq-banner-sec {
    position: relative;
    z-index: 0;
  }
  .faq-banner-sec:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 248, 243, 0.00) -1.9%, #E0F7F4 100%);
    z-index: -1;
}
.faq-question.active {
    border-radius: 5px;
    background: #EBEBEB;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    color: #000;
}
.faq-answer {
    background: #EBEBEB;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}
.faq-footer {
    border-radius: 11.767px;
    background: rgba(255, 143, 80, 0.10);
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    padding: 10px 15px;
    margin-top: 50px;
}
.career-text .btn-border {
    border-radius: 10px;
}
.career-text  .book-btn {
    padding: 10px 20px;
    margin-right: 5px;
}
/* -----gallery grid image start-------- */
.gallery {
    display: grid;
    /* grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 300px); */
    grid-gap: 20px;
    margin: auto;
    margin-bottom: 50px;
}
  
  .item {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }
  
  /* Positioning based on the reference image */
  .item1 { grid-column: 1 / span 2; grid-row: 1 / span 1; }
  .item2 {
    grid-column: 3 / span 6;
    grid-row: 1 / span 1;
}
.item3 {
    grid-column: 1 / span 4;
    grid-row: 2 / span 1;
}
  
.item4 {
    grid-column: 1 / span 2;
    grid-row: 3 / span 1;
}
.item5 {
    grid-column: 3 / span 2;
    grid-row: 3 / span 1;
}
  
.item6 {
    grid-column: 5 / span 4;
    grid-row: 2 / span 2;
}
  .item7 { grid-column: 4 / span 3; grid-row: 3 / span 1; }
  
  /* Responsive behavior */
  @media (max-width: 768px) {
    
    /* .item1, .item2, .item3,
    .item4, .item5, .item6, .item7 {
      grid-column: span 2 !important;
      grid-row: auto !important;
      height: 200px;
    } */
  }

  /* -----gallery grid image end-------- */

  .career-content.tab-content.active {
    display: block;
}
.career-content.tab-content {
    display: none;
}
.career.tabs .tab-btn {
    border-bottom: 2px solid transparent;
    padding: 5px 5px;
    color: #454545;
    font-size: 16px;
}
.career.tabs .tab-btn.active {
    border-bottom: 2px solid #FF8F50;
}
.career.tabs {
    justify-content: left;
    gap: 30px;
    padding: 0;
    margin-bottom: 20px;
}
.design-list {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 20px;
    font-size: 16px;
    color: #848484;
    flex-wrap: wrap;
}

.design-card {
    border-radius: 16px;
    border: 1px solid #DADADA;
    background: #FFF;
    padding: 15px 30px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.design-card .book-btn {
    width: 13% !important;
}
.coupono-title h1 {
    font-weight: 600;
    color: #222E48;
}
.coupon-offer-card {
    padding: 10px;
    margin-bottom: 25px;
    border-radius: 12px;
    border: 1px solid #F0F0F0;
    background: #FFF;
}
.coupon-offer-details h6 {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.coupon-offer-details h6 span {
    color: #008CFF;
    font-size: 12px;
    white-space: nowrap;
}
.coupon-offer-details {
    padding: 11px 0;
}
.coupon-offer-details p {
    color: #2F2F2F;
    font-size: 14px;
    opacity: 0.5;
    line-height: 1.5;
}
.coupon-offer-bottom p {
    border-radius: 8px;
    border: 0.5px solid #E6E6E6;
    background: #FAF8F8;
    padding: 11px 12px;
    margin-bottom: 0;
    color: #F25959;
    opacity: 1;
    /* font-weight: 600; */
}
.coupon-offer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.book-btn.confirm {
    background: #fff;
    color: #fb923c;
    border: 1px solid #fb923c;
    padding: 3px 17px;
    width: auto;
}
.bookin-confirm-butn {
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
}
.privacy-policy-details h6 {
    color: #000;
    margin-bottom: 10px;
}
.privacy-policy-details p {
    color: #000;
    margin-bottom: 10px;
}

/* ---tour package detail gallery image---- */
.gallery1 {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
}
.gallery2 {
    grid-column: 5 / span 2;
    grid-row: 1 / span 1;
}
.gallery3 {
    grid-column: 3 / span 2;
    grid-row: 1 / span 1;
}
.gallery4 {
    grid-column: 3 / span 2;
    grid-row: 2 / span 1;
}
.gallery5 {
    grid-column: 5 / span 2;
    grid-row: 2 / span 1;
}

/* ------------------ */


/* ===================================
   TRAVEL PACKAGE CARD
=================================== */

.travel-card-wrap{
    margin-top:25px; /* Card ko thoda niche karega */
}

.travel-card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    border:1px solid #eee;
    box-shadow:0 4px 15px rgba(0,0,0,.08);
    transition:.3s ease;
    height:100%;
}

.travel-card:hover{
    transform:translateY(-6px);
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

/* =======================
   IMAGE
======================= */

.travel-card-image{
    position:relative;
    height:180px; /* Height kam */
    overflow:hidden;
}

.travel-card-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.travel-card:hover .travel-card-image img{
    transform:scale(1.05);
}

/* =======================
   DAYS BADGE
======================= */

.travel-duration{
    position:absolute;
    top:12px;
    right:12px;
    background:#ff7a00;
    color:#fff;
    padding:6px 12px;
    border-radius:30px;
    font-size:12px;
    font-weight:600;
}

/* =======================
   CONTENT
======================= */

.travel-card-content{
    padding:14px;
}

.travel-card-header{
    margin-bottom:10px;
}

.travel-card-title{
    font-size:18px;
    font-weight:700;
    color:#222;
    margin-bottom:4px;
    line-height:1.4;

    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.travel-destination{
    font-size:13px;
    color:#777;
}

/* =======================
   FEATURES
======================= */

.travel-features{
    list-style:none;
    padding:0;
    margin:10px 0;
}

.travel-features li{
    background:#fff5ec;
    border-radius:6px;
    padding:6px 10px;
    margin-bottom:5px;
    font-size:12px;
    color:#555;
}

/* Sirf 3 features */

.travel-features li:nth-child(n+4){
    display:none;
}

/* =======================
   DESCRIPTION
======================= */

.travel-description{
    font-size:12px;
    color:#666;
    line-height:1.5;
    margin-bottom:10px;

    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

/* =======================
   PRICE BOX
======================= */

.travel-price-box{
    background:#fff7f0;
    border-left:4px solid #ff7a00;
    padding:10px 12px;
    border-radius:8px;
    margin-bottom:12px;
}

.travel-price-text{
    font-size:11px;
    color:#777;
}

.travel-price{
    font-size:22px;
    font-weight:700;
    color:#ff7a00;
    line-height:1.2;
}

.travel-price span{
    font-size:11px;
    color:#666;
    font-weight:500;
}

.travel-total-price{
    font-size:12px;
    color:#444;
    margin-top:2px;
}

/* =======================
   BUTTONS
======================= */

.travel-btn-group{
    display:flex;
    gap:8px;
}

.travel-btn{
    flex:1;
    text-align:center;
    text-decoration:none;
    padding:9px;
    border-radius:8px;
    font-size:13px;
    font-weight:600;
    transition:.3s;
}

.travel-btn-outline{
    border:1px solid #ff7a00;
    color:#ff7a00;
    background:#fff;
}

.travel-btn-outline:hover{
    background:#ff7a00;
    color:#fff;
}

.travel-btn-primary{
    background:#ff7a00;
    border:1px solid #ff7a00;
    color:#fff;
}

.travel-btn-primary:hover{
    background:#e66b00;
    border-color:#e66b00;
    color:#fff;
}

/* =======================
   MOBILE
======================= */

@media(max-width:767px){

    .travel-card-wrap{
        margin-top:15px;
    }

    .travel-card-image{
        height:150px;
    }

    .travel-card-content{
        padding:12px;
    }

    .travel-btn{
        font-size:12px;
        padding:8px;
    }

    .travel-price{
        font-size:20px;
    }
}



/* .thumbnail-column .swiper-slide {
    height:  !important;
} */

.or-center {
    margin: 20px 0;
    font-size: 20px;
    color: #666666;
    position: relative;
}
.or-center:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    background: rgba(102, 102, 102, 0.25);
    width: 43%;
    height: 2px;
    z-index: 0;
}
.or-center:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    background: rgba(102, 102, 102, 0.25);
    width: 43%;
    height: 2px;
    z-index: 0;
}
.login-account {
    color: #333;
    text-decoration: underline;
}
.login-type a {
    border-radius: 40px;
    border: 1px solid #333;
    background: #FFF;
    display: flex;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #333333;
}
.sign-box select {
    width: 60px !important;
    border: 1px solid transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}
.form-group.otp input {
    text-align: center;
}
.login-country {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    border-radius: 12px;
    border: 1px solid #667085;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 10px 14px;
}
.sign-box {
    border-radius: 24px;
    background: #FFF;
    padding: 80px;
    text-align: center;
}
.signin-section {
    position: relative;
    z-index: 0;
    background-image: url(../images/sign-in.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sign-box .form-group {
    display: flex;
    gap: 15px;
    align-items: center;
}
.place-main {
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 630px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.country-text {
    position: absolute;
    border-radius: 7px 0px 13px 0px;
    background: #99D2C9;
    top: 0;
    left: 0;
    color: #fff;
    padding: 1px 20px;
}
.place-country-card {
    position: relative;
}
.place-country-card {
    position: relative;
    margin: 10px;
}
.section-headding h4 {
    font-weight: 600;
    color: #3F3F3F;
}
.trending-section.place-treding-page {
    padding: 0 ;
    box-shadow: none;
    border: 0;
    background: #ede5effa;
}
.place-country-card img {
    border-radius: 7px;
}


.sign-box .form-group .form-control {
    border-radius: 12px;
border: 1px solid #667085;
box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
display: flex;
padding: 10px 14px;
justify-content: center;
align-items: center;
}
.login-country select {
    
    appearance: none; /* Hide default arrow */
    background: url('data:image/svg+xml;utf8,<svg fill="%23333" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center;
    background-color: #fff;
    background-size: 18px;
    cursor: pointer;
  }
  
  .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
  }

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
  }

  input:checked + .slider {
    background-color: #4CAF50;
  }

  input:checked + .slider:before {
    transform: translateX(18px);
  }

  .datepicker-wrapper {
    position: relative;
    max-width: 200px;
  }
  
  .input-box {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 10px;
    cursor: pointer;
  }
  
  .input-box input {
    border: none;
    outline: none;
    font-size: 16px;
    width: 100%;
    background: none;
  }
  
  /* .calendar-icon {
    font-size: 18px;
    margin-left: 8px;
  }
  
  .calendar-popover {
    position: absolute;
    top: 70px;
    left: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 20px;
    display: none;
    z-index: 1000;
    width: 100%;
}
  
  .calendar-container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.time-slots {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 280px;
    overflow-y: auto;
    width: 100%;
}
  
  .time-slot {
    padding: 8px;
    background: #eee;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
  }
  .time-slot.selected {
    background: #ff9e5e;
    color: #fff;
  }
  
  .calendar-section {
    display: flex;
    gap: 20px;
    width: 100%;
    margin: auto;
    justify-content: space-around;
}
.month-view {
    min-width: 266px;
}
  
.calendar-header.first-calender {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
    text-align: center;
  }
  
  .calendar-grid div {
    padding: 4px;
    border-radius: 6px;
    cursor: pointer;
  }
  
  .calendar-grid div:hover {
    background: #eee;
  }
  
  .calendar-grid .selected {
    background: #ff9e5e;
    color: #fff;
  }
  
  .calendar-footer {
    margin-top: 10px;
    text-align: right;
  }
  
  button {
    padding: 8px 14px;
    margin-left: 10px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
  }
  
  button.done {
    background: #ff9e5e;
    color: white;
  }
   */
   .top-list-submenu {
    display: none;
  }
  
  .top-list-item.open .top-list-submenu {
    display: block;
  }
  
  
  
  
  
  
  
  
  /* ============================= */
/*  TRAVELLER POPUP */
/* ============================= */
.travellerBox {
    position: absolute;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    width: 260px;
    z-index: 999;
}

@media (max-width: 768px) {
    .travellerBox {
        position: relative;
        width: 100%;
    }
}

/* ============================= */
/*  BUTTON */
/* ============================= */
.fleght-btn {
    margin-top: 25px;
    width: 100%;
}

/* ============================= */
/*  FORM ROW (FIXED RESPONSIVE) */
/* ============================= */
.form-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    /* ðŸ”¥ FIX */
}

/* INPUT GROUP */
.input-group {
    flex: 1 1 180px;
    min-width: 15px;
    display: flex;
    flex-direction: column;
}

/* INPUT FULL WIDTH */
.input-group input,
.input-group select {
    width: 100%;
    box-sizing: border-box;
}

/* DESKTOP */
@media (min-width: 992px) {
    .input-group {
        flex: 1 1 calc(16.66% - 12px);
    }
}

/* TABLET */
@media (max-width: 991px) {
    .input-group {
        flex: 1 1 calc(33.33% - 12px);
    }
}

/* MOBILE */
@media (max-width: 768px) {
    .input-group {
        flex: 1 1 calc(50% - 12px);
    }
}

/* SMALL MOBILE */
@media (max-width: 480px) {
    .input-group {
        flex: 1 1 100%;
    }
}

/* ============================= */
/*  TRAVELLER ROW */
/* ============================= */
.traveller-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

/* COUNTER (COMMON FIX) */
.counter {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin: 10px 0;
}

.counter button {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 16px;
    cursor: pointer;
}

/* ============================= */
/*  HOTEL SEARCH POPUP */
/* ============================= */


/* DISPLAY BOX */
#rg_display {
    width: 100%;
    height: 37px;
    
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 13px;
    font-weight:200;
    color: #555;
    background: #fff !important;
    cursor: pointer;
}

/* DROPDOWN */
.rg-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    z-index: 999;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* MOBILE */
@media (max-width: 768px) {
    .rg-dropdown {
        position: relative;
    }
}

/* ROW */
.rg-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

/* COUNTER */
.rg-counter {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* BUTTONS */
.rg-counter button {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: #ff7a2f;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

/* DONE BUTTON */
.rg-done {
    width: 100%;
    background: #ff7a2f;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}

/* READONLY INPUT */
.rooms-guests input[readonly] {
    background-color: #ffffff !important;
    cursor: pointer;
}

/* ============================= */
/*  HOLIDAY CARD DESIGN */
/* ============================= */
.holidays-card {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.holidays-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.holidays-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .holidays-image img {
        height: 150px;
    }
}

.price-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff5722;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
}

.package-title {
    font-size: 16px;
    font-weight: 600;
}

.package-perra {
    font-size: 13px;
    color: #666;
    padding: 0 15px;
}

.rating {
    color: #fbbf24;
    font-size: 14px;
}

/* ============================= */
/*  PACKAGE SEARCH POPUP */
/* ============================= */
.traveller-popup {
    display: none;
    position: absolute;
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    z-index: 999;
    width: 260px;
}

@media (max-width: 768px) {
    .traveller-popup {
        position: relative;
        width: 100%;
    }
}


  
  
  
  
  
 /*Search form list Hotel*/
  /* ============================= */
/* HOTEL ROOMS & GUESTS */
/* ============================= */

.hotel-rg-wrap{
    position: relative;
    width: 100%;
}

/* DISPLAY INPUT */
.hotel-rg-input{
    width: 100%;
    height: 52px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    background: #fff !important;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    cursor: pointer;
    transition: 0.3s;
    outline: none;
}

.hotel-rg-input:focus{
    border-color: #ff7a2f;
    box-shadow: 0 0 0 3px rgba(255,122,47,0.12);
}

/* DROPDOWN */
.hotel-rg-dropdown{
    display: none;
    position: absolute;
    top: 105%;
    left: 0;
    width: 100%;
    min-width: 290px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    z-index: 9999;
}

/* ROW */
.hotel-rg-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f3f3f3;
}

.hotel-rg-row:last-child{
    border-bottom: none;
}

/* LABEL */
.hotel-rg-label{
    font-size: 15px;
    font-weight: 600;
    color: #222;
    line-height: 1.4;
}

.hotel-rg-label small{
    display: block;
    font-size: 12px;
    color: #888;
    font-weight: 400;
    margin-top: 2px;
}

/* COUNTER */
.hotel-rg-counter{
    display: flex;
    align-items: center;
    gap: 12px;
}

/* BUTTON */
.hotel-rg-btn{
    width: 34px !important;
    height: 34px !important;
    min-width: 34px;
    border: none !important;
    border-radius: 50% !important;
    background: #ff7a2f !important;
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 !important;
    transition: 0.3s;
    box-shadow: none !important;
}

.hotel-rg-btn:hover{
    background: #e8691d !important;
    transform: scale(1.05);
}

/* VALUE */
.hotel-rg-value{
    
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    color: #222;
}

/* DONE BUTTON */
.hotel-rg-done{
    width: 100%;
    height: 44px;
    margin-top: 16px;
    border: none !important;
    border-radius: 10px;
    background: #ff7a2f !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.hotel-rg-done:hover{
    background: #e8691d !important;
}

/* READONLY INPUT */
.hotel-rg-wrap input[readonly]{
    background: #fff !important;
}

/* MOBILE */
@media(max-width:768px){

    .hotel-rg-dropdown{
        min-width: 100%;
    }

    .hotel-rg-label{
        font-size: 14px;
    }

}


/*flight search list */
.flight-page-scope{
    background: #ff7a2f;
    padding-top: 40px;
    padding-bottom: 40px;
}








/* =========================
   TRAVEL PACKAGE SECTION
========================= */

.travel-package-section {
    padding: 70px 0;
    background: #f4f4f4;
}

.travel-package-wrapper {
    background: #a7d8cf;
    border-radius: 24px;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
}

/* =========================
   HEADING
========================= */

.travel-package-heading {
    margin-bottom: 35px;
}

.travel-package-heading h2 {
    font-size: 34px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.travel-package-heading p {
    color: #666;
    font-size: 15px;
    margin: 0;
}

/* =========================
   SLIDER
========================= */

.travel-package-slider {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}

/* =========================
   CARD
========================= */

.travel-tour-card {
    width: calc(33.33% - 15px);
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: 0.4s ease;
    position: relative;
}

.travel-tour-card:hover {
    transform: translateY(-6px);
}

/* =========================
   IMAGE
========================= */

.travel-tour-image {
    position: relative;
}

.travel-tour-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.travel-tour-badge {
    position: absolute;
    right: 14px;
    bottom: 14px;
    background: #f47b20;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 30px;
}

/* =========================
   CONTENT
========================= */

.travel-tour-content {
    padding: 22px;
}

.travel-tour-title {
    margin-bottom: 14px;
}

.travel-tour-title a {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    text-decoration: none;
    line-height: 1.4;
}

/* =========================
   LOCATION
========================= */

.travel-tour-location {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0 0 18px;
    list-style: none;
}

.travel-tour-location li {
    font-size: 13px;
    color: #666;
    position: relative;
    padding-right: 12px;
}

.travel-tour-location li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    width: 4px;
    height: 4px;
    background: #999;
    border-radius: 50%;
}

.travel-tour-location li:last-child::after {
    display: none;
}

/* =========================
   FACILITIES
========================= */

.travel-tour-facilities {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    padding: 18px 0;
    margin: 0;
    list-style: none;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
}

.travel-tour-facilities li {
    font-size: 13px;
    color: #444;
    position: relative;
    padding-left: 18px;
}

.travel-tour-facilities li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: -1px;
    color: #f47b20;
    font-size: 18px;
}

/* =========================
   DESCRIPTION
========================= */

.travel-tour-description {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin: 18px 0;
}

/* =========================
   FOOTER
========================= */

.travel-tour-footer {
    background: #f7f7f7;
    border-radius: 14px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}

.travel-tour-offer {
    width: 55%;
    font-size: 12px;
    color: #777;
    line-height: 1.6;
}

.travel-tour-price {
    text-align: right;
}

.travel-tour-price h5 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #111;
}

.travel-tour-price h5 span {
    font-size: 13px;
    color: #777;
    font-weight: 500;
}

.travel-tour-price p {
    margin: 4px 0 0;
    font-size: 12px;
    color: #777;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .travel-tour-card{
        width: calc(50% - 11px);
    }

}

@media(max-width:767px){

    .travel-package-heading h2{
        font-size: 28px;
    }

    .travel-tour-card{
        width: 100%;
    }

    .travel-tour-footer{
        flex-direction: column;
        align-items: flex-start;
    }

    .travel-tour-offer{
        width: 100%;
    }

    .travel-tour-price{
        text-align: left;
    }

}




    /* ðŸ”¥ TAB FAST SWITCH trandeing place page */
    .place-pane {
        display: none;
    }

    .place-pane.active {
        display: block;
    }

    /* ðŸ”¥ FORCE GRID (NO SLIDER) */
    .visit-slider {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 20px !important;
    }

    /* ðŸ”¥ REMOVE SLICK EFFECT COMPLETELY */
    .visit-slider .slick-track,
    .visit-slider .slick-list {
        display: contents !important;
    }

    .visit-slider .slick-slide {
        float: none !important;
        height: auto !important;
    }

    /* ðŸ”¥ CARD DESIGN */
   /* ==========================
   PLACE CARD DESIGN
========================== */

.place-card{
    display:block;
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    text-decoration:none;
    border:1px solid #f3f3f3;
    box-shadow:0 6px 20px rgba(0,0,0,0.08);
    transition:all .35s ease;
    position:relative;
}

.place-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

/* IMAGE */

.place-image{
    position:relative;
    overflow:hidden;
}

.place-image img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
    transition:all .6s ease;
}

.place-card:hover .place-image img{
    transform:scale(1.08);
}

/* SOFT OVERLAY */

.place-image::after{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:linear-gradient(
        to top,
        rgba(0,0,0,0.18),
        rgba(0,0,0,0)
    );
    opacity:0;
    transition:.3s ease;
}

.place-card:hover .place-image::after{
    opacity:1;
}

/* OPTIONAL SHINE EFFECT */

.place-card::after{
    content:'';
    position:absolute;
    top:0;
    left:-120%;
    width:60%;
    height:100%;
    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.3),
        transparent
    );
    transition:.8s;
}

.place-card:hover::after{
    left:150%;
}

/* ==========================
   RESPONSIVE
========================== */

@media (max-width:992px){

    .visit-slider{
        grid-template-columns:repeat(2,1fr) !important;
    }

    .place-image img{
        height:200px;
    }
}

@media (max-width:576px){

    .visit-slider{
        grid-template-columns:1fr !important;
    }

    .place-image img{
        height:180px;
    }

    .place-card{
        border-radius:14px;
    }
}


/* =========================
   EXPLORE COUNTRY SECTION
========================= */

.trendingplace-slider{
    display:flex;
    gap:22px;
    overflow-x:auto;
    overflow-y:hidden;
    white-space:nowrap;
    scroll-behavior:smooth;
    padding:15px 0;

    /* HIDE SCROLLBAR */
    scrollbar-width:none;
    -ms-overflow-style:none;
}

.trendingplace-slider::-webkit-scrollbar{
    display:none;
}

/* =========================
   COUNTRY CARD
========================= */

.place-country-card{
    position:relative;
    min-width:260px;
    max-width:260px;
    height:340px;
    flex:0 0 auto;
    overflow:hidden;
    border-radius:24px;
    background:#000;
    transition:0.4s ease;
    cursor:pointer;
}

.place-country-card:hover{
    transform:translateY(-8px);
}

/* =========================
   IMAGE
========================= */

.place-country-card a{
    display:block;
    width:100%;
    height:100%;
}

.place-country-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:0.5s ease;
}

.place-country-card:hover img{
    transform:scale(1.08);
}

/* =========================
   OVERLAY
========================= */

.place-country-card::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,0.75) 10%,
        rgba(0,0,0,0.15) 55%,
        rgba(0,0,0,0.05) 100%
    );
    z-index:1;
}

/* =========================
   TOP TAG
========================= */

.country-text{
    position:absolute;
    top:16px;
    left:16px;
    background:#a7d8cf;
    color:#fff;
    padding:7px 18px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    z-index:3;
    line-height:1;
}

/* =========================
   BOTTOM TITLE
========================= */

.country-name{
    position:absolute;
    left:20px;
    bottom:22px;
    color:#fff;
    font-size:28px;
    font-weight:700;
    z-index:3;
    letter-spacing:0.5px;
}

/* =========================
   MOBILE RESPONSIVE
========================= */

@media(max-width:768px){

    .trendingplace-slider{
        gap:16px;
    }

    .place-country-card{
        min-width:200px;
        max-width:200px;
        height:270px;
        border-radius:18px;
    }

    .country-text{
        font-size:12px;
        padding:6px 14px;
    }

    .country-name{
        font-size:22px;
        left:16px;
        bottom:18px;
    }

}




/* SECTION */
.tp-section-wrap{
    padding:60px 0;
    background:#f7f7f7;
}

.tp-content-wrap{
    background:#f2edf5;
    border-radius:0 0 35px 35px;
    padding:30px;
}

/* TABS */
.tp-tab-nav{
    display:flex;
    gap:15px;
}

.tp-tab-btn{
    border:none;
    padding:10px 30px;
    border-radius:30px;
    background:#fff;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.tp-active-btn{
    background:#f7933a;
    color:#fff;
}

/* GRID */
.tp-slider-wrap{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;
}

/* CARD */
.tp-card-item{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    text-decoration:none;
    color:#222;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.35s ease;
    display:block;
}

.tp-card-item:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 30px rgba(0,0,0,.12);
}

/* IMAGE */
.tp-card-image{
    padding:10px;
}

.tp-card-image img{
    width:100%;
    height:220px;
    object-fit:cover;
    border-radius:16px;
}

/* CONTENT */
.tp-card-content{
    padding:0 20px 18px;
}

.tp-card-content h5{
    font-size:30px;
    margin:10px 0;
    font-weight:600;
    line-height:1.4;
    color:#111;
}

/* LOCATION + PRICE */
.tp-location-price{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:15px;
}

.tp-location-price p{
    margin:0;
    font-size:16px;
}

.tp-location-price p:first-child{
    color:#7d7d7d;
}

.tp-price-tag{
    color:#2ecc40;
    font-size:20px;
    font-weight:700;
}

.tp-price-tag span{
    font-size:14px;
    font-weight:500;
}

/* LINE */
.tp-card-content hr{
    margin:15px 0;
    border:none;
    border-top:1px solid #ececec;
}

/* FOOTER */
.tp-card-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.tp-feature-list{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.tp-feature-list span{
    font-size:14px;
    color:#f7933a;
}

.tp-feature-list i{
    margin-right:4px;
}

.tp-rating-box{
    color:#ffb400;
    font-weight:600;
}

/* MOBILE */
@media(max-width:768px){

    .tp-slider-wrap{
        grid-template-columns:1fr;
    }

    .tp-card-image img{
        height:220px;
    }

    .tp-card-content h5{
        font-size:20px;
    }

}








/* Slider */
.tp-slider {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    padding: 12px 6px;
}

/* Card */
.tp-card {
    width: 290px;
    min-width: 290px;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    color: #000;
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
    transition: all .35s ease;
}

.tp-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.12);
}

/* Image */
.tp-card-img img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

/* Body */
.tp-card-body {
    padding: 15px 16px;
}

.tp-card-body h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 1.4;
}

/* Meta */
.tp-card-meta {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #666;
}

.tp-price {
    color: #28a745;
    font-weight: 600;
}

/* Divider */
.tp-card-body hr {
    margin: 10px 0;
    border-color: #eee;
}

/* Footer */
.tp-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.tp-features span {
    margin-right: 6px;
    color: #ff7a2f;
}

.tp-rating {
    color: #ffb400;
    font-weight: 600;
}

/* Mobile */
@media (max-width: 576px) {
    .tp-card {
        width: 250px;
        min-width: 250px;
    }
}


