.elementor-7 .elementor-element.elementor-element-b6776f7{--display:flex;}.elementor-7 .elementor-element.elementor-element-6fc2040{--display:flex;--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-7 .elementor-element.elementor-element-5e57cbe{--display:flex;}.elementor-7 .elementor-element.elementor-element-069f13c{--display:flex;}.elementor-7 .elementor-element.elementor-element-a2ae933{--display:flex;}.elementor-7 .elementor-element.elementor-element-9412193{--display:flex;}.elementor-7 .elementor-element.elementor-element-a9eb3d7{--display:flex;}.elementor-7 .elementor-element.elementor-element-1b92526{--display:flex;}.elementor-7 .elementor-element.elementor-element-40b5923{--display:flex;}.elementor-7 .elementor-element.elementor-element-04d3cf5{--display:flex;}.elementor-7 .elementor-element.elementor-element-d0d114f{--display:flex;}.elementor-7 .elementor-element.elementor-element-5a8e243{--display:flex;}.elementor-7 .elementor-element.elementor-element-2113b13{--display:flex;}/* Start custom CSS for html, class: .elementor-element-57c808e *//* =========================================================
   HERO HOMES PREMIUM HEADER
========================================================= */

.hh-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;

    background: rgba(255, 255, 255, 0.97);

    border-bottom: 1px solid rgba(0, 0, 0, 0.07);

    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}


/* =========================================================
   HEADER INNER
========================================================= */

.hh-header-inner {

    width: 100%;
    max-width: 1500px;

    min-height: 74px;

    margin: auto;

    padding: 8px 30px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    box-sizing: border-box;
}


/* =========================================================
   LOGO
========================================================= */

.hh-logo {

    display: flex;
    align-items: center;

    text-decoration: none;

    flex-shrink: 0;
}

.hh-logo img {

    display: block;

    width: auto;
    max-width: 220px;

    height: 52px;

    object-fit: contain;
}


/* =========================================================
   DESKTOP NAVIGATION
========================================================= */

.hh-nav {

    display: flex;
    align-items: center;

    gap: 38px;

    margin-left: auto;
    margin-right: 55px;
}


.hh-nav-link {

    position: relative;

    color: #111111;

    text-decoration: none;

    font-family: Arial, sans-serif;

    font-size: 17px;
    font-weight: 600;

    padding: 27px 0;

    transition: all 0.3s ease;
}


/* Underline */

.hh-nav-link::after {

    content: "";

    position: absolute;

    left: 0;
    bottom: 18px;

    width: 0;
    height: 2px;

    background: #e51b23;

    transition: width 0.3s ease;
}


.hh-nav-link:hover {

    color: #e51b23;
}


.hh-nav-link:hover::after,
.hh-nav-link.active::after {

    width: 100%;
}


.hh-nav-link.active {

    color: #e51b23;
}


/* =========================================================
   ACTION BUTTONS
========================================================= */

.hh-actions {

    display: flex;
    align-items: center;

    gap: 16px;

    flex-shrink: 0;
}


/* =========================================================
   DOWNLOAD BUTTON
========================================================= */

.hh-download {

    min-width: 178px;

    height: 43px;

    padding: 0 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 7px;

    box-sizing: border-box;

    border-radius: 13px;

    background: linear-gradient(
        135deg,
        #c8474c,
        #b9363c
    );

    color: #ffffff !important;

    text-decoration: none;

    font-family: Arial, sans-serif;

    font-size: 17px;
    font-weight: 700;

    box-shadow:
        0 6px 15px rgba(185, 54, 60, 0.20);

    transition: all 0.3s ease;
}


.hh-download:hover {

    color: #ffffff !important;

    transform: translateY(-2px);

    box-shadow:
        0 9px 22px rgba(185, 54, 60, 0.32);

    background: linear-gradient(
        135deg,
        #b9363c,
        #9f272d
    );
}


.hh-download-icon {

    font-size: 21px;
    line-height: 1;
}


/* =========================================================
   CALL BUTTON
========================================================= */

.hh-call {

    min-width: 218px;

    height: 43px;

    padding: 0 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    box-sizing: border-box;

    border-radius: 13px;

    background: linear-gradient(
        135deg,
        #c8474c,
        #b9363c
    );

    color: #ffffff !important;

    text-decoration: none;

    font-family: Arial, sans-serif;

    font-size: 17px;
    font-weight: 700;

    letter-spacing: 0.2px;

    box-shadow:
        0 6px 15px rgba(185, 54, 60, 0.20);

    transition: all 0.3s ease;
}


.hh-call:hover {

    color: #ffffff !important;

    transform: translateY(-2px);

    box-shadow:
        0 9px 22px rgba(185, 54, 60, 0.32);
}


.hh-call-icon {

    font-size: 19px;

    line-height: 1;
}


/* =========================================================
   MOBILE HAMBURGER
========================================================= */

.hh-menu-toggle {

    display: none;

    width: 43px;
    height: 43px;

    padding: 9px;

    border: 0;

    background: transparent;

    cursor: pointer;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    gap: 5px;
}


.hh-menu-toggle span {

    display: block;

    width: 24px;
    height: 2px;

    background: #111111;

    border-radius: 10px;

    transition: all 0.3s ease;
}


/* Hamburger → X */

.hh-menu-toggle.open span:nth-child(1) {

    transform:
        translateY(7px)
        rotate(45deg);
}

.hh-menu-toggle.open span:nth-child(2) {

    opacity: 0;
}

.hh-menu-toggle.open span:nth-child(3) {

    transform:
        translateY(-7px)
        rotate(-45deg);
}


/* =========================================================
   MOBILE MENU
========================================================= */

.hh-mobile-menu {

    display: none;

    position: absolute;

    top: 100%;
    left: 0;

    width: 100%;

    background: #ffffff;

    border-top: 1px solid rgba(0,0,0,0.06);

    box-shadow:
        0 15px 30px rgba(0,0,0,0.12);

    padding: 8px 20px 18px;

    box-sizing: border-box;
}


.hh-mobile-menu.show {

    display: block;

    animation: hhMenuOpen 0.25s ease;
}


@keyframes hhMenuOpen {

    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


.hh-mobile-menu a {

    display: block;

    padding: 15px 5px;

    border-bottom: 1px solid #eeeeee;

    color: #161616 !important;

    text-decoration: none;

    font-family: Arial, sans-serif;

    font-size: 16px;
    font-weight: 600;

    transition: all 0.25s ease;
}


.hh-mobile-menu a:hover {

    color: #e51b23 !important;

    padding-left: 10px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1200px) {

    .hh-header-inner {

        padding-left: 20px;
        padding-right: 20px;
    }

    .hh-nav {

        gap: 22px;

        margin-right: 25px;
    }

    .hh-nav-link {

        font-size: 15px;
    }

    .hh-download {

        min-width: 145px;

        padding: 0 15px;

        font-size: 15px;
    }

    .hh-call {

        min-width: 180px;

        padding: 0 15px;

        font-size: 15px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .hh-header-inner {

        min-height: 62px;

        height: 62px;

        padding: 5px 16px;
    }


    /* Mobile logo */

    .hh-logo img {

        height: 45px;

        max-width: 190px;
    }


    /* Hide desktop menu */

    .hh-nav {

        display: none;
    }


    /* Hide Download + Call */

    .hh-actions {

        display: none;
    }


    /* Show hamburger */

    .hh-menu-toggle {

        display: flex;
    }


    /* Mobile menu */

    .hh-mobile-menu {

        display: none;
    }

    .hh-mobile-menu.show {

        display: block;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .hh-header-inner {

        padding-left: 12px;
        padding-right: 12px;
    }

    .hh-logo img {

        max-width: 170px;

        height: 42px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8931652 */<style>

/* =========================================================
   HERO HOMES - FORCE RED COLOR OVERRIDE
========================================================= */

/* HERO EYEBROW */
.hh-main-hero .hh-eyebrow{
    color:#c40000 !important;
    border-left-color:#c40000 !important;
}


/* HERO HEADING - RESIDENCES */
.hh-main-hero .hh-hero-content h1 span{
    color:#c40000 !important;
}


/* ENQUIRE NOW BUTTON */
.hh-main-hero .hh-primary{
    background:#c40000 !important;
    border-color:#c40000 !important;
    color:#ffffff !important;
}


/* ENQUIRE NOW HOVER */
.hh-main-hero .hh-primary:hover{
    background:#a80000 !important;
    border-color:#a80000 !important;
    color:#ffffff !important;
}


/* FORM TOP RED LINE */
.hh-main-hero .hh-form-box{
    border-top-color:#c40000 !important;
}


/* GET IN TOUCH */
.hh-main-hero .hh-form-top span{
    color:#c40000 !important;
}


/* FORM INPUT FOCUS */
.hh-main-hero .hh-form input:focus,
.hh-main-hero .hh-form select:focus,
.hh-main-hero .hh-form textarea:focus{
    border-color:#c40000 !important;
}


/* FORM SUBMIT HOVER */
.hh-main-hero .hh-form input[type="submit"]:hover{
    background:#c40000 !important;
}


/* =========================================================
   USP STRIP
========================================================= */

.hh-usp-strip{
    border-bottom-color:#c40000 !important;
}


/* USP CIRCLE ICONS */
.hh-usp-strip .hh-usp-icon{
    border-color:#c40000 !important;
    color:#c40000 !important;
}


/* =========================================================
   OTHER PAGE RED ELEMENTS
========================================================= */

.hh-section-heading > span,
.hh-gallery-heading > span{
    color:#c40000 !important;
}


.hh-section-heading > span:before,
.hh-section-heading > span:after,
.hh-gallery-heading > span:before,
.hh-gallery-heading > span:after{
    background:#c40000 !important;
}


.hh-section-heading h2 strong,
.hh-gallery-heading h2 strong{
    color:#c40000 !important;
}


.hh-heading-line{
    background:#c40000 !important;
}


.hh-price-card:before{
    background:#c40000 !important;
}


.hh-price-featured{
    border-color:#c40000 !important;
}


.hh-price-featured:after{
    background:#c40000 !important;
}


.hh-price-box{
    border-left-color:#c40000 !important;
}


.hh-red-button{
    background:#c40000 !important;
    border-color:#c40000 !important;
}


.hh-red-button:hover{
    background:#111 !important;
    border-color:#111 !important;
}


.hh-sticky-form{
    border-top-color:#c40000 !important;
}


.hh-form-heading > span{
    color:#c40000 !important;
}


.hh-cf7 input:focus,
.hh-cf7 select:focus,
.hh-cf7 textarea:focus{
    border-color:#c40000 !important;
}


.hh-cf7 input[type="submit"]{
    background:#c40000 !important;
}


.hh-cf7 input[type="submit"]:hover{
    background:#111 !important;
}

</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-40442c6 *//* =========================================================
   PROJECT SPECIFICATIONS
========================================================= */

.hh-spec-section {
    width: 100%;
    padding: 80px 20px;
    background: #ffffff;
    box-sizing: border-box;
    overflow: hidden;
}


/* =========================================================
   CONTAINER
========================================================= */

.hh-spec-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


/* =========================================================
   HEADING
========================================================= */

.hh-spec-heading {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 48px;
}


.hh-spec-heading span {
    display: inline-block;

    color: #c62828;

    font-family: Arial, sans-serif;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 2px;

    margin-bottom: 12px;

    position: relative;
}


.hh-spec-heading span::before,
.hh-spec-heading span::after {
    content: "";

    display: inline-block;

    width: 28px;
    height: 1px;

    background: #c62828;

    vertical-align: middle;

    margin: 0 10px;
}


.hh-spec-heading h2 {
    margin: 0;

    color: #171717;

    font-family: Arial, sans-serif;

    font-size: 34px;
    line-height: 1.2;

    font-weight: 700;
}


.hh-spec-heading h2 strong {
    color: #c62828;
}


.hh-spec-heading p {
    margin: 15px auto 0;

    max-width: 650px;

    color: #777777;

    font-family: Arial, sans-serif;

    font-size: 15px;

    line-height: 1.7;
}


/* =========================================================
   CARDS GRID
========================================================= */

.hh-spec-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 24px;
}


/* =========================================================
   SPEC CARD
========================================================= */

.hh-spec-card {
    position: relative;

    min-height: 245px;

    padding: 34px 30px;

    background: #ffffff;

    border: 1px solid #eeeeee;

    border-radius: 14px;

    box-sizing: border-box;

    overflow: hidden;

    box-shadow:
        0 8px 30px rgba(0, 0, 0, 0.06);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


/* Red top line */

.hh-spec-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: linear-gradient(
        90deg,
        #9e1b1f,
        #e53935
    );

    transform: scaleX(0);

    transform-origin: left;

    transition: transform 0.35s ease;
}


.hh-spec-card:hover {
    transform: translateY(-8px);

    border-color: #e3b5b5;

    box-shadow:
        0 18px 45px rgba(130, 20, 20, 0.12);
}


.hh-spec-card:hover::before {
    transform: scaleX(1);
}


/* =========================================================
   ICON
========================================================= */

.hh-spec-icon {

    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 24px;

    background: #fff4f4;

    border: 1px solid #f1d0d0;

    border-radius: 12px;

    transition: all 0.3s ease;
}


.hh-spec-card:hover .hh-spec-icon {
    background: #c62828;

    border-color: #c62828;

    transform: scale(1.05);
}


.hh-spec-icon svg {

    width: 30px;
    height: 30px;

    fill: none;

    stroke: #c62828;

    stroke-width: 2;

    stroke-linecap: round;
    stroke-linejoin: round;

    transition: stroke 0.3s ease;
}


.hh-spec-card:hover .hh-spec-icon svg {
    stroke: #ffffff;
}


/* =========================================================
   CONTENT
========================================================= */

.hh-spec-content {
    position: relative;
    z-index: 2;
}


.hh-spec-content h3 {

    margin: 0 0 10px;

    color: #191919;

    font-family: Arial, sans-serif;

    font-size: 20px;

    font-weight: 700;
}


.hh-spec-content p {

    margin: 0;

    max-width: 300px;

    color: #707070;

    font-family: Arial, sans-serif;

    font-size: 14px;

    line-height: 1.7;
}


.hh-spec-content p strong {
    color: #333333;
}


/* =========================================================
   NUMBER
========================================================= */

.hh-spec-number {

    position: absolute;

    right: 22px;
    bottom: 12px;

    color: #f5e4e4;

    font-family: Arial, sans-serif;

    font-size: 58px;

    line-height: 1;

    font-weight: 800;

    user-select: none;

    transition: color 0.3s ease;
}


.hh-spec-card:hover .hh-spec-number {
    color: #f3d4d4;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .hh-spec-grid {
        grid-template-columns: 1fr 1fr;
    }

    .hh-spec-card:last-child {
        grid-column: 1 / -1;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .hh-spec-section {
        padding: 55px 16px;
    }

    .hh-spec-heading {
        margin-bottom: 32px;
    }

    .hh-spec-heading h2 {
        font-size: 27px;
    }

    .hh-spec-heading p {
        font-size: 14px;
    }

    .hh-spec-heading span::before,
    .hh-spec-heading span::after {
        width: 18px;
        margin: 0 6px;
    }

    .hh-spec-grid {
        grid-template-columns: 1fr;

        gap: 16px;
    }

    .hh-spec-card:last-child {
        grid-column: auto;
    }

    .hh-spec-card {
        min-height: auto;

        padding: 27px 23px;
    }

    .hh-spec-icon {
        width: 52px;
        height: 52px;

        margin-bottom: 18px;
    }

    .hh-spec-icon svg {
        width: 27px;
        height: 27px;
    }

    .hh-spec-content h3 {
        font-size: 18px;
    }

    .hh-spec-content p {
        font-size: 13.5px;
    }

    .hh-spec-number {
        font-size: 45px;

        right: 15px;
        bottom: 10px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9c2bda2 *//* =========================================
   JUSTIFY TEXT
========================================= */

/* Main content paragraphs */
.hh-intro-text p,
.hh-long-content p,
.hh-info-card > p {
    text-align: justify !important;
}

/* Configuration card text */
.hh-config-card p {
    text-align: justify !important;
}

/* Amenity description */
.hh-amenity p {
    text-align: justify !important;
}


/* =========================================
   FORM SUBMIT BUTTON - BLACK
========================================= */

.hh-cf7 input[type="submit"] {
    background: #000000 !important;
    color: #ffffff !important;
    border: 1px solid #000000 !important;
    font-size: 11px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

/* Button hover */
.hh-cf7 input[type="submit"]:hover {
    background: #222222 !important;
    color: #ffffff !important;
    border-color: #222222 !important;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 700px) {

    .hh-intro-text p,
    .hh-long-content p,
    .hh-info-card > p,
    .hh-config-card p,
    .hh-amenity p {
        text-align: justify !important;
    }

    .hh-cf7 input[type="submit"] {
        background: #000000 !important;
        color: #ffffff !important;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1546ed4 *//* =========================================
   PREMIUM FLOOR PLANS
   LIGHT + RED + BLACK THEME
========================================= */

.hh-floor-section{

    width:100%;

    background:#f7f5f1;

    padding:70px 20px;

    box-sizing:border-box;

    font-family:Arial, sans-serif;

    overflow:hidden;
}


/* =========================================
   CONTAINER
========================================= */

.hh-floor-container{

    width:100%;

    max-width:1150px;

    margin:auto;
}


/* =========================================
   HEADING
========================================= */

.hh-floor-heading{

    text-align:center;

    margin-bottom:42px;
}


.hh-floor-heading span{

    display:block;

    color:#d71920;

    font-size:11px;

    font-weight:700;

    letter-spacing:3px;

    margin-bottom:10px;
}


.hh-floor-heading h2{

    margin:0;

    color:#111;

    font-family:Georgia, serif;

    font-size:38px;

    line-height:1.15;

    font-weight:600;
}


.hh-floor-line{

    width:55px;

    height:3px;

    background:#d71920;

    margin:16px auto 15px;
}


.hh-floor-heading p{

    margin:0;

    color:#666;

    font-size:13px;

    line-height:1.6;
}


/* =========================================
   GRID
========================================= */

.hh-floor-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:30px;
}


/* =========================================
   CARD
========================================= */

.hh-floor-card{

    text-align:center;

    background:#fff;

    padding:0;

    border:1px solid #e7e2dc;

    border-radius:14px;

    overflow:hidden;

    box-shadow:
        0 12px 30px rgba(0,0,0,.07);

    transition:.3s ease;
}


.hh-floor-card:hover{

    transform:translateY(-4px);

    box-shadow:
        0 18px 40px rgba(0,0,0,.11);
}


/* =========================================
   CARD TITLE
========================================= */

.hh-floor-card h3{

    margin:0;

    padding:20px 15px 17px;

    color:#111;

    font-size:19px;

    font-weight:700;
}


.hh-floor-card h3::after{

    content:"";

    display:block;

    width:35px;

    height:2px;

    background:#d71920;

    margin:9px auto 0;
}


/* =========================================
   IMAGE AREA
========================================= */

.hh-floor-image{

    position:relative;

    width:100%;

    height:330px;

    overflow:hidden;

    background:#eee;
}


.hh-floor-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

    /* PERMANENT BLUR */

    filter:blur(5px);

    transform:scale(1.06);

    transition:none !important;
}


/* =========================================
   IMPORTANT:
   BLUR WILL NOT REMOVE ON HOVER
========================================= */

.hh-floor-card:hover .hh-floor-image img{

    filter:blur(5px);

    transform:scale(1.06);
}


/* =========================================
   IMAGE OVERLAY
========================================= */

.hh-floor-overlay{

    position:absolute;

    inset:0;

    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.05),
            rgba(0,0,0,.25)
        );

    pointer-events:none;
}


/* =========================================
   BUTTON
========================================= */

.hh-floor-btn{

    position:absolute;

    left:50%;

    top:50%;

    transform:translate(-50%,-50%);

    width:78%;

    min-height:52px;

    padding:0 20px;

    box-sizing:border-box;

    display:flex;

    align-items:center;

    justify-content:center;

    text-align:center;

    text-decoration:none;

    background:rgba(15,15,15,.92);

    border:1px solid #d71920;

    color:#fff;

    font-size:13px;

    font-weight:600;

    letter-spacing:.2px;

    border-radius:5px;

    transition:.3s ease;

    z-index:3;
}


.hh-floor-btn:hover{

    background:#d71920;

    color:#fff;

    border-color:#d71920;

    transform:translate(-50%,-50%);
}


/* =========================================
   MOBILE
========================================= */

@media(max-width:767px){

    .hh-floor-section{

        padding:50px 15px;
    }


    .hh-floor-heading{

        margin-bottom:30px;
    }


    .hh-floor-heading h2{

        font-size:29px;
    }


    .hh-floor-heading p{

        font-size:12px;

        max-width:330px;

        margin:auto;
    }


    .hh-floor-grid{

        grid-template-columns:1fr;

        gap:25px;
    }


    .hh-floor-card h3{

        font-size:18px;

        padding:17px 12px 15px;
    }


    .hh-floor-image{

        height:280px;
    }


    .hh-floor-btn{

        width:82%;

        min-height:48px;

        font-size:12px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media(max-width:420px){

    .hh-floor-section{

        padding:42px 12px;
    }


    .hh-floor-heading h2{

        font-size:26px;
    }


    .hh-floor-image{

        height:250px;
    }


    .hh-floor-btn{

        width:86%;

        font-size:11.5px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e023d65 *//* =========================================
   FONT SIZE INCREASE
========================================= */

/* Section Heading */
.hh-section-heading h2,
.hh-gallery-heading h2 {
    font-size: 32px !important;
}

/* Section Description */
.hh-section-heading p,
.hh-gallery-heading p {
    font-size: 19px !important;
    line-height: 1.7 !important;
}

/* Small Red Heading */
.hh-section-heading > span,
.hh-gallery-heading > span {
    font-size: 14px !important;
}

/* Pricing Card Heading */
.hh-price-title h3 {
    font-size: 24px !important;
}

/* Pricing Card Subtitle */
.hh-price-title p {
    font-size: 14px !important;
}

/* Starting From */
.hh-price-box small {
    font-size: 10px !important;
}

/* Price */
.hh-price-box strong {
    font-size: 31px !important;
}

/* Pricing Details */
.hh-price-info div {
    font-size: 13px !important;
    line-height: 1.6 !important;
}

/* Buttons */
.hh-red-button {
    font-size: 11px !important;
}

/* Card Bottom Note */
.hh-price-note {
    font-size: 10px !important;
}

/* Gallery Image Area */
.hh-gallery-item {
    height: 210px !important;
}

/* Form Heading */
.hh-form-heading h3 {
    font-size: 19px !important;
}

/* Form Description */
.hh-form-heading p {
    font-size: 11px !important;
}

/* Form Labels */
.hh-cf7 label {
    font-size: 10px !important;
}

/* Form Inputs */
.hh-cf7 input[type="text"],
.hh-cf7 input[type="email"],
.hh-cf7 input[type="tel"],
.hh-cf7 input[type="number"],
.hh-cf7 select,
.hh-cf7 textarea {
    font-size: 11px !important;
}

/* Form Button */
.hh-cf7 input[type="submit"] {
    font-size: 11px !important;
}

/* Security Text */
.hh-secure-text {
    font-size: 8px !important;
}


/* =========================================
   MOBILE
========================================= */

@media(max-width:700px) {

    .hh-section-heading h2,
    .hh-gallery-heading h2 {
        font-size: 27px !important;
    }

    .hh-section-heading p,
    .hh-gallery-heading p {
        font-size: 14px !important;
    }

    .hh-price-title h3 {
        font-size: 20px !important;
    }

    .hh-price-title p {
        font-size: 12px !important;
    }

    .hh-price-box strong {
        font-size: 27px !important;
    }

    .hh-price-info div {
        font-size: 13px !important;
    }

    .hh-red-button {
        font-size: 11px !important;
    }

    .hh-gallery-item {
        height: 220px !important;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0fa8c6d *//* =========================================
   PREMIUM LOCATION SECTION
   RED + BLACK + LIGHT THEME
========================================= */

.pb-location-section{

    width:100%;

    background:#f7f4ef;

    padding:60px 20px 65px;

    box-sizing:border-box;

    font-family:Arial, sans-serif;

    overflow:hidden;
}


/* =========================================
   MAIN CONTAINER
========================================= */

.pb-location-container{

    width:100%;

    max-width:1380px;

    margin:0 auto;
}


/* =========================================
   CENTER HEADING
========================================= */

.pb-location-heading{

    width:100%;

    text-align:center;

    margin-bottom:32px;
}


.pb-location-heading span{

    display:block;

    color:#d71920;

    font-size:10px;

    font-weight:700;

    letter-spacing:3px;

    margin-bottom:9px;
}


.pb-location-heading h2{

    margin:0;

    color:#111;

    font-family:Georgia, "Times New Roman", serif;

    font-size:38px;

    line-height:1.15;

    font-weight:500;
}


.pb-location-heading h2 strong{

    color:#d71920;

    font-weight:500;
}


.pb-heading-line{

    width:50px;

    height:3px;

    background:#d71920;

    margin:14px auto 13px;
}


.pb-location-heading p{

    max-width:620px;

    margin:0 auto;

    color:#777;

    font-size:12px;

    line-height:1.55;
}


/* =========================================
   TABLE + MAP GRID
========================================= */

.pb-location-grid{

    width:100%;

    display:grid;

    grid-template-columns:minmax(0, 1.65fr) minmax(350px, .85fr);

    gap:25px;

    align-items:stretch;
}


/* =========================================
   LEFT TABLE CARD
========================================= */

.pb-connectivity-card{

    width:100%;

    background:#fff;

    border:1px solid #e5e0da;

    border-radius:13px;

    overflow:hidden;

    box-shadow:
        0 12px 35px rgba(0,0,0,.07);

    min-width:0;

    height:100%;
}


.pb-table-scroll{

    width:100%;

    height:100%;

    overflow:hidden;
}


/* =========================================
   TABLE
========================================= */

.pb-connectivity-table{

    width:100%;

    height:100%;

    border-collapse:collapse;

    table-layout:fixed;
}


/* =========================================
   TABLE HEADER
========================================= */

.pb-connectivity-table thead{

    background:#d71920;
}


.pb-connectivity-table th{

    padding:16px 15px;

    color:#fff;

    text-align:left;

    font-size:10px;

    line-height:1.35;

    font-weight:700;

    letter-spacing:.35px;

    vertical-align:middle;

    border-right:1px solid rgba(255,255,255,.18);
}


.pb-connectivity-table th:last-child{

    border-right:none;
}


/* COLUMN WIDTHS */

.pb-connectivity-table th:nth-child(1){

    width:25%;
}


.pb-connectivity-table th:nth-child(2){

    width:21%;
}


.pb-connectivity-table th:nth-child(3){

    width:54%;
}


/* =========================================
   TABLE BODY
========================================= */

.pb-connectivity-table td{

    padding:14px 15px;

    color:#444;

    font-size:10.5px;

    line-height:1.4;

    vertical-align:middle;

    border-bottom:1px solid #ece8e4;

    overflow-wrap:break-word;
}


.pb-connectivity-table tbody tr:last-child td{

    border-bottom:none;
}


.pb-connectivity-table td:first-child{

    color:#111;

    font-weight:700;
}


.pb-connectivity-table td:nth-child(2){

    color:#d71920;

    font-weight:600;
}


/* =========================================
   TABLE HOVER
========================================= */

.pb-connectivity-table tbody tr{

    transition:.2s ease;
}


.pb-connectivity-table tbody tr:hover{

    background:#fff7f7;
}


/* =========================================
   RIGHT MAP
   ONLY MAP — NO HEADER
========================================= */

.pb-map-card{

    width:100%;

    height:100%;

    min-width:0;

    background:#ddd;

    border-radius:13px;

    overflow:hidden;

    border:1px solid #e5e0da;

    box-shadow:
        0 12px 35px rgba(0,0,0,.10);

    align-self:stretch;
}


.pb-map-box{

    width:100%;

    height:100%;

    min-height:0;
}


.pb-map-box iframe{

    display:block;

    width:100%;

    height:100%;

    min-height:0;

    border:0;
}


/* =========================================
   TABLET
========================================= */

@media(max-width:1050px){

    .pb-location-grid{

        grid-template-columns:1fr;

        gap:22px;
    }


    .pb-connectivity-card{

        height:auto;
    }


    .pb-connectivity-table{

        height:auto;
    }


    .pb-map-card{

        height:380px;

        min-height:380px;
    }


    .pb-map-box{

        height:380px;
    }


    .pb-map-box iframe{

        height:380px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media(max-width:767px){

    .pb-location-section{

        padding:45px 12px 50px;
    }


    .pb-location-heading{

        margin-bottom:25px;
    }


    .pb-location-heading span{

        font-size:9px;

        letter-spacing:2.5px;
    }


    .pb-location-heading h2{

        font-size:29px;

        line-height:1.15;
    }


    .pb-location-heading p{

        max-width:340px;

        font-size:11px;

        line-height:1.5;
    }


    /* STACK TABLE + MAP */

    .pb-location-grid{

        display:flex;

        flex-direction:column;

        gap:22px;
    }


    /* TABLE */

    .pb-connectivity-card{

        width:100%;

        height:auto;

        border-radius:11px;
    }


    .pb-table-scroll{

        width:100%;

        overflow-x:auto;

        overflow-y:hidden;

        -webkit-overflow-scrolling:touch;
    }


    .pb-connectivity-table{

        width:760px;

        min-width:760px;

        height:auto;
    }


    .pb-connectivity-table th{

        padding:14px 12px;

        font-size:9px;
    }


    .pb-connectivity-table td{

        padding:13px 12px;

        font-size:10px;

        line-height:1.4;
    }


    /* MAP */

    .pb-map-card{

        width:100%;

        height:320px;

        min-height:320px;

        border-radius:11px;
    }


    .pb-map-box{

        width:100%;

        height:320px;

        min-height:320px;
    }


    .pb-map-box iframe{

        width:100%;

        height:320px;

        min-height:320px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media(max-width:420px){

    .pb-location-section{

        padding:40px 10px 45px;
    }


    .pb-location-heading h2{

        font-size:26px;
    }


    .pb-location-heading p{

        font-size:10.5px;
    }


    .pb-connectivity-table{

        width:730px;

        min-width:730px;
    }


    .pb-map-card{

        height:280px;

        min-height:280px;
    }


    .pb-map-box{

        height:280px;

        min-height:280px;
    }


    .pb-map-box iframe{

        height:280px;

        min-height:280px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d35507a */.walk-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #000; /* 👈 TEXT BLACK */
  border: none;
  padding: 12px 25px;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

.walk-btn:hover {
  background: #f1f1f1;
  color: #000; /* 👈 HOVER ME BHI BLACK */
}
.overview-section {
  padding: 60px 20px;
  background: #f5f5f5;
  text-align: center;
}

.overview-heading {
  font-size: 28px;
  margin-bottom: 15px;
  position: relative;
}

.overview-heading::before,
.overview-heading::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #ccc;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.overview-text {
  max-width: 900px;
  margin: auto;
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* VIDEO BOX */
.video-box {
  position: relative;
  max-width: 1100px;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
}

.video-box img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

/* PLAY BUTTON */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

.video-box:hover .play-button {
  background: rgba(0,0,0,0.8);
}

/* WALKTHROUGH BUTTON */
.walk-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: none;
  padding: 12px 25px;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

.walk-btn:hover {
  background: #f1f1f1;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ffb68f5 *//* Main Section */
.booking-discount-section {
    width: 100%;
    box-sizing: border-box;
    padding: 62px 20px 55px;
    background: linear-gradient(135deg, #0d0d0d, #181818);
    text-align: center;
    overflow: hidden;
}

/* Content */
.booking-content {
    max-width: 1100px;
    margin: 0 auto;
}

/* Heading */
.booking-content h2 {
    margin: 0 0 16px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 38px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -0.8px;
}

/* Description */
.booking-content p {
    margin: 0 auto 34px;
    color: #8eb6df;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
}

/* Buttons Wrapper */
.booking-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* Common Button */
.booking-btn {
    height: 64px;
    padding: 0 38px;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-sizing: border-box;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none !important;

    transition: all 0.3s ease;
    cursor: pointer;
}

/* Red Popup Button */
.primary-btn {
    min-width: 347px;
    color: #ffffff !important;
    background: #cf2028;
    border: 2px solid #cf2028;
    box-shadow: 0 8px 25px rgba(207, 32, 40, 0.18);
}

.primary-btn:hover {
    color: #ffffff !important;
    background: #e1262f;
    border-color: #e1262f;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(207, 32, 40, 0.35);
}

/* WhatsApp Button */
.whatsapp-btn {
    min-width: 268px;
    color: #ffffff !important;
    background: transparent;
    border: 2px solid #eeeeee;
}

.whatsapp-btn:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08);
    border-color: #ffffff;
    transform: translateY(-3px);
}

/* Icons */
.btn-icon {
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
    transform: rotate(-8deg);
}

.whatsapp-icon {
    width: 24px;
    height: 24px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

/* Tablet */
@media (max-width: 768px) {

    .booking-discount-section {
        padding: 48px 18px;
    }

    .booking-content h2 {
        font-size: 30px;
    }

    .booking-content p {
        font-size: 16px;
        line-height: 1.5;
    }

    .booking-content p br {
        display: none;
    }

    .booking-btn {
        width: 100%;
        max-width: 380px;
        min-width: unset;
        height: 58px;
        font-size: 16px;
    }
}

/* Mobile */
@media (max-width: 480px) {

    .booking-discount-section {
        padding: 42px 15px;
    }

    .booking-content h2 {
        font-size: 26px;
        line-height: 1.2;
    }

    .booking-content p {
        font-size: 15px;
        margin-bottom: 26px;
    }

    .booking-buttons {
        gap: 12px;
    }

    .booking-btn {
        height: 56px;
        font-size: 15px;
        padding: 0 20px;
    }
}
/*====================================
FOOTER DISCLAIMER
====================================*/

.footer-disclaimer{

    background:#0f0f0f;

    padding:60px 0;

    border-top:4px solid #C8102E;

    font-family:'Poppins',sans-serif;

}

.footer-container{

    width:90%;

    max-width:1200px;

    margin:auto;

    text-align:center;

}

/* Heading */

.footer-disclaimer h2{

    font-size:34px;

    color:#ffffff;

    margin-bottom:25px;

    font-family:'Playfair Display',serif;

    letter-spacing:1px;

}

/* RERA */

.rera-info{

    background:#181818;

    border:1px solid rgba(255,255,255,.08);

    border-left:4px solid #C8102E;

    border-radius:10px;

    padding:18px 25px;

    max-width:650px;

    margin:0 auto 30px;

}

.rera-info p{

    color:#f2f2f2;

    font-size:15px;

    line-height:28px;

    margin:4px 0;

}

/* Disclaimer Text */

.footer-text{

    max-width:1000px;

    margin:auto;

}

.footer-text p{

    color:#bfbfbf;

    font-size:15px;

    line-height:30px;

    text-align:justify;

}

/* Footer Links */

.footer-links{

    margin-top:35px;

    padding-top:25px;

    border-top:1px solid rgba(255,255,255,.08);

    color:#999;

    font-size:15px;

    line-height:28px;

}

.footer-links a{

    color:#ffffff;

    text-decoration:none;

    margin:0 10px;

    transition:.3s;

}

.footer-links a:hover{

    color:#C8102E;

}

/*====================================
Responsive
====================================*/

@media(max-width:768px){

.footer-disclaimer{

    padding:45px 0;

}

.footer-disclaimer h2{

    font-size:28px;

}

.rera-info{

    padding:15px;

}

.footer-text p{

    font-size:14px;

    line-height:26px;

    text-align:left;

}

.footer-links{

    font-size:14px;

    line-height:24px;

}

.footer-links a{

    display:inline-block;

    margin:6px 8px;

}

}
/*====================================
READ MORE / READ LESS
====================================*/

.read-more-btn{

    color:#ffffff !important;

    font-weight:700;

    cursor:pointer;

    text-decoration:underline;

    text-underline-offset:3px;

    transition:.3s ease;

}

.read-more-btn:hover{

    color:#ffffff !important;

    opacity:.75;

}


/* Read Less */

.read-less-btn{

    color:#ffffff !important;

    font-weight:700;

    cursor:pointer;

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b9ede3 *//* =====================================================
   STICKY BOTTOM BUTTONS
===================================================== */

.pb-sticky-buttons {
    position: fixed;

    left: 0;
    bottom: 0;

    width: 100%;

    display: flex;

    justify-content: center;
    align-items: center;

    gap: 10px;

    padding: 10px 15px;

    background: rgba(255,255,255,0.96);

    border-top: 1px solid rgba(0,0,0,0.08);

    box-shadow: 0 -5px 20px rgba(0,0,0,0.12);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    z-index: 999999;

    box-sizing: border-box;
}


/* =====================================================
   COMMON BUTTON
===================================================== */

.pb-sticky-btn {

    min-width: 125px;

    height: 44px;

    padding: 0 20px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 7px;

    border-radius: 7px;

    color: #fff !important;

    text-decoration: none !important;

    font-family: Arial, sans-serif;

    font-size: 14px;

    font-weight: 600;

    box-sizing: border-box;

    transition: all 0.3s ease;
}


/* =====================================================
   CALL
===================================================== */

.pb-call {

    background: linear-gradient(
        135deg,
        #a9151a,
        #d32f2f
    );

    box-shadow:
        0 4px 12px rgba(169,21,26,0.25);
}


/* =====================================================
   WHATSAPP / CHAT
===================================================== */

.pb-whatsapp {

    background: linear-gradient(
        135deg,
        #8e0000,
        #c62828
    );

    box-shadow:
        0 4px 12px rgba(142,0,0,0.25);
}


/* =====================================================
   ENQUIRY
===================================================== */

.pb-enquiry {

    background: linear-gradient(
        135deg,
        #c62828,
        #ef5350
    );

    box-shadow:
        0 4px 12px rgba(198,40,40,0.25);
}


/* =====================================================
   HOVER
===================================================== */

.pb-sticky-btn:hover {

    transform: translateY(-2px);

    color: #fff !important;

    box-shadow:
        0 7px 18px rgba(150,0,0,0.30);
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 600px) {

    .pb-sticky-buttons {

        gap: 6px;

        padding: 8px 8px;
    }

    .pb-sticky-btn {

        min-width: 0;

        flex: 1;

        height: 43px;

        padding: 0 8px;

        font-size: 13px;

        border-radius: 6px;
    }

}


/* =====================================================
   VERY SMALL MOBILE
===================================================== */

@media (max-width: 360px) {

    .pb-sticky-buttons {

        gap: 5px;

        padding: 7px 5px;
    }

    .pb-sticky-btn {

        font-size: 12px;

        gap: 4px;
    }

}/* End custom CSS */