@import url("https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap");

@font-face {
  font-family: "Trebuchet MS";
  src: url("../fonts/Trebuchet MS.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Trebuchet MS";
  src: url("../fonts/Trebuchet MS Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Trebuchet MS";
  src: url("../fonts/Trebuchet MS Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Trebuchet MS";
  src: url("../fonts/Trebuchet MS Bold Italic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Tinos", serif;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

a {
  text-decoration: none;
  color: #000;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.9px; /* 177.857% */
  letter-spacing: 0.5px;
}
a.white {
  color: #fff;
}
a.grey {
    color: #424242;
}
a.bold {
  font-weight: 500;
}
a.small {
  font-size: 14px;
}
a.xs {
  font-size: 12px;
}

h1 {
  font-family: "Tinos", serif;
  font-size: clamp(34px, 4vw, 42px);
  color: #0D133A;
  font-style: normal;
  font-weight: 400;
  line-height: 53px; /* 126.19% */
  letter-spacing: -0.64px;
  margin: 0;
}

h1.black {
    color: #000;
}

h1.white {
  color: #fff;
}

h2 {
  font-family: "Tinos", serif;
  font-size: clamp(20px, 4vw, 22px);
  color: #0D133A;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  line-height: 33px; /* 150% */
  margin: 0;
}
.text-title {
  font-family: "Tinos", serif;
  font-size: clamp(34px, 4vw, 42px);
  color: #0D133A;
  font-style: normal;
  font-weight: 400;
  line-height: 53px; /* 126.19% */
  letter-spacing: -0.64px;
  margin: 0;
}
.small-title {
  font-family: "Tinos", serif;
  font-size: clamp(20px, 4vw, 22px);
  color: #0D133A;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  line-height: 33px; /* 150% */
  margin: 0;
}

h2.black {
  color: #000;
}
h2.lightgrey {
  color: #424242;
}
h2.bold {
  font-weight: 700;
}
h2.white {
  color: #fff;
}

p {
  color: #0D133A;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.9px;
  margin: 0;
}
p.semibold {
  font-weight: 500;
}
p.bold {
  font-weight: 600;
}
p.extrabold {
  font-weight: 700;
}
p.black {
  color: #000;
}
p.grey {
  color: #6B6B6B;
}
p.lightgrey {
  color: #424242;
}
p.white {
  color: #fff !important;
}
p.large {
  font-size: clamp(16px, 4vw, 18px);
  line-height: 28.9px; /* 160.556% */
}
p.small {
  font-size: 14px;
  line-height: 28.9px; /* 160.556% */
}
p.xs {
  font-size: 12px;
}
.darkgrey {
  color: #2A2A2A;
}
.color-yellow {
  color: #A17930;
}

.color-dark-yellow {
  color: #A17930;
}
.color-blue {
  color:#0D133A;
}
.color-red {
    color: #520E1B;
}

.mt-66 {
  margin-top: 66px;
}

.mt-70 {
  margin-top: 70px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.mt-60 {
    margin-top: 60px;
}

.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-112 {
  padding-top: 112px;
  padding-bottom: 112px;
}

.container {
  max-width: 1332px;
  --bs-gutter-x: 2.75rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.form-submit {
  background-color: transparent;
  color: #fff;
  border: none;
  padding: 0;
  position: relative;
  z-index: 10;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
select::placeholder {
  color: #333;
  font-family: "Tinos", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 15px */
  letter-spacing: -0.15px;
}

@media (width < 991px) {
  .container {
    --bs-gutter-x: 3.75rem;
  }
  .padding-80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .padding-112 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .mt-75 {
    margin-top: 70px;
  }
}
@media (width < 767px) {
  .container {
    --bs-gutter-x: 2.5rem;
  }
  .padding-112 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

label {
  color: var(--Color-2, #0D133A);
  font-family: "Trebuchet MS";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 12px */
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

textarea {
  margin-top: 8px;
  border: 1px solid #F7F5F0;
  background: #FFF;
  padding: 12px 14px;
  width: 100%;
  height: 100%;
  color: rgba(42, 42, 42, 0.50);
  font-family: "Trebuchet MS";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.9px; /* 177.857% */
  letter-spacing: 0.5px;
}

input[type=text],
input[type=email],
input[type=tel],
select {
  margin-top: 8px;
  border: 1px solid #F7F5F0;
  background: #FFF;
  padding: 12px 14px;
  width: 100%;
  height: 48px;
  color: rgba(42, 42, 42, 0.50);
  font-family: "Trebuchet MS";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.9px; /* 177.857% */
  letter-spacing: 0.5px;
}

input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=tel]:focus-visible,
select:focus-visible,
textarea:focus-visible,
input[type=text]:active,
input[type=email]:active,
input[type=tel]:active,
select:active,
textarea:active {
  border: 1px solid #520E1B;
  outline:none;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
select::placeholder,
textarea::placeholder {
  color: rgba(42, 42, 42, 0.50);
  font-family: "Trebuchet MS";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.9px; /* 177.857% */
  letter-spacing: 0.5px;
}

.about-developer .container .form-col input[type=text],
.about-developer .container .form-col input[type=email],
.about-developer .container .form-col input[type=tel],
.about-developer .container .form-col select,
.about-developer .container .form-col textarea {
  border: 1px solid rgba(42, 42, 42, 0.30);
}

.primary-btn,
.outline-btn {
  background: #A17930;
  display: flex;
  padding: 14px 17px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #ffffff;
  font-family: "Trebuchet MS";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 128.571% */
  letter-spacing: 1.44px;
  text-transform: uppercase;
}

.yellow-btn {
  padding: 8px 16px 8px 20px;
  background: #A17930;
}

.outline-btn {
  color: #0D133A;
  background: var(--White, #FFF) !important;
}

.secondary-btn {
  background: #0D133A;
  padding: 4px 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  text-align: center;
  font-family: "Trebuchet MS";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px; /* 150% */
  letter-spacing: 1.56px;
  text-transform: uppercase;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    transition: top 0.5s ease;
    border-bottom: 1px solid rgba(161, 121, 48, 0.15);
    background: var(--Color-2, #0D133A);
}

.header .container {
  max-width: 1492px;
}

#check,
.hamburger-menu {
    width: 30px;
    height: 30px;
}

#check:checked ~ div .hamburger-menu div {
    background-color: transparent;
}

.header .container ul {
    padding-left: 0;
    margin-bottom: 0;
}

.header .logo-container {
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.mobile,
.nav-links ul.mobile {
    display: none;
}

.nav-btn {
    flex: 2;
    display: flex;
}

.nav-links {
    flex: 2;
    align-items: center;
    justify-content: center;
    display: flex;
}

.nav-links>ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 28px;
}

.desk-link,
.nav-links ul.mobile .nav-link a {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    line-height: 18px; /* 150% */
    letter-spacing: 2.16px;
    text-transform: uppercase;
    padding-bottom: 3px;
}

.nav-links ul.desktop .nav-link {
  padding: 22px 0;
}

.desk-link:hover,
.desk-link:active,
.desk-link.active,
.nav-links ul.mobile .nav-link a:active,
.nav-links ul.mobile .nav-link a.active {
  color: #A17930;
  border-bottom: 1px solid #A17930;
}

.desktop {
    display: block;
}

/* Vayu Journal nav dropdown */
.nav-dropdown {
    position: relative;
}

.nav-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
}

.nav-dropdown-caret {
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.nav-dropdown.open .nav-dropdown-caret {
    transform: rotate(180deg);
}

.nav-links ul.desktop .nav-link .nav-dropdown-toggle:hover .nav-dropdown-caret path {
    stroke: #A17930;
}

.nav-dropdown.open .nav-dropdown-toggle{
    color: #A17930;
    border-bottom: 1px solid #A17930;
}
.nav-dropdown.open .nav-dropdown-caret path {
    stroke: #A17930;
} 

.nav-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 338px;
    width: 100%;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s;
    z-index: 200;
}

.nav-dropdown.open .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.nav-dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 8px;
    color: #424242;
    text-transform: none;
    white-space: nowrap;
}

.nav-dropdown-item:hover {
    background: #F7F5F0;
    color: #000;
}

.nav-dropdown-item.active {
    background: #F7F5F0;
    color: #000;
    font-weight: 700;
}

.nav-dropdown-item svg {
    flex-shrink: 0;
    color: inherit;
}

.hamburger-menu-container {
    flex: 1;
    display: none;
    align-items: center;
    justify-content: flex-end;
}

.hamburger-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hamburger-menu div {
    width: 24px;
    height: 2px;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    z-index: 1001;
    transition: 0.4s;
}

.hamburger-menu div:after,
.hamburger-menu div:before {
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: #fff;
    border-radius: 3px;
    transition: 0.4s;
}

.hamburger-menu div:before {
    transform: translateY(-7px);
}

.hamburger-menu div:after {
    transform: translateY(7px);
}

#check {
    position: absolute;
    top: 50%;
    right: 37px;
    z-index: 90000;
    cursor: pointer;
    opacity: 0;
    display: none;
    transform: translateY(-50%);
}

#check:checked ~ div .hamburger-menu div:before {
    transform: translateY(0) rotate(-45deg);
}

#check:checked ~ div .hamburger-menu div:after {
    transform: translateY(0) rotate(45deg);
}

@media (max-width: 1050px) {
  .header {
    padding: 12px 0;
  }
    .nav-links>ul {
        gap: 0;
    }
    .nav-btn,
    .nav-link,
    .nav-links {
        width: 100%;
    }

    .hamburger-menu-container {
        display: flex;
    }

    #check,
    .nav-links {
        display: block;
    }

    .nav-btn {
        position: absolute;
        top: 71px;
        padding-top: 0px;
        left: 0;
        border-radius: 0;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        overflow-x: hidden;
        transition: 0.4s linear;
        background: #fff;
        overflow-y: hidden;
        max-height: 0;
        height: 0;
        gap: 40px;
    }

    .header .container #check:checked~.nav-btn {
        border-radius: 0;
        max-height: 100vh;
        height: 100vh;
        overflow-y: auto;
        box-shadow: 0 182px 51px 0 rgba(0, 0, 0, 0), 0 117px 47px 0 rgba(0, 0, 0, 0.01), 0 66px 39px 0 rgba(0, 0, 0, 0.05), 0 29px 29px 0 rgba(0, 0, 0, 0.09), 0 7px 16px 0 rgba(0, 0, 0, 0.1);
    }

    .nav-links {
        flex: none;
    }

    .nav-links ul.desktop {
        display: none;
    }

    .nav-links>ul {
        flex-direction: column;
    }

    .nav-links ul.mobile {
        padding: 40px;
        display: flex;
        gap: 16px;
    }

    .nav-links ul.mobile li.nav-link {
        margin-right: 0;
    }

    .nav-links ul.mobile .nav-link a {
        color: #0D133A;
    }

    .header .hamburger-menu {
        height: auto;
        width: auto;
    }

    .nav-dropdown-menu {
        margin-top: 16px;
        position: static;
        width: 100%;
        box-shadow: none;
        border: 1px solid rgba(13, 19, 58, 0.1);
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
    }

    .nav-dropdown.open .nav-dropdown-menu {
        display: flex;
    }

    .nav-dropdown-toggle {
        color: #0d133a;
    }

    .nav-dropdown-item {
      padding: 12px !important;
      color: #424242 !important;
      text-transform: none !important;
  }

  .nav-dropdown-item:hover {
      background: #F7F5F0 !important;
      color: #000 !important;
      border-bottom: none !important;
  }

  .nav-dropdown-item.active {
      background: #F7F5F0 !important;
      color: #000 !important;
      font-weight: 700 !important;
      border-bottom: none !important;
  }

  .nav-dropdown-item svg {
      flex-shrink: 0;
      color: inherit !important;
  }
  
  .desk-link:hover,
    .desk-link:active,
    .desk-link.active,
    .nav-links ul.mobile .nav-link a:active,
    .nav-links ul.mobile .nav-link a.active {
      color: #0D133A;
      border-bottom: none;
    }
}

@media (max-width:991px) {
    #check {
        right: 26px;
    }

    .nav-links ul.mobile {
        padding: 30px;
    }
}

@media (max-width: 767px) {

    .nav-links ul.mobile {
        padding: 20px;
    }

    #check {
        right: 17px;
    }

    .header .hamburger-menu {
        height: auto;
        width: auto;
    }
}

      .ticker-track {
        display: flex;
        align-items: center;
        white-space: nowrap;
        width: max-content;
        animation: ticker-scroll 50s linear infinite;
      }

      .ticker-track:hover {
        animation-play-state: paused;
      }

      .ticker-item {
        font-family: "Trebuchet MS", sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #ffffff;
        letter-spacing: 0.5px;
        line-height: 24.9px;
        padding: 0 40px;
        flex-shrink: 0;
      }

      @keyframes ticker-scroll {
        0% {
          transform: translateX(0);
        }
        100% {
          transform: translateX(-50%);
        }
      }

      @media (prefers-reduced-motion: reduce) {
        .ticker-track {
          animation: none;
        }
      }

.home-banner .overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(83deg, #000 12.9%, rgba(0, 0, 0, 0.56) 41.8%, rgba(0, 0, 0, 0.00) 61.41%);
}

.new-launch-tower .container p.headline,
.amenities-gallery-section .container p.headline,
.location-section .container p.headline,
.specificaion .container .content-col p.headline {
  line-height: 18px; /* 150% */
  letter-spacing: 2.16px;
}
.about-banner {
    background: url('../images/about-banner.webp');
}
.contact-banner {
    background: url('../images/contact-banner.webp');
}

.about-banner,
.contact-banner,
.blog-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 444px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.journal-banner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 444px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-image 0.4s ease;
}

.journal-banner .container {
  position: relative;
  z-index: 2;
}

.about-banner .container,
.footer .container {
  max-width: 1376px;
}

.banner-title {
  font-size: clamp(42px, 4vw, 62px);
  font-style: normal;
  font-weight: 400;
  line-height: 76.8px;
  letter-spacing: -0.64px;
}

@media(max-width: 767px) {
  .about-banner {
    background: url('../images/about-mobile-banner.webp');
  }
  .contact-banner {
    background: url('../images/contact-mobile-banner.webp');
  }
  .about-banner,
  .contact-banner,
  .blog-banner,
  .journal-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 556px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .banner-title {
    line-height: 53px;
  }
}

.contact-info .container .info:hover {
  background: var(--Light-Biege, #F7F5F0);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}

.contact-info .container .form-col .form.lower-form-part .form-group label {
    color: #fff;
}

.gallery-swiper .swiper-slide {
    width: clamp(280px, 56vw, 760px);
    aspect-ratio: 3/2;
    opacity: 0.2;
    transition: opacity 0.4s;
}
.gallery-swiper .swiper-slide-active {
    opacity: 1;
}
.gallery-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== Gallery Tab Section ===== */

.gallery-tabs {
  display: flex;
  gap: 32px;
  border-bottom: 1px solid #E0E0E0;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.gallery-tabs::-webkit-scrollbar { display: none; }

.gallery-tab {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 4px 0 8px 0;
  color: rgba(0, 0, 0, 0.60);
  text-align: center;
  font-family: "Trebuchet MS";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.9px; /* 177.857% */
  letter-spacing: 0.5px;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.2s, border-color 0.2s;
  letter-spacing: 0.3px;
}
.gallery-tab:hover { color: #0D133A; }
.gallery-tab.active {
  color: #0D133A;
  border-bottom-color: #0D133A;
  font-weight: 700;
}

/* Gallery grid base */
.gallery-grid {
  display: grid;
  gap: 16px;
}
.gallery-grid .gallery-item {
  overflow: hidden;
}
.gallery-grid .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.gallery-grid .gallery-item:hover img {
  transform: scale(1.02);
}

/* Figma layout — 9-image block (rows 1-4) + mirrored 9-image block (rows 5-8) */
.gallery-grid--all {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 300px;   /* uniform row height; empty rows auto-collapse */
}

/* Block 1: 3 top | large-left + 2-stacked-right | 3 bottom */
.gallery-grid--all .g1  { grid-area: 1 / 1 / 2 / 2; }
.gallery-grid--all .g2  { grid-area: 1 / 2 / 2 / 3; }
.gallery-grid--all .g3  { grid-area: 1 / 3 / 2 / 4; }
.gallery-grid--all .g4  { grid-area: 2 / 1 / 4 / 3; } /* LARGE — left */
.gallery-grid--all .g5  { grid-area: 2 / 3 / 3 / 4; }
.gallery-grid--all .g6  { grid-area: 3 / 3 / 4 / 4; }
.gallery-grid--all .g7  { grid-area: 4 / 1 / 5 / 2; }
.gallery-grid--all .g8  { grid-area: 4 / 2 / 5 / 3; }
.gallery-grid--all .g9  { grid-area: 4 / 3 / 5 / 4; }

/* Block 2: 3 equal rows (all normal cells) */
.gallery-grid--all .g10 { grid-area: 5 / 1 / 6 / 2; }
.gallery-grid--all .g11 { grid-area: 5 / 2 / 6 / 3; }
.gallery-grid--all .g12 { grid-area: 5 / 3 / 6 / 4; }
.gallery-grid--all .g13 { grid-area: 6 / 1 / 7 / 2; }
.gallery-grid--all .g14 { grid-area: 6 / 2 / 7 / 3; }
.gallery-grid--all .g15 { grid-area: 6 / 3 / 7 / 4; }
.gallery-grid--all .g16 { grid-area: 7 / 1 / 8 / 2; }
.gallery-grid--all .g17 { grid-area: 7 / 2 / 8 / 3; }
.gallery-grid--all .g18 { grid-area: 7 / 3 / 8 / 4; }

/* Hidden items (filtered out) */
.gallery-item.gallery-hidden {
  display: none !important;
}

/* Tablet */
@media (max-width: 991px) {
  .gallery-grid--all {
    grid-auto-rows: 220px;
  }
}

/* Mobile — 2 columns, simplified layout per block */
@media (max-width: 640px) {
  .gallery-grid--all {
    grid-template-columns: 1fr;
    grid-auto-rows: 200px;
  }
  .gallery-grid--all .gallery-item { grid-area: auto !important; display: block !important; }
  .gallery-item.gallery-hidden { display: none !important; }
}

.sp-tab,
.sp-tab-2,
.journal-tab {
  padding: 14px 26px;
  color: #0D133A;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.9px; /* 155.625% */
  letter-spacing: 0.5px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background 0.4s, color 0.4s;
}

.journal-tab {
  padding: 14px 48px;
}

.sp-tab.active,
.sp-tab-2.active,
.journal-tab.active {
  background: #A17930;
  color: #ffffff;
}
.sp-panel,
.sp-panel-2,
.journal-panel {
  display: none;
}
.sp-panel.active,
.sp-panel-2.active,
.journal-panel.active {
  display: block;
}

/* ── Vayu Journal: pagination dots ────────────────────────────────── */
.blog-page {
  display: none;
}
.blog-page.active {
  display: block;
}

.blog-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  border: none;
  background: #D8D2C4;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}
.blog-dot.active {
  background: #A17930;
  transform: scale(1.2);
}

/* ── Vayu Journal: news & award cards ─────────────────────────────── */
.news-card {
  background: #FFF;
  box-shadow: 0 2px 8px 0 rgba(13, 19, 58, 0.04);
}

.news-card .press-logo {
  background: #F7F5F0;
}

.award-card {
  background: #F7F5F0;
  border-left: 2px solid #A17930;
}

.fp-card img {
  cursor: pointer;
  transition: transform 0.3s ease;
}

/* ── Floor / master plan preview modal ───────────────────────────── */
.fp-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.fp-modal.open {
  display: flex;
}

.fp-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(13, 19, 58, 0.65);
}

.fp-modal-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  z-index: 1;
}

.fp-modal-img {
  display: block;
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  background: #fff;
}

.fp-modal-close {
  position: absolute;
  top: -21px;
  right: -55px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #0D133A;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .fp-modal-close {
    top: -55px;
    right: 0;
  }
}

.price-list-section .container .area {
  display: flex;
  flex-direction: column;
  border-top: 2px solid #0D133A;
  background: #F7F5F0;
}

.price-list-section .container .area .mid-col {
  background: linear-gradient(90deg, #A17930 0%, rgba(222, 169, 74, 0.00) 100%);
}

.price-list-2-section .container .area {
  display: flex;
  flex-direction: column;
  border-top: 3px solid #A17930;
  background: #FFF;
}

.price-list-2-section .container .area .mid-col {
  background: linear-gradient(90deg, #F7F5F0 0%, rgba(247, 245, 240, 0.00) 100%);
}

.blog-cards-section .container .blog-card {
    background: #FFF;
    box-shadow: 0 2px 8px 0 rgba(13, 19, 58, 0.04);
}

.more-blogs-section .container .blog-card {
  background: var(--Light-Biege, #F7F5F0);
  box-shadow: 0 2px 8px 0 rgba(13, 19, 58, 0.04);
}

.faqs-section.services-faq .container .accordion-item h4,
.blog-faq-section .accordion-item h4 {
	font-size:18px !important;
  text-align: left !important;
}
.faqs-section.services-faq .container .accordion-item .faq-content p,
.blog-faq-section .accordion-item .faq-content p {
	margin-top: 16px;
	color: var(--Grey-20, #4D4D4D) !important;
	font-weight: 400 !important;
}
.faqs-section.services-faq .container .accordion-item .faq-content p a{
	font-weight:500;
	text-decoration:underline !important;
	color: var(--Grey-20, #4D4D4D) !important;
}
.faqs-section.services-faq .container .accordion-item .faq-content ul,
.blog-faq-section .accordion-item .faq-content ul,
.faqs-section .container .accordion-item .accordion-content ul {
  padding-left: 1.5rem !important;
  list-style: disc;
  color: var(--Grey-20, #4D4D4D);
}
.faqs-section.services-faq .container .accordion-item .faq-content ol{
	margin-top: 16px;
	  padding-left: 1.5rem !important;
  list-style: decimal;
  color: var(--Grey-20, #4D4D4D);
}

.query-desk-btn {
    display: flex !important;
}
.query-mob-btn {
    display: none !important;
}
@media(max-width: 767px) {
    .query-desk-btn {
        display: none !important;
    }
    .query-mob-btn {
        display: flex !important;
        border-radius: 89.444px;
        padding: 13px;
    }
}

.privacy-policy-section .container .content h4 {
  margin-top: 2rem !important;
  font-weight: 600;
}

.privacy-policy-section .container .content p {
  margin: 16px 0 20px !important;
}

.footer .container .quicklinks p.headline {
  line-height: 18px; /* 150% */
  letter-spacing: 2.16px;
}

.footer .container p {
  line-height: 24.9px; /* 155.625% */
  letter-spacing: 0.5px;
}

.footer .footer-bottom {
    border-top: 1px solid rgba(161, 121, 48, 0.25);
    border-bottom: 1px solid rgba(161, 121, 48, 0.25);
}