@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); body {
    font-family: "Poppins", 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: 'Playfair Display', serif;
    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: 'Playfair Display', serif;
    font-weight: 400
}

.badge-secondary {
    background: rgb(249 242 225);
    border-color: #E2720E;
    color: #000!important;
    padding: 10px;
    border-radius: 100px;
}

.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: #ffffff;
    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: 10px;
    padding: 10px 22px;
    position: relative;
    top: 0
}

.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: #fff;
    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: linear-gradient(90deg, rgba(0, 0, 0, .85), rgb(0 0 0 / 51%));
    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: 'Playfair Display', serif;
    ;font-weight: 900!important
}

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

.footer {
    background: #557500;
    color: #fff;
    padding: 50px 0 20px 0
}

.footer h5 {
    font-size: 18px;
    margin-bottom: 15px
}

.footer p {
    color: #fff
}

.footer .logo {
    margin-bottom: 10px
}

.footer-logo {
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    margin: 0 auto 15px auto;
    display: block;
    max-width: 200px
}

.footer-logo img {
    width: 100%
}

.footer-links {
    list-style: none;
    padding: 0
}

.footer-links li {
    margin-bottom: 10px
}

.footer-links a {
    color: #fff!important;
    text-decoration: none;
    transition: color 0.3s
}

.footer-links a:hover {
    color: #f5a623
}

.fixed-header.has-sticky {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 999;
    animation: .35s ease-out slideDown;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

.menu {
    border-top: 1px solid #ffffff3b;
    background: #06417d;
    padding: 1px 0;
    display: none;
}

@media (max-width: 768px) {
    .fixed-header.has-sticky .menu {
        display: block !important;
    }
}


@media only screen and (max-width: 767px) {
   
    .package-card .btn i {
        display: none;
    }
    .devmenu.position-relative {
        overflow: hidden;
    }
}

.position-relative {
    position: relative !important;
}

@media only screen and (max-width: 575px) {
    .menu ul.topmenu {
        width: calc(100% - 13px);
        margin-left: 0;
        /* padding-right: 19px; */
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .menu ul.childmenu, .menu ul.topmenu {
        white-space: nowrap;
        overflow-x: scroll;
        scrollbar-width: none;
    }
}

.menu ul.childmenu li, .menu ul.topmenu li, .packagebtn, .packagemenu li {
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .menu ul.topmenu li a.is-current, .menu ul.topmenu li.active a {
        background: #fff;
        color: #192e87;
        border-radius: 100px;
    }
}

.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 #ededed;
    background: #fff!important;
    height: 50px;
    font-weight: 400;
    color: #000!important;
    font-family: "Roboto Condensed",sans-serif
}

.main-contact-form .btn {
    width: max-content;
    border-radius: 100px;
    padding: 10px 15px;
    font-size: 15px;
    background: linear-gradient(135deg, #053884 0%, #0d7a57 100%);
    border: none;
}

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

.main-logo {
    display: block;
    height: 84px;
    width: auto
}

.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: 'Playfair Display', 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
}

.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;
    top: 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
}

.aboutus ul {
    margin: 0;
    padding: 0;
    margin-top: 40px
}

.aboutus ul li {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 20px
}

.aboutus ul li .listimg {
    background: #839b1d;
    padding: 15px;
    border-radius: 100px;
}

.aboutus ul li .listimg img {
    width: 40px;
    height: 40px;
    filter: invert(1)
}

.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('https://images.unsplash.com/photo-1600101848590-ea5d5c2c67cb') center/cover no-repeat;
    padding: 70px 16px;
    color: #fff;
}

.uh-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .85), rgb(0 0 0 / 51%));
}

.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;
}

.uh-left h1 span {
    color: #dfa340 ;
}

.uh-left p {
    font-size: 19px;
    margin-bottom: 16px;
    max-width: 700px;
}

.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: #dfa340;
    padding: 8px 20px;
    border-radius: 100px;
    color: #ffffff;
    font-weight: 600;
}

.uh-wa {
    background: #95b607;
    padding: 8px 20px;
    border-radius: 100px;
    color: #fff;
    font-weight: 600;
    background: linear-gradient(135deg,#25D366 0%,#128C7E 100%);
    /* background: linear-gradient(135deg, #2AF598 0%, #009EFD 100%); */
    font-size: 14px;
    flex: 1;
    text-align: center;
}

/* RIGHT PANEL */
/* =========================
  
========================= */
.uh-right {
    background: #ffffff;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 20px 40px rgba(0,0,0,.25);
    position: relative;
}

/* small highlight top border */
.uh-right h3 {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #839b1d;
}

.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: #dfa340;
    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: 48px;
    }
}

header .btn-icon {
    background: linear-gradient(135deg, #053884 0%, #0d7a57 100%);
    border-color: #0c7a57 !important;
    border-radius: 100px;
    /* margin: auto; */
    /* display: inline-block; */
    /* position: relative; */
    float: right;
}

.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;
    color: #082c4c;
}

.pkg-title p {
    font-size: 17px;
    color: #555;
}

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

.pkg-card {
    background: #fdfcf7;
    border-radius: 20px;
    overflow: hidden;
    /* box-shadow: 0 18px 40px rgba(0,0,0,.08); */
    transition: .35s ease;
    border: 1px solid #dedede;
}

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

.pkg-img {
    position: relative;
    margin: 5px;
    border-radius: 20px;
    overflow: hidden;
}

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

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

.pkg-content {
    padding: 10px 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;
    background: #fff;
    padding: 10px;
    border: 1px solid #ededed;
    border-radius: 10px;
}

.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: #053884;
    color: #ffffff;
    border-radius: 8px;
    font-weight: 600;
    padding: 8px 20px;
    font-size: 14px;
}

.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: #ffffffad;
    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;
}

.check-out-one__img img {
    width: 90%;
    transition: 0.5s;
    margin: 30px 0;
}

.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: #f0f0f0;
    margin-top: 7px;
    /* border-radius: 8px; */
    border: 1px solid #0000000d;
}

.check-out-one__content {
}

.check-out-one__meta {
    /* position: absolute; */
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 23px;
    /* margin-top: 43px; */
    top: 10px;
    width: 100%;
    /* justify-content: space-between; */
    /* right: 10px; */
    /* left: 10px; */
}

.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;
}

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

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

.package-btn a:last-child {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    /* border-color: #95b607; */
    color: #fff;
}

.package-btn a {
    border: 1px solid;
    padding: 4px 10px;
    border-radius: 5px;
    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: 30px;
    font-size: 40px;
}


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;
    }
}

/* ===============================
   PACKAGES SECTION
================================ */
.packages-section {
    padding: 60px 0;
    background: #fdfcf7;
}

.package-card {
    background: #fdfcf7;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 5px;
    position: relative;
    border: 1px solid #dedede;
}

.package-card:hover {
    /* transform: translateY(-8px); */
    /* box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15); */
}

/* IMAGE */
.package-card img {
    width: 100%;
    /* height: 230px; */
    /* object-fit: cover; */
    border-radius: 24px;
    /* border: 1px solid #acacac; */
}

/* CONTENT */
.package-card h3 {
    font-size: 21px;
    font-weight: 700;
    color: #1c1c1c;
    margin: 18px 10px 6px;
}

.package-card .days {
    display: inline-block;
    background: linear-gradient(135deg, #053884 0%, #0d7a57 100%);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 9px 7px 20px;
    border-radius: 0 0 10px 0;
    margin: 0 0px 12px;
    width: fit-content;
    position: absolute;
    top: -0px;
    left: 0px;
}

.package-card .route {
    font-size: 12px;
    color: #444;
    margin: 0 10px 8px;
    line-height: 1.6;
    border: 1px solid #fbf1d6;
    padding: 5px 10px;
    border-radius: 6px;
    background: linear-gradient(90deg, rgba(248, 241, 223, 0.97) 0%, rgb(251 247 237) 25%, rgb(254 251 246) 40%, rgb(253 253 249) 60%, rgb(248 241 224) 100%);
    margin-top: 10px;
}

.package-card .route strong {
    color: #000;
}

.package-card .short-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0 0px 18px;
    flex-grow: 1;
    display: none;
}

/* BUTTONS */
.package-card .btn-group {
    display: flex;
    gap: 0;
    padding: 0;
    margin: 0 2px 10px;
}

.package-card .btn {
    flex: 1;
    text-align: center;
    padding: 9px 10px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 100px;
}

/* CALL BUTTON */
.package-card .btn.call {
    background: #053884;
    color: #fff;
}

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

/* VIEW MORE */
.package-card .btn.view {
    background: #dfa345;
    color: #ffffff;
    /* border: 1px solid #dedede; */
    border-radius: 0;
}

.package-card .btn.view:hover {
    background: #f1c581;
    color: #000;
}

/* WHATSAPP */
.package-card .btn.whatsapp {
    background: linear-gradient(135deg,#25D366 0%,#128C7E 100%);
    color: #fff;
    border: none;
}

.package-card .btn.whatsapp:hover {
    /* background: #1da851; */
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .package-card img {
        /* height: 210px; */
    }
}

@media (max-width: 576px) {
    .package-card h3 {
        font-size: 21px;
    }

    .package-card .btn-group {
        /* flex-direction: column; */
    }
}

.packages-section .section-title  {
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    color: #082c4c;
    margin-bottom: 10px;
}

.packages-section .section-subtitle {
    text-align: center;
    font-size: 20px;
    color: #666;
    max-width: 700px;
    margin: 0 auto 40px;
    font-size: 18px;
    color: #666;
}

section.packages-section .row {
    gap: 30px 0;
}

/* ===============================
   HOTEL GALLERY (OPTIONAL STAY)
================================ */
.hotel-gallery-section {
    padding: 50px 0;
    background: #ffffff;
}

.hotel-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.gallery-item {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.gallery-item img {
    width: 100%;
    /* height: 260px; */
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.hotel-note {
    margin-top: 25px;
    text-align: center;
    font-size: 14px;
    color: #555;
    background: #f9fafc;
    padding: 12px 18px;
    border-radius: 10px;
    margin-bottom: 0;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .hotel-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }
}

@media (max-width: 576px) {
    .hotel-gallery {
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
}

.hotel-gallery-section h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
}

.hotel-gallery-section .section-subtitle {
    font-size: 20px;
    color: #666;
    /* max-width: 700px; */
    text-align: center;
}

/* ===============================
   CUSTOM PACKAGE CTA
================================ */
.custom-cta-section {
    padding: 50px 0;
    background: linear-gradient(90deg, rgb(0 0 0 / 51%), rgba(0, 0, 0, .85));
}

.cta-box {
    max-width: 900px;
    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: #ecc950;
    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: 11px 26px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* CALL */
.cta-btn.call {
    background: #ecc950;
    color: #fff;
}

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

/* WHATSAPP */
.cta-btn.whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #fff;
}

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

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

    .cta-box p {
        font-size: 17px;
    }
}

section.car-24 .h1 {
    color: #fcc825 !important;
    font-size: 40px;
}

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



.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: #f9fafc;
}

.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: linear-gradient(90deg, rgba(248, 241, 223, 0.97) 0%, rgb(251 247 237) 25%, rgb(254 251 246) 40%, rgb(253 253 249) 60%, rgb(248 241 224) 100%), url(images/hero-banner.jpg);
    padding: 13px 10px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    overflow: hidden;
}

.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;
}



/* 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;
}

ul.automenu {
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .menu ul.topmenu li a {
        padding: 5px 12px;
        background: transparent;
        color: #fff;
        border: none;
        font-size: 12px;
        display: inline-block;
    }
}

@media only screen and (max-width: 575px) {
    .menu-arrow {
        display: block !important;
        position: absolute;
        right: 0;
        background: #555;
        width: 26px;
        height: 33px;
        line-height: 29px;
        box-sizing: border-box;
        cursor: pointer;
        z-index: 99;
        top: 0;
        display: flex;
    }

    .menu-arrow img {
        filter: invert(1);
    }
}

header .menu-desk {
    display: block;
    background: linear-gradient(90deg, rgba(248, 241, 223, 0.97) 0%, rgb(251 247 237) 25%, rgb(254 251 246) 40%, rgb(253 253 249) 60%, rgb(248 241 224) 100%), url(images/hero-banner.jpg);
    border-radius: 100px;
    padding: 7px;
    border: 1px solid #0c7a5717;
}

header .menu-desk ul {
    justify-content: space-between;
    display: flex;
    padding-left: 0;
}

header .menu-desk ul li a {
    display: inline-block;
    padding: .3rem .5rem;
    font-size: 14px;
}

.menu ul li.active a {
    background: #0c7a57;
    color: #fff;
    border-radius: 100px;
}

header {
    padding: 5px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.hero-sec {
    width: 100%;
    /* min-height:100vh; */
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient( 90deg, rgba(248,241,223,0.97) 0%, rgba(248,241,223,0.92) 25%, rgba(248,241,223,0.72) 40%, rgba(248,241,223,0.15) 60%, rgba(248,241,223,0) 100% ), url("images/hero-banner.jpg");
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    border-bottom: 1px solid #e4e4e4;
}

.hero-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    z-index: 2;
    position: relative;
}

.hero-content {
    width: 100%;
    max-width: 800px;
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #0d5b43;
    margin-bottom: 24px;
}

.hero-content h1 {
    font-size: 53px;
    line-height: 1.05;
    font-family: 'Playfair Display',serif;
    color: #082c4c;
    margin-bottom: 10px;
    font-weight: 800;
}

.hero-content h1 span {
    color: #0d7a57;
}

.hero-content h2 {
    font-size: 20px;
    line-height: 1.4;
    color: #18434d;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'Poppins';
}

.hero-content p {
    font-size: 17px;
    line-height: 1.5;
    color: #444;
    margin-bottom: 35px;
    /* max-width:600px; */
}

.hero-btns {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.hero-sec .call-btn, .hero-sec .whatsapp-btn {
    text-decoration: none;
    padding: 13px 34px;
    border-radius: 60px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    transition: 0.4s;
}

.hero-sec .call-btn {
    background: linear-gradient(135deg, #053884 0%, #0d7a57 100%);
    box-shadow: 0 12px 30px rgba(8,44,76,0.2);
}

.hero-sec .whatsapp-btn {
    background: linear-gradient(135deg,#25D366 0%,#128C7E 100%);
    box-shadow: 0 12px 30px rgba(37,211,102,0.25);
    margin-top: 0;
}

.hero-sec .call-btn:hover, .hero-sec .whatsapp-btn:hover {
    transform: translateY(-4px);
}

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.feature-box {
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(255,255,255,0.78);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(0,0,0,0.08);
    padding: 10px 10px;
    border-radius: 12px;
    transition: 0.4s;
}

.feature-box i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0d7a57;
    color: #fff;
    font-size: 13px;
}

.feature-box span {
    font-size: 13px;
    font-weight: 300;
    color: #082c4c;
}

/* FORM */
.hero-form-box {
    width: 100%;
    max-width: 430px;
    background: rgb(251 247 238);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 30px;
    padding: 35px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
    border: 1px solid #e4e4e4;
}

.form-top {
    margin-bottom: 20px;
}

.form-top h3 {
    font-size: 30px;
    color: #082c4c;
    margin-bottom: 8px;
    font-family: 'Playfair Display',serif;
}

.form-top p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    /* margin-bottom: 5px; */
}

.hero-sec .input-group {
    margin-bottom: 18px;
}

.hero-sec .input-group input, .hero-sec .input-group select {
    width: 100%;
    height: 58px;
    border: none;
    outline: none;
    border-radius: 14px;
    padding: 0 18px;
    font-size: 15px;
    font-family: 'Inter',sans-serif;
    background: rgba(255,255,255,0.92);
    color: #222;
}

.hero-sec .input-group input::placeholder {
    color: #666;
}

.hero-sec .submit-btn {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 100px;
    background: linear-gradient(135deg, #053884 0%, #0d7a57 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: 0.4s;
    margin-top: 10px;
}

.hero-sec .submit-btn:hover {
    transform: translateY(-4px);
}

@media(max-width: 1200px) {
    .hero-content h1 {
        font-size:60px;
    }
}

@media(max-width: 991px) {
    .hero-sec {
        padding:90px 0;
    }

    .hero-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero-form-box {
        max-width: 100%;
    }

    .hero-content h1 {
        font-size: 52px;
    }

    .hero-content h2 {
        font-size: 22px;
    }
}

@media(max-width: 767px) {
    .hero-sec {
        padding: 50px 0;
        /* background-position: 78%; */
        /* margin: 5px; */
        /* border: 1px solid #d8d8d8; */
        /* border-radius: 10px; */
    }

    .hero-content h1 {
        font-size: 36px;
    }

    .hero-content h2 {
        font-size: 15px;
    }

    .hero-content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .hero-btns {
        flex-direction: row;
    }

    .hero-btns .call-btn, .hero-btns .whatsapp-btn {
        /* width: 100%; */
        text-align: center;
        padding: 10px 20px;
        font-size: 15px;
        font-weight: 400;
    }

    .feature-box {
        /* width: 100%; */
    }

    .hero-form-box {
        padding: 25px;
        border-radius: 24px;
    }

    .form-top h3 {
        font-size: 28px;
    }
}

.taxi-fleet-sec {
    padding: 50px 0;
    /* background: #f5f7ee; */
    overflow: hidden;
}

.taxi-container {
    max-width: 1400px;
    margin: auto;
}

.taxi-head {
    text-align: center;
    margin-bottom: 45px;
}

.taxi-head span {
    display: inline-block;
    padding: 8px 18px;
    background: rgb(249 242 225);
    color: #192e87;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    border: 1px solid #eadfbb;
    font-size: 14px;
    font-weight: 600;
    color: #0d5b43;
}

.taxi-head h2 {
    font-size: 40px;
    margin: 0 0 10px;
    line-height: 1.2;
    color: #082c4c;
}

.taxi-head p {
    font-size: 18px;
    color: #666;
}

.taxiFleetSlider {
    /* padding-bottom:60px; */
}

.taxi-card {
    background: #fdfcf7;
    border-radius: 24px;
    overflow: hidden;
    /* box-shadow:0 15px 40px rgba(0,0,0,.08); */
    transition: .4s;
    border: 1px solid #e4e4e4;
}

.taxi-top {
    background: linear-gradient(90deg, rgba(248, 241, 223, 0.97) 0%, rgb(251 247 237) 25%, rgb(254 251 246) 40%, rgb(253 253 249) 60%, rgb(248 241 224) 100%), url(images/hero-banner.jpg);
    padding: 15px;
    position: relative;
    /* height: 240px; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding-bottom: 0; */
    border-radius: 20px;
    border: 1px solid #ffedc536;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.taxi-top img {
    max-width: 100%;
    max-height: 170px;
    object-fit: contain;
}

.taxi-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #192e87;
    color: #fff;
    padding: 3px 15px;
    border-radius: 40px;
    font-size: 12px;
    font-weight: 400;
    display: none;
}

.taxi-info {
    padding: 20px 20px;
}

.taxi-info h3 {
    font-size: 30px;
    margin: 0 0 15px;
}

.taxi-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.taxi-meta span {
    padding: 6px 12px;
    background: #f2f2f2;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
}

.taxi-info p {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 22px;
}

.taxi-btns {
    display: flex;
    gap: 0;
    border-radius: 100px;
    overflow: hidden;
}

.taxi-btns a {
    flex: 1;
    text-align: center;
    padding: 10px 14px;
    border-radius: 0;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
}

.taxi-btns a:first-child {
    background: #053884;
    color: #ffffff;
}

.taxi-btns a:last-child {
    background: #0c7a57;
    color: #fff;
}

.taxi-next, .taxi-prev {
    width: 48px;
    height: 48px !important;
    border-radius: 50%;
    background: linear-gradient(135deg, #053884 0%, #0d7a57 100%);
    color: #fff;
}

.taxi-next:after, .taxi-prev:after {
    font-size: 18px;
    font-weight: 700;
}

.taxi-pagination .swiper-pagination-bullet-active {
    background: #192e87;
}

@media(max-width: 991px) {
    .taxi-head h2 {
        font-size:34px;
    }
}

@media(max-width: 767px) {
    .taxi-fleet-sec {
        padding: 60px 0;
    }

    .taxi-head h2 {
        font-size: 28px;
    }

    .taxi-info h3 {
        font-size: 24px;
    }
}

.swiper-container {
    position: relative;
    padding: 0px 50px;
}

img.banner-bg {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 0;
    width: 600px;
    opacity: 0.1;
    transform: translateX(-50%);
}

.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; */
    /* margin-top: 40px; */
    margin: 16px 10px 10px;
}
.incl_align {
    background: #fdfcf7;
    left: 15px;
    padding: 0 10px;
    position: absolute;
    top: -12px;
    color: green !important;
    font-weight: 500 !important;
    text-transform: capitalize;
    font-size: 10px !important;
}
.flatbook p {
    font-size: .7rem;
    /* padding: 0px 10px; */
    margin-bottom: 0;
}
.package_list-inclusions {
    display: flex;
    overflow-x: auto;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    overflow-y: hidden;
    padding-left: 0;
    margin: 0;
}

.package_list-inclusions>li:first-child {
    margin-left: 0;
}
.inclusion_block img {
    width: 29px;
    /* height: 19px; */
    border-radius: 0;
}
.package_list-inclusions>li {
    cursor: pointer;
    text-align: center;
    text-transform: capitalize;
    margin: 0 6px;
    /* min-width: auto; */
    font-size: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
}
.amenties {
    width: 100%;
    float: left;
    margin-top: 2px;
    margin-bottom: 10px;
    padding: 0 10px;
  }
  .f12b {
    font-size: .7rem;
    margin-top: 5px;
    margin-bottom: 0;
}
.amenties ul li {
    list-style: circle;
    margin: 0px;
    float: left;
    line-height: 20px;
    padding: 0px;
    width: 100%;
}
.am_ttl2 {
    font-size: 12px;
    color: rgb(60, 55, 55);
    font-weight: 600;
}
.amenties ul{
    padding-left: 15px;
}
.pkg-content ul li:last-child{
    margin-bottom: 0;
}
.pkg-btns a{
    border-radius: 0 !important;
}
.pkg-btns{
    border-radius: 100px;
    gap: 0;
    overflow: hidden;
}
/*==============================
SEVA SECTION
==============================*/

.seva-section{
    position:relative;
    padding: 60px 0;
    background: #fdfcf7;
    overflow:hidden;
}

.seva-section::before{
    content:"";
    position:absolute;
    top:-120px;
    right:-120px;
    width: 220px;
    height: 220px;
    background:rgba(255,153,0,0.08);
    border-radius:50%;
}

.seva-section::after{
    content:"";
    position:absolute;
    bottom:-150px;
    left:-150px;
    width: 220px;
    height: 220px;
    background:rgba(14,122,87,0.07);
    border-radius:50%;
}

.section-head{
    text-align:center;
    max-width:850px;
    margin:auto;
    margin-bottom:60px;
    position:relative;
    z-index:2;
}

.section-tag{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:#fff;
    color:#0d7a57;
    font-size:14px;
    font-weight:700;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
    margin-bottom:22px;
}

.section-title{
    font-size: 40px;
    line-height:1.2;
    color:#082c4c;
    font-weight:800;
    margin-bottom:20px;
}

.section-subtitle{
    font-size:17px;
    line-height:1.9;
    color:#555;
}

.seva-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap: 10px;
    position:relative;
    z-index:2;
}

.seva-card{
    position:relative;
    background:#fff;
    padding:40px 30px;
    border-radius: 20px;
    transition:0.4s;
    overflow:hidden;
    border:1px solid rgba(0,0,0,0.06);
    /* box-shadow:0 15px 40px rgba(0,0,0,0.05); */
    border: 1px solid #e6e2e2;
}

.seva-card:hover{
    /* transform:translateY(-10px); */
    /* box-shadow:0 25px 60px rgba(0,0,0,0.08); */
}

.seva-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#ff9900,#0d7a57);
}

.seva-icon{
    width: 60px;
    height: 60px;
    border-radius: 13px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #053884 0%, #0d7a57 100%);
    color:#fff;
    font-size:28px;
    /* box-shadow:0 12px 25px rgba(255,153,0,0.25); */
}

.seva-card h4{
    font-size: 25px;
    line-height:1.4;
    color:#082c4c;
    margin-bottom: 8px;
    font-weight:700;
}

.seva-card p{
    font-size: 15px;
    line-height:1.8;
    color:#666;
    margin-bottom: 0;
}

.seva-extra{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:18px;
    margin-top:55px;
}

.extra-box{
    display:flex;
    align-items:center;
    gap:10px;
    padding:16px 24px;
    background: linear-gradient(90deg, rgba(248, 241, 223, 0.97) 0%, rgb(251 247 237) 25%, rgb(254 251 246) 40%, rgb(253 253 249) 60%, rgb(248 241 224) 100%), url(images/hero-banner.jpg);
    border-radius:50px;
    font-size:15px;
    font-weight:600;
    color:#082c4c;
    /* box-shadow:0 10px 25px rgba(0,0,0,0.05); */
    border: 1px solid #dfdfdf;
}

.extra-box i{
    color:#0d7a57;
}

.seva-note{
    margin-top:40px;
    text-align:center;
    /* padding:22px 25px; */
    /* background:#fff; */
    /* border-radius:20px; */
    font-size:15px;
    line-height:1.8;
    color:#555;
    /* border-left:5px solid #ff9900; */
    /* box-shadow:0 10px 25px rgba(0,0,0,0.04); */
}

/*==============================
RESPONSIVE
==============================*/

@media(max-width:991px){

.seva-grid{
    grid-template-columns:repeat(2,1fr);
}

.section-title{
    font-size:38px;
}

}

@media(max-width:767px){

.seva-section{
    padding: 50px 0;
}

.section-title{
    font-size:30px;
}

.section-subtitle{
    font-size:15px;
    line-height:1.8;
}

.seva-grid{
    grid-template-columns:1fr;
    gap:20px;
}

.seva-card{
    padding:30px 24px;
}

.seva-card h4{
    font-size:22px;
}

.seva-extra{
    gap:12px;
}

.extra-box{
    width:100%;
    justify-content:center;
    text-align:center;
}

}

/*==========================
WHY SECTION NEW DESIGN
==========================*/

.why-section-new{
    position:relative;
    padding: 60px 0;
    background: #fdfcf7;
    overflow:hidden;
}

.why-section-new::before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:40%;
    height:100%;
    background:#f8f5ef;
    clip-path:polygon(18% 0,100% 0,100% 100%,0 100%);
}

.why-top-wrap{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
    position:relative;
    z-index:2;
}

.mini-tag{
    display:inline-block;
    padding:12px 24px;
    border-radius:50px;
    background:#fff3df;
    color:#d17b00;
    font-size:14px;
    font-weight:700;
    margin-bottom:24px;
}

.why-left h2{
    font-size: 40px;
    line-height:1.15;
    color:#082c4c;
    margin-bottom: 15px;
    font-weight:800;
    max-width:650px;
}

.why-left p{
    font-size:17px;
    line-height:1.9;
    color:#5c5c5c;
    max-width:600px;
}

.why-stats{
    display:flex;
    gap: 12px;
    flex-wrap:wrap;
    margin-top:45px;
}

.stat-box{
    min-width:160px;
    padding:28px 22px;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(248, 241, 223, 0.97) 0%, rgb(251 247 237) 25%, rgb(254 251 246) 40%, rgb(253 253 249) 60%, rgb(248 241 224) 100%), url(images/hero-banner.jpg);
    border:1px solid rgba(0,0,0,0.06);
    box-shadow:0 15px 40px rgba(0,0,0,0.05);
    text-align: center;
}

.stat-box h3{
    font-size:38px;
    color:#0d7a57;
    margin-bottom:8px;
    font-weight:800;
}

.stat-box span{
    font-size:15px;
    color:#666;
    font-weight: 400;
}

.why-right{
    display:flex;
    flex-direction:column;
    gap:24px;
}

.why-item{
    display:flex;
    align-items: center;
    gap:22px;
    padding: 15px;
    border-radius:28px;
    background:#fff;
    box-shadow:0 15px 35px rgba(0,0,0,0.05);
    border: 1px solid #e6e2e2;
    transition:0.4s;
}

.why-item:hover{
    transform:translateX(10px);
}

.why-item:nth-child(2){
    margin-left:40px;
}

.why-item:nth-child(4){
    margin-left:60px;
}

.why-item-icon{
    min-width:75px;
    height:75px;
    border-radius:22px;
    display:flex;
    align-items:center;
    justify-content:center;
    background: linear-gradient(135deg, #053884 0%, #0d7a57 100%);
    color:#fff;
    font-size:28px;
    /* box-shadow:0 10px 30px rgba(255,153,0,0.25); */
}

.why-item-content h4{
    font-size:24px;
    color:#082c4c;
    margin-bottom: 6px;
    font-weight:700;
}

.why-item-content p{
    font-size: 15px;
    line-height:1.8;
    color:#666;
    margin-bottom: 0;
}

.why-bottom-strip{
    margin-top:80px;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:18px;
    position:relative;
    z-index:2;
}

.strip-box{
    display:flex;
    align-items:center;
    gap:10px;
    padding:18px 26px;
    background:#082c4c;
    border-radius:60px;
    color:#fff;
    font-size:15px;
    font-weight:600;
    transition:0.4s;
}

.strip-box:hover{
    transform:translateY(-5px);
    background:#0d7a57;
}

.strip-box i{
    color:#ffcc66;
}

/*==========================
RESPONSIVE
==========================*/

@media(max-width:1100px){

.why-top-wrap{
    grid-template-columns:1fr;
    gap:50px;
}

.why-section-new::before{
    width:100%;
    height:45%;
    clip-path:none;
    top:auto;
    bottom:0;
}

.why-left h2{
    font-size:44px;
}

}

@media(max-width:767px){

.why-section-new{
    padding: 50px 0;
}

.why-left h2{
    font-size:32px;
}

.why-left p{
    font-size:15px;
}

.why-item{
    padding:22px;
    gap:16px;
}

.why-item:nth-child(2),
.why-item:nth-child(4){
    margin-left:0;
}

.why-item-icon{
    min-width:62px;
    height:62px;
    font-size:22px;
}

.why-item-content h4{
    font-size:20px;
}

.why-item-content p{
    font-size:15px;
}

.stat-box{
    /* width:100%; */
}

.strip-box{
    width:100%;
    justify-content:center;
    text-align:center;
}

}

/*==================================
LUXURY ABOUT SECTION
==================================*/

.about-luxury-section{
    position:relative;
    background: #ffffff;
    overflow:hidden;
    padding: 70px 0;
}

/*========================
MAIN WRAP
========================*/

.about-luxury-wrap{
    /* display:grid; */
    /* grid-template-columns:0.95fr 1.05fr; */
    min-height:100vh;
}

/*========================
LEFT IMAGE
========================*/

.luxury-image-side{
    position:relative;
    overflow:hidden;
    border-radius: 20px;
}

.luxury-image-side img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.luxury-image-side::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top,rgba(0,0,0,0.35),transparent);
}

/*========================
FLOATING REVIEW
========================*/

.review-strip{
    display:flex;
    align-items:center;
    gap:25px;
    padding: 5px;
    background: linear-gradient(90deg, rgba(248, 241, 223, 0.97) 0%, rgb(251 247 237) 25%, rgb(254 251 246) 40%, rgb(253 253 249) 60%, rgb(248 241 224) 100%), url(images/hero-banner.jpg);
    backdrop-filter:blur(14px);
    border-radius: 20px;
    border: 1px solid #dfdfdf;
    margin-top: 20px;
}

.review-count{
    min-width: 70px;
    height: 70px;
    border-radius: 20px;
    background:#082c4c;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
}

.review-text{
    font-size: 17px;
    line-height: 1.5;
    color:#444;
    font-weight: 600;
}

/*========================
RIGHT CONTENT
========================*/

.luxury-content-side{
    /* padding:120px 90px; */
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.luxury-tag{
    display:inline-block;
    padding:12px 24px;
    border-radius:50px;
    background:#fff;
    color:#d67b00;
    font-size:14px;
    font-weight:700;
    margin-bottom:28px;
    width:max-content;
    display: inline-block;
    padding: 8px 18px;
    background: rgb(249 242 225);
    color: #192e87;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    border: 1px solid #eadfbb;
    font-size: 14px;
    font-weight: 600;
    color: #0d5b43;
}

.luxury-content-side h2{
    font-size: 40px;
    line-height:1.08;
    color:#082c4c;
    margin-bottom: 20px;
    font-weight:800;
    max-width:750px;
}

.luxury-desc{
    font-size: 17px;
    line-height:2;
    color:#5c5c5c;
    max-width:700px;
    margin-bottom: 22px;
}

/*========================
HIGHLIGHT
========================*/

.highlight-line{
    position:relative;
    margin-bottom: 0;
    padding-left: 21px;
}

.highlight-line::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:6px;
    height:100%;
    border-radius:20px;
    background:linear-gradient(to bottom,#ff9900,#0d7a57);
}

.highlight-line h3{
    font-size: 27px;
    line-height:1.5;
    color:#082c4c;
    font-weight:700;
}



/*========================
BOTTOM AREA
========================*/

.luxury-bottom{
    margin-top: 40px;
    display:flex;
    align-items:center;
    gap:24px;
    flex-wrap:wrap;
}

.luxury-btn{
    padding: 15px 20px;
    border-radius:60px;
    background: linear-gradient(135deg, #053884 0%, #0d7a57 100%);
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:700;
    transition:0.4s;
}

.luxury-btn:hover{
    transform:translateY(-5px);
}

/*========================
RESPONSIVE
========================*/

@media(max-width:1200px){

.about-luxury-wrap{
    grid-template-columns:1fr;
}

.luxury-image-side{
    height:550px;
}

.luxury-content-side{
    padding:80px 40px;
}

.luxury-content-side h2{
    font-size:50px;
}

}

@media(max-width:767px){

.luxury-image-side{
    height: auto;
}

.review-strip{
    left:15px;
    right:15px;
    bottom:15px;
    max-width:100%;
    padding: 10px;
    gap:15px;
}

.review-count{
    min-width: 50px;
    height: 50px;
    font-size: 15px;
}

.review-text{
    font-size:14px;
    line-height:1.7;
}

.luxury-content-side{
    padding: 50px 0px 0;
}

.luxury-content-side h2{
    font-size:34px;
}

.luxury-desc{
    font-size:15px;
}

.highlight-line h3{
    font-size:24px;
}



.luxury-bottom{
    flex-direction:column;
    align-items:flex-start;
}

.lux-stat,
.luxury-btn{
    width:100%;
}

.luxury-btn{
    text-align:center;
}

}

/*=========================
GOOGLE REVIEW SECTION
=========================*/

.google-review-section{
    position:relative;
    padding: 60px 0;
    background:#fff;
    overflow:hidden;
}

.review-heading{
    text-align:center;
    max-width:850px;
    margin:auto;
    margin-bottom:50px;
}

.review-tag{
    display:inline-block;
    padding:12px 24px;
    border-radius:60px;
    background:#f1f7ff;
    color:#0d7a57;
    font-size:14px;
    font-weight:700;
    margin-bottom:22px;
}

.review-heading h2{
    font-size: 40px;
    line-height:1.1;
    color:#082c4c;
    margin-bottom:20px;
    font-weight:800;
}

.review-heading p{
    font-size:17px;
    line-height:1.9;
    color:#666;
}

/*=========================
REVIEW CARD
=========================*/

.review-card{
    padding:35px;
    border-radius:30px;
    background: linear-gradient(90deg, rgba(248, 241, 223, 0.97) 0%, rgb(251 247 237) 25%, rgb(254 251 246) 40%, rgb(253 253 249) 60%, rgb(248 241 224) 100%), url(images/hero-banner.jpg);
    border:1px solid rgba(0,0,0,0.06);
    /* box-shadow:0 15px 45px rgba(0,0,0,0.05); */
    height:100%;
}

.review-user{
    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom:22px;
}

.user-img{
    width:62px;
    height:62px;
    border-radius:50%;
    background:#082c4c;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    font-weight:700;
}

.user-img.green{
    background:#0d7a57;
}

.user-img.orange{
    background:#ff9900;
}

.user-img.blue{
    background:#0066ff;
}

.user-img.dark{
    background:#333;
}

.review-user h4{
    font-size:22px;
    color:#082c4c;
    margin-bottom:5px;
}

.review-user span{
    font-size:14px;
    color:#777;
}

.review-stars{
    color:#ffb400;
    font-size:22px;
    margin-bottom:20px;
}

.review-card p{
    font-size:16px;
    line-height:1.95;
    color:#555;
    margin-bottom:28px;
}

.review-date{
    font-size:14px;
    color:#888;
}

/*=========================
RESPONSIVE
=========================*/

@media(max-width:991px){

.review-heading h2{
    font-size:44px;
}

}

@media(max-width:767px){

.google-review-section{
    padding: 50px 0;
}

.review-heading h2{
    font-size:32px;
}

.review-heading p{
    font-size:15px;
}

.google-rating-box{
    padding:25px;
    border-radius:25px;
}

.google-left{
    flex-direction:column;
    align-items:flex-start;
    gap:18px;
}

.google-rating h3{
    font-size:40px;
}

.review-btn{
    width:100%;
    text-align:center;
}

.review-card{
    padding:25px;
}

.review-user h4{
    font-size:20px;
}

.review-card p{
    font-size:15px;
}

}
/*=========================
FAQ SECTION
=========================*/

.faq-modern-section{
    position:relative;
    padding: 50px 0;
    background: #fdfcf7;
    overflow:hidden;
}

/*=========================
HEADING
=========================*/

.faq-heading{
    text-align:center;
    max-width:850px;
    margin:auto;
    margin-bottom:60px;
}

.faq-tag{
    display:inline-block;
    padding:12px 24px;
    border-radius:60px;
    background:#fff;
    color: #0c7a57;
    font-size:14px;
    font-weight:700;
    margin-bottom:22px;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.faq-heading h2{
    font-size: 40px;
    line-height:1.1;
    color:#082c4c;
    margin-bottom:20px;
    font-weight:800;
}

.faq-heading p{
    font-size:17px;
    line-height:1.9;
    color:#666;
}

/*=========================
MAIN WRAP
=========================*/

.faq-main-wrap{
    display:grid;
    grid-template-columns:360px 1fr;
    gap:40px;
    align-items:flex-start;
}

/*=========================
LEFT CONTACT BOX
=========================*/

.faq-contact-box{
    position:sticky;
    top:120px;
    padding:40px;
    border-radius:35px;
    background: linear-gradient(135deg, #0e6c61, #06447c);
    color:#fff;
    overflow:hidden;
}

.faq-contact-box::before{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    border-radius:50%;
    background:rgba(255,255,255,0.05);
    right:-100px;
    bottom:-100px;
}

.faq-icon{
    width:85px;
    height:85px;
    border-radius:26px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#ff9900,#ffb84d);
    color:#fff;
    font-size:32px;
    margin-bottom:25px;
}

.faq-contact-box h3{
    font-size:34px;
    margin-bottom:18px;
    font-weight:700;
}

.faq-contact-box p{
    font-size:16px;
    line-height:1.9;
    margin-bottom:28px;
    color:rgba(255,255,255,0.85);
}

.faq-contact-box a{
    display:inline-block;
    font-size:26px;
    font-weight:800;
    color:#ffcc66;
    text-decoration:none;
}

/*=========================
ACCORDION
=========================*/

.custom-faq .accordion-item{
    border:none;
    border-radius: 17px !important;
    overflow:hidden;
    margin-bottom:22px;
    background:#fff;
    box-shadow:0 15px 45px rgba(0,0,0,0.05);
}

.custom-faq .accordion-button{
    padding: 20px 29px;
    background:#fff;
    font-size: 19px;
    font-weight:700;
    color:#082c4c;
    box-shadow:none !important;
    border:none;
}

.custom-faq .accordion-button:not(.collapsed){
    background: #08457c;
    color:#fff;
}

.custom-faq .accordion-button::after{
    filter:brightness(0);
}

.custom-faq .accordion-button:not(.collapsed)::after{
    filter:brightness(0) invert(1);
}

.custom-faq .accordion-body{
    padding: 10px 25px 25px;
    font-size:16px;
    line-height:1.95;
    color:#666;
}

/*=========================
RESPONSIVE
=========================*/

@media(max-width:1100px){

.faq-main-wrap{
    grid-template-columns:1fr;
    display: flex;
    flex-direction: column-reverse;
}

.faq-contact-box{
    position:relative;
    top:auto;
}

}

@media(max-width:767px){

.faq-modern-section{
    padding: 50px 0;
}

.faq-heading h2{
    font-size:34px;
}

.faq-heading p{
    font-size:15px;
}

.faq-contact-box{
    padding:30px;
    border-radius:28px;
}

.faq-contact-box h3{
    font-size:28px;
}

.faq-contact-box p{
    font-size:15px;
}

.faq-contact-box a{
    font-size:22px;
}

.custom-faq .accordion-button{
    font-size: 17px;
    padding:22px;
    line-height: 1.8;
}

.custom-faq .accordion-body{
    padding: 10px 22px 22px;
    font-size:15px;
}

}

/*=========================
LANDING FOOTER
=========================*/

.landing-footer{
    position:relative;
    padding:90px 0 0;
    background: linear-gradient(135deg,#082c4c,#0d7a57);
    overflow:hidden;
}

.landing-footer::before{
    content:"";
    position:absolute;
    top:-120px;
    right:-120px;
    width:320px;
    height:320px;
    border-radius:50%;
    background:rgba(255,255,255,0.03);
}

.landing-footer::after{
    content:"";
    position:absolute;
    bottom:-140px;
    left:-140px;
    width:350px;
    height:350px;
    border-radius:50%;
    background:rgba(255,153,0,0.08);
}

/*=========================
TOP WRAP
=========================*/

.footer-top-wrap{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:1.2fr 0.8fr 1fr;
    gap:60px;
    padding-bottom:60px;
}

/*=========================
ABOUT
=========================*/

.footer-logo{
    display:inline-block;
    margin-bottom:24px;
}

.footer-logo img{
    max-width: 113px;
}

.footer-line{
    width:90px;
    height:4px;
    border-radius:30px;
    background:linear-gradient(90deg,#ff9900,#ffcc66);
    margin-bottom:24px;
}

.footer-about p{
    font-size:16px;
    line-height:1.95;
    color:rgba(255,255,255,0.75);
    max-width:480px;
}

/*=========================
HEADINGS
=========================*/

.footer-links h3,
.footer-contact h3{
    font-size: 24px;
    color:#fff;
    margin-bottom:28px;
    font-weight:700;
}

/*=========================
LINKS
=========================*/

.footer-links ul{
    padding:0;
    margin:0;
    list-style:none;
}

.footer-links ul li{
    margin-bottom:16px;
}

.footer-links ul li a{
    position:relative;
    color:rgba(255,255,255,0.75);
    text-decoration:none;
    font-size:16px;
    padding-left:18px;
    transition:0.4s;
}

.footer-links ul li a::before{
    content:"";
    position:absolute;
    left:0;
    top:10px;
    width:7px;
    height:7px;
    border-radius:50%;
    background:#ff9900;
}

.footer-links ul li a:hover{
    color:#fff;
    padding-left:24px;
}

/*=========================
CONTACT
=========================*/

.contact-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
    margin-bottom:24px;
}

.contact-item i{
    min-width:55px;
    height:55px;
    border-radius: 10px;
    display:flex;
    align-items:center;
    justify-content:center;
    background: #fff;
    color: #0a6754;
    font-size:22px;
    border: 1px solid #ffffff29;
}

.contact-item span{
    display:block;
    font-size:14px;
    color:rgba(255,255,255,0.6);
    margin-bottom:5px;
}

.contact-item a,
.contact-item p{
    font-size:17px;
    line-height:1.8;
    color:#fff;
    text-decoration:none;
    margin:0;
}

/*=========================
BOTTOM
=========================*/

.footer-bottom{
    position:relative;
    z-index:2;
    border-top:1px solid rgba(255,255,255,0.08);
    padding:25px 0;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    flex-wrap:wrap;
}

.footer-bottom p{
    margin:0;
    font-size:15px;
    color:rgba(255,255,255,0.7);
}

.design-by a{
    color:#ffcc66;
    text-decoration:none;
    font-weight:700;
}

/*=========================
RESPONSIVE
=========================*/

@media(max-width:991px){

.footer-top-wrap{
    grid-template-columns:1fr;
    gap: 30px;
}

}

@media(max-width:767px){

.landing-footer{
    padding:70px 0 0;
}

.footer-logo img{
    max-width:190px;
}

.footer-about p{
    font-size:15px;
}

.footer-links h3,
.footer-contact h3{
    font-size:24px;
}

.contact-item a,
.contact-item p{
    font-size:15px;
}

.footer-bottom{
    flex-direction:column;
    text-align:center;
    padding-bottom: 80px;
}

}
/*=========================
CTA SECTION
=========================*/

.travel-cta-section{
    position:relative;
    padding: 50px 0;
    overflow:hidden;
    background:#fff;
}

/*=========================
MAIN WRAP
=========================*/

.travel-cta-wrap{
    position:relative;
    overflow:hidden;
    padding: 40px;
    border-radius:45px;
    background:linear-gradient(135deg,#082c4c,#0d7a57);
    display:grid;
    grid-template-columns:1.1fr 0.9fr;
    gap:60px;
    align-items:center;
    z-index:2;
}

.travel-cta-wrap::before{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    border-radius:50%;
    background:rgba(255,255,255,0.05);
    top:-120px;
    right:-120px;
}

.travel-cta-wrap::after{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    border-radius:50%;
    background:rgba(255,153,0,0.12);
    bottom:-120px;
    left:-120px;
}

/*=========================
LEFT CONTENT
=========================*/

.cta-content{
    position:relative;
    z-index:2;
}

.cta-tag{
    display:inline-block;
    padding:12px 24px;
    border-radius:60px;
    background:rgba(255,255,255,0.12);
    color:#fff;
    font-size:14px;
    font-weight:700;
    margin-bottom:24px;
    backdrop-filter:blur(8px);
}

.cta-content h2{
    font-size: 40px;
    line-height:1.1;
    color:#fff;
    margin-bottom:24px;
    font-weight:800;
}

.cta-content p{
    font-size:17px;
    line-height:1.95;
    color:rgba(255,255,255,0.85);
    max-width:700px;
}

/*=========================
BUTTONS
=========================*/

.cta-btns{
    display:flex;
    align-items:center;
    gap:18px;
    margin-top:40px;
    flex-wrap:wrap;
}

.cta-call-btn,
.cta-wa-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:18px 34px;
    border-radius:60px;
    text-decoration:none;
    font-size:15px;
    font-weight:700;
    transition:0.4s;
}

.cta-call-btn{
    background:#fff;
    color:#082c4c;
}

.cta-wa-btn{
    background:linear-gradient(135deg,#25D366,#128C7E);
    color:#fff;
}

.cta-call-btn:hover,
.cta-wa-btn:hover{
    transform:translateY(-5px);
}

/*=========================
RIGHT BOX
=========================*/

.cta-right-box{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:22px;
}

.cta-mini-box{
    display:flex;
    align-items:center;
    gap: 10px;
    padding: 20px 15px;
    border-radius: 16px;
    background:rgba(255,255,255,0.12);
    backdrop-filter:blur(10px);
    color:#fff;
    /* min-height:110px; */
}

.cta-mini-box i{
    font-size:22px;
    color:#ffcc66;
}

.cta-mini-box span{
    font-size: 16px;
    line-height:1.6;
    font-weight:600;
}

/*=========================
RESPONSIVE
=========================*/

@media(max-width:1100px){

.travel-cta-wrap{
    grid-template-columns:1fr;
    padding:60px;
}

.cta-content h2{
    font-size:46px;
}

}

@media(max-width:767px){

.travel-cta-section{
    padding: 50px 0;
}

.travel-cta-wrap{
    padding:35px 25px;
    border-radius:28px;
    gap:40px;
}

.cta-content h2{
    font-size: 28px;
}

.cta-content p{
    font-size:15px;
}

.cta-btns{
    flex-direction: row;
    align-items:flex-start;
}

.cta-call-btn,
.cta-wa-btn{
    /* width:100%; */
    justify-content:center;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 400;
}

.cta-right-box{
    grid-template-columns:1fr;
}

.cta-mini-box{
    min-height:auto;
}

}
.inner-page-menu{
    margin-bottom: 0;
}
.inner-page-menu li{
    list-style: none;
}
.inner-menu{
    max-width: max-content;
    margin: auto;
}
/*=========================
ABOUT PAGE SECTION
=========================*/

.about-page-section{
    position:relative;
    padding: 60px 0;
    background:#fff;
    overflow:hidden;
}

.about-page-section::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 550px;
    background:#f8f5ef;
    border-radius:0 0 80px 80px;
}

/*=========================
TOP AREA
=========================*/

.about-page-top{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:1.1fr 0.9fr;
    gap:60px;
    align-items:end;
    margin-bottom:70px;
}

.about-page-tag{
    display:inline-block;
    padding:12px 24px;
    border-radius:60px;
    background:#082c4c;
    color:#fff;
    font-size:14px;
    font-weight:700;
    margin-bottom:24px;
}

.about-top-left h1{
    font-size: 40px;
    line-height:1.08;
    color:#082c4c;
    font-weight:800;
}

.about-top-right p{
    font-size: 17px;
    line-height: 1.9;
    color:#5d5d5d;
    margin-bottom: 0;
}

/*=========================
CENTER IMAGE
=========================*/

.about-banner-img{
    position:relative;
    z-index:2;
    /* height:650px; */
    border-radius:45px;
    overflow:hidden;
    margin-bottom:80px;
    box-shadow:0 30px 70px rgba(0,0,0,0.12);
}

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

.floating-about-card{
    position:absolute;
    right:40px;
    bottom:40px;
    padding: 10px;
    border-radius:30px;
    background:rgba(255,255,255,0.92);
    backdrop-filter:blur(12px);
    min-width: 197px;
    text-align:center;
}

.floating-about-card h3{
    font-size: 35px;
    color:#0d7a57;
    margin-bottom:10px;
}

.floating-about-card span{
    font-size: 14px;
    color:#555;
    font-weight:600;
}

/*=========================
BOTTOM GRID
=========================*/

.about-bottom-grid{
    display:grid;
    grid-template-columns:1.1fr 0.9fr;
    gap:50px;
    align-items:start;
}

/*=========================
LEFT STORY
=========================*/

.about-story-box h2{
    font-size:52px;
    line-height:1.2;
    color:#082c4c;
    margin-bottom:28px;
    font-weight:800;
}

.about-story-box p{
    font-size:17px;
    line-height:2;
    color:#666;
    margin-bottom:24px;
}

.story-features{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
    margin-top:40px;
}

.story-feature{
    display:flex;
    align-items:center;
    gap:12px;
    padding:18px 22px;
    border-radius:18px;
    background:#f8f5ef;
    font-size:16px;
    font-weight:600;
    color:#082c4c;
}

.story-feature i{
    color:#0d7a57;
}

/*=========================
RIGHT CARDS
=========================*/

.about-side-cards{
    display:flex;
    flex-direction:column;
    gap:24px;
}

.about-mini-card{
    display:flex;
    align-items:flex-start;
    gap:20px;
    padding: 20px;
    border-radius:30px;
    background:#fff;
    border:1px solid rgba(0,0,0,0.06);
    box-shadow:0 18px 45px rgba(0,0,0,0.05);
    align-items: center;
}

.mini-icon{
    min-width:75px;
    height:75px;
    border-radius:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#082c4c;
    color:#fff;
    font-size:28px;
}

.mini-icon.green{
    background:#0d7a57;
}

.mini-icon.orange{
    background:#ff9900;
}

.about-mini-card h4{
    font-size: 26px;
    color:#082c4c;
    margin-bottom:10px;
}

.about-mini-card p{
    font-size:16px;
    line-height:1.9;
    color:#666;
    margin-bottom: 0;
}

/*=========================
RESPONSIVE
=========================*/

@media(max-width:1100px){

.about-page-top,
.about-bottom-grid{
    grid-template-columns:1fr;
}

.about-top-left h1{
    font-size:52px;
}

.about-story-box h2{
    font-size:42px;
}

}

@media(max-width:767px){

.about-page-section{
    padding:75px 0;
}

.about-page-top{
    margin-bottom:45px;
    gap: 10px;
}

.about-top-left h1{
    font-size: 28px;
}

.about-top-right p,
.about-story-box p{
    font-size:15px;
}

.about-banner-img{
    /* height:420px; */
    border-radius: 14px;
    margin-bottom: 35px;
}

.floating-about-card{
    right:15px;
    bottom:15px;
    padding:20px;
    min-width:170px;
    display: none;
}

.floating-about-card h3{
    font-size:38px;
}

.about-story-box h2{
    font-size: 28px;
}

.story-features{
    grid-template-columns:1fr;
}

.about-mini-card{
    padding:25px;
}

.about-mini-card h4{
    font-size:22px;
}

.about-mini-card p{
    font-size:15px;
}

.mini-icon{
    min-width:60px;
    height:60px;
    font-size:22px;
}

}

/*=========================
CONTACT PAGE SECTION
=========================*/

.contact-page-section{
    position:relative;
    padding: 60px 0;
    background:#f8f5ef;
    overflow:hidden;
}

.contact-page-section::before{
    content:"";
    position:absolute;
    top:-150px;
    right:-150px;
    width:350px;
    height:350px;
    border-radius:50%;
    background:rgba(255,153,0,0.08);
}

.contact-page-section::after{
    content:"";
    position:absolute;
    bottom:-180px;
    left:-180px;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(13,122,87,0.06);
}

/*=========================
HEADING
=========================*/

.contact-page-heading{
    position:relative;
    z-index:2;
    text-align:center;
    max-width:900px;
    margin:auto;
    margin-bottom: 45px;
}

.contact-tag{
    display:inline-block;
    padding:12px 24px;
    border-radius:60px;
    background:#082c4c;
    color:#fff;
    font-size:14px;
    font-weight:700;
    margin-bottom:24px;
}

.contact-page-heading h1{
    font-size: 40px;
    line-height:1.08;
    color:#082c4c;
    margin-bottom:24px;
    font-weight:800;
}

.contact-page-heading p{
    font-size:18px;
    line-height:2;
    color:#666;
}

/*=========================
MAIN WRAP
=========================*/

.contact-main-wrap{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns: 500px 1fr;
    gap:40px;
    align-items:start;
}

/*=========================
LEFT SIDE
=========================*/

.contact-left-side{
    display:flex;
    flex-direction:column;
    gap:22px;
}

/*=========================
INFO CARD
=========================*/

.contact-info-card{
    display:flex;
    align-items:flex-start;
    gap:18px;
    padding: 15px;
    border-radius: 19px;
    background:#fff;
    box-shadow:0 18px 45px rgba(0,0,0,0.05);
}

.contact-icon{
    min-width: 60px;
    height: 60px;
    border-radius: 14px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#082c4c;
    color:#fff;
    font-size: 21px;
}

.contact-icon.green{
    background:#0d7a57;
}

.contact-icon.orange{
    background:#ff9900;
}

.contact-info-card span{
    display:block;
    font-size:14px;
    color:#888;
    margin-bottom:6px;
}

.contact-info-card a,
.contact-info-card p{
    font-size: 17px;
    line-height:1.7;
    color:#082c4c;
    font-weight: 600;
    text-decoration:none;
    margin:0;
}

/*=========================
HELP BOX
=========================*/

.travel-help-box{
    padding:40px;
    border-radius:35px;
    background:linear-gradient(135deg,#082c4c,#0d7a57);
    color:#fff;
    margin-top:10px;
}

.travel-help-box h3{
    font-size:34px;
    margin-bottom:18px;
}

.travel-help-box p{
    font-size:16px;
    line-height:1.9;
    color:rgba(255,255,255,0.85);
    margin-bottom:30px;
}

.travel-help-box a{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:18px 30px;
    border-radius:60px;
    background:#25D366;
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:700;
}

/*=========================
FORM SIDE
=========================*/

.contact-form-side{
    padding: 40px;
    border-radius: 30px;
    background:#fff;
    box-shadow:0 20px 50px rgba(0,0,0,0.05);
}

.form-top{
    margin-bottom:35px;
}

.form-top h2{
    font-size: 35px;
    color:#082c4c;
    margin-bottom:14px;
}

.form-top p{
    font-size:16px;
    color:#666;
}

/*=========================
FORM
=========================*/

.form-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap: 15px;
}

.contact-form-side .form-group label{
    display:block;
    font-size:15px;
    color:#082c4c;
    font-weight:600;
    margin-bottom:12px;
}

.form-grid .form-group input,
.form-grid .form-group select,
.contact-form-side .form-group textarea{
    width:100%;
    border:none;
    outline:none;
    padding:20px 22px;
    border-radius:18px;
    background:#f8f5ef;
    font-size:15px;
    color:#333;
}

.contact-form-side .form-group textarea{
    resize:none;
}

.contact-form-side .full-width{
    width:100%;
    margin: 20px 0;
}

.contact-form-side .submit-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:20px 38px;
    border:none;
    border-radius:60px;
    background:#082c4c;
    color:#fff;
    font-size:15px;
    font-weight:700;
    cursor:pointer;
    transition:0.4s;
}

.contact-form-side .submit-btn:hover{
    transform:translateY(-5px);
}

/*=========================
RESPONSIVE
=========================*/

@media(max-width:1100px){

.contact-main-wrap{
    grid-template-columns:1fr;
}

.contact-page-heading h1{
    font-size:50px;
}

}

@media(max-width:767px){

.contact-page-section{
    padding:75px 0;
}

.contact-page-heading{
    margin-bottom:45px;
}

.contact-page-heading h1{
    font-size:34px;
}

.contact-page-heading p{
    font-size:15px;
}

.contact-info-card{
    padding:24px;
}

.contact-info-card a,
.contact-info-card p{
    font-size:18px;
}

.travel-help-box{
    padding:30px;
}

.travel-help-box h3{
    font-size:28px;
}

.travel-help-box p{
    font-size:15px;
}

.contact-form-side{
    padding:30px 22px;
    border-radius:28px;
}

.form-top h2{
    font-size:30px;
}

.form-grid{
    grid-template-columns:1fr;
    gap:0;
}

.contact-form-side .submit-btn{
    width:100%;
    justify-content:center;
}

}

/*=========================
SLIM MOBILE ACTION BAR
=========================*/

.mobile-action-bar{
    position:fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index:99999;
    display:none;
    align-items:center;
    gap: 3px;
    padding: 8px 4px;
    /* border-radius:22px; */
    background:rgba(255,255,255,0.96);
    backdrop-filter:blur(14px);
    box-shadow:
    0 8px 30px rgba(0,0,0,0.12);
}

/*=========================
ITEM
=========================*/

.mobile-action-item{
    flex:1;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding: 4px 12px;
    min-height: 35px;
    border-radius:18px;
    text-decoration:none;
    transition:0.3s;
}

/*=========================
ICON
=========================*/

.action-icon{
    /* width:34px; */
    /* height:34px; */
    /* border-radius:12px; */
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 13px;
    flex-shrink:0;
}

/*=========================
TEXT
=========================*/

.action-text span{
    display:block;
    font-size:13px;
    font-weight: 300;
    line-height:1;
}

.action-text small{
    display:none;
}

/*=========================
CALL
=========================*/

.call-action{
    background: #053884;
    color:#fff;
}

.call-action .action-icon{
    background:rgba(255,255,255,0.16);
}

/*=========================
ENQUIRY
=========================*/

.enquiry-action{
    background:linear-gradient(135deg,#7a4dff,#9f67ff);
    color:#fff;
}

.enquiry-action .action-icon{
    /* background:rgba(255,255,255,0.16); */
}

/*=========================
WHATSAPP
=========================*/

.whatsapp-action{
    background: linear-gradient(135deg,#25D366 0%,#128C7E 100%);
    color:#fff;
}

.whatsapp-action .action-icon{
    background:rgba(255,255,255,0.16);
}

/*=========================
ACTIVE
=========================*/

.mobile-action-item:active{
    transform:scale(0.96);
}

/*=========================
MOBILE ONLY
=========================*/

@media(max-width:767px){
    .contact-form-side .form-group label{
        font-size: 14px;
        font-weight: 400;
    }
    .form-grid .form-group input, .form-grid .form-group select, .contact-form-side .form-group textarea{
        margin-bottom: 15px;
    }
    .swiper-button-next::after, .swiper-button-prev::after {
        font-size: 16px !important;
    }
    .swiper-button-next{
        right: -10px;
        width: 40px;
        height: 40px !important 
    }
.swiper-button-prev{
    left: -10px;
    width: 40px;
        height: 40px !important
}
.mobile-action-bar{
    display:flex;
}



}



/*=========================
ITINERARY SECTION
=========================*/

.itinerary-section{
    position:relative;
    /* padding:40px; */
    border-radius:35px;
    background:#fff;
    box-shadow:0 20px 50px rgba(0,0,0,0.06);
    overflow:hidden;
}

/*=========================
TOP IMAGE
=========================*/

.itinerary-section img{
    width:100%;
    /* height:420px; */
    /* object-fit:cover; */
    border-radius:28px;
    margin-bottom:35px;
}

/*=========================
PACKAGE OVERVIEW
=========================*/

.package-overview{
    position:relative;
    padding: 25px;
    border-radius: 15px;
    background:#f8f5ef;
    margin-bottom:40px;
    overflow:hidden;
    border: 1px solid #d5d5d5;
}

.package-overview::before{
    content:"";
    position:absolute;
    top:-50px;
    right:-50px;
    width:160px;
    height:160px;
    border-radius:50%;
    background:rgba(255,153,0,0.08);
}

.package-overview h5{
    position:relative;
    z-index:2;
    font-size: 26px;
    color:#082c4c;
    margin-bottom: 7px;
    font-weight:800;
}

.package-overview p{
    position:relative;
    z-index:2;
    font-size:16px;
    line-height: 1.8;
    color:#666;
    margin:0;
}

/*=========================
DAY TITLE
=========================*/

.itinerary-section h4{
    position:relative;
    padding-left:24px;
    font-size: 22px;
    color:#082c4c;
    margin-bottom:28px;
    margin-top:45px;
    font-weight:800;
}

.itinerary-section h4:first-of-type{
    margin-top:0;
}

.itinerary-section h4::before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width: 3px;
    height: 100%;
    /* border-radius:30px; */
    background:linear-gradient(to bottom,#ff9900,#0d7a57);
}

/*=========================
LIST
=========================*/

.itinerary-section ul{
    padding:0;
    margin:0;
    list-style:none;
    display: flex;
    /* grid-template-columns:1fr 1fr; */
    gap: 7px;
    flex-wrap: wrap;
}

/*=========================
LIST ITEM
=========================*/

.itinerary-section ul li{
    position:relative;
    display:flex;
    align-items:center;
    gap:14px;
    padding: 13px 14px;
    border-radius: 15px;
    background:#fff;
    border:1px solid rgba(0,0,0,0.06);
    font-size: 14px;
    font-weight:500;
    color:#333;
    box-shadow:0 12px 30px rgba(0,0,0,0.04);
    transition:0.4s;
}

/*=========================
CHECK ICON
=========================*/

.itinerary-section ul li::before{
    content:"\f00c";
    font-family:"Font Awesome 6 Free";
    font-weight:900;

    width:28px;
    height:28px;
    min-width:28px;

    border-radius:50%;

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

    background:#0d7a57;
    color:#fff;

    font-size:12px;
}

/*=========================
HOVER
=========================*/

.itinerary-section ul li:hover{
    /* transform:translateY(-5px); */
    /* border-color:#0d7a57; */
}

/*=========================
RESPONSIVE
=========================*/

@media(max-width:991px){

.itinerary-section{
    padding:30px;
}

.itinerary-section img{
    height:320px;
}

.itinerary-section h4{
    font-size:28px;
}

}

@media(max-width:767px){

.itinerary-section{
    padding:22px;
    border-radius:24px;
}

.itinerary-section img{
    height:220px;
    border-radius:18px;
    margin-bottom:25px;
}

.package-overview{
    padding:24px;
    border-radius:22px;
    margin-bottom:30px;
}

.package-overview h5{
    font-size:24px;
}

.package-overview p{
    font-size:15px;
    line-height:1.9;
}

.itinerary-section h4{
    font-size: 18px;
    padding-left:18px;
    margin-bottom:20px;
    margin-top:35px;
}

.itinerary-section h4::before{
    width:6px;
    /* height:26px; */
}

.itinerary-section ul{
    grid-template-columns:1fr;
    gap:14px;
}

.itinerary-section ul li{
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 13px;
    gap: 5px;
}

.itinerary-section ul li::before{
    width: 15px;
    height: 15px;
    min-width: 15px;
    font-size: 8px;
}

}


/*=========================
TOUR FORM
=========================*/

.tour-form{
    position:relative;
    padding:40px;
    border-radius:35px;
    background:#fff;

    box-shadow:
    0 20px 60px rgba(0,0,0,0.08);

    overflow:hidden;
}

.tour-form::before{
    content:"";
    position:absolute;
    top:-100px;
    right:-100px;

    width:220px;
    height:220px;

    border-radius:50%;

    background:rgba(255,153,0,0.08);
}

/*=========================
FORM HEADING
=========================*/

.form-heading{
    position:relative;
    z-index:2;
    font-size: 28px;
    line-height:1.2;
    color:#082c4c;
    margin-bottom:35px;
    font-weight:800;
}

/*=========================
FORM GROUP
=========================*/

.tour-form .form-group{
    position:relative;
}

/*=========================
INPUTS
=========================*/

.tour-form .form-control{
    width:100%;
    height: 50px;
    border:none;
    outline:none;
    padding:0 22px;
    border-radius: 10px;
    background: #ffffff;
    font-size:15px;
    color:#333;
    box-shadow:none !important;
    transition:0.4s;
    border: 1px solid #ebebeb;
}

/*=========================
TEXTAREA
=========================*/

.tour-form textarea.form-control{
    height:140px;
    padding-top:18px;
    resize:none;
}

/*=========================
PLACEHOLDER
=========================*/

.tour-form .form-control::placeholder{
    color:#888;
}

/*=========================
FOCUS
=========================*/

.tour-form .form-control:focus{
    background:#fff;
    border:1px solid #0d7a57;

    box-shadow:
    0 0 0 4px rgba(13,122,87,0.08) !important;
}

/*=========================
SUBMIT BUTTON
=========================*/

.tour-form .btn-primary{
    width: max-content;
    height: 50px;
    border:none;
    outline:none;
    border-radius: 100px;
    background:linear-gradient(135deg,#082c4c,#0d7a57);
    color:#fff;
    font-size: 15px;
    font-weight: 400;
    transition:0.4s;
    padding: 0 20px;
    margin: auto;
    position: relative;
    /* display: inline-block; */
}

/*=========================
BUTTON HOVER
=========================*/

.tour-form .btn-primary:hover{
    transform:translateY(-4px);

    box-shadow:
    0 15px 35px rgba(8,44,76,0.22);
}

/*=========================
NUMBER INPUT ARROWS REMOVE
=========================*/

.tour-form input[type=number]::-webkit-inner-spin-button,
.tour-form input[type=number]::-webkit-outer-spin-button{
    -webkit-appearance:none;
    margin:0;
}

.tour-form input[type=number]{
    -moz-appearance:textfield;
}

/*=========================
RESPONSIVE
=========================*/

@media(max-width:767px){

.tour-form{
    padding:25px;
    border-radius:25px;
}

.form-heading{
    font-size:28px;
    margin-bottom:25px;
}

.tour-form .form-control{
    height:56px;
    border-radius:15px;
    font-size:14px;
    padding:0 18px;
}

.tour-form .btn-primary{
    height:58px;
    border-radius:16px;
    font-size:15px;
}

}