:root {
  --headline: #137a8e;
  --subtext: #888888;
  --bg: #f8f8f6;
  --ink: #1c2a2f;
  --line: #d9d9d9;
  --radius: 12px;
}

@font-face {
  font-family: "Delaproza";
  src:
    url("./assets/fonts/Delaproza.otf") format("opentype"),
    url("./assets/fonts/Delaproza.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3 {
  font-family: "Delaproza", serif;
}
h2 {
  font-size: 55px !important;
  line-height: 60px !important;
  color: var(--headline) !important;
}
.field-error {
  display: block;
  font-size: 12px;
  color: #ff4d4f;
  margin-top: 4px;
}
.iti__selected-dial-code{
  color: #888 !important;
}
.para {
  font-family: "Avenir", sans-serif;
  color: var(--subtext);
  font-size: 18px;
  line-height: 1.6;
}
.mr-10{
  margin-right: 6em;
}

.text-justify {
  text-align: justify;
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
}

.container {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.section {
  padding: 82px 0;
}

h1,
h2,
h3,
.eyebrow {
  color: var(--headline);
  margin: 0;
}

h1 {
  font-size: clamp(32px, 4.2vw, 58px);
  line-height: 1.04;
  max-width: 740px;
}

h2 {
  font-size: clamp(28px, 3.1vw, 44px);
  margin-bottom: 8px;
}

h3 {
  font-size: 22px;
  margin: 18px 0 0;
}

p {
  margin: 0;
}

.cta{
  display: flex;
  justify-content: center;
}

.subtext {
  color: var(--subtext);
  max-width: 640px;
  margin-top: 8px;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(
    to bottom,
    rgba(5, 12, 30, 0.7),
    rgba(5, 12, 30, 0.34)
  );
  backdrop-filter: blur(2px);
}

.nav-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 108px;
}

.header-logos {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.header-nav {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  justify-content: center;
}

.header-contact {
  flex-shrink: 0;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-decoration: none;
  color: #fff;
}

.brand img {
  display: block;
  width: auto;
  height: 56px;
}

.godrej-logo {
  display: block;
  width: auto;
  flex-shrink: 0;
}

.brand-main {
  letter-spacing: 0.22em;
  font-size: 33px;
  font-family: "Delaproza", serif;
  line-height: 0.9;
}

.brand-sub {
  letter-spacing: 0.25em;
  font-size: 10px;
  font-weight: 500;
}

.brand-divider {
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.45);
}

.godrej-wordmark {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 0;
  justify-content: center;
  flex-wrap: nowrap;
}

.main-nav a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.93);
  font-size: 18px;
  line-height: 1;
  font-family: "Avenir", sans-serif;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  position: relative;
  white-space: nowrap;
}

.main-nav a:not(.cta-link)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.34);
}

.main-nav a:nth-last-child(2)::after {
  display: none;
}

.cta-link {
  margin-left: 10px;
  background: #1298b1;
  color: #fff !important;
  padding: 12px 20px !important;
  border-radius: 999px;
  font-family: "Avenir", sans-serif;
  font-size: 18px !important;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.cta-link::after {
  display: none !important;
}

.menu-toggle {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: 10px;
  padding: 8px 12px;
}

.hero {
  position: relative;
  min-height: min(100vh, 1080px);
  padding: 0;
  display: flex;
  align-items: center;
}

.hero-media {
  position: absolute;
  inset: 0;
  border-radius: 0;
  border: 0;
  background: url("./assets/images/bg-image-banner.jpg") center/cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(2, 5, 16, 0.75) 0%,
    rgba(4, 10, 24, 0.34) 45%,
    rgba(5, 12, 28, 0.12) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 190px;
}

.hero h1 {
  color: #ffffff;
  font-family: "Delaproza", serif;
  font-size: 95px;
  line-height: 0.95;
  letter-spacing: 0.02em;
  max-width: none;
}

.hero .subtext {
  font-family: "Avenir", sans-serif;
  color: rgba(255, 255, 255, 0.95);
  font-size: 25px;
  line-height: 1.35;
  margin-top: 18px;
  max-width: 520px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 42px;
}

.btn {
  border: 0;
  border-radius: 999px;
  padding: 14px 22px;
  font-size: 14px;
  cursor: pointer;
}

.btn.primary {
  background: var(--headline);
  color: #fff;
}

.btn.ghost {
  border: 1px solid #d6e0e3;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.visit-btn {
  background: #fff;
  border: 2px solid;
  color: #0094b0;
  padding: 15px 25px;
  font-size: 18px;
  line-height: 20px;
  display: flex;
  letter-spacing: 0.02em;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  text-decoration: none;
}

.split-tabs {
  background: var(--bg);
}

.split-grid {
  display: grid;
  grid-template-columns: 370px 1fr;
  gap: 40px;
  margin-top: 34px;
}

.tabs-col {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: #fff;
}

.tab-btn,
.tab2-btn {
  width: 100%;
  text-align: left;
  border: 1px solid #d7dfdf;
  background: #fff;
  border-radius: 10px;
  padding: 13px 14px;
  margin-bottom: 10px;
  color: #1e3e45;
  cursor: pointer;
}

.tab-btn.active,
.tab2-btn.active {
  border-color: var(--headline);
  color: var(--headline);
  background: rgba(19, 122, 142, 0.06);
}

.tab-copy {
  margin-top: 8px;
  color: var(--subtext);
  font-size: 14px;
  line-height: 1.5;
  min-height: 84px;
}

.tab-panel,
.tab2-panel {
  height: 100%;
}

.slider-section {
  background: #fff;
}

.slider-shell {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 52px 1fr 52px;
  align-items: center;
  gap: 18px;
}

.slider-track {
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #fff;
}

.slide {
  display: none;
  padding: 14px;
}

.slide.active {
  display: block;
}

.slider-arrow {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #cfd9dc;
  background: #fff;
  color: var(--headline);
  font-size: 30px;
  cursor: pointer;
}

.gallery-section {
  background: var(--bg);
}

.gallery-slider {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr 1fr;
  gap: 14px;
}

.gallery-item {
  opacity: 0.68;
  transition: 0.25s ease;
}

.gallery-item.active {
  opacity: 1;
}

.timeline {
  margin-top: 24px;
  height: 18px;
  border-radius: 999px;
  background: rgba(136, 136, 136, 0.18);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 6px;
  padding: 0 8px;
}

.time-dot {
  width: 100%;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.time-dot.active {
  background: var(--headline);
}

.alt {
  background: #fff;
}



.cta-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.intro-section {
  background: url(assets/images/left-bg.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 40%;
  object-fit: contain;
  margin-top: 2em;
}

.placeholder-media.large {
  min-height: 460px;
}

@media (max-width: 1024px) {
  .header-nav {
    flex: 0 1 auto;
  }

  .header-contact {
    display: none;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 92px;
    right: 24px;
    width: min(320px, calc(100vw - 48px));
    background: rgba(7, 18, 44, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    padding: 12px;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }

  .main-nav a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding: 8px 4px;
  }

  .main-nav a::after {
    display: none !important;
  }

  .cta-link {
    margin-left: 0;
    justify-content: center;
    font-size: 14px !important;
    padding: 12px 14px !important;
  }

  .main-nav.open {
    display: flex;
  }

  .menu-toggle {
    display: inline-block;
    margin-left: auto;
  }

  .brand-divider {
    display: none;
  }

  .godrej-logo {
    height: 18px;
  }

  .hero-content {
    padding-top: 160px;
  }

  .hero h1 {
    font-size: clamp(52px, 10vw, 95px);
  }

  .hero .subtext {
    font-size: clamp(18px, 3.6vw, 25px);
    max-width: 390px;
  }

  .visit-btn {
    font-size: 20px;
    padding: 14px 24px;
  }

  .split-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .placeholder-media.large {
    min-height: 320px;
  }

  .gallery-slider {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .container {
    width: calc(100% - 28px);
  }

  
  .site-header .container {
    width: calc(100% - 28px);
  }

  .nav-wrap {
    min-height: 84px;
  }

  .brand img {
    height: 42px;
  }

  .godrej-logo {
    height: 14px;
  }

  .hero-content {
    padding-top: 120px;
  }

  .hero h1 {
    font-size: clamp(40px, 13vw, 62px);
  }

  .hero .subtext {
    font-size: 19px;
  }

  .visit-btn {
    font-size: 16px;
    padding: 12px 20px;
  }

  .slider-shell {
    grid-template-columns: 42px 1fr 42px;
    gap: 10px;
  }

  .slider-arrow {
    width: 42px;
    height: 42px;
    font-size: 24px;
  }

  .gallery-slider {
    grid-template-columns: 1fr;
  }

  .cta-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

.slider-wrapper {
  position: relative;
}

.custom-arrows {
  position: absolute;
  top: -100px;      /* adjust based on your layout */
  right: 0;
  display: flex;
  gap: 20px;
}
.custom-arrows.four{
  top: -70px;      /* adjust based on your layout */
}

.custom-prev,
.custom-next {
  width: 70px;
  height: 40px;
  background: #137A8E;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 30%;
  font-size: 14px;
  transition: 0.3s;
}

.custom-prev:hover,
.custom-next:hover {
  background: #0094b0; /* gold feel for premium LP */
}
.enquiry-form-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  padding: 20px;
}

.enquiry-form-overlay.active {
  display: flex;
}

/* ============================================
   POPUP CARD
============================================ */
.enquiry-form {
  background: #000000;
  width: 100%;
  max-width: 330px;
  padding: 32px 32px 10px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  position: relative;
  animation: fadeIn 0.35s ease;
  border: 1px solid #eaeaea;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* CLOSE ICON */
.enquiryFormClose {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  opacity: 0.75;
  transition: 0.25s;
}

.enquiryFormClose:hover {
  opacity: 1;
}

/* ============================================
   TITLE
============================================ */
.enquiry-form h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 28px;
  color: #fff;
  letter-spacing: 0.2px;
}

/* ============================================
   FLOATING INPUT BOXES
============================================ */
.ip-box {
  position: relative;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
#txt_country {
  width: 25%;
}

.ip-box input,
.ip-box select {
  width: 100%;
  padding: 14px 14px 14px 0;
  border: none;
  border-bottom: 1px solid #888;
  background: transparent;
  font-size: 16px;
  color: #888;
  transition: all 0.3s ease;
}
.ip-box input::placeholder,
.ip-box select::placeholder {
  color: #888;
}
.ip-box input:focus,
.ip-box select:focus {
  background: transparent;
  outline: none;
}

/* FLOATING LABELS */
.ip-box label {
  position: absolute;
  left: 14px;
  top: 13px;
  color: #6a7890;
  font-size: 15px;
  pointer-events: none;
  transition: 0.25s ease;
}

.ip-box input:not(:placeholder-shown) + label,
.ip-box input:focus + label,
.ip-box select:focus + label {
  top: -10px;
  left: 10px;
  background: #transparent;
  padding: 0 6px;
  font-size: 13px;
  color: #0a63aa;
}
.iti {
  width: 100%;
}

/* ============================================
   VALIDATION MESSAGES
============================================ */
#valid-msg,
#error-msg {
  font-size: 13px;
  margin-top: -12px;
  margin-bottom: 10px;
  display: block;
}

#valid-msg {
  color: #0a8235;
}

#error-msg {
  color: #d30000;
}

/* ============================================
   CHECKBOX SECTION
============================================ */
.homeally_dwnld_checklist {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin: 18px 0 10px;
  align-items: flex-start;
}

.homeally_dwnld_checklist input[type="checkbox"] {
  width: 15px;
  height: 15px;
  cursor: pointer;
  accent-color: #0a63aa;
}

.homeally_dwnld_checklist span {
  font-size: 14px;
  color: #888;
  line-height: 1.4;
  margin-top: 0px;
}

/* ============================================
   SUBMIT BUTTON
============================================ */
.submit-btn {
  font-family: 'Avenir',sans-serif;
  width: 100%;
  padding: 10px 0;
  font-size: 18px;
  border-radius: 0px;
  border: 1px solid #888;
  cursor: pointer;
  background: transparent;
  color: #888;
  font-weight: 500;
  letter-spacing: 0.2px;
  transition: 0.3s ease;
  margin-top: 12px;
  text-transform: uppercase;
}

.colo-btn{
  background-color: #137A8E;
  color: #fff;
}

.submit-btn:hover {
  background-color: #137A8E;
  color: #fff;
}

.iti__selected-flag{
  background-color: transparent !important;
}

.hide {
  display: none;
}
.fixed-btn.services {
  position: fixed;
  right: -50px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  z-index: 9999;
}
.services a {
  background: #0094b0;
  margin-top: 2em;
  padding: 10px;
  font-family: 'Avenir', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 1px;
}
.swiper img{
  object-fit: contain;
  cursor: pointer;
}
.swiper-slide {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
main{
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-60 {
  width: 60% !important;
}
.custom-arrows.desktop-only {
  display: flex
   !important;
}
.custom-arrows.mobile-only {
  display: none
   !important;
}
}
@media (max-width: 767px) {
  section{
  padding: 0 1em;
}
.custom-arrows.desktop-only {
  display: none
   !important;
} 
.custom-arrows.mobile-only {
  display: flex
   !important;
   position: relative;
   top: 0;
   justify-content: center;
   margin-top: 1em;
}
.hero-content{
  position: absolute;
    top: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hero-actions{
  margin-top: 20px;
}
h2{
  font-size: 30px !important;
  line-height: 35px !important;
}
h1{
  font-size: 45px !important;
  line-height: 55px !important;
}
}

/* =========================================
   ENQUIRY UI SECTION (FIGMA MATCH)
========================================= */

.enquiry-ui {
  padding-top: 40px;
}

/* LEFT SIDE */
.enquiry-left {
  max-width: 520px;
}

.enquiry-title {
  font-family: "Avenir", sans-serif;
  font-size: 25px;   /* exact from figma */
  font-weight: 700;
  letter-spacing: 1px;
  color: #137A8E;
  margin-bottom: 28px;
  line-height: 1.3;
}

/* FORM */
.enquiry-form-ui input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #888;
  padding: 12px 0;
  margin-bottom: 18px;
  font-size: 16px;
  font-family: "Avenir", sans-serif;
  background: transparent;
  outline: none;
}

.enquiry-form-ui input::placeholder {
  color: #b0b0b0;
}

/* NOTE */
.enquiry-note {
  font-size: 12px;
  color: #888888;
  margin: 12px 0 22px;
  font-family: "Avenir", sans-serif;
}

/* BUTTON */
.enquiry-submit {
  width: 100%;
  padding: 14px;
  border: 1px solid #137A8E;
  background: transparent;
  color: #137A8E;
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  transition: 0.3s;
}

.enquiry-submit:hover {
  background: #137A8E;
  color: #fff;
}

/* =========================================
   RIGHT IMAGE STACK (FIGMA STYLE)
========================================= */

.enquiry-image-stack {
  position: relative;
  width: 100%;   /* FIXED like figma */
  max-width: 100%;
  margin-left: auto;
  }

/* BOTH IMAGES SAME SIZE */
.enquiry-image-stack img {
  width: 100%;
  display: block;
}

/* FRAME (BACK) */
.frame-img {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(20px, 20px);  /* offset like figma */
  z-index: 1;
}

/* MAIN IMAGE */
.main-img {
  position: relative;
  z-index: 2;
}

/* =========================================
   FIGMA BUTTON (UPDATED FOR HORIZONTAL FORM)
========================================= */

.enquiry-submit-btn {
  width: 242px;              /* exact figma */
  height: 46px;              /* ?? match input height for alignment */

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0 18px;

  border: 1px solid #137A8E;
  background: transparent;

  font-family: "Avenir", sans-serif;
  font-size: 14px;
  color: #137A8E;

  cursor: pointer;
  transition: 0.3s;

  flex-shrink: 0;            /* ?? prevents button squeeze */
}

/* Hover */
.enquiry-submit-btn:hover {
  background: #137A8E;
  color: #fff;
}

/* Arrow */
.enquiry-submit-btn .arrow {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.enquiry-submit-btn:hover .arrow {
  transform: translateX(5px);
}

/* =========================================
   FORCE HORIZONTAL FORM (FINAL FIX)
========================================= */

.enquiry-form-ui {
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 100%;
  max-width: 1480px;
  margin: 0 auto;

  gap: 80px;
  padding: 20px 0;

  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

/* INPUT FIELDS */
.enquiry-form-ui input {
  flex: 1;

  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: transparent;

  padding: 8px 0;
  font-size: 15px;
  font-weight: 400;

  color: #1c2a2f;
  outline: none;
}

/* Placeholder styling (very important for Figma look) */
.enquiry-form-ui input::placeholder {
  color: #7a7a7a;
  font-weight: 300;
  letter-spacing: 0.3px;
}

/* BUTTON */
.enquiry-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 14px 40px;
  min-width: 180px;

  border: 1px solid #1f7a8c;
  background: transparent;

  color: #1f7a8c;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;

  cursor: pointer;
  transition: all 0.3s ease;

  flex-shrink: 0;
}

/* Hover (subtle like premium sites) */
.enquiry-submit-btn:hover {
  background: #1f7a8c;
  color: #ffffff;
}

/* Arrow */
.enquiry-submit-btn .arrow {
  margin-left: 8px;
  font-size: 16px;
  transition: transform 0.3s ease;
}

.enquiry-submit-btn:hover .arrow {
  transform: translateX(4px);
}
.footer-form{
  width: 100%;
}
.footer-form form{
      display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: end;
    gap:10px;
}
.footer-form .submit-btn{
  padding: 14px 30px;
  font-size: 16px;
}
.horizontal{
  width: 100%;
  color: #888;
}

@media(max-width: 768px){
  .enquiry-title{
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
  }
  .footer-form form{
    display: block;
  }
}

.thankyou-page {
            height: 100vh;
    background: #F2EEE2;
    padding: 40px 60px;
    display: flex;
    /* border-radius: 12px; */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    align-items: center;
    justify-content: center;
        }

        .thankyou-page h3 {
            margin: 0;
            font-size: 28px;
            color: #000;
        }

        .thankyou-page p {
            font-size: 18px;
            margin-top: 10px;
            color: #333;
        }

        .submit-btn.loading {
        opacity: 0.7;
        pointer-events: none;
      }

      .submit-btn.loading::after {
        content: "";
        width: 16px;
        height: 16px;
        margin-left: 10px;
        border: 2px solid #fff;
        border-top: 2px solid transparent;
        border-radius: 50%;
        display: inline-block;
        animation: spin 0.6s linear infinite;
        vertical-align: middle;
      }

      @keyframes spin {
        to {
          transform: rotate(360deg);
        }
      }