@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: Poppins, sans-serif;
}

html,
body {
  scroll-behavior: auto;
}

.smooth-wrapper {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgb(255, 255, 255);
}

::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
  background: #1a1a1a;
}

.custom-cursor {
  width: 30px;
  height: 30px;
  border: 1px solid #6a6a6a;
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.2s;
  z-index: 9999;
}

.custom-cursor span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background-color: #6a6a6a;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

a {
  text-decoration: none;
}

:root {
  --primary-dark: #1C183A;
  --primary-light: #462F75;
  --text-white: #ffffff;
  --text-black: #000000;
  --text-headingcolor: #462F75;
}

figure {
  margin: 0px;
  padding: 0px;
}

.btn:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
}

a,
button {
  display: inline-block;
}

select {
  cursor: pointer;
  appearance: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

#scrollBtn {
  background: black;
  color: #ffffff;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 15px;
  right: 15px;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  cursor: pointer;
  z-index: 1000;
  transition: 0.3s ease-in-out;
  animation: 2s ease 0s infinite normal none running pulse-animation;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px var(--primary-dark);
  }

  100% {
    box-shadow: rgba(255, 255, 255, 0.267) 0px 0px 0px 20px;
  }
}

#MobileActionBtn {
  background: black;
  color: #ffffff;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 15px;
  left: 15px;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  cursor: pointer;
  z-index: 1000;
  transition: 0.3s ease-in-out;
  animation: 2s ease 0s infinite normal none running MobileActionBtnpulseanimation;
}

@keyframes MobileActionBtnpulseanimation {
  0% {
    box-shadow: 0 0 0 0px var(--primary-dark);
  }

  100% {
    box-shadow: rgba(255, 255, 255, 0.267) 0px 0px 0px 20px;
  }
}


/* From Uiverse.io by adamgiebl */
.globalBtn button,
.form_btn .globalBtn a,
.rz-contact-right .globalBtn a {
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    padding: 0.7em 1em;
    border: 2px solid #ffffff;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s ease all;
    z-index: 1;
    background: #000000;
    width: fit-content;
}

    .globalBtn button::before,
    .form_btn .globalBtn a::before,
    .rz-contact-right .globalBtn a::before {
        transition: 0.5s all ease;
        position: absolute;
        top: 0;
        left: 50%;
        right: 50%;
        bottom: 0;
        opacity: 0;
        content: '';
        background-color: #ffffff;
        z-index: -1;
        border-radius: 4px;
    }

    .globalBtn button:hover,
    .globalBtn button:focus,
    .form_btn .globalBtn a:hover,
    .form_btn .globalBtn a:focus,
    .rz-contact-right .globalBtn a:hover,
    .rz-contact-right .globalBtn a:focus {
        color: #000000;
    }

        .globalBtn button:hover::before,
        .globalBtn button:focus::before,
        .form_btn .globalBtn a:hover::before,
        .form_btn .globalBtn a:focus::before,
        .rz-contact-right .globalBtn a:hover::before,
        .rz-contact-right .globalBtn a:focus::before {
            left: 0;
            right: 0;
            opacity: 1;
        }

    .globalBtn button:active,
    .form_btn .globalBtn a:active,
    .rz-contact-right .globalBtn a:active {
        transform: scale(0.9);
    }
.globalBtn a button input{
	background: none;
	border: none;
	color: #fff;
	transition: 0.3s ease-in-out;
}
.globalBtn a:hover button input{
	color: #000;
}

.main-header {
  width: 100%;
  background: black;
}

.main-header .mini-header {
  background: black;
  padding: 5px 0px;
  height: 10vh;
}

.main-header .mini-header .contact-info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.main-header .mini-header .contact-info .mobile_number,
.main-header .mini-header .contact-info .email_address {
  /* background: var(--text-white); */
  /* padding: 3px 10px 3px 4px; */
  /* border-radius: 25px; */
}

.main-header .mini-header .contact-info .mobile_number a,
.main-header .mini-header .contact-info .email_address a {
  display: flex;
  gap: 0px;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  transition: 0.4s ease-in-out;
}

.main-header .mini-header .contact-info .mobile_number a:hover,
.main-header .mini-header .contact-info .email_address a:hover {
  color: #cbcbcb;
}

.main-header .mini-header .contact-info .mobile_number a i,
.main-header .mini-header .contact-info .email_address a i {
  /* background: linear-gradient(135deg, rgb(255 255 255), rgb(255 255 255), rgb(255 255 255)); */
  border-radius: 50px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border: 2px solid transparent;
  transition: 0.4s ease-in-out;
}

.main-header .mini-header .contact-info .mobile_number a:hover i,
.main-header .mini-header .contact-info .email_address a:hover i {
  background: transparent;
  /* border: 2px solid #000000; */
  color: #cbcbcb;
}

.main-header .mini-header .social-icons {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.main-header .mini-header .social-icons a {
  /* background: var(--text-white);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center; */
  color: white;
  /* border: 2px solid rgb(255, 255, 255); */
  transition: 0.4s ease-in-out;
}

.main-header .mini-header .social-icons a i {
  font-size: 22px;
  margin-top: 3px
}

.main-header .mini-header .social-icons a:hover {
  background: transparent;
  color: #cbcbcb;
  /* border: 2px solid var(--text-white); */
}

.main-header .navbar-expand-lg {
  padding: 3px 12px;
  background: rgb(255 255 255);
  backdrop-filter: blur(10px);
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  /* border-radius: 80px; */
  position: relative;
  z-index: 5;
  /* margin: 5px 0; */
  /* border-radius: 5px; */
  margin-top: -35px;
  border-radius: 12px;
}

.main-header .navbar-expand-lg .header-logo {
  width: 125px;
  transition: 0.4s ease-in-out;
  border-radius: 8px;
}

.main-header .navbar-expand-lg .navbar-nav {
  gap: 30px;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
  color: #000000;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  transition: 0.4s ease-in-out;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 0%;
  bottom: 0px;
  left: 0px;
  background-color: #000000;
  transition: 0.4s ease-in-out;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link:hover::before {
  width: 100%;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0%;
  top: 0px;
  right: 0px;
  background-color: #000000;
  transition: 0.4s ease-in-out;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link:hover::after {
  width: 100%;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #616161;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link.active {
  color: white;
  background: black;
  /* background: linear-gradient(135deg, rgb(6, 34, 66) 0%, rgb(9, 46, 87) 45%, rgb(164 129 58) 100%); */
  border-radius: 6px;
  padding: 6px 18px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}

.header_btn .custom-btn {
  color: var(--primary-light);
  text-transform: capitalize;
  text-decoration: none;
  border: 2px solid var(--primary-light);
  padding: 5px 5px 5px 12px;
  font-size: 16px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  background: transparent;
  position: relative;
  transition: 1s;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 10px;
}

.header_btn .custom-btn:hover {
  color: var(--text-white);
}

.header_btn .custom-btn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0px;
  left: -40px;
  transform: skewX(45deg);
  background-color: var(--primary-light);
  z-index: -1;
  transition: 1s;
}

.header_btn .custom-btn:hover::before {
  width: 160%;
}

.header_btn .custom-btn i {
  background: linear-gradient(135deg, var(--primary-light), var(--primary-dark));
  border-radius: 50px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-white);
  border: 2px solid transparent;
  transition: 2s ease-in-out;
}

.header_btn .custom-btn:hover i {
  background: transparent;
  border: 2px solid var(--text-white);
  color: var(--text-white);
}

.scroll {
    position: fixed !important;
    top: -6px;
    width: 100%;
    padding: 5px 100px !important;
    z-index: 30;
    transition: 0.4s;
    left: 0px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: linear-gradient(135deg, rgb(0, 0, 0), rgb(26, 26, 26), rgb(43, 43, 43));
    /* border-radius: 0px !important; */
    /* border-width: medium !important; */
    /* border-style: none !important; */
    /* border-color: currentcolor !important; */
    /* border-image: initial !important; */
    border-radius: 0px !important;
    margin-top: 5px !important;
}

.button {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  background-color: rgb(23, 23, 23);
  color: rgb(255, 255, 255);
  border-radius: 10rem;
  font-weight: 600;
  padding: 0.75rem 1.5rem 0.75rem 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
  border: 1px solid rgb(255, 255, 255);
}

.button__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: rgb(159, 134, 58);
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.button:hover {
  background: linear-gradient(135deg, rgb(225, 193, 115), rgb(224, 181, 96));
}

.button:hover .button__icon-wrapper {
  color: rgb(0, 0, 0);
}

.button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.button:hover .button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.button:hover .button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0px);
}

.hero-section {
  /* width: 100%; */
  background: linear-gradient(135deg, rgb(0 0 0 / 84%), rgb(0 0 0 / 71%), rgb(0 0 0 / 87%)), url(../images/heroBanner.jpg) center center / cover no-repeat fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* overflow: hidden; */
  gap: 20px;
  min-height: 80vh;
  /* padding: 10rem 0px; */
  /* min-height: 100vh; */
  margin-top: -28px;
  padding-top: 4rem;
  /* margin: 0 2rem 15px 2rem; */
  /* width: 97%; */
  /* border-radius: 40px; */
}

.hero-section::before {
  /* content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
    inset: 0px;
    background: radial-gradient(800px 500px at 90% -10%, rgb(234 210 120 / 22%) 0%, transparent 60%), radial-gradient(800px 800px at -5% 90%, rgb(208 175 97 / 22%) 0%, transparent 60%), radial-gradient(800px 800px, rgb(229 194 106 / 3%) 0%, transparent 70%); */
}

.innerBanner {
  background: linear-gradient(135deg, rgb(0 0 0 / 84%), rgb(0 0 0 / 71%), rgb(0 0 0 / 87%)), url(../images/innerBanner.jpg) center center / cover no-repeat fixed;
  height: 45vh;
  background-position-y: bottom !important;
  margin-top: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.innerBanner .innerContnet h2 {
  color: white;
  font-weight: 600;
  font-size: 65px;
}

.innerBanner .innerContnet span {
  display: flex;
  gap: 8px;
}

.innerBanner .innerContnet a {
  font-size: 20px;
  color: white;
  transition: all .3s ease-in-out;
}

.innerBanner .innerContnet a:hover {
  color: #b0b1b1;
}

.hero-section .hero-title {
  position: relative;
  width: 100%;
  margin-bottom: 70px;
}

.hero-section .hero-title h1 {
  font-size: 60px;
  font-weight: 700;
  color: white;
  position: relative;
  z-index: 1;
  /* text-align: center; */
  padding-right: 20px;
}

.hero-section .hero-title span {
  font-style: normal;
  background: #ffffff;
  /* -webkit-text-fill-color: transparent; */
  color: black;
  padding: 0 4px;
  border-radius: 12px;
  display: inline-block;
}

.hero-title p {
  color: white;
  margin-top: 16px;
  max-width: 650px;
}

.hero-section .hero-title h1 .textStrokes {
  color: rgb(226, 194, 108);
  display: inline-block;
}

.hero-section .hero-title h1 em {
  font-style: normal;
  background: linear-gradient(135deg, rgb(227, 208, 122), rgb(224, 181, 96)) text;
  -webkit-text-fill-color: transparent;
}

.hero-section .hero-image-content {
  /* position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35vh;
    border-radius: 250px;
    background: url("../images/heroBanner.jpg") center center / cover no-repeat;
    margin-top: 3rem;
    border: 2px solid #cda44b; */
}

.cloud-divider {
  position: absolute;
  bottom: -24px;
  left: 0px;
  width: 100%;
  line-height: 0;
}

.cloud-divider svg {
  display: block;
  width: 100%;
  height: 120px;
}

.hero-section .hero-image-content .hero-car-image {
  width: 700px;
}

.heroBTN {
  display: flex;
  /* justify-content: center; */
  margin-top: 1.5rem;
}

/* .heroBTN button {
    border: 1px solid white;
} */
.bubble-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.bubble-bg span {
  position: absolute;
  bottom: -50px;
  border-radius: 50%;
  background: #ffffff8a;
  box-shadow:
    0 0 10px rgba(255, 255, 255, 0.25),
    0 0 25px rgba(255, 255, 255, 0.15);
  animation: bubbleUp linear infinite;
}

/* Different bubbles */

.bubble-bg span:nth-child(1) {
  width: 12px;
  height: 12px;
  left: 8%;
  animation-duration: 8s;
}

.bubble-bg span:nth-child(2) {
  width: 20px;
  height: 20px;
  left: 20%;
  animation-duration: 11s;
  animation-delay: 2s;
}

.bubble-bg span:nth-child(3) {
  width: 8px;
  height: 8px;
  left: 35%;
  animation-duration: 7s;
  animation-delay: 1s;
}

.bubble-bg span:nth-child(4) {
  width: 25px;
  height: 25px;
  left: 48%;
  animation-duration: 13s;
  animation-delay: 4s;
}

.bubble-bg span:nth-child(5) {
  width: 10px;
  height: 10px;
  left: 60%;
  animation-duration: 9s;
  animation-delay: 2s;
}

.bubble-bg span:nth-child(6) {
  width: 18px;
  height: 18px;
  left: 72%;
  animation-duration: 12s;
  animation-delay: 5s;
}

.bubble-bg span:nth-child(7) {
  width: 7px;
  height: 7px;
  left: 84%;
  animation-duration: 8s;
  animation-delay: 3s;
}

.bubble-bg span:nth-child(8) {
  width: 15px;
  height: 15px;
  left: 93%;
  animation-duration: 10s;
  animation-delay: 1s;
}

@keyframes bubbleUp {

  0% {
    transform: translateY(0) translateX(0) scale(0.7);
    opacity: 0;
  }

  10% {
    opacity: 0.7;
  }

  50% {
    transform: translateY(-50vh) translateX(25px) scale(1);
    opacity: 0.5;
  }

  75% {
    transform: translateY(-75vh) translateX(-20px) scale(1.1);
    opacity: 0.35;
  }

  100% {
    transform: translateY(-110vh) translateX(15px) scale(1.2);
    opacity: 0;
  }
}

.hero-bookingForm {
  width: 90%;
  background: rgb(0 0 0);
  backdrop-filter: blur(10px);
  padding: 40px 20px;
  border-radius: 35px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 2px solid rgb(255 255 255);
  margin-top: 60px;
  position: relative;
  top: -58px;
}

.tab-content {
  margin-top: 20px;
}

.component-title {
  width: 100%;
  position: absolute;
  z-index: 999;
  top: 30px;
  left: 0px;
  padding: 0px;
  margin: 0px;
  font-size: 1rem;
  font-weight: 700;
  color: rgb(136, 136, 136);
  text-align: center;
}

.tab-container {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 2px;
  background: linear-gradient(135deg, #ffffff, rgb(255 255 255));
  border-radius: 8px;
  width: fit-content;
  margin: 0px auto;
  color: black;
}

.indicator {
  content: "";
  width: 130px;
  height: 35px;
  background: linear-gradient(135deg, rgb(0 0 0) 0%, rgb(53 55 58) 45%, rgb(0 0 0) 100%);
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 9;
  border: 2px solid rgb(255 255 255);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 8px, rgba(0, 0, 0, 0.04) 0px 3px 1px;
  border-radius: 8px;
  transition: 0.2s ease-out;
}

.tab {
  width: 130px;
  height: 28px;
  position: absolute;
  z-index: 99;
  outline: none;
  opacity: 0;
}

.tab_label {
  width: 130px;
  height: 35px;
  position: relative;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
  font-size: 16px;
  cursor: pointer;
  color: rgb(185 185 185);
}

.tab--1:checked~.indicator {
  left: 2px;
}

.tab--2:checked~.indicator {
  left: calc(132px);
}

.input-container {
  position: relative;
  margin: 20px;
}

.input-container i {
  width: 35px;
  height: 35px;
  font-size: 16px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  color: rgb(0 0 0);
  position: absolute;
  top: 3px;
  right: 5px;
}

.input-field {
  display: block;
  width: 100%;
  padding: 10px 44px 10px 3px;
  font-size: 16px;
  color: white;
  border-width: medium medium 2px;
  border-style: none none solid;
  border-color: currentcolor currentcolor rgb(231 231 231);
  border-image: initial;
  outline: none;
  background-color: transparent;
}

.input-label {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 16px;
  color: rgba(140, 139, 139, 0);
  pointer-events: none;
  transition: 0.3s;
}

.input-highlight {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 0px;
  background-color: rgb(20, 20, 20);
  transition: 0.3s;
}

.input-field:focus+.input-label {
  top: -20px;
  font-size: 12px;
  color: rgb(255 255 255);
}

.input-field:focus+.input-label+.input-highlight {
  width: 100%;
}

.form_btn .custom-btn {
  color: var(--primary-light);
  text-transform: capitalize;
  text-decoration: none;
  border: 2px solid var(--primary-light);
  padding: 5px 5px 5px 12px;
  font-size: 16px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  background: transparent;
  position: relative;
  transition: 1s ease-in-out;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}

.form_btn .custom-btn:hover {
  color: var(--text-white);
}

.form_btn .custom-btn {
  position: relative;
  z-index: 0;
}

.form_btn .custom-btn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0px;
  left: -40px;
  transform: skewX(45deg);
  background-color: var(--primary-light);
  transition: 1s ease-in-out;
  z-index: -1;
}

.form_btn .custom-btn>* {
  position: relative;
  z-index: 2;
}

.form_btn .custom-btn:hover::before {
  width: 160%;
}

.form_btn .custom-btn i {
  background: linear-gradient(135deg, var(--primary-light), var(--primary-dark));
  border-radius: 50px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-white);
  border: 2px solid transparent;
  transition: 2s ease-in-out;
}

.form_btn .custom-btn:hover i {
  background: transparent;
  border: 2px solid var(--text-white);
  color: var(--text-white);
}

.form_btn {
  margin-left: 15px;
}

.form_btn .globalBtn a {
     width: fit-content;
 }

.sec2-about {
    padding: 4rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(255 255 255), rgb(243 241 241 / 97%), rgb(255 255 255));
    overflow: hidden;
}

.sec2-about::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  inset: 0px;
  background: radial-gradient(800px 500px at 90% -10%, rgb(255 255 255 / 22%) 0%, transparent 60%), radial-gradient(800px 800px at -5% 90%, rgb(255 255 255 / 13%) 0%, transparent 60%), radial-gradient(800px 800px, rgb(255 255 255 / 10%) 0%, transparent 70%);
}

        .sec2-about .aboutRightImg {
            position: relative;
            overflow: hidden;
            border-radius: 20px;
        }

.sec2-about .aboutRightImg img {
  width: 100%;
  border-radius: 20px;
  box-shadow: rgb(224 192 109 / 12%) 0px 0px 25px;
  transition: all .5s ease-in-out;
}

.sec2-about .aboutRightImg img:hover {
  transform: scale(1.05);
}

.sec2-about h2 {
  font-size: 65px;
  color: #000000;
  font-weight: 700;
}

.sec2-about span {
  font-style: normal;
  background: #000000;
  /* -webkit-text-fill-color: transparent; */
  color: #ffffff;
  padding: 0 4px;
  border-radius: 12px;
  display: inline-block;
}

.aboutSp1 img {
  margin-left: 30px;
}

.sec2-about h2 img {
  max-width: 100px;
  border-radius: 55px;
  animation: leftRight 5s cubic-bezier(.45, 0, .55, 1) infinite;
}

@keyframes leftRight {
  0% {
    transform: translateX(-10px);
  }

  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(-10px);
  }
}

.sec2-about .aboutContent p {
  color: #000000;
  max-width: 600px;
  margin-top: 1rem;
}

.aboutBtn {
  margin-top: 1rem;
}

/* .aboutBtn button {
    border: 1px solid white;
} */


/* secServices */

.secServices {
  padding: 3rem 0;
  overflow: hidden;
}

.secServices h2 {
  font-size: 65px;
  color: #000000;
  font-weight: 700;
  text-align: center;
}

.servCards {
  border: 3px solid #000000;
  padding: 12px 20px;
  border-radius: 18px;
  transition: all .3s ease-in-out;
}

.servCards:hover {
  transform: translateY(-10px);
}
    .servCards p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
.servCards img {
  width: 100%;
  margin-top: -44px;
  border-radius: 12px;
  margin-bottom: 5px;
  box-shadow: rgb(224 192 109 / 12%) 0px 0px 25px;
}

.servCards h3 {
  margin: 6px 0;
  font-weight: 500;
}

.servcontent h3 {
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 10px;
}

.serImg img {
  width: 100%;
  border-radius: 20px;
}

.secServices .topContent {
  padding-bottom: 5rem;
}

/* secServices */


.videoSec {
    background: linear-gradient(135deg, rgb(0 0 0 / 84%), rgb(0 0 0 / 71%), rgb(0 0 0 / 87%)), url(../images/heroBanner.jpg) center center / cover no-repeat fixed;
    padding: 3rem 0;
    color: white;
}
.videoSec img {
    width:100%;
}
.videoSec video {
    width:100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 20px;
}
.videoSec h2 {
    color: white;
    font-size: 46px;
    font-weight: 600;
}

.videoSecContent {
    display: flex;
    flex-direction: column;
    gap: 15px;
}


/*appSec*/

.appSec {
    padding: 3rem 0;
    background: linear-gradient(135deg, rgb(0 0 0 / 92%), rgb(0 0 0 / 89%), rgb(0 0 0 / 87%)), url(../images/iDriveNew.jpeg) center center / cover no-repeat fixed;
}
.appMockup{
    display:flex;
    justify-content:end;
}
.appMockup img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 14px 34px -14px rgb(10 15 36 / 13%);
}
.appContent h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 22px;
    color: white;
}
    .appContent p {
        color:white;
    }
.appContent img {
    margin-top: 16px;
    display: block;
    width: 180px;
    transition: all .3s ease-in-out;
    border-radius: 8px;
}

.appContent img:hover{
    transform:translateY(-10px);
}
    /*appSec*/
    /* become a driver */
    .rz-driver-join {
        /* font-family: 'Inter', -apple-system, sans-serif; */
        /* background: #f4f3f0; */
        color: #0a0a0a;
        padding: 90px 24px;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
    }

.rz-driver-join *,
.rz-driver-join *::before,
.rz-driver-join *::after {
  box-sizing: border-box;
}

.rz-driver-join::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 119px, rgba(10, 10, 10, 0.02) 120px);
  pointer-events: none;
}

.rz-dj-wrap {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
}

/* ---------- Header ---------- */
.rz-dj-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  padding-bottom: 44px;
  margin-bottom: 48px;
  border-bottom: 1px solid #d8d6d0;
}

.rz-dj-head-left {
  max-width: 560px;
}

.rz-dj-tag {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.02em;
  margin: 0 0 14px;
  background: black;
  max-width: fit-content;
  padding: 4px 14px;
  border-radius: 20px;
}

.rz-dj-title {

  font-size: clamp(36px, 5vw, 54px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
  color: #0a0a0a;
}

.rz-dj-title span {
  color: #8a8880;
}

.rz-dj-sub {
  font-size: 16px;
  line-height: 1.6;
  color: #47463f;
  margin: 0;
}

.rz-dj-stats {
  display: flex;
  gap: 36px;
  flex-shrink: 0;
}

.rz-dj-stat {
  text-align: right;
  background: black;
  color: white;
  padding: 3px 5px;
  border-radius: 7px;
  text-align: center;
}

.rz-dj-stat-num {
  font-size: 30px;
  font-weight: 700;
  display: block;
  line-height: 1;
  /* margin-bottom: 6px; */
  color: #ffffff;
}

.rz-dj-stat-label {
  font-size: 12.5px;
  color: #ffffff;
}

/* ---------- Form flow ---------- */
.rz-dj-form {
  display: flex;
  flex-direction: column;
}

.rz-dj-block {
  padding: 36px 0;
  border-bottom: 1px solid #e3e1db;
}

.rz-dj-block:first-child {
  padding-top: 0;
}

.rz-dj-block:last-of-type {
  border-bottom: none;
}

.rz-dj-block-head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 6px;
}

.rz-dj-block-num {

  font-weight: 700;
  font-size: 13px;
  color: #f4f3f0;
  background: #0a0a0a;
  width: 26px;
  height: 26px;
  min-width: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rz-dj-block-title {

  font-size: 19px;
  font-weight: 700;
  margin: 0;
  color: #0a0a0a;
}

.rz-dj-block-desc {
  font-size: 13.5px;
  color: #6b6a63;
  margin: 0 0 26px 40px;
}

/* rows stack top-to-bottom, fields inside a row sit side by side —
     a clearer left-to-right / top-to-bottom reading order than a flat grid */
.rz-dj-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.rz-dj-row+.rz-dj-row {
  margin-top: 20px;
}

.rz-dj-row.rz-dj-row-2 {
  grid-template-columns: repeat(2, 1fr);
}

/* ---------- Floating-label text fields ---------- */
.rz-dj-field {
  position: relative;
}

.rz-dj-field input[type="text"],
.rz-dj-field input[type="email"],
.rz-dj-field input[type="tel"] {
  width: 100%;
  background: #ffffff;
  border: 1px solid #cfccc4;
  color: #0a0a0a;
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  padding: 21px 16px 9px;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.rz-dj-field label {
  position: absolute;
  left: 17px;
  top: 16px;
  font-size: 14.5px;
  color: #78766e;
  pointer-events: none;
  transform-origin: left top;
  transition: transform 0.16s ease, color 0.16s ease, top 0.16s ease;
}

.rz-dj-field input:focus {
  border-color: #0a0a0a;
  box-shadow: 0 0 0 3px rgba(10, 10, 10, 0.06);
}

.rz-dj-field input:focus+label,
.rz-dj-field input:not(:placeholder-shown)+label {
  top: 8px;
  transform: scale(0.74);
}

.rz-dj-field input:focus+label {
  color: #0a0a0a;
}

.rz-dj-field input::placeholder {
  color: transparent;
}

/* ---------- File upload tiles ---------- */
.rz-dj-file {
  position: relative;
}

.rz-dj-file input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.rz-dj-file-tile {
  border: 1px dashed #cfccc4;
  border-radius: 8px;
  background: #ffffff;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  min-height: 62px;
}

.rz-dj-file:hover .rz-dj-file-tile,
.rz-dj-file.rz-dj-file-active .rz-dj-file-tile {
  border-color: #0a0a0a;
  border-style: solid;
  box-shadow: 0 0 0 3px rgba(10, 10, 10, 0.06);
}

.rz-dj-file-icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.rz-dj-file:hover .rz-dj-file-icon {
  transform: translateY(-2px);
}

.rz-dj-file-icon svg {
  width: 15px;
  height: 15px;
}

.rz-dj-file-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.rz-dj-file-label {
  font-size: 13.5px;
  font-weight: 600;
  color: #0a0a0a;
}

.rz-dj-file-name {
  font-size: 12px;
  color: #78766e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rz-dj-file-req {
  margin-left: auto;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #ffffff;
  background: #0a0a0a;
  padding: 3px 8px;
  border-radius: 100px;
  flex-shrink: 0;
}

.rz-dj-file-req.rz-dj-optional {
  background: transparent;
  border: 1px solid #cfccc4;
  color: #78766e;
}

/* ---------- Submit row ---------- */
.rz-dj-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 36px;
}

.rz-dj-consent {
  font-size: 12.5px;
  color: #6b6a63;
  max-width: 380px;
  line-height: 1.55;
}

.rz-dj-consent a {
  color: #0a0a0a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.rz-dj-submit {
  position: relative;
  background: #0a0a0a;
  color: #ffffff;
  border: none;

  font-weight: 700;
  font-size: 14.5px;
  padding: 17px 38px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  transition: transform 0.15s ease;
  flex-shrink: 0;
}

.rz-dj-submit svg {
  width: 15px;
  height: 15px;
  transition: transform 0.25s ease;
}

.rz-dj-submit:hover svg {
  transform: translateX(4px);
}

.rz-dj-submit:active {
  transform: scale(0.97);
}

.rz-dj-submit::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.16), transparent);
  transform: translateX(-120%);
}

.rz-dj-submit:hover::after {
  animation: rz-dj-sheen 0.9s ease forwards;
}

@keyframes rz-dj-sheen {
  to {
    transform: translateX(120%);
  }
}

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .rz-dj-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .rz-dj-stats {
    display: none;
  }
}

@media (max-width: 560px) {
  .rz-driver-join {
    padding: 56px 16px;
  }

  .rz-dj-row,
  .rz-dj-row.rz-dj-row-2 {
    grid-template-columns: 1fr;
  }

  .rz-dj-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .rz-dj-submit {
    justify-content: center;
  }

  .rz-dj-file-req {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rz-driver-join * {
    animation: none !important;
    transition: none !important;
  }
}

.rz-driver-join input:focus-visible,
.rz-driver-join .rz-dj-submit:focus-visible {
  outline: 2px solid #0a0a0a;
  outline-offset: 2px;
}

/* become a driver */



.secFleets .swiper-wrapper {
  margin-top: 1rem;
}

.swiper-pagination-bullet {
  width: 16px !important;
  border-radius: 8px !important;
  transition: 0.4s ease-in-out !important;
  background: rgb(0 0 0) !important;
}

.swiper-pagination-bullet-active {
  background: #000000 !important;
  width: 35px !important;
}

.swiper-button-prev {
  right: 4% !important;
  left: unset !important;
  top: 6% !important;
}

.swiper-button-next {
  right: 0% !important;
  left: unset !important;
  top: 6% !important;
}

.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 42px;
  justify-content: center;
  position: absolute;
  width: 42px;
  z-index: 10;
  background: linear-gradient(160deg, rgb(0 0 0) 0%, rgb(0 0 0) 60%, rgb(0 0 0) 100%);
  padding: 12px;
  border-radius: 22px;
  border: 1px solid rgb(236, 226, 254);
  color: rgb(255, 255, 255) !important;
}


/* fleetSec */

.rz-fleet-section {
  background: #f9f9f9;
  padding: 40px 0px;
  position: relative;

}

.rz-fleet-section::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  inset: 0px;
  background: radial-gradient(800px 500px at 90% -10%, rgb(0 0 0 / 3%) 0%, transparent 60%), radial-gradient(800px 800px at -5% 90%, rgb(14 14 15 / 5%) 0%, transparent 60%), radial-gradient(800px 800px, rgb(229 194 106 / 3%) 0%, transparent 70%);
}

.rz-fleet-section .rz-fleet-container {
  max-width: 1180px;
  margin: 0 auto;
}

.rz-fleet-section .swiper-wrapper {
  margin-top: 1rem;
}

/* ---------- HEAD ---------- */
.rz-fleet-section .rz-fleet-head {
  text-align: center;
  /* max-width: 620px; */
  margin: 0 auto 56px;
}

.rz-fleet-section .rz-fleet-eyebrow {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--rz-gold);
  margin-bottom: 14px;
}

.rz-fleet-section .rz-fleet-heading {
  font-size: 68px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 22px;
  color: #000000;
}

.rz-fleet-section .rz-fleet-heading em {
  font-style: normal;
  background: #000000;
  /* -webkit-text-fill-color: transparent; */
  color: #ffffff;
  padding: 0 4px;
  border-radius: 12px;
  display: inline-block;
}

.rz-fleet-section .rz-fleet-sub {
  margin-top: 16px;
  font-size: 15px;
  color: #000000;
  line-height: 1.6;
}

/* ---------- GRID ---------- */
.rz-fleet-section .rz-fleet-grid {
  /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px; */
}

/* ---------- CARD ---------- */
.rz-fleet-section .rz-fleet-card {
  position: relative;
  height: 380px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 34px -14px rgba(10, 15, 36, 0.28);
  background: #fff;
  transition: transform 0.5s cubic-bezier(.22, .61, .36, 1),
    box-shadow 0.5s cubic-bezier(.22, .61, .36, 1);
  background: linear-gradient(135deg, rgb(0 0 0), rgb(0 0 0 / 90%), rgb(0 0 0 / 45%)) 0% 0% / cover, center center no-repeat fixed;
  background-size: cover;
}

.rz-fleet-section .rz-fleet-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 50px -16px rgba(10, 15, 36, 0.4);
}

/* photo fills whole card, zooms subtly on hover */
.rz-fleet-section .rz-fleet-photo {
  position: absolute;
  inset: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(.22, .61, .36, 1), filter 0.6s ease;
}
    .rz-fleet-section .rz-fleet-photo img {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        object-fit: contain;
    }
    .rz-fleet-section .rz-fleet-card:hover .rz-fleet-photo {
        transform: scale(1.08);
        filter: brightness(0.5);
    }

/* soft base gradient so static name is always legible */
.rz-fleet-section .rz-fleet-photo::after {
  content: "";
}

.rz-fleet-section .rz-fleet-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background: linear-gradient(to top, rgb(0 0 0), rgba(7, 12, 34, 0));
  z-index: 1;
  transition: opacity 0.4s ease;
}

.rz-fleet-section .rz-fleet-card:hover::before {
  opacity: 0;
}

/* ---------- STATIC (default) INFO ---------- */
.rz-fleet-section .rz-fleet-static {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 24px;
  z-index: 2;
  transition: opacity 0.35s ease, transform 0.45s cubic-bezier(.22, .61, .36, 1);
}

.rz-fleet-section .rz-fleet-static .rz-fleet-name {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.rz-fleet-section .rz-fleet-static .rz-fleet-role {
  display: block;
  margin-top: 4px;
  font-size: 12.5px;
  color: var(--rz-gold-light);
  letter-spacing: 0.4px;
}

.rz-fleet-section .rz-fleet-card:hover .rz-fleet-static {
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
}

/* ---------- HOVER PANEL (covers full card height) ---------- */
.rz-fleet-section .rz-fleet-hover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(160deg, rgb(0 0 0 / 3%) 0%, rgb(0 0 0) 55%, rgb(0 0 0) 100%);
  z-index: 3;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.55s cubic-bezier(.22, .61, .36, 1),
    opacity 0.5s ease;
}

.rz-fleet-section .rz-fleet-card:hover .rz-fleet-hover {
  transform: translateY(0%);
  opacity: 1;
}

.rz-fleet-section .rz-fleet-hover .rz-fleet-name {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(.22, .61, .36, 1) 0.08s, opacity 0.5s ease 0.08s;
}

.rz-fleet-section .rz-fleet-hover .rz-fleet-role {
  display: block;
  margin-top: 4px;
  font-size: 12.5px;
  color: var(--rz-gold-light);
  letter-spacing: 0.4px;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(.22, .61, .36, 1) 0.12s, opacity 0.5s ease 0.12s;
}

.rz-fleet-section .rz-fleet-desc {
  margin-top: 14px;
  font-size: 13.5px;
  line-height: 1.6;
  color: white;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(.22, .61, .36, 1) 0.16s, opacity 0.5s ease 0.16s;
}

.rz-fleet-section .rz-fleet-stats {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(.22, .61, .36, 1) 0.2s, opacity 0.5s ease 0.2s;
}

.rz-fleet-section .rz-fleet-stats span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #e7e9f4;
}

.rz-fleet-section .rz-fleet-btn {
  margin-top: 20px;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  border: none;
  border-radius: 30px;
  background: linear-gradient(120deg, var(--rz-gold), var(--rz-gold-light));
  color: var(--rz-navy-deep);
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(.22, .61, .36, 1) 0.24s, opacity 0.5s ease 0.24s,
    filter 0.3s ease, box-shadow 0.3s ease;
}

.rz-fleet-section .rz-fleet-btn:hover {
  filter: brightness(1.06);
  box-shadow: 0 10px 22px -8px rgba(201, 168, 106, 0.55);
}

.rz-fleet-section .rz-fleet-btn .rz-plus {
  width: 14px;
  height: 14px;
  position: relative;
}

.rz-fleet-section .rz-fleet-btn .rz-plus::before,
.rz-fleet-section .rz-fleet-btn .rz-plus::after {
  content: "";
  position: absolute;
  background: var(--rz-navy-deep);
}

.rz-fleet-section .rz-fleet-btn .rz-plus::before {
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  transform: translateX(-50%);
}

.rz-fleet-section .rz-fleet-btn .rz-plus::after {
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  transform: translateY(-50%);
}

/* staggered reveal on hover */
.rz-fleet-section .rz-fleet-card:hover .rz-fleet-hover .rz-fleet-name,
.rz-fleet-section .rz-fleet-card:hover .rz-fleet-hover .rz-fleet-role,
.rz-fleet-section .rz-fleet-card:hover .rz-fleet-hover .rz-fleet-desc,
.rz-fleet-section .rz-fleet-card:hover .rz-fleet-hover .rz-fleet-stats,
.rz-fleet-section .rz-fleet-card:hover .rz-fleet-hover .rz-fleet-btn {
  transform: translateY(0);
  opacity: 1;
}

/* ---------- ICONS (pure CSS, no dependency) ---------- */
.rz-fleet-section .rz-ico {
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.rz-fleet-section .rz-ico-trip::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid var(--rz-gold-light);
  border-radius: 3px;
}

.rz-fleet-section .rz-ico-star::before {
  content: "\2605";
  color: var(--rz-gold-light);
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: -1px;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 980px) {
  .rz-fleet-section .rz-fleet-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .rz-fleet-section .rz-fleet-grid {
    grid-template-columns: 1fr;
  }

  .rz-fleet-section .rz-fleet-card {
    height: 340px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rz-fleet-section * {
    transition: none !important;
  }
}

/* fleetSec */


.rz-contact-section {
  background: #fff;
  padding: 60px 20px;
  position: relative;
}


.rz-contact-section .rz-contact-shell {
  display: grid;
  grid-template-columns: 100%;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 0px 5px -1px rgba(10, 15, 36, 0.35);
}

/* ================= LEFT PANEL ================= */
.rz-contact-section .rz-contact-left {
  position: relative;
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.rz-contact-section .rz-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #0a102c;
  z-index: 3;
}

.rz-contact-section .rz-brand-thin {
  font-weight: 400;
  color: #8a8f9e;
}

.rz-contact-section .rz-brand-dots {
  display: grid;
  grid-template-columns: repeat(2, 5px);
  gap: 3px;
}

.rz-contact-section .rz-brand-dots i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--rz-navy);
}

/* orbit rings */
.rz-contact-section .rz-orbit-wrap {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.rz-contact-section .rz-orbit-glow {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 168, 106, 0.55), rgba(201, 168, 106, 0) 70%);
  filter: blur(4px);
  animation: rz-pulse 3.2s ease-in-out infinite;
}

@keyframes rz-pulse {

  0%,
  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }

  50% {
    transform: scale(1.15);
    opacity: 1;
  }
}

.rz-contact-section .rz-ring {
  position: absolute;
  border: 1px solid var(--rz-line);
  border-radius: 50%;
}

.rz-contact-section .rz-ring-1 {
  width: 160px;
  height: 160px;
}

.rz-contact-section .rz-ring-2 {
  width: 260px;
  height: 260px;
}

.rz-contact-section .rz-ring-3 {
  width: 360px;
  height: 360px;
}

/* each orbit rotates the whole ring; the avatar counter-rotates to stay upright */
.rz-contact-section .rz-orbit {
  position: absolute;
  width: 360px;
  height: 360px;
  animation: rz-spin linear infinite;
}

.rz-contact-section .rz-orbit-avatar {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  border: 3px solid #fff;
  box-shadow: 0 6px 16px rgba(10, 15, 36, 0.18);
  animation: rz-spin-rev linear infinite;
}

.rz-contact-section .rz-orbit-a {
  width: 160px;
  height: 160px;
  animation-duration: 18s;
}

.rz-contact-section .rz-orbit-a .rz-orbit-avatar {
  top: -23px;
  left: 50%;
  margin-left: -23px;
  animation-duration: 18s;
}

.rz-contact-section .rz-orbit-b {
  width: 160px;
  height: 160px;
  animation-duration: 22s;
  animation-direction: reverse;
}

.rz-contact-section .rz-orbit-b .rz-orbit-avatar {
  bottom: -20px;
  left: 10%;
  animation-duration: 22s;
  animation-direction: reverse;
}

.rz-contact-section .rz-orbit-c {
  width: 260px;
  height: 260px;
  animation-duration: 26s;
}

.rz-contact-section .rz-orbit-c .rz-orbit-avatar {
  top: 8%;
  left: -20px;
  animation-duration: 26s;
}

.rz-contact-section .rz-orbit-d {
  width: 260px;
  height: 260px;
  animation-duration: 30s;
  animation-direction: reverse;
}

.rz-contact-section .rz-orbit-d .rz-orbit-avatar {
  bottom: 4%;
  right: -18px;
  animation-duration: 30s;
  animation-direction: reverse;
}

.rz-contact-section .rz-orbit-e {
  width: 360px;
  height: 360px;
  animation-duration: 34s;
}

.rz-contact-section .rz-orbit-e .rz-orbit-avatar {
  top: 42%;
  left: -23px;
  animation-duration: 34s;
}

.rz-contact-section .rz-orbit-f {
  width: 360px;
  height: 360px;
  animation-duration: 38s;
  animation-direction: reverse;
}

.rz-contact-section .rz-orbit-f .rz-orbit-avatar {
  bottom: 0;
  right: 14%;
  animation-duration: 38s;
  animation-direction: reverse;
}

@keyframes rz-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rz-spin-rev {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

.rz-contact-section .rz-social-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 3;
}

.rz-contact-section .rz-social-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  color: #0c1333;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
  width: fit-content;
}

.rz-contact-section .rz-social-list a:hover {
  color: var(--rz-navy);
  transform: translateX(4px);
}

.rz-contact-section .rz-social-ico {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: var(--rz-navy);
  display: inline-block;
}

/* ================= RIGHT PANEL ================= */
.rz-contact-section .rz-contact-right {
  background: black;
  padding: 42px 46px 36px;
  position: relative;
  overflow: hidden;
}

.rz-contact-section .rz-contact-right::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 168, 106, 0.28), transparent 70%);
}

.rz-contact-section .rz-form-title {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  z-index: 2;
}

.rz-contact-section .rz-form-sub {
  position: relative;
  margin-top: 8px;
  font-size: 14px;
  color: #ffffff;
  z-index: 2;
}

.rz-contact-section .rz-form {
  position: relative;
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 2;
}

.rz-contact-section .rz-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.rz-contact-section .rz-field label {
  display: block;
  font-size: 13.5px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 6px;
  letter-spacing: 0.2px;
}

.rz-contact-section .rz-field input,
.rz-contact-section .rz-field select,
.rz-contact-section .rz-field textarea {
  width: 100%;
  background: rgb(255 255 255);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  padding: 11px 14px;
  font-size: 13.5px;
  font-family: inherit;
  color: #000000;
  outline: none;
  transition: border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.rz-contact-section .rz-field input::placeholder,
.rz-contact-section .rz-field textarea::placeholder {
  color: #8a8fac;
}

.rz-contact-section .rz-field select option {
  color: #111;
}

.rz-contact-section .rz-field textarea {
  min-height: 96px;
  resize: vertical;
}

.rz-contact-section .rz-field input:focus,
.rz-contact-section .rz-field select:focus,
.rz-contact-section .rz-field textarea:focus {
  border-color: #ffffff;
  background: rgb(255 255 255);
  box-shadow: 0 0 0 4px rgb(255 255 255 / 12%);
}

.rz-contact-section .rz-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  width: fit-content;
}

.rz-contact-section .rz-checkbox input {
  display: none;
}

.rz-contact-section .rz-check-box {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 1px;
  border-radius: 5px;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  position: relative;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}

.rz-contact-section .rz-check-box::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: transform 0.25s cubic-bezier(.22, .61, .36, 1);
}

.rz-contact-section .rz-checkbox input:checked+.rz-check-box {
  background: white;
  border-color: white;
  transform: scale(1.05);
}

.rz-contact-section .rz-checkbox input:checked+.rz-check-box::after {
  transform: rotate(45deg) scale(1);
}

.rz-contact-section .rz-check-text {
  font-size: 12.5px;
  color: #ffffff;
  line-height: 1.5;
}

.rz-contact-section .rz-check-text a {
  color: var(--rz-gold-light);
  /* text-decoration: underline; */
}

.rz-contact-section .rz-submit-btn {
  position: relative;
  margin-top: 4px;
  padding: 14px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(120deg, var(--rz-gold), var(--rz-gold-light));
  color: var(--rz-navy-deep);
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: 0.2px;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(.22, .61, .36, 1), box-shadow 0.3s ease, filter 0.3s ease;
}

.rz-contact-section .rz-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -10px rgba(201, 168, 106, 0.6);
  filter: brightness(1.05);
}

.rz-contact-section .rz-submit-btn:active {
  transform: translateY(0);
}

.rz-contact-section .rz-submit-btn span {
  position: relative;
  z-index: 1;
}

.rz-contact-section .rz-submit-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 40%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  transform: skewX(-20deg);
  transition: left 0.6s ease;
}

.rz-contact-section .rz-submit-btn:hover::before {
  left: 130%;
}

.rz-contact-section .rz-trusted {
  position: relative;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 18px 26px;
  z-index: 2;
}

.rz-contact-section .rz-trusted-brand {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #7d81a0;
  transition: color 0.3s ease, transform 0.3s ease;
}

.rz-contact-section .rz-trusted-brand:hover {
  color: var(--rz-gold-light);
  transform: translateY(-2px);
}

/* ---------- SOCIAL ICON SHAPES (simple, dependency-free) ---------- */
.rz-contact-section .rz-ico-fb {
  clip-path: circle(50%);
}

.rz-contact-section .rz-ico-tw {
  border-radius: 50% 50% 50% 0;
}

.rz-contact-section .rz-ico-li {
  border-radius: 4px;
}

.rz-contact-section .rz-ico-ig {
  border-radius: 6px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 900px) {
  .rz-contact-section .rz-contact-shell {
    grid-template-columns: 1fr;
  }

  .rz-contact-section .rz-contact-left {
    min-height: 320px;
  }
}

@media (max-width: 560px) {
  .rz-contact-section .rz-field-row {
    grid-template-columns: 1fr;
  }

  .rz-contact-section .rz-contact-right {
    padding: 32px 24px 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rz-contact-section * {
    animation: none !important;
    transition: none !important;
  }
}

footer {
  background: black;
  padding: 2rem 0px;
  position: relative;
}

footer::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  inset: 0px;
  background: radial-gradient(800px 500px at 90% -10%, rgb(255 255 255 / 22%) 0%, transparent 60%), radial-gradient(800px 800px at -5% 90%, rgb(255 255 255 / 9%) 0%, transparent 60%), radial-gradient(800px 800px, rgb(229 194 106 / 3%) 0%, transparent 70%);
}

.footerLogo {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footerLogo .social-icons {
  display: flex;
  gap: 12px;
}

footer .footerLogo img {
  width: 180px;
  background-color: white;
  padding: 3px 3px;
  border-radius: 20px;
}

.footerLogo p {
  color: white;
  padding-top: 1rem;
}

.footerLinks {
  display: flex;
  justify-content: center;
}

.footerLinks ul li a {
  color: white;
  padding: 4px 0px;
  display: flex;
  gap: 10px;
  align-items: center;
  transition: 0.3s ease-in-out;
}

.footerLinks ul li a i {
  background: #ffffff;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid #ffffff00;
  color: #000;
  transition: 0.3s ease-in-out;
}

.footerLinks .fa-house {
  /* width: 55px; */
}

.footerLinks ul li a:hover {
  color: #c2c2c2;
}

.footerLinks ul li a:hover i {
  color: white;
  background: transparent !important;
  border: 1px solid #ffffff;
}

.footerLinks ul h3 {
  color: white;
  font-weight: 600;
  padding-bottom: 1rem;
}

footer .social-icons a {
  background: #ffffff;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #000;
  border: 1px solid #ffffff00;
  transition: 0.3s ease-in-out;
}

.addresUN i {
  width: 40px !important;
}

footer .social-icons a:hover {
  background: transparent;
  color: white;
}

footer .social-icons a:hover {
  border: 1px solid #ffffff;
}

.bottomFooter {
  display: flex;
  justify-content: space-between;
  color: white;
  border-top: 2px solid white;
  margin-top: 2.5rem;
  padding-top: 2rem;
}

.bottomFooter a {
  color: white;
  transition: 0.3s ease-in-out;
}

.bottomFooter a:hover {
  color: #c2c2c2;
}


.sec-result {
    padding: 60px 0;
    margin:0 !important;
}

    .sec-result .upper-list {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 7px 16px;
        background: #edf2fa;
        border-radius: 40px;
        border: 2px solid black;
    }

        .sec-result .upper-list li {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .sec-result .upper-list li .icon-box {
            }

                .sec-result .upper-list li .icon-box .img-icon {
                    width: 60px;
                    height: 100%;
                    object-fit: contain;
                }

            .sec-result .upper-list li .text-box {
                padding: 0 10px;
            }

                .sec-result .upper-list li .text-box h6 {
                    font-size: 16px;
                    font-weight: 600;
                    color: #000;
                }

                .sec-result .upper-list li .text-box p {
                    font-size: 14px;
                }

    .sec-result .number-box {
        padding: 30px 40px;
    }

        .sec-result .number-box ul {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .sec-result .number-box ul li {
                width: 24%;
                position: relative;
            }

                .sec-result .number-box ul li .num-circle {
                    text-align: center;
                }

                    .sec-result .number-box ul li .num-circle h6 {
                        background-color: #edf2fa;
                        width: 50px;
                        height: 50px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        border-radius: 50%;
                        font-size: 20px;
                        margin: 0 auto;
                        color: #000;
                        font-weight: 600;
                    }

                    .sec-result .number-box ul li .num-circle p {
                        font-size: 14px;
                        margin-top: 15px;
                        text-transform: uppercase;
                        color: #000;
                    }

    .sec-result .completed {
        background-color: #000000 !important;
        color: #ffffff !important;
    }

    .sec-result .for-line {
        position: relative
    }

        .sec-result .for-line::before {
            content: '';
            background-color: #000000;
            position: absolute;
            width: 67%;
            height: 4px;
            top: 30%;
            border-radius: 10px;
            left: 70%;
        }

    .sec-result .cancellation-box {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 20px;
        background-color: #000000bd;
    }

        .sec-result .cancellation-box .img-box {
            background-color: #fff;
            padding: 10px;
            border-radius: 10px;
        }

            .sec-result .cancellation-box .img-box .shield-img {
                width: 50px;
            }

        .sec-result .cancellation-box .text-box {
            padding-left: 10px;
        }

            .sec-result .cancellation-box .text-box p {
                line-height: 23px;
                color: #fff;
                font-size: 18px;
            }


.update-fleet-box {
    background: #edf2fa;
    margin: 20px 0;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
}

    .update-fleet-box .img-box {
        margin-bottom: 10px;
    }

        .update-fleet-box .img-box img {
            width: 100%;
            height: 120px;
            object-fit: contain;
        }

    .update-fleet-box .car-text {
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 10px;
        font-weight: 700;
    }

    .update-fleet-box .private-text {
        font-size: 14px;
    }

    .update-fleet-box .star-list {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 7px 0 0;
    }

        .update-fleet-box .star-list li {
            padding: 0 1px;
        }

            .update-fleet-box .star-list li i {
                color: #ffffff;
                background-color: #000000;
                padding: 4px;
                border-radius: 5px;
                width: 25px;
                height: 25px;
            }

    .update-fleet-box .fleet-detail {
        padding: 0px 13px;
        border-right: 1px solid #bbbbbb;
        border-left: 1px solid #bbbbbb;
    }

        .update-fleet-box .fleet-detail h4 {
            font-size: 22px;
            font-weight: 600;
            padding-bottom: 5px;
            color: #000000;
        }

        .update-fleet-box .fleet-detail .passenger-list {
            display: flex;
            align-items: center;
        }

            .update-fleet-box .fleet-detail .passenger-list li {
                font-size: 13px;
                padding: 0 8px 0 0;
                font-weight: 600;
            }

                .update-fleet-box .fleet-detail .passenger-list li i {
                    font-size: 16px;
                }

        .update-fleet-box .fleet-detail .passenger-list-2 {
            padding: 10px 0;
        }

            .update-fleet-box .fleet-detail .passenger-list-2 li {
                font-size: 15px;
                padding: 3px 10px;
                border: 1px solid #000000;
                margin: 3px 0;
                border-radius: 6px;
                font-size: 12px;
                background-color: #000000;
                width: fit-content;
                color: #ffffff;
            }

                .update-fleet-box .fleet-detail .passenger-list-2 li i {
                    font-size: 16px;
                    padding-right: 5px;
                }

        .update-fleet-box .fleet-detail .info-btn {
            color: #f9b442;
            text-decoration: underline;
            font-weight: 500;
        }

    .update-fleet-box .rate-box {
        margin-top: 10%;
    }

        .update-fleet-box .rate-box h6 {
            font-size: 15px;
            margin-top: 4px;
        }

        .update-fleet-box .rate-box .prize-box {
            text-align: center;
            padding: 4px 0;
            font-size: 20px;
            line-height: 29px;
            color: #000;
            font-weight: 600;
        }

        .update-fleet-box .rate-box .done-btn {
            padding: 0px;
            border-radius: 5px;
            text-align: center;
            color: #000000;
            font-weight: 600;
        }

.right-card {
    background-color: #edf2fa;
    padding: 20px;
    margin-top: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
}

    .right-card .top-heading {
        display: flex;
        align-items: center;
        padding: 10px 0 15px;
    }

        .right-card .top-heading i {
            font-size: 24px;
            padding-right: 10px;
            color: #000000;
        }

        .right-card .top-heading h5 {
            font-size: 22px;
            color: #000000;
        }

    .right-card .distance-box {
        padding: 20px 0;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
    }

        .right-card .distance-box h6 {
            color: #000;
        }

        .right-card .distance-box ul {
            padding: 10px 0 0;
        }

            .right-card .distance-box ul li {
                font-size: 14px;
                padding: 5px 0px;
                color: #000;
            }

                .right-card .distance-box ul li i {
                    font-size: 16px;
                    color: #000000;
                    padding-right: 5px;
                }

    .right-card .cal-mile {
        padding: 10px 0 0;
    }

        .right-card .cal-mile li {
            font-size: 16px;
            padding: 5px 0;
            color: #000;
        }

            .right-card .cal-mile li i {
                padding-right: 5px;
                color: #000000;
            }

    .right-card .distance-box-2 ul li {
        font-size: 14px;
        padding: 5px 0;
        color: #000;
    }

        .right-card .distance-box-2 ul li i {
            font-size: 15px;
            color: #000000;
            padding-right: 3px;
        }

.ui-menu {
    height: 250px !important;
    overflow-y: scroll;
}

.Passenger-Information {
    background: #edf2fa;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
}

    .Passenger-Information h3 {
        font-size: 22px;
        font-weight: 600;
        padding-bottom: 5px;
        color: #000000;
    }

    .Passenger-Information .input-box {
        padding-bottom: 10px;
    }

        .Passenger-Information .input-box label {
            text-align: center;
            padding: 4px 0;
            font-size: 16px;
            font-weight: 600;
            line-height: 18px;
            color: #000;
            margin: 0;
        }

        .Passenger-Information .input-box .b-field {
            width: 100%;
            border: 1px solid #ccc !important;
        }

        .Passenger-Information .input-box p {
            font-size: 13px;
            padding: 4px 0;
        }

    .Passenger-Information .input-box-extra {
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .Passenger-Information .input-box-extra input {
            margin: 0 !important;
        }

        .Passenger-Information .input-box-extra label {
            padding-left: 10px;
        }

.ui-dialog .ui-dialog-content {
    overflow-y: hidden !important;
}

.ui-dialog .ui-dialog-buttonpane button {
    background: #000 !important;
    padding: 7px 10px !important;
    text-align: center !important;
    color: #ffffff !important;
    border-radius: 7px !important;
}

/*.ui-menu .ui-menu-item {
    width: 350px !important;
}*/




@media only screen and (min-width: 1921px) and (max-width: 7368px) {}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-section .hero-title h1 {
        font-size: 50px;
    }
    .main-header .navbar-expand-lg .navbar-nav {
        gap: 15px;
    }
    .main-header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 15px;
    }
    .sec2-about h2 {
        font-size: 50px;
    }
    .secServices h2 {
        font-size: 50px;
    }
    .rz-fleet-section .rz-fleet-heading {
        font-size: 50px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-section .hero-title h1 {
        font-size: 40px;
    }

    .main-header .navbar-expand-lg .navbar-nav {
        gap: 15px;
    }
    
    .main-header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }

    .sec2-about h2 {
        font-size: 40px;
    }

    .secServices h2 {
        font-size: 50px;
    }

    .rz-fleet-section .rz-fleet-heading {
        font-size: 50px;
    }
    .main-header .navbar-expand-lg .header-logo {
        width: 110px;
    }
    .globalBtn button, .form_btn .globalBtn a, .rz-contact-right .globalBtn a {
        padding: 10px 12px;
        font-size: 14px;
    }
    .scroll {
        padding: 5px 45px !important;
    }
    .footerLinks ul li a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section .hero-title h1 {
        font-size: 40px;
    }

    .main-header .navbar-expand-lg .navbar-nav {
        gap: 15px;
    }
    .servcontent h3 {
        font-size: 34px;
    }
    
    .main-header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }

    .sec2-about h2 {
        font-size: 40px;
    }

    .secServices h2 {
        font-size: 50px;
    }

    .rz-fleet-section .rz-fleet-heading {
        font-size: 50px;
    }

    .main-header .navbar-expand-lg .header-logo {
        width: 110px;
    }

    .globalBtn button, .form_btn .globalBtn a, .rz-contact-right .globalBtn a {
        padding: 10px 12px;
        font-size: 14px;
    }

    .scroll {
        padding: 5px 45px !important;
    }

    .footerLinks ul li a {
        font-size: 14px;
    }
    .hero-section .hero-image-content {
        display: flex;
        justify-content: center;
    }
    .aboutRightImg{
        margin-top:25px;
    }
    .threeCards{
        margin-top:4rem;
    }
    .main-header .navbar-expand-lg .navbar-nav .nav-link.active {
        max-width: fit-content;
    }
    .navbar-collapse {
        margin: 1rem 0;
    }
    .main-header .mini-header .social-icons a i {
        font-size: 18px;
    }
    .main-header .mini-header .contact-info {
        gap: 8px;
    }
    .main-header .navbar-expand-lg {
        margin-top: -10px;
    }
    .videoSec video {
        width: 100%;
    }
    .videoSecContent {
        text-align:center;
        margin-top:1rem;
    }
    .appContent h2 {
        font-size: 50px;
    }
    .appContent{
        text-align:center;
        margin-top:1rem;
    }
    .appMockup{
        justify-content:center;
    }
    .appMockup img {
        width: 70%;
    }
    .appContent .globalBtn {
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        gap: 10px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .sec-result .upper-list{
        display:none;
    }
    .footerLinks {
        justify-content: start;
    }
        .footerLinks ul h3 {
            margin-top: 1rem;
        }
   
    .hero-section .hero-title h1 {
        font-size: 40px;
    }
    .main-header .mini-header .contact-info {
        gap: 10px;
    }
    .main-header .mini-header .contact-info .mobile_number a, .main-header .mini-header .contact-info .email_address a {
        font-size: 14px;
    }
    .servcontent p {
        margin-bottom: 20px;
    }
    .main-header .navbar-expand-lg .navbar-nav {
        gap: 15px;
    }

        .main-header .navbar-expand-lg .navbar-nav .nav-link {
            font-size: 14px;
        }

    .sec2-about h2 {
        font-size: 40px;
    }

    .secServices h2 {
        font-size: 50px;
    }

    .rz-fleet-section .rz-fleet-heading {
        font-size: 50px;
    }

    .main-header .navbar-expand-lg .header-logo {
        width: 110px;
    }

    .globalBtn button, .form_btn .globalBtn a, .rz-contact-right .globalBtn a {
        padding: 10px 12px;
        font-size: 14px;
    }

    .scroll {
        padding: 5px 45px !important;
    }

    .footerLinks ul li a {
        font-size: 14px;
    }

    .hero-section .hero-image-content {
        display: flex;
        justify-content: center;
    }

    .aboutRightImg {
        margin-top: 25px;
    }

    .servCards {
        margin: 2rem 0;
    }
    .secServices .topContent {
        padding-bottom: 2rem;
    }
    .rz-contact-section .rz-contact-right {
        padding: 25px;
    }
    .rz-contact-section .rz-form-title {
        font-size: 30px;
    }
    .bottomFooter {
        flex-direction: column;
        align-items: center;
    }
    .main-header .navbar-expand-lg .navbar-nav .nav-link.active {
        max-width: fit-content;
    }

    .navbar-collapse {
        margin: 1rem 0;
    }
    .main-header .mini-header .social-icons {
        justify-content: center;
    }
    .main-header .mini-header .contact-info {
        justify-content: center;
    }
    .main-header .navbar-expand-lg {
        margin-top: 0px;
    }
    .swiper-button-prev {
        right: 10% !important;
    }
    .rz-fleet-photo img {
        width: 100%;
    }
    .innerBanner .innerContnet h2 {
        font-size: 50px;
    }
    .videoSec video {
        width: 100% !important;
        height: 300px !important;
        margin-bottom: 1rem;
    }
    .videoSecContent {
        text-align: center;
        margin-top: 1rem;
    }

    .appContent h2 {
        font-size: 45px;
    }

    .appContent {
        text-align: center;
        margin-top: 1rem;
    }

    .appMockup {
        justify-content: center;
    }

        .appMockup img {
            width: 70%;
        }
    .appContent .globalBtn {
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        gap: 10px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 480px) {
    .sec-result .upper-list {
        display: none;
    }
    .footerLinks{
        justify-content:start;
    }
    .main-header .mini-header .social-icons a i {
        font-size: 18px;
    }

    .footerLinks ul h3 {
        margin-top: 1rem;
    }
    .servcontent p {
        margin-bottom: 20px;
    }
    .servcontent h3 {
        font-size: 34px;
    }
    .videoSecContent {
        text-align: center;
    }
    .appContent {
        text-align: center;
    }
        .appContent h2 {
            font-size: 50px;
        }
        .secServices {
            margin: 0 !important;
        }
    .videoSec video {
        width: 100% !important;
        height: 300px !important;
        margin-bottom: 1rem;
    }
    .bottomFooter {
        flex-direction: column;
        text-align: center;
    }
    .innerBanner .innerContnet {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
        .innerBanner .innerContnet h2 {
            font-size: 32px;
            text-align: center;
        }
        .innerBanner .innerContnet a {
            font-size: 16px;
        }
    .sec-result .upper-list {
        display: none;
    }

    .footerLinks {
        justify-content: start;
    }

        .footerLinks ul h3 {
            margin-top: 1rem;
        }

    .hero-section .hero-title h1 {
        font-size: 32px;
    }

    .main-header .navbar-expand-lg .navbar-nav {
        gap: 15px;
    }

        .main-header .navbar-expand-lg .navbar-nav .nav-link {
            font-size: 14px;
        }

    .sec2-about h2 {
        font-size: 32px;
    }

    .secServices h2 {
        font-size: 32px;
    }

    .rz-fleet-section .rz-fleet-heading {
        font-size: 32px;
    }
    .rz-fleet-photo img {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        object-fit: contain;
    }
    .main-header .navbar-expand-lg .header-logo {
        width: 110px;
    }

    .globalBtn button, .form_btn .globalBtn a, .rz-contact-right .globalBtn a {
        padding: 10px 12px;
        font-size: 14px;
    }

    .scroll {
        padding: 5px 45px !important;
    }

    .footerLinks ul li a {
        font-size: 14px;
    }

    .hero-section .hero-image-content {
        display: flex;
        justify-content: center;
    }

    .aboutRightImg {
        margin-top: 25px;
    }

    .servCards {
        margin: 2rem 0;
    }

    .secServices .topContent {
        padding-bottom: 2rem;
    }

    .rz-contact-section .rz-contact-right {
        padding: 25px;
    }

    .rz-contact-section .rz-form-title {
        font-size: 30px;
    }

    .bottomFooter {
        flex-direction: column;
        align-items: center;
    }

    .main-header .navbar-expand-lg .navbar-nav .nav-link.active {
        max-width: fit-content;
    }

    .navbar-collapse {
        margin: 1rem 0;
    }

    .main-header .mini-header .social-icons {
        justify-content: center;
    }

    .main-header .mini-header .contact-info {
        justify-content: center;
    }

    .main-header .navbar-expand-lg {
        margin-top: 35px;
    }
    .sec2-about {
        padding: 4rem 0;
    }
    .swiper-button-prev {
        right: 55px !important;
    }
    footer .footerLogo img {
        width: 140px;
    }
    .footerLogo p {
        max-width: 360px;
    }
    .hero-section .hero-title {
        text-align: center;
    }
    .heroBTN {
        justify-content: center;
    }
    .main-header .mini-header .contact-info {
        gap: 3px;
    }
    .main-header .mini-header .contact-info .mobile_number a, .main-header .mini-header .contact-info .email_address a {
         font-size: 12px;
    }
    .rz-contact-section {
        padding: 60px 0px;
    }
    .tab_label {
        width: 115px;
    }
    .tab-container {
        width: 265px;
    }
    .hero-bookingForm {
        padding: 40px 0px;
    }
    .update-fleet-box .fleet-detail .passenger-list {
        flex-direction: column;
        margin-top: 10px;
    }
    .update-fleet-box .fleet-detail .passenger-list-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .sec-result .number-box ul li .num-circle p {
        font-size: 10px;
    }
    .sec-result .number-box ul li .num-circle h6 {
        position: relative;
    }
    .update-fleet-box .fleet-detail {
        text-align: center;
    }
    .update-fleet-box .star-list {
        justify-content: center;
    }
    .update-fleet-box .private-text {
        display: flex;
        justify-content: center;
    }
    .main-header .mini-header .contact-info {
        flex-direction: column-reverse;
    }
    .WelComeText {
        margin-top: 422px !important;
        margin-left: 110px !important;
    }
    .paymentbox-list1, .paymentbox-list2{
        width:50% !important;
    }

    .videoSec video {
        width: 100%;
    }

    .videoSecContent {
        text-align: center;
        margin-top: 1rem;
    }

    .appContent h2 {
        font-size: 38px;
    }

    .appContent {
        text-align: center;
        margin-top: 1rem;
    }

    .appMockup {
        justify-content: center;
    }

        .appMockup img {
            width: 70%;
        }
    .appContent .globalBtn {
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        gap: 10px;
    }
    .videoSec h2 {
        font-size: 38px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 350px) {
    .tab--2:checked ~ .indicator {
        left: calc(110px);
    }
    .tab-container {
        width: 85%;
    }
}