body {
  font-family: 'Inter', sans-serif;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.navbar-brand span {
  font-size: 24px;
  font-weight: 700;
  color: #4b4bfc;
}

.navbar-nav .nav-link {
  color: #111 !important;
  font-weight: 500;
}

.btn-outline-primary {
  border-color: #4b4bfc;
  color: #4b4bfc;
}

.btn-outline-primary:hover {
  background-color: #4b4bfc;
  color: #fff;
}

.hero-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #E3F6FF, #D9E4FF);

}

.search-bar {
  border-radius: 999px;
  padding: 16px 20px;
  border: 1px solid #ddd;
  font-size: 16px;
  width: 100%;
  max-width: 500px;
}

.search-button {
  border-radius: 999px;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 600;
  background-color: #4b4bfc;
  border: none;
  color: #fff;
  white-space: nowrap;
}

.search-button:hover {
  background-color: #2f2fcc;
}

.highlight-box {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 500px;
  height: 500px;
  border-radius: 140px;
  z-index: 0;
}

.hero-image {
  position: relative;
  z-index: 1;
  max-width: 100%;
  border-radius: 36px;
}

/* From Uiverse.io by satyamchaudharydev */
.button {
  position: relative;
  transition: all 0.3s ease-in-out;
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background-color: rgb(13 110 253);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffff !important;
  gap: 10px;
  font-weight: bold;
  border: 3px solid #ffffff4d;
  outline: none;
  overflow: hidden;
  font-size: 15px;
  cursor: pointer;
}

.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

.button:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

.button:hover .icon {
  transform: translate(4px);
}

.button:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(120deg,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}


/* ============= Slider ====================== */

.marquee-track-wrapper {
  width: 100%;
  margin: auto;
  overflow: hidden;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  height: 58px;
  display: flex;
  align-items: center;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll-left 30s linear infinite;
}

.marquee-item {
  padding: 0 40px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  text-transform: uppercase;
  color: #4a4a4a;
  border-left: 1px solid #ddd;
  display: flex;
  align-items: center;
  height: 58px;
}

.marquee-item:first-child {
  border-left: none;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.marquee-track-wrapper:hover .marquee-track {
  animation-play-state: paused;
}

/* ============================= Slider Section ======================================== */

.testimonial-section {
  background: linear-gradient(135deg, #FFE5D9, #FFCAD4);
}

.review-card {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 240px;
}

.review-card p {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.5;
}

.stars {
  font-size: 18px;
  color: #f5a623;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.reviewer img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

/* NEW POSITIONED BOTTOM RIGHT NAVIGATION */
.testimonial-navigation {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  position: absolute;
  bottom: -56px;
  right: 0;
  margin: 10px 0;
  z-index: 5;
}

.testimonial-navigation .custom-arrow {
  width: 42px;
  height: 42px;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.2s;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.testimonial-navigation .custom-arrow:hover {
  background-color: #f0f0f0;
  transform: scale(1.05);
}


/* ================================= How it Works ============================================ */

.how-it-works-section {
  background-image: linear-gradient(135deg, #FFF3C7, #FFD6EC);
  padding: 80px 20px;
  text-align: center;
}

.how-it-works-section .container {
  max-width: 1320px;
  margin: 0 auto;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: left;
  color: #1d1d1f;
  margin-bottom: 60px;
}

.steps-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 40px;
}

.step-item {
  flex: 1 1 280px;
  max-width: 380px;
  text-align: center;
}

.step-image {
  width: 100%;
  max-width: 246px;
  height: auto;
  margin: 0 auto 24px auto;
}

.step-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.step-item h3 {
  font-size: 30px;
  text-align: left;
  font-weight: 700;
  color: #1d1d1f;
  margin-bottom: 10px;
}

.step-item p {
  font-size: 20px;
  color: #4a4a4a;
  line-height: 1.5;
  text-align: left;
}

.cta-wrapper {
  margin-top: 40px;
  width: 200px;
  margin: auto;
}

.cta-button {
  display: inline-block;
  background-color: #3b4dff;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  padding: 14px 28px;
  border-radius: 999px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #2433d6;
}

/* Responsive */
@media (max-width: 768px) {
  .steps-grid {
    flex-direction: column;
    align-items: center;
  }
}

/* ======================= Trust Section ================================= */

.trusted-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #D9F6FF, #F5E8FF);
}

.trusted-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.trusted-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1e1e1e;
  line-height: 1.2;
}

.trusted-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.trusted-item img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-bottom: 16px;
}

.trusted-item h5 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1e1e1e;
}

.trusted-item p {
  font-size: 1rem;
  line-height: 1.5;
  color: #4a4a4a;
}

/* Responsive */
@media (max-width: 992px) {
  .trusted-section .container {
    grid-template-columns: 1fr;
  }

  .trusted-items {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .trusted-items {
    grid-template-columns: 1fr;
  }

  .trusted-item {
    text-align: left;
  }
}

.trusted-content {
  display: flex;
}

.trusted-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 32px;
  margin-top: 40px;
}

.trusted-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.trusted-item img {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
}

.trusted-item h5 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1e1e1e;
}

.trusted-item p {
  font-size: 1rem;
  line-height: 1.5;
  color: #4a4a4a;
}

/* Responsive for mobile: single column */
@media (max-width: 576px) {
  .trusted-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================== Blue Section ====================================== */

.price-section {
  background: #dbffff;
  display: flex;
  flex-wrap: wrap;
}

.price-container {
  max-width: 1320px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.price-left,
.price-right {
  width: 50%;
}

.price-left {
  background-color: #f5f5f7;
  padding: 4rem 1.5rem 2.5rem 5.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.price-left h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  max-width: 590px;
  margin-bottom: 1.5rem;
}

.price-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.price-left ul li {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.price-left ul li img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  margin-right: 0.75rem;
  background-color: #1f1f8b;
  border-radius: 50%;
}

.price-left .price-cta {
  display: inline-flex;
  align-items: center;
  margin-top: 2rem;
  font-weight: 600;
  color: #3b45ff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.price-left .price-cta:hover {
  color: #1f28cc;
}

.price-left .price-cta span {
  margin-left: 0.25rem;
  font-size: 1.2rem;
}

.price-right {
  background-color: #fee1d5;
  background-image: url('images/bg.png');
  background-size: cover;
  background-position: center;
  padding: 4rem 1.5rem 2.5rem 5.5rem;
  color: #220e93;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dropdown {
  margin-bottom: 2rem;
}

.dropdown__btn {
  background: transparent;
  color: #fff;
  font-weight: 600;
  border: 1px solid #fff;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  cursor: pointer;
  font-size: 1rem;
}

.dropdown__btn .arrow {
  margin-left: 0.5rem;
}

.price-amount {
  display: flex;
  flex-direction: column;
}

.price-p-txt {
  font-size: 30px !important;
}

.price-amount .from {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}

.price-amount .value {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
}

.price-amount .unit {
  font-size: 1.25rem;
  margin-top: 0.5rem;
}

/* ============================= */
/* 📱 Mobile & Tablet Responsive */
/* ============================= */

@media (max-width: 1024px) {
  .price-left,
  .price-right {
    width: 100%;
    padding: 3rem 2rem;
  }

  .price-left h2 {
    font-size: 2rem;
  }

  .price-left ul li {
    font-size: 1rem;
  }

  .price-amount .value {
    font-size: 4rem;
  }

  .dropdown__btn {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .price-container {
    display: block; /* Remove flex on mobile */
  }

  .price-left,
  .price-right {
    width: 100%;
    padding: 2rem 1rem;
  }

  .price-left {
    padding: 2rem 1rem;
  }

  .price-right {
    padding: 2rem 1rem;
    background-position: top center;
  }

  .price-left h2 {
    font-size: 1.75rem;
  }

  .price-left ul li {
    font-size: 1rem;
  }

  .price-amount .value {
    font-size: 3rem;
  }

  .price-amount .from,
  .price-amount .unit {
    font-size: 1rem;
  }

  .dropdown__btn {
    font-size: 0.9rem;
    padding: 0.4rem 0.8rem;
  }

  .price-left .price-cta span {
    font-size: 1rem;
  }
}

/* ======================================== FAQ Section ===================================================== */
.faq-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  font-family: Arial, sans-serif;
}

.faq-container {
  max-width: 1320px;
  margin: 0 auto 40px auto;
  text-align: center;
}

.faq-title {
  font-size: 2.5rem;
  color: #222;
  font-weight: 700;
}

.faq-list {
  max-width: 1320px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

.faq-item {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  transition: all 0.3s ease-in-out;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question h3 {
  font-size: 1.2rem;
  margin: 0;
  color: #333;
  font-weight: 600;
}

.faq-toggle {
  font-size: 1.5rem;
  color: #555;
  transition: transform 0.3s;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 0;
}

.faq-answer p {
  margin: 0;
  padding-top: 10px;
  color: #666;
  font-size: 1rem;
  line-height: 1.5;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding-top: 15px;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #007bff;
}

/* ================================== CTA Section =========================================== */

.app-download-section {
  background-image: linear-gradient(135deg, #F0F8FF, #E4F1FF);
  padding: 80px 0;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.app-download-content {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.app-download-text {
  max-width: 550px;
  text-align: left;
}

.app-download-text h2 {
  font-size: 72px;
  font-weight: 700;
  line-height: 1.2;
  color: #1e1e1e;
  margin-bottom: 20px;
}

.app-download-text p {
  font-size: 22px;
  color: #444;
  margin-bottom: 30px;
}

.btn-download {
  background-color: #4b55f3;
  color: #fff;
  padding: 14px 32px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  transition: background 0.3s ease;
}

.btn-download:hover {
  background-color: #353ecf;
}

.app-download-image img {
  max-width: 100%;
  height: auto;
  max-height: 600px;
}

@media (min-width: 992px) {
  .app-download-content {
    flex-direction: row;
    text-align: left;
  }
}

/* =========================== Footer CSS ==================================== */

.footer {
  background-color: #4b55f3;
  color: #fff;
  padding: 40px 20px;
  font-family: 'Inter', sans-serif;
}

.footer__row {
  display: flex;
  justify-content: center;
}

.footer__mention {
  color: #fff;
  font-size: 18px;
}


/* ==================== Move to Top ================== */

#scrollToTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#scrollToTopBtn svg {
  position: absolute;
  transform: rotate(-90deg);
}

.progress-ring circle {
  fill: none;
  stroke-width: 4;
}

.progress-ring .bg {
  stroke: #ddd;
}

.progress-ring .progress {
  stroke: #000000;
  stroke-linecap: round;
  stroke-dasharray: 164;
  stroke-dashoffset: 164;
  transition: stroke-dashoffset 0.3s ease;
}

#scrollPercent {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  z-index: 2;
}

a {
  list-style: none;
  text-decoration: none !important;
}

.swiper-slide {
  cursor: grab;
}

.swiper-slide:active {
  cursor: grabbing;
}


/* ==================================================================== */
/* Detail CSS */
/* ==================================================================== */

/* Banner Section */
.container-div,
.locker-banner {
  display: flex;
  flex-wrap: wrap;
  background: linear-gradient(135deg, rgb(71 133 255 / 70%), rgba(255, 99, 71, 0.5));
  color: #fff;
  padding: 40px;
  overflow: hidden;
  gap: 30px;
  border-radius: 15px; /* Rounded corners for cleaner edges */
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15); /* Soft shadow */
}

.ban-li{
  list-style: none;
  color: white;
}

.ban-a{
  color: white !important;
}

.slider-detail-class,
.locker-left {
  flex: 1;
  padding-right: 20px;
}

.detail-hero-section,
.hero-info {
  position: relative;
  padding: 30px;
}

.hero-title,
.locker-heading {
  font-size: 36px; /* Increased font size for stronger headings */
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 1px; /* Small letter spacing for modern feel */
  color: #fff;
}

.rating-box,
.locker-score {
  background: #facc15;
  padding: 6px 12px;
  border-radius: 8px; /* Slightly rounded corners for rating box */
  color: #111;
  font-weight: bold;
  display: inline-block;
}

.btn-outline,
.locker-btn {
  border: 1px solid #fff;
  padding: 12px 20px; /* Larger padding for a better button feel */
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  margin-right: 15px;
  transition: all 0.3s ease;
  font-weight: 500;
  text-transform: uppercase; /* Capitalize button text for emphasis */
}

.btn-outline:hover,
.locker-btn:hover {
  background: #fff;
  color: #000;
}

.gr-slide-container {
  height: 400px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}

.gr-slide-bg {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 12px; /* Rounded corners for background image */
}

.locker-right {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.locker-carousel {
  width: 100%;
  height: 400px; /* Increased carousel height for better visibility */
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2); /* Slightly stronger shadow for carousel */
}

.locker-slides {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.locker-slide {
  flex: 0 0 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.locker-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.3);
  border: none;
  color: #fff;
  font-size: 28px;
  padding: 12px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  transition: background 0.3s, transform 0.2s;
}

.locker-arrow:hover {
  background: rgba(255, 255, 255, 0.6);
  transform: translateY(-50%) scale(1.1);
}

.locker-arrow.left { left: 20px; }
.locker-arrow.right { right: 20px; }

.locker-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.locker-dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
  opacity: 0.5;
}

.locker-dots button.active {
  background: #fff;
  opacity: 1;
}

.locker-rating {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 15px;
}

.locker-review-count {
  font-size: 16px;
  color: #ccc;
}

.locker-location {
  margin-bottom: 20px;
  font-size: 16px;
  color: #ddd;
  line-height: 1.5;
}

/* 🔹 Responsive */
@media (max-width: 768px) {
  .locker-banner {
    flex-direction: column;
    padding: 20px;
  }

  .locker-left,
  .locker-right {
    width: 100%;
    padding: 10px 0;
  }

  .locker-heading {
    font-size: 28px;
  }

  .locker-carousel {
    height: 300px;
  }

  .locker-slide {
    border-radius: 10px; /* Slightly less rounded for smaller screens */
  }
}

.container {
  max-width: 90%;
  margin: auto;
}

.section {
  padding: 40px 0;
}

.section h2 {
  margin-bottom: 16px;
  font-size: 24px;
  color: #0052d4;
}

.info p {
  margin: 8px 0;
}

.features {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.feature-box {
  background: #fff;
  padding: 16px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  flex: 1 1 200px;
}

.map {
  height: 300px;
  border: none;
  width: 100%;
  border-radius: 8px;
}

.cta {
  margin-top: 30px;
}

.cta a {
  background: #0070f3;
  color: white;
  padding: 14px 28px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  display: inline-block;
}

/* Footer */
footer {
  background: #0e1a35;
  color: white;
  padding: 50px 20px 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.footer h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.footer p,
.footer a {
  font-size: 14px;
  color: #bbb;
  text-decoration: none;
  margin-bottom: 8px;
  display: block;
}

.footer input,
.footer textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 6px;
  margin-bottom: 10px;
}

.footer button {
  background: #0070f3;
  color: white;
  padding: 10px 18px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  font-size: 13px;
  color: #888;
}

.contact-title {
  font-size: 20px;
  margin-bottom: 15px;
}

.contact-input,
.contact-textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

.contact-button {
  width: 100%;
  padding: 10px;
  background-color: #007bff;
  border: none;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-button:hover {
  background-color: #0056b3;
}

.hero-address {
  padding: 8px 0
}

.button-group {
  padding-top: 20px;
}

.rating-display {
  margin: 10px 0;
}

/* ======================================== */
/* New Modern Map Section                   */
/* ======================================== */

.modern-map-section {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f9fafb;
  padding: 60px 20px;
  border-radius: 16px;
  gap: 40px;
}

.modern-map-box {
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transform: rotate(-1deg);
}

.modern-map-frame {
  width: 100%;
  height: 400px;
  border: none;
}

.modern-info-card {
  background: #fff;
  max-width: 100%;
  width: 100%;
  text-align: left;
  padding: 30px 40px;
  border-radius: 20px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.modern-title {
  font-size: 2rem;
  font-weight: bold;
  color: #111827;
  margin-bottom: 15px;
}

.modern-rating {
  margin-bottom: 20px;
}

.modern-badge {
  background: #facc15;
  padding: 6px 12px;
  border-radius: 8px;
  color: #111;
  font-weight: bold;
}

.modern-reviews {
  color: #6b7280;
  margin-left: 10px;
}

.modern-contact {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  line-height: 2;
}

.modern-contact li {
  font-size: 16px;
  color: #374151;
}

.modern-contact i {
  color: #f97316;
  margin-right: 10px;
}

.modern-contact a {
  color: #2563eb;
  text-decoration: none;
}

.modern-contact a:hover {
  text-decoration: underline;
}

.modern-book-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 24px;
  background: #f97316;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 30px;
  transition: background 0.3s ease;
}

.modern-book-btn:hover {
  background: #ea580c;
}

/* Responsive */
@media (max-width: 768px) {
  .modern-map-frame {
    height: 280px;
  }

  .modern-info-card {
    padding: 20px;
  }

  .modern-title {
    font-size: 1.5rem;
  }
}

/* ==================================================================== */
/* Listing CSS */
/* ==================================================================== */

  .hero-section {
    background: #f9f9f9;
    padding: 40px 20px;
  }
  .hero-section h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .filters-bar {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
  }
  .listing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
  }
  .card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.07);
    display: flex;
    flex-direction: column;
  }
  .card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  .card-body {
    padding: 15px;
  }
  .card-body h3 {
    margin: 0;
    font-size: 18px;
  }
  .card-body p {
    font-size: 14px;
    color: #666;
    margin: 5px 0;
  }
  .price-rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    margin-top: 10px;
  }
  .book-btn {
    background: #000;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-top: 12px;
  }


/* ================== Avtar CSS ====================== */

.avatar-letter {
  width: 40px;
  height: 40px;
  background-color: #0070f3;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}