.home-hero-section {
    background: linear-gradient(302.56deg,
            #ffffff 9.29%,
            rgba(255, 253, 253, 0) 38.3%),
        linear-gradient(59deg, #d2f6e3 2.98%, rgba(209, 246, 227, 0) 33.52%),
        linear-gradient(120.35deg,
            #f1e0fa 23.52%,
            rgba(241, 226, 248, 0) 39.05%),
        linear-gradient(237.1deg, #c7e2f6 17.78%, rgba(255, 255, 255, 0) 92.11%);
    /* background: linear-gradient(302.56deg, rgb(189 216 210) 9.29%, rgba(255, 253, 253, 0) 38.3%), linear-gradient(59deg, #ff671f00 2.98%, rgba(209, 246, 227, 0) 33.52%), linear-gradient(120.35deg, rgb(246 204 188) 23.52%, rgb(241 226 248 / 0%) 39.05%), linear-gradient(237.1deg, #f4f6ff 17.78%, #d7dee8 40.78%, rgba(255, 255, 255, 0) 92.11%); */
    padding-bottom: 55px;
}

/* .bg-home-white{
    position: absolute;
    bottom: 0;
    left:0;
    width:100%;
    height: 100px;
    background: rgb(201,228,246);
    background: linear-gradient(252deg, rgba(201,228,246,1) 0%, rgba(244,232,252,1) 100%);
    z-index: -1;
} */
.carousel {
    padding: 100px 0px 40px 0;
    text-align: center;
    max-width: 910px;
    margin: 0 auto;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner>.item {
    position: relative;
    display: none;
    animation: 0.5s ease-in-out;
}

.carousel-inner>.active,
.carousel-inner>.next {
    display: block;
}

.carousel-inner>.next {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.to-left {
    animation-name: left;
}

.carousel-inner>.from-right {
    animation-name: right;
}

.carousel-inner>.to-right {
    animation-name: right;
    animation-direction: reverse;
}

.carousel-inner>.from-left {
    animation-name: left;
    animation-direction: reverse;
}

.quote {
    padding-top: 70px;
    font-style: normal;
    font-weight: 500;
    font-size: 46px;
    line-height: 69px;
    text-align: center;
    background: linear-gradient(90.28deg,
            #191f21 33.43%,
            #001744 60.1%,
            #004391 89.88%);
    background-size: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: #00418d;
    mix-blend-mode: normal;
    background-repeat: repeat;
    position: relative;
}

.carousel-indicators {
    position: absolute;
    left: 50%;
    padding-left: 0;
    margin: 0;
    list-style: none;
    transform: translateX(-50%);
}

.carousel-indicators li {
    display: inline-block;
    width: 7px;
    height: 7px;
    cursor: pointer;
    background-color: #7f7e7e;
    border-radius: 10px;
}

.carousel-indicators li.active {
    background-color: #074fa4;
}

@keyframes left {
    from {
        left: 0;
    }

    to {
        left: -100%;
    }
}

@keyframes right {
    from {
        left: 100%;
    }

    to {
        left: 0;
    }
}

.home-carousel-underline {
    position: absolute;
    top: 130px;
    right: 325px;
}

.home-carousel-underline::before {
    content: "";
    position: absolute;
    top: 100%;
    width: 300px !important;
    left: 0;
    height: 5px;
    border-radius: 2px;
    background: linear-gradient(90deg,
            rgba(0, 174, 203, 0.2) 1.73%,
            rgba(0, 174, 203, 0) 90.48%);
}

.home-carousel-underline-2 {
    position: absolute;
    top: 200px;
    left: 55px;
}

.home-carousel-underline-2::before {
    content: "";
    position: absolute;
    top: 100%;
    width: 300px !important;
    left: 0;
    height: 5px;
    border-radius: 2px;
    background: linear-gradient(90deg,
            rgba(0, 174, 203, 0.2) 1.73%,
            rgba(0, 174, 203, 0) 90.48%);
}

@media screen and (max-width: 767px) {
    .carousel {
        padding: 40px 0px 40px 0;
        width: 100%;
    }

    .quote {
        font-size: 24px;
        line-height: 40px;
    }

    .home-carousel-underline-2,
    .home-carousel-underline {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .carousel {
        padding: 70px 0px 40px 0;
        width: 700px;
    }

    .quote {
        font-size: 38px;
    }

    .home-carousel-underline-2 {
        left: 45px;
    }

    .home-carousel-underline {
        right: 320px;
    }
}

/*hero section - end*/
/*section 2 - start*/
/* .home-second-section{
    background: linear-gradient(180.11deg, rgba(255, 255, 255, 0) 0.09%, #FFFFFF 53.67%);
    height: 640px;
    padding:40px 0;
} */
.home-links-container,
.home-smily-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.home-links-container {
    width: 710px;
}

.home-smily-container {
    width: 575px;
}

@media screen and (min-width: 769px) {
    .home-smily-container {
        min-height: 210px;
    }
}

@media screen and (max-width: 768px) {
    .home-smily-container {
        min-height: 153px;
    }
}

.link-to-sub-page {
    padding: 10px 24px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 32px;
    border: 1px solid #cae7f4;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
    color: #353434;
    display: block;
}

.link-to-sub-page:hover {
    color: #ffffff;
    /* background-color: #10b6d5;
    transition: 0.4s ease all; */
    box-shadow: 0 14px 15px #64dfff85;
    border: solid 1px #0a7486;
    background-color: #10b6d5;
    transition: all .4s ease-in-out;
}

.home-smily-icon {
    width: 100%;
    height: auto;
    object-fit: contain;
    padding-top: 20px;
}

.home-clients-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 35px 0;
    width: 500px;
    margin: 0 auto;
}

.home-p1 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #191f21;
}

.learn-more-link {
    text-decoration: none;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #074fa4;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.learn-more-arrow {
    border: solid #074fa4;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.home-client-logo-container {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 20px;
    background: linear-gradient(180.39deg,
            rgba(255, 255, 255, 0) 0.34%,
            rgba(255, 255, 255, 0.4012) 25.49%,
            rgba(255, 255, 255, 0.465328) 67.39%,
            #ffffff 99.66%);
    box-shadow: 0px 3px 4px rgb(0 0 0 / 6%);
    border-radius: 20px;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
    justify-content: space-evenly;
    gap: 10px;
}

.home-client-logos {
    display: flex;
    align-items: center;
    justify-self: center;
}

.home-client-logo {
    width: 100%;
    object-fit: contain;
    height: auto;
}

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

    .home-links-container,
    .home-smily-container {
        width: 100%;
        max-width: 430px;
    }

    .link-to-sub-page {
        padding: 5px 18px;
        font-size: 14px;
    }

    .home-clients-container {
        width: 100%;
        max-width: 400px;
    }

    .home-p1 {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .home-client-logo-container {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 20px 20px;
        gap: 20px;
    }
}

@media screen and (min-width: 451px) and (max-width: 767px) {
    .home-client-logo-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 20px 20px;
    }
}

@media screen and (min-width: 279px) and (max-width: 450px) {
    .home-client-logo-container {
        display: grid;
        grid-template-columns: 1fr;
        padding: 20px 20px;
    }
}

/*section 2 - end*/
/*section 3 - start*/
.home-third-section {
    background: #f8fcff;
}

.news-and-media {
    padding: 100px 0;
    gap: 100px;
}

.awards {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    padding: 50px 0 0;
    gap: 89px;
}

.news-and-media-col-2,
.awards-col-1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news-and-media-img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.news-and-media-col-1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-h2,
.awards-h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 49px;
    color: #074fa4;
    /* opacity: 0.3; */
    margin: 0;
}

.news-h3,
.awards-h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
    color: #191f21;
    margin: 0;
}

.news-link-1 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #57bfff;
}

.news-link-2,
.awards-link-2 {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #074fa4;
    text-decoration: none;
    width: fit-content;
    transition: 0.4s ease all;
}

.news-link-2-arrow,
.awards-link-2-arrow {
    border: solid #074fa4;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.learn-more-link:hover,
.awards-link-2:hover,
.news-link-2:hover {
    margin-left: 5px;
    color: #074fa4;
    font-weight: 400;
    transition: 0.4s ease all;
}

.awards-col-2 {
    background: #bce8ff;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 45px 45px;
}

.award-sub-col-1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-right: 1px solid #191f2126;
    padding: 0 15px;
}

.award-sub-col-2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 15px;
}

.img-row {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}

.content-row {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.content-h4 {
    margin: 0px;
    font-size: 16px;
}

.content-h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #191f21;
    margin: 0;
}

.content-dec-p1 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #40494d;
    opacity: 0.8;
    margin: 0px;
}

.home-bg-dots {
    background-repeat: repeat;
    background-color: #f8fcff;
    height: 450px;
    width: 270px;
    position: relative;
    background-image: linear-gradient(to bottom,
            transparent,
            transparent 20%,
            #f8fcff 20%,
            #f8fcff 90%,
            transparent 90%),
        linear-gradient(to right,
            transparent,
            transparent 20%,
            #f8fcff 20%,
            #f8fcff 90%,
            transparent 90%),
        linear-gradient(to right,
            #b1c9e43b,
            #b1c9e43b 20%,
            #f8fcff 20%,
            #f8fcff 90%,
            #eee 90%);
    background-size: 10px 10px;
    position: absolute;
    z-index: -1;
    left: -110px;
}

@media screen and (max-width: 767px) {
    .awards {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0px;
    }

    .news-and-media {
        padding: 30px 0;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .awards-h2,
    .news-h2 {
        font-size: 26px;
        line-height: 40px;
    }

    .awards-h3,
    .news-h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .awards-col-1,
    .news-and-media-col-2 {
        gap: 5px;
    }

    .awards-col-2 {
        padding: 15px 15px;
        grid-row-start: 1;
    }

    .home-startup {
        height: 32px;
        width: 32px;
    }

    .home-start-up {
        width: 32px;
        height: 32px;
    }

    .img-row {
        gap: 5px;
    }

    .content-h4 {
        font-size: 8px;
    }

    .content-h5 {
        font-size: 14px;
        line-height: 19px;
    }

    .content-dec-p1 {
        font-size: 12px;
        line-height: 17px;
    }

    .award-sub-col-1,
    .award-sub-col-2 {
        padding: 0 10px;
        gap: 10px;
    }

    .home-bg-dots {
        height: 225px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .awards {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .news-and-media {
        padding: 50px 0;
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .home-bg-dots {
        width: 50%;
        height: 375px;
    }

    .awards-col-2 {
        grid-row-start: 1;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

    .news-and-media,
    .awards {
        gap: 50px;
    }

    .home-fourth-section {
        min-height: 1720px !important;
        background: #f8fcff;
    }
}

/*section 3 - ends*/
/*section 4 start*/
.home-fourth-section {
    min-height: 1325px;
    background: #f8fcff;
}

.project-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-around;
    gap: 20px;
    margin: auto;
}

.card {
    height: 380px;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 2%), 0 10px 40px rgb(22 48 72 / 10%);
    transform-style: preserve-3d;
    transition: ease-in-out 600ms;
}

.card.is-flipped {
    transform: rotateY(180deg);
}

.card-face {
    position: absolute;
    width: 100%;
    height: 100%;
    color: white;
    backface-visibility: hidden;
}

.card-face-front {
    background: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.card-face-back {
    border-radius: 20px;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
}

.project-title {
    color: #000;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 0;
    line-height: 22px;
    text-align: left;
    padding-inline: 32px 40px;
    height: 30px;
}

.project-desc {
    font-family: sans-serif;
    letter-spacing: 0.3px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin: 0px;
    padding-left: 32px;
    padding-right: 40px;
    text-align: left;
    height: 100px;
    overflow-y: auto;
}

.rotate-icon {
    margin: 20px;
}

.project-icon-container {
    margin-top: 10px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-icon {
    max-width: 100%;
    max-height: 85px;
    height: 100%;
    object-fit: contain;
    transition: 0.5s ease all;
}

.home-client-logos img {
    width: auto;
    height: 100%;
    max-height: 60px;
    object-fit: contain;
    object-position: center;
}

.location {
    color: #6e777a;
    text-align: right;
    font-size: 1rem;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 500;
}

.back-grid-sec-1 {
    height: 305px;
    background: #1c98e7;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px 30px;
    overflow: hidden;
}

.back-grid-sec-1 ul {
    padding-left: 10px;
    height: 125px;
    overflow-x: scroll;
}

.back-grid-sec-1 ul li {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    line-height: 15px;
    margin-bottom: 5px;
    list-style: none;
}

.back-homecardcontent {
    height: 205px;
    /* padding: 20px 30px; */
    overflow-y: scroll;
}

.back-grid-sec-2 {
    height: 35px;
    background: linear-gradient(161.44deg, #1c8acf 10.73%, #1ba0f3 96.73%);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
}

.back-project-title {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    line-height: 28px;
}

.back-project-p-2 {
    font-size: 18px;
    color: #fff;
    font-weight: 100;
    line-height: 22px;
    padding-top: 8px;
}

.back-project-p-3 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 13px;
    padding-bottom: 10px;
}

.back-project-dec-list {
    padding-left: 10px;
}

.back-project-dec-list li {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    line-height: 15px;
    margin-bottom: 5px;
    list-style: none;
}

.website-link {
    padding: 8px 11px;
    color: #fff;
    font-size: 12px;
    background-color: #009ee0;
    border-radius: 3px;
    font-weight: 500;
    line-height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    position: relative;
    z-index: 999;
    transition: 0.5s ease all;
}

.website-link:hover {
    transform: scale(1.07);
    background-color: #028ac3;
    color: #ffffff;
    transition: 0.5s ease all;
}

.website-link:active {
    transform: scale(1.07);
    background-color: #028ac3;
    color: #ffffff;
    transition: 0.5s ease all;
}

.back-project-scroll {
    position: relative;
    box-sizing: border-box;
    padding-left: 0px;
    height: 180px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 20px;
}

.back-project-scontent {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 14px;
}

.back-project-scroll span {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    padding-bottom: 10px;
    display: block;
}

.back-project-scroll p {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    margin-block: 0px 5px;
}

.back-project-scroll-media-flex {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-block: 5px;
}

.back-project-scroll-media-flex a {
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.card-flip-social-icon {
    width: 100%;
    height: 100%;
    max-width: 25px;
    margin-right: 5px;
    object-fit: contain;
    object-position: center;
}

@media screen and (max-width: 767px) {
    .project-grid-container {
        grid-template-columns: 1fr;
    }

    .view-all-clients {
        padding-bottom: 40px;
    }

    .project-clients-fourth {
        height: 4780px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .project-grid-container {
        grid-template-columns: 1fr 1fr;
    }

    .home-fourth-section {
        min-height: 2520px !important;
        background: #f8fcff;
    }

    .project-clients-fourth {
        height: 2380px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .project-grid-container {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .project-clients-fourth {
        height: 1580px;
    }
}

@media screen and (min-width:1200px) {
    .project-clients-fourth {
        height: 1180px;
    }
}

/*section 4 end*/
/* home external link icon start */
.home_external_linl_icon {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    box-shadow: -1px 1px 0 0, -3px -3px 0 -2px, 3px 3px 0 -2px;
    margin-left: 0;
    margin-top: 0;
    margin-inline: 5px;
}

.home_external_linl_icon::after,
.home_external_linl_icon::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: -3px;
}

.home_external_linl_icon::before {
    background: currentColor;
    transform: rotate(-45deg);
    width: 7px;
    height: 1px;
    top: 0px;
}

.home_external_linl_icon::after {
    width: 6px;
    height: 6px;
    border-right: 1px solid;
    border-top: 1px solid;
    top: -3px;
}

/* Thaarmaar */

.project-1 {
    height: 300px;
    padding: 40px;
    background: #312e88;
    border-radius: 20px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 2%), 0 10px 40px rgb(22 48 72 / 10%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.project-1-desc {
    font-family: sans-serif;
    letter-spacing: .3px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    margin-inline: 0;
    margin-block: 5px;
}

.play-thaarmaar {
    font-family: sans-serif;
    letter-spacing: .3px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 19px;
    line-height: 27px;
    color: #fecb22;
    text-align: center;
    margin: 8px;
}

.thaarmaar-btn {
    background: #f3c53f;
    border-radius: 24.0429px;
    font-weight: 700;
    font-size: 18.9429px;
    line-height: 26px;
    color: #312e88;
    padding: 10px 20px;
    border: none;
    text-decoration: none;
}

/* home external link icon start */
.card-skelliton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    border-radius: 4px;
    /* Adjust as needed */
    position: relative;
    overflow: hidden;
    height: 380px;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 2%), 0 10px 40px rgb(22 48 72 / 10%);
    transition: ease-in-out .6s;
}

@keyframes skeleton-loading {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.card-skelliton {
    animation: skeleton-loading 1.5s infinite linear;
}

.card.is-flipped {
    transform: rotateY(180deg);
}

.d-none {
    display: none !important;
}

.jobs-btn {
    font-size: 18px;
    padding: 12px 24px;
    color: #fff;
    background: #18aaca;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: block;
    width: fit-content;
    margin: 50px auto 10px;
}

.jobs-btn:hover {
    box-shadow: 0 14px 15px #64dfff85;
    background-color: #0a7486;
    transition: all .4s ease-in-out;
}

.home-third-section {
    padding: 50px 0;
}
.home-third-section-new {
    padding: 50px 0;
    background-color: #fff;
}

.card-container {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    /* 4 cards per row by default */
    max-width: 1200px;
    padding: 40px 0;
}

.awards-section-new {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.awards-section-new-anchor {
    color: #074FA4;
    text-decoration: none;
}

.awards-section-new-anchor:hover {
    text-decoration: underline;
}

/* Card Styles */
.property-card {
    position: relative;
    width: 100%;
    height: 380px;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 15px 15px 27px #e1e1e3, -15px -15px 27px #ffffff;
    cursor: pointer;
    background: #fff;
}

.property-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

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

/* .property-image-one {
    background: url('../../assets/images/case-study-home-1.webp') no-repeat;
    background-size: cover;
    background-position: center;
}
.property-image-two {
    background: url('../../assets/images/case-study-home-2.webp') no-repeat;
    background-size: cover;
    background-position: center;
}
.property-image-three {
    background: url('../../assets/images/case-study-home-3.webp') no-repeat;
    background-size: cover;
    background-position: center;
}
.property-image-four {
    background: url('../../assets/images/case-study-home-4.webp') no-repeat;
    background-size: cover;
    background-position: center;
} */
.property-content {
    position: absolute;
    text-align: left;
    color: white;
    padding: 32px 40px;
    border-radius: 8px;
    z-index: 2;
    transition: padding 0.3s ease, 0.3s ease;
}

.case-study-title {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
}

.property-description {
    display: none;
    font-size: 16px;
    line-height: 24px;
}

.property-link {
    display: none;
    color: #074FA4;
    width: 100%;
}

.property-card:hover .property-content {
    background: #EBF5FF;
    color: #333;
    padding: 40px 40px;
    width: auto;
    height: 80%;
}

.property-card:hover .property-description,
.property-card:hover .property-link {
    display: block;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

/* Responsive Layout */
@media screen and (min-width: 991px) and (max-width:1199px) {
    .card-container {
        grid-template-columns: repeat(3, 1fr);
        /* 2 cards per row on medium screens */
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .card-container {
        grid-template-columns: repeat(2, 1fr);
        /* 2 cards per row on medium screens */
    }
}

@media screen and (max-width: 767px) {
    .card-container {
        grid-template-columns: 1fr;
        /* 1 card per row on small screens */
    }
}

/* News section  */
.news-grid {
    justify-content: center;
}

/* Card Base */
.news-item {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.news-item:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* Image */
.news-item-image img {
    width: 100%;
    height: 180px;
    object-fit: fill;
    display: block;
}

/* Content */
.news-item-content {
    padding: 1.2rem 1.4rem;
    background: #f6fbff;
    position: relative;
    height: -webkit-fill-available;
}

.news-item-title {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.news-item-description {
    font-size: 16px;
    color: #333;
    margin-bottom: 1rem;
    line-height: 1.5;
    height: 100px;
    overflow-y: auto;
}


.news-item-link:hover {
    color: #000;
}

/* Responsive */
@media (max-width: 768px) {
    .news-item {
        width: 100%;
    }

    .news-item-image img {
        height: 160px;
    }
}
.home-main {
    position: relative;
    box-sizing: border-box;
    margin-left: 76px;
}
@media screen and (max-width: 991px) {
    .home-main {
        margin-left: 0;
    }
}
/* Dec animation  */
/* .home-container {
    position: relative;
    box-sizing: border-box;
    z-index: 10;
}
.home-smily-container {
    margin-block: 40px 20px;
}
.home-smily-container {
    margin-block: 90px 20px;
    position: relative;
}
.home-smily-container.christmas-change {
    min-height: 315px;
    margin-top: 60px;
}
.lantern-left-sec {
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 1;
    transform: translate(0%, 0%);
    max-height: 100vh;
    height: 100%;
}
.lantern-left-sec.bells-left lottie-player {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.lantern-right-sec {
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: 1;
    transform: translate(0%, 0%);
    max-height: 100vh;
    height: 100%;
}
.christmas-tree-sec {
    position: absolute;
    max-height: 290px;
    height: 100%;
    width: auto;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -18%);
    z-index: 1;
}
.lantern-full {
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: 1;
    transform: translate(0%, 0%);
    max-height: 100vh;
    height: 100%;
    width: 100%;
}
.diwali-mainbg {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 103%;
    overflow: hidden;
    z-index: 1;
    transform: translate(0%, 0%);
}
.diwali-mainbg-img {
    object-fit: fill;
    object-position: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
}
@media screen and (max-width: 767px) {
    .lantern-left-sec,
    .lantern-right-sec {
        display: none;
    }
    .home-smily-container.christmas-change {
        min-height: 190px;
        margin-block: 60px 20px;
    }
} */