:root {
  --sunrise-forest: #0a4833;
  --sunrise-forest-deep: #082a20;
  --sunrise-gold: #c9a55a;
  --sunrise-sand: #f6efe3;
  --sunrise-paper: #fffdf9;
  --sunrise-copy: #24463f;
  --sunrise-line: rgba(10, 72, 51, 0.12);
  --sunrise-shadow: 0 20px 60px rgba(7, 33, 26, 0.12);
}

html {
  scroll-behavior: smooth;
}

body.sunrise-page-body {
  background: var(--sunrise-sand);
  color: var(--sunrise-copy);
  scroll-padding-top: 10rem;
  font-family: 'lulu', "Nexa Regular", sans-serif;
  font-style: normal;
}

.sunrise-page-body .navbar {
  position: relative;
  z-index: 20;
}

.sunrise-page-body .site-nav-shell,
.sunrise-page-body .site-nav-mobile,
.sunrise-page-body .site-nav-desktop,
.sunrise-page-body .site-nav-links,
.sunrise-page-body .site-nav-cta-group,
.sunrise-page-body .main-footer,
.sunrise-page-body .main-footer *:not(i) {
  font-family: 'lulu', "Nexa Regular", sans-serif;
  font-style: normal;
}

.sunrise-page-body .site-nav-link,
.sunrise-page-body .site-nav-cta,
.sunrise-page-body .site-nav-icon,
.sunrise-page-body .slide-menu-item,
.sunrise-page-body .slide-submenu-item,
.sunrise-page-body .slide-menu-action,
.sunrise-page-body .slide-menu-logo {
  color: #fff !important;
  line-height: 1.2;
  text-align: left;
}

.sunrise-page-body .site-nav-menu a {
  color: var(--sunrise-copy) !important;
  text-align: left;
}

.sunrise-page-body .main-footer p,
.sunrise-page-body .main-footer a,
.sunrise-page-body .main-footer li,
.sunrise-page-body .main-footer h4,
.sunrise-page-body .main-footer h5,
.sunrise-page-body .footer-legal-links a,
.sunrise-page-body .footer-social a {
  text-align: left;
  line-height: 1.6;
}

.sunrise-page-body .main-footer p,
.sunrise-page-body .main-footer a,
.sunrise-page-body .main-footer li,
.sunrise-page-body .footer-legal-links a,
.sunrise-page-body .footer-social a {
  color: rgba(255, 255, 255, 0.78) !important;
}

.sunrise-page-body .main-footer h4,
.sunrise-page-body .main-footer h5 {
  color: #fff !important;
}

.sunrise-page-body .footer-mini-form .form-control,
.sunrise-page-body .popup-form .form-control,
.sunrise-page-body .popup-form textarea {
  background: #fff !important;
  color: #14362b !important;
  border: 1px solid rgba(20, 54, 43, 0.12) !important;
}

.sunrise-page-body .footer-mini-form .form-control::placeholder,
.sunrise-page-body .popup-form .form-control::placeholder,
.sunrise-page-body .popup-form textarea::placeholder {
  color: rgba(20, 54, 43, 0.56) !important;
}

.sunrise-page-body .mob-enq-button {
  text-align: center;
}

.sunrise-subnav {
  position: sticky;
  top: 0;
  z-index: 15;
  background: rgba(8, 42, 32, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sunrise-subnav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 68px;
  overflow-x: auto;
  padding: 0 1.2rem;
}

.sunrise-subnav-brand {
  display: flex;
  flex-direction: column;
  min-width: 220px;
  color: #fff;
}

.sunrise-subnav-brand span {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.sunrise-subnav-brand strong {
  font-family: 'lulu-medium', 'lulu', "Nexa Regular", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sunrise-subnav-links {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem;
  margin: 0;
  white-space: nowrap;
}

.sunrise-subnav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.sunrise-subnav-link:hover,
.sunrise-subnav-link.is-active {
  background: rgba(201, 165, 90, 0.16);
  color: #fff;
  transform: translateY(-1px);
}

.sunrise-hero {
  position: relative;
  overflow: hidden;
  background: var(--sunrise-forest-deep);
}

.sunrise-hero .carousel-item img {
  width: 100%;
  object-fit: cover;
}

.sunrise-hero-copy {
  position: absolute;
  inset: auto 0 3rem 0;
  z-index: 2;
}

.sunrise-hero-copy .container {
  display: flex;
  justify-content: flex-start;
}

.sunrise-hero-panel {
  width: min(560px, calc(100vw - 2rem));
  padding: 1.6rem 1.6rem 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(8, 42, 32, 0.8), rgba(8, 42, 32, 0.92));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  color: #fff;
}

.sunrise-kicker {
  display: inline-flex;
  margin-bottom: 0.85rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(201, 165, 90, 0.18);
  color: #f4ddaf;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sunrise-hero-panel h1 {
  font-family: 'lulu-medium', 'lulu', "Nexa Regular", sans-serif;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3.6vw, 3.9rem);
  line-height: 1.06;
}

.sunrise-hero-panel p {
  margin-top: 0.95rem;
  max-width: 44ch;
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
}

.sunrise-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.3rem;
}

.sunrise-primary-btn,
.sunrise-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sunrise-primary-btn {
  background: var(--sunrise-gold);
  color: #18261f;
}

.sunrise-secondary-btn {
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.sunrise-project-shell .overview,
.sunrise-project-shell .prj-hilights,
.sunrise-project-shell .amenities,
.sunrise-project-shell .gallery,
.sunrise-project-shell .location,
.sunrise-project-shell .configuration,
.sunrise-project-shell .form-sec {
  padding: clamp(4.5rem, 7vw, 6.75rem) 0;
}

.sunrise-project-shell .prj-hilights,
.sunrise-project-shell .configuration {
  background: var(--sunrise-paper);
}

.sunrise-project-shell .overview .testimonial-content,
.sunrise-project-shell .location .loc-para,
.sunrise-project-shell .gallery p,
.sunrise-project-shell .amenities p {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

.sunrise-project-shell p,
.sunrise-project-shell h2,
.sunrise-project-shell h3,
.sunrise-project-shell h6,
.sunrise-project-shell li,
.sunrise-project-shell a,
.sunrise-project-shell button {
  font-family: 'lulu', "Nexa Regular", sans-serif;
  font-style: normal;
}

.sunrise-project-shell h1,
.sunrise-project-shell h2,
.sunrise-project-shell h3.heading1,
.sunrise-project-shell h3.heading1-white,
.sunrise-project-shell .testimonial-content h2,
.sunrise-project-shell .sec_heading,
.sunrise-project-shell .bhk-txt h3,
.sunrise-project-shell .contact-info h3 {
  font-family: 'lulu-medium', 'lulu', "Nexa Regular", sans-serif;
  letter-spacing: 0.01em;
  font-style: normal;
}

.sunrise-project-shell [data-aos] {
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.sunrise-project-shell [data-aos="fade-up"] {
  transform: translate3d(0, 30px, 0);
}

.sunrise-project-shell [data-aos="fade-left"] {
  transform: translate3d(28px, 0, 0);
}

.sunrise-project-shell [data-aos="fade-right"] {
  transform: translate3d(-28px, 0, 0);
}

.sunrise-project-shell [data-aos].aos-animate {
  transform: translate3d(0, 0, 0);
}

.sunrise-project-shell p {
  color: #24463f;
  line-height: 1.8;
  text-align: left;
}

.sunrise-project-shell .overview p,
.sunrise-project-shell .gallery p,
.sunrise-project-shell .amenities p,
.sunrise-project-shell .location p {
  text-align: center;
}

.sunrise-project-shell .location .loc-para p,
.sunrise-project-shell .bhk-txt ul,
.sunrise-project-shell .bhk-txt li,
.sunrise-project-shell .contact-info p {
  text-align: left;
}

.sunrise-project-shell .overview h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.sunrise-project-shell .border-box,
.sunrise-project-shell .serviceBox,
.sunrise-project-shell .bhk-txt,
.sunrise-project-shell .contact-info,
.sunrise-project-shell .form-bg {
  border: 1px solid var(--sunrise-line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--sunrise-shadow);
}

.sunrise-project-shell .content-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem;
}

.sunrise-project-shell .content-btn p,
.sunrise-project-shell .serviceBox .title {
  text-align: left;
}

.sunrise-project-shell .serviceBox {
  min-height: 100%;
  padding: 1.5rem 1rem;
}

.sunrise-project-shell .service-icon {
  margin-bottom: 1rem;
}

.sunrise-project-shell .amenities-gallery,
.sunrise-project-shell .bhk-img img,
.sunrise-project-shell iframe {
  border-radius: 28px;
  overflow: hidden;
}

.sunrise-project-shell .form-sec {
  background: linear-gradient(180deg, #0a4833, #082a20);
}

.sunrise-project-shell .contact-info,
.sunrise-project-shell .form-bg {
  height: 100%;
}

.sunrise-project-shell .contact-info {
  padding: 2rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.sunrise-project-shell .contact-info p,
.sunrise-project-shell .contact-info a,
.sunrise-project-shell .contact-info h3 {
  color: #fff;
  text-align: left;
}

.sunrise-project-shell .form-bg {
  padding: 1.6rem;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.sunrise-project-shell .form-bg .form-control,
.sunrise-project-shell .form-bg .form-controls {
  background: transparent;
}

.sunrise-project-shell .nav-tabs {
  gap: 0.75rem;
}

.sunrise-project-shell .nav-tabs .nav-link {
  border-radius: 999px;
  min-height: 48px;
  padding: 0.85rem 1.2rem;
}

.sunrise-project-shell .bhk-txt {
  padding: 1.5rem;
}

.sunrise-project-shell .bhk-txt .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}

.sunrise-project-shell .bhk-txt ul {
  padding-left: 1.2rem;
  margin-bottom: 1.2rem;
}

.sunrise-project-shell .owl-theme .owl-nav [class*="owl-"] {
  transform: scale(0.82);
}

@media (max-width: 1152px) {
  body.sunrise-page-body {
    scroll-padding-top: 9rem;
  }

  .sunrise-page-body .site-nav-link {
    font-size: 0.82rem;
    letter-spacing: 0.03em;
  }

  .sunrise-page-body .site-nav-cta {
    min-height: 42px;
    padding: 0.7rem 0.9rem;
    font-size: 0.76rem;
    letter-spacing: 0.05em;
  }

  .sunrise-subnav-inner {
    min-height: 62px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sunrise-subnav-brand strong {
    font-size: 0.92rem;
  }

  .sunrise-subnav-link {
    min-height: 38px;
    padding: 0.68rem 0.9rem;
    font-size: 0.78rem;
  }

  .sunrise-hero-panel {
    width: min(520px, calc(100vw - 2rem));
    padding: 1.35rem 1.35rem 1.5rem;
  }

  .sunrise-hero-panel h1 {
    font-size: clamp(1.8rem, 3.05vw, 3.2rem);
  }

  .sunrise-hero-panel p,
  .sunrise-project-shell p,
  .sunrise-project-shell li {
    font-size: 0.95rem;
    line-height: 1.68;
  }

  .sunrise-primary-btn,
  .sunrise-secondary-btn {
    min-height: 44px;
    padding: 0.74rem 1.1rem;
    font-size: 0.8rem;
  }

  .sunrise-project-shell .overview,
  .sunrise-project-shell .prj-hilights,
  .sunrise-project-shell .amenities,
  .sunrise-project-shell .gallery,
  .sunrise-project-shell .location,
  .sunrise-project-shell .configuration,
  .sunrise-project-shell .form-sec {
    padding: 5rem 0;
  }

  .sunrise-project-shell .heading1,
  .sunrise-project-shell .heading1-white,
  .sunrise-project-shell .sec_heading,
  .sunrise-project-shell .overview h2 {
    font-size: clamp(1.7rem, 2.4vw, 2.45rem) !important;
    line-height: 1.16 !important;
  }

  .sunrise-project-shell .serviceBox,
  .sunrise-project-shell .border-box,
  .sunrise-project-shell .bhk-txt,
  .sunrise-project-shell .contact-info,
  .sunrise-project-shell .form-bg {
    padding: 1.25rem;
  }

  .sunrise-project-shell .nav-tabs .nav-link {
    min-height: 44px;
    padding: 0.75rem 1rem;
    font-size: 0.82rem;
  }
}

@media (max-width: 991.98px) {
  body.sunrise-page-body {
    scroll-padding-top: 8.5rem;
  }

  .sunrise-subnav-inner {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }

  .sunrise-subnav-brand {
    min-width: 0;
  }

  .sunrise-hero-copy {
    position: static;
    padding: 1rem 0 2rem;
    background: var(--sunrise-forest-deep);
  }

  .sunrise-hero-panel {
    width: 100%;
    border-radius: 24px;
  }

  .sunrise-project-shell .overview,
  .sunrise-project-shell .prj-hilights,
  .sunrise-project-shell .amenities,
  .sunrise-project-shell .gallery,
  .sunrise-project-shell .location,
  .sunrise-project-shell .configuration,
  .sunrise-project-shell .form-sec {
    padding: 4rem 0;
  }

  .sunrise-project-shell .testimonial-content,
  .sunrise-project-shell .content,
  .sunrise-project-shell .loc-para {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sunrise-project-shell .bhk-txt {
    margin-top: 1.25rem;
  }

  .sunrise-project-shell .nav-tabs {
    justify-content: stretch !important;
  }

  .sunrise-project-shell .nav-tabs .nav-link {
    width: 100%;
  }

  .sunrise-project-shell .amenities-gallery img,
  .sunrise-project-shell .carousel-item img,
  .sunrise-project-shell .bhk-img img {
    height: auto !important;
  }

  .sunrise-project-shell iframe {
    min-height: 320px;
  }
}

@media (max-width: 767.98px) {
  body.sunrise-page-body {
    scroll-padding-top: 8rem;
  }

  .sunrise-subnav {
    top: 0;
  }

  .sunrise-subnav-inner {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .sunrise-subnav-link {
    padding: 0.68rem 0.82rem;
    font-size: 0.78rem;
  }

  .sunrise-hero-copy {
    padding-top: 0.6rem;
  }

  .sunrise-hero-panel {
    padding: 1.2rem 1.05rem 1.2rem;
  }

  .sunrise-hero-panel h1 {
    font-size: 1.8rem;
    line-height: 1.08;
  }

  .sunrise-hero-actions {
    flex-direction: column;
  }

  .sunrise-primary-btn,
  .sunrise-secondary-btn {
    width: 100%;
  }

  .sunrise-project-shell .heading1,
  .sunrise-project-shell .heading1-white,
  .sunrise-project-shell .sec_heading {
    font-size: 1.65rem !important;
    line-height: 1.2 !important;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }

  .sunrise-project-shell .overview h2 {
    font-size: 1.5rem;
    line-height: 1.25;
  }

  .sunrise-project-shell p {
    font-size: 0.96rem;
    line-height: 1.7;
  }

  .sunrise-project-shell .content-btn {
    align-items: flex-start;
    flex-direction: column;
    padding: 1.05rem;
  }

  .sunrise-project-shell .border-box,
  .sunrise-project-shell .serviceBox,
  .sunrise-project-shell .bhk-txt,
  .sunrise-project-shell .contact-info,
  .sunrise-project-shell .form-bg {
    border-radius: 22px;
  }

  .sunrise-project-shell .serviceBox {
    padding: 1.1rem 0.8rem;
  }

  .sunrise-project-shell .serviceBox .title {
    font-size: 0.9rem;
    line-height: 1.35;
  }

  .sunrise-project-shell .amenities .col-md-3,
  .sunrise-project-shell .prj-hilights .col-md-6 {
    width: 100%;
  }

  .sunrise-project-shell .owl-theme .owl-nav [class*="owl-"] {
    transform: scale(0.68);
    margin: 0;
  }

  .sunrise-project-shell .amenities-gallery,
  .sunrise-project-shell .bhk-img img,
  .sunrise-project-shell iframe {
    border-radius: 20px;
  }

  .sunrise-project-shell .nav-tabs {
    gap: 0.55rem;
  }

  .sunrise-project-shell .nav-tabs .nav-link {
    min-height: 44px;
    font-size: 0.88rem;
    padding: 0.72rem 0.95rem;
  }

  .sunrise-project-shell .bhk-txt {
    padding: 1.15rem;
  }

  .sunrise-project-shell .bhk-txt h3 {
    font-size: 1.2rem;
  }

  .sunrise-project-shell .bhk-txt h6 {
    font-size: 0.95rem;
  }

  .sunrise-project-shell .contact-info {
    margin-top: 1.25rem;
    padding: 1.35rem;
  }

  .sunrise-project-shell .form-bg {
    padding: 1.15rem;
  }

  .sunrise-project-shell .form-sec .col-md-5,
  .sunrise-project-shell .form-sec .offset-md-2 {
    width: 100%;
    margin-left: 0;
  }

  .sunrise-project-shell .qr-img img {
    max-width: 150px;
  }

  .sunrise-page-body .mob-enq {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sunrise-page-body .mob-enq-button {
    min-height: 56px;
    font-size: 0.84rem;
    padding: 0.8rem 0.35rem;
  }
}

@media (max-width: 479.98px) {
  .sunrise-subnav-brand strong {
    font-size: 0.9rem;
  }

  .sunrise-subnav-links {
    gap: 0.3rem;
    padding: 0.2rem 0;
  }

  .sunrise-subnav-link {
    font-size: 0.72rem;
    padding: 0.62rem 0.72rem;
  }

  .sunrise-hero-panel h1 {
    font-size: 1.55rem;
  }

  .sunrise-project-shell .heading1,
  .sunrise-project-shell .heading1-white,
  .sunrise-project-shell .sec_heading {
    font-size: 1.4rem !important;
  }

  .sunrise-project-shell .overview,
  .sunrise-project-shell .prj-hilights,
  .sunrise-project-shell .amenities,
  .sunrise-project-shell .gallery,
  .sunrise-project-shell .location,
  .sunrise-project-shell .configuration,
  .sunrise-project-shell .form-sec {
    padding: 3.3rem 0;
  }
}
