body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    background: #fff;
    line-height: inherit;
}

/* ðŸ”¥ SCROLLBAR */

/* Chrome / Edge / Safari */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #d7edff;
}

/* dynamic gradient thumb */
::-webkit-scrollbar-thumb {
    background: linear-gradient( 180deg, var(--scroll-color1, #507ddd), var(--scroll-color2, #00a7ff) );
    border-radius: 10px;
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #507ddd #f1f1f1;
}

* {
    box-sizing: border-box;
}

html, body {
    height: auto;
}

.tablet, .mobile {
    display: none;
}

.stat-card.aos-init {
    opacity: 0;
    transform: scale(0.9);
    animation: zoomIn 1s ease forwards;
}

img.project-mob {
    display: none;
}

img.project-desktop {
    width: 100%;
}

@keyframes zoomIn {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.stat-card:nth-child(1) {
    animation-delay: 0.4s;
}

.stat-card:nth-child(2) {
    animation-delay: 0.8s;
}

.stat-card:nth-child(3) {
    animation-delay: 1.2s;
}

.stat-card:nth-child(4) {
    animation-delay: 1.6s;
}

/* Each letter */
.letter {
    display: inline-block;
    opacity: 0;
    transform: translateY(40px) scale(0.9);
    animation: letterUp 0.6s ease forwards;
}

/* Animation */
@keyframes letterUp {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
























/* GLOBAL */
.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.header .container {
    width: 90%;
    margin: auto;
    max-width: none;
}

.hero .container {
    width: 90%;
    margin: auto;
    max-width: none;
}

.section {
    padding: 50px 0;
}

.hero {
    opacity: 0;
    /* transform: translateY(30px); */
    transition: all 3s ease;
}

    /* active state */
    .hero.show {
        opacity: 1;
        /* transform: translateY(0); */
    }
/* HERO */
.hero {
    height: calc(100vh - 60px);
    /* background: url(https://via.placeholder.com/1600x800) center / cover no-repeat; */
    position: relative;
    overflow: hidden;
}

.hero-overlay {
    /* position: absolute; */
    /* inset: 0; */
    /* background: rgba(255,255,255,0.65); */
    height: 100%;
}

    .hero-overlay img {
        width: 100%;
        height: 100%;
        transform: scale(1);
        transition: transform 10s ease; /* slow smooth zoom */
    }

.hero.show .hero-overlay img {
    transform: scale(1.1); /* zoom level */
}

.hero-inner {
    position: absolute;
    display: flex;
    align-items: center;
    top: 50%;
    transform: translate(10px, -32%);
    left: 0px;
    right: 0px;
}

/* LEFT CONTENT */
.hero-content {
    max-width: 420px;
}

    .hero-content h1 {
        font-size: 44px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 0px;
        color: #000;
        font-family: "Play", sans-serif;
    }

    .hero-content p {
        margin: 15px 0 26px;
        color: #000;
        font-size: 24px;
        font-family: "Play", sans-serif;
    }

.btn {
    position: relative;
    padding: 16px 28px;
    font-size: 14px;
    border: none;
    background: #4C4C4C;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
}

section.about_new_section .btn {
    margin-top: 40px;
}

/* text layer */
.btn span {
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
    letter-spacing: 2px;
    font-weight: 300;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ sliding background */
.btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #0080c9;
    transform: translateX(-100%);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 0;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ ripple layer */
.btn::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgb(0 156 225);
    border-radius: 50%;
    transform: scale(0);
    opacity: 0;
    pointer-events: none;
}

/* hover slide */
.btn:hover::before {
    transform: translateX(0);
}

.btn:hover span {
    color: #fff;
}

/* ripple animation trigger */
.btn:active::after {
    animation: ripple 0.6s ease-out;
}

/* ripple keyframes */
@keyframes ripple {
    0% {
        transform: scale(0);
        opacity: 0.6;
    }

    100% {
        transform: scale(12);
        opacity: 0;
    }
}


/* STATS FLOATING */
.stats.container {
    width: 90%;
    max-width: 1063px;
    /* margin: auto; */
}

.stats {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: -48px;
    z-index: 2;
    position: relative;
}

span.count_main {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 25px;
    font-weight: 400;
}

.stat-card {
    background: #DFF1FF;
    padding: 20px 18px;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 18%);
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 180px;
    width: 22%;
}

.stat_right_box {
    width: 70%;
    text-align: right;
}
/* ICON BOX */
.icon-box {
    width: 40px;
    height: 40px;
    background: #e6f3fb;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .icon-box svg {
        width: 18px;
        height: 18px;
        stroke: #2a7de1;
        fill: none;
        stroke-width: 2;
    }

/* TEXT */
.stat-card h3 {
    margin: 0;
    font-size: 25px;
    display: block;
    color: #000;
    font-weight: 400;
}

.stat-card p {
    margin: 0;
    font-size: 12px;
    color: #707070;
    display: block;
    font-weight: 600;
}


/* FEATURED PROPERTIES */
/* SECTION */
.featured {
    padding: 60px 0;
    /*    min-height: 990px;*/
}

/* HEADER */
.featured-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.tag {
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
    position: relative;
    font-weight: 300;
    text-transform: uppercase;
    padding-left: 44px;
    font-family: "Play", sans-serif;
}

span.tag:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    width: 30px;
    height: 1px;
    background: #000;
    /* transform: translate(0px, -50%); */
}

.featured-header h2 {
    font-size: 30px;
    font-weight: 300;
    margin-top: 10px;
    line-height: 1.3;
}

.reveal-words .word {
    display: inline-block;
    opacity: 0;
    transform: translateY(60px) scale(0.96);
    filter: blur(8px);
    /* margin-right: 6px; */
    transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s ease, filter 0.6s ease;
}

.reveal-words.show .word {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
}

.project-logo img {
    height: 50px;
}

.project-logo {
    display: flex;
    justify-content: flex-end;
}

.pro_right_box {
    width: 243px;
}

    .pro_right_box ul {
        margin: 0px;
        padding: 0px;
    }

.pro_left_box {
    width: 70%;
}
/* SLIDE */
.slide {
    position: relative;
}

.featured-slider .slide img {
    width: 100%;
    /* height: 460px; */
    object-fit: cover;
    /* border-radius: 6px; */
}

.featured-slider .slick-prev:before, .featured-slider .slick-next:before {
    display: none;
}

.featured-slider .slick-prev:hover, .featured-slider .slick-prev:focus, .featured-slider .slick-next:hover, .featured-slider .slick-next:focus {
    color: transparent;
    outline: none;
    background: #edeeeb;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: inherit;
}
/* INFO CARD */
.info-card {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgb(255 255 255 / 90%);
    /* backdrop-filter: blur(6px); */
    border-radius: 20px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    width: 376px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.info-left {
    width: 70%;
}

    /* LEFT */
    .info-left h3 {
        margin: 0;
        font-size: 20px;
        font-weight: 400;
        color: #3A3A3A;
        margin-bottom: 10px;
        font-family: "Play", sans-serif;
    }

    .info-left p {
        font-size: 12px;
        margin: 5px 0;
        color: #000;
        font-weight: 400;
    }

.date {
    font-size: 12px;
    color: #777;
}

.meta {
    margin-top: 14px;
    font-size: 12px;
    display: flex;
    gap: 15px;
}

/* RIGHT */
.info-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 149px;
}

/* ARROW BUTTON */
.arrow-btn {
    width: 36px;
    height: 36px;
    background: #2a7de1;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
}

/* PRICE */
.price h2 {
    margin: 0;
    font-size: 26px;
    font-weight: 800;
    color: #212121;
    line-height: 24px;
}

.price span {
    font-size: 12px;
    color: #777;
}

/* SLICK ARROWS (BOTTOM RIGHT) */
.slick-prev,
.slick-next {
    position: absolute;
    bottom: 10px;
    top: auto;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 4px;
}

.slick-prev {
    right: 60px;
    left: auto;
}

.slick-next {
    right: 15px;
}

    .slick-prev:before,
    .slick-next:before {
        color: #000;
    }

/* REMOVE DOTS */
/* .slick-dots {
    display: none !important;
} */

/* RESPONSIVE */
@media(max-width:820px) {
    .tablet {
        display: block;
    }

    .desktop {
        display: none;
    }

    .featured-header {
        flex-direction: column;
        gap: 10px;
    }

    .slide img {
        height: 300px;
    }

    .info-card {
        width: 90%;
        flex-direction: column;
        gap: 10px;
    }

    .info-right {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
}


/* UPCOMING PROJECTS */
.upcoming {
    padding: 60px 0;
    padding-top: 20px;
    /* background: #f5f5f5; */
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 0px;
}

/* MAIN BOX */
.upcoming-box {
    /* max-width: 1200px; */
    /* margin: auto; */
    border-radius: 14px;
    /* overflow: hidden; */
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    /* background: linear-gradient(90deg, #2f5f95 0%, #1f3c5a 60%, #2b2b2b 100%); */
    /* padding: 40px 50px; */
    position: relative;
}

/* LEFT */
.upcoming-content {
    max-width: 430px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translate(30px, -50%);
}

    .upcoming-content h2 {
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 10px;
        margin-top: 14px;
        font-family: "Play", sans-serif;
    }

        .upcoming-content h2 span {
            color: #ffcc33;
            font-weight: 300;
        }

.date {
    font-size: 14px;
    margin-bottom: 15px;
    color: #dcdcdc;
}

.info-left .date {
    color: #272727;
    font-size: 12px;
}

.desc {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 12px;
}

/* RIGHT */
.upcoming-image {
    position: relative;
    width: 45%;
    /* display: flex; */
    /* justify-content: flex-end; */
    /* align-items: center; */
}

    /* BUILDING IMAGE */
    .upcoming-image img {
        width: 100%;
        /* max-width: 380px; */
        position: relative;
        z-index: 2;
    }

/* RINGS EFFECT */
.rings {
    position: absolute;
    right: 30px;
    width: 524px;
    /* height: 430px; */
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.12) 1px, transparent 1px );
    background-size: 40px 40px;
    /* opacity: 0.4; */
    bottom: -266px;
}

/* RESPONSIVE */
@media(max-width:820px) {



    .upcoming-image {
        width: 100%;
        margin-top: 20px;
        justify-content: center;
    }

    .rings {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}



/* FULL WIDTH SLIDER */
.property-slider {
    /* padding: 50px 0; */
    /* background: #f5f6f8; */
    margin-top: 12px;
    margin-bottom: 20px;
}

/* FULL WIDTH CONTROL */

/* CARD */
.card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin: 0 8px;
    /* box-shadow: 0 8px 20px rgba(0,0,0,0.08); */
    margin-bottom: 36px;
}

.property-slider h2.heading2 strong {
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
    position: relative;
    font-weight: 300;
    text-transform: uppercase;
    padding-left: 44px;
    /* display: block; */
    font-family: "Play", sans-serif;
}

.property-slider h2.heading2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

    .property-slider h2.heading2 span {
        display: block;
        font-weight: 300;
        margin-top: 0px;
        font-size: 16px;
        background: #507ddd;
        padding: 10px 20px;
        color: #fff;
        border-radius: 40px;
        font-family: "Play", sans-serif;
    }

    .property-slider h2.heading2 strong:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 50%;
        width: 30px;
        height: 1px;
        background: #000;
    }

    .property-slider h2.heading2 span em {
        /* background: #507ddd; */
        /* width: 36px; */
        /* height: 36px; */
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        /* line-height: 36px; */
        font-size: 18px;
        color: #ffffff;
        font-weight: bold;
        font-style: normal;
    }

/* IMAGE */
.img-box {
    position: relative;
}

    .img-box img {
        width: 100%;
        /* height: 210px; */
        object-fit: cover;
    }

/* BHK TAGS */
.bhk-tags {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    gap: 6px;
}

    .bhk-tags span {
        background: rgb(116 155 255 / 63%);
        color: #000000;
        font-size: 14px;
        padding: 3px 6px;
        border-radius: 4px;
    }

.card_body_mid_box .date {
    font-size: 12px;
    color: #A2A2A2;
    font-weight: 400;
    font-style: italic;
    margin-top: 6px;
    display: block;
    margin-bottom: 0px;
}

.bhk-tags span:nth-child(2) {
    background: rgb(130 195 255 / 70%);
}

.bhk-tags span:nth-child(3) {
    background: rgb(249 255 162 / 64%);
}




/* container */
/* container */
.img-box {
    position: relative;
    overflow: hidden;
    /* border-radius: 10px; */
    cursor: pointer;
    transform-style: preserve-3d;
    height: 458px;
}

/* gloss layer */
.gloss {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient( circle at 50% 50%, rgba(255,255,255,0.35), transparent 60% );
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* show on hover */
.img-box:hover .gloss {
    opacity: 1;
}

/* image */
.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 5s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

/* overlay */
.img-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.2);
    opacity: 0;
    transition: opacity 0.4s ease;
}

/* tags container */
.bhk-tags {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    gap: 6px;
}

    /* tags */
    .bhk-tags span {
        background: rgb(2 45 155 / 89%);
        color: #ffffff;
        font-size: 14px;
        padding: 3px 6px;
        border-radius: 4px;
        transform: translateY(15px);
        opacity: 0;
        transition: all 0.4s ease;
    }

        .bhk-tags span:nth-child(2) {
            background: rgb(130 195 255 / 70%);
        }

        .bhk-tags span:nth-child(3) {
            background: rgb(249 255 162 / 64%);
        }


.card:hover img {
    transform: scale(1.1);
}

.card:hover .meta span img {
    transform: scale(1);
}

.card:hover::after {
    opacity: 1;
}

/* tags animation */
.card:hover .bhk-tags span {
    transform: translateY(0);
    opacity: 1;
}

    /* stagger */
    .card:hover .bhk-tags span:nth-child(1) {
        transition-delay: 0.1s;
    }

    .card:hover .bhk-tags span:nth-child(2) {
        transition-delay: 0.2s;
    }

    .card:hover .bhk-tags span:nth-child(3) {
        transition-delay: 0.3s;
    }

.card:hover {
    /* transform: translateY(-5px); */
    transition: transform 0.3s ease;
}
/* smoother GPU rendering */
.card img,
.bhk-tags {
    transform: translateZ(0);
    will-change: transform;
}

/* optional depth */
.card img {
    transform: translateZ(20px);
}

.bhk-tags {
    transform: translateZ(40px);
}

/* BODY */
.card-body {
    padding: 18px;
    border-left: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 170px;
    gap: 10px;
}

.slide_item_new.slick-slide.slick-current.slick-active.slick-center .icon_circle_new.show {
    transform: scale(1.1);
    opacity: 1;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 9%);
    border-radius: 50%;
}

.card-body h4 {
    font-size: 16px;
    margin: 0 0 6px;
    font-weight: 400;
    color: #000;
    font-family: "Play", sans-serif;
}

.card-body .meta {
    display: flex;
    flex-direction: column;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    margin-top: 0px;
}

.bottom .date {
    font-size: 14px;
    color: #A2A2A2;
    font-style: italic;
}

.bottom .price {
    background: #2270C7;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 900;
    position: relative;
}

    .bottom .price sub {
        font-size: 13px;
        position: relative;
        left: 0px;
        top: -6px;
    }

/* META */
.meta {
    font-size: 14px;
    color: #0E3C8D;
    display: flex;
    gap: 10px;
    flex-direction: column;
    font-weight: normal;
}

/* BOTTOM ROW */
.bottom {
    display: flex;
    align-items: center;
    width: 140px;
    justify-content: flex-end;
}

.upcoming-content .date {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    font-style: italic;
}

.featured-slider .meta span img {
    width: auto;
}

.meta span {
    display: flex;
    align-items: center;
    gap: 6px;
    /* width: 120px; */ /* Define a width or max-width */
    /* white-space: nowrap; */ /* Keeps text on a single line */
    /* overflow: hidden; */ /* Hides the overflowing content */
    /* text-overflow: ellipsis; */
}

.featured-slider .arrow-btn img {
    width: auto;
}

/* PRICE TAG */
.price {
    /* background: #2f80ed; */
    /* color: #fff; */
    /* font-size: 12px; */
    /* padding: 6px 8px; */
    /* border-radius: 4px; */
    text-align: right;
}

    .price small {
        display: block;
        font-size: 14px;
        font-weight: 400;
    }

/* SLICK ARROWS */
.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    z-index: 2;
}

.featured-slider .slick-prev, .featured-slider .slick-next {
    border-radius: 0px;
    bottom: -17px;
    right: 0px;
    width: 34px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-slider .slick-prev {
    right: 39px;
    left: inherit;
}

/* LEFT ARROW CENTER */
.slick-prev {
    left: 10px;
}

/* RIGHT ARROW CENTER */
.slick-next {
    right: 10px;
}

    .slick-prev:before,
    .slick-next:before {
        color: #333;
        font-size: 18px;
    }

.property-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0px, -100%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .property-carousel .slick-arrow:before {
        display: none;
    }

    .property-carousel .slick-arrow:hover {
        background: #ccc;
    }

.property-carousel .slick-prev.slick-arrow {
    left: 20%;
}

.property-carousel .slick-next.slick-arrow {
    right: 20%;
}

/* RESPONSIVE */
@media(max-width:1024px) {
}

@media(max-width:768px) {
}



/* ABOUT US SECTION */
.page_container {
    display: flex;
    padding: 62px 0px;
    max-width: 1200px;
    width: 90%;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
}

.about_wrapper {
    position: relative;
    height: 200vh; /* Ã°Å¸â€˜Ë† controls how long it stays fixed */
    /* overflow: hidden; */
}

.about_main_box {
    position: sticky;
    top: 0;
    height: 100vh;
    background: #fff;
    z-index: 1;
    margin-top: -50px;
    padding-top: 55px;
    transition: opacity 0.3s ease;
    overflow: hidden;
}

    /* pseudo bg */
    .about_main_box::after {
        content: "";
        position: absolute;
        right: -100%; /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ hidden outside */
        top: 0;
        width: 50%;
        height: 100%;
        background: url(../images/about_right_image.png) no-repeat;
        background-size: 100%;
        background-position: right bottom;
        transition: right 5s cubic-bezier(0.22, 1, 0.36, 1);
        z-index: 0;
    }

    /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ when visible */
    .about_main_box.show::after {
        right: 0; /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ slide in */
    }

.left_column {
    flex: 1;
    padding-right: 70px;
}

.right_column {
    flex: 1;
    /* faint architectural rendering effect */
}

.about_main_box:before {
    content: "";
    position: absolute;
    background: url(../images/about_top_left_image.png) no-repeat;
    background-size: 50%;
    left: -100%; /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ hidden outside */
    top: -56px;
    background-position: left top;
    width: 50%;
    height: 100%;
    transition: left 5s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 0;
}

.about_main_box.show::before {
    left: 0; /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ slide in */
}

.vision_new_section h2 {
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
    position: relative;
    font-weight: 300;
    text-transform: uppercase;
    padding-left: 44px;
    margin-bottom: 30px;
    font-family: "Play", sans-serif;
}

    .vision_new_section h2:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 50%;
        width: 30px;
        height: 1px;
        background: #000;
    }

section.about_new_section h2 {
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
    position: relative;
    font-weight: 300;
    text-transform: uppercase;
    padding-left: 44px;
    font-family: "Play", sans-serif;
}

section.about_new_section p {
    font-size: 16px;
    color: #797979;
    font-weight: normal;
    line-height: 30px;
}

section.about_new_section h6 {
    font-size: 24px;
    color: #000;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 26px;
    margin-top: 38px;
}

section.about_new_section h2:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    width: 30px;
    height: 1px;
    background: #000;
}

.about_new_section p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.btn_new {
    display: inline-block;
    margin-top: 24px;
    padding: 14px 26px;
    background: #4C4C4C;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 300;
    letter-spacing: 2px;
}

.vision_new_section {
    /* margin-top: 40px; */
}

.vision_item_new {
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

    .vision_item_new h3 {
        font-size: 27px;
        color: #000;
        margin: 0px;
        font-weight: bold;
    }

    .vision_item_new p {
        font-size: 16px;
        line-height: 1.5;
        color: #616161;
        font-weight: 300;
        margin-bottom: 0px;
        margin-top: 10px;
    }

.vision_right_box h6 {
    font-size: 18px;
    color: #000;
    font-weight: 300;
    margin: 0px;
    font-family: "Play", sans-serif;
}



/* WHY SUREHOMZ */
.why_new_section {
    text-align: center;
    padding: 60px 20px;
    background: #EFFAFF url(../images/why_bg_reapet.png);
    background-size: 100%;
    margin-top: 40px;
    position: relative;
    z-index: 2;
    margin-top: -80vh; /* Ã°Å¸â€˜Ë† overlap trigger */
    padding-top: 120px;
}



    .why_new_section h2 {
        margin-bottom: 10px;
        font-size: 14px;
        color: #000;
        letter-spacing: 1px;
        position: relative;
        font-weight: 300;
        text-transform: uppercase;
        /* padding-left: 44px; */
        text-align: center;
        font-family: "Play", sans-serif;
    }

.slider_new {
    max-width: 1080px;
    margin: 0 auto;
}

    .slider_new .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 10px;
        height: 10px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: #99D9FF;
        border-radius: 50%;
        transition: 0.6s;
    }

    .slider_new .slick-dots li.slick-active button {
        width: 30px;
        border-radius: 20px;
        background: #429ACF;
    }

.slick-dots li.slick-active button:before {
    display: none;
}

.slider_new .slick-dots li button:before {
    display: none;
}

.slider_new .slick-dots li {
    width: auto;
    height: auto;
}

.slide_item_new {
    padding: 20px;
    text-align: center;
}

.icon_circle_new {
    width: 270px;
    height: 270px;
    padding: 30px;
    margin: 0 auto;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #eaeaea;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* ÃƒÂ°Ã…Â¸Ã¢â‚¬ËœÃ¢â‚¬Â¡ animation initial state */
    transform: scale(0);
    opacity: 0;
    /* ÃƒÂ°Ã…Â¸Ã¢â‚¬ËœÃ¢â‚¬Â¡ smooth modern easing */
    transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s ease;
    transition: transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
}

    /* ÃƒÂ°Ã…Â¸Ã¢â‚¬ËœÃ¢â‚¬Â¡ active state */
    .icon_circle_new.show {
        transform: scale(0.9);
        opacity: 0.9;
        transition: all 0.4s ease;
    }

    .icon_circle_new:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 12px rgb(0 0 0 / 11%);
    }


    .icon_circle_new span {
        font-size: 22px;
        font-weight: bold;
        color: #333;
    }

.slide_item_new h3 {
    font-size: 18px;
    color: #111;
    margin-bottom: 0px;
    font-weight: normal;
    margin-top: 10px;
    font-family: "Play", sans-serif;
}

.slide_item_new p {
    font-size: 15px;
    color: #838383;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 0px;
    margin-top: 10px;
}

/* Slick dots styled like screenshot */
.slick-dots {
    bottom: -40px; /* move dots below slides */
}

    .slick-dots li {
        margin: 0 4px;
    }

        .slick-dots li button:before {
            font-size: 12px;
            color: #ccc; /* inactive dot color */
            opacity: 1;
        }

        .slick-dots li.slick-active button:before {
            color: #000; /* active dot color */
        }



/* TOTAL PROJECTS */
.projects_section {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    position: relative;
    z-index: 9;
}

    .projects_section h2 {
        margin-bottom: 10px;
        font-size: 14px;
        color: #000;
        letter-spacing: 1px;
        position: relative;
        font-weight: 300;
        text-transform: uppercase;
        z-index: 20;
        background: #fff;
        display: inline-block;
        text-align: center;
        padding: 0px 24px;
    }

        .projects_section h2:after {
            position: absolute;
            content: "";
            background: #000;
            width: 100%;
            height: 1px;
            left: 0px;
            right: 0px;
            margin: 0px auto;
            top: 50%;
            z-index: 0;
        }

        .projects_section h2 span {
            background: #fff;
            position: relative;
            z-index: 1;
            padding: 0px 4px;
        }

.subtitle {
    font-size: 30px;
    color: #000;
    margin-bottom: 40px;
    font-weight: 300;
    line-height: 40px;
}

.projects_container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; /* allows responsive stacking */
}

.project_box {
    flex: 1 1 300px;
    max-width: 350px;
    padding: 30px;
    color: #fff;
    border-radius: 4px;
    position: relative;
    text-align: left;
}

    .project_box h3 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 0px;
        position: relative;
        z-index: 1;
        font-family: "Play", sans-serif;
    }

    .project_box h4 {
        font-size: 20px;
        margin-bottom: 15px;
        font-weight: 300;
        margin-top: 8px;
        position: relative;
        z-index: 1;
        text-transform: uppercase;
    }

    .project_box p {
        font-size: 15px;
        margin-bottom: 20px;
        line-height: 1.5;
        font-weight: 300;
        color: #000;
        position: relative;
        z-index: 1;
        min-height: 72px;
    }

.login_btn {
    display: inline-block;
    padding: 10px 20px;
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 300;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    border: none;
}

/* Color variations */
.customer_box {
    background-color: #2390c9; /* yellow */
    color: #333;
}

.project_box.customer_box h3 {
    color: #fff;
}

.project_box.customer_box h4 {
    color: #fff;
}

.project_box.customer_box p {
    color: #fff;
}

.project_box.customer_box a.login_btn.btn {
    background: #0f5b83;
}

.developer_box {
    background-color: #53535E; /* dark gray */
}

.broker_box {
    background-color: #A8E1FF; /* light blue */
    color: #333;
}

.project_box.developer_box p {
    color: #fff;
}

.project_box.developer_box .login_btn {
    background: #2c2c34;
    color: #ffffff;
    font-weight: 400;
}

.project_box.broker_box a.login_btn {
    background: #397ea3;
}

.project_box.customer_box:after {
    position: absolute;
    content: "";
    background: url(../images/customer_module_bg.png) no-repeat;
    right: 0px;
    width: 60%;
    height: 100%;
    background-size: cover;
    background-position: right bottom;
    top: 0px;
}

.project_box.developer_box:after {
    position: absolute;
    content: "";
    background: url(../images/developer_module_bg.png) no-repeat;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: right bottom;
    top: 0px;
}

.project_box.broker_box:after {
    position: absolute;
    content: "";
    background: url(../images/broker_module_bg.png) no-repeat;
    right: 0px;
    width: 76%;
    height: 100%;
    background-size: cover;
    background-position: right bottom;
    top: 0px;
    z-index: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .projects_container {
        flex-direction: column;
        align-items: center;
    }
}




/* BRAND SECTION */
.brands_section {
    background: #f5f5f5;
    background-size: cover;
    text-align: center;
    padding: 60px 20px;
    position: relative;
}

section.brands_section:after {
    position: absolute;
    content: "";
    background: url(../images/brand_bg.png) no-repeat;
    background-position: bottom;
    bottom: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
}

section.brands_section .container {
    position: relative;
    z-index: 1;
}

.brands_section .brand_item {
    background: rgb(255 255 255 / 49%);
    border: 1px solid #DDDDDD;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 10px;
}

.brands_section h2 {
    color: #000;
    margin-bottom: 40px;
    line-height: 40px;
    font-size: 30px;
    font-weight: 300;
}

.brand_heading.show .word {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
}

.brand_heading .word {
    display: inline-block;
    opacity: 0;
    transform: translateY(60px) scale(0.96);
    filter: blur(8px);
    /* margin-right: 6px; */
    transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.9s ease, filter 0.9s ease;
}

.brands_section .brand_item {
    padding: 10px;
}

    .brands_section .brand_item img {
        max-width: 120px;
        margin: 0 auto;
        display: block;
    }

/* Slick dots scoped to brands_section */
.brands_section .slick-dots {
    bottom: -30px;
}

    .brands_section .slick-dots li {
        margin: 0 5px;
    }

        .brands_section .slick-dots li button:before {
            font-size: 0px;
            color: #bbb; /* inactive dot color */
            opacity: 1;
            width: auto;
            height: auto;
            line-height: inherit;
        }

        .brands_section .slick-dots li button {
            background: #ccc;
            border-radius: 50%;
            width: 12px;
            height: 12px;
            display: inline-block;
            transition: 0.6s;
        }

        .brands_section .slick-dots li.slick-active button {
            width: 26px;
            border-radius: 20px;
        }

            .brands_section .slick-dots li.slick-active button:before {
                color: #333; /* active dot color */
            }

/*.slider-wrap {
    min-height: 446px;
}*/



.rerano2 {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    background-color: rgb(0 35 108 / 36%);
    padding: 8px 0;
    border-top: 1px solid #aeadac;
    position: relative;
    z-index: 90;
    position: absolute;
    right: 0;
    left: 0;
    top: 70px;
    text-align: center;
}

    .rerano2 span {
        display: inline-block;
        font-size: 13px;
        font-weight: 400;
        color: #ffffff;
        line-height: 18px;
        padding-right: 5px;
        padding-left: 0px;
        position: relative;
    }

        .rerano2 span strong {
            font-weight: bold;
        }

    .rerano2 .onlyMobile {
        display: none;
    }

    .rerano2 big {
        display: inline-block;
        font-size: 13px;
        font-weight: 400;
        color: #ffffff;
        line-height: 18px;
    }

        .rerano2 big a {
            font-size: 14px;
            font-weight: 400;
            color: #ffffff;
            line-height: 18px;
        }

.featured-slider .slick-slide {
    border-radius: 6px;
    overflow: hidden;
    border-bottom-left-radius: 0px;
    height: 548px;
}





/* ðŸ”¥ BUTTON */
#scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    border: none;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 999;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

    #scrollTopBtn.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    /* SVG base */
    #scrollTopBtn svg {
        position: absolute;
        transform: rotate(-90deg);
    }

/* smooth progress */
#progressCircle {
    transition: stroke-dashoffset 0.2s linear;
}

/* arrow */
#scrollTopBtn .arrow {
    position: relative;
    font-size: 22px;
    color: #000;
    z-index: 2;
}

/* hover */
#scrollTopBtn:hover {
    transform: translateY(0) scale(1.1);
}







/*----------VEREFY POPUP------------*/
/* TOAST */
.emailVerifyRow {
    position: fixed;
    top: 50%;
    right: 20px;
    z-index: 999;
    transform: translateX(120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.8s ease, opacity 0.8s ease;
}

    .emailVerifyRow.show {
        transform: translateX(0);
        opacity: 1;
        pointer-events: auto;
    }

.evBox {
    background: rgb(72 115 208 / 89%);
    padding: 14px 18px;
    padding-right: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    display: flex;
    gap: 8px;
    min-width: 280px;
    max-width: 314px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}

.emailVerifyRow_new span {
    flex: 1;
}

.emailVerifyRow_new a {
    color: #0d6efd;
    font-weight: 600;
    text-decoration: none;
}

/* CLOSE BUTTON */
.evBoxClose {
    position: absolute;
    top: -12px;
    right: -4px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 33%);
}

    .evBoxClose::before, .evBoxClose::after {
        content: "";
        position: absolute;
        width: 2px;
        height: 14px;
        background: #006bb5;
        top: 8px;
        left: 14px;
    }

.evBox a {
    border: 1px solid #ffffff;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    font-family: "Play", sans-serif;
}

.evBoxClose::before {
    transform: rotate(45deg);
}

.evBoxClose::after {
    transform: rotate(-45deg);
}




























/* FOOTER SECTION */
.footer_section {
    background-color: #264369; /* dark blue */
    color: #fff;
    padding: 40px 20px;
}

.footer_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer_col {
    /* flex: 1 1 23%; */
}

    .footer_col.disclaimer_col {
        width: 30%;
    }

    .footer_col h3,
    .footer_col h4 {
        margin-bottom: 15px;
        font-weight: bold;
    }

    .footer_col p {
        font-size: 16px;
        line-height: 1.6;
        font-weight: 300;
        margin: 10px 0px;
    }

    .footer_col ul {
        list-style: none;
        padding: 0;
    }

        .footer_col ul li {
            margin-bottom: 10px;
        }

            .footer_col ul li a,
            .footer_col a {
                color: #fff;
                text-decoration: none;
                font-size: 14px;
            }

                .footer_col ul li a:hover,
                .footer_col a:hover {
                    text-decoration: underline;
                }


@media screen and (max-width: 1400px) {
    .property-carousel .slick-next.slick-arrow {
        right: 5%;
    }

    .property-carousel .slick-prev.slick-arrow {
        left: 5%;
    }
}



@media screen and (max-width:1000px) {
    .card-body .meta {
        flex-wrap: wrap;
        margin-bottom: 6px;
    }

    .featured-slider .slick-slide {
        height: auto;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .footer_container {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* RESPONSIVE */
@media(max-width:768px) {
    .stats {
        flex-wrap: wrap;
    }

    .hero-content h1 {
        font-size: 28px;
    }
}



@media screen and (max-width:820px) {

    .rings {
        width: 310px;
        bottom: -204px;
        opacity: 0.6;
    }

    .upcoming-box {
        min-height: 250px;
    }

    .pro_right_box {
        width: 100%;
    }

    .projects_container {
        flex-direction: row;
        align-items: normal;
    }

    .hero-content .btn {
        background: #00a7ff;
        color: #fff;
        border: 1px solid transparent;
        padding: 12px 16px;
        font-size: 12px;
    }

    .hero-content p {
        margin: 10px 0 18px;
        font-size: 16px;
    }

    .hero-content h1 {
        font-size: 20px;
    }

    .hero-content {
        max-width: 100%;
        /* background: rgb(255 255 255 / 53%); */
        width: 100%;
        padding: 20px;
    }

    .hero .container {
        width: 100%;
        margin: auto;
        max-width: none;
        transform: translate(0px, -50%);
    }

    .info-left {
        width: auto;
    }

    .tablet {
        display: none;
    }

    .mobile {
        display: block;
    }

    .featured-header h2 {
        font-size: 20px;
    }

    .pro_left_box {
        width: 100%;
    }

    .featured-slider .slide img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .slide img {
        height: auto;
    }

    .featured-slider .slide .arrow-btn img {
        width: auto;
    }

    .info-card {
        width: 100%;
        flex-direction: column;
        gap: 10px;
        position: inherit;
        left: 0px;
        top: 0px;
        backdrop-filter: inherit;
        box-shadow: none;
        background: #f2f2f2;
        border-radius: 0px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .featured-slider .slick-prev, .featured-slider .slick-next {
        bottom: 220px;
    }



    .upcoming-content {
        max-width: 100%;
        color: #fff;
        position: relative;
        z-index: 1;
        padding: 10px 20px;
        padding-top: 1px;
        top: inherit;
        transform: none;
        background: #103D88;
    }

    .upcoming {
        padding: 0px 0;
    }

    /*    .card {
        margin-bottom: 0px;
    }*/

    .bottom .price {
        font-size: 18px;
        padding: 6px;
        width: 90px;
    }

    .price small {
        font-size: 12px;
    }

    .property-carousel .slick-prev.slick-arrow {
        left: 4%;
    }

    .property-carousel .slick-next.slick-arrow {
        right: 4%;
    }

    .property-carousel .slick-arrow {
        width: 36px;
        height: 36px;
        padding: 12px;
    }

        .property-carousel .slick-arrow img {
            width: 100%;
        }

    .card-body .meta {
        flex-wrap: wrap;
        margin-bottom: 6px;
    }

    .bhk-tags {
        justify-content: center;
        width: 100%;
    }

    .page_container {
        padding: 40px 0px;
        flex-wrap: wrap;
    }

    .left_column {
        flex: inherit;
        padding-right: 0px;
    }

    .right_column {
        margin-top: 40px;
    }

    section.about_new_section h6 {
        font-size: 20px;
        line-height: 34px;
        margin-bottom: 26px;
        margin-top: 0px;
    }

    .why_new_section {
        padding: 36px 20px;
        margin-top: 40px;
    }

    .about_wrapper {
        position: relative;
        height: inherit;
    }

    .about_main_box {
        height: inherit;
        padding-top: 10px;
    }

    .subtitle {
        font-size: 20px;
        line-height: 30px;
    }

    .icon_circle_new {
        width: 300px;
        height: 300px;
    }

    .brands_section h2 {
        color: #000;
        font-size: 24px;
        margin-top: 0px;
    }

    .brands_section {
        padding: 30px 20px;
    }

    .stats {
        flex-wrap: wrap;
        gap: 10px 10px;
    }

    .stat-card {
        min-width: 156px;
    }

        .stat-card h3 {
            font-size: 18px;
        }

    .bhk-tags span {
        transform: none;
        opacity: 1;
    }

    .stat-card {
        padding: 10px 18px;
        display: flex !important;
        margin: 0px 4px;
        min-height: 70px;
    }

    .icon-box img {
        width: 100%;
    }

    span.count_main {
        font-size: 16px;
        font-weight: 400;
    }

    .stats .slick-list {
        padding: 10px 0px;
    }

    .hero {
        height: calc(100vh - 40px);
    }
}



@media screen and (max-width:680px) {
    .upcoming-content h2 {
        font-size: 28px;
    }

    img.project-mob {
        display: block;
        width: 100%;
    }

    .project-desktop {
        display: none;
    }

    .about_main_box::after {
        top: auto;
        bottom: 0px;
        width: 100%;
        height: 100%;
    }

    .vision_item_new p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 0px;
        margin-top: 6px;
    }

    .vision_item_new {
        margin-bottom: 16px;
    }

    .icon_circle_new {
        width: 240px;
        height: 240px;
    }

    .projects_container {
        flex-direction: column;
        align-items: center;
    }

    .rings {
        right: 0px;
        left: 50%;
        transform: translateX(-50%) !important;
        width: 230px;
        bottom: -98px;
        opacity: 0.6;
    }

    .upcoming-box {
        flex-direction: column;
        text-align: center;
        padding: 30px 0px;
        min-height: 400px;
        padding-top: 0px;
    }

    .info-card {
        padding: 20px 30px;
    }

    .featured-slider .slick-prev, .featured-slider .slick-next {
        bottom: auto;
        top: 50%;
        transform: translate(0px, -50%);
        /* background: #000; */
    }

    .featured-slider .slick-prev {
        right: inherit;
        left: -10px;
    }
}

body.search-open {
    overflow: hidden;
}
