@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
        url('../fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




/*--------------------------/*
Tempale name : enter your project name here ..

/*--------------------------/*

[Table of contents]
[Color codes]
Background: #ffffff
Body Color :#666;
[Typography]
Body:       14px/24px 'Jost', sans-serif;
Heading:    Jost, sans-serif;
Input, textarea: 14px/24px 'Jost', sans-serif;

1 COMPONENT STYLES
2 owlCarousel css

/*-------------------------*/
/*==========================================================================
  1.0 COMPONENT STYLES
============================================================================ */
body {
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 26px;
    color: #666;
    overflow-x: hidden;
}

.container-flude {
    padding: 0px 15px;
}

label {
    font-weight: 600;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #0a0a0a;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    line-height: 1.428;
    font-weight: 500;
    color: #000;
    margin: 0;
    padding: 0;
}

blockquote,
q {
    font-weight: 500;
    display: inline-block;
    border-left: none;
    color: #333;
    font-size: 16px;
    line-height: 26px;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    padding: 20px 0;
    margin-top: 10px;
    margin-bottom: 38px;
}

blockquote p,
q p {
    font-style: italic;
    font-size: 14px;
}

blockquote::before {
    content: url('../images/quote-item.png');
    display: block;
}

/* ==========================================================================
  1.1 FORM
============================================================================ */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
select {
    border: 1px solid #999898;
    padding: 7px 20px;
    max-width: 100%;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"] {
    height: 42px;
    border-radius: 4px;
}

textarea {
    line-height: 28px;
    padding: 11px 26px;
    height: auto;
    width: 100%;
    border-radius: 0;
}

select {
    font-size: 15px;
    color: #0a0a0a;
    padding: 0 21px;
}

option {
    padding: 5px 21px;
    height: 30px;
    line-height: 30px;
}

.button,
button,
input[type="submit"] {
    display: inline-block;
    padding: 9px 30px;
    color: #fff;
    border: none;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus,
button:focus,
select:focus {
    outline: none;
    border-color: #e6e6e6 !important;
}

:focus {
    outline: none;
}

::-webkit-input-placeholder {
    text-align: inherit;
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}

:-moz-placeholder {
    text-align: inherit;
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}

::-moz-placeholder {
    text-align: inherit;
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}

:-ms-input-placeholder {
    text-align: inherit;
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}

/* ==========================================================================
  2. owlCarousel css
============================================================================ */

.owlCarousel img {
    width: auto;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 7px;
    background: var(--secondary-color);
    border: 1px solid #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color);
}

.owl-nav button {
    background-color: var(--primary-color) !important;
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    margin: 0px 10px !important;
}

.owl-nav button span {
    opacity: 0;
}

.owl-nav button.owl-prev {
    /* background-image: url(../images/arrow-left.svg) !important; */
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin-left: 20px;
    position: absolute;
    top: 50%;
    left: -8%;
    transform: translate(0%, -50%);

}

.owl-nav button.owl-next {
    /* background-image: url(../images/arrow-right.svg) !important; */
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: absolute;
    top: 50%;
    left: auto;
    right: -8%;
    transform: translate(0%, -50%);
}


:root {
    --primary-color: #FE7200;
    --secondary-color: #fff;
}

body {
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 21px;
    color: #666;
    overflow-x: hidden;
}

.navbar-toggler-icon {
    background-image: url(../images/menu-icon.svg);
}

.navbar-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 38px;
    height: 38px;
    background-color: var(--primary-color);
    border: none;

    span {
        background-size: 28px;
    }
}

.navbar-toggler:focus {
    box-shadow: none;
}

header {
    transition: all 0.2s linear;
}

/* header.show{
  background-color: var(--secondary-color);
  position: sticky;
  top: -1px;
  width: 100%;
  box-shadow: 2px 0px 20px rgba(0,0,0,0.3);
  z-index:99999;
} */

.logo-img {
    max-width: 296px;
}

.sub-heading {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #fff;
}

.thm-heading {
    h1 {
        font-size: 48px;
        font-weight: 700;
        line-height: 75px;
        color: #fff;
        text-transform: capitalize;
        margin-bottom: 14px;

    }

    h2 {
        font-size: 36px;
        font-weight: 700;
        line-height: 24px;
        color: #333333;
        margin-bottom: 14px;
    }

    h3 {
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        color: #fff;
        margin-bottom: 10px;
    }

    p {
        font-size: 14px;
        font-weight: 300;
        line-height: 23px;
        text-transform: none;

    }
}

.client-testimonials-sec h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 24px;
    color: #333333;
    margin-bottom: 14px;
}

.form-items {


    input,
    select,
    .form-control,
    .thm-dropdown {
        color-scheme: dark;
        background: #FFFFFF24;
        border: 1px solid #AABCC1;
        border-radius: 8px;
        height: 48px;
        padding-left: 10px;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        line-height: 23px;
        text-align: left;
    }

    textarea {
        background: #FFFFFF24;
        border: 1px solid #AABCC1;
        border-radius: 8px;
        height: 68px;
        padding-left: 50px;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        line-height: 23px;
        text-align: left;
    }

    input::placeholder {
        color: #fff;
    }

    textarea::placeholder {
        color: #fff;
    }

    input:focus {
        background: #ffffff17;
        box-shadow: none !important;
    }
}

.form-items label {
    color: #fff;
    font-size: 13px;
    margin-bottom: 5px;
}

.form-items-input {
    position: relative;
    margin-bottom: 20px;

    .form-items-icon {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        background-color: transparent;
        padding: 0px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .dropdown-menu {
        width: 100%;
        background: #1b1b1bfa;
        border: 1px solid #AABCC1;
        border-radius: 8px;

        .dropdown-item {
            color: #fff;
            font-size: 14px;
            font-weight: 400;
            line-height: 23px;
            text-align: left;
            padding: 10px;
        }

        .dropdown-item:hover {
            background: #131212fa;
        }
    }
}

.heading-bg {
    background: #354433;
    padding: 2px 6px;
}

.thm-dropdown::after {
    border: none;
    width: 18px;
    height: 18px;
    background-image: url(../images/droparrow-icon.svg);
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    right: 10px;
    transform: translate(-50%, -50%);
}

.header-search-bar {
    position: relative;

    button {
        position: absolute;
        top: 3px;
        left: 3px;
        right: auto;
        bottom: 3px;
        background-color: var(--primary-color);
        height: 34px;
        width: 34px;
        padding: 0px;
        border-radius: 100%;
    }

    input {

        border-radius: 30px;
        padding: 10px;
        padding-left: 45px;
        height: 40px;
        font-size: 14px;
        color: #9999;
        border: none;
        background-color: #F0F0F0;
    }

    input:focus {
        background-color: #F0F0F0;
        box-shadow: none;
    }

    input::placeholder {
        color: #999999;

    }
}

.header-ser {
    padding: 10px 0px;

    .navbar-nav {
        gap: 14px;

        .nav-link {
            color: #05073C;
            font-size: 14px;
            font-weight: 500;
            padding: 4px 16px;
            position: relative;
        }

        .nav-link:hover {
            color: var(--primary-color);
        }

        .nav-link::before {
            content: '';
            width: 6px;
            height: 6px;
            display: block;
            position: absolute;
            border-radius: 100%;
            top: 11px;
            left: -5px;
            background-color: transparent;
        }

        .nav-item.active .nav-link {
            color: var(--primary-color);
        }

        .nav-item.active .nav-link::before {
            background-color: var(--primary-color);
        }
    }
}

.banner-btn {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.thm-btn {
    background-color: var(--primary-color);
    padding: 12px 30px;
    border-radius: 30px;
    color: #fff;
}

.thm-btn:hover {
    background-color: #bb5604;
}

.play-btn {
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    justify-content: center;
    position: relative;
    padding: 0px;
    background: #869390BA;

}

.play-btn::before {
    content: '';
    top: -3px;
    left: -3px;
    bottom: -3px;
    right: -3px;
    position: absolute;
    background: #D9D9D947;
    border-radius: 100%;
}

.banner-wrapper {
    margin: 20px 0px;
}

.banner-sec {
    padding: 30px;
    background-image: url(../images/banner-bg.jpg);

}

/* .animate-heading {
  opacity: 0;
  animation: fadeInDown 2s forwards;
}

@keyframes fadeInDown {
  0% {
     opacity: 0;
     transform: translateY(-50px);
  }
  100% {
     opacity: 1;
     transform: translateY(0);
  }
} */

.animated-heading {
    opacity: 0;
    transform: translateY(50px) scale(0.9);
}

@keyframes fadeInSlideUp {
    0% {
        opacity: 0;
        transform: translateY(50px) scale(0.9);
    }

    50% {
        opacity: 1;
        transform: translateY(-10px) scale(1.05);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.loaded .animated-heading {
    animation: fadeInSlideUp 1.5s ease-out forwards;
}

.bestplace-wrapper {
    margin: 40px 0px;
}

.header-wrapper {
    border-bottom: 1px solid #EDECEC;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
}

.banner-forms {
    background: #0000008F;
    border-radius: 30px;
    padding: 16px 20px;

    .thm-heading {
        margin-bottom: 30px;
        text-align: center;

    }
}

.bestplace-sec {
    .thm-heading {
        margin-bottom: 20px;
    }
}

.bestplace-cards {
    position: relative;
}

.bestplace-cards-con p {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 1s ease;
}

.bestplace-cards:hover .bestplace-cards-con p {
    opacity: 1;
    max-height: 200px;
    /* Adjust based on your content height */
}

.bestplace-cards-con {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 20px;
    margin-bottom: 0px !important;
}

.bestplace-cards {
    margin: 10px;
}

.sec-footer {
    margin-top: 15px;
}

.place-details-cards {
    margin-top: 30px;
}

.place-details-img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.place-details-item {
    overflow: hidden;
}

.place-details-item .place-details-img img {
    transition: transform 0.3s ease;
}

.place-details-item:hover .place-details-img img {
    transform: scale(1.1);
}

.place-details-con {
    padding: 10px 0px;
}

.place-details-top {

    display: flex;
    align-items: center;
    justify-content: space-between;

    h3 {
        color: #333;
        font-weight: 700;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

.place-details-item {
    margin: 10px;
    border: 1px solid #EFEFEF;
    padding: 14px 14px 5px;
    border-radius: 6px;
}

.rating-sec {
    img {
        width: 16px;
        height: 16px;
        margin-right: 4px;
        margin-top: -4px;
    }

    span {
        font-family: Poppins;
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        color: #333;
    }
}

.place-loction {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    img {
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }

    span {
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        color: #666;
    }
}

.bestCity-wrapper {
    margin: 50px 0px;
}

.bestCity-cards {
    margin-top: 30px;
}

.bestCity-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;

}

.bestCity-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;

    padding: 10px;
    border-radius: 10px;
}

.bestCity-item:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.055);
}

.bestCity-img {
    border-radius: 6px;
    overflow: hidden;
    margin-right: 10px;
}

.bestCity-con {
    h3 {
        color: #333;
        margin-bottom: 5px;
    }
}

.bestCity-item {
    border: 1px solid #EFEFEF;
    border-radius: 6px;
    padding: 12px;
    margin: 10px;
}

.client-testimonials-wrapper {
    background: #EFF2EC;
    padding: 40px 0px;
}

.client-testimonials-item {
    background-color: transparent;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 10% 85%;
    padding: 20px;
    gap: 5px;
    align-items: start;
    justify-content: space-between;
}

.client-testimonials-slider {
    margin: 50px 0px;
}

.testimonials-details {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.testimonials-img {
    width: 54px;
    height: 54px;
    border-radius: 100%;
    margin-right: 10px;
    overflow: hidden;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

}

.testimonials-con {
    h5 {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 600;
        line-height: 23px;
        text-align: left;
        color: #333;
    }
}

.client-testimonials-con {
    p {
        line-height: 30px;
    }
}

.client-testimonials-slider {
    .owl-item.active.center {
        .client-testimonials-item {
            background-color: #fff;
        }
    }

    .owl-item.cloned {
        .client-testimonials-item {
            background-color: transparent;
        }
    }
}

.ourblog-wrapper {
    margin: 50px 0px;
    overflow: hidden;
}

.ourblog-items-img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.ourblog-items-list {
    margin-top: 30px;

    .owl-carousel .owl-stage-outer {
        overflow: visible;
    }

    .owl-stage .owl-item:nth-child(odd) .ourblog-items-img {
        height: 360px;
    }

    .owl-stage .owl-item:nth-child(even) .ourblog-items-img {
        height: 423px;
    }
}

.ourblog-con {
    margin-top: 12px;

    .sub-heading {
        text-transform: uppercase;
        color: #666;
        font-size: 14px;
    }

    h4 {
        color: #333;
        font-size: 18px;
        font-weight: 600;
        line-height: 23px;
        margin: 5px 0px;
    }

    p {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        color: #666;
    }
}

.ourblog-items-sec {
    margin: 10px;
}

.footer-wrapper {
    background: #191919;
    padding-top: 60px;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-con {
    p {
        line-height: 28px;
    }
}

.social-media ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 30px;

    li {
        list-style: none;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0.5;
    }

    li:hover {
        opacity: inherit;

        img {
            filter: invert(49%) sepia(84%) saturate(2869%) hue-rotate(2deg) brightness(103%) contrast(106%);

        }
    }
}

.footer-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-con {
    h2 {
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
        text-align: left;
        margin-bottom: 30px;
        color: #fff;
    }

    li {
        list-style: none;
        padding: 4px 0px;
        margin: 2px 0px;
    }
}

.footer-link {
    font-size: 14.77px;
    font-weight: 500;
    line-height: 28.13px;
    text-align: left;
    color: #fff;

}

.footer-link:hover {
    color: var(--primary-color);
}

.copyright-sec {
    padding: 24px 0px;
    margin-top: 20px;
    border-top: 1px solid #FFFFFF26;

    p {
        color: #fff;
        font-size: 14.53px;
        font-weight: 400;
        line-height: 28.13px;
        text-align: left;

    }
}

.gototop-btn {
    position: fixed;
    bottom: 8%;
    right: 14%;
    width: 60px;
    height: 60px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    padding: 0;
    z-index: 999;
    display: none;
}

.show {
    display: flex;
}

.ourblog-items-sec {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.ourblog-items-sec:hover {
    top: -2px;
    transform: scale(1.02);
}


/*****new css start******/
.slider-form {
    position: relative;
    padding: 50px 0;
    text-align: center;
}

.slider-form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(245, 245, 245, 0.54);
    height: 250px;
}

.slider-form .container {
    position: relative;
}

.slider-form h1 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    line-height: 72px
}

.slider-form .booking-form h1 {
    margin-top: -140px;
    margin-bottom: 65px;
}

.slider-form h1 span {
    color: #FF7300;
}

.booking-form {
    box-shadow: 0px 4px 24px 0px #00000017;
    max-width: 770px;
    margin: 90px auto 40px;
    background: #fff;
    border-radius: 16px;
}

.booking-form .nav-tabs {
    border: none;
    border-bottom: solid 1px #F0DEDE;
    display: flex;
    width: 100%;
    padding: 0px 50px;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.booking-form .nav-tabs .nav-link {
    border: none;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    padding: 10px 0px;
    line-height: 27px;
    background: transparent;
    cursor: pointer;
}

.booking-form .nav-tabs .nav-link.active {
    color: #FF7300;
    position: relative;
}

.booking-form .nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 23px;
    height: 3px;
    background: #FF7300;
    margin: 0 auto;
}

.booking_form_field {
    padding: 20px;
}

.row-form-group {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    gap: 25px;
    position: relative;
    margin-bottom: 25px;
}

.direction_arrow {
    position: relative;
    margin: 33px -30px 0;
}

.booking_form_col {
    width: 50%;
    text-align: left;
}

.booking_form_col label {
    color: #00000099;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 8px;
}

.input-box .form-control {
    border: solid 1px #DBDBDB;
    border-radius: 8px;
    height: 40px;
    font-size: 14px;
    color: #333;
    padding: 0 12px;
}

.search_car_btn .thm-btn {
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    height: 44px;
    cursor: pointer;
}

.search_car_btn {
    margin-bottom: -35px;
}

.special-fares {
    max-width: 770px;
    margin: 40px auto 0px;
    text-align: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.special-fares label {
    font-weight: 400;
    color: #666666;
}

a.cta-btn {
    border: solid 1px #EFEFEF;
    padding: 10px 12px;
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
}

/*******list page css start*******/
section.list_wrapper {
    background: #F9F9F9;
    padding: 20px 0 35px;
}

.breadcrumb ul {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.breadcrumb ul li {
    display: inline-block;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumb ul li a {
    color: #666666;
}

.list_search_ride {
    border: solid 1px #0000001A;
    background: #fff;
    border-radius: 16px;
    padding: 30px 20px;
}

.booking_ride_form_row {
    display: flex;
    column-gap: 10px;
}

.booking_form_col.small-box {
    width: 35%;
}

select {
    background: url(../../assets/images/select_arrow.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.input-box .form-control:focus {
    box-shadow: none;
    outline: none;
}

.search-modify-btn {
    text-align: center;
    margin-bottom: -48px;
    margin-top: 15px;
}

.btn.modify-btn {
    background: #FFD2AD;
    font-weight: 700;
    color: #FF7300;
    line-height: 29px;
    font-size: 14px;
    padding: 6px 15px;
}

.product_list {
    padding: 10px 0;
}

.cars-promo-slider .owl-stage {
    padding: 20px 0;
}

.cars-promo-card {
    background: #FAFAFA;
    padding: 2px 15px;
    border: 1px solid #00000010;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    margin: 0 10px;
}

.cars-promo-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.055);
}

.cars-promo-title {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}

.cars-promo-text {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.product_list-container {
    padding: 10px 0;
}

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

.main_heading {
    color: #000;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}

.sort-btn {
    background: #F9F9F9;
    border-radius: 4px;
    padding: 8px;
    gap: 6px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.sort-label {
    color: #000;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}

.sort-arrows {
    display: flex;
    flex-direction: column;
}

.sort-arrow-item {
    height: 7px;
    display: flex;
    opacity: .6;
}

.sort-arrow-item.active {
    opacity: 1;
}

.product_list-item {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 24px;
}

/* .product_list-item:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.055);
} */
.product_list-item .product_item-pic {
    min-width: 0;
    flex: 0 0 277px;
    width: 277px;
    height: 190px;
    border-radius: 4px;
    overflow: hidden;
    background: #F9F9F9;
    border: 1px solid #DEDBDB;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_list-item .product_item-pic img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transition: transform 0.3s ease;
    object-fit: contain;
    transform: scale(1.05);
}

.product_list-item:hover .product_item-pic img {
    transform: scale(1.2);
}

.product_list-item .product_item-content {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex: 1 1 auto;
}

.product_list-item .product_item-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1 auto;
}

.product_list-item .product-rating {
    background: #21C17A;
    border-radius: 4px;
    padding: 6px 7px 4px;
    gap: 4px;
    display: flex;
    align-items: baseline;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 13px;
}

.product_list-item .product-rating img {
    width: 12px;
    height: 12px;
}

.product_list-item .product-name {
    color: #000;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 16px;
}

.product_list-item .product-feature-items {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 10px;
}

.product_list-item .product-feature-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

.product_list-item .product-feature-item::before {
    content: "";
    background: #666666;
    height: 7px;
    width: 7px;
    border-radius: 50%;
}

.product_list-item .product-dis {
    color: #000;
    font-size: 17px;
    line-height: 36px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;

    -webkit-box-orient: vertical;
}

.product_list-item .product_item-price {
    flex: 0 0 340px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.product_list-item .product-offer {
    background: #E3F6EC;
    padding: 10px;
    color: #00873C;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

.product_list-item .product-price {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 40px;
}

.product_list-item .product-price .old-price {
    color: #666666;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    text-decoration: line-through;
}

.product_list-item .product-price .main-price {
    color: #000000;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
}

.viewDetail-btn {
    background: #FF7300;
    border-radius: 8px;
    border: none;
    padding: 10px 30px;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}

.viewDetail-btn:hover,
.viewDetail-btn:focus,
.viewDetail-btn:active {
    background: #FF7300 !important;
    color: #fff !important;
}


/* detail page css */

.detail-header {
    margin-bottom: 30px;
}

.detail-header h1 {
    color: #000000;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

.booking_header h3 {
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.detail-header .detail-title {
    color: #000000;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

.detail-location {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.detail-location .header-location {
    color: #000000;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
}

.detail-points {
    display: flex;
    align-items: center;
    gap: 12px;
}

.detail-points .detail-points-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-wrap: nowrap;
}

.detail-points .detail-points-item::before {
    content: "";
    background: #666666;
    height: 8px;
    width: 8px;
    border-radius: 50%;
}

.product_detail {
    padding: 30px 0;
    position: relative;
}



.product_detail-container {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    margin-bottom: 24px;
    overflow: hidden;
}

.product_detail-header {
    background: #E8E8E8;
    padding: 18px 24px;
}

.product_detail-title {
    color: #000;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin: 0;
}

.product_detail-body {
    background: #fff;
    padding: 24px;
    position: relative;
    font-size: 17px;
}




.product_detail-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product_detail-item .product_item-pic {
    min-width: 0;
    flex: 0 0 277px;
    width: 277px;
    height: 190px;
    border-radius: 4px;
    overflow: hidden;
    background: #F9F9F9;
    border: 1px solid #DEDBDB;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_detail-item .product_item-pic img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transition: transform 0.3s ease;
    object-fit: contain;
    transform: scale(1.05);
}

.product_detail-item:hover .product_item-pic img {
    transform: scale(1.2);
}

.product_detail-item .product_item-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.product_detail-item .product_item-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.product_detail-item .product-rating {
    background: #21C17A;
    border-radius: 4px;
    padding: 6px 7px 4px;
    gap: 4px;
    display: flex;
    align-items: baseline;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 13px;
}

.product_detail-item .product-rating img {
    width: 12px;
    height: 12px;
}

.product_detail-item .product-name {
    color: #000;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 16px;
}

.product_detail-item .product-feature-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 10px;
}

.product_detail-item .product-feature-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

.product_detail-item .product-feature-item::before {
    content: "";
    background: #666666;
    height: 7px;
    width: 7px;
    border-radius: 50%;
}

.product_detail-item .product-dis {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    display: -webkit-box;

    -webkit-box-orient: vertical;
}

.product_detail-item .product_item-price {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.product_detail-item .product-price {
    display: flex;
    align-items: flex-end;
    gap: 24px;
}

.product_detail-item .product-price .old-price {
    color: #666666;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-decoration: line-through;
}

.product_detail-item .product-price .main-price {
    color: #000000;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}

.product_detail-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.product_detail-list .product-list-items {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.product_detail-list .product-item-key {
    flex: 0 0 40%;
    min-width: 170px;
    color: #000000;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.product_detail-list .product-item-value {
    flex: 1 1 auto;
    color: #666666;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

.product_detail-driver {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.product_detail-driver .product-driver-pic {
    flex: 0 0 90px;
    width: 90px;
    height: 90px;
    background: #F9F9F9;
    border-radius: 4px;
    overflow: hidden;
}

.product_detail-driver .product-driver-text {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.car_photos-items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.car_photos-items .car_photos-item {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    background: #F9F9F9;
    border: 1px solid #DEDBDB;
    display: flex;
    align-items: center;
    justify-content: center;
}

.car_photos-items .car_photos-item img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
    object-fit: cover;
    transform: scale(1.01);
}

.car_photos-items .car_photos-item:hover img {
    transform: scale(1.1);
}

.vehicle-details-list ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 20px;
}

.vehicle-details-list ul li {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.vehicle-details-list ul li.highlight {
    color: #EB4141;
}

.vehicle-details-list ul li span {
    color: #666666;
    font-size: 17px;
}

.vehicle-details-list ul li::marker {
    color: #666666;
}

.booking_form {
    margin-top: -200px;
}

.booking_form-container {
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.09);
    /* border: 1px solid #DEDBDB; */
}

.booking_header {
    padding: 24px 28px;
    border-bottom: 1px solid #F0DEDE;
}

.booking_header-title {
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.booking_header-text {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.booking_body {
    padding: 28px 20px;
}

.booking_body .row-form-group {
    margin-bottom: 0px;
}

.booking_body .booking_form_col {
    width: 100%;
    margin-bottom: 20px;
}

.booking_body .booking_form_col textarea.form-control {
    padding: 12px;
    min-height: 100px;
}

.submit_btn .thm-btn {
    border-radius: 8px;
    width: 100%;
    font-size: 14px;
}

.amenities-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 20px;
}

.amenities-item {
    display: flex;
    align-items: center;
    text-wrap: nowrap;
    gap: 10px;
}

.amenities-item span {
    color: #666666;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
}

.product_detail-overview p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.product_detail-overview p:last-child {
    margin-bottom: 0px;
}

.booking_confirm-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.24);
    padding: 35px 16px;
    position: relative;
    margin-bottom: 40px;
}

.booking_confirm-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 30px;
}

.booking_confirm-title {
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
}

.booking_confirm-title span {
    display: block;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}

.booking_confirm-price {
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
}

.booking_btn-wrap {
    display: flex;
    gap: 10px;
    margin-bottom: -56px;
}

.booking_btn-item {
    flex: 1 1 auto;
}

.booking_btn-item .thm-btn {
    width: 100%;
    border-radius: 8px;
    font-size: 18px;
    line-height: 22px;
    padding: 12px;
}

.booking_btn-item .chat-btn {
    background: #34CE78;
}

.popular-package-title {
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.popular-package-card .place-details-item {
    margin: 0 0 16px;
}

.popular-package-card .place-details-con {
    padding: 10px 0 0;
}

.place-details-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
}

.place-details-wrap .place-details-top h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}

.popular-package-card .place-loction p {
    color: #666666;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}

.booking-modal .btn-close {
    opacity: 1;
}

.booking-modal .modal-header {
    padding: 20px;
}

.bookingMdl_header-title {
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.bookingMdl_header-text {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.booking-modal .modal-body {
    padding: 20px;
}

.bookingMdl_body .row-form-group {
    margin-bottom: 0px;
    gap: 16px;
}

.bookingMdl_body .booking_form_col {
    width: 100%;
    margin-bottom: 20px;
}

.bookingMdl_body .booking_form_col textarea.form-control {
    padding: 8px 12px;
    /* min-height: 100px; */
}

.bookingMdl_body .submit_btn .thm-btn {
    display: block;
    margin: 10px auto;
    border-radius: 8px;
    max-width: 200px;
    font-size: 14px;
}

.btnSearchFilter-wrap {
    display: none;
}

.btnSearchFilter,
.btnSearchFilter:hover,
.btnSearchFilter:focus {
    background: #F0F0F0 !important;
    border: 1px solid rgba(0, 0, 0, 0.065) !important;
    color: #000000 !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.3s ease;
}

.btnSearchFilter img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(357deg) brightness(98%) contrast(102%);
    transition: transform 0.3s ease;
}

.active.btnSearchFilter img {
    transform: rotate(-180deg);
}


.modal-title {
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0px;
}

.header-btnWrap {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    margin-right: 10px;
}

.header-btnWrap .btn {
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    padding: 10px 28px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.header-btnWrap .btn img {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
}

.btnCall,
.btnCall:hover,
.btnCall:focus,
.btnCall:active {
    background: #FF7300 !important;
    border: none;
    color: #fff !important;
}

.btnChat,
.btnChat:hover,
.btnChat:focus,
.btnChat:active {
    background: #FF7300 !important;
    border: none;
    color: #fff !important;
}

.place-details-con.thm-heading .thm-btn {
    color: #fff;
    font-size: 12px;
    padding: 6px 12px;
    font-weight: 600;
}

.place-details-con.thm-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tour_left_title {
    width: calc(100% - 110px);
}

/* .pagination_list ul.pagination {
    justify-content: center;
    margin: 20px 0 40px;
}

.pagination_list ul.pagination a.page-link {
    font-size: 17px;
    color: #000;
    padding: 8px 15px;
}

.pagination_list ul.pagination a.page-link.active {
    background: #FF7300;
    border-color: #FF7300;
    color: #fff;
} */

.pagination_list ul.pagination {
    justify-content: center;
    margin: 20px 0 40px;
}

.pagination_list ul.pagination .page-link {
    font-size: 17px;
    color: #000;
    padding: 8px 15px;
}

.pagination_list ul.pagination .page-item.active .page-link {
    background: #FF7300;
    border-color: #FF7300;
    color: #fff;
}

.pagination_list ul.pagination .page-item.disabled .page-link {
    color: #999;
    background: #fff;
    cursor: not-allowed;
}

.guideline_text {
    background: #FAFAFA;
    border: solid 1px #0000001A;
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 40px;
}

.guideline_text p {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    font-weight: 400;
}

.text.show-more-height {
    height: 75px;
    overflow: hidden;
}

.show-more {
    display: inline-block;
    color: #FF7300;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
    margin-top: 5px;
}

.faq_section .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
    --bs-accordion-btn-icon-width: 2rem !important;
}

.faq_section .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    --bs-accordion-btn-icon-width: 2rem !important;
}

.faq_section .accordion-button::after {
    transition: all 0.5s;
}

.faq_section h2 {
    font-size: 24px;
    font-weight: 700;
}

.faq_section .accordion-item {
    margin-bottom: 20px;
    border: solid 1px #0000003D;
    border-radius: 8px;
}

.faq_section .accordion-item .accordion-button {
    border-radius: 8px;
    background: #E8E8E86B;
    padding: 14px 15px 14px 20px;
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.faq_section .accordion-item .accordion-body {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.faq_section .accordion-item .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.faq_section .accordion-item .accordion-button:not(.collapsed) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.faq_section {
    margin-bottom: 40px;
}

.cap-routes h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 15px;
}

.cap-routes ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
}

.cap-routes ul li {
    display: inline-block;
    width: 25%
}

.cap-routes ul li a {
    display: inline-block;
    padding: 5px 15px;
    color: #666666;
    font-size: 16px;
    font-weight: 500;
}

.banner_title {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    line-height: 24px;
}

.adventure_section {
    display: flex;
    column-gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.adventure_col img {
    width: 100%;
    height: 85px;
    border-radius: 8px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.place-details-sec.tours-blog-list {
    margin-bottom: 20px;
}

.adventure_col img:hover {
    transform: scale(1.1);
}

.adventure_col {
    position: relative;
    overflow: hidden;
}

.adventure_col h4 {
    background: linear-gradient(90deg, #000000 0%, rgba(94, 94, 94, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
}

.place-details-sec.tours-blog-list h2 {
    text-align: left;
    margin-bottom: 0;
}

.place-details-sec.tours-blog-list .place-details-item {
    margin: 0 0 30px;
}

.privacy-policy-section {
    padding: 40px 0;
}

.privacy-policy-section h4 {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 10px;
    color: #333333;
}

.privacy-policy-section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px;
}

.contact-section {
    padding: 40px 0;
}

.contact-wrapper {
    display: flex;
    column-gap: 60px;
    justify-content: space-between;
}

.address-left-block h2 {
    color: #000000;
    font-weight: 700;
    font-size: 30px;
    margin: 0 0 10px;
}

.address-left-block p {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 30px;
}

.address-left-block ul li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
    column-gap: 20px;
    align-items: center;
}

.con_icon {
    border: solid 1px #DBDDE1;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}

.con_detail h5 {
    font-size: 14px;
    text-transform: uppercase;
    color: #4F5365;
    line-height: 32px;
}

.con_detail h4 {
    font-size: 18px;
    color: #0C0F20;
    font-weight: 600;
}

.contact-right-form {
    width: 50%;
    background: #fff;
    box-shadow: 0px 0px 37px 0px #00000017;
    padding: 30px;
    border-radius: 16px;
}

.row.form-group {
    margin-bottom: 24px;
}

.contact-right-form .form-control {
    background: #F8F9FB;
    border: solid 1px #E5E5E7;
    border-radius: 8px;
    height: 46px;
}

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

.contact-right-form button.thm-btn {
    border-radius: 6px;
    padding: 13px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    font-size: 16px;
}

.contact-right-form textarea.form-control {
    height: 100px;
    max-width: 100%;
}

.place-details-top h3 {
    width: 100%;
    margin-bottom: 5px !important;
}

.place-details-top {
    flex-wrap: wrap;
}

a.read_more_text {
    color: #ff7300;
    font-weight: 500;
    font-size: 14px;
}


/* --- Blog Detail Styles --- */

.blog-content-area h3 {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin: 25px 0 15px;
    text-transform: capitalize;
}

.blog-content-area p {
    font-size: 16px;
    line-height: 28px;
    color: #444;
    margin-bottom: 20px;
    text-transform: none;
}

.blog-main-img img {
    max-height: 500px;
    object-fit: cover;
    border-radius: 12px;
}

.blog-content-area .product_detail-overview {
    padding: 10px;
}

.accordion {
    margin-top: 30px;
}

.faq_section .accordion-item {
    margin-bottom: 25px;
}

.tours-blog-list .place-details-item {
    height: 100%;
}

.tours-blog-list .place-details-img {
    max-height: 260px;
}


.copyright-sec p a:hover {
    color: #FF7300;
}

.tours-blog-list .place-details-item {
    display: block;
    margin: 0;
}

.blogDetail-content h2 {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin: 25px 0 15px;
    text-transform: capitalize;
}

.faq_section h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}

.viewmore_btn {
    text-align: center;
    margin-top: 30px;
}

a.read_more_text {
    color: #ff7300;
    font-weight: 500;
    font-size: 14px;
}

.thm-btn:hover,
.thm-btn:focus {
    color: #fff;
}


.custom-h2{
    text-align: left;
    font-size: 25px !important;
}

.custom-subheading{
    margin-bottom: 20px !important;
    text-align: left;
}

.product-col-row {
    display: flex;
    align-items: center;
    gap: 10px;
}


.destination_label h5 {
    font-size: 16px;
}
.destination_label p {
    font-size: 12px;
}
li.destination_label_li_from_place { 
    margin-bottom: 10px;
}
.autosearch_location.from_place_search {
    position: absolute;
    background-color: #fff;
    z-index: 99;
    left: 0;
    right: 0;
    border-radius: 10px;
    padding: 12px 15px;
    max-height: 450px;
    overflow: auto;
    box-shadow: 2px 7px 9px #0000001c;
}
.input-box {
    position: relative;
}
li.destination_label_li_from_place {
    list-style: none; 
    display: flex;
    gap: 5px;
}
 
.booking_form_col .input-box input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    background-color: #fff;
    transition: all 0.3s ease;
}

.booking_form_col .input-box input:focus {
    border-color: #4a90e2;  
    box-shadow: 0 0 8px rgba(74, 144, 226, 0.2);
    outline: none;
}
 
.flatpickr-calendar {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
    padding: 10px;
    background: #fff;
}
 
.flatpickr-calendar::before, 
.flatpickr-calendar::after {
    border-bottom-color: #fff !important;  
}
 
.flatpickr-months {
    background-color: transparent;
    margin-bottom: 10px;
    align-items: center;
}
 
.flatpickr-current-month {
    font-size: 110%;
    font-weight: 600;
    color: #333; 
    padding-top: 0 !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
    font-weight: 700;
    color: #333;
}
 
.flatpickr-prev-month, .flatpickr-next-month {
    fill: #333 !important;  
    padding: 10px !important;
}
.flatpickr-prev-month:hover svg, .flatpickr-next-month:hover svg {
    fill: #4a90e2 !important; 
}
 
.flatpickr-weekdays {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 5px;
}

span.flatpickr-weekday {
    color: #888 !important;
    font-weight: 600;
    font-size: 0.9rem;
}
 
.flatpickr-day {
    border-radius: 8px !important;  
    color: #333;
    font-weight: 500;
    border: 1px solid transparent;
    margin-top: 2px;
}
 
.flatpickr-day:hover {
    background-color: #f0f7ff !important;
    border-color: #f0f7ff !important;
    color: #4a90e2;
}
 
.flatpickr-day.selected, 
.flatpickr-day.startRange, 
.flatpickr-day.endRange, 
.flatpickr-day.selected.inRange, 
.flatpickr-day.startRange.inRange, 
.flatpickr-day.endRange.inRange, 
.flatpickr-day.selected:focus, 
.flatpickr-day.startRange:focus, 
.flatpickr-day.endRange:focus {
    background: #4a90e2 !important;  
    border-color: #4a90e2 !important;
    color: #fff !important;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(74, 144, 226, 0.4);  
}
 
.flatpickr-day.today {
    border-color: #ddd !important;
    color: #4a90e2;
}

.flatpickr-day.today:hover {
    background-color: #4a90e2 !important;
    color: #fff !important;
    border-color: #4a90e2 !important;
}
 
.flatpickr-day.flatpickr-disabled, 
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay, 
.flatpickr-day.nextMonthDay {
    color: #ccc !important;
    background: transparent !important;
    border-color: transparent !important;
}


 
.flatpickr-time {
    border-top: 1px solid #f0f0f0 !important ;
    margin-top: 5px;
    padding-top: 5px;
    max-height: 50px !important;
}
 
.flatpickr-time input.numInput {
    color: #333 !important;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;  
    transition: all 0.3s ease;
}
 
.flatpickr-time input.numInput:hover,
.flatpickr-time input.numInput:focus {
    background-color: #f0f7ff !important;
    color: #4a90e2 !important;
}
 
.flatpickr-time .flatpickr-time-separator {
    color: #333 !important;
    font-weight: bold;
}
 
.flatpickr-time .flatpickr-am-pm {
    color: #333 !important;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}
 
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
    background-color: #f0f7ff !important;
    color: #4a90e2 !important;
}
 
.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #888 !important;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #888 !important;
}
 
.flatpickr-time .numInputWrapper span.arrowUp:hover:after {
    border-bottom-color: #4a90e2 !important;
}
.flatpickr-time .numInputWrapper span.arrowDown:hover:after {
    border-top-color: #4a90e2 !important;
}
 
.flatpickr-time .numInputWrapper:hover {
    background: transparent !important;
} 
.flatpickr-time input.numInput::selection {
    background-color: #4a90e2 !important;  
    color: #fff !important;  
}
.btn.btnChat {
    background: #28a745 !important;
}

.product_list-item .product-name {
    color: #000;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    margin-bottom: 10px;
}

.product_list-item .product-feature-items { 
    gap: 16px; 
}
.product_list-item .product-dis { 
    font-size: 14px; 
}
.viewDetail-btn { 
    padding: 10px 30px; 
    font-size: 14px;
    line-height: inherit;
    font-weight: 700;
}

.pagination-container .pagination {
    gap: 8px; 
    margin-bottom: 15px;  
}
 
.pagination-container .page-item .page-link {
    color: #495057; 
    border: 1px solid #dee2e6; 
    border-radius: 6px;  
    padding: 8px 16px;  
    font-weight: 500;
    transition: all 0.3s ease;  
    background-color: #fff;
}
 
.pagination-container .page-item:not(.disabled) .page-link:hover {
    background-color: #fff3e6;  
    color: #fd7e14;  
    border-color: #fd7e14; 
}
 
.pagination-container .page-item.active .page-link {
    background-color: #fd7e14;  
    border-color: #fd7e14;
    color: #ffffff;  
    box-shadow: 0 4px 6px rgba(253, 126, 20, 0.2); 
}
 
.pagination-container .page-item.disabled .page-link {
    color: #adb5bd;
    background-color: #f8f9fa;
    border-color: #dee2e6;
    cursor: not-allowed;
}

.product_detail-list .product-item-value { 
    font-size: 16px;
    line-height: 20px; 
}

.product_detail-list .product-item-key { 
    font-size: 16px; 
}

.product_detail-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.product_detail-body { 
    font-size: 16px;
    line-height: 28px;
}
.product_detail-body p {
    line-height: inherit;
    margin-bottom: 10px;
}

.product_detail-body ul {
    margin-left: 16px;
}

 
.blogDetail-content {
    padding: 15px;
    background: #fff;
    font-family: inherit; 
}

 
.blogDetail-content h2 {
    font-size: 28px; 
    font-weight: 700;
    color: #111;  
    margin-top: 45px;  
    margin-bottom: 15px;  
    padding-bottom: 8px;  
    border-bottom: 2px solid #fd7e14;  
    text-transform: capitalize;
}
 
.blogDetail-content h3 {
    font-size: 22px;  
    font-weight: 600;
    color: #222;
    margin-top: 35px;  
    margin-bottom: 10px;  
}

 
.blogDetail-content p {
    font-size: 16px;
    line-height: 1.8;  
    color: #555;  
    margin-top: 0;
    margin-bottom: 20px;  
}
 
.blogDetail-content ul {
    margin-top: 10px;
    margin-bottom: 25px;
    padding-left: 20px; 
}

.blogDetail-content ul li {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 10px;
    list-style-type: disc; 
}
 
.blogDetail-content > *:first-child { margin-top: 0; }
.blogDetail-content > *:last-child { margin-bottom: 0; }

li.destination_label_li_from_place span {
    display: none;
}

@media screen and (max-width: 480px) {
   .destination_label h5 {
    font-size: 14px;
    line-height: 12px;
}
.blogDetail-content h3 {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    margin-top: 20px;
    margin-bottom: 10px;
}
.blogDetail-content ul li {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 0px;
    list-style-type: disc;
}
.blogDetail-content ul { 
    padding-left: 0;
}
}
