/* ============================================================
   Responsive Styles for Landing Page
   ============================================================ */




@media (min-width: 2448px) {

    .logo {
        width: 20%;
    }

    .icon_text img {
        width: 65px;
    }

    .icon_text p {
        margin: 0;
        font-size: 45px;
        font-weight: 500;
        color: #fff;
    }

    .number a {
        text-decoration: none;
        color: #fff;
        font-size: 58px;
        font-weight: 500;
    }

    .hero .hero_container {
        width: 100%;
        height: 100%;
        display: flex;
        padding: 3rem 10rem 2rem 10rem;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        top: 0;
        left: 0;
    }

    .hero_bottom h1 {
        font-size: 78px;
        color: #fff;
        padding: 1px 6px;
        font-weight: 700;
    }

    .hero_bottom p {
        color: #fff;
        font-size: 54px;
        font-weight: 500;
        padding: 1px 6px;
    }

    .sec_card p {
        font-size: 1.85rem;
        font-weight: 600;
        color: var(--primary-color);
        margin: 0;
    }

    .location_card {
        flex: 1;
        height: auto;
        background: var(--primary-color);
        border-radius: 1.5rem;
        overflow: hidden;
    }

    .location_img img {
        object-fit: cover;
        height: 600px;
    }
}





/* ---------- Large Devices (Desktops 992px–1199px) ---------- */
@media (max-width: 1199.98px) {

    .hero .hero_container {
        width: 100%;
        height: 100%;
        display: flex;
        padding: 3rem 4rem 1rem 6rem;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        top: 0;
        left: 0;
    }

    .hero_bottom a {
        padding: 0.75rem 2rem;
        border: 1px solid #fff;
        border-radius: 75px;
        margin-top: 0rem;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
    }

    .hero_button .arrow img {
        width: 12px;
    }

    .icon_text p {
        margin: 0;
        font-size: 22px;
        font-weight: 500;
        color: #fff;
    }

    .icon_text img {
        width: 30px;
    }

    .hero_bottom h1 {
        font-size: 32px;
    }

    .hero_bottom p {
        font-size: 24px;
    }

    .number a {
        font-size: 26px;
    }

    section.section_card {
        padding: 3rem 0rem;
    }

    .location_text h3 {
        font-size: 2rem;
    }

    .floor_details {
        flex-wrap: wrap;
        gap: 1.5rem;
    }

    .f_detail h3 {
        font-size: 1.5rem;
    }

    .amenities .amenities_cols {
        width: 48%;
    }

    .sec_card {
        padding: 2rem 0rem;
    }

    .sec_card p {
        font-size: 1.3rem;
    }

    .about h1 {
        font-size: 2.5rem;
    }

    .about h2 {
        font-size: 2rem;
        font-weight: 600;
        color: var(--primary-color);
        margin-top: 2rem;
    }

    .about li {
        font-size: 1.3rem;
    }

    .about p {
        font-size: 1.3rem;
        text-transform: capitalize;
    }

    .heading {
        font-size: 2.75rem;
        font-weight: 700;
        text-align: center;
        margin-bottom: 55px;
        color: var(--primary-color);
        text-transform: capitalize;
    }

    .location_text {
        padding: 2rem 2rem;
    }

    .location_text h3 {
        font-size: 1.75rem;
    }

    .location_img img {
        object-fit: cover;
        min-height: 350px;
    }

    .location_text p {
        font-size: 1rem;
        font-weight: 500;
        margin-bottom: .3rem;
        color: #fff;
    }

    .floor {
        padding: 3rem 0;
    }

    .floor .heading {
        font-size: 2.5rem;
    }

    .f_detail p {
        font-size: 1rem;
    }

    .property .heading {
        font-size: 2.5rem;
        margin-bottom: 40px;
    }

    .property p {
        font-size: 1.2rem;
    }

    .features {
        padding: 4rem 0;
    }

    .feature p {
        font-size: 1.2rem;
    }

    .contact {
        padding: 4rem 0;
    }

    .contact p {
        font-size: 1.3rem;
        text-transform: capitalize;
    }

    .contact_img {
        border-top-right-radius: 2rem;
        border-top-left-radius: 2rem;
        overflow: hidden;
        margin-top: 2rem;
    }

}

/* ---------- Medium Devices (Tablets 768px–991px) ---------- */
@media (max-width: 991.98px) {

    .hero .hero_container {
        width: 100%;
        height: 100%;
        display: flex;
        padding: 3rem 2rem 0rem 4.5rem;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        top: 0;
        left: 0;
    }

    .hero .container {
        text-align: center;
    }

    .hero_bottom a {
        padding: 0.5rem 1rem;
        border: 1px solid #fff;
        border-radius: 75px;
        margin-bottom: 0.5rem;
        text-decoration: none;
        font-size: 12px;
        font-weight: 500;
        color: #fff;
    }

    .hero_button {
        text-align: left;
    }

    .hero_button .arrow img {
        width: 10px;
    }

    .hero_top {
        gap: 1rem;
    }

    .logo {
        width: 15%;
    }

    .icon_text p {
        margin: 0;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
    }

    .number a {
        font-size: 20px;
    }

    .hero_bottom h1 {
        font-size: 34px;
    }

    .hero_bottom p {
        font-size: 18px;
    }

    /* .hero_bottom a {
        margin-top: 1.5rem;
        font-size: 16px;
    } */



    .hero_bottom h1 {
        font-size: 24px;
    }

    section.section_card {
        padding: 2rem 0rem;
    }

    .sec_card p {
        font-size: 1rem;
    }

    .about h1 {
        font-size: 1.5rem;
    }

    .about p {
        font-size: 1rem;
        text-transform: capitalize;
    }

    .about h2 {
        font-size: 1.5rem;
        font-weight: 600;
        color: var(--primary-color);
        margin-top: 2rem;
    }

    .about li {
        font-size: 1rem;
    }

    section.location {
        padding: 3rem 0;
    }

    .heading {
        font-size: 2rem;
        font-weight: 700;
        text-align: center;
        margin-bottom: 40px;
        color: var(--primary-color);
        text-transform: capitalize;
    }

    .location_cards {
        align-items: center;
    }

    .location_card {
        width: 49%;
        flex: none;
    }

    .location_text {
        padding: 1.5rem 2rem;
    }

    .floor .heading {
        font-size: 2rem;
    }

    .floor_img_slider {
        margin: 3rem 0rem 2rem 0rem;
    }

    .amenities {
        padding: 3rem 0;
    }

    .floor_details {
        flex-direction: column;
        text-align: center;
    }

    .amenities .amenities_cols {
        width: 48%;
    }

    .amenities_title p {
        margin: 0;
        font-size: 1.1rem;
        font-weight: 400;
        font-family: "Cinzel", serif;
    }

    .property {
        padding: 3rem 0;
    }

    .property .heading {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .property p {
        font-size: 1rem;
    }

    .features {
        padding: 3rem 0;
    }

    .feature {
        border: 2px solid var(--primary-color);
        border-radius: 14px;
        padding: 1rem 1rem;
        text-align: center;
    }

    .feature p {
        font-size: 1rem;
    }

    .contact {
        padding: 3rem 0;
    }

    .contact .heading {
        margin-bottom: 20px;
    }

    .contact p {
        font-size: 1.1rem;
        text-transform: capitalize;
    }

    .contact_img {
        border-top-right-radius: 2rem;
        border-top-left-radius: 2rem;
        overflow: hidden;
        margin-top: 1rem;
    }

    .contact-section {
        flex-direction: column;
        text-align: left;
        padding: 3rem 1rem;
    }

    .contact-card {
        padding: 2rem;
    }
}

/* ---------- Small Devices (Mobiles Landscape 576px–767px) ---------- */
@media (max-width: 767.98px) {

    .hero_bottom h1 {
        font-size: 28px;
    }



    .hero .hero_container {
        width: 100%;
        height: 100%;
        display: flex;
        padding: 1rem 1rem 0rem 1rem;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        top: 0;
        left: 0;
    }



    .hero_bottom p {
        font-size: 18px;
    }

    .number a {
        font-size: 22px;
    }

    .sec_card {
        padding: 2rem 0;
    }

    .sec_card p {
        font-size: 1.3rem;
    }

    .about h1 {
        font-size: 2.3rem;
    }

    .about h2 {
        font-size: 1.8rem;
    }

    .about p,
    .about li {
        font-size: 1.2rem;
    }

    .location_card {
        width: 100%;
    }

    .floor_details {
        flex-direction: column;
    }

    .f_detail h3 {
        font-size: 1.6rem;
    }

    .f_detail p {
        font-size: 1.2rem;
    }

    .amenities .amenities_cols {
        width: 100%;
    }

    .property p {
        font-size: 1.2rem;
    }

    .feature p {
        font-size: 1.2rem;
    }

    .contact-form {
        width: 100%;
    }

    .contact-form input,
    .contact-form select,
    .contact-form textarea {
        font-size: 0.9rem;
    }

    .contact-form button {
        width: 100%;
    }

    .contact_section {
        position: relative;
        width: 100%;
        background: #1c1c1c;
        margin-top: 2rem;
    }

    .contact-left {
        order: 1;
        padding: 2rem !important;
    }

    .contact-right {
        padding: 2rem;
        position: static;
        border-radius: 10px;
    }
}

/* ---------- Extra Small Devices (Mobile Portrait ≤575px) ---------- */
@media (max-width: 575.98px) {
    body {
        font-size: 14px;
    }



    .logo {
        width: 15%;
    }

    .hero_bottom h1 {
        font-size: 12px;
    }

    .icon_text img {
        width: 15px;
    }

    .hero_bottom p {
        font-size: 9px;
    }

    .hero_bottom a {
        font-size: 8px;
        padding: 0.1rem 1rem;
        width: auto;
    }

    .hero .hero_container {
        width: 100%;
        height: 100%;
        display: flex;
        padding: 1rem 1rem 0rem 2.5rem;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        top: 0;
        left: 0;
    }

    .hero_bottom a {
        margin-bottom: 0.4rem;
    }

    .hero_button .arrow img {
        width: 6px;
    }

    .icon_text {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .icon_text p {
        margin: 0;
        font-size: 12px;
        font-weight: 500;
        color: #fff;
    }

    .number a {
        font-size: 14px;
        /* text-shadow: -1px 1px 1px #000; */
    }

    .sec_card {
        padding: 2rem 0;
        margin-bottom: 1rem;
    }

    .sec_card p {
        font-size: 1.2rem;
    }

    section.about {
        padding: 2rem 0;
    }

    .about h1 {
        font-size: 1.5rem;
    }

    .about p,
    .about li {
        font-size: 1rem;
    }

    .about h2 {
        font-size: 1.5rem;
    }

    .heading {
        font-size: 1.5rem;
    }

    .floor {
        padding: 2rem 0;
    }

    .floor .heading {
        font-size: 1.5rem;
    }

    .property .heading {
        font-size: 1.5rem;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .features .heading {
        margin-bottom: 30px;
    }

    .property p {
        font-size: 1rem;
    }

    .features_list {
        margin-top: 2rem;
        gap: 1rem;
    }

    .location_text {
        padding: 1.5rem;
    }

    .location_text h3 {
        font-size: 1.5rem;
    }

    .location_text p {
        font-size: 1rem;
    }

    .floor_details {
        flex-direction: column;
    }

    .f_detail {
        padding: 1rem 0;
    }

    .f_detail h3 {
        font-size: 1.3rem;
    }

    .f_detail p {
        font-size: 1rem;
    }

    .amenities .amenities_cols {
        width: 100%;
    }

    .contact-section {
        padding: 2rem 1rem;
    }

    .contact .heading {
        margin-bottom: 16px;
    }

    .contact p {
        font-size: 1rem;
        text-transform: capitalize;
    }

    .contact-card {
        padding: 1.5rem;
    }

    .contact-title {
        font-size: 1.8rem;
    }

    .contact-subtext {
        font-size: 0.9rem;
    }

    .contact-form button {
        font-size: 1rem;
    }

    .footer {
        text-align: center;
        padding: 1rem 0;
    }
}





@media (min-width: 1971) and (max-width: 2447px) {
    .hero_bottom h1 {
        font-size: 60px;
        color: #fff;
        padding: 1px 6px;
        font-weight: 700;
    }
}