body {
  font-family: 'Montserrat', sans-serif;
  background:
    linear-gradient(rgba(7, 10, 16, 0.92), rgba(7, 10, 16, 0.96)),
    url("images/hero4.jpg") center/cover fixed no-repeat;
  color: #ffffff;
}

/* Navbar */
.custom-navbar {
  background: rgba(10, 12, 20, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}
 





.moby {
  display: flex;
  align-items: center;
  justify-content: center;
}

.moby img {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
}

@media (max-width: 991px) {
  .moby {
    padding: 20px !important;
  }

  .moby img {
    max-width: 220px;
  }
}

@media (max-width: 576px) {
  .moby img {
    max-width: 180px;
  }
}

















.logo-text {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #fff !important;
}

.logo-text span {
  color: #df1f2d;
}

.navbar .nav-link {
  color: #e4e7ef !important;
  font-weight: 700;
  transition: 0.3s;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #ff3e4d !important;
}

.call-btn {
  background: linear-gradient(180deg, #1f2533, #0d1017);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  font-weight: 700;
}

/* Hero */
.hero-section {
  min-height: 90vh;
  background:
    linear-gradient(rgba(8, 10, 16, 0.35), rgba(8, 10, 16, 0.72)),
    url("images/hero-bg.jpg") center/cover no-repeat;
  position: relative;
}

.hero-title {
  font-size: clamp(3rem, 7vw, 5.4rem);
  font-weight: 800;
  margin-bottom: 0.5rem;
  text-shadow: 0 6px 20px rgba(0,0,0,0.45);
}
.glass-card.p-4.h-100 {
    color: white;
}

.hero-subtitle {
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.hero-text,
.hero-location {
  color: #dde2ea;
  font-size: 1.15rem;
}

.hero-side-img {
  max-height: 430px;
  object-fit: contain;
}

/* Buttons */
.btn-red {
  background: linear-gradient(180deg, #d6151f, #8d0910);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-weight: 700;
  padding: 12px 26px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

.btn-red:hover {
  background: linear-gradient(180deg, #ea1c28, #9f0b13);
  color: #fff;
}
button.btn.btn-red {
    color: white;
}
a.btn.btn-green {
    color: white;
}


.btn-blue {
  background: linear-gradient(180deg, #1c63d8, #0e3678);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-weight: 700;
  padding: 12px 26px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

.btn-blue:hover {
  background: linear-gradient(180deg, #2873ef, #12418f);
  color: #fff;
}

.btn-green {
  background: linear-gradient(180deg, #2cb15d, #16763b);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-weight: 700;
  padding: 12px 26px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

.btn-green:hover {
  background: linear-gradient(180deg, #38c96b, #1b8a46);
  color: #fff;
}

/* Cards */
.glass-card {
  background: rgba(20, 24, 35, 0.88);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
  backdrop-filter: blur(8px);
}

.module-title {
  font-size: 1.5rem;
  font-weight: 700;
}

.custom-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.custom-list li {
  margin-bottom: 10px;
  color: #d8dce6;
  position: relative;
  padding-left: 22px;
}

.custom-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  font-weight: bold;
}

/* Titles */
.section-title {
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 800;
}

/* Rental cards */
.rental-card {
  border: none;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.rental-card .card-img-top {
  height: 220px;
  object-fit: cover;
}

.rental-card .card-body {
  color: #111;
}

.price-text {
  font-size: 1.1rem;
}

.price-text span {
  color: #d6151f;
  font-weight: 800;
  font-size: 1.5rem;
}

/* Dark strip */
.dark-strip {
  background: rgba(255,255,255,0.02);
}

/* Service pills */
.service-pill {
  background: rgba(20, 24, 35, 0.88);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 14px 16px;
  height: 100%;
  color: #dce1eb;
  font-weight: 600;
}

.pricing-line {
  font-size: 1.2rem;
  color: #e9edf5;
}

.pricing-line span {
  color: #ff3d4d;
  font-weight: 800;
}

/* Forms */
.custom-input {
  background: rgba(255,255,255,0.06);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 10px;
  padding: 12px 14px;
}

.custom-input::placeholder {
  color: #c8cfdb;
}

.custom-input:focus {
  background: rgba(255,255,255,0.08);
  color: #fff;
  border-color: rgba(255,255,255,0.25);
  box-shadow: none;
}

.form-select.custom-input {
  color: #c8cfdb;
}

.map-img {
  height: 260px;
  object-fit: cover;
  width: 100%;
}

/* Inner page hero */
.page-hero {
  min-height: 320px;
  display: flex;
  align-items: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(./images/hero.jpg)center/cover no-repeat;
}
.price::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(./images/hero5.jpg)center/cover no-repeat;
 
}

.page-hero .container {
  position: relative;
  z-index: 2;
      color: white;
}

.page-hero h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
}

.page-hero p {
  color: #d8dde7;
  font-size: 1.1rem;
}

.rentals-hero {
  background-image: url("images/rentals-hero.jpg");
}

.mechanic-hero {
  background-image: url("images/mechanic-hero.jpg");
}

.pricing-hero {
  background-image: url("images/pricing-hero.jpg");
}

.contact-hero {
  background-image: url("images/contact-hero.jpg");
}

.social-icon.facebook-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 14px;
  border-radius: 50%;
  text-decoration: none;
  background: rgba(24, 119, 242, 0.15);
  backdrop-filter: blur(8px);
  color: #1877f2;
  font-size: 20px;
  border: 1px solid rgba(24, 119, 242, 0.35);
  box-shadow: 0 0 18px rgba(24, 119, 242, 0.25);
  transition: all 0.3s ease;
}

.social-icon.facebook-icon:hover {
  background: #1877f2;
  color: #fff;
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 0 25px rgba(24, 119, 242, 0.45);
}

/* Pricing */
.big-price {
  color: #ff4050;
  font-size: 2rem;
  font-weight: 800;
  margin-top: 10px;
}

/* Footer */
.footer-area {
  background: rgba(0,0,0,0.35);
  border-top: 1px solid rgba(255,255,255,0.08);
  color: #d0d7e3;
}

/* Responsive */
@media (max-width: 991.98px) {
  .hero-section {
    min-height: auto;
    padding: 80px 0;
  }
}

@media (max-width: 575.98px) {
  .hero-title {
    font-size: 2.7rem;
  }

  .hero-subtitle {
    font-size: 1.35rem;
  }
}

/* css */

  .logo img {
    width: 145px;
    height: 109px;
    padding: 0px;
    margin-bottom: -30px;
    margin-top: -18px;
}






* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --white: #ffffff;
  --offwhite: #f4f4f4;
  --red1: #d11212;
  --red2: #7d0000;
  --blue1: #1b57b8;
  --blue2: #0a2d72;
  --green1: #39a92d;
  --green2: #176b16;
  --line: rgba(255,255,255,0.2);
  --glass: rgba(15, 11, 18, 0.76);
  --glass2: rgba(28, 18, 22, 0.72);
  --dark: #120d12;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  color: var(--white);
  
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 124, 56, 0.20), transparent 25%),
    radial-gradient(circle at bottom left, rgba(255, 90, 0, 0.08), transparent 20%);
  pointer-events: none;
  z-index: 0;
}

.page-overlay {
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 4px 4px;
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(6px);
  background:
    linear-gradient(to bottom, rgba(12, 10, 17, 0.92), rgba(20, 14, 22, 0.80));
  border-bottom: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 8px 30px rgba(0,0,0,0.35);
}

.nav-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.small-logo img {
    height: 126px;
    display: block;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    justify-content: center;
    margin-left: 82px;
    margin-top: 14px;
}
header.topbar {
    margin-top: -6PX;
    background: rgba(8, 10, 18, .9);
}
.nav-menu a {
     color: #f3f3f3;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    margin-top: -12px;
    margin-left: 24px;
    margin-right: 0px;
    font-weight: 700;
 
}

.nav-menu a:hover {
  color:red;
  
}

.nav-menu i {
  font-size: 11px;
  margin-left: 4px;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.phone-pill {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.16);
  overflow: hidden;
  border-radius: 3px;
  background: rgba(0,0,0,0.28);
}

.phone-icon {
  background: linear-gradient(to bottom, #c41919, #7b0909);
  color: #fff;
  padding: 11px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-pill span:last-child {
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  padding: 10px 18px;
  letter-spacing: 1px;
}

.social-icon {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  background: rgba(0,0,0,0.22);
  transition: 0.3s ease;
}

.social-icon:hover {
  background: rgba(255,255,255,0.1);
}

.main-content {
  padding-top: 18px;
  padding-bottom: 24px;
}

.section-box {
  background:
    linear-gradient(rgba(17, 11, 18, 0.44), rgba(17, 11, 18, 0.44));
  border-radius: 2px;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 1.2fr;
  gap: 18px;
  min-height: 530px;
  padding: 34px 24px 28px;
  background:
    linear-gradient(rgba(8, 6, 12, 0.18), rgba(8, 6, 12, 0.18)),
    url("images/hero2.jpg") center/cover no-repeat;
  border-bottom: 1px solid var(--line);
  position: relative;
      margin-right: -116px;
    margin-left: -121px;
        margin-top: -12px;
}

.hero-left {
  padding-top: 8px;
   margin-top: -111px;
}

.hero-logo {
          width: 445px;
    max-width: 83%;
    margin-bottom: -55px;
    display: block;
    margin-left: -55px;
}

.hero h1 {
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
  color: white;
         margin-top: -115px;
             font-family: auto;
}

.hero-sub {
  font-size: 25px;
  line-height: 1.45;
  font-weight: 500;
  color: #f3f3f3;
  margin-bottom: 22px;
      font-family: auto;
}

.hero-points {
  list-style: none;
  margin-bottom: 28px;
}

.hero-points li {
  font-size: 20px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
      color: white;
      font-family: auto;
}

.hero-points i {
  color: #fff;
  font-size: 18px;
}

.hero-buttons {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  color: #fff;
  border-radius: 6px;
  font-weight: 800;
  transition: 0.3s ease;
  box-shadow: 0 8px 18px rgba(0,0,0,0.30);
}

.btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.btn-blue {
  background: linear-gradient(to bottom, #1f62c9, #0a2f75);
  border: 1px solid #0d387f;
}

.btn-red {
  background: linear-gradient(to bottom, #d61a1a, #890707);
  border: 1px solid #7a0707;
}

.btn-green {
  background: linear-gradient(to bottom, #40b631, #1a6f19);
  border: 1px solid #1f691f;
}

.hero .btn {
  min-width: 224px;
  min-height: 63px;
  font-size: 19px;
  padding: 0 26px;
}

.hero-right {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.hero-cars {
  width: 100%;
  max-width: 720px;
  object-fit: contain;
  display: block;
  margin-top: 60px;
}

.whatsapp-hero {
  position: absolute;
  right: 0;
  bottom: 18px;
  min-width: 280px;
  min-height: 58px;
  font-size: 18px;
  padding: 0 22px;
}

.section-divider {
  padding-top: 18px;
  margin-top: 6px;
  position: relative;
}

.section-divider::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255,255,255,0.30), transparent);
  margin-bottom: 16px;
}

.section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 20px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.4);
}

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.car-card {
  background: #efefef;
  color: #111;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 14px 24px rgba(0,0,0,0.30);
}

.car-image-wrap {
  height: 255px;
  background: #333;
}

.car-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid #cfcfcf;
}

.car-content {
  text-align: center;
  padding: 14px 18px 10px;
}

.car-content h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 8px;
}

.price {
  font-size: 18px;
  margin-bottom: 16px;
}

.price span {
  color: #d21a1a;
  font-weight: 800;
}

.card-btn {
  min-width: 200px;
  min-height: 48px;
  font-size: 15px;
  margin-bottom: 12px;
}

.meta {
  font-size: 14px;
  color: #444;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-box {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-height: 112px;
  padding: 18px 18px;
  border: 1px solid rgba(255,255,255,0.14);
  background:
    linear-gradient(rgba(56, 35, 30, 0.22), rgba(56, 35, 30, 0.22)),
    rgba(21, 14, 18, 0.38);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
}

.feature-icon {
  width: 44px;
  min-width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  color: #fff;
}

.feature-box h4 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 6px;
}

.feature-box p {
  color: #ddd;
  font-size: 15px;
  line-height: 1.4;
}

.booking-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
}

.booking-form-box,
.contact-side {
  background: transparent;
}

.booking-form .form-row {
  margin-bottom: 14px;
}

.booking-form .two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  background: rgba(14, 10, 16, 0.80);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.20);
  border-radius: 3px;
  padding: 14px 15px;
  font-family: inherit;
  font-size: 16px;
  outline: none;
}

.booking-form input::placeholder,
.booking-form textarea::placeholder {
  color: #ddd;
}

.booking-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, white 50%),
    linear-gradient(135deg, white 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% - 3px),
    calc(100% - 16px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.booking-form textarea {
  height: 96px;
  resize: none;
}

.form-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.submit-btn {
  min-width: 280px;
  min-height: 58px;
  font-size: 18px;
}

.contact-side {
  padding-top: 4px;
}

.contact-line {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
}

.contact-line i {
  font-size: 24px;
}

.map-card {
  margin-top: 10px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 12px 20px rgba(0,0,0,0.28);
}

.map-card img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.footer {
  padding-bottom: 30px;
}

.footer-inner {
  text-align: center;
}

.footer-logo {
  width: 220px;
  display: block;
  margin: 0 auto 12px;
}

.footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 19px;
    margin-top: -31px;
}

.footer-links a,
.footer-links span {
  color: #f4f4f4;
  text-decoration: none;
  font-size: 18px;
}

.footer-socials {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.footer-cta {
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 10px 18px rgba(0,0,0,0.25);
}

.phone-footer {
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  background: rgba(11, 11, 17, 0.92);
  padding: 14px 22px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.wa-footer {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(to bottom, #47b938, #1d731a);
  padding: 14px 20px;
  font-size: 17px;
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-right {
    min-height: 360px;
  }

  .hero-cars {
    margin-top: 0;
    max-width: 100%;
  }

  .whatsapp-hero {
    right: auto;
    left: 0;
    bottom: 0;
    position: relative;
    margin-top: 18px;
  }

  .fleet-grid,
  .features-grid,
  .booking-grid {
    grid-template-columns: 1fr;
  }

  .booking-form .two-cols {
    grid-template-columns: 1fr;
  }

  .nav-wrap {
    flex-direction: column;
    padding: 12px 0;
  }

  .nav-menu {
    flex-wrap: wrap;
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .container {
    width: min(100% - 20px, 1180px);
  }

  .hero {
    padding: 24px 16px 22px;
  }

  .hero h1 {
    font-size: 40px;
  }

  .hero-sub {
    font-size: 21px;
  }

  .hero-points li {
    font-size: 17px;
  }

  .hero .btn,
  .submit-btn,
  .whatsapp-hero {
    min-width: 100%;
  }

  .section-title {
    font-size: 24px;
  }

  .car-image-wrap {
    height: 220px;
  }

  .feature-box {
    min-height: auto;
  }

  .footer-cta {
    flex-direction: column;
    width: 100%;
  }

  .phone-footer,
  .wa-footer {
    width: 100%;
    justify-content: center;
  }
}
a.btn.call-btn.px-3 {
    padding: 7px;
        margin-top: 4px;

}
.feature-box {
  background: url(./images/hero4.jpg)center/cover no-repeat;
}
.car-content {
    background-color: #151216;
    color: white;
}

.footer-logo {
    width: 116px;
    display: block;
    margin: 0 auto 12px;
}












/*home*/
 *{
      margin:0;
      padding:0;
      box-sizing:border-box;
      font-family:'Montserrat',sans-serif;
    }

    body{
    
      color:#fff;
    }

    .custom-navbar{
      background:rgba(8,10,18,.9);
      backdrop-filter:blur(8px);
      border-bottom:1px solid rgba(255,255,255,.08);
    }

    .logo-text{
      font-size:1.8rem;
      font-weight:800;
      text-decoration:none;
      color:#c51313 !important;
    }

    .nav-link{
      color:#f1f1f1 !important;
      font-weight:500;
    }

    .nav-link:hover,
    .nav-link.active{
      color:#ff4d4d !important;
    }

    .call-btn{
      background:linear-gradient(135deg,#b10e0e,#e11d1d);
      color:#fff;
      border:none;
      border-radius:10px;
      font-weight:700;
    }

    .call-btn:hover{
      background:linear-gradient(135deg,#d11414,#ff2b2b);
      color:#fff;
    }

    .hero-section{
      min-height:95vh;
      background:
        linear-gradient(rgba(5,7,15,.30),rgba(5,7,15,.85)),
        url("images/hero.jpg") center/cover no-repeat;
      position:relative;
      display:flex;
      align-items:center;
    }

    .hero-content{
      padding:40px 20px;
    }

    .img-logo img{
      max-width:360px;
      width:100%;
      height:auto;
      margin-bottom:20px;
    }

    .hero-subtitle{
      font-size:2.2rem;
      font-weight:800;
      margin-bottom:10px;
      margin-top:-98px;
    }

    .hero-text{
      font-size:1.1rem;
      color:#e9e9e9;
      margin-bottom:10px;
    }

    .btn-red,
    .btn-blue,
    .btn-green{
      border:none;
      border-radius:12px;
      padding:12px 24px;
      font-weight:700;
      color:#fff;
      text-decoration:none;
    }

    .btn-red{
      background:linear-gradient(135deg,#a60f12,#db1f24);
    }

    .btn-blue{
      background:linear-gradient(135deg,#134a9e,#1f6fe5);
    }

    .btn-green{
      background:linear-gradient(135deg,#138d3e,#1db954);
    }

    .btn-red:hover,
    .btn-blue:hover,
    .btn-green:hover{
      color:#fff;
      opacity:.95;
    }

    .glass-card{
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.12);
      border-radius:24px;
      backdrop-filter:blur(10px);
      box-shadow:0 10px 30px rgba(0,0,0,.25);
    }

    .module-title,
    .section-title{
      font-weight:800;
      color:#fff;
    }

    .custom-list{
      padding-left:18px;
      margin-bottom:0;
    }

    .custom-list li{
      margin-bottom:10px;
      color:#e9e9e9;
    }

    .rental-card{
      background:#141b26;
      color:#fff;
      border:none;
      border-radius:20px;
      overflow:hidden;
      box-shadow:0 8px 24px rgba(0,0,0,.25);
    }

    .rental-card img{
      height:220px;
      object-fit:cover;
    }

    .card-title{
      font-weight:700;
    }

    .price-text{
      font-size:1rem;
      color:#ddd;
    }

    .price-text span{
      color:#4da3ff;
      font-size:1.3rem;
      font-weight:800;
    }

    .dark-strip{
      background:linear-gradient(180deg,#0f1520,#121926);
    }

    .service-pill{
      background:rgba(255,255,255,.08);
      padding:16px 12px;
      border-radius:14px;
      border:1px solid rgba(255,255,255,.08);
      font-weight:700;
      height:100%;
    }

    .pricing-line{
      color:#ddd;
      font-size:1.05rem;
    }

    .pricing-line span{
      color:#ff6666;
      font-weight:800;
    }

    .custom-input{
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.15);
      color:#fff;
      border-radius:12px;
      padding:14px 16px;
    }

    .custom-input::placeholder{
      color:#d5d5d5;
    }

    .custom-input:focus{
      background:rgba(255,255,255,.1);
      color:#fff;
      border-color:#3b82f6;
      box-shadow:none;
    }

    .form-select.custom-input option{
      color:#000;
    }

    .footer-area{
      background:#080c13;
      border-top:1px solid rgba(255,255,255,.08);
      color:#d0d0d0;
    }

    #formStatus{
      font-weight:700;
      margin-top:12px;
    }

    iframe{
      border-radius:16px;
    }

    @media (max-width:991px){
      .hero-subtitle{
        font-size:1.8rem;
      }

      .img-logo img{
        max-width:280px;
        
      }
    }
   .logo img {
    width: 145px;
    height: 109px;
    padding: 0px;
    margin-bottom: -30px;
    margin-top: -18px;
}
.img-logo img {
    max-width: 360px;
    width: 100%;
    height: auto;
    margin-bottom: 540px;
}
.hero-subtitle {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: -620px;
}

.img-logo {
    margin-top: -58px;
}





   *{
      margin:0;
      padding:0;
      box-sizing:border-box;
      font-family:'Montserrat',sans-serif;
    }

    body{
      
      color:#fff;
    }

    .custom-navbar{
      background:rgba(8,10,18,.9);
      backdrop-filter:blur(8px);
      border-bottom:1px solid rgba(255,255,255,.08);
    }

    .logo-text{
      font-size:1.8rem;
      font-weight:800;
      text-decoration:none;
      color:#c51313 !important;
    }

    .nav-link{
      color:#f1f1f1 !important;
      font-weight:500;
    }

    .nav-link:hover,
    .nav-link.active{
      color:#ff4d4d !important;
    }

    .call-btn{
      background:linear-gradient(135deg,#b10e0e,#e11d1d);
      color:#fff;
      border:none;
      border-radius:10px;
      font-weight:700;
    }

    .call-btn:hover{
      background:linear-gradient(135deg,#d11414,#ff2b2b);
      color:#fff;
    }

    .hero-section{
      min-height:95vh;
      background:
        linear-gradient(rgba(5,7,15,.30),rgba(5,7,15,.85)),
        url("images/hero.jpg") center/cover no-repeat;
      position:relative;
      display:flex;
      align-items:center;
    }

    .hero-content{
      padding:40px 20px;
    }

    .img-logo img{
      max-width:360px;
      width:100%;
      height:auto;
      margin-bottom:20px;
    }

    .hero-subtitle{
      font-size:2.2rem;
      font-weight:800;
      margin-bottom:10px;
      margin-top:-98px;
    }

    .hero-text{
      font-size:1.1rem;
      color:#e9e9e9;
      margin-bottom:10px;
    }

    .btn-red,
    .btn-blue,
    .btn-green{
      border:none;
      border-radius:12px;
      padding:12px 24px;
      font-weight:700;
      color:#fff;
      text-decoration:none;
    }

    .btn-red{
      background:linear-gradient(135deg,#a60f12,#db1f24);
    }

    .btn-blue{
      background:linear-gradient(135deg,#134a9e,#1f6fe5);
    }

    .btn-green{
      background:linear-gradient(135deg,#138d3e,#1db954);
    }

    .btn-red:hover,
    .btn-blue:hover,
    .btn-green:hover{
      color:#fff;
      opacity:.95;
    }

    .glass-card{
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.12);
      border-radius:24px;
      backdrop-filter:blur(10px);
      box-shadow:0 10px 30px rgba(0,0,0,.25);
    }

    .module-title,
    .section-title{
      font-weight:800;
      color:#fff;
    }

    .custom-list{
      padding-left:18px;
      margin-bottom:0;
    }

    .custom-list li{
      margin-bottom:10px;
      color:#e9e9e9;
    }

    .rental-card{
      background:#141b26;
      color:#fff;
      border:none;
      border-radius:20px;
      overflow:hidden;
      box-shadow:0 8px 24px rgba(0,0,0,.25);
    }

    .rental-card img{
      height:220px;
      object-fit:cover;
    }

    .card-title{
      font-weight:700;
    }

    .price-text{
      font-size:1rem;
      color:#ddd;
    }

    .price-text span{
      color:#4da3ff;
      font-size:1.3rem;
      font-weight:800;
    }

    .dark-strip{
      background:linear-gradient(180deg,#0f1520,#121926);
    }

    .service-pill{
      background:rgba(255,255,255,.08);
      padding:16px 12px;
      border-radius:14px;
      border:1px solid rgba(255,255,255,.08);
      font-weight:700;
      height:100%;
    }

    .pricing-line{
      color:#ddd;
      font-size:1.05rem;
    }

    .pricing-line span{
      color:#ff6666;
      font-weight:800;
    }

    .custom-input{
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.15);
      color:#fff;
      border-radius:12px;
      padding:14px 16px;
    }

    .custom-input::placeholder{
      color:#d5d5d5;
    }

    .custom-input:focus{
      background:rgba(255,255,255,.1);
      color:#fff;
      border-color:#3b82f6;
      box-shadow:none;
    }

    .form-select.custom-input option{
      color:#000;
    }

    .footer-area{
      background:#080c13;
      border-top:1px solid rgba(255,255,255,.08);
      color:#d0d0d0;
    }

    #formStatus{
      font-weight:700;
      margin-top:12px;
    }

    iframe{
      border-radius:16px;
    }

    @media (max-width:991px){
      .hero-subtitle{
        font-size:1.8rem;
      }

      .img-logo img{
        max-width:280px;
        
      }
    }
   .logo img {
    width: 145px;
    height: 109px;
    padding: 0px;
    margin-bottom: -30px;
    margin-top: -18px;
}
.img-logo img {
    max-width: 360px;
    width: 100%;
    height: auto;
    margin-bottom: 540px;
}
.hero-subtitle {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: -620px;
}

.img-logo {
    margin-top: -58px;
}

section.py-5.ONE {
  background: url(./images/hero5.jpg)center/cover no-repeat;
}
.glass-card.h-100.p-4 {
  background:transparent;
}

.glass-card.h-100.p-4 {
   background: url(./images/hero4.jpg)center/cover no-repeat;
}
section.py-5.position-relative {
     background: url(./images/hero6.jpg)center/cover no-repeat;

}
 
    
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-box {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-height: 112px;
  padding: 18px 18px;
  border: 1px solid rgba(255,255,255,0.14);
  background:
    linear-gradient(rgba(56, 35, 30, 0.22), rgba(56, 35, 30, 0.22)),
    rgba(21, 14, 18, 0.38);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
}

.feature-icon {
  width: 44px;
  min-width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  color: #fff;
}

.feature-box h4 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 6px;
  color: white;
}

.feature-box p {
  color: #ddd;
  font-size: 15px;
  line-height: 1.4;
}

.booking-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
}

.booking-form-box,
.contact-side {
  background: transparent;
}

.booking-form .form-row {
  margin-bottom: 14px;
}

.booking-form .two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  background: rgba(14, 10, 16, 0.80);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.20);
  border-radius: 3px;
  padding: 14px 15px;
  font-family: inherit;
  font-size: 16px;
  outline: none;
}

.booking-form input::placeholder,
.booking-form textarea::placeholder {
  color: #ddd;
}

.booking-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, white 50%),
    linear-gradient(135deg, white 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% - 3px),
    calc(100% - 16px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.booking-form textarea {
  height: 96px;
  resize: none;
}

.form-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.submit-btn {
  min-width: 280px;
  min-height: 58px;
  font-size: 18px;
}

.contact-side {
  padding-top: 4px;
}

.contact-line {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
}

.contact-line i {
  font-size: 24px;
}

.map-card {
  margin-top: 10px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 12px 20px rgba(0,0,0,0.28);
}

.map-card img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.footer {
  padding-bottom: 30px;
}

.footer-inner {
  text-align: center;
}

.footer-logo {
  width: 220px;
  display: block;
  margin: 0 auto 12px;
}

.footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 19px;
    margin-top: -31px;
}

.footer-links a,
.footer-links span {
  color: #f4f4f4;
  text-decoration: none;
  font-size: 18px;
}

.footer-socials {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.footer-cta {
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 10px 18px rgba(0,0,0,0.25);
}

.phone-footer {
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  background: rgba(11, 11, 17, 0.92);
  padding: 14px 22px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.wa-footer {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(to bottom, #47b938, #1d731a);
  padding: 14px 20px;
  font-size: 17px;
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-right {
    min-height: 360px;
  }

  .hero-cars {
    margin-top: 0;
    max-width: 100%;
  }

  .whatsapp-hero {
    right: auto;
    left: 0;
    bottom: 0;
    position: relative;
    margin-top: 18px;
  }

  .fleet-grid,
  .features-grid,
  .booking-grid {
    grid-template-columns: 1fr;
  }

  .booking-form .two-cols {
    grid-template-columns: 1fr;
  }

  .nav-wrap {
    flex-direction: column;
    padding: 12px 0;
  }

  .nav-menu {
    flex-wrap: wrap;
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .container {
    width: min(100% - 20px, 1180px);
  }

  .hero {
    padding: 24px 16px 22px;
  }

  .hero h1 {
    font-size: 40px;
  }

  .hero-sub {
    font-size: 21px;
  }

  .hero-points li {
    font-size: 17px;
  }

  .hero .btn,
  .submit-btn,
  .whatsapp-hero {
    min-width: 100%;
  }

  .section-title {
    font-size: 24px;
  }

  .car-image-wrap {
    height: 220px;
  }

  .feature-box {
    min-height: auto;
  }

  .footer-cta {
    flex-direction: column;
    width: 100%;
  }

  .phone-footer,
  .wa-footer {
    width: 100%;
    justify-content: center;
  }
}
a.btn.call-btn.px-3 {
      padding: 7px;
    margin-top: 4px;
    color: white;
        margin-right: 45px;

}
.feature-box {
  background: url(./images/hero4.jpg)center/cover no-repeat;
}


.footer-logo {
    width: 116px;
    display: block;
    margin: 0 auto 12px;
}





