:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--color--primary: var(--porto-primary-color);
    --wp--preset--color--secondary: var(--porto-secondary-color);
    --wp--preset--color--tertiary: var(--porto-tertiary-color);
    --wp--preset--color--quaternary: var(--porto-quaternary-color);
    --wp--preset--color--dark: var(--porto-dark-color);
    --wp--preset--color--light: var(--porto-light-color);
    --wp--preset--color--primary-hover: var(--porto-primary-light-5);
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgb(6, 147, 227) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgb(255, 105, 0) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);
    --wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);


    --red: #CC0000;
    --red-dark: #a00000;
    --red-light: #ff1a1a;
    --white: #ffffff;
    --off-white: #fff9f9;
    --gold: #e8c76b;
    --shadow: 0 4px 30px rgba(0, 0, 0, 0.15);



    --swiper-theme-color: #f97316;
    /* Tailwind Orange-500 */
    --swiper-pagination-bullet-inactive-color: #ffffff;
    --swiper-pagination-bullet-inactive-opacity: 0.5;


    --vortex-red: #b32a2a;
    --vortex-dark: #333333;
    --vortex-white: #ffffff;
    --vortex-gray: #d1d1d1;
}

/* * 1. Import from Google Fonts */
@import url('https://googleapis.com');


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 26px;
    color: #777;
    /* background-color: #fff; */
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}

p{
    font-size: 14px !important;
}

/* 

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

body .is-layout-flex {
    display: flex;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.is-layout-flex> :is(*, div) {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

.is-layout-grid> :is(*, div) {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

 */

/* GOOGLE FONT */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background: #f5f5f5;
}

/* TOP BAR */

.top-bar {
    background: #c91919;
    color: #fff;
    padding: 5px 0px;
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.top-bar::before {
    content: '';
    position: absolute;
    width: 120%;
    height: 100%;
    background: rgba(255, 255, 255, 0.08);
    transform: skewX(-35deg);
    left: -120%;
    transition: 1s;
}

.top-bar:hover::before {
    left: 120%;
}

.top-bar p {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin: 0;
}

.top-bar span {
    font-weight: 700;
}

.top-bar a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    position: relative;
}

.top-bar a::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background: #fff;
    left: 0;
    bottom: -2px;
    transition: 0.4s;
}

.top-bar a:hover::after {
    width: 100%;
}

.top-bar a:hover {
    color: #fff;
    text-decoration: none !important;
    /* text-shadow:0 0 5px rgba(255,255,255,0.8); */
}

.close-btn {
    position: absolute;
    right: 20px;
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.close-btn:hover {
    transform: rotate(90deg);
}

/* NAVBAR MENU */

.navbar23 {
    width: 100%;
    display: flex;
    justify-content: center;
    /* background-color: #0693e3; */
}

.nav-links {
    position: relative;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* LINKS */

.nav-menu li a {
    text-decoration: none !important;
    color: #222;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    transition: 0.3s ease;
    display: inline-block;
}

/* HOVER EFFECT */

.nav-menu li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0%;
    height: 2px;
    background: #c91d1d;
    transition: 0.4s;
}

.nav-menu li a:hover {
    color: #c91d1d;
}

.nav-menu li a:hover::after {
    width: 100%;
}

/* MOBILE BUTTON */

.menu-btn {
    display: none;
    border: none;
    background: none;
    font-size: 32px;
    cursor: pointer;
    color: #c91d1d;
}

.logo1 {
    width: 250px;
}

.logo1 img {
    width: 100%;
}


@media (max-width:992px) {
    .mobileMenu {
        display: none;
    }
}




/* TABLET */

@media(max-width:991px) {

    .navbar23 {
        width: 100%;
        justify-content: space-between;
    }

    .asdsi {
        width: 100%;
        justify-content: space-evenly;
    }

    .menu-btn {
        display: block;
    }

    .phone-box {
        display: none;
    }

    .nav-menu {
        display: none;
    }

    .nav-menu.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .nav-menu li {
        width: 100%;
    }

    .nav-menu li a {
        display: block;
        width: 100%;
        padding: 16px 25px;
    }

    .nav-menu li a:hover {
        background: #f8f8f8;
        padding-left: 35px;
    }
}

/* MOBILE */

@media(max-width:600px) {



    .nav-menu {
        width: 100%;
        left: 0;
        right: 0;
        top: 70px;
        border-radius: 0;
    }

    .top-bar p {
        font-size: 11px;
        padding-right: 25px;
    }
}

.fontritw {
    font-weight: 600;
    margin: 0;
}

.asdsi {
    display: flex;
    align-items: center;
    gap: 51px;
    padding: 20px;
}

.br



/* main content */

.slider1 {
    width: 100%;
    /* padding: 20px; */
}

.btns_navegation {
    position: absolute;
    bottom: 10%;
    width: 100px;
    right: 100px;
}

/* .btn32a{

} */

.banckimg_va1 {
    background-image: url('img/hire-an-audi-car-on-rental.webp');
    background-size: cover;
    background-position: center;
}

.img1bacjww {
    background: url('img/red_Car.webp') no-repeat center center;
    background-size: cover;
    /* transform: scale(1.05); */
    /* thoda zoom */
    transition: transform 0.5s ease;
    z-index: -23657;
}

.img1bacjww2 {
    background: url('img/allttherebeasts.webp') no-repeat center center;
    background-size: cover;
    /* transform: scale(1.05); */
    /* thoda zoom */
    transition: transform 0.5s ease;
    z-index: -23657;
}

.img1bacjww3 {
    background: url('img/mercedes_full.webp') no-repeat center center;
    background-size: cover;
    /* transform: scale(1.05); */
    /* thoda zoom */
    transition: transform 0.5s ease;
    z-index: -23657;
}


/* slider contect */


/* Slider Container - User ke class 'slider1' ke according */
.slider1 {
    width: 100%;
    /* max-width: 1200px; Max width taaki badi screen par na phaile */
    position: relative;
    overflow: hidden;
    /* Hidden taaki side slides na dikhein */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    /* border-radius: 10px; */
}







/* Text Box */
.hero-content {

    position: absolute;
    top: 50%;
    left: 22%;
    transform: translateY(88%);
    /* transform: translateX(10%); */
    z-index: 99;

    width: 500px;
    color: white;

}

.animationbox_only {
    animation: fadeInUp 1s ease forwards;
    position: relative;
    z-index: 999;
}

/* Small Text */
.hero-content .sub-title {
    color: #ca8a04;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

/* Main Heading */
.hero-content h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 800;
    margin-bottom: 20px;
}

/* Paragraph */
.hero-content .pera {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;
    color: #ddd;
}

/* Buttons */
.hero-btns {
    display: flex;
    gap: 15px;
}

.hero-btns a {

    /* background: #ca8a04; */
    color: black;
    text-decoration: none;
    border-radius: 5px;

    transition: 0.3s;
    font-weight: 600;
}

.btn_yellowas {
    background-color: #ffc400;
    padding: 4px 20px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(255, 196, 0, 0.3);
}

.btn_yellowas:hover {
    background-color: #000000;
    text-decoration: none;
    color: #ffffff;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);

}

/* Click karne par halka sa dabne wala effect */
.btn_yellowas:active {
    transform: translateY(0) scale(0.98);
}


.aasaebtn {
    text-decoration: none;
}

.aasaebtn:hover {
    text-decoration: none;
    color: #ca8a04;
    transition: 0.3s;
}


/* Mobile */
@media(max-width:768px) {

    .hero-content {
        width: 90%;
        left: 6%;
    }

    .hero-content h1 {
        font-size: 38px;
        line-height: 48px;
    }

    .hero-content .pera {
        font-size: 14px;
        line-height: 24px;
    }

    .hero-btns {
        flex-wrap: wrap;
    }

    .img1bach {
        width: 100%;

        img {
            width: 100%;
        }
    }
}



/* counter function code in css  */

/* Unique Wrapper to avoid global conflicts */
.v-counter-wrapper {
  background-color: #ff6600; 
  color: #ffffff;
  padding: 25px;
  display: inline-block;
  border-radius: 8px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
}

.v-counter-viewport {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.5rem;
  font-weight: 800;
  height: 70px;      /* Fix height for one digit */
  overflow: hidden;  /* Yeh dusre numbers ko hide rakhega */
  line-height: 70px;
}

.v-digit-strip {
  display: flex;
  flex-direction: column;
  transition: transform 2.5s cubic-bezier(0.23, 1, 0.32, 1); /* Ultra smooth ease-out */
}

.v-digit-strip span {
  height: 70px; /* Viewport height ke barabar */
  display: block;
}

.v-counter-suffix {
  margin-left: 4px;
  vertical-align: middle;
}

.v-counter-label {
  margin-top: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.9;
}





/* Ringing Animation */
@keyframes ringing {
    0% {
        transform: rotate(0);
    }

    10% {
        transform: rotate(15deg);
    }

    20% {
        transform: rotate(-15deg);
    }

    30% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

/* Outer Wave Effect (Optional) */
@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.phone-container {
    position: relative;
    display: inline-block;
    background: #b91c1c;
    /* Background color (Optional) */
    color: white;
    /* padding: 2px 9px; */
    padding: 5px 7px 0px 7px;
    border-radius: 50%;
    cursor: pointer;
}

.ringing-icon {
    display: inline-block;
    animation: ringing 1s infinite;
    /* Icon vibrate karega */
}

/* Wave effect ke liye extra element */
.phone-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 2px solid #b91c1c;
    animation: pulse-border 1.5s infinite;
}



.white_color {
    color: white !important;
}



/* Main Slider Window */
.mySwiper {
    width: 100%;
    height: 600px;
    /* User di height h-[500px] */
    position: relative;
}

/* Track jo slide ko hold karta hai */
.swiper-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

/* Individual Slide */
.swiper-slide {
    min-width: 100%;
    height: 100%;
    position: relative;

}

/* Image Styling */
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Image ko stretch karne bina fit karega */
    display: block;

}

/* Content Overlay (Other Content) */
.content-overlay {
    position: absolute;
    top: 11%;
    left: 20%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    /* max-width: 400px; */
    backdrop-filter: blur(5px);
    /* animation: fadeInUp 0.8s ease; */


    span {
        position: relative;

    }
}

.img1bach {
    position: absolute;
    top: 138px;
    left: 15%;
    width: 50%;
    /* height: 150px; */
    /* animation: fadeInUp 1s ease; */
    z-index: 22;

    img {
        width: 40%;
        /* height: auto; */
        opacity: 0.8;
    }

}

.img1bach2 {
    position: absolute;
    top: 120px;
    left: 15%;
    /* width: 50%; */
    /* height: 150px; */
    /* animation: fadeInUp 1s ease; */
    z-index: 23;

    img {
        width: 65%;
        /* height: auto; */
        opacity: 0.8;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(1000px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animation */
@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(2);
    }
}

/* Mobile Responsive */
@media (max-width: 1020px) {
    .mySwiper {
        height: --tw-gradient-via-position 100%;
    }

    .img1bach {
        position: absolute;
        top: 170px;
        left: 15%;
        width: 50%;
        /* height: 150px; */
        /* animation: fadeInUp 1s ease; */
        z-index: 22;

        img {
            width: 35%;
            /* height: auto; */
            opacity: 1;
        }

    }



}


/* video play */
.video-play {
    position: absolute;
    padding: 50px;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
    background-color: #000000ab;
}

.close_btn {
    width: 100%;
    display: flex;
    justify-content: flex-end;

}

.esdA {
    background-color: white;
    padding: 12px 15px;
    border-radius: 50px;
    font-size: 21px;
}

.asdo13 {
    position: absolute;
    /* width: 100%; */

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    padding: 50px;
}

.video-play {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 20px;
    /* minimum padding */
    box-sizing: border-box;
}

.asdo13 {
    width: 100%;
    max-width: 1000px;
}

.video_play_box {
    width: 100%;
    aspect-ratio: 16/9;
}

.video_play_box iframe {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.video_play_box iframe {
    /* width: 100%; */
    height: 500px;
}

/* section 2 */


.btn_hire_now {
    /* Basic Styling */
    background: rgba(255, 255, 255, 0.8);
    /* Semi-transparent white */
    backdrop-filter: blur(5px);
    /* Glass effect */
    padding: 12px 45px;
    border-radius: 50px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 13px;

    /* Animation Initial State */
    opacity: 0;
    transform: translateY(50px);
    /* Button 50px niche chhupa hoga */
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* Bouncy effect */
}

/* Hover State - Jab card (group) par hover ho */
.group:hover .btn_hire_now {
    opacity: 1;
    transform: translateY(0);
    /* Niche se apni jagah par aa jayega */
}

/* Button Hover State - Jab sirf button par mouse jaye */
.btn_hire_now:hover {
    background: #ffffff;
    /* Yellow on hover */
    color: #da2020;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* default hidden state */
.card_animation {
    opacity: 0;
    transition: all 1s ease;
}


/* left */
.left_anim {
    transform: translateX(-150px);
}

/* bottom */
.bottom_anim {
    transform: translateY(150px);
}

/* right */
.right_anim {
    transform: translateX(150px);
}


/* active on scroll */
.card_animation.show_anim {
    opacity: 1;
    transform: translate(0, 0);
}


/* section 3 */

.wedding-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
    display: flex;
    gap: 60px;
    align-items: center;
}

/* --- Left Side: Gallery & Badges --- */
.wedding-gallery-vortex {
    position: relative;
    flex: 1.2;
    /* Takes slightly more width */
    height: 600px;
    /* Base height for positioning */
}

/* 🌟 Yellow Frame Animation (Pulse Effect) 🌟 */
@keyframes framePulse {
    0% {
        transform: scale(0.90);
        box-shadow: 0 0 0px rgba(230, 180, 2, 0.4);
    }

    50% {
        transform: scale(1.12);
        box-shadow: 0 0 30px rgba(230, 180, 2, 0.7);
    }

    100% {
        transform: scale(0.90);
        box-shadow: 0 0 0px rgba(230, 180, 2, 0.4);
    }
}

.wedding-animated-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    /* Same width as main-car image */
    height: 480px;
    /* Same height as main-car image */
    border: 15px solid #e6b402;
    /* The yellow frame color */
    z-index: 1;
    border-radius: 20px;
    /* Match the main car's corner radius */

    /* Apply the Pulse Animation */
    animation: framePulse 4s ease-in-out infinite;
}

.wedding-main-car {
    position: absolute;
    top: 25px;
    /* Offset to overlap the frame */
    left: 25px;
    /* Offset to overlap the frame */
    z-index: 2;
    overflow: hidden;
    border-radius: 20px;
}

.wedding-main-car img {
    width: 390px;
    height: 450px;
    object-fit: cover;
}

.wedding-secondary-car {
    padding: 10px;
    position: absolute;
    bottom: -27px;
    right: 73px;
    z-index: 3;
    overflow: hidden;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
}

.wedding-secondary-car img {
    border-radius: 15px;
    width: 350px;
    height: 300px;
    object-fit: cover;
}

/* Floating White Badge */
.wedding-service-badge {
    position: absolute;
    top: -20px;
    right: -10px;
    background-color: #fff;
    padding: 15px 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    z-index: 4;
    text-align: center;
}

.badge-icon-box {
    font-size: 2rem;
    margin-bottom: 5px;
}

.badge-text {
    font-size: 0.85rem;
    font-weight: bold;
    color: #444;
}

/* --- Right Side: Content --- */
.wedding-content-panel {
    flex: 1;
}

.wedding-subtitle {
    font-size: 0.9rem;
    font-weight: bold;
    color: #b32a2a;
    /* Same red as the footer in the previous step */
    margin-bottom: 10px;
}

.wedding-accent-bar {
    font-size: 1.2rem;
    margin-right: 5px;
}

.wedding-headline-vortex {
    font-size: 2.2rem;
    color: #001f3f;
    /* Dark blue/navy */
    margin-bottom: 15px;
    line-height: 1.2;
}

.wedding-lead-text {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 25px;
}

.wedding-description {
    font-size: 14px;;
    color: #666;
    margin-bottom: 20px;
}

/* Boxed Callout Text */
.wedding-callout-box {
    margin-top: 30px;
    border: 2px solid #b32a2a;
    /* Match the red */
    padding: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.wedding-callout-box::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 5px;
    height: 10px;
    background-color: #b32a2a;
    border-radius: 5px;
}

.wedding-callout-box h4 {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 5px;
    font-weight: bold;
}

.wedding-callout-box p {
    font-size: 0.9rem;
    color: #777;
}

/* --- Responsive for Mobile --- */
@media (max-width: 768px) {
    .wedding-container {
        flex-direction: column;
        gap: 30px;
    }

    .wedding-gallery-vortex {
        width: 100%;
        height: auto;
        padding-top: 50%;
        /* Aspect ratio replacement for hard height */
    }

    .wedding-main-car,
    .wedding-secondary-car {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin-bottom: 15px;
    }

    .wedding-animated-frame {
        top: 14%;
        left: 13%;
    }
}

/* section 4 */

.vortex-stats-section {
    position: relative;
    /* Aap yahan apni background image ka path daal dena */
    background-image: url('others/luxury-bg1.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    text-align: center;
}

.vortex-stats-overlay {
    /* background-color: rgba(0, 31, 63, 0.9); Dark blue overlay image ke upar */
    padding-top: 40px;
}

.vortex-stats-container {
    /* max-width: 1200px; */
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0 80px;
}

.vortex-stat-item {
    padding: 20px;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vortex-stat-icon img {
    width: 52px;
    margin-bottom: 15px;
    filter: brightness(0) invert(1);
    /* Agar icon black ho to white karne ke liye */
}

.vortex-stat-number {
    display: inline-block;
    font-size: 3rem;
    font-weight: bold;
    margin: 10px 0;
}

.vortex-stat-plus {
    font-size: 2.5rem;
    color: #cc2222;
    /* Red plus sign */
    font-weight: bold;
    margin-left: 5px;
}

.vortex-stat-label {
    font-size: 0.9rem;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
}

@media (max-width: 768px) {
    .vortex-stats-container {
        flex-direction: column;
    }
}

/* secttion 5 */

.fleet-section {
    padding: 50px 0;
    background: #f9f9f9;
}

.fleet-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* --- Responsiveness --- */

/* Tablet ke liye (Max-width 992px) */
@media (max-width: 992px) {
    .fleet-container {
        grid-template-columns: repeat(2, 1fr);
        /* 2 Columns dikhenge */
        gap: 20px;
        padding: 0 15px;
    }
}

/* Mobile ke liye (Max-width 600px) */
@media (max-width: 600px) {
    .fleet-container {
        grid-template-columns: 1fr;
        /* 1 Column dikhega (Full Width) */
        gap: 25px;
        padding: 0 10px;
    }

    .fleet-slider-wrapper {
        height: 200px;
        /* Mobile par height thodi kam kar di taaki screen par fit aaye */
    }

    .fleet-content h3 {
        font-size: 1.1rem;
        /* Text thoda chota mobile ke liye */
    }
}

.fleet-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    /* Scroll Animation Initial State */
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.7s ease-out;
    padding: 15px;
}

.fleet-card.reveal {
    opacity: 1;
    transform: translateY(0);
}

.fleet-slider-wrapper {
    position: relative;
    height: 250px;
}

.fleet-slides img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    /* Sab images ko chhupa do */
    transition: opacity 0.6s ease-in-out;
}

.fleet-slides img.active {
    opacity: 1;
    /* Sirf active wali dikhegi */
    z-index: 2;
}

/* Navigation Buttons */
.fleet-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* background: rgba(0,0,0,0.4); */
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
    border-radius: 3px;
}

.fleet-prev {
    left: 10px;
}

.fleet-next {
    right: 10px;
}

.fleet-nav:hover {
    background: rgba(0, 0, 0, 0.8);
}

.fleet-content {
    padding: 20px;
}

.fleet-content h3 {
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.fleet-content p {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.fleet-book-btn {
    background: #5a6268;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}









































































/* footer */
.vortex-footer-wrapper {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.vortex-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Red Contact Bar */
.vortex-contact-strip {
    background-color: var(--vortex-red);
    color: white;
    padding: 25px 0;
}

.vortex-flex-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.vortex-info-item {
    display: flex;
    align-items: center;
    max-width: 350px;
}

.vortex-icon-box {
    font-size: 2rem;
    margin-right: 15px;
}

.vortex-text-content h4 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: bold;
}

.vortex-text-content p {
    margin: 5px 0 0;
    font-size: 0.9rem;
    line-height: 1.4;
}

/* Dark Main Footer */
.vortex-main-footer {
    background-color: var(--vortex-dark);
    padding: 60px 0;
    color: white;
}

.vortex-grid-four {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 40px;
}

.vortex-footer-logo {
    width: 150px;
    margin-bottom: 20px;
}

.vortex-about-text {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #cccccc;
}

.vortex-title {
    font-size: 1.2rem;
    margin-bottom: 25px;
    position: relative;
    font-weight: bold;
}

/* Links List */
.vortex-list {
    list-style: none;
    padding: 0;
    background: white;
    /* White background as per image */
}

.vortex-list li {
    border-bottom: 1px solid #eee;
}

.vortex-list li a {
    color: #555;
    text-decoration: none;
    display: block;
    padding: 12px 15px;
    font-size: 0.85rem;
    font-weight: 500;
    transition: 0.3s;
}

.vortex-list li a:hover {
    background-color: #f9f9f9;
    color: var(--vortex-red);
}

/* Form Styling */
.vortex-enquiry-form {
    display: flex;
    flex-direction: column;
    gap: 2px;
    /* Small gap between fields */
}

.vortex-enquiry-form input,
.vortex-enquiry-form textarea {
    padding: 12px;
    border: none;
    background-color: #e0e0e0;
    font-size: 0.9rem;
}

.vortex-submit-btn {
    background-color: var(--vortex-red);
    color: white;
    border: none;
    padding: 12px;
    margin-top: 10px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    transition: 0.3s;
    text-transform: uppercase;
}

.vortex-submit-btn:hover {
    background-color: #8a1f1f;
}

/* Responsive for Mobile */
@media (max-width: 768px) {
    .vortex-grid-four {
        grid-template-columns: 1fr;
    }

    .vortex-flex-row {
        flex-direction: column;
    }
}