/* ===== Anita Banner Fix ===== */

.banner {
  position: relative;
  overflow: hidden;
}

/* Make image cover more of the banner so top-left black gap disappears */
.banner .banner-img {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.banner .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Add dark overlay for text readability instead of relying on large black panel */
.banner .bg-shadow {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(10, 10, 10, 0.92) 0%,
    rgba(10, 10, 10, 0.78) 22%,
    rgba(10, 10, 10, 0.45) 42%,
    rgba(10, 10, 10, 0.10) 65%,
    rgba(10, 10, 10, 0.00) 100%
  );
}

/* Keep content above overlay */
.banner .banner-content {
  position: relative;
  z-index: 3;
  padding-top: 150px;
  padding-bottom: 140px;
  max-width: 760px;
  margin-left: 120px;
}

/* Hero text responsive sizing */
.banner .hero-text {
  line-height: 0.95;
  word-break: normal;
}

.banner .hero-sub-heading {
  display: inline-block;
  margin-bottom: 20px;
}

.banner .banner-content p {
  max-width: 720px;
}

/* Search box width fix */
.banner .search-box {
  width: 100%;
}

.banner .search-box input {
  width: 100%;
}

/* Side vertical text */
.banner .side-text {
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
}

/* Hide side vertical text on smaller laptops so it doesn't steal space */
@media (max-width: 1399px) {
  .banner .side-text {
    display: none !important;
  }

  .banner .banner-content {
    margin-left: 40px;
    max-width: 700px;
  }
}

/* 13-inch laptop fix */
@media (max-width: 1199px) {
  .banner .banner-content {
    padding-top: 130px;
    padding-bottom: 110px;
    margin-left: 20px;
    max-width: 620px;
  }

  .banner .hero-text {
    font-size: clamp(42px, 6vw, 72px);
  }

  .banner .banner-content p {
    font-size: 18px;
  }
}

/* Tablet */
@media (max-width: 991px) {
  .banner .bg-shadow {
    background: linear-gradient(
      90deg,
      rgba(10, 10, 10, 0.88) 0%,
      rgba(10, 10, 10, 0.72) 40%,
      rgba(10, 10, 10, 0.28) 70%,
      rgba(10, 10, 10, 0.10) 100%
    );
  }

  .banner .banner-content {
    padding-top: 120px;
    padding-bottom: 90px;
    margin-left: 0;
    max-width: 100%;
  }

  .banner .hero-text {
    font-size: clamp(38px, 7vw, 58px);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .banner .banner-content {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .banner .hero-text {
    font-size: clamp(32px, 9vw, 46px);
    line-height: 1.02;
  }

  .banner .hero-sub-heading {
    font-size: 16px;
  }

  .banner .banner-content p {
    font-size: 16px;
  }

  .banner .search-box {
    flex-direction: row;
  }
}

/* ===== FORCE HERO OVERLAY FIX ===== */

#banner,
.banner {
  position: relative !important;
  overflow: hidden !important;
}

#banner .banner-img,
.banner .banner-img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 0 !important;
}

#banner .banner-img img,
.banner .banner-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

#banner .bg-shadow,
.banner .bg-shadow {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1 !important;
  display: block !important;
  pointer-events: none !important;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.88) 0%,
    rgba(0, 0, 0, 0.78) 20%,
    rgba(0, 0, 0, 0.58) 40%,
    rgba(0, 0, 0, 0.30) 58%,
    rgba(0, 0, 0, 0.10) 76%,
    rgba(0, 0, 0, 0.00) 100%
  ) !important;
}

#banner .banner-content,
.banner .banner-content {
  position: relative !important;
  z-index: 5 !important;
}

#banner .side-text,
#banner .banner-down-arrow,
#banner .line,
.banner .side-text,
.banner .banner-down-arrow,
.banner .line {
  z-index: 5 !important;
}

/* =========================
   ABOUT PAGE CUSTOM
========================= */

.about-page-custom .counter-inner .display-3 {
  font-size: clamp(42px, 5vw, 72px);
}

.about-page-custom .counter-inner span {
  font-size: 18px;
  line-height: 1.5;
}

.about-bullet-grid,
.owner-points,
.whychoose-bullets {
  margin-top: 10px;
}

.custom-two-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.custom-two-col li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.custom-two-col li i {
  margin-top: 4px;
  color: var(--primary-color, #d2b195);
  font-size: 18px;
}

.custom-two-col li span {
  line-height: 1.6;
}

.about-owner-section {
  position: relative;
  background: #f8f5f1;
}

.owner-image-wrap {
  border-radius: 18px;
  overflow: hidden;
}

.owner-image {
  width: 100%;
  display: block;
  object-fit: cover;
}

.owner-content p {
  line-height: 1.8;
}

.about-testimonial-custom .testimonial-inner p {
  line-height: 1.8;
}

.about-page-custom .about-content p,
.whychoose-card p,
.owner-content p {
  max-width: 100%;
}

@media (max-width: 991px) {
  .about-page-custom .counter-inner .display-3 {
    font-size: 42px;
  }

  .about-banner .banner-content h2 {
    font-size: 40px;
  }

  .owner-content,
  .about-content,
  .whychoose-card {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .about-page-custom .counter-inner span {
    font-size: 16px;
  }

  .custom-two-col li span {
    font-size: 15px;
  }

  .about-owner-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* About Layout Fix */

.about-layout {
  min-height: 600px;
}

.about-image-col {
  position: relative;
  height: 100%;
}

.about-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-text-col {
  background: #f7f5f2;
  display: flex;
  align-items: center;
}

.about-content-wrapper {
  max-width: 560px;
  padding: 80px 60px;
}

.bullet-grid ul {
  list-style: none;
  padding: 0;
}

.bullet-grid li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 18px;
}

.bullet-grid li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #caa27c;
  font-weight: bold;
}

/* Responsive */

@media (max-width: 992px) {

  .about-layout {
    flex-direction: column;
  }

  .about-main-img {
    height: 400px;
  }

  .about-content-wrapper {
    padding: 60px 30px;
  }

}
.about-image-col::after{
content:'';
position:absolute;
right:0;
top:0;
width:80px;
height:100%;
background:linear-gradient(to right, transparent, #f7f5f2);
}

.testimonial-section,
.testimonial {
    padding-top: 40px;
}

.testimonial .row > div {
    margin-bottom: 40px;
}
.page-banner {
    margin-bottom: 60px;
}

/* =========================
   BOOK NOW PAGE
========================= */

.book-now-intro p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.book-now-info,
.book-now-form-wrap,
.book-now-hours,
.book-now-map {
  border-radius: 20px;
  overflow: hidden;
}

.book-now-info {
  background: #f8f5f1;
  padding: 40px 30px;
  height: 100%;
}

.booking-feature-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 22px 18px;
  height: 100%;
  transition: all 0.3s ease;
}

.booking-feature-card i {
  font-size: 32px;
  margin-bottom: 14px;
  display: inline-block;
  color: var(--primary-color, #c89d74);
}

.booking-feature-card h5 {
  margin-bottom: 10px;
}

.booking-feature-card p {
  margin-bottom: 0;
  line-height: 1.7;
}

.booking-contact-box {
  background: #fff;
  border-radius: 16px;
  padding: 22px 20px;
}

.booking-contact-box ul li {
  line-height: 1.7;
}

.booking-contact-box ul li i {
  color: var(--primary-color, #c89d74);
  margin-right: 8px;
}

.book-now-form-wrap .contact-form {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.book-now-hours {
  background: #111;
  color: #fff;
  padding: 35px 28px;
}

.book-now-hours .sub-heading,
.book-now-hours h3,
.book-now-hours span,
.book-now-hours strong {
  color: #fff;
}

.book-now-map {
  min-height: 320px;
  background: #f3f3f3;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .book-now-info,
  .book-now-form-wrap .contact-form,
  .book-now-hours {
    padding: 30px 22px;
  }

  .book-now-map {
    min-height: 280px;
  }
}

@media (max-width: 767px) {
  .booking-feature-card {
    padding: 18px 16px;
  }

  .book-now-map {
    min-height: 240px;
  }
}
/* BOOK NOW FORM - make fields look like contact form */

.book-now-form-wrap .contact-form input,
.book-now-form-wrap .contact-form select,
.book-now-form-wrap .contact-form textarea {
  width: 100%;
  background: #ffffff;
  border: 0;
  outline: none;
  box-shadow: none;
  padding: 18px 22px;
  min-height: 58px;
  color: #22304f;
  font-size: 16px;
  border-radius: 0;
}

.book-now-form-wrap .contact-form textarea {
  min-height: 150px;
  resize: vertical;
  padding-top: 18px;
}

.book-now-form-wrap .contact-form label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #111111;
}

.book-now-form-wrap .contact-form input::placeholder,
.book-now-form-wrap .contact-form textarea::placeholder {
  color: #7d7d7d;
  opacity: 1;
}

.book-now-form-wrap .contact-form .nice-select,
.book-now-form-wrap .contact-form select.n0 {
  width: 100%;
  background: #ffffff;
  border: 0 !important;
  height: 58px;
  line-height: 58px;
  padding-left: 22px;
  padding-right: 45px;
  float: none;
  border-radius: 0;
  color: #22304f;
  font-size: 16px;
}

.book-now-form-wrap .contact-form .nice-select:after {
  right: 20px;
}

.book-now-form-wrap .contact-form {
  background: #f6f1eb;
  border-radius: 0;
  padding: 40px 32px;
  box-shadow: none;
}

.book-now-form-wrap .contact-title {
  text-align: center;
  margin-bottom: 30px;
}

.book-now-form-wrap .contact-title p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.book-now-form-wrap #submit-btn,
.book-now-form-wrap .primary-btn {
  min-width: 245px;
  justify-content: center;
}

@media (max-width: 767px) {
  .book-now-form-wrap .contact-form {
    padding: 28px 18px;
  }

  .book-now-form-wrap .contact-form input,
  .book-now-form-wrap .contact-form select,
  .book-now-form-wrap .contact-form textarea,
  .book-now-form-wrap .contact-form .nice-select,
  .book-now-form-wrap .contact-form select.n0 {
    min-height: 54px;
    padding: 16px 16px;
  }
}