@font-face {
  font-family: "Gilroy-Light";
  src: url("../includes/rev-slider/assets/Fonts/Gilroy-Light.otf")
    format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy-Bold";
  src: url("../includes/rev-slider/assets/Fonts/Gilroy-Bold.ttf")
    format("truetype");
  font-weight: 700;
  font-style: normal;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
button,
a,
li,
h1,
p,
span {
  font-family: "Gilroy-Light", sans-serif;
  letter-spacing: 0.3px;
}

html,
body {
  height: 100%;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #fff;
  background: #ebeeed;
  /* background: radial-gradient(
      1500px 500px at 10% 30%,
      var(--bg-left),
      transparent 60%
    ),
    radial-gradient(1500px 500px at 90% 70%, var(--bg-right), transparent 60%),
    #fafafa; */
}
/* background: linear-gradient(135deg, #b18c00, #d4af37); */

:root {
  --bg-sec-button: #ffb046;
  --bg-primary-btn: #04a3da;
  --subtext:#04a3da;
  --bg-left: #f4f7ff;
  --bg-right: #fdeeee;
  --card: #ffffff;
  --muted: #6b7280;
  --text: #0f172a;
  --dot: #c8d0de;
  --dot-active: #4ade80;
  --ring: #eef1f7;
  --shadow: 0 10px 30px rgba(20, 24, 66, 0.1);
  --radius: 18px;
}
.hero {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-image: url("includes/rev-slider/assets/zen-home-bg.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
}
.hero-about-us {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-image: url("includes/rev-slider/assets/zen-about-bg.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
}
.hero-handover {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-image: url("includes/rev-slider/assets/key-handover.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
}
.hero-salesService {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    url("includes/rev-slider/assets/sales-marketing.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
}

.hero-services {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    url("includes/rev-slider/assets/services-img.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
}
.hero-landshare {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-image: url("includes/rev-slider/assets/landshare-bg.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
}
.hero-commercial {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-image: url("includes/rev-slider/assets/commercial-bg.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
}

.hero-development {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    url("includes/rev-slider/assets/project-management.jpeg");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
}
.hero-grouphousing {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    url("includes/rev-slider/assets/grouphousing-bg.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
}
.hero-grouphousing-villa {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    url("includes/rev-slider/assets/group-housing-villa.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
}

.hero-asset-management {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-image: url("includes/rev-slider/assets/asset-management.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
}
.hero-residential {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    url("includes/rev-slider/assets/zen-cources-bg.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(8, 8, 8, 0.48), rgba(8, 8, 8, 0.48));
  z-index: 1;
  pointer-events: none;
}

.topbar {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 30px;
  gap: 20px;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-img {
  max-height: 100px; /* adjust as needed */
  width: auto;
  object-fit: contain;
}

.logo-img-sticky {
  max-height: 80px; /* adjust as needed */
  width: auto;
  object-fit: contain;
}

.logo .mark {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  padding: 6px;
  border: 2px solid rgba(255, 255, 255, 0.06);
}

.logo h1 {
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.logo p {
  margin-top: -2px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
}
/* Main Navigation Container */
.navwrap {
  flex: 1;
  display: flex;
  justify-content: center;
}

/* Navigation Styling */
nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  background: rgb(255 255 255 / 75%);
padding: 16px 32px;  border-radius: 32px;
  backdrop-filter: blur(8px);
  font-family: "Gilroy-Light", sans-serif;
}
.sticky-nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  background: rgb(255 255 255 / 75%);
  padding: 10px 18px;
  border-radius: 32px;
  backdrop-filter: blur(8px);
  font-family: "Gilroy-Light", sans-serif;
}
/* Navigation Links and Buttons */
nav a,
.nav-item-btn {
  color: #000000;
  text-decoration: none;
  font-size: 13px;
  padding: 8px 10px;
  position: relative;
  cursor: pointer;
  background: transparent;
  border: none;
  font-family: inherit;
  transition: all 0.3s ease;
}

/* Hover State - Yellow Color */
nav a:hover,
.nav-item-btn:hover {
  color: var(--bg-primary-btn);
}

.nav-item.active .nav-item-btn,
.xitem.active .nav-item-btn {
  color: var(--bg-primary-btn);
  font-weight: bold;
}

/* .nav-item.active .nav-item-btn::after,
.xitem.active .nav-item-btn::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f59e0b;
} */
.sticky-nav .nav-item.active .nav-item-btn {
  color: var(--bg-primary-btn);
}
nav a.active,
.nav-item-btn.active {
  color: var(--bg-primary-btn);
  font-weight: 600;
}

/* Dropdown Container */
.nav-item {
  position: relative;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px 0;
  min-width: 210px;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: all 0.25s ease;
}

.nav-item.open .dropdown {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdown li {
  font-size: 12px;
  font-weight: 500;
  color: #222;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 4px 10px;
  border-radius: 50px;
}

.dropdown li:hover {
  background: linear-gradient(145deg, #0b3b2f, #115f46);
  color: #f5b942;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
}

.dropdown li a {
  color: inherit;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 500;
  transition: color 0.25s ease;
}

.actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.search {
  padding: 8px 12px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  cursor: pointer;
}

.btn {
  border: none;
  padding: 9px 14px;
  border-radius: 22px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn.outline {
  background: rgba(255, 255, 255, 0.12);
  color: #000000;
}

.btn.primary {
  background: var(--bg-sec-button);
  color: #222;
  box-shadow: 0 6px 14px rgba(246, 163, 43, 0.24);
}

.btn:hover {
  transform: translateY(-1px);
}

.hero-content {
  position: relative;
  z-index: 4;
  margin: auto;
  text-align: center;
  padding: 0 20px;
  max-width: 1100px;
  transform: translateY(10vh);
}

.eyebrow {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  margin-bottom: 18px;
  opacity: 0.9;
}

.title {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -1px;
  color: #fff;
  text-transform: none;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
  font-family: "Gilroy-Bold", sans-serif;
  opacity: 0;
  animation: fadeInUp 1s ease-out 0.2s forwards;
}

.subtitle {
  max-width: 920px;
  margin: 0 auto;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  line-height: 1.45;
  /* text-shadow: 0 3px 8px rgba(0, 0, 0, 0.45); */
  font-family: "Gilroy-Light", sans-serif;
  animation: fadeInUp 1s ease-out 0.5s forwards;
}

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

.spacer {
  height: 90px;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.hero-btn {
  padding: 12px 24px;
  min-width: 160px; /* Prevents buttons from getting too small */
}

/* Mobile styles */
@media (max-width: 480px) {
  .hero-buttons {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .hero-btn {
    width: 100%;
    max-width: 280px; /* Limits button width on mobile */
  }
}
.hero-btn {
  background: rgb(255 255 255 / 75%);
  border: none;
  color: #191414;
  padding: 12px 34px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  backdrop-filter: blur(8px);
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Gilroy-Light", sans-serif;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
}

.hero-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.25);
}

.hero-btn:nth-child(1) {
  animation-delay: 0.2s;
}

.hero-btn:nth-child(2) {
  animation-delay: 0.4s;
}

.burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 100;
}

.burger-menu span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.burger-menu.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.burger-menu.active span:nth-child(2) {
  opacity: 0;
}

.burger-menu.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 300px;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  padding: 100px 30px 30px;
  transition: right 0.4s ease;
  z-index: 90;
  overflow-y: auto;
  font-family: "Gilroy-Light", sans-serif;
}

.mobile-nav.active {
  right: 0;
}

.mobile-nav ul {
  list-style: none;
}

.mobile-nav li {
  margin-bottom: 15px;
}

.mobile-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: color 0.3s ease;
}

.mobile-nav .mobile-dropdown {
  margin-top: 10px;
  padding-left: 20px;
  display: none;
}

.mobile-nav .mobile-dropdown.active {
  display: block;
}

.mobile-nav .mobile-dropdown li {
  margin-bottom: 10px;
}

.mobile-nav .mobile-dropdown a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: none;
}

.mobile-nav .dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: none;
  border: none;
  padding-right: 25px;
  width: 100%;
  text-align: left;
  font-family: inherit;
  transition: color 0.3s ease;
}

.mobile-nav .dropdown-toggle.active {
  color: var(--bg-primary-btn);
}

.mobile-nav .dropdown-toggle::after {
  content: "+";
  font-size: 20px;
  transition: transform 0.3s ease;
}

.mobile-nav .dropdown-toggle.active::after {
  transform: rotate(45deg);
  color: var(--bg-primary-btn);
}

.mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 80;
  display: none;
}

.mobile-overlay.active {
  display: block;
}

.mobile-nav .btn.full-width {
  width: 100%;
  text-align: center;
  margin: 5px 0;
  padding: 12px 0;
  font-size: 16px;
}
.mobile-nav .dropdown-toggle:only-child::after {
  display: none;
}
@media (max-width: 980px) {
  .topbar {
    padding: 18px 22px;
  }

  .navwrap {
    display: none;
  }

  .burger-menu {
    display: flex;
  }

  .title {
    font-size: 44px;
  }

  .subtitle {
    font-size: 14px;
    padding: 0 12px;
  }

  .hero-content {
    transform: translateY(6vh);
  }
  .hero-about-us {
    transform: translateY(6vh);
  }
}

@media (max-width: 600px) {
  .topbar {
    padding: 15px;
  }

  .title {
    font-size: 30px;
  }

  .actions {
    display: none;
  }
}

@media (min-width: 981px) and (max-width: 1027px) {
  nav a,
  .nav-item-btn {
    font-size: 12px;
  }
}

.nav-item.open .dropdown {
  display: block;
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none; /* hidden initially */
  justify-content: space-between;
  align-items: center;
  padding: 10px 50px;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 2000;
}
.sticky-header.show {
  display: flex;
  animation: fadeDown 0.3s ease forwards;
}
.sticky-header a {
  color: #222;
  text-decoration: none;
  margin: 0 15px;
  font-weight: 500;
  transition: color 0.3s;
}

.sticky-header a:hover {
  color: var(--bg-primary-btn);
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.stats-section {
  position: relative;
  margin-top: -50px; /* More overlap */
  padding-bottom: 30px;
  z-index: 10;
}

.stats-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}

.stat-card {
  background: white;
  border-radius: 16px;
  padding: 40px 24px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  border: 1px solid rgba(233, 169, 63, 0.1);
  position: relative;
  overflow: hidden;
}

/* Gradient backgrounds for each card */
.stat-card:nth-child(1) {
  background: linear-gradient(135deg, #ffffff 0%, #f5f7ff 100%);
}

.stat-card:nth-child(2) {
  background: linear-gradient(135deg, #ffffff 0%, #fff9f5 100%);
}

.stat-card:nth-child(3) {
  background: linear-gradient(135deg, #ffffff 0%, #f5fff9 100%);
}

.stat-card:nth-child(4) {
  background: linear-gradient(135deg, #ffffff 0%, #f9f5ff 100%);
}

/* Subtle gradient overlay */

.stat-card:nth-child(1)::before {
  background: linear-gradient(90deg, #4a6fa5, #6d9dc5);
}

.stat-card:nth-child(2)::before {
  background: linear-gradient(90deg, #e9a93f, #f4c271);
}

.stat-card:nth-child(3)::before {
  background: linear-gradient(90deg, #4caf50, #8bc34a);
}

.stat-card:nth-child(4)::before {
  background: linear-gradient(90deg, #9c27b0, #e91e63);
}

.stat-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}

.stat-number {
  font-size: 18px;
  font-weight: 800;
  color: var(--subtext);
  margin-bottom: 16px;
  font-family: "Gilroy-Bold", sans-serif;
}

.stat-label {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  font-family: "Gilroy-Light", sans-serif;
  font-weight: 500;
}

/* Responsive adjustments for more overlap version */
@media (max-width: 1024px) {
  .stats-section {
    margin-top: -120px;
  }

  .stats-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .stats-section {
    margin-top: -80px;
    padding-bottom: 50px;
  }

  .stats-cards {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 20px;
  }

  .stat-card {
    padding: 32px 20px;
  }

  .stat-number {
    font-size: 36px;
  }
}

.welcome-section {
  /* background: linear-gradient(
    135deg,
    #f8f9ff 0%,
    #fff0f5 35%,
    #f0fff8 65%,
    #fff8f0 85%,
    #f5f0ff 100%
  ); */
  background: white;
  padding: 30px 20px;
  margin-bottom: 30px !important;
  border-radius: 20px;
  max-width: 1300px;
  margin: 0 auto;
  overflow: hidden;
}

/* --- Tablet and Desktop Styles --- */
@media (min-width: 768px) {
  .welcome-section {
    /* padding: 60px 40px; */
    border-radius: 24px;
  }
}

@media (min-width: 1024px) {
  /* .welcome-section {
    padding: 60px 80px;
  } */
}

/* --- Top Row Layout --- */
.top-row {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .top-row {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 40px;
  }
}

.welcome-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.welcome-text h1 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--subtext);
  margin-bottom: 15px;
}

.welcome-text p {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
  max-width: 100%;
}

@media (min-width: 768px) {
  .welcome-text h1 {
    font-size: 2.3rem;
  }

  .welcome-text p {
    font-size: 1.05rem;
    max-width: 600px;
  }
}

@media (min-width: 1024px) {
  .welcome-text h1 {
    font-size: 2.6rem;
  }
}

.card-large {
  height: 250px;
  width: 100%;
}

@media (min-width: 768px) {
  .card-large {
    flex: 1;
    height: 280px;
  }

  .welcome-text {
    flex: 1;
  }
}

/* --- Bottom Row --- */
.bottom-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 480px) {
  .bottom-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (min-width: 768px) {
  .bottom-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media (min-width: 1024px) {
  .bottom-row {
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }
}

/* --- Card Styles --- */
.card {
  position: relative;
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (min-width: 768px) {
  .card {
    height: 220px;
    border-radius: 16px;
  }
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.card-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.25));
  color: white;
  padding: 16px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  border-radius: 14px;
  text-align: center;
}

.card-overlay h3,
.card-overlay p,
.card-overlay button {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.card-overlay button {
  display: block;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .card-overlay {
    padding: 20px;
    border-radius: 16px;
  }
}

.card-overlay h3 {
  font-size: 1rem;
  margin-bottom: 5px;
}

.card-overlay p {
  font-size: 0.85rem;
  margin-bottom: 10px;
  opacity: 0.9;
}

@media (min-width: 768px) {
  .card-overlay h3 {
    font-size: 1.1rem;
  }

  .card-overlay p {
    font-size: 0.9rem;
  }
}

.card-overlay button {
  align-self: flex-start;
  background: var(--bg-primary-btn);
  border: none;
  color: white;
  padding: 6px 14px;
  font-size: 0.8rem;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

@media (min-width: 768px) {
  .card-overlay button {
    font-size: 0.85rem;
  }
}

/* --- Animations --- */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Fade In */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Fade In Up */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Animation classes */
.fade-in {
  opacity: 0; /* Start hidden */
  animation: fadeIn 1s forwards; /* Animate in 1 second */
}

.fade-in-up {
  opacity: 0;
  animation: fadeInUp 1s forwards;
}

.animate-fade-in {
  animation: fadeIn 1s ease forwards;
}

.animate-fade-in-up {
  animation: fadeInUp 1s ease forwards;
}

.animate-slide-in-right {
  animation: slideInRight 1s ease forwards;
}

.hidden {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.featured-properties {
  background: white;
  /* background: linear-gradient(135deg, #faf8f7, #edf6f8); */
  padding: 40px 20px;
  border-radius: 16px;
  text-align: center;
  max-width: 1300px;
  margin: 20px auto;
  box-sizing: border-box;

  h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
  }

  .subtitle {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 30px;
    line-height: 1.5;
  }

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

  .property-card {
    flex: 1 1 100%;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 100%;
    box-sizing: border-box;

    &:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    img {
      width: 100%;
      height: auto;
      border-radius: 12px;
      margin-bottom: 18px;
    }

    .property-info {
      h3 {
        font-size: 1.1rem;
        color: var(--subtext);
        font-weight: 600;
        line-height: 1.4;
        margin-bottom: 10px;

        span {
          display: block;
          font-weight: 500;
          color: #333;
          font-size: 0.9rem;
          margin-top: 5px;
        }
      }

      p {
        font-size: 0.9rem;
        color: #555;
        margin-bottom: 18px;
        line-height: 1.6;
      }

      .view-btn {
        background: var(--bg-primary-btn);
        border: none;
        border-radius: 8px;
        color: #333;
        font-weight: 500;
        padding: 10px 20px;
        cursor: pointer;
        transition: background 0.3s ease;
        width: 100%;
        max-width: 200px;
        font-size: 0.95rem;

        &.green {
          background: var(--bg-primary-btn);
        }
      }
    }
  }
}

/* Subtle fade-in animation */
.property-card {
  opacity: 0;
  animation: fadeInUp 1s ease forwards;
}

.property-card:nth-child(1) {
  animation-delay: 0.2s;
}
.property-card:nth-child(2) {
  animation-delay: 0.4s;
}

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

/* Tablet Styles */
@media (min-width: 768px) {
  .featured-properties {
    width: 95%;
    /* padding: 50px 40px; */

    h2 {
      font-size: 2rem;
    }

    .subtitle {
      font-size: 1rem;
      margin-bottom: 40px;
    }

    .property-card {
      flex: 1 1 calc(50% - 25px);
      padding: 25px;

      .property-info {
        .view-btn {
          width: auto;
          padding: 8px 18px;
        }
      }
    }
  }
}

/* Desktop Styles */
@media (min-width: 1024px) {
  .featured-properties {
    /* padding: 60px 80px; */
    border-radius: 20px;

    .property-card {
      flex: 1 1 30%;
      border-radius: 16px;
      max-width: 600px;

      img {
        border-radius: 14px;
        margin-bottom: 20px;
      }

      .property-info {
        p {
          margin-bottom: 20px;
        }
      }
    }
  }
}

/* Large Desktop Styles */
@media (min-width: 1440px) {
  .featured-properties {
    margin: 40px auto;

    .property-grid {
      gap: 30px;
    }
  }
}

/* Small Mobile Adjustments */
@media (max-width: 480px) {
  .hero-footer-villa img {
    width: 100% !important;
  }
  .promise-card {
    width: 95% !important;
  }
  .logo-img {
    max-height: 60px;
    width: auto;
    object-fit: contain;
  }
  .featured-properties {
    /* padding: 30px 15px; */
    margin: 10px auto;
    border-radius: 12px;

    h2 {
      font-size: 1.5rem;
    }

    .subtitle {
      font-size: 0.9rem;
      margin-bottom: 25px;
    }

    .property-card {
      padding: 15px;
      border-radius: 12px;

      img {
        border-radius: 10px;
        margin-bottom: 15px;
      }

      .property-info {
        h3 {
          font-size: 1rem;

          span {
            font-size: 0.85rem;
          }
        }

        p {
          font-size: 0.85rem;
          margin-bottom: 15px;
        }

        .view-btn {
          padding: 10px 16px;
          font-size: 0.9rem;
        }
      }
    }
  }
}

/* Subtle fade-in animation */
.property-card {
  opacity: 0;
  animation: fadeInUp 1s ease forwards;
}

.property-card:nth-child(1) {
  animation-delay: 0.2s;
}
.property-card:nth-child(2) {
  animation-delay: 0.4s;
}

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

.promise-section {
  background: white;
  /* background: linear-gradient(135deg, #faf8f7, #edf6f8); */
  padding: 40px 20px;
  border-radius: 16px;
  text-align: center;
  max-width: 1300px;
  margin: 20px auto;
  box-sizing: border-box;
}

.promise-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.promise-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--bg-primary-btn) !important;
}
.promise-text{
  color: var(--bg-primary-btn) !important;
}
.promise-desc,
.promise-subdesc {
  max-width: 850px;
  margin: 0 auto 15px auto;
  color: #444;
  font-size: 15px;
  line-height: 1.7;
}

.promise-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-top: 40px;
}

.promise-card {
  width: 260px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.promise-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.15);
}

.promise-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.promise-content {
  padding: 18px 15px 25px;
}

.promise-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: #111;
  margin-bottom: 6px;
}

.promise-content p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.promise-btn {
  background-color: var(--bg-primary-btn);
  border: none;
  color: white;
  padding: 8px 24px;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.light-blue {
  background-color: #eef7fa;
}
.testimonial-section {
  text-align: center;
  padding: 80px 20px;
  background: white;
  /* background: linear-gradient(
    135deg,
    #f8f9ff 0%,
    #fff0f5 25%,
    #f0fff8 50%,
    #fff8f0 75%,
    #f5f0ff 100%
  ); */
}

.testimonial-container {
  max-width: 1200px;
  margin: 0 auto;
}

.testimonial-container h2 {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
}

.subtitle {
  font-size: 15px;
  color: #666;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  transition: all 0.4s ease-in-out;
  width: 150%;
  overflow: hidden;
}
.testimonial-section {
  text-align: center;
  padding: 80px 20px;
}
.testimonial-container {
  max-width: 1400px;
  margin: 0 auto;
}
.testimonial-container h2 {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
}
.promise-desc {
  font-size: 15px;
  color: #666;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
}
.carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  transition: all 0.5s ease-in-out;
  width: 100%;
  overflow: hidden;
  padding-bottom: 3%;
} /* Outer wrapper fixed size so text doesn’t move */
.testimonial-card {
  width: 380px;
  height: 240px;
  perspective: 1000px;
  transition: all 0.6s ease;
}
.card-inner {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 20px 25px;
  height: 100%;
  width: 100%;
  color: var(--bg-primary-btn);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  opacity: 0.6;
  transform: scale(0.9);
  transition: all 0.6s ease;
}
.testimonial-card.active .card-inner {
  transform: scale(1.08);
  opacity: 1;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.testimonial-card img.person {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.testimonial-content {
  flex: 1;
  text-align: left;
}
.testimonial-card .quote {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
}
.testimonial-card .author {
  font-size: 13px;
  font-weight: 600;
  color: #444;
}
.dots {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.dot {
  height: 10px;
  width: 10px;
  background-color: #d3d3d3;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s;
  cursor: pointer;
}
.dot.active {
  background-color: var(--bg-primary-btn);
  transform: scale(1.2);
} /* Responsive */
@media (max-width: 1024px) {
  .slide {
    gap: 20px;
  }
  .testimonial-card {
    width: 320px;
    height: 200px;
  }
}
@media (max-width: 768px) {
  .slide {
    flex-direction: column;
    align-items: center;
  }
  .testimonial-card {
    width: 90%;
    height: auto;
  }
  .card-inner {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .testimonial-section {
    padding: 60px 15px;
  }
  .testimonial-container h2 {
    font-size: 24px;
  }
}
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background: #f5f5f5;
}

.career-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
}
.career-transform {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
}
.career-content {
  background: linear-gradient(135deg, #1e3c32 0%, #325c43 100%);
  border-radius: 14px;
  color: #fff;
  text-align: center;
  padding: 60px 40px;
  max-width: 1200px;
  width: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.career-content h2 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 15px;
}

.career-content h2 span {
  font-weight: 700;
  color: #ffffff;
}

.career-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #f1f1f1;
  margin-bottom: 30px;
}

.career-content-transform {
  background: linear-gradient(
    135deg,
    #01436e 0%,
    #015894 30%,
    #1a6ba8 50%,
    #3291d1 70%,
    #3a8fc2 100%
  );
  background-size: 200% 200%;
  background-position: 30% 40%;
  border-radius: 14px;
  color: #fff;
  text-align: center;
  padding: 60px 40px;
  max-width: 1200px;
  width: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.career-content-transform h2 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 15px;
}

.career-content-transform h2 span {
  font-weight: 700;
  color: #ffffff;
}

.career-content-transform p {
  font-size: 1rem;
  line-height: 1.6;
  color: #f1f1f1;
  margin-bottom: 30px;
}
.action-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.btn {
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  min-width: 140px;
}

.btn-yellow {
  background: #ffc107;
  color: #333;
  border: 2px solid #ffc107;
}

.btn-yellow:hover {
  background: var(--bg-primary-btn);
  border-color: var(--bg-primary-btn);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
}

.btn-outline {
  background: transparent;
  color: #333;
  border: 2px solid #333;
}

.btn-outline:hover {
  background: #333;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
  .action-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .btn {
    width: 100%;
    max-width: 250px;
  }
}

@media (max-width: 480px) {
  .btn {
    padding: 10px 25px;
    font-size: 0.9rem;
  }
}

.apply-btn {
  background: var(--bg-sec-button);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 30px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
  .career-content {
    padding: 40px 20px;
  }

  .career-content h2 {
    font-size: 1.6rem;
  }

  .career-content p {
    font-size: 0.95rem;
  }
}

.stats-section1 {
  position: relative;
  margin-top: -50px;
  /* padding-bottom: 30px; */
  z-index: 10;
}
.stats-section1-feat {
  padding-bottom: 30px;
  /* z-index: 10; */
}

.stats-section1-feat-project {
  position: relative;
  padding-bottom: 30px;
  z-index: 10;
}
.stats-grouphousing {
  position: relative;
  margin-top: 30px;
  z-index: 10;
}
.stats-section1-feat {
  padding-bottom: 30px;
  /* z-index: 10; */
}
.stat-grouphousing.full-width {
  width: 86%;
  max-width: 1400px;
  background: white;
  color: black;
  border-radius: 14px;
  text-align: center;
  padding: 28px 40px;
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); */
  margin: 0 auto;
}

.stat-card1.full-width {
  width: 86%;
  max-width: 1400px;
  background: white;
  color: black;
  border-radius: 14px;
  text-align: center;
  padding: 28px 40px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
}

.stat-content1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.stat-title1 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 20px;
  color: var(--subtext);
}

.stat-title1 span {
  font-weight: 700;
  color: #000000;
}

.stat-images1 {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex: 1;
}
@media (min-width: 769px) and (max-width: 992px) {
  .stat-card1.full-width {
    width: 90%;
    padding: 20px;
  }

  .stat-content1 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .service-card {
    flex: 1 1 45%;
    max-width: 45%;
  }

  .service-card img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .service-content h2 {
    font-size: 1rem;
  }

  .btn-view {
    font-size: 0.9rem;
    padding: 8px 16px;
  }
}

.Luxury-House2 {
  margin-top: 20%;
}

.stat-images1 img {
  width: 289px;
  height: 380px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.stat-grouphousing img {
  width: 640px;
  height: 380px;

  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.stat-text1 {
  flex: 1;
  text-align: center;
}

.stat-description1 {
  margin-bottom: 25px;
  line-height: 1.6;
}

.apply-btn {
  background: var(--bg-primary-btn);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 12px 32px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
  font-weight: 600;
}

.apply-btn:hover {
  background: var(--bg-primary-btn);
}

/* Tablet Responsive */
@media (max-width: 1024px) {
  .stat-card1.full-width {
    width: 90%;
    padding: 30px;
  }

  .stat-content1 {
    gap: 30px;
  }

  .stat-images1 img {
    width: 180px;
    height: 160px;
  }
  .stat-grouphousing img {
    width: 280px;
    height: 300px;
  }

  .stat-title1 {
    font-size: 1.8rem;
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {

  .stats-section1 {
    margin-top: -30px;
    /* width: 95%; */
    padding-bottom: 60px;
  }

  .stat-card1.full-width {
    width: 95%;
    padding: 25px 20px;
  }

  .stat-content1 {
    flex-direction: column;
    gap: 25px;
    text-align: center;
  }

  .stat-images1 {
    flex-direction: column;
    width: 100%;
    gap: 15px;
  }

  .stat-images1 img {
    width: 100%;
    max-width: 300px;
    height: 180px;
    margin: 0 auto;
  }

  .stat-text1 {
    text-align: center;
  }

  .stat-title1 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }

  .stat-description1 {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }

  .apply-btn {
    padding: 12px 28px;
    font-size: 0.95rem;
  }
}

/* Small Mobile Responsive */
@media (max-width: 480px) {
  .stats-section {
    margin-top: -20px;
    padding-bottom: 40px;
  }

  .stat-card.full-width {
    padding: 20px 15px;
    border-radius: 12px;
  }

  .stat-content {
    gap: 20px;
  }

  .stat-images img {
    height: 150px;
    max-width: 100%;
  }

  .stat-title {
    font-size: 1.4rem;
  }

  .stat-description {
    font-size: 0.9rem;
    margin-bottom: 18px;
  }

  .apply-btn {
    padding: 10px 24px;
    font-size: 0.9rem;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.blocks-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

/* Block styles with Gilroy fonts */
.block {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 20px 30px;
  flex: 1;
  min-width: 300px;
  max-width: 400px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-family: "Gilroy-Light", sans-serif;
}

.block:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.block-title {
  font-size: 24px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  font-family: "Gilroy-Bold", sans-serif; /* Use bold version for titles */
}

.block-content {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  text-align: center;
  font-family: "Gilroy-Light", sans-serif;
}

.values-list {
  list-style-type: none;
  font-family: "Gilroy-Light", sans-serif;
}

.values-list li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  font-family: "Gilroy-Light", sans-serif;
}

.values-list li::before {
  content: "•";
  color: #3498db;
  font-weight: bold;
  position: absolute;
  left: 0;
}

/* Specific font applications */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: 700;
}

strong,
b {
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: 700;
}

button,
.button {
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: 700;
}

a {
  font-family: "Gilroy-Light", sans-serif;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .block {
    min-width: 280px;
  }
}

@media (max-width: 768px) {
  .blocks-container {
    flex-direction: column;
    align-items: center;
  }

  .block {
    width: 100%;
    max-width: 500px;
  }
}

@media (max-width: 480px) {
  /* body {
    padding: 20px 15px;
  } */

  .block {
    padding: 30px 20px;
  }

  .block-title {
    font-size: 22px;
  }

  .block-content {
    font-size: 15px;
  }
}

/* Widened section */
.philosophy-section {
  text-align: center;
  padding: 50px 30px;
  background: #ffffffc5;
  border-radius: 16px;
  max-width: 1200px; /* increased from 900px */
  width: 90%; /* responsive scaling */
  margin: 0 auto; /* ensure center alignment */
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
}

.philosophy-section h2 {
  font-size: 1.8rem;
  color: #222;
  font-weight: 600;
  margin-bottom: 30px;
}

.philosophy-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.philosophy-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  flex: 1 1 380px;
  max-width: 630px;
  transition: transform 0.4s ease;
}

.philosophy-card:hover {
  transform: scale(1.02);
}

.philosophy-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 16px;
  filter: brightness(0.85);
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.75);
  padding: 18px;
  text-align: center;
}

.overlay h4 {
  font-size: 0.9rem;
  letter-spacing: 1px;
  color: #111;
  margin-bottom: 5px;
  font-weight: 600;
}

.overlay p {
  font-size: 1.2rem;
  color: #333;
  font-weight: 500;
}

.philosophy-footer {
  margin-top: 20px;
}

.philosophy-footer p {
  font-size: 1rem;
  color: #444;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 20px;
}

.philosophy-footer button {
  background: #f7b360;
  border: none;
  padding: 10px 25px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  color: #333;
  transition: all 0.3s ease;
}

.expertise-title {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 60px;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-items: center;
  align-items: start; /* 🟢 important: prevents equal height stretching */
  position: relative;
}
.expertise-grid-sales {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-items: center;
  align-items: start; /* 🟢 important: prevents equal height stretching */
  position: relative;
}

.expertise-card {
  width: 100%;
  max-width: 260px;
  padding: 40px 30px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.9),
    rgba(240, 243, 240, 0.8)
  );
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(8px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: auto; /* 🟢 make height adapt to content */
}

.expertise-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.expertise-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}

.expertise-card p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #555;
}

.expertise-card-sales {
  width: 100%;
  max-width: 260px;
  padding: 40px 30px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.9),
    rgba(240, 243, 240, 0.8)
  );
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(8px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: auto; /* 🟢 make height adapt to content */
}

.expertise-card-sales:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.expertise-card-sales h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}

.expertise-card-sales p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #555;
}

.card1 {
  background: radial-gradient(circle at center, #ffffff 60%, #fee3e3 100%);
  margin-top: -35%;
}
.card2 {
  background: radial-gradient(circle at center, #ffffff 60%, #d7e9fa 100%);
  margin-top: -3%;
}
.card3 {
  background: radial-gradient(circle at center, #ffffff 60%, #f9ead1 100%);
  margin-top: 12%;
}
.card4 {
  background: radial-gradient(circle at center, #ffffff 60%, #dcfae6 100%);
  margin-top: -35%;
}
.card1-sales {
  background: radial-gradient(circle at center, #ffffff 60%, #fee3e3 100%);
}
.card2-sales {
  background: radial-gradient(circle at center, #ffffff 60%, #d7e9fa 100%);
}
.card3-sales {
  background: radial-gradient(circle at center, #ffffff 60%, #f9ead1 100%);
}
.card4-sales {
  background: radial-gradient(circle at center, #ffffff 60%, #dcfae6 100%);
}
.card5-sales {
  background: radial-gradient(circle at center, #ffffff 60%, #dcdefa 100%);
}
.card6-sales {
  background: radial-gradient(circle at center, #ffffff 60%, #fadce1 100%);
}
.card1-feat {
  background: radial-gradient(circle at center, #ffffff 60%, #fee3e3 100%);
  margin-top: -10%;
}
.card2-feat {
  background: radial-gradient(circle at center, #ffffff 60%, #d7e9fa 100%);
  margin-top: 20%;
}
.card3-feat {
  background: radial-gradient(circle at center, #ffffff 60%, #f9ead1 100%);
  margin-top: 35%;
}
.card4-feat {
  background: radial-gradient(circle at center, #ffffff 60%, #dcfae6 100%);
  margin-top: -10%;
}
/* Responsive layout */
@media (max-width: 1024px) {
  .expertise-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .expertise-grid-sales {
    grid-template-columns: repeat(2, 1fr);
  }
  .expertise-card {
    margin-top: 5% !important;
  }
  .expertise-card-sales {
    margin-top: 5% !important;
  }
}

@media (max-width: 600px) {
  .expertise-grid {
    grid-template-columns: 1fr;
  }
   .expertise-grid-sales {
    grid-template-columns: 1fr;
  }
  .expertise-card {
    max-width: 320px;
    margin: 20px auto;
  }
    .expertise-card-sales {
    max-width: 320px;
    margin: 20px auto;
  }
}

.expertise-section {
  max-width: 1200px;
  width: 100%;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 700;
  color: #2c3e50;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #3498db;
  border-radius: 2px;
}

.section-description {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #5d6d7e;
  margin-top: 30px;
}

.cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.feature-card {
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 380px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.card-visual {
  height: 220px;
  background-image: url("includes/rev-slider/assets/focused-expertise.jpg");
  background-size: cover;
  background-position: center;
}
.card2-visual {
  height: 220px;
  background-image: url("includes/rev-slider/assets/Digital-Labs-Main.jpg");
  background-size: cover;
  background-position: center;
}
.card3-visual {
  height: 220px;
  background-image: url("includes/rev-slider/assets/analyis-with-team.jpg");
  background-size: cover;
  background-position: center;
}
.card4-visual {
  height: 220px;
  background-image: url("includes/rev-slider/assets/team-discusstion.jpg");
  background-size: cover;
  background-position: center;
}
.card-body {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
/* Common card body style */
.card-feat-body {
  padding: 25px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

/* Card 1 - Soft peach gradient */
.card1-feat .card-feat-body {
  background: #b7e3ef;
}

/* Card 2 - Light rose pink gradient */
.card2-feat .card-feat-body {
  background: #f4b7ce;
}

/* Card 3 - Mint green gradient */
.card3-feat .card-feat-body {
  background: #c8fcd8;
}

/* Card 4 - Pale sky blue gradient */
.card4-feat .card-feat-body {
  background: #efc4b7;
}

/* Optional text styling */
.card-feat-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.card-feat-text {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

.card-title {
  font-size: 1.5rem;
  color: #2c3e50;
  margin-bottom: 15px;
  font-weight: 700;
}
.card-feat-title {
  font-size: 1rem;
  color: #2c3e50;
  margin-bottom: 15px;
  font-weight: 700;
}

.card-text {
  color: #5d6d7e;
  line-height: 1.7;
  font-size: 1rem;
  flex-grow: 1;
}
.card-feat-text {
  color: #5d6d7e;
  line-height: 1.4;
  font-size: 0.8rem;
  flex-grow: 1;
}

.card-primary {
  /* border-top: 4px solid #3498db; */
}

.card-secondary {
  border-top: 4px solid #2ecc71;
}

.card-tertiary {
  border-top: 4px solid #e74c3c;
}

@media (max-width: 992px) {
  .cards-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .feature-card {
    max-width: 500px;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 2rem;
  }

  .card-body {
    padding: 25px;
  }
}

.journey-title {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 60px;
  text-align: center;
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  justify-items: center;
  align-items: start;
  position: relative;
}

.journey-box {
  width: 100%;
  max-width: 450px;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(8px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: auto;
}

.journey-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

/* Headings */
.journey-box h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.4;
}

/* Bullet Points */
.journey-box ul {
  padding-left: 18px;
  list-style-type: disc;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Background Gradients */
.box1 {
  background: radial-gradient(circle at center, #ffffff 60%, #fee3e3 100%);
  margin-top: -10%;
}

.box2 {
  background: radial-gradient(circle at center, #ffffff 60%, #fef2e5 100%);
}

/* Responsive */
@media (max-width: 1024px) {
  .journey-grid {
    grid-template-columns: 1fr;
  }
  .journey-box {
    max-width: 500px;
    margin: 0 auto;
  }
}

.why-builders-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #1f4630, #2f4e49, #1a3e28);
  border-radius: 12px;
  max-width: 1200px;
  margin: 60px auto;
  color: #ffffff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.why-builders-content {
  text-align: center;
  max-width: 900px;
}

.why-builders-content h2 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 25px;
}

.why-builders-content h2 span {
  font-weight: 700;
  color: #ffffff;
}

.why-builders-content ul {
  list-style-type: disc;
  text-align: left;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.8;
  color: #e8f3eb;
}

.why-builders-content ul li {
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .why-builders-section {
    padding: 40px 20px;
  }

  .why-builders-content h2 {
    font-size: 1.4rem;
  }

  .why-builders-content ul {
    font-size: 0.95rem;
  }
}
/* --- More Dropdown Fix --- */

.service-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  width: 500px;
  transition: all 0.4s ease;
  display: flex;
  margin-top: 5%;

  flex-direction: column;
}

.image-container {
  overflow: hidden;
  height: 280px;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover img {
  transform: scale(1.08);
}

.service-content {
  padding: 25px 30px 35px;
}

.service-content h2 {
  color: var(--subtext);
  font-size: 28px;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.service-card:hover h2::after {
  width: 100%;
}

.service-content p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #555;
}

.btn-view {
  background: var(--bg-primary-btn);
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  color: white;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .service-section {
    flex-direction: column;
    align-items: center;
  }

  .service-card {
    width: 100%;
    max-width: 90%;
  }
}
/* HERO CONTAINER */
.hero-split {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden;
  /* max-width: 1400px; */
  width: 100%;
  background: white;
  /* border-radius: 14px; */
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); */
  margin: 0 auto 0 auto;
  margin-bottom: 30px;
}
.hero-split-process {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
  max-width: 1250px;
  width: 100%;
  background: white;
  border-radius: 14px;
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); */
  margin: 0 auto 0 auto;
  margin-bottom: 30px;
}
/* LEFT IMAGE */
.hero-left {
  flex: 1 1 50%;
  overflow: hidden;
}

.hero-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* RIGHT TEXT */
.hero-right {
  flex: 1 1 50%;
  color: #111;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-right h1 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.hero-right .highlight {
  background-color: #e5d86a; /* soft highlight like screenshot */
  padding: 0 5px;
}

.hero-right p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #111;
  max-width: 600px;
}

/* YELLOW STRIP BELOW HERO */
.hero-footer {
  color: #111;
  text-align: center;
  padding: 20px 0;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  max-width: 1400px;
  margin: 0 auto 40px auto;
}

.hero-footer img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.hero-footer-villa-text {
  width: 70%;
  margin: 0 auto;
  font-size: 30px;
  margin-top: 2%;
  color: var(--bg-primary-btn);
}
.hero-footer-villa img {
  width: 70%; /* reduce width (try 60%, 70%, etc.) */
  height: auto;
  color: var(--bg-primary-btn);
  display: block;
  margin: 0 auto; /* center horizontally */
}
.hero-footer-villa {
  text-align: center; /* centers text */
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .hero-right {
    padding: 60px 40px;
  }

  .hero-right h1 {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .hero-split {
    flex-direction: column;
    width: 95%;
    border-radius: 25px;
  }

  .hero-left,
  .hero-right {
    flex: 1 1 100%;
  }

  .hero-right {
    text-align: center;
    padding: 50px 20px;
  }

  .hero-right h1 {
    font-size: 2rem;
  }

  .hero-right p {
    font-size: 1rem;
  }

  .hero-footer {
    font-size: 1.1rem;
    padding: 15px 0;
  }
}

.know-more-btn {
  background-color: #fdd835;
  color: #000;
  font-weight: 600;
  border: none;
  padding: 12px 28px;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 25px;
  transition: background 0.3s ease;
}

.know-more-btn:hover {
  background-color: #fbc02d;
}
.rating-banner {
  position: relative;
  background-image: url("includes/rev-slider/assets/res-star.jpg"); /* use your uploaded image */
  background-size: cover;
  margin-top: -30px;
  background-position: center;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Dark overlay for readability */
.rating-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.rating-banner-res {
  position: relative;
  background-image: url("includes/rev-slider/assets/best-res-img.png"); /* use your uploaded image */
  background-size: cover;
  margin-top: -30px;
  background-position: center;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Dark overlay for readability */
.rating-banner-res::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

/* Text styling */
.overlay1 {
  position: relative;
  color: white;
  text-align: center;
  padding: 0 20px;
}

.overlay1 h1 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
}
.project-card {
  border-radius: 14px;
  transition: all 0.3s ease;
  padding: 25px;
  text-align: left;
}
.project-card1 {
  border-radius: 14px;
  transition: all 0.3s ease;
  padding: 25px;
  text-align: center;
}
.left-card {
  flex: 0 0 60%;
}

.right-card {
  flex: 0 0 38%;
}

.project-content h2 {
  color: var(--subtext);
  font-size: 24px;
  margin-bottom: 15px;
}

.project-content p {
  color: #444;
  line-height: 1.7;
  font-size: 15px;
  margin-bottom: 20px;
}

.project-content ul {
  list-style-type: disc;
  padding-left: 20px;
  color: #444;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 20px;
}

.btn-view {
  background: linear-gradient(135deg, #b18c00, #d4af37);
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  color: white;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (max-width: 992px) {
  .left-card,
  .right-card {
    flex: 0 0 100%;
  }
}
.price-tag {
  position: absolute;
  top: 10px;
  right: 12px;
  background: var(--subtext);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.project-content h5 {
  font-size: 16px;
  font-weight: 400; /* reduced font weight */
  color: #777;
  margin-bottom: 10px;
}

.project-content .email {
  color: var(--subtext); /* gold tone for email */
  font-weight: 600;
  font-size: 15px;
  margin: 0;
}

:root {
  --gold: #b08b2d;
  --yellow: #f5b500;
  --text: #1e1e1e;
  --muted: #8a8a8a;
  --border: #e7e7e7;
  --green: #1fa855;
}

.contact-wrap {
  max-width: 1100px;
  margin: 0px auto 96px;
  padding: 0 24px;
}
.contact-title {
  text-align: center;
  font-size: 44px;
  font-weight: 500;
  color: #2b2b2b;
  letter-spacing: 0.5px;
  margin: 8px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
}
.contact-underline {
  display: block;
  width: 40px;
  height: 2px;
  background: #ddd;
  margin: 8px auto 40px;
  border-radius: 2px;
}

.contact-grid {
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(280px, 520px) minmax(280px, 1fr);
  align-items: start;
}

.contact-form {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 24px 24px 16px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}
.contact-form .form-heading {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 12px;
  color: #333;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 14px 14px;
  font-size: 15px;
  color: var(--text);
  background: #fff;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  margin-bottom: 14px;
}
.contact-form textarea {
  resize: vertical;
  min-height: 160px;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #a8a8a8;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #d7c37a;
  box-shadow: 0 0 0 3px rgba(176, 139, 45, 0.12);
}

.btn.send-btn {
  display: inline-block;
  width: 100%;
  background: var(--bg-primary-btn);
  color: white;
  border: none;
  border-radius: 6px;
  padding: 14px 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  cursor: pointer;
  transition: transform 0.05s ease, filter 0.2s ease;
}
.btn.send-btn:hover {
  filter: brightness(0.98);
}
.btn.send-btn:active {
  transform: translateY(1px);
}

.captcha-note {
  margin: 10px 4px 0;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
}
.captcha-note a {
  color: var(--muted);
  text-decoration: underline;
}

.contact-info .whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #e9f7ef;
  color: #0a5c2b;
  border: 1px solid #d2ecd9;
  padding: 10px 14px;
  border-radius: 6px;
  font-weight: 600;
  margin-bottom: 18px;
  text-decoration: none; /* ✅ removes underline */
}

.contact-info .whatsapp-btn i {
  font-size: 18px;
  color: var(--green);
}

.contact-info .brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  line-height: 1.15;
  color: var(--bg-primary-btn);
  font-weight: 600;
  margin: 8px 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.addr {
  font-style: normal;
  color: #444;
  line-height: 1.6;
  margin: 12px 0;
}
.phone-mail a {
  color: #444;
  text-decoration: none;
}
.phone-mail a:hover {
  text-decoration: underline;
}

.hours-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  color: var(--gold);
  margin: 22px 0 8px;
  font-weight: 600;
}
.hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #555;
}
.hours-list li {
  padding: 4px 0;
}

/* Helpers */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Responsive */
@media (max-width: 980px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .contact-title {
    font-size: 36px;
  }
}

.divider {
  width: 60px;
  height: 2px;
  background: #d8d8d8;
  border: none;
  margin: 20px auto;
}

.subheading {
  font-size: 20px;
  color: #222;
  font-weight: 500;
  margin-bottom: 15px;
}

.description {
  font-size: 16px;
  color: #555;
  max-width: 700px;
  margin: 0 auto 25px auto;
  line-height: 1.6;
}

.download-link {
  display: inline-block;
  color: var(--subtext);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.download-link span {
  font-size: 14px;
  margin-left: 4px;
}

.download-link:hover {
  color: #8c6e00;
}
.pdf-viewer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
}

#pdf-render {
  width: 100%;
  max-width: 1250px;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Controls styling */
.controls {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; /* Wrap on small screens */
  gap: 15px;
  margin-bottom: 10px;
}

.controls button {
  background: none;
  border: 1px solid var(--bg-primary-btn);
  color: var(--bg-primary-btn);
  font-size: 16px;
  cursor: pointer;
  padding: 6px 14px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.controls button:hover {
  background: var(--bg-primary-btn);
  color: #fff;
}

.page-info {
  font-size: 14px;
  color: var(--bg-primary-btn);
}

/* ✅ Responsive Adjustments */
@media (max-width: 992px) {
  #pdf-render {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  #pdf-render {
    max-width: 100%;
  }

  .controls {
    flex-direction: column;
    gap: 10px;
  }

  .controls button {
    width: 100%;
    max-width: 250px;
  }
}

@media (max-width: 480px) {
  #pdf-render {
    border-width: 0.5px;
  }

  .controls button {
    font-size: 14px;
    padding: 5px 10px;
  }

  .page-info {
    font-size: 12px;
  }
}


/* --- Grid Layout --- */
.villa-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  justify-content: center;
  text-align: center;
  align-items: start;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  width: 80%;
  margin: 0 auto;
}
.hero-footer-villa-text .subtext {
  display: block;
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--bg-primary-btn);
  margin-top: 6px;
}
/* --- Individual Cards --- */
.villa-card img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.villa-card h3 {
  font-size: 1.8rem;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #29433a;
  font-weight: 500;
}

.villa-card p {
  font-size: 1rem;
  color: #555;
  width: 85%;
  margin: 0 auto;
  line-height: 1.5;
}

/* --- Responsive Design --- */
@media (max-width: 992px) {
  .villa-description p {
    width: 90%;
    font-size: 1.5rem;
  }

  .villa-grid {
    width: 90%;
    gap: 30px;
  }

  .villa-card h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .villa-grid {
    grid-template-columns: 1fr;
  }

  .villa-card img {
    width: 100%;
  }

  .villa-card p {
    width: 90%;
  }
}

.team-section {
  text-align: center;
  background: #fff;
  padding: 60px 20px;
}

.team-title {
  font-size: 2rem;
  color: var(--subtext);
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.team-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #ccc;
  margin: 10px auto 0;
}

.team-members {
  display: flex;
  justify-content: center;
  gap: 100px;
  flex-wrap: wrap;
}

.team-member {
  text-align: center;
  max-width: 500px;
}

.member-name {
  color: var(--subtext);
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: 500;
}

.member-linkedin {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 6px;
}

.member-email {
  font-size: 0.95rem;
  color: #444;
}

.member-email a {
  color: var(--subtext);
  text-decoration: none;
}
.welcome-points {
  margin-top: 1.5rem;
  padding-left: 1.5rem;
  list-style: none;
}

.welcome-points li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.6rem;
  font-size: 1.05rem;
  color: #333;
  font-weight: 500;
}

.welcome-points li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: var(--bg-primary-btn); /* green checkmark */
  font-weight: bold;
}

.member-email a:hover {
  text-decoration: underline;
}

/* ✅ Responsive for smaller devices */
@media (max-width: 768px) {
  .team-members {
    flex-direction: column;
    gap: 40px;
  }

  .member-name {
    font-size: 1.6rem;
  }
}

.map-wrap {
  margin: -30px auto;
  background: white;
  border-radius: 8px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}
.map-container {
  position: relative;
padding-bottom: 35%;
  height: 0;
  overflow: hidden;
  border-radius: 6px;
}
.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.courses-section {
  max-width: 1200px;
  margin: 50px auto;
  text-align: center;
  padding: 0 20px;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #1a1a1a;
}

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

.course-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.course-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 16 / 9;
}

.course-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.course-info {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: rgba(255, 255, 255, 0.95);
  padding: 10px 15px;
  border-radius: 4px;
  text-align: left;
}

.course-info h3 {
  margin: 0;
  font-size: 1.1rem;
  color: #0a0a0a;
  font-weight: 700;
}

.course-info p {
  margin: 4px 0 0;
  font-size: 0.9rem;
  color: #1e88e5;
  font-weight: 600;
}

/* ✅ Responsive adjustments */
@media (max-width: 768px) {
  .section-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .course-info {
    bottom: 10px;
    left: 10px;
    padding: 8px 12px;
  }

  .course-info h3 {
    font-size: 1rem;
  }
}
