@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 400
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,.display-1,.display-2,.display-3,.display-4 {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700
}

a {
    text-decoration: none;
    color: #525c65;
    transition: color 0.3s ease
}

a:hover {
    text-decoration: none;
    color: #525c65;
    transition: color 0.3s ease
}

a:active {
    text-decoration: none;
    color: #525c65;
    transition: color 0.3s ease
}

a,.btn {
    -moz-transition: all .5s ease-in-out!important;
    -ms-transition: all .5s ease-in-out!important;
    -o-transition: all .5s ease-in-out!important;
    transition: all .5s ease-in-out!important
}

section {
    padding: 50px 0;
}

blockquote {
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 400
}

.badge-secondary {
    background: #FFE7D1;
    border-color: #E2720E;
    color: #000!important
}

.banner {
    background: url(../images/banner.webp) #000000b5;
    background-blend-mode: color;
    padding: 0;
    position: relative;
    background-size: cover
}

.banner figure {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1
}

.banner figure::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .5);
    z-index: 1
}

.banner figure img {
    height: 100%;
    object-fit: cover;
    object-position: center
}

.banner .text {
    position: relative;
    z-index: 2;
    padding: 100px 0
}

.banner-bottom p svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 20px;
    position: relative;
    top: -2px
}

.form-card {
    padding: 30px;
    background: #24271a;
    display: block
}

.bg-grey {
    background: #F5F7FB
}

.bg-primary {
    background-color: #E2720E!important;
    border-color: #E2720E
}

.bg-primary-light {
    background: #FFF0E2!important
}

.text-primary {
    color: #E2720E!important
}

.border-30 {
    border-radius: 30px
}

.bst-taxi figure {
    position: relative
}

.bst-taxi figure figcaption {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px
}

.btn {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    border-radius: 100px;
    padding: 6px 24px;
    position: relative;
    top: 0;
    color: #000;
}

.btn:hover {
    top: -2px;
    box-shadow: 0 .5rem 1rem rgb(0 0 0 / .15)!important
}

.btn-icon i {
    display: inline-block;
    vertical-align: middle;
    background: #000000;
    padding: 10px;
    border-radius: 100%;
    margin-right: 5px;
    color: transparent!important;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fcc825;
    font-size: 16px
}

.btn-outline {
    border: solid 1px #E2720E
}

.btn-primary {
    background-color: #fcc825 !important;
    border-color: #fcc825 !important;
}

.card-title {
    font-size: 30px
}

.card1 {
    padding: 30px;
    border-radius: 12px;
    margin: auto;
    transition: transform 0.3s ease-in-out
}

.card1:hover {
    transform: scale(1.05)
}

.car-24 {
    background: #373737;
    background-size: cover;
    position: relative;
    padding: 50px 0
}


.car-24 .container {
    position: relative;
    z-index: 2
}

.carousel-caption {
    min-width: 1000px;
    max-width: 1200px;
    z-index: 2
}

.carousel-inner img {
    object-fit: cover;
    height: 100%
}

.contact-info {
    list-style: none;
    padding: 0
}

.contact-info li {
    margin-bottom: 10px;
    display: flex;
    align-items: start;
    gap: 10px
}

.contact-info i {
    margin-right: 8px
}

.contact-info a {
    color: #fff!important
}

.font-300 {
    font-weight: 300!important
}

.font-400 {
    font-weight: 400!important
}

.font-700 {
    font-weight: 700!important
}

.font-extra-bold {
    font-family: "Roboto Condensed",sans-serif;
    ;font-weight: 900!important
}

.font-small {
    font-size: 13px;
    font-weight: 300;
    padding: 10px 0 0 0;
    color: #E2720E
}


header .navbar-nav li a {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s;
    color: #000;
    font-family: "Jost", sans-serif;
}

header .navbar-nav li a.active::after {
    transform: translateX(-50%) scaleX(1)
}

.hover-underline-animation {
    display: inline-block;
    position: relative
}

.hover-underline-animation::after {
    content: '';
    position: absolute;
    width: 50%;
    transform: scaleX(0);
    height: 3px;
    bottom: 0;
    left: 50%;
    background-color: #839b1d;
    transform-origin: center;
    transition: transform 0.25s ease-out;
    transform: translateX(-50%) scaleX(0)
}

.hover-underline-animation:hover::after {
    transform: translateX(-50%) scaleX(1)
}

.lead {
    font-size: 20px;
    line-height: 30px
}

.list-group-item {
    display: flex;
    align-items: start;
    gap: 10px
}

.main-contact-form input[type="text"],.main-contact-form input[type="number"],.main-contact-form input[type="tel"],.main-contact-form input[type="email"],.main-contact-form input[type="date"],.main-contact-form input[type="time"] {
    border: solid 1px #000;
    background: #fff!important;
    height: 50px;
    font-weight: 400;
    color: #000!important;
    font-family: "Roboto Condensed",sans-serif
}

.main-contact-form .btn {
    width: 100%;
    border-radius: 8px!important;
    padding: 14px 15px
}

.main-contact-form select {
    background: #fff!important;
    border: solid 1px #000;
    height: 50px
}

.main-logo {
    display: block;
    height: 90px;
    width: auto;
    margin-right: 0;
    padding: 0;
}

.main-logo img {
    width: auto;
    height: 100%;
    display: block
}

.mobile-header {
    display: none;
}

.newsletter {
    margin-top: 15px
}

.newsletter input {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px
}

.newsletter button:hover {
    background: #567500
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .2);
    z-index: 1
}

.p-50 {
    padding: 50px
}

.packages-top .card,.packages-bottom .card {
    height: 100%
}

.packages-top .list-group-item i,.packages-bottom .list-group-item i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #777;
    position: relative;
    top: 2px
}

.packages-top .btn i {
    transform: rotate(320deg);
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.packages-bottom {
    padding-top: 50px
}

.primary-color {
    color: #839b1d;
}

.secondary-color {
    color: #000000;
}

.slick-prev {
    font-size: 30px;
    color: #0052D4;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    left: -40px
}

.slick-next {
    font-size: 30px;
    color: #0052D4;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    right: -40px
}

.slick-prev:hover,.slick-next:hover {
    color: #002f6c
}

.social-icons a {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
    transition: transform 0.3s ease,color 0.3s
}

.social-icons a:hover {
    color: #f5a623;
    transform: scale(1.1)
}

.stats-section {
    position: relative
}

.stats-section figure {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

.stats-section img {
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 15px
}

.testimonial-name {
    font-size: 18px;
    font-weight: 700;
    color: #333
}

.testimonial-text {
    font-size: 16px;
    font-style: italic;
    color: #555;
    margin-bottom: 15px
}

.text-center1 {
    text-align: center;
    margin-top: -33px
}

.why-nrk-section {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out,transform 0.6s ease-out
}

.why-nrk-section.visible {
    opacity: 1;
    transform: translateY(0)
}

.why-nrk-section .card i {
    font-size: 30px;
    background: #E2720E;
    color: #fff;
    padding: 20px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    margin: 0 auto 15px auto
}

.accordion-header button {
    font-size: 1.5rem
}

.js-slide article.card {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.js-slide article.card blockquote {
    flex-grow: 1;
    margin-bottom: 1rem
}

.js-slide article.card h4 {
    margin-top: auto
}

.inner-banner {
    position: relative;
    padding: 0
}

.inner-banner figure {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1
}

.inner-banner figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.inner-banner-text {
    padding: 100px;
    position: relative;
    z-index: 2
}

.inner-banner-text h1 {
    text-shadow: 2px 2px #000
}

.blog-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 20px 0;
    background-color: #f8f9fa;
    font-size: 2rem;
    color: #333
}

.blog-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px
}

.blog-section article {
    margin-bottom: 40px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1)
}

.blog-section article h2 {
    font-size: 1.75rem;
    color: #E2720E;
    margin-bottom: 20px
}

.blog-section img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px
}

.blog-section p {
    font-size: 1rem;
    line-height: 1.6;
    color: #666
}

.service-page .card:hover {
    transform: translateY(-10px)
}

.blog-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 20px 0;
    background-color: #f8f9fa;
    font-size: 2rem;
    color: #333;
    font-family: "Roboto Condensed",sans-serif
}

.blog-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #F5F7FB;
    border-radius: 8px
}

.blog-section article {
    margin-bottom: 40px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1);
    transition: transform 0.3s ease-in-out
}

.blog-section article h2 {
    font-size: 1.75rem;
    color: #E2720E;
    margin-bottom: 20px;
    font-weight: 700
}

.blog-section img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px
}

.blog-section p {
    font-size: 1rem;
    line-height: 1.6;
    color: #666
}

.blog-section article:hover {
    transform: translateY(-10px)
}

.service-page .card-title {
    color: #333;
    margin-bottom: 1rem
}

.service-page .card-text {
    color: #666;
    font-size: .95rem
}

.coporate-list {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.coporate-list a {
    width: 100px;
    height: 100px;
    border: solid 2px #E2720E;
    line-height: 100px;
    border-radius: 100%;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center
}

.coporate-list a figure {
    padding-top: 20px;
    margin: 0
}

.coporate-list1 {
    margin-top: 50px
}

.coporate-list1 .slick-dots {
    bottom: -50px
}

.coporate-list1 figure {
    width: 150px!important;
    height: 150px!important;
    border-radius: 100%;
    border: solid 1px #E2720E;
    line-height: 100px;
    padding: 10px;
    display: block;
    margin: 0 auto!important
}

.coporate-list1 figure img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
    margin: 0 auto!important;
    object-fit: cover
}

.minheight {
    min-height: 200px;
    display: block
}

.main-contact-form select,.form-control,.form-control:focus,select option,::placeholder,::-moz-placeholder {
    font-weight: 400!important;
    font-family: "Roboto Condensed",sans-serif;
    color: red!important
}

::placeholder {
    color: #000!important;
    opacity: 1;
    font-weight: 400!important;
    font-family: "Roboto Condensed",sans-serif
}

::-ms-input-placeholder {
    color: #000!important;
    font-weight: 400!important;
    font-family: "Roboto Condensed",sans-serif
}

.customers-says .testimonial-des,.why-nrk-section article p {
    font-weight: 300!important
}

.whatsapp-icon {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px
}

.whatsapp-icon img {
    width: 100%
}

.car-rentals .card-list article img,.bst-taxi article img {
    max-width: 90%;
    margin: 0 auto
}

.valley-pic {
    width: 100%;
    position: relative;
    margin-bottom: 50px
}

.valley-pic img {
    width: 100%
}

.call-now {
    position: fixed;
    right: 0;
    bottom: 130px;
    background: #839b1d;
    z-index: 99;
    color: #000;
    padding: 10px 30px 10px 15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-weight: 700;
    color: #fff
}

.call-now i {
    display: inline-block;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    color: #000
}



.main-contact-form input[type="date"] {
    background: url(../images/cal-icon.svg) #fff no-repeat!important;
    background-position: bottom 10px right 20px!important;
    background-position: right 3em bottom 10px!important;
    background-position: bottom 10px right!important;
    background-position: center right 10px!important;
    appearance: none!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important
}

.main-contact-form input[type="time"] {
    background: url(../images/time-icon.svg) #fff no-repeat!important;
    background-position: bottom 10px right 20px!important;
    background-position: right 3em bottom 10px!important;
    background-position: bottom 10px right!important;
    background-position: center right 10px!important;
    appearance: none!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important
}

.main-contact-form input[type="date"]::-webkit-calendar-picker-indicator,.main-contact-form input[type="time"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    left: 0;
    top: 0
}

.bg-none {
    background: none!important
}

.bg-none th,.bg-none td {
    background: none!important
}

.why-nrk-section .table-responsive {
    margin-top: 50px
}

.mob-show {
    display: none!important
}

.border-radius-10 {
    border-radius: 10px!important
}

.cab-section-outer {
    border: 1px solid #dcdcdc;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
    background: #ffffffcf;
    text-align: left
}

section.price-section-cab {
    padding: 30px 0
}

.cab-section-outer img {
    width: 100%;
    margin-bottom: 20px
}

.cab-section-outer h4 {
    border-bottom: 1px solid #0000001f;
    padding-bottom: 10px
}

.cab-section-outer p {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #0000001c;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-family: 'Jost';
    font-weight: 500
}

.tbtn {
    display: flex;
    justify-content: center;
    gap: 10px
}

.tbtn a {
    display: inline-block;
    margin-top: 20px
}

.packagetour {
    padding: 30px 0;
    background: #f7f7f7
}

.whitetourbox {
    background: #f9f9f9
}

.productbox {
    position: relative;
    padding: 9px 9px 9px 9px;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgb(0 0 0 / .1);
    box-shadow: 0 0 9px 0 rgb(0 0 0 / .1);
    margin: 15px 0
}

.productbox>img {
    border-radius: 10px;
    height: 210px;
    width: 100%;
    object-fit: cover
}

.productbox h3 {
    color: #000;
    font-size: 21px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize
}

.pctn p {
    margin-bottom: 0;
    color: #525252;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    padding-bottom: 4px
}

.pctn p img {
    width: 16px
}

.productbox p {
    margin-bottom: 7px;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    gap: 5px
}

.productbox .holiday {
    padding-bottom: 7px;
    white-space: nowrap;
    overflow-x: scroll;
    width: 100%;
    margin-bottom: 10px
}

.productbox .holiday li {
    border: 1px solid #ccc;
    padding: 2px 9px;
    font-size: 12px;
    color: #000;
    text-align: left;
    border-radius: 11px;
    display: inline-flex;
    gap: 5px;
    align-items: center
}

.productbox .holiday li img {
    width: 22px
}

.productbox .holiday li span {
    font-size: 11px
}

.productbox .holiday li p {
    margin-bottom: 0;
    font-weight: 500
}

.productbottom {
    background: #ebf1ff;
    padding: 9px;
    margin: 0 -9px;
    display: flex;
    justify-content: space-between;
    align-items: stretch
}

.productbottom .pbtm-1 {
    flex: 0 0 55%
}

.productbottom .pbtm-1 p {
    color: #525252;
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 0;
    margin-bottom: 0
}

.productbottom .pbtm-1 .kp-old {
    color: #FF5722;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px
}

.productbottom .pbtm-1 .kp-new {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 14px;
    border-left: 1px solid #ccc;
    padding-left: 5px
}

.productbottom .pbtm-2 {
    flex: 0 0 45%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

.productbottom .pbtm-2 a {
    color: #3F51B5;
    border-radius: 4px;
    padding: 7px 10px;
    border: 1px solid #3F51B5;
    display: block;
    margin-bottom: 5px;
    background: #fff;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    animation: 1.4s infinite scaleup
}

.productbottom .pbtm-2 a.bgorange {
    border: 1px solid #FF5722;
    background: #FF5722;
    color: #fff;
    font-weight: 600;
    animation: 1.4s infinite scaleup;
    box-shadow: 1px 0 7px 0
}

.pbadges {
    position: absolute;
    z-index: 5;
    left: -7px;
    top: 15px;
    background-image: blueviolet;
    background-image: linear-gradient(to right,#2196F3,#FF5722);
    width: 110px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / .1);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / .1)
}

.pbadges:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 0;
    height: 0;
    border-bottom: 0;
    border-top: 7px solid #607D8B;
    border-right: 0 solid #fff0;
    border-left: 8px solid #fff0;
    z-index: 0
}

.pbadges img {
    width: 13px
}

.pbadges span {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 1px
}

.pbadges span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 20px solid #fff0;
    border-top: 0 solid #fff0;
    border-right: 0;
    border-left: 8px solid #FF5722;
    z-index: 0
}

.pbadges span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 0 solid #fff0;
    border-top: 20px solid #fff0;
    border-right: 0;
    border-left: 8px solid #FF5722;
    z-index: 0
}

.packagelist .swiper-button-next,.packagelist .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 3px 4px 5px rgb(0 0 0 / .2);
    top: 40%
}

.packagelist .swiper-button-next:after,.packagelist .swiper-button-prev:after {
    color: #000;
    font-size: 18px
}

.packagelist .swiper-wrapper {
    margin-bottom: 20px
}

.incusionlist {
    overflow-x: scroll;
    margin-bottom: 8px;
    padding-bottom: 5px;
    scrollbar-width: thin
}

.incusionlist ul {
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 5px;
    padding-left: 0
}

.incusionlist ul li {
    font-size: 11px;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 3px 8px
}

.inclusiontitle {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px
}

.pbtn {
    display: flex;
    gap: 5px;
    background: #e37212;
    justify-content: space-between;
    padding: 6px 6px;
    margin-left: -9px;
    margin-right: -9px
}

.packagebtn a {
    background: #fff;
    border-radius: 5px;
    padding: 7px 5px;
    display: flex;
    gap: 5px;
    align-items: center
}

.pbtn .packbtn a {
    background: #fff;
    color: #02744a;
    display: block;
    border-radius: 7px;
    padding: 7px 16px
}

.packagebtn a img {
    width: 20px
}

.todolist img {
    border-radius: 0;
    width: 100%
}

.swiper-wrapper {
    padding-bottom: 30px
}

.todolist a {
    display: block;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    overflow: hidden
}

.todolist h5 {
    font-size: 12px;
    text-align: center;
    color: #000;
    margin-top: 5px;
    margin: 0 5px 5px 5px;
    font-weight: 400
}

.delhi-places {
    padding: 50px 0
}

.delhi-places h2 {
    text-align: center
}

.place-box {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgb(0 0 0 / .12);
    transition: transform 0.3s ease,box-shadow 0.3s ease;
    background: #000
}

.place-box img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease
}

.place-box:hover img {
    transform: scale(1.1)
}

.place-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(180deg,rgb(0 0 0 / .1) 0%,rgb(0 0 0 / .8) 100%);
    color: #fff;
    text-align: left
}

.place-content h5 {
    font-size: 1rem;
    margin: 0 0 5px;
    font-weight: 600
}

.place-content p {
    font-size: .85rem;
    margin: 0;
    opacity: .85
}

.car-24 {
    text-align: center
}

.modal-body {
    padding: 0
}

.btn-close {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #fff;
    opacity: 1;
    z-index: 1;
    color: #000;
    line-height: 15px
}

.popframe {
    width: 100%;
    height: 100vh;
    padding-bottom: 6%
}

.modal-overlay.slideuppopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgb(0 0 0 / .7);
    z-index: 999
}

.modal-content.slideupcontent {
    background-color: #e1e1e1;
    height: 100vh!important;
    width: 70%;
    padding: 1px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / .3);
    position: fixed;
    bottom: 0;
    right: 0
}

.close-btn {
    position: absolute;
    top: 341px;
    left: -57px;
    padding: 2px;
    cursor: pointer;
    font-size: 26px;
    color: #fff;
    border-radius: initial;
    box-shadow: 0 0 10px rgb(0 0 0 / .3);
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 10px auto;
    background-color: #000;
    border-radius: 30px
}

#backgroundOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 98%;
    background-color: rgb(0 0 0 / .5);
    display: none;
    z-index: 9998
}

@keyframes slideIn {
    from {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes slideOut {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(100%)
    }
}

@keyframes slideleft {
    from {
        transform: translateX(+100%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes slideleftOut {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(+100%)
    }
}

.whyus .modeltitle {
    text-align: center;
    padding: 10px;
    background: #F2EAD3;
    color: #121212;
    padding-top: 10px;
    border-radius: 6px 6px 0 0;
    margin-bottom: 0;
    border-bottom: 1px solid #d1cbcb;
    text-transform: uppercase;
    font-size: 23px
}

.scrollfix {
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 7%
}

.whywe {
    padding: 40px 0
}

.whywe h2 {
    text-align: center;
    color: #03938B;
    font-weight: 600;
    margin-bottom: 15px
}

.whywe .divider {
    width: 111px;
    height: 2px;
    background: #BD1536;
    margin: 0 auto
}

.whywe ul {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px
}

.whywe ul li img {
    width: 60px;
    height: 60px
}

.whywe ul li h5 {
    font-size: 20px;
    margin-top: 20px;
    color: #000;
    font-weight: 600
}

.whywe ul li p {
    margin-bottom: 0;
    font-size: 14px
}

.counteroffer {
    padding: 0 0 30px
}

.offercounter {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: #141414;
    padding: 20px;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 40px
}

.offerbox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 0 0 60%
}

.offerbox h3 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px
}

.offerbox h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px
}

.offerbox p {
    color: #e0e0e0;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 0;
    margin-bottom: 7px
}

.offerbox a {
    display: block;
    height: 51px;
    line-height: 51px;
    text-align: center;
    width: 236px;
    border-radius: 10px;
    background: linear-gradient(93deg,#ff7b26,#ec048c);
    margin-top: 9px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer
}

.counterbox {
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end
}

.counterbox h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: right;
    margin-bottom: 0
}

.counterbox .counterdivider {
    width: 270px;
    height: 1px;
    background: linear-gradient(90deg,#fff0,#fff);
    margin: 10px 0
}

.counterbox .tick {
    width: 80%
}

.counterbox .tick-group {
    text-align: center;
    margin-left: 10px
}

.counterbox .tick-label {
    font-size: 13px;
    color: #fff
}

.tabssection .fixedtabs,.tabssection #pillsinner {
    background: #cce8ff;
    padding: 7px 30px;
    justify-content: flex-start
}

.tabssection .fixedtabs button,.tabssection #pillsinner button {
    font-family: "Lato",sans-serif;
    background: #fff;
    padding: 6px 10px;
    margin-left: 8px;
    border-radius: 8px;
    border: 1px solid #d8d8d8;
    color: #4a4a4a;
    font-size: 14px
}

.tabssection .fixedtabs button.active,.tabssection #pillsinner button.active {
    background: #008cff;
    color: #fff;
    font-weight: 700
}

.tabssection #pillsinner {
    flex-wrap: nowrap;
    overflow-x: scroll
}

.tabssection {
    position: relative
}

.dayplans {
    padding: 0 40px
}

.dayplans h3 {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px
}

.dayplans p {
    font-size: 14px
}

.ptop {
    padding-top: 130px
}

.pto {
    padding-top: 50px!important
}

.fixtabs {
    position: fixed;
    width: 45%;
    z-index: 999
}

.dayslist {
    background: #cce8ff;
    padding: 7px 30px;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow-x: scroll;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: fixed;
    top: 100px;
    width: 45%
}

.dayslist li a {
    font-family: "Lato",sans-serif;
    background: #fff;
    padding: 6px 10px;
    margin-left: 8px;
    border-radius: 8px;
    border: 1px solid #d8d8d8;
    color: #4a4a4a;
    font-size: 14px;
    display: block
}

.tabinnerbox p {
    margin-bottom: 15px
}

.summarybox {
    padding: 10px 15px
}

.summarybox .uvlist {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 10px;
    border-bottom: 1px solid #ebebeb
}

.summarybox .duration {
    font-weight: 500;
    font-size: 14px
}

.summarybox .duration img {
    width: 20px
}

.summarybox .tamenities {
    padding-bottom: 10px
}

.summarybox p {
    margin-bottom: 0;
    font-size: 14px
}

.differntshow {
    background-color: #ed713b;
    padding: 15px 0 0
}

.differbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px
}

.differbox .differctn {
    padding-bottom: 1rem
}

.differbox .differctn h2 {
    color: #fff;
    border-bottom: 1px solid #f58f62;
    font-size: 30px;
    padding-bottom: 10px
}

.differbox .differctn p {
    color: #fff;
    font-weight: 300
}

.differbox .differctn a {
    border: 2px solid #fff;
    color: #fff;
    padding: 5px 20px;
    border-radius: 60px;
    font-weight: 300;
    display: inline-block
}

.tourgroup {
    border: 1px solid #f37022;
    box-shadow: 0 0 10px 2px rgb(243 112 34 / .3);
    border-radius: 10px;
    margin: -30px auto 30px;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px
}

.tourgroup .groupimg {
    width: 90px;
    margin-right: 10px
}

.tourgroup .groupimg img {
    border-radius: 10px;
    width: 90px;
    height: 90px
}

.tourgroup .groupctn {
    flex: 0 0 75%
}

.tourgroup .groupctn h3 {
    font-weight: 600;
    font-size: 23px;
    padding-bottom: 5px;
    color: #f37022;
    margin-bottom: 0
}

.tourgroup .groupctn p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    color: #515151
}

.tourgroup .groupbtn a {
    background: linear-gradient(90deg,#ffba0a 0%,#f37022 100%);
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    letter-spacing: .2px;
    line-height: 1.23;
    padding: 15px 20px;
    display: inline-block;
    cursor: pointer
}

.readlater {
    background-color: #fff;
    box-shadow: 0 2px 6px #0003;
    padding: 15px;
    border-radius: 10px;
    width: 842px;
    margin: 2rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem
}

.readctn {
    display: flex;
    gap: 10px
}

.readctn img {
    width: 32px;
    height: 32px
}

.readctn h2 {
    font-size: 1.25rem;
    margin-bottom: .25rem
}

.readctn p {
    color: #111111e6;
    margin-bottom: 0;
    font-size: 14px
}

.readbtn a {
    display: block;
    color: #ed1c24;
    border: 1px solid #ed1c24;
    border-radius: 30px;
    font-weight: 500;
    font-size: 13px;
    padding: 5px 10px
}

.readbtn a img {
    width: 30px
}

.sightseeing {
    padding: 30px 0;
    background: #fbfbfb
}

.sightseeing h2 {
    display: flex;
    gap: 10px;
    font-size: 24px;
    line-height: 32px
}

.sightseenbox {
    margin: 15px 0;
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 14px rgb(0 0 0 / .15);
    display: flex;
    gap: 20px;
    background: #fff
}

.sightseenbox h4 {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 10px
}

.sightseenbox .sightcontent {
    overflow-y: scroll;
    scrollbar-width: none;
    height: 110px
}

.sightseenbox img {
    width: 200px;
    height: 130px;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover
}

.sightseenbox .sightcontent p {
    font-size: 13px;
    margin-bottom: 10px
}

.sightseeingslide .swiper-wrapper {
    margin-bottom: 20px
}

.thingstodo {
    padding: 30px 0 0
}

.thingstodo h2 {
    font-size: 28px;
    line-height: 40px;
    padding-bottom: 20px;
    margin-bottom: 0
}

.thingstodo p {
    font-size: 14px
}

.thingsdoslider {
    margin-top: 20px
}

.thingsbox {
    border: 1px solid #d3dadb;
    padding: 3px 3px 0;
    box-shadow: 0 3px 0 0 #f0f3f4;
    margin-bottom: 30px;
    border-radius: 5px
}

.thingsbox img {
    width: 100%
}

.thingsbox h5 {
    margin-bottom: 0;
    padding: 10px 10px 0;
    font-size: 15px;
    color: #000;
    line-height: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    height: 50px
}

.thingsbox p {
    padding: 5px 10px 10px;
    margin-bottom: 0;
    color: #3b3e3b;
    font-size: 13px
}

.popular {
    padding: 35px 0;
    background: #25272c
}

.popular h2 {
    color: #fff;
    text-align: center;
    font-size: 22px
}

.popular p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px
}

.popularbox {
    background: #fff;
    border-radius: 12px
}

.popularbox img {
    border-radius: 12px 12px 0 0;
    width: 100%;
    height: 170px;
    object-fit: cover
}

.popularbox h4 {
    padding: 15px;
    font-size: 15px;
    color: #25272c;
    padding-bottom: 10px
}

.popularbox p {
    color: #25272c;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    padding: 0 15px 15px;
    height: 170px
}

.packagemenu {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #fff;
    width: 100%
}

.packagemenu ul {
    display: inline-block;
    padding: 10px;
    white-space: nowrap;
    overflow-x: scroll;
    width: 100%;
    scrollbar-width: none
}

.packagemenu li {
    display: inline-block
}

.packagemenu li a {
    font-size: 14px;
    padding: 7px 10px;
    border: 1px solid #6c6c6c;
    border-radius: 10px;
    display: flex;
    gap: 5px;
    color: #6c6c6c
}

.packagemenu li a.is-current {
    background: #fff7e7;
    border-color: #ffebc4
}

.tagline {
    margin-top: 60px;
    padding: 5px;
    background: linear-gradient(90deg,#ff6502 33%,#02a239 79%)
}

.tagline p {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    font-size: 14px
}

.pkcontent {
    padding: 20px;
    background: #fff
}

.pkcontent h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 45px;
    color: #000
}

.pkdays {
    display: flex;
    gap: 20px;
    align-items: center
}

.pkdays .dt {
    background: #bf500e;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 20px;
    padding: 0 8px
}

.pkdays .dtrip ul {
    display: flex;
    gap: 20px
}

.pkdays .dtrip ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 1px solid #e0e0e0;
    padding-left: 15px
}

.pkdays .dtrip ul li:first-child {
    border-left: 0;
    padding-left: 0
}

.pkdays .dtrip ul li h6 {
    font-size: 31px;
    font-weight: 700;
    line-height: 47px;
    color: #cbcbcb;
    margin-bottom: 0
}

.pkdays .dtrip ul li span {
    display: block;
    font-size: 9px;
    font-weight: 400;
    line-height: 14px
}

.pkdays .dtrip ul li .dtr {
    font-size: 11px;
    font-weight: 500;
    line-height: 17px;
    color: #202020
}

.pkinclusions {
    padding: 20px 0
}

.pkinclusions ul {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.pkinclusions ul li {
    color: #515151;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px
}

.pkinclusions ul li img {
    padding-right: 5px
}

.pkslide .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 3px;
    border-radius: 0
}

.pkslide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff
}

.triphighlight {
    margin-top: 20px
}

.triphighlight h5 {
    color: #202020;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 15px
}

.triphighlight ul {
    color: #515151;
    list-style: inside
}

.triphighlight ul li {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #515151;
    margin: 10px 0
}

.inside {
    border: 1px solid #e0e0e0;
    padding: 20px;
    margin-top: 30px;
    border-radius: 10px
}

.inside h4 {
    border-bottom: 1px solid #e0e0e0;
    color: #202020;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.insidebox {
    display: flex;
    gap: 20px
}

.insidecontent {
    flex: 0 0 48%
}

.insidecontent h5 {
    color: #202020;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px
}

.insidecontent.bdr {
    border-right: 1px solid #e0e0e0
}

.insidecontent ul li {
    font-size: 12.5px;
    padding-bottom: 10px;
    display: flex;
    gap: 5px
}

.knowlist ul {
    list-style: circle;
    padding-left: 20px
}

.knowlist li {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 5px
}

.tourdayslist h3 {
    font-size: 21px;
    padding-top: 20px
}

#pills-tabs {
    background: #f4f6f9;
    padding: 7px 10px;
    overflow-x: scroll;
    scrollbar-width: none;
    border-radius: 7px
}

#pills-tabs li button {
    font-weight: 500;
    color: #8e8e8e;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / .07);
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    line-height: 21px;
    border: 0;
    margin-right: 15px
}

#pills-tabs li button.active {
    color: #fff;
    background: #f37002
}

.summrisedbox {
    padding: 10px 0 15px;
    border: 1px solid #e0e0e0;
    border-radius: 7px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / .05);
    margin-bottom: 20px
}

.summrisedbox h3 {
    padding: 0 20px;
    margin-top: 10px;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    color: #202020
}

.eventdetails {
    padding: 0 20px;
    display: flex;
    justify-content: flex-start
}

.eventdetails .eventlist {
    border-left: 1px solid #e0e0e0;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #515151
}

.eventdetails .eventlist:first-child {
    border-left: 0;
    padding-left: 0
}

.smm-itinerary-day {
    margin-top: 20px;
}

.smm-itinerary .dayhead {
    background: #f4f6f9;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between
}

.smm-itinerary .dayhead span {
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    color: #202020
}

.smm-itinerary .dayhead .d1 {
    color: #515151;
    font-size: 11px;
    letter-spacing: 2px
}

.daycontent {
    padding: 15px 20px
}

.daycontent li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 13px;
    line-height: 17px;
    display: flex;
    gap: 10px;
    align-items: center
}

.mealtrip {
    border-radius: 5px;
    padding: 15px 15px 16px;
    display: flex;
    gap: 10px;
    margin: 0 20px;
    background: #f4f4f4;
    font-size: 11px;
    line-height: 16.5px;
    margin-bottom: 20px
}

.mealtrip img {
    width: 16px
}

.tripslider {
    width: 85%;
    margin: 0 auto;
    position: relative
}

.tripsliderp img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px
}

.tripsliderp .swiper-pagination {
    background: hsl(0deg 0% 100% / 90%);
    width: 40px;
    margin: 0 auto;
    left: 50%;
    margin-left: -20px;
    border-radius: 10px;
    font-size: 10px;
    bottom: 41px
}

.tripsliderp .swiper-pagination::before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    background: hsl(0 0% 100% / .5);
    border-radius: 10px;
    border: .5px solid #e0e0e0;
    cursor: pointer;
    position: absolute;
    left: -20px;
    top: 1px
}

.tripsliderp .swiper-pagination::after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    background: hsl(0 0% 100% / .5);
    border-radius: 10px;
    border: .5px solid #e0e0e0;
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: 1px
}

.tripsliderp .swiper-button-next,.tripsliderp .swiper-button-prev {
    width: 40px;
    height: 40px!important;
    border: 1px solid #fff;
    border-radius: 100%;
    background: #000
}

.tripheading {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    bottom: 0;
    z-index: 999;
    left: 20px
}

.tripheading h6 {
    font-size: 50px;
    font-weight: 700;
    line-height: 75px;
    color: #e0e0e0;
    margin-bottom: 0
}

.tripheading span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #e0e0e0
}

.tripheading span.tripname {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px
}

.dayplanlist {
    box-shadow: 0 0 10px rgb(0 0 0 / .05);
    padding: 15px 15px 5px;
    border-radius: 7px;
    border: 1px solid #e0e0e0;
    margin-top: 20px;
    padding-bottom: 10px
}

.dayplanlist button {
    border: 0;
    background: #fff0;
    display: flex;
    gap: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #202020;
    width: 100%;
    align-items: center;
    position: relative
}

.dayplanlist button:after {
    content: ">";
    display: block;
    transform: rotate(-90deg);
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 20px;
    transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s
}

.dayplanlist button.collapsed:after {
    transform: rotate(90deg)
}

.dayplanlist button .daynumber {
    background: #bf500e;
    padding: 0 12px;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 12px
}

.daysplancontent {
    padding-top: 10px
}

.itinerary-day-description {
    border-top: 1px solid #e0e0e0;
    padding: 15px
}

.itinerary-day-description p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0
}

.itinerary-day-event {
    border-top: 1px solid #e0e0e0;
    padding: 15px 0
}

.itinerary-day-event .eventicon {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #515151
}

.itinerary-day-event h4 {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
    margin-top: 7px
}

.transfer-day {
    border-top: 1px solid #e0e0e0;
    margin-bottom: 20px
}

.transfer-day ul {
    padding-left: 20px
}

.transfer-day ul li {
    border-radius: 7px;
    border: .5px solid #e0e0e0;
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / .08);
    padding: 12px;
    position: relative;
    margin-top: 40px;
    display: flex;
    gap: 5px;
    color: #202020;
    font-size: 14px;
    position: relative
}

.transfer-day ul li:before {
    content: "";
    display: block;
    background: url(../images/icon6.html) center center no-repeat;
    background-size: 14px 16px;
    width: 14px;
    height: 16px;
    position: absolute;
    left: -25px
}

.transfer-day ul li:after {
    content: "";
    display: block;
    border-left: .5px dotted #8e8e8e;
    position: absolute;
    left: -18px;
    height: 72px;
    top: 28px
}

.transfer-day ul li:last-child:after {
    display: none
}

.transfer-day ul li span {
    border-radius: 5px;
    background: linear-gradient(90deg,rgb(252 175 23 / .2),hsla(0,0%,87.8%,0));
    width: 76px;
    display: block;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
    border-bottom-left-radius: 0;
    padding-left: 5px;
    padding-bottom: 4px;
    padding-top: 2px;
    color: #e9a010;
    position: absolute;
    top: -22px
}

.adsbanner {
    display: flex;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid #ffebc4;
    background: rgb(252 175 23 / .1);
    width: 100%;
    height: 49px;
    align-items: center;
    padding: 0 20px;
    margin: 10px 0 0;
    color: #e89b03;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 15px
}

.choosetrip {
    padding: 20px 20px
}

.choosebox .chooseimg {
    position: relative
}

.choosebox .chooseimg img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px
}

.choosebox .chooseimg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 35px;
    left: 0;
    bottom: 0;
    width: 100px;
    z-index: 2;
    border-radius: 10px;
    background: linear-gradient(180deg,#fff0,rgb(0 0 0 / .31) 29.51%,rgb(0 0 0 / .6) 64.58%,rgb(0 0 0 / .71))
}

.choosebox .chooseimg h6 {
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    font-weight: 700;
    position: absolute;
    bottom: 5px;
    left: 7px;
    z-index: 3;
    margin-bottom: 0
}

.choosebox p {
    margin-bottom: 0;
    color: #8e8e8e;
    font-size: 10px;
    font-weight: 400;
    word-wrap: break-word;
    line-height: 15px
}

.choosebox h5 {
    color: #202020;
    font-size: 12px;
    font-weight: 700;
    word-wrap: break-word;
    line-height: 18px
}

.tripsuggestion {
    padding: 15px 0 15px 15px;
    background: rgb(252 175 23 / .1);
    border-radius: 5px;
    position: relative
}

.tripsuggestion:after {
    content: "";
    display: block;
    background: url(../images/blup.html) center center no-repeat;
    background-size: 64px 94px;
    width: 64px;
    height: 94px;
    position: absolute;
    right: 0;
    top: -15px;
    z-index: 1
}

.tripsuggestion h3 {
    color: #fcaf17;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px
}

.tripsuggestion p {
    color: #c68b16;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    font-size: 12px
}

.tripsuggestionslide {
    padding-top: 30px
}

.tripsuggestionslide img {
    height: 150px;
    width: 240px;
    border-radius: 10px
}

.tripsuggestionslide h5 {
    font-size: 14px;
    color: #202020;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0
}

.tripsuggestionslide .swiper-button-prev {
    top: 23px;
    right: 50px;
    left: inherit;
    border: 1px solid #fc9a3a;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background: #fc9a3a87
}

.tripsuggestionslide .swiper-button-next {
    top: 23px;
    border: 1px solid #fc9a3a;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background: #fc9a3a87
}

.tripsuggestionslide .swiper-button-prev:after,.tripsuggestionslide .swiper-button-next:after {
    font-size: 12px
}

.inclusions {
    padding: 15px;
    background: rgb(41 179 223 / .1);
    border-radius: 5px;
    display: flex;
    gap: 20px;
    margin: 10px 0
}

.inclusionshead {
    font-weight: 500;
    line-height: 22px;
    color: #515151;
    font-size: 15px;
    flex: 0 0 7%
}

.inclusionscontent {
    display: flex;
    justify-content: space-between;
    flex: 0 0 88%
}

.inclusionscontent .inclusionslist {
    font-size: 13px;
    border-left: 1px solid #ddd;
    flex: 0 0 33%;
    padding-left: 15px
}

.activitybox {
    border-top: 1px solid #e0e0e0;
    padding: 15px 0
}

.activitybox h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #515151;
    display: flex;
    gap: 10px;
    align-items: center
}

.activitybox h5 {
    font-weight: 500;
    line-height: 22px;
    color: #202020;
    font-size: 15px
}

.amazingslide {
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
    margin-top: 15px
}

.amazingslide h3 {
    line-height: 22px;
    color: #202020;
    font-size: 15px;
    margin-bottom: 15px
}

.amazinglist img {
    border-radius: 10px
}

.amazinglist p {
    margin-bottom: 0;
    margin-bottom: 0;
    color: #515151;
    font-size: 13px;
    padding-left: 5px;
    margin-top: 5px
}

.daymeal {
    background: #f4f4f4;
    border-radius: 5px;
    padding: 15px 15px 16px
}

.daymeal h6 {
    color: #515151;
    font-size: 15px;
    letter-spacing: .45px;
    line-height: 22.5px
}

.daymeal p {
    color: #202020;
    letter-spacing: .42px;
    line-height: 21px;
    font-size: 14px;
    margin-bottom: 0
}

.checklist {
    background-color: #f4f4f4;
    border-radius: 5px;
    padding: 8px 10px 5px;
    display: flex;
    justify-content: space-between
}

.checklabel {
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 500;
    flex: 0 0 7%
}

.checklabel span {
    display: block;
    font-size: 12px;
    line-height: 18px
}

.checkspearte {
    flex: 0 0 83%;
    text-align: center;
    border-bottom: 1px dashed #8e8e8e;
    display: flex;
    align-items: center;
    position: relative;
    height: 9px
}

.checkspearte .duration {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 12px;
    line-height: 18px;
    margin-left: -30px;
    background: #f4f4f4;
    width: 60px
}

.checkspearte .duration img {
    width: 10px;
    margin-top: -2px
}

.endtour {
    text-align: center;
    padding: 20px 0 0
}

.gallerybox {
    padding: 20px 0
}

.gallerybox img {
    border-radius: 10px;
    height: 400px;
    object-fit: cover
}

.galleryinnerbox .swiper-button-prev,.galleryinnerbox .swiper-button-next {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #fff
}

.galleryinnerbox .swiper-button-prev:after,.galleryinnerbox .swiper-button-next:after {
    font-size: 10px
}

.attractions {
    padding: 30px 0
}

.attractions h2 {
    font-weight: 500;
    font-size: 24px
}

.attractions p {
    font-size: 13px;
    color: gray
}

.attractionbox {
    position: relative
}

.attractionbox img {
    border-radius: 10px
}

.attractionctn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    border-radius: 10px;
    z-index: 0;
    background-image: linear-gradient(to top,rgb(0 0 0 / .63),transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.attractionctn p {
    margin-bottom: 0;
    font-size: 20px;
    color: #fff
}

.attractionsslide .swiper-wrapper {
    margin-bottom: 45px
}

.traveltips {
    padding: 15px 0
}

.traveltips h2 {
    margin-bottom: 30px;
    font-size: 24px
}

.traveltips ul {
    display: flex;
    gap: 30px;
    text-align: center
}

.traveltips ul li {
    padding: 25px;
    box-shadow: 0 0 24px 1px rgb(14 2 8 / 8%);
    border-radius: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.traveltips li img {
    width: 75px;
    height: 75px
}

.traveltips li h4 {
    color: #333;
    font-size: 21px;
    margin-bottom: 0
}

.traveltips li p {
    margin-bottom: 0;
    font-size: 13px;
    color: gray
}

.faq {
    padding: 30px 0
}

.faq h2 {
    color: #ffd906;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px
}

.faqbox a {
    display: block;
    font-size: 14px;
    background-color: #f3f3f3;
    color: #000;
    padding: 20px 25px 20px;
    margin-bottom: 10px;
    border-radius: 5px
}

.faqbox a span {
    margin-right: 7px;
    padding: 1px 5px;
    border-radius: 2px;
    color: #fff;
    background-color: #415a77;
    font-weight: 600;
    display: inline-block
}

.faqbox .collapse p {
    margin-bottom: 20px;
    text-align: justify;
    font-size: 15px;
    line-height: 25px
}

.outdooractivity {
    background: url(../images/bali-outdoor-activities.html) center center no-repeat rgb(0 0 0 / .5);
    background-size: cover;
    background-blend-mode: multiply;
    padding: 30px 0;
    margin-top: 20px
}

.outdooractivity h2 {
    font-size: 100px;
    color: #fc0;
    font-weight: 900
}

.outdooractivity h3 {
    color: #fff;
    font-size: 20px
}

.outdooractivity ul li {
    display: flex;
    margin-bottom: 30px;
    align-items: center
}

.outdooractivity li .outdoorimg {
    flex: 0 0 20%;
    position: relative;
    z-index: 9
}

.outdooractivity li .outdoorimg img {
    border-radius: 100%;
    border: 5px solid #fc0;
    width: 130px;
    height: 130px
}

.outdooractivity li .outdoorctn {
    flex: 0 0 70%;
    background: #fff;
    border-radius: 15px;
    margin-left: -30px
}

.outdooractivity li .outdoorctn p {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    padding: 15px 20px 15px 50px
}

.reviewlist {
    padding: 30px 0
}

.reviewlist h2 {
    text-align: center;
    margin-bottom: 2rem
}

.reviewpoint {
    background: #fafafa;
    padding: 15px
}

.reviewpic {
    display: flex;
    margin-bottom: 1rem
}

.reviewpic img {
    width: 40px;
    height: 40px;
    margin-right: 2%
}

.reviewpic .name {
    color: #000;
    font-weight: 600
}

.reviewpic .name small {
    display: block;
    font-weight: 400
}

.reviewpoint i.fa-star {
    color: #fb8e28;
    font-size: 1.2rem
}

.reviewpoint .reviewctn {
    font-size: .8rem;
    margin-top: .6rem;
    height: 100px;
    overflow-y: scroll
}

.reviewpoint1 .swiper-wrapper {
    margin-bottom: 3rem
}

.nearby {
    padding: 30px 0
}

.nearby h2 {
    text-align: center
}

.nearby h4 {
    font-size: 1.4rem;
    text-align: center
}

.nearby .point {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 1.5rem
}

.nearby .bdrlft {
    border-left: 1px solid #ffcc04
}

.visitindia ul {
    margin: 1rem 0 0;
    list-style: inside
}

.visitindia ul li {
    float: left;
    width: 50%;
    font-size: 1.3rem;
    font-size: 16px
}

.purposelist {
    margin-top: 1.8rem
}

.purposelist ul li {
    display: flex;
    margin-bottom: 20px
}

.purposelist ul li img {
    width: 60px;
    margin-right: 1rem
}

.purposelist ul li h6 {
    font-size: 1.2rem;
    margin-bottom: 0
}

.purposelist ul li .progress {
    height: 6px
}

.purposelist .progress-bar {
    background: #ffcc04
}

.daysplancontent li {
    font-size: 13px;
    margin: 10px 0;
    list-style: disc;
    margin-left: 14px
}

.inclusionslist li {
    list-style: none;
    margin: 0
}

.ans_secs {
    overflow-x: auto;
    margin: 20px 0
}

.htlTaBoxx {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Roboto',sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd
}

.htlTaBoxx thead th {
    background-color: #f4f6f9;
    color: #1a0dab;
    text-align: left;
    font-weight: 600;
    padding: 12px;
    border: 1px solid #ddd;
    white-space: nowrap
}

.htlTaBoxx tbody td {
    padding: 12px;
    border: 1px solid #ddd;
    vertical-align: top
}

.htlTaBoxx tbody tr:nth-child(even) {
    background-color: #fafafa
}

.htlTaBoxx td strong {
    color: #111;
    font-weight: 600
}

@media (max-width: 768px) {
    .htlTaBoxx thead {
        display:none
    }

    .htlTaBoxx,.htlTaBoxx tbody,.htlTaBoxx tr,.htlTaBoxx td {
        display: block;
        width: 100%
    }

    .htlTaBoxx tr {
        margin-bottom: 15px;
        border-bottom: 2px solid #f0f0f0
    }

    .htlTaBoxx td {
        text-align: right;
        padding-left: 50%;
        position: relative
    }

    .htlTaBoxx td::before {
        content: attr(data-label);
        position: absolute;
        left: 12px;
        width: 45%;
        white-space: nowrap;
        font-weight: 600;
        color: #1a0dab;
        text-align: left
    }
}

.ans_secs ul li {
    font-size: 12.5px;
    padding-bottom: 10px;
    display: flex;
    gap: 5px
}

.ans_secs ul li img {
    width: 20px;
    height: 20px
}

.testimonial-card {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    max-width: 800px;
    margin: 20px 0;
    font-family: 'Arial',sans-serif;
    border: 1px solid #eee
}

.testimonial-header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.profile-pic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 12px
}

.reviewer-info {
    flex: 1
}

.reviewer-info h3 {
    margin: 0;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 4px
}

.review-source {
    font-size: .85rem;
    color: #555
}

.rating {
    text-align: right;
    font-size: .9rem
}

.testimonial-body {
    margin-top: 10px;
    font-size: .95rem;
    line-height: 1.5
}

.testimonial-body a {
    color: #3b5998;
    text-decoration: none
}

.testimonial-photos {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(140px,1fr));
    gap: 8px;
    margin-top: 12px
}

.testimonial-photos img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover
}

.provider-card {
    max-width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 16px;
    font-family: Arial,sans-serif
}

.provider-card h3 {
    margin: 0 0 12px;
    font-size: 22px;
    color: #333;
    font-weight: 600
}

.provider-header {
    display: flex;
    align-items: center;
    background: #f5f8fb;
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 35px
}

.provider-pic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px
}

.provider-title {
    font-weight: 600;
    color: #333
}

.provider-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px
}

.provider-item .icon {
    width: 28px;
    height: 28px;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00754a;
    margin-right: 10px
}

.provider-item .text {
    font-size: .95rem;
    color: #333;
    line-height: 1.4
}

.whatsapp-btn {
    display: block;
    background: #00754a;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    border-radius: 25px;
    font-weight: 500;
    margin-top: 16px
}

.provider-outer {
    display: flex;
    justify-content: space-between;
    gap: 30px
}

.swiper-button-next,.swiper-button-prev {
    width: 40px;
    height: 40px!important;
    border: 1px solid #fff;
    border-radius: 100%;
    background: #000
}

.swiper-button-next::after,.swiper-button-prev::after {
    font-size: 14px;
    color: #fff
}

.todolist h5 span {
    display: block;
    color: #e37212;
    font-weight: 600;
    font-size: 13px;
    margin-top: 3px
}

.mobile-cta {
    display: none
}

.tc {
    border: 1px solid #e3e3e3;
    padding: 10px;
    border-radius: 10px;
    background: #f4f4f4
}

.tc ul {
    margin-bottom: 0;
    padding-left: 0
}

.tc ul li {
    list-style: none;
    font-size: 14px;
    color: red;
    text-transform: capitalize
}

.unique-hero {
    position: relative;
    background: url(../img/banner.jpeg);
    padding: 70px 16px;
    color: #fff;
    margin: 10px 10px 10px 10px;
    border-radius: 10px 10px 50px 50px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.uh-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(0 0 0), rgb(0 0 0 / 51%));
    /* z-index: 11111111; */
    /* background: linear-gradient(90deg, rgba(0,0,0,.75), rgba(0,0,0,.35)); */
}

.uh-container {
    position: relative;
    /* max-width:1200px; */
    margin: auto;
    display: grid;
    gap: 30px;
}

.uh-tag {
    display: inline-block;
    background: #ffffff;
    color: #000;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 14px;
}

.uh-left h1 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 12px;
    font-weight: 700;
}

.uh-left h1 span {
    color: #f1c40f;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 38px;
}

.uh-left p {
    font-size: 17px;
    margin-bottom: 16px;
    /* max-width: fit-content; */
}

.uh-features {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    font-size: 16px;
    margin-bottom: 22px;
}

.uh-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.uh-call {
    background: #fcc825;
    padding: 6px 24px;
    border-radius: 100px;
    color: #000000;
    font-weight: 600;
}

.uh-wa {
    background: #95b607;
    padding: 8px 20px;
    border-radius: 100px;
    color: #fff;
    font-weight: 600;
}

/* RIGHT PANEL */
/* =========================
  
========================= */
.uh-right {
    background: #0000007d;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 20px 40px rgba(0,0,0,.25);
    position: relative;
    backdrop-filter: blur(1px);
    border: 1px solid #ffffff2b;
}

/* small highlight top border */
.uh-right h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #fcc825;
    text-align: center;
}

.uh-right p {
    font-size: 13px;
    color: #666;
    margin-bottom: 14px;
}

/* FORM */
.uh-right form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* INPUTS */
.uh-right input, .uh-right select {
    width: 100%;
    padding: 11px 12px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fafafa;
    transition: all .25s ease;
}

/* PLACEHOLDER */
.uh-right input::placeholder {
    color: #aaa;
}

/* FOCUS */
.uh-right input:focus, .uh-right select:focus {
    outline: none;
    border-color: #e67e22;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(230,126,34,.15);
}

/* BUTTON */
.uh-right button {
    margin-top: 6px;
    padding: 10px 12px;
    font-size: 18px;
    font-weight: 500;
    background: #839b1d;
    color: #ffffff;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    transition: all .3s ease;
}

.uh-right button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(230,126,34,.45);
}

/* FOOT NOTE */
.uh-right form div {
    text-align: center;
    font-size: 12px;
    color: #777;
    margin-top: 6px;
}

/* MOBILE STICKY FEEL */
@media(max-width: 480px) {
    .uh-right {
        border-radius:14px;
        padding: 18px;
    }

    .uh-right h3 {
        font-size: 18px;
    }
}

/* DESKTOP POLISH */
@media(min-width: 768px) {
    .uh-right {
        padding:26px;
    }
}

/* DESKTOP */
@media(min-width: 768px) {
    .uh-container {
        grid-template-columns: 1.3fr .7fr;
        align-items: center;
    }

    .uh-left h1 {
        font-size: 45px;
    }
}

header .btn-icon {
    background-color: #839b1d !important;
    border-color: #839b1d !important;
    color: #fff;
    font-weight: 600;
}

.package-section {
    padding: 50px 0px;
    background: #ffffff;
}

.pkg-container {
    max-width: 1200px;
    margin: auto;
}

.pkg-title {
    text-align: center;
    margin-bottom: 40px;
}

.pkg-title h2 {
    font-size: 40px;
    margin-bottom: 8px;
}

.pkg-title p {
    font-size: 20px;
    color: #666;
}

.pkg-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
    gap: 15px;
}

.pkg-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0,0,0,.08);
    transition: .35s ease;
}

.pkg-card:hover {
    transform: translateY(-6px);
}

.pkg-img {
    position: relative;
}

.pkg-img img {
    width: 100%;
    /* height:200px; */
    object-fit: cover;
}

.pkg-days {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #fcc825;
    color: #000000;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.pkg-content {
    padding: 15px;
}

.pkg-content h3 {
    font-size: 21px;
    margin-bottom: 6px;
}

.pkg-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 14px;
}

.pkg-content ul {
    list-style: none;
    margin-bottom: 16px;
    padding-left: 0;
}

.pkg-content ul li {
    font-size: 13px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.pkg-btns {
    display: flex;
    gap: 10px;
    align-items: center;
}

.pkg-call {
    flex: 1;
    text-align: center;
    background: #fcc825;
    color: #ffffff;
    border-radius: 8px;
    font-weight: 600;
    padding: 8px 20px;
}

.pkg-wa {
    flex: 1;
    text-align: center;
    padding: 10px;
    background: #95b607;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
}

.pkg-content ul li i {
    background: #000;
    color: #fff;
    /* padding: 2px; */
    font-size: 8px;
    border-radius: 100px;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
}

.check-out-one {
    position: relative;
    display: block;
    padding: 136px 0 116px;
    z-index: 1;
}

.check-out-one .row {
    --bs-gutter-x: 30px;
}

.check-out-one__single {
    position: relative;
    display: block;
    background-color: #839b1d17;
    border-radius: 10px;
    /* padding: 39px 0px 0px; */
    margin-bottom: 20px;
    overflow: hidden;
    /* border-top: 2px solid #95b621 !important; */
    border: 1px solid #0000000f;
}

.check-out-one__title-box {
    position: relative;
    display: block;
    /* margin-bottom: 40px; */
    padding: 0 10px 0;
}

.check-out-one__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.03em;
    margin-bottom: 2px;
    color: #000000;
    text-transform: capitalize;
    margin-top: 10px;
}

.check-out-one__title a {
    color: var(--gizmo-black);
}

.check-out-one__title a:hover {
    color: var(--gizmo-base);
}

.check-out-one__sub-title {
    font-size: 14px;
    /* font-weight: 700; */
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #7d7d7d;
    margin-top: 10px;
}

.check-out-one__img-box {
    position: relative;
    display: block;
    text-align: center;
}

.check-out-one__img-box::before {
    /* content: ""; */
    position: absolute;
    left: -9px;
    right: -9px;
    bottom: -7px;
    height: 68px;
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #383838 100%); */
    z-index: 1;
}

.check-out-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 10px;
}

.check-out-one__img img {
    width: 100%;
    transition: 0.5s;
    margin: 10px 0px 15px;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
}

.check-out-one__img img:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: 0;
    object-fit: cover;
    visibility: hidden;
    height: 100%;
    width: 0;
    transition: 1s;
    opacity: 0;
    overflow: hidden;
}

.check-out-one__single:hover .check-out-one__img img:nth-child(2) {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.check-out-one__content {
    /* position: relative; */
    display: block;
    padding: 10px;
    background: #ffffff;
    margin-top: 7px;
    /* border-radius: 8px; */
    border: 1px solid #0000000d;
}

.check-out-one__content {
}

.check-out-one__meta {
    /* position: absolute; */
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 23px;
    /* margin-top: 43px; */
    top: 10px;
    /* width: 100%; */
    /* justify-content: space-between; */
    /* right: 10px; */
    /* left: 10px; */
    background: #ffffff;
    padding: 2px 15px;
    border-radius: 100px;
    border: 1px solid #e4e4e4;
}

.check-out-one__single-one .check-out-one__meta {
    margin-bottom: 17px;
    /* margin-top: 37px; */
    margin: 0 10px;
}

.check-out-one__meta li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    /* border: 1px solid #00000014; */
    /* padding: 0px 7px; */
    /* border-radius: 6px; */
    /* background: #e4e4e4; */
    /* color: #000; */
}

.check-out-one__meta li .icons {
    position: relative;
    display: inline-block;
}

.check-out-one__meta li .icons span {
    position: relative;
    display: inline-block;
    font-size: 23px;
    color: var(--gizmo-gray);
}

.check-out-one__meta li a {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    /* font-weight: 600; */
}

.check-out-one__meta li a:hover {
    color: var(--gizmo-base);
}

.check-out-one__price-and-btn-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* display: none; */
}

.check-out-one__price {
    position: relative;
    display: block;
}

.check-out-one__price h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    /* font-family: var(--gizmo-font); */
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.03em;
    color: #000000;
    margin-bottom: 6px;
}

.check-out-one__price h4 span {
    font-size: 14px;
    color: var(--gizmo-gray);
}

.check-out-one__price p {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: var(--gizmo-gray);
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}

.check-out-one__price p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--gizmo-gray);
    transform: translateY(-50%);
}

.check-out-one__btn-box {
    position: relative;
    display: block;
}

.check-out-one__heart {
    position: absolute;
    top: 24px;
    right: 24px;
}

.check-out-one__heart span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #848484;
}

.check-out-one__heart-2 span {
    color: #ED3F3F;
}

.check-out-one__meta li .icons img {
    width: 20px;
    filter: invert(1);
    /* opacity: 0.65; */
}

.our-all-car {
    padding: 50px 0;
    background: #f9fafc;
}

.package-btn {
    /* margin-top: 9px; */
    display: flex;
    justify-content: space-between;
}

.package-btn a:first-child {
    background: #fcc825;
    border-color: #eacc61;
    color: #000000;
    display: inline-block;
}

.package-btn a:last-child {
    background: #95b607;
    border-color: #95b607;
    color: #fff;
}

.package-btn a {
    border: 1px solid;
    padding: 6px 10px;
    border-radius: 100px;
    font-weight: 500;
    font-size: 14px;
    width: 48%;
    display: inline-block;
    text-align: center;
    /* border-radius: 100px; */
}

.check-out-one__single h3 {
    font-size: 22px;
    /* text-align: center; */
    margin: 0 0 10px 10px;
    font-weight: 600;
}

.our-all-car h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 40px;
}

.why-choose-section {
    padding: 50px 0px;
    background: #ffffff;
}

.why-container {
    max-width: 1200px;
    margin: auto;
}

.why-header {
    text-align: center;
    margin-bottom: 50px;
}

.why-header h2 {
    font-size: 43px;
    margin-bottom: 10px;
}

.why-header p {
    font-size: 15px;
    color: #666;
    font-size: 20px;
    color: #666;
}

/* GRID */
.why-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: center;
}

/* CARD */
.why-card {
    width: 23%;
    background: #fff;
    padding: 28px 22px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 18px 40px rgba(0,0,0,.08);
    transition: .35s ease;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    border: 1px solid #e7e7e76b;
    box-shadow: rgb(50 50 93 / 10%) 0px 30px 60px -12px inset, rgb(0 0 0 / 0%) 0px 18px 36px -18px inset;
}

.why-card:hover {
    /* transform: translateY(-6px); */
}

/* ICON */
.why-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #839b1d;
    color: #fff;
    font-size: 26px;
    margin-bottom: 16px;
}

/* TEXT */
.why-card h4 {
    font-size: 18px;
    margin-bottom: 8px;
}

.why-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 0;
}

/* MOBILE */
@media(max-width: 480px) {
    .why-header h2 {
        font-size:28px;
    }
}

img.aboutimg {
    /* position: absolute; */
    /* right: 0; */
    /* width: 527px; */
    top: 50%;
    /* transform: translateY(-50%); */
    width: 100%;
    border-radius: 50px 0;
    border: 1px solid #dfdfdf;
    padding: 5px;
}

.aboutus {
    position: relative;
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 40px;
    }
}

.customers-says .swiper-container {
    position: relative;
    padding: 0 30px;
}





/* ===============================
   CUSTOM PACKAGE CTA
================================ */
.custom-cta-section {
    padding: 50px 0;
    background: #373737;
}

.cta-box {
    max-width: 1000px;
    margin: auto;
    /* background: #ffffff; */
    border-radius: 16px;
    /* padding: 45px 30px; */
    text-align: center;
    /* box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12); */
}

.cta-box h2 {
    font-size: 40px;
    font-weight: 800;
    color: #fcc825;
    margin-bottom: 15px;
}

.cta-box p {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.7;
    margin-bottom: 30px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 18px;
}

/* CTA BUTTONS */
.cta-btn {
    padding: 6px 24px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 100px;
}

/* CALL */
.cta-btn.call {
    background: #fcc825;
    color: #000000;
}

.cta-btn.call:hover {
    background: #1f5fd1;
}

/* WHATSAPP */
.cta-btn.whatsapp {
    background: #95b621;
    color: #fff;
}

.cta-btn.whatsapp:hover {
    background: #1da851;
}

/* RESPONSIVE */
@media (max-width: 576px) {
    .cta-box h2 {
        font-size: 26px;
    }

    .cta-box p {
     font-size: 14px;
    }
}
section.car-24 .h1 {
    color: #fcc825 !important;
    font-size: 27px;
}

/* ===============================
   SEVA SERVICES WITH IMAGES
================================ */

.seva-section {
    padding: 50px 0;
    background: #fff;
  }
  
  .seva-grid {
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    justify-content: center;
  }
  
  .seva-card {
    background: #f6fed4;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    text-align: center;
    border: 2px solid #839b1d;
  }
  
  .seva-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
  }
  
  /* IMAGE */
  .seva-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  
  /* CONTENT */
  .seva-card h4 {
    font-size: 23px;
    font-weight: 700;
    color: #1c1c1c;
    margin: 18px 15px 8px;
  }
  
  .seva-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    padding: 0 15px 22px;
  }
  
  .seva-note {
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    color: #555;
    background: #ffffff;
    padding: 12px 18px;
    border-radius: 10px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* RESPONSIVE */
  @media (max-width: 991px) {
    .seva-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 576px) {
    .seva-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
      flex-wrap: wrap;
    }
  
    .seva-card img {
      height: 180px;
    }
  }
  .seva-card i {
    margin-top: 30px;
    font-size: 40px;
    color: #ebc954;
}


.modal-overlay.slideuppopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.7);
    z-index: 999
}

.modal-content.slideupcontent {
    background-color: #ffffff;
    height: 100vh!important;
    width: 70%;
    padding: 1px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    position: fixed;
    bottom: 0;
    right: 0
}

.close-btn {
    position: absolute;
    top: 341px;
    left: -57px;
    padding: 2px;
    cursor: pointer;
    font-size: 26px;
    color: #fff;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 10px auto;
    background-color: #000
}

#backgroundOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 98%;
    background-color: rgba(0,0,0,.5);
    display: none;
    z-index: 9998
}

@keyframes slideIn {
    from {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes slideOut {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(100%)
    }
}

@keyframes slideleft {
    from {
        transform: translateX(+100%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes slideleftOut {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(+100%)
    }
}

.whyus .modeltitle {
    text-align: center;
    padding: 10px;
    background: #f2ead3;
    color: #121212;
    border-radius: 6px 6px 0 0;
    margin-bottom: 0;
    border-bottom: 1px solid #d1cbcb;
    text-transform: uppercase;
    font-size: 28px
}

.scrollfix {
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 7%
}

.packageenquiry {
    position: fixed;
    width: 100%;
    max-width: 310px;
    top: 50%;
    box-sizing: border-box;
    padding: 5px 10px;
    margin-top: -184px
}

.packageenquiry input,.packageenquiry textarea {
    margin-bottom: 4px;
    font-size: 14px
}

.helictn h2,.helictn p {
    margin-bottom: 20px;
    color: #fff
}

.packageenquiry img {
    width: 21px
}

.packageenquiry .form-number {
    height: 35px
}

.packageenquiry h3 {
    font-size: 1rem;
    text-align: center
}

.packageenquiry p {
    font-size: 13px;
    text-align: center
}

.itineraryslide img {
    width: 100%;
    object-fit: cover;
    height: 400px
}

.itineraryslide .swiper-button-next,.itineraryslide .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 4px 2px 4px rgba(0,0,0,.2)
}

.itineraryslide .swiper-button-next:after,.itineraryslide .swiper-button-prev:after {
    color: #000;
    font-size: 14px
}

.itinerarylist {
    background: #fff;
    margin: 30px 10px 15px;
    padding: 15px;
    box-shadow: -1px 1px 5px rgba(0,0,0,.2)
}

.itinerarylist h3 {
    font-size: 23px
}

.itinerarylist .depature {
    color: maroon;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px
}

.itinerarylist .depaturedate {
    padding-bottom: 15px;
    font-size: 14px
}

.itinerarylist .hightlight {
    padding-top: 10px
}

.hightlight ul li {
    font-size: 14px;
    padding-top: 5px;
    font-weight: 400;
    display: flex;
    gap: 5px;
    align-items: center
}

.hightlight ul li img,.packagebtn a img {
    width: 20px
}

.singleimagebox img {
    width: 100%
}

.overviewbox h2 {
    font-size: 21px;
    padding-bottom: 10px
}

.includeexclude h5 {
    background: #ddd;
    padding: 10px;
    font-size: 15px
}

.dayslistbox {
    padding: 30px 15px;
    background: #fff
}

.dayslistbox h3 {
    background: #ddd;
    padding: 10px;
    font-size: 17px
}

.dayslistbox ul li {
    margin-left: 40px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.dayslistbox ul li:before {
    position: absolute;
    content: "";
    border-left: 2px solid #e3e5e6;
    width: 0;
    height: calc(100% - 0px);
    padding-top: 0;
    top: 43px;
    left: -31px
}

.dayslistbox ul li:after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    background-color: #323637;
    background-image: none;
    border-radius: 50%;
    transition: .2s;
    top: 28px;
    left: -37px
}

.dayslistbox ul li a {
    color: #323637;
    font-weight: 400;
    position: relative;
    display: block;
    padding: 10px 0
}

.dayslistbox ul li a:after {
    content: "";
    background: url(../images/bottom-arrow.svg) center center no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 10px;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dayslistbox ul li a.collapsed:after {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.dayslistbox ul li .dayctn p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400
}
.gallery-slider img{
    width: 100%;
    border-radius: 10px;
}
.gallery-sec{
    padding: 50px 0;
    background: #ffffff;
}
.itinerary-section {
    /* background: #ffffff; */
    padding: 30px;
    /* border-radius: 14px; */
    /* margin-bottom: 30px; */
    /* box-shadow: 0 12px 30px rgba(0,0,0,0.08); */
  }
  
  .itinerary-section h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #1c1c1c;
  }
  
  .itinerary-section h4 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 18px;
    margin-bottom: 8px;
    color: #b26a00;
    background: #efefef;
    padding: 5px 10px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
  }
  
  .itinerary-section p {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
  }
  
  .itinerary-section ul {
    margin-top: 12px;
    padding-left: 18px;
  }
  
  .itinerary-section ul li {
    font-size: 14px;
    color: #444;
    margin-bottom: 6px;
  }
  .modal-section-content {
    height: 100vh;
    overflow-y: auto;
}
.modal-section-content .tour-form{
    margin-bottom: 100px !important;
    width: 95%;
    margin: auto;
    border: 1px solid #dddddd;
    padding: 20px;
    border-radius: 10px;
}
.tour-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

/* Full width elements */
.form-heading,
.tour-form button,
.tour-form .call-text {
    grid-column: span 2;
}

/* Heading style */
.form-heading {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
}

/* Inputs & select */
.tour-form input,
.tour-form select {
    padding: 12px;
    font-size: 15px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.tour-form button {
    padding: 14px;
    background: #ff7a00;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.tour-form button:hover {
    background: #e96d00;
}

.call-text {
    font-size: 13px;
    color: #777;
    text-align: center;
}

@media (max-width: 768px) {
    .tour-form {
        grid-template-columns: 1fr;
    }

    .form-heading,
    .tour-form button,
    .tour-form .call-text {
        grid-column: span 1;
    }
}
section.itinerary-section img {
    width: 50%;
    border-radius: 10px;
}
/* iOS Safari FIX for all inputs & selects */
input,
select {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 12px;
   
    background-color: #fff;
    border: 1px solid #dcdcdc;
    padding: 11px 12px;
    font-size: 15px;
    color: #333;
}
input[type="date"] {
    color: #222;                 /* IMPORTANT */
    background-color: #fff;
}

/* Force date text visible (Safari) */
input[type="date"]::-webkit-datetime-edit,
input[type="date"]::-webkit-datetime-edit-text,
input[type="date"]::-webkit-datetime-edit-month-field,
input[type="date"]::-webkit-datetime-edit-day-field,
input[type="date"]::-webkit-datetime-edit-year-field {
    color: #222;                 /* THIS FIXES BLANK DATE */
    opacity: 1;
}

/* Calendar icon */
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0.8;
    cursor: pointer;
}

/* Remove iOS blue focus shadow */
input:focus,
select:focus {
    outline: none;
    box-shadow: none;
    border-color: #ff7a00;
}

/* Custom select arrow */
select {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23000' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 18px;
    cursor: pointer;
}

/* Prevent zoom on iPhone */
@media screen and (max-width: 768px) {
    input,
    select {
        font-size: 16px;
    }
}

/* Parent Wrapper */
.vrinda-taxi {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f9f9f9;
    color: #333;
    line-height: 1.6;
    padding: 40px 20px;
}

/* Sections */
.vrinda-taxi section {
    max-width: 1000px;
    margin: 0 auto 40px;
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

/* Headings */
.vrinda-taxi h1 {
    font-size: 32px;
    /* color: #c0392b; */
    margin-bottom: 15px;
}

.vrinda-taxi h2 {
    font-size: 26px;
    /* color: #8e44ad; */
    margin-bottom: 15px;
}

.vrinda-taxi h3 {
    font-size: 20px;
    color: #2c3e50;
    margin-top: 25px;
}

/* Paragraphs */
.vrinda-taxi p {
    font-size: 16px;
    margin-bottom: 15px;
}

/* Lists */
.vrinda-taxi ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.vrinda-taxi ul li {
    font-size: 16px;
    margin-bottom: 8px;
    list-style-type: disc;
}

/* Strong Text */
.vrinda-taxi strong {
    color: #000;
}

/* Highlight Section Title */
.vrinda-taxi h3:last-child {
    text-align: center;
    color: #27ae60;
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
    .vrinda-taxi section {
        padding: 20px;
    }

    .vrinda-taxi h1 {
        font-size: 26px;
        text-align: center;
    }

    .vrinda-taxi h2 {
        font-size: 22px;
        text-align: center;
    }
}
.vrinda-taxi img {
    margin-bottom: 20px;
}
.aboutus a {
    background: #eec635;
}
.team-sec img{
    width: 100% !IMPORTANT;
}
.specialization ul {
    margin-top: 0;
}

.specialization ul li {
    margin: 10px 0;
}

.specialization ul li i {
    min-height: 20px;
    min-width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #839b1d;
    color: #fff;
    border-radius: 100px;
    font-size: 10px;
}
.breadcrumb-section {
  position: relative;
  padding: 40px 0 40px;
  background: linear-gradient(90deg, rgb(0 0 0 / 51%), rgba(0, 0, 0, .85));
  color: #fff;
  text-align: center;
}

.breadcrumb-section h1 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #ffffff;
}

.breadcrumb {
  justify-content: center;
  background: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb-item,
.breadcrumb-item a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.breadcrumb-item a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.breadcrumb-item.active {
  color: #ffffff;
  font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "-";
  color: rgba(255, 255, 255, 0.7);
  padding: 0 10px;
}

/* Responsive */
@media (max-width: 767px) {
    .team-sec img{
        margin-bottom:10px;
    }
    .about-section-about .row{
        flex-direction: column-reverse;
    }
  .breadcrumb-section {
    padding: 20px 0 20px;
  }

  .breadcrumb-section h1 {
    font-size: 28px;
    margin-bottom: 0px;
  }
}
.about-section-about img {
    width: 100%;
    border-radius: 14px;
}
.about-section-about {
    background: #f9f9f9;
}
.team-sec img {
    width: 100% ! IMPORTANT;
        border-radius: 10px;
}
section.team-sec h2 {
    text-align: center;
    margin-bottom: 20px;
}




.contact-section {
  padding: 50px 0;
  background: #f8f9fc;
}

.contact-section .section-title h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-section .section-title p {
  color: #666;
  margin-bottom: 50px;
}

/* Contact Info */
.contact-section .contact-info {
  background: #ffffff;
  padding: 35px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.contact-section h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.contact-section p {
  color: #555;
  margin-bottom: 25px;
}

.contact-section .contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-section .contact-info ul li {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  font-size: 15px;
}

.contact-section .contact-info ul li i {
  min-width: 40px;
  height: 40px;
  background: #839b1d;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin-right: 15px;
  font-size: 16px;
}

.contact-section .contact-info ul li a {
  color: #333 !important;
  text-decoration: none;
}

.contact-section .contact-info ul li a:hover {
  color: #1e3c72;
}

/* Contact Form */
.contact-section .contact-form {
  background: #ffffff;
  padding: 35px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.contact-section .contact-form input,
.contact-section .contact-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 14px;
}

.contact-section .contact-form input:focus,
.contact-section .contact-form textarea:focus {
  outline: none;
  border-color: #1e3c72;
}

.contact-section .btn-submit {
  background: #839b1d;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
}

.contact-section .btn-submit i {
  margin-right: 8px;
}

.contact-section .btn-submit:hover {
  background: #fcca26;
}

/* Responsive */
@media (max-width: 767px) {
  .contact-section .contact-info,
  .contact-section .contact-form {
    margin-bottom: 30px;
    padding: 20px;
  }
}
ul.navbar-nav.gap-3.desing {
    background: #f7f7f7;
    border-radius: 100px;
    padding: 0 30px;
    border: 1px solid #e7e7e7;
}
header{
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    position: sticky;
    top: 0;
    z-index: 11;
}
.popular-routes{
    padding:50px 0;
    background:#fff;
  }
  
  .popular-routes h3{
    text-align:center;
    font-size: 40px;
    margin-bottom:30px;
    font-weight: 700;
  }
  
  .route-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
    gap:22px;
  }
  
  .route-card{
    background: #f6ffd4;
    padding:22px;
    border-radius:16px;
    text-align:center;
    box-shadow:0 6px 18px rgba(0,0,0,.08);
    transition:.3s;
    border: 2px solid #95b607;
  }
  
 
  
  .route-icon{
    font-size: 29px;
    margin-bottom:10px;
  }
  
  .route-card h4{
    font-size: 21px;
    margin-bottom:15px;
    font-weight:600;
  }
  
  .route-btn{
    display:inline-block;
    padding: 6px 24px;
    background: #95b607;
    color: #ffffff;
    font-weight:600;
    border-radius:25px;
    text-decoration:none;
    transition:.3s;
  }
  
  .route-btn:hover{
    background:#e6a900;
  }
  
  .route-card.highlight{
    background: #fff3c6;
    border: 2px solid #edc844;
  }
  
  /* Mobile */
  @media(max-width:768px){
    .popular-routes h3{
      font-size: 26px;
    }
  }
  .route-card.highlight a{
    background: #fcc825;
    color: #000;
  }
  .uh-right h3 span {
    color: #ffffff;
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 13px;
}
.badge-popular{
    position:absolute;
    top:15px;
    left:15px;
    background: #839b1d;
    color: #ffffff;
    font-size:12px;
    padding: 5px 15px;
    border-radius:20px;
    font-weight:600;
    z-index: 1;
  }     
  .lp-routes{
    padding: 50px 0;
    background: #ffffff;
  }
  
  .lp-title{
    text-align:center;
    font-size: 40px;
    margin-bottom:8px;
  }
  
  .lp-subtitle{
    text-align:center;
    color:#666;
    margin-bottom:35px;
    font-size: 20px;
    color: #666;
  }
  
  .lp-route-wrap{
    display:flex;
    flex-wrap:wrap;
    gap:25px;
    justify-content: center;
  }
  
  .lp-route-card{
    width:31%;
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 8px 22px rgba(0,0,0,.08);
    transition:.3s;
    padding: 10px;
  }
  
  .lp-route-card:hover{
    transform:translateY(-6px);
  }
  
  .lp-route-card img{
    width:100%;
    /* height:190px; */
    object-fit:cover;
    border-radius: 10px;
  }
  
  .lp-route-card h4{
    font-size: 22px;
    margin: 12px 0px 4px;
  }
  
  .lp-route-card p{
    font-size:14px;
    color:#666;
    margin: 0 !important;
  }
  
  .lp-btns{
    display:flex;
    gap:10px;
    padding: 0;
  }
  
  .lp-btns a{
    flex:1;
    padding: 6px 24px;
    border-radius:25px;
    text-align:center;
    font-weight: 500;
    text-decoration:none;
  }
  
  .lp-btns .call{
    background: #fcc825;
    color:#000;
  }
  
  .lp-btns .wa{
    background: #95b607;
    color:#fff;
  }
  
  /* Responsive */
  @media(max-width:900px){
    .lp-route-card{width:48%;}
  }
  
  @media(max-width:600px){
    .lp-route-card{width:100%;}
  }
  

  .packages-section .section-title ,.seva-section .section-title,  .jain-split .section-title {
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    color: #1c1c1c;
    margin-bottom: 10px;
}

.packages-section .section-subtitle, .seva-section .section-subtitle, .our-all-car .section-subtitle , .jain-split .section-subtitle{
    text-align: center;
    font-size: 20px;
    color: #666;
    max-width: 700px;
    margin: 0 auto 40px;
}

section.packages-section .row {
    gap: 30px 0;
}
.inclusion_block {
    /* border: 1px solid #0000003d; */
    /* border-radius: 6px; */
    margin-bottom: 10px;
    margin-top: 10px;
    /* padding: 4px 0; */
    position: relative;
    /* padding-top: 5px; */
    /* margin-top: 16px; */
    background: #f2f2f2;
    border-radius: 10px;
  }
  .incl_align {
    background: #fff;
    left: 15px;
    padding: 0 6px;
    /* position: absolute; */
    /* top: -12px; */
    color: green !important;
    font-weight: 500 !important;
    text-transform: capitalize;
    font-size: 10px !important;
  }
  .package_list-inclusions {
    display: flex;
    overflow-x: auto;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    overflow-y: hidden;
    padding-left: 0;
    margin-bottom: 0;
    gap: 10px;
    padding: 4px;
    /* border-radius: 10px; */
  }
  .package_list-inclusions>li:first-child {
    margin-left: 0;
  }
  .package_list-inclusions>li {
    cursor: pointer;
    text-align: center;
    text-transform: capitalize;
    /* margin: 0 6px; */
    /* min-width: auto; */
    font-size: 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    border: 1px solid #ededed;
    padding: 5px 0;
    border-radius: 10px;
    background: #fff;
  }
  .inclusion_block p img {
    width: 25px;
    height: 100%;
  }
  .stay-assist{
    padding:80px 0;
    background: #373737;
    color:#fff;
    }
    
    .stay-wrap{
    display:flex;
    gap:50px;
    align-items:center;
    flex-wrap:wrap;
    }
    
    .stay-left{
    flex:1;
    }
    
    .stay-tag{
    background: #fcc825;
    color:#000;
    padding:6px 14px;
    border-radius:20px;
    font-weight:600;
    font-size:13px;
    display:inline-block;
    margin-bottom:15px;
    }
    
    .stay-left h2{
    font-size:34px;
    margin-bottom:15px;
    }
    
    .stay-left p{
    color:#ddd;
    margin-bottom:25px;
    }
    
    .stay-actions{
    display:flex;
    gap:15px;
    }
    
    .stay-actions a{
    padding: 6px 24px;
    border-radius:30px;
    font-weight:600;
    text-decoration:none;
    }
    
    .stay-call{
    background: #fcc825;
    color:#000;
    }
    
    .stay-wa{
    background: #839b1d;
    color:#fff;
    }
    
    .stay-right{
    flex:1;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    }
    
    .stay-box{
    background: #4f4f4f;
    padding: 15px;
    border-radius:14px;
    border: 1px solid #7e7e7e;
    }
    
    .stay-box h4{
    margin-bottom:6px;
    font-size: 18px;
    }
    
    .stay-box p{
    font-size:14px;
    color:#bbb;
    margin-bottom: 0;
    }
    
    /* Mobile */
    @media(max-width:768px){
    .stay-wrap{flex-direction:column;}
    .stay-right{grid-template-columns: repeat(2,1fr);}
    .stay-left h2{font-size:26px;}
    }
    .customers-says{
        padding: 50px 0 30px;
        background:#f9f9f9;
        }
        
        .customers-says h2{
        margin-bottom:10px;
        }
        
        .customers-says .lead{
        color:#666;
        margin-bottom:40px;
        }
        
        .customers-says .swiper{
        padding: 00px 10px 00px;
        }
        
        .customers-says .card{
        border:none;
        border-radius:18px;
        box-shadow:0 8px 22px rgba(0,0,0,.08);
        transition:.3s;
        background:#fff;
        height:100%;
        min-height: 300px;
        display: flex;
        justify-content: space-between;
        }
        
        .customers-says .card:hover{
        transform:translateY(-6px);
        box-shadow:0 15px 35px rgba(0,0,0,.12);
        }
        
        .customers-says .fas{
        color:#f5b700;
        }
        
        .customers-says .testimonial-des{
        font-size: 17px;
        line-height:1.6;
        color:#444;
        margin-bottom:15px;
        font-weight: 500 !important;
        }
        
        .customers-says h4{
        font-size:15px;
        font-weight:600;
        margin-top:10px;
        }
        
        /* Swiper Navigation */
        
        .customers-says .swiper-button-next,
        .customers-says .swiper-button-prev{
        color:#f5b700;
        }
        
        .customers-says .swiper-pagination-bullet{
        background:#ccc;
        opacity:1;
        }
        
        .customers-says .swiper-pagination-bullet-active{
        background:#f5b700;
        }
        
        /* Mobile */
        
        @media(max-width:768px){
        .customers-says{
        padding: 50px 0;
        }
        
        .customers-says .testimonial-des{
        font-size:14px;
        }
        
        .customers-says h2{
        font-size:28px;
        }
        }
        

        .car-faq{
            padding: 50px 0;
            background: #ffffff;
            }
            
            .car-faq h2{
            /* margin-bottom:10px; */
            }
            
            .car-faq .lead{
            color:#666;
            margin-bottom:40px;
            }
            
            /* Accordion Cards */
            
            .car-faq .accordion-item{
            border:none;
            margin-bottom:15px;
            border-radius: 10px;
            overflow:hidden;
            box-shadow:0 6px 20px rgba(0,0,0,.08);
            background:#fff;
            border: 1px solid #e7e7e7;
            }
            
            /* Accordion Button */
            
            .car-faq .accordion-button{
            font-weight:600;
            font-size:16px;
            padding:18px 20px;
            background:#fff;
            }
            
            .car-faq .accordion-button:not(.collapsed){
            background:#f5b700;
            color:#000;
            box-shadow:none;
            }
            
            .car-faq .accordion-button:focus{
            box-shadow:none;
            border:none;
            }
            
            /* Remove Bootstrap default arrow */
            
            .car-faq .accordion-button::after{
            filter:brightness(0);
            }
            
            /* Body */
            
            .car-faq .accordion-body{
            padding:18px 20px;
            }
            
            .car-faq .accordion-body .lead{
            font-size:15px;
            margin:0;
            color:#444;
            }
            
            /* Mobile */
            
            @media(max-width:768px){
            
            .car-faq{
            padding: 50px 0;
            }
            
            .car-faq h2{
            font-size:28px;
            }
            
            .car-faq .accordion-button{
            font-size:15px;
            padding:15px;
            }
            
            .car-faq .accordion-body{
            padding:15px;
            }
            
            }
            
            .lp-footer{
                background:#0f0f0f;
                color:#ddd;
                padding:70px 0 25px;
                }
                
                .footer-grid{
                display:flex;
                gap:50px;
                flex-wrap:wrap;
                }
                
                .footer-col{
                flex:1;
                min-width:260px;
                }
                
                .footer-logo{
                width: 40%;
                /* background: #fff; */
                /* padding: 10px; */
                border-radius: 10px;
                margin-bottom: 20px;
                border: none !important;
                }
                
                .footer-col h4{
                color: #f5b721;
                font-size:18px;
                margin-bottom:15px;
                text-align: center;
                }
                
                .footer-col p{
                font-size:14px;
                line-height:1.6;
                color:#bbb;
                }
                
                .lp-footer a{
                color: #ffffff;
                text-decoration:none;
                }
                
                .lp-footer a:hover{
                color:#f5b700;
                }
                
                /* CTA Buttons */
                
                .footer-cta{
                margin-top:20px;
                display:flex;
                gap:12px;
                }
                
                .footer-cta a{
                padding:10px 22px;
                border-radius:30px;
                font-weight:600;
                font-size:14px;
                text-decoration:none;
                color: #000;
                }
                
                .f-call{
                background:#f5b700;
                color:#000;
                }
                
                .f-wa{
                background: #839b1d;
                color:#fff;
                }
                
                /* Form */
                
                .footer-form form input{
                width:100%;
                padding:10px 12px;
                margin-bottom:10px;
                border-radius:6px;
                border:none;
                font-size:14px;
                }
                
                .footer-form form input:focus{
                outline:none;
                }
                
                .footer-form form button{
                width:100%;
                padding:11px;
                border:none;
                border-radius:30px;
                background:#f5b700;
                color:#000;
                font-weight:600;
                cursor:pointer;
                }
                
                .footer-form form button:hover{
                background:#e6a900;
                }
                
                /* Bottom */
                
                .footer-bottom{
                border-top:1px solid #2a2a2a;
                margin-top:40px;
                padding-top:15px;
                text-align:center;
                font-size:13px;
                color:#999;
                }
                
                /* Mobile */
                
                @media(max-width:768px){
                .footer-grid{
                flex-direction:column;
                text-align:center;
                }
                
                .footer-cta{
                justify-content:center;
                }
                }
                .jain-split{
                    padding: 50px 0;
                    background:#f7f7f7;
                    }
                    
                    .jain-wrap{
                    display:flex;
                    gap:40px;
                    align-items:center;
                    flex-wrap:wrap;
                    }
                    
                    /* LEFT */
                    
                    .jain-left{
                    flex:1;
                    position:relative;
                    height:380px;
                    border-radius:20px;
                    overflow:hidden;
                    box-shadow:0 10px 30px rgba(0,0,0,.15);
                    }
                    
                    .jain-slide{
                    position:absolute;
                    width:100%;
                    height:100%;
                    object-fit:cover;
                    opacity:0;
                    transition:1s;
                    }
                    
                    .jain-slide.active{
                    opacity:1;
                    }
                    
                    /* RIGHT */
                    
                    .jain-right{
                    flex:1;
                    }
                    
                    .jain-right h2{
                    font-size:32px;
                    margin-bottom:10px;
                    }
                    
                    .jain-right p{
                    color:#555;
                    margin-bottom:15px;
                    }
                    
                    .jain-list{
                    padding-left: 0;
                    margin-bottom:25px;
                    display: flex;
                    flex-wrap: wrap;
                    gap: 0 8px;
                    }
                    
                    .jain-list li{
                    margin-bottom:6px;
                    font-weight: 400;
                    list-style: none;
                    background: #ffffff;
                    border-radius: 100px;
                    padding: 2px 10px;
                    font-size: 16px;
                    font-family: 'Jost';
                    border: 1px solid #e8e8e8;
                    }
                    
                    /* Buttons */
                    
                    .jain-btns{
                    display:flex;
                    gap:15px;
                    }
                    
                    .jain-btns a{
                    padding: 6px 24px;
                    border-radius:30px;
                    font-weight:600;
                    text-decoration:none;
                    }
                    
                    .jain-call{
                    background:#f5b700;
                    color:#000;
                    }
                    
                    .jain-wa{
                    background: #839b1d;
                    color:#fff;
                    }
                    
                    /* Mobile */
                    
                    @media(max-width:768px){
                        .seva-card{width: 48%;}
                    .jain-wrap{flex-direction:column;}
                    .jain-left{height:260px;}
                    .jain-right h2{font-size:26px;}
                    }
                    
                    .jain-list li i {
                        color: #839b1d;
                    }
                    .footer-col img {
                        border-radius: 10px;
                        border: 1px solid #fff;
                    }