/*

1. BG light color in Red shade --> #fff6f6

2. BG light color in Purple shade 1 --> #f2f2ff
   BG light color in Purple shade 2 --> #f7f7fc

3. Red color --> #ed3237

4. Dark Red color --> #973132

5. Purple color --> #3e4095

6. Dark Purple color --> #2e2f3a

*/

/************************************/
/***           Common Css         ***/
/************************************/
.header-container {
    max-width: 1390px;
}
.new-container {
    max-width: 1300px;
}
.text-align-justify {
    text-align: justify;
}

/************************************/
/***         Preloader Css        ***/
/************************************/
.preloader-img img {
    width: 260px;
}

/************************************/
/***        Breadcrumb Css        ***/
/************************************/
.contact-page-header {
    background: url(../images/breadcrumb1.png);
    background-position: center bottom !important;
}
.about-page-header {
    background: url(../images/breadcrumb2.png);
    background-position: center bottom !important;
}
.carhire-page-header {
    background: url(../images/breadcrumb3.png);
    background-position: center bottom !important;
}
.bushire-page-header {
    background: url(../images/breadcrumb4.png);
    background-position: center bottom !important;
}
.vintagecar-page-header {
    background: url(../images/breadcrumb5.png);
    background-position: center bottom !important;
}
.carhirebooking-page-header {
    background: url(../images/breadcrumb6.png);
    background-position: center bottom !important;
}
.bushirebooking-page-header {
    background: url(../images/breadcrumb7.png);
    background-position: center bottom !important;
}
.airrailpickdrop-page-header {
    background: url(../images/breadcrumb8.png);
    background-position: center !important;
}
.tourpackage-page-header {
    background: url(../images/breadcrumb9.png);
    background-position: center !important;
}
.visa-page-header {
    background: url(../images/breadcrumb10.png);
    background-position: center !important;
}
.passport-page-header {
    background: url(../images/breadcrumb11.png);
    background-position: center !important;
}
.hotel-page-header {
    background: url(../images/breadcrumb12.png);
    background-position: center !important;
}
.driver-page-header {
    background: url(../images/breadcrumb13.png);
    background-position: center !important;
}
.bike-page-header {
    background: url(../images/breadcrumb14.png);
    background-position: center !important;
}
.selfdrivecar-page-header {
    background: url(../images/breadcrumb15.png);
    background-position: center !important;
}
.tour1-page-header {
    background: url(../images/breadcrumb16.png);
    background-position: center !important;
}
.tour2-page-header {
    background: url(../images/breadcrumb17.png);
    background-position: center !important;
}
.tour3-page-header {
    background: url(../images/breadcrumb18.png);
    background-position: center !important;
}
.tour4-page-header {
    background: url(../images/breadcrumb19.png);
    background-position: center !important;
}
.tour5-page-header {
    background: url(../images/breadcrumb20.png);
    background-position: center !important;
}
.tour6-page-header {
    background: url(../images/breadcrumb21.png);
    background-position: center !important;
}
.tour7-page-header {
    background: url(../images/breadcrumb22.png);
    background-position: center !important;
}
.tour8-page-header {
    background: url(../images/breadcrumb23.png);
    background-position: center !important;
}
.tour9-page-header {
    background: url(../images/breadcrumb24.png);
    background-position: center !important;
}
.tour10-page-header {
    background: url(../images/breadcrumb25.png);
    background-position: center !important;
}
.tour11-page-header {
    background: url(../images/breadcrumb26.png);
    background-position: center !important;
}
.tour12-page-header {
    background: url(../images/breadcrumb27.png);
    background-position: center !important;
}
.tour13-page-header {
    background: url(../images/breadcrumb28.png);
    background-position: center !important;
}
.booknow-page-header {
    background: url(../images/breadcrumb29.png);
    background-position: center !important;
}

.page-header {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.page-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: -1;
}

.page-header__title {
    color: #fff;
}

.main-body-breadcrumb li span, .main-body-breadcrumb li a {
    color: #0e1026;
}

.main-body-breadcrumb li {
    color: var(--main-body-white);
}

.main-body-breadcrumb {
    background: #ffffff61;
    justify-self: center;
    padding: 2px 12px;
    border-radius: 50px;
    margin-top: 10px;
    border: 1px solid #aeaeae;
}


/************************************/
/***          Header Css          ***/
/************************************/
.header-main-body-btn {
    font-size: 15px;
    font-weight: 500;
    padding: 8px 21px;
}
.topbar-one {
    /*background: linear-gradient(90deg,#3e4095,#973132,#ed3237);*/
    background: #121341;
    color: #fff;
    font-size: 14px;
}

.topbar-one a, .topbar-one span {
    color: #fff;
    transition: .3s;
    font-size: 15px;

    display: inline-flex;
    align-items: center;
    line-height: 1;
    color: inherit;
}

.topbar-one__info__item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    transition: .3s;
}

.topbar-one__info__item .topbar-one__info__icon {
    color: #ed3237;
    top: -1px;
}

.topbar-one__info__item i {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
}

.topbar-one__info__item {
    color: #fff;
    transition: .3s;
    font-size: 14px;
}

.topbar-one a:hover {
    color: #ed3237;
}

.topbar-one__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.topbar-one__info__icon {
    color: #ffffff;
    margin-right: 8px;
    font-size: 15px;
}

.topbar-one__info__item-call {
    align-items: flex-start;
}

.topbar-social {
    display: flex;
    gap: 10px;
}

.topbar-social a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .15);
    color: #fff;
    transition: .3s;
    font-size: 16px;
}

/* Facebook */
.topbar-social a:nth-child(1):hover{
    background:#1877F2;
    color:#fff;
}

/* Instagram */
.topbar-social a:nth-child(2):hover{
    background:linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    color:#fff;
}

/* WhatsApp */
.topbar-social a:nth-child(3):hover{
    background:#25D366;
    color:#fff;
}

.main-header {
    background :rgba(255,255,255,.95);
    backdrop-filter: blur(18px);
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.main-menu__list>li>a {
    font-weight: 600;
    color: #222;
    position: relative;
    transition: .3s;
}

.main-menu__list>li>a::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0%;
    height: 3px;
    border-radius: 10px;
    background: #ed3237;
    transition: .4s;
}

.main-menu__list>li:hover>a {
    color: #0BA5EC;
}

.main-menu__list>li:hover>a::after {
    width: 100%;
}
.main-menu .main-menu__list > li:hover.current > a::after, .main-menu .main-menu__list > li:hover.active > a::after {
    width: 0;
}

.main-menu .main-menu__list li ul li.active > a, .main-menu .main-menu__list li ul li:hover > a {
    background-color: #ed3237;
    color: var(--main-body-white);
}

.main-menu .main-menu__list li ul li.active > a::after, .main-menu .main-menu__list li ul li:hover > a::after {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.header-dropdown ul {
    border-radius: 15px;
    border: none;
    padding: 10px 0;
    box-shadow: 0 20px 40px rgba(0,0,0,.12);
}

.header-dropdown ul li a {
    padding: 6px 20px !important;
    transition: .3s;
}

.header-dropdown ul li:hover>a {
    /*background: #0BA5EC;*/
    color: #fff;
    padding-left: 28px;
    border-radius: 10px;
    padding: 6px 20px;
}

.booking-btn {
    background: linear-gradient(135deg,#0BA5EC,#00C897);
    color: #fff;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: .35s;
}

.booking-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0,0,0,.2);
    color: #fff;
}

.call-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #222;
}

.call-btn span {
    width: 50px;
    height: 50px;
    background: #0BA5EC;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.main-header {
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(90deg, #3e4095, #973132, #ed3237);
    border-image-slice: 1;
}

.main-header__logo img {
    transition: .4s;
}



.travel-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    font-size: 22px;
    transition: all 0.3s ease;
}

.travel-whatsapp-btn:hover {
    background-color: #128C7E;
    color: #fff;
    transform: translateY(-3px);
    /*box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);*/
}

.header-dropdown {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    /*margin-right: 12px;*/
}

.main-menu .main-menu__list > li > i {
    color: var(--main-body-black);
    margin-left: -15px;
}

.main-menu .main-menu__list > li:hover > i {
    color: var(--main-body-base);
    text-shadow: 0 0 0.5px currentColor;
}

.main-header__nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.main-menu .main-menu__list, .main-menu .main-menu__list ul {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 35px;
    margin: 0;
    list-style: none;
    background: #f7f7f8;
    border-radius: 50px;
    border: 1px solid #eee;
}

.main-menu .main-menu__list > li {
    position: relative;
    padding: 0;
}

.main-menu .main-menu__list > li > a {
    height: 42px;
    padding: 0 15px;
    border-radius: 50px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    transition: .3s ease;
}

.main-menu .main-menu__list > .header-dropdown > a {
    gap: 5px;
}

.main-menu__list > li.active > a {
    background: #ed3237;
    color: #fff !important;
}

.main-menu .main-menu__list li ul li.active > a, .main-menu .main-menu__list li ul li:hover > a {
    border-radius: 10px;
}

.main-menu .main-menu__list li ul {
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    width: 255px;
    padding: 10px;
    margin: 0;
    list-style: none;
    background: #fff;
    border-radius: 15px;
    border-top: 3px solid #ed3237;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .3s ease;
}

.main-header__inner {
    display: flex;
    align-items: center;
    gap: 30px;
}

.main-header__btn {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.topbar-social {
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.topbar-open-hours {
    padding-right: 10px;
}


/************************************/
/***        Home Banner Css       ***/
/************************************/
.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-slide {
    height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

/* Dark overlay */
.hero-slide .overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(5, 12, 25, .88) 0%,
            rgba(5, 12, 25, .72) 35%,
            rgba(5, 12, 25, .30) 65%,
            rgba(5, 12, 25, .10) 100%
        );
}

/* Content */
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    color: #fff;
    padding: 30px 0;
}

/* Small heading */
.swiper-slide .hero-content .hero-one__sub-title {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-align: left;
    font-size: 17px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 22px;
}

/* Red line before subtitle */
.hero-one__sub-title::before {
    content: "";
    width: 45px;
    height: 3px;
    background: #ed3237;
    border-radius: 10px;
}

/* Main Heading */
.hero-content h1 {
    font-size: 54px;
    font-weight: 700;
    line-height: 1.12;
    margin-bottom: 22px;
    color: #fff;
    letter-spacing: -.5px;
}

.hero-content h1 span {
    /*display: inline-block;*/
    background: linear-gradient(
        90deg,
        #ed3237,
        #ff6b6f
    );
    /*border-radius: 20px;*/
    /*padding: 10px 20px;*/

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    font-weight: 700;
}

/* Paragraph */
.hero-content p {
    max-width: 680px;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 32px;
    color: rgba(255,255,255,.88);
}

/* Buttons */
.hero-btns {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.theme-btn,
.theme-btn-outline {
    min-width: 160px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 25px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all .35s ease;
}

/* Primary button */
.theme-btn {
    background: #ed3237;
    color: #fff;
    border: 2px solid #ed3237;
    /*box-shadow: 0 10px 25px rgba(237,50,55,.25);*/
}

.theme-btn:hover {
    background: #fff;
    border-color: #fff;
    color: #ed3237;
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(0,0,0,.25);
}

/* Outline button */
.theme-btn-outline {
    color: #fff;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.55);
    backdrop-filter: blur(8px);
}

.theme-btn-outline:hover {
    background: #3e4095;
    border-color: #3e4095;
    color: #fff;
    transform: translateY(-4px);
}

/* Button icons */
.theme-btn i,
.theme-btn-outline i {
    font-size: 15px;
}


/*========== Slider Arrows ==========*/

.swiper-button-next,
.swiper-button-prev {
    width: 52px;
    height: 52px;

    border-radius: 50%;

    background: rgba(255,255,255,.12);

    border: 1px solid rgba(255,255,255,.35);

    backdrop-filter: blur(10px);

    color: #fff;

    transition: all .35s ease;

    opacity: .8;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 17px;
    font-weight: 600;
}

.swiper-button-prev {
    left: 30px;
}

.swiper-button-next {
    right: 30px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #ed3237;
    border-color: #ed3237;
    opacity: 1;
    transform: scale(1.08);
}


/*========== Pagination ==========*/

.swiper-pagination {
    display: none;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: .6;
    transition: all .3s ease;
}

.swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 10px;
    background: #ed3237;
    opacity: 1;
}


/************************************/
/***        Home About Css        ***/
/************************************/
.why-choose-one__bg {
    background: url(../images/shapes/dec-2-4.png);
    background-size: 20%;
    background-position: 97% 96%;
    background-repeat: no-repeat;
    opacity: 0.3;
}
.home-about-paragraph {
    font-size: 16px;
    padding-bottom: 10px;
    letter-spacing: 0.6px;
    line-height: 29px;
}

.why-choose-one__box-main-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.sec-title__title span {
    position: relative;
    color: #ed3237;
    z-index: 1;
}

.sec-title__title span::before {
    content: "";
    position: absolute;
    left: -8px;
    right: -8px;
    bottom: 4px;
    height: 18px;
    background: #f5c2c4;
    opacity: .8;
    transform: rotate(-2deg);
    z-index: -1;
    border-radius: 5px;
}

.home-about-section-title {
    padding-bottom: 0 !important;
    margin-bottom: 25px;
}

.why-choose-one__content {
    margin-left: 0;
}

@media (min-width: 1200px) and (max-width: 1500px) {

    .why-choose-one__image__two {
        right: -20px;
        top: 70px;
        width: 135px;
    }

    .why-choose-one__image {
        padding-right: 30px;
    }

}


/************************************/
/***       Home Car Hire Css      ***/
/************************************/
.car-card {
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    transition: .4s;
}

.car-image {
    position: relative;
    height: 430px;
    overflow: hidden;
}

.car-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
}

.car-card:hover img {
    transform: scale(1.08);
}

.car-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(0 0 0) 10%, rgb(0 0 0 / 10%) 45%, rgb(0 0 0 / 0%) 100%);
}

.car-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #fff;
}

.car-info h3 {
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
}

.car-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.car-meta span {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,.15);
    backdrop-filter: blur(10px);
    padding: 6px 13px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 400;
}

.car-meta i {
    color: #ed3237;
}

.whatsapp-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    background: #25D366;
    color: #fff;
    text-decoration: none;
    padding: 12px 14px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 700;
    transition: .3s;
}

.whatsapp-btn:hover {
    background: #1ebd59;
    color: #fff;
    transform: translateY(-2px);
}

.whatsapp-btn i {
    font-size: 22px;
    color: #fff;
}

.home-car-hire-whatsapp {
    gap: 0;
    background: transparent !important;
    backdrop-filter: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}


/************************************/
/***       Home Bus Hire Css      ***/
/************************************/
.best-feature__content p{
    color: #fff;
}
.best-feature__content h5 {
    color: #ed3237;
}
.best-feature__content p b {
    color: #ed3237;
}

.bus-feature{
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 22px;
    height: 100%;
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 22px;
    overflow: hidden;
    transition: .4s;
}

.bus-feature::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:5px;
    height:100%;
    background:#ff3b3b;
    transition:.4s;
}

.bus-feature:hover{
    transform:translateY(-8px);
    background:#fff;
    box-shadow:0 20px 40px rgba(0,0,0,.18);
}

.bus-feature:hover::before{
    width:100%;
    opacity:.05;
}

.bus-icon {
    min-width: 55px;
    width: 55px;
    height: 55px;
    border-radius: 18px;
    background: linear-gradient(135deg, #ff3b3b, #ff6b6b);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    /* box-shadow: 0 15px 30px rgba(255, 59, 59, .35); */
}

.bus-content h5{
    margin:0 0 5px;
    font-size: 21px;
    font-weight:700;
    color:#fff;
    transition:.3s;
}

.bus-content p{
    margin:0;
    color:#d6d6d6;
    line-height:1.8;
    font-size:15px;
    transition:.3s;
}

.bus-feature:hover .bus-content h5{
    color:#111;
}

.bus-feature:hover .bus-content p{
    color:#555;
}


/************************************/
/***     Home Vintage Cars Css    ***/
/************************************/
.hero-one__content {
    width: 75%;
}
.home-vintage-car-container {
    justify-items: center;
}


/************************************/
/***       Home Services Css      ***/
/************************************/
.bento-services {
    /*background: #fff6f6;*/
    background: linear-gradient(120deg, #16172f 0%, #30316d 55%, #030309 100%);
    padding: 70px 0;
}

.bento-services .sec-title .sec-title__title {
    color: #fff;
}

.bento-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 25px;
}

.service-large {
    grid-row: span 2;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    height: 560px;
}

.service-large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.service-large:hover img {
    transform: scale(1.08);
}

.overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 300px 50px 50px;
    /*background: linear-gradient(transparent,rgba(0,0,0,.85));*/
    background: linear-gradient(transparent, rgb(74 74 74 / 68%));
    color: #fff;
}

.overlay span {
    background: #ed3237;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 13px;
}

.overlay h3 {
    margin: 20px 0;
    font-size: 34px;
    color: #ff0007;
    background: #00000066;
    border-radius: 10px;
    padding: 10px 20px;
    justify-self: left;
}

.overlay p {
    margin-bottom: 10px;
    line-height: 30px;
}

.overlay a {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.overlay a:hover {
    color: #ed3237;
    letter-spacing: 0.5px;
}

.service-small {
    background: #f7f7fc;
    padding: 30px 30px;
    border-radius: 25px;
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
    transition: .4s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-small:hover {
    transform: translateY(-10px);
}

.service-small i {
    font-size: 42px;
    color: #ed3237;
    margin-bottom: 15px;
}

.service-small h4 {
    margin-bottom: 10px;
}

.service-small p {
    color: #666;
    line-height: 28px;
    margin-bottom: 0;
}

.service-small a {
    margin-top: 0;
    font-size: 24px;
    color: #ed3237;
    text-decoration: none;
}

.service-small a i{
    display:inline-block;
    transition:.4s ease;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 0;
}

.service-small:hover a i{
    transform:rotate(45deg) translateX(3px);
}


/************************************/
/***    Home Why Choose Us Css    ***/
/************************************/
.why-choose {
    padding: 80px 0;
    background: #f7f7fc;
}

.why-content .sec-title__title {
    font-size: 38px;
}

.choose-card {
    background: #fff;
    border-radius: 22px;
    padding: 35px;
    height: 100%;
    border: 1px solid #eee;
    transition: .35s;
    box-shadow: 0 15px 40px rgba(0,0,0,.05);
}

.choose-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,.10);
}

.choose-card.active {
    background: #ed3237;
    color: #fff;
}

.choose-card.active p {
    color: #fff;
}

.choose-card .icon {
    width: 75px;
    height: 75px;
    border-radius: 20px;
    background: #f2f2ff;
    color: #3e4095;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 25px;
    transition: .4s;
}

.choose-card.active .icon {
    background:#fff;
    color: #ed3237;
}

.choose-card:hover .icon {
    transform: rotate(360deg);
}

.choose-card h4 {
    margin-bottom: 12px;
    font-weight: 700;
}

.choose-card p {
    color: #666;
    margin: 0;
    line-height: 28px;
}

.horizontal {
    display: flex;
    align-items: center;
    gap: 25px;
}

.horizontal .icon {
    margin-bottom: 0;
    flex-shrink: 0;
}

.why-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.why-list li {
    margin-bottom: 15px;
    font-weight: 600;
}

.why-list i {
    color: #3e4095;
    margin-right: 10px;
}


/************************************/
/***       Home Packages Css      ***/
/************************************/
.gallery-one {
    padding: 80px 0;
}
.gallery-one__card {
    border: 1px solid #e6e6e6;
}




.featured-package{
    background: #fff6f6;
    padding: 80px 0;
}

.package-desc{
    max-width:700px;
    margin:15px auto 50px;
    color:#666;
}

.package-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    transition:.4s;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    height:100%;
}

.package-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.package-image{
    position:relative;
    overflow:hidden;
}

.package-image img{
    width:100%;
    transition:.5s;
}

.package-card:hover img{
    transform:scale(1.06);
}

.package-tag{
    position:absolute;
    top:20px;
    left:20px;
    background:#ed3237;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
}

.package-content{
    padding:25px;
}

.package-content h3{
    font-size:28px;
    margin-bottom:20px;
}

.package-info{
    display:flex;
    justify-content:space-between;
    gap:15px;
    margin-bottom:25px;
    flex-wrap:wrap;
}

.package-info span{
    color:#555;
    font-weight:600;
}

.package-info i{
    color:#ed3237;
    margin-right:8px;
}

.package-price{
    font-size:34px;
    color:#ed3237;
    font-weight:700;
    margin-bottom:25px;
}

.package-price small{
    font-size:16px;
    color:#666;
    font-weight:500;
}

.package-buttons{
    display:flex;
    gap:15px;
    align-items:center;
}

.whatsapp-btn{
    width:55px;
    height:55px;
    background:#25D366;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:24px;
    transition:.35s;
}

.whatsapp-btn:hover{
    color:#fff;
    transform:rotate(15deg) scale(1.08);
}


/************************************/
/***        About Page Css        ***/
/************************************/
.about-section-title p {
    font-size: 16px;
    margin-bottom: 13px;
}

.about-three__image__item1 img {
    width: 100%;
    border-radius: 40px;
}

.about-three__image__item1 {
    border: 1px dashed #ed3237;
    border-radius: 40px;
    padding: 7px;
}

.about-three__image__item-two {
    right: -70px;
}

.about-three__image__item-one {
    left: -60px;
}

.about-modern-content {
    position: relative;
}

.about-three__image__item-three {
    top: -19%;
    right: -11%;
}


/* Introduction */
.about-modern-intro {
    position: relative;
    /*padding-left: 25px;*/
    /*border-left: 2px solid #ed3237;*/
}

.about-modern-label {
    margin-bottom: 20px;
}

.about-modern-label span {
    display: inline-block;
    padding: 7px 16px;
    background: #ed3237;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
    border-radius: 30px;
    text-transform: uppercase;
}

.about-modern-intro .blog-details__text {
    line-height: 1.9;
    margin-bottom: 13px;
}


/* Main Sections */
.about-modern-section {
    margin-top: 55px;
}


/* Section Heading */
.about-modern-heading {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 25px;
}

.about-modern-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    background: #3e4095;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
}

.about-modern-heading h4 {
    margin: 0 0 4px;
    font-size: 24px;
    color: #222;
}

.about-modern-heading p {
    margin: 0;
    font-size: 14px;
    color: #888;
}


/* Services */
.about-modern-services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.about-modern-service {
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 65px;
    padding: 15px 20px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    transition: all .35s ease;
}

.about-modern-service span,
.about-modern-strength span {
    font-size: 17px;
    font-weight: 600;
    color: #ed3237;
    transition: all .35s ease;
}

.about-modern-service p,
.about-modern-strength p {
    margin: 0;
    color: #555;
    font-size: 15px;
}

.about-modern-service:hover {
    background: #f8f8f8;
    padding-left: 27px;
}

.about-modern-service:hover span {
    transform: translateX(3px);
}

/* Mission */
.about-modern-moto {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 30px;
    background: transparent;
    border-radius: 10px;
    border-left: 4px solid #ed3237;
    border-right: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.about-modern-moto > span {
    font-size: 50px;
    line-height: 1;
    color: #ed3237;
    font-family: Georgia, serif;
}

.about-modern-moto .blog-details__text {
    margin: 0;
    font-size: 19px;
    font-weight: 600;
    color: #333;
}

/* Strengths */
.about-modern-strengths {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.about-modern-strength {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 17px 20px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    transition: all .35s ease;
}

.about-modern-strength:hover {
    border-color: #ed3237;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,.05);
}

/* Final Content */
.about-modern-final {
    margin-top: 55px;
    padding: 30px;
    background: #2e2f3a;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.about-modern-final::after {
    content: "";
    position: absolute;
    right: -60px;
    bottom: -80px;
    width: 200px;
    height: 200px;
    border: 40px solid #3e409538;
    border-radius: 50%;
}

.about-modern-final .blog-details__text {
    position: relative;
    z-index: 1;
    color: rgba(255,255,255,.9);
    line-height: 1.8;
}

.about-modern-final .blog-details__text:last-child {
    margin-bottom: 0;
}


/************************************/
/***       Bus Hire Page Css      ***/
/************************************/
.journey-planner {
    position: relative;
    overflow: hidden;
    padding: 80px 0 90px;
    background: #f5f5f8;
}

/* ====================== BACKGROUND ====================== */
.journey-bg-circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.journey-bg-1 {
    width: 550px;
    height: 550px;
    top: -300px;
    left: -200px;
    background: rgba(65, 67, 154, 0.06);
}

.journey-bg-2 {
    width: 400px;
    height: 400px;
    right: -200px;
    bottom: -200px;
    background: rgba(169, 47, 50, 0.06);
}

/* ====================== HEADING ====================== */
.journey-heading {
    position: relative;
    z-index: 2;
    max-width: 750px;
    margin: 0 auto 65px;
    text-align: center;
}

.journey-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border-radius: 30px;
    background: rgba(65, 67, 154, 0.08);
    color: #3e4095;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.journey-label i {
    color: #ed3237;
}

.journey-heading h2 {
    margin: 0;
    color: #202044;
    font-size: clamp(40px, 5vw, 65px);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -2px;
}

.journey-heading h2 span {
    display: block;
    color: #3e4095;
}

.journey-heading p {
    max-width: 650px;
    margin: 20px auto 0;
    color: #777;
    font-size: 16px;
    line-height: 1.8;
}

/* ====================== JOURNEY ROUTE ====================== */
.journey-route-box {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto 70px;
    padding: 35px 40px;

    /* Glass Background */
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(12px);

    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(32, 32, 68, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.5);

    animation: routeBoxReveal 1s ease both;
    animation-delay: 0.5s;

    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

@keyframes routeBoxReveal {

    from {
        opacity: 0;
        transform: translateY(40px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

}

.journey-route-box:hover {
    transform: translateY(-8px);

    box-shadow:
        0 30px 70px rgba(32, 32, 68, 0.14);
}

/* Location */
.journey-location {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 220px;
}

.journey-to {
    text-align: right;
    justify-content: flex-end;
}

.location-marker {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #3e4095;
    color: #fff;
    font-size: 20px;
    box-shadow: 0 8px 20px rgba(65, 67, 154, 0.25);
}

.journey-to .location-marker {
    background: #ed3237;
    box-shadow: 0 8px 20px rgba(169, 47, 50, 0.25);
}

.journey-location small {
    display: block;
    color: #999;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
}

.journey-location h4 {
    margin: 0;
    color: #202044;
    font-size: 18px;
}

.journey-location span {
    color: #999;
    font-size: 11px;
}

.journey-location .journey-location-div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

/* ====================== ROUTE TRACK ====================== */
.route-track {
    position: relative;
    flex: 1;
    height: 80px;
    margin: 0 25px;
    display: flex;
    align-items: center;
}

.route-line {
    width: 100%;
    height: 3px;
    background:
        repeating-linear-gradient(
            to right,
            #3e4095 0px,
            #3e4095 10px,
            transparent 10px,
            transparent 20px
        );
    animation: routeMove 1.5s linear infinite;
}

@keyframes routeMove {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

/* Moving Bus */
.moving-bus {
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #ed3237;
    font-size: 21px;
    border: 3px solid #ed3237;
    box-shadow: 0 5px 20px rgba(169, 47, 50, 0.2);
    animation: busTravel 8s ease-in-out infinite;
    z-index: 1;
}

@keyframes busTravel {
    0% {
        left: 0;
        transform: rotate(0deg);
    }

    45% {
        transform: rotate(-2deg);
    }

    50% {
        left: calc(100% - 50px);
        transform: rotate(0deg);
    }

    95% {
        transform: rotate(2deg);
    }

    100% {
        left: 0;
        transform: rotate(0deg);
    }
}

.moving-bus:hover {
    animation-play-state: paused;

    transform: scale(1.2) !important;

    background: #ed3237;

    color: #fff;

    cursor: pointer;
}

/* Route Dots */
.route-dot {
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #41439A;
}

.dot-1 {
    left: 25%;
}

.dot-2 {
    left: 50%;
}

.dot-3 {
    left: 75%;
}

/* ====================== BOOKING CARD ====================== */
.journey-booking-card {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.8fr 1.4fr;
    overflow: hidden;
    /*max-width: 1150px;*/
    margin: 0 auto;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(32, 32, 68, 0.12);
    animation: bookingCardReveal 1s ease both;
    animation-delay: 0.7s;
    transition: box-shadow 0.5s ease, transform 0.5s ease;
}

@keyframes bookingCardReveal {
    from {
        opacity: 0;
        transform: translateY(60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.journey-booking-card:hover {
    box-shadow: 0 40px 100px rgba(32, 32, 68, 0.16);
}

/* ====================== LEFT INTRO ====================== */
.booking-intro {
    position: relative;
    padding: 50px 45px;
    background: linear-gradient(120deg, #16172f 0%, #30316d 55%, #3e4095 100%);
    color: #fff;
    overflow: hidden;
}

.booking-intro::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    right: -150px;
    bottom: -150px;
    border-radius: 50%;
    border: 50px solid rgba(255,255,255,0.05);
}

.booking-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    border-radius: 18px;
    background: #ed3237;
    font-size: 25px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    animation: bookingIconFloat 3s ease-in-out infinite;
}

@keyframes bookingIconFloat {
    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-8px) rotate(5deg);
    }
}

.booking-intro h3 {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 800;
    color: #fff;
}

.booking-intro h3 span {
    /*display: block;*/
    color: #ed3237;
}

.booking-intro p {
    position: relative;
    z-index: 2;
    margin: 20px 0 30px;
    color: rgba(255,255,255,0.7);
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
}

/* Benefits */
.booking-benefits {
    position: relative;
    z-index: 2;
}

.booking-benefits div {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 15px;
}

.booking-benefits i {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    color: #fff;
    font-size: 10px;
}

.booking-intro {
    background-size: 200% 200%;
    animation: gradientMove 8s ease infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.booking-intro::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -70px;
    top: -70px;
    border-radius: 50%;
    border: 30px solid rgba(255,255,255,0.04);
    animation: decorativeRotate 12s linear infinite;
}

@keyframes decorativeRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* ====================== FORM AREA ====================== */
.journey-form-area {
    padding: 45px;
}

.form-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.form-title h4 {
    margin: 0;
    color: #202044;
    font-size: 24px;
}

.form-title strong {
    color: #A92F32;
}

.form-title span {
    color: #999;
    font-size: 11px;
}

/* Form Grid */
.journey-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}


/* Fields */
.journey-field label {
    display: block;
    margin-bottom: 7px;
    color: #444;
    font-size: 14px;
    font-weight: 500;
}

.journey-field label i {
    color: #3e4095;
    margin-right: 5px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.journey-field input,
.journey-field select {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border: 1px solid #e7e7ed;
    border-radius: 9px;
    background: #fafafd;
    color: #333;
    outline: none;
    font-size: 13px;
    transition: 0.3s ease;
}

.journey-field input:focus,
.journey-field select:focus {
    border-color: #3e4095;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(65,67,154,0.07);
}

.journey-field {
    transition: transform 0.3s ease;
    margin: 6px 0;
}

.journey-field:hover {
    transform: translateY(-3px);
}

.journey-field input,
.journey-field select,
.journey-message textarea {
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease,
        background 0.3s ease;
}

.journey-field input:hover,
.journey-field select:hover,
.journey-message textarea:hover {
    border-color: rgba(65, 67, 154, 0.4);

    background: #fff;
}

.journey-field:hover label i {
    transform: scale(1.2) rotate(-8deg);
}

/* Message */
.journey-message {
    margin-top: 18px;
}

.journey-message textarea {
    width: 100%;
    height: 80px;
    padding: 14px;
    resize: none;
    border: 1px solid #e7e7ed;
    border-radius: 9px;
    background: #fafafd;
    outline: none;
    font-size: 12px;
    transition: 0.3s ease;
}

.journey-message textarea:focus {
    border-color: #3e4095;
    background: #fff;
}

/* Submit */
.journey-submit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*margin-top: 18px;*/
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    background: #ed3237;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.4s ease;
    position: relative;
    overflow: hidden;
}

.bus-hire-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 18px;
}

.journey-submit::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
    transform: skewX(-20deg);
    transition: 0.6s ease;
}

.journey-submit:hover {
    background: #3e4095;
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(65,67,154,0.2);
}

.journey-submit:hover::before {
    left: 130%;
}

.journey-submit i {
    animation: arrowIdle 2s ease-in-out infinite;
    transition: 0.3s ease;
}

@keyframes arrowIdle {
    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }
}

.journey-submit:hover i {
    animation: none;
    transform: translateX(8px) rotate(-5deg);
}

/* ====================== ANIMATIONS ====================== */
.journey-planner {
    animation: sectionFadeIn 1s ease both;
}

@keyframes sectionFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.journey-bg-1 {
    animation: bgFloatOne 10s ease-in-out infinite;
}

.journey-bg-2 {
    animation: bgFloatTwo 12s ease-in-out infinite;
}

@keyframes bgFloatOne {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(50px, 30px) scale(1.08);
    }

}

@keyframes bgFloatTwo {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(-40px, -40px) scale(1.1);
    }

}

.journey-heading .sec-title__tagline {
    animation: titleTagReveal 1s ease both;
    animation-delay: 0.2s;
}

.journey-heading .sec-title__title {
    animation: titleReveal 1s ease both;
    animation-delay: 0.4s;
}

@keyframes titleTagReveal {

    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}

@keyframes titleReveal {

    from {
        opacity: 0;
        transform: translateY(35px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}

.location-marker {
    position: relative;
    transition: transform 0.4s ease;
}

.location-marker::before {
    content: "";

    position: absolute;

    inset: -7px;

    border-radius: 50%;

    border: 2px solid currentColor;

    opacity: 0;

    animation: markerPulse 2.5s ease-out infinite;
}

.journey-from .location-marker::before {
    color: #41439A;
}

.journey-to .location-marker::before {
    color: #A92F32;
}

@keyframes markerPulse {

    0% {
        transform: scale(0.8);
        opacity: 0.7;
    }

    70% {
        transform: scale(1.3);
        opacity: 0;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }

}

.journey-location:hover .location-marker {
    transform: scale(1.12) rotate(-8deg);
}

.route-dot {
    box-shadow:
        0 0 0 0 rgba(65, 67, 154, 0.5);

    animation: routeDotPulse 2s infinite;
}

.dot-1 {
    animation-delay: 0s;
}

.dot-2 {
    animation-delay: 0.5s;
}

.dot-3 {
    animation-delay: 1s;
}

@keyframes routeDotPulse {

    0% {
        transform: scale(1);
        box-shadow:
            0 0 0 0 rgba(65, 67, 154, 0.5);
    }

    70% {
        transform: scale(1.4);
        box-shadow:
            0 0 0 10px rgba(65, 67, 154, 0);
    }

    100% {
        transform: scale(1);
        box-shadow:
            0 0 0 0 rgba(65, 67, 154, 0);
    }

}

.route-line {
    position: relative;
}

.route-line::after {
    content: "";

    position: absolute;

    top: -3px;
    left: -10%;

    width: 10%;
    height: 9px;

    border-radius: 50%;

    background: rgba(65, 67, 154, 0.4);

    filter: blur(5px);

    animation: routeGlow 3s linear infinite;
}

@keyframes routeGlow {

    from {
        left: -10%;
    }

    to {
        left: 110%;
    }

}



/************************************/
/***       Contact Page Css       ***/
/************************************/
.contact-travel-section {
    position: relative;
    padding: 100px 0;
    background: #f8f9fb;
    overflow: hidden;
}

/* ================================= BACKGROUND SHAPES ================================= */
.contact-bg-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    animation: contactFloat 6s ease-in-out infinite;
}

.contact-bg-shape-one {
    width: 350px;
    height: 350px;
    top: -150px;
    left: -100px;
    background: rgba(237, 50, 55, .07);
}

.contact-bg-shape-two {
    width: 280px;
    height: 280px;
    right: -100px;
    bottom: -100px;
    background: rgba(62, 64, 149, .08);
    animation-delay: 2s;
}

@keyframes contactFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-25px);
    }
}

/* ================================= SECTION HEADING ================================= */
.contact-section-heading {
    max-width: 750px;
    margin: 0 auto 55px;
    position: relative;
    z-index: 2;
}

.contact-tagline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border-radius: 50px;
    background: #fff;
    color: #ed3237;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 8px 25px rgba(0,0,0,.06);
}

.contact-tagline i {
    animation: planeMove 2s ease-in-out infinite;
}

@keyframes planeMove {
    0%,
    100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px) translateY(-2px);
    }
}

.contact-section-heading h2 {
    margin: 20px 0 15px;
    font-size: 42px;
    line-height: 1.2;
    color: #202020;
}

.contact-section-heading h2 span {
    color: #ed3237;
}

.contact-section-heading p {
    max-width: 650px;
    margin: 0 auto;
    color: #777;
    line-height: 1.8;
}

/* ================================= MAIN CONTACT BOX ================================= */
.contact-travel-box {
    position: relative;
    z-index: 2;
    /*max-width: 1100px;*/
    margin: auto;
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(0,0,0,.10);
}

/* ================================= LEFT CONTACT AREA ================================= */
.contact-info-area {
    height: 100%;
    min-height: 600px;
    padding: 55px 45px;
    background: linear-gradient(120deg, #16172f 0%, #30316d 55%, #3e4095 100%);
    position: relative;
    overflow: hidden;
}

/* Decorative circle */
.contact-info-area::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    right: -120px;
    top: -100px;
    border-radius: 50%;
    border: 50px solid rgba(237,50,55,.15);
    animation: rotateShape 15s linear infinite;
}

@keyframes rotateShape {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.contact-info-content {
    position: relative;
    z-index: 2;
}

.contact-small-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ed3237;
    font-size: 16px;
    font-weight: 600;
}

.contact-info-content h3 {
    margin: 7px 0 18px;
    color: #fff;
    font-size: 35px;
    line-height: 1.2;
}

.contact-info-content h3 span {
    color: #ed3237;
}

.contact-info-content > p {
    color: rgba(255,255,255,.65);
    line-height: 1.8;
    margin-bottom: 35px;
}

/* ================================= CONTACT ITEMS ================================= */

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 14px 0;
    color: #fff;
    text-decoration: none;
    transition: .3s ease;
}

.contact-info-item-address {
    align-items: flex-start;
}

.contact-info-item:hover {
    transform: translateX(8px);
    color: #fff;
}

.contact-info-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(237,50,55,.15);
    color: #ed3237;
    font-size: 23px;
    transition: .3s;
}

.contact-info-item:hover .contact-info-icon {
    background: #ed3237;
    color: #fff;
    transform: rotate(8deg);
}

.contact-info-item small {
    display: block;
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    margin-bottom: 2px;
}

.contact-info-item strong, .contact-info-item span {
    display: block;
    color: #fff;
    font-size: 16px;
}

/* ================================= WHATSAPP ================================= */
.contact-whatsapp {
    margin-top: 25px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 12px;
    color: #fff;
    text-decoration: none;
    transition: .4s ease;
}

.contact-whatsapp > i:first-child {
    font-size: 23px;
    color: #25D366;
}

.contact-whatsapp > i:last-child {
    margin-left: auto;
    transition: .3s;
}

.contact-whatsapp:hover {
    background: #25D366;
    border-color: #25D366;
    color: #fff;
    transform: translateY(-3px);
}

.contact-whatsapp:hover > i:first-child {
    color: #fff;
}

.contact-whatsapp:hover > i:last-child {
    transform: translateX(5px);
}

/* ================================= FORM AREA ================================= */
.contact-form-area {
    padding: 55px 50px 55px 30px;
}

.contact-form-heading span {
    color: #ed3237;
    font-size: 16px;
    font-weight: 600;
}

.contact-form-heading h3 {
    margin: 12px 0 8px;
    color: #222;
    font-size: 30px;
}

.contact-form-heading h3 strong {
    color: #ed3237;
}

.contact-form-heading p {
    color: #777;
    margin-bottom: 30px;
}

/* ================================= INPUT ================================= */
.contact-input {
    position: relative;
    margin-bottom: 20px;
}

.contact-input > i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #ed3237;
    font-size: 16px;
    z-index: 2;
}

.contact-input-message > i {
    top: 20%;
}

.contact-input input,
.contact-input select,
.contact-input textarea {
    width: 100%;
    border: 1px solid #e8e8e8;
    background: #fafafa;
    border-radius: 10px;
    padding: 14px 18px 14px 48px;
    font-size: 14px;
    color: #333;
    outline: none;
    transition: .3s ease;
}

.contact-input input,
.contact-input select {
    height: 52px;
}

.contact-input textarea {
    min-height: 130px;
    resize: none;
    padding-top: 17px;
}

.contact-input textarea + i {
    top: 20px;
    transform: none;
}

.contact-input input:focus,
.contact-input select:focus,
.contact-input textarea:focus {
    border-color: #ed3237;
    background: #fff;
    box-shadow: 0 5px 20px rgba(237,50,55,.08);
}

/* ================================= SUBMIT BUTTON ================================= */
.contact-submit-btn {
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border: 0;
    border-radius: 10px;
    background: #ed3237;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: .4s ease;
}

.contact-submit-btn i {
    transition: .3s;
}

.contact-submit-btn:hover {
    background: #3e4095;
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0,0,0,.15);
}

.contact-submit-btn:hover i {
    transform: translateX(6px);
}


/************************************/
/***     Vintage Cars Page CSS    ***/
/************************************/
.vintage-cars-section {
    padding: 90px 0;
    background: #f7f7fc;
}

/* Main Box */
.vintage-feature-box {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    /*min-height: 550px;*/
    /*height: 650px;*/
    background: #212121;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .14);
}

/* Image */
.vintage-feature-image {
    position: relative;
    /*min-height: 650px;*/
    overflow: hidden;
}

.vintage-feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s ease;
}

.vintage-feature-box:hover .vintage-feature-image img {
    transform: scale(1.05);
}

/* Image Overlay */
.vintage-feature-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, .05) 40%,
        rgba(0, 0, 0, .55) 100%
    );
}

/* Image Caption */
.vintage-image-caption {
    position: absolute;
    left: 35px;
    bottom: 35px;
    z-index: 2;
    padding: 18px 25px;
    background: rgba(0, 0, 0, .55);
    border-left: 3px solid #ed3237;
    backdrop-filter: blur(8px);
}

.vintage-image-caption span {
    display: block;
    color: #ed3237;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.vintage-image-caption strong {
    display: block;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

/* Content */
.vintage-feature-content {
    position: relative;
    display: flex;
    align-items: center;
    padding: 35px 35px;
    /*background: #212121;*/
    background: linear-gradient(120deg, #16172f 0%, #1a1a3e 55%, #1a1b4c 100%);
}

/* Decorative Circle */
.vintage-feature-content::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    right: -100px;
    top: -100px;
    border: 1px solid rgba(237, 50, 55, .25);
    border-radius: 50%;
}

.vintage-feature-content::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -50px;
    top: -50px;
    border: 1px solid rgba(237, 50, 55, .15);
    border-radius: 50%;
}

/* Inner Content */
.vintage-content-inner {
    position: relative;
    z-index: 2;
    /*max-width: 620px;*/
}

/* Label */
.vintage-label {
    display: inline-block;
    color: #ed3237;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

/* Heading */
.vintage-content-inner h3 {
    color: #fff;
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.vintage-content-inner h3 span {
    display: block;
    color: #ed3237;
}

/* Small Line */
.vintage-title-line {
    width: 55px;
    height: 3px;
    background: #ed3237;
    margin-bottom: 25px;
}

/* Paragraph */
.vintage-content-inner p {
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 18px;
    text-align: justify;
}

/* Button */
.vintage-btn {
    margin-top: 15px;
    display: inline-flex;
    align-items: center;
}

.vintage-btn i {
    margin-left: 8px;
    transition: transform .3s ease;
}

.vintage-btn:hover i {
    transform: translateX(5px);
}

/* Animation */
.vintage-feature-content {
    animation: vintageContentFade .8s ease both;
}

@keyframes vintageContentFade {

    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }

}


/************************************/
/*** Air Railway Ticket Page CSS  ***/
/************************************/
.air-railway-ticket-buttons {
    display: flex;
    gap: 10px;
}

.ticket-hero-section {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    background: linear-gradient(120deg, #16172f 0%, #30316d 55%, #3e4095 100%);
    color: #fff;
}

.ticket-hero-content {
    position: relative;
    z-index: 2;
}

.ticket-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #ed3237;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 18px;
}

.ticket-label i {
    font-size: 18px;
}

.ticket-hero-content h1 {
    color: #fff;
    font-size: 58px;
    line-height: 1.15;
    margin-bottom: 25px;
}

.ticket-hero-content h1 span {
    display: block;
    color: #ed3237;
}

.ticket-hero-content p {
    max-width: 650px;
    color: #d4d4d4;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 35px;
}

.ticket-hero-buttons {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.ticket-call-btn {
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.ticket-call-btn i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ed3237;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Hero Visual */

.ticket-hero-visual {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ticket-main-card {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 470px;
    padding: 35px;
    border-radius: 25px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
    backdrop-filter: blur(15px);
    box-shadow: 0 25px 60px rgba(0,0,0,.3);
    transform: rotate(-3deg);
    transition: .5s;
}

.ticket-main-card:hover {
    transform: rotate(0deg) translateY(-10px);
}

.ticket-card-top {
    display: flex;
    justify-content: space-between;
    color: #aaa;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.ticket-card-top i {
    color: #ed3237;
    font-size: 25px;
}

.ticket-route {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 60px 0;
}

.ticket-route small {
    display: block;
    color: #aaa;
    font-size: 11px;
    margin-bottom: 5px;
}

.ticket-route strong {
    color: #fff;
    font-size: 19px;
}

.route-line {
    flex: 1;
    height: 1px;
    margin: 0 20px;
    background: rgba(255,255,255,.3);
    position: relative;
}

.route-line span {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #ed3237;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ticket-card-bottom {
    display: flex;
    justify-content: space-between;
    color: #ccc;
    font-size: 13px;
}

.ticket-card-bottom i {
    color: #ed3237;
    margin-right: 5px;
}

.ticket-floating-icon {
    position: absolute;
    width: 65px;
    height: 65px;
    border-radius: 18px;
    background: #ed3237;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    z-index: 3;
    box-shadow: 0 15px 35px rgba(0,0,0,.3);
    animation: ticketFloat 3s ease-in-out infinite;
}

.ticket-plane {
    top: 35px;
    left: 5px;
}

.ticket-train {
    right: 0;
    bottom: 40px;
    animation-delay: 1s;
}

@keyframes ticketFloat {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}


/* Services */
.ticket-services-section {
    /*background: #fff6f6;*/
    background: #f7f7fc;
    padding: 80px 0;
}

.ticket-services-section .sec-title__title span {
    color: #ed3237;
}

.ticket-services-section .sec-title > p {
    max-width: 700px;
    margin: 15px auto 0;
}

.ticket-service-card {
    height: 100%;
    display: flex;
    gap: 20px;
    padding: 30px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0,0,0,.07);
    transition: .4s;
    position: relative;
    overflow: hidden;
}

.ticket-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0,0,0,.12);
}

.ticket-service-icon {
    flex: 0 0 65px;
    width: 65px;
    height: 65px;
    border-radius: 18px;
    background: #ed3237;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.ticket-service-content > span {
    color: #ed3237;
    font-weight: 700;
    font-size: 13px;
}

.ticket-service-content h3 {
    margin: 5px 0 15px;
    color: var(--main-body-black);
}

.ticket-service-content p {
    color: #666;
    line-height: 1.8;
}

.ticket-service-content a {
    color: #ed3237;
    font-weight: 700;
}

.ticket-service-content a i {
    margin-left: 8px;
    transition: .3s;
}

.ticket-service-content a:hover i {
    transform: translateX(5px);
}

.ticket-service-card-dark {
    /*background: #212121;*/
    background: #25264f;
}

.ticket-service-card-dark h3 {
    color: #fff;
}

.ticket-service-card-dark p {
    color: #e6e6e6;
}

/* Preferred Seat */
.preferred-seat-section {
    padding: 50px 0;
    background: linear-gradient(120deg, #16172f 0%, #30316d 55%, #3e4095 100%);
    overflow: hidden;
}

.preferred-seat-box {
    display: flex;
    align-items: center;
    gap: 80px;
}

.preferred-seat-content {
    flex: 1;
}

.preferred-seat-content h3 {
    color: #fff;
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 25px;
}

.preferred-seat-content h3 span {
    color: #ed3237;
}

.preferred-seat-content p {
    color: #e6e6e6;
    line-height: 1.8;
}

.preferred-seat-content p b {
    color: #ed3237;
}

.preferred-seat-points {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.preferred-seat-points div {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}

.preferred-seat-points i {
    color: #ed3237;
}

.preferred-seat-visual {
    width: 400px;
    height: 400px;
    position: relative;
    flex-shrink: 0;
}

.seat-circle {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: #ed3237;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 100px;
    animation: pulseSeat 3s infinite;
}

@keyframes pulseSeat {
    0%,100% {
        box-shadow: 0 0 0 0 rgba(237,50,55,.3);
    }

    50% {
        box-shadow: 0 0 0 30px rgba(237,50,55,0);
    }
}

.seat-info-card {
    position: absolute;
    background: #fff;
    padding: 15px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 15px 30px rgba(0,0,0,.3);
    animation: ticketFloat 3s infinite;
}

.seat-info-card i {
    color: #ed3237;
}

.seat-info-one {
    top: 20px;
    right: 0;
}

.seat-info-two {
    bottom: 25px;
    left: 0;
    animation-delay: 1s;
}

/* Enquiry */
.ticket-enquiry-section {
    padding: 100px 0;
    background: #f7f7fc;
}

.ticket-enquiry-content h3 {
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.ticket-enquiry-content h3 span {
    color: #ed3237;
}

.ticket-enquiry-content > p {
    color: #666;
    line-height: 1.8;
    max-width: 500px;
}

.enquiry-contact {
    margin-top: 30px;
}

.enquiry-contact > div {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.enquiry-contact > div > i {
    width: 50px;
    height: 50px;
    font-size: 20px;
    border-radius: 50%;
    background: #ed3237;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enquiry-contact small {
    display: block;
    color: #595959;
}

.enquiry-contact a {
    color: #212121;
    font-weight: 700;
}

.enquiry-contact a:hover {
    color: #ed3237;
}

.ticket-booking-form {
    background: #25264f;
    padding: 45px;
    border-radius: 25px;
    box-shadow: 0 25px 60px rgba(0,0,0,.15);
}

.form-title h3 {
    color: #fff;
    margin-bottom: 20px;
}

.form-title p {
    color: #aaa;
    margin-bottom: 25px;
}

.ticket-input {
    position: relative;
}

.ticket-input i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #ed3237;
    z-index: 2;
}

.ticket-input input,
.ticket-input select,
.ticket-input textarea {
    width: 100%;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.06);
    color: #fff;
    padding: 15px 20px 15px 48px;
    border-radius: 10px;
    outline: none;
}

.ticket-input input::placeholder,
.ticket-input textarea::placeholder {
    color: #999;
}

.ticket-input select {
    color: #999;
}

.ticket-input textarea {
    min-height: 130px;
    resize: none;
}

.ticket-textarea i {
    top: 22px;
    transform: none;
}

.ticket-submit-btn {
    border: 0;
    cursor: pointer;
}


/************************************/
/***     Car Hire Booking Css     ***/
/************************************/
.car-hire-booking-row {
    align-items: center;
}
.car-hire-booking-p1 {
    margin-bottom: 5px;
    font-weight: 500;
}
.car-hire-booking-p2 {
    font-weight: 500;
    color: #ed3237;
}
.car-hire-booking-p3 {
    margin-bottom: 0;
}
.about-two__image__item img {
    border-radius: 20px;
    width: 100%;
}


/************************************/
/***     Bus Hire Booking Css     ***/
/************************************/
.bus-hire-booking-p1 {
    font-weight: 500;
}


/***************************************/
/*** Airport Railway Pick & Drop Css ***/
/***************************************/
/* ================================ AIRPORT PICK & DROP ================================ */
.aiport-railway-sec-title__tagline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.aiport-railway-sec-title__tagline .fa-plane {
    display: inline-block;
    animation: planeFlyUp 3s ease-in-out infinite;
}

/* Plane flies upward and crosses */
@keyframes planeFlyUp {

    0% {
        opacity: 0;
        transform: translateY(25px) translateX(0) rotate(-15deg);
    }

    15% {
        opacity: 1;
        transform: translateY(0) translateX(0) rotate(-15deg);
    }

    45% {
        opacity: 1;
        transform: translateY(-20px) translateX(5px) rotate(-15deg);
    }

    /*70% {
        opacity: 1;
        transform: translateY(-45px) translateX(15px) rotate(-15deg);
    }*/

    85% {
        opacity: 0;
        transform: translateY(-65px) translateX(25px) rotate(-15deg);
    }

    100% {
        opacity: 0;
        transform: translateY(25px) translateX(0) rotate(-15deg);
    }
}

.airport-transfer-content .sec-title__title {
    font-size: 35px;
}

.airport-transfer-content .sec-title {
    padding-bottom: 13px;
}

.airport-transfer-section {
    padding: 100px 0;
    background: #fff;
    overflow: hidden;
}

.airport-transfer-content {
    padding-right: 50px;
}

.airport-label {
    color: #ed3237;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.airport-label i {
    margin-right: 8px;
}

.airport-transfer-content h2 {
    font-size: 44px;
    line-height: 1.2;
    margin: 18px 0 25px;
    color: #222;
}

.airport-transfer-content h2 span {
    display: block;
    color: #3e4095;
}

.airport-transfer-content > p {
    /*color: #666;*/
    line-height: 1.8;
    margin-bottom: 15px;
}

.airport-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 30px 0;
}

.airport-feature {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 15px;
    border-radius: 12px;
    background: #fff6f6;
    transition: .4s ease;
}

.airport-feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.airport-feature > i {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ed3237;
    color: #fff;
    border-radius: 10px;
}

.airport-feature h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.airport-feature p {
    /* color: #777; */
    font-size: 15px;
    margin: 0;
    line-height: 22px;
}

.airport-transfer-image {
    position: relative;
    padding: 20px;
}

.airport-transfer-image img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    border-radius: 30px;
    transition: .5s;
}

.airport-transfer-image:hover img {
    transform: scale(1.02);
}

.airport-image-card {
    position: absolute;
    left: -10px;
    bottom: 60px;
    background: #3e4095;
    color: #fff;
    padding: 18px 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 15px 35px rgba(0,0,0,.2);
    animation: airportFloat 4s ease-in-out infinite;
}

.airport-image-card > i {
    font-size: 28px;
    color: #fff;
}

.airport-image-card strong {
    display: block;
}

.airport-image-card span {
    display: block;
    font-size: 12px;
    opacity: .8;
    margin-top: 3px;
}

.airport-btn span i {
    font-size: 14px;
    padding-left: 5px;
}

@keyframes airportFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* ================================ RAILWAY PICK & DROP ================================ */
.railway-tagline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.railway-tagline .fa-train {
    display: inline-block;
    animation: trainMotion 4s ease-in-out infinite;
}

@keyframes trainMotion {

    0% {
        opacity: 0.4;
        transform: translateX(-5px) scale(0.95);
    }

    20% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }

    35% {
        transform: translateX(1px) rotate(1deg);
    }

    45% {
        transform: translateX(-1px) rotate(-1deg);
    }

    55% {
        transform: translateX(1px) rotate(1deg);
    }

    70% {
        opacity: 1;
        transform: translateX(0) rotate(0);
    }

    100% {
        opacity: 0.4;
        transform: translateX(-5px) scale(0.95);
    }
}

.railway-transfer-section {
    padding: 100px 0;
    background: #212121;
    overflow: hidden;
}

.railway-heading {
    max-width: 770px;
    margin: 0 auto 55px;
}

.railway-heading .sec-title {
    text-align-last: center;
    padding-bottom: 0;
}

.railway-heading .sec-title__title,
.railway-heading .sec-title__title span {
    color: #fff;
}

.railway-heading .sec-title__title span::before {
    background: #ed3237;
}

.railway-label {
    color: #ed3237;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.railway-label i {
    margin-right: 8px;
}

.railway-heading h2 {
    color: #fff;
    font-size: 44px;
    line-height: 1.2;
    margin: 18px 0;
}

.railway-heading h2 span {
    color: #ed3237;
}

.railway-heading p {
    color: rgba(255,255,255,.7);
    line-height: 1.8;
}

/* Main Box */
.railway-transfer-box {
    background: #fff;
    border-radius: 25px;
    padding: 45px;
    box-shadow: 0 20px 60px rgba(0,0,0,.25);
}

/* Route */
.railway-route {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-bottom: 45px;
}

.railway-stop {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 220px;
}

.railway-stop-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #feeded;
    color: #ed3237;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.railway-stop span {
    color: #888;
    font-size: 13px;
}

.railway-stop h4 {
    margin: 5px 0 0;
    font-size: 19px;
}

/* Route Line */
.railway-route-line {
    flex: 1;
    max-width: 250px;
    height: 2px;
    background: #ddd;
    position: relative;
}

.railway-route-line::before,
.railway-route-line::after {
    content: "";
    position: absolute;
    top: -4px;
    width: 10px;
    height: 10px;
    background: #ed3237;
    border-radius: 50%;
}

.railway-route-line::before {
    left: 0;
}

.railway-route-line::after {
    right: 0;
}

.railway-route-line span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
    background: #3e4095;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

/* Benefits */
.railway-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 25px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.railway-benefit {
    display: flex;
    gap: 15px;
    padding: 10px;
}

.railway-benefit > i {
    font-size: 25px;
    color: #ed3237;
}

.railway-benefit h4 {
    font-size: 16px;
    margin-bottom: 6px;
}

.railway-benefit p {
    color: #777;
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
}

/* Content */
.railway-content {
    padding: 25px 0;
    border-bottom: 1px solid #eee;
}
.railway-content p {
    margin-bottom: 5px;
}

/* Bottom */
.railway-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 30px;
}

.railway-bottom strong {
    display: block;
    font-size: 18px;
    color: #292929;
    /*color: #222;*/
    letter-spacing: 0.5px;
}

.railway-bottom span {
    font-size: 16px;
}

.railway-bottom span i {
    font-size: 14px;
    padding-left: 5px;
}


/************************************/
/***       Tour Packages Css      ***/
/************************************/
.tours-pacakges-one__item__title {
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
}

.tours-pacakges-one__item::after {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 49%, rgb(0 0 0) 100%);
}

.tours-details {
    padding: 90px 0;
    background: #fff;
}

.tour-package-heading {
    text-align: center;
    margin: 0 auto 45px;
}


/* =============================== INTRO BOX =============================== */
.tour-intro-box {
    position: relative;
    width: 100%;
    max-width: 1050px;
    margin: 40px auto;
    padding: 24px;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 24px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
}

/* Button */
.tour-intro-button {
    position: absolute;
    right: 10px;
    bottom: 16px;
    z-index: 5;
    background: #fff;
    border-radius: 50px 0 0 50px;
    padding: 10px;
}

/* PDF Button */
.tour-intro-pdf-button {
    position: absolute;
    left: 10px;
    bottom: 16px;
    z-index: 5;
    background: #fff;
    border-radius: 0 50px 50px 0;
    padding: 10px;
}

/* Smaller Image */
.tour-intro-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.tour-intro-image img {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.tour-intro-box:hover .tour-intro-image img {
    transform: scale(1.03);
}

/* Intro Content */
.tour-intro-content {
    flex: 1;
}

.tour-intro-label {
    display: inline-block;
    padding: 7px 15px;
    margin-bottom: 15px;
    background: #fff1f1;
    color: #ed3237;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
}

.tour-intro-content h3 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.tour-intro-content h3 span {
    color: #ed3237;
}

.tour-intro-content p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
}


/* Highlights */
.tour-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tour-highlights div {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    background: #f8f8f8;
    border-radius: 8px;
    font-size: 13px;
    color: #555;
}

.tour-highlights i {
    color: #ed3237;
}

/* =============================== ITINERARY =============================== */
.char-dham-tour-itinerary-cards .tour-itinerary-card .tour-day-content p {
    margin-bottom: 10px;
}
.char-dham-tour-itinerary-cards .tour-itinerary-card .tour-day-content p:last-child {
    margin-bottom: 0;
}

.tour-itinerary-wrapper {
    max-width: 1000px;
    margin: 70px auto 0;
}

/* Heading */
.tour-itinerary-heading {
    text-align: center;
    margin-bottom: 30px;
}

/* Cards */
.tour-itinerary-cards {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.tour-itinerary-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 30px;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: all 0.4s ease;
}

/* Left line */
.tour-itinerary-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(
        to bottom,
        #ed3237,
        #3e4095
    );
}

.tour-itinerary-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(62, 64, 149, 0.12);
}

/* Day Number */
.tour-day-badge {
    width: 75px;
    height: 75px;
    min-width: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #3e4095;
    color: #fff;
    border-radius: 15px;
    transition: all 0.4s ease;
}

.tour-itinerary-card:hover .tour-day-badge {
    background: #ed3237;
    transform: scale(1.05);
}

.tour-day-badge small {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
}

.tour-day-badge strong {
    font-size: 28px;
    line-height: 1;
}

/* Content */
.tour-day-content {
    flex: 1;
}

.tour-day-content p {
    margin: 0;
    /*color: #666;*/
    font-size: 16px;
    line-height: 1.8;
}


/************************************/
/***     Visa Service Page Css    ***/
/************************************/
.visa-service-page {
    padding: 80px 0;
}

.tours-details__list li div {
    width: 10px;
    height: 10px;
    background-color: var(--main-body-base);
    border-radius: 50%;
    flex-shrink: 0; 
}

.visa-service-title {
    margin: 25px 0;
}

.visa-service-details__list {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.visa-service-details__list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 12px;
}

.visa-service-details__list li i {
    font-size: 16px;
    color: var(--main-body-base);
}

.visa-service-details__image {    
    border-radius: 12px;
    border: 1px dashed var(--main-body-base);
    padding: 10px;
}

.visa-sec-title__title {
    margin-bottom: 20px;
}


/************************************/
/***  Passport Service Page Css   ***/
/************************************/
.passport-row {
    align-items: center;
}

.passport-sec-title__title {
    margin-bottom: 25px;
}

.passport-service-details__list li i {
    font-size: 10px;
}


/************************************/
/***     Bike Rental Page Css    ***/
/************************************/
.bike-fleet-section-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.bike-fleet-section {
    position: relative;
    z-index: 1;
    background: #FFEDE5;
    border-radius: 20px;
}

.bike-fleet-section img {
    display: block;
    width: 100%;
    height: auto;
}

.blog-three__item__title {
    justify-self: center;
}


/************************************/
/***       Car Hire Page Css      ***/
/************************************/
.car-fleet-item.selected-car, .luxury-car-fleet-item.selected-car {
    position: relative;
    overflow: hidden;
}

/* Glass Shine */
.car-fleet-item.selected-car::after, .luxury-car-fleet-item.selected-car::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 30%,
        rgba(255, 255, 255, 0.7) 50%,
        rgba(255, 255, 255, 0.1) 70%,
        transparent 100%
    );
    transform: skewX(-20deg);
    animation: glassShine 1.8s ease-in-out 2;
    pointer-events: none;
    z-index: 999;
}

/* Glass Shine */
.luxury-car-fleet-item.selected-car::after {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.03) 30%,
        rgba(255, 255, 255, 0.18) 50%,
        rgba(255, 255, 255, 0.03) 70%,
        transparent 100%
    );
}

@keyframes glassShine {
    0% {
        left: -120%;
    }

    100% {
        left: 150%;
    }
}



.car-fleet-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: #f7f7fc;
}

/* ==================== BACKGROUND ANIMATION ==================== */
.fleet-bg-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.fleet-shape-1 {
    width: 400px;
    height: 400px;
    background: rgba(65, 67, 154, 0.06);
    top: -200px;
    left: -150px;
    animation: fleetFloat 8s ease-in-out infinite;
}

.fleet-shape-2 {
    width: 350px;
    height: 350px;
    background: rgba(169, 47, 50, 0.06);
    right: -150px;
    bottom: -150px;
    animation: fleetFloat 10s ease-in-out infinite reverse;
}

@keyframes fleetFloat {
    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(30px, -30px);
    }
}

/* ==================== HEADING ==================== */
.fleet-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
}

.fleet-subtitle {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #ed3237;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.fleet-heading h2 {
    font-size: 48px;
    font-weight: 800;
    color: #222;
    margin-bottom: 15px;
}

.fleet-heading h2 span {
    color: #ed3237;
}

.fleet-heading p {
    max-width: 650px;
    margin: auto;
    color: #777;
    line-height: 1.8;
}

/* ==================== CARD ==================== */
.fleet-card {
    height: 100%;
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.07);
    transition: all 0.5s ease;
}

.fleet-card:hover {
    /*transform: translateY(-12px);*/
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.14);
}

/* ==================== IMAGE ==================== */
.fleet-image {
    position: relative;
    height: 150px;
    overflow: hidden;
    /*background: #eee;*/
    background: #fff;
}

.fleet-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.7s ease;
    padding: 15px 0 0;
}

/*.fleet-card:hover .fleet-image img {
    transform: scale(1.08);
}*/

/*.fleet-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent 60%);
}*/

/* ==================== BADGE ==================== */
.fleet-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    padding: 8px 14px;
    border-radius: 50px;
    background: #ed3237;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(228, 164, 0, 0.3);
}

/* ==================== CONTENT ==================== */
.fleet-content {
    padding: 20px;
}

/* ==================== TITLE ==================== */
.fleet-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fleet-title-row h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 800;
    color: #25264f;
}

.fleet-type {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 13px;
}

.fleet-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff6f6;
    color: #ed3237;
    font-size: 17px;
    transition: all 0.4s ease;
}

.fleet-card:hover .fleet-icon {
    background: #ed3237;
    color: #fff;
    transform: rotate(10deg);
}

/* ==================== FEATURES ==================== */
.fleet-features {
    display: flex;
    gap: 8px;
    margin: 9px 0 10px;
}

.fleet-features div {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 9px 5px;
    border-radius: 8px;
    background: #f8f8f8;
    color: #666;
    font-size: 13px;
}

.fleet-features i {
    color: #ed3237;
}

/* ==================== PRICE BOX ==================== */
.fleet-price-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 18px;
    margin-bottom: 20px;
    border-radius: 12px;
    background: linear-gradient(
        135deg,
        #fff8e4,
        #fffdf7
    );
    border: 1px solid #f5e4b2;
}

.fleet-price-box small {
    display: block;
    color: #777;
    font-size: 12px;
    margin-bottom: 3px;
}

.fleet-price-box strong {
    display: block;
    color: #ed3237;
    font-size: 20px;
}

.price-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ed3237;
    color: #fff;
    border-radius: 50%;
    animation: phonePulse 2s infinite;
}

@keyframes phonePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(228, 164, 0, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(228, 164, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(228, 164, 0, 0);
    }
}

/* ==================== FARE DETAILS ==================== */
.fare-details {
    padding: 5px 16px 10px;
    border-radius: 14px;
    background: #fafafa;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.fare-title {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 12px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e9e9e9;
    color: #222;
    font-size: 14px;
    font-weight: 800;
}

.fare-title i {
    color: #ed3237;
}

/* ==================== FARE ROW ==================== */
.fare-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 7px 0;
    border-bottom: 1px dashed #e5e5e5;
    font-size: 13px;
}

.fare-label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
}

.fare-label i {
    width: 18px;
    color: #ed3237;
    text-align: center;
}

.fare-row strong {
    color: #333;
    font-size: 12px;
    text-align: right;
}

.fare-row .call-rate {
    color: #ed3237;
}

/* ==================== FARE NOTE ==================== */
.fare-note {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 3px 0 3px 26px;
    color: #999;
    font-size: 10px;
    font-style: italic;
}

.fare-note i {
    color: #ed3237;
}

/* ==================== BUTTONS ==================== */
.fleet-buttons {
    display: flex;
    gap: 10px;
}

.fleet-call-btn {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 10px;
    border-radius: 50px;
    background: #3e4095;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.fleet-call-btn:hover {
    background: #ed3237;
    color: #fff;
    transform: translateY(-2px);
}

.fleet-whatsapp-btn {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.fleet-whatsapp-btn:hover {
    color: #fff;
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
}

@media (max-width: 991px) {
    .fleet-heading h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .car-fleet-section {
        padding: 70px 0;
    }

    .fleet-heading h2 {
        font-size: 34px;
    }

    .fleet-image {
        height: 220px;
    }
}

@media (max-width: 400px) {
    .fleet-features {
        flex-direction: column;
    }

    .fleet-features div {
        justify-content: flex-start;
        padding-left: 15px;
    }
}



/* ==================== LUXURY CAR HIRE SECTION ==================== */
.luxury-car-hire-section {
    position: relative;
    overflow: hidden;
    padding: 60px 0 80px;
    background: #16172f;
    color: #fff;
}

/* Decorative Glow */
.luxury-glow {
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    filter: blur(100px);
    opacity: .12;
    pointer-events: none;
}

.luxury-glow-one {
    top: -200px;
    left: -150px;
    background: #ed3237;
}

.luxury-glow-two {
    bottom: -250px;
    right: -150px;
    background: #ed3237;
}

/* ==================== HEADING ==================== */
.luxury-section-heading {
    position: relative;
    z-index: 2;
    max-width: 750px;
    margin: 0 auto 65px;
}

.luxury-section-heading .sec-title__title, .luxury-section-heading .sec-title__title span {
    color: #fff;
}

.luxury-section-heading .sec-title__title span::before {
    background: #aa5e61;
}

.luxury-tagline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    color: #ed3237;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.luxury-section-heading h2 {
    margin: 0;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}

.luxury-section-heading h2 span {
    color: #ed3237;
}

.luxury-section-heading p {
    max-width: 600px;
    margin: 18px auto 0;
    color: rgba(255,255,255,.65);
    font-size: 16px;
    line-height: 1.8;
}

/* ==================== FLEET GRID ==================== */
.luxury-fleet-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* ==================== LUXURY CARD ==================== */
.luxury-car-card {
    position: relative;
    overflow: hidden;
    min-height: 345px;
    display: flex;
    align-items: flex-end;
    /*background: #1a1a1a;*/
    background: transparent;
    border: 1px solid rgb(127 127 127 / 20%);
    box-shadow: 0px 0 15px 0px #ffffff12;
    border-radius: 5px;
    transition: all .5s ease;
}

.luxury-car-card:hover {
    transform: translateY(-10px);
    border-color: rgb(237 50 55 / 35%);
    box-shadow: 0 25px 60px rgba(0,0,0,.4);
}

/* Number */
.luxury-car-number {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 3;
    color: rgb(125 125 125 / 46%);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
}

/* ==================== CAR IMAGE ==================== */
.luxury-car-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 58%;
    overflow: hidden;
    padding-top: 20px;
}

/*.luxury-car-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(17,17,17,0) 40%, #1a1a1a 100%);
}*/

.luxury-car-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .7s ease;
}

.luxury-car-card:hover .luxury-car-image img {
    transform: scale(1.07);
}

/* ==================== CONTENT ==================== */
.luxury-car-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 35px;
    padding-top: 210px;
}

.luxury-car-category {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #ed3237;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.luxury-car-content h3 {
    margin: 10px 0 10px;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

.luxury-car-content p {
    max-width: 550px;
    margin: 0 0 25px;
    color: rgba(255,255,255,.6);
    font-size: 14px;
    line-height: 1.7;
}

/* ==================== BOTTOM ==================== */
.luxury-car-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.1);
}

.luxury-car-service {
    color: rgba(255,255,255,.7);
    font-size: 14px;
}

.luxury-car-service i {
    margin-right: 6px;
    color: #ed3237;
}

/* ==================== BUTTON ==================== */
.luxury-book-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ed3237;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
}

.luxury-book-btn i {
    transition: transform .3s ease;
}

.luxury-book-btn:hover {
    color: #fff;
}

.luxury-book-btn:hover i {
    transform: translateX(5px);
}

@media (max-width: 991px) {

    .luxury-car-hire-section {
        padding: 80px 0;
    }

    .luxury-section-heading h2 {
        font-size: 42px;
    }

    .luxury-fleet-grid {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 575px) {

    .luxury-car-hire-section {
        padding: 60px 15px;
    }

    .luxury-section-heading {
        margin-bottom: 40px;
    }

    .luxury-section-heading h2 {
        font-size: 34px;
    }

    .luxury-car-card {
        min-height: 388px;
    }

    .luxury-car-content {
        padding: 25px;
        padding-top: 220px;
    }

    .luxury-car-content h3 {
        font-size: 23px;
    }

    .luxury-car-bottom {
        align-items: flex-start;
        flex-direction: row;
    }

}



/************************************/
/***      Book Now Page Css       ***/
/************************************/
.book-now-section {
    padding: 80px 0;
}

.car-booking-form {
    position: relative;
    /*max-width: 900px;*/
    margin: 0 auto;
    padding: 40px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

/* Top Decorative Line */
.car-booking-form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #ed3237, #ef4a4f, #ed3237);
}

/* ==================== HEADING ==================== */
.booking-form-heading {
    text-align: center;
    margin-bottom: 30px;
}

.booking-form-heading p {
    margin: 0;
    color: #777;
    font-size: 14px;
    letter-spacing: 0.5px;
}

/* ==================== FORM ROW ==================== */
.booking-form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* ==================== INPUT GROUP ==================== */
.booking-input-group {
    margin-bottom: 20px;
}

.booking-input-group label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-size: 13px;
    font-weight: 600;
}

/* ==================== INPUT ==================== */
.booking-input {
    position: relative;
}

.booking-input i {
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 2;
    color: #ed3237;
    font-size: 14px;
    transform: translateY(-50%);
}

.booking-input input,
.booking-input select,
.booking-input textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    outline: none;
    color: #333;
    background: #fafafa;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.booking-input input,
.booking-input select {
    height: 52px;
    padding: 0 15px 0 45px;
}

.booking-input textarea {
    min-height: 110px;
    padding: 15px 15px 15px 45px;
    resize: vertical;
}

.booking-input input::placeholder,
.booking-input textarea::placeholder {
    color: #aaa;
}

/* ==================== FOCUS EFFECT ==================== */
.booking-input input:focus,
.booking-input select:focus,
.booking-input textarea:focus {
    background: #fff;
    border-color: #ed3237;
    box-shadow: 0 0 0 3px rgba(241, 90, 36, 0.08);
}

/* ==================== TEXTAREA ICON ==================== */
.booking-textarea i {
    top: 18px;
    transform: none;
}

/* ==================== BOOK NOW BUTTON ==================== */
.book-now-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.book-now-whatsapp a {
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 24px;
    background: #25d366;
    color: #fff;
    align-content: center;
    border-radius: 50px;
}
.book-now-whatsapp a:hover {
    transform: translateY(-3px);
}

.booking-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 5px;
    border: none;
    border-radius: 10px;
    color: #fff;
    background: #ed3237;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s ease;
    padding: 8px 25px;
}

.booking-submit-btn i {
    transition: transform 0.3s ease;
}

.booking-submit-btn:hover {
    background: #222;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.booking-submit-btn:hover i {
    transform: translateX(5px);
}

@media (max-width: 767px) {

    .car-booking-form {
        padding: 30px 20px;
        border-radius: 15px;
    }

    .booking-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .booking-form-heading h3 {
        font-size: 26px;
    }

}

@media (max-width: 480px) {

    .car-booking-form {
        padding: 25px 15px;
    }

    .booking-form-heading h3 {
        font-size: 23px;
    }

}



/************************************/
/***      Book Now Button Css     ***/
/************************************/
/* =========================================
   MOBILE ONLY - FLOATING BOOK NOW BUTTON
========================================= */

.mobile-book-now {
    display: none;
}

/* Hide Book Now button while preloader is active */
.mobile-book-now {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.4s ease;
}

/* Show Book Now button after preloader is removed */
body.preloader-loaded .mobile-book-now {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Show only on mobile */
@media (max-width: 767px) {
    .mobile-book-now {
        display: flex;
        position: fixed;
        height: 50px;
        width: 50px;
        bottom: 20px;
        left: 13%;
        transform: translateX(-50%);
        align-items: center;
        justify-content: center;
        gap: 8px;
        background: #ed3237;
        color: #fff;
        padding: 12px 25px;
        /*min-width: 150px;*/
        border-radius: 50px;
        font-size: 15px;
        font-weight: 600;
        text-decoration: none;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
        z-index: 9999;
        animation: bookNowFloat 2s ease-in-out infinite;
    }

    .mobile-book-now i {
        font-size: 17px;
    }

    .mobile-book-now:hover {
        color: #fff;
        transform: translateX(-50%) translateY(-3px);
    }
}

/* Floating Animation */
@keyframes bookNowFloat {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
    }

    50% {
        transform: translateX(-50%) translateY(-6px);
    }
}



/************************************/
/***          Footer Css          ***/
/************************************/
.footer-service-section {
    margin-top: 53px;
}

.footer-widget--links-two {
    margin-left: 0;
}

.footer-quick-links-section {
    margin-left: 30px;
}

.footer-address-section li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
    line-height: 27px;
    margin-bottom: 10px;
}

/*.footer-widget__links li a i {
    font-weight: 400;
}*/

.main-footer {
    position: relative;
    background: url(../images/footer-bg.png) center center / cover no-repeat;
    z-index: 1;
    padding: 70px 0 0;
}

.main-footer::before{
    content: "";
    position: absolute;
    inset: 0;
    background: #000000c9;
    /*background: #0f172ade;*/
    z-index: -1;
}

.main-footer__social a i {
    font-size: 20px;
}

.footer-widget__text {
    color: #cbd5e1;
    margin: 25px 0;
    line-height: 30px;
}

.footer-widget__title {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    margin-bottom: 40px;
    position: relative;
    font-size: 26px;
    font-weight: 700;
}

.footer-widget__title::after {
    content: "";
    position: absolute;
    left: 52px;
    bottom: -10px;
    width: 45px;
    height: 3px;
    background: #ed3237;
    border-radius: 10px;
}

.title-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #ed3237;
    border-radius: 12px;
    transform: rotate(45deg);
    flex-shrink: 0;
}

.title-icon i {
    color: #fff;
    font-size: 19px;
    transform: rotate(-45deg);
}

.footer-logo-box {
    position: relative;
    display: inline-flex;
    padding: 22px 30px;
    background: linear-gradient(135deg,#fff,#f7f8ff);
    border-radius: 22px;
    box-shadow:
    0 25px 50px rgba(0,0,0,.2),
    0 0 0 6px rgba(255,255,255,.05);
}

.footer-logo-box:before {
    content: "";
    position: absolute;
    inset: -8px;
    border: 2px dashed rgb(255 255 255 / 25%);
    border-radius: 28px;
}

.footer-logo-box img {
    width: 200px;
    position: relative;
    z-index: 2;
}

.footer-address-section li {
    margin-bottom: 30px;
}

.footer-address-section li i {
    /* width: 45px; */
    /* height: 45px; */
    /* background: #ed3237; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ed3237;
    flex-shrink: 0;
    font-size: 20px;
}

.footer-address-section .footer-address-section-center {
    align-items: center;
}

.footer-address-section li a:hover {
    background-size: 0;
}

.footer-widget__links li a i {
    color: #ed3237;
}

.main-footer__social {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
}

.main-footer__social a {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.08);
    color: #fff;
    font-size: 18px;
    transition: .4s ease;
    position: relative;
    overflow: hidden;
}

.main-footer__social a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    background: #ed3237;
    transition: .4s;
    z-index: 0;
}

.main-footer__copyright {
    font-weight: 400;
}

.main-footer__copyright a {
    font-weight: 700;
    font-size: 17px;
}

.main-footer__copyright a:hover {
    color: #3e4095;
}


/************************************/
/***        Responsive Css        ***/
/************************************/

@media (max-width: 1199px) {
/* ==================== HOME BANNER SECTION ==================== */
    .hero-slide {
        height: 550px;
    }

    .hero-content {
        max-width: 700px;
    }

    .hero-content h1 {
        font-size: 48px;
    }

/* ==================== VINTAGE CARS PAGE ==================== */
    .vintage-feature-content {
        padding: 50px 40px;
    }

    .vintage-content-inner h3 {
        font-size: 38px;
    }

    .vintage-content-inner p {
        font-size: 14px;
        line-height: 1.75;
    }
}



@media (max-width: 991px) {
/* ==================== HOME BANNER SECTION ==================== */
    .hero-slide {
        height: 600px;
        background-position: center;
    }

    .hero-slide .overlay {
        background: linear-gradient( 90deg, rgba(5,12,25,.85), rgba(5,12,25,.55));
    }

    .hero-content {
        max-width: 650px;
        padding: 20px;
    }

    .hero-content h1 {
        font-size: 42px;
        line-height: 1.15;
    }

    .hero-content p {
        font-size: 16px;
        line-height: 1.7;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 45px;
        height: 45px;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 14px;
    }

    .swiper-button-prev {
        left: 15px;
    }

    .swiper-button-next {
        right: 15px;
    }

    .swiper-pagination {
        display: block;
        bottom: 20px !important;
    }

/* ==================== BUS HIRE PAGE ==================== */
    .journey-route-box:hover {
        transform: none;
    }

    .journey-booking-card:hover {
        transform: none;
    }

    .journey-route-box {
        flex-direction: column;
        gap: 25px;
    }

    .journey-location,
    .journey-to {
        width: 100%;
        justify-content: flex-start;
        text-align: left;
    }

    .route-track {
        width: 100%;
        flex: none;
        margin: 0;
        height: 50px;
    }

    .journey-booking-card {
        grid-template-columns: 1fr;
    }

    .booking-intro {
        padding: 40px;
    }

/* ==================== CONTACT PAGE ==================== */
    .contact-travel-section {
        padding: 70px 0;
    }

    .contact-section-heading h2 {
        font-size: 36px;
    }

    .contact-info-area {
        min-height: auto;
    }

/* ==================== VINTAGE CARS PAGE ==================== */
    .vintage-feature-box {
        grid-template-columns: 1fr;
    }

    .vintage-feature-image {
        min-height: 450px;
    }

    .vintage-feature-content {
        padding: 50px 35px;
    }

/* ==================== AIRPORT RAILWAY PICK & DROP PAGE ==================== */
    .railway-transfer-section {
        padding: 70px 0;
    }

    .railway-heading h2 {
        font-size: 36px;
    }

    .railway-route {
        gap: 20px;
    }

    .railway-stop {
        min-width: auto;
    }

    .railway-benefits {
        grid-template-columns: 1fr;
    }

    .airport-transfer-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .airport-transfer-content h2 {
        font-size: 36px;
    }

/* ==================== TOUR PACKAGES PAGE ==================== */
    .tour-itinerary-wrapper {
        margin-top: 50px;
    }

    .tour-itinerary-heading .sec-title__title {
        font-size: 36px;
    }

    .tour-itinerary-card {
        padding: 25px;
    }
    .tour-intro-box {
        gap: 30px;
    }

    .tour-intro-image {
        width: 40%;
        height: 300px;
    }

    .tour-intro-box {
        max-width: 90%;
        padding: 18px;
        border-radius: 20px;
    }

    .tour-intro-image img {
        height: 350px;
    }

    .tour-intro-button {
        right: 18px;
        bottom: 18px;
    }

/* ==================== AIR RAILWAY TICKET BOOKING PAGE ==================== */
    .ticket-hero-content h1 {
        font-size: 45px;
    }

    .ticket-hero-visual {
        margin-top: 60px;
    }

    .preferred-seat-box {
        flex-direction: column;
        gap: 50px;
    }

    .preferred-seat-content {
        width: 100%;
    }

    .preferred-seat-visual {
        width: 100%;
    }

    .ticket-enquiry-content {
        margin-bottom: 50px;
    }
}



@media (max-width: 575px) {
/* ==================== HOME BANNER SECTION ==================== */
    .hero-slide {
        height: 490px;
        min-height: 490px;
    }

    .hero-slide .overlay {
        background: linear-gradient(90deg, rgba(5,12,25,.88), rgba(5,12,25,.65));
    }

    .hero-content {
        padding: 20px 15px;
    }

    .swiper-slide .hero-content .hero-one__sub-title {
        font-size: 13px;
        letter-spacing: 1px;
        margin-bottom: 18px;
    }

    .hero-one__sub-title::before {
        width: 30px;
        height: 2px;
    }

    .hero-content h1 {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 18px;
        margin-top: 10px;
    }

    .hero-content p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 25px;
        text-align: justify;
    }

    .hero-btns {
        gap: 10px;
    }

    .theme-btn,
    .theme-btn-outline {
        min-width: 145px;
        height: 48px;
        padding: 0 18px;
        font-size: 14px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

/* ==================== BUS HIRE PAGE ==================== */
    .journey-bg-1, .journey-bg-2 {
        animation-duration: 15s;
    }

    .moving-bus {
        animation: busTravel 5s ease-in-out infinite, busFloat 1.5s ease-in-out infinite;
    }

    .journey-submit:active {
        transform: scale(0.98);
    }

    .journey-heading h2 {
        font-size: 40px;
    }

    .journey-heading p {
        font-size: 14px;
    }

    .journey-location h4 {
        font-size: 16px;
    }

    .booking-intro {
        padding: 35px 25px;
    }

    .booking-intro h3 {
        font-size: 30px;
    }

    .journey-form-area {
        padding: 25px 20px;
    }

/* ==================== CONTACT PAGE ==================== */
    .contact-travel-section {
        padding: 55px 0;
    }

    .contact-section-heading h2 {
        font-size: 27px;
    }

    .contact-tagline {
        font-size: 12px;
    }

    .contact-info-area, .contact-form-area {
        padding: 35px 20px;
    }

/* ==================== VINTAGE CARS PAGE ==================== */
    .vintage-cars-section {
        padding: 60px 0;
    }

    .vintage-feature-box {
        border-radius: 18px;
    }

    .vintage-feature-image {
        min-height: 320px;
    }

    .vintage-feature-content {
        padding: 40px 25px;
    }

    .vintage-content-inner h3 {
        font-size: 30px;
    }

    .vintage-content-inner p {
        font-size: 14px;
        line-height: 1.7;
    }

    .vintage-image-caption {
        left: 20px;
        bottom: 20px;
    }
}



@media (max-width: 480px) {
/* ==================== ABOUT PAGE ==================== */
    .about-modern-heading {
        align-items: flex-start;
    }

    .about-modern-number {
        width: 45px;
        height: 45px;
    }

    .about-modern-moto {
        padding: 20px;
    }

/* ==================== TOUR PACKAGE PAGE ==================== */
    .tour-intro-box {
        padding: 8px;
        border-radius: 15px;
    }

    .tour-intro-image {
        border-radius: 12px;
    }

    .tour-intro-image img {
        height: 220px;
    }

    .tour-intro-button {
        right: 8px;
        bottom: 8px;
    }

    .tour-itinerary-heading .sec-title__title {
        font-size: 27px;
    }

    .tour-itinerary-card {
        gap: 15px;
        padding: 20px 15px;
    }

    .tour-day-badge {
        width: 52px;
        min-width: 52px;
        height: 52px;
    }

    .tour-day-badge small {
        font-size: 9px;
    }

    .tour-day-badge strong {
        font-size: 20px;
    }

    .tour-day-content p {
        font-size: 14px;
    }

    .tour-card-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}



@media (max-width: 768px) {

/* ==================== COMMON CSS ==================== */
    .sec-title__title {
        font-size: 32px;
    }
    .custom-cursor__cursor, .custom-cursor__cursor-two {
        display: none;
    }
    .sec-title__tagline img {
        width: 23px;
        height: 35px;
    }

    .sec-title__title span::before {
        display: none;
    }


/* ==================== HEADER CSS ==================== */
    .main-header__btn {
        display: none !important;
    }
    .main-header__nav {
        display: none;
    }
    .main-menu__list > li.active > a {
        background: transparent;
        color: var(--main-body-black) !important;
    }
    .mobile-nav__content {
        width: 330px;
        background-color: #fff6f6;
    }
    .mobile-nav__content .main-menu__list li:not(:last-child) {
        border-bottom: 1px solid rgb(0 0 0 / 10%);
    }
    .main-menu__list>li>a::after {
        bottom: 0px;
    }
    .header-dropdown-icon {
        display: none !important;
    }
    .mobile-nav__content .main-menu__list li > a {
        gap: 10px;
    }
    .header-dropdown {
        flex-direction: column;
        align-items: flex-start;
    }
    .header-dropdown ul {
        border-radius: 0; 
        box-shadow: none; 
    }
    .mobile-nav__content .main-menu__list li > a {
        font-size: 16px;
        text-transform: capitalize;
        color: var(--main-body-black);
    }
    .mobile-nav__contact li,
    .mobile-nav__social a {
        color: var(--main-body-black);
    }
    .mobile-nav__social a {
        font-size: 20px;
    }
    /*.mobile-nav__content {
        padding-bottom: 50px;
    }*/

/* ==================== BREADCRUMB CSS ==================== */
    .page-header__title {
        font-size: 34px;
    }
    .main-body-breadcrumb li {
        font-size: 15px;
    }
    .page-header {
        padding-top: 50px;
        padding-bottom: 50px;
    }

/* ==================== HOME BANNER CSS ==================== */
    .swiper-slide .hero-content .hero-one__sub-title {
        text-align: center;
        font-size: 18px;
        margin-bottom: 0;
    }

/* ==================== HOME ABOUT SECTION CSS ==================== */
    .why-choose-one__box-main-div {
        flex-direction: column;
    }
    .why-choose-one__bg {
        background-size: 57%;
        background-position: 90% 99%;
    }
    .why-choose-one__image__two {
        display: block;
        right: -45px;
    }
    .why-choose-one__image {
        width: 90%;
    }
    .why-choose-one__rm {
        display: flex;
        width: 140px;
        height: 140px;
        bottom: -55px;
    }

/* ==================== HOME CAR HIRE SECTION CSS ==================== */
    .car-image {
        height: 360px;
    }

    .car-info h3 {
        font-size: 24px;
    }

    .car-meta span {
        font-size: 13px;
    }
    .car-meta {
        gap: 6px;
    }
    .whatsapp-btn {
        width: 45px;
        height: 45px;
    }
    .whatsapp-btn i {
        font-size: 19px;
    }

/* ==================== HOME BUS HIRE SECTION CSS ==================== */
    .best-feature__image__item-two {
        display: contents;
        top: 0;
    }
    .best-feature {
        /*background: #212121;*/
        background: linear-gradient(120deg, #16172f 0%, #303069 55%, #030309 100%);
    }
    .best-feature .sec-title .sec-title__title {
        color: var(--main-body-gray);
    }
    .mobile-home-bus-box-1 {
        margin-bottom: 20px;
    }

/* ==================== HOME VINTAGE CAR SECTION CSS ==================== */
    .hero-one__content {
        width: 100%;
    }
    .home-vintage-car-p {
        text-align: justify;
    }
    .home-vintage-car-hero-one {
        padding: 70px 0 70px;
    }

/* ==================== HOME WHY CHOOSE US SECTION CSS ==================== */
    .why-content .sec-title__title {
        font-size: 32px;
    }
    .why-list li {
        margin-bottom: 5px;
    }
    .horizontal {
        align-items: flex-start;
        flex-direction: column;
    }

/* ==================== HOME SERVICES SECTION CSS ==================== */
    .bento-grid{
        grid-template-columns:1fr;
        grid-template-rows:auto;
        gap:20px;
    }
    .service-large {
        height: 370px;
    }
    .overlay {
        padding: 50px 30px;
    }
    .overlay h3 {
        font-size: 28px;
    }

/* ==================== HOME PACKAGES SECTION CSS ==================== */
    .package-content h3{
        font-size:24px;
    }
    .package-info{
        flex-direction:column;
    }
    .package-price{
        font-size:28px;
    }

/* ==================== CONTACT PAGE CSS ==================== */
    .contact-section-heading {
        margin-bottom: 35px;
    }
    .contact-section-heading h2 {
        font-size: 30px;
    }
    .contact-section-heading p {
        font-size: 14px;
    }
    .contact-info-area,
    .contact-form-area {

        padding: 40px 25px;
    }
    .contact-info-content h3 {
        font-size: 29px;
    }
    .contact-form-heading h3 {
        font-size: 25px;
    }
    .contact-info-item small {
        color: rgb(255 255 255 / 61%);
        font-size: 15px;
    }
    .contact-map iframe {
        height: 350px;
    }

/* ==================== ABOUT PAGE CSS ==================== */
    .about-modern-intro {
        padding-left: 0;
    }

    .about-modern-intro .blog-details__text {
        line-height: 150%;
        margin-bottom: 10px;
    }

    .about-modern-services,
    .about-modern-strengths {
        grid-template-columns: 1fr;
    }

    .about-modern-heading h4 {
        font-size: 21px;
    }

    .about-modern-section {
        margin-top: 40px;
    }

    .about-modern-final {
        padding: 25px 20px;
    }

    .about-three__image__item-one,
    .about-three__image__item-two {
        display: block;
    }

    .about-three__image__item-two {
        right: -20px;
    }

    .about-three__image__item-one {
        left: -20px;
    }

    .about-section-title {
        padding-bottom: 0px;
    }

    .about-modern-heading p {
        font-size: 16px;
    }

/* ==================== BUS HIRE BOOKING PAGE CSS ==================== */
    .bus-hire-booking-p1 {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .about-two__feature__item {
        line-height: 22px;
    }

/* ==================== VINTAGE CARS PAGE CSS ==================== */
    .vintage-feature-overlay {
        z-index: 1;
    }
    .vintage-feature-image img {
        z-index: 1;
        position: relative;
    }
    .vintage-content-inner p {
        font-size: 16px;
        line-height: 1.7;
    }

/* ==================== AIR RAILWAY TICKET BOOKING PAGE CSS ==================== */
    .ticket-hero-visual {
        margin-top: 15px;
    }
    .ticket-plane {
        top: 40px;
    }
    .ticket-hero-section, .preferred-seat-section, .ticket-enquiry-section {
        padding: 40px 0 15px;
    }

    .ticket-hero-content h1 {
        font-size: 34px;
    }

    .ticket-hero-content p {
        font-size: 16px;
        letter-spacing: 0.5px;
    }

    .ticket-main-card {
        padding: 25px;
    }

    .ticket-route {
        margin: 40px 0;
    }

    .ticket-service-card {
        flex-direction: column;
        padding: 30px;
    }

    .preferred-seat-content h3,
    .ticket-enquiry-content h3 {
        font-size: 34px;
    }

    .preferred-seat-visual {
        height: 330px;
    }

    .seat-circle {
        width: 220px;
        height: 220px;
        font-size: 70px;
    }

    .ticket-booking-form {
        padding: 25px;
    }

    .ticket-hero-buttons .main-body-btn {
        font-size: 15px;
    }

    .ticket-call-btn {
        font-size: 16px;
    }

    .ticket-call-btn i {
        width: 38px;
        height: 38px;
    }

    .preferred-seat-points {
        gap: 15px;
        flex-direction: column;
    }

/* ==================== AIRPORT RAILWAY PICK & DROP PAGE CSS ==================== */
    .railway-transfer-section {
        padding: 60px 0;
    }

    .railway-transfer-box {
        padding: 25px 20px;
    }

    .railway-route {
        flex-direction: column;
        align-items: flex-start;
        gap: 45px;
        display: none;
    }

    .railway-benefits {
        border-top: none;
    }

    .railway-route-line {
        width: 2px;
        height: 50px;
        margin-left: 29px;
    }

    .railway-route-line span {
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .railway-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .airport-transfer-section {
        padding: 60px 0;
    }

    .airport-features {
        grid-template-columns: 1fr;
    }

    .airport-transfer-image img {
        height: 400px;
    }

    .airport-image-card {
        left: 0;
        bottom: 40px;
    }

/* ==================== TOUR PACKAGE DETAILS PAGE CSS ==================== */
    .tours-details {
        padding: 60px 0;
    }

    .tour-package-heading h3 {
        font-size: 32px;
    }

    .tour-intro-box {
        flex-direction: column;
        padding: 18px;
        gap: 25px;
        margin-bottom: 60px;
    }

    .tour-intro-image {
        width: 100%;
        height: 260px;
    }

    .tour-intro-content {
        width: 100%;
    }

    .tour-intro-content h3 {
        font-size: 26px;
    }

    .tour-highlights {
        flex-direction: column;
    }

    .tour-highlights div {
        width: 100%;
    }

    .tour-intro-box {
        max-width: 100%;
        padding: 12px;
        margin: 30px auto;
        border-radius: 18px;
    }

    .tour-intro-image {
        border-radius: 14px;
    }

    .tour-intro-image img {
        height: 260px;
    }

    .tour-intro-button {
        right: 5px;
        bottom: 0px;
    }

    .tour-intro-pdf-button {
        left: 5px;
        bottom: 0;
    }

    .tour-intro-button .main-body-btn, .tour-intro-pdf-button .main-body-btn {
        font-size: 16px;
        padding: 6px 17px;
    }

    .tour-intro-button .main-body-btn span i {
        font-size: 14px;
        padding-left: 5px;
    }

    /*.tour-intro-button .main-body-btn {
        min-width: auto;
        height: 44px;
        padding: 0 18px;
        font-size: 14px;
    }*/

    .tour-itinerary-wrapper {
        margin-top: 40px;
    }

    .tour-itinerary-heading {
        margin-bottom: 35px;
    }

    .tour-itinerary-heading .sec-title__title {
        font-size: 26px;
    }

    .tour-itinerary-card {
        gap: 18px;
        padding: 22px 18px;
        border-radius: 16px;
        flex-direction: column;
    }

    .tour-day-badge {
        width: 60px;
        min-width: 60px;
        height: 60px;
        border-radius: 12px;
    }

    .tour-day-badge strong {
        font-size: 23px;
    }

    .tour-day-content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .tour-card-footer {
        gap: 12px;
    }

/* ==================== BUS HIRE CSS ==================== */
    .journey-planner {
        padding: 80px 0;
    }

    .journey-heading {
        margin-bottom: 45px;
    }

    .journey-route-box {
        padding: 25px;
    }

    .journey-form-grid {
        grid-template-columns: 1fr;
    }

    .journey-form-area {
        padding: 30px 25px;
    }

    .form-title {
        display: block;
    }

    .form-title span {
        display: block;
        margin-top: 5px;
    }

    .journey-bg-1 {
        width: 440px;
        height: 440px;
        top: -263px;
        left: -167px;
    }

    .journey-field input, .journey-field select {
        font-size: 14px;
    }

/* ==================== CAR HIRE IN AHMEDABAD PAGE CSS ==================== */
    .luxury-car-image {
        padding: 30px;
    }

/* ==================== BIKE RENTAL PAGE CSS ==================== */
    .bike-fleet-section-main {
        grid-template-columns: repeat(1, 1fr);
    }
    .blog-three {
        padding: 25px 0px 60px;
    }
    .blog-three__item__thumb {
        justify-items: center;
    }
    .bike-fleet-section img {
        width: 70%;
    }

/* ==================== VISA SERVICE PAGE CSS ==================== */
    .visa-service-tours-details__list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

/* ==================== FOOTER CSS ==================== */
    .footer-quick-links-section {
        margin-left: 0;
    }
}