main .textwidget:has(.ip-banner){
    display: none;
}
#inner-page-wrapper{
    margin-bottom: 0;
}
#inner-page-wrapper > .container{
    width: 100%;
    padding: 0;
}
#inner-page-wrapper .developments-featured .section-title {
    width: fit-content;
    height: fit-content;
    margin: auto !important;
    margin-bottom: 45px !important;
}
#inner-page-wrapper .developments-featured .section-title p{
    /* font-size: clamp(1.438rem, 1.974vw + 0.214rem, 2.188rem) !important; */
}
#inner-page-wrapper .developments-featured .section-title span{
    /* font-size: clamp(35px,3.4375000000000004vw,55px) !important; */
}

.developments-banner{
    font-size: 0;
    position: relative;
    width: 100%;
}
.developments-banner-img{
    font-size: 0;
    position: relative;
    width: 100%;
}
.developments-banner-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://cdn.agentimagehosting.com/K8kDNmSIhnSZK6IvO39LZ/2025/06/banner-accent.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    z-index: 2;
    pointer-events: none;
}
.developments-banner-img::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 15%;
    background: black;
}
.developments-banner-img img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.developments-banner-img canvas{
    width: 100%;
    height: 100%;
}
.developments-banner-logo{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    display: block;
    z-index: 3;
}
.developments-banner-logo img {
    width: 100%;
    height: auto;
    max-width: clamp(15.625rem, 20.23vw + 3.082rem, 23.313rem);
}
.developments-banner-smi{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 43px;
    margin: auto;
    width: fit-content;
    height: fit-content;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: clamp(1.563rem, 3.289vw - 0.477rem, 2.813rem);
}
.developments-banner-smi a {
    color: white;
    font-size: clamp(1.063rem, 0.987vw + 0.451rem, 1.438rem);
    transition: all ease-in-out 0.35s;
}
.developments-banner-smi a:hover{
    opacity: 0.7;
}

.developments-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-size: 0;
    width: 100%;
    padding: clamp(5rem, 3.289vw + 2.961rem, 6.25rem) 0px;
    padding: 70px 0 50px;
}
.developments-title{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    margin-bottom: clamp(1.563rem, 1.645vw + 0.543rem, 2.188rem);
}
.developments-title p {
    font-size: clamp(1.438rem, 1.974vw + 0.214rem, 2.188rem);
    font-weight: 400;
    font-family: var(--poppins);
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #a33038;
    padding: 0px clamp(1.875rem, 0.822vw + 1.365rem, 2.188rem);
    background: white;
    position: relative;
    display: block;
    height: fit-content;
    width: fit-content;
    z-index: 3;
}
.developments-title span {
    font-size: clamp(35px,3.4375000000000004vw,55px) !important;
    font-weight: 500;
    font-family: var(--poppins);
    text-transform: uppercase;
    color: #515151;
    position: relative;
    display: block;
    height: fit-content;
    width: fit-content;
    z-index: 2;
}
.developments-title span::after{
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #a33038;
    z-index: 1;
}
.developments-subtitle {
    font-size: clamp(0.938rem, 1.316vw + 0.122rem, 1.438rem);
    font-weight: 500;
    font-family: var(--poppins);
    margin-bottom: clamp(1.875rem, 4.112vw - 0.674rem, 3.438rem);
    color: #515151;
    margin-bottom: 40px;
}
.developments-text {
    font-size: clamp(0.75rem, 0.987vw + 0.138rem, 1.125rem);
    font-weight: 300;
    font-family: var(--poppins);
    letter-spacing: 0.02em;
    line-height: clamp(1.438rem, 1.151vw + 0.724rem, 1.875rem);
    color: #565656;
    margin-bottom: clamp(1.875rem, 4.112vw - 0.674rem, 3.438rem);
    max-width: clamp(46.875rem, 62.5vw + 8.125rem, 70.625rem);
    margin-bottom: 30px;
    font-size: 15px;
}
.developments-text p {
    margin-bottom: clamp(1.25rem, 1.645vw + 0.23rem, 1.875rem);
}
.developments-text p:last-child{
    margin-bottom: 0;
}
.developments-logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: clamp(43.75rem, 35.362vw + 21.826rem, 57.188rem);
}
.developments-logo img{
    height: auto;
    max-width: 178px;
}

.featured-developments-column{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 1600px;
    margin: auto;
    gap: clamp(2.188rem, 5.757vw - 1.382rem, 4.375rem);
}
.fd-item{
    width: 97.5%;
    max-width: 1560px;
    font-size: 0;
    position: relative;
}
.fd-image{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    position: relative;
}
.fd-img-large{
    width: 67.9487179487%;
    max-width: 1060px;
    position: relative;
    font-size: 0;
}
.fd-img-large::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://cdn.agentimagehosting.com/K8kDNmSIhnSZK6IvO39LZ/2025/06/fd-accent.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
}
.fd-img-large img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: 88%;
}
.fd-img-large canvas{
    width: 100%;
    height: 100%;
}
.fd-img-column{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 32.0512820513%;
    max-width: 500px;
}
.fd-img-wrap{
    width: 100%;
    height: 100%;
    font-size: 0;
    position: relative;
}
.fd-img-wrap img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.fd-img-wrap canvas{
    width: 100%;
    height: 100%;
}
.fd-content {
    position: absolute;
    top: clamp(2.188rem, 7.401vw - 2.401rem, 5rem);
    left: clamp(4.375rem, 4.934vw + 1.316rem, 6.25rem);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}
.fd-c-title {
    font-size: clamp(1.25rem, 2.632vw - 0.382rem, 2.25rem);
    font-weight: 500;
    font-family: var(--poppins);
    text-transform: uppercase;
    color: white;
    margin-bottom: clamp(0.75rem, 2.138vw - 0.576rem, 1.563rem);
}
.fd-content .vl{
    width: 90px;
    height: 2px;
    background: #a33038;
    margin-bottom: clamp(0.938rem, 1.645vw - 0.082rem, 1.563rem);
}
.fd-c-subtext {
    font-size: clamp(0.75rem, 0.987vw + 0.138rem, 1.125rem);
    font-weight: 300;
    font-family: var(--poppins);
    margin-bottom: clamp(0.938rem, 2.467vw - 0.592rem, 1.875rem);
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: white;
}
.fd-c-text {
    font-size: clamp(0.688rem, 0.493vw + 0.382rem, 0.875rem);
    font-weight: 300;
    font-family: var(--poppins);
    letter-spacing: 0.04em;
    line-height: clamp(1.313rem, 0.658vw + 0.905rem, 1.563rem);
    margin-bottom: clamp(0.875rem, 7.566vw - 3.816rem, 3.75rem);
    color: white;
    max-width: 420px;
}
.fd-c-btn {
    width: clamp(12.5rem, 9.704vw + 6.484rem, 16.188rem);
    height: clamp(2.5rem, 3.289vw + 0.461rem, 3.75rem);
    border: 2px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(0.688rem, 0.658vw + 0.28rem, 0.938rem);
    font-weight: 500;
    font-family: var(--poppins);
    letter-spacing: 0.34em;
    text-transform: uppercase;
    transition: all ease-in-out 0.35s;
    color: white;
}
.fd-c-btn:hover{
    border: 2px solid #a33038;
    background: #a33038;
    color: white;
}

.fd-item:nth-child(even) .fd-image {
    flex-direction: row-reverse;
}
.fd-item:nth-child(even) .fd-content {
    position: absolute;
    top: clamp(2.188rem, 7.401vw - 2.401rem, 5rem);
    right: clamp(4.375rem, 4.934vw + 1.316rem, 6.25rem);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-content: flex-start;
    justify-content: flex-start;
    text-align: end;
}
.fd-item:nth-child(even) .fd-img-large::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://cdn.agentimagehosting.com/K8kDNmSIhnSZK6IvO39LZ/2025/06/fd-accent-odd.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
}


@media only screen and (max-width: 1570px) {

}
@media only screen and (max-width: 991px) {
    .fd-image {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0;
        position: relative;
        flex-direction: column !important;
        align-content: center;
    }
    .fd-image::after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        z-index: 1;
        opacity: 0.4;
    }
    .fd-img-large {
        width: 100%;
        max-width: 1060px;
        position: relative;
        font-size: 0;
        max-height: 300px;
    }
    .fd-img-column {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        width: 100%;
        max-width: 100%;
    }
    .developments-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: clamp(43.75rem, 35.362vw + 21.826rem, 57.188rem);
        flex-direction: column;
        gap: 30px;
    }
    .fd-img-large::after{
        display: none !important;
    }
    .fd-content {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 3 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        align-content: center !important;
        justify-content: center !important;
        text-align: center !important;
    }
    .developments-banner-smi{
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .developments-text {
        max-width: 95%;
    }
    .developments-title span {
        font-size: 34px;
    }
    .developments-title p {
        font-size: 15px;
    }
    .developments-title span::after {
        top: -23px;
    }
    #inner-page-wrapper .developments-featured .section-title span {
        font-size: 34px !important;
    }
    #inner-page-wrapper .developments-featured .section-title p {
        font-size: 15px !important;
    }
    .developments-content {
        max-width: 95%;
        margin: auto;
    }
}
@media only screen and (max-width: 480px) {

    .fd-img-large {
        height: 400px;
    }
    .fd-c-text {
        font-size: 10px;
        line-height: 19px;
    }
}