/* style.css */
@import url("https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Zen+Dots&display=swap");

/* End Animations*/

html,
body {
  width: 100%;
  overflow-x: hidden;
}

.container-fluid {
  max-width: 1600px;
}

p {
  font-family: "Space Mono";
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zen Dots";
}

.top-bar {
  padding: 10px;

  border-bottom: 1px solid #faba0a;
  position: relative;
}
.top-bar h6 {
  font-size: 12px;
  color: #e2bf24;
}
.top-bar span {
  color: #000000 !important;
}
.top-bar2 span{
  color: white !important;
}
.home-head {
  background: url("./image/HEKSAMIL-HOTEL (2).png");
  background-color: rgba(0, 0, 0, 0.6); /* separate overlay color */
  background-size: cover;
  background-position: center 10%;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 100vh;
  display: flex;
  align-items: flex-end; /* pushes content to bottom */
  padding-bottom: 6rem; /* optional: space from bottom */
  margin-top: -14em; /* keep if needed for layout, but usually not necessary */
}
.color1 {
  color: #ffffff;
}

.btn-search {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  border: none;
  color: #1f2937;
  font-weight: bold;
  padding: 16px;
  width: 100%;
}
.btn-search:hover {
  background: linear-gradient(135deg, #f59e0b, #d97706);
}

.office-h4 {
  font-family: "Space Mono";
  text-transform: uppercase;
  color: black;
}
.testimonialss {
  padding: 6em 0em;
  background-color: rgba(128, 128, 128, 0.068);
}

.office {
  padding: 6em 0em;
}
.tours-a {
  font-size: 14px;
}
.nav-link {
  font-size: 14px !important;
}
.nav-item {
  margin-right: 0.2em;
}
.dropdown-item {
  color: #000000 !important;
}
.dropdown-toggle:focus{
  color:white!important;  
}
.office-h2 {
  font-family: "Space Mono";
  text-transform: uppercase;
}
.tours-h2 {
  font-family: "Space Mono";
  color: black;
}
.tours {
  padding: 4em 0em;
}
.services-h2 {
  color: #e2bf24;
}
.car-descp {
  padding: 6em 0em;
}

.car-decp h4 {
  font-family: "Space Mono";
  color: black;
}

.car-decp h2 {
  color: #e2bf24;
}
.car h2 {
  color: black;
  font-family: "Space Mono";
}
.car-row {
  padding: 6em 0em;
  border-left: 1px solid rgba(128, 128, 128, 0.274);
  border-right: 1px solid rgba(128, 128, 128, 0.274);
}
.nav-divv {
  margin-bottom: 5em;
}

.servicess {
  padding: 5em 0em;
}

.nav-div p {
  font-weight: 600;
  font-size: 18px;
}

.color {
  color: #e2bf24;
}
.number {
  font-weight: 600;
  font-size: 18px;
}
.navbar {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 1em 0em;
}

.navbar li {
  margin: 0em 0.4em;
}
.logo1 {
  width: 180px;
}
.navbar li a {
  color: white;
  font-family: "Space Mono";
  font-size: 17px;
}

.navbar li a.active {
  color: white !important;
  font-family: "Space Mono";
  color: #e2bf24 !important;
  font-size: 17px;
  font-weight: 600;
}

.wp-box {
  width: 52px;
  height: 52px;
  border-radius: 0px;
  border: 1px solid #e2bf24;
  padding: 0.8em 1em;
}

.colorr {
  color: white;
}
.wp-box:hover {
  background-color: #e2bf24;
  transition-duration: 0.2s;
  box-shadow: #f8db378f 0px 22px 70px 4px;
}

.primary-btn {
  background-color: white;
  color: #e2bf24;
  font-family: "Space Mono";
  padding: 1em 2em;
  width: fit-content;
  border-radius: 0px;
  font-size: 16px;
  margin-top: 3em;
}

.primary-btn:hover {
  background-color: #e2bf24;
  color: white;
  transition-duration: 0.3s;
}

.navbar li a:hover {
  color: #e2bf24;
}

.sec-btn {
  background-color: white;
  border-bottom: 2px solid #e2bf24;
  box-shadow: none;
  border-radius: 0px;
  padding: 0.5em 1em;
  font-family: "Space Mono";
  font-size: 20px;
}

.sec-btn:hover {
  background-color: white;
  border-bottom: 2px solid #e2bf24;
  box-shadow: none !important;
  border-radius: 0px;
  padding: 0.5em 1em;
  font-family: "Space Mono";
  font-size: 20px;
  color: black !important;
}
.sec-btn i {
  transition-duration: 0.4s;
}
/* ── WRAPPER ── */
.table-section {
  width: 100%;
  max-width: 1260px;
}

/* ── HEADER ── */
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 12px;
}

/* ── TABLE CARD ── */
.table-card {
  background: var(--white);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 16px 56px rgba(0, 0, 0, 0.1);
}

/* ── TABLE ── */
.services-table {
  width: 100%;
  border-collapse: collapse;
}

/* HEAD */
.services-table thead tr {
  background: black;
}
.services-table thead th {
  padding: 18px 28px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  border: none;
}
.services-table thead th:first-child {
  color: rgb(255, 255, 255);
  font-size: 0.75rem;
}
.services-table thead th.col-destiny {
  color: #d97706;
}

/* BODY ROWS */
.services-table tbody tr {
  border-bottom: 1px solid var(--border);
  transition: background 0.2s;
}
.services-table tbody tr:last-child {
  border-bottom: none;
}
.services-table tbody tr:hover {
  background: #fbf8f3;
}
.services-table tbody td {
  padding: 22px 28px;
}

/* COL 1 — Service Type */
.service-type-cell {
  display: flex;
  align-items: center;
  gap: 14px;
}
.service-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.95rem;
}
.icon-red {
  background: rgba(200, 54, 43, 0.1);
  color: yellow;
}
.icon-gold {
  background: rgba(200, 168, 75, 0.12);
  color: #a82b22;
}
.icon-blue {
  background: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
}
.icon-green {
  background: rgba(34, 197, 94, 0.1);
  color: #22c55e;
}

.service-name {
  font-weight: 700;
  font-size: 0.95rem;
}
.service-tag {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 2px;
  margin-top: 4px;
}

/* COL 2 — Why It Matters */
.matters-cell {
  color: var(--muted);
  font-size: 0.88rem;
}
.matters-cell strong {
  display: block;
  color: var(--black);
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 0.92rem;
}

/* COL 3 — Destiny Example */
.destiny-cell {
  display: flex;
  align-items: center;
  gap: 10px;
}
.destiny-check {
  width: 28px;
  height: 28px;
  background: var(--red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.destiny-check i {
  color: var(--white);
  font-size: 0.7rem;
}
.destiny-text {
  font-size: 0.88rem;
  color: #333;
  font-weight: 500;
}

/* ── TABLE FOOTER ── */
.table-footer {
  background: var(--black);
  padding: 20px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.tf-note {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  gap: 7px;
}
.tf-note i {
  color: var(--gold);
}
.btn-book {
  background: var(--red);
  color: var(--white);
  border: none;
  padding: 10px 28px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  transition:
    background 0.25s,
    transform 0.2s;
  display: inline-block;
}
.btn-book:hover {
  background: #a82b22;
  color: var(--white);
  transform: translateY(-1px);
}
.red {
  color: #c8a84b;
}

.section-title {
  padding-left: 12px;
  margin: 32px 0 12px;
}

p {
  font-size: 0.96rem;
  line-height: 1.8;

  margin-bottom: 16px;
}

.tip {
  background: #fffbf0;
  border-left: 3px solid #c8a84b;
  padding: 12px 16px;
  font-size: 0.88rem;
  color: #555;
  margin-bottom: 24px;
}

.badge-top {
  background: #f3dc0b;
  color: #fff;
  font-size: 0.65rem;
  padding: 2px 7px;
  border-radius: 2px;
  background: linear-gradient(to bottom, #dae1df, #d0e3eb);
}

/* Reuse your Champagne/White aesthetic */
.text-gold {
  color: #fcbd00 !important;
}

.bg-dark-custom {
  background-color: #1a1a1a;
}

.btn-search {
  background-color: #fcbd00;
  color: white;
  border: none;
  transition: 0.3s;
}

.btn-search:hover {
  background-color: #d4b47d;
  color: white;
}

.about-header {
  background:
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("image/about-img.jpg");
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  color: white;
  text-align: center;
}

.feature-icon {
  font-size: 2.5rem;
  color: #fcbd00;
  margin-bottom: 1rem;
}

.card {
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}

.card:hover {
  transform: translateY(-5px);
}

.stats-section {
  background-color: #1a1a1a;
  color: white;
  padding: 60px 0;
}
/* ── MOBILE CARDS (< 640px) ── */
@media (max-width: 639px) {
  .services-table thead {
    display: none;
  }
  .services-table tbody tr {
    display: block;
    border: 1px solid var(--border);
    border-radius: 4px;
    margin: 0 16px 16px;
    padding: 0;
    overflow: hidden;
  }
  .services-table tbody td {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 18px;
    border-bottom: 1px solid black;
    font-size: 0.87rem;
  }
  .services-table tbody td:last-child {
    border-bottom: none;
  }
  .services-table tbody td::before {
    content: attr(data-label);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--muted);
    min-width: 90px;
    padding-top: 2px;
  }
  .table-card {
    box-shadow: none;
    background: transparent;
  }
  .table-card table {
    background: transparent;
  }
  .service-type-cell {
    flex-direction: row;
  }
  .destiny-cell {
    flex-wrap: wrap;
  }
  .destiny-text {
    display: none;
  }
}
.sec-btn:hover i {
  transform: translateX(8px);
  transition-duration: 0.4s;
  color: black;
}
.about-index {
  padding-top: 100px;
  padding-bottom: 100px;
}
.car-slide {
  background: url("./image/yaris.webp");
  height: 20vh;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
}

.car-item {
  border: 1px dotted rgb(236, 204, 18);
  padding: 10px;
}
.car-desc {
  color: black;
}
.car-desc i {
  color: #e2bf24;
}
.model-year {
  background-color: #e2bf24;
  width: fit-content;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  height: 40px;
  margin-top: -40px;
  position: relative;
  z-index: 10;
  color: white;
}
.tour-card {
  background-color: rgba(240, 248, 255, 0.562);
  border: 1px solid rgba(128, 128, 128, 0.295);
}
.borders {
  border-left: 1px solid rgba(128, 128, 128, 0.274) !important;
  border-right: 1px solid rgba(128, 128, 128, 0.274);
}
.int-logo {
  width: 100px;
}
.facilities {
  background-color: #000000;
  padding: 80px 30px;
}
.facilities h1 {
  color: white;
}
.fac-box {
  background-color: #353333;
  padding: 80px;
  border-radius: 40px;
  justify-content: center;
  margin: auto;
}
.rental-card {
  border-radius: 30px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.icon-container {
  width: 90px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.icon {
  width: 40px;
  height: 40px;
  position: relative;
}

/* Car icon */
.car-icon {
  stroke: white;
  fill: none;
  stroke-width: 2;
}

.rental-card h2 {
  color: white;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}

.rental-card p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 0;
}

/* Decorative circle in top right */
.deco-circle {
  width: 25px;
  height: 25px;
  background-color: #e2bf24;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  right: 30px;
}
.banner {
  background: url("./image/533548383.jpg") rgba(0, 0, 0, 0.65);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 45vh;
  display: flex;
  align-items: center;
}

.office-span {
  color: rgb(22, 22, 22);
  font-weight: 500;
}
.officeh4 {
  font-family: "Space Mono";
  color: #e2bf24;
}

.aboutt {
  margin-bottom: 8em;
  color: white;
}

.testimonial {
  padding: 2em;
  border: 1px solid rgba(128, 128, 128, 0.185);
  background-color: white;
}

.testimonial h4 {
  color: #e2bf24;
}

.testimonial i {
  color: gold;
}
.navbar-toggled {
  background-color: #0d6efd !important; /* Bootstrap primary blue - change to any color you want */
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.95)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.home-div {
  margin-bottom: 10em;
}
.bg-gradient-dark {
  background: linear-gradient(135deg, #1a1a1a 0%, #343a40 100%);
}

.cta-card {
  border-radius: 20px;
  overflow: hidden;
  border: none;
}

.btn-brand {
  background-color: var(--brand-yellow);
  color: var(--brand-dark);
  font-weight: 700;
  transition: 0.3s;
}

.btn-brand:hover {
  background-color: #e5ac00;
  transform: scale(1.05);
}

.map-box {
  border: 2px dashed #6c757d;
  border-radius: 15px;
  padding: 20px;
  background: #f8f9fa;
}
.hero-book {
  margin-top: -130px;
}
.footer {
  background: url("./image/footerbg-removebg-preview.png") rgba(0, 0, 0, 0.884);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  min-height: 65vh; /* Changed from height to min-height */
  padding: 3em 0; /* Added padding for content breathing room */
}

.footer-sq {
  background-color: rgb(24, 24, 24);
  padding: 4em 0em;
}

.footer-link {
  font-size: 14px;
  text-decoration: none;
}

.maps {
  margin: 1em;
}

.fleet-head {
  background: url("./image/porcheee.jpg") rgba(0, 0, 0, 0.65);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  height: 60vh;

  margin-top: -8em;
  display: flex;
  align-items: end;
}

.head-space {
  margin-bottom: 8em;
}
.tours-head {
  background: url("./image/star-banner.jpg") rgba(0, 0, 0, 0.65);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  height: 60vh;
  margin-top: -8em;
  display: flex;
  align-items: end;
}
.tours-head-accomodation {
  background: url("./image/banner-book.jpg") rgba(0, 0, 0, 0.65);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  height: 60vh;
  margin-top: -8em;
  display: flex;
  align-items: end;
  padding: 100px 0;
}
.tours-head-spa {
  background: url("./image/section-treatment.png") rgba(0, 0, 0, 0.65);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  height: 60vh;
  margin-top: -8em;
  display: flex;
  align-items: end;
  padding: 100px 0;
}
.tours-head-beach {
  background: url("./image/section-treatment.png") rgba(0, 0, 0, 0.65);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  height: 60vh;
  margin-top: -8em;
  display: flex;
  align-items: end;
  padding: 100px 0;
}
.contact-head-driving {
  background: url("./image/shuttle-service-back.png") rgba(0, 0, 0, 0.65);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  height: 60vh;
  margin-top: -8em;
  display: flex;
  align-items: end;
  padding: 100px 0;
}
.about-header {
  background: url("./image/extra-service.png") rgba(0, 0, 0, 0.65);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  height: 60vh;
  margin-top: -8em;
  display: flex;
  align-items: end;
  padding: 100px 0;
}
.img-nav {
  width: 25px;
}
.about-head {
  background: url("./image/1111 (1).jpg") rgba(0, 0, 0, 0.65);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  height: 60vh;
  margin-top: -8em;
  display: flex;
  align-items: end;
  padding: 100px 0;
}

.contact-head {
  background: url("./image/1111 (2).jpg") rgba(0, 0, 0, 0.65);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  height: 60vh;
  margin-top: -8em;
  display: flex;
  align-items: end;
  padding: 100px 0;
}
.blog-head {
  background: url("./image/1111 (2).jpg") rgba(0, 0, 0, 0.65);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  height: 60vh;
  margin-top: -8em;
  display: flex;
  align-items: end;
  padding: 100px 0;
}
.section-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
  color: var(--dark-color);
  position: relative;
  padding-bottom: 15px;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--primary-color);
}

.featured-card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  height: 100%;
}

.featured-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.featured-card img {
  height: 250px;
  object-fit: cover;
}

.card-category {
  display: inline-block;
  background-color: var(--primary-color);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.85rem;
  margin-bottom: 10px;
}

.blog-card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  margin-bottom: 30px;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.blog-card img {
  height: 200px;
  object-fit: cover;
}

.blog-meta {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.blog-meta i {
  color: var(--primary-color);
  margin-right: 5px;
}

.btn-read-more {
  background-color: #ef7d01;
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 25px;
  transition: background-color 0.3s;
}

.btn-read-more:hover {
  background-color: #ff5722;
  color: white;
}
* Modal Styles */ .modal-header {
  background: linear-gradient(
    135deg,
    var(--secondary-color),
    var(--dark-color)
  );
  color: white;
  border-bottom: none;
}

.modal-header .btn-close {
  filter: brightness(0) invert(1);
}

.modal-body {
  padding: 30px;
}

.modal-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}

.modal-category {
  display: inline-block;
  background-color: var(--primary-color);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.85rem;
  margin-bottom: 15px;
}

.modal-meta {
  color: #666;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f0f0f0;
}

.modal-content-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #444;
}

.modal-content-text p {
  margin-bottom: 20px;
}

.modal-content-text h4 {
  color: var(--dark-color);
  margin-top: 30px;
  margin-bottom: 15px;
}

.footer-row a {
  color: rgb(26, 26, 26);
}
.rentals-off {
  padding: 100px 0px;
}
/* ── CTA ── */
.cta-section {
  background: #050401;
  padding: 90px 0 !important;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: "DRIVE";
  font-family: "Bebas Neue", sans-serif;
  font-size: 20rem;
  color: rgba(255, 255, 255, 0.247);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
}
.cta-section h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.5rem, 6vw, 5rem);
  color: white;
  letter-spacing: 2px;
  line-height: 0.95;
}
.cta-section p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.05rem;
  margin-top: 16px;
}
.btn-white {
  background: white;
  color: wheat;
  border: none;
  padding: 16px 44px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}
.btn-white:hover {
  background: black;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}
/* Container for the floating button */
.whatsapp-flow {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
}

/* The actual button */
.whatsapp-btn {
  background-color: #25d366; /* WhatsApp Green */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50px;
  padding: 15px;
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  max-width: 60px; /* Starts as a circle */
  white-space: nowrap;
}

/* The WhatsApp Icon */
.whatsapp-btn i {
  font-size: 30px;
}

/* The hidden text */
.whatsapp-text {
  font-weight: bold;
  margin-left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  max-width: 0;
}

/* Hover State: Expands the button and shows text */
.whatsapp-btn:hover {
  max-width: 300px; /* Expands to show text */
  padding: 15px 25px;
  background-color: #128c7e; /* Darker green on hover */
  color: white;
}

.whatsapp-btn:hover .whatsapp-text {
  margin-left: 10px;
  opacity: 1;
  max-width: 200px;
}
@media screen and (max-width: 860px) {
  .navbar {
    background-color: rgb(17, 17, 17) !important;
  }
  .flex-mobile-start {
    display: flex;
    justify-content: start !important;
  }
  .tour-card {
    margin: 10px 5px;
  }
  .maps {
    margin: 0em !important;
  }
  .diplay-block-mobile {
    display: block !important;
  }
  .copyright {
    display: flex !important;
    justify-content: center !important;
  }
  .facilities {
    background-color: #000000;
    padding: 66px 10px;
  }
  .banner p {
    font-size: 15px !important;
  }
}
/* Mobile-specific adjustments */
@media (max-width: 768px) {
  .footer {
    min-height: auto; /* Remove height constraint on mobile */
    margin-top: 3em; /* Reduce top margin */
    padding: 2em 0; /* Reduce padding */
  }
  .home-head {
    padding-bottom: 4rem;
    margin-top: -5em;
    background-position: center center;
  }
  .footer h2 {
    font-size: 1.5rem; /* Slightly smaller heading */
  }

  .copyright p {
    font-size: 12px; /* Smaller copyright text */
  }
  .fac-box {
    padding: 6px;
  }
  .facilities {
    background-color: #000000;
    padding: 66px 10px;
  }
}

/* Mobile - Small devices (480px and below) */
@media (max-width: 480px) {
  .home-head {
    height: 80vh;
    padding-bottom: 3rem;
    margin-top: 0;
    background-position: center;
  }
}

/* Extra small devices (360px and below) */
@media (max-width: 360px) {
  .home-head {
    height: 70vh;
    padding-bottom: 2rem;
  }
  .rental-card h2 {
    font-size: 21px;
  }
  .facilities h1 {
    font-size: 20px;
  }
  .booking-card {
    margin-bottom: -200px;
  }
  .markat {
    margin-top: 30px;
  }
  .car-row {
    padding: 2em 0em;
  }
  .fleet-head{
    height: 80vh;
  }
  .top-bar2 span{
   color:black !important ;
  }
  .about-index {
  padding-top: 100px;
  padding-bottom: 28px;
}
}
