/*
Theme Name: Ave Child
Theme URI: http://ave.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template:  ave
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: ave
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/
:root {
    --forest: #1B3A2D;
    --forest-deep: #0F2219;
    --gold: #C9A84C;
    --gold-light: #E8C97A;
    --cream: #F7F3EC;
    --cream-warm: #EDE6D8;
    --white: #FFFFFF;
    --text-dark: #1A1A1A;
    --text-mid: #4A4A4A;
    --text-light: #7A7A7A;
    --serif: 'Cormorant Garamond', Georgia, serif;
    --serif-display: 'DM Serif Display', Georgia, serif;
    --sans: 'DM Sans', sans-serif;
    --radius: 2px;
    --transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
.liquid-counter-text{text-transform:uppercase;}
.navbar-brand{padding-top:0px;padding-bottom:0px;}
.main-first-row{position:relative;z-index:+99;}
.main-first-row:after{position:absolute;right:0;top:0;content:'';width:100%;height:100%;z-index:-1;}
.hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 60px;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    padding: 140px 60px 80px;
    width: 100%;
  }
  .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 20px;
  }
  .hero-eyebrow::before {
    content: '';
    width: 32px; height: 1px;
    background: var(--gold);
  }
  .hero-title {
    font-family: var(--serif-display);
    font-size: clamp(44px, 5.5vw, 76px);
    font-weight: 400;
    line-height: 1.08;
    color: var(--white);
    margin-bottom: 24px;
  }
  .hero-title em {
    font-style: italic;
    color: var(--gold-light);
  }
  .hero-sub {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(255,255,255,0.72);
    max-width: 480px;
    margin-bottom: 40px;
  }
  .hero-badges {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 42px;
  }
  .badge {
    padding: 7px 16px;
    border: 1px solid rgba(201,168,76,0.5);
    border-radius: 30px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: var(--gold-light);
    background: rgba(201,168,76,0.08);
  }
  .hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }
  .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #047135;
    color: #fff;
    padding: 15px 32px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: var(--radius);
    border: none;
    cursor: pointer;
    transition: var(--transition);
  }
  .btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(201,168,76,0.35); }
  .btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: var(--white);
    padding: 14px 32px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: var(--radius);
    border: 1px solid rgba(255,255,255,0.4);
    cursor: pointer;
    transition: var(--transition);
  }
  .btn-outline:hover { border-color: var(--gold); color: var(--gold); }
/* APPROVALS BANNER */
  .approvals {
    background: var(--cream-warm);
    padding: 24px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(0,0,0,0.08);
    border-bottom: 1px solid rgba(0,0,0,0.08);
  }
  .approval-tag {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    color: var(--forest);
    letter-spacing: 0.04em;
  }
  .approval-tag i { color: var(--gold); font-size: 18px; }
/**** about us ****/
/**** about us ****/
/**** about us ****/
.section-eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}
.section-eyebrow::after {
    content: '';
    flex: 1;
    max-width: 40px;
    height: 1px;
    background: var(--gold);
}

.section-title {
    font-family: var(--serif-display);
    font-size: clamp(32px, 3.8vw, 52px);
    font-weight: 400;
    line-height: 1.15;
    color: var(--forest-deep);
    margin-bottom: 16px;
}
.section-desc {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.85;
    color: var(--text-mid);
    max-width: 560px;
}
.about-content { padding-left: 20px; }
  .about-points { list-style: none; margin: 28px 0; display: flex; flex-direction: column; gap: 12px; }
  .about-points li {
    display: flex;line-height:normal;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: var(--text-mid);
  }
.about-badge-float {
    position: absolute;
    bottom: -20px;
    left: 20px;
    background: var(--forest);
    color: var(--white);
    padding: 16px 24px;
    border-left: 3px solid var(--gold);
    font-size: 13px;
    z-index: 2;
}
  .about-points li::before {
    content: '';
    width: 8px; height: 8px;
    background: var(--gold);
    border-radius: 50%;
    flex-shrink: 0;
  }
.cta-strip-text h3 {
    font-family: var(--serif-display);
    font-size: 26px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 600;
}
.cta-strip-text p {
    font-size: 14px;
    color: #fff;
    margin-top: 4px;
}
.btn-forest {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--forest-deep);
    color: var(--white);
    padding: 14px 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: var(--radius);
    flex-shrink: 0;
    transition: var(--transition);
}
 .white h2{
    color: #fff;te
}
/***** villa card ****/
.villa-card {
    background: #000;
    padding: 50px 44px;
    border: 1px solid rgba(201,168,76,0.12);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
  }
  .villa-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 3px; height: 0;
    background: var(--gold);
    transition: height 0.5s;
  }
  .villa-card:hover::before { height: 100%; }
  .villa-card:hover {background: #000;}
  .villa-type {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
    display: block;
  }
  .villa-name {
    font-family: var(--serif-display);
    font-size: 30px;
    color: var(--white);
    margin-bottom: 28px;
    line-height: 1.25;
  }
  .villa-features { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 34px; }
  .villa-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
  }
  .villa-features li i { color: var(--gold); font-size: 12px; width: 14px; }
  .villa-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 2px;
    margin-bottom: 28px;
    filter: brightness(0.85);
    transition: filter 0.4s;
  }
  .villa-card:hover .villa-img { filter: brightness(0.95); }
/**** why choose *****/
 .why-card {
    background: var(--white);
    padding: 36px 30px;
    border-radius: 2px;
    border-bottom: 3px solid transparent;
    box-shadow: 0 2px 20px rgba(0,0,0,0.05);
    transition: var(--transition);
    position: relative;
  }
  .why-card:hover {
    border-bottom-color: var(--gold);
    transform: translateY(-6px);
    box-shadow: 0 14px 40px rgba(0,0,0,0.1);
  }
  .why-icon {
    width: 56px; height: 56px;
    background: var(--forest);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
  }
  .why-icon i { color: var(--gold); font-size: 20px; }
  .why-card h3 {
    font-family: var(--serif);
    font-size: 20px;
    font-weight: 600;
    color: var(--forest-deep);
    margin-bottom: 10px;
  }
  .why-card p { font-size: 14px; color: var(--text-mid); line-height: 1.75; }
.video-wrapper{
    width:100%;
    max-width:100%;
    overflow:hidden;
    border-radius:15px;
}

.video-wrapper video{
    width:100%;
    display:block;
}
.only-mob-show{display:none;}
.map-embed {
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
}
.map-embed iframe {
    width: 100%;
    height: 220px;
    border: none;
    display: block;
}
.site-card {
    display: flex;
    gap: 18px;
    padding: 22px 24px;
    background: var(--white);
    border-left: 3px solid var(--gold);
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  }
  .site-num {
    font-family: var(--serif);
    font-size: 36px;
    font-weight: 600;
    color: var(--gold);
    opacity: 0.4;
    line-height: 1;
    flex-shrink: 0;
  }
  .site-info h4 { font-family: var(--serif); font-size: 18px; font-weight: 600; color: var(--forest-deep); margin-bottom: 6px; }
  .site-info p { font-size: 13px; color: var(--text-mid); line-height: 1.7; }

.cta-big {
    background: #0F2219;
    padding: 100px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.cta-big::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url(https://villa.greenwoodldh.com/wp-content/uploads/2026/07/v2-scaled-1.jpg) center / cover;
    opacity: 0.12;
}
.cta-big-inner { position: relative; z-index: 2; max-width: 700px; margin: 0 auto; }
  .cta-big h2 {
    font-family: var(--serif-display);
    font-size: clamp(36px, 4vw, 60px);
    color: var(--white);
    margin-bottom: 20px;
    line-height: 1.1;
  }
  .cta-big p { font-size: 15px; color: rgba(255,255,255,0.65); margin-bottom: 44px; line-height: 1.8; }
  .cta-big-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

  .cta-bottom {
    background: var(--gold);
    padding: 28px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    text-align: center;
  }
  .cta-bottom p { font-size: 15px; font-weight: 600; color: var(--forest-deep); }
  .cta-bottom a {
    color: var(--forest-deep);
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 2px solid var(--forest-deep);
    padding-bottom: 2px;
  }
/* Hero Enquiry Form */
  .hero-form-card {
    background: rgba(255,255,255,0.97);
    border-radius: 4px;
    padding: 36px 32px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.35);
    border-top: 4px solid var(--gold);
  }
  .form-title {
    font-family: var(--serif-display);
    font-size: 24px;
    color: var(--forest-deep);
    margin-bottom: 6px;
    MARGIN-TOP: 0PX;
    FONT-WEIGHT: 700;
  }
  .form-sub {
    font-size: 12px;
    color: var(--text-light);
    margin-bottom: 24px;
    letter-spacing: 0.04em;
  }
.form-note {
    text-align: center;
    font-size: 11px;
    color: var(--text-light);
    margin-top: 10px;
}


/* Ã¢â€â‚¬Ã¢â€â‚¬ RESPONSIVE Ã¢â€â‚¬Ã¢â€â‚¬ */
  @media (max-width: 1024px) {
    .hero-inner { grid-template-columns: 1fr; padding: 130px 30px 60px; }
    .hero-form-card { max-width: 520px; }
    .about-inner { grid-template-columns: 1fr; gap: 50px; }
    .about-content { padding-left: 0; }
    .villas-grid { grid-template-columns: 1fr; }
    .why-grid { grid-template-columns: 1fr 1fr; }
    .gallery-grid { grid-template-columns: repeat(3,1fr); }
    .gallery-item:first-child { grid-column: span 3; }
    .gallery-item:nth-child(5) { grid-column: span 1; }
    .location-inner { grid-template-columns: 1fr; }
    .footer-inner { grid-template-columns: 1fr 1fr; }
    .stats-strip { grid-template-columns: repeat(2,1fr); padding: 20px 30px; }
    .stat-item:nth-child(2) { border-right: none; }
    .stat-item:nth-child(3) { border-top: 1px solid rgba(255,255,255,0.1); }
  }
  @media (max-width: 768px) {
	  .only-mob-show{display:block;}
    .navbar { padding: 16px 24px; }
    .navbar.scrolled { padding: 12px 24px; }
    .nav-links { display: none; }
    .hamburger { display: flex; }
    .section { padding: 70px 24px; }
    .videos-grid { grid-template-columns: 1fr; }
    .why-grid { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: 160px; }
    .gallery-item:first-child { grid-column: span 2; grid-row: span 1; }
    .gallery-item:nth-child(5) { grid-column: span 2; }
    .cta-strip-1, .cta-strip-2 { flex-direction: column; padding: 28px 24px; text-align: center; }
    .cta-big { padding: 70px 24px; }
    .cta-big-btns { flex-direction: column; align-items: center; }
    .footer { padding: 50px 24px 24px; }
    .footer-inner { grid-template-columns: 1fr; gap: 36px; }
    .approvals { padding: 20px 24px; gap: 24px; }
    .lightbox-prev { left: 8px; }
    .lightbox-next { right: 8px; }
    .location-inner { gap: 36px; }
  }
  @media (max-width: 480px) {
    .stats-strip { padding: 16px; gap: 0; }
    .gallery-grid { grid-template-columns: 1fr 1fr; }
    .hero-title { font-size: 38px; }
    .cta-bottom { flex-direction: column; padding: 24px; }
  }