﻿/* ===== HERO SECTION ===== */


.menu-box ul li {
    margin-left: 20px !important;
}

.hero {
    position: relative;
    width: 100%;
    height: 750px;
    background: url('/assets/img/banner noida office.webp') center/cover no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: white;
    padding: 0 0 100px;
}
.hero.Ghaziabad {

    background: url('/assets/img/3 BHK Flats in Ghaziabad.webp') center / cover no-repeat !important;
    
}
.floor-hero.Ghaziabad::before {
   
    background: url('/assets/img/floor plans gz.webp') center bottom / cover no-repeat !important;
}

.hero.two-bhk{

    background: url('/assets/img/2bhk flat in ghaziabad.webp') center / cover no-repeat !important;
    
}
.floor-hero.two-bhk::before {
   
    background: url('/assets/img/floor plan 2bhk.webp') center bottom / cover no-repeat !important;
}



 .two-bhk .pg-projects {
    grid-template-columns: repeat(2, minmax(0, 1fr));
   
}

/* Dark overlay */
.hero-overlay {
    position: absolute; 
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.hero-content {
    text-align: center;
}
.upper-con {
    margin-bottom: 50px;
}

    /* Main Heading */
.hero-content h1 {
    color: #fff;
    text-shadow: 0 5.151px 12.878px rgba(0, 0, 0, 0.3);
    font-family: 'Poppins', sans-serif;
    font-size: 82px;
text-align:center;
    font-style: normal;
    font-weight: 700;
    line-height: 100px; /* 137.917% */
    text-transform: capitalize;
    margin: 0px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Poppins', sans-serif !important;
    text-align:left;
}

p,span, li, a, button, .ribbon, table, .pg-card-caption {
    font-family: 'Lexend Deca', sans-serif !important;
}
/* Orange Subheading */
.subtitle {
    color: #f9a51b;
    text-shadow: 0 13.387px 13.387px rgba(0, 0, 0, 0.15);
    
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 34.548px; /* 205.953% */
    text-transform: capitalize;
    margin: 0;
}

/* Description paragraph */
.desc {
    color: #fff;
    text-align: center;

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 166.667% */
    text-transform: capitalize;
    max-width: 1300px;
    margin: 0 auto 50px auto;
}

/* CTA Button */
.cta-btn {
        padding: 10px 20px;
        font-size: 20px;
    font-weight: 500;
    color: white;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    text-decoration: none;
position: relative;

    border-radius: 118.125px;
    background: rgba(255, 255, 255, 0.24);
    transition: 0.5s ease;
z-index: 1;
  overflow: hidden;
}
.cta-btn::after {
  content: "";
  position: absolute;
  inset: 0;                     /* stretch full */
  padding: 1px;                 /* border thickness */
  border-radius: inherit;
background: linear-gradient(170deg,rgba(255, 255, 255, 1) 16%, rgba(0, 0, 0, 1) 48%, rgba(255, 255, 255, 1) 75%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
.cta-btn:hover::after {

background: linear-gradient(12deg,rgba(255, 255, 255, 1) 16%, rgba(0, 0, 0, 1) 48%, rgba(255, 255, 255, 1) 75%);
}
    .cta-btn:hover {
        border-radius: 90px;
backdrop-filter: blur(6.2px);
-webkit-backdrop-filter: blur(6.2px);
background: rgba(0, 0, 0, 0.00);
        color:#fff !important;
    }
        .cta-btn:hover .btn-icon-primary {
            transform: rotate(85deg);
        }


/* ===== TWO COL SECTION ===== */
.two-col-section {
    padding: 70px 0 40px;
}

.two-col-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.two-col-image img {
    width: 490px;
    height: 550px;
    border-radius: 20px;
    object-fit: cover;
}

.two-col-content {
    flex: 1;
}

    .two-col-content h2 {
        color: #000;
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 52px; /* 130% */
        text-transform: capitalize;
        margin: 0 0 20px;
    }

    .two-col-content p {
        color: #5f5f5f;

        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px; /* 166.667% */
        text-transform: capitalize;
        margin-bottom: 30px;
    }

    .two-col-content strong {
        font-weight: 700;
    }

@media (max-width: 900px) {
    .two-col-container {
        flex-direction: column;
        text-align: center;
    }

    .two-col-image img {
        width: 100%;
    }

    .two-col-content {
        text-align: left;
    }
}

/* ===== PREMIUM OPTIONS ===== */
.premium-options {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0px 0px;
}

.section-title {
    color: #000;
    text-align: center;
    
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px; /* 162.5% */
    text-transform: capitalize;
    margin-bottom: 40px;
}

.premium-card {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 40px;
    border: 2px solid #ddd;
    border-radius: 16px;
    gap: 60px;
}

.premium-left {
    flex: 1;
}

    .premium-left h3 {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 16px;
    }

    .premium-left p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    .premium-left ul {
        margin-bottom: 30px;
        padding-left: 18px;
    }

        .premium-left ul li {
            font-size: 15px;
            line-height: 1.7;
            margin-bottom: 10px;
        }

.premium-buttons {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.btn {
    
display:flex;
justify-content:center;
align-items:center;
    padding: 12px 26px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s ease;
}

.primary-btn {
    background: #2a4dff;
display:flex;
justify-content:center;
align-items:center;
    color: #fff;
    border: 1px solid #2a4dff;
}

    .primary-btn:hover {
        border-radius: 69px;
border: 1px solid #2727E6;
background: linear-gradient(180deg, rgba(39, 39, 230, 0.00) 0%, rgba(22, 22, 128, 0.20) 100%);
box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.15);
    }

.outline-btn {
    background: transparent;
    border: 1.5px solid #000;
    color: #000;
display: flex;
    gap: 10px;
}

    .outline-btn:hover {
        color: #000;
    }

.premium-slider {
    position: relative;
}

.premium-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
}

.premium-dot {
    width: 20px;
    height: 5px;
    border-radius: 5px;
    background: #E8E8E8;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .premium-dot.active {
        background: #F9A51B; /* active color */
        width: 40px;
    }

/* === SLIDER WRAPPER === */
.premium-slider {
    position: relative;
    overflow: hidden;
}

/* Track that slides left/right */
.premium-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

/* Each slide is full width */
.premium-card {
    flex: 0 0 100%;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 40px;
    border: 2px solid #ddd;
    border-radius: 16px;
    gap: 40px;
    background: #ffffff;
}

/* Left / right content (you already had these) */
.premium-left {
    flex: 1;
}

    .premium-left h3 {
        color: #000;
        
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 38px; /* 203.125% */
        text-transform: capitalize;
        margin-bottom: 16px;
    }

    .premium-left p {
        color: #5f5f5f;

        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px; /* 166.667% */
        text-transform: capitalize;
        margin-bottom: 30px;
    }

    .premium-left ul {
        margin-bottom: 30px;
        padding-left: 18px;
    }

        .premium-left ul li {
            color: #5f5f5f;
            
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 30px;
            text-transform: capitalize;
            margin-bottom: 30px;
        }

.premium-right img {
    width: auto;
    height: auto;
    border-radius: 16px;
    object-fit: cover;
}

/* Buttons you already use */
.premium-buttons {
    display: flex;
    gap: 18px;
}

/* Arrows */
.premium-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.premium-prev {
    left: -20px;
}

.premium-next {
    right: -20px;
}

/* Responsive */
@media (max-width: 900px) {
    .premium-card {
        flex-direction: column;
    }

    .premium-right img {
        width: 100%;
    }

    .premium-prev {
        left: 10px;
    }

    .premium-next {
        right: 10px;
    }
}

.premium-track {
    display: flex;
    width: 100%; /* three slides */
    transition: transform 0.5s ease-in-out;
}

.premium-card {
    flex: 0 0 100%;
}

/* ===== COMPARE YOUR CHOICES (cards with logos) ===== */
.choices-section {
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px 20px 80px;
}

.choices-title {
    color: #000;
    text-align: center;
    
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px; /* 162.5% */
    text-transform: capitalize;
    margin-bottom: 40px;
}

.choices-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.choices-card {
    width: 42%;
    padding: 45px 30px;
    background: #f4f4ff;
    border-radius: 16px;
    text-align: center;
    box-sizing: border-box;
    border: 2px solid transparent;
    transition: 0.3s ease;
}

    .choices-card hr {
        border: none;
        border-top: 1px solid #dcdcdc;
        margin: 20px 0;
    }

.cmp-logo {
    width: 160px;
    margin: 0 auto 20px;
    display: block;
}

.choices-card h3 {
        font-size: 20px;
    margin: 34px 0;
    font-weight: 700;
    text-align: center;
}

.cmp-icon {
    font-size: 28px;
    margin: 20px 0 20px;
}

.cmp-location {
    font-size: 15px;
    font-weight: 600;
}

.cmp-subtext,
.cmp-advantages {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
}

.choices-card h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 10px;
text-align:center;
}

@media (max-width: 900px) {
    .choices-container {
        flex-direction: column;
        align-items: center;
    }

    .premium-card {
        flex-direction: column;
    }

    .premium-right img {
        width: 100%;
    }
}

/* ===== OVERLAY BOX SECTION ===== */
.overlay-box-origin {
    display: flex;
    justify-content: center;
    padding: 40px 16px 60px;
}

.overlay-box {
    width: 420px;
    background: rgba(39, 39, 230, 0.9);
    backdrop-filter: blur(18px);
    border-radius: 12px;
    padding: 32px;
    color: #fff;
}

    .overlay-box h2 {
        font-size: 28px;
        margin-bottom: 10px;
        font-weight: 700;
    }

    .overlay-box p,
    .overlay-box li {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 10px;
    }

.buttons {
    display: flex;
    gap: 16px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.btn-primary {
    border-radius: 69px;
    background: #2727e6;
    box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.15);
    color: #333;
    padding: 15px 30px;
    color: #fff;
    
    font-size: 18px;
    font-style: normal;
    text-decoration: none;
    font-weight: 500;
    line-height: 30.206px; /* 167.808% */
    border: none;
display: flex;
    gap: 15px;
    align-items: center;
}

.btn-primary:hover {
    border-radius: 69px;
border: 1px solid #2727E6;
background: linear-gradient(180deg, rgba(39, 39, 230, 0.00) 0%, rgba(22, 22, 128, 0.20) 100%);
box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.15);
color: #2727e6;

}
.btn-primary:focus,
.btn-primary:active,
.btn-primary:focus-visible,
.btn-primary:focus-within {
    outline: none !important;
    
}

.btn-icon-primary{
transition:all 0.5s ease;

}

.btn-primary:hover .btn-icon-primary{
transform:rotate(75deg);
    filter: invert(80%) sepia(30%) saturate(5600%) hue-rotate(231deg) brightness(99%) contrast(103%);


}

.btn-secondary {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

/* gallery grid  */

.Gallery-grid {
    margin: 0 80px;
}

.Gallery-grid {
    padding: 60px 0px 110px;
    text-align: center;
    font-family: "Lato", sans-serif;
    background: #fff;
    justify-items: center;
}

.sec-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.sec-sub {
    color: rgba(0, 0, 0, 0.45);
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 166.667% */
text-transform: capitalize;
    margin-bottom: 40px;
max-width: 1200px;
    margin-top: 20px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin: 50px auto 0;
}

.tile:nth-child(5n + 2),
.tile:nth-child(5n + 7) {
    transform: translateY(50px);
}

.tile:nth-child(5n + 4),
.tile:nth-child(5n + 9) {
    transform: translateY(50px);
}

.tile {
    position: relative;
    display: inline-block;
    /* margin-bottom: 18px; */
    /* border-radius: 16px; */
    overflow: hidden;
    cursor: pointer;
    break-inside: avoid;
}

    .tile img {
        width: 100%;
        display: block;
        height: 290px;
        object-fit: cover;
        /* border-radius: 16px; */
        transition: all 0.4s ease;
    }

    .tile:hover img {
        transform: scale(1.05);
        filter: brightness(0.8);
    }

    .tile:nth-child(5n + 2)::after,
    .tile:nth-child(5n + 4)::after {
        bottom: 0px;
    }

    .tile::after {
        content: attr(data-title);
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        padding: 12px 25px;
        font-size: 16px;
        text-align: left;
        color: #fff;
        font-weight: 500;
        /* background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%); */

        transition: all 0.4s ease;
    }

/* Responsive */
@media (max-width: 1300px) {
    .grid {
        column-count: 3;
    }
}

@media (max-width: 768px) {
    .grid {
        column-count: 2;
    }
}

@media (max-width: 480px) {
    .grid {
        column-count: 1;
    }
}

/* floop section css*/
/* ===== HERO WRAPPER ===== */
.floor-hero {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.35);
    background: #000;
}

    /* Background image */
    .floor-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: url("/assets/img/bg floor.webp") center bottom / cover no-repeat;
        z-index: 1;
        transform: scale(1.02);
    }


/* Center content area */
.floor-hero-inner {
    position: relative;
    z-index: 3;
    
    display: flex;
    align-items: center;
    padding: 0px 70px;
}

/* ===== GLASS CARD ===== */
.floor-card {
    width: 45%;
    max-width: 100%;
    padding: 40px 60px;
    color: #ffffff;
    border-radius: 20px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.43);
    backdrop-filter: blur(15px);
    
}

    .floor-card h2 {
        margin: 0 0 16px;
        color: #fff;
        
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 50px; /* 125% */
        text-transform: capitalize;
    }

    .floor-card p {
        margin: 0 0 38px;
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px; /* 125% */
        text-transform: capitalize;
    }

        .floor-card p strong {
            font-weight: 600;
            color: #ffffff;
        }

/* Buttons row */
.floor-buttons {
    margin-top: 18px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.floor-btn {
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    transition: 0.2s ease;
}

.floor-btn-primary {
    border-radius: 117.263px;
    background: #fff;
    padding: 15px 30px;
    color: #2727e6;
    font-size: 18.157px;
    font-style: normal;
border: 1px solid transparent;
transition:all 0.5s ease;
    font-weight: 500;
    line-height: 29.985px; /* 165.145% */
}
.floor-btn-primary:hover{
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    backdrop-filter: blur(8px);
}

.floor-btn-secondary {
    border-radius: 118.125px;
    background: rgba(255, 255, 255, 0.24);
    color: #fff;
    padding: 15px 30px;
    position:relative;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30.206px; /* 167.808% */
}

.floor-btn-secondary::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(170deg,rgba(255, 255, 255, 1) 16%, rgba(0, 0, 0, 1) 48%, rgba(255, 255, 255, 1) 75%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.floor-btn-secondary:hover{ 
background:transparent;
backdrop-filter: blur(6.2px);
-webkit-backdrop-filter: blur(6.2px);
color:#fff;
}
.floor-btn-secondary:hover::after {
    background: linear-gradient(12deg, rgba(255, 255, 255, 1) 16%, rgba(0, 0, 0, 1) 48%, rgba(255, 255, 255, 1) 75%);
}


/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
    .floor-hero {
        margin: 0;
        border-radius: 0;
        height: auto;
        min-height: 520px;
    }

    .floor-hero-inner {
        padding: 32px 20px;
        align-items: flex-start;
    }

    .floor-card {
        width: 100%;
        margin-top: 40px;
    }
}

@media (max-width: 600px) {
    .floor-card {
        padding: 24px 20px 22px;
        border-radius: 20px;
    }

        .floor-card h2 {
            font-size: 22px;
        }
}

/* ===== LOCATION SECTION ===== */
.loc-section {
    padding: 60px 0px;
    background: url('/assets/img/map bg1.webp') center/cover no-repeat;
}

.loc-inner {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
    gap: 48px;
    align-items: center;
}

.loc-left {
    position: relative;
    min-height: 280px;
    align-content: flex-end;
}

.loc-map {
    position: absolute;
    inset: 0;
    border-radius: 24px;
}

.loc-left-content {
    position: relative;
    padding: 40px 80px 0px 0;
}

.loc-title {
    color: #000;

    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px; /* 125% */
    text-transform: capitalize;
    margin: 0 0 16px;
}

.loc-subtitle {
    margin: 0;
    color: rgba(0, 0, 0, 0.8);
    
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 166.667% */
    text-transform: capitalize;
}

.loc-right {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.loc-block {
    position: relative;
    padding: 4px 0;
}

.loc-block-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.card-bottom::after {
    position: absolute;
    bottom: -20px;
    width: 100%;
    left: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(51, 51, 51, 0.50) 50.07%, rgba(0, 0, 0, 0.00) 100%);
    height: 2px;
    content: "";
}

.loc-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    }

    .loc-icon svg {
        width: 25px;
        height: 25px;
        fill: #4f46e5;
    }

.loc-block-title {
    margin: 0;
    color: #2727e6;
    
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.22px;
}

.loc-list {
    margin: 0;
    padding-left: 53px;
    color: #67738c;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 143.75% */
    letter-spacing: -0.16px;
}

    .loc-list li + li {
        margin-top: 18px;
    }

@media (max-width: 900px) {
    .loc-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .loc-left {
        order: 1;
    }

    .loc-right {
        order: 2;
    }
}

@media (max-width: 600px) {
    .loc-left-content {
        padding: 28px 24px 32px;
    }

    .loc-title {
        font-size: 24px;
    }
}

/* ===== WHO IS PRATEEK GROUP ===== */
.pg-section {
    padding: 70px 16px 80px;
}

.pg-inner {
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
}

.pg-heading {
    color: #000;
    text-align: center;
    
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px; /* 162.5% */
    text-transform: capitalize;
    margin: 0 0 18px;
}

.pg-text {
    margin: 0 auto 28px;
    max-width: 980px;
    color: rgba(0, 0, 0, 0.45);
    text-align: center;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    text-transform: capitalize;
}

.pg-subheading {
    margin: 0 0 36px;
    color: rgba(0, 0, 0, 0.45);
    
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 166.667% */
    text-transform: capitalize;
}

.pg-projects {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
}

.pg-card {
    background: #ffffff;
    border-radius: 18px;
        text-align: center;
    display: flex;
    position: relative;
    flex-direction: column;
}

.pg-card-img {
    width: 100%;
    border-radius: 10px;
    height: 265px;
    object-fit: cover;
    display: block;
}

.pg-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 32.14%, #FFF 100%);
    border-radius: 10px;
}

.pg-card-caption {
    padding: 14px 16px 18px;
    color: rgba(0, 0, 0, 0.80);
text-align: center;

font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 136.364% */
text-transform: capitalize;
    z-index: 999;
    position: absolute;
    bottom: -27px;
    width: 100%;
    }

@media (max-width: 900px) {
    .pg-projects {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .pg-section {
        padding: 52px 16px 60px;
    }

    .pg-heading {
        font-size: 26px;
    }

    .pg-projects {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .pg-card-img {
        height: 190px;
    }
}

/* ===== BUYER GUIDE GRID (blue background cards) ===== */
.compare-wrapper {
    padding: 0px 16px 80px;
    display: flex;
    justify-content: center;
}

.compare-section {
    width: 100%;
    margin: 0 50px;
    background: linear-gradient(0deg, rgb(39 39 230 / 12%) 75%, #FFF 100%);
    padding: 40px;
    text-align: center;
}

.compare-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 30px;
    color: #2727E6;
    font-family: 'Lexend Deca';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 216.667% */
    text-transform: capitalize;
    border-radius: 77px;
    background: #D8E0FF;
    margin-bottom: 12px;
}

.compare-title {
    color: #000;
    text-align: center;
    
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px; /* 118.182% */
    text-transform: capitalize;
    margin: 30px 0 30px;
}

.compare-subtitle {
    margin: 0 0 28px;
    color: rgba(0, 0, 0, 0.45);
    text-align: center;
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    text-transform: capitalize;
}

.compare-grid {
    gap: 5px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
}

.compare-card {
    padding: 35px 40px;
    background: #f7f7f9;
    text-align: left;
}

.compare-icon {
    width: 26px;
    height: 26px;
    margin-bottom: 14px;
    color: var(--accent);
}

    .compare-icon svg {
        width: 100%;
        height: 100%;
        stroke: var(--accent);
        fill: none;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.compare-card-title {
    color: #1F2937;
    font-family: "Lexend Deca";
    font-size: 18.222px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.333px; /* 150% */
    margin: 0 0 6px;
}

.compare-card-text {
    margin: 0;
    color: #6B7280;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.611px; /* 185.069% */
}

.compare-cta-wrap {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.compare-cta-btn {
    padding: 15px 80px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    color: #ffffff;
    border-radius: 69px;
    background: #2727E6;
    box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.15);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.compare-cta-btn:hover {
border-radius: 69px;
color:#2727E6;
border: 1px solid #2727E6;
background: linear-gradient(180deg, rgba(39, 39, 230, 0.00) 0%, rgba(22, 22, 128, 0.20) 100%);
box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 992px) {
    .compare-section {
        padding: 34px 22px 30px;
    }

    .compare-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .compare-card:nth-child(2),
    .compare-card:nth-child(4),
    .compare-card:nth-child(6) {
        border-right: none;
    }

    .compare-card:nth-child(5),
    .compare-card:nth-child(6) {
        border-bottom: none;
    }
}

@media (max-width: 640px) {
    .compare-wrapper {
        padding: 40px 12px 60px;
    }

    .compare-section {
        padding: 30px 16px 26px;
        border-radius: 22px;
    }

    .compare-title {
        font-size: 22px;
    }

    .compare-grid {
        grid-template-columns: 1fr;
    }

    .compare-card {
        border-right: none !important;
        border-bottom: 1px solid var(--card-border);
    }

        .compare-card:last-child {
            border-bottom: none;
        }
}

/* faq section */


.faq-section {
    background: #f5f5f5;
    padding: 100px 40px;
    display: flex;
    justify-content: center;
    
}

.faq-container {
    display: flex;
    gap: 80px;
    /* max-width: 1300px; */
    width: 100%;
    margin: 0 30px;
}

.faq-left {
    flex: 1;
}

    .faq-left h2 {
        color: #000;
        
        font-size: 44px;text-align:left;
        font-style: normal;
        font-weight: 600;
        line-height: 52px; /* 118.182% */
        margin-bottom: 10px;
    }

    .faq-left p {
        color: #61656E;
        font-family: Helvetica;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; /* 144.444% */
    }

.faq-right {
    flex: 1.5;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.faq-item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}
.faq-question {
    outline: none;
}

    .faq-question:active,
    .faq-question:focus,
    .faq-question:focus-visible {
        outline: none !important;
        box-shadow: none !important;
    }

.faq-question {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    color: #12161D;
    
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 160% */
    padding: 22px 24px;
    color: #111;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-icon {
    font-size: 22px;
    color: #111;
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s ease;
    padding: 0 24px;
    background: #fff;
}

    .faq-answer p {
        color: #61656E;
        font-family: Helvetica;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; /* 162.5% */
        margin: 0;
        padding: 0 0 20px;
    }

/* Active State */
.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 0 24px 10px;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
    content: "−";
}

.faq-item.active .faq-question .faq-icon {
    content: "−";
}

/* Responsive */
@media (max-width: 900px) {
    .faq-container {
        flex-direction: column;
        gap: 40px;
    }

    .faq-left h2 {
        font-size: 26px;
    }
}

/* ===== PRICING BANNER WRAPPER ===== */
.pricing-banner-wrap {
    padding: 80px 16px 0px;
    display: flex;
    margin: 0 50px;
    justify-content: center;
}

.pricing-banner {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    box-sizing: border-box;
    padding: 70px 40px 70px;
    text-align: center;
     background: url('/assets/img/bg ctra.webp') center/cover no-repeat;
}


.pricing-banner-inner {
    max-width: 1170px;
    margin: 0 auto;
}

.pricing-banner-title {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px; /* 140% */
    margin: 0 0 18px;
}

.pricing-banner-text {
    margin: 0 auto 34px;
    color: #FFF;
    text-align: center;
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 138.889% */
}

/* BUTTON ROW */
.pricing-banner-buttons {
    display: inline-flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.pricing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    padding: 15px 26px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.18s ease;
    white-space: nowrap;
}


.pricing-btn-primary:hover{
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    backdrop-filter: blur(8px);
}

/* Primary white button (link) */
.pricing-btn-primary {
    
    border-radius: 117.263px;
    background: #fff;
    padding: 15px 30px;
    color: #2727e6;
    font-size: 18.157px;
    font-style: normal;
border: 1px solid transparent;
transition:all 0.5s ease;
    font-weight: 500;
    line-height: 29.985px; /* 165.145% */

}

/* Secondary blue button (link) */
.pricing-btn-secondary {
    border-radius: 118.125px;
    background: rgba(255, 255, 255, 0.24);
    color: #fff;
    padding: 15px 30px;
    position:relative;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30.206px; /* 167.808% */

}
.pricing-btn-secondary::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(170deg,rgba(255, 255, 255, 1) 16%, rgba(0, 0, 0, 1) 48%, rgba(255, 255, 255, 1) 75%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.pricing-btn-secondary:hover{ 
background:transparent;
backdrop-filter: blur(6.2px);
-webkit-backdrop-filter: blur(6.2px);
color:#fff;
}
.pricing-btn-secondary:hover::after {
    background: linear-gradient(12deg,rgba(255, 255, 255, 1) 16%, rgba(0, 0, 0, 1) 48%, rgba(255, 255, 255, 1) 75%);

}


/* RESPONSIVE */
@media (max-width: 768px) {
    .pricing-banner {
        padding: 60px 22px 60px;
        border-radius: 24px;
    }

    .pricing-banner-title {
        font-size: 24px;
    }

    .pricing-banner-text {
        font-size: 13px;
    }
.hero-content h1 {
font-size: 40px;  
  line-height: 44.917px;

}

.subtitle {
font-size: 16px;
    line-height: 20.548px;

}

.desc {
font-size: 16px;
    font-weight: 400;
    line-height: 25px;
padding:0 10px;
max-width: 100%;

}
.two-col-section {
    padding: 70px 20px 10px; 
}
h2{
font-size: 33px !important; 
    font-style: normal;
    font-weight: 600;
    line-height: 40px !important;

}
.premium-options {
        padding: 0px 20px;
}
    .premium-card {
        flex-direction: column;
        padding: 20px;
    }
.choices-card {
    width: 100%;
}

.Gallery-grid {
    margin: 0 20px;
}
.sec-title {
        text-align: center;
   
}

.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.tile:nth-child(5n + 2), .tile:nth-child(5n + 7) {
    transform: translateY(0px);
}

.tile:nth-child(5n + 4), .tile:nth-child(5n + 9) {
    transform: translateY(0px);
}
.pricing-banner-wrap {
        margin: 0 0px;
}
.compare-section {
    width: 100%;
    margin: 0 0px;
}
.faq-section {
    background: #f5f5f5;
    padding: 100px 0px;
}
.hero {
padding: 0 0 70px;}

.btn {
width:100%;

}
.upper-con{
margin-bottom: 20px;
}

}


/* new pages styles */

       .premium-table-wrap {
            max-width: 1300px;
            margin: 80px auto 80px;
            padding: 0px 0px;
        }

            .premium-table-wrap h2 {
                color: #000;
                text-align: center;
                font-size: 40px;
                font-style: normal;
                font-weight: 600;
                line-height: 50px; /* 125% */
                text-transform: capitalize;
                margin-bottom: 40px;
            }

        .premium-table {
            width: 100%;
            border-collapse: collapse;
        }

            .premium-table thead th {
                text-align: left;
                padding: 16px 30px;
                color: #000;
                font-family: Helvetica;
                font-size: 24px;
                font-style: normal;
                font-weight: 700;
                line-height: 30px; /* 125% */
                text-transform: capitalize;
                border-bottom: 1px solid #00000033;
                border-right: 1px solid #00000033;
                position: relative;
            }


            .premium-table tbody td {
                padding: 22px 30px;
                vertical-align: top;
                color: rgba(0, 0, 0, 0.45);
                font-size: 18px;
                font-style: normal;
                font-weight: 500;
                line-height: 30px; /* 166.667% */
                text-transform: capitalize;
                border-bottom: none;
            }

                .premium-table tbody td:not(:last-child) {
                    border-right: 1px solid #00000033;
                }

            .premium-table thead th:last-child {
                border-right: 0px solid #00000033;
            }

            /* Light row separator */
            .premium-table tbody tr {
                border-bottom: none;
            }

            .premium-table tbody strong {
                font-weight: 700;
                color: #000;
            }



        .premium-table-wrap p {
            color: rgba(0, 0, 0, 0.45);
            text-align: center;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 30px; /* 166.667% */
            text-transform: capitalize;
            margin-bottom: 40px;
        }


        /*            table with bg*/

        .luxury-projects-wrap {
            max-width: 1300px;
            margin: 80px auto 80px;
            padding: 0px 0px;
        }

            .luxury-projects-wrap h2 {
                color: #000;
                text-align: center;
                font-size: 40px;
                font-style: normal;
                font-weight: 600;
                line-height: 50px; /* 125% */
                text-transform: capitalize;
                margin-bottom: 45px;
            }

        .luxury-table {
            width: 100%;
            border-collapse: collapse;
            background: transparent;
        }

            /* HEADER */
            .luxury-table thead tr {
                border-radius: 10px;
                background: #F1F1F1;
            }

            .luxury-table thead th {
                padding: 15px 30px;
                color: #000;
                font-size: 20px;
                font-style: normal;
                font-weight: 700;
                line-height: 30px; /* 150% */
                text-transform: capitalize;
                position: relative;
            }



            /* BODY ROWS */
            .luxury-table tbody td {
                padding: 22px 30px;
                vertical-align: middle;
                color: #5a5a5a;
                border-bottom: 1px solid rgba(0, 0, 0, 0.08);
                color: rgba(0, 0, 0, 0.45);
                font-size: 18px;
                font-style: normal;
                font-weight: 500;
                line-height: 30px; /* 166.667% */
                text-transform: capitalize;
            }

                /* Vertical borders for columns */
                .luxury-table tbody td:not(:last-child) {
                    border-right: 1px solid rgba(0, 0, 0, 0.05);
                }

                .luxury-table tbody td:first-child {
                    color: #000;
                }

            .luxury-table thead th:not(:last-child) {
                border-right: 1px solid rgba(0, 0, 0, 0.05);
            }


            .luxury-table tbody tr:last-child td {
                border-bottom: none;
            }

        /* SECTION BACKGROUND IMAGE */
        .luxury-room-section {
            background: url('your-image.jpg') center/cover no-repeat;
            position: relative;
            padding: 80px 0;
            background: grey;
        }

        .luxury-room-container {
            position: relative;
            display: flex;
            justify-content: space-between;
            width: 85%;
            max-width: 1300px;
            margin: auto;
            gap: 30px;
            align-items: center;
        }

        /* LEFT SIDE */
        .luxury-left {
            width: 45%;
            color: #fff;
        }

            .luxury-left h2 {
                color: #FFF;
                font-size: 40px;
                font-style: normal;
                font-weight: 600;
                line-height: 50px; /* 125% */
                text-transform: capitalize;
                margin-bottom: 20px;
            }

            .luxury-left p {
                color: #FFF;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 23px; /* 143.75% */
                letter-spacing: -0.16px;
                margin-bottom: 25px;
            }

        /* BUTTON */
        .download-btn {
            display: inline-flex;
            padding: 15.635px 23.453px;
            align-items: center;
            gap: 18.241px;
            color: #4b32ff;
            font-weight: 600;
            border-radius: 117.263px;
            background: #FFF;
            text-decoration: none;
            transition: all 0.5s ease;
            border: 2px solid transparent;
        }

            .download-btn:hover {
                background: transparent;
                border: 2px solid #fff;
                color: #fff;
            }

        /* RIGHT SIDE */
        .luxury-right {
            width: 48%;
            display: flex;
            flex-direction: column;
            gap: 25px;
        }

        /* GLASS CARDS */
        .luxury-card {
            border-radius: 20px;
            border: 1px solid #FFF;
            background: rgba(0, 0, 0, 0.20);
            backdrop-filter: blur(15px);
            padding: 25px;
            transition: all 1s ease;
        }

            .luxury-card:hover {
                border-radius: 21.72px;
                border: 1.086px solid #FFF;
                background: rgba(0, 0, 0, 0.43);
                backdrop-filter: blur(16.28980827331543px);
                transform: scale(1.1);
            }

                .luxury-card:hover h3 {
                    color: #F9A51B;
                }
            /* Orange heading card */
            .luxury-card h3 {
                color: #ffae42;
            }

            .luxury-card h3 {
                margin-bottom: 10px;
                color: #FFF;
                font-size: 24px;
                font-style: normal;
                font-weight: 400;
                line-height: 23px; /* 95.833% */
                letter-spacing: -0.24px;
            }

            .luxury-card p {
                color: rgba(255, 255, 255, 0.70);
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 23px; /* 143.75% */
                letter-spacing: -0.16px;
            }

        .invest-pot {
            position: relative;
            background: #0a1f4e;
            color: #dbe4ff;
            padding: 100px 0;
            overflow: hidden;
        }

            .invest-pot::before {
                content: "";
                position: absolute;
                inset: 0;
                background: url("https://images.unsplash.com/photo-1494526585095-c41746248156?q=80&w=1974&auto=format&fit=crop") center/cover no-repeat;
                opacity: 1;
                pointer-events: none;
            }
        /* .invest-pot::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,19,50,.95),rgba(6,19,50,.95))} */
        .con-invest-pot {
            position: relative;
            width: 1300px;
            margin: 0 auto;
            padding: 0;
        }

        .invest-pot h2 {
            margin: 0 0 6px;
            color: #FFF;
            text-align: center;
            font-size: 40px;
            font-style: normal;
            font-weight: 600;
            line-height: 65px; /* 162.5% */
            text-transform: capitalize;
        }

        .invest-pot .sub {
            margin: 0 0 26px;
            color: rgba(255, 255, 255, 0.70);
            text-align: center;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 30px; /* 166.667% */
            text-transform: capitalize;
        }

        .invest-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center; /* center all rows */
            gap: 10px; /* space between items */

            margin: 30px auto 0; /* centers the whole grid */
        }

        .invest-card {
            flex: 0 0 calc(33.333% - 20px); /* 3 per row with gap */
            max-width: calc(33.333% - 20px);
            box-sizing: border-box;
            position: relative;
            padding: 25px;
        }

        .ribbon {
            top: -12px;
            left: 16px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='56' viewBox='0 0 400 56' fill='none'%3E%3Cpath d='M0 0H400L387.342 28L400 56H0V0Z' fill='%23F9A51B'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-size: cover;
            color: #FFF;
            font-size: 20px;
background-position: center;
            font-style: normal;
            font-weight: 400;
            text-align: left;
            line-height: 30px; /* 125% */
            padding: 8px 14px;
            border-radius: 6px;
        }

        .invest-card p {
            margin: 8px 0 0;
            color: #FFF;
	    text-align:left;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 30px; /* 166.667% */
        }

        .cta-btns {
            display: flex;
            justify-content: center;
            gap: 40px;
            margin-top: 40px;
        }

        .pg-text {
            margin: 0 auto 40px;
            max-width: 100% !important;
        }


        .upper-sec {
            justify-content: space-between;
            display: flex;
        }

        .premium-arrow-btn {
            position: relative !important;
            margin-top: 15px;
            transform: none !important;
        }

        .premium-next-btn:hover, .premium-prev-btn:hover {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: none;
            background: #142D6F;
        }

        .premium-next-btn, .premium-prev-btn {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: none;
            background: #D2D2D2;
            color: #fff;
        }

        .premium-arrow-bt {
            display: flex;
            gap: 15px;
        }

        .section-title {
            text-align: center;
            margin-bottom: 10px;
        }

        .premium-options p {
            color: rgba(0, 0, 0, 0.45);
            text-align: center;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 30px; /* 166.667% */
            text-transform: capitalize;
            margin-bottom: 40px;
        }
.premium-left span img {
    padding: 0 10px 10px 0;
}

        .premium-left p {
            color: #5F5F5F;
            text-align: left;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 30px; /* 166.667% */
            text-transform: capitalize;
        }


        .premium-next-btn,
        .premium-prev-btn {
            outline: none !important;
            border: none !important;
            box-shadow: none !important;
        }

            .premium-next-btn:focus,
            .premium-prev-btn:focus,
            .premium-next-btn:active,
            .premium-prev-btn:active {
                outline: none !important;
                border: none !important;
                box-shadow: none !important;
            }

            .premium-next-btn::-moz-focus-inner,
            .premium-prev-btn::-moz-focus-inner {
                border: 0 !important;
            }

        .premium-next-btn,
        .premium-prev-btn {
            -webkit-tap-highlight-color: transparent !important;
        }

        .two-col-image img {
            width: auto !important;
            height: auto !important;
            border-radius: 20px;
            object-fit: cover;
        }

        /* Wrapper */
        .location-wrap {
            padding: 80px 0px;
            background: #F8F8F8;
        }
        /* Header */
        .location-header {
            text-align: center;
            margin-bottom: 30px;
        }

        .location-title {
            color: #000;
            text-align: center;
            font-size: 40px;
            font-style: normal;
            font-weight: 600;
            line-height: 50px; /* 125% */
            text-transform: capitalize;
            margin-bottom: 30px;
        }

        .location-subtitle {
            color: rgba(0, 0, 0, 0.80);
            text-align: center;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 30px; /* 166.667% */
            text-transform: capitalize;
            max-width: 1100px;
            margin: 0 auto;
        }
        /* Columns Container */
        .location-columns {
            display: flex;
            justify-content: center;
            gap: 70px;
            position: relative;
            align-items: flex-start; /* keeps columns aligned at top */
            max-width: 1300px;
            margin: 0 auto;
            padding-top: 20px;
        }
            /* Separator Line */
            .location-columns::before {
                content: "";
                position: absolute;
                left: 50%;
                top: 0;
                height: 100%;
                width: 1px;
                background: #CFC9CC;
                transform: translateX(-50%);
            }
        /* Columns */
        .location-col {
            width: 48%;
        }

        .location-col-title {
            color: #2727E6;
            font-family: Helvetica;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: -0.22px;
            margin-bottom: 15px;
        }
        /* List */
        .location-list {
            padding-left: 20px;
            color: #67738C;
            font-family: Helvetica;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 23px;
            letter-spacing: -0.16px;
        }

            .location-list li {
                padding-bottom: 25px;
            }

        section.compare-section.Investment {
            background: none;
            width: 100%;
            margin: 80px auto;
            padding: 0 100px;
        }

        .prateek-review-wrap {
            display: flex;
            padding: 40px 0;
            gap: 40px;
            width: 1300px;
            align-items: center;
            margin: 50px auto 0;
        }

        .prateek-review-left,
        .prateek-review-right {
            width: 50%;
        }

        .prateek-review-right {
            border-radius: 20px;
            opacity: 1;
            background: #d9d9d930;
            padding: 20px;
        }

        .prateek-review-left h2 {
            color: #091236;
            font-size: 40px;
            font-style: normal;
            font-weight: 600;
            line-height: 140%; /* 56px */
            text-transform: capitalize;
        }

        button {
            outline: none !important;
            box-shadow: none !important;
        }

            button:focus,
            button:active {
                outline: none !important;
                box-shadow: none !important;
            }


        /* SLIDER BASE */
        .review-slider {
            width: 100%;
            overflow: hidden;
            position: relative;
        }

        .review-track {
            display: flex;
            gap: 20px;
            transition: transform 0.45s ease;
        }

        .review-card {
            width: 97%; /* Matches right container width */
            flex-shrink: 0; /* Prevents shrinking */
            border-radius: 20px;
            padding: 22px;
        }

        .review-head {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 10px;
        }

            .review-head img {
                width: 45px;
                height: 45px;
                border-radius: 50%;
            }

            .review-head h4 {
                margin: 0;
                color: #0A7CFF;
                font-size: 22px;
                font-style: normal;
                font-weight: 500;
                line-height: 140%; /* 30.8px */
            }

        .stars {
            font-size: 14px;
            color: #FACC07;
            letter-spacing: 2px;
        }

        .review-card p {
            margin: 0;
            color: #474747;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 30px; /* 166.667% */
        }

        .review-nav {
            margin-top: 25px;
            margin-right: 10px;
            display: flex;
            justify-content: flex-end;
            gap: 10px;
        }

            .review-nav button {
                width: 30px;
                height: 30px;
                border-radius: 50%;
                border: none;
                background: #eee;
                cursor: pointer;
                font-size: 14px;
            }


p.sec-sub-footer {
   margin-top: 120px;
color: rgba(0, 0, 0, 0.45);
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 166.667% */
text-transform: capitalize;
}

.hero-subtitle {
    color: #FFF;
    font-family: "Lexend Deca";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 138.889% */
    text-transform: uppercase;
}
    .hero-subtitle .dot {
        height: 10px;
        width: 10px;
        background: orange;
        border-radius: 50%;
        display: inline-block;
    }


@media (max-width: 900px) {
.luxury-pro-table {
    overflow: scroll;
}

.upper-sec {
  
    flex-direction: column;
    margin-bottom: 30px;
}
.luxury-room-container {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}
.luxury-left {
    width: 100%;
    color: #fff;
}
.luxury-right {
    width: 100%;
}

.invest-card {
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
}
.con-invest-pot {
    position: relative;
    width: 100%;
}
.cta-btns {
        flex-direction: column;
    padding: 0 20px;
    align-items: center;
}
section.luxury-room-section {
    padding: 40px 20px;
}

.pg-projects {
width: 100% !important;
}
.pg-projects {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.hero-content h1 {
    line-height: 45px !important;
    margin: 13px 0px !important;
}
.location-columns {
    flex-direction: column;
        max-width: 100%;
    margin: 0 20px;
    }
.prateek-review-wrap {   
 width: 100%;
    flex-direction: column;
    }

.prateek-review-left, .prateek-review-right {
    width: 100%;
}
.review-track {
    display: flex;
    gap: 12px;

}
.invest-pot {
        padding: 100px 20px;
}
section.compare-section.Investment{   
 padding: 0 20px;
}

.location-col {
    width: 100%;
}
.location-columns::before {
    display: none;
}
.two-col-image.second-bg {
    width: 100%;
}

.location-header {
    text-align: center;
        width: 100% !important;
    margin: 0px !important;
padding:20px; 
}
.hero {
    height: 850px;
}


}