body {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  background: var(--Light, #fbf8f9);
  overflow-x: hidden;
}

.full-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background: #21060b;
  z-index: 9999;
  display: none;
}

.close-menu {
  top: 30px;
  right: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

#fullMenu {
  max-width: 100vw;
  max-height: 100vh;
  overflow-x: hidden;
}

.full-menu.active {
  display: block;
}

a {
  text-decoration: none;
  color: #3a3938;
}

a:hover {
  text-decoration: none;
  color: #3a3938;
}

li {
  list-style: none;
}

.hero {
  padding: 30px 0px 0px;
  background: url("../images/herobg.png") bottom / cover no-repeat;
}
.logo {
  height: 150px;
}

.burgericon {
  cursor: pointer;
}

button,
.button {
  font-size: 14px;
  padding: 20px;
}

/* Hover transition for .button elements - AOS compatible */
a.button,
button {
  transition: transform 0.3s ease;
}

a.button:hover,
button.button:hover {
  transform: translateY(-5px);
}

/* Ensure hover works after AOS animation completes */
a.button[data-aos].aos-animate:hover,
button.button[data-aos].aos-animate:hover {
  transform: translateY(-10px);
}

.yellow-btn {
  color: var(--Brown, #21060b);
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  border-radius: 35px;
  background: var(--Yellow, #f9db44);
}

.yellow,
.leftYellow {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 90vh;
}

.leftYellow {
  left: 0px;
}

.pr-100 {
  padding-right: 100px;
}

.ps-100 {
  padding-left: 100px;
}

.pb-200 {
  padding-bottom: 150px;
}

.pt-200 {
  padding-top: 150px;
}

.rightMenu {
  background: url("../images/menuRight.png") center / cover no-repeat;
}

.full-menu h2 {
  color: var(--Light, #fbf8f9);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

.full-menu h2 span {
  color: var(--Orange, #fa9d1b);
  font-weight: 700;
}

.full-menu li a {
  color: var(--Light, #fbf8f9);
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
}

.full-menu li {
  border-radius: 31px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgba(238, 255, 0, 0.1);
  width: 400px;
  padding: 15px 0;
}

.full-menu li.active,
.full-menu li:hover {
  cursor: pointer;
  background: rgba(238, 255, 0, 0.1);
}

.rain {
  color: var(--Brown, #21060b);
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  border-radius: 24px;
  background: rgba(238, 255, 0, 0.1);
  width: max-content;
  padding: 14px 35px;
}

.rain span,
.shine span {
  color: var(--Orange, #fa9d1b);
  font-weight: 700;
}

.shine {
  color: var(--Light, #fbf8f9);
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  border-radius: 24px;
  background: rgba(238, 255, 0, 0.1);
  padding: 10px 30px;
  line-height: 1.2;
}

.hero h1 {
  color: var(--Brown, #21060b);
  font-family: Inter;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
}

.hero h1.ms-auto {
  margin-left: 0 !important;
  margin-right: auto;
}

.hero-title {
  color: var(--Brown, #21060b);
  font-family: Inter;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.1;
}

.over-centered {
  width: max-content;
  color: var(--Yellow, #f9db44);
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  padding: 10px 30px;
  border-radius: 24px;
  background: rgba(33, 6, 11, 0.89);
  margin: 0 auto;
  display: inline-block;
}

.hero-car {
  max-width: 900px;
  width: 100%;
}

.serving-text {
  color: var(--Brown, #21060b);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0;
}

.serving-text strong {
  font-weight: 700;
}

.over {
  width: max-content;
  color: var(--Yellow, #f9db44);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 24px;
  background: rgba(33, 6, 11, 0.89);
}

.w-max-content {
  width: max-content;
}

.lightYellow {
  border-radius: 24px;
  background: rgba(238, 255, 0, 0.1);
  padding: 8px 20px;
}

section h3,
footer h3 {
  color: var(--Brown, #21060b);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.zigzag {
  min-width: 100%;
}

section h3 span,
footer h3 span {
  font-weight: 700;
}

.spot {
  border-radius: 29px;
  background: var(--Yellow, #f9db44);
  padding: 20px;
}

.about,
.client {
  padding: 50px 0px;
  position: relative;
}

footer h2,
section h2 {
  color: var(--Brown, #21060b);
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
}
footer h2 span,
section h2 span {
  color: var(--Orange, #fa9d1b);
}

.booking {
  border-radius: 37px;
  background: var(--DARK-DARK-90, rgba(0, 0, 0, 0.9));
  padding: 69px 42px;
}

.booking input,
.booking select,
.booking textarea {
  width: 100%;
  border: none;
  border-bottom: 1.98px solid var(--Yellow, #f9db44);
  background-color: transparent;
  color: white;
  font-size: 16px;
  padding: 10px 10px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.booking select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23f9db44' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
  cursor: pointer;
}

.booking select option {
  background-color: #21060b;
  color: white;
}

.booking textarea {
  resize: vertical;
  min-height: 60px;
}

.booking input:focus,
.booking select:focus,
.booking textarea:focus {
  outline: none;
  border-bottom-color: #fa9d1b;
}

.booking input::placeholder,
.booking textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.booking .form-label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Inter', sans-serif;
}

.booking .form-group {
  position: relative;
}

.booking button[type="submit"] {
  border: none;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.booking button[type="submit"]:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(249, 219, 68, 0.4);
}

/* Privacy links styling */
.privacy-link {
  color: rgba(255, 255, 255, 0.6);
  cursor: default;
}

.whyChoose {
  border-radius: 0 371px 0 0;
  background: var(--Brown, #21060b);
  padding: 70px 0px;
}

.whyH2 {
  color: var(--Light, #fbf8f9);
  font-family: Inter;
  font-size: 65px;
  font-weight: 700;
  line-height: 1;
}

.whyH2 span {
  color: var(--Yellow, #f9db44);
}

.loyalty {
  border-radius: 113px;
  background: url("../images/loyalty.png") center / cover no-repeat;
  padding: 40px 0px;
  position: relative;
  margin-bottom: -150px;
  margin-top: 60px;
  z-index: 2;
}

.ride {
  border-radius: 24px;
  background: rgba(238, 255, 0, 0.28);
  color: var(--Brown, #21060b);
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  width: max-content;
  padding: 10px 30px;
}

.colorBrown {
  color: #21060b;
}

.loyaltyCar {
  position: absolute;
  left: -50px;
}

.transH2 {
  color: var(--Brown, #21060b);
  font-family: Inter;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 99%;
}

.transport {
  z-index: 1;
  position: relative;
  padding: 120px 0px 50px;
  background: url("../images/herobg.png") bottom / cover no-repeat;
}

.tranCard {
  border-radius: 47px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 56.29%, #000 100%),
    url("../images/tran1.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 42px 38px;
  min-height: 600px;
  transition: all 0.3s ease-in-out;
}

.tranCard:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.tran2 {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 56.29%, #000 100%),
    url("../images/tran2.png") center / cover no-repeat;
}

.tran3 {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 56.29%, #000 100%),
    url("../images/tran3.png") center / cover no-repeat;
}

.tran4 {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 56.29%, #000 100%),
    url("../images/tran4.png") center / cover no-repeat;
}

.tran5 {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 56.29%, #000 100%),
    url("../images/tran5.png") center / cover no-repeat;
}

.tran6 {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 56.29%, #000 100%),
    url("../images/tran6.png") center / cover no-repeat;
}

.tran7 {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 56.29%, #000 100%),
    url("../images/tran7.png") center / cover no-repeat;
}

.tranCard h3 {
  color: var(--Light, #fbf8f9);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

.tranCard p {
  color: var(--Light, #fbf8f9);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.owl-carousel .item {
  height: auto;
  border-radius: 64px;
  overflow: hidden;
}

.owl-carousel .item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 64px;
}

.rev-star {
  font-size: 16px;
  color: rgba(255, 193, 7, 1);
}

.rev-star p {
  color: var(--GREENDAR, #152418);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.rev-cards {
  border-radius: 20px;
  border: 1px solid #56545b;
  background: rgba(127, 178, 34, 0);
  height: 100%;
  min-height: 400px;
}

.rev-name {
  color: var(--GREENDAR, #152418);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}

.rev-sub {
  color: rgba(124, 124, 124, 0.5);
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

.userimg {
  border-radius: 50%;
  border: 3px solid #fff;
  height: 50px;
  width: 50px;
}

.user-initials {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--Yellow, #f9db44);
  color: var(--Brown, #21060b);
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
}

.client h3 {
  color: var(--DARK, #282525);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

footer {
  background: url("../images/footerbg.png") top / cover no-repeat;
}

.video-container {
  display: block;
  position: relative;
}

.video-container video {
  display: block;
  width: 100%;
  -webkit-clip-path: inset(0 round 30px);
  clip-path: inset(0 round 30px);
}

.insideFooter {
  border-radius: 0 279px 0px 0px;
  background: var(--Brown, #21060b);
}
.footerLogo {
  position: absolute;
  top: -160px;
  left: 50%;
  transform: translateX(-50%);
}
#toTop {
  border-radius: 44.5px;
  background: var(--Orange, #fa9d1b);
  padding: 21px 15px;
  cursor: pointer;
}

.privacy {
  color: #fff;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.privacy a {
  color: var(--Yellow, #f9db44);
  text-align: right;
}

/* Tablet breakpoint */
@media (max-width: 992px) and (min-width: 601px) {
  .rain {
    font-size: 20px;
    padding: 10px 20px;
    white-space: nowrap;
  }
  .hero h1,
  .hero-title {
    font-size: 56px;
  }
  .whyH2 {
    font-size: 50px;
  }
  .transH2 {
    font-size: 56px;
  }
  .pr-100 {
    padding-right: 30px;
  }
  .ps-100 {
    padding-left: 30px;
  }
  .booking {
    padding: 50px 30px;
  }
  .tranCard {
    min-height: 450px;
    padding: 35px 25px;
  }
  .loyaltyCar {
    position: relative;
    left: 0;
  }
  .loyalty * {
    text-align: center;
  }
  .loyalty {
    margin-bottom: -100px;
    margin-top: 50px;
  }
  .full-menu li {
    width: 300px;
  }
  .full-menu li a {
    font-size: 24px;
  }
  .about,
  .client {
    padding: 60px 0px;
  }
  .whyChoose {
    padding: 60px 0px;
  }
  .pb-200 {
    padding-bottom: 100px;
  }
  .pt-200 {
    padding-top: 100px;
  }
  .owl-carousel .item {
    height: auto;
    border-radius: 40px;
  }
  .owl-carousel .item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 40px;
  }
}

/* Mobile breakpoint */
@media (max-width: 600px) {
  .yellow,
  .leftYellow {
    display: none;
  }
  .hero h1,
  .hero-title,
  .transH2 {
    font-size: 36px;
    text-align: center;
  }
  .over-centered {
    font-size: 16px;
    padding: 8px 20px;
  }
  .serving-text {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
  }
  .whyH2 {
    font-size: 40px;
    text-align: center;
  }
  .rain,
  .over {
    font-size: 14px;
    padding: 8px 15px;
    white-space: nowrap;
    margin: 0 auto;
  }
  .pr-100 {
    padding-right: 10px;
  }
  .ps-100 {
    padding-left: 10px;
  }
  .w-max-content-mob {
    width: 100% !important;
  }
  .whyChoose {
    padding-top: 120px;
    padding-bottom: 50px;
  }
  .about,
  .client {
    padding: 50px 0px;
  }
  .transport {
    padding: 80px 0px 40px;
  }
  .pb-200 {
    padding-bottom: 80px;
  }
  .pt-200 {
    padding-top: 80px;
  }
  .loyaltyCar {
    position: relative;
    left: 0px;
  }
  .loyalty * {
    text-align: center;
  }
  .loyalty {
    border-radius: 30px;
    margin-bottom: -60px;
    margin-top: 30px;
    padding: 30px 15px;
  }
  .tranCard {
    padding: 30px 20px;
    min-height: 350px;
    margin-bottom: 20px;
  }
  .insideFooter{
    border-radius: 0px;
  }
  .full-menu h2{
    font-size: 18px;
  }
  .full-menu li {
    width: 90%;
    max-width: 300px;
  }
  /* Logo */
  .logo {
    height: 80px;
  }
  /* Header layout */
  .hero .row.justify-content-between.pr-100 {
    padding-right: 10px;
  }
  .hero .rightSide {
    flex-wrap: wrap;
    gap: 10px !important;
  }
  .hero .rightSide .button {
    display: none !important;
  }
  .burgericon {
    font-size: 14px;
  }
  /* Section headings */
  section h2,
  footer h2 {
    font-size: 28px;
  }
  section h3,
  footer h3 {
    font-size: 16px;
  }
  .tranCard h3 {
    font-size: 18px;
  }
  /* Carousel */
  .owl-carousel .item {
    height: auto;
    border-radius: 30px;
  }
  .owl-carousel .item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 30px;
  }
  /* Review cards */
  .rev-cards {
    min-height: auto;
    padding: 20px;
  }
  /* Footer logo */
  .footerLogo {
    top: -80px;
    max-width: 150px;
  }
  /* Phone buttons - hide on mobile */
  .phone-buttons-container {
    display: none;
  }
  /* Form mobile styles */
  .booking {
    padding: 40px 20px;
    border-radius: 20px;
  }
  .booking input,
  .booking select,
  .booking textarea {
    font-size: 16px;
    padding: 12px 10px;
  }
  .booking .row .col-6 {
    width: 100%;
    padding: 0;
  }
  .privacy {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .privacy > div {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  /* Button touch targets */
  .button,
  button {
    min-height: 44px;
    padding: 15px 20px;
  }
  /* Reduce Bootstrap margins on mobile */
  .mt-5 {
    margin-top: 2rem !important;
  }
  .mb-5 {
    margin-bottom: 2rem !important;
  }
  .my-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mb-4 {
    margin-bottom: 1rem !important;
  }
}

/* Small mobile breakpoint (iPhone SE, etc.) */
@media (max-width: 375px) {
  .hero h1,
  .hero-title {
    font-size: 28px;
  }
  .whyH2 {
    font-size: 32px;
  }
  .transH2 {
    font-size: 28px;
  }
  .full-menu li {
    width: 95%;
    max-width: 280px;
  }
  .full-menu li a {
    font-size: 20px;
  }
  .spot {
    padding: 20px;
  }
  .spot h2 {
    font-size: 20px;
  }
  .booking h2 {
    font-size: 20px;
  }
  .footerLogo {
    top: -60px;
    max-width: 120px;
  }
}
