/* ---------- Vizag Homestay — stylesheet ---------- */

:root{
  --orange: #f5a742;
  --orange-dark: #e8963a;
  --blue: #3f7cad;
  --blue-dark: #2f6191;
  --cream: #fdf8f0;
  --ink: #2b2620;
  --ink-soft: #5c5449;
  --line: #e9e1d3;
  --radius: 4px;
  --maxw: 1180px;
  --sans: "Inter", "Segoe UI", Arial, sans-serif;
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:var(--sans);
  color:var(--ink);
  background:var(--cream);
  line-height:1.6;
}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
h1,h2,h3{font-family:var(--serif);margin:0 0 .5em;font-weight:600;}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px;}
.section{padding:64px 0;}
.section-title{
  font-size:1.5rem;
  border-bottom:1px solid var(--line);
  padding-bottom:16px;
  margin-bottom:32px;
}
.section-title.on-dark{color:#fff;border-bottom-color:rgba(255,255,255,.2);}
.eyebrow{font-size:.8rem;letter-spacing:.02em;color:var(--ink-soft);margin-bottom:6px;}

/* Buttons */
.btn{
  display:inline-flex;align-items:center;gap:8px;
  padding:14px 30px;
  border-radius:999px;
  font-weight:600;
  font-size:.95rem;
  border:none;
  cursor:pointer;
  transition:transform .15s ease, box-shadow .15s ease;
}
.btn:hover{transform:translateY(-1px);}
.btn-dark{background:var(--ink);color:#fff;}
.btn-dark:hover{background:#000;}
.btn-whatsapp{background:#2f6191;color:#fff;}
.btn-whatsapp svg{width:18px;height:18px;fill:#fff;}
.btn-outline{background:transparent;border:1px solid var(--ink);color:var(--ink);}

/* Header */
.site-header{
  position:sticky;top:0;z-index:50;
  background:#fff;
  border-bottom:1px solid var(--line);
}
.site-header .wrap{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:76px;
    gap:28px;
}
/* ===== Header Logo ===== */

/* ===== Header Logo ===== */

/* Center the logo container */
/* Desktop logo */
.logo{
    display:flex;
    align-items:center;
    flex-shrink:0;
    position:static;      /* Important */
    transform:none;
}

.header-logo{
    height:58px;
    width:auto;
    display:block;
}
.nav-links{display:flex;gap:32px;list-style:none;margin:0;padding:0;font-size:.92rem;}
.nav-links a{padding:6px 0;border-bottom:2px solid transparent;}
.nav-links a:hover{border-bottom-color:var(--orange);}
.call-pill{
  display:flex;align-items:center;gap:8px;
  padding:9px 18px;border-radius:999px;background:var(--ink);color:#fff;font-size:.88rem;font-weight:600;
}
.call-pill svg{width:16px;height:16px;fill:#fff;}
.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:6px;}
.menu-toggle span{display:block;width:24px;height:2px;background:var(--ink);margin:5px 0;}

/* Hero */
.hero{
  position:relative;
  min-height:640px;
  display:flex;align-items:center;
  background:
    linear-gradient(180deg, rgba(30,30,45,.25), rgba(20,20,30,.55)),
    radial-gradient(circle at 82% 12%, #fff6d8 0%, #ffd98a 8%, transparent 35%),
    linear-gradient(180deg, #f7b06a 0%, #ef8f6c 30%, #cf6f7c 55%, #5f6d8a 78%, #33415c 100%);
  color:#fff;
  overflow:hidden;
}
.hero::after{
  content:"";
  position:absolute;left:0;right:0;bottom:0;height:38%;
  background:linear-gradient(180deg, rgba(20,25,40,0) 0%, rgba(15,20,35,.85) 100%);
}
.hero-content{position:relative;z-index:2;max-width:640px;padding:0 24px;margin:0 auto;text-align:center;}
.hero-phone{font-size:.95rem;letter-spacing:.03em;margin-bottom:18px;opacity:.9;}
.hero h1{
  font-size:clamp(2rem, 4.6vw, 3.1rem);
  line-height:1.15;
  margin-bottom:20px;
  text-wrap:balance;
}
.hero p{font-size:1.05rem;opacity:.92;margin-bottom:32px;}
.hero .btn-dark{background:var(--orange);color:#2b2000;}
.hero .btn-dark:hover{background:var(--orange-dark);}

/* ================= HELLO GUESTS SPLIT SECTION ================= */

.hello-section{
    display:grid;
    grid-template-columns:1fr 1fr;
    min-height:520px;
}

.hello-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.hello-content{
    background:#F4A640;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:60px 50px;
}

.hello-content .eyebrow{
    color:#5c3d0f;
    margin-bottom:18px;
}

.hello-content h2{
    font-family:var(--sans);
    font-size:32px;
    font-weight:700;
    margin-bottom:24px;
}

.hello-content p{
    font-family:var(--serif);
    font-size:22px;
    line-height:1.7;
    color:#2b2620;
    margin-bottom:32px;
}

.hello-btn{
    background:#1f1a16;
    color:white;
}

/* About / vision two-col */

.two-col{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:56px;
    align-items:center;
}

/* Logo card */
.vision-mark{
    background:#f7f7f7;              /* Light gray box */
    border:1px solid #d8d2c8;
    border-radius:8px;
    padding:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:270px;
}

/* Logo image */
.vision-logo{
    width:100%;
    max-width:460px;
    height:auto;
    display:block;
    object-fit:contain;
}

.vision-text h3{
    font-size:1.3rem;
    margin-bottom:14px;
}

.vision-text p{
    color:var(--ink-soft);
}

/* Feature rows (2BHK homestays / amenities) */
.feature-row{display:grid;grid-template-columns:1fr 1.1fr;gap:48px;align-items:center;margin-top:64px;}
.feature-row.reverse .feature-img{order:2;}
.feature-row.reverse .feature-text{order:1;}
.feature-img{border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);box-shadow:0 18px 40px -22px rgba(30,20,10,.35);}
.feature-img img{width:100%;height:340px;object-fit:cover;}
.feature-text h3{font-size:1.35rem;margin-bottom:14px;}
.feature-text p{color:var(--ink-soft);}
.amenity-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px;padding:0;list-style:none;}
.amenity-tags li{
  font-size:.82rem;background:#fff;border:1px solid var(--line);
  padding:7px 14px;border-radius:999px;color:var(--ink-soft);
}

/* Price band */
.price-band{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
.price-band .two-col{padding:64px 0;}
.price-list{list-style:none;margin:20px 0 0;padding:0;color:var(--ink-soft);}
.price-list li{padding:10px 0;border-bottom:1px dashed var(--line);}
.price-list li:last-child{border-bottom:none;}
.price-img img{width:100%;height:300px;object-fit:cover;border-radius:var(--radius);}

/* Property dark sections */
.property-section{background:#15181d;color:#eae7e0;}
.property-section .eyebrow{color:#f5a742;}
.property-section p.lede{color:#b9b4a8;max-width:640px;margin-bottom:36px;}
/* ===== Gallery - Same style as GoDaddy website ===== */

/* ===== PDF Style Photo Gallery ===== */

.gallery{
    display:flex;
    flex-direction:column;
    gap:32px;
    margin-top:30px;
}

.gallery figure{
    margin:0;
    background:transparent;
}

.gallery a{
    display:block;
}

.gallery img{
    width:100%;
    height:auto;
    display:block;
    border-radius:8px;
    object-fit:contain;
    box-shadow:0 8px 24px rgba(0,0,0,.35);
}

.gallery figcaption{
    text-align:center;
    color:#d8d8d8;
    font-size:15px;
    margin-top:12px;
    font-weight:500;
}

.gallery a:hover img{
    transform:none;
}

/* Property cards + map */
.locations{background:#fff;}
.location-cards{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:40px;}
.location-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;}
.location-card img{width:100%;height:230px;object-fit:cover;}
.location-card .lc-body{padding:20px 22px;}
.location-card h3{font-size:1.1rem;margin-bottom:4px;}
.location-card p{color:var(--ink-soft);font-size:.9rem;margin:0;}
.map-frame{width:100%;height:380px;border:0;border-radius:var(--radius);filter:saturate(.9);}

/* Booking / contact */
.booking{background:#eef3f7;}
.booking .two-col{align-items:start;}
.booking h2{font-size:1.6rem;}
.booking dl{margin:24px 0;}
.booking dt{font-weight:600;margin-top:16px;font-size:.85rem;letter-spacing:.02em;color:var(--ink-soft);}
.booking dd{margin:2px 0 0;font-size:1.02rem;}
.booking-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px;}
.booking-card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:32px;
}
.booking-card h3{font-size:1.1rem;margin-bottom:6px;}
.booking-card .price-tag{font-family:var(--serif);font-size:1.8rem;color:var(--blue);margin:6px 0 18px;}
.booking-card ul{margin:0 0 22px;padding-left:18px;color:var(--ink-soft);font-size:.92rem;}
.booking-card li{margin-bottom:6px;}

/* Footer */
.social-band{background:var(--orange);text-align:center;padding:40px 24px;}
.social-icons{display:flex;justify-content:center;gap:22px;margin-top:18px;}
.social-icons a{
  width:42px;height:42px;border-radius:50%;background:#1c1c1c;
  display:flex;align-items:center;justify-content:center;
}
.social-icons svg{width:18px;height:18px;fill:#fff;}
.site-footer{background:var(--blue-dark);color:#eef3f7;text-align:center;padding:34px 24px;font-size:.9rem;}
.site-footer p{margin:6px 0;opacity:.9;}
.site-footer a{text-decoration:underline;}
/* ================= RESPONSIVE ================= */

/* ---------- Tablet Layout (900px and below) ---------- */
@media (max-width: 900px){

  .hello-section{
      grid-template-columns:1fr;
  }

  .hello-image{
      height:320px;
  }

  .hello-content{
      padding:40px 24px;
  }

  .hello-content h2{
      font-size:28px;
  }

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

  /* Page layout */
  .two-col,
  .feature-row,
  .feature-row.reverse{
    grid-template-columns:1fr;
  }

  .feature-row.reverse .feature-img,
  .feature-row.reverse .feature-text{
    order:initial;
  }

  .location-cards{
    grid-template-columns:1fr;
  }

  .gallery{
    grid-template-columns:repeat(2,1fr);
  }

  /* Tablet Navbar */
  .site-header .wrap{
    padding:0 16px;
    gap:18px;
  }

  .header-logo{
    height:50px;
    width:auto;
  }

  .nav-links{
    gap:18px;
    font-size:14px;
  }

  .call-pill{
    padding:8px 14px;
    font-size:14px;
    white-space:nowrap;
  }
}

/* ---------- Mobile Layout (720px and below) ---------- */
@media (max-width: 720px){

  /* Header */
  .site-header .wrap{
    position:relative;
    height:70px;
    padding:0 16px;
    display:flex;
    align-items:center;
    justify-content:space-between;
  }

  /* Center Logo */
  .logo{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
  }

  .header-logo{
    height:48px;
    width:auto;
  }

  /* Hamburger */
  .menu-toggle{
    display:block;
    background:none;
    border:none;
    cursor:pointer;
    padding:8px;
    z-index:101;
  }

  .menu-toggle span{
    display:block;
    width:24px;
    height:2px;
    background:var(--ink);
    margin:5px 0;
    border-radius:2px;
  }

  /* Mobile Navigation */
  .nav-links{
    position:absolute;
    top:70px;
    left:0;
    right:0;

    background:#fff;
    border-top:1px solid var(--line);
    box-shadow:0 8px 20px rgba(0,0,0,.12);

    display:flex;
    flex-direction:column;
    gap:0;

    max-height:0;
    overflow:hidden;
    transition:max-height .35s ease;

    z-index:100;
  }

  .nav-links.open{
    max-height:450px;
  }

  .nav-links li{
    border-bottom:1px solid var(--line);
  }

  .nav-links a{
    display:block;
    padding:16px 24px;
    font-size:16px;
    font-weight:500;
    color:var(--ink);
  }

  .nav-links a:hover{
    background:#fff6eb;
    color:var(--orange-dark);
  }

  /* Phone Icon */
  .call-pill{
    width:42px;
    height:42px;
    padding:0;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    z-index:101;
  }

  .call-pill span{
    display:none;
  }

  /* Mobile Gallery */
  .gallery{
    grid-template-columns:1fr;
  }

  .gallery img{
    height:auto;
  }
}


