/********** Template CSS **********/
:root {
    --primary: #f2bd39;
    --light: #F1F8FF;
    --dark: #0F172B;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semi-bold {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}
/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
}
/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 43, .7);
    z-index: 1;
}
.carousel-item img {
    height: 600px;
}
.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}
@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .about-btn {
    display: block;
    margin: 0 !important;
}
}
.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-header-inner {
    background: rgba(15, 23, 43, .7);
}
.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
    content: none;
}
.booking {
    position: relative;
    margin-top: -100px !important;
    z-index: 1;
}
/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
}
.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--primary);
}
.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: var(--primary);
}
.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}
/*** Service ***/
.service-item {
    height: 320px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}
.service-item:hover {
    background: var(--primary);
}
.service-item .service-icon {
    margin: 0 auto 30px auto;
    width: 65px;
    height: 65px;
    transition: .5s;
}
.service-item i,
.service-item h5,
.service-item p {
    transition: .5s;
}
.service-item:hover i,
.service-item:hover h5,
.service-item:hover p {
    color: #FFFFFF !important;
}
.why-premium {
  background: #fff;
}
.section-title {
  font-weight: 700;
  color: #d4a017;
  position: relative;
}
.section-title::before,
.section-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 2px;
  background: #d4a017;
}
.section-title::before {
  left: -50px;
}
.section-title::after {
  right: -50px;
}
/* ICON STYLE */
.why-feature__icon {
  font-size: 26px;
  color: #fff;
  background: linear-gradient(135deg, #ffb300, #ff9800);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  flex-shrink: 0;
  transition: all 0.4s ease;
}
/* HOVER EFFECT */
.why-feature__icon:hover {
  background: linear-gradient(135deg, #ff9800, #ffb300);
  transform: scale(1.15) rotate(8deg);
  box-shadow: 0 6px 18px rgba(255, 152, 0, 0.4);
}
/* TEXT */
h5 {
  font-weight: 600;
  margin-bottom: 6px;
  color: #222;
  transition: color 0.3s ease;
}
p {
  color: #555;
  margin: 0;
}
/* HOVER TEXT COLOR CHANGE */
.why-feature__icon:hover + div h5 {
  color: #ff9800;
}
@media (max-width: 767px) {
  .why-feature__icon {
    margin-right: 15px;
    width: 50px;
    height: 50px;
  }
  .service-item{
      height:auto;
  }
}
/*=============end== Service==*/
/*==about us section==*/
@media (max-width: 576px) {
    .about-text {
        text-align: center !important;
    }
    .about-text .btn {
        margin: auto; /* button center */
        display: inline-block;
    }
    .section-title::before, .section-title::after{
        display: none;
    }
}
/*==========online booking patner===========*/
.partner-carousel .partner-item {
    text-align: center;
}
.partner-carousel .partner-item img {
    max-width: 140px;
    transition: all 0.3s ease-in-out;
    opacity: 0.7;
    margin: auto;
}

.partner-carousel .partner-item img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}

/*** Youtube Video ***/
.video {
    position: relative;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../img/bike-about.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.jaipur-about{
      position: relative;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../img/jaipur-about.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}
.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

/* Carousel Section */
.onn-carousel-section {
  background-color: #fff;
}

.onn-slide {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background-color: #0f172b;
}

.onn-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* Overlay with text and button */
.onn-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  padding: 15px;
  border-radius: 12px;
  transition: 0.4s ease;
}

.onn-title {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 8px;
    color: #fff;
}
.onn-btn {
  display: inline-block;
  background: linear-gradient(90deg, #ff9900, #f2bd39);
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  padding: 6px 14px;
  border-radius: 6px;
  transition: 0.3s;
}

.onn-btn:hover {
  background:#f2bd39;
  color: #fff;
}
.room-carousel .room-item {
  margin: 15px;
}

/* Optional hover animation */
.onn-slide:hover .onn-overlay {
  background: rgba(0, 0, 0, 0.65);
  transform: translateY(-5px);
}
/* Section base */
.onn-why-section {
  background-color: #fff;
}

.text-orange {
  color: var(--primary);
}

/* Card styling */
.onn-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}
.onn-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}
/* Icon styling */
.onn-icon {
  font-size: 2.2rem;
  color: var(--primary);
}
/* hide default SVG */
.onn-carousel .owl-nav button span {
    display: none !important;
}

/* Our custom icons wrapper */
.onn-carousel .owl-nav button .onn-prev,
.onn-carousel .owl-nav button .onn-next {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* Now the icons */
.onn-carousel .owl-nav i {
    background: rgba(0, 0, 0, 0.7);
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    border-radius: 50%;
    transition: 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.4);
}

/* hover */
.onn-carousel .owl-nav i:hover {
    background: #f2bd39;
    transform: scale(1.15);
}

/* positioning */
.onn-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex !important;
    justify-content: space-between;
}

.onn-carousel .owl-prev {
    margin-left: -50px;
}

.onn-carousel .owl-next {
    margin-right: -50px;
}
.onn-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
}

/* Responsive */
@media (max-width: 768px) {
  .onn-card {
    padding: 30px 20px;
  }
}

/* Testimonial Container Background */
.testimonial {
    background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), 
    url(../img/carousel-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Carousel Padding (Desktop) */
.testimonial-carousel {
    padding-left: 65px;
    padding-right: 65px;
}

/* Testimonial Card */
.testimonial-carousel .testimonial-item {
    padding: 30px;
    max-width: 420px;     /* ⭐ Card ki max width fix */
    margin: auto;         /* ⭐ Center align */
    border-radius: 8px;
}

/* Navigation Buttons */
.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

/* Navigation Buttons Style */
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--primary);
    border-radius: 2px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: #fff;
}


/* ⭐ MOBILE VIEW FIX */
@media (max-width: 576px) {
    .testimonial-carousel {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .testimonial-carousel .testimonial-item {
        max-width: 300px;   /* ⭐ Mobile me thin & neat card */
        padding: 20px;
    }
    .testimonial-carousel .owl-nav {
        top: 45%;
    }
}

/*** Team ***/
.team-card {
  border-radius: 12px; /* optional custom radius */
  background: #fff;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.team-card .team-img {
  width: 100%;
  height: 400px; /* equal height */
  object-fit: cover;
  transition: transform 0.5s ease;
}

.team-card:hover .team-img {
  transform: scale(1.05);
}

.team-item,
.team-item .bg-primary,
.team-item .bg-primary i {
    transition: .5s;
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}

/*==end== Footer==*/
.text-orange {
  color: #ff7b00;
}

/* Gallery Cards */
.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-card:hover img {
  transform: scale(1.05);
}

/* Overlay Effect */
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.4s ease;
}

.gallery-card:hover .gallery-overlay {
  opacity: 1;
}

.overlay-content {
  text-align: center;
  transform: translateY(10px);
  transition: 0.3s ease;
}

.gallery-card:hover .overlay-content {
  transform: translateY(0);
}

.overlay-content i {
  font-size: 1.8rem;
  margin-bottom: 8px;
  display: block;
  color: #f2bd39;
}

.overlay-content h6 {
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
  color: #fff;
}

/*** Footer ***/
.newsletter {
    position: relative;
    z-index: 1;
}

.footer {
    position: relative;
    padding-top:60px;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
/*=============room-section-siya-arihant=========*/
 /* ===== PREMIUM SECTION ===== */
        .lux-room-section {
            padding: 70px 0;
            background: #f8f9fc;
        }

        /* LEFT CONTENT */
        .lux-room-content h2 {
            font-size: 38px;
            font-weight: 700;
            color: #1a1a1a;
        }

        .lux-room-content h4 {
            font-size: 24px;
            color: #444;
            margin: 10px 0 20px;
            font-weight: 600;
        }

        .lux-room-content p {
            font-size: 16px;
            line-height: 1.8;
            color: #555;
            margin-bottom: 30px;
        }

        /* BUTTON */
        .lux-btn-primary {
            padding: 12px 34px;
            background: #0077ff;
            border-radius: 50px;
            color: #fff;
            text-decoration: none;
            font-weight: 600;
            transition: 0.3s;
            letter-spacing: 0.5px;
        }
        /* CAROUSEL STYLE */
        .lux-room-carousel img {
            border-radius: 15px;
            width: 100%;
            height: 380px;
            object-fit: cover;
        }
/*=======================tour & Travel====================*/
/* SAME SIZE IMAGE BOX */
.gallery-box {
    width: 100%;
    height: 230px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

/* HOVER ZOOM */
.gallery-box:hover img {
    transform: scale(1.1);
}

/* OVERLAY CENTER TEXT */
.gallery-box .overlayr {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;   /* center vertically */
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: 0.4s ease;
}

.gallery-box:hover .overlayr{
    opacity: 1;
}
.overlayr strong{
    font-size: 25px;
}
.overlayr h6{
    font-size: 18px;
}
/*=======================end tour & Travel====================*/
/*==taxi section==*/
.taxi-section {
    position: relative;
    width: 100%;
    height: 380px;                  /* Change height as needed */
    background-image: url(../img/car.jpg);  /* Background image */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Dark Overlay */
.taxi-section .overlayr {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);   /* Overlay dark */
    z-index: 1;
}

/* CONTENT (TEXT + BUTTON) */
.taxi-section .content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 0 20px;
}

.taxi-section h2 {
    color: white;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.taxi-section p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
}
/*=========end taxi section==*/
/*======karni - Customer support jaipur ======*/
.info-box {
    background: #fff;
    color: #fff;
    padding: 35px 20px;
    border-radius: 15px;
    text-align: center;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    transition: 0.3s;
}

/* Gradient Backgrounds */
.box-1 { background: linear-gradient(135deg, #00e0c6, #00b3b0); }
.box-2 { background: linear-gradient(135deg, #ff7bd5, #ff3bab); }
.box-3 { background: linear-gradient(135deg, #ffc800, #ff9900); }
.box-4 { background: linear-gradient(135deg, #00a8ff, #007bff); }

.info-box i {
    font-size: 45px;
    margin-bottom: 15px;
}

.info-box h4 {
    font-size: 30px;
    margin-bottom: 5px;
    font-weight: 700;
}

.info-box p {
    font-size: 17px;
    margin: 0;
    color: #fff;
}

/* Hover Effect */
.info-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.25);
}
/*======end karni - Customer support jaipur ======*/
/*======karni - timeline css ======*/
.center-timeline {
    position: relative;
    padding-left: 0;
    margin-left: 40px;
}

/* Center Dotted Line */
.center-timeline::before {
    content: "";
    position: absolute;
    left: 16px;       /* Circle ke bilkul center me line */
    top: 0;
    bottom: 0;
    width: 2px;
    border-left: 2px dotted #b3b3b3;
}

.center-row {
    position: relative;
    margin-bottom: 50px;
    padding-left: 50px;
}

/* Number Circle (center aligned) */
.center-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    border: 3px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.center-content h5 {
    margin-bottom: 8px;
}

.center-content p {
    line-height: 26px;
    font-size: 15px;
}
.package-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.10);
}

.pkg-heading {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
}

.pkg-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pkg-list li {
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.pkg-list i {
    color: var(--primary);
    margin-right: 10px;
    font-size: 18px;
}

/*======end karni - timeline css ======*/
/*===========counter section===========*/
.counter-box {
    border: 2px solid #e5e5e5;
    padding: 12px;
    border-radius: 10px;
    background: #fff;
}

.counter-box i {
    font-size: 24px;
    color: #e8b007;
    margin-bottom: 10px;
    display: block;
}

.counter-box h2 {
    font-size: 32px;
    font-weight: 700;
    color: #001a35;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.plus {
    font-size: 38px;
    font-weight: 700;
    color: #001a35;
    margin-left: 3px;
}

.counter-box p {
    font-size: 17px;
    margin-top: 5px;
    color: #555;
}
