  .vs-logo {
      display: flex;
      align-items: center;
      gap: 14px;
      text-decoration: none;
      color: inherit;
    }

    .logo-link img {
      height: 82px;
      width: auto;
      flex-shrink: 0;
    }

    /* ====================== TYPOGRAPHY ====================== */
    .logo-text {
      border-left: 3px solid orange;
      padding-left: 8px;
      font-family: 'Cinzel', 'Playfair Display', Georgia, serif;
      /* More classic & luxurious */
      font-weight: 700;
      line-height: 1.05;
      text-transform: uppercase;
      color: #FDFDFD;
    }

    .top-text {

      font-size: 16px;
      color: #9E513D;
      /* Exact warm brown from your SVG */
      letter-spacing: 4px;
      font-weight: 600;
      display: block;
      margin-bottom: -2px;
    }

    .main-text {
      font-size: 31px;
      color: orange;
      letter-spacing: 0.5px;
      /*text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.75);*/
      display: block;
      font-weight: 700;
    }

    .guides-text {
      font-size: 17.5px;
      color: #D4AF37;
      /* Rich gold from logo */
      letter-spacing: 6.5px;
      font-weight: 500;
      display: block;
      font-style: italic;
      margin-top: -4px;
    }

    .hero-layout4 {
      margin-top: -5%;
    }

    .home {
      margin-top: -9%;
    }

    /* Subtle hover effect */
    .vs-logo:hover .main-text {
      color: #E8C46A;
      transition: color 0.35s ease;
    }

    /* ====================== RESPONSIVE ====================== */
    @media (max-width: 991px) {
      .logo-link img {
        height: 70px;
      }

      .main-text {
        font-size: 27px;
      }

      .guides-text {
        font-size: 15.5px;
        letter-spacing: 5px;
      }
    }

    @media (max-width: 768px) {
      .hero-layout4 {
        margin-top: 0%;
      }

      .home {
        margin-top: %;

        .luxury-form {
          margin-top: 5%;
        }
      }
    }

    @media (max-width: 576px) {
      .vs-logo {
        gap: 10px;
      }

      .logo-link img {
        height: 92px;
      }

      .main-text {
        font-size: 23px;
        letter-spacing: 0.8px;
      }

      .top-text {
        font-size: 14px;
      }

      .guides-text {
        font-size: 14px;
        letter-spacing: 4.5px;
      }

    }

    .booking-form textarea {
  padding-left: 40px; /* adjust 40–50px kulingana na icon position */
}
.sticky-sidebar {
  position: sticky;
  top: 120px;           /* Change this number if your header is taller or shorter */
  align-self: flex-start;
}

.sidebar-image img {
  width: 100%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
}

.quick-links {
  background: #fff;
  border: 1px solid #eee;
}

/* Mobile: Stack nicely */
@media (max-width: 991px) {
  .sticky-sidebar {
    position: relative;
    top: 0;
  }
}
.info{
  a{
    text-decoration: underline;
    color: #ff681a;;
  }
}

.excluded-list .fa-times-circle{
color: red;
}

.included-list .fa-check-circle{
  color: green;
}