@media screen and (min-width: 1920px) {}

@media screen and (min-width: 1200px) {}

@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1199px) {
    .header {
        padding: 0;
    }
    .header .nav>ul>li>a {
        padding: 0.5rem;
        font-size: 14px;
    }
    .header .topCTC a {
        padding: 0px 0.5rem;
        gap: 6px;
    }
    /* overview */
    .stateinnerbox .statesbox p {
        font-size: 2rem;
    }
    .stateinnerbox .statesbox span {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 1023.9px) {
    .header {
        padding: 0 1rem;
    }
    .header .topCTC {
        display: none;
    }
}

@media screen and (max-width: 991.9px) {
    .floorplans .swiper-button-next,
    .floorplans .swiper-button-prev {
        width: 40px;
        height: 40px;
        background-color: var(--primary-color);
        border-radius: 50%;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        transition: all 0.3s ease;
        bottom: 30px;
        position: absolute;
        z-index: 9999;
    }
    .padding {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    /* banner */
    .banner .bannerImg {
        height: auto;
    }
    .overview .overview-img {
        position: static;
        background-size: 100%;
    }
    .overview .contentBox {
        margin-top: 1rem;
    }
    .overview .contentBox .heading {
        text-align: center;
    }
    .overview .contentboxInner {
        text-align-last: center;
    }
    .overview .readmore {
        justify-content: center;
    }
    .stateinnerbox:last-child .statesbox {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .map-hover-wrapper {
        height: 300px;
    }
    .footer {
        margin-bottom: 2rem;
    }
    .footer .reraBoxPara a {
        font-size: 14px;
    }
}

@media screen and (max-width: 767.9px) {
    .padding {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .reraBoxPara {
        display: inherit;
    }
}

@media screen and (max-width: 576px) {
    .heading {
        margin-bottom: 20px;
    }
    .heading h2 {
        font-size: 2rem;
    }
    .logo {
        width: 70px;
        padding: 5px;
    }
    .menuContainer {
        padding-top: 50px;
    }
    /* amenities */
    .amenities .innerbox {
        padding: 0.8rem;
    }
    .amenities .innerbox .icon {
        margin: 0 auto;
    }
    .amenities p {
        margin-top: 5px;
        text-align: center;
    }
}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 480px) {
    .connectivityBox {
        padding: 0.7rem;
    }
    .connectivityBox .connectbox {
        padding: 0.5rem;
    }
}

@media screen and (max-width: 468px) {}

@media screen and (max-width: 369.9px) {
    .readmore .button {
        padding: 9px 1rem;
    }
    .stateinnerbox .statesbox p {
        font-size: 1.8rem;
    }
    .stateinnerbox .statesbox {
        border-bottom: 2px solid var(--primary-color);
        padding-bottom: 0.6rem;
        margin-bottom: 0.5rem;
        display: flex;
        justify-content: center;
    }
}