:root {
    --text-white: #fff;
    --text-black: #000;
    --body-font: "Poppins", sans-serif;
    --heading-font: "Staatliches", sans-serif;
    --abel-font: "Abel", sans-serif;
}

.text-white {
    color: var(--text-white)!important;
}

.text-black {
    color: var(--text-black);
}

body {
    font-family: var(--body-font);
    color: var(--text-black);
}

.heading-font {
    font-family: var(--heading-font);
}

.abel-font {
    font-family: var(--abel-font);
}

.lh-1-1 {
    line-height: 1.1;
}

.fw-lightee {
    font-weight: 200;
}

img,
video {
    max-width: 100%;
}

ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

a {
    text-decoration: none;
}

.section-full-height {
    height: 100vh;
}

@supports (-webkit-touch-callout: none) {
    .section-full-height {
        height: 100dvh;
    }
    .strength-block {
        height: 120dvh;
    }
}

.py-6 {
    padding-top: 6em;
    padding-bottom: 6em;
}

.pt-6 {
    padding-top: 6em;
}

.pb-6 {
    padding-bottom: 6em;
}

p {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
}

.social-lists {
    display: inline-block;
    vertical-align: bottom;
}

.social-lists li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: bottom;
}

.ab-block {
    position: relative;
    z-index: 99;
}

h1 {
    line-height: .9!important;
}

h2 {
    line-height: .9!important;
    margin-bottom: 15px;
}

h4 {
    line-height: 1!important;
}

h3 {
    line-height: 1!important;
}

.view-details {
    font-size: 16px;
}

.view-details img {
    width: 14px;
    position: relative;
    top: -1px;
}

.post_views {
    background: #E8E8E8 !important;
    padding: 0.4em;
    font-size: 13px;
    color: #000000;
    margin-left: 0.5rem;
}


/* Blog Page Styles */

.blog-title h2 {
    font-weight: 600;
}

.blog-detail-page .blog-content p {
    font-size: 18px;
    font-weight: 300;
}

.blog-detail-page .blog-content ul li {
    font-size: 18px;
    font-weight: 300;
    list-style: disc !important;
    margin-left: 45px;
    line-height: 1.3;
}

.blog-detail-page .blog-content ul li ol li {
    font-size: 18px;
    font-weight: 300;
    list-style: decimal !important;
    margin-left: 25px;
}

.blog-detail-page .blog-content ol li {
    font-size: 18px;
    font-weight: 300;
    list-style: decimal !important;
    /* margin-left: 45px; */
}

.blog-detail-page .blog-content ol li ul li {
    font-size: 18px;
    font-weight: 300;
    list-style: circle !important;
    margin-left: 25px;
    margin-top: 10px;
}

.blog-detail-page .blog-content ul {
    margin-bottom: 1rem;
}

.blog-detail-page .blog-content ul li ul li {
    font-size: 18px;
    font-weight: 300;
    list-style: circle !important;
    margin-left: 25px;
    margin-top: 10px;
}

.blog-detail-page .blog-content a {
    color: #000;
    font-weight: 400;
    font-size: 18px;
}


/* Header Block Starts */

.header-block .menu-icon img {
    width: 30px;
    margin-left: 2em;
}

.header-block {
    position: fixed;
    z-index: 999999999;
    width: 100%;
    top: 0;
    left: 0;
}

.header-block.sticky {
    background-color: var(--text-white);
}

.header-block.sticky img {
    filter: invert(1);
}

.menu-icon {
    cursor: pointer;
}

.header-block.menu-open {
    background-color: var(--text-white);
}

.header-block.menu-open img {
    filter: invert(1);
}

.menu-icon .close-menu {
    display: none;
}

.header-block.menu-open .menu-icon .close-menu {
    display: inline-block;
    filter: none;
    width: 25px;
}

.header-block.menu-open .menu-icon .open-menu {
    display: none;
}

.fortius-nav-collapse {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    background-color: var(--text-white);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 10;
    box-shadow: 0 93px 50px rgba(0, 0, 0, 0.1);
    padding: 2em 0;
    height: calc(100vh - 72px);
    display: flex;
    align-items: center;
}

.fortius-nav-collapse h6 {
    position: relative;
    text-align: left;
    padding-bottom: 5px;
    margin-bottom: 15px;
    display: inline-block;
}

.fortius-nav-collapse h6:after {
    position: absolute;
    content: "";
    width: 60%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #888888;
}

.fortius-nav-collapse .menu {
    margin-bottom: 2em;
    text-align: left;
}

.fortius-nav-collapse .menu li {
    margin: 15px 0;
}

.fortius-nav-collapse .menu li:last-child {
    margin-bottom: 0;
}

.fortius-nav-collapse .menu li a,
.fortius-nav-collapse .right-contents h5 {
    font-family: var(--heading-font);
    font-size: 26px;
    color: var(--text-black);
    line-height: 1;
}

.fortius-nav-collapse .menu li a .menu-item-description {
    color: #848484;
    font-family: var(--abel-font);
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;
}

.fortius-nav-collapse .right-contents p {
    font-size: 16px;
}

.fortius-nav-collapse .right-contents p a {
    color: var(--text-black);
}


/* Header Block Ends */


/* Hero Section Starts */

.hero-section .hero-video-wrapper {
    max-width: 100%;
    overflow: hidden;
}

.hero-section .hero-video-wrapper .hero-video-player {
    top: 0;
    z-index: 9;
    object-position: center;
    object-fit: cover;
}

.hero-section .hero-video-wrapper .video-banner-contents {
    z-index: 99;
    bottom: 10%;
    width: 100%;
}

.hero-section:after {
    position: absolute;
    content: "";
    background: url(../images/banner-overlay.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.scroll-to-btm {
    bottom: 1em;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    text-align: center;
}

.scroll-to-btm img {
    height: 45px;
    animation: bounceDown 2s ease-in-out infinite;
}

@keyframes bounceDown {
    0% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(14px);
    }
    100% {
        transform: translateY(0);
    }
}


/* Hero Section Ends */


/* Strength Block Starts */

.strength-block {
    background-image: url(../images/strength-new-bg.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 120vh;
}

.strength-block:after {
    position: absolute;
    content: "";
    background: url(../images/strength-overlay.png);
    width: 100%;
    height: 100%;
    bottom: 0;
    background-size: 100%;
    background-position: bottom;
    left: 0;
    z-index: 9;
    background-repeat: no-repeat;
}

.strength-block h2,
.strength-block h4 {
    position: relative;
    z-index: 99;
}


/* UTS Block Starts */

.uts-block {
    background: var(--text-black);
}

.uts-block .img-wrapper .img-contents {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.slick-arrow {
    position: absolute;
    cursor: pointer;
    z-index: 999999999;
    top: 40%;
    color: transparent;
    width: 25px;
    height: 25px;
    border: none;
    background-color: rgb(255 255 255 / 57%);
    border-radius: 5px;
}

.slick-arrow:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-size: 18px;
    top: 2px;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.slick-prev {
    left: 0;
}

.slick-prev:after {
    background-image: url(/wp-content/uploads/2025/10/slick-left.png);
}

.slick-next {
    right: 0;
}

.slick-next:after {
    background-image: url(/wp-content/uploads/2025/10/slick-right.png);
}


/* .image-slider{
    border-radius: 5px;
}
.gallery-slide-item{
    border-radius: 5px;
    overflow: hidden;
} */


/* .gallery-slide-item img{
    border-radius: 5px;
    overflow: hidden;
} */


/* Foundation Block Starts */

.foundations-block {
    background-image: url(../images/foundations-bg.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.foundations-block h5,
.foundations-block h2,
.foundations-block p {
    position: relative;
    z-index: 99;
}

.section-btm {
    bottom: 1em;
    left: 0;
    width: 100%;
}

.section-btm h5 {
    font-size: 18px !important;
}

.section-btm h6 {
    font-size: 16px !important;
}

.section-btm-block:after {
    position: absolute;
    content: "";
    background: url(../images/foundations-overlay.png);
    width: 100%;
    height: 100%;
    bottom: 0;
    background-size: 100%;
    background-position: bottom;
    left: 0;
    z-index: 9;
    background-repeat: no-repeat;
}

.section-btm {
    z-index: 99;
}


/* .section-btm .view-details img {
    top: -6px;
} */


/* Journey Block Starts */

.journey-block .gopi-img {
    border-radius: 10px;
}


/* Weather Block Starts */

.weather-block {
    background-image: url(../images/weather-bg.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.weather-block:after {
    position: absolute;
    content: "";
    background: url(../images/weather-overlay.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.weather-block h2,
.weather-block p,
.weather-block a {
    position: relative;
    z-index: 99;
}


/* Good Design Block Starts */

.good-design-block .inner-block {
    margin-bottom: 11em;
}

.good-design-block .inner-block .btm-content {
    left: 0;
    right: 0;
    bottom: -11em;
    width: 90%;
    margin: auto;
    z-index: 99;
}

.good-design-block .inner-block:after {
    position: absolute;
    content: "";
    background: url(../images/teams-overlay.png);
    width: 100%;
    height: 100%;
    bottom: 0;
    background-size: 100%;
    background-position: bottom;
    left: 0;
    z-index: 9;
    background-repeat: no-repeat;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.good-design-block .good-img .view-details {
    bottom: 1em;
    right: 1em;
    z-index: 999;
}


/* Build Block Starts */

.build-block {
    background-image: url(../images/built-bg.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.build-block .inner-block {
    padding: 5em 0 1em 5em;
    position: relative;
    z-index: 99;
}

.build-block:after {
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 50%);
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
}

.build-block .logo-lists {
    z-index: 99;
}

.build-block .logo-lists li {
    display: inline-block;
    margin: 0 5px;
}

.build-block .logo-lists li:last-child {
    margin-right: 0;
}

.build-block .logo-lists li img {
    height: 55px;
    width: auto;
}

.build-block .vd-block {
    position: relative;
    z-index: 99;
}


/* Footer Block Starts */

.footer-block {
    background: var(--text-black);
}

.footer-block p,
.footer-block address {
    font-weight: 100;
}

.footer-block p a {
    color: var(--text-white);
}

.img-wrapper .img-contents {
    padding: 5em 1em 1em;
    width: 100%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.img-wrapper .img-contents h5 {
    line-height: 1;
}

.img-wrapper .img-contents h5 {
    font-size: 18px!important;
}

.img-wrapper .img-contents h6 {
    font-size: 16px!important;
}

.testimonial-block .img-wrapper .img-contents {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


/* Projects Page Starts */

.projects-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.projects-banner::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    background-image: url(../images/project-top-bg.png), url(../images/project-btm-bg.png);
    background-position: top center, bottom center;
    background-repeat: no-repeat, no-repeat;
    background-size: 100%, 100%;
}

.projects-banner .top {
    position: relative;
    z-index: 9999;
}

.projects-banner .proj-logo {
    width: 200px;
    height: auto;
}

.postid-356 .projects-banner .proj-logo {
    width: 125px;
}

.postid-365 .projects-banner h2,
.postid-356 .projects-banner h2 {
    margin-bottom: 0;
}

.projects-configuration .icon-item .icon-img {
    height: 50px;
}

.projects-configuration .icon-item h6 {
    font-size: 18px;
}

.projects-configuration .icon-item h5 {
    font-size: 22px;
    line-height: 1;
}

.projects-configuration .icon-item h5 a {
    font-size: 22px;
    line-height: 1;
    color: #000;
}

.projects-amenities .icon-item .icon-img {
    height: 50px;
}

.icon-item h6 {
    font-size: 20px;
}

.gallery-slider .slick-dots {
    right: 5%;
    position: absolute;
    bottom: 1em;
    z-index: 999999;
}

.gallery-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.gallery-slider .slick-dots li button {
    padding: 0;
    width: 40px;
    height: 1px;
    border-radius: 50%;
    border: 0;
    background: rgb(255 255 255 / 50%);
    color: transparent;
    margin-top: 1em;
    opacity: .6;
}

.gallery-slider .slick-dots li button:focus-visible {
    outline: none;
}

.gallery-slider .slick-dots li.slick-active button {
    opacity: 1;
}


/* .gallery-inner-block:after {
    position: absolute;
    content: "";
    background: url(../images/gallery-overlay.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: bottom;
    left: 0;
    bottom: 0;
}

.gallery-inner-block.management-slide:after {
    display: none;
} */

.gallery-inner-block h5 {
    z-index: 99;
    bottom: 1em;
    left: 1em;
}

.gallery-inner-block .gallery-slider-item {
    position: relative;
}

.gallery-inner-block .gallery-slider-item:after {
    position: absolute;
    content: "";
    background: url(../images/gallery-overlay.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: bottom;
    left: 0;
    bottom: 0;
}


/* .management-description p {
    font-size: 18px;
} */

.project-highlights-block .accordion-item {
    border: 0;
}

.project-highlights-block .accordion-body {
    padding: 0;
}

.project-highlights-block .tab-inner:after {
    position: absolute;
    content: "";
    background: url(../images/gallery-overlay.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: bottom;
    left: 0;
    bottom: 0;
}

.project-highlights-block .nav-tabs {
    border-bottom: 0;
    align-items: center;
    justify-content: space-around;
    position: relative;
    width: 100%;
    left: 0;
    bottom: 5em;
    z-index: 999999999;
    margin-bottom: -5em;
}

.project-highlights-block .nav-tabs .nav-link {
    color: #fff;
    font-family: var(--heading-font);
    font-size: 22px;
    line-height: 1;
    padding: 0 0 15px;
    border: 0;
}

.project-highlights-block .nav-tabs .nav-item.show .nav-link,
.project-highlights-block .nav-tabs .nav-link.active {
    background-color: transparent;
    position: relative;
}

.project-highlights-block .nav-tabs .nav-link.active:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: -21px;
}

.project-highlights-block .nav-tabs .nav-link.active:before {
    position: absolute;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid #ffffff;
    left: 0;
    right: 0;
    margin: auto;
    width: 10px;
    bottom: -16px;
}


/* .postid-343 .projects-amenities.pt-6, 
.postid-346 .projects-amenities.pt-6{
    padding-top: 0!important;
    padding-bottom: 3em;
} */

.postid-346 .projects-amenities h2 {
    margin-bottom: 20px!important;
}


/* .projects-amenities p {
    font-size: 1em;
    font-weight: 400;
} */


/* Inner Pages */

.partner-item p {
    font-size: 18px;
}

.section-partner-details {
    background: #EEEEEE;
}

.inner-page-detail h2 {
    margin-bottom: 4px;
}

.topline {
    border-top: 1px solid #0000004D;
    padding-top: 6em;
}

.testimonial-block p strong {
    font-weight: 600;
}

.blogdate {
    background: black;
    display: inline-block;
    padding: 0.3em;
    font-size: 14px;
    font-weight: 600;
}

.latest-article-item {
    font-size: 17px;
}

.page-id-431 .latest-article-item h3 {
    min-height: 54px;
}

.latest-article-item h3 {
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: bold;
}

.latest-article-block h2 {
    font-family: 'Staatliches';
}

.latest-article-block .article-content p {
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.5em * 3);
}

.latest-article-block .article-content p img {
    width: 100%;
}

.testimonial-block p {
    font-size: 17px;
    font-family: 'Poppins';
}

.article-content a {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Staatliches';
}

.testimonial-author {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 300;
    color: #405C6D;
}

.testimonial-author-name {
    font-size: 20px;
}

.other-services h3 {
    font-family: "Staatliches", sans-serif;
    margin-bottom: 18px;
    line-height: 1;
}

.right-subhead {
    font-size: 18px;
    font-weight: 200;
}

.inner-page-detail .service-row:last-child {
    padding-bottom: 0!important;
}

.teams-item .view-details {
    cursor: pointer;
}

.team-modal {
    z-index: 999999999;
}

.team-modal .modal-body {
    padding: 4em 3em;
}


/* .team-modal .modal-content{
    padding-top: 2em;
} */

.team-modal .close-btn {
    position: absolute;
    right: 2em;
    top: 2em;
    z-index: 999;
    cursor: pointer;
}

.team-modal .dtails p {
    font-size: 15px;
}

.timeline-year-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.timeline-arrow {
    width: 90px;
    height: auto;
}

.timeline-item:last-child .timeline-arrow {
    display: none;
}

.timelineImg {
    margin-bottom: 1em;
}

.timelineImg img {
    width: auto;
    height: 70px;
}

.timeline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin-top: 18px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 30px;
}

.timeline-item {
    position: relative;
    flex: 1;
    min-width: 180px;
    z-index: 1;
}

.timeline-year {
    font-size: 1.5rem;
}

.timeline-item::before {
    content: unset;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    background-color: #000;
    border-radius: 50%;
    z-index: 3;
}

.timeline-content p {
    font-size: 0.95rem;
    color: #333;
    max-width: 180px;
    margin: 0 auto;
    line-height: 1.4;
}

.timeline::-webkit-scrollbar {
    height: 8px;
}

.timeline::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 5px;
}

.timeline::-webkit-scrollbar-track {
    background: #eee;
}


/* Contact Page */

.page-template-page-contact-us .header-block img {
    filter: invert(1);
}

.contact-page .social-lists li {
    filter: invert(1);
}

.contact-page address,
.contact-page a {
    color: #353535;
    margin-bottom: 0;
}

.contact-page h2 {
    font-size: 3.45rem;
    padding-right: 5px;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
    font-weight: 500;
}

.form-label {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    margin-bottom: 3px;
}

.form-control,
.form-select {
    background-color: #EBEBEB;
    border: 1px solid #EBEBEB;
    padding: 12px 15px;
    font-size: 14px;
    color: #000000;
}

.form-control:focus-visible,
.form-select:focus-visible {
    outline: none;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border: 1px solid #EBEBEB;
}

.form-control::placeholder,
.form-select::placeholder {
    color: #ccc;
}

.submit_btn {
    background-color: #1a1a1a;
    padding: 5px 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.submit_btn_wrapper input[type="submit"] {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 10px 45px 10px 20px;
    border-radius: 6px;
    font-family: 'Abel', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    cursor: pointer;
    font-size: 18px;
    background-image: url(/wp-content/themes/fortius/assets/images/next-white.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 20px;
    transition: all 0.3s ease;
}

.submit_btn_wrapper input[type="submit"]:hover {
    background-position: right 10px center;
    background-color: #111;
}

.intl-tel-input {
    width: 100%;
}

.garden-row {
    align-items: stretch;
    background: #E9E9E9;
}

.garden-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.garden-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.garden-text .text-item {
    flex: 1;
    padding: 35px 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.garden-text .text-item:last-child {
    border-bottom: none;
}

.garden-text p {
    margin: 0;
    line-height: 1.4;
}

.garden-text span {
    background: #000;
    color: #fff;
    padding: 0 2px 2px;
    display: inline-block;
    line-height: 1;
}

.new-garden-content li {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1em;
}

.new-garden-content li span {
    background: #000;
    color: #fff;
    padding: 0 2px 2px;
    display: inline-block;
}

.zone-block {
    background: #EEEEEE;
}

.zone-slider {
    padding-bottom: 1em;
}

.zone-slider .zone-slide {
    height: 100%!important;
}

.zone-slider .zone-slide .icon-item {
    padding: 0.6rem;
}

.zone-slider .slick-dots {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    position: absolute;
    bottom: 0;
    z-index: 999999;
}

.zone-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.zone-slider .slick-dots li button {
    padding: 0;
    width: 40px;
    height: 1px;
    border-radius: 50%;
    border: 0;
    background: #000;
    color: transparent;
    margin-top: 1em;
    opacity: .6;
}

.zone-slider .slick-dots li.slick-active button {
    opacity: 1;
}


/* Founder Page Starts */


/* Slider Block Starts */

.author-slider-block {
    background: #eeeeee;
}

.author-slider-block .quote-img {
    width: 100px;
}

.slider-inner {
    padding-left: 4em;
}

.author-slider {
    height: auto!important;
}

.author-slider .slick-slide {
    padding: 0;
}

.author-slider .slick-dots {
    margin-top: 1em;
}

.author-slider .slick-dots li {
    display: inline-block;
    padding: 0 35px 0 0;
    position: relative;
}

.author-slider .slick-dots li:after {
    position: absolute;
    content: "";
    background-color: #C9C9C9;
    width: 35px;
    height: 1px;
    right: 0;
    top: 4px;
}

.author-slider .slick-dots li:last-child:after {
    display: none;
}

.author-slider .slick-dots li button {
    padding: 0;
    width: 9px;
    height: 9px;
    border: 0;
    background: #C9C9C9;
    color: transparent;
}

.author-slider .slick-dots li.slick-active button {
    background: #000000;
}

.author-slider .slick-dots li.slick-active:after {
    background-color: #000000;
}

.author-slider-item {
    position: relative;
    overflow: hidden;
    margin: 0 12px;
}

.author-slider-item img {
    width: 250px;
}


/* Slider Block Ends */


/* Slider Section Starts */

.logo-slider-wrapper {
    position: relative;
    overflow: hidden;
}

.logo-slider-wrapper::before,
.logo-slider-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.logo-slider-wrapper::before {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.logo-slider-wrapper::after {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.slider-block .client-slide-items {
    margin: 2.5em 0 3.5em;
    overflow: hidden;
}

.slider-block .client-slide-items .client-slide-item {
    padding: 0 5px;
    height: auto!important;
}

.slider-block .client-slide-items .client-slide-item img {
    height: 50px;
    width: auto;
    margin: auto;
}


/* Slider Section Ends */

@media (min-width: 767.98px) {
    .blog-wrapper-list {
        padding-right: 25px;
    }
}

@media (min-width: 1367px) {
    p {
        font-size: 22px;
    }
    .display-1 {
        font-size: 6.25rem;
    }
    .display-2 {
        font-size: 5.5rem;
    }
    .display-6 {
        font-size: 3.125rem;
    }
    /* .view-details {
        font-size: 24px;
    } */
    /* .view-details img {
        width: 20px;
        top: -3px;
    } */
    .scroll-to-btm {
        font-size: 1.45rem;
    }
    .footer-block h6 {
        font-size: 21px;
    }
    .footer-block .small,
    .footer-block small {
        font-size: 17px;
    }
}

@media (min-width: 1200px) {
    p {
        font-size: 20px;
    }
    .display-1 {
        font-size: 6rem;
    }
    .video-banner-contents .display-1 {
        font-size: 3rem;
    }
    .display-2 {
        font-size: 5.5rem;
    }
    .display-6 {
        font-size: 2.75rem;
    }
    /* .view-details {
        font-size: 13px;
    } */
    /* .view-details img {
        width: 19px;
        top: -2px;
    } */
    .scroll-to-btm {
        font-size: 1.2rem;
    }
    .footer-block h6 {
        font-size: 20px;
    }
    .footer-block .small,
    .footer-block small {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .tab-content>.tab-pane {
        display: block;
        opacity: 1;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .good-design-block .inner-block .btm-content {
        bottom: -6.5em;
    }
    .blog-title h2 {
        font-size: 25px;
    }
    .blogdate {
        font-size: 12px;
    }
    .post_views {
        font-size: 10px;
    }
    .latest-article-item h3 {
        font-size: 14px;
        min-height: 0;
    }
    .latest-article-block .article-content p {
        font-size: 14px;
    }
    .author-slider .slick-dots li {
        padding-right: 25px;
    }
    .author-slider .slick-dots li:after {
        width: 25px;
    }
}

@media (max-width: 767.98px) {
    .blog-title h2 {
        font-size: 23px;
    }
    .blogdate {
        font-size: 11px;
    }
    .post_views {
        font-size: 9px;
    }
    .latest-article-item h3 {
        min-height: 0;
    }
    .section-full-height {
        height: 85vh;
    }
    .strength-block {
        height: 95vh;
    }
    /* @supports (-webkit-touch-callout: none) {
        .section-full-height {
            height: 85vh;
        }
    } */
    .header-block .menu-icon img {
        width: 20px;
    }
    .header-block.menu-open .menu-icon .close-menu {
        width: 20px;
    }
    .fortius-nav-collapse {
        overflow-y: auto;
        overflow-x: hidden;
        height: calc(100vh - 56px);
        top: 56px;
        padding: 50px 20px;
        box-sizing: border-box;
        display: block;
    }
    p br {
        display: none;
    }
    .pt-6 {
        padding-top: 3em;
    }
    .pb-6 {
        padding-bottom: 3em;
    }
    .py-6 {
        padding-top: 3em;
        padding-bottom: 3em;
    }
    h1 {
        margin-bottom: 5px;
    }
    h1 br {
        display: none;
    }
    h2 br {
        display: none;
    }
    p {
        font-size: 16px;
    }
    .header-block .social-lists {
        display: none;
    }
    /* .view-details {
        font-size: 13px;
    } */
    .strength-block,
    .foundations-block,
    .weather-block,
    .build-block {
        background-attachment: scroll;
    }
    .foundations-block {
        background-image: url(/wp-content/uploads/2025/10/sobha-home-mbl.jpg)!important;
    }
    .foundations-block.section-btm-block::after {
        display: none;
    }
    .strength-block:after {
        background-size: cover;
    }
    .img-wrapper .img-contents {
        padding: 3em .5em 1em;
    }
    .journey-block .gopi-img {
        height: 200px;
        object-fit: cover;
        width: 100%;
    }
    .good-design-block .inner-block {
        margin-bottom: 0;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .build-block:after {
        width: 100%;
        background: rgb(0 0 0 / 70%);
    }
    .build-block .inner-block {
        padding: 0;
    }
    .good-design-block .inner-block .good-img img.img-fluid {
        height: 200px;
        object-fit: cover;
        width: 100%;
    }
    .section-btm {
        bottom: 2em;
    }
    .projects-banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 30%;
        background-image: url('../images/project-top-bg.png');
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        z-index: 1;
    }
    .projects-banner::after {
        background-image: url('../images/project-btm-bg.png');
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;
    }
    .project-highlights-block .accordion-button {
        color: var(--text-black);
    }
    .project-highlights-block .accordion-button:not(.collapsed) {
        color: var(--text-black);
        font-weight: 600;
    }
    .project-highlights-block .accordion-button:focus {
        box-shadow: none;
    }
    .gallery-inner-block h5 {
        bottom: 10px;
        left: 15px;
        font-size: 20px !important;
    }
    .gallery-inner-block.management-slide h5 {
        font-size: 13px !important;
        bottom: 2em;
    }
    .gallery-inner-block.management-slide .gallery-slider-item img {
        height: 280px;
        object-fit: cover;
        width: auto!important;
    }
    .gallery-inner-block.management-slide h5 br {
        display: none;
    }
    .postid-356 .projects-gallery-slider,
    .postid-349 .projects-gallery-slider {
        padding-top: 0!important;
    }
    .gallery-slider .slick-dots li {
        vertical-align: bottom;
    }
    .gallery-slider .slick-dots li button {
        margin-top: 0;
        vertical-align: bottom;
    }
    .partner-item .img-fluid {
        height: 35px;
        margin-bottom: 1em;
    }
    .partner-details-block .partner-item:last-child {
        margin-bottom: 0!important;
    }
    .partner-details-block .partner-item:last-child .img-fluid {
        height: 100px;
    }
    .page-id-329 .projects-banner::after {
        background-size: 100%, 100%;
    }
    .page-id-329 .inner-page-detail {
        padding-bottom: 1em!important;
    }
    .topline {
        padding-top: 2em;
    }
    .timeline {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    .timeline-item {
        flex: 0 0 auto;
        margin-right: 40px;
    }
    .timeline::before {
        top: 40px;
    }
    .gallery-slide-item {
        border-radius: 10px;
        overflow: hidden;
    }
    .gallery-slide-item img.img-fluid {
        height: 225px;
        object-fit: cover;
        width: auto;
    }
    .footer-block p,
    .footer-block address {
        font-weight: 200;
    }
    .gallery-slider .slick-dots li {
        margin: 0 2px;
    }
    .gallery-slider .slick-dots li button {
        width: 16px;
        border-radius: 15px;
    }
    /* About Page Banner */
    .page-id-259 .projects-banner {
        background-image: url(/wp-content/uploads/2025/10/Team.jpg) !important;
    }
    .page-id-259 .projects-banner::after,
    .postid-343 .projects-banner::after {
        background-size: 100%;
    }
    /* uts banner */
    .postid-365 .projects-banner {
        background-image: url(/wp-content/uploads/2025/10/UTS-mbl.jpg) !important;
    }
    /* sobha banner */
    .postid-343 .projects-banner {
        background-image: url(/wp-content/uploads/2025/10/sobha-mbl.jpg) !important;
        background-position: bottom;
    }
    /* silicon banner */
    .postid-138 .projects-banner {
        background-image: url(/wp-content/uploads/2025/10/silicon-mbl.jpg) !important;
    }
    /* origin banner */
    .postid-356 .projects-banner {
        background-image: url('/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-29-at-1.14.40-PM.jpeg') !important;
    }
    /* good earth banner */
    .postid-336 .projects-banner {
        background-image: url(/wp-content/uploads/2025/10/goodearth-mbl.jpg) !important;
    }
    /* Waterscape Banner */
    .postid-349 .projects-banner {
        background-image: url(/wp-content/uploads/2025/10/Banner-Mob.jpg) !important;
        background-position: bottom;
    }
    .contact-page h2 {
        font-size: calc(1.475rem + 2.7vw);
    }
    .contact-page h5 {
        font-size: 1rem!important;
    }
    .submit_btn_wrapper input[type="submit"] {
        font-size: 15px;
        background-size: 17px;
    }
    .slick-prev {
        left: 10px;
    }
    .slick-next {
        right: 10px;
    }
    .slick-arrow {
        width: 20px;
        height: 20px;
    }
    .slick-arrow:after {
        width: 12px;
        height: 12px;
        background-size: 12px;
        top: 4px;
    }
    /* .slick-arrow{
        width: 35px;
        height: 25px;
    }
    .slick-arrow:after{
        width: 23px;
        height: 23px;
        background-size: 23px;
        top: 1px;
    } */
    .garden-text .text-item {
        padding: 20px 10px;
    }
    .garden-text span {
        font-size: 14px;
    }
    .garden-text p {
        font-size: 15px;
    }
    .zone-slider .slick-dots li button {
        width: 16px;
        border-radius: 15px;
    }
    .icon-item h6 {
        font-size: 15px;
    }
    .slider-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
    .author-slider {
        margin-top: 1em;
    }
    .author-slider-item {
        text-align: center;
    }
    .author-slider-item img {
        margin: auto;
    }
    .author-slider .slick-dots {
        text-align: center;
        margin-top: 0;
    }
    .author-slider .slick-dots li {
        padding-right: 5px;
    }
    .author-slider .slick-dots li:after {
        display: none;
    }
    .author-slider .slick-dots li button {
        width: 6px;
        height: 6px;
    }
    .projects-amenities .icon-item .icon-img {
        height: 40px;
    }
    .new-garden-content {
        margin-top: 1em;
    }
    .new-garden-content li {
        font-size: 16px;
    }
    .new-garden-content li span {
        padding: 0 1px 2px;
    }
}

@supports (-webkit-touch-callout: none) {
    .strength-block,
    .foundations-block,
    .weather-block,
    .build-block {
        background-attachment: scroll;
    }
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .strength-block, .foundations-block, .weather-block, .build-block {
            background-attachment: scroll;
        }
    }
}