*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;;
}

html {
  scroll-behavior: smooth;
}

html, body {
  overflow-x: hidden;
}

.vv-nav {
    font-family: "Roboto", sans-serif;
    border: 2px solid #FFF9F2;
    width: 86%;
    /* height: 60px; */
    background: #FFF9F2;
    backdrop-filter: blur(10px);
    border-radius: 50px;
    margin: 0 auto;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    z-index: 100;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.25);
    padding-left: 0px;
}

.vv-logo {
  height: 50px;
}

.vv-nav-links {
  list-style: none;
  display: flex;
  gap: 70px;
}

.vv-nav-links a {
   font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: #2B3A4D;
  font-size: 20px;
  font-weight: 500;
}

.vv-connect-btn {
    padding: 5px 7px;
    background: #A25038;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    /* width: 190px; */
    height: 50px;
    font-size: 20px;
}

.vv-arrow {
  width: 35px;
  height: 35px;
}

/* HAMBURGER – hidden on desktop */
.vv-hamburger {
  width: 38px;
  height: 38px;
  display: none;
  flex-direction: column;
  gap: 5px;
  justify-content: space-between;
  cursor: pointer;
  background: #a25038;
  color: #ffffff;
  border-radius: 50%;
  padding: 10px;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s ease;
}

.vv-hamburger span {
  display: block;
  height: 4px;
  width: 20px;
  background: #ffffff;
  border-radius: 50px;
}

.vv-mobile-menu {
  border-radius: 5%;
    width: 100%;
    background: #FFF9F2;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 0 25px;
    position: absolute;
    top: 106%;
    left: 0;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.4s 
ease, opacity 0.3s 
ease;
    z-index: 999;
}

/* MOBILE MENU LINKS */
.vv-mobile-menu a {
  color: #2B3A4D;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 0;
}

/* SHOW MENU */
.vv-mobile-menu.active {
  gap: 10px;
  max-height: 350px;   /* enough to show all links */
  opacity: 1;
  pointer-events: auto;
  padding-top: 10px;
}

.vv-mobile-menu .vv-connect-btn {
    font-weight: 500;
    font-size: 14px;
    justify-content: center;
    align-self: flex-end;
    width: 139px;
    color: white;
    display: flex !important;
    gap: 6px;
    margin-top: 5px;
    margin-bottom: 7px;
    height: 40px;
    font-family: "Roboto", sans-serif;
}

.vv-mobile-menu a:not(.vv-connect-btn) {
  position: relative;
  padding-bottom: 14px;
}

/* Line style */
.vv-mobile-menu a:not(.vv-connect-btn)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2.8px;
  width: 100%;
  background: linear-gradient(to right, #2B3A4D, rgba(43, 58, 77, 0.15));
}


.vv-hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translateY(9px);
    margin-top: 3px;
    margin-left: 10px;
}

.vv-hamburger.active span:nth-child(2) {
      opacity: 0;
    margin-left: 10px;
}

.vv-hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-9px);
    margin-left: 10px;
}

/* Smooth */
.vv-hamburger span {
  transition: 0.3s ease;
}



@media  (max-width: 480px){
  .vv-mobile-menu a {
    color: #2B3A4D;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 12px 0;
}
}

@media (min-width: 901px) {
  #vvMobileMenu {
    max-height: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .vv-hamburger {
    display: none !important;
  }

  .vv-hamburger span {
    transform: none !important;
    opacity: 1 !important;
  }
}

/* MOBILE ONLY */
@media (max-width: 900px) {
  .vv-nav-links,
  .vv-connect-btn {
    display: none;
  }

  /* Show hamburger */
  .vv-hamburger {
    display: flex;
  }
}



/* ---------------- HERO SECTION ---------------- */
.vv-hero {
  width: 100%;
  height: 900px;
  position: relative;
  border-radius: 0px 0px 20px 20px;
  overflow: hidden;
  margin-top: 0;
}

/* SLIDER */
.vv-slider {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.vv-slider-track {
  display: flex;
  height: 100%;
  transition: transform 0.9s ease-in-out;
}

.vv-slider-track img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex-shrink: 0;
  filter: brightness(0.5);
}




/* HERO CONTENT */
.vv-hero-content {
  position: absolute;
  top: 46%;
  left: 5%;
  color: #fff;
  z-index: 10;
  max-width: 760px;
}

/* MAIN TITLE */
.vv-hero-content h1 {
  font-family: "Arya", sans-serif;
  color: #F5EEE4;
  font-size: 128px;
  font-weight: 700;
  line-height: 0.9;
  margin-bottom: -10px;
}

/* INFRA + TAGLINE WRAPPER */
.vv-subline {
  display: flex;
  align-items: center;
  gap: 8px;
  /* space between Infra + tagline */
}

/* INFRA */
.vv-infra {
  font-family: "Arya", sans-serif;
  font-size: 96px;
  font-weight: 700;
  color: #FF693D;
  line-height: 0.9;
}

/* TAGLINE */
.vv-tagline {
   font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  padding-top: 20px;
}

/* DESCRIPTION */
.vv-desc {
   font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-top: 7px;
  font-size: 20px;
  opacity: 0.9;
  /* line-height: 1.5; */
}

/* SEARCH BOX */
.vv-search-box {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  background: #ffffff;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.vv-search-box h2 {
   font-family: "Roboto", sans-serif;
  color: #2B3A4D;
  margin: 0px;
  font-size: 32px;
  margin-bottom: 15px;
}

.vv-search-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.vv-field label {
  color: #303030;
  font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.vv-field select,
.vv-field input {
  width: 87%;
  padding: 12px;
  margin-top: 5px;
  border: 1px solid #DFDFDF;
  border-radius: 12px;
  background: #f4f4f4;
}

.vv-btn-wrap {
  justify-content: end;
  display: flex;
  align-items: flex-end;
}

.vv-search-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    /*width: 207px;*/
    padding: 5px 5px;
    font-size: 20px;
    background: #A25038;
    border: none;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    height: 48px;
    font-family: "Roboto", sans-serif;
    padding-left: 7px;
}

/* ----------- 1600px ↓ Large Screens ----------- */
@media (max-width: 1600px) {
  .vv-hero-content h1 {
    font-size: 110px;
  }
  .vv-infra {
    font-size: 82px;
  }
}

/* ----------- 1300px ↓ Laptop ----------- */
@media (max-width: 1300px) {
  .vv-hero {
    height: 780px;
  }

  .vv-hero-content h1 {
    font-size: 90px;
  }

  .vv-infra {
    font-size: 70px;
  }

  .vv-tagline {
    font-size: 22px;
  }

  .vv-desc {
    font-size: 18px;
  }
}

/* ----------- 1100px ↓ Small Laptop ----------- */
@media (max-width: 1100px) {
  .vv-hero {
    height: 720px;
  }

  .vv-hero-content {
    max-width: 600px;
    left: 4%;
  }

  .vv-hero-content h1 {
    font-size: 72px;
  }

  .vv-infra {
    font-size: 56px;
  }
}

/* ----------- 992px ↓ Tablets ----------- */
@media (max-width: 992px) {
  .vv-hero {
    height: 680px;
  }

  .vv-hero-content {
    top: 40%;
    left: 4%;
    max-width: 520px;
  }

  .vv-hero-content h1 {
    font-size: 62px;
  }

  .vv-infra {
    font-size: 48px;
  }

  .vv-tagline {
    font-size: 20px;
  }

  .vv-desc {
    font-size: 17px;
  }

  /* Search Box */
  .vv-search-box {
    width: 95%;
    padding: 20px;
  }

  .vv-search-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .vv-search-btn {
    width: 100%;
  }
}

/* ----------- 768px ↓ Large Mobile / Small Tablets ----------- */
@media (max-width: 768px) {
  .vv-hero {
    height: 620px;
  }

  .vv-hero-content {
    top: 36%;
    left: 5%;
    max-width: 480px;
  }

  .vv-hero-content h1 {
    font-size: 48px;
    line-height: 0.7;
  }

  .vv-infra {
    font-size: 36px;
  }

  .vv-tagline {
    font-size: 17px;
  }

  .vv-desc {
    font-size: 16px;
  }

  .vv-field select,
  .vv-field input {
    width: 100%;
  }

  .vv-search-btn {
    width: 100%;
  }
}

/* ----------- 576px ↓ Mobile ----------- */
@media (max-width: 576px) {
  .vv-hero {
    height: 580px;
  }

  .vv-hero-content {
    top: 34%;
    left: 5%;
    max-width: 360px;
  }

  .vv-hero-content h1 {
    font-size: 40px;
  }

  .vv-infra {
    font-size: 30px;
  }

  .vv-tagline {
    font-size: 16px;
  }

  .vv-desc {
    font-size: 14px;
  }

  .vv-search-box {
    padding: 18px;
    width: 94%;
  }

  .vv-search-box h2 {
    font-size: 26px;
  }
}

/* ----------- 420px ↓ Small Mobile ----------- */
@media (max-width: 420px) {
  .vv-hero {
    height: 599px;
  }

  .vv-hero-content {
    top: 40%;
    max-width: 300px;
  }

  .vv-hero-content h1 {
    font-size: 61px;
  }

  .vv-infra {
    font-size: 48px;
  }

  .vv-tagline {
    font-size: 12px;
  }

  .vv-desc {
    font-size: 10px;
    margin-top: 3px;
  }

  .vv-search-box {
    padding: 15px;
    bottom: 21px;
  }

  .vv-search-box h2 {
    font-size: 22px;
  }

    .vv-search-btn {
        font-size: 14px;
        height: 45px;
        width: 162px;
        padding: 7px 6px;
        gap: 8px;
        padding-left: 11px;
    }
    img.logo_search1 {
    width: 35px;
    height: 35px;
}
}

/* ----------- 360px ↓ Extra Small Phones ----------- */
@media (max-width: 360px) {
  .vv-hero {
    height: 520px;
  }

  .vv-hero-content h1 {
    font-size: 28px;
  }

  .vv-infra {
    font-size: 22px;
  }
}

/* SECTION */
.vv-properties-section {
  width: 100%;
  background: #FFF9F2; /* Figma ivory */
  padding: 80px 0;
}

.vv-properties-section > * {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

/* TITLE */
.vv-properties-title {
  font-family: "Arya", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #2B3A4D;
  margin-bottom: 17px;
}

/* GRID */
.vv-properties-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

/* CARD */
.vv-property-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    padding: 10px;
    transition: transform 0.3s;
    width: 315px;
}

.vv-property-card:hover {
  transform: translateY(-6px);
}

/* IMAGE */
.vv-property-img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 20px;
}

/* CONTENT */
.vv-property-content {
  margin-top: 12px;
}

.vv-property-name {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #2B3A4D;
  margin: 0;
}

.vv-property-type {
  font-size: 14px;
  font-weight: 600;
  color: #323232;
  margin: 4px 0;
}

.vv-property-price {
  font-size: 14px;
  color: #323232;
  margin-top: 6px;
}

.vv-property-price span {
  font-weight: 700;
}

/* LOCATION BADGE */
.vv-property-location {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #EEEEEE;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 14px;
  margin-top: 6px;
  color: #323232;
}

/* BUTTON */
.vv-consult-btn {
    margin-top: 14px;
    width: 100%;
    background: #2B3A4D;
    color: #fff;
    border: none;
    padding: 12px 0;
    border-radius: 25px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    text-decoration: none;
}

/* EXPLORE MORE */
.vv-explore-btn {
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 3px;
    background: #263646;
    color: #fff;
    padding: 5px 5px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 20px;
    width: 176px;
    height: 50px;
    padding-left: 8px;
}

@media (max-width: 1300px) {
  .vv-properties-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .vv-property-card {
    width: 100%; /* auto fit */
    height: auto;
  }
}

@media (max-width: 1524px) {
  .vv-properties-section {
    padding: 80px 80px;
  }
}

/* Mobile screens */
@media (max-width: 768px) {
  .vv-properties-section {
    padding: 60px 40px;
  }
}

/* Small mobile screens */
@media (max-width: 480px) {
  .vv-properties-section {
    padding: 40px 20px;
  }
   svg#svg_icon {
    width: 30px;
    height: 30px;
}
}

/* ---------- Tablets (max-width: 992px) ---------- */
@media (max-width: 992px) {
  .vv-properties-title {
    font-size: 40px;
  }

  .vv-properties-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

  .vv-property-card {
    width: 100%;
    height: auto;
  }
}

/* ---------- Small Tablets & Large Phones (max-width: 768px) ---------- */
@media (max-width: 768px) {
  .vv-properties-section {
   padding: 15px;
        width: 100%;
  }

  .vv-properties-title {
    font-size: 34px;
  }

  .vv-properties-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .vv-property-card {
    padding: 10px;
  }

  .vv-property-img {
    height: 200px;
  }
}

/* ---------- Mobile (max-width: 576px) ---------- */
@media (max-width: 576px) {
  .vv-properties-title {
    font-size: 28px;
    text-align: center;
  }

  .vv-properties-grid {
    /* grid-template-columns: 1fr; */
    gap: 10px;
  }

  .vv-property-card {
    width: 172px;
    /*height: 319px;*/
  }

  .vv-property-img {
    height: 152px;
  }

  .vv-property-location {
    width: auto;
    padding: 5px 12px;
  }
    .vv-explore-btn {
        padding: 9px 5px;
        float: none;
        width: 147px;
        font-size: 16px;
        gap: 10px;
        height: 40px;
    }
}


/* ---------- Extra Small Mobile (max-width: 420px) ---------- */
@media (max-width: 420px) {
  .vv-properties-title {
    text-align: left;
        font-size: 32px;
    font-size: 32px;
  }

  .vv-property-img {
    height: 112px;
  }

  .vv-property-name {
    font-size: 13px;
  }

  .vv-consult-btn {
    font-size: 16px;
    padding: 8px 0;
  }

  .vv-property-price {
    font-weight: 400;
    margin-top: 10px;
    font-size: 12px;
    color: #323232;
}
}

.about-section {
    width: 100%;
    padding: 60px 150px;
}

.about-container {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 60px;
}

.about-image img {
    height: 539px;
    max-width: 427px;
    border-radius: 10px;
    object-fit: cover;
}

.about-content h1 {
  font-family: "Arya", sans-serif;
  margin: 0px;
    font-size: 96px;
    font-weight: 700;
    /* margin-bottom: 10px; */
    color: #2B3A4D;
}

.about-content h3 {
  font-family: "Roboto", sans-serif;
    margin: 0px;
    font-size: 24px;
    font-weight: 600;
    color: black;
    margin-bottom: 20px;
}

.about-content p {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 132%;
}

/* Stats Section */
.stats-section {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* gap: 50px; */
    /* padding: 40px 0; */
    font-family: 'Poppins', sans-serif;
}

.stat-item {
    text-align: center;
}

.stat-item h2 {
  font-family: "Roboto", sans-serif;
       margin: 0px;
    font-size: 64px;
    font-weight: 600;
    color: #000;
}

.stat-item p {
  font-family: "Arya", sans-serif;
   font-size: 32px;
    color: #a24d2a;
    margin-top: 5px;
    font-weight: 700;
}

.divider {
    width: 2px;
    height: 154px;
    background-color: #000;
}

/* Responsive */
@media (max-width: 1400px) {
  .about-section {
    padding: 60px 100px;
  }

  .about-content h1 {
    font-size: 80px;
  }

  .about-content p {
    font-size: 18px;
  }

  .stat-item h2 {
    font-size: 54px;
  }

  .stat-item p {
    font-size: 26px;
  }
}

/* ----------- 1200px ↓ Laptops ----------- */
@media (max-width: 1200px) {
  .about-section {
    padding: 50px 80px;
  }

  .about-container {
    gap: 30px;
  }

  .about-content h1 {
    font-size: 70px;
  }

  .about-image img {
    height: 460px;
    max-width: 380px;
  }

  .stat-item h2 {
    font-size: 48px;
  }

  .stat-item p {
    font-size: 24px;
  }
}

/* ----------- 992px ↓ Tablets ----------- */
@media (max-width: 992px) {
  .about-section {
    padding: 40px 60px;
  }

  .about-container {
    flex-direction: column;
    text-align: center;
  }

  .about-image img {
    height: 420px;
    max-width: 350px;
  }

  .about-content h1 {
    font-size: 56px;
  }

  .about-content h3 {
    font-size: 22px;
  }

  .about-content p {
    font-size: 18px;
  }

  /* Stats */
  .stats-section {
    /*flex-direction: column;*/
    gap: 25px;
  }

  .divider {
            transform: rotate(90deg);
        width: 57px;
        height: 2px;      
  }

  .stat-item h2 {
    font-size: 44px;
  }

  .stat-item p {
    font-size: 22px;
  }
}

/* ----------- 768px ↓ Large Phones / Small Tablets ----------- */
@media (max-width: 768px) {
  .about-section {
    padding: 40px 30px;
  }

  .about-content h1 {
    font-size: 48px;
  }

  .about-content p {
    font-size: 17px;
  }

  .about-image img {
    height: 380px;
    max-width: 300px;
  }

  .stat-item h2 {
    font-size: 38px;
  }

  .stat-item p {
    font-size: 20px;
  }
      h2#cites {
    padding-bottom: 16px;
   }
}

/* ----------- 576px ↓ Mobile ----------- */
@media (max-width: 576px) {
  .about-section {
   display: flex;
        padding: 30px 20px;
        flex-direction: column;
  }

  .about-content h1 {
    font-size: 40px;
  }

  .about-content h3 {
    text-align: left;
    font-weight: bolder;
    font-size: 18px;
    margin-top: -13px;
    margin-bottom: 2px;
 }

  .about-content p {
            text-align: left;
        font-size: 13px;
  }

  .about-image img {
    height: 320px;
    max-width: 260px;
  }

  .stats-section {
    display: flex;
        gap: 0px;
        flex-direction: row;
  }

  .stat-item h2 {
    font-size: 34px;
  }

  .stat-item p {
    font-size: 18px;
  }
      h2#cites {
    padding-bottom: 16px;
   }
}

/* ----------- 420px ↓ Small Mobile ----------- */
@media (max-width: 420px) {
  .about-content h1 {
    text-align: left;
        font-size: 64px;
  }

  .about-image img {
    height: 227px;
        max-width: 353px;
  }

  .stat-item h2 {
    font-size: 28px;
  }

  .stat-item p {
            line-height: 1.0;
        font-size: 16px;
  }
  .about-container {
        gap: 0px;
    }
    h2#cites {
    padding-bottom: 16px;
   }
}

/* ----------- 360px ↓ Extra Small Mobile ----------- */
@media (max-width: 360px) {
  .about-content h1 {
    font-size: 30px;
  }

  .stat-item h2 {
    font-size: 24px;
  }

  .stat-item p {
    font-size: 14px;
  }
}




.location-section {
  padding: 60px 0;
  font-family: Arial, sans-serif;
}

.location-container {
  max-width: 1483px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 20px;
}

/* MAP */
.map-box iframe {
  width: 350px;
  height: 350px;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.content-box h1 {
    font-family: "Arya", sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: #2B3A4D;
    margin-bottom: 5px;
    line-height: 1.1;
}

.content-box h3 {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.content-box p {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    color: #000000;
    line-height: 1.6;
    max-width: 640px;
    margin-bottom: 20px;
}

.content-box h4 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #2B3A4D;
}

.tags {
 margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tags span {
    font-weight: 500;
    font-family: Roboto, sans-serif;
    padding: 3px 20px;
    color: #A25038;
    border: 1px solid #A25038;
    border-radius: 16px;
    font-size: 24px;
    transition: 0.2s;
}

.tags span:hover {
  background-color: #ffbcb4;
}



.map-box iframe {
  width: 427px;
  height: 427px;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}


@media (max-width: 1400px) {
  .location-container {
    gap: 30px;
  }

  .content-box h1 {
    font-size: 54px;
  }

  .map-box iframe {
    width: 380px;
    height: 380px;
  }
}

/* Tablets (below 1024px) */
@media (max-width: 1024px) {
  .location-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .content-box p,
  .tags {
    justify-content: left;
  }

  .map-box iframe {
    width: 100%;
    max-width: 500px;
    height: 350px;
  }
}

/* Small tablets / landscape phones (below 768px) */
@media (max-width: 768px) {
  .content-box h1 {
    font-size: 42px;
  }

  .content-box h3 {
    text-align: left;
    font-weight: bold;
        font-size: 16px;
  }

  .content-box p {
    font-size: 18px;
  }

  .content-box h4 {
            text-align: left;
        font-size: 24px;
  }

  .tags span {
    font-size: 18px;
    padding: 6px 12px;
  }
}

/* Mobile phones (below 576px) */
@media (max-width: 576px) {
  .location-container {
    padding: 10px;
  }

  .content-box h1 {
    font-size: 34px;
  }

  .content-box p {
    text-align: left;
    max-width: 100%;
  }

  .map-box iframe {
    height: 300px;
  }
}

/* Extra small phones (below 400px) */
@media (max-width: 400px) {
  .content-box h1 {
    text-align: left;
        font-size: 32px;
  }

  .tags span {
    font-size: 16px;
    padding: 6px 10px;
  }

  .map-box iframe {
    height: 250px;
  }
}

/* MAIN SECTION */
.vv-property-category-section {
    padding: 60px 0;
    background: #fdf7f1;
}

.vv-property-category-container {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}

.vv-property-category-title {
  font-family: "Arya", sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #2B3A4D;
    margin-bottom: 35px;
}

/* GRID */
.vv-property-category-grid {
    display: flex;
    align-items: center;
    gap: 28px;
    /* flex-wrap: wrap; */
}

/* ITEM CARD */
.vv-property-item {
    /* width: 150px; */
    text-align: center;
}

.vv-property-icon {
  gap: 15px;
  flex-direction: column;
    width: 200px;
    height: 200px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.vv-property-icon img {
    width: 64px;
    height: auto;
}

/* TEXT */
.vv-property-item p {
    font-size: 24px;
    font-weight: 500;
    color: #727272;
    line-height: 20px;
}

/* HOVER EFFECT */
.vv-property-item:hover .vv-property-icon {
    transform: translateY(-6px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}



/* Large laptops (≤1400px) */
@media (max-width: 1400px) {
  .vv-property-category-grid {
    gap: 22px;
  }
  .vv-property-icon {
    width: 180px;
    height: 180px;
  }
}

/* Tablets (≤1024px) */
@media (max-width: 1024px) {
  .vv-property-category-grid {
    flex-wrap: wrap;
    justify-content: center;
  }

  .vv-property-item {
    flex: 0 0 calc(33.33% - 20px);
  }

  .vv-property-icon {
    width: 170px;
    height: 170px;
  }

  .vv-property-item p {
    font-size: 20px;
  }
}

/* Small Tablets / Phones (≤768px) */
@media (max-width: 768px) {
  .vv-property-category-title {
    margin-bottom: 0px;
    font-size: 32px;
    text-align: left;
  }

  .vv-property-item {
    flex: 0 0 calc(50% - 20px);
  }

  .vv-property-icon {
    width: 150px;
    height: 150px;
  }

  .vv-property-item p {
    font-size: 18px;
  }

  .vv-property-icon img {
    width: 55px;
  }
}

/* Mobile (≤576px) */
@media (max-width: 576px) {
  .vv-property-category-grid {
    grid-template: 150px / auto auto auto;
        display: grid;
        gap: 10px;
  }

  .vv-property-item {
    flex: 0 0 100%;
  }

  .vv-property-icon {
    width: 120px;
    height: 120px;
  }

  .vv-property-item p {
    font-size: 14px;
  }

  .vv-property-icon img {
    width: 36px;
  }
}

/* Mobile (≤576px) */
@media (max-width: 480px) {
  .vv-property-category-grid {
    grid-template: 150px / auto auto auto;
        display: grid;
        gap: 10px;
  }

  .vv-property-item {
    flex: 0 0 100%;
  }

  .vv-property-icon {
    width: 130px;
    height: 130px;
  }

  .vv-property-item p {
    font-size: 14px;
  }

  .vv-property-icon img {
    width: 42px;
  }
}

/* Extra Small Phones (≤400px) */
@media (max-width: 400px) {
  .vv-property-icon {
       gap: 0px;
        width: 93px;
        height: 93px;
  }

  .vv-property-item p {
    line-height: 1.0;
    font-size: 12px;
  }

  .vv-property-icon img {
    width: 30px;
  }
}

/* SECTION BACKGROUND */
.vv-why-choose-section {
    padding: 80px 0;
    background: #f7f9fc;
}

/* CONTAINER */
.vv-why-choose-container {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
}

/* TITLE */
.vv-why-choose-title {
  font-family: "Arya", sans-serif;
    font-size: 64px;
    font-weight: 700;
    color: #2B3A4D;
    margin-bottom: 50px;
}

/* GRID */
.vv-why-choose-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* CARD DESIGN */
.vv-choose-card {
    background: #1f2c3a;
    padding: 25px 22px;
    border-radius: 12px;
    text-align: left;
    color: #ffffff;
    transition: 0.3s ease;
}

.vv-choose-card h3 {
   font-family: "Roboto", sans-serif;
    color: #FFF9F2;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.vv-choose-card p {
   font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
}

/* Hover Effect */
.vv-choose-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Large laptops (≤1400px) */
@media (max-width: 1400px) {
  .vv-why-choose-title {
    font-size: 54px;
  }
}

/* Tablets (≤1024px) */
@media (max-width: 1024px) {
  .vv-why-choose-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vv-choose-card h3 {
    font-size: 22px;
  }

  .vv-choose-card p {
    font-size: 13px;
  }
}

/* Small Tablets / Large Phones (≤768px) */
@media (max-width: 768px) {
  .vv-why-choose-title {
    font-size: 42px;
  }

  .vv-why-choose-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
  }

  .vv-choose-card {
    padding: 22px 20px;
  }

  .vv-choose-card h3 {
    font-size: 20px;
  }

  .vv-choose-card p {
    font-size: 12px;
  }
}

/* Mobile Phones (≤576px) */
@media (max-width: 576px) {
  .vv-why-choose-title {
    font-size: 36px;
  }

  .vv-choose-card {
    padding: 20px 16px;
  }
}

/* Extra Small Phones (≤400px) */
@media (max-width: 400px) {
  .vv-why-choose-title {
    text-align: left;
        font-size: 32px;
    }
  

  .vv-choose-card h3 {
    font-size: 19px;
  }

  .vv-choose-card p {
    font-weight: normal;
    font-size: 12px;
  }
}

/* SECTION */
.vv-contact-us-section {
    padding: 80px 0;
    background: #ffffff;
}

/* MAIN CONTAINER */
.vv-contact-us-container {
        width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 71px;
}

/* LEFT TEXT */
.vv-contact-left h2 {
  font-family: "Arya", sans-serif;
        font-size: 64px;
    font-weight: 700;
    color: #2B3A4D;
    padding-top: 14px;
   
}

.vv-contact-left p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 32px;
    color: black;
    line-height: 1px;
}

/* FORM */
.vv-contact-form {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #d9d9d9;
    width: 60%;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

/* FORM ROWS */
.vv-form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 18px;
}

/* FORM GROUP */
.vv-form-group {
    width: 100%;
}

.vv-full-width {
    margin-bottom: 20px;
}

/* LABEL */
.vv-form-group label {
  font-family: "Roboto", sans-serif;
    display: block;
    font-size: 20px;
    color: #2B3A4D;
    margin-bottom: 4px;
    font-weight: 400;
}

/* INPUT + TEXTAREA */
.vv-contact-form input,
 .vv-contact-form textarea,
  .vv-contact-form select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    background: #f9f9f9;
    transition: 0.25s ease;
}

.vv-contact-form textarea {
    height: 120px;
    resize: none;
}

/* Focus effect */
.vv-contact-form input:focus,
.vv-contact-form textarea:focus {
    border-color: #b67856;
    background: #fff;
}

.vv-contact-btn {
    border: none;
    background: #A25038;
    padding: 5px 5px;
    border-radius: 25px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: 0.3s ease;
    margin-left: auto;
    padding-top: 4px;
    padding-left: 10px;
}

.vv-btn-icon {
    font-size: 18px;
}

@media (max-width: 1200px) {
    .vv-contact-left h2 {
        font-size: 54px;
    }
    .vv-contact-left p {
        font-size: 28px;
    }
    .vv-contact-form {
        width: 55%;
    }
}

/* 1024px - Standard Laptops */
@media (max-width: 1024px) {
    .vv-contact-left h2 {
        font-size: 48px;
    }
    .vv-contact-left p {
        font-size: 24px;
    }
    .vv-contact-us-container {
        gap: 50px;
    }
    .vv-contact-form {
        width: 60%;
    }
}

/* 900px - Tablets Landscape */
@media (max-width: 900px) {
    .vv-contact-us-container {
        padding: 0px 20px 0px 20px;
        flex-direction: column;
        
        gap: 10px;
    
    }
    .vv-contact-form {
        width: 90%;
    }
    .vv-form-row {
        flex-direction: row;
        gap: 14px;
    }
}

/* 768px - Tablets Portrait */
@media (max-width: 768px) {
    .vv-contact-left h2 {
        font-size: 42px;
    }
    .vv-contact-left p {
        font-size: 20px;
    }
    .vv-contact-form {
        width: 100%;
        padding: 25px;
    }
    .vv-form-group label {
      text-align: left;
        font-size: 18px;
    }
}

/* 600px - Large Mobiles */
@media (max-width: 600px) {
    .vv-contact-left h2 {
        font-size: 36px;
    }
    .vv-contact-left p {
        font-size: 18px;
    }
    .vv-contact-btn {
      font-size: 13px;
        width: 46%;
        justify-content: center;
    }
}

/* 480px - Small Mobiles */
@media (max-width: 480px) {
    .vv-contact-left h2 {
        font-size: 32px;
    }
    .vv-contact-left p {
        font-size: 16px;
    }
    .vv-contact-form {
        padding: 20px;
    }

    .vv-contact-form input, .vv-contact-form textarea{
      font-size: 12px;
    }
}

/* 380px - Extra Small Phones */
@media (max-width: 380px) {
    .vv-contact-left h2 {
        font-size: 28px;
    }
    .vv-contact-btn {
        padding: 10px 18px;
        font-size: 14px;
    }
}

/******************** Testimonial SECTION ********************/
.vv-testimonial-section {
    padding: 70px 0;
    background: #FFF9F2;
}

/* CONTAINER */
.vv-testimonial-container {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}

/* TITLE */
.vv-testimonial-title {
   font-family: "Arya", sans-serif;
  font-size: 48px;
    font-weight: 700;
    color: #2B3A4D;
    margin-bottom: 35px;
}

/* GRID */
.vv-testimonial-grid {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

/* CARD */
.vv-testimonial-card {
   background: #ffffff;
    border-radius: 20px;
    padding: 28px;
    width: 33%;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.10);
    position: relative;
    border: 1px solid #e6e6e6;
}

/* TEXT */
.vv-testimonial-text {
  font-family: "Roboto", sans-serif;
   font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: black;
    margin-bottom: 20px;
    padding: 10px 42px 0px 26px;
}

/* PROFILE SECTION */
.vv-testimonial-profile {
    display: flex;
    align-items: center;
    gap: 12px;
    
    padding-top: 15px;
}

/* PROFILE IMAGE */
.vv-profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}

/* NAME + ROLE */
.vv-profile-name {
  font-family: "Roboto", sans-serif;
        font-size: 20px;
    font-weight: 600;
    color: black;
    margin: 0;
}

.vv-profile-role {
  font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: black;
    
}

/* RATING */
.vv-rating {
    margin-left: auto;
    color: #f5a623;
    font-size: 16px;
    font-weight: 700;
}

/* ===========================
      RESPONSIVE DESIGN
=========================== */



@supports (-webkit-touch-callout: none) {
    .vv-testimonial-grid {
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        overflow-x: scroll;
    }

    .vv-testimonial-card {
        flex-shrink: 0;
        scroll-snap-align: start;
    }
}




/* 1200px - Large Laptops */
@media (max-width: 1200px) {
    .vv-testimonial-card {
        flex: 0 0 calc(50% - 12px);
    }

    .vv-testimonial-title {
        font-size: 42px;
    }
}

@media (max-width: 1024px) {
    .vv-testimonial-card {
        flex: 0 0 calc(50% - 12px);
    }

    .vv-testimonial-title {
        font-size: 38px;
    }
}

/* 900px - Tablets Landscape */
@media (max-width: 900px) {
    /*.vv-testimonial-grid {*/
    /*    justify-content: center;*/
    /*}*/

    .vv-testimonial-card {
        flex: 0 0 80%;
    }

    .vv-testimonial-text {
        padding: 10px 32px 0 20px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {

    .vv-testimonial-container {
        width: 100%;
        overflow: hidden;
        padding: 14px;
    }

    .vv-testimonial-grid {
         scroll-padding-left: 0;
        /*display: -webkit-box;*/
         display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .vv-testimonial-card {
        flex: 0 0 100%;
        max-width: 100%;
        scroll-snap-align: start;
        padding: 24px;
    }

    .vv-testimonial-grid::-webkit-scrollbar {
        display: none;
    }
   .vv-testimonial-section {
       padding: 0;
       background: none;
}
}

/* 600px - Big Mobile */
@media (max-width: 600px) {
    .vv-testimonial-title {
        font-size: 30px;
    }

    .vv-testimonial-text {
        font-size: 13px;
        padding: 8px 26px 0 16px;
    }

    .vv-profile-name {
        font-size: 17px;
    }

    .vv-profile-role {
        font-size: 11px;
    }

    .vv-rating {
        font-size: 14px;
    }
}

/* 480px - Mobile Phones */
@media (max-width: 480px) {
    .vv-testimonial-title {
        font-size: 32px;
        text-align: left;
        margin-bottom: 6px;
    }

    .vv-testimonial-card {
        padding: 22px;
    }

    .vv-testimonial-text {
        font-size: 13px;
    }
}

/* 380px - Small Phones */
@media (max-width: 380px) {
    .vv-testimonial-title {
        font-size: 24px;
    }

    .vv-testimonial-text {
        padding: 8px 20px 0 14px;
    }

    .vv-profile-name {
        font-size: 16px;
    }

    .vv-profile-role {
        font-size: 10px;
    }

    .vv-rating {
        font-size: 13px;
    }
}

/* SECTION */
.vv-dream-property-section {
    padding: 60px 0;
    background: #ffffff;
}

/* CONTAINER */
.vv-dream-property-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

/* MAIN TITLE */
.vv-dream-title {
   font-family: "Arya", sans-serif;
    font-size: 64px;
    font-weight: 700;
    color: #2B3A4D
}

/* SUBTEXT */
.vv-dream-subtext {
   font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: black;
    line-height: 140%;
}


/* ===========================
      RESPONSIVE DESIGN
=========================== */
/* 1200px - Large Laptops */
@media (max-width: 1200px) {
    .vv-dream-title {
        font-size: 56px;
    }
    .vv-dream-subtext {
        font-size: 22px;
    }
}

/* 1024px - Standard Laptops */
@media (max-width: 1024px) {
    .vv-dream-title {
        font-size: 50px;
    }
    .vv-dream-subtext {
        font-size: 20px;
        line-height: 26px;
    }
}

/* 900px - Tablet Landscape */
@media (max-width: 900px) {
    .vv-dream-title {
        font-size: 44px;
        text-align: center;
    }
    .vv-dream-subtext {
        font-size: 20px;
        text-align: center;
        max-width: 650px;
        margin: 0 auto;
    }
}

/* 768px - Tablet Portrait */
@media (max-width: 768px) {
    .vv-dream-title {
        font-size: 40px;
    }
    .vv-dream-subtext {
        font-size: 18px;
    }
}

/* 600px - Large Mobile */
@media (max-width: 600px) {
    .vv-dream-title {
        font-size: 34px;
        line-height: 120%;
    }
    .vv-dream-subtext {
        font-size: 17px;
        text-align: center;
    }
}

/* 480px - Mobile */
@media (max-width: 480px) {
    .vv-dream-title {
        text-align: left;
        font-size: 24px;
    }
    .vv-dream-subtext {
        text-align: left;
        font-size: 12px;
        line-height: 1.2;
    }
}

/* 380px - Small Phones */
@media (max-width: 380px) {
    .vv-dream-title {
        font-size: 26px;
    }
    .vv-dream-subtext {
        font-size: 15px;
        line-height: 20px;
    }
}

/* FOOTER MAIN */
.vv-footer-section {
    background: #1f2c3a;
    padding: 50px 0;
    color: #ffffff;
}

/* CONTAINER */
.vv-footer-container {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

/* LEFT */
.vv-footer-left {
    width: 35%;
}

.vv-footer-logo {
    background: white;
    width: 100px;
    margin-bottom: 15px;
    border-radius: 50%;
}

.vv-footer-desc {
   font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
}

/* INFO */
.vv-footer-info .vv-info-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

.vv-info-icon {
    font-size: 20px;
    margin-top: 2px;
}

/* RIGHT SIDE */
.vv-footer-right {
    display: flex;
    width: 854px;
    flex-direction: column;
    justify-content: center;
}

.vv-footer-menu {
    display: flex;
    justify-content: center;
    gap: 25px;
    list-style: none;
    margin-bottom: 20px;
}

.vv-footer-menu li a {
   font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s 
ease;
}

.vv-footer-menu li a:hover {
    opacity: 0.7;
}

/* LINE */
.vv-footer-line {
  border: none;
    border-top: 3px solid #ffffff;
    margin: 10px 0 18px;
}

/* SOCIAL ICONS */
.vv-footer-social {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.vv-social-item {
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}

.vv-social-item img {
    width: 30px;
    filter: brightness(0) invert(1);
}

/* RESPONSIVE */
/* ============================================
          RESPONSIVE FOOTER
============================================ */

/* 1200px - Large laptops */
@media (max-width: 1200px) {
    .vv-footer-left {
        width: 40%;
    }
    .vv-footer-right {
        width: 60%;
    }
}

/* 1024px - Tablets Landscape */
@media (max-width: 1024px) {
    .vv-footer-container {
        gap: 40px;
    }
    .vv-footer-desc {
        font-size: 18px;
    }
}

/* 900px - Tablets */
@media (max-width: 900px) {
    .vv-footer-container {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 30px;
    }

    .vv-footer-left,
    .vv-footer-right {
        text-align: left;
        width: 100%;
    }

    .vv-footer-info .vv-info-row {
        font-size: 10px;
        justify-content: left;
        margin-bottom: 0px;
    }

    .vv-footer-menu {
        flex-wrap: wrap;
        gap: 18px;
    }

    .vv-footer-desc {
        max-width: 600px;
        margin: 0 auto 20px;
    }
}

/* 768px - Tablet Portrait */
@media (max-width: 768px) {
    .vv-footer-desc {
        font-size: 18px;
        line-height: 24px;
    }

    .vv-footer-menu li a {
        font-size: 15px;
    }

    .vv-social-item img {
        width: 26px;
    }
}

/* 600px - Large Mobile */
@media (max-width: 600px) {
    .vv-footer-menu {
        gap: 15px;
    }

    .vv-footer-social {
        gap: 20px;
    }

    .vv-social-item {
        font-size: 14px;
        gap: 6px;
    }
}

/* 480px - Standard Mobile */
@media (max-width: 480px) {
    .vv-footer-logo {
        width: 54px;
    }

    .vv-footer-desc {
        font-size: 16px;
        line-height: 22px;
    }

    .vv-footer-menu li a {
        font-size: 10px;
    }

    .vv-social-item img {
        width: 22px;
    }
}

/* 380px - Small Phones */
@media (max-width: 380px) {
    .vv-footer-menu {
        flex-direction: column;
        gap: 10px;
    }

    .vv-social-item {
        font-size: 13px;
    }

    .vv-footer-social {
        gap: 15px;
    }
}
/************** Properties Page ***************/
.property-filter-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 120px;
}

/* OUTER BOX */
.filter-box {
    width: 86%;
    background: #FFF9F2;
    padding: 30px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* TABS */
.filter-tabs {
    background: white;
    border-radius: 60px;
    padding: 5px;
    display: flex;
    gap: 16px;
    height: 50px;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.15);
    width: 736px;
}

.tab {
    padding: 10px 21px;
    border-radius: 25px;
    background: transparent;
    border: none;
    font-size: 16px;
    color: #062742;
    cursor: pointer;
}

.tab.active {
    background: #2B3A4D;
    color: white;
    width: 125px;
}

/* FILTER ROW */
.filter-row {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

/* LEFT FILTERS */
.left-filters {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.input-box {
    position: relative;
}

.input-box input {
    padding: 12px 45px 12px 18px;
    border: 1px solid #676767;
    border-radius: 30px;
    width: 250px;
    font-size: 16px;
    outline: none;
}

/* ICONS INSIDE INPUT */
.icon-img,
.icon-text {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* location icon */
.icon-img img {
    width: 17px;
    opacity: 0.7;
}

/* price icon */
.icon-text {
    font-size: 18px;
    color: #444;
}

/* SEARCH BAR */
.search-box {
    position: relative;
}

.search-box input {
    padding: 12px 50px 12px 18px;
    width: 380px;
    border-radius: 50px;
    border: 1px solid #868686;
    font-size: 18px;
    height: 50px;
    color: #4C4C4C;
}

.search-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #A25038;
    cursor: pointer;
}

.search-btn img {
    width: 41px;
}

/* APPLY FILTER BUTTON */
.apply-btn {
    padding: 12px 25px;
    border: none;
    border-radius: 25px;
    background: #A25038;
    color: white;
    font-size: 16px;
    cursor: pointer;
}
.left-2 {
    display: flex;
    gap: 20px;
}

/* RESPONSIVE */
@media (max-width: 900px) {

    .filter-row {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }

    .filter-tabs {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }

    .search-box input {
        width: 100%;
    }

    .apply-btn {
        width: 100%;
    }
}


/**********************************************************************************************************************************************************************************************/
@media (max-width: 1024px) {

    .filter-box {
        width: 92%;
    }

    .filter-tabs {
        gap: 10px;
    }
}

@media (max-width: 768px) {

        .filter-tabs .tab {
        font-size: 12px;
        padding: 6px 0px;
    }

    .search-box input {
        font-size: 15px;
    }

    .apply-btn {
        font-size: 14px;
    }
    .search-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background: #A25038;
    cursor: pointer;
}
.search-btn img {
    width: 30px;
}
.input-box input {
    width: 153px;
    height: 28px;
    font-size: 12px;
}
.left-2 {
    display: flex;
    gap: 10px;
}
.tab.active {
    background: #2B3A4D;
    color: white;
    width: 75px;
}
@media (max-width: 576px) {

    .filter-row {
        flex-direction: column;
        gap: 14px;
    }

    .search-box input {
        font-size: 14px;
        height: 40px;
    }

    .left-2 {
        gap: 10px;
    }
}
}
@media (max-width: 400px) {
    .filter-row {
        display: flex;
        flex-direction: column;
    }

       .search-box {
        order: 1;
        width: 226px;
        height: 30px;
        margin-left: 102px;
        margin-bottom: 25px;
    }

    .filter-tabs {
        order: 2;
    }

    .left-2 {
        order: 3;
        width: 100%;
    }

    .apply-btn {
        order: 4;
        align-self: flex-end;
        width: 112px;
        height: 26px;
        font-size: 12px;
        padding-top: 6px;
    }

    .left-2 {
        display: flex;
        gap: 10px;
    }

    .left-filters {
        width: 50%;
    }

    .filter-tabs {
        overflow-x: auto;
        white-space: nowrap;
        height: 40px;
    }

    .filter-tabs::-webkit-scrollbar {
        display: none;
    }
    .tab.active {
    background: #2B3A4D;
    color: white;
    width: 75px;
}
    .filter-box {
        width: 92%;
        padding: 12px;
    }

  }
/************** Details Page ****************/
.more-overlay .overlay-text {
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    border-radius: 16px;
}

        .main-container {
            padding: 50px 20px;
            max-width: 1400px;
            margin: 0 auto;
            background: white;
        }

        /* Gallery Section - Full Width */
        .gallery-section {
            padding: 0;
        }

        .gallery-grid {
            display: grid;
            grid-template-columns: 2fr 1fr;
            grid-template-rows: auto auto;
            gap: 20px;
            margin-top: 100px;
        }


        .gallery-item:hover {
            opacity: 0.9;
        }

        .gallery-item img {
            width: 930px;
            height: 641px;
            object-fit: cover;
            display: block;
            border-radius: 16px;
        }

        .gallery-item.main {
            grid-row: span 2;
            height: 466px;
        }

        .gallery-item.secondary {
            height: 223px;
        }

.gallery-item {
    position: relative;
    overflow: hidden;
}

/* Image always stays behind */
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 1;
}

/* More overlay box */
.gallery-item.more-overlay::after {
    content: attr(data-count);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    border-radius: 15px;
    z-index: 5; /* image ke upar */
}


.right-thumbs {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.thumb {
    position: relative;
}

.thumb img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 14px;
    cursor: pointer;
}

.more-box {
    position: relative;
}

.more-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 32px;
    font-weight: bold;
    background: rgba(0,0,0,0.55);
    padding: 5px 20px;
    border-radius: 10px;
}

        /* Content Section - Two Columns */
        .content-section {
            display: grid;
            grid-template-columns: 1fr 450px;
            gap: 0;
        }

        /* Left Side - Property Details */
        .property-section {
            padding: 40px 40px 40px 10px;
            /* border-right: 1px solid #e8e8e8; */
        }

        .property-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 15px;
        }

        .property-title h1 {
           font-size: 48px;
           color: #27374B;
           margin-bottom: 10px;
           font-weight: 400;
        }
        span#inr {
           font-size: 16px;
           font-weight: 500;
           color: #4D4D4D;
        }

        .location {
            color: #666;
            font-size: 16px;
            display: flex;
            align-items: center;
            gap: 5px;
        }
        
        .location-icon {
            width: 16px;
            height: 20px;
            color: #666;
        }

        .rating {
            display: flex;
            align-items: center;
            gap: 8px;
            
            padding: 10px 18px;
            border-radius: 25px;
            /* margin-top: 5px; */
        }

        .star {
            color: #ffa726;
            font-size: 40px;
        }

        .rating-text {
            font-size: 32px;
            font-weight: 600;
            color: #333;
            padding-top: 11px;
        }

        .price {
            font-size: 32px;
            font-weight: 600;
            color: #1a1a1a;
            margin: 25px 0 35px 0;
        }

        .price-currency {
            font-size: 18px;
            font-weight: 400;
            color: #666;
            margin-left: 5px;
        }
        .features-section{
            border: 0px transparent;
            padding: 25px 20px;
            border-radius: 16px;
            background: #FFFCF9;
              box-shadow: 0 1px 4px rgba(88, 88, 88, 0.35);
        }

        .features-section h3 {
            font-size: 20px;
            /* margin-bottom: 20px; */
            color: #1a1a1a;
            font-weight: 600;
        }

        .feature-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 12px 0;
            border-bottom: 0.5px solid #585858;
            
        }

        .feature-label {
            color: #666;
            font-size: 15px;
            font-weight: 500;
        }

        .feature-value {
            color: #1a1a1a;
            font-weight: 500;
            font-size: 15px;
            text-align: right;
        }

        .amenities-list {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .amenity-tag {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 7px 16px;
            background: #f8f8f8;
            border: 1px solid #e0e0e0;
            border-radius: 28px;
            font-size: 14px;
            font-weight: 500;
            color: #585858;
        }

        .amenity-icon {
            font-size: 16px;
        }

        /* Right Side - Contact Form */
        .contact-section {
           max-height: 89%;
           margin-top: 24px;
           line-height: 1;
           background: #FFFFFF;
           padding: 50px 25px;
           border-radius: 25px;
           box-shadow: 0 2px 4px rgba(88, 88, 88, 0.35);
        }
        .form-group {
            margin-bottom: 20px;
        }

        .form-group label {
            display: block;
            margin-bottom: 8px;
            color: #333;
            font-size: 20px;
            font-weight: 400;
        }

        .form-group input,
        .form-group textarea {
            background: #F6F6F6;
            width: 100%;
            padding: 10px;
            border: 1px solid #808080;
            border-radius: 10px;
            font-size: 14px;
            font-weight: 400;
            font-family: inherit;
            transition: border-color 0.3s;
        }

        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: #c85a3f;
        }

        .form-group input::placeholder,
        .form-group textarea::placeholder,
        .form-group select::placeholder {
            color: #A3A3A3;
        }

        .form-group textarea {
            resize: vertical;
            min-height: 100px;
        }

         .submit-btn {
    margin-left: 220px;
    max-width: 200px;
    height: 45px;
    padding: 12px 18px;
    background: #A25038;
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.submit-btn:hover {
    background: #b34d36;
}

.icon-circle {
    background: white;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
}

.submit-btn:hover .icon-circle {
    transform: translateX(5px);
}

.icon-circle svg {
    width: 24px;
    height: 24px;
    stroke: #A25038;
    transition: stroke 0.3s;
}

.submit-btn:hover .icon-circle svg {
    stroke: #b34d36;
}
/* 📱 Mobile screens (max-width: 600px) */
@media (max-width: 600px) {
    .submit-btn {
        margin-left: 0;
        max-width: unset;
        height: 42px;
        font-size: 15px;
        padding: 10px 14px;
    }

    .icon-circle {
        width: 24px;
        height: 24px;
    }

    .icon-circle svg {
        width: 18px;
        height: 18px;
    }
}

/* max-width: 400px */
@media (max-width: 480px) {
    .submit-btn {
        font-size: 14px;
        gap: 8px;
        height: 40px;
        margin-left: 52%;
    }
    .description {
        color: #000000;
        line-height: 1.7;
        margin: 20px 0;
        font-size: 16px;
    }
   

    .icon-circle {
        width: 22px;
        height: 22px;
    }

    .icon-circle svg {
        width: 16px;
        height: 16px;
    }
     .property-title h1{
        font-size: 32px;
    }
   
}

        /* Lightbox Styles */
        .lightbox {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.95);
            z-index: 1000;
            align-items: center;
            justify-content: center;
        }

        .lightbox.active {
            display: flex;
        }

        .lightbox-content {
            position: relative;
            max-width: 90%;
            max-height: 90%;
        }

        .lightbox-content img {
            max-width: 100%;
            max-height: 90vh;
            object-fit: contain;
        }

        .lightbox-close {
            position: absolute;
            top: 20px;
            right: 30px;
            font-size: 40px;
            color: white;
            cursor: pointer;
            z-index: 1001;
            background: rgba(0, 0, 0, 0.5);
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background 0.3s;
        }

        .lightbox-close:hover {
            background: rgba(0, 0, 0, 0.8);
        }

        .lightbox-prev,
        .lightbox-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            font-size: 40px;
            color: white;
            cursor: pointer;
            padding: 20px;
            background: rgba(0, 0, 0, 0.5);
            border-radius: 5px;
            transition: background 0.3s;
            user-select: none;
        }

        .lightbox-prev:hover,
        .lightbox-next:hover {
            background: rgba(0, 0, 0, 0.8);
        }

        .lightbox-prev {
            left: 30px;
        }

        .lightbox-next {
            right: 30px;
        }

        .lightbox-counter {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            color: white;
            font-size: 16px;
            background: rgba(0, 0, 0, 0.5);
            padding: 10px 20px;
            border-radius: 20px;
        }

        @media (max-width: 1024px) {
            .content-section {
                grid-template-columns: 1fr;
            }

            .property-section {
                border-right: none;
                border-bottom: 1px solid #e8e8e8;
            }
        }

        @media (max-width: 768px) {
            .gallery-grid {
                grid-template-columns: 1fr;
            }

            .gallery-item.main {
                height: 300px;
            }

            .gallery-item.secondary {
                height: 200px;
            }

            .property-section {
                padding: 20px;
            }

            .contact-section {
                padding: 20px;
            }

            .property-header {
                flex-direction: column;
                gap: 15px;
            }

            .rating {
                align-self: flex-start;
            }
        }
        .two{
            display: flex;
            gap: 20px;
        }
        .two img{
            border-radius: 16px;
        }
        .price-cc{
            font-weight: 400;
            font-size: 24px;
        }
@media (max-width: 480px) {
         .property-header {
        flex-direction: row;
        gap: 15px;
    }
        .property-title h1 {
        font-size: 28px;
        margin-bottom: 0;
    }
    .property-section{
        padding:  0px;
    }
    .description {
        line-height: 1.7;
   }

    .location {
        font-size: 13px;
    }
    .contact-section {
        max-height: 102%;
    }
    .rating-text{
        font-size: 20px;
    }
    .star{
        font-size: 24px;
    }
    .rating{
        padding: 4px 10px 0px 0px;
    }
.description {
    color: #000000;
    line-height: 1.7;
    margin: 20px 0;
    font-size: 16px;
}
.price-cc {
    font-size: 16px;
}
.price-currency {
    font-size: 14px;
}
.price {
    font-size: 20px;
    font-weight: 400;
    color: #1a1a1a;
    margin: 5px 0 15px 0;
}
.features-section h3 {
    font-size: 16px;
    font-weight: 500;
}
.feature-label, .feature-value {
    font-size: 12px;
}
.amenity-tag{
    font-size: 10px;
    padding: 2px 10px 2px 10px;
}
.amenity-icon {
    font-size: 12px;
}
.amenities-list {
    justify-content: end;
    gap: 5px;
}

.gallery-grid {
    gap: 10px;
}
.gallery-item.more-overlay::after {
    font-size: 32px;
    font-weight: 400;

}
.form-group input, .form-group textarea {
    padding: 10px 5px;
    font-size: 12px;
    font-weight: 400;
}
.form-group label {
    font-size: 14px;
    color: #2B3A4D;
}
.sv-icon {
    width: 12px;
    height: 12px;
}
}
svg.svg-icon {
    padding-top: 4px;
}
.left-2 {
    display: flex;
    gap: 25px;
}
.vv-clear-btn {
    margin-left: 10px;
    padding: 12px 18px;
    border-radius: 30px;
    border: none;
    background: #eee;
    color: #333;
    cursor: pointer;
    display: none;
}

.vv-clear-btn:hover {
    background: #d9534f;
    color: #fff;
}

