#disclaimersaya .modal-close,
.enquiryWrapper,
.enquiryWrapper .inner a:hover {
    background-color: var(--secondary-color);
}
.banner::before,
.cloud {
    position: absolute;
    left: 0;
}
#disclaimersaya {
    background: #0000009e;
}
#disclaimersaya .modal-close {
    width: 100%;
    font-size: 14px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem 10px;
    color: var(--body-color);
    text-align: left;
    border: 0;
}
#disclaimersaya .modal-close:hover {
    background-color: var(--body-color);
    color: #fff;
}
.disclaimerbody {
    max-height: 350px;
    overflow: auto;
}
.enquiryWrapper,
.header a,
.logo {
    overflow: hidden;
    transition: 0.3s ease-in-out;
}
.disclaimerbody::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.disclaimerbody::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.disclaimerbody::-webkit-scrollbar-thumb {
    background: #888;
}
.disclaimerbody::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.enquiryWrapper {
    --width: 40px;
    position: fixed;
    isolation: isolate;
    right: 1rem;
    bottom: 1rem;
    border-radius: 100px;
    z-index: 4;
}
.enquiryWrapper.hide {
    opacity: 0;
    bottom: -5rem;
}
.enquiryWrapper:hover {
    animation: none;
}
.enquiryWrapper .inner {
    display: flex;
}
.enquiryWrapper a i {
    width: var(--width);
    height: var(--width);
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
}
.enquiryWrapper .inner a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    background-color: var(--primary-color);
    transition: 0.3s ease-in-out;
}
.enquiryWrapper .inner a:not(:last-child),
.foot-contact li:not(:last-child) {
    border-right: 1px solid;
}
.enquiryWrapper .inner a:hover {
    color: var(--primary-color);
}
.header {
    position: fixed;
    width: 100%;
    padding: 0.5rem 0;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999;
    transition: 0.3s ease-in-out;
}
.callBtn a,
.header a,
.header a div,
.logo,
.menuBtn span {
    position: relative;
}
.header.fixed {
    padding: 5px 0;
    background-color: var(--light);
    box-shadow: 0 0 2rem rgb(0 0 0 / 15%);
}
.footer-bottom > div,
.header .container-lg {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .navi,
.header .topDetails {
    width: calc(50% - 130px);
}
.header ul,
.topDetails ul {
    display: flex;
    align-items: center;
}
.topDetails ul {
    justify-content: flex-end;
}
.navi ul li {
    margin-right: 40px;
}
.navi ul li:last-child,
.topDetails ul li:last-child {
    margin-right: 0;
}
.header li {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 400;
}
.gallery-heading h5,
.menu-modal .bigMenu ul li a {
    letter-spacing: 2px;
    text-transform: uppercase;
}
.header a {
    display: table;
    color: var(--body-color);
    height: 26px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.blogsPage-control a:hover p,
.header.fixed a {
    color: var(--body-color);
}
.header a div {
    display: inline-block;
    transition: 0.3s ease-in-out;
}
.header a .link-hover-hover {
    left: 0;
    position: absolute;
    transform: translateY(40px);
    color: var(--primary-color);
}
.brandBox .inner:hover .brandTitle,
.footer-area a:hover,
.header.fixed a .link-hover-hover,
.menu-modal ul li:hover > a {
    color: var(--primary-color);
}
.header a:hover .link-hover-text {
    transform: translateY(-40px);
}
.brandBox .inner:hover .brandName,
.header a:hover .link-hover-hover {
    transform: translateY(0);
}
.logo {
    width: 150px;
    margin: 0 10px;
    min-height: 1px;
}
.logo a {
    height: 100%;
    padding: 0;
    display: block;
}
.logo a img {
    height: 100%;
    transition: 0.3s ease-in-out;
}
.enqBtn a {
    padding: 0;
    border-radius: 40px;
    background: var(--primary-color);
    color: #fff;
}
.enqBtn a div {
    padding: 10px 20px;
}
.breadcrumb li a:hover,
.breadcrumb li.active,
.foot-contact li a:hover,
.header .callBtn a:hover i,
.header .enqBtn a div {
    color: #fff;
}
.topDetails ul li {
    margin-right: 20px;
}
.callBtn {
    max-width: 40px;
    height: 40px;
    flex: 0 0 40px;
}
.callBtn a {
    /* width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--primary-color) inset;
  color: var(--body-color);
  padding: 0;
  cursor: pointer; */
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px var(--primary-color) inset;
    color: var(--body-color);
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .callBtn a:hover {
    color: #fff;
    box-shadow: 0 0 0 50px var(--primary-color) inset;
}
.header.fixed .callBtn a {
    box-shadow: 0 0 0 1px var(--primary-color) inset;
}
.header.fixed .callBtn a:hover {
    box-shadow: 0 0 0 50px var(--primary-color) inset;
}
.menuBtn {
    padding: 0;
    border: 0;
    background-color: transparent;
}
.menuBtn span {
    width: 2rem;
    height: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.menuBtn span:after,
.menuBtn span:before {
    content: "";
    display: block;
    height: 2px;
    background-color: var(--body-color);
    left: 0;
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.6, 0, 0, 1);
}
.blog-asideBox .inlineBtn:hover,
.header.fixed .menuBtn span:after,
.header.fixed .menuBtn span:before,
.header.notfixed .menuBtn span:after,
.header.notfixed .menuBtn span:before,
.playBtn:hover {
    background-color: var(--body-color);
}
.menuBtn.closeMenuBtn span {
    border-top: 0;
    transition: border-top 0.3s linear;
}
.menuBtn.closeMenuBtn span::before {
    -webkit-transform: skewY(45deg) translate(0, -11px);
    transform: skewY(45deg) translate(0, -11px);
    background-color: var(--primary-color);
    transform-origin: left;
}
.menuBtn.closeMenuBtn span::after {
    -webkit-transform: skewY(-45deg) translate(0, -18px);
    transform: skewY(-45deg) translate(0, -18px);
    background-color: var(--primary-color);
    transform-origin: right;
}
.menu-modal-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: auto;
    display: none;
    z-index: 999;
}
.menu-modal {
    width: 70%;
    height: 100%;
    padding: 5vw 8vw 3vw;
    color: #fff;
    background-color: var(--bs-dark);
    position: relative;
    transform: translateX(-100%);
    text-align: left;
    transition: 0.7s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.heroText,
.partners-container,
.statsWrapper .statsBox {
    text-align: center;
}
.menu-modal-wrapper.active .menu-modal {
    transform: translateX(0);
}
.modal-top-menu ul {
    display: flex;
    justify-content: space-between;
}
.menu-modal ul li a {
    color: #fff;
    position: relative;
    transition: 0.3s ease-in-out;
}
.modal-top-menu ul li a {
    font-size: 11px;
    text-transform: uppercase;
}
.modal-top-menu ul li a.menuBtnClose {
    padding-right: 22px;
}
.menu-modal .bigMenu {
    margin: 3.5vw 0 5vw;
}
.menu-modal .bigMenu ul li a {
    width: fit-content;
    font-size: 3rem;
    font-family: var(--midsun);
    display: flex;
    align-items: center;
    gap: 10px;
}
.menu-modal .bigMenu ul li a i {
    font-size: 50%;
    color: var(--primary-color);
    transition: 0.3s ease-in-out;
}
.menu-modal .dropdown {
    display: none;
    padding-left: 2rem;
    margin: 1rem 0 2rem;
    border-left: 2px solid var(--primary-color);
}
.blog-asideBox:not(:last-of-type),
.menu-modal .dropdown ul li:not(:last-child) {
    margin-bottom: 1rem;
}
.menu-modal .bigMenu .dropdown ul li a {
    font-size: 1rem;
    flex-direction: column;
    font-family: var(--sans);
    align-items: flex-start;
    gap: 0;
}
.menu-modal .bigMenu .dropdown ul li a small {
    font-size: 75%;
    color: rgb(255 255 255 / 30%);
}
.menu-modal .smallMenu ul li a {
    line-height: 2;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
}
.menu-modal .downloadMenu ul li {
    margin-bottom: 10px;
}
.menu-modal .downloadMenu ul li a {
    display: flex;
    align-items: center;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.menu-modal .downloadMenu ul li a i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    margin-right: 10px;
    transition: 0.3s ease-in-out;
}
.menu-modal .downloadMenu ul li a:hover i {
    filter: brightness(50);
}
.menu-modal #closeMenu {
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
}
.banner {
    height: 100vh;
    position: relative;
    background-color: #000;
    overflow: hidden;
    z-index: 1;
}
/* .banner::before {
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(rgb(26 112 184 / 83%), transparent 40%);
    z-index: 1;
    pointer-events: none;
} */
/* .banner picture img {
    -webkit-animation: 30s infinite alternate zoom;
    animation: 30s infinite alternate zoom;
} */
@-webkit-keyframes zoom {
    50% {
        transform: scale(1.25, 1.25);
        transform-origin: center bottom;
    }
}
@keyframes zoom {
    50% {
        transform: scale(1.25, 1.25);
        transform-origin: center bottom;
    }
}
.cloud {
    right: 0;
    top: 0;
    height: 33%;
    background: url(../images/cloud.webp) repeat-x;
    animation: 80s linear infinite animateclouds;
    pointer-events: none;
    opacity: 0.2;
    z-index: 2;
}
.heroText,
.scrollDown {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
@keyframes animateclouds {
    0% {
        background-position: 0;
    }
    100% {
        background-position: -3000px;
    }
}
.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity 0.7s ease-out;
}
.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}
.heroText {
    max-width: 700px;
    width: 94%;
    top: 15%;
    color: #fff;
    z-index: 9;
}
.heroText .inner {
    background-color: rgb(0 0 0 / 85%);
    padding: 1rem;
}
.banner-video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* Desktop video: show on tablet and up */
.banner-video-mobile {
    display: none;
}
@media (max-width: 767px) {
    .banner-video-desktop {
        display: none;
    }
    .banner-video-mobile {
        display: block;
    }
}
.banner-video-mute-toggle {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    z-index: 10;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgb(0 0 0 / 50%);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 1px rgb(255 255 255 / 40%);
    transition: background 0.2s ease, transform 0.2s ease;
}
.banner-video-mute-toggle:hover {
    background: rgb(0 0 0 / 70%);
    transform: scale(1.05);
}
.banner-video-mute-toggle:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(255 255 255 / 60%);
}
.banner-video-mute-toggle svg {
    display: block;
}
.scrollDown {
    bottom: 1.5rem;
    cursor: pointer;
    width: 26px;
    background: rgb(0 0 0 / 50%);
    padding: 6px 4px;
    border-radius: 20px;
    box-shadow: 0 0 0 1px rgb(255 255 255 / 40%);
    z-index: 1;
    -webkit-animation: 1s ease-in-out infinite alternate bounce;
    animation: 1s ease-in-out infinite alternate bounce;
}
.overview-img .overview-logo {
    max-width: 300px;
    margin: auto;
    transition: 0.5s linear;
    transform: translate(60%, -50%) scale(0.2);
    opacity: 0;
    pointer-events: none;
}
.overview-img .overview-logo.animate {
    transform: translate(0, 0) scale(1);
    opacity: 1;
    pointer-events: none;
}
.statsWrapper {
    margin-top: 6rem;
}
.award-slide.swiper-slide,
.project-slide.swiper-slide,
.statsBox.swiper-slide {
    height: auto;
}
.statsBox.swiper-slide.swiper-slide-prev {
    opacity: 0;
    z-index: 1;
}
.statsBox.swiper-slide.swiper-slide-active {
    opacity: 1 !important;
    z-index: 2;
}
.statsBox.statsHead {
    border-right: 1px dashed var(--primary-color);
}
.statsWrapper .statsBox .inner {
    height: 100%;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.statsWrapper .statsBox.statsHead .inner {
    backdrop-filter: blur(0px);
    padding: 0;
}
.statsWrapper .statsBox .counter {
    font-size: 4rem;
    font-weight: 800;
}
.statsWrapper .statsBox small {
    font-size: 75%;
}
.project-slide .inner {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
    background-color: #000;
}
.csrBox,
.project-slide .img-fluid,
.section-gallery .gall-slide .img-fluid {
    transition: 0.3s ease-in-out;
}
.project-slide .project-slide-footer,
.section-gallery .gall-slide .gall-slide-footer {
    inset: auto 0 0;
    background-image: linear-gradient(transparent, rgb(0 0 0 / 90%));
    transition: 0.5s linear;
}
.project-slide .img-fluid img {
    aspect-ratio: 3/2;
}
.project-slide .project-slide-footer {
    position: absolute;
    padding: 2rem 1.25rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    color: #fff;
}
.project-slide .inner:hover .img-fluid {
    opacity: 0.35;
    transform: scale(1.1, 1.1);
}
.project-slide .project-slide-footer .project-slide-title {
    font-family: var(--midsun);
    letter-spacing: 1px;
    font-size: 1.5rem;
    margin-bottom: 0;
    text-align: left;
}
.project-slide .project-slide-footer .project-slide-location {
    font-size: 0.875rem;
}
.project-slide .project-slide-footer .capsule {
    padding: 5px 10px;
    min-width: 120px;
    font-size: 0.875rem;
    border-radius: 50px;
    background-color: var(--secondary-color);
    color: var(--body-color);
    border: 1px solid var(--primary-color);
    text-align: center;
}
.customerHandover-slide .img-fluid img {
    aspect-ratio: 1/1;
}
.section-gallery {
    margin: 0;
    padding: 0;
}
.section-gallery .gall-slide.swiper-slide {
    height: 90vh;
}
.section-gallery .gall-slide.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-heading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 3rem 2rem 5rem;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(rgb(0 0 0 / 75%), transparent);
    z-index: 1;
}
.section-gallery .gall-slide .inner {
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #000;
}
.section-gallery .gall-slide .gall-slide-footer {
    position: absolute;
    padding: 2rem 1.25rem 1.25rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
}
.section-gallery .gall-slide .gall-slide-footer .project-slide-title {
    margin-bottom: 0;
    font-size: 1.125rem;
}
.shot_on {
    display: block;
    width: max-content;
    position: relative;
    isolation: isolate;
    padding: 8px;
}
.shot_on .border-corner::after,
.shot_on .border-corner::before,
.shot_on::after,
.shot_on::before {
    content: "";
    position: absolute;
    border: solid #fff;
    width: 8px;
    height: 8px;
}
.shot_on::before {
    left: 0;
    top: 0;
    border-width: 1px 0 0 1px;
}
.shot_on::after {
    right: 0;
    top: 0;
    border-width: 1px 1px 0 0;
}
.shot_on .border-corner::before {
    right: 0;
    bottom: 0;
    border-width: 0 1px 1px 0;
}
.shot_on .border-corner::after {
    left: 0;
    bottom: 0;
    border-width: 0 0 1px 1px;
}
.parent-speak-info b,
.project-title-container ul li:not(:last-child) {
    padding-right: 10px;
    border-right: 1px solid;
}
.section-gallery .swiper-pagination {
    width: auto;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 2rem;
    backdrop-filter: blur(2px);
}
.section-gallery .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #c4c4c4;
    border: 1px solid #ddd;
}
.section-gallery .swiper-pagination-bullet-active {
    background-color: #fff;
    width: 10px;
    border-radius: 10px;
}
.side-text {
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(-90deg) translate(50%, -40%);
    transform-origin: right;
    font-size: 10vw;
    color: color-mix(in srgb, var(--primary-color), transparent 80%);
}
.award-card {
    padding: 4rem 0;
    position: relative;
    z-index: 1;
}
.award-card .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    margin: 0 auto;
}
.blogBox .inner,
.date,
.floorwise-count.active span {
    display: block;
}
.award-card .inner .award-body {
    margin-top: 1rem;
    letter-spacing: 1px;
}
.award-card .inner .award-body .winner {
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 10px;
}
.award-card .inner .award-title {
    font-size: 1.5rem;
    color: var(--primary-color);
}
.award-card .inner .award-provider {
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}
.award-slider-container::before {
    content: "";
    position: absolute;
    inset: 50% 0 0;
    background-color: color-mix(
        in srgb,
        var(--secondary-color),
        var(--primary-color) 10%
    );
    z-index: -1;
}
.award-slider .swiper-button-prev {
    left: 0;
}
.award-slider .swiper-button-next {
    right: 0;
}
.award-slide .inner {
    position: relative;
    text-align: center;
}
.award-slide .inner:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: #7d4a34;
    height: 1px;
    top: 50%;
    z-index: -1;
}
.award-slide .award-img {
    width: 300px;
    margin: 0 auto;
    border-radius: 50%;
}
.award-slide .award-img::before {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--primary-color);
    box-shadow: 0 0 0 10px
        color-mix(in srgb, var(--primary-color), transparent 80%);
}
.award-slide .award-img img {
    border-radius: 50%;
    aspect-ratio: 1/1;
    background-color: var(--body-bg);
    padding: 8px;
    transform: scale(0, 0);
    transition: 0.3s ease-in-out;
}
.award-slide.swiper-slide-active img {
    transform: scale(1, 1);
}
.award-slide.swiper-slide .award-project-name {
    white-space: nowrap;
    display: block;
    margin-top: 1rem;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    pointer-events: none;
    transition: 0.3s ease-in-out;
}
.award-slide.swiper-slide-active .award-project-name {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.sideBlogBox .blogBox:not(:first-child) .inner {
    padding-top: var(--bs-gutter-y);
    border-top: 1px dashed;
}
.blogBox .inner {
    height: 100%;
    position: relative;
    text-align: left;
    z-index: 1;
}
.blogBox .img-fluid {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.blogBox .img-fluid::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(transparent, rgb(0 0 0 / 75%));
    z-index: 1;
}
.blogBox .img-fluid img {
    transition: 1s linear;
    aspect-ratio: 1000/667;
    object-fit: cover;
}
.blogBox .inner:hover .img-fluid img {
    transform: scale(1.125, 1.125);
}
.blogBox .inner article.position-absolute {
    left: 0;
    bottom: 0;
    padding: 2rem;
    z-index: 2;
}
.blogBox.bigBlogBox .inner .blog-title {
    letter-spacing: 2px;
    font-size: 1.25rem;
}
.blogBox .inner .blog-title {
    color: var(--primary-color);
    letter-spacing: 1px;
    margin-bottom: 1rem;
}
.blogBox .inner .blog-title:hover {
    text-decoration: underline 1px var(--primary-color);
}
.date {
    font-weight: 600;
    letter-spacing: 1px;
    color: rgb(0 0 0 / 30%);
    font-size: 12px;
    text-transform: uppercase;
}
.bigBlogBox .date {
    color: rgb(255 255 255 / 50%);
}
#testimonials button[class^="carousel-control"] {
    top: 30%;
}
.parent-speak-slide {
    text-align: center;
    transition: 1s linear;
}
.parent-speak-slide .inner {
    padding: 0 2rem;
    max-width: 800px;
    width: 80%;
    margin: 0 auto;
}
.parent-speak-box {
    margin-bottom: 2rem;
    height: 120px;
}
.parent-speak-slide .inner p:last-child {
    margin-bottom: 0;
}
.parent-speak-info {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.parent-speak-info b {
    line-height: 1;
    color: var(--primary-color);
}
.footer-area {
    background: var(--secondary-color);
    border-top: 4px solid var(--primary-color);
}
.footer-area a {
    display: inline-block;
    color: #000;
    font-size: 13px;
    padding: 5px 0;
}
.foot-contact {
    background-color: var(--primary-color);
    margin-top: -4px;
}
.foot-contact li a {
    display: flex;
    gap: 10px;
    padding: 1rem;
    color: var(--light);
    font-size: 1rem;
    justify-content: center;
}
.foot-contact li a p {
    line-height: 1.2;
}
.foot-contact li a:hover span {
    text-decoration: 1px underline;
}
.foot-contact li a i {
    height: 40px;
    max-width: 40px;
    flex: 0 0 40px;
    background-color: var(--light);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-logo > img {
    width: 120px;
}
.ratingWrapper {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 1.25rem;
    background-color: #fff;
    border-radius: 200px;
    margin-bottom: 8px;
}
.footer-bottom,
.footerSocial i.icon-circular {
    background-color: var(--body-bg);
}
.ratingWrapper .google-logo {
    width: 30px;
}
.ratingWrapper .rating {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--bs-warning);
}
.ratingWrapper .ratingBox span {
    font-size: 1.25rem;
    font-weight: 600;
}
.footer-links {
    margin: 5rem 0;
    position: relative;
    z-index: 1;
}
.footerSocial {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.footer-bottom {
    padding: 10px 0;
}
.footer-bottom .d-flex {
    gap: 10px;
}
.copyrights {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.copyrights p {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 12px;
}
.copyrights p img {
    width: 13px;
    margin-left: 5px;
}
.button-top {
    background: rgb(70 70 70 / 32%);
    position: fixed;
    right: 20px;
    bottom: -40px;
    color: #fff;
    font-size: 13px;
    opacity: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    z-index: 90;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.button-top:hover {
    background: var(--primary-color);
}
.emptyBox {
    background-color: var(--secondary-color);
    height: var(--header-height);
}
.emptyBox + .header {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
}
.inside-banner {
    height: 400px;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    color: #fff;
    background-color: #0003;
}
.inside-banner.project-banner {
    height: calc(100vh - var(--header-height));
    margin-top: var(--header-height);
}
.inside-banner1.project-banner {
    margin-top: var(--header-height);
}
.inside-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.75));
    z-index: 1;
}
.inside-banner img {
    mix-blend-mode: multiply;
}
.inside-banner .container-lg.position-absolute {
    top: 0;
    bottom: 0;
    z-index: 1;
}
.bannerText {
    height: 100%;
    padding: calc(var(--header-height) + 2rem) 0 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.inside-banner.project-banner .bannerText {
    padding-top: 2rem;
}
.bannerText .title {
    font-size: 4rem;
    font-family: var(--midsun);
    letter-spacing: 3px;
    text-align: left;
}
.bannerText-footer .banner-tagline .h2,
.brandBox .brandTitle {
    font-family: var(--midsun);
    letter-spacing: 2px;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
}
.breadcrumb li {
    display: flex;
    align-items: center;
    gap: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb li a {
    color: rgb(255 255 255 / 50%);
    font-weight: 600;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "";
    background-color: #bfbfbd;
    height: 0.125rem;
    width: 0.125rem;
    padding-right: 0;
}
.project-title-container ul {
    margin-top: 2rem;
    font-size: 0.875rem;
    display: flex;
    gap: 10px;
}
.bannerText-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 2rem;
}
.bannerText-footer .banner-tagline {
    max-width: 700px;
}
.brand-slider .swiper-wrapper {
    transition-timing-function: linear;
}
.brand-slider .brandLogo {
    width: 145px;
}
.amenity-box,
.brandLogo .img-fluid {
    display: flex;
    align-items: center;
    justify-content: center;
}
.brands-section .container-lg {
    padding-bottom: 15%;
}
.brands-section .brand-video {
    aspect-ratio: 2/1;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}
.brandBox .inner,
.brandBox .inner .brandName {
    aspect-ratio: 16/7;
    transition: 0.3s ease-in-out;
    display: flex;
    height: 100%;
}
.brands-section .brand-video::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#fff, transparent);
    z-index: 1;
}
.brandBox .inner {
    flex-direction: column;
    text-align: center;
    padding: 1.25rem;
    border: 1px solid;
    background-color: #fff;
    overflow: hidden;
}
.brandBox .inner:hover {
    border-color: var(--secondary-color);
    background-color: var(--bs-dark);
}
.brandBox .brandTitle {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
}
.brandBox .inner .brandName {
    justify-content: center;
    align-items: center;
    padding-top: 7px;
    transform: translateY(-150%);
}
.brandBox .inner .brandLogo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    transition: 0.3s ease-in-out;
}
.brandBox .inner:hover .brandLogo {
    transform: translateY(100%);
}
.brandBox .inner .brandLogo img,
.brandLogo .img-fluid img {
    height: 100%;
    object-fit: contain;
}
.project-text-img {
    aspect-ratio: 3/2;
    background: center 0/100% no-repeat;
}
.gallery-slider .swiper-controls {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: auto;
    gap: 5px;
    z-index: 1;
}
.gallery-slide img {
    aspect-ratio: 3/1;
    object-fit: cover;
}
.gallery-slide .gallery-caption {
    position: absolute;
    left: 0;
    bottom: 10px;
    background-color: var(--secondary-color);
    padding: 10px 1rem 10px 2rem;
    border-radius: 0 20px 20px 0;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
}
.gallery-thumb-slider {
    padding-top: 10px;
}
.gallery-thumb-slider .swiper-slide {
    opacity: 0.4;
    filter: grayscale(1);
    transition: 0.4s ease-in-out;
}
.gallery-thumb-slider .swiper-slide:hover {
    filter: grayscale(0);
}
.gallery-thumb-slider .swiper-slide-thumb-active {
    opacity: 1;
    filter: grayscale(0);
}
.amenity-wrapper {
    max-width: 1100px;
    margin-left: auto;
    position: relative;
    z-index: 1;
}
.amenity-wrapper::before {
    content: "";
    position: absolute;
    width: 100vw;
    inset: 0 auto 0 0;
    background: var(--primary-color);
    background:
        radial-gradient(circle at 120% -30%, #ffdac2, transparent),
        linear-gradient(45deg, #fff4ed, #fffdfc, var(--secondary-color));
    z-index: -1;
    transition: 0.5s linear;
    transform: scaleX(0);
    transform-origin: right;
}
.amenity-wrapper.active::before {
    transform: scaleX(1);
}
.amenity-wrapper .animate {
    transform: translateX(-200px);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s linear;
}
.amenity-wrapper .animate.active {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}
.amenity-text > .inner {
    padding: 3rem 4rem;
}
.amenityIconSlider {
    padding-right: 1px;
}
.amenity-slider {
    height: 500px !important;
}
.amenity-box.swiper-slide {
    opacity: 0;
    transition: 0.4s linear;
}
.career-card .inside,
.faqs-box .faqs_question,
.floorwise-count,
.playBtn {
    transition: 0.3s ease-in-out;
}
.amenity-box.swiper-slide.swiper-slide-active {
    opacity: 1;
}
.amenity-box .img-fluid {
    width: 380px;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
    text-align: center;
    position: relative;
}
.amenity-box .img-fluid img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
}
.amenity-box .img-fluid .caption {
    position: absolute;
    inset: auto 0 0;
    padding: 10px 20px 20px;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 600;
}
.floorwise-listing {
    position: absolute;
    inset: 0 auto 0 0;
    width: 420px;
    padding: 2rem;
    z-index: 2;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 12%);
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
}
.floorwise-listing .list li {
    padding-bottom: 10px;
    border-bottom: 1px dashed;
}
.floorwise-imgContainer {
    counter-reset: floors;
}
.floorwise-imgContainer > img {
    opacity: 0.6;
}
.floorwise-count {
    position: absolute;
    width: 130px;
    height: 130px;
    transform: scale(0.2, 0.2);
    z-index: 1;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 10px 30px rgb(0 0 0 / 25%);
}
.floorwise-count.active {
    transform: scale(1, 1);
    box-shadow:
        0 0 20px rgb(0 0 0 / 65%),
        0 0 0 12px rgb(255 255 255 / 90%);
}
.floorwise-count[data-count="1"] {
    bottom: 3%;
    right: 40%;
}
.floorwise-count[data-count="2"] {
    bottom: 8%;
    right: 35%;
}
.floorwise-count[data-count="3"] {
    bottom: 14%;
    right: 30%;
}
.floorwise-count[data-count="4"] {
    bottom: 20%;
    right: 37%;
}
.floorwise-count[data-count="5"] {
    bottom: 24%;
    right: 27%;
}
.floorwise-count[data-count="6"] {
    bottom: 32%;
    right: 33%;
}
.floorwise-count[data-count="7"] {
    bottom: 38%;
    right: 42%;
}
.floorwise-count[data-count="8"] {
    bottom: 35%;
    right: 15%;
}
.floorwise-count[data-count="9"] {
    top: 25%;
    right: 15%;
}
.floorwise-count::before {
    content: counter(floors);
    counter-increment: floors;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: var(--body-color);
    font-size: 4.5rem;
    line-height: 0.1;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    animation: breathe 1s infinite alternate var(--delay);
}
@keyframes breathe {
    25% {
        transform: scale(1.25, 1.125);
    }
    50% {
        transform: scale(1.125, 1.25);
    }
    75% {
        transform: scale(1.25, 1.25);
    }
}
.floorwise-count.active::before {
    width: 30px;
    height: 30px;
    font-size: 100%;
    content: "X";
    background-color: maroon;
    color: var(--secondary-color);
    animation: none;
}
.floorwise-count span {
    position: absolute;
    top: 100%;
    width: max-content;
    padding: 8px 10px 6px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: var(--secondary-color);
    color: var(--darkgray);
    border: 1px solid;
    box-shadow: 0 10px 30px rgb(0 0 0 / 45%);
    display: none;
}
.circle,
.distance-count,
div[role="progressbar"] {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.contact-card .card-title,
.faqs-box > h4 {
    letter-spacing: 2px;
    font-family: var(--midsun);
}
.map-hld {
    position: relative;
    width: 100%;
    padding-bottom: 49.48%;
}
.circle {
    position: absolute;
    border: color-mix(in srgb, var(--primary-color), transparent 50%) 1.5px
        solid;
    border-radius: 100%;
}
.circle-1 {
    width: 7%;
    padding-bottom: 7%;
}
.circle-2 {
    width: 18%;
    padding-bottom: 18%;
}
.circle-3 {
    width: 30%;
    padding-bottom: 30%;
}
.circle-4 {
    width: 42%;
    padding-bottom: 42%;
}
.circle-5 {
    width: 54%;
    padding-bottom: 54%;
}
.circle-6 {
    width: 66%;
    padding-bottom: 66%;
}
.circle-7 {
    width: 78%;
    padding-bottom: 78%;
}
.distance-count {
    position: absolute;
    color: var(--primary-color);
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 100%;
    z-index: 1;
}
.distance-count span {
    font-size: 2rem;
    font-weight: 500;
    text-transform: none;
}
.blink-saya,
.loc-pointer p,
.marquee-oc {
    text-transform: uppercase;
}
.loc-pointer {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.loc-pointer .loc-icon {
    position: relative;
    max-width: 49px;
    flex: 0 0 49px;
    height: 49px;
}
.loc-pointer .loc-icon img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: 0 4px 61px -17px rgba(0, 0, 0, 0.9);
    object-fit: cover;
}
.loc-pointer p {
    font-size: 0.75rem;
    color: #000;
    line-height: 100%;
    font-weight: 500;
    padding: 0 0 0 5px;
    text-align: left;
    margin: 0;
}
.loc-pointer i {
    font-size: 25px;
    color: var(--primary-color);
}
.row-reverse {
    flex-direction: row-reverse;
}
.row-reverse p {
    text-align: right;
    padding: 0 5px 0 0;
}
.loc-pointer .loc-icon img.no-shadow {
    box-shadow: none;
    border: 0;
}
@keyframes growProgressBar {
    0%,
    33% {
        --pgPercentage: 0;
    }
    100% {
        --pgPercentage: var(--value);
    }
}
@property --pgPercentage {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
}
div[role="progressbar"] {
    --size: 12rem;
    --fg: var(--primary-color);
    --bg: transparent;
    --pgPercentage: var(--value);
    animation: 3s forwards growProgressBar;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background:
        radial-gradient(closest-side, #fff 80%, transparent 0 99.9%, #fff 0),
        conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--fg);
    position: absolute;
    width: 110%;
    height: 110%;
}
div[role="progressbar"]::before {
    display: none;
    counter-reset: percentage var(--value);
    content: counter(percentage) "%";
}
.loc-nh44 {
    right: 33%;
    bottom: 40%;
}
.loc-Lyf {
    right: 42%;
    bottom: 28%;
}
.loc-ecm {
    right: 39%;
    bottom: 29%;
}
.loc-kgAirport {
    right: 26%;
    top: 54%;
}
.loc-crossingRepublik {
    right: 29%;
    top: 31%;
}
.loc-techPark {
    left: 25%;
    top: 41%;
}
.loc-clarksExotica {
    left: 25%;
    bottom: 28%;
}
.loc-collinsAerospace {
    left: 16%;
    top: 30%;
}
.bkcomplex {
    left: 32%;
    top: 24%;
}
.bandrasealink {
    right: 40%;
    top: 17%;
}
.loc-narimanpoint {
    right: 22%;
    top: 8%;
}
.loc-weh {
    right: 20%;
    top: 65%;
}
.loc-Eeh {
    right: 45%;
    top: 82%;
}
.loc-shipra {
    right: 43%;
    top: 27%;
}
.loc-nh24 {
    right: 29%;
    top: 42%;
}
.loc-school {
    right: 59%;
    top: 44%;
}
.loc-emc {
    right: 50%;
    top: 35%;
}
.loc-jewar {
    right: 60%;
    bottom: 25%;
}
.loc-gc {
    right: 40%;
    bottom: 10%;
}
.mapBox iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
    aspect-ratio: 4/3;
}
.mapBox .map-marker {
    position: absolute;
    left: 48%;
    top: 45%;
    width: 90px;
    z-index: 2;
    animation: 2s infinite bounce;
}
@keyframes bounce {
    0% {
        transform: translate(-50%, -5px);
    }
    100% {
        transform: translate(-50%, 5px);
    }
    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
.location-wrapper .inner {
    max-width: 750px;
    padding-left: 4rem;
    padding-right: 4rem;
}
.connectivity {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid;
}
.connectivity-box .in {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
}
.connectivity-box .in .img-fluid {
    max-width: 50px;
    flex: 0 0 50px;
    padding: 8px;
    border: 1px solid var(--primary-color);
}
.connectivity-box .in .h5 {
    margin-bottom: 0.25rem;
    font-family: var(--serif);
}
.blog-asideBox,
.enquiry-container .inner {
    padding: 2rem;
    background-color: var(--secondary-color);
}
.contact-card .inner {
    padding: 1.5rem;
    background-color: #fff;
    border: 1px solid var(--secondary-color);
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.875rem;
}
.contact-card .inner > i {
    max-width: 50px;
    flex: 0 0 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--primary-color);
    border: 1px solid;
}
.contact-card .card-title {
    margin-bottom: 10px;
    font-size: 1.125rem;
    color: var(--primary-color);
}
.contact-card ul li:not(:last-child) {
    margin-bottom: 7px;
}
.contact-form .inner {
    padding: 2rem;
    background-color: var(--body-bg);
}
.career-card .inside {
    border-radius: 0;
    height: 100%;
    padding: 20px;
    border: 0;
}
.career-card .inside:hover {
    transform: translateY(-5px);
    box-shadow: 0 50px 30px -40px rgb(0 0 0 / 10%);
}
.career-card .card-header {
    background-color: transparent;
    text-align: left;
}
.blog-asideBox .inlineBtn,
.playBtn {
    background-color: var(--primary-color);
    color: #fff;
}
.career-card .card-header .job-role {
    font-family: var(--midsun);
    color: var(--primary-color);
    letter-spacing: 1.5px;
    font-weight: 600;
}
.career-card p {
    line-height: normal;
}
.career-card .list-group .list-group-item {
    font-size: 14px;
    line-height: normal;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
}
.career-card .list-group .list-group-item strong {
    max-width: 100px;
    flex: 0 0 100px;
}
.career-card .list-group .list-group-item span {
    max-width: calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
}
.playBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.inside-blogs-aside .inner {
    position: sticky;
    top: calc(var(--header-height) + 1rem);
}
.blog-asideBox .inlineBtn {
    border: 0;
    font-size: 13px;
    padding: 5px 8px;
    min-width: 80px;
}
.blogsPage-control {
    margin-top: 2.5rem;
}
.blogsPage-control a {
    color: initial;
    display: flex;
    align-items: center;
    gap: 10px;
}
.blogsPage-control a span {
    color: var(--secondary-color-dark);
}
.main-blog-body :is(h1, h2, h3, h4, h5, h6) {
    font-family: var(--serif);
    color: var(--primary-color);
}
.main-blog-body .list,
.main-blog-body :is(ul, ol) {
    line-height: 1.5;
    margin-bottom: 1.5rem;
    padding-left: 20px;
}
.main-blog-body :is(ul, ol) li:not(:last-of-type) {
    margin-bottom: 10px;
}
.main-blog-body :is(ul, ol) li::marker {
    color: var(--primary-color);
}
.faqs-box {
    position: relative;
    z-index: 2;
}
.faqs-box .faqs_question {
    width: 100%;
    display: block;
    padding: 1rem 2.5rem 1rem 1rem;
    border: 1px solid;
    cursor: pointer;
    position: relative;
    font-size: 1rem;
    font-weight: 600;
}
.faqs-box .faqs_question.active,
.faqs-box .faqs_question:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    padding: 1rem 2.5rem 1rem 1rem;
}
.faqs-box .faqs_question.active {
    border-bottom-color: transparent;
}
.faqs-box .faqs_question span {
    position: absolute;
    right: 15px;
    top: 15px;
    transition: transform 0.3s ease-in-out;
}
.faqs-box .faqs_question.active span {
    transform: rotate(180deg);
}
.faqs-box .faqs_answer {
    width: 100%;
    display: block;
    background-color: var(--secondary-color);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
}
.faqs-box .faqs_question.active + .faqs_answer {
    margin-bottom: 10px;
    border: solid;
    border-width: 0 1px 1px;
}
.faqs-box .faqs_answer article {
    width: 100%;
    padding: 1.25rem;
}
.faqs-box > h4 {
    margin: 2.5rem 0 1rem;
    padding-left: 10px;
    color: var(--primary-color);
    border-left: 2px solid var(--primary-color);
}
.blogBox.appreciation-slide .img-fluid::before,
.digital-container:not(.show),
.partners-container:not(.show),
.printMedia-container:not(.show) {
    display: none;
}
.blogBox.newsBox .inner {
    border-bottom: 1px solid var(--primary-color);
}
.blogBox.newsBox article {
    padding: 1rem 0;
}
.blogBox.newsBox .blog-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.vmBox .inner {
    padding: 2rem;
}
.vmBox .inner article:not(:last-child) {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px dashed;
}
.chairman-textarea .inner {
    height: 100%;
    padding: 2rem 1rem 2rem 2rem;
    background-color: #fff;
}
.chairman-textarea .chairman-text {
    height: 340px;
    padding-right: 2rem;
}
.relationBox.swiper-slide .inner {
    padding: 2.5rem;
}
.relationBox.swiper-slide .inner::before {
    content: "";
    position: absolute;
    inset: 0;
    transform: scale(0.25, 0.25);
    background-color: rgb(255 255 255 / 70%);
    transition: 0.3s ease-in-out;
    z-index: -1;
}
.relationBox.swiper-slide.swiper-slide-active .inner::before {
    background-color: #fff;
    transform: scale(1, 1);
    border-radius: 0;
}
.relationBox .img-fluid {
    width: 60px;
    margin-bottom: 1rem;
}
.csrBox:not(:last-of-type),
.partners-container .inner {
    margin-bottom: 2rem;
}
.brandLogo .img-fluid {
    height: 80px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.appreciation-video video {
    padding: 1rem;
}
.appreciation-letter-box > .inner {
    height: 100%;
    padding: 1rem;
    background-color: var(--secondary-color-dark);
}
.csr-details .inner,
.csrBox:hover {
    background-color: var(--secondary-color);
}
.blogBox.appreciation-slide .img-fluid img {
    aspect-ratio: unset;
}
.csrBox:hover {
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 10%);
}
.csr-details .inner {
    height: 100%;
    padding: 2rem;
    border-right: 2px solid var(--primary-color);
}
.csr-details .csr-date {
    padding: 10px;
    display: table;
    margin-bottom: 1rem;
    font-size: 13px;
    background-color: var(--secondary-color-dark);
    display: flex;
    align-items: center;
    gap: 8px;
}
.csr-details .csr-date span {
    font-size: 150%;
    font-weight: 700;
}
.marquee-oc {
    line-height: 1.2;
    width: 100%;
    display: flex;
    align-items: center;
    background: #182898;
    color: #e1b75c;
    padding: 6px;
    letter-spacing: 1px;
}
.blink-saya {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    letter-spacing: 1px;
    font-size: 1rem;
}
@-webkit-keyframes blinker {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.typeJsTextmain {
    margin-top: 0;
    display: inline-block;
}
.typeJsTextmain h2 {
    margin-top: 0;
    margin-bottom: 0;
    background-image: linear-gradient(45deg, #f8b641, #c5303b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0.3px;
    -webkit-text-stroke-color: #000;
}
.OC-Applied {
    position: absolute;
    width: 150px;
    right: 20%;
    top: 26%;
    border-radius: 50%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.property-details {
    background: var(--primary-color);
}
.banks-on-board {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.banks-on-board-box {
    width: 18%;
    max-width: 100px;
    padding: 5px;
    background-color: #fff;
}

.homenews .newsBox p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
}

.homenews .newsBox .viewmore {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.homenews .newsBox .by img {
    max-width: 225px;
    transition: all 300ms ease-in-out;
    max-height: 45px;
}

.homenews .newsBox .button i {
    font-size: 19px;
    background: var(--primary-color);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.homenews .blogBox.newsBox .inner {
    border: 1px solid var(--primary-color);
    padding: 5px;
}
.swiper-slide.blogBox.newsBox {
    height: auto;
}
.homenews .blogBox .img-fluid img {
    object-position: top;
}
.section-5-content-inner-top-3-inner span {
    font-family: "Lato", sans-serif;
    font-weight: 400; /* Regular */
    font-style: normal;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: capitalize;
}
