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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
    font-family: "Roboto Condensed", sans-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: 90px 0 
}

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

.badge-secondary {
    background: #2061a6;
    border-color: #0c4660;
    color: #ffffff !important;
    font-weight: 400;
    letter-spacing: 1px;
}

.banner {
    background: url(../images/banner.webp) #00000087;
    background-blend-mode: color;
    padding: 0;
    position: relative;
    background-size: cover;
    margin: 0 10px 10px;
    border-radius: 10px;
    background-position: center;
    overflow: hidden;
}

.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;
    /* margin: 10px; */
}

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

.form-card {
    padding: 30px;
    background: #ffffff54;
    display: block;
    backdrop-filter: blur(1px);
}

.bg-grey {
    background: #F5F7FB
}

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

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

.text-primary {
    color: #0c4660 !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: #0c4660;
    font-size: 16px
}

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

.btn-primary {
    background-color: #2061a6 !important;
    border-color: #0c4660 !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: #000;
    background-size: cover;
    position: relative;
    padding: 50px 0
}

.car-24::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0F4560;
}

.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;
    display: flex;
    justify-content: center;
    gap: 36px;
    margin-top: 30px;
}

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

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

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

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

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

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

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

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

.footer {
    background: #0F4560;
    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
}

header .navbar-nav li a {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 20px;
    transition: all 0.3s;
    color: #000
}

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

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

.hover-underline-animation::after {
    content: '';
    position: absolute;
    width: 50%;
    transform: scaleX(0);
    height: 3px;
    bottom: 0;
    left: 50%;
    background-color: #0c4660;
    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: 16px;
    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 #d7d7d7;
    background: #fff !important;
    height: 50px;
    font-weight: 400;
    color: #000 !important;
    font-family: "Roboto Condensed", sans-serif
}

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

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

.main-logo {
    display: block;
    height: 49px;
    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: #0c4660
}

.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: #0c4660;
    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: 18px;
}

.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: #0c4660;
    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: #0c4660;
    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 #0c4660;
    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 #0c4660;
    line-height: 100px;
    padding: 10px;
    display: block;
    margin: 0 auto !important
}

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

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

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

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

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

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

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

.whatsapp-icon img {
    width: 100%
}

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

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

.valley-pic img {
    width: 100%
}

.call-now {
    position: fixed;
    right: 0;
    top: 130px;
    background: #2061a6;
    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: #2061a6;
}

.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: #e37212;
    padding: 15px;
    border-radius: 10px
}

.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%;
    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: 10px 15px 6px 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.svg) 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.svg) 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.jpg) 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: #2061a6;
}

.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
}
h1.banner-title.font-extra-bold.text-white.mb-3.mt-3 {
    color: #ffffff !important;
    font-size: 55px;
}
.why-weramblers {
    padding: 50px 0;
    background: #f9fafb;
  }
  
  .section-heading {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
  }
  
  .why-weramblers h2 {
    /* font-size: 36px; */
    /* font-weight: 700; */
    margin-bottom: 15px;
  }
  
  .why-weramblers h2 i {
    color: #fbe000; /* saffron/gold */
    margin-right: 8px;
  }
  
  .why-weramblers .section-heading p {
    /* font-size: 17px; */
    /* color: #555; */
    /* line-height: 1.7; */
  }
  
  .why-grid {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .why-card {
    background: #fff;
    padding: 30px 25px 15px;
    border-radius: 14px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    width: 32%;
  }
  
  .why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
  }
  
  .why-card .icon {
    width: 70px;
    height: 70px;
    background: #2061a6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
  }
  
  .why-card .icon i {
    font-size: 28px;
    color: #fff;
  }
  
  .why-card h4 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600;
  }
  
  .why-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .why-weramblers h2 {
      font-size: 28px;
    }
  }
  @media (min-width: 1200px) {
    .display-3 {
        font-size: 3rem;
    }
}
h3.count.h1 {
    color: #2061a6;
}
.swiper-container{
    padding: 0 50px;
    position: relative;
}
.footer p a {
    color: #f5c827;
 
}
.footer p  {
   
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.kailash-packages {
    padding: 50px 0;
    /* background: #6a1b9a; */
  }
  
  .section-title {
    /* font-size: 42px; */
    /* color: #fff; */
    font-weight: 700;
  }
  
  .section-subtitle {
    /* color: #eee; */
    /* margin-bottom: 60px; */
  }
  
  .package-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
  
  .package-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    transition: 0.3s ease;
    width: 30%;
    border: 1px solid #dfdfdf;
  }
  
  .package-card:hover {
    transform: translateY(-8px);
  }
  
  .package-img {
    position: relative;
  }
  
  .package-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
  
  .duration {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgb(0 0 0);
    color: #fff;
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 15px;
  }
  
  .package-content {
    padding: 25px 13px 13px;
  }
  
  .package-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  
  .package-content ul {
    padding-left: 18px;
    margin-bottom: 15px;
  }
  
  .package-content ul li {
    font-size: 14px;
    margin-bottom: 6px;
  }
  
  .route {
    font-size: 14px;
    margin-bottom: 20px;
  }
  
  .package-btns {
    display: flex;
    gap: 10px;
  }
  
  .package-btns .btn {
    flex: 1;
    padding: 7px 12px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
  }
  
  .btn-primary {
    background: #e53935;
    color: #fff;
  }
  
  .btn-outline {
    background: #0F4560;
    color: #fff;
  }
  .route-line {
    font-size: 14px;
  }
  
  .route-rotator {
    display: inline-block;
    transition: opacity 0.4s ease;
  }
.route-rotator{
    color: #000 !important;
    font-size: 15px;
}  
.package-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 17px;
    font-size: 14px;
    color: #444;
    margin: 12px 0 18px;
    background: #ededed;
    padding: 10px 6px;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
  }
  
  .package-trust i {
    color: #2e7d32;
    margin-right: 4px;
  }
  
  .package-assurance {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 0;
  }
  
  .package-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #e53935;
    color: #fff;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 30px;
    font-weight: 600;
  }
  
  .card.form-card h2 {
    color: #000 !important;
}
.kailash-route-map {
    padding: 50px 0;
    background: #ffffff;
  }
  
  .map-image-box {
    background: #e7e7e7;
    padding: 15px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  }
  
  .route-content h2 {
    margin-bottom: 15px;
  }
  
  .route-content .lead {
    font-size: 17px;
    color: #555;
    margin-bottom: 20px;
  }
  
  .route-highlights {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
  }
  
  .route-highlights li {
    font-size: 15px;
    margin-bottom: 10px;
    color: #333;
  }
  
  .route-highlights i {
    color: #2e7d32;
    margin-right: 8px;
  }
  
  .small-note {
    font-size: 13px;
    color: #777;
    margin-bottom: 25px;
  }
  
  .route-cta {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }
  .banner .card.form-card h2{
    color: #fff !important;
  }
  .kailash-options {
    padding: 0;
    /* background: #fff; */
    margin-top: -60px;
  }
  
  .options-wrapper {
    position: relative;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .option-card {
    background: #0e465e;
    color: #fff;
    width: 320px;
    height: 120px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
    transition: 0.3s ease;
  }
  
  .option-card i {
    font-size: 38px;
    color: #e6d229;
  }
  
  .option-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
  }
  
  .option-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.2);
  }
  
  /* Floating note */
  .option-note {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    background: #444;
    color: #fff;
    font-size: 13px;
    padding: 8px 14px;
    border-radius: 4px;
    white-space: nowrap;
  }
  
  /* Responsive */
  @media (max-width: 992px) {
    .option-note {
      position: static;
      transform: none;
      margin-top: 15px;
    }
  }
  /* ==============================
   KAILASH DATES ACCORDION STYLE
   Parent Class: .kailash-dates-accordion
   ============================== */

.kailash-dates-accordion{
    /* background:#f9fafc; */
    /* padding:30px 15px; */
  }
  
  /* Accordion Item */
  .kailash-dates-accordion .accordion-item{
    border:none;
    margin-bottom: 4px;
    border-radius: 7px;
    overflow:hidden;
    box-shadow:0 8px 22px rgba(0,0,0,0.08);
    background:#fff;
  }
  
  /* Accordion Header Button */
  .kailash-dates-accordion .accordion-button{
    background: #2061a6;
    color: #FFC750;
    font-size: 19px;
    font-weight: 600;
    padding: 15px 22px;
    border:none;
    /* border-radius: 10px !important; */
    text-transform: capitalize;
  }
  
  .kailash-dates-accordion .accordion-button:not(.collapsed){
    background: #ebebeb;
    color:#000;
  }
  
  .kailash-dates-accordion .accordion-button::after{
    filter:invert(1);
  }
  
  /* Accordion Body */
  .kailash-dates-accordion .accordion-body{
    padding:25px;
    background:#fff;
  }
  
  /* Date Row */
  .kailash-dates-accordion .row.align-items-center{
    padding:10px 0;
  }
  
  /* Date Text */
  .kailash-dates-accordion .date-inner h3{
    font-size:18px;
    font-weight:500;
    color:#0c1c2d;
    margin:0;
  }
  
  /* Divider */
  .kailash-dates-accordion hr{
    margin:12px 0;
    border-top:1px dashed #ddd;
  }
  
  /* Book Button */
  .kailash-dates-accordion .header-btn{
    background:linear-gradient(135deg,#d4af37,#b8962e);
    color:#000;
    padding:10px 18px;
    border-radius:25px;
    font-size:14px;
    font-weight:600;
    text-decoration:none;
    transition:all .3s ease;
    white-space:nowrap;
  }
  
  .kailash-dates-accordion .header-btn:hover{
    background:linear-gradient(135deg,#0c1c2d,#162f4d);
    color:#fff;
    transform:translateY(-2px);
  }
  
  /* Mobile Optimization */
  @media(max-width:768px){
    .kailash-dates-accordion .accordion-button{
      font-size:17px;
      padding:15px 18px;
    }
  
    .kailash-dates-accordion .date-inner h3{
      font-size:15px;
    }
  
    .kailash-dates-accordion .header-btn{
      padding:8px 14px;
      font-size:13px;
    }
  }
  .kailash-dates-accordion .accordion-button:focus{
    box-shadow: none;
  }
  .kailash-dates-accordion .accordion-button span {
    font-weight: 400;
    margin-left: 10px;
    color: #fff;
}
.kailash-dates-accordion .accordion-button:not(.collapsed), .kailash-dates-accordion .accordion-button:not(.collapsed) span{
    color: #000;
}
.kailash-dates-accordion .accordion-button:not(.collapsed)::after{
    filter: invert(0);
}
.package-section{
  padding:50px 0px;
  background:#f9fafc;
}

.package-section .package-wrapper{
  
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:25px;
}

.package-section .package-box{
  background:#fff;
  padding:25px;
  border-radius:14px;
  box-shadow:0 8px 20px rgba(0,0,0,0.06);
  font-size:14px;
  line-height:1.6;
}

.package-section .package-box h3{
  font-size:20px;
  margin-bottom:15px;
  padding-bottom:8px;
  border-bottom:2px solid #ddd;
}

.package-section .included h3{
  color:#0a7d3c;
  border-color:#0a7d3c;
}

.package-section .excluded h3{
  color:#c0392b;
  border-color:#c0392b;
}

.package-section h4{
  font-size:15px;
  margin:15px 0 6px;
  font-weight:600;
}

.package-section ul{
  padding-left:18px;
  margin-bottom:8px;
}

.package-section ul li{
  margin-bottom:6px;
}

/* Mobile */
@media(max-width:768px){
  .package-section .package-wrapper{
    grid-template-columns:1fr;
  }
}

.package-section ul{
    padding-left:0;
    margin-bottom:8px;
  }
  
  .package-section ul li{
    list-style:none;
    position:relative;
    padding-left:26px;
    margin-bottom:6px;
  }
  
  /* CHECK ICON ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ INCLUSIONS */
  .package-section .included ul li::before{
    content:"\f00c";
    font-family:FontAwesome;
    position:absolute;
    left:0;
    top:2px;
    color:#0a7d3c;
    font-size:14px;
  }
  
  /* CROSS ICON ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ EXCLUSIONS */
  .package-section .excluded ul li::before{
    content:"\f00d";
    font-family:FontAwesome;
    position:absolute;
    left:0;
    top:2px;
    color:#c0392b;
    font-size:14px;
  }
  .terms-section{
    padding:50px 15px;
    background:#f6f8fb;
    font-size:14px;
  }
  
  .terms-section .terms-wrapper{
    /* max-width:1100px; */
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:25px;
  }
  
  .terms-section .terms-box{
    background:#fff;
    padding:22px;
    border-radius:14px;
    box-shadow:0 8px 20px rgba(0,0,0,0.06);
  }
  
  .terms-section .terms-box h3{
    font-size:16px;
    margin-bottom:12px;
    display:flex;
    align-items:center;
    gap:8px;
  }
  
  .terms-section ul{
    margin:0;
    padding:0;
  }
  
  .terms-section ul li{
    list-style:none;
    margin-bottom:8px;
    display:flex;
    gap:8px;
  }
  
  .terms-section ul li i{
    color:#0a7d3c;
    margin-top:4px;
  }
  
  .terms-section .warning ul li i,
  .terms-section .danger ul li i{
    color:#c0392b;
  }
  
  .terms-section .notice p,
  .terms-section .danger p{
    margin:0;
    line-height:1.6;
  }
  
  .terms-section .note{
    margin-top:12px;
    font-size:13px;
    font-style:italic;
    color:#555;
  }
  
  /* Variants */
  .terms-section .warning h3{color:#c0392b;}
  .terms-section .danger h3{color:#b71c1c;}
  .terms-section .notice h3{color:#e67e22;}
  .terms-section .packing h3{color:#2c3e50;}
  
  /* Mobile */
  @media(max-width:768px){
    .terms-section .terms-wrapper{
      grid-template-columns:1fr;
    }
  }
  

.hero-section {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #1a365d70, #2563eb7a);
}



.hero-wrap {
    position: relative;
    display: flex;
    gap: 40px;
    align-items: center;
    z-index: 2;
}

/* LEFT CONTENT */
.hero-left {
    flex: 1.2;
    color: #fff;
}

.hero-left h1 {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 18px;
}

.hero-meta {
    display: flex;
    gap: 25px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.hero-meta span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #FFC750;
    font-size: 1rem;
    background: #000;
    padding: 2px 21px;
    border-radius: 100px;
    border: 1px solid #ffffff38;
}

.hero-left p {
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 520px;
    margin-bottom: 18px;
}

.hero-cta-text {
    font-size: 1.1rem;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    width: 70%;
    margin: auto;
}

/* RIGHT FORM */
.hero-form {
    flex: 0.9;
    /* background: #fff; */
    /* padding: 30px; */
    /* border-radius: 10px; */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.hero-form h3 {
    margin-bottom: 18px;
    font-size: 1.4rem;
    font-weight: 700;
}

.hero-form form input,
.hero-form form select {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 0.95rem;
}

.hero-form button {
    width: 100%;
    background: #9acd32;
    color: #000;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
}

.hero-form button:hover {
    background: #7fbf1f;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .hero-wrap {
        flex-direction: column;
        text-align: center;
    }

    .hero-left p {
        max-width: 100%;
    }

    .hero-form {
        width: 100%;
        max-width: 420px;
    }
}
.blink {
    animation: 1.8s ease-in-out infinite blinkEffect;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #00ffe0;
    text-shadow: 0 0 4px #00ffe0;
    display: inline-block;
    margin: 0 8px
}

@keyframes blinkEffect {
    0%,100% {
        color: #0ff;
        text-shadow: 0 0 4px #00ffe0
    }

    50% {
        color: #fff;
        text-shadow: 0 0 2px #fff
    }
}
.hero-cta-text a {
    display: none;
}

.kailash-dates-sec {
    padding: 50px 0 0;
    background: #f8f9fb;
  }
  
  .kailash-dates-sec .section-heading h2 {
    font-size: 36px;
    font-weight: 800;
    color: #1c1c1c;
  }
  
  .kailash-dates-sec .section-heading p {
    max-width: 760px;
    margin: 10px auto 0;
    color: #555;
  }
  
  .dates-grid {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 7px;
    margin-top: 17px;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .date-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    width: 19%;
  }
  
  
  .date-card h4 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #0057b4;
  }
  
  .date-card .day {
    display: inline-block;
    background: #eef2ffb5;
    color: #000000;
    padding: 4px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
  }
  
  .date-card small {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 6px;
  }
  
  .date-card.highlight {
    border: 2px solid #d4af37;
    background: linear-gradient(135deg, #fff8e1, #ffffff);
  }
  
  .date-card.highlight small {
    color: #b68b00;
    font-weight: 600;
  }
  
  /* CTA */
  .dates-cta {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  
  .cta-btn {
    padding: 11px 23px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
  }
  
  .cta-btn.call {background: #2061a6;}
  .cta-btn.whatsapp { background: #25d366; }
  .cta-btn.enquire { background: #111; }
  
  .cta-btn:hover {
    transform: translateY(-2px);
    opacity: 0.9;
    color: #fff;
  }
  .hero-cta-text a:last-child{
      background: #1d244d;
      color: #fff;
  }