.tour_3card_item {
  background-color: #000000;
  color: #ffffff;
  padding: 40px 30px;
  border-radius: 8px;
  height: 100%;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.tour_3card_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  transition: left 0.6s ease;
}

.tour_3card_item:hover::before {
  left: 100%;
}

.tour_3card_item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  background-color: #1a1a1a;
}

.tour_3card_icon {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  font-size: 24px;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}

.tour_3card_item:hover .tour_3card_icon {
  transform: rotate(360deg) scale(1.1);
  background-color: #f0f0f0;
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

.tour_3card_title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.tour_3card_item:hover .tour_3card_title {
  color: #ffffff;
  transform: translateX(5px);
}

.tour_3card_description {
  font-size: 15px;
  line-height: 26px;
  color: #cccccc;
  margin-bottom: 0;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.tour_3card_item:hover .tour_3card_description {
  color: #e0e0e0;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .tour_3card_item {
    margin-bottom: 20px;
  }
  .rotatecard .imgsec {
    max-height: 381px;
  }
}

@media (max-width: 767px) {
  .tour_3card_item {
    padding: 30px 25px;
  }

  .tour_3card_title {
    font-size: 20px;
  }

  .tour_3card_description {
    font-size: 14px;
    line-height: 24px;
  }

  .tour_3card_icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

/* Animation on load */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tour_3card_col {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

.tour_3card_col:nth-child(1) {
  animation-delay: 0.1s;
}

.tour_3card_col:nth-child(2) {
  animation-delay: 0.3s;
}

.tour_3card_col:nth-child(3) {
  animation-delay: 0.5s;
}

.ourservce {
  padding: 70px 0;
}
.ourservce .imgsec {
  border-radius: 10px;
  overflow: hidden;
}
.ourservce .imgsec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ourservce .capsec {
  padding-left: 50px;
  width: 100%;
}
.ourservce .capsec h3 {
  padding-bottom: 30px;
}
.ourservce .capsec p {
  padding-bottom: 20px;
  margin-bottom: 0;
}

.ourservce .customRow:nth-child(even) {
  flex-direction: row-reverse;
}

.blackmersed {
  background-color: #000;
  padding: 70px 0;
}
.blackmersed .blckcap {
  padding-right: 30px;
}
.blackmersed h2 {
  color: #fff;
}

.blackmersed p {
  color: #fff;
}
.blackmersed .blk {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
}

.pt_70 {
  padding-top: 70px;
}
.pb_70 {
  padding-bottom: 70px;
}

.airport-fleet .container .airport-fleet-card {
  box-shadow: 0 8px 19px 0 #07070736;
}
.airport-fleet .container .airport-fleet-card .card-left-img img {
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(0.9);
}
.airport-fleet .container .airport-fleet-card:hover .card-left-img img {
  transform: scale(1);
}
.card-right-content p {
  margin-bottom: 0;
}
.top-route {
  padding: 40px 0;
}

.top-route .card-route {
  padding: 20px;
  border: 1px solid silver;
  border-radius: 8px;
  box-shadow: 0 1px 17px 0 rgba(0, 0, 0, 0.25);
  margin: 5px;
}
.top-route .card-route p {
  margin-bottom: 0;
  text-align: center;
}

.newgo {
  overflow: hidden;
}

.newgo .leftimg {
  overflow: hidden;
  border-radius: 10px;
}

.newgo .leftimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newgo .rightcap {
  padding-left: 30px;
}
.newgo .rightcap h2 {
  padding-bottom: 30px;
}
.newgo .rightcap p {
  padding-bottom: 30px;
}
.newgo .rightcap ul {
  display: flex;
  flex-wrap: wrap;
}
.newgo .rightcap ul li {
  font-size: 16px;
  padding-bottom: 10px;
  padding-right: 30px;
  width: 48%;
}

.newgo .rightcap ul li i {
  padding-right: 5px;
  font-size: 8px;
}

@media (max-width: 1399px) {
  .newgo .rightcap ul li {
    padding-right: 15px;
    width: 48%;
  }
}

@media (max-width: 991px) {
  .tour_3card_col {
    margin-bottom: 15px;
  }
  .ourservce .capsec {
    padding-left: 0;
    padding-top: 30px;
  }
  .ourservce .customRow:nth-child(even) {
    padding-top: 0;
  }
  .stressRow {
    flex-direction: column-reverse;
  }
  .blackmersed .blk {
    margin-bottom: 15px;
  }
  .blackmersed {
    padding: 50px 0;
  }
  .pt_70 {
    padding-top: 50px;
  }
  .pb_70 {
    padding-bottom: 50px;
  }
  .newgo .rightcap {
    padding-left: 0;
    padding-top: 30px;
  }
  .newgo .rightcap h2,
  p {
    padding-bottom: 15px !important;
  }
  .card-right-content p {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .pt_70 {
    padding-top: 30px;
  }
  .pb_70 {
    padding-bottom: 30px;
  }
  .ourservce .capsec h3 {
    padding-bottom: 15px;
  }
  .ourservce {
    padding: 30px 0 0;
  }
  .blackmersed p {
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .blackmersed .blckcap {
    padding-right: 0;
  }
}

.cityh2 {
  padding-bottom: 30px;
}
.citycard {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
  height: 100%;
  margin: 0 10px;
}

.citycard-image {
  width: 100%;
  height: 200px;
  border-radius: 12px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.citycard-overlay {
  position: relative;
  transition: all 0.4s ease;
  padding: 15px 10px;
}

.citycard-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  transition: transform 0.4s ease;
}

.citycard-description {
  color: #6b6b6b;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  margin-top: 10px;
  overflow: hidden;
  transition:
    opacity 0.4s ease,
    max-height 0.4s ease,
    margin-top 0.4s ease;
}

/* .citycard:hover .citycard-title {
    transform: translateY(-5px);
}

.citycard:hover .citycard-description {
    opacity: 1;
    max-height: 100px;
    margin-top: 12px;
} */

/* Slick Slider Custom Styles */
.city-section-new .slick-slide {
  padding: 0 10px;
}

.city-section-new .slick-list {
  margin: 0 -10px;
}

/* Custom Navigation Arrows */
.city-section-new .slick-prev,
.city-section-new .slick-next {
  width: 45px;
  height: 45px;
  z-index: 10;
  background: #fff;
  border-radius: 50%;
  font-size: 20px;
  color: #000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.city-section-new .slick-prev:hover,
.city-section-new .slick-next:hover {
  background: #333;
  color: #fff;
}

.city-section-new .slick-prev:before,
.city-section-new .slick-next:before {
  font-size: 20px;
  opacity: 1;
  color: #333;
  content: "";
  transition: color 0.3s ease;
}

.city-section-new .slick-prev:hover:before,
.city-section-new .slick-next:hover:before {
  color: #fff;
}

.city-section-new .slick-prev {
  left: -20px;
}

.city-section-new .slick-next {
  right: -20px;
}

/* Custom Dots */
.city-section-new .slick-dots {
  bottom: -40px;
}

.city-section-new .slick-dots li {
  margin: 0 10px;
  width: 10px;
  height: 10px;
}

.city-section-new .slick-dots li button {
  width: 10px;
  height: 10px;
}

.city-section-new .slick-dots li button:before {
  font-size: 12px;
  color: #333;
  width: 10px;
  height: 10px;
  font-size: 15px !important;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.city-section-new .slick-dots li.slick-active button:before {
  opacity: 1;

  color: #333;
}

.city-section-new .slick-dots li button:hover:before {
  opacity: 0.8;
}

/* Responsive Design */
@media (max-width: 768px) {
  .section-title {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .citycard-title {
    font-size: 20px;
  }

  .citycard-description {
    font-size: 13px;
  }

  .city-section-new .slick-prev,
  .city-section-new .slick-next {
    width: 38px;
    height: 38px;
  }

  .city-section-new .slick-prev:before,
  .city-section-new .slick-next:before {
    font-size: 16px;
  }

  .city-section-new .slick-prev {
    left: -15px;
  }

  .city-section-new .slick-next {
    right: -15px;
  }
}

@media (max-width: 576px) {
  .citycard {
    margin: 0 5px;
  }

  .citycard-title {
    font-size: 18px;
  }

  .city-section-new .slick-prev {
    left: -10px;
  }

  .city-section-new .slick-next {
    right: -10px;
  }
}

/* ── Section wrapper ── */

.locaton_new {
  background-color: #fffdec;
  padding: 30px;
}
.locaton_new__heading {
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: #2a2520;
  margin-bottom: 2.5rem;
  letter-spacing: 0.02em;
  position: relative;
  display: inline-block;
  text-align: center;
}

.locaton_new__heading::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #8b7d5a;
  margin-top: 8px;
}

/* ── City group ── */
.locaton_new__group {
  margin-bottom: 2.2rem;
  animation: fadeUp 0.5s ease both;
}

.locaton_new__group:nth-child(2) {
  animation-delay: 0.05s;
}
.locaton_new__group:nth-child(3) {
  animation-delay: 0.1s;
}
.locaton_new__group:nth-child(4) {
  animation-delay: 0.15s;
}
.locaton_new__group:nth-child(5) {
  animation-delay: 0.2s;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── City label / badge ── */
.locaton_new__city-label {
  display: inline-block;
  background: #8b7d5a;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 2px;
  margin-bottom: 0.85rem;
}
.locaton_new__city-label a {
  color: #fff;
}

/* ── Links grid ── */
.locaton_new__links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  border-top: 1px solid #e0d8c8;
  padding-top: 0.6rem;
}

/* ── Individual link ── */
.locaton_new__link {
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  background: #f4f1dd;
  padding: 5px 14px;
  border-radius: 3px;
  position: relative;
  transition:
    color 0.22s ease,
    background 0.22s ease,
    transform 0.22s ease;
  white-space: nowrap;
}

/* Separator dot between links */
.locaton_new__link:not(:last-child)::after {
  content: "·";
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  color: #e0d8c8;
  pointer-events: none;
}

.locaton_new__link:hover {
  color: #8b7d5a;
  background: #f5f0e8;
  transform: translateY(-2px);
}

.locaton_new__link:active {
  transform: translateY(0);
}

/* Underline slide-in effect */
.locaton_new__link span {
  position: relative;
}

.locaton_new__link span::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #8b7d5a;
  transition: width 0.25s ease;
}

.locaton_new__link:hover span::after {
  width: 100%;
}

/* ── Load More button ── */
.locaton_new__load-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  color: #8b7d5a;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  cursor: pointer;
  padding: 0;
  margin-top: 1.8rem;
  transition:
    gap 0.22s ease,
    color 0.22s ease;
}

.locaton_new__load-more:hover {
  color: #2a2520;
  gap: 14px;
}

.locaton_new__load-more .arrow {
  font-size: 1rem;
  transition: transform 0.22s ease;
}

.locaton_new__load-more:hover .arrow {
  transform: translateX(4px);
}

/* ── Responsive tweaks ── */
@media (max-width: 576px) {
  .locaton_new__link {
    font-size: 0.78rem;
    padding: 5px 10px;
  }
}

/* ═══════════════════════════════
       HERO BANNER
    ════════════════════════════════ */
.hero-banner {
  width: 100%;
  height: 420px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.hero-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.58) 0%,
    rgba(0, 0, 0, 0.08) 60%
  );
}

.hero-banner__caption {
  position: absolute;
  bottom: 32px;
  left: 40px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.02em;
  max-width: 320px;
  line-height: 1.35;
}

/* ═══════════════════════════════
       GALLERY SECTION
    ════════════════════════════════ */

.gallery-section__heading {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 32px;
}

.gallery-section__heading::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #8b7d5a;
  margin: 10px auto 0;
}

.gallery-row {
  --bs-gutter-x: 12px;
  --bs-gutter-y: 12px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}

/* Heights */
.gallery-item--tall {
  height: 452px;
}
.gallery-item--short {
  height: 220px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.gallery-item:hover img {
  transform: scale(1.06);
}

.gallery-item__overlay {
  position: absolute;
  inset: 0;
  background: rgba(139, 125, 90, 0);
  transition: background 0.35s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-item:hover .gallery-item__overlay {
  background: rgba(139, 125, 90, 0.28);
}

.gallery-item__icon {
  width: 46px;
  height: 46px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  opacity: 0;
  transform: scale(0.65);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.gallery-item:hover .gallery-item__icon {
  opacity: 1;
  transform: scale(1);
}

/* Responsive heights */
@media (max-width: 991px) {
  .gallery-item--tall {
    height: 340px;
  }
  .gallery-item--short {
    height: 164px;
  }
}

@media (max-width: 767px) {
  .gallery-item--tall {
    height: 260px;
  }
  .gallery-item--short {
    height: 200px;
  }
}

@media (max-width: 480px) {
  .gallery-item--tall {
    height: 220px;
  }
  .gallery-item--short {
    height: 180px;
  }
}

/* ═══════════════════════════════
       VIDEO SECTION
    ════════════════════════════════ */

.video-section__heading {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
}

.video-section__sub {
  text-align: center;
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 42px;
}

/* Video container — px height */
.video-wrapper {
  position: relative;
  width: 100%;
  height: 520px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  background: #000;
}

@media (max-width: 991px) {
  .video-wrapper {
    height: 380px;
  }
}
@media (max-width: 767px) {
  .video-wrapper {
    height: 280px;
  }
}
@media (max-width: 480px) {
  .video-wrapper {
    height: 220px;
  }
}

.video-wrapper__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.6);
  transition: filter 0.35s ease;
}

.video-wrapper:hover .video-wrapper__thumb {
  filter: brightness(0.45);
}

.video-wrapper video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

/* Play overlay */
.video-play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: opacity 0.3s ease;
}

.video-play-btn__circle {
  width: 84px;
  height: 84px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  transition:
    background 0.3s ease,
    transform 0.3s ease,
    border-color 0.3s ease;
  margin-bottom: 18px;
}

.video-wrapper:hover .video-play-btn__circle {
  background: rgba(139, 125, 90, 0.75);
  border-color: transparent;
  transform: scale(1.1);
}

.play-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 28px;
  border-color: transparent transparent transparent #fff;
  margin-left: 7px;
}

.video-play-btn__label {
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
}

/* Playing state */
.video-wrapper.playing .video-play-btn {
  opacity: 0;
  pointer-events: none;
}

.video-wrapper.playing .video-wrapper__thumb {
  display: none;
}

.video-wrapper.playing video {
  display: block;
}

/* ═══════════════════════════════
   LIGHTBOX POPUP
════════════════════════════════ */
.lightbox-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(10, 9, 8, 0.92);
  backdrop-filter: blur(8px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease;
  padding: 20px;
}

.lightbox-backdrop.active {
  opacity: 1;
  visibility: visible;
}

.lightbox-container {
  position: relative;
  max-width: 920px;
  width: 100%;
  transform: scale(0.88) translateY(20px);
  transition: transform 0.38s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.lightbox-backdrop.active .lightbox-container {
  transform: scale(1) translateY(0);
}

.lightbox-container img {
  width: 100%;
  max-height: 85vh;
  object-fit: contain;
  display: block;
  border-radius: 4px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6);
}

.lightbox-close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 36px;
  height: 36px;
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.lightbox-close:hover {
  background: #8b7d5a;
  border-color: #8b7d5a;
  transform: rotate(90deg);
}

.lightbox-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
  z-index: 2;
}

.lightbox-arrow:hover {
  background: #8b7d5a;
  border-color: #8b7d5a;
}

.lightbox-arrow--prev {
  left: -68px;
}
.lightbox-arrow--next {
  right: -68px;
}

.lightbox-arrow--prev:hover {
  transform: translateY(-50%) translateX(-3px);
}
.lightbox-arrow--next:hover {
  transform: translateY(-50%) translateX(3px);
}

.lightbox-caption {
  text-align: center;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  letter-spacing: 0.08em;
  margin-top: 14px;
}

.lightbox-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 14px;
}

.lightbox-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  border: none;
  cursor: pointer;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.lightbox-dot.active {
  background: #8b7d5a;
  transform: scale(1.3);
}

@media (max-width: 680px) {
  .lightbox-arrow--prev {
    left: -8px;
  }
  .lightbox-arrow--next {
    right: -8px;
  }
  .lightbox-arrow {
    width: 38px;
    height: 38px;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.5);
  }
}

.listItm {
  padding-top: 15px;
  padding-left: 15px;
}
.listItm li {
  list-style-type: disc !important;
  padding-bottom: 5px;
}
.listItm.main li {
  color: #fff;
}

/* ── Section ── */
.hiw-section {
  position: relative;
  overflow: hidden;
}

/* ── Eyebrow ── */
.hiw-eyebrow {
  font-weight: 400;
  font-size: 0.78rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #ddd195;
  display: block;
  margin-bottom: 14px;
}

/* ── Heading ── */
.hiw-heading {
  font-weight: 700;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.2;
  color: #000;
  max-width: 640px;
  margin: 0 auto 12px;
}

/* ── Gold rule ── */
.hiw-rule {
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, #c5b665, #ddd195);
  margin: 0 auto 60px;
  border-radius: 2px;
}

/* ── Steps wrapper ── */
.steps-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  flex-wrap: nowrap;
}

/* ── Single step ── */
.step {
  flex: 1 1 0;
  text-align: center;
  padding: 0 12px;
  position: relative;
  opacity: 0;
  transform: translateY(28px);
  animation: fadeUp 0.65s ease forwards;
}
.step:nth-child(1) {
  animation-delay: 0.1s;
}
.step:nth-child(3) {
  animation-delay: 0.3s;
}
.step:nth-child(5) {
  animation-delay: 0.5s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── Icon card ── */
.step-icon-wrap {
  width: 72px;
  height: 72px;
  background: #000;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  position: relative;
  transition:
    background 0.3s,
    transform 0.3s;
}
.step:hover .step-icon-wrap {
  background: #c5b665;
  transform: translateY(-4px);
}
.step:hover .step-icon-wrap i {
  color: #000;
}

.step-icon-wrap::before {
  top: -1px;
  left: -1px;
  border-width: 2px 0 0 2px;
  border-radius: 4px 0 0 0;
}
.step-icon-wrap::after {
  bottom: -1px;
  right: -1px;
  border-width: 0 2px 2px 0;
  border-radius: 0 0 4px 0;
}
.step:hover .step-icon-wrap::before,
.step:hover .step-icon-wrap::after {
  opacity: 1;
}

.step-icon-wrap i {
  font-size: 1.35rem;
  color: #ddd195;
  transition: color 0.3s;
}

/* Step number badge */
.step-num {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  background: #c5b665;
  color: #000;
  font-size: 0.65rem;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ── Step title ── */
.step-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  letter-spacing: 0.01em;
}

/* ── Step body ── */
.step-body {
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 1.65;
  color: #000;
  margin: 0 auto;
  opacity: 0.7;
}

/* ── Connector arrow ── */
.connector {
  flex: 0 0 auto;
  align-self: center;
  margin-bottom: 115px;
  display: flex;
  align-items: center;
  width: clamp(40px, 6vw, 90px);
  opacity: 0;
  animation: fadeUp 0.65s ease forwards;
}
.connector:nth-child(2) {
  animation-delay: 0.2s;
}
.connector:nth-child(4) {
  animation-delay: 0.4s;
}

.connector-line {
  flex: 1;
  height: 1px;
  top: -1px;
  position: relative;
  background: repeating-linear-gradient(
    90deg,
    #c5b665 0,
    #c5b665 5px,
    transparent 5px,
    transparent 10px
  );
}
.connector-arrow {
  color: #c5b665;
  font-size: 0.7rem;
  margin-left: 2px;
}

/* ── Responsive: stack on small screens ── */
@media (max-width: 767px) {
  .steps-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .connector {
    width: 1px;
    height: 36px;
    flex-direction: column;
    margin-bottom: 0;
    margin: 4px 0;
  }
  .connector-line {
    flex: 1;
    width: 1px;
    height: 100%;
    background: repeating-linear-gradient(
      180deg,
      #c5b665 0,
      #c5b665 5px,
      transparent 5px,
      transparent 10px
    );
  }
  .connector-arrow {
    margin-left: 0;
    margin-top: 2px;
    transform: rotate(90deg);
  }
  .step {
    max-width: 320px;
    padding: 0 20px;
  }
}

/* ── Section ── */
.coverage-section {
  padding: 0px 0 50px;
}

/* ── Eyebrow ── */
.coverage-eyebrow {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #ddd195;
  margin-bottom: 14px;
}

/* ── Intro text ── */
.coverage-intro {
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.75;
  color: #ddd195;
  opacity: 0.75;
  max-width: 560px;
}

/* ── Card ── */
.area-card {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  height: 200px;
  cursor: pointer;
}
.area-card.odd {
  height: 75px;
}

/* Background image via inline style — using Unsplash */
.area-card .card-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}
.area-card:hover .card-img {
  transform: scale(1.07);
}

/* Dark overlay — always visible base */
.area-card .card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  transition: background 0.4s ease;
}
.area-card.odd .card-overlay {
  background: var(
    --btn-linear-bg,
    linear-gradient(180deg, #ddd195 0, #c5b665 100%)
  );
}
.area-card:hover .card-overlay {
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.5s ease-in-out;
}
.area-card.odd:hover .card-overlay {
  background: linear-gradient(
    to top,
    rgb(202 192 120) 0%,
    rgb(215 205 144) 100%
  );
}

/* Gold top bar accent */
.area-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #c5b665, #ddd195);
  z-index: 3;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.area-card:hover::before {
  transform: scaleX(1);
}

/* ── Card content ── */
.card-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 28px;
  align-items: center;
}

.card-label {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #c5b665;
  border: 1px solid #c5b665;
  padding: 4px 10px;
  border-radius: 2px;
  margin-bottom: 14px;
  width: fit-content;
}

.card-title {
  font-size: 20px !important;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
.area-card.odd .card-title {
  text-align: center;
}
.card-title a {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  height: 100%;
}

/* Areas list */
.areas-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}
.areas-list li {
  font-size: 0.78rem;
  font-weight: 300;
  color: #ddd195;
  display: flex;
  align-items: center;
  gap: 6px;
  opacity: 0.85;
  transition: opacity 0.2s;
}
.areas-list li:hover {
  opacity: 1;
}
.areas-list li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #c5b665;
  border-radius: 50%;
  flex-shrink: 0;
}

/* Hover — slide up extra info */
.card-extra {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s ease;
}
.area-card:hover .card-extra {
  max-height: 75px;
}

.homebanner.innrbnr.citybnr {
  filter: none;
  background-position: 100% 25%;
  padding: 80px 0;
}
.homebanner.innrbnr.citybnr .bnrcap p {
  padding-bottom: 10px;
}

/* ── Responsive ── */

/* @media (max-width: 1499px) {
  .homebanner.innrbnr.citybnr {
    padding: 145px 0;
  }
} */
@media (max-width: 1199px) {
  .card-title {
    font-size: 17px !important;
  }
  .card-content {
    padding: 20px 10px;
  }
}
/* @media (max-width: 991px) {
  .homebanner.innrbnr.citybnr {
    padding: 0px 0;
  }
} */
@media (max-width: 767px) {
  .coverage-section {
    padding: 0px 0 30px;
  }
  .homebanner.innrbnr.citybnr {
    padding: 80px 0 60px;
  }
}

/* =============================================
   GLASS GLOSSY CONTACT FORM CSS
   ============================================= */

.contact-form-wrap {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0.08) 100%
  );
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 20px;
  padding: 36px 32px;
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.25),
    0 1px 0 rgba(255, 255, 255, 0.6) inset,
    0 -1px 0 rgba(255, 255, 255, 0.1) inset;
  position: relative;
  overflow: hidden;
}

.contact-form-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.18) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 20px 20px 60% 60% / 20px 20px 40px 40px;
  pointer-events: none;
  z-index: 1;
}

.contact-form-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.06) 0%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 1;
}

.contact-form-wrap > * {
  position: relative;
  z-index: 2;
}

.contact-form-wrap .form-control,
.contact-form-wrap input[type="text"],
.contact-form-wrap input[type="email"],
.contact-form-wrap textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.45);
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  padding: 12px 4px;
  outline: none;
  transition:
    border-color 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: none;
  caret-color: #fff;
}

.contact-form-wrap .form-control::placeholder,
.contact-form-wrap input::placeholder,
.contact-form-wrap textarea::placeholder {
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
}

.contact-form-wrap .form-control:focus,
.contact-form-wrap input:focus,
.contact-form-wrap textarea:focus {
  background: rgba(255, 255, 255, 0.18);
  border-bottom-color: #fff;
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.5);
  color: #fff;
}

.contact-form-wrap textarea.form-control,
.contact-form-wrap textarea {
  min-height: 120px;
  resize: vertical;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.1);
}

.contact-form-wrap textarea.form-control:focus,
.contact-form-wrap textarea:focus {
  border-color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.18);
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.contact-form-wrap .phone-wrap {
  display: flex;
  align-items: center;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.45);
  gap: 8px;
  padding-bottom: 2px;
  transition: border-color 0.3s ease;
}

.contact-form-wrap .phone-wrap:focus-within {
  border-bottom-color: #fff;
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.5);
}

.contact-form-wrap .phone-wrap .flag-select,
.contact-form-wrap .phone-wrap select {
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  outline: none;
  flex-shrink: 0;
}

.contact-form-wrap .phone-wrap input[type="tel"],
.contact-form-wrap .phone-wrap input {
  border: none;
  border-bottom: none;
  background: transparent;
  padding: 12px 0;
  color: #fff;
  flex: 1;
  box-shadow: none;
}

.contact-form-wrap .phone-wrap input:focus {
  background: transparent;
  border: none;
  box-shadow: none;
}

.contact-form-wrap .contact-pref-label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  margin-bottom: 10px;
  display: block;
}

.contact-form-wrap .form-check-label {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  cursor: pointer;
  user-select: none;
}

.contact-form-wrap input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  position: relative;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
  flex-shrink: 0;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -2px;
}

.contact-form-wrap input[type="radio"]:checked {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}

.contact-form-wrap input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact-form-wrap .btn-submit,
.contact-form-wrap button[type="submit"],
.contact-form-wrap input[type="submit"] {
  width: 100%;
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;

  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(220, 220, 220, 0.85) 50%,
    rgba(255, 255, 255, 0.9) 100%
  );
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.3),
    0 1px 0 rgba(255, 255, 255, 1) inset,
    0 -1px 0 rgba(0, 0, 0, 0.15) inset;
}

.contact-form-wrap .btn-submit::before,
.contact-form-wrap button[type="submit"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 10px 10px 50% 50%;
  pointer-events: none;
}

.contact-form-wrap .btn-submit:hover,
.contact-form-wrap button[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.35),
    0 1px 0 #fff inset,
    0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  filter: brightness(1.05);
}

.contact-form-wrap .btn-submit:active,
.contact-form-wrap button[type="submit"]:active {
  transform: translateY(0px);
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.25),
    0 1px 0 #fff inset;
}

.contact-form-wrap .btn-submit.btn-dark,
.contact-form-wrap button[type="submit"].btn-dark {
  color: #fff;
  background: linear-gradient(
    180deg,
    rgba(60, 60, 60, 0.95) 0%,
    rgba(10, 10, 10, 0.92) 50%,
    rgba(50, 50, 50, 0.9) 100%
  );
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.5),
    0 1px 0 rgba(255, 255, 255, 0.15) inset,
    0 -1px 0 rgba(0, 0, 0, 0.4) inset;
}

.contact-form-wrap .btn-submit.btn-dark::before,
.contact-form-wrap button[type="submit"].btn-dark::before {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.contact-form-wrap .btn-submit.btn-dark:hover,
.contact-form-wrap button[type="submit"].btn-dark:hover {
  box-shadow:
    0 8px 28px rgba(0, 0, 0, 0.6),
    0 1px 0 rgba(255, 255, 255, 0.15) inset;
}

.contact-form-wrap .form-row {
  display: flex;
  gap: 16px;
  align-items: flex-end;
}

.contact-form-wrap .form-row .form-group {
  flex: 1;
}

.contact-form-wrap .form-group {
  margin-bottom: 20px;
}

.contact-form-wrap textarea::-webkit-scrollbar {
  width: 4px;
}

.contact-form-wrap textarea::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}

.contact-form-wrap textarea::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}

.contact-form-wrap {
  position: relative;
  padding: 15px;
}
.contact-form-wrap .contact-form {
  padding: 0;
  background: transparent;
}
.contact-form-wrap .contact-form .form-control {
  padding: 10px;
  border-radius: 10px;
}
.contact-form-wrap .contact-form #phone {
  padding-right: 6px;
  padding-left: 52px;
}
.contact-form-wrap .contact-form p {
  color: #000;
}
.contact-form-wrap .contact-form .custom-radio {
  color: #fff;
}

@media (max-width: 991px) {
  .badge {
    justify-content: center;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .contact-form-wrap .contact-form #email {
    margin-bottom: 15px;
  }
}

/* New London Single Page css */

.rotatecard {
  padding: 70px 0;
}
.rotatecard .rotatRow:nth-child(even) {
  flex-direction: row-reverse;
}
.rotatecard .rotatRow {
  padding-bottom: 30px;
}
.rotatecard .imgsec {
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
  max-height: 500px;
}
.rotatecard .imgsec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rotatecard .contentsec {
  padding-left: 30px;
}
.rotatecard .contentsec ul {
  list-style: disc !important;
  padding-left: 15px;
}
.rotatecard .rotatRow:nth-child(even) .contentsec {
  padding-left: 0px;
}
.rotatecard .contentsec p {
  color: #52525c;
}

.luxerylist .list h2 {
  padding-bottom: 30px;
}
.luxerylist .list p span {
  padding-bottom: 30px;
}
.luxerylist .list ul {
  padding-left: 15px;
}
.luxerylist .list ul li {
  list-style-type: disc !important;
  padding-bottom: 3px;
}
.luxerylist .list p {
  margin-bottom: 0;
  padding-bottom: 15px;
}
.luxerylist .imgconrow:nth-child(even) {
  flex-direction: row-reverse;
  padding-top: 30px;
}

.luxerylist .luxtyimgs {
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
  max-height: 450px;
}
.luxerylist .luxtyimgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fullcard {
  padding: 70px 0 0;
}
.fullcard h2 {
  padding-bottom: 20px;
}
.fullcard .imgcard {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  height: 200px;
}
.fullcard .imgcard::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
.fullcard .imgcard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fullcard .content {
 padding: 15px;
}
.fullcard .content h3 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  color: #000;
  font-size: 24px !important;
}
.outshdcard{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
a.outshdcard-link {
   display: block;
   text-decoration: none;
   color: inherit;
}

a.outshdcard-link p a {
   position: relative;
   z-index: 1;
}
.bold_a p a, span a{
  font-weight: 700;
}
h2 {
  font-size: 32px !important;
  padding-bottom: 15px;
}
h3 {
  font-size: 30px !important;
}
.fullcard .content .fa-arrow-right {
  transform: rotate(-45deg);
}

.highlight {
  background-color: #000;
  padding: 30px;
}
.highlight h3 {
  text-align: center;
  color: #fff;
}

.services-section {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e8e0cc;
  box-shadow: 0 2px 20px rgba(184, 150, 12, 0.08);
  padding: 2rem 2.5rem;
  margin-bottom: 2.5rem;
}

.services-section h5 {
  font-weight: 600;
  font-size: 1rem;
  color: #1a1a1a;
  margin-bottom: 1.4rem;
}

.service-item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 0.85rem;
  font-size: 0.88rem;
  color: #333;
  line-height: 1.4;
}

.service-item .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #b8960c;
  flex-shrink: 0;
  margin-top: 4px;
}

/* ── Section 2: Contact ── */
.contact-section {
  padding: 70px 0;
}
.leftpannel {
  padding: 15px;
  box-shadow:
    0 2px 4px -2px rgba(0, 0, 0, 0.1),
    0 4px 6px -1px rgba(0, 0, 0, 0.1);
  background: #fff;
  height: 100%;
}

.contact-header {
  text-align: center;
}

.contact-header h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.4rem;
}

.contact-header p {
  color: #6b6b6b;
  font-size: 0.88rem;
  margin: 0;
}

.contact-body {
  padding: 1.8rem 2rem;
}

/* Contact Methods */
.contact-methods h6 {
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 1.2rem;
  color: #1a1a1a;
}

.contact-method-item {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  margin-bottom: 1.1rem;
}

.contact-method-item .icon-wrap {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #fdf8e7;
  border: 1px solid #f0e6b3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-method-item .icon-wrap i {
  color: #b8960c;
  font-size: 0.85rem;
}

.contact-method-item .method-info .label {
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 3px;
  color: #1a1a1a;
  line-height: 1.2;
}

.contact-method-item .method-info a {
  color: #b8960c;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.contact-method-item .method-info a:hover {
  color: #d4aa1a;
  text-decoration: underline;
}

.contact-method-item .method-info .subtext {
  color: #6b6b6b;
  font-size: 0.75rem;
  margin-top: 1px;
}

.advance-notice {
  border: 1px solid #e8e0cc;
  border-radius: 8px;
  padding: 0.65rem 1rem;
  font-size: 0.8rem;
  color: #444;
  margin-top: 1.2rem;
  background: #fdf8e7;
}

.advance-notice span {
  font-weight: 600;
  color: #1a1a1a;
}

/* Map placeholder */
.map-placeholder {
  border-radius: 8px;
  height: 160px;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.map-placeholder iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Areas */
.areas-block h6 {
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 0.4rem;
}

.areas-block .subtitle {
  font-size: 0.8rem;
  color: #6b6b6b;
  margin-bottom: 1rem;
}

.area-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem 1rem;
  margin-bottom: 1.4rem;
}

.area-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 16px;
  color: #333;
}

.area-item i {
  color: #b8960c;
  font-size: 0.7rem;
}

/* Premium banner */
.premium-banner {
  background: #cbb05b;
  border-radius: 8px;
  padding: 1rem 1.2rem;
  color: #fff;
}

.premium-banner h6 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.premium-banner p {
  font-size: 0.8rem;
  margin: 0;
  opacity: 0.92;
  line-height: 1.45;
}

.section-spacer {
  height: 2.5rem;
}

.intro-section h2 {
  text-align: center;
  padding-bottom: 20px;
}
.intro-section p {
  text-align: center;
  margin: 0px auto;
  width: 80%;
  padding-bottom: 15px;
}

.pricing-section {
  padding: 0px 0 60px;
}

.section-title {
  font-size: 36px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 6px;
}

.section-subtitle {
  font-size: 15px;
  color: #6b7280;
  font-weight: 300;
  margin-bottom: 36px;
}

/* Included card */
.included-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 32px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  margin-bottom: 36px;
}

.included-card h6 {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 20px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  color: #374151;
  margin-bottom: 12px;
}

.feature-item i {
  font-size: 14px;
  color: #b8960c;
  width: 16px;
  flex-shrink: 0;
}

/* Pricing table */
.pricing-table {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}

.pricing-table table {
  margin-bottom: 0;
  font-size: 14px;
}

.pricing-table thead th {
  background: #1a1a2e;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  padding: 14px 18px;
  border: none;
  letter-spacing: 0.3px;
}

.pricing-table tbody td {
  padding: 13px 18px;
  color: #374151;
  border-color: #f3f4f6;
  vertical-align: middle;
  font-size: 14px;
}

.pricing-table tbody tr:hover {
  background: #f8fafc;
}

.hourly-price {
  color: #1ba37e;
  font-weight: 600;
  font-size: 14px;
}

.vehicle-name {
  font-weight: 500;
  color: #1a1a2e;
}

.price-note {
  font-size: 12px;
  color: #9ca3af;
  text-align: center;
  padding: 14px;
  background: #fff;
  border-top: 1px solid #f3f4f6;
}

/* ─── SECTION 2: London Areas ────────────────────────────────── */
.areas-section {
  position: relative;
  padding: 80px 0 70px;
  overflow: hidden;
}

.areas-bg {
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1513635269975-59663e0ac1ad?w=1600&q=80")
    center/cover no-repeat;
  z-index: 0;
}

.areas-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 15, 30, 0.72);
}

.areas-section .container {
  position: relative;
  z-index: 1;
}

.areas-section .section-title {
  color: #ffffff;
  font-size: 32px;
}

.areas-section .section-subtitle {
  color: rgba(255, 255, 255, 0.65);
}

.area-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  padding: 18px 20px;
  backdrop-filter: blur(10px);
  transition:
    background 0.25s,
    transform 0.25s;
  /* height: 100%; */
}
.area-card p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-top: 5px;
}

.area-card:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-3px);
}

.area-card .area-icon {
  color: #f5c542;
  font-size: 14px;
  margin-right: 8px;
}

.area-card .area-name {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 4px;
}

.area-card .area-post {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 2px;
}

.area-card .area-type {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.no-area-box {
  text-align: center;
  margin-top: 40px;
}

.no-area-box p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 14px;
}

.btn-call {
  background: #f5c542;
  color: #1a1a2e;
  border: none;
  border-radius: 30px;
  padding: 11px 28px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition:
    background 0.2s,
    transform 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.btn-call:hover {
  background: #e6b800;
  color: #1a1a2e;
  transform: scale(1.04);
}

.newcover_area_section {
  padding: 70px 0 80px;
  background: #fff;
}

/* ── Headings ── */
.newcover_area_section .newcover_area_title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  color: #111;
  text-align: center;
  margin-bottom: 14px;
}

.newcover_area_section .newcover_area_desc {
  font-size: 0.97rem;
  color: #555;
  text-align: center;
  max-width: 740px;
  margin: 0 auto 22px;
  line-height: 1.75;
}

.newcover_area_section .newcover_area_popular {
  text-align: center;
  font-weight: 700;
  font-size: 0.9rem;
  color: #222;
  margin-bottom: 28px;
  letter-spacing: 0.02em;
}

/* ── Slider Wrapper ── */
.newcover_area_slider_wrap {
  position: relative;
  padding: 0 50px;
}

/* ── Slide Card ── */
.newcover_area_card {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  margin: 0 8px;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.newcover_area_card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.newcover_area_card:hover img {
  transform: scale(1.06);
}

/* Dark overlay */
.newcover_area_card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.62) 0%,
    rgba(0, 0, 0, 0.15) 55%,
    transparent 100%
  );
  pointer-events: none;
}

.newcover_area_card .newcover_area_label {
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  z-index: 2;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.popular-label {
  text-align: center;
  margin: 0px auto;
  padding-bottom: 20px;
}

/* ── Arrow Buttons ── */
.newcover_area_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: rgba(90, 90, 90, 0.82);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.25s;
}

.newcover_area_arrow:hover {
  background: rgba(30, 30, 30, 0.95);
}

.newcover_area_arrow.newcover_area_prev {
  left: 0;
}
.newcover_area_arrow.newcover_area_next {
  right: 0;
}

/* ── Slick dots override ── */
.slick-dots {
  bottom: -28px;
}
.slick-dots li button:before {
  color: #999;
  font-size: 8px;
}
.slick-dots li.slick-active button:before {
  color: #333;
}

/* Breadcrumb */

.breadcrumb-wrapper {
  /* background: #ffffff; */
  /* border: 1px solid #e0e4ea; */
  /* border-radius: 8px; */
  padding: 14px 0px;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  flex-wrap: wrap;
  gap: 2px;
  color: #fff;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
  flex-wrap: wrap;
  align-items: center;
}

/* Disable Bootstrap's default pseudo-element separator */
.breadcrumb-item + .breadcrumb-item::before {
  content: none;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  font-size: 0.92rem;
}

.breadcrumb-item a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.2s ease;
}

.breadcrumb-item a:hover {
  color: #e9dbad;
  text-decoration: underline;
}

/* Font Awesome chevron separator */
.bc-sep {
  color: #9aa3b0;
  font-size: 0.68rem;
  margin: 0 9px;
  display: flex;
  align-items: center;
}

.breadcrumb-item.active {
  color: #c2b769;
  font-weight: 600;
}

/* =============================================
   MAP FORM — CSS
   Fixes: checkbox alignment, dropdown layout,
   error messages, radio buttons, responsive
============================================= */

/* --- Error messages --- */
.map-error-message {
  color: #dc3545;
  font-size: 0.813rem;
  margin-top: 4px;
  min-height: 18px;
  display: block;
}

/* --- Dropdown toggle button --- */
#map-form .dropdown .btn.dropdown-toggle {
  width: 100%;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ced4da;
  color: #212529;
  padding: 0.5rem 0.85rem;
  font-size: 0.95rem;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#map-form .dropdown .btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.15);
  border-color: #86b7fe;
}

/* --- Dropdown menu --- */
#map-form .dropdown-menu {
  width: 100%;
  padding: 6px 0;
  border: 1px solid #ced4da;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* --- Dropdown items --- */
#map-form .dropdown-menu .dropdown-item {
  padding: 8px 14px;
  cursor: pointer;
  white-space: normal; /* allow text wrap */
  line-height: 1.4;
}

#map-form .dropdown-menu .dropdown-item:hover,
#map-form .dropdown-menu .dropdown-item:focus {
  background-color: #f8f9fa;
}

/* --- Checkbox alignment inside dropdown --- */
#map-form .dropdown-menu label.dropdown-item {
  display: flex;
  align-items: flex-start; /* top-align for wrapped text */
  gap: 10px;
  margin-bottom: 0;
  padding: 8px 14px;
  user-select: none;
}

#map-form .dropdown-menu .form-check-input {
  flex-shrink: 0; /* prevent checkbox from shrinking */
  width: 16px;
  height: 16px;
  margin-top: 2px; /* vertically align with first line of text */
  cursor: pointer;
  border: 1.5px solid #6c757d;
  border-radius: 3px;
  accent-color: #000;
  margin-bottom: 0;
}
.iti input,
.iti input[type="text"],
.iti input[type="tel"] {
  padding-left: 50px !important;
}

#map-form .dropdown-menu .form-check-input:checked {
  background-color: #000;
  border-color: #000;
}

#map-form .dropdown-menu .form-check-label {
  font-size: 0.92rem;
  line-height: 1.4;
  color: #212529;
  cursor: pointer;
}

/* --- Form controls --- */
#map-form .form-control {
  border-radius: 6px;
  border: 1px solid #ced4da;
  padding: 0.5rem 0.75rem;
  font-size: 0.95rem;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

#map-form .form-control:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
  outline: none;
}

/* --- Textarea --- */
#map-form textarea.form-control {
  resize: vertical;
  min-height: 90px;
}

/* --- Radio buttons row --- */
#map-form .col-md-12 p.mb-1 {
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 8px !important;
}

#map-form .col-md-12 label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 20px;
  cursor: pointer;
  font-size: 0.92rem;
  color: #212529;
}

#map-form .col-md-12 input[type="radio"] {
  width: 16px;
  height: 16px;
  accent-color: #000;
  cursor: pointer;
  flex-shrink: 0;
}

/* --- Submit button --- */
#map-form #map-submit-btn {
  min-width: 160px;
  padding: 0.55rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 6px;
  letter-spacing: 0.3px;
  background-color: #d7cd90;
  color: #000;
  transition: opacity 0.2s ease;
}

#map-form #map-submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* --- General form error (bottom) --- */
#map-form-error {
  font-size: 0.85rem;
  color: #dc3545;
  margin-bottom: 6px;
  min-height: 18px;
  display: block;
  text-align: center;
}

/* --- Spacing between form rows --- */
#map-form .my-2 {
  margin-top: 0.1rem !important;
  margin-bottom: 0.1rem !important;
}

#map-form .my-3 {
  margin-top: 0.2rem !important;
  margin-bottom: 0.2rem !important;
}
.testmonial .servoutr .card .cap h3 {
  font-size: 18px !important;
}

/* =============================================
   RESPONSIVE
============================================= */

/* Tablet */
@media (max-width: 768px) {
  #map-form .dropdown .btn.dropdown-toggle {
    font-size: 0.9rem;
  }

  #map-form .col-md-12 label {
    margin-right: 14px;
    font-size: 0.88rem;
  }

  #map-form #map-submit-btn {
    width: 100%;
    min-width: unset;
  }
}

/* Mobile */
@media (max-width: 480px) {
  #map-form .dropdown-menu .form-check-label {
    font-size: 0.88rem;
  }

  #map-form .col-md-12 {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  #map-form .col-md-12 label {
    margin-right: 0;
  }

  #map-form .form-control {
    font-size: 0.9rem;
  }

  #map-form #map-submit-btn {
    width: 100%;
    padding: 0.6rem 1rem;
  }
}

/* Responsive */
@media (max-width: 480px) {
  .breadcrumb-wrapper {
    padding: 10px 14px;
    width: 100%;
  }
  .breadcrumb-item {
    font-size: 0.82rem;
  }
  .bc-sep {
    margin: 0 6px;
  }
}

/* Breadcrumb */

/* ── Responsive tweaks ── */
@media (max-width: 767px) {
  .newcover_area_slider_wrap {
    padding: 0 40px;
  }
  .newcover_area_card img {
    height: 170px;
  }
  .newcover_area_card .newcover_area_label {
    font-size: 0.9rem;
    bottom: 12px;
  }
}

@media (max-width: 480px) {
  .newcover_area_arrow {
    width: 34px;
    height: 34px;
    font-size: 0.9rem;
  }
  .newcover_area_card img {
    height: 150px;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: 26px;
  }
  .included-card {
    padding: 22px 18px;
  }
  .pricing-table thead th,
  .pricing-table tbody td {
    padding: 11px 12px;
    font-size: 13px;
  }
  .areas-section {
    padding: 60px 0 50px;
  }
}

@media (max-width: 575px) {
  .pricing-table {
    overflow-x: auto;
    display: block;
  }
  .pricing-table table {
    min-width: 520px;
  }
  .rotatecard .imgsec {
    max-height: 300px;
  }
  .homebanner.innrbnr.citybnr .bnrcap {
    margin: 40px 0 0px;
  }
}

/* Responsive tweaks */

@media (max-width: 991px) {
  .rotatecard .contentsec {
    padding-left: 0;
    padding-top: 30px;
  }
  .rotatecard .contentsec p {
    margin-bottom: 0;
  }
  .rotatecard .rotatRow:nth-child(even) .contentsec {
    padding-left: 0;
  }
  .rotatecard {
    padding: 40px 0 0;
  }
  .luxerylist .list {
    padding-top: 30px;
  }
  .luxerylist .list p {
    margin-bottom: 0;
  }
  .luxerylist .list h2 {
    padding-bottom: 5px;
  }

  .fullcard {
    padding: 40px 0;
  }
  .intro-section p {
    width: 100%;
  }
  .contact-section {
    padding: 40px 0;
  }
  h2 {
    font-size: 28px !important;
  }
  h3 {
    font-size: 26px !important;
  }
  .luxerylist .imgconrow:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .luxerylist .imgconrow:nth-child(even) {
    flex-direction: column-reverse;
  }
  .rotatecard .rotatRow:nth-child(even) {
    flex-direction: column-reverse;
  }
  .rotatecard .rotatRow:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .pricing-section {
    padding: 0 0 40px;
  }
}

@media (max-width: 767px) {
  .fullcard .content {
    padding-left: 0;
    padding-top: 15px;
  }
  .highlight {
    padding: 15px;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 26px !important;
  }
  h3 {
    font-size: 22px !important;
  }
  .faQ {
    padding-top: 0px !important;
  }
}

@media (max-width: 576px) {
  .services-section {
    padding: 1.4rem 1.2rem;
  }
  .contact-body {
    padding: 1.2rem 1rem;
  }
  .contact-header {
    padding: 1.5rem 1rem 1rem;
  }
  h2 {
    font-size: 22px !important;
  }
  h3 {
    font-size: 18px !important;
  }
}

/* New London Single Page css */
