
button,
input,
select,
textarea {
    font-family: inherit;
}

button {
    cursor: pointer;
}
.residential-page{
    width: 1120px;
    display: inline-block;
}

/* =====   CONTAINER  ======= */

.container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

.container h2 {
    margin: 0 0 16px;
    color: #1f4583;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.container p {
    color: #314564;
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 16px;
}

/* ==========  BREADCRUMB  ======== */

.breadcrumb-section {
        width: 100%;
    background: #e8f3fc;
    border-bottom: 1px solid #d7e4ef;
}

.breadcrumb {
    min-height: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    color: #1c3564;
    font-size: 15px;
}

.breadcrumb a {
    color: #223958; font-weight: 500;
}

.breadcrumb span {
    color: #223958;
    font-size: 24px;
    height: 14px;
    line-height: 9px;
}
.breadcrumb .last-child{font-size: 15px;    line-height: 14px;  color: #787878;font-weight: 500;}


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

.hero-section {
    position: relative;
    width: 100%;
    min-height: 300px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(
            115deg,
            #f6fbff 0%,
            #edf8ff 50%,
            #dceffc 100%
        );
    overflow: hidden;
}

.hero-section::after {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    right: -170px;
    top: -230px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-content h1 {
    margin-bottom: 12px;
    color: #1f4583;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0px;
}
.hero-content h1 label{display: inline;}
.hero-content p {
    margin-bottom: 18px;
    color: #1f4583;
    font-size: 17px;
    line-height: 1.35;
}
.hero-content .desktop-only{display: table; font-style: normal;}

.hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.btn {
    min-width: 193px;
    height: 48px;
    padding: 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #ffffff;
    font-size: 17px;
    transition: all 0.25s ease;
    font-weight: 600;
}

.btn-primary {
    background: #062e72;
}

.btn-primary:hover {
    background: #041e4b;
}

.btn-whatsapp {
    background: #079653;
}
.btn-whatsapp .whatsapp-icon {
    width: 28px !important;
    height: 28px !important;
}

.btn-whatsapp:hover {
    background: #05783f;
}

.whatsapp-icon {
    margin-right: 8px;
    font-size: 20px;
    line-height: 1;
}


/* =========================================
   GIFT CITY STATS SECTION
========================================= */

/* =========================================================
   RESET
========================================================= */

button,
input,
select,
textarea {
    font-family: inherit;
}

button {
    cursor: pointer;
}


/* =========================================================
   GLOBAL TYPOGRAPHY
========================================================= */
#commercial-pro-for-rent{ width: 100%;}
#commercial-pro-for-rent .property-image{height: 200px;}
#commercial-pro-for-rent .property-content h3 { margin: 0 0 15px; font-size: 18px;}
#commercial-pro-for-rent .property-info p{padding-bottom: 12px;}

#commercial-projects{width: 100%;}
#commercial-projects .property-image{height: 200px;}
#commercial-projects .blue-information-section .main-button{ margin-right: 8px;}
#commercial-projects .why-section{ padding: 28px 0 40px 0;}
#commercial-projects .enquiry-section{padding-top: 0px;}
#commercial-projects .commercial-property-for-rent-btn{ background: #c71c21;}
#commercial-projects .commercial-property-for-rent-btn:hover{ background: #aa1419;}

#residential-projects{width: 100%;}
#residential-projects .property-image{height: 200px;}
#residential-projects .blue-information-section .main-button{ margin-right: 8px;}
#residential-projects .why-section{ padding: 28px 0 40px 0;}
#residential-projects .enquiry-section{padding-top: 0px;}
#residential-projects .commercial-property-for-rent-btn{ background: #c71c21;}
#residential-projects .commercial-property-for-rent-btn:hover{ background: #aa1419;}
/* =========================================================
   PROPERTY SECTION
========================================================= */

.property-section {
    width: 100%;
    padding: 18px 0 35px;
    background: #ffffff;
}

.page-title {
    margin: 0 0 15px;
    color: #0b1f56;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 700;
}

.property-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.property-card {
    min-width: 0;
    background: #ffffff;
    border: 1px solid #dce6ee;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 7px rgb(63 64 66 / 10%);
}

.property-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: #e9f3fa;
}

.property-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.property-content {
    padding: 11px 12px 10px;
}

.property-content h3 {
        margin: 0 0 7px;
    color: #1f4583;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 700;
}

.property-subtitle {
    display: block;
    margin-bottom: 12px;
    color: #324b78;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 600;
}

.property-info p {
    margin: 0 0 1px;
    color: #395274;
    font-size: 15px;
    line-height: 1.1;
}

.property-info b {
    color: #203e72;
    font-weight: 600;
}

.property-button {
    width: 100%;
    height: 46px;
    margin-top: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #1f4583;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.25s ease;
}

.property-button:hover {
    background: #041f4e;
}

.property-note {
    max-width: 500px;
    margin: 13px 0 0 auto;
    color: #6b7280;
    font-size: 11px;
    line-height: 1.4;
    text-align: right;
}


/* =========================================================
   BLUE INFORMATION SECTION
========================================================= */

.blue-information-section {
    width: 100%;
    padding: 22px 0 25px;
    background: #eaf6ff;
    border-top: 1px solid #dbeaf4;
    border-bottom: 1px solid #dbeaf4;
}

.blue-information-section p {
    max-width: 100%;
}


/* =========================================================
   BUTTON
========================================================= */

.main-button {
    min-width: 180px;
    min-height: 46px;
    padding: 0px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 8px;
    background: #1f4583;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.2;
    transition: 0.25s ease;
    font-weight: 600;
    box-sizing: border-box;
}

.main-button:hover {
    background: #041f4e;
}


/* =========================================================
   CONTENT SECTION
========================================================= */

.content-section {
    width: 100%;
    padding: 24px 0;
    background: #ffffff;
}

.content-section p {
    max-width: 100%;
}


/* =========================================================
   WHY SECTION
========================================================= */

.why-section {
    width: 100%;
    padding: 0px 0 16px;
    background: #ffffff;
}

.why-section > .container > p {
    margin-bottom: 15px;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 100%;
}
.why-grid-2{
    grid-template-columns: repeat(4, 1fr) !important;
}

.why-item {
    min-height: 110px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #e6ecf1;
    border-radius: 8px;
    background: #f2f9ff;
}

.why-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 4px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #2f4870;
}

.why-icon svg {
    width: 45px;
    height: 45px;
}

.why-item strong {
        color: #1f4583;
    font-size: 18px;
    line-height: 1.2;
}

.why-item span {
        margin-top: 2px;
    color: #2f4868;
    font-size: 16px;
    line-height: 1.3;
}


/* =========================================================
   FAQ SECTION
========================================================= */
/* FAQ SECTION */
    .faq-section {
        width: 100%;
        padding: 25px 0;
        background: #fff;
    }

    .faq-section h2 {
       margin: 0 0 15px;
    color: #1f4583;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 600;
    }

    .faq-item {
        width: 100%;
        margin-bottom: 8px;
        border: 1px solid #dfe7ee;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
    }

    .faq-question {
        width: 100%;
        min-height: 50px;
        padding: 10px 16px;

        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;

        border: 0;
        outline: 0;
        background: #fff;

        color: #1f4583;
        font-size: 17px;
        font-weight: 600;
        line-height: 1.4;
        text-align: left;

        cursor: pointer;
    }

    .faq-question:hover {
        background: #f8fbfd;
    }
    .faq-question h3{
        font-size: 17px; font-weight: 600;
    }

    /* Arrow */
    .faq-arrow {
        flex: 0 0 20px;
        width: 20px;
        height: 20px;

        display: flex;
        align-items: center;
        justify-content: center;

        color: #062e72;

        transition: transform 0.3s ease;
    }

    .faq-arrow svg {
        width: 18px;
        height: 18px;
    }

    /* Answer */
    .faq-answer {
        max-height: 0;
        overflow: hidden;

        padding: 0 14px;

        transition:
            max-height 0.35s ease,
            padding 0.35s ease;
    }

    .faq-answer p {
       margin: 5px 0 0 0;
    color: #3f5572;
    font-size: 16px;
    line-height: 1.55;
    }

    /* Active */
    .faq-item.active .faq-answer {
        max-height: 300px;
        padding: 0 14px 15px;
    }

    .faq-item.active .faq-arrow {
        transform: rotate(180deg);
    }


/* =========================================================
   CALCULATOR
========================================================= */

.calculator-section {
    width: 100%;
    padding: 28px 0;
    background: #f2f9fe;
    border-top: 1px solid #deebf4;
    border-bottom: 1px solid #deebf4;
}

.calculator-section > .container > p {
    margin-bottom: 20px;
}

.calculator-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.calculator-field label {
    display: block;
    margin-bottom: 6px;
    color: #254474;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
}

.calculator-field input {
    width: 100%;
    height: 44px;
    padding: 0 12px;
    border: 1px solid #ccdce9;
    border-radius: 8px;
    outline: none;
    background: #ffffff;
    color: #254574;
    font-size: 15px;
    box-sizing: border-box;
}

.calculator-field input:focus {
    border-color: #123d78;
    box-shadow: 0 0 0 2px rgba(18, 61, 120, 0.08);
}

.calculator-field input[readonly] {
    background: #e2edf7;
}

.calculator-bottom {
    margin-top: 18px;

    display: flex;
    align-items: center;
    gap: 20px;
}
.calculator-bottom p{ padding-bottom: 0px;}
.calculator-note {
    color: #48617f;
    font-size: 14px;
}

.calculator-error {
    display: none;
    margin-top: 10px;

    color: #c62828;
    font-size: 14px;
}


/* =========================================================
   ENQUIRY
========================================================= */

.enquiry-section {
    width: 100%;
    padding: 28px 0 40px;
    background: #fff;
}
.enquiry-section .container{text-align: center;}

.enquiry-box {
    width: 100%;
    max-width: 550px;
    margin: 6px auto 0;
    padding: 18px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgb(68 71 74 / 19%);
}

.form-group {
    width: 100%;
    margin-bottom: 12px;
    text-align: left;
}

.form-group label {
    display: block;
    margin-bottom: 4px;
    color: #1f4583;
    font-size: 15px;
    font-weight: 600;
}

.form-group input,
.form-group select,
.form-group textarea {
        width: 100%;
    border: 1px solid #d5e1eb;
    border-radius: 6px;
    outline: none;
    background: #ffffff;
    color: #284675;
    font-size: 15px;
    box-sizing: border-box;
}

.form-group input,
.form-group select {
    height: 44px;
    padding: 0 15px;
}

.form-group textarea {
    min-height: 90px;
    padding: 15px;
    resize: vertical;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #123d78;
}

.form-submit {
    width: 100%;
    margin-top: 2px;
}


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

@media (max-width: 991px) {
.property-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.residential-page{
    width: 100%;
}

    .container {
        padding-left: 22px;
        padding-right: 22px;
    }

    .property-grid {
        gap: 12px;
    }

    .property-image {
        height: 250px;
    }

    .calculator-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


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

@media (max-width: 767px) {
.residential-page{
    width: 100%;
}
.hero-section{
    min-height: 350px;
}
#commercial-projects .hero-section {
    min-height: 305px;
}
#residential-projects .hero-section {
    min-height: 305px;
}
.hero-content h1{font-size: 28px;}
.hero-content h1 label{display: table;}
.hero-content p{margin-bottom: 0px;}
.hero-content .desktop-only{display: inline;}
#commercial-projects .blue-information-section .main-button {
    margin-right: 0;
    margin-top: 10px;
}
#commercial-projects .why-section {
    padding: 22px 0 30px 0 !important;
}
#commercial-projects .property-image {
    height: 240px;
}
#commercial-projects .property-content h3 { font-size: 21px; padding-bottom: 4px; }

#residential-projects .blue-information-section .main-button {
    margin-right: 0;
    margin-top: 10px;
}
#residential-projects .why-section {
    padding: 22px 0 30px 0 !important;
}
#residential-projects .property-image {
    height: 240px;
}
#residential-projects .property-content h3 { font-size: 21px; padding-bottom: 4px; }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }


    /* Global */

    h2 {
        font-size: 26px;
    }

    p {
        font-size: 16px;
        line-height: 1.5;
    }


    /* Property */

    .property-section {
        padding: 16px 0 25px;
    }

    .page-title {
        font-size: 21px;
        line-height: 1.25;
    }

    .property-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .property-card {
        width: 100%;
    }

    .property-image {
        height: 260px;
    }

    .property-content {
        padding: 12px;
    }

    .property-content h3 {
        font-size: 20px;
    }

    .property-subtitle {
        font-size: 17px;
    }

    .property-info p {
        font-size: 15px;
    }

    .property-button {
        height: 46px;
        font-size: 17px;
    }

    .property-note {
        font-size: 10px;
        text-align: left;
    }
    .why-section{ padding: 0px 0 20px 0 !important;}


    /* Blue Section */

    .blue-information-section {
        padding: 22px 0;
    }

    .main-button {
        width: 100%;
        min-height: 48px;
        font-size: 17px;
    }


    /* Content */

    .content-section,
    .why-section,
    .faq-section {
        padding: 23px 0;
    }


    /* Why */

    .why-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 7px;
    }

    .why-item {
        min-height: 100px;
        padding: 8px 4px;
    }

    .why-item strong {
        font-size: 15px;
    }

    .why-item span {
        font-size:12px;
    }


    /* FAQ */

    .faq-list {
        margin-top: 13px;
    }

    .faq-question {
        min-height: 52px;
        padding: 10px 12px;
        font-size: 16px;
        line-height: 1.3;
        font-weight: 700;
    }
    .faq-question h3{
        font-size: 16px; font-weight: 700;
    }

    .faq-answer {
        padding-left: 12px;
        padding-right: 12px;
    }

    .faq-item.active .faq-answer {
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 13px;
    }

    .faq-answer p {
        font-size: 16px;
        line-height: 1.5;
    }


    /* Calculator */

    .calculator-section {
        padding: 25px 0;
    }

    .calculator-grid {
        grid-template-columns: 1fr 1fr;
        gap: 18px 9px;
    }

    .calculator-field label {
        font-size: 15px;
    }

    .calculator-field input {
        height: 50px;
        font-size: 15px;
    }

    .calculator-bottom {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .calculator-note {
        font-size: 13px;
    }
    .enquiry-section .container {
    text-align: left;
}


    /* Enquiry */

    .enquiry-section {
        padding: 25px 0 35px;
    }

    .enquiry-box {
        margin-top: 18px;
        padding: 5px;
        max-width: 100%;
        box-sizing: border-box;
        box-shadow: none;
    }

    .form-group label {
        font-size: 15px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        font-size: 15px;
        padding: 0 15px;
        height: 50px;
    }
    .form-group textarea {
        min-height: 100px;
        padding: 15px;
        resize: vertical;
        padding-top: 12px !important;
    }

    .faq-section {
            padding: 20px 0;
        }

        .faq-section h2 {
            font-size: 26px;
        }


        .faq-answer {
            padding-left: 12px;
            padding-right: 12px;
        }

        .faq-item.active .faq-answer {
            padding-left: 12px;
            padding-right: 12px;
            padding-bottom: 13px;
        }

        .faq-answer p {
            font-size: 16px;
        }
        .container h2 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.2px;
}

}


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

@media (max-width: 480px) {

    .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    h2 {
        font-size: 26px;
    }

    p {
        font-size: 16px;
    }

    .page-title {
        font-size: 20px;
    }

    .property-image {
        height: 260px;
    }

    .property-content h3 {
        font-size: 20px;
    }

    .property-info p {
        font-size: 15px;
    }


    .why-item {
        min-height: 85px;
    }

    .calculator-grid {
        grid-template-columns: 1fr;
    }



}


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

@media (max-width: 360px) {

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    h2 {
        font-size: 26px;
    }

    p {
        font-size: 16px;
    }

    .property-image {
        height: 200px;
    }

}


