/* ---------------------------------- */
/* Homepage Hero — professional redesign
------------------------------------- */
.header-image.home-18 {
  background: linear-gradient(120deg, rgba(15, 12, 25, 0.72), rgba(15, 12, 25, 0.42) 55%), url("../images/bg/home-18.jpg") no-repeat center top;
  background-size: cover;
}

.header-image.home-18 .left {
  padding-right: 20px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #ffb199;
  margin-bottom: 18px;
}

.hero-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: #d63031;
  display: inline-block;
}

.header-image .left h1 {
  font-size: 46px;
  line-height: 1.15;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
}

.header-image .left p {
  font-size: 18px;
  line-height: 1.7;
  opacity: 0.92;
}

.header-image .left .btn-white {
  background: linear-gradient(135deg, #e8483b, #d63031);
  box-shadow: 0 10px 30px rgba(214, 48, 49, 0.35);
  border-radius: 8px;
  letter-spacing: 0.5px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.header-image .left .btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(214, 48, 49, 0.45);
  color: #fff;
}

/* Booking card */
.hero-booking-card {
  background: #fff !important;
  color: #333 !important;
  border-top: none !important;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
  padding: 36px !important;
  width: 100% !important;
  min-height: auto !important;
  margin-bottom: 0 !important;
  position: relative !important;
  text-align: left !important;
  float: none !important;
  border-radius: 16px !important;
  overflow: hidden;
}

.hero-booking-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #e8483b, #d63031, #ff9f1a);
}

.google-maps.home-18 .filter.hero-booking-card form {
  position: static !important;
  background: transparent !important;
  border-top: none !important;
  float: none !important;
  color: inherit !important;
  width: 100% !important;
  padding: 0 !important;
  text-align: left !important;
}

.hero-card-head {
  margin-bottom: 20px;
}

.hero-card-head h3 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 700;
  color: #1e1629;
}

.hero-card-head p {
  margin: 0;
  font-size: 14px;
  color: #767676;
  line-height: 1.5;
}

.hero-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
}

.hero-field {
  min-width: 0;
}

.hero-field--full {
  grid-column: 1 / -1;
}

.hf-icon {
  position: relative;
}

.hf-icon > i {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  font-size: 15px;
  color: #b5b0c9;
  pointer-events: none;
  z-index: 1;
}

.hf-icon input,
.hf-icon select {
  padding-left: 42px !important;
}

.hero-booking-card input[type="text"],
.hero-booking-card input[type="email"],
.hero-booking-card input[type="date"],
.hero-booking-card select {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  background: #f8f8f9;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.hero-booking-card select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23999' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px;
  padding-right: 40px;
}

.hero-booking-card input::placeholder {
  color: #9a9a9a;
}

.hero-booking-card input:focus,
.hero-booking-card select:focus {
  outline: none;
  border-color: #d63031;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(214, 48, 49, 0.12);
}

.hero-captcha-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-captcha-badge {
  flex-shrink: 0;
  height: 50px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f1eef5;
  border: 1px dashed #d0cbe0;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #1e1629;
  letter-spacing: 1px;
}

.hero-captcha-row input {
  flex: 1;
}

.hero-booking-card input.hero-submit-btn {
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(135deg, #e8483b, #d63031);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(214, 48, 49, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-booking-card input.hero-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(214, 48, 49, 0.4);
}

.hero-booking-card .alert {
  margin-bottom: 16px;
  border-radius: 8px;
  font-size: 14px;
}

@media (max-width: 991.98px) {
  .header-image {
    padding: 220px 0 60px;
  }

  .header-image .left h1 {
    font-size: 30px;
  }

  .hero-booking-card {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .header-image.home-18 {
    height: auto;
    min-height: 100vh;
  }

  .header-image {
    padding: 170px 15px 50px;
  }

  .header-image .left {
    padding-right: 0;
    text-align: left;
  }

  .header-image .left h1 {
    font-size: 26px;
  }

  .hero-form-grid {
    grid-template-columns: 1fr;
  }

  .hero-booking-card {
    padding: 22px !important;
  }
}

/* Customer Reviews */
.reviews-section {
  padding: 80px 0;
}

.reviews-section .sec-title p {
  margin-top: 10px;
  color: #767676;
  font-size: 15px;
}

.review-video-card {
  max-width: 380px;
  margin: 0 auto;
  background: #fff;
  padding: 12px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.review-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
}

.review-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 480px) {
  .reviews-section {
    padding: 50px 0;
  }

  .review-video-card {
    max-width: 300px;
    padding: 8px;
  }
}

/* Package cards — equal height + professional polish */
.recently.portfolio.home18 .slick-track {
  display: flex !important;
}

.recently.portfolio.home18 .slick-slide {
  height: auto;
  display: flex !important;
}

.recently.portfolio.home18 .slick-slide > div {
  width: 100%;
  display: flex;
}

.recently.portfolio.home18 .agents-grid {
  width: 100%;
  padding: 0 12px;
  margin-bottom: 24px;
  display: flex;
}

.recently.portfolio.home18 .landscapes {
  width: 100%;
  display: flex;
}

.recently.portfolio.home18 .project-single {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(20, 20, 40, 0.09);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.recently.portfolio.home18 .project-single:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(20, 20, 40, 0.16);
}

.recently.portfolio.home18 .project-inner {
  flex-shrink: 0;
}

.recently.portfolio.home18 .homes-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.recently.portfolio.home18 .homes-tag.sale {
  border-radius: 6px;
  right: 15px;
  top: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.recently.portfolio.home18 .homes-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 22px !important;
}

.recently.portfolio.home18 .homes-content h3 {
  font-size: 17px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 47.6px;
}

.recently.portfolio.home18 .homes-content .homes-address {
  margin-bottom: 12px;
}

.recently.portfolio.home18 .homes-content .homes-address a span {
  color: #767676;
}

.recently.portfolio.home18 .homes-content center {
  margin-top: auto;
  padding-top: 6px;
}

.recently.portfolio.home18 .nir-btn.nir-btn1 {
  width: 100%;
  margin: 0 !important;
  padding: 12px 20px;
  background: linear-gradient(135deg, #e8483b, #d63031);
  box-shadow: none;
  border-radius: 8px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-size: 13px;
}

.recently.portfolio.home18 .nir-btn.nir-btn1:before {
  display: none;
}

.recently.portfolio.home18 .nir-btn.nir-btn1:hover {
  background: linear-gradient(135deg, #d63031, #b3271f);
  color: #fff;
}

@media (max-width: 767px) {
  .recently.portfolio.home18 .agents-grid {
    padding: 0 4px;
  }
}

/* About section */
.about-section {
  padding: 80px 0;
}

.about-row {
  margin-top: 30px;
}

.about-text-col .pftext {
  color: #555;
  font-size: 15.5px;
  line-height: 1.8;
}

.about-text-col .pftext p {
  margin-bottom: 16px;
}

.about-text-col .nir-btn.nir-btn1 {
  display: inline-block !important;
  width: auto !important;
  margin-top: 10px;
  padding: 14px 34px;
  background: linear-gradient(135deg, #e8483b, #d63031);
  box-shadow: 0 12px 26px rgba(214, 48, 49, 0.28);
  border-radius: 8px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.about-text-col .nir-btn.nir-btn1:before {
  display: none;
}

.about-text-col .nir-btn.nir-btn1:hover {
  background: linear-gradient(135deg, #d63031, #b3271f);
  color: #fff;
  transform: translateY(-2px);
}

.about-img-col {
  display: flex;
  justify-content: center;
}

.about-img-frame {
  position: relative;
  max-width: 380px;
  width: 100%;
}

.about-img-frame::before {
  content: "";
  position: absolute;
  top: -18px;
  right: -18px;
  width: 100%;
  height: 100%;
  border: 4px solid #d63031;
  border-radius: 16px;
  z-index: 0;
}

.about-img-frame img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.18);
}

.about-badge {
  position: absolute;
  z-index: 2;
  bottom: 24px;
  left: -24px;
  background: #fff;
  border-radius: 12px;
  padding: 14px 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-badge-num {
  font-size: 28px;
  font-weight: 800;
  color: #d63031;
  line-height: 1;
}

.about-badge-label {
  font-size: 12px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  line-height: 1.3;
}

@media (max-width: 991.98px) {
  .about-img-col {
    margin-top: 50px;
  }
}

@media (max-width: 480px) {
  .about-section {
    padding: 50px 0;
  }

  .about-img-frame {
    max-width: 280px;
  }

  .about-img-frame img {
    height: 360px;
  }

  .about-img-frame::before {
    top: -12px;
    right: -12px;
  }

  .about-badge {
    left: -12px;
    padding: 10px 14px;
  }

  .about-badge-num {
    font-size: 22px;
  }

  .about-badge-label {
    font-size: 10px;
  }
}

/* Destination cards */
.dest-grid {
  margin-top: 10px;
}

.dest-col {
  padding: 12px;
}

.dest-card {
  position: relative;
  display: block;
  height: 320px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.dest-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.3);
}

.dest-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.dest-card:hover img {
  transform: scale(1.08);
}

.dest-card-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 45px 20px 18px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.3) 60%, transparent 100%);
}

.dest-card-overlay h3 {
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.dest-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #ffb199;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.dest-card:hover .dest-card-cta {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 767px) {
  .dest-col {
    padding: 8px;
  }

  .dest-card {
    height: 220px;
  }

  .dest-card-overlay h3 {
    font-size: 17px;
  }
}
