/* =========================================================
   STAVIK SEO PAGE
   Maximum Content Width: 1500px
   ========================================================= */

.stavik-seo-page {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    color: #202020;
    font-family: Arial, Helvetica, sans-serif;
}

.stavik-seo-page *,
.stavik-seo-page *::before,
.stavik-seo-page *::after {
    box-sizing: border-box;
}

.stavik-seo-shell {
    width: min(1500px, calc(100% - 80px));
    margin: 0 auto;
}


/* =========================================================
   TYPOGRAPHY
   ========================================================= */

.stavik-seo-page p {
    margin: 0 0 22px;
    font-size: 17px;
    line-height: 1.85;
    color: #555555;
}

.stavik-seo-page h1,
.stavik-seo-page h2,
.stavik-seo-page h3 {
    margin-top: 0;
}

.stavik-seo-page h2 {
    margin-bottom: 28px;
    font-size: clamp(32px, 4vw, 58px);
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -1.5px;
    color: #181818;
}

.stavik-seo-page h3 {
    margin-bottom: 20px;
    font-size: clamp(24px, 2.5vw, 36px);
    line-height: 1.2;
    font-weight: 600;
    color: #202020;
}

.stavik-seo-kicker {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #9b7a45;
}


/* =========================================================
   HERO
   ========================================================= */

.stavik-seo-hero {
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: center;
    background-image: url("../img/project-page-banner.jpg");
    background-size: cover;
    background-position: center center;
}

.stavik-seo-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.66);
   
}

.stavik-seo-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1050px;
    padding: 70px 0;
}

.stavik-seo-hero-label {
    display: block;
    margin-bottom: 22px;
    color: #d3b37b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
}

.stavik-seo-hero h1 {
    max-width: 1050px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(42px, 6vw, 78px);
    line-height: 1.03;
    font-weight: 500;
    letter-spacing: -2px;
}

.stavik-seo-hero-line {
    width: 90px;
    height: 3px;
    margin-top: 30px;
    background: #c49a5a;
}


/* =========================================================
   GENERAL SECTIONS
   ========================================================= */

.stavik-seo-section {
    padding:60px 0;
}

.stavik-seo-section-alt {
    background: #f6f5f2;
}

.stavik-seo-section-heading {
    margin-bottom: 45px;
}


/* =========================================================
   INTRO
   ========================================================= */

.stavik-seo-intro {
    padding-top: 60px;
    padding-bottom: 70px;
}

.stavik-seo-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(380px, 0.8fr);
    gap: 90px;
    align-items: center;
}

.stavik-seo-intro-content {
    max-width: 900px;
}

.stavik-seo-intro-image {
    position: relative;
    height: 570px;
    overflow: hidden;
}

.stavik-seo-intro-image::after {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    pointer-events: none;
}

.stavik-seo-intro-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


/* =========================================================
   FEATURE CARDS
   ========================================================= */

.stavik-seo-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 35px 0 40px;
}

.stavik-seo-feature-card {
    position: relative;
    display: flex;
    gap: 25px;
    padding: 32px;
    background: #ffffff;
    border: 1px solid #e6e3dc;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stavik-seo-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.stavik-seo-feature-number {
    flex: 0 0 auto;
    color: #b28a4d;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}

.stavik-seo-feature-card h3 {
    margin-bottom: 10px;
    font-size: 22px;
}

.stavik-seo-feature-card p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   NARANPURA SECTION
   ========================================================= */

.stavik-seo-location-grid {
    display: grid;
    grid-template-columns: minmax(380px, 0.85fr) minmax(0, 1.15fr);
    gap: 90px;
    align-items: center;
    margin-bottom: 100px;
}

.stavik-seo-location-image {
    height: 570px;
    overflow: hidden;
}

.stavik-seo-location-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.stavik-seo-location-content {
    max-width: 850px;
}

.stavik-seo-choice {
    margin-left: auto;
    margin-right: auto;
}

.stavik-seo-choice > p {
    margin-top: 40px;
}


/* =========================================================
   NUMBERED LIST
   ========================================================= */

.stavik-seo-numbered-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.stavik-seo-numbered-item {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 20px;
    padding: 30px;
    border: 1px solid #e4e1da;
    background: #faf9f6;
}

.stavik-seo-numbered-item > span {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #1d1d1d;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.stavik-seo-numbered-item strong {
    display: block;
    margin-bottom: 8px;
    color: #202020;
    font-size: 18px;
}

.stavik-seo-numbered-item p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   PROJECT SECTION
   ========================================================= */

.stavik-seo-project {
    position: relative;
    min-height: 750px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.stavik-seo-project-image {
    position: absolute;
    inset: 0;
}

.stavik-seo-project-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.stavik-seo-project-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.82) 0%,
        rgba(0, 0, 0, 0.65) 48%,
        rgba(0, 0, 0, 0.30) 100%
    );
}

.stavik-seo-project-inner {
    position: relative;
    z-index: 2;
    padding-top: 100px;
    padding-bottom: 100px;
}

.stavik-seo-project-heading {
    max-width: 850px;
}

.stavik-seo-project h2 {
    color: #ffffff;
}

.stavik-seo-project p {
    max-width: 900px;
    color: rgba(255, 255, 255, 0.86);
}

.stavik-seo-project .stavik-seo-kicker {
    color: #d2ae70;
}

.stavik-seo-project-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.stavik-seo-stat {
    min-height: 145px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
}

.stavik-seo-stat:last-child {
    border-right: 0;
}

.stavik-seo-stat strong {
    display: block;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1;
    font-weight: 500;
}

.stavik-seo-stat span {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 1.5;
}


/* =========================================================
   AMENITIES
   ========================================================= */

.stavik-seo-amenities {
    background: #ffffff;
}

.stavik-seo-amenities-image {
    width: 100%;
    min-height: 300px;
    overflow: hidden;
    background: #f1f0ed;
}

.stavik-seo-amenities-image img {
    width: 100%;
    height: auto;
    min-height: 300px;
    display: block;
    object-fit: cover;
}


/* =========================================================
   INVESTMENT
   ========================================================= */

.stavik-seo-investment-layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1.3fr);
    gap: 100px;
    align-items: start;
}

.stavik-seo-investment-heading {
    position: sticky;
    top: 40px;
}

.stavik-seo-investment-content {
    max-width: 900px;
}


/* =========================================================
   CTA
   ========================================================= */

.stavik-seo-cta {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-image: url("../../stavik-abhishek/assets/img/amenities.jpg");
    background-size: cover;
    background-position: center;
}

.stavik-seo-cta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.68);
}

.stavik-seo-cta-inner {
    position: relative;
    z-index: 2;
    padding-top: 90px;
    padding-bottom: 90px;
}

.stavik-seo-cta h2 {
    color: #ffffff;
    margin-bottom: 25px;
}

.stavik-seo-cta p {
    max-width: 950px;
    color: rgba(255, 255, 255, 0.84);
}


/* =========================================================
   FAQ
   ========================================================= */

.stavik-seo-faq {
    padding-top: 100px;
    padding-bottom: 120px;
}

.stavik-seo-faq-list {
    margin: 0 auto;
    border-top: 1px solid #dedbd4;
}

.stavik-seo-faq-item {
    border-bottom: 1px solid #dedbd4;
    padding: 32px 0;
}

.stavik-seo-faq-item h3 {
    margin-bottom: 18px;
    font-size: 21px;
    line-height: 1.45;
}


.stavik-seo-faq-answer p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   RESPONSIVE — TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .stavik-seo-shell {
        width: min(1500px, calc(100% - 50px));
    }

    .stavik-seo-section {
        padding: 85px 0;
    }

    .stavik-seo-intro-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .stavik-seo-intro-image {
        height: 450px;
    }

    .stavik-seo-location-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .stavik-seo-location-image {
        height: 450px;
    }

    .stavik-seo-project {
        min-height: 700px;
    }

    .stavik-seo-project-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .stavik-seo-stat:nth-child(2) {
        border-right: 0;
    }

    .stavik-seo-stat:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    }

    .stavik-seo-investment-layout {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .stavik-seo-investment-heading {
        position: static;
    }
}


/* =========================================================
   RESPONSIVE — MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .stavik-seo-shell {
        width: calc(100% - 36px);
    }

    .stavik-seo-hero {
        min-height: 390px;
    }

    .stavik-seo-hero-content {
        padding: 55px 0;
    }

    .stavik-seo-hero h1 {
        font-size: clamp(36px, 11vw, 52px);
        letter-spacing: -1.2px;
    }

    .stavik-seo-section {
        padding: 65px 0;
    }

    .stavik-seo-intro {
        padding-top: 65px;
        padding-bottom: 70px;
    }

    .stavik-seo-page p {
        font-size: 16px;
        line-height: 1.75;
    }

    .stavik-seo-page h2 {
        font-size: 34px;
        letter-spacing: -0.8px;
    }

    .stavik-seo-page h3 {
        font-size: 25px;
    }

    .stavik-seo-feature-grid {
        grid-template-columns: 1fr;
    }

    .stavik-seo-feature-card {
        padding: 25px;
    }

    .stavik-seo-location-image {
        height: 360px;
    }

    .stavik-seo-location-grid {
        margin-bottom: 65px;
    }

    .stavik-seo-numbered-list {
        grid-template-columns: 1fr;
    }

    .stavik-seo-numbered-item {
        grid-template-columns: 45px 1fr;
        gap: 15px;
        padding: 22px;
    }

    .stavik-seo-numbered-item > span {
        width: 40px;
        height: 40px;
    }

    .stavik-seo-project {
        min-height: auto;
    }

    .stavik-seo-project-inner {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .stavik-seo-project-stats {
        grid-template-columns: 1fr 1fr;
        margin-top: 40px;
    }

    .stavik-seo-stat {
        min-height: 120px;
        padding: 20px;
    }

    .stavik-seo-stat strong {
        font-size: 30px;
    }

    .stavik-seo-stat span {
        font-size: 13px;
    }

    .stavik-seo-amenities-image {
        min-height: 220px;
    }

    .stavik-seo-amenities-image img {
        min-height: 220px;
    }

    .stavik-seo-cta {
        min-height: 450px;
    }

    .stavik-seo-cta-inner {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .stavik-seo-faq {
        padding-top: 65px;
        padding-bottom: 75px;
    }

    .stavik-seo-faq-item {
        padding: 25px 0;
    }

    .stavik-seo-faq-item h3 {
        font-size: 19px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .stavik-seo-shell {
        width: calc(100% - 28px);
    }

    .stavik-seo-hero {
        min-height: 350px;
    }

    .stavik-seo-hero h1 {
        font-size: 35px;
    }

    .stavik-seo-hero-label {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .stavik-seo-feature-card {
        display: block;
    }

    .stavik-seo-feature-number {
        display: block;
        margin-bottom: 15px;
    }

    .stavik-seo-project-stats {
        grid-template-columns: 1fr;
    }

    .stavik-seo-stat {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    }

    .stavik-seo-stat:last-child {
        border-bottom: 0;
    }

    .stavik-seo-location-image,
    .stavik-seo-intro-image {
        height: 300px;
    }

}

/* =========================================================
   AMENITIES MICROSITE
   ========================================================= */

.stavik-seo-amenities {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #101519;
    color: #ffffff;
}

.stavik-seo-amenities-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.stavik-seo-amenities-bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.stavik-seo-amenities-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(8, 13, 16, 0.93) 0%,
            rgba(8, 13, 16, 0.87) 50%,
            rgba(8, 13, 16, 0.91) 100%
        );
}

.stavik-seo-amenities-inner {
    position: relative;
    z-index: 2;
    padding-top: 95px;
    padding-bottom: 95px;
}


/* Heading */

.stavik-seo-amenities-heading {
    margin-bottom: 45px;
    text-align: center;
}

.stavik-seo-amenities-heading .stavik-seo-kicker {
    color: #c9896e;
    margin-bottom: 12px;
}

.stavik-seo-amenities-heading h3 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.15;
    font-weight: 500;
}


/* Amenities Grid */

.stavik-seo-amenities-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.72);
    border-left: 1px solid rgba(255, 255, 255, 0.72);
}


/* Individual Amenity */

.stavik-seo-amenity {
    min-height: 125px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 22px 25px;
    border-right: 1px solid rgba(255, 255, 255, 0.72);
    border-bottom: 1px solid rgba(255, 255, 255, 0.72);
    transition:
        background 0.3s ease,
        transform 0.3s ease;
}

.stavik-seo-amenity:hover {
    background: rgba(255, 255, 255, 0.055);
}


/* Icon Box */

.stavik-seo-amenity-icon {
    position: relative;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.65);
}

.stavik-seo-amenity-icon::before,
.stavik-seo-amenity-icon::after {
    content: "";
    position: absolute;
    background: #101519;
}

.stavik-seo-amenity-icon::before {
    top: -1px;
    bottom: -1px;
    left: 8px;
    right: 8px;
}

.stavik-seo-amenity-icon::after {
    left: -1px;
    right: -1px;
    top: 8px;
    bottom: 8px;
}

.stavik-seo-amenity-icon img {
    position: relative;
    z-index: 2;
    width: 48px;
    height: 48px;
    display: block;
    object-fit: contain;
}


/* Amenity Text */

.stavik-seo-amenity > span {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.7px;
    white-space: nowrap;
}


/* =========================================================
   AMENITIES TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .stavik-seo-amenities-inner {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .stavik-seo-amenities-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stavik-seo-amenity {
        min-height: 115px;
    }

}


/* =========================================================
   AMENITIES MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .stavik-seo-amenities-inner {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .stavik-seo-amenities-heading {
        margin-bottom: 30px;
    }

    .stavik-seo-amenities-grid {
        grid-template-columns: 1fr;
    }

    .stavik-seo-amenity {
        min-height: 92px;
        padding: 17px 18px;
        gap: 18px;
    }

    .stavik-seo-amenity-icon {
        flex-basis: 54px;
        width: 54px;
        height: 54px;
    }

    .stavik-seo-amenity-icon img {
        width: 44px;
        height: 44px;
    }

    .stavik-seo-amenity > span {
        font-size: 13px;
        white-space: normal;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .stavik-seo-amenities-inner {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .stavik-seo-amenity {
        min-height: 82px;
        padding: 14px;
        gap: 14px;
    }

    .stavik-seo-amenity-icon {
        flex-basis: 50px;
        width: 50px;
        height: 50px;
    }

    .stavik-seo-amenity-icon img {
        width: 40px;
        height: 40px;
    }

}