/************************************/
/***       PADDING & MARGIN       ***/
/************************************/
.justify-content-left {
    justify-content: left !important;
}
.text-align-justify {
    text-align: justify;
}
.mt-30 {
    margin-top: 30px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-160 {
    margin-top: 160px;
}
.mt-170 {
    margin-top: 170px;
}
.pt-30 {
    padding-top: 30px;
}
.fa-fa-icon {
    font-size: 19px !important;
}

.li-p-bold {
    font-weight: normal !important;
}
.p-link-12 {
    color: #38383b !important;
    font-weight: 600;
}
.p-link-12:hover {
    color: blue !important;
    font-weight: 600;
}

/************************************/
/***           HEADER             ***/
/************************************/
.main-menu .header-main-menu__list>li>ul>li>a::before {
    right: -12px !important;
}
/************************************/
/***         HOME BANNER          ***/
/************************************/
.main-slider__sub-title {
    font-size: 22px !important;
        margin-bottom: 22px;
}
.main-slider__title {
    font-size: 50px !important;
}
.main-slider__sub-title-two {
    font-size: 18px !important;
    text-transform: none !important;
    font-weight: 500 !important;
}
.main-slider .item {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 550px;
    align-content: center;
}
.main-slider__content {
    width: 65%;
}
@media only screen and (max-width: 767px) {
    .main-slider .item {
        height: 250px;
    }
    .main-slider__sub-title {
        font-size: 16px !important;
    }
    .main-slider__title {
        font-size: 23px !important;
    }
    .main-slider__sub-title-two {
        font-size: 14px !important;
    }
    .main-slider__content {
        width: 100%;
    }
    .main-slider .owl-theme .owl-dots {
        max-width: 30px !important;
        bottom: 16px !important;
    }
}

/************************************/
/***        HOME SERVICES         ***/
/************************************/
.services-button {
    text-align: center;
}
.services-one__title {
    color: var(--gorent-base);
}
.services-one__single:hover .services-one__title {
    color: var(--gorent-black);
}
.services-one__single {
    height: 400px;
}
.home-services-one {
    padding: 120px 0 0 !important;
}

/************************************/
/***      HOME WHY CHOOSE US      ***/
/************************************/
.why-choose-one__btn-box {
    bottom: 0px !important;
}
.count-text::after {
  content: "+";
  margin-left: 2px;
}
/*.section-title__title {
    font-size: 40px !important;
}*/
.about-three__count-text {
    font-size: 15px !important;
}

/************************************/
/***       HOME CAR SLIDER        ***/
/************************************/
.listing-one__img {
    box-shadow: 0px -10px 60px 0px rgb(0 0 0 / 7%);
}
.listing-one__img::before {
     z-index: 0 !important; 
}
.listing-one__meta li {
    flex: 0 0 50% !important;
    max-width: 100% !important;
}

/************************************/
/***     HOME TEMPO TRAVELLER     ***/
/************************************/
.tempo-rent {
    /*float: right;*/
    margin-left: 136px;
}
.lets-talk__bg {
    opacity: .5 !important;
}
.tempo-lets-talk {
    background-color: var(--gorent-black) !important;
    padding: 90px 0 90px !important;
    border-radius: 20px;
    margin: 0 20px 0;
}
.tempo-lets-talk__title h2 {
    font-size: 40px;
    color: var(--gorent-base);
}
.tempo-home-1 {
    color: var(--gorent-base) !important;
}
.tempo-lets-talk__btn-2 .thm-btn {
    background-color: var(--gorent-base) !important;
    color: var(--gorent-black) !important;
}
.tempo-home-2 {
    font-size: 15px !important;
    color: var(--gorent-white) !important;
}

/************************************/
/***  HOME TEMPO TRAVELLER INDIA  ***/
/************************************/
.home-tempo-india {
    font-size: 24px;
    font-weight: 400;
    color: var(--gorent-white);
    float: left;
    line-height: 34px;
    text-align: justify;
}
.home-tempo-india-section-title {
    position: relative;
    display: block;
     margin-bottom: 0px !important; 
    z-index: 1;
}
.home-listing-one {
    padding: 90px 0 90px !important;
}
.tempo-india1 {
    align-content: center; 
}
.tempo-india-container {
    background: linear-gradient(rgb(53 53 53 / 61%), rgb(53 53 53 / 54%)), url(../images/cars/background2.webp);
    border-radius: 30px;
    padding: 30px 30px 30px 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.tempo-india-section-title__title {
    text-align: left;
    color: var(--gorent-white) !important;
}
.hero {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:12px
}
.title {
    font-size:20px;
    font-weight:600;
}
.subtitle {
    font-size:13px;
    color:#374151;
}

/* slider frame */
.slider {
    position:relative;
    overflow:hidden;
    border-radius:10px;
}
.viewport {
    display:flex;
    gap:var(--gap);
    transition:transform .6s ease;
    will-change:transform;
    padding:var(--gap);
}
.slide {
    min-width:100%;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap: 10px;;
    align-items:stretch
}
.card {
    background:var(--card-bg);
    border-radius:8px;
    box-shadow:0 6px 14px rgba(15,23,42,0.06);
    overflow:hidden;
    display:flex;
    flex-direction:column;
}
.card img {
    width:100%;
    height:auto;
    object-fit:cover;
    display:block;
}
.card .body {
    padding: 10px;
    background: white;
}

.car-title {
    font-weight:600;
    margin:0 0 6px 0;
    text-align: center;
}
.meta {
    font-size:13px;
    color:#6b7280;
}

/* controls */
.controls {
    position:absolute;
    inset:0;
    pointer-events:none;
}
.btn {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background:rgba(255,255,255,0.9);
    border-radius:999px;
    padding:8px;
    box-shadow:0 6px 12px rgba(2,6,23,0.08);
    border:none;cursor:pointer;
    pointer-events:auto;
}
.btn:active {
    transform:translateY(-50%) scale(0.98);
}
.btn.left {
    left:10px;
}
.btn.right {
    right:10px;
}

/* dots */
.dots {
    position:absolute;left:50%;
    transform:translateX(-50%);
    bottom:10px;
    display:none;
    gap:8px;
}
.dot {
    width:8px;
    height:8px;
    border-radius:50%;
    background:rgba(15,23,42,0.15);
    cursor:pointer;
}
.dot.active {
    background:var(--accent);
}

/* responsive: stack into 1 column under 600px */
@media (max-width:600px){
    .slide{
        grid-template-columns:1fr;
    }
    .card img{
        height:260px;
    }
}


/************************************/
/***      HOME TESTIMONIALS       ***/
/************************************/
.testimonial-three__carousel.owl-theme .owl-nav {
    bottom: 0px !important;
    left: -230px !important;
}
.testimonial-button {
    position: absolute;
    bottom: 0px;
    left: -440px;;
    display: flex;
    align-items: center;
    margin: 0 !important;
    z-index: 100;
}
.thm-btn-testimonial {
    padding: 6px 26px 6px !important;
}
.testimonial-item {
    height: 250px !important;
}

/************************************/
/***        HOME GALLERY          ***/
/************************************/
.gallery-one__carousel .item a {
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

.gallery-one__carousel img {
    display: block !important;
    width: 100% !important;
    height: 266px !important;
}
.gallery-one__img:before {
    z-index: 0 !important;
}

/************************************/
/***        HOME BOOKING          ***/
/************************************/
.home-booking-one__title {
    font-size: 35px !important;
    line-height: 30px !important;
}
.home-booking-one__form {
    padding: 40px 30px 40px !important;
}
.home-booking-two__left {
    margin-top: 42px !important;
}

/************************************/
/***         MARQUE CSS           ***/
/************************************/
.marquee-text a {
    color: var(--gorent-black);
}
.marquee-text a:hover {
    color: var(--gorent-base);
}
.marquee {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background: #f5f5f5; /* just for demo */
  padding: 8px 0;
}

.marquee__inner {
  display: inline-block;
  min-width: 200%;
  animation: marquee 20s linear infinite;
}

.marquee span {
  display: inline-block;
  padding-right: 2rem;
  font-size: 15px;
  font-weight: 400;
  color: #111;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/************************************/
/***    ABOUT VISION MISSION      ***/
/************************************/
.about-team-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
    z-index: 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 20px 0px 30px 40px;
}

/************************************/
/***          GALLERY             ***/
/************************************/
.gallery-team-three__img {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 250px;
}
.gallery-team-three__img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
}
.gallery-team-three__img:before {
    display: none;
}
.gallery-team-three__img::after {
    display: none;
}

/************************************/
/***           CONTACT            ***/
/************************************/
.contact-info {
    padding: 120px 0 20px !important;
}

/************************************/
/***       12 SEATER TEMPO        ***/
/************************************/
.car-listing__category {
    padding: 27px 20px 30px !important;
}
.tempo-traveller-list {
    color: var(--gorent-black);
}
.tempo-traveller-list:hover {
    color: var(--gorent-base);
}
.tempo-car-listing-page-three__right {
    position: sticky !important;
    top: 100px;
}
.listing-single__car-overview-point {
    max-width: 100% !important;
}
.listing-single__car-overview-point-left {
    max-width: 100% !important;
}
.listing-single__car-overview-point-right {
    width: 100% !important;
}
.listing-single__car-details li:hover {
    background-color: rgb(19 18 34);
}
.listing-single__car-details li:hover p,
.listing-single__car-details li:hover span {
    transition: color 0.3s ease;
    color: var(--gorent-white);
}
.listing-single__car-details li {
    width: 32%;
    justify-content: flex-start !important;
}
.tempo-listing-single__title {
    font-size: 36px !important;
    margin-bottom: 18px !important;
}
.tempo-listing-single__description {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-top: 22px !important;
    margin-bottom: 20px !important;
    border-bottom: 0px !important;
}
.tempo2-car-listing-page-three {
    padding: 0 0 120px !important;
}
.tempo1-car-listing-page-three {
    padding: 80px 0 0 !important;
}
.car-listing-page-three .listing-three__single {
    margin-bottom: 20px !important;
}
.car-listing__sidebar-title {
    font-size: 25px !important;
    padding-left: 0px !important; 
    text-align: center !important;
}
.car-listing__sidebar-title::before {
    display: none;
}

/************************************/
/***          CAR HIRE            ***/
/************************************/
.single-product-style2__info {
    align-items: flex-start !important;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: row;
}
.single-product-style2__info li {
    padding-bottom: 10px;
    width: calc(45% - 0px);
}
.single-product-style2__info-bottom {
    padding-top: 0px !important;
    margin-bottom: 15px;
}
.single-product-style2__text {
    position: relative;
    display: block;
    padding-top: 17px;
    border-bottom: 1px solid var(--gorent-bdr-color);
    padding-bottom: 15px;
}
/* OR */
.pricing-two__img {
    width: 100% !important;
}
.pricing-two__single {
    justify-content: space-around !important;
}

/************************************/
/***          BOOK NOW            ***/
/************************************/
.quantity_wrap_title span{
    font-size: 16px;
    color: #281222;
    font-weight: 400;
}
.border-none {
    border: none;
}
.form-note {
    margin-bottom: 20px;
    margin-top: -20px;
}
.form-note span {
    color: #ff0000c7;
    font-weight: 700;
}
.nice-select .option {
    line-height: 30px !important;
    min-height: 25px !important;
}
.login-one .container {
    max-width: 1320px !important;
    height: auto;
}
.book-quantity-plus {
    border: none;
    font-size: 12px;
    border-radius: 0 5px 5px 0;
    width: 44px;
    height: 54px;
}
.book-quantity-minus {
    border: none;
    font-size: 12px;
    border-radius: 5px 0 0 5px;
    width: 44px;
    height: 54px;
}
.book-quantity {
    width: 44px;
    height: 44px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #eee;
    box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .07);
}
.child-quantity-box {
    float: right;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
}
.adult-quantity-box {
    float: right;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
}
.quantity_wrap_title {
    float: left;
    line-height: 54px;
}
.quantity_wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 3px 3px 3px 20px;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
}

/************************************/
/***           FOOTER             ***/
/************************************/
.new-site-footer__bottom-inner {
    justify-content: center !important;
}

/************************************/
/***       FLOATING BUTTON        ***/
/************************************/
.floating-contact-buttons {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.contact-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    animation: pulse 2s infinite;
}
.contact-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4) !important;
}
.phone-btn:hover {
    color: #fff;
}
.whatsapp-btn:hover {
    color: #fff;
}
.whatsapp-btn {
    background-color: #25D366;
}
.phone-btn {
    background-color: #e74c3c;
}
.whatsapp-icon {
    font-size: 25px;
}
.phone-icon {
    font-size: 21px;
}

/* Glow animation */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.book-now {
    position: fixed;
    top: 55%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: linear-gradient(135deg, #131222, #131222);
    border-radius: 30px 0 0 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    width: 93px;
    height: 54px;
    transition: width 0.4s ease;
    overflow: hidden;
}
.book-now img {
    width: 70px;
    height: auto;
    margin-left: 15px;
    transition: transform 0.4s ease;
}
.book-now span {
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    font-weight: 500;
}
.book-now:hover {
    width: 180px;
}

.book-now:hover img {
    transform: rotate(360deg);
}

.book-now:hover span {
    opacity: 1;
    transform: translateX(0);
}

.floating-btn-right {
    position: fixed;
    top: 63%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: linear-gradient(135deg, #77bf0a, #77bf0a);
    border-radius: 30px 0 0 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    width: 63px;
    height: 54px;
    transition: width 0.4s ease;
    overflow: hidden;
}
.floating-btn-right img {
    width: 40px;
    height: 40px;
    margin-left: 15px;
    filter: brightness(0) invert(1);
    transition: transform 0.4s ease;
}
.floating-btn-right span {
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    font-weight: 500;
}

.floating-btn-right:hover {
    width: 180px;
}

.floating-btn-right:hover img {
    transform: rotate(360deg);
}

.floating-btn-right:hover span {
    opacity: 1;
    transform: translateX(0);
}

.hide-on-load {
    display: none;
}

/************************************/
/***       RESPONSIVE CSS         ***/
/************************************/
@media only screen and (max-width: 767px) {
    .mobile-display-none {
        display: none !important;
    }
    .home-about-one__right {
        margin-top: 70px !important;
    }
    .tempo-rent {
        /*float: right;*/
        margin-left: 8px !important;
    }
    .mobile-title-1 {
        margin-top: 50px;
    }
    .mobile-title-2 {
        margin-top: 80px;
    }
    .tempo-lets-talk {
        padding: 50px 0 50px !important;
        margin: 0 10px 0;
    }
    .tempo-india-container {
         border-radius: 0px; 
    }
    .booking-two {
        padding: 20px 0 0px !important;
    }
    .gallery-one__carousel img {
        height: 450px !important;
    }
    .about-team-one__img {
        padding: 20px 15px 30px 15px;
    }
    .page-header__inner {
        padding: 60px 0 60px !important;
    }
    .about-two {
        padding: 80px 0 0 !important;
    }
    .listing-single__car-details li {
        width: 100% !important;
    }
    .testimonial-three__client-name {
        margin-top: 28px;
    }
    .contact-info__single {
        padding: 30px 10px 30px !important;
    }
    .contact-info__single p {
        margin-top: 10px !important;
    }
    .contact-map {
        width: 100%;
        height: 240px;
    }
    .book-now img {
        width: 60px;
    }
    .book-now {
        width: 82px;
    }
    .home-tempo-india {
        font-size: 18px;
        line-height: 25px;
    }
    .home-tempo-india-section-title {
        margin-bottom: 25px !important;
    }
}
.smfont {
    font-size: 15px;
}