

/* renox */
/* WRAPPER */
.renox-luxury-wrapper {
    padding: 50px 20px;
    background: #f8f8f8;
    font-family: Poppins, sans-serif;
    position: relative; /* optional */
    /* top: -100px; REMOVE THIS */
    /*margin-top:1000px;*/
}

/* HERO SECTION */
.renox-hero{
max-width:900px;
margin:auto;
text-align:center;
margin-bottom:60px;
/*margin-top:100px;*/
}

.renox-hero h1{
font-size:40px;
font-weight:700;
margin-bottom:10px;
/*margin-top:1000px;*/
}

.renox-hero h2{
font-size:26px;
color:#c79c2c;
margin-bottom:20px;
}

.renox-hero p{
font-size:17px;
line-height:1.7;
color:black;
}

/* STATS GRID DESKTOP */
.renox-stats{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
max-width:1100px;
margin:auto;
}

/* STAT BOX */
.renox-stat-box{
background:#fff;
padding:30px;
text-align:center;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
transition:0.3s;
}

.renox-stat-box:hover{
transform:translateY(-5px);
}

.renox-stat-box img{
width:60px;
margin-bottom:15px;
}

.renox-stat-box h3{
font-size:32px;
font-weight:700;
margin-bottom:5px;
color:#111;
}

.renox-line{
width:40px;
height:3px;
background:#c79c2c;
margin:10px auto;
}

.renox-stat-box p{
font-size:15px;
color:#666;
}

/* ====================== */
/* MOBILE DESIGN */
/* ====================== */

@media(max-width:768px){

.renox-luxury-wrapper{
padding:50px 15px;
}

/* HERO MOBILE */

.renox-hero h1{
font-size:26px;
}

.renox-hero h2{
font-size:20px;
}

.renox-hero p{
font-size:15px;
}

/* STATS MOBILE */

.renox-stats{
grid-template-columns:repeat(2,1fr);
gap:15px;
}

.renox-stat-box{
padding:20px;
}

.renox-stat-box img{
width:45px;
}

.renox-stat-box h3{
font-size:24px;
}

}
/* renox end code */
/* floor */
.floor-section{
padding:10px 20px;
background:#f9f9f9;
text-align:center;
font-family:Poppins,sans-serif;
}
.floor-title{
font-size:40px;
font-weight:700;
margin-bottom:10px;
}
.floor-subtitle{
font-size:18px;
color:black;
margin-bottom:50px;
}
.floor-box-wrapper{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:40px;
max-width:1100px;
margin:auto;
}
.floor-box{
background:#fff;
border-radius:12px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
transition:0.3s;
padding-bottom:25px;
}
.floor-box:hover{
transform:translateY(-8px);
}
.floor-box-image{
position:relative;
}
.floor-box-image img{
width:100%;
height:auto;
display:block;
}
.popular-badge{
position:absolute;
top:15px;
left:15px;
background:#c79c2c;
color:#fff;
padding:5px 12px;
font-size:12px;
border-radius:20px;
}
.floor-box h3{
font-size:26px;
margin-top:20px;
}
.size{
color:#777;
font-size:16px;
}
.price-label{
font-size:13px;
color:#999;
margin-top:10px;
}
.price{
font-size:24px;
color:#111;
margin-bottom:20px;
}
.enquire-btn{
background:#c79c2c;
border:none;
color:#fff;
padding:12px 25px;
border-radius:30px;
font-size:14px;
cursor:pointer;
transition:0.3s;
}
.enquire-btn:hover{
background:#a87f1d;
}

/* MOBILE */
@media(max-width:768px){
.floor-section{
padding:50px 15px;
}
.floor-title{
font-size:28px;
}
.floor-subtitle{
font-size:15px;
margin-bottom:30px;
}
.floor-box-wrapper{
grid-template-columns:1fr;
gap:25px;
}
.floor-box{
border-radius:10px;
}
.floor-box h3{
font-size:22px;
}
.price{
font-size:20px;
}
.enquire-btn{
width:90%;
}
}
/* floor end code */

/* POPUP OVERLAY */
.popup-overlay {
  display: none;
  position: fixed;
  top:0; left:0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
}

/* POPUP BOX */
.popup-box {
  display: flex;
  max-width: 950px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: rgba(255,255,255,0.85); /* transparent background */
  backdrop-filter: blur(10px);
}

/* CLOSE BUTTON */
.close-btn{
position:absolute;
top:10px;
right:10px;   /* Right side me le jayega */
width:32px;
height:32px;
display:flex;
align-items:center;
justify-content:center;
font-size:18px;
font-weight:bold;
background:#fff;
color:#000;
border-radius:50%;
cursor:pointer;
z-index:999;
}

.popup-close:hover{
background:#000;
color:#fff;
transform:rotate(90deg);
}

/* LEFT SIDE */
.popup-left{
width:50%;
padding:35px;
display:flex;
align-items:center;
background:url('gallery/4.webp') center/cover no-repeat;
color:#00000;
}

/* Desktop Logo */
.popup-logo-desktop { width:170px; margin-bottom:20px; }
/* Mobile Logo */
.popup-logo-mobile { display:none; width:140px; margin-bottom:20px; }

.location { margin-top:10px; font-size:15px; }

.price-box { display:flex; gap:25px; margin:25px 0; }
.divider { width:1px; height:40px; background:#fff; }

.feature-box p { margin:6px 0; }

/* RIGHT SIDE */
.popup-right {
  width:50%;
  padding:40px;
  background: rgba(255,255,255,0.85); /* Transparent Form Background */
  backdrop-filter: blur(10px);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.popup-right h2 { font-size:22px; margin-bottom:20px; }

.popup-right input,
.popup-right textarea {
  width:100%;
  padding:12px;
  margin-bottom:12px;
  border:1px solid #ddd;
  border-radius:6px;
  font-size:14px;
}

.popup-submit-btn {
  background:#0b1b2b;
  color:#fff;
  border:none;
  padding:12px;
  width:100%;
  border-radius:6px;
  cursor:pointer;
  font-size:15px;
}

/* MOBILE DESIGN */
/* MOBILE VIEW */



/* POPUP BOX */
@media (max-width:768px){

/* POPUP BOX */
.popup-box{
flex-direction:column;
max-width:260px;   /* aur chota */
width:90%;
margin:auto;
border-radius:6px;
}

/* LEFT SIDE */
.popup-left{
width:100%;
padding:10px;
text-align:center;
}

/* LOGO */
.popup-logo-mobile{
max-width:70px;
margin:auto;
}

/* HEADING */
.popup-left h1{
font-size:15px;
margin:5px 0;
}

/* PRICE BOX */
.price-box{
display:flex;
justify-content:space-between;
align-items:center;
gap:8px;
margin:8px 0;
}

.price-box div{
flex:1;
text-align:center;
}

.price-box h2{
font-size:12px;
margin:0;
}

.price-box p{
font-size:11px;
margin:0;
}

/* FEATURES */
.feature-box p{
font-size:11px;
margin:2px 0;
}

/* RIGHT SIDE */
.popup-right{
width:100%;
padding:10px;
}

/* FORM HEADING */
.popup-right h2{
font-size:14px;
margin-bottom:8px;
}

/* INPUTS */
.popup-right input,
.popup-right textarea{
padding:6px;
font-size:11px;
margin-bottom:6px;
}

/* TEXTAREA */
.popup-right textarea{
height:50px;
}

/* BUTTON */
.popup-submit-btn{
padding:7px;
font-size:12px;
}

/* CLOSE BUTTON */
.close-btn{
top:5px;
right:6px;
font-size:16px;
}

}

/* DESKTOP BACKGROUND IMAGES */

.popup-left{
background-image:url('<?php echo SITE_URL; ?>assets/desktop-popup-bg.webp');
background-size:cover;
background-position:center;
}

.popup-right{
background-image:url('<?php echo SITE_URL; ?>assets/desktop-form-bg.webp');
background-size:cover;
background-position:center;
color:#000;
}

/* POPUP OVERLAY end code */

/* ========================= */
/* GALLERY SECTION DEFAULT (Desktop) */
/* ========================= */
.gallery-section {
    padding: 30px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.gallery-title {
    text-align: center;
    font-size: 34px;
    color: black;
    letter-spacing: 2px;
}

.gallery-sub {
    text-align: center;
    color: black;
    margin-bottom: 40px;
}

.gallery-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 18px;
    max-width: 1100px;
    margin: auto;
}

.left-slider {
    height: 380px;
    overflow: hidden;
    border-radius: 18px;
}

.left-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: 0.3s;
}

.left-slider img:hover {
    transform: scale(1.03);
}

.right-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    height: 380px;
}

.img-box {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.img-box:hover img {
    transform: scale(1.05);
}

.img-box span {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.45);
    color: white;
    font-size: 14px;
    font-weight: 600;
    border-radius: 14px;
}

/* POPUP */
.popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.9);
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 99999;
    padding: 20px;
}

.popup.active {
    display: flex;
}

.popup h2 {
    color: white;
    margin-bottom: 18px;
    font-size: 26px;
}

.popup-slider {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-slider img {
    max-width: 80vw;
    max-height: 70vh;
    border-radius: 12px;
}

.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.6);
    border: none;
    color: white;
    font-size: 26px;
    padding: 10px 14px;
    cursor: pointer;
    border-radius: 50%;
}

.nav.left {
    left: -60px;
}

.nav.right {
    right: -60px;
}

.close {
    position: absolute;
    top: 20px;
    right: 35px;
    font-size: 40px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    user-select: none;
    z-index: 10000;
}

.close:hover {
    color: #ff0000; /* hover me red */
}

/* ========================= */
/* MOBILE RESPONSIVE */
/* ========================= */
@media (max-width: 768px) {

    .gallery-layout {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .left-slider {
        height: 250px;
        border-radius: 14px;
    }

    .right-images {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        height: auto;
    }

    .img-box {
        height: 150px;
    }

    .img-box img {
        object-fit: cover;
    }

    .img-box span {
        font-size: 12px;
    }

    .popup-slider img {
        max-width: 90vw;
        max-height: 60vh;
    }

    .nav.left {
        left: 10px;
    }

    .nav.right {
        right: 10px;
    }

    .close {
        font-size: 32px;
        top: 15px;
        right: 20px;
    }

    .gallery-title {
        font-size: 28px;
    }

    .gallery-sub {
        font-size: 14px;
        margin-bottom: 40px;
    }
}
/* gallery close code */


/* amenities code */
/* ========================= */
/* AMENITIES SECTION DEFAULT (DESKTOP) */
/* ========================= */

#amenities {
    background: url("background.jpg") center/cover no-repeat fixed;
    padding: 90px 5%;
    margin: 20px;
    scroll-margin-top: 210px;
}

#amenities .overlay {
    background: #fffcf8;
    border-radius: 20px;
    padding: 50px 30px;
}

#amenities .title {
    text-align: center;
    font-size: 46px;
    color: #000;
    letter-spacing: 2px;
}

#amenities .subtitle {
    text-align: center;
    color: #111;
    margin-bottom: 60px;
    letter-spacing: 1px;
}

#amenities .amenities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Desktop: 4 cards */
    gap: 25px;
    max-width: 1200px;
    margin: auto;
}

#amenities .card {
    background: #ffffff;
    border-radius: 100px;
    border: 1px solid #eee;
    text-align: center;
    padding: 30px 20px;
    transition: 0.35s ease;
    position: relative;
    overflow: hidden;
}

#amenities .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

#amenities .card img {
    width: 80px;
    margin-bottom: 15px;
}

#amenities .card h3 {
    color: #111;
    font-size: 18px;
    margin-bottom: 4px;
}

#amenities .card span {
    display: block;
    font-size: 14px;
    color: #2d2b2b;
}

/* ========================= */
/* TABLET & LARGE MOBILE (<=1024px) */
/* ========================= */
@media (max-width: 1024px) {
    #amenities .amenities-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 cards per row */
        gap: 20px;
    }

    #amenities .card img {
        width: 70px;
    }

    #amenities .card h3 {
        font-size: 17px;
    }

    #amenities .card span {
        font-size: 13px;
    }
}

/* ========================= */
/* MOBILE (<=768px) */
/* ========================= */
@media (max-width: 768px) {
    #amenities {
        padding: 50px 15px;
        margin: 10px;
        background: url("background-mobile.jpg") center/cover no-repeat fixed; /* Mobile background */
    }

    #amenities .overlay {
        padding: 30px 15px;
    }

    #amenities .title {
        font-size: 32px;
    }

    #amenities .subtitle {
        font-size: 14px;
        margin-bottom: 40px;
    }

    #amenities .amenities-grid {
        grid-template-columns: 1fr; /* 1 card per row */
        gap: 15px;
    }

    #amenities .card {
        padding: 20px 15px;
        border-radius: 50px;
    }

    #amenities .card img {
        width: 60px;
        margin-bottom: 10px;
    }

    #amenities .card h3 {
        font-size: 16px;
    }

    #amenities .card span {
        font-size: 12px;
    }
}
/* amenities code end */


