@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap");
:root {
  --color-primary: #c1282d;
}
*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

html,
body {
  position: relative;
  letter-spacing: 1px;
}

::-webkit-scrollbar {
  width: 0px;
}

button:hover {
  cursor: pointer;
}

a {
  color: black;
  text-decoration: none;
}

body {
  font-family: "Sen", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1320px;
}

@media screen and (max-width: 576px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }
}

@media screen and (min-width: 577px) and (max-width: 768px) {
  .container {
    max-width: 540px;
  }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
  .container {
    max-width: 720px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}

@media screen and (min-width: 1401px) {
  .container {
    max-width: 1320px;
  }
}

ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ Header /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */

.header {
  width: 100%;
 
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .container a {
  color: white;
  font-size: 18px;
  font-weight: 300;
  transition: all 300ms ease-in-out;
}

.header .container a:hover {
  color: var(--color-primary);
  transition: all 300ms ease-in-out;
}

.header.fixed {
  position: fixed;
  top: 0;
  z-index: 10;
  background: black;
}

.header.fixed.scrolled {
  background: rgb(0 0 0 / 52%); /* Hafif beyaz arka plan */
  backdrop-filter: blur(10px); /* Bulanıklık efekti */
  -webkit-backdrop-filter: blur(10px); /* Safari desteği */
  transition: all 300ms ease-in-out;
}

.header.fixed.scrolled:hover {
  background: rgba(0, 0, 0, 0.286); /* Hafif beyaz arka plan */
  transition: all 300ms ease-in-out;
}

.header.fixed.scrolled a {
  color: #ffffff;
}

.header.fixed.scrolled .logo img {
  width: 100px;
  transition: all 300ms ease-in-out;
}

.header .logo img {
  width: 100px;
  height: auto;
  transition: all 300ms ease-in-out;
}
.header .account img {
  width: 32px;
  height: auto;
}

.header ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header ul li {
  margin-inline: 15px;
}

/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ Home Slider /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */

.home_slider .content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.home_slider .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  /* background: linear-gradient(180deg, #000000 0%, rgb(0 0 0 / 0%) 100%);*/
}

.home_slider .content .background {
  width: 100%;
  height: auto;
}

.home_slider .content .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 5;
  color: white;
  text-align: center;
}

.home_slider .content .text .logo {
  width: 220px;
  height: auto;
}

.home_slider .content .text h1 {
  margin: 1rem 0;
  font-size: 60px;
  font-weight: 600;
}

.home_slider .content .text h2 {
  font-size: 44px;
  font-weight: 500;
}
.home_slider .text_content{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 64px;
}
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ Title /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */

.title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 6rem 0;
}

.title .line {
  width: 100%;
  border: 1px solid black;
}

.title h1 {
  width: 100%;
  text-align: center;
}

/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ Who We Are /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */

.WhoWeAre .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.WhoWeAre img {
  width: 500px;
  height: auto;
  border-radius: 10px;
}

.WhoWeAre .text p {
  margin-left: 30px;
  font-size: 18px;
  line-height: 30px;
}

/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ What We Offer /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */

.WhatWeOffer .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.WhatWeOffer .content .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 270px;
  box-shadow: 0px 6.75px 27.01px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  margin-inline: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.WhatWeOffer .content .card .icon {
  width: 100px;
  height: 100px;
}

.WhatWeOffer .content .card h3 {
  margin: 1rem 0;
  font-size: 24px;
}

/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ About us Slider /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */

.AboutUs {
  margin: 20vh 0 0 0;
  padding: 1px 0 10rem 0;
  background: rgba(156, 160, 176, 0.26);
  overflow-x: hidden;
}

.AboutUs .glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.AboutUs .glide * {
  box-sizing: inherit;
}
.AboutUs .glide__track {
  overflow: visible;
}
.AboutUs .glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: visible;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.AboutUs .glide__slides {
  display: flex;
}

.AboutUs .glide__slide {
  /* overflow: hidden; */
  height: 50vh;
  margin: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  position: relative;
  overflow: visible;
  border-radius: 10px;
  transform: scale(0.9);
  opacity: 0.5;
}

.AboutUs .glide__slide--active {
  transform: scale(1.075);
  transition: all 300ms ease-in-out;
  z-index: 999;
  opacity: 1;
}

.AboutUs .glide__slide .background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  border-radius: 10px;
}

.AboutUs .glide__slide .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 85%;
  height: fit-content;
  position: absolute;
  top: 60%;
  z-index: 4;
  background: white;
  padding: 60px 20px 20px 20px;
  border-radius: 10px;
  text-align: center;
}

.AboutUs .glide__slide .card .icon {
  width: 100px;
  height: auto;
  border-radius: 100%;
  position: absolute;
  top: -30%;
  z-index: 4;
}

.AboutUs .glide__slide .card h4 {
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 21px;
  font-size: 14px;
}

.AboutUs .glide__slide .card p {
  font-weight: 600;
  font-size: 16px;
}

/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ Get in touch /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */

.Getintouch {
  margin: 4rem auto;
}

.Getintouch .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.col_one {
  display: flex;
  flex-direction: column;
  /* margin-right: 14rem; */
  /* align-items: start; */
  /* justify-content: space-between; */
  /* height: 100%; */
  width: 30%;
}

.col_one .card {
  display: flex;
  align-items: center;
  margin: 30px 0;
}

.col_one .card .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background-color: var(--color-primary);
  border-radius: 50%;
  margin-right: 1rem;
  transition: all 300ms ease-in-out;
}

.col_one .card img {
  width: 42px;
  height: 42px;
}

.col_one .card:hover .icon {
  background-color: #b8020e;
  transition: all 300ms ease-in-out;
}

.col_two {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 70%;
}
.col_two h4 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 16px;
}
.col_two .input-container {
  position: relative;
  width: 49.5%;
  margin: 40px 0;
}
.col_two .input-container.w-full {
  width: 100%;
}
.col_two .input-container.w-full.m-0 {
  margin: 0;
}
.col_two button {
  font-size: 20px;
  border: 2px solid var(--color-primary);
  background-color: var(--color-primary);
  padding: 10px 40px;
  color: white;
  border-radius: 5px;
  font-size: 14px;
  float: right;
  transition: all 300ms ease-in-out;
}

.col_two button:hover {
  background-color: white;
  color: var(--color-primary);
  transition: all 300ms ease-in-out;
}

.col_two .input-container textarea,
.col_two .input-container input {
  font-size: 20px;
  width: 100%;
  border: none;
  border-bottom: 2px solid #ccc;
  padding: 5px 0;
  background-color: transparent;
  outline: none;
}
.col_two .input-container .label {
  position: absolute;
  top: 0;
  left: 0;
  color: #ccc;
  transition: all 0.3s ease;
  pointer-events: none;
}
.col_two .input-container textarea:focus ~ .label,
.col_two .input-container textarea:valid ~ .label,
.col_two .input-container input:focus ~ .label,
.col_two .input-container input:valid ~ .label {
  top: -20px;
  font-size: 16px;
  color: var(--color-primary);
}
.col_two .input-container .underline {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--color-primary);
  transform: scaleX(0);
  transition: all 0.3s ease;
}
.col_two .input-container textarea:focus ~ .underline,
.col_two .input-container textarea:valid ~ .underline,
.col_two .input-container input:focus ~ .underline,
.col_two .input-container input:valid ~ .underline {
  transform: scaleX(1);
}

.col_two .radio-input input {
  display: none;
}
.col_two .radio-input {
  --container_width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  /* border-radius: 10px; */
  background-color: #fff;
  color: #000000;
  width: var(--container_width);
  overflow: hidden;
  border: 1px solid rgba(53, 52, 52, 0.226);
}
.col_two .radio-input label {
  width: 100%;
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  letter-spacing: -1px;
  font-size: 14px;
}
.col_two .selection {
  display: none;
  position: absolute;
  height: 100%;
  width: calc(var(--container_width) / 4);
  z-index: 0;
  left: 0;
  top: 0;
  transition: 0.15s ease;
}
.col_two .radio-input label:has(input:checked) {
  color: #fff;
}
.col_two .radio-input label:has(input:checked) ~ .selection {
  background-color: var(--color-primary);
  display: inline-block;
}
.col_two .radio-input label:nth-child(1):has(input:checked) ~ .selection {
  transform: translateX(calc(var(--container_width) * 0 / 4));
}
.col_two .radio-input label:nth-child(2):has(input:checked) ~ .selection {
  transform: translateX(calc(var(--container_width) * 1 / 1));
}
.col_two .radio-input label:nth-child(3):has(input:checked) ~ .selection {
  transform: translateX(calc(var(--container_width) * 2 / 1));
}
.col_two .radio-input label:nth-child(4):has(input:checked) ~ .selection {
  transform: translateX(calc(var(--container_width) * 3 / 1));
}

/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ Mobil Header /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */

:root {
  --menu-background: #ff0011;
  --menu-text-color: #eeeeee;
  --hover-text-color: #a2ff86;
}
.mobil-header {
  display: none;
  width: 100%;
  position: relative;
  z-index: 12;
  background: #000000;
  width: 100%;
  border-bottom: 1px solid var(--color-primary);
  transition: all 300ms ease-in-out;
  /* top: 0; */
}

.mobil-header.scrolled {
  position: fixed;
  background: rgb(255 255 255);
  top: 0;
  transition: all 300ms ease-in-out;
  left: 0;
}

.mobil-header main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 5px;
}

.mobil-header main img {
  width: 100px;
}
.mobil-menu {
  display: none;
  position: relative;
  width: 70%;
  height: 100vh;
  color: var(--menu-text-color);
  overflow-y: auto;
  position: fixed;
  top: 0;
  z-index: 32;
  transition: 250ms ease-in-out;
  left: -100%;
  padding: 10px;
  background: rgb(255 255 255);
}

.mobil-menu .top-submenu .submenu-content li,
.mobil-menu ul li {
  /* margin: 1rem 0; */
  margin-bottom: 10px;
}

.mobil-menu a {
  color: #000000;
  width: 100%;
}

.mobil-menu-overlay {
  position: fixed;
  top: 0;
  /* left: 0; */
  z-index: 94;
  background-color: #0000007d;
  transition: 300ms ease-in-out;
  width: 30%;
  height: 100vh;
  right: -100%;
}
.mobil-menu-overlay.active {
  right: 0;
}

.mobil-menu.active {
  left: 0;
}

.mobil-menu .top-submenu .submenu {
  position: relative;
  width: 100%;
  display: inline-block;
}

.mobil-menu .top-submenu .submenu::before {
  content: "";
  position: absolute;
  right: 0;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 1024 1024' class='icon' version='1.1' xmlns='http://www.w3.org/2000/svg' fill='%23000000' stroke='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M256 120.768L306.432 64 768 512l-461.568 448L256 903.232 659.072 512z' fill='%23E7F6F2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 300ms ease-in-out;
}
.mobil-menu .top-submenu .submenu-content label:hover,
.mobil-menu .top-submenu .submenu:hover {
  color: var(--hover-text-color);
  transition: 300ms ease-in-out;
}
.mobil-menu .top-submenu .submenu-content label:hover::before,
.mobil-menu .top-submenu .submenu:hover::before {
  transform: rotate(180deg);
  transition: 300ms ease-in-out;
}

.mobil-menu .top-submenu .submenu-content {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--menu-background);
  transition: 300ms ease-in-out;
  padding: 20px;
  z-index: 99;
}

.mobil-menu .top-submenu .submenu-content.active {
  left: 0%;
}

.mobil-menu .top-submenu .submenu-content label {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid white;
  padding: 10px;
  text-align: center;
  position: relative;
}

.mobil-menu .top-submenu .submenu-content label::before {
  content: "";
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7071 4.29289C16.0976 4.68342 16.0976 5.31658 15.7071 5.70711L9.41421 12L15.7071 18.2929C16.0976 18.6834 16.0976 19.3166 15.7071 19.7071C15.3166 20.0976 14.6834 20.0976 14.2929 19.7071L7.29289 12.7071C7.10536 12.5196 7 12.2652 7 12C7 11.7348 7.10536 11.4804 7.29289 11.2929L14.2929 4.29289C14.6834 3.90237 15.3166 3.90237 15.7071 4.29289Z' fill='%23E7F6F2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 300ms ease-in-out;
}

.btn-open {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}

.btn-open .line {
  fill: none;
  stroke: #fff;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-open .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.btn-open .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

.btn-open .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.btn-open.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.btn-open.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.btn-open.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ On Demand Rides /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */

.on-demand-rides {
  padding: 120px 0 80px;
  background: #f8f9fa;
}

.on-demand-rides .title {
  text-align: center;
  margin-bottom: 20px;
}

.on-demand-rides .title h1 {
  font-size: 2.5rem;
  color: var(--color-primary);
  font-weight: 700;
  letter-spacing: 2px;
}

.on-demand-rides .subtitle {
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 60px;
  border-bottom: 2px solid var(--color-primary);
  padding: 0 0 40px 0;
}

.scheduling-container {
  display: flex;
  gap: 60px;
  max-width: 1000px;
  margin: 0 auto;
  align-items: flex-start;
}

.calendar-section {
  flex: 1;
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.calendar-header h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
}

.nav-btn {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #666;
  padding: 5px 10px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.nav-btn:hover {
  background: #f0f0f0;
  color: var(--color-primary);
}

.calendar-grid {
  width: 100%;
}

.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}

.day-header {
  text-align: center;
  font-weight: 600;
  color: #666;
  padding: 10px 0;
}

.calendar-dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}

.date-cell {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}

.date-cell:hover {
  background: #f0f0f0;
}

.date-cell.selected {
  background: var(--color-primary);
  color: white;
}

.date-cell:empty {
  cursor: default;
}

.date-cell:empty:hover {
  background: transparent;
}

.times-section {
  flex: 0 0 300px;
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.times-section h3 {
  font-size: 1.3rem;
  color: var(--color-primary);
  margin-bottom: 20px;
  font-weight: 600;
}

.time-slots {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.time-slot {
  padding: 12px 20px;
  background: #f8f9fa;
  border-radius: 8px;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.time-slot:hover {
  background: var(--color-primary);
  color: white;
}

@media screen and (max-width: 768px) {
  .scheduling-container {
    flex-direction: column;
    gap: 30px;
  }

  .times-section {
    flex: none;
  }

  .calendar-section,
  .times-section {
    padding: 20px;
    width: 100%;
  }

  .on-demand-rides .title h1 {
    font-size: 2rem;
  }
}

/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ Vehicle Rentals /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */

.vehicle-rentals {
  padding: 120px 0 80px;
  background: #f8f9fa;
}

.vehicle-rentals .title {
  text-align: center;
  margin-bottom: 20px;
}

.vehicle-rentals .title h1 {
  font-size: 2.5rem;
  color: var(--color-primary);
  font-weight: 700;
  letter-spacing: 2px;
}

.vehicle-rentals .subtitle {
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 60px;
  border-bottom: 2px solid var(--color-primary);
  padding: 0 0 40px 0;
}

.vehicle-categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.category-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.category-image {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

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

.category-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

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

.category-overlay h2 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
  .vehicle-categories {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .category-image {
    height: 250px;
  }

  .category-overlay h2 {
    font-size: 2rem;
  }

  .vehicle-rentals .title h1 {
    font-size: 2rem;
  }
}

/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ Sedans Page /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */

.sedans-page {
  padding: 120px 0 80px;
  background: #f8f9fa;
}

.sedans-page .title {
  text-align: center;
  margin-bottom: 20px;
}

.sedans-page .title h1 {
  font-size: 2.5rem;
  color: var(--color-primary);
  font-weight: 700;
  letter-spacing: 2px;
}

.sedans-page .subtitle {
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 60px;
  border-bottom: 2px solid var(--color-primary);
  padding: 0 0 40px 0;
}

.sedans-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.sedan-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.sedan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.sedan-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.sedan-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

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

.book-now-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-primary);
  color: white;
  padding: 15px 30px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 1px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.sedan-card:hover .book-now-overlay {
  opacity: 1;
}

.sedan-info {
  padding: 20px;
  text-align: center;
}

.sedan-info h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.sedan-info .price {
  font-size: 1.1rem;
  color: #666;
  font-weight: 500;
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: white;
  margin: 5% auto;
  padding: 0;
  border-radius: 15px;
  width: 80%;
  max-width: 800px;
  position: relative;
  animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.modal-content h2 {
  background: var(--color-primary);
  color: white;
  padding: 20px;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  border-radius: 15px 15px 0 0;
}

.close {
  position: absolute;
  top: 15px;
  right: 25px;
  color: white;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
}

.close:hover {
  opacity: 0.7;
}

.modal-body {
  display: flex;
  padding: 30px;
  gap: 30px;
}

.modal-image {
  flex: 1;
}

.modal-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

.modal-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.modal-details h3 {
  font-size: 1.4rem;
  color: var(--color-primary);
  margin-bottom: 20px;
  font-weight: 600;
}

.modal-details ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.modal-details li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 1.1rem;
  color: #666;
}

.modal-details li:last-child {
  border-bottom: none;
}

.modal-details li:before {
  content: "• ";
  color: var(--color-primary);
  font-weight: bold;
  margin-right: 10px;
}

.book-now-btn {
  background: var(--color-primary);
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 25px;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;
}

.book-now-btn:hover {
  background: #cc0009;
  transform: translateY(-2px);
}

@media screen and (max-width: 768px) {
  .sedans-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .sedan-image {
    height: 200px;
  }

  .sedans-page .title h1 {
    font-size: 2rem;
  }

  .modal-content {
    width: 95%;
    margin: 10% auto;
  }

  .modal-body {
    flex-direction: column;
    padding: 20px;
  }

  .modal-image img {
    height: 200px;
  }
}

/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ Excursion Booking /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */

.excursion-booking {
  padding: 120px 0 80px;
  background: #f8f9fa;
}

.excursion-booking .title {
  text-align: center;
  margin-bottom: 20px;
}

.excursion-booking .title h1 {
  font-size: 2.5rem;
  color: var(--color-primary);
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.excursion-booking .subtitle {
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--color-primary);
}

.destinations-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.destination-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.destination-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.destination-image {
  position: relative;
  height: 350px;
  overflow: hidden;
}

.destination-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

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

.destination-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

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

.destination-overlay h2 {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin: 0;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .destinations-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .destination-image {
    height: 250px;
  }

  .destination-overlay h2 {
    font-size: 1.8rem;
  }

  .excursion-booking .title h1 {
    font-size: 2rem;
  }
}

/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ Champagne Region /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */

.champagne-hero {
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.hero-background {
  position: relative;
  height: 100%;
  width: 100%;
}

.hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.hero-overlay h1 {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 4px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.tour-details {
  padding: 50px 0;
  margin: 30px 0;
  background: white;
  border-top: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
}

.details-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: center;
}

.description p {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #333;
}

.price-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.price-item {
  font-size: 1.1rem;
  color: #666;
}

.price-item strong {
  color: var(--color-primary);
}

.itinerary {
  padding: 80px 0;
  background: #f8f9fa;
}

.itinerary .title {
  text-align: center;
  margin-bottom: 60px;
}

.itinerary .title h2 {
  font-size: 2.2rem;
  color: var(--color-primary);
  font-weight: 700;
  letter-spacing: 2px;
}

.itinerary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  /* max-width: 1000px; */
  margin: 0 auto;
}

.itinerary-column {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.itinerary-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.itinerary-item .time {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-primary);
  min-width: 80px;
}

.itinerary-item .activity {
  font-size: 1rem;
  color: #666;
}

.champagne-houses {
  padding: 80px 0;
  background: white;
}

.champagne-houses .title {
  text-align: center;
  margin-bottom: 60px;
}

.champagne-houses .title h2 {
  font-size: 2.2rem;
  color: var(--color-primary);
  font-weight: 700;
  letter-spacing: 2px;
}

.houses-carousel {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.house-card {
  position: relative;
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.house-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.house-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.house-overlay h3 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.glide__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.glide__arrow {
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--color-primary);
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: auto;
}

.glide__arrow:hover {
  background: white;
  transform: scale(1.1);
}

.glide__arrow--left {
  left: -25px;
}

.glide__arrow--right {
  right: -25px;
}

@media screen and (max-width: 768px) {
  .hero-overlay h1 {
    font-size: 2.5rem;
    text-align: center;
  }

  .details-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .itinerary-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .house-card {
    height: 300px;
  }

  .house-overlay h3 {
    font-size: 2rem;
  }

  .glide__arrow--left {
    left: -10px;
  }

  .glide__arrow--right {
    right: -10px;
  }
}
.m-0 {
  margin: 0 !important;
}
