.text-orange {
    color: rgba(233, 85, 36, 1) !important;
}

.floor-plan-details {
    padding: 130px 0;
    overflow: hidden;
    position: relative;
}

.section-head {
    margin-bottom: 1.5rem;
}

.section-head h2 {
    color: rgba(48, 53, 56, 1);
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.section-head p {
    color: rgba(48, 53, 56, 1);
    font-size: 24px;
    letter-spacing: 0.3px;
    margin-bottom: 1rem;
}

.black-button {
    display: inline-block;
    background-color: rgba(48, 53, 56, 1);
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 9px;
}

.floor-plan-color-bg {
    background-color: #F5F5F5;
    height: 100%;
    position: relative;
}

.floor-plan-details .line-style::before {
    content: "";
    position: absolute;
    border-bottom: solid 1px #000;
    width: 2000rem;
    left: 100%;
    top: 0;
}

@media (min-width: 992px) {
    .floor-plan-color-bg::after {
        position: absolute;
        content: '';
        top: -48px;
        height: 16px;
        width: 1px;
        background: #000;
        display: block;
        right: -20px;
    }
}

.floor-plan-image {
    height: 100%;
    text-align: center;
    padding: 40px 30px 60px;
}

.floor-plan-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.floor-plan-table {
    overflow-x: auto;
}

.floor-plan-table .table {
    min-width: 450px;
    margin: 0;
}

.floor-plan-table table thead tr th {
    font-weight: 600;
    font-size: 1rem;
    padding: 20px 16px;
    color: rgba(115, 115, 115, 1);
}

.floor-plan-table table tbody tr td,
.floor-plan-table table tbody tr th,
.floor-plan-table table tfoot tr th,
.floor-plan-table table tfoot tr td {
    font-size: 1.25rem;
    padding: 20px 16px;
    color: rgba(115, 115, 115, 1);
    letter-spacing: 0.25px;
}

.floor-plan-table table thead tr th:first-child,
.floor-plan-table table tbody tr th {
    color: rgba(48, 53, 56, 1);
}

.floor-plan-table table tfoot tr th,
.floor-plan-table table tfoot tr td {
    font-size: 1.5rem;
    white-space: nowrap;
}

.floor-plan-table table tbody tr th {
    font-weight: 600;
}

.highlight-col {
    background-color: #fff1e6 !important;
    color: rgba(233, 85, 36, 1) !important;
}

.highlight-text {
    color: rgba(233, 85, 36, 1);
    font-weight: 500;
}

.note-text {
    font-size: 1rem;
    color: rgba(233, 85, 36, 1);
}

.footer-total {
    border-top: 2px solid rgba(233, 85, 36, 1);
    font-weight: 700;
}

.floor-plan-table table tfoot tr th:first-child,
.floor-plan-table table tbody tr th:first-child,
.floor-plan-table table thead tr th:first-child {
    padding-left: 0;
    max-width: 180px;
}

.floor-plan-color-bg .nav-tabs {
    position: absolute;
    bottom: -32px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    flex-wrap: nowrap;
    border: 1px solid rgba(0, 0, 0, 1);
    padding: 4px;
    background-color: #ffffff;
}

.floor-plan-color-bg .nav-tabs .nav-link {
    color: rgba(48, 53, 56, 1);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.25px;
    text-align: center;
    border-radius: 0px;
    border: 0;
    padding: 10px 17px;
    line-height: 0.9;
}

.floor-plan-color-bg .nav-tabs .nav-link span {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    line-height: 1.5;
}

.slider-overflow {
    position: relative;
}

.slider-overflow::after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    width: 2000rem;
    right: 100%;
    height: 100%;
    top: 30px;
    z-index: 1;
}

.slider-top-navs {
    position: relative;
    border-top: 1px solid rgba(48, 53, 56, 1);
    top: -48px;
    z-index: 10;
    display: flex;
}

.slider-top-navs::after {
    content: "";
    position: absolute;
    border-top: solid 1px rgba(48, 53, 56, 1);
    ;
    width: 2000rem;
    left: 100%;
    top: 0;
}

.slider-top-navs .swiper-button-prev {
    left: -40px;
}

.slider-top-navs .swiper-button-next {
    right: -40px;
    left: auto;
}

.slider-top-navs .swiper-button-next,
.slider-top-navs .swiper-button-prev {
    width: 43px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 6px;
    background: #fff;
    opacity: 1;
}

.slider-top-navs .swiper-button-next svg,
.slider-top-navs .swiper-button-prev svg {
    width: auto;
    height: auto !important;
    color: rgba(233, 85, 36, 1);
}

.slider-top-navs .swiper-button-next.swiper-button-disabled svg,
.slider-top-navs .swiper-button-prev.swiper-button-disabled svg {
    color: rgba(48, 53, 56, 0.5);
}

.slider-top-navs .swiper-button-next::after,
.slider-top-navs .swiper-button-prev::after {
    display: none;
}

.slider-appartment {
    padding: 32px 0 64px;
}

.image-or-video-card video,
.image-or-video-card img {
    object-fit: cover;
}

.image-or-video-card .slide-caption {
    color: rgba(48, 53, 56, 1);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.25px;
    margin-top: 12px;
}

.slider-appartment.orange-theme {
    background-color: rgba(233, 85, 36, 1);
}

.slider-appartment.grey-theme {
    background-color: rgba(48, 53, 56, 1);
}

.slider-appartment.orange-theme .section-head h2,
.slider-appartment.orange-theme .image-or-video-card .slide-caption,
.slider-appartment.orange-theme .slider-top-navs .swiper-button-next svg,
.slider-appartment.orange-theme .slider-top-navs .swiper-button-prev svg {
    color: #ffffff;
}

.slider-appartment.orange-theme .slider-top-navs .swiper-button-next,
.slider-appartment.orange-theme .slider-top-navs .swiper-button-prev {
    background: #e95524;
}

.slider-appartment.orange-theme .slider-top-navs .swiper-button-next.swiper-button-disabled svg,
.slider-appartment.orange-theme .slider-top-navs .swiper-button-prev.swiper-button-disabled svg {
    color: rgba(255, 255, 255, 0.5);
}

.slider-appartment.orange-theme .slider-overflow::after {
    background-color: rgba(233, 85, 36, 1);
}

.slider-appartment.orange-theme .slider-top-navs,
.slider-appartment.orange-theme .slider-top-navs::after {
    border-color: #fff;
}

.slider-appartment.grey-theme .section-head h2,
.slider-appartment.grey-theme .image-or-video-card .slide-caption,
.slider-appartment.grey-theme .slider-top-navs .swiper-button-next svg,
.slider-appartment.grey-theme .slider-top-navs .swiper-button-prev svg {
    color: #ffffff;
}

.slider-appartment.grey-theme .slider-top-navs .swiper-button-next,
.slider-appartment.grey-theme .slider-top-navs .swiper-button-prev {
    background: rgba(48, 53, 56, 1);
}

.slider-appartment.grey-theme .slider-top-navs .swiper-button-next.swiper-button-disabled svg,
.slider-appartment.grey-theme .slider-top-navs .swiper-button-prev.swiper-button-disabled svg {
    color: rgba(255, 255, 255, 0.5);
}

.slider-appartment.grey-theme .slider-overflow::after {
    background-color: rgba(48, 53, 56, 1);
}

.slider-appartment.grey-theme .slider-top-navs,
.slider-appartment.grey-theme .slider-top-navs::after {
    border-color: #fff;
}

.three-sixty-view {
    overflow: hidden;
    position: relative;
}

.three-sixty-view-inner {
    width: calc(50% + 660px);
    margin-left: auto;
    padding-left: 12px;
}

.three-sixty-view-inner img,
.three-sixty-view-inner iframe {
    width: 100%;
    height: 85vh;
}

.gx-64 {
    --bs-gutter-x: 4rem;
}

.two-video-block h2 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: rgba(48, 53, 56, 1);
    margin-bottom: 0;
    padding-right: 32px;
}

.film-video .hero_content_play {
    display: block;
    position: relative;
    text-decoration: none;
}

.film-video .hero_content_play:hover .video-thumb svg path {
    opacity: 1;
}

.film-video .hero_content_play:focus-visible {
    outline: none;
}

.film-video .hero_content_play:focus-visible .video-thumb {
    /* outline: 1px solid #E4B587; */
    outline-offset: 1px;
}

.film-video .video-thumb {
    display: block;
    position: relative;
    margin-bottom: 16px;
}

.film-video .video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.film-video .video-text {
    color: #ffffff;
    font-weight: 600;
    display: block;
}

.film-video .hero_content_play .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.waves-block {
    width: 130px;
    height: 130px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.waves-block .waves {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 35%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
    left: 0;
}

.waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

#youtubeModal .close-modal {
    margin-left: auto;
    background: transparent;
    border: 0;
    padding: 0;
}

.two-video-inner {
    padding: 32px 64px 32px 32px;
    position: relative;
}

.two-video-block.orange-theme .two-video-inner {
    background-color: #e95524;
}

.two-video-block.orange-theme .two-video-inner::after {
    content: "";
    position: absolute;
    background-color: #e95524;
    width: 2000rem;
    left: 100%;
    top: 0;
    bottom: 0;
}

.two-video-block .video-upload-button-wrapper a {
    color: rgba(48, 53, 56, 1);
}

.two-video-block.orange-theme h2 {
    color: #ffffff;
}

.two-video-block.orange-theme .video-upload-button-wrapper a {
    color: #ffffff;
}

.two-video-block.grey-theme .two-video-inner {
    background-color: rgba(48, 53, 56, 1);
}

.two-video-block.grey-theme .two-video-inner::after {
    content: "";
    position: absolute;
    background-color: rgba(48, 53, 56, 1);
    width: 2000rem;
    left: 100%;
    top: 0;
    bottom: 0;
}

.two-video-block.grey-theme h2 {
    color: #ffffff;
}

.two-video-block.grey-theme .video-upload-button-wrapper a {
    color: #ffffff;
}

.content-with-video {
    padding: 120px 0 90px;
    color: #303538;
}

.short-video-container .iframe-overlay-content {
    z-index: 3;
}

.short-video-container .iframe-overlay-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.short-video-container .iframe-overlay-content .overlay-content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #ffffff;
    padding: 1rem 2rem 1rem 1rem;
}

.short-video-container .iframe-overlay-content .overlay-content:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
}

.short-video-container .iframe-overlay-content .overlay-content p {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

@media (max-width: 575px) {
    .short-video-container iframe {
        will-change: transform;
        transform: translateZ(0);
    }
}

.short-video-container {
    background-color: #000000;
    /* border-radius: 4px; */
    overflow: hidden;
}

.short-video-container .play-btn {
    position: absolute;
    left: 0;
    top: 0;
    transform: none;
    z-index: 3;
    display: block;
    height: auto;
    padding: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.watch-the-ad-film-button .button-inner {
    background-color: rgba(48, 53, 56, 0.8);
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 11px 16px 9px 16px;
    line-height: 1;
}

.watch-the-ad-film-button .button-inner svg {
    margin-top: -2px;
}

.short-video-preloader {
    background-color: #000000;
    z-index: 9;
    display: none;
}

.short-video-preloader .video-loader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.short-video-preloader .loader-1 {
    width: 64px;
    height: 64px;
    border: 6px solid #fff;
    border-bottom-color: #ff3d00;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

/* keyFrames */
@-webkit-keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.tap-sound-badge {
    position: absolute;
    bottom: auto;
    right: 10px;
    top: 10px;
    left: auto;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 999;
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center;
}

.tap-sound-badge.visible {
    opacity: 1;
}

.tap-sound-badge.muted {
    background-image: url("../images/mute.svg");
}

.tap-sound-badge.unmuted {
    background-image: url("../images/unmute.svg");
}

.gx-32 {
    --bs-gutter-x: 2rem;
}

.max-width-70per {
    max-width: 70%;
}

.content-with-video blockquote {
    margin: 0 0 40px;
    /* color: rgba(48, 53, 56, 1); */
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.3px;
    border-bottom: 1px solid rgba(48, 53, 56, 1);
    padding-bottom: 72px;
}

.group-row-content {
    margin-top: 40px;
    position: relative;
}

.group-row-content h3 {
    margin-bottom: 4px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: rgba(48, 53, 56, 1);
}

.group-row-content p {
    color: rgba(48, 53, 56, 1);
}

.group-row-content.has-icon {
    padding-left: 75px;
}

.group-row-content.has-icon>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.content-with-video.grey-theme {
    background: rgba(48, 53, 56, 1);
    color: #fff;
}

.content-with-video.grey-theme .group-row-content h3 {
    color: #ffffff;
}

.content-with-video.grey-theme p {
    color: rgba(255, 255, 255, 1);
}

.content-with-video.grey-theme h2 {
    color: #fff;
}

.content-with-video.grey-theme .max-width-70per p {
    color: rgba(216, 216, 216, 1);
}

.content-with-video.grey-theme blockquote {
    border-bottom-color: #fff;
    color: rgba(245, 245, 245, 1);
}

.content-with-video.orange-theme {
    background: rgba(233, 85, 36, 1);
    color: #fff;
}

.content-with-video.orange-theme .group-row-content h3 {
    color: #ffffff;
}

.content-with-video.orange-theme p {
    color: rgba(255, 255, 255, 1);
}

.content-with-video.orange-theme h2 {
    color: #fff;
}

.content-with-video.orange-theme .max-width-70per p {
    color: #ffffff;
}

.content-with-video.orange-theme blockquote {
    border-bottom-color: #fff;
    color: rgba(245, 245, 245, 1);
}


.video-banner {
    position: relative;
    min-height: 660px;
    height: 100vh;
    overflow: hidden;
    background-color: #E95524;
}

.video-banner .video-media {
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

.video-banner .video-media iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
}

.video-banner .video-media .banner-layer {
    background-color: rgba(233, 85, 36, 0.5);
    position: absolute;
    inset: 0;
}

.video-banner.light-orange .video-media .banner-layer {
    background-color: rgba(246, 147, 66, 0.5);
}

.video-banner.grey-theme .video-media .banner-layer {
    background-color: rgb(48 53 56 / 50%);
}

.video-banner.light-grey .video-media .banner-layer {
    background-color: rgb(115 115 115 / 50%);
}

.video-banner .video-media .banner-layer:after {
    content: "";
    height: 50%;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000000); */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.video-banner .video-banner-content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 0 200px;
}

.video-banner h2 {
    font-size: 72px;
    font-weight: 600;
    margin-bottom: 0;
}

.apartment-table {
    overflow: hidden;
    /* background-color: #f8f9fa; */
    padding-bottom: 64px;
    position: relative;
}

.video-banner+.apartment-table {
    margin-top: -130px;
}

.apartment-table .table-max-width-1440 {
    overflow: hidden;
    /* overflow-x: auto; */
    margin-top: 32px;
    padding-bottom: 20px;
}

.apartment-table .table-max-width-1440::before {
    position: absolute;
    content: '';
    top: 32px;
    height: 1px;
    width: 50%;
    background: #ffffff;
    left: 50%;

}

.table-max-width-1440 table.table {
    width: 1400px;
    margin: 0 auto;
    border-top: 1px solid rgba(0, 0, 0, 1);
    position: relative;
}

.table-max-width-1440 table.table tbody {
    background-color: #f8f9fa;
}


.apartment-table table {
    border-collapse: separate;
    border-spacing: 0;
}

.apartment-table tbody td,
.apartment-table tbody th {
    vertical-align: middle;
    border-width: 0 0 1px 1px;
    border-color: #E5E5E5;
    padding: 48px 48px 48px 32px;
    width: 25%;
    font-size: 16px;
    letter-spacing: 0.3px;
}

.apartment-table tbody th {
    font-weight: 600;
    color: rgba(233, 85, 36, 1);
    width: 20%;
    border-left: 0;
    font-weight: 600;
    font-size: 24px;
    border-bottom: 0;
    position: relative;
}

.apartment-table thead th {
    /* background: rgba(246, 147, 66, 0.8);
    background: linear-gradient(0deg, rgba(246, 147, 66, 1) 0%, rgba(246, 147, 66, 0.8) 100%); */
    color: #fff;
    vertical-align: middle;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 20px 48px 20px 32px;
    line-height: 1.4;
    border: 0;
    height: 108px;
}

.apartment-table thead th:before {
    position: absolute;
    content: '';
    top: 0px;
    height: 16px;
    width: 1px;
    background: #000;
    left: 0;
}

.apartment-table tbody td.highlight-col-area {
    background: #ffffff;
}

.apartment-table thead th.highlight-col-area {
    background: #E95524;
}

.apartment-table thead {
    position: relative;
}

/* .apartment-table thead::before {
    content: '';
    position: absolute;
    width: 1000rem;
    height: 100%;
    background: rgba(246, 147, 66, 0.8);
    background: linear-gradient(0deg, rgba(246, 147, 66, 1) 0%, rgba(246, 147, 66, 0.8) 100%);
    right: 100%;
    top: 0;
}

.apartment-table thead::after {
    content: '';
    position: absolute;
    width: 1000rem;
    height: 100%;
    background: rgba(246, 147, 66, 0.8);
    background: linear-gradient(0deg, rgba(246, 147, 66, 1) 0%, rgba(246, 147, 66, 0.8) 100%);
    left: 100%;
    top: 0;
} */
.apartment-table::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 140px;
    background: rgba(246, 147, 66, 0.8);
    background: linear-gradient(0deg, rgba(246, 147, 66, 1) 0%, rgba(246, 147, 66, 0.8) 100%);
    left: 0;
    top: 0;
}

.apartment-table::after {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 140px);
    background-color: #f8f9fa;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.apartment-table tbody th:first-child::after {
    content: "";
    background-image: url(../images/plus-icon.svg);
    width: 32px;
    height: 32px;
    position: absolute;
    right: -16px;
    bottom: -16px;
}

.video-banner.grey-theme .video-media .banner-layer {
    background-color: rgb(0 0 0 / 40%);
}

.apartment-table.grey-theme::before {
    background: rgb(0 0 0 / 80%);
    background: linear-gradient(0deg, rgba(48, 53, 56, 1) 0%, rgb(48 53 56 / 80%) 100%);
}

.apartment-table.grey-theme .table-max-width-1440::before {
    background: #fff;
}

.table-max-width-1440 table.table {
    border-top: 1px solid #fff;
}

.apartment-table thead th:before {
    background: #ffffff;
}

.ratio-9x16 {
    padding-top: 177.78%;
    position: relative;
    overflow: hidden;
    /* border-radius: 4px; */
}

.shorts-video-slider {
    padding: 32px 0 64px;
}

.short-video-card .short-video-caption {
    padding-top: 8px;
    padding-right: 32px;
}

.short-video-card .short-video-caption .quote-icon {
    width: 20px;
    color: #E95524;
    padding-bottom: 8px;
}

.short-video-button-wrapper a {
    color: rgba(48, 53, 56, 1);
}

.shorts-video-slider.orange-theme .short-video-caption p,
.shorts-video-slider.orange-theme .short-video-caption .short-video-button-wrapper a,
.shorts-video-slider.grey-theme .short-video-caption p,
.shorts-video-slider.grey-theme .short-video-caption .short-video-button-wrapper a {
    color: #ffffff;
}

.full-width-video {
    margin: 48px 0;
}

.two-video-block.lifestyle-videos {
    margin-bottom: 48px;
}

.two-video-block.lifestyle-videos .two-video-inner {
    padding: 32px;
}

.two-video-block.lifestyle-videos .two-video-inner::after {
    display: none;
}


.pswp__dynamic-caption {
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transition: opacity 120ms linear !important;
    /* override default */
}

.pswp-caption-content {
    display: none;
}

.pswp__dynamic-caption a {
    color: #fff;
}

.pswp__dynamic-caption--faded {
    opacity: 0 !important;
}

.pswp__dynamic-caption--aside {
    width: auto;
    max-width: 300px;
    padding: 20px 15px 20px 20px;
    margin-top: 70px;
}

.pswp__dynamic-caption--below {
    width: auto;
    max-width: 700px;
    padding: 15px 0 0;
}

.pswp__dynamic-caption--on-hor-edge {
    padding-left: 15px;
    padding-right: 15px;
}

.pswp__dynamic-caption--mobile {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    right: 0;
    bottom: 0;
    top: auto !important;
    left: 0 !important;
}

.gallery-block {
    margin: 64px 0;
}

.gallery-block .ps-gallery {
    display: grid;
    grid-gap: 17px;
    /* grid-template-columns: repeat(3, 3fr); */
    grid-template-columns: repeat(4, 3fr);
    position: relative;
}

@media (min-width: 1200px) {
    .gallery-block .ps-gallery {
        grid-gap: 32px;
        grid-template-columns: repeat(4, 3fr);
    }
}

.gallery-block .ps-gallery a {
    display: block;
    overflow: hidden;
}

.gallery-block .ps-gallery a:hover .zoom-btn {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

@media (min-width: 768px) {
    .gallery-block .ps-gallery a:hover .zoom-btn .zoom-circle {
        width: 79px;
        height: 79px;
    }
}

.gallery-block .ps-gallery a:hover .zoom-btn .zoom-text {
    opacity: 1;
    left: 62px;
}

.gallery-block .ps-gallery a:hover:after {
    opacity: 1;
}

.gallery-block .ps-gallery a::after {
    content: "";
    background: #000000;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.08) 50%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.gallery-block .ps-gallery .ps-gallery-item {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

.gallery-block .ps-gallery .ps-gallery-item:nth-child(1) {
    grid-row: 1/4;
    grid-column: 3/5;
}

.gallery-block .ps-gallery .ps-gallery-item:nth-child(n+14) {
    display: none;
}

@media (max-width: 1199px) {
    .gallery-block .ps-gallery .ps-gallery-item:nth-child(n+10) {
        display: none;
    }
}

@media (max-width: 991px) {
    .gallery-block .ps-gallery .ps-gallery-item:nth-child(n+5) {
        display: none;
    }

    .gallery-block .ps-gallery {
        grid-gap: 25px;
        grid-template-columns: repeat(2, 2fr);
    }

    .gallery-block .ps-gallery .ps-gallery-item:nth-child(1) {
        grid-row: 1 / 4;
        grid-column: 2 / 12;
    }
}

.gallery-block .ps-gallery .ps-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    max-width: 100%;
}

.zoom-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%) scale(0.4);
    opacity: 0;
}

@media (min-width: 768px) {
    .zoom-btn:hover .zoom-circle {
        width: 79px;
        height: 79px;
    }
}

.zoom-btn .zoom-circle {
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}

.zoom-btn .zoom-circle svg {
    color: #E95524;
}

.zoom-btn .zoom-text {
    background-color: #E95524;
    font-weight: 600;
    color: #ffffff;
    padding: 8px 11px 10px 26px;
    line-height: normal;
    z-index: -1;
    position: absolute;
    left: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 767px) {
    .zoom-btn .zoom-text {
        display: none;
    }

    .gallery-block {
        margin: 32px 0;
    }

    .gallery-block .ps-gallery .ps-gallery-item:nth-child(1) {
        /* grid-row: 1 / 4;
        grid-column: 1 / 3; */
        grid-row: 1 / 4;
        grid-column: 1 / 3;
    }

    .gallery-block .ps-gallery .ps-gallery-item:nth-child(n+4) {
        display: none;
    }

    .gallery-block .ps-gallery {
        grid-gap: 16px;
        grid-template-rows: repeat(4, 1fr);
    }
}

.gallery-bottom-content {
    margin-top: 64px;
}

.gallery-bottom-content .line-style {
    margin: 0 -32px;
}

.gallery-bottom-content .line-style:after {
    top: -16px;
    right: 0;
    height: 32px;
    border-color: rgba(48, 53, 56, 1);
}

.right-top-border-32 {
    position: relative;
}

.right-top-border-32::after {
    position: absolute;
    content: '';
    width: 1px;
    background: rgba(48, 53, 56, 1);
    height: 32px;
    right: 0;
    top: -16px;
}

.gallery-bottom-content .group-row-content h3 {
    margin-bottom: 12px;
    font-size: 28px;
}

.gallery-block.full-with-gallery .ps-gallery .ps-gallery-item:nth-child(1) {
    grid-row: 1 / 3;
    grid-column: 1 / 5;
    margin-bottom: 32px;
}

.gallery-block.full-with-gallery .ps-gallery .ps-gallery-item:nth-child(n+6) {
    display: none;
}

.gallery-block.full-with-gallery .ps-gallery .ps-gallery-item:nth-child(1)::after {
    content: '';
    border-bottom: 1px solid rgba(48, 53, 56, 1);
    position: absolute;
    left: 0;
    bottom: -32px;
    right: 0;
}

.gallery-block.full-with-gallery .ps-gallery .ps-gallery-item:nth-child(1) .gallery-plus-icon {
    content: '';
    background: url(../images/plus-icon-colored.png) no-repeat center center;
    display: inline-block;
    background-size: contain;
    position: absolute;
    inset: auto;
    bottom: -48px;
    width: 50px;
    height: 32px;
    z-index: 1;
    right: calc(25% - 32px);
    background-color: #fff;
    padding: 10px;
}

.mini-video-block {
    margin: 48px 0;
}

.mini-video-wrapper {
    padding: 32px 110px;
}

.mini-video-wrapper .row {
    --bs-gutter-x: 5rem;
    align-items: center;
}

.share-wrapper svg {
    margin-right: 7px;
}

.share-wrapper .hidden {
    display: none;
}

.share-wrapper button,
.share-wrapper .button {
    background-color: rgba(48, 53, 56, 1);
    color: rgba(245, 245, 245, 1);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border-radius: 0;
    padding: 13px 26px;
    border-top: 1px dashed rgba(216, 216, 216, 1);
}

.share-wrapper button:hover,
.share-wrapper .button:hover {
    border-color: #cdd;
}

.share-wrapper .share-button,
.share-wrapper .copy-link {
    padding-left: 30px;
    padding-right: 30px;
}

.share-wrapper .share-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.share-wrapper .share-dialog {
    display: none;
    width: 95%;
    max-width: 500px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
    z-index: -1;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 4px;
    background-color: #fff;
}

.share-wrapper .share-dialog.is-open {
    display: block;
    z-index: 2;
}

.share-wrapper .targets {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
}

.share-wrapper .close-button-pop {
    background-color: transparent;
    border: none;
    padding: 0;
}

.share-wrapper .close-button-pop svg {
    margin-right: 0;
}

.share-wrapper .link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    background-color: #eee;
}

.share-wrapper .pen-url {
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mini-video-wrapper .film-video .video-thumb {
    margin-bottom: 0;
}

.mini-video-wrapper .film-video .hero_content_play {
    padding: 8px;
    background-color: rgba(48, 53, 56, 1);

}

.share-wrapper {
    padding: 0;
    text-align: right;
}

.mini-video-wrapper .share-icon {
    margin-bottom: 24px;
}

.mini-video-wrapper .section-head {
    margin-bottom: 0;
}

.mini-video-block.grey-theme .mini-video-wrapper {
    background-color: rgba(229, 229, 229, 1);
}

.mini-video-block.orange-theme .mini-video-wrapper {
    background-color: #E95524;
}

.mini-video-block.orange-theme .mini-video-wrapper .share-icon svg {
    color: #ffffff;
}

.mini-video-block.orange-theme .section-head h2 {
    color: #ffffff;
}

.mini-video-block.orange-theme .mini-video-wrapper .film-video .hero_content_play {
    background-color: #fff;
}

.mini-video-block.orange-theme .share-wrapper button,
.mini-video-block.orange-theme .share-wrapper .button {
    background-color: #fff;
    color: #E95524;
    border-color: #E95524;
}

.otp-block {
    margin: 48px 0;
}

.otp-inner-wrapper {
    padding: 32px;
}

.otp-left-content h2 {
    color: rgba(233, 85, 36, 1);
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.otp-left-content h2 small {
    display: block;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.25px;
    color: rgba(48, 53, 56, 1);
    margin-bottom: 16px;
}

.otp-center-image {
    padding: 20px 20px 20px 0;
    text-align: center;
}

.otp-block .get-form .form-group .form-control::placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
}

.otp-block .phonewidcode .intl-tel-input.separate-dial-code .selected-dial-code {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
}

.mobiles-image-right {
    position: relative;
}

.otp-block .form-group .submit-btn {
    padding: 10px 25px;
}

.otp-block.grey-theme .otp-inner-wrapper {
    background-color: rgba(48, 53, 56, 1);
}

.otp-block.orange-theme .otp-inner-wrapper {
    background-color: rgba(233, 85, 36, 1);
}

.otp-block.grey-theme .otp-left-content h2 small {
    color: rgba(252, 211, 77, 1);
}

/* .otp-block.orange-theme .otp-left-content h2 small{
    color: rgba(48, 53, 56, 1);
} */
.otp-block.grey-theme .otp-left-content h2,
.otp-block.orange-theme .otp-left-content h2 {
    color: #ffffff;
}

.otp-block.grey-theme .get-form .form-group .form-control,
.otp-block.orange-theme .get-form .form-group .form-control {
    border: solid 1px #ffffff;
    background: transparent;
    color: #ffffff;
}

.otp-block.grey-theme .phonewidcode .intl-tel-input.separate-dial-code .selected-dial-code,
.otp-block.orange-theme .phonewidcode .intl-tel-input.separate-dial-code .selected-dial-code {
    color: rgba(255, 255, 255, 0.7);
}

.otp-block.grey-theme .get-form .form-group .form-control::placeholder,
.otp-block.orange-theme .get-form .form-group .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.otp-block.grey-theme .form-group .submit-btn,
.otp-block.orange-theme .form-group .submit-btn {
    background-color: rgba(255, 255, 255, 1);
    border: solid 1px #ffffff;
    color: rgba(48, 53, 56, 1);
}

.otp-block.grey-theme .form-group .submit-btn:before,
.otp-block.orange-theme .form-group .submit-btn:before {
    color: rgba(48, 53, 56, 1);
}

.news-slider-section {
    margin: 64px 0;
}

.news-card {
    border-top: 32px solid #ffffff;
    position: relative;
}

.news-card::before {
    position: absolute;
    content: '';
    width: 100%;
    background: rgba(48, 53, 56, 1);
    height: 1px;
    left: 0;
    top: -32px;
}

.news-card .news-thumb {
    background-color: rgba(229, 229, 229, 1);
    height: 420px;
    margin-bottom: 24px;
}

.news-card .news-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.news-card .news-caption h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: rgba(233, 85, 36, 1);
    margin-bottom: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 116px;
}

.read-more-btn {
    color: rgba(48, 53, 56, 1);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.read-more-btn:hover {
    color: rgba(233, 85, 36, 1);
}

.news-card:hover .news-caption h3 {
    color: rgba(48, 53, 56, 1);
}

.read-more-btn:after {
    content: "";
    inset: 0;
    position: absolute;
}

.hero-section.new-feature-added {
    padding-bottom: 0;
}

.hero-section.new-feature-added .hero-content {
    padding-left: 0;
}

.featured-project {
    padding: 48px 0;
    position: relative;
    margin: 0;
}

.featured-project.grey-theme::before,
.featured-project.orange-theme::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 550px;
    background-color: #f5f5f5;
}

.project-bg {
    position: relative;
    z-index: 1;
    padding: 148px 32px 64px 32px;
}

.featured-text {
    width: 117px;
    position: absolute;
    top: -45px;
}

.featured-text .top-box {
    height: 45px;
    border: 1px solid rgba(165, 165, 165, 1);
    border-width: 1px 1px 0px 1px;
    position: relative;
}

.featured-text .top-box::before {
    content: '';
    height: 41px;
    border: 1px solid rgba(216, 216, 216, 1);
    border-width: 1px 1px 0px 1px;
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
}

.featured-text .bottom-box {
    height: 85px;
    border: 1px solid rgba(165, 165, 165, 1);
    border-width: 0 1px 1px 1px;
    padding: 15px 20px;
}

.featured-text .bottom-box span {
    display: block;
    padding-top: 10px;
    border-top: 1px solid rgba(48, 53, 56, 1);
    color: rgba(48, 53, 56, 1);
}

.project-right-content h2 {
    color: rgba(48, 53, 56, 1);
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 60px;
    line-height: 1.1;
}

.pj-gallery {
    display: grid;
    position: relative;
    grid-gap: 32px;
    grid-template-columns: repeat(3, 3fr);
    grid-template-rows: repeat(8, 58px);
}

.pj-gallery-item {
    margin: 0;
}

.pj-gallery .pj-gallery-item:first-child {
    grid-row: 1 / 9;
    grid-column: 1 / 3;
}

.pj-gallery .pj-gallery-item:nth-child(2) {
    grid-row: 1 / 3;
    grid-column: 3 / 3;
}

.pj-gallery .pj-gallery-item:nth-child(3) {
    grid-row: 3 / 5;
    grid-column: 3 / 3;
}

.pj-gallery .pj-gallery-item:last-child {
    grid-row: 5 / 9;
    grid-column: 3 / 3;
}

.pj-gallery-item img {
    object-fit: cover;
}

.featured-project .project-heading,
.featured-project .project-text p {
    color: rgba(48, 53, 56, 1);
}

.featured-project .project-text .top-line:after {
    display: none;
}

.small-text p {
    font-size: 20px;
    font-weight: 600;
}

.small-text p span {
    font-weight: 400;
    padding-right: 4px;
}

.featured-project .project-heading {
    margin-bottom: 24px;
}

.featured-project.orange-theme .btn.btn-green {
    background-color: #ffffff;
    color: rgba(233, 85, 36, 1);
}

.featured-project.orange-theme .btn.btn-green:hover {
    background-color: rgba(48, 53, 56, 1);
    color: #ffffff;
}

.featured-project.orange-theme .project-bg {
    background-color: #E95524;
}

.featured-project.orange-theme,
.featured-project.grey-theme {
    margin-bottom: 48px;
}

.featured-project.orange-theme .featured-text .bottom-box span,
.featured-project.orange-theme .project-right-content h2,
.featured-project.orange-theme .project-heading,
.featured-project.orange-theme .project-text p {
    color: rgba(255, 255, 255, 1);
}

.featured-project.grey-theme .btn.btn-green {
    background-color: #ffffff;
    color: rgba(233, 85, 36, 1);
}

.featured-project.grey-theme .btn.btn-green:hover {
    background-color: rgba(233, 85, 36, 1);
    color: #ffffff;
}

.featured-project.grey-theme .project-bg {
    background-color: rgba(48, 53, 56, 1);
}

.featured-project.grey-theme {
    margin-top: 0;
}

.featured-project.grey-theme .featured-text .bottom-box span,
.featured-project.grey-theme .project-right-content h2,
.featured-project.grey-theme .project-heading,
.featured-project.grey-theme .project-text p {
    color: rgba(255, 255, 255, 1);
}

.featured-project.grey-theme .featured-text .bottom-box,
.featured-project.orange-theme .featured-text .bottom-box {
    border-color: rgba(245, 245, 245, 1);
}

.featured-project.grey-theme .featured-text .bottom-box span,
.featured-project.orange-theme .featured-text .bottom-box span {
    border-color: rgba(245, 245, 245, 1);
}

.project-listing.new-features-added .line-style {
    border-bottom: solid 1px rgba(48, 53, 56, 0.2);
}

.project-listing.new-features-added .line-style:after,
.project-listing.new-features-added .top-line:after {
    background: rgba(48, 53, 56, 0.2);
}

.play-pause-btn {
    padding: 20px;
    display: flex;
    align-items: end;
    justify-content: end;
    box-sizing: border-box;
    border-radius: 0;
    background: transparent;
    color: #fff;
    z-index: 1;
    font-size: 24px;
    border: 0;
}

/* Blog CSS  */

.max-width-740 {
    max-width: 740px
}

.article-banner {
    padding: 70px 0 0
}

.article-head {
    padding: 70px 0 0
}

.article-head h1 {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: .6px;
    margin: 0 0 30px;
    font-weight: 600
}

.image-block figure {
    margin-bottom: 0
}

.image-block figcaption {
    color: rgba(165, 165, 165, 1);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .2px;
    margin-top: 12px
}

@media (min-width:1200px) {
    .article-head h1 {
        font-size: 48px
    }
}

@media (min-width:768px) {
    .article-head .head-max {
        display: flex;
        gap: 26px
    }
}

@media (min-width:992px) {
    .article-head .head-max {
        display: block;
        max-width: 300px;
        margin-bottom: -40px
    }

    .article-head {
        padding: 100px 0 0
    }
}

nav .breadcrumb {
    margin-bottom: 8px
}

nav .breadcrumb li {
    line-height: 1.5rem;
    color: rgba(48, 53, 56, 1);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .3px
}

nav .breadcrumb li a {
    color: rgba(48, 53, 56, 1);
    font-weight: 600;
    text-decoration: none
}

nav .breadcrumb li a:hover {
    opacity: 1
}

nav .breadcrumb li.active {
    color: rgba(233, 85, 36, 1)
}

nav .breadcrumb li.active a {
    opacity: .6
}

.article-date {
    line-height: 1.5rem;
    color: rgba(48, 53, 56, 1);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .2px
}

.image-block img {
    width: 100%;
    height: auto;
    display: block
}

.text-content {
    color: rgba(48, 53, 56, 1)
}

.text-content h2 {
    font-size: 28px;
    font-weight: 600;
    color: rgba(48, 53, 56, 1);
    margin-bottom: 1.125rem
}

.text-content h3 {
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 600;
    color: rgba(48, 53, 56, 1);
    margin-bottom: 6px
}

@media (min-width:768px) {
    .text-content h3 {
        font-size: 1.5rem;
        line-height: 2.5rem
    }
}

.text-content p {
    font-size: 1rem;
    line-height: 1.75rem
}

@media (min-width:768px) {
    .text-content p {
        font-size: 1.125rem
    }
}

.text-content ul {
    padding-left: 1.2rem;
    list-style-image: url(../images/bullet.svg);
    padding-top: 1rem;
    max-width: 633px
}

.text-content ul li {
    margin-bottom: 1rem;
    color: rgba(48, 53, 56, 1);
    padding-left: 1rem;
    font-size: 1rem;
    line-height: 1.75rem
}

@media (min-width:768px) {
    .text-content ul li {
        font-size: 1.125rem;
        margin-bottom: 1.75rem
    }
}

.text-content ol {
    padding-left: 1.2rem;
    padding-top: 1rem;
    max-width: 633px
}

.text-content ol li {
    margin-bottom: 1rem;
    color: rgba(48, 53, 56, 1);
    padding-left: 1rem;
    font-size: 1rem;
    line-height: 1.75rem
}

@media (min-width:768px) {
    .text-content ol li {
        font-size: 1.125rem;
        margin-bottom: 1.75rem
    }
}

.article-content-block .black-button {
    padding: 13px 20px;
    margin-right: 20px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .2px;
    border: 1px solid rgba(0, 0, 0, 1);
    background-color: rgba(0, 0, 0, 1);
    margin-bottom: 10px
}

.text-content b {
    font-weight: 600
}

.article-blockquote {
    margin: 3rem 0;
}

.article-blockquote .blockquote {
    padding: 30px 0;
    position: relative;
    max-width: 400px
}

.article-blockquote .blockquote::before {
    content: '"';
    display: block;
    color: rgba(233, 85, 36, 1);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .3px;
    line-height: 1
}

.article-blockquote .blockquote::after {
    content: '"';
    position: static;
    background-repeat: no-repeat;
    color: rgba(233, 85, 36, 1);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .3px;
    margin-top: 5px;
    display: block
}

.article-blockquote .blockquote p {
    color: rgba(233, 85, 36, 1);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .3px
}

.article-gallery {
    background-color: rgba(48, 53, 56, 1)
}

.article-gallery .gallery-block {
    background-color: transparent
}

@media (max-width:767px) {
    .article-blockquote .blockquote {
        padding: 0
    }
}

.pdf-viewer-block {
    padding: 20px 0 80px
}

@media (max-width:767px) {
    .pdf-viewer-block .container {
        padding-left: 16px;
        padding-right: 16px
    }
}

.pdf-viewer-block .pdf-thumbs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem
}

.pdf-viewer-block .pdf-thumbs a {
    display: block;
    position: relative
}

.pdf-viewer-block .pdf-thumbs a img {
    height: 200px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}

.pdf-viewer-modal .modal-content {
    background: rgba(0, 0, 0, .5)
}

.pdf-viewer-modal .modal-content .btn-close {
    opacity: 1;
    position: absolute;
    right: 25px;
    top: 50px;
    z-index: 9999;
    border: 2px solid;
    box-shadow: 0 0 5px #fff;
    background-color: #fff
}

.wpadminbar .pdf-viewer-modal .btn-close {
    top: 60px;
}

.pdf-viewer-modal .modal-content {
    background: rgba(0, 0, 0, 0.5);
}

.blog-listing {
    padding: 60px 0;
}

@media (min-width: 768px) {
    .blog-listing {
        padding: 80px 0;
    }
}

.blog-listing .blog-list-header {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .blog-listing .blog-list-header {
        margin-bottom: 54px;
    }
}

.blog-list-header h1 {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: .6px;
    margin: 0 0 30px;
    font-weight: 600;
}

.blog-listing .blog-list-header h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    color: #9F7356;
}

@media (min-width: 768px) {
    .blog-listing .blog-list-header h2 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media (min-width: 1200px) {
    .blog-listing .blog-list-header h2 {
        font-size: 3.5rem;
        line-height: 4rem;
    }
}

.blog-listing .blog-list-header p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    max-width: 550px;
    color: #9F7356;
    font-weight: 500;
}

.blog-listing .blog-grid-row {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 3.5rem;
    grid-auto-rows: max-content;
    column-gap: 2rem;

}

@media (min-width: 480px) {
    .blog-listing .blog-grid-row {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 768px) {
    .blog-listing .blog-grid-row {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width: 1200px) {
    .blog-listing .blog-grid-row {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

.blog-listing .blog-grid-row .left-man-image {
    grid-row-start: 1;
    grid-row-end: 3;
    text-align: center;
}

@media (max-width: 1199px) {
    .blog-listing .blog-grid-row .left-man-image {
        display: none;
    }
}

.blog-listing .blog-grid-row .left-man-image img {
    margin-bottom: -40px;
}

.blog-list-header .categories-links {
    /* border-bottom: 1px solid rgba(48, 53, 56, 1); */
    overflow-x: auto;
    overflow-y: hidden;
}

.blog-list-header .categories-links ul {
    display: flex;
    gap: 1.5rem;
    margin: 0;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .blog-list-header .categories-links ul {
        gap: 2rem;
    }
}

.blog-list-header .categories-links ul li a {
    color: rgba(48, 53, 56, 1);
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: 600;
    text-decoration: none;
    padding: 11px 0;
    display: block;
    position: relative;
}

@media (min-width: 768px) {
    .blog-list-header .categories-links ul li a {
        font-size: 1.125rem;
    }
}

.blog-list-header .categories-links ul li a:hover {
    color: rgba(48, 53, 56, 1);
}

.blog-list-header .categories-links ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 5px;
    background-color: rgba(48, 53, 56, 1);
}

.blog-list-header .categories-links ul li.active a {
    color: #E95524;
}

.blog-list-header .categories-links ul li.active a:after {
    width: 100%;
    background-color: #E95524;
}

.blog-listing .news-card {
    border-top: 0;
}

.blog-listing .news-card::before {
    /* display: none; */
    top: -24px;
}

.blog-listing .news-card .news-thumb {
    height: 350px;
}

.blog-gallery-item a {
    display: block;
    height: 230px;
}

.blog-gallery-item a img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog-gallery-item {
    margin: 0 0 32px;
}

.blog-gallery {
    margin-bottom: 32px;
}

.blog-gallery.row {
    --bs-gutter-x: 2rem;
}

.short-video-card .share-wrapper,
.film-video .share-wrapper {
    text-align: left;
}

.short-video-card .share-wrapper .share-button,
.short-video-card .share-wrapper .copy-link,
.film-video .share-wrapper .share-button,
.film-video .share-wrapper .copy-link {
    padding-left: 0;
}

.ratio-4x5 {
    --bs-aspect-ratio: calc(5 / 4 * 100%);
}

#youtubeModal.ratio-9x16-width .modal-xl {
    max-width: 340px;
    margin: 0px auto;
}
/* #youtubeModal.ratio-9x16-width .ratio-9x16 {
    padding-top: 200%;
} */

#youtubeModal.ratio-4x5-width .modal-xl {
    max-width: 600px;
    margin: 0px auto;
}






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

    .otp-center-image {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .otp-inner-wrapper>.row {
        align-items: start !important;
    }

}

@media (max-width: 1440px) {
    .apartment-table .table-max-width-1440 {
        overflow-x: auto;
        padding-bottom: 20px;
    }

    .apartment-table thead::before,
    .apartment-table thead::after {
        display: none;
    }

    .table-max-width-1440 table.table {
        width: 1208px;
    }

    .apartment-table tbody td {
        padding: 48px 20px;
        font-size: 16px;
    }

    .apartment-table tbody th {
        padding: 48px 20px;

    }

    .apartment-table thead th {
        font-size: 20px;
        padding: 20px 20px;
        height: 108px;
    }
}

@media (max-width: 1399px) {
    .three-sixty-view-inner {
        width: calc(50% + 570px);
    }

    .gx-64 {
        --bs-gutter-x: 2rem;
    }

    .mini-video-block .section-head h2 {
        font-size: 32px;
    }

    .mini-video-wrapper .row {
        --bs-gutter-x: 2rem;
        align-items: start;
    }
}

@media (max-width: 1299px) {
    .two-video-block h2 {
        text-align: right;
    }

    .two-video-inner {
        padding: 32px 0px 32px 32px;
    }

    .max-width-70per {
        max-width: 85%;
    }

    .table-max-width-1440 table.table {
        width: 100%;
    }

    .video-banner {
        min-height: 350px;
        height: 70vh;
    }

    .otp-left-content h2 {
        font-size: 28px;
    }

    .otp-center-image {
        padding-right: 0;
    }

}

@media (max-width: 1199px) {
    .three-sixty-view-inner {
        width: calc(50% + 480px);
    }

    .apartment-table thead th {
        font-size: 16px;
    }

    .project-right-content h2 {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 32px;
    }

    .pj-gallery {
        grid-gap: 24px;
        grid-template-rows: repeat(8, 50px);
    }
}


@media (max-width: 1080px) {

    .two-video-block .container,
    .floor-plan-details .container,
    .slider-appartment .container,
    .content-with-video .container,
    .shorts-video-slider .container,
    .full-width-video .container,
    .gallery-block .container,
    .mini-video-block .container,
    .otp-block .container,
    .news-slider-section .container,
    .featured-project .container,
    .project-listing.new-features-added .container,
    .blog-listing .container {
        max-width: 100%;
    }

    .floor-plan-details {
        padding: 45px 0 60px;
    }

    .video-banner .video-banner-content {
        padding: 0 0 160px;
    }

    .video-banner h2 {
        font-size: 48px;
    }

    .three-sixty-view-inner img,
    .three-sixty-view-inner iframe {
        height: 70vh;
    }

    .gallery-bottom-content .line-style {
        margin: 0;
    }

    .news-card .news-thumb {
        height: 340px;
    }

    .featured-project {
        padding-bottom: 0;
    }
}

@media (max-width: 991px) {

    .mini-video-wrapper {
        padding: 32px 32px;
    }

    .floor-plan-details .section-head h2.text-orange,
    .slider-appartment .section-head h2 {
        font-size: 32px;
    }

    .three-sixty-view-inner {
        width: calc(50% + 360px);
    }

    .content-with-video blockquote {
        border-bottom: 0;
        margin: 0;
        padding-bottom: 0;
        font-size: 20px;
    }

    .content-with-video {
        padding: 32px 0 30px;
    }

    .content-with-video .section-head h2 {
        font-size: 32px;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .max-width-70per {
        max-width: 100%;
    }

    .table-max-width-1440 table.table {
        width: 1000px;
    }

    .apartment-table tbody th {
        font-size: 20px;
    }

    .right-top-border-32::after {
        left: 0;
        right: auto;
    }

    .border-remove-for-mobile::after {
        display: none;
    }

    .right-top-border-32-for-mobile {
        position: relative;
    }

    .right-top-border-32-for-mobile::after {
        position: absolute;
        content: '';
        width: 1px;
        background: rgba(48, 53, 56, 1);
        height: 32px;
        top: -16px;
        left: 6px;
        right: auto;
    }

    .gallery-block.full-with-gallery .ps-gallery {
        grid-template-columns: repeat(3, 2fr);
    }

    .gallery-block.full-with-gallery .ps-gallery .ps-gallery-item:nth-child(1) {
        grid-column: 1 / 4;
        margin-bottom: 36px;
    }

    .gallery-block.full-with-gallery .ps-gallery .ps-gallery-item:nth-child(1) .gallery-plus-icon {
        right: calc(33.33% - 30px);
    }

    .mini-video-wrapper .share-icon svg {
        width: 70px;
        height: 70px;
    }

    .mini-video-block .section-head h2 {
        font-size: 28px;
    }

    .news-card .news-caption h3 {
        font-size: 20px;
        height: 96px;
    }
    #youtubeModal .modal-dialog {
        max-width: 95%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {

    .right-top-border-32::after {
        left: 50%;
        right: auto;
    }

    .gallery-bottom-content {
        margin-top: 40px;
    }

    .gallery-block h2 {
        font-size: 2rem;
    }

    .right-top-border-32-for-mobile::after {
        left: 50%;
    }

    .news-card .news-thumb {
        height: 260px;
    }

    .pdf-viewer-block .pdf-thumbs {
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }
}

@media (max-width: 767px) {

    .floor-plan-details .section-head h2.text-orange,
    .slider-appartment .section-head h2 {
        font-size: 24px;
    }

    .slider-top-navs {
        margin: 0 30px;
    }

    .three-sixty-view-inner {
        width: 100%;
    }

    .two-video-block h2 {
        text-align: left;
        padding-bottom: 16px;
    }

    .apartment-table {
        padding-bottom: 40px;
    }

    .apartment-table tbody td {
        font-size: 14px;
    }

    .shorts-video-slider .section-head h2 {
        font-size: 32px;
    }

    .full-width-video {
        padding: 30px 0;
    }

    .gallery-block.full-with-gallery .ps-gallery {
        grid-template-columns: repeat(2, 2fr);
    }

    .gallery-block.full-with-gallery .ps-gallery .ps-gallery-item:nth-child(1) {
        grid-column: 1 / 3;
        margin-bottom: 46px;
        grid-row: 1 / 5;
    }

    .mini-video-block .container {
        padding: 0;
    }

    .mini-video-block .section-head h2 {
        margin-bottom: 26px;
    }

    .mini-video-wrapper {
        padding: 32px 32px 45px 32px;
    }

    .otp-block .container {
        padding: 0;
    }

    .otp-inner-wrapper {
        padding: 32px 12px;
    }

    .otp-block {
        margin: 32px 0;
    }

    nav .breadcrumb li {
        font-size: 20px;
    }

    .image-block figcaption {
        font-size: 12px;
    }
    #youtubeModal.ratio-4x5-width .modal-xl {
        max-width: 95%;
    }

}

@media (max-width: 575px) {

    .three-sixty-view-inner {
        padding-left: 0;
        width: 100%;
    }

    .two-video-block .container,
    .featured-project .container {
        padding: 0;
    }

    .two-video-inner {
        padding: 20px;
    }

    .two-video-block h2 {
        font-size: 24px;
    }

    .waves-block {
        width: 110px;
        height: 110px;
    }

    .video-banner .video-banner-content {
        padding: 0 0 150px;
    }

    .video-banner h2 {
        font-size: 32px;
    }

    .mobiles-image-right {
        order: -1;
    }

    .otp-center-image {
        text-align: left;
    }

    .pj-gallery {
        grid-gap: 24px;
        grid-template-rows: repeat(10, 60px);
        grid-template-columns: repeat(5, 3fr);
    }

    .pj-gallery .pj-gallery-item:first-child {
        grid-row: 1 / 6;
        grid-column: 1 / 6;
    }

    .pj-gallery .pj-gallery-item:nth-child(2) {
        grid-row: 6 / 8;
        grid-column: 1 / 4;
    }

    .pj-gallery .pj-gallery-item:nth-child(3) {
        grid-row: 6 / 8;
        grid-column: 4 / 6;
    }

    .pj-gallery .pj-gallery-item:last-child {
        grid-row: 8 / 11;
        grid-column: 1 / 6;
    }

    .project-right-content h2 {
        margin-bottom: 24px;
    }

    .project-bg {
        padding: 128px 24px 48px 24px;
    }

    .featured-project {
        margin: 32px 0;
    }
}

@media (min-width: 768px) {
    .gallery-block.big-image-first .ps-gallery {
        grid-gap: 25px;
        grid-template-columns: repeat(3, 1fr);
    }

    .gallery-block.big-image-first .ps-gallery .ps-gallery-item:nth-child(1) {
        grid-row: 1 / 4;
        grid-column: 1 / 3;
    }

    .floor-plan-color-bg .tab-content {
        height: 850px;
        position: relative;
    }

    .floor-plan-info .tab-content>.tab-pane {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .floor-plan-info .tab-content>.active {
        display: block;
        opacity: 1;
    }

    .floor-plan-info .fade {
        transition: opacity .3s linear;
    }

    .floor-plan-image {
        height: 800px;
    }
}

@media (min-width: 992px) {
    .gallery-block.big-image-first .ps-gallery {
        grid-gap: 32px;
        grid-template-columns: repeat(4, 3fr);
    }

    .gallery-block.big-image-first .ps-gallery .ps-gallery-item:nth-child(1) {
        grid-column: 1 / 3;
    }

    .play-pause-btn {
        display: none;
    }
}

@media (min-width: 1440px) {
    .image-or-video-card.minus-from-left .video-wrap img {
        width: calc(100% + 60px);
        left: auto;
        right: 0;
        max-width: calc(100% + 60px);
    }
}