.urban_tools-row .fl-row-content-wrap{
    background: transparent !important;
    padding: 0 !important;
}
.fl-module-urban-hero-banner .fl-module-content {
    margin: auto;
}
.hide_footer_form, .hide_footer_mobform, .hide_footer_small, .hide_footer{
    display: none !important;
}

.urban-hero-wrapper{
    display: flex;
    flex-direction: column;
    height: calc(100svh - 152px);
    min-height: fit-content;
}
.urban-hero-wrapper p{
    margin-bottom: 0px !important;
}
/* Slider Wrapper */
.urban-hero-banner-slider {
    position: relative;
    width: 100%;
    border-bottom-left-radius: 100px;
    overflow: hidden;
    /* flex: 0 0 82%; */
    flex: 1 1 auto;
    min-height: calc(85svh - 152px);
}

/* Slide Container */
.urban-hero-banner {
    position: relative;
    width: 100%;
    height: 100%;
}
.urban-hero-bg{
    height: 100%;
}

/* Background */
.urban-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 43.5%;
}

/* Dark Overlay */
.urban-overlay {
    position: absolute;
    inset: 0;
    background: rgba(7, 24, 53, 0.45);
    z-index: 2;
}

/* Content */
.urban-hero-content {
    position: absolute;
    left: 80px;
    top: 49%;
    transform: translateY(-50%);
    z-index: 5;
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 80px;
    /* max-width: 650px; */
    padding-right: 20px;
}
.banner-text-area{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.urban-hero-content h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 64px;
    line-height: 120%;
    letter-spacing: -0.04em;
    margin-bottom: 16px;
    color: #FFFFFF;
    margin-bottom: 0px;
}
.urban-hero-content p {
    font-size: 36px;
    margin-bottom: 0px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: -0.04em;
}

/* Button */
.banner-button-area{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: left;
    padding-right: 20px;
}
.urban-hero-content #urban_btn{
    display: flex;
    flex-wrap: nowrap;
    gap:4px;
    align-items: center;
    text-decoration: none !important;
}
#urbaan_btn{
    cursor: pointer;
}
#urban_btn .btn-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: Red;
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.urban-hero-content .u_btn_label{
    min-width: fit-content;
    height: 48px;
    opacity: 1;
    gap: 8px;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(6px);
    color: #FFFFFF;

    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;

    display: flex;
    align-items: center;
    justify-content: center;
}

.urban-hero-content .u_btn_label:hover, .urban-hero-content .btn-icon:hover ~ .u_btn_label {
    background-color: #FFFFFF;
    color: rgba(238, 36, 53, 1);
}

/* Pagination */
.swiper-pagination-bullet {
    background: rgba(255,255,255,0.4);
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.urban-button-section {
    background: #fff;
    padding: 0px;
    flex: 0 0 auto;
    /* display: flex;
    align-items: center; */
}
.btn-section-heading{
    display: flex;
    align-items: center;
}
.btn-section-heading p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #000000;
    padding: 36px 36px 36px 80px;
}
.urban-btn-container {
    display: flex;
    flex-wrap: nowrap;
}
#urban_mini_btn {
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    opacity: 1;
    padding: 40px;
    gap: 8px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#urban_mini_btn.btn_purple {
    background: #522D6D;
    color: #FFFFFF;
}
#urban_mini_btn.btn_seagreen {
    background: #009579;
    color: #FFFFFF;
}
#urban_mini_btn .arrow-wrap {
    background: #ffffff;
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -13px;
    right: -13px;
    opacity: 0;
    /* Initial hidden state */
    transform: translate(40px, -40px);
    opacity: 0;
    /* transition: transform 0.45s ease, opacity 0.35s ease; */
    transition: transform 0.45s ease, opacity 0.25s ease;
}
#urban_mini_btn.active:hover .arrow-wrap {
    opacity: 0;
}
#urban_mini_btn::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    width: 24px;
    height: 24px;
    background: #ffffff;
    border-radius: 50%;
    transform: translateY(-50%);
    opacity: 0;
}
#urban_mini_btn:hover{
    opacity: 0.85;
}
#urban_mini_btn:hover .arrow-wrap {
    transform: translate(0, 0);
    opacity: 1;
    transition:transform 0.3s ease-out,opacity 0.2s ease-out;
}

#urban_mini_btn.active:hover{
    opacity: 1;
}
#urban_mini_btn.active::after{
    opacity: 1;
}
#urban_mini_btn .btn-label-h{
    font-family: 'Montserrat', sans-serif;;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.02em;
}
#urban_mini_btn .btn-label-s{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #D5C1E5 !important;
}
#urban_mini_btn.btn_seagreen .btn-label-s{
    color: #c3f0e8 !important;
}
.urban-hero-wrapper .swiper-pagination{
    text-align: right;
    padding-right: 80px;
}
/* Turn bullets into small horizontal lines */
.urban-hero-wrapper .swiper-pagination-bullet {
    width: 100px;
    height: 4px;
    border-radius: 4px;
    background: #ffffff;
    opacity: 0.4;
    margin: 0 4px !important;
}

/* Active line */
.urban-hero-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;     /* full white */
}

/* Sidebar hidden state */
.urban-sidebar-panel {
    position: absolute;
    top: 0;
    height: 100%;
    /* box-shadow: 4px 0 20px rgba(0,0,0,0.2); */
    transition: left .4s ease;
    z-index: 9999;
    left: -600px;
    opacity: 1;
    border-bottom-width: 1px;
    width: auto;
    display: flex;
    justify-content: left;
}
.urban-sidebar-panel.active{
    width: 100%;
    left: 0;
}

.urban-sidebar-panel .sidebar-panel-content{
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    position: relative;
    border-radius: 0px 0px 0px 99px;
    border-bottom: 1px solid #eeeeee;
}
.sidebar-panel-content .usp_content_wrapper {
    padding: 50px 20px 70px 20px;
    padding-left: 80px;
    padding-right: 57px;
    height: 100%;
    display: flex;
    align-items: center;
    /* overflow: auto;
    overflow-y: scroll; */
}

.sidebar-panel-content .usp-inner {
    width: 387px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    height: 100%;
    gap: 32px;
    overflow: auto;
    /* overflow-y: scroll;
    overflow-x: hidden; */
    padding-right: 26px;

    /* scrollbar-width: thin;
    scrollbar-color: rgb(254 129 1) #f0f0f0;
    overflow-y: overlay;  */

    /* -ms-overflow-style: none;
    scrollbar-width: none; */
}
.sidebar-panel-content .usp-inner::-webkit-scrollbar {
    /* display: none; */
    width: 4px;
}

.sidebar-panel-content .usp-inner::-webkit-scrollbar-track {
    background: #fff3e8;
}

.sidebar-panel-content .usp-inner::-webkit-scrollbar-thumb {
    background: #ffc99a;
    /* background: #e9e9e9; */
    border-radius: 24px;
}

.sidebar-panel-content .usp-inner::-webkit-scrollbar-thumb:hover {
    background: #cc6700;
}

.usp-close-btn-section{
    display: flex;
    justify-content: flex-end;
    padding: 0px;
    position: absolute;
    bottom: 0;
    right: 0;
}
/* Close button */
.usp-close {
    background: rgba(238, 36, 53, 1);
    cursor: pointer;
    width: 48px;
    height: 48px;
    opacity: 1;
    gap: 8px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0px !important;
    border: 0px;
    border-radius: 0px;
}
.usp-close:hover, .usp-close:focus{
    opacity: 0.8;
}

/* Content */
.usp-heading-desc{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}
.usp-heading-desc .usp_title{
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: center;
}
.usp-heading-desc .usp_title p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.04em;
}
.usp-heading-desc .usp_title span{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    min-width: 64px;
    background-color: rgba(255, 130, 0, 0.1);
    border-radius: 50%;
}
.usp-heading-desc .usp_desc p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.02em;
}
.usp-inner h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

.usp-inner p {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.5;
}

/* Features */
.usp-features {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
}

.usp-feature {
    display: flex;
    align-items: center;
}

.usp-feature span{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.02em;
}

.usp-feature img {
    width: 32px;
    height: 32px;
    margin-right: 12px;
}
.usp-inner .usp-divider{
    border: 1px solid rgba(224, 224, 224, 1);
    height: 1px;
    width: 100%;
}
.usp-inner .usp-buttons-content{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    flex-direction: row;
    flex-wrap: nowrap;
}
.usp-buttons-content .usp_btn{
    display: flex;
    gap: 12px;
    flex-direction: column;
}
.usp-buttons-content .usp_btn img{
    width: 32px;
    height: 32px;
}
.usp-buttons-content .usp_btn .btn-content_link{
    display: flex;
    gap: 8px;
    flex-direction: column;
}
.usp-buttons-content .usp_btn .usp-btn-a{
    text-decoration: none !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: rgba(238, 36, 53, 1);

    text-decoration-line: underline !important;
    text-decoration-style: dashed !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 5px !important;
}
.usp-buttons-content .usp_btn .usp-btn-a:hover{
    text-decoration-style:solid !important;
}
.usp-buttons-content .usp_btn .btn_content{
    font-family: 'Montserrat', sans-serif;;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: rgba(132, 132, 132, 1);
}

/* Blur hero on open */
body.usp-blur .swiper-pagination{
    display: none;
}


body.usp-blur .urban-hero-banner{
    /* border-bottom: 1px solid #eeeeee; */
    pointer-events: none;
    position: relative; /* Ensure overlay attaches correctly */
}
body.usp-blur .urban-hero-banner img, body.usp-blur .urban-hero-content{
    filter: blur(8px);
}
/* Add dark overlay on blur */
body.usp-blur .urban-hero-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: white;
    background: rgba(1, 30, 65, 0.6);
    border-bottom: 1px solid #eeeeee;
}

@media (min-width:769px){
    .urban-btn-container {
        flex-wrap: nowrap;
    }
    .btn-section-heading{
        flex: 1;
    }
    .urban-btn-wrapper{
        flex: 1;
    }
}
@media (max-width: 1500px) {
    .urban-btn-wrapper{
        max-width: 460px !important;
    }
}
@media (max-width: 768px) {
    .urban-hero-wrapper{
        /* height: 100svh; */
        display: flex;
        flex-direction: column;
        height: calc(100vh - 66px);
        min-height: fit-content;
    }
    .urban-hero-banner-slider {
        /* min-height: calc(85svh - 66px); */
        min-height: auto;
        border-bottom-left-radius: 40px;
    }
    .urban-hero-content {
        /* width: 72%; */
        left: 20px;
        gap: 48px;
    }
    .urban-hero-content h1 {
        font-size: 36px;
    }
    .urban-hero-content p {
        font-size: 16px;
    }
    #urban_btn .btn-icon {
        width: 36px;
        height: 36px;
    }
    #urban_btn .btn-icon svg{
        width: 17.25px;
        height: 15px;
    }
    .urban-hero-content .u_btn_label{
        font-size: 12px;
        padding: 12px 16px;
        height: 36px;
    }
    .urban-hero-content p{
        font-size: 16px;
    }
    .urban-button-section {
        height: auto;
        flex-direction: column;
    }
    .urban-btn-container {
        flex-wrap: wrap;
        width: 100%;
    }
    .btn-section-heading{
        text-align: center;
        width: 100%;
    }
    .btn-section-heading p{
        width: 100%;
        font-size: 16px;
        padding: 39px 20px;
    }
    .urban-btn-wrapper{
        flex: 1;
    }
    #urban_mini_btn {
        padding: 30px 20px;
    }
    #urban_mini_btn::after{
        width: 14px;
        height: 14px;
        right: 12px;
    }
    #urban_mini_btn .btn-label-h{ 
        font-size: 16px;
    }
    #urban_mini_btn .btn-label-s{
        font-size: 10px;
    }
    .urban-hero-wrapper .swiper-pagination{
        padding-right: 20px;
    }

    .urban-sidebar-panel {
        position: fixed;
        display: none;
        left: 0px;
        align-items: end;
        min-width: fit-content;
    }
    .urban-sidebar-panel.active{
        display: flex;
    }
    .sidebar-panel-content .usp-inner {
        min-width: fit-content;
        width: auto;
        gap: 40px;
        justify-content: start;
    }
    .urban-sidebar-panel .sidebar-panel-content {
        height: 65%;
        width: 100%;
        border-bottom: 1px solid #eeeeee;
        border-radius: 40px 40px 0px 0px;
    }
    .sidebar-panel-content .usp_content_wrapper {
        padding: 60px 20px 24px 20px;
    }
    .usp-inner .usp-buttons-content {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }
    .usp-heading-desc .usp_title {
        gap: 16px;
    }
    .usp-heading-desc .usp_title p {
        font-size: 18px;
    }
    .usp-heading-desc .usp_title span {
        height: 48px;
        min-width: 48px;
    }
    .usp-heading-desc .usp_title span svg{
        height: 20px;
        min-width: 20px;
    }
    .usp-heading-desc {
        gap: 16px;
    }
    .usp-heading-desc .usp_desc p{
        font-size: 12px;
    }
    .usp-features {
        gap: 6px;
    }
    .usp-feature span{
        font-size: 12px;
    }
    .usp-feature img{
        width: 30px;
        height: 30px;
    }
    .usp-buttons-content .usp_btn {
        flex-direction: row;
        align-items: center;
    }
    .usp-buttons-content .usp_btn img {
        width: 48px;
        height: 48px;
    }
    .usp-buttons-content .usp_btn .btn-content_link {
        gap: 10px;
    }
    .usp-buttons-content .usp_btn .usp-btn-a {
        text-underline-offset: 7px !important;
    }   

    .usp-close-btn-section {
        top: 20px;
        right: 20px;
        bottom: auto;
        justify-content: center;
        align-items: center;
        height: 24px;
        width: 24px;
    }

    .usp-close-btn-section .usp-close{
        background-color: transparent;
        height: 12px;
        width: 12px;
        padding: 0px;
    }
    .usp-close-btn-section .usp-close svg path{
        fill: #000000;
    }
}
