@media screen and (max-width:1599px) {
    section.gallery .grid img {
        height: 360px;
        gap: 20px;
    }

    section.about .flex {
        height: 350px;
    }

    nav .logo-1 {
        width: 110px;
    }
}

@media screen and (max-width:1454px) {
    section.form .grid {
        -ms-grid-columns: 220px 220px 220px 220px;
        grid-template-columns: repeat(4, 220px);
    }

    nav .logo-2 {
        width: 160px;
    }

    nav .nav-link {
        font-size: 15px;
        padding-left: 22px !important;
    }

    nav .navbar-brand {
        font-size: 15px;
    }
}

@media screen and (max-width:1399px) {
    section.form .grid {
        -ms-grid-columns: 220px 50px 220px 50px 220px;
        grid-template-columns: repeat(4, 200px);
        gap: 40px;
    }

    section.about {
        padding: 50px 0 69px;
    }

    section.hero h3,
    section.video h3,
    section.about h3,
    section.map h3 {
        font-size: 30px;
    }

    section.hero h2,
    section.video h2,
    section.about h2,
    section.map h2,
    section.video-bg h2 {
        font-size: 42px;
    }

    section.form h2 {
        font-size: 18px;
    }

    section.form .grid {
        padding: 10px 0;
    }

    nav .logo-2 {
        width: 100px;
    }

    nav .navbar-brand {
        font-size: 13px;
    }

    nav .nav-link {
        font-size: 13px;
        padding-left: 16px !important;
    }
}

@media screen and (max-width:1094px) {
    section.form {
        display: none;
    }

    nav .nav-link {
        font-size: 12px;
    }

    section.hero {
        height: 70vh;
    }
}

@media screen and (max-width:991px) {
    nav .nav-link {
        padding-left: 0 !important;
        font-family: 'CeraGodrej', sans-serif !important;
        font-size: 12px !important;
        line-height: 18px !important;
        text-transform: uppercase !important;
        font-weight: 400 !important;
    }

    footer {
        padding-bottom: 0px;
    }

    section.hero {
        height: 80vh;
    }

    section.hero .content {
        padding-top: 85px;
    }

    section.hero h2,
    section.video h2,
    section.about h2,
    section.map h2,
    section.video-bg h2 {
        font-size: 28px;
    }

    section.hero .content img {
        width: 150px !important;
    }

    section.hero .flex {
        gap: 91px;
        padding-top: 10vh;
    }

    section.video {
        padding: 60px 0;
        height: 60vh;
        background-size: 100%;
    }

    section.about {
        padding: 0 0 60px;
    }

    section.about .flex {
        height: 300px;
    }

    section.about .med {
        font-size: 20px;
    }

    section.ads {
        height: 60vh;
    }

    section.video-bg {
        height: 84vh;
    }

    section.video-bg .play {
        top: 62%;
        left: 13%;
    }

    section.gallery h2 {
        font-size: 30px;
    }

    section.gallery .grid img {
        height: 250px;
    }

    section.contact .arrow {
        position: absolute;
        top: -106px;
        right: 0;
        width: 170px;
    }

    section.contact {
        height: 36vh;
    }

    section.contact-us .box {
        max-width: 100%;
    }

    .arrow_new {
        bottom: 34px;
    }

    .desktop-only-icon {
        display: none !important;
    }
}

/* @media screen and (max-width:768px) {
  
} */

@media screen and (max-width:650px) {
    section.hero {
        /* background: url('../Images/banner-m.png') no-repeat;
        background-position: center;
        background-size: 100%; */
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        /* display: flex;
        align-items: center; */
    }

    section.about {
        padding-top: 150px;
    }

    section.hero .content {
        padding-top: 64px;
    }

    section.hero .content img {
        width: 140px !important;
    }

    section.hero h3,
    section.video h3,
    section.about h3,
    section.map h3 {
        font-size: 26px;
        line-height: 31.2px;
    }

    section.about h2 {
        font-size: 26px !important;
    }

    section.hero h2,
    section.video h2,
    section.about h2,
    section.map h2,
    section.video-bg h2 {
        font-size: 30px;
        line-height: 36px;
    }

    section.hero .flex {
        gap: 56px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #ad8346;
        padding-top: 4vh;
    }

    nav .logo {
        width: 120px;
    }

    nav .navbar-brand {
        font-size: 16px;
    }

    section.video .img {
        height: 400px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 30px;
    }

    section.video {
        background-position: 100%;
        height: 60vh;
    }

    section.video .play {
        top: 30%;
    }

    section.about {
        padding: 200px 0 0 0;
        overflow: unset;
    }

    section.about .flex {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        display: -ms-grid;
        display: grid;
        width: 100%;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: repeat(2, 1fr);
        overflow-x: unset;
        height: 100%;
        padding: 20px;
    }

    section.about .flex img {
        height: 280px;
        width: 100%;
    }

    section.about .med {
        font-size: 18px;
    }

    section.ads {
        height: 50vh;
    }

    section.video-bg .play {
        bottom: 117px;
        top: auto;
        left: 69px;
    }

    section.gallery .grid img {
        height: 240px;
        gap: 20px;
    }

    section.contact {
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
    }

    section.contact .arrow {
        width: 190px;
    }

    section.contact-us .box {
        max-width: 100%;
    }

    footer a {
        padding: 10px;
        font-size: 12px;
    }

    .bold_1 {
        font-family: 'bold', 'Inter', sans-serif;
        font-size: 22px !important;
    }

    section.contact h3 {
        font-size: 40px;
    }
}

@media screen and (max-width:450px) {
    section.video-bg .card-img-overlay {
        padding-left: 10px;
        padding-right: 10px;
    }

    section.hero .content {
        padding-top: 64px;
    }

    section.hero .content img {
        width: 130px !important;
    }

    section.hero h3,
    section.video h3,
    section.about h3,
    section.map h3 {
        font-size: 26px;
        line-height: 31.2px;
    }

    section.map img {
        height: 400px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    section.contact h3 {
        font-size: 27px;
    }

    section.hero h2,
    section.video h2,
    section.about h2,
    section.map h2,
    section.video-bg h2,
    section.gallery h2 {
        font-size: 30px;
        line-height: 36px;
    }

    section.contact .arrow {
        right: 30px;
    }

    section.contact h2 {
        font-size: 23px;
    }

    section.gallery .grid {
        gap: 10px;
    }

    section.video {
        margin-bottom: 100px;
    }

    section.hero .flex {
        gap: 56px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #ad8346;
        padding-top: 4vh;
    }

    nav .logo {
        width: 120px;
    }

    nav .navbar-brand {
        font-size: 12px;
    }

    section.video .img {
        height: 400px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 30px;
    }

    section.video {
        background-position: 100%;
        height: 60vh;
    }

    section.video .play {
        top: 30%;
    }

    section.about {
        padding: 20px 0 0 0;
        overflow: unset;
    }

    section.about .flex {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        display: -ms-grid;
        display: grid;
        width: 100%;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: repeat(2, 1fr);
        overflow-x: unset;
        height: 100%;
        padding: 20px;
        gap: 15px;
    }

    section.about .flex img {
        height: 220px;
        width: 100%;
    }

    section.about .med {
        font-size: 18px;
    }

    section.ads {
        height: 50vh;
    }

    section.video-bg .play {
        bottom: 96px;
        top: auto;
        left: 49px;
        width: 70px;
    }

    section.gallery .grid img {
        height: 180px;
        gap: 20px;
    }

    section.contact {
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
    }

    section.gallery {
        padding: 98px 0 40px 0;
    }

    section.contact .arrow {
        width: 140px;
    }

    section.contact-us .box {
        max-width: 100%;
    }

    footer a {
        padding: 10px;
        font-size: 12px;
        border: 0;
    }

    footer .d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    footer .d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .thank-you-msg {
        font-size: 20px !important;
        padding: 0 15px;
    }

    .thank-you-msg .project-title {
        font-size: 26px !important;
        margin: 5px 0;
    }

    .thankyou-row {
        margin-top: 150px !important;
    }

    /* Fix disclosure text spacing on mobile */
    .Disclosure-text {
        text-align: left !important;
        font-size: 14px !important;
        line-height: 1.6 !important;
        word-spacing: normal !important;
    }


}

@media only screen and (max-width: 991px) {
    .mob-action {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #000;
        color: #fff;
        box-shadow: 0 1px 6px 2px rgb(0 0 0 / 40%);
        z-index: 1030;
    }

    .mob-action .nav-item {
        padding: 10px 0;
        text-align: center;
        font-size: 14px;
        width: 32%;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .mob-action .nav-item:not(:last-child) {
        border-right: 1px solid #ffffff;
    }

    .mob-action .nav-item a {
        color: #fff !important;
        text-decoration: none;
    }
}

/* Desktop: Arrow visibility toggled by JS */
@media (min-width: 992px) {
    .arrow_new {
        z-index: 9999 !important;
    }
}

/* Ensure hidden on mobile as per user request */
@media (max-width: 991px) {
    .arrow_new {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .only-desktop-view {
        padding-bottom: 7rem !important;
    }
}