 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: Arial, sans-serif;
    }

    header {
      background: linear-gradient(to right, #000, #333);
      color: white;
      padding: 12px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
    }

    .left-section, .right-section {
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .logo-text {
      font-size: 18px;
      font-weight: bold;
    }

    .menu-icon {
      font-size: 20px;
      cursor: pointer;
    }

    .right-section a {
      color: white;
      text-decoration: none;
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 5px;
    }

    .phone-number {
      display: none;
      font-size: 14px;
    }

    /* Mobile View */
    @media (max-width: 600px) {
      .right-section {
        display: none;
      }

      .phone-number {
        display: block;
      }
    }





    /* 🔶 Hero Section with Background Image */
.hero-section {
  background-image: url('asset/car.html\ 1.png'); 
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  
}

/* 🔶 Booking Box */
.booking-box {
  max-width: 960px;
  margin: auto;
  background: white;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* 🔶 Tabs */
.tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.tab {
  flex: 1;
  background: #f2f2f2;
  border: none;
  padding: 10px;
  border-radius: 50px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  font-size: 14px;
}

.tab.active {
  background: #000;
  color: white;
}

/* 🔶 Mobile Form */
.mobile-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.search-row {
  display: flex;
  align-items: center;
  background: #f2f2f2;
  border-radius: 8px;
  padding: 10px;
  gap: 10px;
}

.search-row input {
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
  font-size: 14px;
  color: #888;
}

.orange-button {
  background: #ff5a00;
  color: white;
  border: none;
  padding: 14px;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  font-size: 15px;
}

.firmenrate {
  text-align: center;
  color: #1e3a8a;
  font-size: 14px;
  text-decoration: none;
}

/* 🔶 Desktop Form (Hidden by default on small screens) */
.desktop-form {
  display: none;
}

.form-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.input-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.input-row input[type="text"] {
  flex: 1;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.link {
  color: #1e3a8a;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
}

.date-time-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: flex-end;
}

.date-block {
  flex: 1;
  min-width: 200px;
}

.input-group {
  display: flex;
  align-items: center;
  gap: 5px;
}

.input-group input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  flex: 1;
  font-size: 14px;
}

.search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-btn button {
  background: #ff5a00;
  color: white;
  border: none;
  padding: 14px 20px;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  font-size: 15px;
  white-space: nowrap;
}

/* 🔄 Responsive Media Query */
@media (min-width: 768px) {
  .mobile-form {
    display: none;
    
  }

  .desktop-form {
    display: block;
  }
  .hero-section {
  background-image: url('asset/carr.html\ 1.png');
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  
}

/* 🔶 Booking Box */
.booking-box {
  max-width: 960px;
  margin: auto;
  background: white;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
  
}



.promo-banner {
  background-color: #ff5a00; /* Bright Orange */
  color: #111;
  text-align: center;
  padding: 60px 20px;
}

.promo-banner h1 {
  font-size: 3.5rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 15px;
}

.promo-banner p {
  font-size: 1rem;
  font-weight: 600;
}

/* 🔄 Responsive Font Adjustments */
@media (max-width: 768px) {
  .promo-banner h1 {
    font-size: 2.8rem;
  }

  .promo-banner p {
    font-size: 0.9rem;
  }
}





.features {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 20px;
  gap: 30px;
  background: white;
  text-align: center;
}

.feature-box {
  max-width: 300px;
}

.feature-box i {
  font-size: 30px;
  color: #111;
  margin-bottom: 10px;
}

.feature-box h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #111;
}

.feature-box p {
  font-size: 18px;
  font-weight: bold;
  color: #111;
}

/* 🔄 Desktop View */
@media (min-width: 768px) {
  .features {
    flex-direction: row;
    justify-content: space-around;
    text-align: left;
  }

  .feature-box {
    max-width: 280px;
    text-align: left;
  }
}





.offer-banner {
  background-image: url('asset/car.html\ 2.png'); /* Replace with your actual image */
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  padding: 60px 30px;
  color: white;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 450px;
  position: relative;
  overflow: hidden;
  margin: 0px 20px 0px 20px;
}

/* Dark gradient overlay (optional) */
.offer-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.2));
  border-radius: 16px;
  z-index: 1;
}

/* Content inside */
.offer-content {
  position: relative;
  z-index: 2;
  max-width: 400px;
}

.discount-box {
  border: 2px solid white;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: bold;
}

.discount-box .label {
  font-size: 12px;
  display: block;
}

.discount-box .percent {
  font-size: 28px;
  display: block;
}

.discount-box .text {
  font-size: 16px;
  display: block;
}

.offer-content h2 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 10px;
}

.offer-content p {
  font-size: 16px;
  margin-bottom: 20px;
}

.btn-white {
  padding: 10px 18px;
  border: 2px solid white;
  border-radius: 30px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  transition: background 0.3s ease;
}

.btn-white:hover {
  background: white;
  color: black;
}

/* 🔄 Responsive (Mobile View) */
@media (max-width: 768px) {
  .offer-banner {
    padding: 40px 20px;
    align-items: center;
    text-align: center;
  }

  .offer-content {
    max-width: 100%;
  }

  .discount-box {
    margin: 0 auto 20px;
  }
}



.angled-discount-box {
  position: relative;
  padding: 15px 20px;
  display: inline-block;
  color: white;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
}

.angled-discount-box::before,
.angled-discount-box::after {
  content: "";
  position: absolute;
  border: 2px solid white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: skewX(-10deg);
  z-index: -1;
  border-left: none;
  border-right: none;
}

.angled-discount-box .small-text {
  font-size: 12px;
  display: block;
}

.angled-discount-box .big-text {
  font-size: 34px;
  line-height: 1;
  display: block;
}

.angled-discount-box .bold-text {
  font-size: 20px;
  line-height: 1;
  display: block;
}




/* 👇 Common Offer Banner Style */
.offer-banner {
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  padding: 60px 30px;
  color: white;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 450px;
  position: relative;
  overflow: hidden;
}

.offer-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 40%, rgba(0, 0, 0, 0.2));
  border-radius: 16px;
  z-index: 1;
}

.offer-banner .offer-content {
  position: relative;
  z-index: 2;
  max-width: 420px;
}

.offer-banner h2 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 10px;
}

.offer-banner p {
  font-size: 16px;
  margin-bottom: 20px;
}

.btn-white {
  padding: 10px 18px;
  border: 2px solid white;
  border-radius: 30px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  transition: background 0.3s ease;
}
.btn-white:hover {
  background: white;
  color: black;
}

/* 👇 Discount Box Style */
.angled-discount-box {
  position: relative;
  padding: 15px 20px;
  display: inline-block;
  color: white;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
}
.angled-discount-box::before,
.angled-discount-box::after {
  content: "";
  position: absolute;
  border: 2px solid white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: skewX(-10deg);
  z-index: -1;
  border-left: none;
  border-right: none;
}
.angled-discount-box .small-text {
  font-size: 12px;
  display: block;
}
.angled-discount-box .big-text {
  font-size: 32px;
  line-height: 1;
  display: block;
}
.angled-discount-box .bold-text {
  font-size: 16px;
  line-height: 1;
  display: block;
}

/* 👇 Martin Specific Image */
.martin-banner {
  background-image: url('asset/car.html\ 3.png'); /* Replace with your Aston Martin image */
}

/* 🔄 Responsive View */
@media (max-width: 768px) {
  .offer-banner {
    padding: 40px 20px;
    align-items: center;
    text-align: center;
  }
  .offer-banner .offer-content {
    max-width: 100%;
  }
  .angled-discount-box {
    margin: 0 auto 20px;
  }
}





.dual-offer-wrapper {
  display: flex;
  gap: 20px;
  margin: 50px 0;
  flex-wrap: wrap;
}

.dual-offer-wrapper .offer-banner {
  flex: 1 1 calc(50% - 10px);
  min-height: 500px;
}

/* Backgrounds for each */
.bmw-abonnement {
  background-image: url('asset/car.html\ 4.png'); /* Replace with actual image */
  background-size: cover;
  background-position: center;
}

.business-banner {
  background-image: url('asset/car.html\ 5.png'); /* Replace with actual image */
  background-size: cover;
  background-position: center;
}

/* Responsive mobile view */
@media (max-width: 768px) {
  .dual-offer-wrapper {
    flex-direction: column;
  }

  .dual-offer-wrapper .offer-banner {
    flex: 1 1 100%;
  }
}





.mehr-sixt-bereich {
  padding: 20px;
  text-align: center;
}

.mehr-sixt-titel {
  font-size: 32px;
  font-weight: bold;
  color: #111;
  margin-bottom: 20px;
}

/* Slider */
.mehr-sixt-slider {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 20px;
}

.sixt-karte {
  position: relative;
  width: 280px;
  height: 420px;
  flex: 0 0 auto;
  scroll-snap-align: center;
  border-radius: 20px;
  overflow: hidden;
  color: white;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.karte-hintergrund {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  top: 0;
  left: 0;
}

.karte-inhalt {
  position: relative;
  z-index: 2;
  padding: 20px;
  text-align: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.karte-titel {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}

.karte-beschreibung {
  font-size: 14px;
  margin: 10px 0 20px;
}

.karte-button {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  align-self: center;
}




.testimonial-bereich {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.testimonial-hintergrund {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
  z-index: 0;
}

.testimonial-slider {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 90%;
  padding: 20px;
}

.testimonial-text {
  display: none;
  font-size: 18px;
  font-weight: 500;
  animation: fade 1s ease-in-out;
}

.testimonial-text span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #4da6ff;
  font-weight: bold;
}

.testimonial-text.aktiv {
  display: block;
}

@keyframes fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Mobile */
@media (max-width: 768px) {
  .testimonial-bereich {
    height: 300px;
    padding: 10px;
  }

  .testimonial-text {
    font-size: 16px;
  }

  .testimonial-text span {
    font-size: 13px;
  }
}



.main-container {
      display: flex;
      flex-direction: row;
      gap: 40px;
      flex-wrap: wrap;
    }

    .left {
      max-width: 350px;
      margin-left: 20px;
    }

    .left h1 {
      font-size: 35px;
      font-weight: 800;
      line-height: 1.2;
      margin-bottom: 20px;
      text-align: center;
    }

    .left p {
      font-size: 16px;
      line-height: 1.6;
      color: #333;
    }

    .right {
      flex: 1;
      min-width: 300px;
      margin-left: 25px;
    }

    .tabs {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 20px;
    }

    .tab {
      padding: 10px 16px;
      background-color: #f0f0f0;
      border-radius: 20px;
      font-size: 14px;
      color: #111;
      cursor: pointer;
      white-space: nowrap;
    }

    .tab.active {
      background-color: #111;
      color: white;
    }

    .locations {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 10px 30px;
      font-size: 14px;
      font-weight: bold;
    }

    .locations div {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .link {
      margin-top: 15px;
      display: inline-block;
      font-weight: bold;
      font-size: 14px;
      color: #111;
      text-decoration: underline;
    }

    @media (max-width: 768px) {
  .main-container {
    flex-direction: column;
  }
  .right {
    margin-right: 25px;
  }

  .tabs {
    flex-direction:initial;
    align-items: flex-start;
  }

  .locations {
    display: flex;         /* 👈 Changed from grid to flex */
    flex-direction:column;
    gap: 8px;               /* 👈 Spacing between items */
  }

  .locations div {
    width: 90%;            /* Ensure full-width items */
    white-space: normal;    /* Allow full text on mobile */
    overflow: visible;
    text-overflow: unset;
  }
}



.footer {
      background-color: #111;
      color: #fff;
      padding: 30px 20px;
    }

    .footer-top {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .footer-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
    }

    .footer-logo img {
      height: 30px;
    }

    .footer-social {
      display: flex;
      gap: 12px;
      margin-top: 10px;
    }

    .footer-social img {
      width: 24px;
      height: 24px;
      filter: brightness(0) invert(1);
    }

    .footer-column {
      margin-top: 25px;
    }

    .footer-column h4 {
      font-size: 20px;
      color: #ffffff;
      margin-bottom: 12px;
    }

    .footer-column ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer-column ul li {
      margin-bottom: 10px;
    }

    .footer-column ul p {
      color: #aaa9a9;
      text-decoration: none;
      font-weight: 600;
      font-size: 14px;
    }

    .footer-column ul li a:hover {
      text-decoration: underline;
    }

    .footer-apps {
      display: flex;
      gap: 10px;
      margin-top: 20px;
    }

    .footer-apps img {
      height: 40px;
    }

    .footer-bottom {
      margin-top: 30px;
      border-top: 1px solid #333;
      padding-top: 20px;
      font-size: 13px;
      color: #aaa;
    }

    .footer-bottom-links {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      margin-bottom: 10px;
    }

    .footer-bottom-links a {
      color: #fff;
      text-decoration: none;
      font-weight: bold;
    }

    .footer-bottom-links a:hover {
      text-decoration: underline;
    }

    .footer-copy {
      font-size: 13px;
    }

    @media (min-width: 769px) {
      .footer-top {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
      }

      .footer-columns {
        display: flex;
        gap: 50px;
        flex-wrap: wrap;
      }

      .footer-column {
        margin-top: 0;
        min-width: 200px;
      }

      .footer-header {
        width: 100%;
        justify-content: space-between;
      }

      .footer-apps {
        margin-top: 40px;
      }

      .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
      }

      .footer-copy {
        margin-top: 0;
      }
    }





    

 
  /* Pop-up Button */
.open-popup-btn {
  background: #007bff;
  color: white;
  padding: 10px 15px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.open-popup-btn:hover {
  background: #0056b3;
}

/* Pop-up Modal */
.popup {
  padding: 20px;
  margin-top: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  z-index: 999;
}

.popup-content {
  background: rgb(255, 255, 255);
  margin-top: 60px;
  padding: 30px;
  width: 90%;
  max-width: 400px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  transform: scale(0.8); /* Initially small */
  transition: transform 0.3s ease-in-out;
}

.popup.show {
  opacity: 1;
  visibility: visible;
}

.popup.show .popup-content {
  transform: scale(1); /* Zoom-in effect */
}
.close-btn {
  color: black;
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}

/* Typography & Layout */
h2 {
  color: #003580;
  margin-bottom: 10px;
}

.subtext {
  color: #e74c3c;
  font-size: 14px;
}

.phone-number {
  font-size: 24px;
  font-weight: bold;
  color: #003580;
}

.agent-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 10px 0;
}

.note {
  font-size: 12px;
  color: gray;
}

/* Call Button */
.call-btn {
  display: block;
  width: 100%;
  background: #003580;
  color: white;
  padding: 12px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 10px;
  border: 3px solid #222;
}



  


@media (max-width: 768px) {
  .open-popup-btn {
    display: block;
    width: 90%;
    margin: 10px auto;
    padding: 10px;
    background-color: blue;
    color: white;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
}
  .popup {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.popup-content {
    width: 100%;  /* Adjust width for mobile */
    max-width: 370px;  /* Max limit */
    padding: 20px;
    max-height: none;
}
.popup.show .popup-content {
    transform: scale(1);
}
} 


.call-container {
    position: relative;
    display: inline-block;
}
/* Vibrating Circles */
.ring-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid rgba(0, 140, 221, 0.5);
    transform: translate(-50%, -50%);
    animation: ringEffect 1.5s infinite;
}

.ring-circle:nth-child(2) {
    width: 120px;
    height: 120px;
    animation-delay: 0.5s;
}

.ring-circle:nth-child(3) {
    width: 140px;
    height: 140px;
    animation-delay: 1s;
}

/* Ringing Animation */
@keyframes ringEffect {
    0% { transform: translate(-50%, -50%) scale(1); opacity: 0.8; }
    100% { transform: translate(-50%, -50%) scale(1.6); opacity: 0; }
}
