@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/* font-family: "Inter", sans-serif; */

@import "tailwindcss";


/*..............common styles..............*/
body {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    color: #464646;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;

    padding: 0;
    color: #383838;
    font-family: "Inter", sans-serif !important;
    line-height: 1.1;
}


h1,
h2 {

    font-weight: 600 !important;
}

p {
    color: #575757;
}

@media screen and (min-width:1600px) {

    h1 {
        font-size: 40px !important;
        font-weight: 600 !important;
    }

    h2 {
        font-size: 40px !important;
        font-weight: 500 !important;
    }

    h3 {
        font-size: 30px !important;
    }

    /* h4 {
    font-size: 50px !important;
} */

    h5 {
        font-size: 24px !important;
    }

    h6 {
        font-size: 16px !important;
    }

    p {
        margin: 0 0 25px !important;
        line-height: 1.6 !important;
        font-size: 16px;
        font-weight: normal;
    }

}

.tourCard .text-warning {
    color: #ef6d27 !important;
}

img {
    max-width: 100%;
}

a,
img {
    border: 0;
    text-decoration: none;
    outline: none;
}

a,
a:link,
a:visited,
a:focus,
a:hover {
    color: #179ae2;
    outline: none;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

a:hover {
    text-decoration: none;
}

input,
textarea,
select.form-control {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    outline: none;
}

input[type="submit"] {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    transition: all 0.3s ease 0s;
    outline: none;
}

select.form-control {
    appearance: none;
    -webkit-appearance: none;
    height: 50px !important;
    padding-right: 40px !important;
    background-repeat: no-repeat;
    background-position: 96% center;
}

input:not([type="submit"]) {
    height: 50px !important;
    border-radius: 12px;
}

input.form-control,
textarea.form-control {
    border: 1px solid #c3cad4 !important;
    box-shadow: none !important;
}

textarea.form-control {
    height: 110px !important;
    border-radius: 12px;
}

p:last-child {
    margin-bottom: 0;
}

/* --- common background color --- */

/* --- only use for wordpress (Image alignment) --- */
.alignleft,
.alignnone {
    float: left;
    margin: 0 15px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 10px 15px;
}

.aligncenter {
    margin: 10px auto;
    display: block;
}

/* --- only use for wordpress (Image alignment) --- */

/* --- Button Styles --- */

.btn.orange-btn {
    transition: all 0.3s ease-out;
    background-color: #ef6d27;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.btn.orange-btn:hover {
    background-color: #305cde;
    transition: all 0.3s ease-out;
    color: #fff;
}

.btn.orange-btn span {
    transform: translate(0px, 0px);
    transition: all 0.3s ease-out;
}

.btn.orange-btn:hover span {
    transform: translate(10px, 0px);
    transition: all 0.3s ease-out;
}

.btn.blue-btn {
    transition: all 0.3s ease-out;
    background-color: #305cde;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.btn.blue-btn:hover {
    background-color: #ef6d27;
    transition: all 0.3s ease-out;
    color: #fff;
}

.btn.blue-btn span {
    transform: translate(0px, 0px);
    transition: all 0.3s ease-out;
}

.btn.blue-btn:hover span {
    transform: translate(10px, 0px);
    transition: all 0.3s ease-out;
}

/* --- Button Styles --- */

/*row with equal height column*/
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*row with equal height column*/

/* --- checkbox and radio button Styles --- */

.builder_radiobox ul li label {
    font-weight: normal;
}

.builder_radiobox ul li input[type="radio"] {
    opacity: 0;
}

.builder_radiobox ul li input[type="radio"]:empty~label {
    position: relative;
    float: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 0 0 22px;
}

.builder_radiobox ul li input[type="radio"]:empty~label:before {
    position: absolute;
    display: block;
    top: 2px;
    bottom: 0;
    left: 0;
    content: "";
    width: 16px;
    height: 16px;
}

/* --- checkbox and radio button Styles --- */

.common-padd {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.form-control {
    height: 50px;
    padding: 12px 15px;
    min-height: auto !important;
}

.form-floating>label {
    font-size: 14px;
}

.color-orange {
    color: #ef6d27 !important;
}

.color-blue {
    color: #305cde !important;
}

.common-header-center {
    text-align: center;
    margin-bottom: 40px;
}

.common-header-center h2 {
    margin-bottom: 15px !important;
}

.common-header-center a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #08296c;
    gap: 10px;
}

.common-header-center p {
    max-width: 700px;
    margin: 0 auto !important;
}

.common-header-inline {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.common-header-inline h2 {
    margin-bottom: 15px !important;
}

.common-header-inline a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #08296c;
    gap: 10px;
}

/*..............common styles..............*/

/*-----scroll-bar-design----------*/

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #3b3b3c;
    border-radius: 10px;
}

/*-----scroll-bar-design----------*/

header .logo-box img {
    max-width: 300px;
    width: 100%;
    height: auto;
}

header {
    padding: 12px 0;
    border-bottom: 1px solid #eceaf3;
}

header .top-sec ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
    display: flex;
    align-items: center;
}

header .top-sec>ul {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    list-style: none;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-end;
}

header .top-sec .lang-dropdown {
    position: relative;
    display: inline-block;
    font-family: sans-serif;
}

header .top-sec .lang-btn {
    border: 1px solid #ddd;
    background: white;
    border-radius: 999px;
    padding: 4px 20px 4px 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;

    padding-right: 20px;
}

header .top-sec .lang-btn .arrow {
    font-size: 15px;
}

header .top-sec .lang-options {
    position: absolute;
    top: 110%;
    left: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    list-style: none;
    margin: 0;
    padding: 6px 0;
    z-index: 9999;
    min-width: 100%;
}

header .top-sec .lang-options li {
    padding: 8px 16px;
    cursor: pointer;
    font-size: 14px;
}

header .top-sec .lang-options li:hover {
    background-color: #f0f0f0;
}

header .top-sec .lang-btn .arrow {
    font-size: 15px;
    transition: transform 0.3s;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(-50%, -50%);

}

header .top-sec .lang-btn .arrow.rotate {
    transform: rotate(180deg);
}

header .top-sec ul li:first-child span {
    margin-right: 10px;
}

/* header main menu */

header .main-menu .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    position: relative;
    z-index: 999;
}

header .main-menu .nav-links {
    display: flex;
    list-style: none;
    gap: 15px;
    padding: 0;
    margin: 0;
}

header .main-menu li.has-dropdown>a span {
    top: -2px;
    position: relative;
}

header .main-menu .navbar {
    padding: 0;
    border: none;
}

header .main-menu nav.navbar {
    justify-content: flex-end;
}

header .main-menu .nav-links li>a {
    text-decoration: none;
    color: #000;
    padding: 10px;
    position: relative;
}

header .main-menu .nav-links li>a:hover {
    color: #ef6d27;
    transition: color .3s;
}

header .main-menu .arrow {
    font-size: 10px;
    margin-left: 5px;
    display: inline-block;
    transition: transform 0.3s;
}

header .main-menu .nav-links li:hover .arrow {
    transform: rotate(180deg);
}

header .main-menu .has-dropdown {
    position: relative;
}

header .main-menu .has-dropdown ul {
    display: none;
    position: absolute;
    top: 125%;
    left: 0;
    background: #fff;
    list-style: none;
    padding: 0;
    min-width: 250px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 9;
}

header .main-menu .has-dropdown:hover ul {
    display: block;
}

header .main-menu .has-dropdown ul li a {
    color: #000;
    white-space: nowrap;
    padding: 8px 18px;
    text-decoration: none;
    display: block;
    font-size: 16px;
}

header .main-menu .has-dropdown ul li {
    transition: background-color 0.3s ease;
}

header .main-menu .has-dropdown ul li a,
header .main-menu .has-dropdown ul li .btn-link {
    transition: color 0.3s ease;
}

header .main-menu .has-dropdown ul li:hover {
    background-color: #ef6d27;
}

header .main-menu .has-dropdown ul li:hover a,
header .main-menu .has-dropdown ul li:hover .btn-link {
    color: #fff !important;
}






header .main-menu .hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
    width: 30px;
    height: 25px;
    justify-content: center;
    align-items: center;
}

header .main-menu .bar {
    width: 100%;
    height: 3px;
    background: #000;
    transition: all 0.3s ease;
}

header .main-menu .hamburger.open .top {
    transform: translateY(8px) rotate(45deg);
}

header .main-menu .hamburger.open .middle {
    opacity: 0;
}

header .main-menu .hamburger.open .bottom {
    transform: translateY(-8px) rotate(-45deg);
}

nav.navbar ul li a {
    font-size: 15px;
    font-weight: 500 !important;
}

/* header main menu */

footer .footer-wrapper {
    padding: 50px 0;
}

footer {
    background-color: #05164D;
}

footer .footer-tabs {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

footer .footer-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 30px;
}

footer .footer-tabs button {
    position: relative;
    background: none;
    border: none;
    color: white;
    padding: 10px 16px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
    padding-right: 35px;
}

footer .footer-tabs button.active,
footer .footer-tabs button:hover {
    border-color: white;
}

footer .footer-tabs button:not(:last-child) {
    border-right: 1px solid #fff;
}

footer .footer-tabs button::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    right: 10px;
    top: 13px;
    background-image: url("/images/plus.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

footer .footer-tabs button.active::before {
    background-image: url("/images/minus.png");
}

footer .footer-content h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

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

footer .footer-logo img {
    filter: brightness(0) invert(1);
    margin-bottom: 15px;
}

footer .logo-box p {
    margin: 0;
    color: #fff;
}

footer .footer-menu h3 {

    font-size: 16px !important;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px !important;
}

footer .footer-menu {
    padding-left: 40px;
}

footer .footer-menu ul li a {
    font-size: 16px;
    color: #c4c4c4;
    font-weight: 500;
}

footer .footer-menu ul li {
    padding: 5px 0;
}

footer .footer-contact h3 {

    font-size: 16px !important;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px !important;
}

footer .footer-contact ul li a {
    font-size: 16px;
    color: #c4c4c4;
    font-weight: 500;
}

footer .footer-contact ul li {
    padding: 5px 0;
    color: #c4c4c4;
    position: relative;
    padding-left: 35px;
}

footer .footer-contact ul li span {
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
}

footer .footer-contact ul li span img {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}

footer .footer-media h5 {
    text-align: center;
    color: #fff;
}

footer .footer-media ul li a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e9f6f9;
    border-radius: 80px;
}

footer .footer-media ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 15px;
    justify-content: center;
}

footer .copyright-sec p {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0 !important;
}

footer .copyright-sec {
    padding: 30px 0;
}

/* ----------home------------ */
.banner-section {
    background: linear-gradient(101.27deg, rgba(48, 92, 222, 0.2) 2.04%, rgba(134, 128, 108, 0.2) 36.3%, rgba(108, 64, 116, 0.2) 70.55%, rgba(26, 50, 120, 0.2) 97.04%);
    padding: 40px 0;
}

.banner-section .swiper-button-prev,
.banner-section .swiper-button-next {
    display: none;
}

.banner-section .slider-content-wraper>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-section .slider-content-wraper {
    position: relative;
    height: 500px;
    border-radius: 25px;
    overflow: hidden;
}

.banner-section .button {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    padding: 15px;
}

.banner-section span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff !important;
}

.banner-section span.swiper-pagination-bullet {
    background-color: #a1a1a1 !important;
    opacity: 1;
}

.banner-section .swiper-slide {
    padding: 15px;
}

.banner-section .slider-content {
    border-radius: 25px;
    box-shadow: 0 0 14px #00000047;
}

.banner-section .swiper-pagination {
    bottom: 25px !important;
}

.banner-section .right-box {
    padding: 15px 0;
}

.banner-section .right-box .button {
    text-align: center;
    width: 100%;
    padding: 15px;
    position: absolute;
    bottom: 0;
    height: 100%;
    background-color: #00000073;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px;
}

.banner-section .right-box h1 {
    color: #fff;
}

/* --------slider with card----- */

.slider-card {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #305cde 29.36%, #ffac46 70.36%, #ffcc32) border-box;
    border: 1px solid transparent;
    border-radius: 30px;
    box-shadow: 0 0 10px #00000036;
    padding: 20px;
}

.slider-card .image-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
}

.slider-card .image-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 0;
    z-index: 2;
    display: flex;
    gap: 5px;
    padding: 15px;
}

.slider-card .image-box ul li {
    background-color: #ffcc32;
    padding: 3px 11px;
    border-radius: 50px;
    color: #46166b;
    font-weight: bold;
    font-family: "Inter", sans-serif;
    font-size: 12px;
}

.slider-card .slider-content-wraper {
    height: 270px;
    overflow: hidden;
}

.slider-card .slider-content-wraper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.using-for-dubbl-slider .slider-card .swiper-pagination.swiper-pagination-custom.swiper-pagination-horizontal {
    max-width: 111px;
    background-color: #00000091;
    color: #fff;
    font-size: 16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 8px;
    bottom: 10px !important;
}

.slider-card .swiper-button-prev {
    width: 32px !important;
    height: 32px !important;
    background-color: #000000ca;
    border-radius: 50px;
    background-image: url("/images/button-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    left: 5px !important;
}

.slider-card .swiper-button-next {
    width: 32px !important;
    height: 32px !important;
    background-color: #000000ca;
    border-radius: 50px;
    background-image: url("/images/button-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    right: 5px !important;
}

.slider-card .swiper-button-next::after,
.slider-card .swiper-button-prev::after {
    display: none;
}

.slider-card .content-box h3 {
    font-size: 20px !important;
    font-weight: 600;
    margin-bottom: 6px !important;
}

.slider-card ul.location-box {
    padding: 0;
    list-style: none;
}

.slider-card ul.location-box li {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.slider-card ul.location-box li .left-area span {
    display: inline-block;
    top: -3px;
    position: relative;
}

.slider-card ul.location-box li .left-area {
    font-weight: 600;
    color: #686a76;
}

.slider-card ul.location-box li {
    margin-bottom: 6px;
}

.slider-card ul.location-box li .left-area h4 span {
    top: 0;
    display: block;
    font-weight: 600;
    color: #1c062d;
}

.slider-card ul.location-box li .left-area h4 {
    margin: 0 !important;
    font-size: 16px !important;
}

.slider-card .right-area h6 span {
    font-size: 18px;
    top: 5px;
    position: relative;
}

.slider-card .right-area h6 {
    margin: 0 !important;
    font-size: 33px !important;
    font-weight: 800;
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.slider-card ul.fecility-box li {
    font-size: 12px;
    color: #305cde;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 6px;
}

.slider-card ul.fecility-box {
    padding: 0;
    margin-bottom: 25px;
    list-style: none;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.slider-card .btn.blue-btn {
    width: 100%;
}

.tourpackege-sec,
.lux-trains {
    background: linear-gradient(101.27deg, rgba(48, 92, 222, 0.3) 2.04%, rgba(134, 128, 108, 0.3) 36.3%, rgba(108, 64, 116, 0.3) 70.55%, rgba(26, 50, 120, 0.3) 97.04%);
}

.tourpackege-sec .swiper-pagination {
    bottom: 0;
}

.tourpackege-sec span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff !important;
}

.tourpackege-sec span.swiper-pagination-bullet {
    background-color: #a1a1a1 !important;
    opacity: 1;
}

.using-for-dubbl-slider .swiper-pagination {
    bottom: 0 !important;
}

.using-for-dubbl-slider .swiper-wrapper {
    padding-bottom: 50px;
}

.using-for-dubbl-slider .slider-card .swiper-wrapper {
    padding-bottom: 0px;
}

.tourpackege-sec .btm-sec {
    text-align: center;
    margin-top: 30px;
}

.srilanka-tourpackege-sec .swiper-pagination {
    bottom: 0;
}

.srilanka-tourpackege-sec span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #305cde !important;
}

.srilanka-tourpackege-sec span.swiper-pagination-bullet {
    background-color: #a1a1a1 !important;
    opacity: 1;
}

.honeymoon-tour-sec>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.honeymoon-tour-sec {
    position: relative;
}

.honeymoon-tour-sec .content-box {
    position: relative;
    z-index: 3;
    max-width: 800px;
    padding-bottom: 25%;
}

.honeymoon-tour-sec::before {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 300px;
    z-index: 1;
    width: 100%;
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.honeymoon-tour-sec .content-box h2 {
    color: #305cde;
}

.honeymoon-tour-sec .content-box p {
    font-size: 24px;
    color: #305cde;
}

.luxury-tour .sngl-box {
    width: 100%;
    height: 250px;
    border-radius: 20px;
    overflow: hidden;
}

.luxury-tour .sngl-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.luxury-tour .top-slider {
    margin-bottom: 30px;
}

.luxury-tour {
    position: relative;
}

.luxury-tour .content-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
}

.luxury-tour .sngl-box-content {
    background-color: #305cde;
    width: 100%;
    max-width: 530px;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 0 27px #000000b0;
}

.luxury-tour .sngl-box-content h4 {
    color: #fff;
    margin-bottom: 15px !important;
    font-size: 40px;
}

.luxury-tour .sngl-box-content p {
    color: #fff;
    font-size: 16px;
}

.luxury-tour .btn.orange-btn:hover {
    background-color: #000;
}

.discover-india {
    position: relative;
}

.discover-india>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.discover-india .content-box {
    position: relative;
    z-index: 1;
}

.discover-india .common-header-center h2,
.discover-india .common-header-center p {
    color: #fff;
}

.discover-india .sngl-box {
    border-radius: 30px;
    background-color: #305cde;
    height: 100%;
}

.discover-india .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.discover-india .image-box {
    position: relative;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
    padding-bottom: 100%;
}

.discover-india .content-box-wraper {
    padding: 20px;
    text-align: center;
}

.discover-india .content-box-wraper h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px !important;
    font-size: 20px ! IMPORTANT;
}

.discover-india .content-box-wraper p {
    color: #fff;
    margin-bottom: 10px !important;
}

.discover-india .content-box-wraper a {
    display: flex;
    justify-content: center;
    gap: 10px;
    color: #fff;
}

.discover-india .content-box-wraper a img {
    filter: brightness(0) invert(1);
}

.discover-india:before {
    content: "";
    z-index: 1;
    background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: -1px;
}

.top-services .sngl-box {
    width: 100%;
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.top-services .sngl-box>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-services .content-box-wraper {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 20px;
    justify-content: space-between;
    align-items: flex-end;
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.9) 14%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
}

.top-services .content-box-wraper h5 {
    margin: 0 !important;
    color: #305cde;
    font-weight: 700;
    font-size: 22px !important;
}

.top-services .content-box-wraper a {
    width: 35px;
    height: 35px;
    background-color: #305cde;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.customer-rate .sngl-box {
    border: 1px solid #9b99a3;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.customer-rate .content-box p {
    font-size: 18px;
}

.customer-rate .author h5 {
    font-weight: 600;
    color: #305cde;
    margin-bottom: 5px !important;
}

.customer-rate .btm-button {
    text-align: center;
    margin-top: 30px;
}

.why-choose-sec {
    background-color: #305cde;
}

.why-choose-sec .sngl-box {
    text-align: center;
}

.why-choose-sec .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.why-choose-sec .icon {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.why-choose-sec .sngl-box h5 {
    margin-bottom: 5px !important;
    color: #fff;
    font-weight: 700;
}

.why-choose-sec .sngl-box p {
    color: #fff;
    margin-bottom: 0 !important;
}

.why-choose-sec .common-header-center h2 {
    color: #fff;
}

.about-sec .left-box h2 {
    color: #000;
    font-weight: 600;
    margin-bottom: 15px !important;
}

.about-sec p {
    margin-bottom: 0 !important;
}

.about-sec .container,
.why-choose-sec .container {
    max-width: 1100px !important;
}

/*Media Query css*/

@media only screen and (min-width: 1700px) {
    .container {
        max-width: 1440px !important;
    }
}

@media only screen and (max-width: 1199px) {
    header .main-menu .hamburger {
        display: flex;
    }

    header .main-menu .nav-links {
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        width: 100%;
        flex-direction: column;
        gap: 10px;
        padding: 20px 30px;
        display: none;
        transition: all 0.3s ease;
    }

    header .main-menu .nav-links.show {
        display: flex;
    }

    header .main-menu .has-dropdown ul {
        position: static;
        box-shadow: none;
        padding-left: 15px;
        display: none;
    }

    header .main-menu .has-dropdown:hover ul {
        display: block;
    }
}

.listing-inner-wrapper,
.details-wrapper-inner {
    background: url(/images/bg-listing.svg) no-repeat;
    background-position: top center;
}

.tourCard {

    border-radius: 12px;
    position: relative;
    background: linear-gradient(to right, #305cde, #ef6d27);
    z-index: 0;
}

.tourCard::before {
    content: "";
    position: absolute;
    inset: .9px;

    border-radius: 11px;

    background: #fff;
    z-index: -1;
}

.tourCard .tour-wrapper {
    flex-wrap: wrap;
    display: flex;
}

.tourCard img {
    border-radius: 20px;
}

.c-sec {
    background: #ef6d27;

    z-index: 0;
    background: linear-gradient(to right, #305cde, #ef6d27);
    padding: 1px;
    border-radius: 12px;
    position: relative;
}

.c-sec:before {
    content: "";
    z-index: -1;
    background: #ef6d27;
    border-radius: 10px;
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
}

.sidebar-listing .list-unstyled {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.sidebar-listing .list-unstyled li {
    color: #000;
    font-size: 16px;
    list-style: circle;
    margin-left: 18px;
}

.city-section.c-sec:before {
    content: "";
    z-index: -1;
    background: #305cde;
}

.destinationSection,
.theme-section {
    background-color: #ef6d27;
}

.icon {
    font-size: 1.5rem;
}

.banner {
    position: relative;
    width: 100%;
    height: 400px;
    /* Adjust height as needed */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    z-index: 1;
    transition: opacity 0.3s ease-in-out;
}

.banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 20px;
}

.banner-title {
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
}

.banner-subtitle {
    color: white;
    font-size: 1.25rem;
    font-weight: normal;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
}

.banner:hover .banner-overlay {
    opacity: 0.9;
}

.banner:hover .banner-title,
.banner:hover .banner-subtitle {
    transform: translateY(-5px);
}

@media only screen and (min-width: 1400px) {
    .tourCard .tour-wrapper {
        border-bottom: 2px dashed #ccc;
        flex-wrap: wrap;
        display: flex;
    }

    .tourCard .tour-wrapper .tour-info {
        border-right: 2px dashed #ccc;
    }
}

.text-expansion {
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 1;
}

.text-expansion.line-clamp-2 {
    opacity: 0.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    position: relative;
}

.ellipsis {
    display: inline;
    font-size: 1.2rem;
    color: #575757;
    vertical-align: baseline;
}

.btn-link:hover .arrow-icon {
    transform: translateX(4px) scale(1.2);
}

.arrow-icon {
    transition: transform 0.3s ease-in-out;
}

.arrow-icon.rotate {
    transform: rotate(180deg) scale(1.2);
}

.faq-container {
    border-radius: 8px;
    overflow: hidden;

    transition: transform 0.3s ease-in-out;
}

.faq-wrap::before {
    content: "";
    border-left: 1.4px dashed #FF991B;
    width: 100%;
    height: 10px;
    margin-bottom: 10px;
    display: block;
    position: absolute;
    left: 21px;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 0;
    width: 10px;
}

/* .faq-answer::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
} */



.faq-container:hover {
    transform: translateY(-5px);
}

.faq-header {
    font-size: 1.2rem;
    font-weight: 600;
}

.faq-accordion {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    border: 1px solid #ef6d27;
    border-radius: 8px;
}

.faq-question {
    background-color: #f3f3f3;
    border-radius: 8px;

    padding: 1rem;
    font-size: 1rem;
    cursor: pointer;
    display: flex;


    color: #0d0d0c;
    font-weight: 500;
    transition: background-color 0.3s ease;
    /* position: relative; */
}

.faq-question.active {
    background-color: #fff5f0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 5px;
}

.faq-answer.open {
    background-color: #fff5f0;
}

.faq-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ef6d27;

    transition: transform 0.3s ease;
    position: absolute;
    right: 20px;
}

.faq-question.active .faq-arrow {
    transform: rotate(180deg);
}

.faq-answer {
    background-color: #fffaf5;
    border-radius: 8px;

    font-size: 0.95rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    padding-top: 0 !important;
    color: #0D0D0C;
    font-size: 15px;
    font-weight: 400 !important;
    font-weight: normal;
    padding-left: 45px !important;
}

.faq-answer.open {
    max-height: 350px;

    padding: 1rem;
}

.faq-question .me-2,
.faq-answer .me-2 {
    color: #ff6200;

    font-weight: bold;
}

.page-item {
    margin: 0 0.25rem;
}

.page-item .page-link {
    display: inline-block;

    font-size: 0.9rem;
    font-weight: 500;
    color: #6c757d;
    text-decoration: none;
    border-radius: 8px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    width: 30px !important;
    height: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-item .page-link:hover,
.page-item .page-link:focus {
    color: #305cde;
    background-color: #f1f3f5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.page-item.active .page-link {
    color: #fff;
    background-color: #305cde;
    border-color: #305cde;
}

.page-item.disabled .page-link {
    color: #adb5bd;
    background-color: transparent;
    cursor: not-allowed;
    pointer-events: none;
}

.page-link {
    border: none;
    outline: none;
}

.page-item:not(.active):not(.disabled) .page-link {
    border: 1px solid #dee2e6;
}

.page-item:not(.active):not(.disabled) .page-link:hover {
    border-color: #305cde;
    color: #305cde;
}

@keyframes hoverEffect {
    0% {
        transform: scale(1);
        filter: brightness(100%);
    }

    50% {
        transform: scale(1.05);
        filter: brightness(110%);
    }

    100% {
        transform: scale(1.03);
        filter: brightness(105%);
    }
}

.custom-hover:hover {
    animation: hoverEffect 0.4s ease-in-out forwards;
}

.custom-hover:not(:hover) {
    animation: none;
    transform: scale(1);
    filter: brightness(100%);
}

@keyframes smoothHover {
    0% {
        transform: scale(1);
        filter: brightness(100%);
    }

    100% {
        transform: scale(1.03);
        filter: brightness(90%);
    }
}

.custom-hover {
    transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
}

.custom-hover:hover {
    animation: smoothHover 0.5s ease-in-out forwards;
}

.custom-hover:not(:hover) {
    transform: scale(1);
    filter: brightness(100%);
}

.overlay {
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.group:hover .overlay {
    opacity: 0.15;
}

.details-wrapper .faq-toggle {
    font-size: 30px;
    color: #EF6D27;
    position: absolute;
    right: 14px;
}

.yarl__container {
    background-color: #000000d6 !important;
}



.form-floating .form-control {
    padding-right: 2.5rem;
}


.calendar-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}


.flatpickr-monthDropdown-months {
    z-index: 9999 !important;
}

.flatpickr-current-month {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    padding: 7px !important;
}

span.flatpickr-weekday {

    color: #fff !important;
}


/* Loader */
.loader {
    width: 40px;
    height: 40px;
    --c: no-repeat linear-gradient(orange 0 0);
    background: var(--c), var(--c), var(--c), var(--c);
    background-size: 21px 21px;
    animation: l5 1.5s infinite cubic-bezier(0.3, 1, 0, 1);
}

@keyframes l5 {
    0% {
        background-position: 0 0, 100% 0, 100% 100%, 0 100%
    }

    33% {
        background-position: 0 0, 100% 0, 100% 100%, 0 100%;
        width: 60px;
        height: 60px
    }

    66% {
        background-position: 100% 0, 100% 100%, 0 100%, 0 0;
        width: 60px;
        height: 60px
    }

    100% {
        background-position: 100% 0, 100% 100%, 0 100%, 0 0
    }
}

/* Full-page white loader wrapper */
.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    /* White background */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    /* Always on top */
    overflow: hidden;
}

.tour-content .tour-title span {
    font-size: 20px;
    color: #305CDE;
}

.tour-details span {
    font-size: 16px;
    color: #575757;
}

.amenities {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #FF991B, #305CDE) 1 0 1 0;
    padding: 0 30px;
    margin: 1.5rem 0 1.1rem;
}

.amenities ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0D0D0C;
    font-size: 16px;
}

.bg-success-bg {
    background: #EAFAEA;
}

.bg-danger-bg {
    background: #FBEBEB;
}

.nav-pills .nav-link {
    border-radius: 30px !important;
    border: 1px solid #000;
    color: #000;
    min-width: 100px;
    text-align: center;
    outline: none;
    font-size: 15px;
}


.nav-pills .nav-link:hover {
    background-color: #305CDE !important;
    border-color: #305CDE !important;
    color: #fff;
    cursor: pointer;
}


.nav-pills .nav-link.active {
    background-color: #305CDE !important;
    border-color: #305CDE !important;
}

.deals-packages {
    background: url(/images/deals-bg.svg) no-repeat;
    background-size: cover;
    width: 100%;
}


.faqs h2 {
    text-align: center !important;
}


.train-listing-wraper {
    background: url(/images/bg-train-sec.svg) no-repeat;
    background-size: cover;
    width: 100%;
}

.train-journey-wrap {
    background: url(/images/journey-overview-bg.svg) no-repeat;
    background-size: contain;
    width: 100%;
}

.routes ul {
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 10px;
    display: flex;
    margin: 30px 0px 0px;
}

.routes ul li {
    color: #000;
    position: relative;
    padding-left: 10px;
    font-size: 15px;
}

.routes ul li::before {
    content: "";
    background-color: #facc15;
    border-radius: 9999px;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    top: 50%;

    transform: translate(-50%, -50%);
}

.heritage-card img {
    border-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.side-sticky-form {
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}