.contact-hero{
  min-height:70vh;
  position:relative;
  display:flex;
  align-items:center;
  padding:140px 0 80px;
  overflow:hidden;
  background:#000;
  color:#fff;
}

.contact-hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

.contact-hero-overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 20% 20%, rgba(246,196,95,.28), transparent 30%),
    linear-gradient(90deg, rgba(0,0,0,.92), rgba(0,0,0,.52));
}

.contact-hero .container{
  position:relative;
  z-index:2;
}

.contact-hero-content{
  max-width:780px;
}

.contact-hero h1{
  font-size:clamp(2.4rem,5vw,4.5rem);
  font-weight:700;
  line-height:1.05;
  letter-spacing:-2px;
  margin-bottom:18px;
}

.contact-hero p{
  color:rgba(255,255,255,.78);
  font-size:1.05rem;
  line-height:1.8;
  max-width:680px;
}

.contact-section{
  padding:80px 0;
  background:#f7f4ee;
}

.contact-card{
  display:block;
  text-align:center;
  background:#fff;
  border-radius:24px;
  padding:32px 20px;
  height:100%;
  color:#111;
  text-decoration:none;
  box-shadow:0 18px 45px rgba(0,0,0,.07);
  transition:.3s;
}

.contact-card:hover{
  transform:translateY(-8px);
  color:#111;
}

.contact-card i{
  width:60px;
  height:60px;
  display:grid;
  place-items:center;
  margin:0 auto 18px;
  background:#111;
  color:var(--gold);
  border-radius:20px;
  font-size:1.55rem;
}

.contact-card h4{
  font-weight:600;
  margin-bottom:8px;
}

.contact-card p{
  color:#666;
  margin:0;
  font-weight:700;
  word-break:break-word;
}

.contact-main{
  padding:95px 0;
  background:#fff;
}

.contact-info-box h2{
  font-size:clamp(1.9rem,4vw,3.3rem);
  font-weight:600;
  letter-spacing:-1px;
  margin-bottom:18px;
}

.contact-info-box p{
  color:#666;
  line-height:1.9;
  font-size:1.05rem;
}

.info-list{
  display:grid;
  gap:14px;
  margin:28px 0;
}

.info-list div{
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:600;
  color:#333;
}

.info-list i{
  color:var(--gold);
  font-size:1.2rem;
}

.location-btn{
  display:inline-flex;
  padding:14px 28px;
  border-radius:999px;
  background:#111;
  color:#fff;
  text-decoration:none;
  font-weight:600;
  transition:.3s;
}

.location-btn:hover{
  background:linear-gradient(135deg,var(--gold),var(--orange));
  color:#111;
}

.quick-form{
  background:#f7f4ee;
  border-radius:28px;
  padding:34px;
  box-shadow:0 18px 45px rgba(0,0,0,.06);
}

.quick-form h3{
  font-size:1.7rem;
  font-weight:600;
}

.quick-form p{
  color:#666;
  margin-bottom:22px;
}

.quick-form label{
  display:block;
  font-weight:600;
  font-size:.86rem;
  margin-bottom:8px;
}

.quick-form input,
.quick-form select,
.quick-form textarea{
  width:100%;
  border:1px solid #ddd;
  border-radius:15px;
  padding:0 15px;
  font-weight:700;
  outline:none;
  background:#fff;
}

.quick-form input,
.quick-form select{
  height:50px;
}

.quick-form textarea{
  min-height:115px;
  padding-top:14px;
  resize:none;
}

.quick-form input:focus,
.quick-form select:focus,
.quick-form textarea:focus{
  border-color:var(--gold);
  box-shadow:0 0 0 4px rgba(246,196,95,.18);
}

.quick-form button{
  width:100%;
  height:56px;
  border:0;
  border-radius:18px;
  margin-top:20px;
  background:linear-gradient(135deg,var(--gold),var(--orange));
  color:#111;
  font-weight:600;
}

.contact-cta{
  padding:90px 0;
  background:#f7f4ee;
}

.contact-cta-box{
  background:
    linear-gradient(135deg,rgba(0,0,0,.88),rgba(0,0,0,.72)),
    url("images/munnar.webp") center/cover;
  color:#fff;
  text-align:center;
  border-radius:36px;
  padding:70px 35px;
}

.contact-cta-box h2{
  font-size:clamp(1.9rem,4vw,3.3rem);
  font-weight:600;
  letter-spacing:-1px;
}

.contact-cta-box p{
  color:rgba(255,255,255,.75);
  max-width:650px;
  margin:0 auto 28px;
}

.cta-actions{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

.nav-link.active{
  color:var(--gold) !important;
}

@media(max-width:991px){
  .contact-hero{
    min-height:auto;
    padding:125px 0 70px;
    text-align:center;
  }

  .contact-hero-content,
  .contact-hero p{
    margin:auto;
  }
}

@media(max-width:575px){
  .contact-hero{
    padding:110px 0 55px;
  }

  .contact-hero h1{
    font-size:2.2rem;
    letter-spacing:-1px;
  }

  .contact-section,
  .contact-main,
  .contact-cta{
    padding:65px 0;
  }

  .quick-form{
    padding:24px;
  }

  .contact-cta-box{
    padding:50px 22px;
    border-radius:25px;
  }

  .cta-actions .main-btn{
    width:100%;
  }
}
.footer-credit{
    margin-top:20px;
    font-size:.95rem;
    color:rgba(255,255,255,.65);
    font-weight:500;
}

.footer-credit a{
    color:var(--gold) !important;
    text-decoration:none;
    font-weight:600;
    transition:.3s ease;
}

.footer-credit a:hover{
    color:#ffffff !important;
}
