.section-space {
  padding: 50px 0;
}
body {
  background: url(../images/home-partners012.png);
  /* display: inline-block; */
  width: 100%;
}
.section-heading span {
  color: #fe9a27;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.cream-bg {
  background: #f8f1e5;
}

.dark-bg {
  background: #35271e;
}

.gold-text {
  color: #b38338;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #b38338;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  margin-bottom: 15px;
}

.eyebrow::before {
  content: "";
  width: 30px;
  height: 1px;
  background: #b38338;
}

.section-heading {
  max-width: 780px;
  text-align: center;
}

.section-heading p {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.85;
}

/* =====================================================
       HERO
    ===================================================== */

.vastu-hero::after {
  content: "";

  border: 1px solid rgba(179, 131, 56, 0.22);
  border-radius: 50%;
}

.hero-content h1 {
  font-size: 32px;
  line-height: 1.08;
  margin-bottom: 25px;
  letter-spacing: -1px;
  padding-top: 50px;
  color: #fff;
}

span {
  color: #fe9a27;
}
p {
  color: #ddddddf7;
}
.intro-card h2 {
  color: #fff;
}
.hero-content > p {
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 35px;
  text-align: justify;
}

.hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-gold {
  display: inline-block;
  padding: 14px 28px;
  background: #0b012e;
  border: 1px solid #0b012e;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s ease;
}

.btn-gold:hover {
  background: #8f682e;
  border-color: #8f682e;
  color: #fff;
}
.cta-outline:hover {
  background: #8f682e;
  border-color: #8f682e;
  color: #fff;
}

.hero-badge {
  margin-top: 45px;
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
}

.hero-badge-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #594c42;
  font-size: 14px;
  font-weight: 600;
}

.hero-badge-item span {
  color: #b38338;
  font-size: 18px;
}

/* =====================================================
       WHAT IS VASTU
    ===================================================== */

.intro-card {
  background: #0b012ffc;
  border: 1px solid #e8ddcc;
  padding: 48px;
  position: relative;
}

.intro-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 35px;
  width: 4px;
  height: 100px;
  background: #b38338;
}

.intro-card h3 {
  font-size: 29px;
  margin-bottom: 20px;
}

.intro-card p {
  font-size: 16px;
  line-height: 1.9;
  text-align: justify;
}

.info-highlight {
  background: #0b012ffc;
  padding: 30px;
  margin-top: 25px;
  border: 1px solid #eadfcd;
}

.info-highlight p {
  margin: 0;
  font-size: 15px;
}

/* =====================================================
       SERVICES
    ===================================================== */

.service-card {
  height: 100%;
  padding: 38px 32px;
  background: #0b012ffc;
  border: 1px solid #fff;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.service-card::after {
  content: "";
  position: absolute;
  right: -45px;
  top: -45px;
  width: 110px;
  height: 110px;
  border: 1px solid rgba(179, 131, 56, 0.18);
  border-radius: 50%;
}

.service-card:hover {
  transform: translateY(-7px);
  border-color: #c9a66d;
  box-shadow: 0 18px 45px rgba(72, 52, 30, 0.08);
  background-color: #8f682e;
}

.service-number {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  color: #c7a46b;
  line-height: 1;
  margin-bottom: 25px;
}

.service-card h3 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #fff;
}

.service-card p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
  color: #ddddddcc;
  text-align: justify;
}

/* =====================================================
       DETAILED CONSULTATION
    ===================================================== */

.detail-section {
  position: relative;
}

.detail-title {
  position: sticky;
  top: 100px;
}

.detail-title h2 {
  margin-bottom: 20px;
}

.detail-title p {
  line-height: 1.8;
  text-align: justify;
}

.detail-list {
  border-top: 1px solid #ded3c2;
}

.detail-list-item {
  padding: 23px 0;
  border-bottom: 1px solid #ded3c2;
  display: flex;
  gap: 20px;
}

.detail-check {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f8f1e5;
  color: #b38338;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.detail-list-item strong {
  display: block;
  color: #fff;
  margin-bottom: 4px;
}

.detail-list-item p {
  margin: 0;
  font-size: 14px;
}

/* =====================================================
       PROCESS
    ===================================================== */

.process {
  max-width: 900px;
  margin: auto;
  position: relative;
}

.process::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 30px;
  bottom: 30px;
  width: 1px;
  background: #d4bd98;
}

.process-item {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  position: relative;
}

.process-item:last-child {
  margin-bottom: 0;
}

.process-no {
  flex: 0 0 60px;
  height: 60px;
  border-radius: 50%;
  background: #0b012e;
  color: #d8b879;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
  z-index: 2;
  border: 5px solid #f8f1e5;
  box-shadow: 0 0 0 1px #d4bd98;
}

.process-box {
  background: #0b012e;
  border: 1px solid #e5d9c7;
  padding: 28px 30px;
  flex: 1;
  transition: 0.3s ease;
}

.process-box:hover {
  transform: translateX(5px);
  box-shadow: 0 12px 35px rgba(70, 50, 30, 0.07);
}

.process-box h3 {
  font-size: 22px;
  margin-bottom: 9px;
  color: #fff;
}

.process-box p {
  margin: 0;
  line-height: 1.75;
  font-size: 15px;
}

.process-note {
  max-width: 900px;
  margin: 45px auto 0;
  padding: 24px 28px;
  border-left: 4px solid #b38338;
  background: #0b012e;
}

.process-note p {
  margin: 0;
  font-size: 14px;
}

/* =====================================================
       REMEDIES
    ===================================================== */

.remedy-section h2,
.remedy-section .section-heading p {
  color: #fff;
}

.remedy-section .eyebrow {
  color: #d8b879;
}

.remedy-card {
  height: 100%;
  padding: 35px;
  border: 1px solid rgba(216, 184, 121, 0.25);
  background: rgba(255, 255, 255, 0.045);
}
.remedy-card:hover {
  background-color: #8f682e;
}
.remedy-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b38338;
  color: #d8b879;
  margin-bottom: 22px;
  font-weight: 700;
}

.remedy-card h3 {
  color: #fff;
  font-size: 23px;
  margin-bottom: 12px;
}

.remedy-card p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
  text-align: justify;
}

.remedy-warning {
  margin-top: 45px;
  padding: 28px 30px;
  border: 1px solid rgba(216, 184, 121, 0.35);
  background: rgba(179, 131, 56, 0.08);
}

.remedy-warning strong {
  color: #d8b879;
}

.remedy-warning p {
  color: rgba(255, 255, 255, 0.68);
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.8;
}

/* =====================================================
       NEW PROPERTIES
    ===================================================== */

.stage-card {
  height: 100%;
  background: #0b012e;
  padding: 34px;
  border: 1px solid #e7ddce;
  position: relative;
  transition: 0.3s ease;
}

.stage-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(65, 45, 25, 0.07);
}

.stage-number {
  font-size: 25px;
  font-family: "Playfair Display", serif;
  color: #c8a66d;
  margin-bottom: 18px;
}

.stage-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
}

.stage-card p {
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}

.early-message {
  max-width: 850px;
  margin: 45px auto 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
}

.early-message strong {
  color: #b38338;
}

/* =====================================================
       WHY CHOOSE
    ===================================================== */

.why-card {
  height: 100%;
  padding: 35px;
  background: #0b012e;
  border: 1px solid #e7dccb;
  transition: 0.3s ease;
}

.why-card:hover {
  background: #8f682e;
  box-shadow: 0 15px 35px rgba(65, 45, 25, 0.07);
}
.why-card:hover h3 {
  color: #fff;
}
.why-card:hover .why-number {
  color: white;
}
.why-number {
  color: #b38338;
  font-size: 25px;
  margin-bottom: 15px;
}

.why-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.why-card p {
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
  text-align: justify;
}

/* =====================================================
       WHO NEEDS CONSULTATION
    ===================================================== */

.audience-box {
  background: #0b012e;
  border: 1px solid #e7dccb;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  gap: 18px;
  height: 100%;
  transition: 0.3s ease;
}

.audience-box:hover {
  border-color: #b38338;
  transform: translateX(5px);
}

.audience-check {
  flex: 0 0 32px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #f8f1e5;
  color: #b38338;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.audience-box p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

/* =====================================================
       BENEFITS
    ===================================================== */

.benefit-card {
  height: 100%;
  padding: 35px;
  border: 1px solid #e5dac9;
  background: #0b012e;
  position: relative;
  transition: 0.3s ease;
}

.benefit-card:hover {
  box-shadow: 0 15px 40px rgba(65, 45, 25, 0.07);
  transform: translateY(-5px);
}

.benefit-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 0;
  background: #b38338;
  transition: 0.3s ease;
}

.benefit-card:hover::before {
  height: 100%;
}

.benefit-no {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #b38338;
  margin-bottom: 15px;
}

.benefit-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
}

.benefit-note {
  max-width: 850px;
  margin: 45px auto 0;
  text-align: center;
  color: #a3a1a1;
  font-size: 14px;
}

/* =====================================================
       CTA
    ===================================================== */

.cta-section {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
}

.cta-section::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  right: -170px;
  top: -170px;
  border: 1px solid rgba(216, 184, 121, 0.22);
  border-radius: 50%;
}

.cta-section::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  left: -130px;
  bottom: -150px;
  border: 1px solid rgba(216, 184, 121, 0.14);
  border-radius: 50%;
}

.cta-content {
  max-width: 850px;
  margin: auto;
  position: relative;
  z-index: 2;
  text-align: center;
}

.cta-content .eyebrow {
  color: #d8b879;
}

.cta-content h2 {
  color: #fff;
  margin-bottom: 20px;
}

.cta-content p {
  margin: 0 auto 35px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.85;
}

.cta-buttons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.cta-outline {
  padding: 13px 25px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s ease;
}

.cta-outline:hover {
  background: #8f682e;
  color: #fff;
}
.grid_system .benefit-card {
  display: inline-block;
  margin: 0 5px;
}
.detail-list_residential {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.grid_system {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.grid_system1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.grid_system2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.cta-buttons.cta-buttons1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.benefit-card {
  display: inline-block;
}
.process-note.process-note1 {
  max-width: 100%;
}
.section-heading.head h2 {
  font-size: 20px;
}

/* =====================================================
       RESPONSIVE
    ===================================================== */

@media (max-width: 991px) {
  .section-space {
    padding: 10px 0;
  }

  .detail-title {
    position: static;
    margin-bottom: 40px;
  }

  .vastu-hero {
    padding: 90px 0 80px;
  }
}

@media (max-width: 767px) {
  .vastu-hero {
    padding: 75px 0 65px;
  }

  .hero-content h1 {
    font-size: 28px;
  }

  .hero-badge {
    gap: 18px;
  }

  .intro-card {
    padding: 32px 25px;
  }

  .process::before {
    left: 25px;
  }

  .process-item {
    gap: 18px;
  }

  .process-no {
    flex: 0 0 50px;
    height: 50px;
  }

  .process-box {
    padding: 23px;
  }

  .service-card,
  .why-card,
  .benefit-card,
  .stage-card {
    padding: 28px 24px;
  }

  .cta-section {
    padding: 75px 20px;
  }
  .detail-list_residential {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid_system {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid_system1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid_system2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .cta-buttons.cta-buttons1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
