style attribute 
{
    --h1-font-size: 64px;
    --h1-font-style: normal;
    --h1-font-family: var(--font-primary);
    --h1-font-weight: 600;
    --h1-line-height: 1.3;
    --h1-m-font-size: 40px;
    --h1-letter-spacing: 0;
    --h1-text-transform: none;
    --h1-text-decoration: none;
    --h2-font-size: 56px;
    --h2-font-style: normal;
    --h2-font-family: var(--font-primary);
    --h2-font-weight: 600;
    --h2-line-height: 1.3;
    --h2-m-font-size: 36px;
    --h2-letter-spacing: 0;
    --h2-text-transform: none;
    --h2-text-decoration: none;
    --h3-font-size: 48px;
    --h3-font-style: normal;
    --h3-font-family: var(--font-primary);
    --h3-font-weight: 600;
    --h3-line-height: 1.3;
    --h3-m-font-size: 32px;
    --h3-letter-spacing: 0;
    --h3-text-transform: none;
    --h3-text-decoration: none;
    --h4-font-size: 40px;
    --h4-font-style: normal;
    --h4-font-family: var(--font-primary);
    --h4-font-weight: 600;
    --h4-line-height: 1.3;
    --h4-m-font-size: 24px;
    --h4-letter-spacing: 0;
    --h4-text-transform: none;
    --h4-text-decoration: none;
    --h5-font-size: 26px;
    --h5-font-style: normal;
    --h5-font-family: var(--font-primary);
    --h5-font-weight: 600;
    --h5-line-height: 1.3;
    --h5-m-font-size: 20px;
    --h5-letter-spacing: 0;
    --h5-text-transform: none;
    --h5-text-decoration: none;
    --h6-font-size: 18px;
    --h6-font-style: normal;
    --h6-font-family: var(--font-primary);
    --h6-font-weight: 600;
    --h6-line-height: 1.3;
    --h6-m-font-size: 18px;
    --h6-letter-spacing: 0;
    --h6-text-transform: none;
    --h6-text-decoration: none;
    --body-font-size: 16px;
    --body-font-style: normal;
    --body-font-family: var(--font-secondary);
    --body-font-weight: 400;
    --body-line-height: 1.5;
    --body-m-font-size: 16px;
    --body-letter-spacing: normal;
    --body-text-transform: none;
    --body-text-decoration: none;
    --font-primary: 'Montserrat', sans-serif;
    --font-secondary: 'Montserrat', sans-serif;
    --nav-link-color: #0d141a;
    --nav-link-font-size: 16px;
    --nav-link-font-style: normal;
    --nav-link-color-hover: rgb(255, 255, 255);
    --nav-link-font-family: var(--font-secondary);
    --nav-link-font-weight: 400;
    --nav-link-line-height: 1.5;
    --nav-link-m-font-size: 16px;
    --nav-link-letter-spacing: normal;
    --nav-link-text-transform: none;
    --nav-link-text-decoration: none;
    --body-large-font-size: 18px;
    --body-large-font-style: normal;
    --body-large-font-family: var(--font-secondary);
    --body-large-font-weight: 400;
    --body-large-line-height: 1.5;
    --body-large-m-font-size: 18px;
    --body-large-letter-spacing: normal;
    --body-large-text-transform: none;
    --body-large-text-decoration: none;
    --body-small-font-size: 14px;
    --body-small-font-style: normal;
    --body-small-font-family: var(--font-secondary);
    --body-small-font-weight: 500;
    --body-small-line-height: 1.5;
    --body-small-m-font-size: 14px;
    --body-small-letter-spacing: normal;
    --body-small-text-transform: uppercase;
    --body-small-text-decoration: none;
    --grid-button-primary-font-size: 16px;
    --grid-button-primary-padding-x: 40px;
    --grid-button-primary-padding-y: 16px;
    --grid-button-primary-font-color: #ffffff;
    --grid-button-primary-font-style: normal;
    --grid-button-primary-font-family: var(--font-secondary);
    --grid-button-primary-font-weight: 400;
    --grid-button-primary-line-height: normal;
    --grid-button-primary-m-font-size: 16px;
    --grid-button-primary-m-padding-x: 36px;
    --grid-button-primary-m-padding-y: 14px;
    --grid-button-primary-box-shadow-x: 0px;
    --grid-button-primary-box-shadow-y: 0px;
    --grid-button-primary-border-radius: 999px;
    --grid-button-primary-letter-spacing: normal;
    --grid-button-primary-text-transform: none;
    --grid-button-primary-box-shadow-blur: 0px;
    --grid-button-primary-text-decoration: none;
    --grid-button-primary-background-color: rgb(0, 0, 0);
    --grid-button-primary-box-shadow-color: rgba(0, 0, 0, 0);
    --grid-button-primary-box-shadow-spread: 0px;
    --grid-button-primary-box-shadow-x-hover: 0px;
    --grid-button-primary-box-shadow-y-hover: 0px;
    --grid-button-primary-transition-duration: 0.2s;
    --grid-button-primary-box-shadow-blur-hover: 0px;
    --grid-button-primary-background-color-hover: rgb(29, 30, 32);
    --grid-button-primary-box-shadow-color-hover: 0px;
    --grid-button-primary-box-shadow-spread-hover: 0px;
    --grid-button-primary-transition-timing-function: ease;
    --grid-button-secondary-font-size: 16px;
    --grid-button-secondary-padding-x: 40px;
    --grid-button-secondary-padding-y: 16px;
    --grid-button-secondary-font-color: rgb(0, 0, 0);
    --grid-button-secondary-font-style: normal;
    --grid-button-secondary-font-family: var(--font-secondary);
    --grid-button-secondary-font-weight: 400;
    --grid-button-secondary-line-height: normal;
    --grid-button-secondary-m-font-size: 16px;
    --grid-button-secondary-m-padding-x: 36px;
    --grid-button-secondary-m-padding-y: 14px;
    --grid-button-secondary-box-shadow-x: 0px;
    --grid-button-secondary-box-shadow-y: 0px;
    --grid-button-secondary-border-radius: 999px;
    --grid-button-secondary-letter-spacing: normal;
    --grid-button-secondary-text-transform: none;
    --grid-button-secondary-box-shadow-blur: 0px;
    --grid-button-secondary-text-decoration: none;
    --grid-button-secondary-background-color: white;
    --grid-button-secondary-box-shadow-color: rgba(0, 0, 0, 0);
    --grid-button-secondary-box-shadow-spread: 0px;
    --grid-button-secondary-box-shadow-x-hover: 0px;
    --grid-button-secondary-box-shadow-y-hover: 0px;
    --grid-button-secondary-transition-duration: 0.2s;
    --grid-button-secondary-box-shadow-blur-hover: 0px;
    --grid-button-secondary-background-color-hover: rgb(240, 240, 240);
    --grid-button-secondary-box-shadow-color-hover: 0px;
    --grid-button-secondary-box-shadow-spread-hover: 0px;
    --grid-button-secondary-transition-timing-function: ease;
    --e2abae00: 74px;
}
:root
{
    --color-meteorite-dark: #2f1c6a;
    --color-meteorite-dark-2: #1F1346;
    --color-meteorite: #8c85ff;
    --color-meteorite-light: #d5dfff;
    --color-primary-dark: #5025d1;
    --color-primary: #673de6;
    --color-primary-light: #ebe4ff;
    --color-primary-charts: #B39EF3;
    --color-danger-dark: #d63163;
    --color-danger: #fc5185;
    --color-danger-light: #ffe8ef;
    --color-danger-charts: #FEA8C2;
    --color-warning-dark: #fea419;
    --color-warning-dark-2: #9F6000;
    --color-warning-charts: #FFD28C;
    --color-warning: #ffcd35;
    --color-warning-light: #fff8e2;
    --color-success-dark: #008361;
    --color-success: #00b090;
    --color-success-light: #def4f0;
    --color-dark: #1d1e20;
    --color-gray-dark: #36344d;
    --color-gray: #727586;
    --color-gray-border: #dadce0;
    --color-gray-light: #f2f3f6;
    --color-light: #fff;
    --color-azure: #357df9;
    --color-azure-light: #e3ebf9;
    --color-azure-dark: #265ab2;
    --color-indigo: #6366F1;
    --color-neutral-200: #D8DAE0;
}
:root
{
    --font-primary: 'Montserrat', sans-serif;
    --font-secondary: 'Montserrat', sans-serif;
}

/* Apply font globally */
body 
{
    margin: 0;
    font-family: var(--font-primary);
}

/* Navbar Css Start */
.custom-navbar {
    background: #9e9a9a;
    padding: 12px 0;
    transition: 0.3s ease;
}
/* Sticky effect */
.custom-navbar.sticky {
    background: #9e9a9a;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
/* Links */
.navbar-nav .nav-link {
    color: #fff;
    margin-left: 20px;
    font-weight: 500;
    font-family: var(--font-secondary);
}
.navbar-nav .nav-link.active {
    border-bottom: 2px solid #fff;
}

/* ===== Toggle Button ===== */
.navbar-toggler {
    width: 45px;
    height: 45px;
    border: none;
    background: transparent;
    position: relative;
    outline: none !important;
    cursor: pointer;
}

/* Hamburger lines */
.toggler-icon,
.toggler-icon::before,
.toggler-icon::after {
    content: '';
    position: absolute;
    width: 28px;
    height: 3px;
    background: #fff;
    transition: 0.3s ease;
    left: 8px;
}

.toggler-icon {
    top: 50%;
    transform: translateY(-50%);
}

.toggler-icon::before {
    top: -9px;
}

.toggler-icon::after {
    top: 9px;
}

/* ===== When Open (Cross) ===== */
.navbar-toggler.open .toggler-icon {
    background: transparent;
}

.navbar-toggler.open .toggler-icon::before {
    transform: rotate(45deg);
    top: 0;
}

.navbar-toggler.open .toggler-icon::after {
    transform: rotate(-45deg);
    top: 0;
}

/* Mobile Menu */
@media (max-width: 991px) {
    .navbar-collapse {
        background: #9e9a9a;
        padding: 15px;
        border-radius: 10px;
        margin-top: 10px;
    }

    .navbar-nav .nav-link {
        margin: 10px 0;
        text-align: center;
    }
}
/* Navbar Css End */
/* Hero Css Start */
.hero-section 
{
    height: 73vh;
    position: relative;
    background: url('../images/banner/core-mall.jpg') no-repeat center right/cover;
    display: flex;
    align-items: center;
}
.hero-section::before 
{
    content: "";
    position: absolute;
    inset: 0;
}
.hero-section .container 
{
    position: relative;
    z-index: 2;
}
.hero-title 
{
    font-size: 64px;
    font-weight: 600;
    color: #fff;
}
.hero-text 
{
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    max-width: 500px;
}
.hero-btn {
    background: #3f51b5;
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 500;
}
.hero-btn:hover 
{
    background: #3f51b5;
    color: #fff;
}
/* Hero Css End */

/* Studio Apartment Css Start */
.studio{
    margin-top: 8em;
}
.studio-section 
{
    background: #fff;
}
.studio-title 
{
    font-size: 48px;
    font-weight: 600;
    line-height: 1.3;
}
.studio-text 
{
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}
.studio-count 
{
    font-size: 48px;
    font-weight: 700;
    color: #176BE0;
}
.studio-subtext 
{
    font-size: 14px;
    color: #000;
}
.studio-image 
{
    border-radius: 20px;
}
/* Studio Apartment Css End */  

/* Experience Css Start */
.experience-section 
{
    background: #fff;
}
.exp-text 
{
    color: #56585e;
    font-size: 17px;
    line-height: 1.6;
    /* max-width: 480px; */
}
.preleased 
{
    font-weight: 700;
    text-decoration: underline;
    color: #56585e;
    margin-bottom: 10px;
}
.area {
    color: #3949AB;
    font-size: 45px;
    font-weight: 600;
}
.registry 
{
    font-family: 'Lobster', cursive;
    font-size: 48px;
    color: rgb(86, 88, 94);
    margin-top: 10px;
}
.exp-image 
{
    /* max-height: 520px; */
    object-fit: cover;
    border-radius: 20px;
}
/* Experience Css End  */

/* Foot Court Css Start  */
.foodcourt-section 
{
    background: #fff;
}
.fc-main-title 
{
    font-size: 48px;
    font-weight: 600;
}
.fc-sub-title 
{
    font-size: 23px;
    font-weight: 600;
    margin-top: 10px;
}
.fc-text 
{
    font-size: 15px;
    color: #000;
    line-height: 1.7;
    margin-bottom: 15px;
}
.fc-btn 
{
    background: #3949AB;
    color: #fff;
    padding: 10px 26px;
    border-radius: 30px;
    font-weight: 500;
}
.fc-btn:hover 
{
    background: #3949AB;
    color: #fff;
}
.fc-image 
{
    max-height: 480px;
    object-fit: cover;
    border-radius: 20px;
}
/* Foot Court Css End  */
.object-fit-cover {
    object-fit: cover;
}
.quality img{
    border-radius: 20px;
}
.form-control
{
    border-radius: 8px;
    padding: 10px;
}
button 
{
    border-radius: 8px;
    padding: 10px;
}

/* Responsive */
@media (max-width: 768px) 
{
    /* Hero Css Start Responsive */
    .hero-title 
    {
        font-size: 36px;
    }
    .hero-section 
    {
        height: auto;
        padding: 80px 0;
        background-position: center;
    }
    .hero-text 
    {
        font-size: 16px;
    }
    /* Hero Css End Responsive */

    /* Studio Apartment Css Start Responsive*/ 
    
    .studio-title 
    {
        font-size: 28px;
        text-align: center;
    }    
    .studio-text 
    {
        text-align: center;
    }    
    .studio-count 
    {
        text-align: center;
    }    
    .studio-subtext 
    {
        text-align: center;
    }
    /* Studio Apartment Css End Responsive*/ 
    /* Experience Css Start Responsive */
    .exp-text {
        text-align: center;
    }
    .preleased,
    .area,
    .registry {
        text-align: center;
    }
    .exp-image {
        margin-top: 30px;
    }
    /* Experience Css End Responsive*/

    /* Foot Court Css Start Responsive*/
    .fc-main-title {
        font-size: 28px;
        text-align: center;
    }
    .fc-sub-title {
        text-align: center;
        font-size: 16px;
    }
    .fc-text {
        text-align: center;
    }
    .fc-btn {
        display: block;
        margin: 20px auto;
    }
    .fc-image {
        margin-top: 20px;
    }
    /* Foot Court Css End Responsive*/
}


/* Tablet */
@media (max-width: 992px) {
    .hero-section {
        height: auto;
        padding: 80px 0;
        background-position: center;
    }

    .hero-title {
        font-size: 42px;
    }

    .hero-text {
        font-size: 16px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .hero-section {
        height: auto;
        padding: 100px 0;
        background-position: center;
        text-align: center;
    }

    .hero-title {
        font-size: 30px;
    }

    .hero-text {
        font-size: 14px;
        max-width: 100%;
    }

    .hero-section .row {
        justify-content: center;
    }

    .hero-section .col-lg-6 {
        width: 100%;
    }

    .hero-btn {
        padding: 10px 20px;
        font-size: 14px;
        display: block;
    }

    .d-flex {
        flex-direction: column;
        align-items: center;
    }
}














/* ------------------------------------------------------------------------------------------------------------------ */

/* Studio Apartment Css Start */  
.studio-section 
{
    background: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.studio-row 
{
    row-gap: 20px;
}

/* Title */
.studio-title 
{
    font-size: 45px;
    font-weight: 600;
    line-height: 1.3;
    max-width: 400px; /* 👈 यही line break control करेगा */
}

/* Text */
.studio-text 
{
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    max-width: 480px; /* 👈 responsive wrapping */
}

/* Count */
.studio-count 
{
    font-size: 48px;
    font-weight: 700;
    color: #176BE0;
}

.studio-subtext 
{
    font-size: 14px;
    color: #000;
}

.studio-image 
{
    border-radius: 20px;
}


/* Experience */
.experience-section 
{
    padding-top: 60px;
    padding-bottom: 60px;
}

/* spacing fix */
.experience-row 
{
    row-gap: 20px;
}

/* Title (same design, controlled wrap) */
.exp-title 
{
    max-width: 420px;
}

/* Text */
.exp-text 
{
    font-size: 16px;
    line-height: 1.6;
    max-width: 480px;
}

/* Other text */
.preleased 
{
    font-size: 16px;
    font-weight: 500;
}

.area 
{
    font-size: 32px;
    font-weight: 700;
}

/* .registry 
{
    font-size: 14px;
} */

/* Image */
.exp-image 
{
    max-width: 100%;
}

/* Responsive */
@media (max-width: 991px) 
{
    .exp-title,
    .exp-text 
    {
        max-width: 100%;
    }

    .area 
    {
        font-size: 28px;
    }
}

@media (max-width: 576px) 
{
    .area 
    {
        font-size: 24px;
    }

    .exp-text 
    {
        font-size: 15px;
    }
}


/* Discover */

/* Section spacing equal */
.custom-section 
{
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Heading control (replaces <br>) */
.custom-heading 
{
    max-width: 931px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3;
    font-size: 25px;
    font-weight: 600;
}

/* Text control */
.custom-text 
{
    /* max-width: 750px; */
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 991px) 
{
    .custom-heading,
    .custom-text 
    {
        max-width: 100%;
    }
}

@media (max-width: 576px) 
{
    .custom-heading 
    {
        font-size: 24px;
    }

    .custom-text 
    {
        font-size: 15px;
    }
}

/* FootCourt */

/* Section spacing */
.foodcourt-section 
{
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Row spacing fix */
.foodcourt-row 
{
    row-gap: 20px;
}

/* Main title */
.fc-main-title 
{
    font-size: 36px;
    font-weight: 700;
}

/* Sub title (replace <br>) */
.fc-sub-title 
{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    max-width: 420px;
}

/* Text */
.fc-text 
{
    font-size: 16px;
    line-height: 1.6;
    max-width: 520px;
}

/* Image */
.fc-image 
{
    max-width: 100%;
}

/* Responsive */
@media (max-width: 991px) 
{
    .fc-sub-title,
    .fc-text 
    {
        max-width: 100%;
    }

    .fc-main-title 
    {
        font-size: 30px;
    }
}

@media (max-width: 576px) 
{
    .fc-main-title 
    {
        font-size: 26px;
    }

    .fc-sub-title 
    {
        font-size: 20px;
    }

    .fc-text 
    {
        font-size: 15px;
    }
}

/* Responsive */
@media (max-width: 991px) 
{
    .studio-title 
    {
        font-size: 36px;
        max-width: 100%;
    }

    .studio-count 
    {
        font-size: 36px;
    }

    .studio-text 
    {
        max-width: 100%;
    }
}

@media (max-width: 576px) 
{
    .studio-title 
    {
        font-size: 28px;
    }

    .studio-count 
    {
        font-size: 28px;
    }

    .studio-text 
    {
        font-size: 15px;
    }
}
/* Studio Apartment Css End */  
