:root {
  --head-font: "Plus Jakarta Sans", sans-serif;
  --body-font: "Plus Jakarta Sans", sans-serif;
  --main-color: #95160c;
  --sub-color: #eed489;
  --grey-color: #6a6a6a;
  --text-dark: #252525;
  --smooth: all 0.3s ease-in-out;
}

body {
  background-color: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 800 !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
}
p {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  /* color: #4B4B4B; */
  font-weight: 500 !important;
  font-size: 15px !important;
}

.main-color {
  color: var(--main-color) !important;
}

.sub-color {
  color: var(--sub-color) !important;
}

.color-text-dark {
  color: var(--text-dark);
}

.secondary-bg {
  background-color: var(--sub-color) !important;
}

.section-padding-md {
  padding-top: 75px;
  padding-bottom: 75px;
}

.section-padding-lg {
  padding-top: 110px;
  padding-bottom: 110px;
}

.display-text {
  font-family: var(--head-font);
  font-size: 72px;
  font-weight: 800;
  line-height: 83px;
  letter-spacing: -1.44px;
}

.sub-head {
  font-family: var(--head-font);
  font-size: 20px !important;
  font-style: normal;
  font-weight: 800 !important;
  line-height: 24px /* 120% */ !important;
  letter-spacing: -0.4px !important;
}

.para-sm {
  font-size: 14.4px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 24.48px /* 170% */ !important;
  letter-spacing: 0.5px !important;
}

.auto-container {
  position: static;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}
header .auto-container {
  max-width: 1810px;
  transition: all 0.3s ease;
}

.bg-white {
  background-color: white !important;
}

.home-hero-banner {
  background: url("../images/hero-banner.webp") 50% 50% !important;
  background-size: cover !important;
}
.main-banner .banner-para {
  width: 50%;
}

.banner-content {
  width: 100%;
}

.main-banner {
  padding-block-end: 75px !important;
  padding-block-start: 145px !important;
}

.award-widget {
  width: 620px;
  color: #686868;
}
.award-widget img {
  flex-shrink: 0;
}

.project-section {
  background-image: url(../images/project-bg-img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.project-section-type {
  --main-color: var(--sub-color);
}
.main-project {
  position: relative;
}
.main-project::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 34.77%,
    rgba(0, 0, 0, 1) 100%
  );
  opacity: 0;
  transition: var(--smooth);
}
.main-project:hover:before {
  opacity: 1;
}
.main-project img {
  border-radius: 5px;
}

.main-project .project-desc-box {
  display: none;
}

.main-project:hover .project-desc-box {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 40px 40px 40px;
}
.main-project .project-desc-box .project-name {
  font-size: 32px;
  line-height: normal;
  font-weight: 700;
  color: var(--sub-color);
}
.project-desc {
  border-left: 1px solid #c5c5c5;
  padding-left: 42px;
}

.project-desc-box .project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.project-desc-box .project-tags div {
  width: fit-content;
  padding: 5px 10px;
  color: var(--sub-color);
  border-radius: 50px;
  border: 1px solid;
  font-size: 15px;
  line-height: normal;
}

.home-cta-section {
  background: #fffbef;
}

.home-cta-section .cta-box {
  padding-right: 162px;
  border-right: 1px solid var(--sub-color);
}

.gallery-slider-section .auto-container {
  max-width: 1810px;
  transition: all 0.3s ease;
}

.gallery-slider .gallery-card {
  width: 345px;
  height: 417px;
}
.gallery-slider .gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-control {
  border-radius: 5px !important;
  border: 1px solid #2e6f4040 !important;
  background: #fff !important;
  outline: none;
}
.btn-submit {
  background-color: var(--main-color) !important;
}

.page-banner {
  background-image: url("../images/page-banner.webp") !important;
}

.page-title-section ul {
  border-color: var(--sub-color) !important;
}
.page-title-section ul li:after {
  background-color: var(--sub-color) !important;
}
.page-title-section ul {
  padding-top: 0px !important;
}

body.header-style2 .page-title-section {
  padding: 100px 0 100px 0;
}
.about-years {
  top: 30px;
}

.heritage-heading {
  font-family: var(--head-font) !important;
  font-size: 20px !important;
  text-transform: uppercase;
  line-height: normal !important;
  letter-spacing: 5.28px !important;
  color: var(--main-color) !important;
  position: absolute;
  top: -19px;
  width: fit-content;
  left: 0;
  z-index: 1;
  padding: 6px 15px 6px 0;
  background-color: #fff;
}

.mission-vision-section {
  background-image: url("../images/vellayil-interior.webp") !important;
  background-attachment: fixed;
  padding-top: 0 !important;
  min-height: auto;
  padding-bottom: 110px !important;
}

.mission-vision-section .mission-vision-head {
  font-family: var(--head-font) !important;
  font-size: 38px !important;
  text-transform: uppercase;
  line-height: normal;
  color: var(--sub-color);
  font-weight: 700;
  letter-spacing: 3.28px !important;
}

.m-v-part {
  border-top: 2px solid #ffffff38;
}
.v-part {
  padding-top: 32px;
  padding-right: 32px;
  border-right: 2px solid #ffffff38;
}
.m-part {
  padding-top: 32px;
  padding-left: 32px;
}

.about-tagline {
  font-family: var(--head-font) !important;
  font-size: 24px !important;
  line-height: normal;
  font-weight: 700;
  color: var(--sub-color);
  text-align: center;
}
.card-style05 .process-no {
  transition: var(--smooth);
}
.card-style05:hover .process-no {
  color: #fff;
}
.about-cta-section {
  background-color: #182d09;
}

.page-title-section ul li:last-child {
  opacity: 1 !important;
}

.contacts-title h4 {
  font-size: 14px;
  font-weight: 300 !important;
}

.contact-form-inputs {
  border: 1px solid grey;
}

.text-second-hover:hover {
  color: var(--sub-color) !important;
}

.project-main-info .text-muted {
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

/* footer */
.footer-start {
  padding-top: 75px;
  background-color: #182d09;
}
/* .footer-logo img {
  height: 84px;
  width: auto;
} */

.footer-number {
  font-family: var(--body-font) !important;
  font-size: 28px !important;
  font-style: normal;
  font-weight: 800 !important;
  line-height: 33.6px /* 120% */ !important;
  letter-spacing: -0.56px !important;
}

/* Nearby Destinations Section */
.nearby-destinations {
  /* padding: 60px 0; */
}

.nearby-destinations-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  /* margin-top: 30px; */
}

.destination-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  border-radius: 8px;
  background-color: #fafafa;
  transition: var(--smooth);
  border-left: 4px solid var(--main-color);
}

.destination-item:hover {
  background-color: #f0f0f0;
  transform: translateX(5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.destination-icon {
  min-width: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  border-radius: 8px;
  color: white;
  font-size: 24px;
}

.destination-content h4 {
  margin-bottom: 5px;
  color: var(--text-dark);
  font-size: 16px;
}

.destination-content p {
  margin: 0;
  color: var(--grey-color);
  font-size: 14px;
}

/* Premium Features Section */
.premium-features-section {
  padding: 60px 30px;
  background-color: #f9f9f9;
  margin-top: 60px;
  border-radius: 10px;
}

.premium-features-header {
  text-align: center;
  margin-bottom: 50px;
}

.premium-features-header h3 {
  font-size: 36px !important;
  color: var(--text-dark) !important;
  margin-bottom: 15px !important;
}

.premium-features-header p {
  font-size: 16px !important;
  color: var(--grey-color) !important;
  max-width: 600px;
  margin: 0 auto;
}

.amenities-grid {
  display: flex;
  gap: 25px;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
}

.amenity-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px 25px;
  background-color: white;
  border-radius: 10px;
  transition: var(--smooth);
  border: 2px solid #f0f0f0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  width: 240px;
  min-height: 184px;
}

.amenity-card:hover {
  border-color: var(--main-color);
  box-shadow: 0 8px 20px rgba(149, 22, 12, 0.15);
  transform: translateY(-8px);
}

.amenity-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--main-color), #c91f0f);
  border-radius: 50%;
  color: white;
  font-size: 28px;
  margin-bottom: 15px;
  transition: var(--smooth);
}

.amenity-card:hover .amenity-icon {
  transform: scale(1.1) rotateY(10deg);
  box-shadow: 0 8px 16px rgba(149, 22, 12, 0.3);
}

.amenity-card h4 {
  font-size: 16px !important;
  color: var(--text-dark) !important;
  font-weight: 700 !important;
  margin: 0 !important;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .premium-features-header h3 {
    font-size: 28px !important;
  }

  .amenities-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
  }

  .amenity-card {
    padding: 20px 15px;
  }
}

/* ========================================
   INTRODUCTION SECTION STYLES
   ======================================== */
.introduction-section {
  border-bottom: 1px solid #f0f0f0;
}

.intro-image {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.intro-image img {
  display: block;
  width: 100%;
  height: auto;
  transition: var(--smooth);
  border-radius: 8px;
}

.intro-image:hover img {
  transform: scale(1.05);
}

.intro-content h3 {
  line-height: 1.2 !important;
}

.intro-highlights {
  margin-top: 40px;
}

.highlight-item {
  align-items: flex-start;
}

.highlight-icon {
  font-size: 24px;
  flex-shrink: 0;
}

.highlight-text p {
  color: var(--grey-color);
  font-size: 16px;
  margin-bottom: 0;
}

/* ========================================
   WHY CHOOSE US SECTION STYLES
   ======================================== */
.why-choose-construction-section {
  position: relative;
  overflow: hidden;
  background-image: url("../images/construction-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.why-choose-section h3 {
  line-height: 1.2 !important;
}

.feature-card {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: 3px solid #eed48996;
  box-shadow: inset 5px 5px 20px #0000008a !important;
}

.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--main-color), #c91f0f);
  opacity: 0;
  transition: left 0.4s ease-in-out;
  z-index: -1;
}

.feature-card:hover::before {
  left: 0;
  opacity: 0.05;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(149, 22, 12, 0.2);
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #fff9f3;
  border-radius: 8px;
  transition: var(--smooth);
}

.feature-card:hover .feature-icon {
  background-color: #fff3e6;
  transform: scale(1.1);
}

.feature-card h4 {
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

.partner-logos img {
  height: 112px !important;
}

/* ========================================
   CTA SECTION STYLES
   ======================================== */
.cta-section {
  border-top: 1px solid #f0f0f0;
}

.cta-section h3 {
  line-height: 1.2 !important;
}

.cta-buttons {
  align-items: center;
}

.cta-buttons .btn {
  font-family: var(--head-font);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  white-space: nowrap;
}

.btn-primary {
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
  color: white !important;
}

.btn-primary:hover {
  background-color: #7c110a !important;
  border-color: #7c110a !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(149, 22, 12, 0.3);
}

.btn-outline-primary {
  color: var(--main-color) !important;
  border: 2px solid var(--main-color) !important;
  background-color: transparent !important;
}

.btn-outline-primary:hover {
  background-color: var(--main-color) !important;
  color: white !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(149, 22, 12, 0.2);
}

.project-page-section .project-card-name {
  font-family: var(--head-font);
  font-size: 24px;
  line-height: normal;
  color: #917523;
}
.project-page-section .project-card-location {
  color: #917523;
}

.project-detail-config .project-detail-card {
  padding: 24px;
  border: 1px solid #2e6f4061;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  transition: var(--smooth);
  /* align-items: center; */
}
.project-detail-config .project-detail-card:hover {
  border: 1px solid #2e6f40;
  transform: scale(1.01) translateY(-10px);
  box-shadow: 4px 4px 12px #00000014;
}
.secondary-btn-sm {
  font-size: 14px;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 0px;
  border: 2px solid transparent;
  background-color: #2e6f40;
  color: #fff;
  width: fit-content;
  transition: var(--smooth);
}
.secondary-btn-sm:hover,
.secondary-btn-sm:focus {
  color: #2e6f40;
  background-color: #fff;
  border: 2px solid;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */
@media (max-width: 992px) {
  .intro-content {
    margin-top: 30px;
  }

  .display-text {
    font-size: 48px !important;
    line-height: 58px !important;
  }

  .cta-buttons {
    flex-direction: column !important;
  }

  .cta-buttons .btn {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .section-padding-lg {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .display-text {
    font-size: 36px !important;
    line-height: 44px !important;
  }

  .sub-head {
    font-size: 18px !important;
  }

  .feature-card {
    padding: 30px 20px !important;
  }

  .feature-card h4 {
    font-size: 16px !important;
  }

  .para-sm {
    font-size: 13px !important;
  }

  .intro-highlights {
    margin-top: 25px;
  }

  .highlight-item {
    margin-bottom: 15px !important;
  }

  .cta-section p {
    font-size: 16px !important;
  }

  .cta-buttons {
    gap: 15px !important;
  }

  .cta-buttons .btn {
    padding: 12px 30px !important;
    font-size: 14px !important;
  }
  .faq-head {
    font-size: 24px !important;
    letter-spacing: 0px !important;
    margin-bottom: 19px !important;
  }

  .faq-section .head-l {
    font-size: 18px !important;
    font-weight: 600 !important;
  }
}

/* FAQ Custom Styles */
.faq-section {
  background-color: #f8f9fa;
}

.faq-section .head-l {
  font-family: var(--head-font);
  font-size: 22px !important;
  line-height: normal !important;
  font-weight: 600 !important;
}

.custom-accordion .accordion-item {
  border: none;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
}

.custom-accordion .accordion-item:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.custom-accordion .accordion-button {
  font-size: 18px;
  font-weight: 700;
  color: #2c3e50 !important;
  background-color: #fff !important;
  padding: 20px 25px;
  box-shadow: none;
  border: none;
}

.custom-accordion .accordion-button:not(.collapsed) {
  color: #c49a45 !important;
  background-color: #fff !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.custom-accordion .accordion-button:focus {
  box-shadow: none;
  outline: none;
}

.custom-accordion .accordion-button::after {
  background-size: 1rem;
  transition: all 0.3s ease;
}

.custom-accordion .accordion-body {
  font-size: 16px;
  color: #3e4347;
  line-height: 1.8;
  padding: 25px;
  letter-spacing: 0px;
  background-color: #fff;
}
.faq-head {
  font-size: 50px;
  font-weight: 700 !important;
  line-height: normal;
  letter-spacing: -2px;
  margin-top: 22px;
  margin-bottom: 62px;
}

/* ========================================
   GOLDEN HAVEN - PAGE SPECIFIC STYLES
   ======================================== */

.haven-banner {
  background-image: url("../images/haven-banner-background.webp");
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
  width: 100%;
  height: calc(100vh - 78px);
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 92px;
}

.haven-banner::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40%;
  z-index: 3;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.haven-building {
  position: absolute;
  right: 0;
}

.haven-cta-sec {
  color: #fff;
  background-color: transparent;
  border: 2px solid #2e6f40;
  padding: 12px 24px;
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 600;
  transition: var(--smooth);
}
.haven-cta-sec:hover {
  background-color: #2e6f40 !important;
  color: #fff !important;
}
.haven-banner .tag-txt {
  font-family: var(--body-font);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 10.5px;
  text-transform: uppercase;
  color: #fff;
}

.haven-banner .haven-display {
  font-family: var(--head-font);
  font-size: 149px;
  font-style: normal;
  font-weight: 800;
  line-height: 152px;
  letter-spacing: -3.84px;
  text-transform: uppercase;
  color: #fff3d7;
  margin-top: 32px;
}

.sub-exp-number {
  font-size: 56px !important;
  /* margin-left: 14px !important; */
  font-weight: 500;
  letter-spacing: normal;
}

/* Hero Banner Enhancement */
.text-shadow {
  text-shadow: 2px 4px 12px rgba(0, 0, 0, 0.4);
}

/* Sub-title golden accent bar */
.sub-title {
  position: relative;
}

/* Odometer / Counter section for BHK */
.exp-number {
  position: relative;
}

/* Portfolio location tags - distance badges */
.portfolio-tag li a {
  transition: var(--smooth);
}

/* CTA cards hover enhancement */
.card-style01 {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-style01:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(149, 22, 12, 0.15);
}

.card-style01 .card-body h3 a {
  transition: color 0.3s ease;
}

.card-style01:hover .card-body h3 a {
  color: var(--main-color) !important;
}

.haven-types {
  /* background-image: url('../images/haven-types-bg.webp'); */
  background:
    linear-gradient(
      0deg,
      rgba(14, 76, 31, 0.77) 0%,
      rgba(14, 76, 31, 0.77) 100%
    ),
    url("../images/haven-types-bg.webp") lightgray 50% / cover no-repeat;
  background-attachment: fixed;
  background-position: top;
  position: relative;
}

.haven-type-card {
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: var(--smooth);
  position: relative;
}
.haven-type-card::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(46, 111, 64, 0.69) 0%,
    rgba(5, 87, 27, 0.69) 100%
  );
  backdrop-filter: blur(3.700000047683716px);
  opacity: 0.1;
  transition: var(--sub-color);
}

.haven-type-card:hover {
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  transform: translateY(-10px);
}
.haven-type-card:hover::before {
  opacity: 1;
}

.why-haven-img {
  background-image: url("../images/why-haven.webp") !important;
  overflow: hidden !important;
}

/* Why Choose box hover */
.why-choose-box {
  transition: var(--smooth);
}

.why-choose-box:hover {
  background-color: rgba(149, 22, 12, 0.03);
  /* padding-left: 15px; */
  transform: translateX(10px);
}

/* Golden Haven section accent */
.haven-accent {
  border-left: 4px solid var(--sub-color);
  padding-left: 20px;
}

.why-choose-us-style01 .why-choose-box .icon-circle {
  background-color: var(--sub-color) !important;
}

/* Enhanced service card for apartment types */
.card-style02 .card-content h3 a {
  transition: color 0.3s ease;
}

.card-style02 .card-content h3 a:hover {
  color: var(--sub-color) !important;
}

/* Location portfolio item distance highlight */
.portfolio-tag li a {
  font-weight: 700 !important;
  letter-spacing: 0.5px;
}

/* CTA Section - Blog repurposed cards */
.card-style01 .post-date {
  transition: var(--smooth);
}

.card-style01:hover .post-date {
  background-color: var(--main-color);
}

.card-style01:hover .post-date span {
  color: #fff !important;
}

/* Smooth scroll animation for Golden Haven marquee */
.scroll-style02 .scroll-item {
  white-space: nowrap;
}

/* Client/Partner logo section subtle animation */
.client-box {
  transition: var(--smooth);
}

.client-box:hover {
  transform: scale(1.08);
}

/* Golden Haven responsive tweaks */
@media (max-width: 768px) {
  .why-choose-box:hover {
    padding-left: 0;
  }

  .card-style01:hover {
    transform: translateY(-4px);
  }
}

@media (max-width: 576px) {
  .banner-title1 .display-28 {
    font-size: 14px !important;
  }
}
