.blog-content .read-more,
.call-btn,
.float-btn,
.footer__two a,
.head-mail a,
.liquid-btn,
.related-packages ul li a,
.scroll-down a,
.sub-menu li a {
    text-decoration: none
}

.feature-list li i,
.itinerary-list li i,
.key-attraction li i {
    margin-right: 10px;
    color: #f2b500
}

.about-left p i,
.contact-card:hover h4,
.liquid-btn a i,
.offcanvas-menu .nav-link:hover,
.offcanvas-menu .nav-link:hover i,
.sub-head {
    /* color: var(--primary-color) */
    color: var(--black-color)
}

.float-btn,
.top-button {
    width: 40px;
    height: 40px
}

.copyright__two,
.custom-btn {
    margin-top: 20px
}

.booking-box .btn,
.gallery-overlay h2,
.hero-content h1,
.offer-tag,
.rentel-detail h4,
.sub-head {
    text-transform: uppercase
}

:root {
    --primary-color: #ffd500;
    --secondary-color: #1C1E22;
    --dark-color: #212529;
    --white-color: #ffffff;
    --black-color: #000000;
    --yellow: #ffd500;
    --white: #fff;
    --black: #000
}

.sub-head {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-left: 35px
}

.booking-box .btn,
.footer-title,
.info-header h4,
.offer-tag,
.rentel-detail h4 {
    letter-spacing: .5px
}

.sub-head::after,
.sub-head::before {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    background-color: var(--primary-color);
    border-radius: 10px
}

.sub-head::before {
    top: 12px;
    width: 30px
}

.sub-head::after {
    top: 18px;
    width: 20px
}

.main-head {
    font-size: 27px;
    font-weight: 700;
    line-height: 38px;
    color: var(--black-color);
    margin-bottom: 10px
}

.head-center .main-head {
    text-align: center
}

.offcanvas .offcanvas-logo img,
header .header-logo img {
    width: 100px;
    height: auto
}

.head-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

p {
    font-size: 15px
}

.custom-btn {
    display: inline-block;
    position: relative
}

.page-watermark {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .04;
    z-index: -1;
    pointer-events: none;
    user-select: none
}

.page-watermark img {
    max-width: 300px;
    width: 30vw;
    height: auto;
    filter: grayscale(100%) brightness(1.2)
}

.float-icons {
    position: fixed;
    top: 70%;
    right: 20px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999
}

#preloader,
.float-btn {
    display: flex;
    justify-content: center
}

.float-btn {
    border-radius: 50%;
    align-items: center;
    font-size: 18px;
    color: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .25);
    transition: .3s
}

.liquid-btn,
.working-hours.alt-style {
    display: inline-flex;
    align-items: center
}

.top-button,
.video-pulse::after,
.video-pulse::before {
    display: none
}

.float-btn.whatsapp {
    background: linear-gradient(135deg, #25d366, #128c7e)
}

.float-btn.phone {
    background: linear-gradient(135deg, #0072ff, #04c)
}

.float-btn:hover {
    transform: scale(1.1)
}

.liquid-btn {
    position: relative;
    justify-content: center;
    padding: 12px 30px;
    border-radius: 50px;
    border: 2px solid var(--primary-color);
    background: 0 0;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    overflow: hidden;
    z-index: 1;
    transition: color .4s, transform .3s
}

.liquid-btn::before,
.ping::after,
.ping::before {
    top: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%
}

.liquid-btn i {
    margin-left: 10px;
    transition: transform .3s
}

.liquid-btn::before {
    content: "";
    width: 0;
    height: 300%;
    background: linear-gradient(90deg, #e2bd0c, #e2bd0c);
    transform: translate(-50%, -50%);
    transition: .6s;
    z-index: -1
}

.liquid-btn:hover::before {
    width: 130%;
    border-radius: 0
}

.liquid-btn:hover {
    color: #fff;
    border-color: transparent
}

.liquid-btn:hover i {
    transform: translateX(6px)
}

#preloader {
    --uib-size: 200px;
    --uib-speed: 2s;
    --uib-color: #E2BD0C;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    align-items: center;
    z-index: 9999999
}

.ping::after,
.ping::before {
    content: '';
    height: var(--uib-size);
    width: var(--uib-size);
    background-color: var(--uib-color);
    animation: pulse7132 var(--uib-speed) linear infinite;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0
}

.ping::after {
    animation-delay: calc(var(--uib-speed) / -2)
}

@keyframes pulse7132 {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 1
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0
    }
}

.top-button {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 9999;
    background-color: #e2bd0c;
    color: #fff;
    border: none;
    outline: 0;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    transition: .3s;
    padding: 0
}

#mobilemenu a.active,
.about-inner,
.about-right,
.contact-card,
.dropdown-custom,
.footer-title,
.inner-why,
.nav-link.active,
.navbar-toggler-icon,
.offcanvas-menu .dropdown-custom,
.offcanvas-menu .nav-item,
.video-wrapper,
.why-card,
.why-content h3,
.working-hours.alt-style,
header {
    position: relative
}

.top-button:hover {
    background-color: gold;
    transform: translateY(-5px) scale(1.2);
    animation: .6s hoverBounce
}

.main-navbar,
.nav-link.active::after,
.navbar-area,
.navbar-toggler:hover {
    background-color: var(--primary-color)
}

@keyframes hoverBounce {

    0%,
    100% {
        transform: translateY(-5px) scale(1.2)
    }

    50% {
        transform: translateY(-10px) scale(1.25)
    }
}

#mobilemenu {
    padding-left: 140px !important
}

header .header-logo {
    position: absolute;
    top: 12%;
    left: 6%;
    z-index: 99999
}

.top-bar .social-icons a {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    border: 1.5px solid #000;
    border-radius: 50%;
    color: #000;
    overflow: hidden;
    transition: color .4s;
    z-index: 1
}

.top-bar .social-icons a::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e2bd0c;
    z-index: -1;
    transition: top .4s
}

.car-details .amount .rating i,
.lh-lg li i {
    transition: transform .3s, color .3s
}

.top-bar .social-icons a:hover::before {
    top: 0
}

.top-bar .social-icons a:hover {
    color: #fff;
    border-color: #e2bd0c
}

.working-hours.alt-style {
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    padding-left: 15px;
    transition: .3s
}

.nav-link.active,
.navbar-nav .nav-link.active,
.right-contact span {
    color: #000 !important;
    font-weight: bolder
}

.working-hours.alt-style i {
    color: var(--primary-color);
    font-size: 16px;
    transition: .3s
}

.working-hours.alt-style strong {
    color: #000;
    font-weight: 700;
    margin-left: 4px
}

.navbar-brand img {
    width: 80px;
    height: auto
}

.working-hours.alt-style:hover i {
    transform: rotate(20deg)
}

.right-contact .email i {
    border: 1.5px solid #000;
    color: #000;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: .3s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .08)
}

.contact-page .booking-form,
.contact-page input:focus,
.contact-page select:focus,
.contact-page textarea:focus,
.navbar-toggler:focus {
    box-shadow: none !important
}

.nav-link.active::after {
    content: '';
    border-radius: 2px
}

.navbar-toggler {
    border: none;
    padding: 8px 10px;
    border-radius: 6px;
    transition: .3s
}

.navbar-toggler-icon {
    background-image: none;
    width: 26px;
    height: 2px;
    background-color: #000;
    display: inline-block;
    box-shadow: 0 6px 0 0 #000, 0 12px 0 0 #000;
    transition: .3s
}

.right-contact .email i:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: #e2bd0c;
    transform: translateY(-2px)
}

header .header__two-topbar {
    display: flex;
    align-items: center;
    justify-content: center
}

.mean-container .mean-nav ul li a.mean-expand {
    background: var(--primary-color-1);
    height: 22px
}

header .list-inline-item {
    margin: 0 10px
}

.header__area-menubar-center-menu.two ul li a {
    padding: 31px 15px
}

.header__area-menubar-right-box-contact {
    display: flex;
    align-items: center;
    gap: 20px;
    border-left: 1px solid var(--border-color-1);
    padding-left: 20px !important;
    margin-left: 0 !important
}

#mobilemenu a.active {
    color: var(--primary-color);
    font-weight: 900
}

#mobilemenu a.active::after {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    height: 2px;
    background: var(--primary-color);
    border-radius: 2px
}

.header__two-topbar .container .row {
    margin-top: 25px
}

.subscribe__area-left-notification h6 {
    color: var(--text-white);
    max-width: 100%
}

.about-left p,
.blog-card p,
.footer__two .footer-tag,
.head-right p {
    text-align: justify
}

.footer__two .lh-lg {
    padding-left: 3px !important
}

.footer__two {
    padding: 40px 0 0;
    background-attachment: fixed !important
}

.footer-title {
    display: inline-block;
    font-size: 1.3rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px
}

.footer__two-widget-about-social ul li a i {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important
}

.footer-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    height: 3px;
    width: 70%;
    background: linear-gradient(90deg, #ffb300, #ffb300ab);
    border-radius: 3px;
    transition: width .5s
}

.footer-title:hover::after,
.gallery-img video {
    width: 100%
}

.subscribe__area-bg {
    background-image: url('../image/shape/subscribe.jpg');
    border-radius: 15px
}

.subscribe__area-left-notification-icon img {
    width: 50%;
    height: auto
}

.lh-lg li a i {
    padding-right: 10px
}

.lh-lg li {
    list-style: none !important;
    padding: 5px 0
}

.lh-lg li:hover i {
    transform: translateX(5px) scale(1.2);
    color: var(--primary-color)
}

.masked-video {
    width: 100%;
    height: 500px;
    display: block;
    object-fit: cover;
    -webkit-mask-image: url('../image/home/mask.png');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    mask-image: url('../image/home/mask.png');
    mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: center;
    transition: transform .5s
}

.gallery-img:hover,
.masked-video:hover {
    transform: scale(1.05)
}

.inner-about .container-fluid,
.inner-services .container-fluid,
.inner-testimonial .container-fluid,
.testimonial-left img {
    width: 80%
}

.about-left {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center
}

.inner-about .row,
.testimonial-carousel {
    padding: 60px 0
}

.about-right {
    width: 100%;
    max-width: 500px;
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.video-wrapper {
    width: 100%;
    max-width: 520px;
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .25);
    transform: translateY(0);
    transition: .6s
}

.video-wrapper:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .35)
}

.blog-img img,
.package-img img,
.video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s
}

.video-wrapper:hover video {
    transform: scale(1.07)
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 215, 0, .05), rgba(0, 0, 0, .35));
    pointer-events: none;
    opacity: .6;
    transition: opacity .4s
}

.video-wrapper:hover .video-overlay {
    opacity: .8;
    animation: 2s ease-in-out infinite pulseGlow
}

@keyframes pulseGlow {

    0%,
    100% {
        box-shadow: 0 0 15px rgba(255, 215, 0, .4)
    }

    50% {
        box-shadow: 0 0 30px rgba(255, 215, 0, .7)
    }
}

.inner-about {
    padding: 115px 0 40px;
    position: relative
}

.about-overlay-go h2 {
    font-size: 138px;
    color: var(--primary-color);
    font-weight: 800
}

.about-overlay-go {
    position: absolute;
    top: 1%;
    right: 2%;
    animation: 1s .5s forwards overlayZoom
}

@keyframes overlayZoom {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0
    }

    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 1
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }
}

.hero-banner {
    position: relative;
    overflow: visible
}

.hero-carousel .hero-slide {
    background-size: cover;
    background-position: center;
    height: 600px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    z-index: 1
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 700px;
    padding: 20px
}

.hero-content h1 {
    font-size: 42px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 15px;
    animation: 1s fadeInDown
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 25px;
    animation: 1.2s fadeInUp
}

.hero-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 5;
    transform: translateY(-50%);
    padding: 0 40px
}

.hero-nav button {
    background: rgba(255, 255, 255, .15);
    border: 2px solid #fff;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 20px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    transition: .3s;
    padding: 3px 5px !important
}

.hero-nav button:hover {
    background: gold;
    color: #000
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.hero-banner .custom-btn a i {
    padding-left: 10px
}

.hero-banner .custom-btn a {
    background-color: var(--primary-color);
    border-radius: 50px;
    color: var(--white-color);
    font-weight: 700;
    padding: 15px 40px;
    margin-top: 15px
}

.booking-box .booking-btn,
.itinerary-list li ul li i {
    font-size: 14px
}

.booking-box {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(8px);
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .2);
    padding: 25px 15px;
    width: 90%;
    max-width: 1100px;
    z-index: 10;
    animation: 1s forwards fadeUp
}

.blog-card,
.blog-img,
.package-img,
.package-item {
    position: relative;
    overflow: hidden
}

.package-item,
.package-section {
    background: #fff
}

.booking-box .form-label {
    font-weight: 600;
    color: #444;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 5px
}

.booking-box .form-control,
.booking-box .form-select {
    height: 48px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fff;
    font-weight: 500;
    font-size: 15px;
    color: #333;
    padding: 0 12px;
    transition: .3s
}

.booking-box .form-control:focus,
.booking-box .form-select:focus {
    border-color: #000;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    outline: 0
}

.booking-box .btn {
    height: 48px;
    border: 2px solid #000;
    font-weight: 600;
    transition: .3s;
    border-radius: 8px
}

.gallery-img img,
.gallery-img video {
    height: 300px;
    border-radius: 8px;
    object-fit: cover
}

.booking-box .btn:hover {
    background: #000;
    color: #fff
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translate(-50%, 30px)
    }

    100% {
        opacity: 1;
        transform: translate(-50%, 0)
    }
}

.inner-packages {
    padding: 20px 0
}

.gallery-wrap .container-fluid,
.inner-packages .container-fluid {
    width: 90%
}

.package-item {
    border-radius: 14px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, .12);
    transition: transform .4s, box-shadow .4s
}

.package-item:hover {
    transform: translateY(-8px)
}

.package-item:hover img {
    transform: scale(1.12)
}

.offer-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: gold;
    color: #000;
    font-weight: 700;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 4px
}

.package-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, .9), transparent);
    color: #fff;
    padding: 18px 20px;
    transition: .5s
}

.info-header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.info-header h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0
}

.info-header .price {
    color: gold;
    font-weight: 700;
    font-size: 17px;
    opacity: 0;
    transform: translateY(8px);
    transition: .4s
}

.package-info .desc {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, .9);
    margin-top: 8px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: .5s
}

.package-item:hover .package-info {
    background: linear-gradient(to top, rgba(0, 0, 0, .95), rgba(0, 0, 0, .25));
    padding-bottom: 30px
}

.package-item:hover .info-header .price {
    opacity: 1;
    transform: translateY(0)
}

.package-item:hover .desc {
    opacity: 1;
    max-height: 120px
}

.inner-rental,
.package-carousle {
    padding: 30px 0
}

.side-head-wrap {
    position: relative;
    margin-bottom: 35px
}

.side-head-wrap::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 2px;
    background: linear-gradient(to right, gold, orange);
    border-radius: 2px
}

.package-carousle .owl-dots {
    text-align: center !important;
    margin-top: 25px !important
}

.package-carousle .owl-dot span {
    display: block !important;
    width: 12px !important;
    height: 12px !important;
    margin: 0 6px !important;
    border-radius: 50% !important;
    background: rgba(0, 0, 0, .2) !important;
    transition: .3s !important;
    cursor: pointer !important
}

.package-carousle .owl-dot:hover span {
    background: rgba(255, 215, 0, .6) !important
}

.package-carousle .owl-dot.active span {
    width: 20px !important;
    background: linear-gradient(to right, gold, orange) !important;
    border-radius: 10px !important
}

.inner-gallery {
    padding: 70px 0 20px;
    position: relative
}

.gallery-wrap {
    padding: 40px 0;
    text-align: center
}

.gallery-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    transition: transform .4s, box-shadow .4s
}

.gallery-img img {
    width: 100%;
    display: block
}

.gallery-overlay h2 {
    font-size: 90px;
    color: var(--primary-color);
    font-weight: 800
}

.gallery-overlay {
    position: absolute;
    top: -10px;
    right: 2%;
    z-index: -1
}

.home-cta {
    position: relative;
    width: 100%;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #fff
}

.home-cta .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    object-fit: cover;
    z-index: 0
}

.home-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    mix-blend-mode: multiply
}

.cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 700px;
    padding: 30px 60px;
    border-radius: 10px;
    border: 2px solid var(--white-color)
}

.cta-content a {
    background-color: var(--white-color);
    border: 2px solid var(--white-color)
}

.cta-content h2 {
    font-size: 34px;
    color: var(--white-color)
}

.form-wrap {
    padding: 30px 0 20px
}

.booking-form {
    background: #fff;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 -8px 25px rgba(0, 0, 0, .08)
}

.booking-form .form-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    margin-bottom: 6px;
    padding-left: 10px;
    color: #000;
    font-weight: bolder
}

.booking-form .form-label i {
    color: #ffc107;
    font-size: 18px
}

.booking-form input,
.booking-form select {
    height: 50px
}

.booking-form input,
.booking-form select,
.booking-form textarea {
    border-radius: 0 !important;
    border: 1px solid #ccc;
    padding: 12px 16px;
    font-size: 15px;
    width: 100%;
    transition: .3s
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
    border-color: #ffc107;
    outline: 0
}

.booking-form button:hover {
    transform: scale(1.05);
    background-color: #ffb300 !important
}

.inner-form .container-fluid {
    width: 70%
}

.rental-wrap .owl-stage-outer {
    padding: 20px 0 !important
}

.car-item {
    padding: 20px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(224, 224, 224, .1);
    text-align: center;
    border: 1px solid #dfdfdf;
    min-height: 500px;
    flex: 1
}

.car-item .rental-img a {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important
}

.car-item img {
    width: 80% !important
}

.rentel-detail h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fc0;
    position: relative;
    text-align: center;
    transition: .4s ease-in-out;
    margin-bottom: 15px
}

.rentel-detail h4::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 3px;
    transform: translateX(-50%);
    width: 4%;
    height: 3px;
    background: linear-gradient(90deg, #fc0, #ffeb3b);
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(255, 204, 0, .4);
    transition: .4s ease-in-out
}

.rentel-detail h4:hover::after {
    box-shadow: 0 0 15px rgba(255, 204, 0, .8);
    transform: translateX(-50%) scaleX(1.1)
}

.car-details .amount {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f9f9f9;
    border-radius: 8px;
    padding: 8px 14px;
    margin-bottom: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
    transition: .3s
}

.car-details .amount p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #ffb300;
    letter-spacing: .3px
}

.car-details .amount p span {
    color: #666;
    font-weight: 500;
    font-size: 13px
}

.car-details .amount .rating {
    display: flex;
    align-items: center;
    gap: 3px;
    background: #fff8e1;
    padding: 4px 10px;
    border-radius: 25px;
    box-shadow: inset 0 0 5px rgba(255, 193, 7, .3)
}

.car-details .amount:hover,
.specification {
    box-shadow: 0 4px 10px rgba(255, 193, 7, .15)
}

.car-details .amount .rating i {
    color: #ffc107;
    font-size: 14px
}

.car-details .amount .rating .rate-text {
    margin-left: 4px;
    font-weight: 600;
    font-size: 14px;
    color: #333
}

.car-details .amount:hover {
    background: #fffbe6;
    transform: translateY(-2px)
}

.car-details .amount:hover .rating i {
    transform: scale(1.1);
    color: #ff9800
}

.specification {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    background: #fff8e1;
    padding: 14px;
    border-radius: 12px;
    margin-top: 10px;
    transition: .3s
}

.rental-wrap .owl-nav button,
.spec-item {
    background: #fff;
    transition: .3s;
    display: flex
}

.spec-item {
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    padding: 8px 10px;
    box-shadow: inset 0 0 6px rgba(255, 193, 7, .1)
}

.inner-sub-banner,
.inner-why {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%
}

.banner-content-wrap,
.service-section .banner-content-wrap {
    padding: 30px 40px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.spec-item i {
    color: #ffb300;
    font-size: 16px;
    background: rgba(255, 193, 7, .15);
    padding: 6px;
    border-radius: 50%;
    transition: .3s
}

.spec-item p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #333
}

.rental-wrap .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none
}

.rental-wrap .owl-nav button {
    pointer-events: all;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
    align-items: center;
    justify-content: center;
    color: #ff9800;
    font-size: 20px
}

.banner-content-wrap,
.why-card {
    border-radius: 20px;
    text-align: center
}

.rental-wrap .owl-nav button:hover {
    background: #ff9800;
    color: #fff;
    transform: scale(1.1)
}

.rental-wrap .owl-nav button:focus {
    outline: 0
}

@media (max-width:768px) {
    .rental-wrap .owl-nav button {
        width: 38px;
        height: 38px;
        font-size: 18px
    }
}

.inner-sub-banner {
    height: 450px;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.sub-overlay {
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1
}

.banner-content-wrap h2 {
    color: #fff;
    margin: 20px 0
}

.banner-content-wrap {
    position: absolute;
    color: #fff;
    max-width: 800px;
    width: 100%
}

.service-section .banner-content-wrap {
    position: absolute;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    max-width: 100% !important;
    width: 100%
}

.about-inner {
    padding: 30px 0 0
}

.inner-why .side-head-wrap::after {
    display: none !important
}

.inner-why {
    background-image: url('../image/home/why-bg.png');
    padding: 50px 0;
    overflow: hidden
}

.inner-why::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .8), rgba(255, 255, 255, 0));
    pointer-events: none;
    z-index: 2
}

.inner-services,
.why-wrap {
    padding: 40px 0
}

.why-card {
    background: #fff;
    padding: 30px 20px;
    overflow: hidden;
    flex: 1 !important;
    transition: transform .3s, box-shadow .3s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05)
}

.why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, .15)
}

.why-img {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 800px
}

.why-img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    transition: transform .8s, box-shadow .8s;
    transform-style: preserve-3d
}

.why-card:hover .why-img img {
    transform: translateY(-10px) rotateX(15deg) rotateY(15deg) rotateZ(15deg) scale(1.1)
}

.why-content h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    display: inline-block;
    color: #333;
    transition: color .4s
}

.why-card:hover .why-content h3 {
    background: linear-gradient(90deg, gold, #e2bd0c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.why-content p {
    font-size: .9rem;
    color: #555;
    line-height: 1.5
}

.why-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(120deg, gold, #e2bd0c, gold);
    filter: blur(40px);
    opacity: 0;
    transition: opacity .5s
}

.why-card:hover::before {
    opacity: .2
}

.about-features-wrapper {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px
}

.about-features-item {
    background: #f8f8f8;
    padding: 15px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    transition: .3s;
    cursor: pointer;
    font-weight: 500;
    flex: 1 1 calc(50% - 15px);
    min-width: 250px
}

.about-features-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    background: #fff7e6
}

.about-features-item i {
    transition: transform .3s, color .3s;
    font-size: 1.2rem
}

.contact-card,
.contact-card a,
.contact-card h4 {
    transition: .3s
}

.about-features-item:hover i {
    transform: scale(1.3) rotate(10deg);
    color: #e2bd0c
}

.itinerary-list li:hover,
.related-packages ul li a:hover i {
    transform: translateX(5px)
}

.contact-page input,
.contact-page select,
.contact-page textarea {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #e2e2e2;
    border-radius: none !important
}

.card-contact {
    padding: 20px 0 60px
}

.contact-card {
    flex: 1;
    padding: 20px 50px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .05), 0 2px 4px rgba(0, 0, 0, .04)
}

.call-btn,
.sub-menu li a {
    padding: 8px 18px
}

.contact-card h4 {
    font-size: 20px
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .08), 0 6px 12px rgba(0, 0, 0, .06)
}

.blog-overlay-1 img,
.contact-img-overlay img {
    width: 50px;
    height: auto
}

.contact-img-overlay {
    position: absolute;
    top: 20%;
    left: 15%;
    transform: translate(-50%, -50%)
}

.contact-card:hover .contact-img-overlay img {
    animation: .5s ease-in-out infinite shake;
    filter: hue-rotate(45deg) brightness(1.2)
}

.contact-card a {
    color: #000;
    font-weight: 600
}

.call-btn:hover,
.nav-link,
.navbar-area,
.social-icons a {
    color: var(--black)
}

.contact-card:hover a,
.contact-card:hover h4 {
    color: #e2bd0c
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0)
    }

    20%,
    60% {
        transform: translateX(-3px) rotate(-3deg)
    }

    40%,
    80% {
        transform: translateX(3px) rotate(3deg)
    }
}

.navbar-area {
    background-color: var(--yellow);
    font-family: Poppins, sans-serif
}

.call-btn:hover,
.top-bar {
    background-color: var(--white)
}

.top-bar {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    font-size: 14px
}

.blog-card:hover .blog-content h4,
.offcanvas-menu .sub-menu li a:hover,
.social-icons a:hover {
    color: var(--yellow)
}

.main-navbar,
.offcanvas-header {
    background-color: var(--yellow)
}

.logo {
    width: 85px
}

.nav-link {
    font-weight: 600;
    position: relative;
    transition: color .3s
}

.call-btn,
.nav-link.active,
.nav-link:hover,
.offcanvas .nav-link:hover {
    color: var(--white)
}

.nav-link.active::after,
.nav-link:hover::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000
}

.note-box,
.note-text,
.right-contact {
    align-items: center
}

.call-btn {
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 30px;
    font-weight: 600;
    transition: .3s;
    color: #000
}

.offcanvas-header .offcanvas-logo img {
    width: 60px !important;
    height: auto
}

.offcanvas {
    width: 100%;
    max-width: 400px
}

.offcanvas .nav-link {
    color: var(--black);
    font-weight: 600;
    margin: 8px 0
}

.offcanvas-menu {
    padding: 0;
    margin: 0;
    list-style: none
}

.offcanvas-menu .nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
    color: var(--black-color);
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    transition: .3s;
    border-bottom: 1px solid #cacaca
}

.offcanvas-menu .nav-link i {
    font-size: 18px;
    color: var(--black-color);
    transition: color .3s
}

.navbar-area {
    position: sticky;
    top: 0;
    z-index: 1050;
    transition: .3s
}

.main-navbar {
    transition: background-color .3s, box-shadow .3s;
    background-color: var(--yellow);
    padding: 0 !important
}

.navbar-scrolled {
    box-shadow: 0 3px 10px rgba(27, 27, 27, .15);
    padding: 0 !important
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 230px;
    padding: 10px 0;
    border-radius: 8px;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .3s;
    z-index: 999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
}

.sub-menu li a {
    display: block;
    color: #000;
    font-size: 15px;
    transition: .2s
}

.sub-menu li a:hover {
    background-color: rgba(0, 0, 0, .05);
    color: #000
}

.dropdown-custom:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

@media (max-width:991px) {
    .dropdown-custom .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        background: 0 0;
        box-shadow: none;
        padding-left: 15px
    }
}

.offcanvas-menu .sub-menu {
    list-style: none;
    padding-left: 20px;
    margin-top: 8px;
    display: none
}

.offcanvas-menu .sub-menu li a {
    display: block;
    padding: 6px 0;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    transition: .2s
}

.dropdown-custom.active .toggle-icon {
    transform: rotate(180deg);
    transition: transform .3s
}

.inner-blog {
    padding: 10px 0 70px
}

.blog-card {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
    transition: .4s
}

.blog-img {
    height: 250px;
    border-radius: 16px 16px 0 0
}

.blog-card::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 4px;
    height: 60px;
    background: var(--yellow);
    border-radius: 0 0 4px;
    transition: height .4s, background .4s
}

.blog-card:hover::after {
    height: 100px
}

.blog-content {
    padding: 20px;
    text-align: left;
    transition: .4s;
    margin-top: 10px
}

.blog-content h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #222;
    margin-bottom: 10px;
    transition: color .3s
}

.blog-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.blog-content .read-more {
    color: var(--yellow);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: .3s
}

.blog-card {
    flex: 1
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15)
}

.blog-card:hover .read-more {
    gap: 8px
}

.blog-overlay,
.blog-overlay-1 {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10
}

.inner-faq .accordion-button:focus {
    box-shadow: none
}

.inner-faq .accordion {
    border: none;
    background: #fff
}

.inner-faq .accordion-item {
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: .3s;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .05)
}

.inner-faq .accordion-button {
    font-weight: 600;
    font-size: 16px;
    color: #222;
    background-color: #fff;
    border: none;
    transition: .3s
}

.inner-faq .accordion-item:first-of-type .accordion-button,
.testimonial-item {
    border-radius: 10px
}

.inner-faq .accordion-button:not(.collapsed) {
    background-color: var(--primary-color);
    color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.inner-faq .accordion-body {
    padding: 18px 22px;
    background-color: #fff;
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    border-top: 1px solid rgba(0, 0, 0, .05)
}

.inner-faq .accordion-item:hover {
    transform: translateY(-2px)
}

.inner-faq .accordion-item:last-of-type {
    border-radius: 0 0 10px 10px
}

.inner-testimonial {
    padding: 50px 0
}

.textimonial-wrap .row {
    margin-top: 50px
}

.testimonial-item p {
    text-align: justify;
    color: #555;
    font-size: 16px;
    line-height: 1.7
}

.testimonial-left {
    display: flex;
    justify-content: center;
    align-items: center
}

.testimonial-item {
    background: #fff;
    padding: 30px 40px;
    position: relative;
    width: 100%;
    max-width: 800px !important
}

.testimonial-item h5 {
    margin-top: 15px;
    color: #000;
    font-weight: 600
}

.testimonial-item span {
    color: #888;
    font-size: 14px
}

.quote-icon {
    color: var(--primary-color);
    font-size: 60px;
    margin-bottom: 10px
}

.inner-testimonial .owl-dots {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    gap: 20px
}

.inner-testimonial .owl-dot {
    width: 12px;
    height: 12px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    background: 0 0;
    transition: .3s
}

.child-1.card,
.note-box {
    transition: transform .3s, box-shadow .3s
}

.inner-testimonial .owl-carousel button.owl-dot {
    background: silver
}

.inner-testimonial .owl-dot.active {
    background: var(--primary-color) !important
}

.testimonial-carousel {
    position: relative;
    padding-left: 20px
}

.testimonial-carousel::after {
    content: "";
    position: absolute;
    top: 10%;
    left: 5px;
    width: 2px;
    height: 80%;
    background: linear-gradient(to bottom, rgba(180, 180, 180, .1), rgba(120, 120, 120, .4), rgba(180, 180, 180, .1));
    border-radius: 2px;
    z-index: -1;
    pointer-events: none
}

.service-section .sub-banner-content {
    height: 100vh
}

.service-head {
    position: relative;
    display: inline-block;
    font-size: 62px;
    font-weight: 700;
    color: #222;
    text-transform: capitalize;
    margin-bottom: 50px;
    padding-bottom: 30px;
    text-align: center;
    z-index: 999
}

.scroll-down,
.service-head::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.service-head::after {
    content: "";
    bottom: -23px;
    width: 100%;
    height: 50px;
    background: url("../image/home/service-line.png") center/contain no-repeat;
    opacity: 1;
    pointer-events: none;
    z-index: 99
}

.scroll-down {
    bottom: 20px;
    text-align: center;
    color: #fff;
    font-family: sans-serif
}

.scroll-down a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: inherit
}

.scroll-down p {
    font-size: 20px;
    letter-spacing: 1px;
    margin: 5px 0 0;
    animation: 2s infinite fadeIn
}

.scroll-down .arrow i {
    font-size: 28px;
    display: inline-block;
    animation: 1.5s infinite jump
}

@keyframes jump {

    0%,
    100%,
    40%,
    80% {
        transform: translateY(0)
    }

    20% {
        transform: translateY(-10px)
    }

    60% {
        transform: translateY(-5px)
    }
}

.side-bar {
    position: sticky;
    top: 80px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
    width: 100%;
    margin: 0 auto
}

.booking-form h3,
.related-packages h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
    border-bottom: 2px solid #f2b500;
    padding-bottom: 5px
}

.booking-form form input,
.booking-form form textarea {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px
}

.booking-form form textarea {
    min-height: 80px;
    resize: none
}

.booking-form form button {
    width: 100%;
    padding: 12px;
    background-color: #f2b500;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    transition: background .3s
}

.related-packages ul li,
.service-section .star-rating i {
    transition: transform .3s
}

.booking-form form button:hover {
    background-color: #d1a200
}

.related-packages ul {
    list-style: none;
    padding: 0
}

.related-packages ul li {
    margin-bottom: 10px
}

.related-packages ul li i {
    margin-right: 8px;
    color: #f2b500;
    font-size: 16px;
    transition: transform .3s
}

.related-packages ul li a {
    color: #444;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: color .3s;
    padding: 5px 10px;
    border-radius: 6px
}

.related-packages ul li a:hover {
    color: #fff;
    background: #f2b500
}

.services-left {
    padding: 50px 30px;
    border-radius: 15px;
    max-width: 1000px;
    margin: 0 auto
}

.services-content p {
    text-align: justify;
    font-size: 16px;
    line-height: 1.8;
    color: #555
}

.services-content .main-head {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px
}

.services-content .main-head::before {
    content: '';
    width: 4px;
    height: 0;
    background: var(--primary-color);
    border-radius: 2px;
    display: block;
    animation: 1s forwards growVertical
}

@keyframes growVertical {
    0% {
        height: 0
    }

    100% {
        height: 30px
    }
}

.plan-inner .main-head i {
    color: var(--primary-color);
    font-size: 24px
}

.plan-inner .main-head {
    font-size: 24px;
    color: #333;
    margin-top: 20px;
    border-bottom: 2px dotted #e0e0e0;
    padding-bottom: 5px
}

.plan-inner h6 {
    font-size: 18px;
    margin: 20px 0 10px;
    color: #444
}

.itinerary-list li {
    display: block;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 16px;
    color: #555;
    transition: transform .3s, color .3s
}

.feature-list li,
.key-attraction,
.key-attraction li,
.note-box,
.note-text,
.package-cover,
.service-section .star-rating {
    display: flex;
    display: flex
}

.itinerary-list li:hover,
.key-attraction li:hover,
.note-box i {
    color: #f2b500
}

.child-1.card:hover,
.key-attraction li:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .15)
}

.itinerary-list li i {
    font-size: 18px;
    margin-top: 3px
}

.itinerary-list li ul {
    margin-left: 25px;
    margin-top: 5px
}

.package-cover {
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 20px;
    flex-wrap: wrap
}

.child-1.card {
    flex: 1 1 45%;
    background: #fff;
    padding: 25px 15px;
    border-radius: 15px;
    box-shadow: 0 12px 25px rgba(158, 158, 158, .1)
}

.package-cover .feature-list {
    padding-left: 5px !important
}

.feature-list li {
    align-items: center;
    margin-bottom: 12px;
    font-size: 15px;
    color: #555;
    transition: color .3s
}

.feature-list li i,
.note-box {
    font-size: 16px
}

.key-attraction {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    gap: 15px
}

.key-attraction li {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    flex: 1 1 calc(33.333% - 10px);
    min-width: 150px;
    padding: 15px;
    align-items: center;
    font-size: 16px;
    color: #555;
    transition: transform .3s, box-shadow .3s, color .3s
}

.note-box i,
.note-text i {
    font-size: 24px
}

.key-attraction li i {
    font-size: 18px;
    flex-shrink: 0
}

.note-box {
    gap: 10px;
    background-color: #fff7e6;
    border-left: 4px solid #f2b500;
    padding: 15px 20px;
    border-radius: 8px;
    font-family: Poppins, sans-serif;
    color: #333;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    margin: 20px 0
}

.all-footer .footer__two-widget-about-social ul li a i:hover,
.footer__one-widget-about-social ul li a i:hover,
.footer__top {
    background: var(--primary-color-1)
}

.note-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15)
}

.note-text {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    justify-content: center;
    gap: 8px
}

.service-section .star-rating {
    position: absolute;
    bottom: 20px;
    right: 20px;
    gap: 5px;
    font-size: 22px;
    color: #f2b500;
    z-index: 10;
    padding: 5px 10px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1)
}

.service-section .star-rating i:hover {
    transform: scale(1.2)
}

.rental-modal-wrap .booking-modal {
    border: none;
    border-radius: 20px;
    background: linear-gradient(to bottom right, #fff, #f9f7e8);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    overflow: hidden;
    animation: .4s fadeInUp
}

.rental-modal-wrap .booking-modal .modal-header {
    background: linear-gradient(90deg, #e2bd0c, #f6dc66);
    color: #fff;
    border-bottom: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 15px 25px
}

.rental-modal-wrap .booking-modal .modal-title {
    font-weight: 700;
    letter-spacing: .5px
}

.rental-modal-wrap .booking-modal .modal-body {
    padding: 30px 25px;
    background-color: #fffef9
}

.rental-modal-wrap .input-box {
    margin-bottom: 15px
}

.rental-modal-wrap .input-box label {
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px
}

.rental-modal-wrap .input-box label i {
    color: #e2bd0c;
    margin-right: 8px
}

.rental-modal-wrap .input-box .form-control {
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    padding: 10px 12px;
    transition: .3s;
    font-size: 15px
}

.rental-modal-wrap .input-box .form-control:focus {
    border-color: #e2bd0c;
    box-shadow: 0 0 0 .2rem rgba(226, 189, 12, .2)
}

.rental-modal-wrap textarea.form-control {
    resize: none
}

.rental-modal-wrap .error-message {
    font-size: 13px
}

.rental-modal-wrap .liquid-btn {
    background: linear-gradient(90deg, #e2bd0c, #f7e37c);
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 10px 25px;
    border-radius: 50px;
    transition: .3s
}

.rental-modal-wrap .liquid-btn:hover {
    background: linear-gradient(90deg, #f6dc66, #e2bd0c);
    transform: translateY(-2px)
}

@keyframes fadeInUp {
    from {
        transform: translateY(20px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.footer__one-widget-about a img,
.footer__three-widget-about a img,
.footer__two-widget-about a img {
    max-width: 165px
}

.footer__one-widget h4,
.footer__top .btn-two,
.footer__top-title h2 {
    color: var(--text-white)
}

.footer__top {
    position: relative;
    z-index: 1;
    padding: 60px 0;
    overflow: hidden
}

.footer__one,
.footer__two {
    background: var(--bg-heading-color)
}

.footer__top-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: -1
}

.footer__top .btn-two {
    background: 0 0
}

.footer__top .btn-two:hover {
    border-color: var(--text-white)
}

.footer__top .btn-two::before {
    background: var(--btn-white)
}

.footer__one {
    position: relative;
    z-index: 1;
    padding-top: 100px
}

.footer__one-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.footer__one-widget h4 {
    margin-bottom: 25px
}

.footer__one-widget-about p {
    color: var(--color-4);
    max-width: 260px;
    margin-top: 15px
}

.footer__one-widget-about-social ul li:last-child,
.footer__one-widget-solution ul li:last-child,
.footer__two-widget-about-social ul li:last-child {
    margin: 0
}

.footer__one-widget-about-social,
.footer__two-widget-about-social {
    margin-top: 30px
}

.footer__one-widget-about-social ul,
.footer__one-widget-solution ul,
.footer__two-widget-about-social ul {
    padding: 0;
    margin: 0
}

.footer__one-widget-about-social ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px
}

.footer__one-widget-about-social ul li a i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: var(--color-11);
    font-size: 15px;
    border-radius: 50%;
    color: var(--text-white);
    transition: .4s
}

.footer__one-widget-solution ul li {
    padding: 0;
    list-style: none;
    margin-bottom: 15px
}

.footer__one-widget-solution ul li a {
    color: var(--color-4);
    transition: .4s;
    position: relative
}

.footer__one-widget-solution ul li a i {
    color: var(--primary-color-1);
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    opacity: 0;
    transition: .4s;
    left: 0;
    top: 0
}

.footer__one-widget-solution ul li a:hover {
    color: var(--primary-color-1);
    padding-left: 20px
}

.footer__one-widget-solution ul li a:hover i {
    opacity: 1
}

.footer__one-widget-location h6,
.footer__two-widget-location h6 {
    color: var(--text-white);
    margin: 18px 0
}

.footer__one-widget-location-item-info a:hover,
.footer__one-widget-subscribe p span {
    color: var(--primary-color-1)
}

.footer__one-widget-location-item,
.footer__three-widget-location-item,
.footer__two-widget-location-item {
    display: flex;
    align-items: center;
    gap: 15px
}

.footer__one-widget-location-item-icon i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    border: 1px solid var(--color-11);
    border-radius: 50%;
    color: var(--primary-color-1)
}

.footer__one-widget-location-item-info a {
    color: var(--color-4);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    max-width: 188px;
    display: inline-block;
    transition: .4s
}

.footer__one-widget-subscribe p {
    color: var(--color-4);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    max-width: 265px
}

.footer__one-widget-subscribe form {
    position: relative;
    margin-top: 30px
}

.footer__one-widget-subscribe form input {
    background: 0 0;
    color: var(--color-9);
    border-color: var(--color-11);
    height: 70px
}

.footer__one-widget-subscribe form input:focus {
    color: var(--color-9)
}

.footer__one-widget-subscribe form button {
    padding: 0;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 56px;
    height: 56px;
    border-radius: 4px;
    font-size: 20px;
    text-align: center
}

.footer__one .border-one {
    padding-left: 35px;
    position: relative;
    margin-left: -5px
}

.footer__one .border-one::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 220px;
    background: var(--color-11);
    left: 0;
    top: 0
}

.footer__one .border-one.tow {
    margin-left: -13px
}

.footer__two-widget h4 {
    color: var(--text-white);
    margin-bottom: 25px
}

.footer__two-widget.footer-border {
    position: relative;
    padding-left: 60px
}

.footer__two-widget.footer-border::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 250px;
    background: var(--color-11);
    left: -10px;
    top: 0
}

.footer__two-widget-about-social ul li a i {
    background: var(--color-11);
    color: var(--text-white)
}

.footer__two-widget-about-social ul li a i:hover {
    background: var(--primary-color-2)
}

.footer__two-widget-location-item-icon i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    border: 1px solid var(--color-11);
    border-radius: 50%;
    color: var(--primary-color-2)
}

.footer__two-widget-location-item-info a {
    color: var(--color-4);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    max-width: 220px;
    display: inline-block;
    transition: .4s
}

.footer__two-widget-location-item-info a:hover {
    color: var(--primary-color-2)
}

.footer__three {
    position: relative;
    z-index: 1;
    background: var(--color-6);
    padding-top: 100px
}

.footer__three-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.footer__three-widget h4 {
    margin-bottom: 20px
}

.footer__three-widget-about p {
    max-width: 350px;
    margin-top: 30px
}

.footer__three-widget-solution ul {
    padding: 0;
    margin: 0
}

.footer__three-widget-solution ul li {
    padding: 0;
    list-style: none;
    margin-bottom: 15px
}

.footer__three-widget-solution ul li:last-child {
    margin: 0
}

.footer__three-widget-solution ul li a {
    transition: .4s;
    position: relative;
    font-weight: 500
}

.footer__three-widget-solution ul li a i {
    color: var(--primary-color-3);
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    opacity: 0;
    transition: .4s;
    left: 0;
    top: 0
}

.footer__three-widget-solution ul li a:hover {
    color: var(--primary-color-3);
    padding-left: 20px
}

.footer__three-widget-solution ul li a:hover i {
    opacity: 1
}

.footer__three-widget-location h6 {
    margin: 18px 0
}

.footer__three-widget-location-item-icon i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    border: 1px solid var(--color-15);
    border-radius: 50%;
    color: var(--primary-color-3)
}

.footer__three-widget-location-item-info a {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    max-width: 188px;
    display: inline-block;
    transition: .4s
}

.footer__three-widget-location-item-info a:hover {
    color: var(--primary-color-3)
}

.footer__three-widget-hour p {
    font-weight: 500;
    font-family: var(--heading-font);
    margin-bottom: 7px
}

.footer__three-widget-hour p:last-child,
.footer__three-widget-hour-social ul li:last-child {
    margin: 0
}

.footer__three-widget-hour-social {
    margin-top: 25px
}

.footer__three-widget-hour-social ul {
    padding: 0;
    margin: 0
}

.footer__three-widget-hour-social ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px
}

.footer__three-widget-hour-social ul li a i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: var(--bg-white);
    font-size: 15px;
    border-radius: 50%;
    color: var(--heading-color);
    transition: .4s
}

.footer__three-widget-hour-social ul li a i:hover {
    background: var(--primary-color-3);
    color: var(--text-white)
}

.all-footer .copyright__two p a,
.all-footer .footer__two-widget-location-item-icon i,
.all-footer .footer__two-widget-location-item-info a:hover,
.all-footer .post__item-title h6 a:hover,
.all-footer .post__item-title span i {
    color: var(--primary-color-1)
}

.footer__two a {
    color: #fff
}

.footer__two {
    color: #fff !important;
    width: 100%;
    background-image: url('../image/shape/footer-bg-1.png') !important;
    background-color: #131313;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.footer__two-widget-about p {
    color: var(--color-4);
    max-width: 355px;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px !important
}

.footer__two-widget-about-social ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px
}

.footer__two .footer-tag {
    text-align: justify
}

.social-icons a {
    color: var(--black);
    transition: color .3s
}

.footer__two-widget-about-social ul li a i {
    display: inline-block;
    text-align: center;
    background-color: #2b2b2b;
    font-size: 15px;
    border-radius: 50%;
    color: #fff;
    transition: .4s
}

.footer__two-widget-about-social ul li a:hover i {
    background-color: var(--primary-color);
    color: #fff
}

.copyright__three,
.copyright__two {
    padding: 17px 0 !important
}

.copyright__one,
.copyright__three,
.copyright__two {
    border-top: 1px solid var(--color-11);
    margin-top: 100px;
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid #313131
}

.copyright__one p,
.copyright__three p,
.copyright__two p {
    margin: 0;
    color: var(--text-white);
    font-size: 15px;
    line-height: 26px
}

.copyright__two p a {
    color: var(--primary-color);
    text-decoration: underline
}

.inner-faq .accordion-button {
    padding: 15px 10px !important
}

.hero-btn,
.rental-wrap a {
    text-decoration: none !important
}

/* banner */
.home-banner{
    background-image: url('../image/banner/banner-1.webp');
}
.about-banner{
    background-image: url('../image/banner/banner-2.webp');
}
.book-taxi{
    background-image: url('../image//banner//banner-2.webp');
}
.kandhaloor-page{
    background-image: url('../image/banner/sub-banner-2.webp');
}
.munnar-page{
    background-image: url('../image/banner/sub-banner-3.webp');
}
.pollachi-page{
    background-image: url('../image/banner/sub-banner-2.webp');
}
.taxi-travel{
    background-image: url('../image//banner/sub-banner-4.webp');
}
.thirumoorthi-page{
    background-image: url('../image/banner/banner-1.webp');
}
.topslip-page{
    background-image: url('../image/banner/banner-3.webp');
}
.topslip-valparai{
    background-image: url('../image//banner/banner-2.webp');
}

.valpatai-athirappilly-page{
    background-image: url('../image/banner/banner-1.webp');
}
.valparai-athira-page{
    background-image: url('../image//banner//banner-2.webp');
}
.valparai-kondhaloor{
    background-color:url('../image/banner/sub-banner-2.webp');
}
.valparai-kandhaloor-page{
    background-image: url('../image/banner/banner-3.webp');
}
.inner-sub-banner .service-head{
    color: #fff;
}