.elementor-7775 .elementor-element.elementor-element-6bad83e{--display:flex;}.elementor-7775 .elementor-element.elementor-element-6bad83e.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(max-width:767px){body.elementor-page-7775{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-7775 .elementor-element.elementor-element-6bad83e{--width:90.856%;}}/* Start custom CSS */<style>
  * { box-sizing: border-box; margin: 0; padding: 0; }
  @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600&family=DM+Sans:wght@300;400&display=swap');

  .hero {
    background: linear-gradient(160deg, #1a3a2e 0%, #0d2318 60%, #0a1c12 100%);
    padding: 4rem 2rem 3rem;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(61,120,80,0.25) 0%, transparent 70%);
    pointer-events: none;
  }
  .hero-badge {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    border: 0.5px solid rgba(255,255,255,0.3);
    color: #a8d5b5;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 1.2rem;
    font-family: 'DM Sans', sans-serif;
  }
  .hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(34px, 5vw, 52px);
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0.75rem;
    position: relative;
  }
  .hero h1 span { color: #7fcfa0; }
  .hero-sub {
    font-size: 15px;
    color: rgba(255,255,255,0.65);
    font-weight: 300;
    margin-bottom: 2rem;
    line-height: 1.6;
    position: relative;
  }
  .hero-includes {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    position: relative;
  }
  .hero-chip {
    display: flex;
    align-items: center;
    gap: 7px;
    background: rgba(255,255,255,0.08);
    border: 0.5px solid rgba(255,255,255,0.15);
    border-radius: 24px;
    padding: 8px 16px;
    font-size: 13px;
    color: rgba(255,255,255,0.85);
  }
  .hero-chip svg { width: 17px; height: 17px; stroke: #7fcfa0; fill: none; flex-shrink: 0; }

  .section { max-width: 1100px; margin: 0 auto; padding: 3rem 1.5rem; }
  .section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px; font-weight: 600; color: #1a1a1a; margin-bottom: 0.4rem;
  }
  .section-sub { font-size: 14px; color: #666; margin-bottom: 2rem; line-height: 1.65; }

  .hotels-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 18px; }
  .hotel-card {
    background: #fff; border: 0.5px solid rgba(0,0,0,0.1);
    border-radius: 14px; overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s;
  }
  .hotel-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.1); transform: translateY(-2px); }
  .hotel-card.featured { border: 1.5px solid #3d7850; }

  .hotel-header { position: relative; height: 200px; overflow: hidden; }
  .hotel-header-bg { position: absolute; inset: 0; z-index: 0; }
  .hotel-header.green .hotel-header-bg { background: linear-gradient(135deg, #1a3a2e 0%, #0d2318 100%); }
  .hotel-header.alt .hotel-header-bg  { background: linear-gradient(135deg, #1e3248 0%, #0d1e2e 100%); }
  .hotel-header.alt2 .hotel-header-bg { background: linear-gradient(135deg, #2e2018 0%, #1a1008 100%); }
  .hotel-header.alt3 .hotel-header-bg { background: linear-gradient(135deg, #271e36 0%, #150f1e 100%); }
  .hotel-header.alt4 .hotel-header-bg { background: linear-gradient(135deg, #1e3248 0%, #0d1e2e 100%); }
  .hotel-header img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; display: block; }
  .hotel-header-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.15) 60%, transparent 100%);
    z-index: 2;
  }
  .hotel-header-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 1rem 1.4rem 1.1rem; z-index: 3; }
  .featured-badge {
    position: absolute; top: 10px; left: 10px;
    background: #3d7850; color: #fff; font-size: 10px;
    letter-spacing: 1px; padding: 3px 9px; border-radius: 10px;
    text-transform: uppercase; z-index: 4;
  }
  .hotel-name {
    font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 600;
    color: #fff; margin-bottom: 3px; text-shadow: 0 1px 4px rgba(0,0,0,0.4);
  }
  .hotel-tag { font-size: 11px; color: rgba(255,255,255,0.75); letter-spacing: 0.5px; text-shadow: 0 1px 3px rgba(0,0,0,0.4); }

  .hotel-body { padding: 1.1rem 1.4rem 1.3rem; }
  .hotel-desc { font-size: 13.5px; color: #555; line-height: 1.65; margin-bottom: 0.85rem; border-bottom: 0.5px solid rgba(0,0,0,0.08); padding-bottom: 0.85rem; }
  .hotel-features { list-style: none; margin-bottom: 1.1rem; }
  .hotel-features li { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: #555; padding: 4px 0; line-height: 1.5; }
  .hotel-features li svg { width: 14px; height: 14px; stroke: #3d7850; fill: none; flex-shrink: 0; margin-top: 2px; }

  .btn-inquiry {
    display: block; width: 100%; text-align: center; padding: 11px;
    background: transparent; border: 0.5px solid #3d7850; border-radius: 8px;
    color: #3d7850; font-size: 13.5px; font-family: 'DM Sans', sans-serif;
    cursor: pointer; text-decoration: none; transition: background 0.18s, color 0.18s;
  }
  .btn-inquiry:hover { background: #3d7850; color: #fff; }
  .btn-inquiry.solid { background: #3d7850; color: #fff; }
  .btn-inquiry.solid:hover { background: #2c5c3c; }

  .pkg-strip { background: #fff; border-top: 0.5px solid rgba(0,0,0,0.08); border-bottom: 0.5px solid rgba(0,0,0,0.08); padding: 2.5rem 1.5rem; }
  .pkg-inner { max-width: 1100px; margin: 0 auto; }
  .pkg-title { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 600; margin-bottom: 1.3rem; color: #1a1a1a; text-align: center; }
  .pkg-items { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 12px; margin-bottom: 1.5rem; }
  .pkg-item { display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; padding: 16px 10px; background: #f5f4f0; border: 0.5px solid rgba(0,0,0,0.08); border-radius: 10px; }
  .pkg-item svg { width: 26px; height: 26px; stroke: #3d7850; fill: none; }
  .pkg-item span { font-size: 12.5px; color: #555; line-height: 1.45; }

  .custom-pkg { background: #f5f4f0; border: 0.5px solid rgba(0,0,0,0.08); border-radius: 10px; padding: 1.1rem 1.4rem; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
  .custom-pkg-text { font-size: 13.5px; color: #555; line-height: 1.55; }
  .custom-pkg-text strong { color: #1a1a1a; display: block; font-size: 15px; margin-bottom: 3px; }

  .cta-section { background: linear-gradient(135deg, #0d2318 0%, #1a3a2e 100%); padding: 3rem 1.5rem; text-align: center; }
  .cta-section h2 { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 600; color: #fff; margin-bottom: 0.6rem; }
  .cta-section p { font-size: 14px; color: rgba(255,255,255,0.6); margin-bottom: 1.5rem; line-height: 1.7; }
  .btn-cta { display: inline-block; padding: 13px 32px; border: 1px solid rgba(255,255,255,0.35); border-radius: 8px; color: rgba(255,255,255,0.9); font-size: 14px; font-family: 'DM Sans', sans-serif; text-decoration: none; cursor: pointer; background: transparent; transition: background 0.18s, border-color 0.18s; }
  .btn-cta:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.6); }
  .cta-note { font-size: 11.5px; color: rgba(255,255,255,0.35); margin-top: 1.2rem; line-height: 1.7; }

  @media (max-width: 600px) {
    .hero { padding: 3rem 1.2rem 2rem; }
    .hero-includes { flex-direction: column; align-items: center; }
    .hotels-grid { grid-template-columns: 1fr; }
    .custom-pkg { flex-direction: column; }
    .custom-pkg .btn-inquiry { width: 100%; }
  }
</style>/* End custom CSS */