@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"),
       url("../fonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"),
       url("../fonts/fa-regular-400.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"),
       url("../fonts/fa-brands-400.ttf") format("truetype");
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.ttf');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Montserrat-BoldItalic';
    src: url('../fonts/Montserrat-BoldItalic.ttf');
   

}

/* new Travels */
::-moz-selection {
    /* Code for Firefox */
    color: white;
    background: var(--primarycolor)
}

::selection {
    color: rgb(255, 255, 255);
    background: var(--primarycolor);
}

body {
    font-family: "Sansation", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
    font-size: 15px;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

/* ===================
Date picker css 
====================== */
.ui-datepicker {
    z-index: 50 !important;
    font-family: "Sansation", sans-serif;
}

.ui-datepicker .ui-datepicker-header .ui-corner-all>span,
.ui-datepicker .ui-datepicker-header .ui-state-hover>span {
    display: none;
}

.ui-datepicker.ui-widget-content {
    border: none;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.ui-datepicker .ui-datepicker-header .ui-corner-all,
.ui-datepicker .ui-datepicker-header .ui-state-hover {
    cursor: pointer;
    border: 0;
    background: none;
    font-weight: 500;
    top: 3px;
}

.ui-datepicker .ui-datepicker-prev:after {
    content: url(../images/prev.png);
    left: 5px;
    top: 4px;
    position: absolute;
    font-family: "Font Awesome 6 Pro";
}

.ui-datepicker .ui-datepicker-next:after {
    content: url(../images/next.png);
    right: 5px;
    top: 4px;
    position: absolute;
    font-family: "Font Awesome 6 Pro";
}

.ui-datepicker .ui-widget-header {
    background: #333;
    color: white;
    border: none;
    border-radius: 8px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: center;
    text-decoration: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
    border-radius: 8px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: none;
    background: #013f7e88;
    color: white;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: var(--primarycolor);
    color: white;
}

/* swap icon img */
.swap-image img {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.swap-image img.swapani {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/* ---------------------sidebar------------------------------------ */

#sidenavebar h3 {
    color: #fff;
    font-size: 13px;
    margin: 10px 0;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
}

#sidenavebar {
    background: #f9f9f9;
    width: 190px;
    position: fixed;
    top: 215px;
    z-index: 999;
    right: -190px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 0 15px;
    transition: 0.5s;
}

#sidenavebar:hover {
    right: 0px;
}

#sidenavebar ul {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}

#sidenavebar h2 {
    background: var(--primarycolor);
    color: #fff;
    font-size: 15px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    margin-top: 0;
    font-weight: 500;
    text-transform: capitalize;
}

#sidenavebar h2 span {
    background-color: var(--primarycolor);
    display: block;
    height: 50px;
    position: absolute;
    left: -50px;
    top: 0;
    width: 50px;
    border-radius: 25px 0px 0px 25px;
    font-size: 22px;
    color: #fff;
    text-align: center;
}

#sidenavebar h2 span i {
    position: absolute;
    top: 29%;
    left: 30%;
}

.colors {
    list-style: none;
    margin: 0 0px 10px 0;
    overflow: hidden;
}

.colors li {
    margin: 6px 3px 0 3px;
}

.colors li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 5px 10px;
    color: #1b1d21;
}

.colors li a:hover {
    background-color: var(--primarycolor);
    color: white;
}

/* scrollUp */
.scroll-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: fixed;
    bottom: 7%;
    right: 22px;
    border-radius: 50%;
    z-index: 99;
    color: white;
    text-align: center;
    cursor: pointer;
    background: var(--primarycolor);
    transition: all 1s ease 0s;
    border: none;
    border: 1px solid white;
}

.scroll-top.open {
    bottom: 30px;
}

.scroll-top::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

/* new Travels end */

.datepicker {
    border: none;
    color: var(--placeholder-color);
}

.form-select:focus {
    box-shadow: unset;
}

.errorMessageFixed {
    color: red;
    font-size: 12px;
}

#nextDates div.dateday {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 54px;
    height: 43px;
    border: 1px solid #babdc0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    cursor: pointer;
    background: white;
}

#nextDates div.dateday div:nth-child(1) {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -.32px;
    color: #101010;
}

#nextDates div.dateday div:nth-child(2) {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    text-align: left;
    color: #101010;
}

#nextDates div.dateday:hover {
    background-color: var(--primarycolor);
}

#nextDates div.dateday:hover div {
    color: white;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #043194 transparent transparent transparent !important;
}
/* Right label (Onward Trip) */
.header-right a{
    color: #ffffff !important;
    border-radius: 9px;
    margin: 0px 10px;
    background-color: var(--primarycolor);
}
.header-right a {
    display: inline-block; /* important */
    transition: all 0.2s ease;
}

/* hover effect */
.header-right a:hover {
    transform: translateY(-1px);
    background: var(--secondarycolor);
}

/* click press effect */
.header-right a:active {
    transform: translateY(2px) scale(0.96);
}

/*=============================
	03. Mobile Menu
===============================*/
.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    display: none;
    color: #fff;
    margin-right: 30px;
    top: 15px;
}

.mobile-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    z-index: 99;
    border-radius: 0px;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)e;
    -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
}

.mobile-menu-visible .menu-backdrop {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    padding: 0px 0px;
    z-index: 5;
    box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .close-btn {
    position: absolute;
    right: 10px;
    top: 11px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: #292b37;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
}

.mobile-menu .navigation ul {
    padding: 0;
    margin: 0;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 60px 10px 25px;
    font-size: 14px;
    font-weight: 700;
    color: #636363;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.mobile-menu .navigation li>span{
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 60px 10px 25px;
    font-size: 14px;
    font-weight: 700;
    color: #636363;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.mobile-menu .navigation li ul li>a {
    margin-left: 20px;
    text-transform: uppercase;
}

.mobile-menu .navigation li ul li ul li a {
    margin-left: 40px;
}

.mobile-menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 15px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    background: var(--primarycolor);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn i {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open i {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: var(--primarycolor);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links ul {
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 10px;
}

.mobile-menu .social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: var(--secondarycolor);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid #000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.mobile-menu .social-links li a:hover {
    border-color: var(--primarycolor);
    background: var(--primarycolor);
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .my-carousel .owl-nav .owl-prev {
        bottom: 65px !important;
        left: -78px !important;
    }
}

@media (max-width: 426px) {
    h6 {
        font-size: 14px;
    }
}

@media (max-width: 376px) {
      .my-carousel .owl-nav .owl-prev {
        bottom: 71px !important;
    }

}

@media (min-width: 992px) {
    .col-lg-1.custom-col {
        flex: 0 0 4%;
        max-width: 4%;
    }
}

/* ====================================== VSR TRAVELS ========================================================= */

body {
    overflow-x: hidden;
    font-family: "Montserrat-Medium";

}

:root {
    --placeholder-color: #000;
    --white-color: #fff;
    --black-color: #000;
    --head-color: #212529;
    --primarycolor:  #043194;
    --secondarycolor: #fd7a04;
    --heading-font: "Montserrat-BoldItalic";
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}
h3{
    font-family: var( --heading-font);
    font-weight: 700;
    font-size: 37px;
}
h2{
    font-size: 3rem;
    font-weight: 700;
    font-family: var( --heading-font);
}
h6 {
    font-size: 1rem;
    font-weight: 600;
}
p{
    color: var(--black-color);
    font-size: 16px;
}
a:hover {
    color: var(--blackcolor);
}
/* Menu */
.logo{
    position: absolute;
    top: -46px;
    left: -46px;
}
.header-one .logo img{
    height: 139px !important;
}

.top-menu-bg{
    padding: 5px;
    border-radius: 0 0 20px 20px;
}

/* Header */

.header-top-left {
    font-size: 15px;
} 
.header-top-left a{
    color: var(--black-color);
}

/* Nav Bar */
/* Shadow for Next Page */
#sticky-header {
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
}
#sticky-header .logo img {
    height: 107px;
}
.header-one #sticky-header {
    box-shadow: none;
}
.menu-area .mobile-nav-toggler {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    font-size: 23px;
    display: none;
}
.menu-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.play-store img,
.app-store img {
    width: 34px;
    height: 34px;
    background: black;
    border-radius: 5px;
}
.navbar-wrap {
    display: flex;
    flex-grow: 1;
    justify-content: center;
}

.navbar-wrap ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 15px;
    background: none;
    border-radius: unset;
}

.navbar-wrap>ul>li {
    list-style: none;
    display: block;
    position: relative;
    margin: 0px 0px 0px 15px;
}

.navbar-wrap ul li:last-child {
    margin-right: 0;
}

.navbar-wrap ul li a {
    font-size: 16px;
    color: var(--black-color);
    padding: 10px 21px;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
    font-weight: 600;
}
.navbar-wrap ul li span{
    font-size: 16px;
    color: var(--black-color);
    padding: 9px 17px;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
    font-weight: 600;
}
.navbar-wrap>ul>li>a::after {
    left: 10px;
    margin-left: 10px;
}

.navbar-wrap ul li .sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    min-width: 230px;
    border: 1px solid #d9d9d9;
    border-radius: 0px 0px 18px 18px !important;
    background: var(--secondarycolor);
    margin: 0 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    -moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    padding: 5px 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

.navbar-wrap ul li .sub-menu .sub-menu {
    right: auto;
    left: 100%;
    top: 0;
}

.navbar-wrap ul li .sub-menu li {
    margin-left: 0;
    text-align: left;
    display: block;
}

.navbar-wrap ul li .sub-menu li a {
    padding: 9px 11px 9px 11px;
    line-height: 1.4;
    font-weight: 500;
    color: var(--black-color);
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    font-size: 13px;
}

.navbar-wrap ul li .sub-menu li a::before {
    content: "";
    display: block;
    width: 0;
    height: 7px;
    border-radius: 50%;
    background: rgb(0, 0, 0);
    transition: .3s ease-in-out;
}

.navbar-wrap ul li .sub-menu>li.active>a::before,
.navbar-wrap ul li .sub-menu li a:hover::before {
    width: 7px;
    margin-right: 8px;
}

.navbar-wrap ul li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.navbar-wrap>ul>li.active>a::after,
.navbar-wrap>ul>li.active>a::before,
.navbar-wrap>ul>li:hover>a::after,
.navbar-wrap>ul>li:hover>a::before {
    opacity: 1;
    margin-left: 0;
}

.custom-navbar {
    display: flex;
    justify-content: center;
}

.custom-navbar .navigation {
    display: flex;
    align-items: center;
    gap: 27px;
    padding: 0px 15px;
    background: linear-gradient(180deg, #ffe34d 0%, #ffd900 40%, #f5c400 100%);
    border-radius: 40px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}
.custom-navbar .navigation li {
    list-style: none;
    position: relative;
}

.custom-navbar .navigation li a,
.custom-navbar .navigation li span {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 14px 18px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    border-radius: 25px;
}
.custom-navbar .navigation li a:hover,
.custom-navbar .navigation li span:hover {
    background: rgba(255,255,255,0.25);
}
.custom-navbar .navigation li.active a {
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}
.custom-navbar .navigation .sub-menu {
    position: absolute;
    top: 96%;
    left: 0;
    background: #fff;
    border-radius: 10px;
    padding: 10px 0;
    display: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.custom-navbar .navigation li:hover .sub-menu {
    display: block;
}

.custom-navbar .navigation .sub-menu li a {
    padding: 10px 15px;
    color: #000;
    font-weight: 500;
}

.custom-navbar .navigation .sub-menu li a:hover {
    background: #f5f5f5;
}
.custom-navbar .navigation {
    box-shadow: 0 8px 20px rgba(255, 200, 0, 0.39);
}
.fas {
    color: var(--black-color);
}
.fa-angle-down:before{
    color: white;
}
.onl-btn-div button, .bootstrap5 .refundbtn, .ticket-cancel .bootstrap5 .tbtn button, .ticket-cancel .bootstrap5 .tbtn input {
color :#fff;
}
/*  Home Section */
.home{
    overflow-x: hidden;
    overflow-y: hidden;
}
.boxed_wrapper {
    background: url(../images/vsr_homebackground.webp) center / cover no-repeat;
    overflow-x: hidden;
}
.hero-title h2{
    font-family: var(--heading-font);
    font-size: 60px;
    font-weight: 800;
}
.homebusimg img{
    height: 410px;
    position: absolute;
    top: 179px;
    left: -85px;
}

.hometitle-top{
    position: absolute;
    top: 34px;
    right: 398px;
    font-size: 3rem;
    text-shadow: 0 4px 18px rgba(255,195,0,.35);
}
.hometitle-bottom{
    position: absolute;
    top: 96px;
    right: 167px;
    font-size: 3rem;
    text-shadow: 0 4px 18px rgba(255,195,0,.35);
}
/* SEARCH BOX */
.search-bg {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;            
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.homebird{
    position: absolute;
    top: -198px;
    right: -118px;
    height: 284px;
    z-index: 2;
}
.s-box {
    position: absolute;
    top: 215px;
    right: -10px;
    width: 545px;
    height: 260px;
    z-index: 1;
    padding: 12px; 
    background-image: url("../images/vsr_formmainbg.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.s-box::after{
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    z-index: -1;
    filter: blur(10px);
    opacity: 0.7;
}
.s-box:hover {
    transform: translateX(-50%) scale(1.02);
}
.input-box,
.select2-container--default .select2-selection--single {
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.35);
    box-shadow: inset 0 1px 3px rgba(255,255,255,0.3);
}
.select2-container--default .select2-selection--single {
    background-color: #ffffff00 !important;
}
.s-box .theme-btn {
    background: linear-gradient(135deg, #0d47a1, #1e3c72);
    border-radius: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}
.s-box .form-content-in {
    border-radius: 5px;
    position: absolute;
    z-index: 3;
}

.s-box .swap {
    width: 35px;
    height: 35px;
    background-color: var(--secondarycolor);
    border-radius: 50px;
    display: grid;
    place-items: center;
    z-index: 1;
    top: 37px;
    right: 56px;
    font-size: 11px;
    transform: rotate(180deg);
}

.s-box .form-group {
    position: relative;
}

.s-box .form-group label.form-label {
    position: absolute;
    background-color: white;
    font-size: 12px;
    top: -9px;
    left: 18px;
    padding: 0px 11px;
    margin-bottom: 0px;
    color: rgb(0, 0, 0);
    z-index: 1;
}

.s-box .form-group .input-box {
    border-radius: 8px;
    border: 1px solid #babdc0;
    background-color: transparent;
    height: 100%;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    font-weight: 600;
}
.s-box .form-group .input-box:has(.calendar) {
    padding-right: 0px;
}

.s-box .form-group .input-box .calendar {
    padding-right: 5px;
}

.s-box .form-group select:focus-visible,
.s-box .form-group input:focus-visible {
    outline: 0px;
}

.s-box .form-group .select2-selection,
.s-box .form-group input {
    border: 0px;
    border-radius: 8px;
    width: 100%;
    font-size: 13px;
    color: rgb(0, 0, 0);
    -webkit-padding: 12px 20px 12px 40px;
    /* Chrome, Opera, Safari */
    -moz-padding: 12px 20px 12px 40px;
    /* Firefox 2+ */
    -ms-padding: 12px 20px 12px 40px;
    /* IE 10+ */
    padding: 12px 20px 12px 45px;
    /* Standard syntax */
    -webkit-background: #ffffff;
    -ms-background: #ffffff;
    height: 41px;
}

.s-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 19px;
    padding-left: 3px;
}

.s-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
    right: 19px;
}
.select2-container--default .select2-selection--single{
    background-color: none;
}
.select2-container--default .select2-results>.select2-results__options li {
    font-size: 13px;
}

.s-box .form-group input.hoverbtn {
    padding: 10px 15px;
    font-size: 16px;
    transition: 0.3s;
    background-color: var(--primarycolor);
    letter-spacing: 3px;
    color: rgb(255, 255, 255);
    border-radius: 4px;
    line-height: 0px;
}

.s-box .form-group input.hoverbtn:hover {
    background-color: var(--secondarycolor);
}

.s-box .form-group input.hoverbtn:active {
    transform: scale(0.9);
}
/* animation button */
.theme-btn {
    padding: 12px 22px;
    background: var(--primarycolor);
    color: #fff;
    border: none;
    border-radius: 6px;
    transition: all 0.2s ease;
}
/* hover glow */
.theme-btn:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
.s-box .form-group svg {
    position: absolute;
    top: 12px;
    left: 16px;
}
.searchbus {
    font-size: 15px;
    margin-bottom: 0px;
    border-right: 1px solid var(--primarycolor);
}
.header-one #searchbus{
    padding : 5px 10px 16px 10px;
    opacity: 1;
    border-radius: 50px;
}
.custom-col {
    position: absolute;
    top: 4px;
    left: 236px;
    width: fit-content;
}
.s-box-title{
    padding: 0 11px;
}
.s-box-title i{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-size: 25px;
    color: var(--primarycolor);
}
.searchbox-heading{
    font-family: var(--heading-font);
    font-size: 22px;
    padding-left: 13px;
    margin : 0px;
    font-weight:500;
}
.searchboxbg{
    margin: 0 auto 65px;
}
.form-content-in {
  overflow: visible; 
}

.form-content-in::before {
  position: absolute;
  z-index: -1;
}
.search-heading {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    padding: 10px 28px;
    background: linear-gradient(to bottom, #E0F9FC, #C3F3FA);
    border-radius: 10px;
    display: inline-block;
    width: fit-content;
    letter-spacing: 1px;
}
.trust-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    background: #f4f4f4;
    padding: 18px 25px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgb(0 0 0 / 17%);
}

/* ITEM */
.trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    position: relative;
}

/* ICON CIRCLE */
.icon-circle {
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    background: linear-gradient(180deg, #ffe34d 0%, #ffd900 40%, #f5c400 100%);
    /* Outer glow */
    box-shadow:  0 8px 20px rgba(255, 140, 0, 0.25), 0 0 15px rgba(255, 140, 0, 0.2);
    /* Inner highlight */
    position: relative;
    transition: all 0.3s ease;
    transform: translateZ(0);
}

.icon-circle img{
    width: 40px;
    height: 40px;
}
.icon-circle::shadow {
    box-shadow: 0 10px 15px rgba(0,0,0,0.1);
}
.icon-circle::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: #ffffff;
    z-index: 0;
}
.icon-circle::before {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px dashed rgba(255, 140, 0, 0.3);
    animation: spin 10s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.card-box:hover .icon-circle {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 
        0 12px 30px rgba(255, 140, 0, 0.4),
        0 0 25px rgba(255, 140, 0, 0.4);
}
.card-box.active .icon-circle {
    background: linear-gradient(135deg, #ff9800, #ff5722);
    color: #fff;
    box-shadow: 0 0 25px rgba(255, 140, 0, 0.6);
}
.icon-circle i,
.icon-circle img {
    position: relative;
    z-index: 1;
}

/* TEXT */
.trust-item h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

.trust-item p {
    margin: 0;
    font-size: 12px;
    color: #777;
}

/* DIVIDER */
.vertical-line::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 20%;
    height: 60%;
    width: 1px;
    background: #ddd;
}

/* HOVER EFFECT (optional but nice) */
.trust-item:hover .icon-circle {
    transform: scale(1.08);
    transition: 0.3s;
}
/* HOT Routes */
/*  ROUTE SECTION BASE */
.route-pattern {
    background: #FFF9F1;
    position: relative;
    overflow-x: hidden; /* prevents horizontal scroll */
}

/*  BACKGROUND PHOENIX */
.bg-phoenix {
    position: absolute;
    top: -59px;
    left: -80px;
    width: 454px;
    z-index: 0;
    pointer-events: none;
    opacity: 0.6;
    filter: drop-shadow(0 0 10px #ff9800);
}

/*  CONTENT ABOVE */
.ourroutes {
    padding: 35px 0;
    position: relative;
    z-index: 2;
}

/*  WRAPPER (animation mask) */
.hotroutes-wrapper {
    overflow: hidden;
    width: 100%;
}

/*  LIST (ANIMATION FIXED) */
.hotroutes-list {
    display: flex;
    flex-wrap: nowrap;
    padding: 35px 0;
    animation: marquee 18s linear infinite;
    will-change: transform;
}

/* pause on hover */
.hotroutes-list:hover {
    animation-play-state: paused;
}

/* 🔥 CARD WITH BG IMAGE DESIGN */
.ourroutecard {
    position: relative;
    width: 260px;
    min-width: 260px;
    height: 90px; 
    flex-shrink: 0;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    outline: none;
    background: url('../images/vsr_routebg.png') no-repeat center;
    background-size: 100% 100%;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    filter: drop-shadow(0 10px 15px rgba(255,120,0,0.35));
    transition: all 0.3s ease;
}

/*  3D CONNECTOR CAPSULE */
.ourroutecard:nth-child(n+2)::before {
    content: "";
    position: absolute;
    left: -26px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 14px;
    border-radius: 50px;
    background: linear-gradient(145deg, #ffd54f, #ff9800 40%, #ff6a0063 70%, #ffb300);
    box-shadow: 0 4px 10px rgba(255,140,0,0.5), inset 0 2px 4px rgba(255,255,255,0.6), inset 0 -3px 6px rgba(0,0,0,0.3);
}

/*  SMALL CENTER GLOW DOT */
.ourroutecard:nth-child(n+2)::after {
    content: "";
    position: absolute;
    left: -9px;
    top: 49%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: radial-gradient(circle, #fff, #ff9800);
    box-shadow: 0 0 8px rgba(255, 200, 0, 0.9),  0 0 14px rgba(255, 120, 0, 0.7);
}

/*  HOVER EFFECT */
.ourroutecard:hover {
    transform: translateY(-5px) scale(1.02);
    filter: drop-shadow(0 15px 14px rgba(255,120,0,0.5));
}

/* text */
.ourroutecard h4 {
    font-size: 13px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    color: #000;
    line-height: 1.2;
    padding-top: 11px;
}

/*  phoenix inside card */
.route-phoenix {
    position: absolute;
    right: 175px;
    top: 48%;
    transform: translateY(-50%);
    width: 55px;
    pointer-events: none;
    transition: 0.4s ease;
}

.ourroutecard:hover .route-phoenix {
    opacity: 0.45;
    transform: translateY(-50%) scale(1.1);
}

/*  ANIMATION (FIXED) */
@keyframes marquee {
    0% {
        transform: translateX(20%);
    }
    100% {
        transform: translateX(-100%);
    }
}
/* stop animation when no scroll needed */
.no-scroll {
    animation: none !important;
    transform: translateX(0) !important;
}

/* center routes when stopped */
.main-menu .navigation li.menu-item-has-children .dropdown-btn {
    display: none;
}
/* =======BUS ROAD ANIMATION SVG============ */

.animation-wrapper {
  position: relative;
  width: 100%;
}

/* ROAD LAYER */
.road-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  z-index: 1;
}

#road-svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* 🚌 BUS */
.bus {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  z-index: 5;
  pointer-events: none;
  will-change: transform, top, left;
  backface-visibility: hidden;
}

/* CONTENT ABOVE ROAD */
.facilities, .amenities-wrapper, .about-us, .feature-section {
  position: relative;
  z-index: 2;
}

/* DECOR ELEMENTS */
.road-container .shiva {
  position: absolute;
  top: -10px;
  right: -65px;
  width: 650px;
  z-index: 2;
}

.phoenix {
  position: absolute;
  top: 122px;
  right: 295px;
  width: 220px;
  z-index: 3;
  pointer-events: none;
  filter: drop-shadow(0 20px 40px rgba(255,140,0,0.4));
}

/* CARD STYLING */
.facility-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 25px;
  margin-bottom: 25px;
  margin-left: 70px;
  background: rgba(255,255,255,0.4);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  position: relative;
  box-shadow:  0 10px 18px rgba(0,0,0,0.08), inset 0 1px 0 rgba(255,255,255,0.5);
  transition: all 0.3s ease;
}

.facility-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
.facility-card.active {
  border: 2px solid #ff9800;
  background: linear-gradient(135deg, #fff7e6, #ffffff);
  transform: scale(1.05);
}
.facility-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(120deg, #ffcc33, #ff8800);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  opacity: 0.4;
}


.facility-card h5 {
  margin-bottom: 5px;
  font-weight: 600;
}

.facility-card p {
  margin: 0;
  font-size: 14px;
  color: #555;
}

.facilities {
  overflow-x: hidden;
  overflow-y: hidden;
}

/* TIMELINE LINE */
.timeline-line {
  position: absolute;
  left: 69px;
  top: 206px;
  height: 420px;
  width: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.timeline-line::before {
    content: "";
    position: absolute;
    left: 102% !important;
    bottom: -19px;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #fdd500, #ffc300);
    filter: blur(.5px);
}

/* GLOW DOTS */
.timeline-line span {
   width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 0 4px rgba(255, 140, 0, 0.2), 0 0 15px rgba(255, 140, 0, 0.9);
    top: 20px;
    left: -4px !important;
}

.step-number {
  position: absolute;
  left: -55px;
  font-size: 20px;
  font-weight: 700;
  color: var(--primarycolor);
}

/* FEATURES */
.feature-section {
    padding: 289px 0 0px;
    position: relative;
}

/* CARD */
.feature-card {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 40px 20px 25px;
    position: relative;
    transition: 0.3s;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin-top: 30px;
}
.feature-card:before{
    content: "";
    position: absolute;
    opacity: 0.4;
    inset: 0px;
    border-radius: 18px;
    padding: 1px;
    background: linear-gradient(120deg, #ffcc33, #ff8800);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.4;
}

/* ICON CIRCLE */
.feature-card .icon-circle {
    width: 80px;
    height: 80px;
    background: linear-gradient(180deg, #ffe34d 0%, #ffd900 40%, #f5c400 100%);
    border-radius: 50%;
    margin: -77px auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(255,152,0,0.5);
}

.icon-circle img {
    height: 45px;
}

/* TEXT */
.feature-card h4 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
}

.feature-card p {
    font-size: 14px;
    color: #555;
    margin-top: 5px;
}

/* HOVER */
.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.feature-card:hover .icon-circle {
    box-shadow: 0 15px 35px rgba(255,152,0,0.7);
}

/* AMENITIES */
.zwc-sec-title {
    text-align: left;
}

/* STEP CARD */
.zwc-step {
    position: absolute;
    gap: 12px;
    background: rgba(255, 255, 255, 0.4);
    padding: 14px 22px;
    border-radius: 50px;
    backdrop-filter: blur(10px);
    box-shadow:  0 10px 25px rgba(0,0,0,0.12), 0 0 20px rgba(255, 152, 0, 0.15);
    white-space: nowrap;
    transition: 0.3s ease;
    z-index: 5;
}

/* BORDER GLOW  */
.zwc-step::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 46px;
    padding: 1px;
    background: linear-gradient(120deg, #ffcc33, #ff8800);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.4;
}

/* CONNECTING LINE */
.zwc-step::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 62px;
    height: 1px;
    background: #454545;
    opacity: 0.7;
}
.step1::after, .step3::after, .step5::after {
    left: -70px !important;
}
.step2::after, .step4::after, .step6::after {
    right: -70px !important;
}

/*  DOT */
/* COMMON DOT STYLE */
.card-dot, .road-dot {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: var(--primarycolor);
    border-radius: 50%;
}

/* HOVER */
.zwc-step:hover {
    transform: translateY(-5px) scale(1.05);
}

/* TEXT */
.zwc-step span {
    font-size: 15px;
    font-weight: 700;
}
.zwc-sec-title p {
    max-width: 420px;
    line-height: 1.6;
}

/*  POSITION FIX (IMPORTANT) */

/* line */
.step1::after, .step3::after, .step5::after {
    left: -40px;
}

/* card side dot */
.step1 .card-dot, .step3 .card-dot, .step5 .card-dot {
    left: -10px;
}

/* road side dot */
.step1 .road-dot, .step3 .road-dot, .step5 .road-dot {
    left: -75px;
}
/* line */
.step2::after, .step4::after, .step6::after {
    right: -40px;
}

/* card side dot */
.step2 .card-dot, .step4 .card-dot, .step6 .card-dot {
    right: -10px;
}

/* road side dot */
.step2 .road-dot, .step4 .road-dot, .step6 .road-dot {
    right: -75px;
}

/* STEP POSITIONS */

.step1 { 
    top: -73px;
    right: 254px;
}
.step2 { 
    top: 124px;
    left: -129px;
}
.step3 { 
    top: 157px;
    right: 105px;
 }
.step4 { 
    top: 309px;
    left: 43px;
}
.step5 { 
    top: 380px;
    right: -36px;
 }
.step6 { 
    top: 523px;
    left: 182px;
}

.amenitiesphoenix {
    transform: translateY(80px);
    position: absolute;
    z-index: -1;
    width: 749px;
    left: 69px;
    bottom: -233px;
}
.amenities-points {
    margin-top: 20px;
}

.amenities-points div {
    font-size: 13.5px;
    padding: 6px 10px;
    margin-bottom: 8px;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 152, 0, 0.08);
    border-radius: 18px;
    width: fit-content;
}

.amenities-points i {
    color: #ff9800;
}


/* TRAVEL GUIDELINES */
.travel-tips {
    position: relative;
    overflow-x: hidden;
    padding: 26px 0 44px 0;
}
.travel-tips h2{
    width: 28%;
}

.tips-para{
    width: 50%;
}
.vsrchennai{
    position: absolute;
    bottom: 1292px;
    left: -49px;
    z-index: 1;
}
.section-highlight{
    width: 47%;
}

/* GRID FIX */
.travel-tips .row {
    position: relative;
    z-index: 1;
}

/* ICON STYLE (UPGRADED) */
.tips-card{
    backdrop-filter: blur(10px);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 30px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    padding: 25px;
    transition: 0.3s;
}

.tips-card:before {
    content: "";
    position: absolute;
    opacity: 0.4;
    inset: 0px;
    border-radius: 18px;
    padding: 1px;
    background: linear-gradient(120deg, #ffcc33, #ff8800);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.4;
}

.tips-card .icon-circle{
    margin: -9px auto 20px;
}

/* =TEXT= */
.tips-card h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

.tips-card p {
    margin-top: 6px;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}
.luggage-position{
    right: 0px;
    top: -439px;
}
/* =SPACING FIX= */
.tip-padding {
    padding-left: 20px;
}

/* GALLERY */
.gallery-section {
  padding: 100px 0 56px 0;
}

/* CARD */
.gallery-card {
  position: relative;
  margin: 20px;
  padding: 5px; 
  border-radius: 20px;
  overflow: hidden;
  background: transparent;
}

/* OUTER ROTATING BORDER */
.gallery-card::before {
   content: '';
  position: absolute;
  inset: 10px;
  border-radius: 26px;
  z-index: 0;
  background: linear-gradient(120deg, #ffcc33, #ff8800);
  animation: spin 5s linear infinite;
}

/* INNER WHITE GAP */
.gallery-card::after {
  content: '';
  position: absolute;
  inset: 4px; 
  background: #fff;
  border-radius: 14px;
  z-index: 1;
}

/* IMAGE */
.gallery-card img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.4s ease;
}

/* HOVER */
.gallery-card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.gallery-section .slick-list{
  padding : 15px 0;
}
/* ANIMATION */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* SLICK CENTER EFFECT */
.slick-center .gallery-card {
  transform: scale(1.1);
}

/* optional brightness */
.slick-initialized .slick-slide {
    filter: brightness(1.1);
}
.amenity p{
    text-align: justify;
}
.amenity{
    overflow-x: hidden;
    overflow-y: hidden;
}
.amenities-wrapper{
     padding: 35px 0 !important;
     overflow: visible;
}

/* ABOUT US */
.about-us {
    padding: 310px 0 35px 0;
}

h2 span {
    color: var(--secondarycolor); /* matches your bus */
}
.about-text p {
    font-size: 16px;
    margin-top: 15px;
    max-width: 80%;
    line-height: 1.6;
    word-spacing: 2px;
    text-align: justify;
}
.about-title{
    font-size: 3rem;
    font-weight: 700;
    font-family: var(--heading-font);
}
h1 span{
    color: var(--secondarycolor);
}
.aboutusppl{
    position: absolute;
    top: 369px;
}
.aboutusppl img {
    width: 646px;
}
/* FOOTER */
.footerdesign{
    position: absolute;
}

.footer-section {
    background: #FFF9F1;
    overflow-x: hidden;
}
.footer-top {
    padding: 130px 0 40px 0;
}
.footer-section p, .footer-bottom p>a {
    margin: 0;
    font-size: 0.9rem;
    color: black;
}
.section-text {
    line-height: 1.6;
}
.footer-appdownload {
    padding: 10px;
    background-color: var(--secondarycolor);
    backdrop-filter: blur(2px);
    border-radius: 7px;
    border: 2px solid var(--primarycolor);
}

.footer-appdownload img {
    width: 140px;
}
.footer-top h3 {
    margin: 20px 0;
    font-weight: 700;
    line-height: 1.2;
    font-size: 20px;
}
.footer-section ul {
    margin: 0;
    padding-inline-start: 12px;
}
.footer-section li {
    color: var(--black-color);
    line-height: 2;
    letter-spacing: 0.5px;
    font-weight: 500;
    position: relative;
}
.footer-links i {
    padding: 0 10px 0 0;
}
.fa, .fas {
    font-weight: 900;
}
.footer-top li a {
    font-size: 16px;
    color: var(--black-color);
    font-weight: normal;
    line-height: 2;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin: 0;
}
.footer-bottom .container {
    border-top: 2px solid #030303;
    padding: 25px 0;
}
.footer-section p, .footer-bottom p>a {
    margin: 0;
    font-size: 0.9rem;
    color: black;
}

/* MEDIA Query */

/*  1500 BELOW  */
@media (max-width: 1500px) { 
.amenitiesphoenix { 
    width: 738px;
    left: 29px;
}
.step2 {
    left: -132px;
}
.step4 {
    left: 29px;
}
.step5 {
    right: -10px;
}
.step6 {
    left: 161px;
}
.aboutusppl {
    top: 391px;
}
.logo {
    top: -51px;
    left: -27px;
}
.footer-top {
    padding: 118px 0 40px 0;
}
}
/* // `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1400px) { 
   .homebusimg img{
        top: 189px;
        left: -100px;
        height: 363px;
}
   .vertical-line::after{
        right: -7px;
    }
    .header-one .logo img {
        height: 132px !important;
}

    .s-box {
        right: -42px;
}
   .hometitle-top {
    top: 52px;
}
   .hometitle-bottom {
    top: 109px;
}
.logo {
    top: -49px;
    left: -66px;
}  
.timeline-line span {
    left: 3px !important;
    top: -1px;
} 
.timeline-line::before {
    left: 322% !important;
    bottom: 2px;
}
.road-container .shiva {
        width: 570px;
}
.phoenix {
    right: 256px;
    width: 193px;
}
    .step1 {
        top: 7px;
        right: 124px;
    }
    .step2 {
        top: 166px;
        left: -100px;
    }
    .step3 {
        top: 214px;
        right: -59px;
    }
    .step4 {
            top: 369px;
            left: 63px;
        }
    .step5 {
            top: 420px;
            right: -117px;
        }
    .step6 {
            left: 138px;
            top: 610px;
        }
    .aboutusppl {
        top: 390px;
    }
    .luggage-position {
        right: -66px;
        top: -389px;
    }
    h2{
        font-size: 40px;
    }
    .tips-para{
        width: 45%;
    }
    .gallery-card img{
        height: 245px;
    }
    .vsrchennai {
        width: 770px !important;
        bottom: 1278px !important;
    }
    .amenitiesphoenix {
        width: 677px;
        left: 38px;
    }
    .boxed_wrapper {
    background: url(../images/vsr_homemobilebg2.webp) center / cover no-repeat;
    overflow-x: hidden;
    } 
    .footer-top {
    padding: 106px 0 40px 0;
}
}

 @media (max-width: 1300px) { 
    .hero-title h2 {
        font-size: 54px !important;
    }
   .homebusimg img{
        height: 350px;
    }
   .homebusimg img {
        top: 183px;
        left: -35px;
    }
    .vertical-line::after{
        right: -8px;
    }
    .boxed_wrapper {
    background: url(../images/vsr_homemobilebg1.webp) center / cover no-repeat;
    overflow-x: hidden;
    } 
    .logo {
        top: -48px;
        left: 0px;
    }
        .step1 {
        top: 7px;
        right: 139px;
    }
        .step2 {
        top: 166px;
        left: -112px;
    }
        .step3 {
        top: 214px;
        right: -22px;
    }
        .step4 {
        top: 369px;
        left: 45px;
    }
    .step5 {
        top: 420px;
        right: -68px;
    }
    .step6 {
        left: 116px;
        top: 610px;
    }
    .amenitiesphoenix {
        width: 669px;
        left: 11px;
    }
    .about-text p {
        max-width: 76%;
    }
   
     .aboutusppl img {
        width: 599px !important;
    }
    
    .luggage-position {
        right: -41px;
    }
    .header-one .logo img {
        height: 120px !important;
    }
    .timeline-line {
        top: 218px;
    }
}
 
/* // `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
    .navbar-wrap>ul>li {
        margin: 0px 10px;
    }
    .s-box .form-group input.hoverbtn {
        font-size: 12px !important;
    }

    .service-1{
        padding-bottom: 0px;
    }
    .hero-title h2 {
        font-size: 50px !important;
    }
    .tip-padding {
        padding: 10px 24px 7px 64px;
    }
    
    .logo {
        top: -21px;
    }
    .navbar-wrap ul li a{
        padding : 14px 9px;
    }
    .navbar-wrap ul li span{
        padding : 14px 9px;
    }
    .logo img {
        width: 145px;
    }

    .tip-padding {
       padding: 10px 24px 7px 40px;
    }
    .vertical-line::after{
        right: -10px;
    }
    .s-box {
        left: 18px;
    }
    .homebusimg img {
        top: 195px !important;
        left: -83px !important;
        height: 280px !important;
    }
    .facility-card {
        margin-left: 10px;
    }
    .timeline-line::before{
        bottom: -52px !important;
        left: -828% !important;
    }
    .timeline-line span{
        top: 54px !important;
         left: -44px !important;
    }
    h2 {
    font-size: 2.5rem;
    }
    
        .step1 {
        top: 7px;
        right: 59px;
    }
    .step2 {
        top: 167px;
        left: -146px;
    }
    .step3 {
        top: 214px;
        right: -90px;
    }
    .step4 {
        top: 369px;
        left: -4px;
    }
    .step5 {
        top: 420px;
        right: -114px;
    }
    .step6 {
        left: 73px;
        top: 592px;
    }
    .amenitiesphoenix {
        width: 618px;
        left: 16px;
    }
    .aboutusppl {
        top: 473px !important;
        right: -9px;
    }
   .aboutusppl img {
        width: 485px !important;
    }
    .about-title{
        font-size: 2.5rem !important;
    }
    .about-text p {
        max-width: 97% !important;
    }
}
 @media (max-width: 1099.98px) { 
    .hero-title h2 {
        font-size: 46px !important;
    }  
        .step1 {
        top: 7px;
        right: 84px;
    }
    .step2 {
        top: 167px;
        left: -153px;
    }
        .step3 {
        top: 214px;
        right: -28px;
    }
    .step4 {
        top: 365px;
        left: -14px;
    }
    .step5 {
        top: 420px;
        right: -58px;
    }
        .step6 {
        left: 45px;
        top: 592px;
    }
}
/* // `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
   .logo{
       position: static;
    }
    .form-content-in::before{
        top: 61%;
    }
    .menu-area .mobile-nav-toggler {
        display: block;
    }
    .s-box .form-content-in {
        padding: 0 !important;
    }
  
    .s-box .swap {
        position: absolute;
        top: 48px;
    }

    .custom-col{
        top: -22px;
        left: 10px;
    }
    .searchboxbg{
        top: 21px;
    }
    .section-highlight {
        font-size: 2rem;
    } 

    .homebusimg img{
        height: 300px;
        position: static;
    }
    .homebusimg{
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .search-bg img {
        top: 137px;
    }
    .s-box {
        top: 142px;
        left: 206px;
    }
    .facilities{
        padding: 15px 0;        
    }
    .travel-tips{
        padding: 15px 0;
    }
    h2 {
        font-size: 2rem;
    }
    .amenities-wrapper {
        padding-top: 15px !important;
    }
    .feature-section{
        padding: 15px 0; 
    }
    .gallery-section{
        padding : 35px 0 15px 0;
    }
    .zwc-sec-title {
        padding: 0 0 25px 0;
    }
    .about-title{
        font-size: 2rem;
    }
    .trust-item{
        display: flex;
        flex-direction: column;   
        align-items: center;   
        text-align: center;
    } 
    .boxed_wrapper {
        background: url(../images/vsr_homemobilebg.webp) center / cover no-repeat;
        overflow-x: hidden;
    } 
   .custom-navbar .navigation li a, .custom-navbar .navigation li span{
        display: block;
        padding: 10px 10px;
    }
    .custom-navbar .navigation{
        display: block;
        border-radius: 0;
    }
    .custom-navbar .navigation .sub-menu{
        position: static;
        padding : 0px;
    }
    .facility-card {
        margin-bottom: 20px;
    }
  .zwc-step {
        position: relative;
        width: 100%;
        top: auto !important;
        left: auto !important;
        right: auto !important;
    }

    .zwc-step::after {
        display: none; /* hide line */
    }

    .road-dot {
        display: none; /* hide dot */
    }
}
@media (max-width: 899.98px) { 

    .homebusimg img {
        height: 199px;
    }
    .searchboxbg {
        margin: 0 auto 39px;
}
}
/* // `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
    .feature-content .row {
        padding-top: 0px;
    }
    .section-highlight {
        font-size: 30px;
    }
 .s-box .form-content-in {
        padding: 0 !important;
    }
    .hero-title h2 {
        font-size: 35px!important;
    }
    .amenity {
        margin-bottom: 28px;
    }
    
    .searchboxbg {
        position: static;
    }
    .s-box{
        top: 138px;
        left: 124px;
    }

    .homebusimg img {
        height: 162px;
    }

    .search-heading {
        font-size: 16px;
        text-align: center;
    }
    .trust-section {
        gap: 15px;
    }
    .vertical-line::after {
        right: -4px;
    }
    .trust-item img {
        width: 40px;
        height: 40px;
    }
    .search-padding{
        padding: 24px 0px;
    }
    .search-heading{
        padding: 10px 20px;
    }
    
    .trust-item h6{
        padding-top: 10px;
    }
    .service-card{
        margin: 0 !important;
    }
    .section-text{
        margin: 0 0 16px 0;
    }
    .about-img{
        padding:0px;
    }
    .about-text {
        text-align: center;
        margin-bottom: 30px;
    }

    .about-text p {
        margin-left: auto;
        margin-right: auto;
    }

    .about-text h2 {
        font-size: 30px;
    }
    
    .tip-padding {
        padding: 10px 15px 7px 15px !important;
    }
 }
 @media (max-width: 700.98px) { 
    
    .homebusimg img {
        height: 154px;
    }
 }

/* // `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    .feature-content .row {
        padding-top: 70px;
    }

    .s-box .form-content-in {
        padding: 0px !important;
    }
        .hero-title h2 {
        font-size: 29px  !important;
    }
        .amenity {
        margin-bottom: 8px;
    }
    
    .homebusimg img {
        height: 108px;
    }

}

@media (max-width: 525.98px) {

    .section-highlight {
        font-size: 26px;
    }
    .homebusimg img {
        height: 88px;
    }

    .zwc-shuffle-tab-right li{
        height: 150px;
    }

   .zwc-shuffle-tab-right img {
    width: 85px;
    height: 85px;
    }

    .zwc-sec-title {
            padding: 0 0 5px 0;
    }
}

@media (max-width: 504.98px) { 
   
    .homebusimg img {
        height: 97px;
    }
}
@media (max-width: 480.98px) { 
.tip-padding {
        padding: 10px 18px 10px 55px;
    }
}
@media (max-width: 460.98px) { 
.tip-padding {
        padding: 0px 18px 0px 55px;
    }
    .hero-title h6{
        font-size: 14px;
    }
    .search-heading{
        font-size: 13px;
    }
    .search-padding{
        padding: 16px 0 !important;
    }
    .search-heading{
        padding: 10px 15px;
    }
}
/* //  ( less than 426px) */
@media (max-width: 426.98px) { 
    .s-box {
        top: -5px;
    }
    .s-box .swap {
         top: 81px;
        }
    .logo img {
        width: 180px;
    }
    .s-box {
        padding: 0px;
    }
    .s-box .form-content-in {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
    .trust-section{
        margin-top: 0 !important;
        padding: 14px 10px;
    }
    .trust-item img {
        width: 30px;
        height: 30px;
    }

    .zwc-shuffle-tab-right li {
        height: 114px;
     }
    .zwc-shuffle-tab-right img {
        width: 65px;
        height: 65px;
    }

    .feature-img::before {
        width: 130px;
        height: 130px;
    }
    .feature-img::after {
        width: 170px;
        height: 170px;
    }
    .tip-padding {
        padding: 0px 5px 0px 5px !important;
    }
    #sidenavebar h2 span {
        font-size: 22px;
        height: 47px;
        width: 50px;
        left: -46px;
    }
    #sidenavebar{
        width: 184px;
        top: 303px;
        z-index: 999;
        right: -193px;
    }
    #nextDates div.dateday{
        min-width: 46px;
    }
    #sidenavebar h2 span i {
        left: 21%;
        top: 27%;
    }
    .s-box .swap {
        top: 74px;
    }
}
@media (max-width: 400.98px) { 
    .hero-title h6{
        text-align: center;
    }
    
    .homebusimg img {
        height: 88px;
    }
    
   .zwc-tab-heading{
    font-size: 16px;
    }
   .zwc-tab-heading span{
    font-size: 16px;
    }
}
/* //  ( less than 376px) */
@media (max-width: 376.98px) { 

    .ame-title h6{
        font-size: 16px;
    }
    .logo img {
        width: 180px;
    }
    
    .s-box {
        padding: 0px;
    }
    .tip-padding {
        padding: 0px 12px 0px 59px;
    }
    
    #nextDates div.dateday{
        min-width: 50px;
    }
}

/* //  ( less than 320px) */
@media (max-width: 320.98px) { 
    .logo img {
        width: 180px;
    }
    .s-box {
        padding: 0px;
    }
}
/* HEIGHT */
@media (max-height: 599px) {
    .homebusimg img {
        top: 191px;
        height: 345px;
    }
    .search-bg img {
        top: -39px;
        left: 23%;
        width: 67%;
    }
}
@media (max-height: 570px) {
    .searchboxbg {
        height: 344px;
        top: -7px;
    }
    .navbar-wrap{
        justify-content: end;
    }
    .navbar-wrap ul {
        padding: 0;
    }
    .s-box {
        top: 157px;
    }
    .search-bg img {
        top: -59px;
        left: 26%;
        width: 55%;
    }
    .road-container .shiva {
        width: 532px;
    }
    .road-container .shiva {
        top: 9px;
    }
    .timeline-line span {
        left: -13px !important;
    }
    .timeline-line::before {
        left: -48% !important;
    }
    .homebusimg img {
        top: 166px;
        height: 320px;
    }
    .section-highlight {
        font-size: 39px;
    }
    .about-text p{
        max-width: 76%;
    }
    .aboutusppl {
        top: 423px;
        right: -8px;
    }
    .aboutusppl img{
        width: 619px;
    }
    .header-one .logo img {
        height: 128px !important;
    }
    .hometitle-top {
        top: 40px;
    }
    .hometitle-bottom {
        top: 84px;
    }
    .homebird{
        top: -170px;
        right: -74px;
        height: 243px;
    }
    .timeline-line {
        left: 53px;
    }
    .footer-top {
        padding: 96px 0 40px 0;
}
}