﻿/* ============================== 
   GLOBAL DESIGN VARIABLES 
   ============================== */
:root {
    /* 🎨 Color Palette */
    --color-text: #3A4963;
    --color-secondary: #e65252;
    --color-lightgray: #56535380;
    --color-border: #DADADA;
    --color-pftext: #565353;
    --color-bg: #fff;
    /* 🎨 Typography */
    --font-family-base: "Plus Jakarta Sans", serif;
    --font-small: 1rem; /* 16px */
    --font-tbig: 1.375rem; /* 22px / 16 */
    --font-Msmall: 0.875rem; /* 14px */
    --font-large: 2rem; /* 32px */
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-wrap-dv input:focus-visible, .input-wrap-dv select:focus-visible {
    outline: none;
    box-shadow: none;
    border: none;
}
/* Firefox */
input [type=number] {
    -moz-appearance: textfield;
}

button {
    border: none;
    background-color: transparent;
}
/* ============================== 
   GLOBAL RESET / BASE 
   ============================== */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h5 {
    margin: 0;
    font-size: var(--font-tbig);
    font-weight: 600;
}

h4 {
    font-weight: 700;
    font-size: var(--font-large);
}

ul {
    padding: 0px;
    list-style: none;
}

html, body {
    width: 100%;
    height: 100%;
    font-family: var(--font-family-base);
    font-size: var(--font-small);
    color: var(--color-text);
    background-color: var(--color-bg);
    line-height: 1.5;
}

img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
    height: auto;
}

.firstsectionuse {
    min-height: calc(100vh - 6rem); /* 80px */
}

.sectionuse {
    position: relative;
}

p {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: var(--font-Msmall);
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

input {
    font-size: var(--font-Msmall);
}

h1 {
    font-weight: 700;
    font-size: 4rem;
    color: var(--color-text);
}

.subhead {
    font-weight: 700;
    font-size: 3rem !important;
    color: var(--color-text);
}

/*.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
}

.loader-overlayinner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(4px);
}*/
/* Overlay setup */
.loader-overlay {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.95);
    display: block;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Inner content centered */
.loader-overlayinner {
    text-align: center;
    color: var(--color-text);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Loader GIF */
.loader-gif {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

/* Text below GIF */
.loadertext {
    font-size: var(--font-Msmall);
    margin-bottom: 20px;
    font-weight: 500;
}
.data_traget_container{
    cursor:pointer;
}
/* Card slider container */
.slider-loader {
    position: relative;
    width: 30%;
    min-width: 350px;
    height: 23%;
    min-height: 220px;
    overflow: hidden;
}
.slider-loader h5{
   font-size:4rem;
}
.slider-loader p{
   font-size:1.5rem;
}
/* Common card styling */
.slide-card {
    position: absolute;
    top: 50%;
    left: -100%;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: start;
    text-align:start;
    font-size: 5rem;
    color: #fff;
    opacity: 0;
    animation: slideLoop 8s infinite ease-in-out;
    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 10px;
}

/* Individual card colors */
.card1 {
    background: linear-gradient(135deg, #91358c, #91358c);
}

.card2 {
    background: linear-gradient(135deg, #2f2c99, #2f2c99);
}

.card3 {
    background: linear-gradient(135deg, #59a394, #59a394);
}

.card4 {
    background: linear-gradient(135deg, #68a54b, #68a54b);
}

/* Delay each card’s start for looping effect */
.card1 {
    animation-delay: 0s;
}

.card2 {
    animation-delay: 2s;
}

.card3 {
    animation-delay: 4s;
}

.card4 {
    animation-delay: 6s;
}

/* Animation: smooth slide to center and exit */
@keyframes slideLoop {
    0% {
        left: -100%;
        opacity: 0;
    }

    15% {
        left: 0;
        opacity: 1;
    }

    35% {
        left: 0;
        opacity: 1;
    }

    50% {
        left: 100%;
        opacity: 0;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}
.colorinvestiblestrong {
    color:var(--color-secondary);
}
/*========header===============*/
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.navbar-nav .nav-link {
    color: var(--color-text);
    font-size: var(--font-small);
    font-weight: 600;
}

.header .navbar a {
    margin: 0 0.625rem; /* 10px */
    text-decoration: none;
}

.header .headerProfileIcon {
    height: auto;
    width: 1.25rem; /* 20px */
}

.header .headerProfileIcon2 {
    height: auto;
    width: 1.875rem; /* 30px */
}

.header .navbar-nav {
    margin-top: 0 !important;
}

    .header .navbar-nav .nav-link.active {
        color: var(--color-secondary);
    }

    .header .navbar-nav .nav-link:hover {
        color: var(--color-secondary);
    }

.header .logged-header-right {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.0625rem solid var(--color-border); /* 1px */
    border-radius: 3.125rem; /* 50px */
    padding: 0.3125rem 0.5rem 0.3125rem 0.625rem; /* 5px 8px 5px 10px */
    gap: 1.25rem; /* 20px */
    width: fit-content;
}

    .header .logged-header-right a {
        margin: 0;
    }

.header .navbar {
    min-height: 3.75rem; /* 60px */
}

/*======== login ===============*/
.nav-Log-In-btn,
.nav-Sign-Up-btn {
    padding: 0.875rem 1.375rem; /* 14px 22px */
    color: var(--color-secondary);
}

.ContactUsTabContainer {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 1.5rem; /* 24px */
    padding-right: 6.25rem; /* 100px */
}

.AuthBackground {
    height: 100vh;
    width: auto;
    max-width: unset;
}

.Login-left-col h2 {
    right: 5.625rem; /* 90px */
    font-size: 3.25rem; /* 52px */
    font-weight: 600;
    color: #ffffff;
    z-index: 100;
}

.LoginPage .loginContainer h5 {
    color: var(--color-secondary);
    font-size: var(--font-tbig);
    font-weight: 600;
    margin-bottom: 3.125rem; /* 50px */
    text-align: center;
}

.loginInputContainer input {
    width: 100%;
    border: 0.0625rem solid #dadada; /* 1px */
    height: 2.8125rem; /* 45px */
    padding: 0.75rem 1rem; /* 12px 16px */
    border-radius: 0.25rem; /* 4px */
}

.loginInputContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.75rem; /* 12px */
}

.loginsection {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    top: 0;
}

    .loginsection .adjustwith {
        width: 80%;
    }

.forgot {
    font-size: 0.75rem; /* 12px */
    color: #000;
    display: block;
}

.LoginPage .loginContainerTop p,
.forgot {
    text-align: right;
    margin: 0.75rem 0 1.25rem 0; /* 12px 0 20px 0 */
}

.primary-btn {
    width: 100%;
    padding: 0.875rem 0; /* 14px 0 */
    text-align: center;
    background-color: var(--color-secondary);
    color: #fff;
    border-radius: 0.25rem; /* 4px */
    transition: background-color 0.4s ease-in-out;
    font-weight: 500;
    font-size: 1.125rem; /* 18px */
    line-height: 1rem; /* 16px */
    cursor: pointer;
}

.divider-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 0 1.875rem 0; /* 40px 0 30px */
}

    .divider-row div {
        border: 0.0625rem solid #dadada;
        width: 48%;
    }

.Logintab {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.25rem; /* 20px */
    width: 100%;
    border: 0.0625rem solid #dadada;
    border-radius: 0.25rem; /* 4px */
    padding: 0.65625rem; /* 10.5px */
}

.Signup-bottom p,
.Signup-bottom a {
    margin-bottom: 0;
    font-size: 0.75rem; /* 12px */
}

.policy-link {
    margin-bottom: 0;
    color: var(--color-secondary);
}

.Signup-bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 1.25rem; /* 20px */
    gap: 0.3125rem; /* 5px */
}

.SignupPage .signup-heading {
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.3125rem; /* 5px */
}

#SignUpPage .loginContainerTop p {
    text-align: center;
    margin-top: 0.5rem; /* 8px */
    margin-bottom: 1.5rem; /* 24px */
}

#SignUpPage .loginInputContainer {
    margin: 1.875rem 0; /* 30px 0 */
}

.toggle-password {
    position: absolute;
    right: 0.625rem; /* 10px */
    cursor: pointer;
    font-size: 1.125rem; /* 18px */
}

.password-container {
    position: relative;
    display: flex;
    align-items: center;
}

.leftimage {
    background-image: url(../.../../assets/images/Auth/AuthBackground.png);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

#emailOtpPage p,
#mobileVerificationPage p {
    text-align: center;
    margin-bottom: 0;
}

#emailOtpPage .loginContainerTop,
#ForgotPasswordPage .loginContainerTop {
    margin: 2.5rem 0; /* 40px 0 */
}

.otpContainer input {
    width: 2.5rem; /* 40px */
    height: 2.5rem; /* 40px */
    font-size: 1.125rem; /* 18px */
    text-align: center;
    border: 0.0625rem solid var(--color-border);
    border-radius: 0.5rem; /* 8px */
}

.otpContainer {
    display: flex;
    gap: 0.625rem; /* 10px */
    justify-content: center;
    align-items: center;
    margin-top: 1.25rem; /* 20px */
}

#emailOtpPage .Signup-bottom,
#mobileVerificationPage .loginContainerTop {
    margin-bottom: 2.5rem; /* 40px */
}

#emailOtpPage .policy-links {
    color: var(--color-secondary);
    border-bottom: 0.0625rem solid var(--color-secondary);
}

#mobileVerificationPage .signup-heading {
    margin-bottom: 2.5rem; /* 40px */
}

.MobileVerificationButtonContainer {
    margin-top: 1.25rem; /* 20px */
    margin-bottom: 2.5rem; /* 40px */
}

.forgotPasswordButtonContainer {
    margin-top: 1.875rem; /* 30px */
}

.forgot-terms {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.625rem; /* 10px */
}
/*======== login ===============*/

/*========profile===============*/

.profilebox .My-Profile-secondary-nav {
    padding: 0.875rem 0.9375rem; /* 14px 15px */
    border-radius: 1.5rem; /* 24px */
    border: 0.0625rem solid var(--color-border);
    max-width: 50rem; /* 800px */
    width: 100%;
    padding: 0.625rem 1%;
    margin: 1.25rem auto 0; /* 20px */
}

.profilebox .My-Profile-secondary-nav-pro-img {
    width: 5rem; /* 80px */
    height: auto;
}

.profilebox .My-Profile-secondary-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .profilebox .My-Profile-secondary-nav-wrap .nav-link.active {
        color: var(--color-secondary);
        font-weight: 700;
    }

    .profilebox .My-Profile-secondary-nav-wrap .nav-tabs,
    .profilebox .My-Profile-secondary-nav-wrap .nav-link {
        border: none;
        color: var(--color-lightgray);
    }
/*========profile my profile===============*/
.profilebox {
    color: var(--color-pftext);
}

    .profilebox .AProfile-section-title {
        color: var(--color-secondary);
        font-size: var(--font-large);
        margin-bottom: 1.25rem; /* 20px */
        font-weight: 700;
        text-align: left;
        width: 100%;
    }

    .profilebox .Detailscontainer {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem 1.5rem; /* 12px 24px */
        margin-top: 0.5rem; /* 8px */
    }

    .profilebox .AProfile-info-line {
        display: flex;
        justify-content: space-between;
        padding: 0.25rem 0; /* 4px */
        border-bottom: 0.0625rem solid var(--color-border); /* 1px */
    }

    .profilebox .profile-section-title {
        font-size: var(--font-small);
        font-weight: 600;
        margin-bottom: 0.5rem; /* 8px */
    }

    .profilebox .AProfile-label {
        font-size: var(--font-Msmall);
        font-weight: 600;
    }

    .profilebox .AProfile-value {
        font-size: var(--font-Msmall);
    }

    .profilebox .AProfile-btn-green {
        background: #75D6AB;
        color: #fff;
        border: none;
        padding: 0.5rem 1rem; /* 8px 16px */
        border-radius: 0.25rem; /* 4px */
        cursor: pointer;
        font-weight: 500;
        font-size: 0.9rem;
        min-width: 6.25rem; /* 100px */
        text-align: center;
        transition: background 0.3s ease;
    }

    .profilebox .AProfile-ongoing {
        color: #4CAF50;
        font-weight: 500;
    }

    .profilebox .AProfile-subscription-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 0; /* 16px */
        border-bottom: 0.0625rem solid var(--color-border);
    }

    .profilebox .AProfile-subscription-details {
        padding: 1rem 0;
        border-bottom: 0.0625rem solid var(--color-border);
    }

    .profilebox .AProfile-detail-row {
        display: flex;
        flex-direction: row;
        margin-bottom: 0.75rem; /* 12px */
        width: 100%;
    }

    .profilebox .AProfile-detail-col {
        flex: 1;
        display: flex;
        flex-direction: column;
        margin-bottom: 0.625rem; /* 10px */
    }

    .profilebox .AProfile-subscriptions-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.625rem; /* 10px */
    }

    .profilebox .AProfile-download,
    .profilebox .AProfile-executed,
    .profilebox .AProfile-pending,
    .profilebox .AProfile-consultation {
        display: flex;
        justify-content: space-between;
        padding: 1rem 0; /* 16px */
        border-bottom: 0.0625rem solid #eee;
        align-items: center;
        width: 100%;
    }

    .profilebox .AProfile-subscription-card {
        background: #fff;
        border-radius: 0.5rem; /* 8px */
        box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.1); /* 1px 3px */
        border-bottom: 0.0625rem solid var(--color-border);
        overflow: hidden;
        width: 100%;
        padding: 0 1.25rem; /* 20px */
    }


.useflexwithd {
    min-width: 50%
}
/*========profile my archive===============*/
.myachive {
    display: flex;
    gap: 6.25rem; /* 100px / 16 */
}

    .myachive .househunt {
        display: flex;
        flex-direction: column;
        gap: 1.875rem; /* 30px / 16 */
        font-weight: 600;
    }

    .myachive .navhousehunt {
        position: sticky;
        top: 8rem; /* unchanged */
    }

    .myachive .myarchieve-sub-title {
        font-size: var(--font-tbig);
    }

    .myachive .myarchieve-search-input {
        border: none;
        outline: none;
        font-size: var(--font-small);
        color: #717171;
        width: 100%;
    }

    .myachive .myarchieve-search-button {
        background: none;
        border: none;
        outline: none;
        cursor: pointer;
    }

    .myachive .myarchieve-search {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 23.125rem; /* 370px / 16 */
        height: 2.5rem; /* 40px / 16 */
        border: 0.0625rem solid #dcdcdc; /* 1px / 16 */
        border-radius: 3.125rem; /* 50px / 16 */
        padding: 0 1.25rem; /* 20px / 16 */
        box-sizing: border-box;
        background-color: white;
    }

    .myachive .subttilebox {
        display: flex;
        justify-content: space-between;
    }

.myarchieve-card-container {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 0.8rem; /* 1px / 16 */
}

.btnCaseback {
    background: var(--color-pftext) !important;
    border: var(--color-pftext) !important;
}

.btnCaseCne {
    background: var(--color-secondary) !important;
    border: var(--color-secondary) !important;
}

.cursor-pointer {
    cursor: pointer;
}

.paginationcustom .page-link {
    margin: 0.625rem; /* 10px / 16 */
    height: 2.3rem;
    width: 2.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50% !important;
    color: var(--color-secondary);
    border: 0.0625rem solid var(--color-border);
}

.paginationcustom .active .page-link {
    background: var(--color-secondary) !important;
    color: #fff !important;
    border: var(--color-secondary) !important;
}

.PurchaseHistoryContainer .myarchieve-search-input {
    border: none;
    outline: none;
    font-size: var(--font-small);
    color: #717171;
    width: 100%;
}

.PurchaseHistoryContainer .myarchieve-search-button {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.PurchaseHistoryContainer .myarchieve-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 23.125rem; /* 370px / 16 */
    height: 2.5rem; /* 40px / 16 */
    border: 0.0625rem solid #dcdcdc;
    border-radius: 3.125rem; /* 50px / 16 */
    padding: 0 1.25rem;
    box-sizing: border-box;
    background-color: white;
    color: var(--color-lightgray);
}

.from_date {
    height: 2.5rem; /* 40px / 16 */
    border: 0.0625rem solid #dcdcdc;
    border-radius: 3.125rem; /* 50px / 16 */
    padding: 0 1.25rem;
    box-sizing: border-box;
    background-color: white;
    position: relative;
    color: var(--color-lightgray);
}

.dropdown-toggle::after {
    content: url(../.../../assets/icons/common/downArrow.svg);
    border: 0;
    filter: invert(1);
}

.productbtn {
    border: 0.0625rem solid #dcdcdc;
    border-radius: 3.125rem; /* 50px / 16 */
    padding: 0 2.25rem;
    box-sizing: border-box;
    background-color: white;
    display: flex;
    height: 2.5rem; /* 40px / 16 */
    color: var(--color-lightgray);
    justify-content: center;
    align-items: center;
    gap: 0.625rem; /* 10px / 16 */
}

.My-Profile-secondary-nav {
    top: 6.25rem; /* 100px / 16 */
    background-color: #fff;
}


/*========INDEX PAGE===============*/
.search-container .search-label,
.Property-search-container .search-label {
    color: var(--color-secondary);
    width: 100%;
    text-align: left;
    font-weight: 600;
    padding: 0.1875rem 0.5rem; /* 3px 8px */
}

.search-container .city-dropdown {
    background: transparent;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    outline: none;
    position: relative;
    white-space: normal;
    overflow-wrap: break-word;
    display: flex;
    align-items: center;
    color: #717171;
    padding: 0.1875rem 0.5rem;
}

.location-input {
    width: 90%;
    background: transparent;
    border: none;
    outline: none;
    margin: 0.1875rem 0.4375rem; /* 3px 7px */
}

.search-icon,
.search-icon2 {
    width: 4.375rem; /* 70px */
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
}

.search-field1 {
    display: grid;
    flex-direction: row;
    align-items: center;
    width: 78%;
    position: relative;
}

.search-container .search-field {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25%;
    padding: 0 0.625rem; /* 10px */
    border-right: 0.0625rem solid var(--color-border);
}

.search-container .search-box,
.Property-search-container .search-box {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 1.5rem; /* 24px */
    position: relative;
    padding: 0.875rem 0.3125rem; /* 14px 5px */
    border: 0.0625rem solid var(--color-border);
}

.search-container {
    width: 65%;
    min-height: 5.3125rem; /* 85px */
    border-radius: 1.5rem;
    padding: 0;
    position: relative;
    margin-bottom: 1.875rem; /* 30px */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.MainSearchContainer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-banner-sec {
    background: linear-gradient(to bottom, #e9f4ff 100%, transparent 100%) no-repeat;
    background-size: 100% 83%; /* 80% height filled with color */
    background-position: top; /* start from top */
}

.HH-search-sec-top {
    top: 7rem; /* unchanged */
}

.banner-cont-wrap h1 {
    margin-bottom: 5.125rem;
}

.Home-Grid-cards-chart {
    width: 95%;
    margin: 0 auto;
}

.Home-Grid-cards-1 {
    grid-row: 1;
    grid-column: 1;
    grid-column-start: 1;
    grid-row-end: 3;
}

.Home-Grid-cards-2 {
    grid-row: 1;
    grid-column: 2;
}

.Home-Grid-cards-hailights-one {
    display: flex;
    border: 0.0625rem solid var(--color-border);
    max-width: fit-content;
    padding: 1.25rem;
    height: 100%;
    border-radius: 0.75rem;
    gap: 2.5rem;
    align-items: center;
}

.Home-Grid-cards-hailights-one-num-span {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.125rem;
    letter-spacing: 0%;
    color: #BABABA;
}

.primary-icon-wrap {
    background-color: #75d6ab;
    width: 2.8125rem;
    height: 2.8125rem;
    padding: 0.9375rem;
    border-radius: 50%;
    display: grid;
    place-content: center;
    flex-shrink: 0;
}

.Home-Grid-para-card {
    background-color: #e9f4ff;
    padding: 3.125rem 1.875rem;
    border-radius: 0.75rem;
    height: 100%;
}

    .Home-Grid-para-card p {
        font-weight: 600;
        font-size: 1.5rem;
        margin: 0;
        color: var(--color-text);
    }

.gridtopbox {
    display: grid;
    gap: 0.9375rem;
}

.maingridbox {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
}

.Home-Grid-cards-chart {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.625rem;
    border-radius: 0.75rem;
    border: 0.0625rem solid var(--color-border);
}

.Home-Grid-card-see-testimonial-imgs-wraper img {
    margin-left: -1.875rem;
}

.Home-Grid-card-see-testimonial-imgs-wraper {
    display: flex;
    justify-content: end;
}

.Home-Grid-cards-6 {
    display: flex;
    justify-content: end;
    align-items: end;
    padding-bottom: 2.1875rem;
    color: var(--color-pftext);
    font-weight: 600;
}

.maingridbox2 {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 1.25rem;
    padding: 1.25rem 0;
}

.Home-Grid-rio span {
    font-weight: 700;
    font-size: 3.75rem;
    color: var(--color-secondary);
}

.Home-Grid-rio {
    background-color: #e9f4ff;
    border-radius: 0.75rem;
    justify-content: center;
    align-items: center;
    display: grid;
    place-content: center;
    height: 100%;
}

.Home-Grid-cards-chart-2 {
    height: 100%;
    border-radius: 0.75rem;
    border: 0.0625rem solid var(--color-border);
    padding: 1.25rem;
}

.Home-Grid-cards-hailights-two-innter-card {
    display: flex;
    justify-content: space-between;
}

.Home-Grid-cards-hailights-two {
    border-radius: 0.75rem;
    border: 0.0625rem solid var(--color-border);
    display: grid;
    align-content: space-between;
    height: 100%;
    padding: 1.25rem;
}

.House-Hunt-cont-card {
    display: flex;
    align-items: center;
    padding: 1.25rem 1.875rem;
    gap: 1.875rem;
    border-radius: 0.75rem;
    border: 0.0625rem solid var(--color-border);
    margin-bottom: 0.75rem;
    background-color: white;
}

.House-Hunt-cont-wrap .House-Hunt-cont-card {
    max-width: 28.5rem;
    width: 100%;
}

.House-Hunt-card-para {
    padding-bottom: 0.625rem;
    margin-bottom: 2rem;
    border-bottom: 0.0625rem solid var(--color-border);
}

.House-Hunt-card-innter-card-bottom {
    display: flex;
    flex-wrap: wrap;
    max-width: 14.5rem;
    column-gap: 1.0625rem;
    row-gap: 0.625rem;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.125rem;
}

.House-Hunt-cards {
    padding: 0.625rem;
    border-radius: 0.75rem;
    background-color: white;
    margin-bottom: 0.75rem;
}

.House-Hunt-card-wrap {
    display: flex;
    gap: 0.625rem;
}

.HouseHuntbtn {
    display: inline-block;
    width: fit-content;
    padding: 0.9375rem 1.875rem;
}

.House-Hunt-Sec .HouseHuntbtn {
    position: absolute;
    right: -3rem;
    bottom: 0;
}

.House-Hunt-main-img {
    background-image: url(../assets/images/Home-1/House-Hunt/House-Hunt-main-img.png);
    background-repeat: no-repeat;
    background-position: 20% center;
    background-size: cover;
    height: 100%;
    width: 70%;
    position: absolute;
    z-index: -1;
    right: 0;
    border-radius: 0.75rem;
}

.House-Hunt-main-para {
    width: 75%;
}

.Investible-Score-Report-main-para {
    width: 75%;
}

.Desktop-Valuation-Sec .House-Hunt-main-img {
    background-image: url(../assets/images/Home-1/Desktop-Valuation/Desktop-Valuation-main-img.png);
    height: 95%;
    width: 70%;
    left: 0;
}

.Desktop-Valuation-card {
    margin-bottom: 0.75rem;
}

.House-Hunt-card-innter-card-bottom span {
    display: flex;
    gap: 0.375rem;
}

.Investible-Score-Report-Sec .HouseHuntbtn {
    position: absolute;
    right: -3rem;
    bottom: 0;
}

.Investible-Score-Report-Sec .House-Hunt-main-img {
    background-image: url(../assets/images/Home-1/Investible-Score-Report/Investible-Score-Report.png);
    height: 95%;
}

.Investible-Score-Report-main-inner-card span {
    display: flex;
    gap: 0.75rem;
    align-items: start;
    margin-bottom: 0.625rem;
}

.Investible-Score-Report-main-inner-card,
.Investible-Score-Report-main-inner-card-two {
    padding: 1.125rem 1.0625rem;
    background-color: #fff;
    border-radius: 0.75rem;
    border: 0.0625rem solid var(--color-border);
}

    .Investible-Score-Report-main-inner-card-two span {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0.75rem;
    }

.gst-unnerline {
    border-bottom: 0.0625rem solid var(--color-border);
    padding-bottom: 0.625rem;
}

.Investible-Score-Report-copy-rights {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin: 1.25rem 0 !important;
}

.x-small-font {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 0.5rem;
    letter-spacing: 0%;
    margin: 0;
}

.Investible-Score-Report-pay-btn {
    padding: 0.875rem;
    text-align: center;
    border-radius: 0.25rem;
    background-color: #75d6ab;
    width: 100%;
    color: white;
    transition: 0.4s ease;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1rem;
    margin-bottom: 0.625rem;
}

.Investible-Score-Report-main-inner-cards-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    width: 50%;
}

.Investible-Score-Report-cont-wrap .House-Hunt-cont-card {
    width: 70%;
}

.Speak-to-an-Expert-sec .House-Hunt-cont-card {
    width: 75%;
    margin-left: auto;
}

.Speak-to-an-Expert-sec .Desktop-Valuation-card {
    background-color: white;
    padding: 1.25rem;
    border-radius: 0.75rem;
}

    .Speak-to-an-Expert-sec .Desktop-Valuation-card > div {
        display: flex;
        gap: 1.875rem;
    }

.Speak-to-an-Expert-sec .House-Hunt-main-img {
    background-image: url(../assets/images/Home-1/SpeaktoanExpert/Speak-to-an-Expert.png);
    height: 100%;
    width: 70%;
    left: 0;
}

.Speak-to-an-Expert-sec .Desktop-Valuation-card-wrap {
    margin-bottom: 0.75rem;
}

.Unique-scales-Evaluation-list {
    padding: 2.5rem 0;
    text-align: center;
    border-top: 0.0625rem solid var(--color-border);
}

    .Unique-scales-Evaluation-list h5 {
        margin: 0;
        color: black;
    }

.Unique-scales-Evaluation-main-tit {
    text-align: center;
    margin-bottom: 1.875rem;
}

.Unique-scales-Evaluation-list .Unique-scales-Evaluation-list-inner-cards {
    height: 0;
    opacity: 0;
    display: none;
    transition: 0s height 0.3s ease;
}

.Unique-scales-Evaluation-list:hover .Unique-scales-Evaluation-list-inner-cards {
    display: block;
    opacity: 1;
    height: auto;
}

.Unique-scales-Evaluation-list-inner-cards-tit-wrap {
    display: flex;
    max-width: 70%;
    margin: 0 auto;
    text-align: start;
    gap: 6.25rem;
    padding: 1.875rem;
}

    .Unique-scales-Evaluation-list-inner-cards-tit-wrap h6 {
        color: #75d6ab;
    }

    .Unique-scales-Evaluation-list-inner-cards-tit-wrap p {
        width: 50%;
    }

.Unique-scales-Evaluation-list .Contant-Card-Affluency-Index {
    text-align: start;
}

.Uniquescales-Evaluation-Nav-Bar {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 7.125rem;
    background-color: white;
    max-width: 57rem;
    width: 90%;
    border-radius: 1.5rem;
    border: 0.0625rem solid var(--color-border);
    font-size: 0.875rem;
}

    .Uniquescales-Evaluation-Nav-Bar a {
        color: #56535380;
    }

.Uniquescales-Evaluation-Nav-Bar-wrap {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 1.375rem 3.75rem;
}

.Contant-Card-Affluency-Index {
    padding: 1.25rem;
    border: 0.0625rem solid var(--color-border);
    border-radius: 0.75rem;
    height: 100%;
}

    .Contant-Card-Affluency-Index .primary-icon-wrap {
        margin-bottom: 2.5rem;
    }

    .Contant-Card-Affluency-Index h5 {
        color: #565353;
        margin-bottom: 0.5rem;
    }

.home-Use-Cases-card-btn {
    width: 2.8125rem;
    height: 2.8125rem;
    background-color: var(--color-secondary);
    display: grid;
    place-content: center;
    border-radius: 0.25rem;
    margin-left: auto;
}



.Why-choose-us-main-tit {
    text-align: center;
    margin-bottom: 70px;
}

.Why-choose-us-main-card {
    padding: 20px 30px;
    border: 0.0625rem solid var(--color-border);
    border-radius: 0.75rem;
}

    .Why-choose-us-main-card .primary-icon-wrap {
        margin-bottom: 40px;
    }

    .Why-choose-us-main-card h5 {
        margin-bottom: 8px;
        font-weight: 500;
        font-size: 22px;
    }

    .Why-choose-us-main-card p {
        font-family: "Poppins";
    }

.Why-choose-us-card-wrap {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.Why-choose-us-sec {
    position: relative;
    overflow: hidden;
    padding-bottom: 155px;
}

.Why-choose-us-main-img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    display: grid;
    place-content: center;
}

.Why-choose-us-main-cardbox {
    width: 25%;
    flex-shrink: 0;
    text-align: end;
    color: #75d6ab;
}

.Why-choose-us-main-card2 {
    max-width: 15%;
    width: 100%;
    padding: 18px 20px;
}

.Indias-Oldest-largest-repository-card {
    padding: 20px 30px;
    border: 0.0625rem solid var(--color-border);
    border-radius: 0.75rem;
    position: relative;
    height: 200px;
}


.Indias-Oldest-largest-repository-tit {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 20px;
    color: var(--color-pftext);
}

.Indias-Oldest-largest-mini-tit {
    margin-bottom: 8px;
    font-weight: 600;
}

.Indias-Oldest-largest-repository-card:hover {
    background-color: #3A4963;
    color: #75d6ab;
    padding: 30px 30px 70px 30px;
    height: auto;
}

    .Indias-Oldest-largest-repository-card:hover .Indias-Oldest-largest-repository-tit {
        margin-bottom: 80px;
        color: #75d6ab;
    }

.Indias-Oldest-largest-repository-card * {
    transition: margin-bottom 0.5s ease-in-out;
}

.Indias-Oldest-largest-Repository-card-wrap {
    height: 303px;
    display: grid;
    place-content: center;
}

.Clientele-Sec-Home {
    border-top: 0.0625rem solid var(--color-border);
    border-bottom: 0.0625rem solid var(--color-border);
    padding: 40px 0px;
}

    .Clientele-Sec-Home .swiper-scrollbar {
        display: none !important;
    }

    .Clientele-Sec-Home .container {
        max-width: 100%;
    }

.Home-Tab-System .nav-pills {
    justify-content: space-between;
    width: max-content;
    margin: 0px auto;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    padding: 22px 60px;
    border-radius: 24px;
    border: 0.0625rem solid var(--color-border);
    max-width: 800px;
    width: 100%;
}

.Home-Tab-System .primary-btn {
    max-width: fit-content;
    padding: 14px 20px;
}

    .Home-Tab-System .primary-btn:hover img {
        filter: brightness(0) saturate(100%)
    }

.Home-Tab-System .House-Hunt-cont-card {
    align-items: start;
}

.Home-Tab-System .nav-link {
    color: black;
}

.Home-Tab-System .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: transparent;
    color: var(--color-secondary);
}

.Home-Tab-System .nav-pills {
    margin: 0px auto 50px !important;
}

.Home-Tab-System .primary-btn {
    margin: 0px 0px 20px auto;
}

.Home-Tab-System .primary-btn {
    max-width: fit-content;
    padding: 14px 20px;
    margin: 0px 0px 20px auto;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.home-tab-sec-card-wrap {
    width: 60%;
    margin: 0px auto;
}


.Why-choose-us-main-tit {
    text-align: center;
    margin-bottom: 4.375rem; /* 70px */
}

.Why-choose-us-main-card {
    padding: 1.25rem 1.875rem; /* 20px 30px */
    border: 0.0625rem solid var(--color-border);
    border-radius: 0.75rem;
}

    .Why-choose-us-main-card .primary-icon-wrap {
        margin-bottom: 2.5rem; /* 40px */
    }

    .Why-choose-us-main-card h5 {
        margin-bottom: 0.5rem; /* 8px */
        font-weight: 500;
        font-size: 1.375rem; /* 22px */
    }

    .Why-choose-us-main-card p {
        font-family: "Poppins";
    }

.Why-choose-us-card-wrap {
    display: flex;
    gap: 0.625rem; /* 10px */
    margin-bottom: 0.625rem; /* 10px */
}

.Why-choose-us-sec {
    position: relative;
    overflow: hidden;
    padding-bottom: 9.6875rem; /* 155px */
}

.Why-choose-us-main-img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: grid;
    place-content: center;
}

.Why-choose-us-main-cardbox {
    width: 25%;
    flex-shrink: 0;
    text-align: end;
    color: #75d6ab;
}

.Why-choose-us-main-card2 {
    max-width: 15%;
    width: 100%;
    padding: 1.125rem 1.25rem; /* 18px 20px */
}

.Indias-Oldest-largest-repository-card {
    padding: 1.25rem 1.875rem; /* 20px 30px */
    border: 0.0625rem solid var(--color-border);
    border-radius: 0.75rem;
    position: relative;
    height: 12.5rem; /* 200px */
}

.Indias-Oldest-largest-repository-tit {
    font-weight: 700;
    font-size: 2.125rem; /* 34px */
    margin-bottom: 1.25rem; /* 20px */
    color: var(--color-pftext);
}

.Indias-Oldest-largest-mini-tit {
    margin-bottom: 0.5rem; /* 8px */
    font-weight: 600;
}

.Indias-Oldest-largest-repository-card:hover {
    background-color: #3A4963;
    color: #75d6ab;
    padding: 1.875rem 1.875rem 4.375rem 1.875rem; /* 30px 30px 70px 30px */
    height: auto;
}

    .Indias-Oldest-largest-repository-card:hover .Indias-Oldest-largest-repository-tit {
        margin-bottom: 5rem; /* 80px */
        color: #75d6ab;
    }

.Indias-Oldest-largest-repository-card * {
    transition: margin-bottom 0.5s ease-in-out;
}

.Indias-Oldest-largest-Repository-card-wrap {
    height: 18.9375rem; /* 303px */
    display: grid;
    place-content: center;
}

.Clientele-Sec-Home {
    border-top: 0.0625rem solid var(--color-border);
    border-bottom: 0.0625rem solid var(--color-border);
    padding: 2.5rem 0; /* 40px 0 */
}

    .Clientele-Sec-Home .swiper-scrollbar {
        display: none !important;
    }

    .Clientele-Sec-Home .container {
        max-width: 100%;
    }

.Home-Tab-System .nav-pills {
    justify-content: space-between;
    width: max-content;
    margin: 0 auto;
    font-weight: 600;
    font-size: 1.125rem; /* 18px */
    line-height: 1.875rem; /* 30px */
    padding: 1.375rem 3.75rem; /* 22px 60px */
    border-radius: 1.5rem; /* 24px */
    border: 0.0625rem solid var(--color-border);
    max-width: 50rem; /* 800px */
    width: 100%;
}

.Home-Tab-System .primary-btn {
    max-width: fit-content;
    padding: 0.875rem 1.25rem; /* 14px 20px */
}

    .Home-Tab-System .primary-btn:hover img {
        filter: brightness(0) saturate(100%);
    }

.Home-Tab-System .House-Hunt-cont-card {
    align-items: start;
}

.Home-Tab-System .nav-link {
    color: black;
}

.Home-Tab-System .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: transparent;
    color: var(--color-secondary);
}

.Home-Tab-System .nav-pills {
    margin: 0 auto 3.125rem !important; /* 50px */
}

.Home-Tab-System .primary-btn {
    margin: 0 0 1.25rem auto; /* 20px */
    display: flex;
    gap: 0.625rem; /* 10px */
    justify-content: center;
    align-items: center;
}

.home-tab-sec-card-wrap {
    width: 60%;
    margin: 0 auto;
}

.What-our-client-says-main-tit {
    text-align: center;
    margin-bottom: 5rem; /* 80px */
}

.What-our-client-says-sec .swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.What-our-client-says-sec .swiper-slide {
    text-align: center;
    font-size: 1.125rem; /* 18px */
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.What-our-client-says-card-img {
    margin-bottom: 3.125rem; /* 50px */
}

.What-our-client-says-card p {
    max-width: 30.6875rem; /* 491px */
    width: 100%;
    margin: 0 auto 1.25rem; /* 20px */
    color: #565353;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 0.875rem; /* 14px */
    line-height: 1.3125rem; /* 21px */
}

.What-our-client-says-card-name img {
    width: 5.625rem; /* 90px */
    height: 1.25rem; /* 20px */
}

.What-our-client-says-card-name {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.875rem; /* 30px */
    margin-bottom: 3.75rem; /* 60px */
    color: var(--color-pftext);
}

.What-our-client-says-sec .swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 40%;
}

.What-our-client-says-sec .swiper-scrollbar {
    right: auto;
    left: 50% !important;
    transform: translateX(-50%);
}

.What-our-client-says-sec .swiper-scrollbar-drag,
.swiper-scrollbar-drag {
    background: var(--color-secondary);
    height: 0.5625rem; /* 9px */
    top: -0.25rem; /* 4px */
}

.What-our-client-says-sec .swiper-scrollbar,
.swiper-scrollbar {
    height: 0.0625rem !important; /* 1px */
    background: #DADADA;
}

.home-Use-Cases-card {
    padding: 0.625rem; /* 10px */
    border-radius: 0.75rem; /* 12px */
    background-color: white;
    border: 0.0625rem solid var(--color-border);
}

.Home-Use-Case-Sec .swiper {
    padding-bottom: 5rem; /* 80px */
}

.home-Use-Cases-card-main-tit {
    padding-top: 0.625rem; /* 10px */
    border-top: 0.0625rem solid var(--color-border);
    margin-top: 0.625rem; /* 10px */
    margin-bottom: 0.625rem; /* 10px */
}

.home-Use-Cases-card-img {
    margin-bottom: 0.5rem; /* 8px */
    height: 23.125rem; /* 370px */
}

.home-Use-Cases-card-mini-tit {
    display: flex;
    gap: 1.25rem; /* 20px */
    font-family: "Poppins";
    font-weight: 400;
    font-size: 0.875rem; /* 14px */
    line-height: 1.3125rem; /* 21px */
    color: #565353;
}

.Home-Use-Case-Sec-main-tit {
    margin-bottom: 3.75rem; /* 60px */
}



.home-Use-Cases-card-btn:hover {
    background-color: #75d6ab;
}

.HomeGet-Touch-with-Us-wrap {
    padding: 3.75rem 0 9.375rem; /* 60px 0 150px */
    background: url("../../assets/images/Home-1/Get-In-Touch-with-us/Get-In-Touch-with-us-main.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0.75rem; /* 12px */
    color: white;
}

.HomeGet-Touch-with-Us-cont-wrap {
    width: 80%;
}

    .HomeGet-Touch-with-Us-cont-wrap p {
        margin-bottom: 2.5rem; /* 40px */
    }

    .HomeGet-Touch-with-Us-cont-wrap h4 {
        margin-bottom: 1.25rem; /* 20px */
        font-size: 2rem; /* 32px */
    }

.Home-Get-Touch-with-Us {
    overflow-x: hidden;
}

.HomeGet-Touch-with-Us-btn {
    max-width: max-content;
    padding: 0.875rem 1.375rem; /* 14px 22px */
}



.Onboarding-breadcrumb-Sec {
    background: url("../../assets/images/Landing-page-Onboarding/breadcrumb/breadcrumb-1.png");
}

.Affluency-Index-banner-sec {
    background: url("../../assets/images/Landing-page-Onboarding/breadcrumb/Affluency-Index-banner-img.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.Affluency-Index-1-banner {
    background: url("../../assets/images/Landing-page-Onboarding/breadcrumb/Affluency-Index-1-banner-img.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.Proprietary-TheoriesOn-Price-Banner-Sec {
    background: url("../../assets/images/Landing-page-Onboarding/ProprietaryTheoriesOnPrice/Proprietary-TheoriesOn-Price-Banner-img.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.Onboarding-breadcrumb-Sec,
.FFP-breadcrumb-Sec,
.Affluency-Index-banner-sec,
.Affluency-Index-1-banner,
.Proprietary-TheoriesOn-Price-Banner-Sec {
    padding: 200px 0px 250px;
}

    .Onboarding-breadcrumb-Sec .nav-link.active {
        color: var(--color-secondary);
        font-weight: 700;
    }

.Investible-Score-card-main-tit {
    color: var(--color-secondary);
}

.Investible-Score-card-cont-wrap {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 0.0625rem solid var(--color-border);
}

.Investible-Score-card-img {
    flex-shrink: 0;
}

.Investible-Score-inner-btm-card span {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 11px;
    color: var(--color-text);
}

.Investible-Score-hole-card-wrap {
    position: relative;
    transform: translateY(-65px);
    background-color: #fff;
    padding: 30px;
    border: 0.0625rem solid var(--color-border);
    border-radius: 12px;
    width: 100%;
    margin: 0px auto;
}

.Future-Price-Projection-FPP-hole-card-wrap {
    position: relative;
    transform: translateY(-65px);
    background-color: #fff;
    padding: 30px;
    border: 0.0625rem solid var(--color-border);
    border-radius: 12px;
    max-width: 925px;
    width: 100%;
    margin: 0px auto;
}

.Future-Price-Projection-FPP-hole-card-wrap {
    display: flex;
    gap: 30px;
}

.Future-Price-Projection-FPP-sec-main-tit {
    color: #75D6AB;
    margin-bottom: 30px;
}

.Future-Price-Projection-FPP-sec, .Execution-Risk-sec, .India-Map-Sec {
    padding: 80px 0px;
}

#AffluencyIndextitContSec {
    padding: 80px 0px;
}

.Affluency-Index-cont-wrap-1 {
    margin-bottom: 60px;
}

.Uniquescales-Evaluation-Nav-Bar-wrap li {
    flex-shrink: 0;
}

.Uniquescales-Evaluation-Nav-Bar-wrap {
    gap: 20px;
}

.Future-Price-Projection-FPP-img-wrap {
    display: grid;
    place-content: center;
}

.Affluency-Index1-Execution-RiskSec .green-tit, .AffluencyIndex-1-cont-cards-tit-wrap h5 {
    margin-bottom: 30px;
}

.Affluency-Index1-Execution-RiskSec .container > p {
    border-bottom: 1px solid lightgray;
    padding-bottom: 20px;
}

.Proprietary-Theories-Price-cont-Card-Sec .section-padding {
    padding: 80px 0px 0px;
}

.HouseHunt-Property-Photos-gallery-item .property-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.HouseHunt-Property-gallery-sec {
    overflow-x: hidden;
}

.subscribe-box-img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}

.HouseHunt-subscribe-box-body-bottom-row p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tit-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--color-secondary);
    display: block;
    margin-bottom: 20px;
}

.HouseHunt-subscribe-box-body-bottom-row p:hover {
    cursor: pointer;
    display: block;
    -webkit-line-clamp: auto;
    overflow: visible;
}

#risk-rating-table2 tr, #risk-rating-table tr {
    border-bottom: 0.0625rem solid var(--color-border);
}

#risk-rating-table th, #risk-rating-table td {
    vertical-align: middle !important;
}

    #risk-rating-table th div, #risk-rating-table td div {
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
    }

#risk-rating-table2 th, #risk-rating-table2 td {
    vertical-align: middle !important;
}

    #risk-rating-table2 th div, #risk-rating-table2 td div {
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
    }

#risk-rating-table2, #risk-rating-table {
    border-top: 0.0625rem solid var(--color-border);
}

    #risk-rating-table2 h6, #risk-rating-table h6 {
        font-weight: 600;
        font-size: 20px;
    }

.FFP-breadcrumb-Sec {
    background: url(../../assets/images/Landing-page-Onboarding/breadcrumb/FFP-banner-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.Future-Price-Projection-FPP-cont-wrap {
    max-width: 567px;
    width: 100%;
    margin: 0px auto;
}

.Future-Price-Projection-FPP-card-main-tit {
    color: var(--color-secondary);
}

.Future-Price-Projection-FPP-card-main-tit {
    margin-bottom: 30px;
}

.Future-Price-Projection-FPP-card-cont-wrap p {
    margin-bottom: 47px;
}

.Future-Price-Projection-FPP-main-img {
    flex-shrink: 0;
    display: grid;
    place-content: center;
}

.Future-Price-Projection-FPP-inner-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Future-Price-Projection-FPP-inner-card-child {
    padding: 20px 30px;
    border: 0.0625rem solid var(--color-border);
    border-radius: 12px;
    flex-basis: 47%;
}

.Future-Price-Projection-FPP-inner-card {
    width: 100%;
}

.FFP-India-Map-cont-wrap {
    max-width: 535px;
    width: 100%;
}

    .FFP-India-Map-cont-wrap h5 {
        color: #75D6AB;
    }

.Contant-Card-Affluency-Index {
    padding: 20px;
    border: 0.0625rem solid var(--color-border);
    border-radius: 12px;
    height: 100%;
}

    .Contant-Card-Affluency-Index .primary-icon-wrap {
        margin-bottom: 40px;
    }

    .Contant-Card-Affluency-Index h5 {
        color: #565353;
        margin-bottom: 8px;
    }


.Affluency-Index-cont-wrap-1 {
    max-width: 610px;
    width: 100%;
}

    .Affluency-Index-cont-wrap-1 h5 {
        margin-bottom: 30px;
        color: #75D6AB;
    }

.Affluency-Index-cont-wrap-1 {
    margin-bottom: 60px;
}

.AffluencyIndex1-Cont-Card-main-tit {
    color: #75D6AB;
}

.AffluencyIndex1-Cont-Card-tit-wrap {
    margin-bottom: 33px;
    max-width: 463px;
    width: 100%;
}

.AffluencyIndex1-Cont-Card-main-tit {
    margin-bottom: 30px;
}

.AffluencyIndex1ExecutionRiskSec-tit-sec {
    max-width: 835px;
    width: 100%;
}

.Execution-risk-table-card-child {
    padding: 30px 18px;
}

/*.table-tit-card {
    place-content: center;
    padding: 30px 10px;
}
*/
.At-Project-level-cont-wrap .row > * {
    padding: 0px;
}

.At-Project-level-cont-wrap {
    margin-bottom: 100px;
}

.Execution-risk-table-card-child p {
    margin: 0px;
}

.ProprietaryTheoriesOn-PriceBanner-Btm-Card-sec .Investible-Score-card-cont-wrap {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px;
}

.House-Hunt-link:hover {
    color: #75D6AB;
}

.House-Hunt-link-one {
    position: relative;
}

    .House-Hunt-link-one:hover .nav-drop-dowm {
        opacity: 1;
    }

.nav-drop-dowm {
    position: absolute;
    top: 100%;
    opacity: 0;
}

.Proprietary-Theories-Price-main-tit {
    color: #75D6AB;
    margin-bottom: 30px;
}

.Sales-Growth-10x {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    display: flex;
    gap: 5px;
    color: var(--color-text);
}

    .Sales-Growth-10x p {
        color: var(--color-text);
        font-weight: 500;
        font-size: 15px;
        line-height: 24px;
    }

.House-Hunt-main-img img {
    border-radius: 12px;
}

.House-Hunt-main-tit-wrap {
    position: relative;
}

    .House-Hunt-main-tit-wrap .primary-btn {
        position: absolute;
        right: -252px;
        top: 70px;
        z-index: 10;
    }

.Investible-Score-Report-tit-wrap {
    position: relative;
}

    .Investible-Score-Report-tit-wrap .primary-btn {
        position: absolute;
        right: -170px;
        top: 60%;
        cursor: pointer;
    }

.gst-unnerline {
    border-bottom: 0.0625rem solid var(--color-border);
    padding-bottom: 10px;
}

.Speak-an-Expert-amount {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #565353;
    margin-bottom: 8px;
    display: block;
    margin-top: 30px;
}

    .Speak-an-Expert-amount b {
        font-family: "Poppins";
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
    }

.Affluency-Index1-Execution-RiskSec {
    overflow: hidden;
}

.AffluencyIndex-1-cont-cards-tit-wrap {
    max-width: 463px;
    width: 100%;
    margin-bottom: 30px;
}

    .AffluencyIndex-1-cont-cards-tit-wrap h5 {
        color: #75D6AB;
    }

.green-tit {
    color: #75D6AB;
}

.Magnet-theory-ProprietaryTheories-tit {
    margin-bottom: 30px;
    margin-top: 30px;
}

.Proprietary-Theories-Price-cont-Card-Sec {
    overflow-x: hidden;
}

.RealEstate-Secondary-Nav-wrap {
    display: flex;
    gap: 40px;
    justify-content: center;
    padding: 22px 60px;
    border-radius: 12px;
    border: 0.0625rem solid var(--color-border);
    max-width: max-content;
    width: 100%;
    margin: 16px auto 45px;
    flex-wrap: wrap;
}

    .RealEstate-Secondary-Nav-wrap a {
        color: #56535380;
        font-size: 14px;
    }

        .RealEstate-Secondary-Nav-wrap a:hover {
            color: var(--color-secondary);
            font-weight: 700;
        }

.Real-Estate-Four-Img-card {
    border: 0.0625rem solid var(--color-border);
    border-radius: 12px;
    text-align: center;
    overflow: hidden;
    padding-top: 30px;
    position: relative;
    height: 566px;
}

    .Real-Estate-Four-Img-card * {
    }

    .Real-Estate-Four-Img-card p {
        display: none;
        opacity: 0;
        transition: opacity 0.5s ease;
    }

.Real-Estate-Four-Img-wrap {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 100%;
    transition: 0.5s ease;
    display: grid;
    place-content: center;
}

    .Real-Estate-Four-Img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.Real-Estate-Four-Img-card:hover {
    text-align: start;
    transition: all 0.5s ease;
    background-color: var(--color-text);
    color: white;
    padding-top: 0px;
}

    .Real-Estate-Four-Img-card:hover * {
        color: white;
    }

    .Real-Estate-Four-Img-card:hover .Real-Estate-Four-Img-wrap {
        width: 150px;
        height: 100px;
    }

    .Real-Estate-Four-Img-card:hover .Real-Estate-Four-Img-card-cont-wrap {
        padding: 30px;
        transition: all 0.5s ease;
    }

.Real-Estate-Four-Img-card-cont-wrap h5 {
    padding: 0px 30px;
}

.Real-Estate-Four-Img-card:hover .Real-Estate-Four-Img-card-cont-wrap h5 {
    padding: 0px;
}

.Real-Estate-Four-Img-card:hover p {
    display: block;
    opacity: 1;
}

.Data-Source-cont-wrap p {
    height: 80px;
    display: grid;
    place-content: center;
    border-bottom: 0.0625rem solid var(--color-border);
}

.Data-Source-cont-tit {
    padding: 30px 0px;
    border-bottom: 0.0625rem solid var(--color-border);
    text-align: center;
    color: var(--color-text);
}

.Data-Source-Nd-Methodology .row > * {
    padding: 0px;
}

.Geocoded-Mapped-tit-wrap {
    max-width: 689px;
    margin-bottom: 50px;
}

    .Geocoded-Mapped-tit-wrap p {
        font-family: "Poppins";
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
    }

.Geocoded-Mapped-sec-tit {
    margin-bottom: 10px;
    color: var(--color-text);
}

.Geocoded-Mapped-Used-card h6 {
    color: #75D6AB;
    margin-bottom: 70px;
}

.Geocoded-Mapped-Used-card-two h6 {
    color: #75D6AB;
    margin-bottom: 46px;
}

.Geocoded-Mapped-Used-card,
.Geocoded-Mapped-Used-card-two {
    padding: 20px 30px;
    border: 0.0625rem solid var(--color-border);
    border-radius: 12px;
}

.Geocoded-Mapped-Used-card-child-card-wrap {
    display: flex;
    gap: 20px;
    align-items: end;
}

.Geocoded-Mapped-Used-card-child .primary-icon-wrap {
    margin-bottom: 37px;
}

.Geocoded-Mapped-Used-card-child p {
    margin: 0px;
}

.Geocoded-Mapped-Used-card-child-tit {
    margin-bottom: 62px;
    color: #565353;
}

.Geocoded-Mapped-Used-card-two .Geocoded-Mapped-Used-card-child-card-wrap > * {
    width: 210px;
}

.Indias-Oldest-largest-Repository-card {
    border: 0.0625rem solid var(--color-border);
    border-radius: 12px;
    padding: 20px 30px;
    transition: ease-in-out 0.2s;
    height: 200px;
}

    .Indias-Oldest-largest-Repository-card h4 {
        margin-bottom: 20px;
    }

    .Indias-Oldest-largest-Repository-card h6 {
        margin-bottom: 8px;
    }

    .Indias-Oldest-largest-Repository-card p {
        margin: 0px;
    }

.Indias-Oldest-largest-Repository-card-wrap {
    height: 303px;
    display: grid;
    place-content: center;
}

.Indias-Oldest-largest-Repository-card:hover {
    padding: 30px 30px 70px;
    border: 2px solid #75D6AB;
    height: auto;
}

    .Indias-Oldest-largest-Repository-card:hover h4 {
        margin-bottom: 80px;
        color: #75D6AB;
    }

    .Indias-Oldest-largest-Repository-card:hover * {
        color: #75D6AB;
    }

.Indias-Oldest-largest-Repository-tit {
    text-align: center;
}

.Indias-Oldest-largest-Repository-tit-wrap {
    max-width: 800px;
    width: 100%;
    margin: 0px auto 70px;
}

.Central-Business-District-col {
    text-align: center;
}

.Central-Business-District-col-tit {
    place-content: center;
}

.Central-Business-District-col p {
    padding: 25px;
    place-content: center;
    border-bottom: 0.0625rem solid var(--color-border);
}


.Central-Business-District-Sec th, .Central-Business-District-Sec td {
    text-align: center;
    padding: 30px;
}

.Median-Household-Income-Region-Sec {
    padding: 30px;
    border-radius: 12px;
    border: 0.0625rem solid var(--color-border);
    max-width: 1280px;
    margin: 0px auto;
}

.geo-graphics-India-Map-data-list li {
    margin-bottom: 10px;
}

.geo-graphics-India-Map-data-list {
    border-left: 0.0625rem solid var(--color-border);
    padding: 20px;
}

.geo-graphics-India-Map-Sec {
    border: 0.0625rem solid var(--color-border);
    border-radius: 12px;
    max-width: 1280px;
    width: 100%;
    margin: 100px auto;
    padding: 20px;
}

.geo-graphics-India-Map-small-cards-wrap .Indias-Oldest-largest-Repository-card-wrap {
    display: flex;
    align-items: center;
    width: 100%;
}

.geo-graphics-India-Map-small-cards-wrap .Indias-Oldest-largest-Repository-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    transition: var(--transition);
}

    .geo-graphics-India-Map-small-cards-wrap .Indias-Oldest-largest-Repository-card h6 {
        font-weight: 600;
        font-size: 18px;
        line-height: 30px;
    }

    .geo-graphics-India-Map-small-cards-wrap .Indias-Oldest-largest-Repository-card:hover {
        padding: 30px 30px 30px;
    }

.RealEstate-Secondary-Nav .nav-link.active {
    color: var(--color-secondary);
    transition: unset;
    font-weight: 700;
}

.RealEstate-Secondary-Nav .nav-link {
    transition: unset;
}

.Uniquescales-Evaluation-Nav-Bar .nav-link {
    transition: unset;
}

    .Uniquescales-Evaluation-Nav-Bar .nav-link.active {
        color: var(--color-secondary);
        transition: unset;
        font-weight: 700;
    }





#segmentSidebar {
    background: linear-gradient(89.42deg, rgb(149 200 239) -36.33%, rgb(96 148 123) 138.7%);
    border: none;
    height: 100%;
    border-radius: 0px;
}

    #segmentSidebar .list-group-item {
        background: transparent;
        color: #fff;
        border: none;
        font-size: 1.1rem;
        display: flex;
        align-items: center;
        padding: 2rem;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
    }

        #segmentSidebar .list-group-item i {
            font-size: 20px;
        }

        #segmentSidebar .list-group-item.active {
            background: rgb(0 0 0 / 22%);
            color: #fff;
        }

        #segmentSidebar .list-group-item:hover {
            background: rgba(255, 255, 255, 0.15);
            color: #fff;
        }

#finance-buttons .btn {
    background-color: #f8f9fa;
    color: #000;
    border-radius: 30px;
    padding: 6px 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid #ccc;
    margin-right: 10px;
    cursor: pointer;
}

    #finance-buttons .btn.active {
        background-color: #cdefe0;
        color: #fff;
        border-color: #cdefe0;
    }

    #finance-buttons .btn:hover {
        background-color: #cdefe0;
        color: #fff;
        border-color: #cdefe0;
    }

.segment-content {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

    .segment-content.show {
        opacity: 1;
        transform: translateY(0);
    }

.univarsal-btn,
.fundBtn-class,
.bankBtn-class,
.equityBtn-class {
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    border: none;
    background: transparent;
    color: #000;
    border-radius: 50px;
    transition: all 0.3s ease, transform 0.2s ease;
    font-weight: 500;
    transform: scale(1);
}

    .fundBtn-class:hover:not(.active),
    .bankBtn-class:hover:not(.active),
    .equityBtn-class:hover:not(.active),
    .univarsal-btn:hover:not(.active), {
        background-color: rgba(78, 160, 128, 0.1);
        color: #c54a53;
        transform: scale(1.05);
    }

    .fundBtn-class.active,
    .bankBtn-class.active,
    .equityBtn-class.active,
    .univarsal-btn.active {
        background: linear-gradient(89.74deg, #4ea080 -12.57%, #c54a53 107.25%);
        color: #fff;
        border-radius: 50px;
        transform: scale(1);
    }
.subtitileforhome {
    font-size: var(--font-large);
    font-weight:600;
    color:var(--color-secondary);
}
.subbbtitileforhome {
    font-size: var(--font-tbig);
    font-weight: 600;
    color: var(--color-secondary);
}
.futurePriceProjectionBox {
    border: 0.0625rem solid var(--color-border);
    padding:1.5rem;
    border-radius:12px;
}


.fppContainer {
    position: relative;
    overflow: hidden;
    height: 500px; /* starting height */
    transition: none;
}

.fppImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.cardMethodology {
    height: 18rem !important;
    width: 100%;
    max-width: 23rem;
    margin: 1.5rem auto;
    padding: 2rem;
    background: #f8f9fa !important;
}

    .cardMethodology h5 {
        font-weight: 700;
        font-size: 1.1rem;
        color: #34435C !important;
    }

    .cardMethodology img {
        max-width: 1.6rem;
        height: auto;
        filter:invert(1);
    }

.MethodologyContent-p {
    background-color:var(--color-secondary);
    padding: 0.5rem !important;
    color: #fff !important;
    text-align: center;
}

.heading-with-line {
    position: relative;
    color:var(--color-secondary);
}

    .heading-with-line::after {
        content: "";
        position: absolute;
        height: 1.3rem;
        bottom: 2rem;
        right: 50%;
        width: 2px;
        background-color: #000;
        transform: translateX(50%);
    }

.heading-with-line2 {
    position: relative;
    color: var(--color-secondary);
}

    .heading-with-line2::after {
        content: "";
        position: absolute;
        height: 1.5rem;
        top: 3rem;
        right: 50%;
        width: 2px;
        background-color: #000;
        transform: translateX(50%);
    }

    .heading-with-line2::before {
        content: "";
        position: absolute;
        height: 2px;
        top: 4.5rem;
        right: 50%;
        width: 50%;
        background-color: #000;
        transform: translateX(50%);
    }
/*========INDEX PAGE===============*/
/*========House Hunt PAGE===============*/
.landingPage2 {
    overflow-x: hidden;
}

.landingPage2-banner-sec {
    background-color: #e9f4ff;
}

.landingPage2-banner-left-top h1 {
    margin-bottom: 3.125rem; /* 50px */
}

.landingPage2-banner-left-bottom {
    height: auto;
    border-radius: 0.75rem; /* 12px */
    padding: 1.875rem; /* 30px */
    background-color: #ffffff;
    width: 70%;
    border: 0.0625rem solid var(--color-border);
    position: relative;
}

.landingPage2-banner-left-bottom-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2.5rem; /* 40px */
    width: 65%;
    margin-bottom: 1.875rem; /* 30px */
}

.landingPage2-banner-left-bottom h2 {
    font-size: 1.375rem; /* 22px */
    line-height: 1.875rem; /* 30px */
    color: #565353;
}

.landingPage2-banner-img {
    width: 100%;
    bottom: 0;
}

.landingPage2-banner-right {
    background: url(../assets/images/House-Hunt/Landing-page-2/landing-Page2-Banner-Image.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%; /* 45% of 16px base? Keep as % if relative */
    height: 85%; /* 85% of 16px base? Keep as % if relative */
}

.HouseHunt-top-tabContainer .dropdown-submenu {
    position: relative;
}

.landingPage2-filter-sec-headingContainer {
    margin-bottom: 1.5625rem; /* 25px */
}

.landingPage2-filter-sec h5 {
    font-weight: 600;
    color: var(--color-secondary);
}

.landingPage2-filter-sec p {
    font-weight: 500;
    color: #777777;
}

.landingPage2-filter-sec .primary-icon-wrap {
    background-color: var(--color-secondary);
}

.landingPage2-filter-sec .swiper-container {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    padding: 1.25rem 0; /* 20px 0 */
}

.landingPage2-filter-sec .swiper-wrapper {
    display: flex;
    gap: 0.625rem; /* 10px */
}

.landingPage2-filter-sec .swiper-slide {
    flex-shrink: 0;
    width: 25%;
    max-width: 25%;
    border: 0.0625rem solid #ddd;
    border-radius: 0.75rem; /* 12px */
    padding: 10% 1.25rem 1.25rem 1.25rem; /* 10% 20px 20px 20px */
    background: #fff;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

.landingPage2-filter-sec .swiper-slide-Content {
    flex: 1;
    overflow: hidden;
    text-align: left;
    padding-right: 2.5rem; /* 40px */
}

    .landingPage2-filter-sec .swiper-slide-Content h5 {
        font-size: 1rem; /* 16px */
        color: #565353;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
        margin: 0;
        line-height: 1.4;
        max-height: 3.5em;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.landingPage2-filter-sec .swiper-scrollbar {
    margin-top: 1.875rem; /* 30px */
    position: relative;
}

.landingPage2-filter-sec .swiper-container::-webkit-scrollbar {
    display: none;
}

#landingPage2-Visualization-sec h3 {
    text-align: center;
    margin-bottom: 5rem; /* 80px */
    font-size: 2rem; /* 32px */
    line-height: 1.875rem; /* 30px */
}

#landingPage2-Visualization-sec #chartTabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.875rem; /* 30px */
    border: 0.0625rem solid var(--color-border);
    border-radius: 1.5rem; /* 24px */
    padding: 1.5rem; /* 24px */
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
}

    #landingPage2-Visualization-sec #chartTabs::-webkit-scrollbar {
        display: none;
    }

#landingPage2-Visualization-sec .nav-tabs .nav-link {
    width: 100%;
    text-align: center;
    cursor: pointer;
    color: rgba(86, 83, 83, 0.5);
    border: none;
    text-overflow: ellipsis;
}

.landingPage2-Visualization-sec .nav-item {
    flex: 0 0 auto;
    width: 20%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#landingPage2-Visualization-sec .chart-container {
    display: none;
    align-items: center;
    justify-content: center;
    height: 25rem; /* 400px */
    width: 100%;
}

.chart-container.active {
    display: flex;
}

#landingPage2-Visualization-sec .tab-content {
    border: 0.0625rem solid var(--color-border);
    border-radius: 0.75rem; /* 12px */
    padding: 1.25rem 1.875rem; /* 20px 30px */
    margin-top: 1.25rem; /* 20px */
}

#chartPara {
    font-size: 0.875rem; /* 14px */
    line-height: 1.3125rem; /* 21px */
    color: #777777;
    font-weight: 400;
    margin-top: 1.25rem; /* 20px */
}

.landingPage2-Works-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-height: 100%;
}

.landingPage2-Works-row-tab {
    border-radius: 0.75rem; /* 12px */
    border: 0.0625rem solid var(--color-border);
    padding: 1.25rem 1.875rem; /* 20px 30px */
    height: 12.8125rem; /* 205px */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
}

    .landingPage2-Works-row-tab h4 {
        font-size: 2rem; /* 32px */
        line-height: 1.875rem; /* 30px */
        font-weight: 700;
        color: #3A4963;
    }

    .landingPage2-Works-row-tab p {
        font-size: 0.9375rem; /* 15px */
        line-height: 1.875rem; /* 30px */
        font-weight: 600;
        color: #3A4963;
        width: 82%;
        margin-bottom: 0;
    }

    .landingPage2-Works-row-tab:hover {
        background-color: #3A4963;
        transform: scaleY(1.1);
        cursor: pointer;
    }

        .landingPage2-Works-row-tab:hover p,
        .landingPage2-Works-row-tab:hover h4 {
            color: #75D6AB;
        }

    .landingPage2-Works-row-tab.active {
        background-color: #3A4963;
        height: 15.625rem; /* 250px */
    }

#landingPage2-Works-sec-column-h2 {
    color: #3A4963;
    text-align: center;
}

.landingPage2-Works-sec-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*.landingPage2-Works-StackContainer {
    display: flex;
    align-items: center;
    justify-content: center;
}*/
.landingPage2-Works-StackContainer {
    width: 100%;
}

.landingPage2-Works-Stack {
    border-radius: 0.75rem; /* 12px */
    border: 0.0625rem solid var(--color-border);
    padding: 3.125rem 2.5rem; /* 50px 40px */
}

/*.landingPage2-Works-Stack-top-row {
    display: flex;
    align-items: center;
    gap: 1rem;*/ /* 16px */
/*}*/
.landingPage2-Works-Stack-top-row {
    display: flex;
    align-items: center;
    /* gap: 1rem; */
    flex-direction: row;
    justify-content: start;
    margin: 0 0 1rem 0;
}

.landingPage2-Works-Stack-bottom {
    display: flex;
    flex-direction: column;
    gap: 1.25rem; /* 20px */
    margin-top: 2.5rem; /* 40px */
    margin-bottom: 2.5rem; /* 40px */
}

.landingPage2-Works-Stack-bottom-row {
    display: flex;
    align-items: center;
    width: 75%;
    gap: 1.25rem; /* 20px */
}

    .landingPage2-Works-Stack-bottom-row p {
        margin: 0;
    }

.landingPage2-Works-Stack-btn-Container {
    width: 100%;
}

#landingPage2-Works-Stack-btn,
#landingPage2-Works-Stack-btn2,
#landingPage2-Works-Stack-btn3,
#FreeTrailTrigger,
#CreateOrderTrigger {
    width: 100%;
    max-width: 100%;
}

.landingPage2-Use-Cases-card {
    padding: 0.625rem; /* 10px */
    background-color: white;
    border-radius: 0.75rem; /* 12px */
    border: 0.0625rem solid var(--color-border);
}

.landingPage2-Use-Case-Sec .swiper {
    padding-bottom: 5rem; /* 80px */
}

.landingPage2-Use-Cases-card-main-tit {
    padding-top: 0.625rem; /* 10px */
    border-top: 0.0625rem solid var(--color-border);
    margin-top: 0.625rem; /* 10px */
    margin-bottom: 0.625rem; /* 10px */
}

    .landingPage2-Use-Cases-card-main-tit:hover a {
        color: black;
    }

    .landingPage2-Use-Cases-card-main-tit a {
        color: #565353;
    }

.landingPage2-Use-Cases-card-img {
    margin-bottom: 0.5rem; /* 8px */
}

    .landingPage2-Use-Cases-card-img img {
        width: 100%;
    }

.landingPage2-Use-Cases-card-mini-tit {
    display: flex;
    gap: 1.25rem; /* 20px */
    font-family: "Poppins";
    font-weight: 400;
}

.landingPage2-Use-Case-Sec-main-tit {
    margin-bottom: 3.75rem; /* 60px */
}

.landingPage2-Use-Cases-card-btn {
    width: 2.8125rem; /* 45px */
    height: 2.8125rem; /* 45px */
    background-color: var(--color-secondary);
    display: grid;
    place-content: center;
    border-radius: 0.25rem; /* 4px */
    margin-left: auto;
}

    .landingPage2-Use-Cases-card-btn:hover {
        background-color: #75d6ab;
    }

.landingPage2-use-case-sec .swiper-wrapper {
    margin-bottom: 3.125rem; /* 50px */
}

#landingPage2-faq-sec-column-h2 {
    color: var(--color-text);
    margin: 0 0 0.9375rem; /* 15px */
    text-align: center;
}

#landingPage2-Visualization-sec #chartTabs button {
    text-transform: capitalize;
}

.landingPage2-faq-sec-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.landingPage2-faq-stackContainer {
    width: 60%;
    margin-top: 0.625rem; /* 10px */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.875rem; /* 30px */
}

.landingPage2-faq-stack {
    width: 100%;
    cursor: pointer;
    border-bottom: 0.0625rem solid var(--color-border);
}

.landingPage2-pricing-plan-sec .landingPage2-Works-Stack {
    width: 50%;
    margin: 0 auto;
}



.search-container .city-dropdowns {
    border-bottom: none;
    border-top: none;
    border-left: none;
    background: transparent;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    outline: none;
    position: relative;
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    display: flex;
    align-items: center;
    color: #717171;
    padding: 3px 8px;
}

.locationcustom {
    background: #3a4963;
    padding: 8px;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    display: block;
    margin-left: 10px;
    font-size: 12px;
}

.nearby-locations {
    position: relative;
    font-size: 14px;
    width: 100%;
    padding: 15px 15px 15px 15px;
}

.HouseHunt-search-sec-top .search-container {
    border: 0.0625rem solid var(--color-border);
    background-color: #ffffff;
}

.nearby-locations .nearby-title {
    color: var(--color-secondary);
    padding: 6px 0px;
    font-weight: 600;
}

.location-item {
    display: inline-flex;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 20px !important;
    padding: 6px 14px;
    margin: 4px;
    font-size: 12px;
    color: #333;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

    .location-item i {
        color: var(--color-secondary);
    }

    .location-item.active i {
        background: var(--color-secondary);
        color: #fff !important;
        border-color: var(--color-secondary);
        font-weight: 600;
    }

    .location-item.active {
        background: var(--color-secondary);
        color: #fff !important;
        border-color: var(--color-secondary);
        font-weight: 600;
    }

    .location-item:hover:not(.active) {
        background: #f1f1f1;
        border-color: #bbb;
    }

.HouseHunt-tab-sec .HouseHunt-top-tabContainer .nav-pills .nav-link.active {
    background-color: var(--color-secondary);
    color: #ffffff;
    border: 0.0625rem solid var(--color-secondary);
}

.HouseHunt-tab-sec .HouseHunt-top-tabContainer .nav-pills .nav-link {
    border-radius: 24px;
    color: #717171;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 24px;
    font-size: 14px;
    margin: 0;
    border: 0.0625rem solid var(--color-border);
}

.HouseHunt-top-tabContainer .nav-pills {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

#filterModal .btn-close {
    position: static;
    background-color: var(--color-secondary);
    background-image: none;
    padding: 8px 12px;
    text-align: center;
}

#filterModal .primary-btn {
    padding: 11px 35px;
    font-size: 16px;
}

.HouseHunt-tab-sec #filterModalLabel, .HouseHunt-tab-sec .modal-content h6 {
    color: var(--color-secondary);
    margin-bottom: 10px;
}

#subscribeModal .modal-dialog {
    max-width: 50%;
}

#subscribeModalLabel {
    color: var(--color-secondary);
}

.custom-select-wrapper {
    position: relative;
    width: 100%;
}

    .custom-select-wrapper select {
        width: 100%;
        padding: 12px;
        border: 0.0625rem solid var(--color-border);
        border-radius: 4px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: #fff;
        /* add some right padding so text doesn't overlap arrow */
        padding-right: 40px;
    }

    .custom-select-wrapper .custom-arrow {
        position: absolute;
        right: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        width: 24px; /* adjust to your SVG size */
        height: 24px;
    }

        .custom-select-wrapper .custom-arrow img {
            width: 15px;
            height: auto;
            display: block;
        }

.custom-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
    background: var(--color-secondary);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
    transition: background 0.2s ease-in-out;
    cursor: pointer;
}

    .custom-modal-close:hover {
        background: var(--color-secondary);
    }

#filterModal .btn-close {
    position: static;
    background-color: var(--color-secondary);
    background-image: none;
    padding: 8px 12px;
    text-align: center;
}

.HouseHunt-btn-Container {
    display: flex;
    justify-content: center;
    align-items: center !important;
    gap: 15px !important;
}

.primary-btn {
    /*    padding: 11px 35px;*/
    font-size: 16px;
}

.HouseHunt-tab-sec .modal-content .modal-header {
    padding-top: 5px;
}

#filterModal .modal-dialog {
    max-width: 50%;
}

.HouseHunt-tab-sec #filterModalLabel {
    font-size: 34x;
}



.modal-row-content-block.budget select {
    padding: 12px 16px;
    font-size: 16px;
}

.modal-row-content-block.budget h6 {
    margin-bottom: 15px;
}

.modal-row-content-block {
    margin-bottom: 15px;
}

.subscriptiononlyviewuse {
    position: relative;
}

.notforfreeuse::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    backdrop-filter: blur(1px);
    left: 0;
    top: 0;
}

.notforfreeuse::before {
    content: url(../../../assets/icons/common/crown.svg) !important;
    border: none;
    vertical-align: 0px;
    padding: 0 6px 0;
    height: 21px;
    position: absolute;
    right: 0;
    top: 10px;
}

#filterModal .modal-content {
    border-radius: 24px;
    margin: auto;
}

#filterModal .modal-row-content-block {
    gap: 0;
    padding: 0 20px;
}

.modal-row-content-block[data-title] {
    border-top: 0.0625rem solid var(--color-border);
    border-bottom: 0.0625rem solid var(--color-border);
    margin-bottom: 0px;
    gap: 0;
    padding: 10px 20px 20px !important;
}

    .modal-row-content-block[data-title]:last-child {
        margin-top: 0px;
        border-top: 0;
        border-bottom: 0;
    }

    .modal-row-content-block[data-title] h5 {
        color: var(--color-secondary);
    }

    .modal-row-content-block[data-title] h6 {
        color: #3A4963;
    }

    .modal-row-content-block[data-title] .modal-row2 {
        margin-bottom: 15px;
    }

        .modal-row-content-block[data-title] .modal-row2:last-child {
            margin-bottom: 0px;
        }

#filterModal .modal-body {
    position: relative;
    padding: 0px;
    padding-bottom: 20px;
}

.modal-row-content-block.budget {
    float: left;
    width: 40%;
    margin: 10px 10% 0 0;
}

.sortbyContainer .btn {
    font-size: 14px;
    padding: 6px 50px 6px 15px !important;
}

.projecttoview .page-link {
    margin: 5px;
    border-radius: 50%;
}

.projecttoview .page-link {
    color: var(--color-secondary);
    font-size: 12px;
}

    .projecttoview .page-link:hover {
        color: var(--color-secondary);
    }

    .projecttoview .active > .page-link, .projecttoview .page-link.active {
        background: var(--color-secondary);
        border: 1px solid var(--color-secondary);
        color: #fff;
        box-shadow: none;
    }

.modal-row-right-bottom li .nav-link, .modal-row2 .nav-link {
    border: 0.0625rem solid var(--color-border);
    border-radius: 4px;
    min-width: 45px;
    height: 50px;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    color: #565353;
}

.HouseHunt-tab-sec .modal-row2 ul .nav-link {
    padding: 12px 16px;
}

.modal-row-right-bottom ul, .modal-row2 ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.HouseHunt-tab-sec .modal-content .modal-header {
    border: none;
    padding-bottom: 0px;
    padding-top: 5px;
}

#filterModal .modal-row-content-block {
    gap: 0;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.modal-row-content-block.budget h6 {
    margin-bottom: 15px;
}

.modal-row-content-block.budget {
    float: left;
    width: 40%;
    margin: 10px 10% 0px 0 !important;
    gap: 0px !important;
}

.HouseHunt-summary-sec .HouseHunt-summary-container h5 {
    color: #75D6AB;
    /*    font-size:var(--font-tbig);*/
}

.HouseHunt-summary-sec .HouseHunt-summary-container #chartModalLabel {
    margin: 2rem 0;
    text-align: center;
}

.HouseHunt-summary-row-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.0625rem solid var(--color-border);
    width: 65%;
}

.HouseHunt-summary-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.HouseHunt-summary-row-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}

.HouseHunt-tab-sec .dropdown-toggle {
    background: transparent;
    color: #565353;
    display: flex;
    gap: 16px;
    border: none;
    border-radius: 4px;
    padding: 10px 35px 10px 20px;
}

.sortbyContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1px;
    border: 0.0625rem solid var(--color-border);
    border-radius: 24px;
    min-height: 45px;
    min-width: 125px;
    padding: 0px 3px;
}

.sort-arrow.active {
    margin: 0px;
    filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}

.sort-arrow {
    filter: brightness(0);
    transition: filter 0.3s ease;
    position: relative;
    width: 20px;
    height: 20px;
}

.HouseHunt-subscribe-sec-heading-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.sortbyContainer .btn {
    font-size: 14px;
    padding: 6px 50px 6px 15px !important;
}

.HouseHunt-subscribe-sec-heading h5 {
    color: #75D6AB;
    text-align: center;
    margin-bottom: 0px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.HouseHunt-subscribe-box-imgContainer .primary-icon-wrap {
    background-color: var(--color-secondary);
    width: 35px;
    height: 35px;
    padding: 9px;
    border-radius: 50%;
    display: grid;
    place-content: center;
    flex-shrink: 0;
}

.HouseHunt-subscribe-box-top-column {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 10px;
}

.HouseHunt-subscribe-box-imgContainer {
    position: relative;
}

.subscribe-box-img {
    height: 240px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    position: relative;
}

.HouseHunt-subscribe-box {
    padding: 10px;
    border-radius: 12px;
    border: 0.0625rem solid var(--color-border);
    margin-bottom: 30px;
}

.HouseHunt-subscribe-box-body-row {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.HouseHunt-subscribe-box-body-content {
    display: flex;
    flex-direction: column;
}

.HouseHunt-subscribe-box-body-content-innerRow {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.HouseHunt-subscribe-box-body-content h5 {
    color: var(--color-secondary);
}

    .HouseHunt-subscribe-box-body-content h5 p {
        color: var(--color-pftext);
    }

.HouseHunt-subscribe-box-body-bottom-row {
    flex-direction: row;
    display: flex;
    align-items: start;
    gap: 8px;
}

    .HouseHunt-subscribe-box-body-bottom-row p {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

        .HouseHunt-subscribe-box-body-bottom-row p:hover {
            cursor: pointer;
            display: block;
            -webkit-line-clamp: auto;
            overflow: visible;
        }

.HouseHunt-subscribe-box-body-bottom-row2 {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 16px;
    margin-top: 4px;
}

.HouseHunt-subscribe-box-body-bottom-row {
    flex-direction: row;
    display: flex;
    align-items: start;
    gap: 8px;
}

.HouseHunt-subscribe-box-body-bottom-row2 img {
    height: 24px;
}

.HouseHunt-subscribe-box-body-bottom-row img {
    position: relative;
    top: 4.5px;
}

.HouseHunt-subscribe-box-body-bottom-row2 .HouseHunt-subscribe-box-body-bottom-row img {
    position: relative;
    top: 0px;
}

.property-details-box .property-img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.property-details-box .property-img-box {
    width: 34%;
    max-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.property-details-box-body {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.property-details-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 24px;
    border: 0.0625rem solid var(--color-border); /* 1px */
    border-radius: 24px;
    margin-top: 30px;
}

.property-details-box-body-top-row-right .primary-icon-wrap {
    background-color: var(--color-secondary);
}

.HouseHunt-tab-sec .nav-pills .nav-link.active {
    background-color: var(--color-secondary);
}

.property-details-box-body-top-row-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.property-details-box-body-top-row-left h4 {
    font-weight: 700;
    font-size: var(--font-large);
    color: var(--color-text);
}

.property-details-box-body-top-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}

.property-details-box-body-top-row-left p {
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: 80%;
}

    .property-details-box-body-top-row-left p::before {
        content: url(../.../../assets/icons/common/location.svg);
    }

.HouseHunt-subscribe-box-body-bottom-row2 {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 16px;
    margin-top: 4px;
}

.property-details-box-body-center {
    border-top: 0.0625rem solid var(--color-border); /* 1px */
    border-bottom: 0.0625rem solid var(--color-border); /* 1px */
    padding: 20px 0px;
}

.propert-details-bottom-content-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1.5rem;
}

.propert-details-button-row .primary-btn {
    max-width: 100%;
    width: 49%;
    padding: 11px 35px;
    font-size: 16px;
}

.propert-details-button-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    padding-top: 20px;
}

.property-details-box .secondary-btn {
    margin-top: 12px;
    min-width: 100%;
    display: block;
}

.property-details-box {
    gap: 1rem;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.project-details-page .accordion-button {
    color: #75D6AB;
    font-weight: 600;
    font-size: var(--font-tbig);
}

.accordion-button:not(.collapsed) {
    background-color: white;
    box-shadow: none;
    line-height: var(--font-large);
}

.HH-Analytical-Details-Component-sec .nav-link.active {
    border: none;
    outline: none;
    box-shadow: none;
    background-color: var(--color-secondary);
    color: white;
}

.HH-Analytical-Details-Component-sec .nav-link {
    color: black;
    border-radius: 24px;
    padding: 12px 20px;
}

.HH-Analytical-Details-Component-sec .nav-tabs {
    gap: 10px;
    border: none;
}

.project-details-page .HouseHunt-subscribe-box-body-bottom-row img {
    position: relative;
    top: 0;
}

.brochure-container {
    flex-direction: row;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.brochure-box {
    border: 0.0625rem solid var(--color-border); /* 1px */
    padding: 10px;
    border-radius: 12px;
    width: 25%;
}

    .brochure-box i {
        font-size: 3rem;
    }

.floor-plan-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    background: #fff;
    transition: box-shadow 0.2s;
}

    .floor-plan-card:hover {
        box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    }

.floor-plan-img {
    width: 100%;
    height: 220px; /* 🔧 fixed height */
    object-fit: cover; /* keeps aspect ratio and crops excess */
    border-bottom: 1px solid #eee;
    transition: transform 0.3s ease;
}

    .floor-plan-img:hover {
        transform: scale(1.05);
    }

.floor-plan-cost,
.floor-plan-group,
.floor-plan-size,
.floor-plan-flat-type {
    margin: 2px 0;
    font-size: 0.95rem;
    color: #333;
}

    .floor-plan-cost b,
    .floor-plan-group b,
    .floor-plan-size b,
    .floor-plan-flat-type b {
        font-weight: 600;
    }

.property-detailsmain {
    width: 45%;
    display: grid;
    grid-template-columns: 1fr 1fr; /* two columns */
    /*    border: 0.0625rem solid var(--color-border);*/
    border-radius: 0.5rem;
    overflow: hidden;
}

    .property-detailsmain .property-details {
        display: grid;
        grid-auto-rows: minmax(2rem, auto);
        padding: 0 0.5rem 0 0;
    }

        .property-detailsmain .property-details p {
            margin: 0;
            padding: 0.5rem 0;
            border-bottom: 0.0625rem solid var(--color-border);
        }

            .property-detailsmain .property-details p:last-child {
                border-bottom: none;
            }

        /* Optional styling */
        .property-detailsmain .property-details:first-child {
            font-weight: 600;
        }

.compare-btn {
    transition: background-color 0.3s ease, transform 0.2s ease;
    background-color: var(--color-secondary) !important;
    color: #333;
    font-size: 15px;
}

    .compare-btn.selected {
        background-color: #75d6ab !important;
        color: white;
        transform: scale(1.05);
    }

    .compare-btn:active {
        transform: scale(0.95);
    }

.compare-modal {
    display: none;
    position: sticky;
    z-index: 999;
    top: 50%;
    left: 100%;
    width: 300px;
    transition: all 0.3s ease-in-out;
}

.compare-modal-content {
    background-color: #fff;
    margin: 20px;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    max-width: 280px;
    border-radius: 10px;
    position: relative;
    text-align: center;
    font-size: 15px;
}


.close-btn {
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

.compare-btn {
    margin-top: 20px;
    padding: 10px 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
}

.HouseHunt-subscribe-box-top-column .primary-icon-wrap {
    margin-top: 0px;
}

.remove-all-btn {
    margin-top: 20px;
    padding: 10px 10px;
    border: none;
    cursor: pointer;
}

.compare-btn:hover {
    background-color: #3e8e41;
}

.compare-btn:disabled {
    background-color: #d3d3d3;
    cursor: not-allowed;
}

.HouseHunt-subscribe-sec {
    position: relative;
}

.compareInfo-ModalOne-wraper {
    position: absolute;
    top: auto;
    right: 3px;
    width: auto;
    height: 100%;
}

.compare-modal-content p {
    margin: 0px;
    font-size: 15px;
}

.Compare-Projects-sec {
    padding: 60px 0;
}

.Compare-project-card {
    background-color: #fff;
    border-radius: 12px;
    border: none;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
    overflow: hidden;
    padding: 10px;
    border-radius: 12px !important;
    border: 0.0625rem solid var(--color-border); /* 1px */
}

    .Compare-project-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

.project-img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    border-radius: 12px 12px 0 0;
    margin-bottom: 0 !important;
}

.card-content {
    padding: 16px;
}

.Compare-project-card h5 {
    color: #2D3648;
    font-size: 22px;
    margin-bottom: 4px;
    font-weight: 700;
}

.location {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

    .location svg {
        margin-right: 6px;
        color: #666;
    }

.price {
    font-size: 24px;
    font-weight: 700;
    color: #2D3648;
    margin-bottom: 18px;
}

.specs {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}

.spec-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #555;
}

.details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.detail-item {
    display: flex;
    flex-direction: column;
}

.detail-label {
    font-size: 12px;
    color: #888;
    margin-bottom: 2px;
}

.detail-value {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

#detail-value-rera {
    width: 150px;
    overflow-x: scroll;
}

.high-score {
    color: #28a745;
    font-weight: 600;
}

.high-end {
    color: #17a2b8;
    font-weight: 600;
}

.HouseHunt-tab-sec .modal-dialog {
    .compare-btn transform: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 60%;
}

.HouseHunt-subscribe-sec-heading h4 {
    color: #75D6AB;
    text-align: center;
    margin-bottom: 50px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.HouseHunt-subscribe-sec-heading {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 24px;
}

#HouseHuntStaticCardsRow {
    filter: blur(3px);
}

.section-paddinglol {
    padding: 80px 0px;
}


.custom-select-wrapper {
    position: relative;
    width: 100%;
}

    .custom-select-wrapper select {
        width: 100%;
        padding: 12px;
        border: 1px solid #DADADA;
        border-radius: 4px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: #fff;
        /* add some right padding so text doesn't overlap arrow */
        padding-right: 40px;
    }

    .custom-select-wrapper .custom-arrow {
        position: absolute;
        right: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        width: 24px; /* adjust to your SVG size */
        height: 24px;
    }

        .custom-select-wrapper .custom-arrow img {
            width: 15px;
            height: auto;
            display: block;
        }

#subscribeModal .modal-content .dropdown-toggle {
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    border: 0.0625rem solid var(--color-border);
    border-radius: 12px;
    padding: 12px 16px;
}

#subscribeModal .subscribe-Modal-tab i {
    color: var(--color-secondary);
}

#subscribeModal .modal-content .subscribe-Modal-tab-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 0px 24px 0px;
    gap: 12px;
    overflow: hidden;
    flex-wrap: wrap;
}

.HouseHunt-tab-sec .modal-content {
    border-radius: 24px;
    margin: auto;
}

#subscribeModal .modal-content .subscribe-Modal-tab {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border: 0.0625rem solid var(--color-border);
    border-radius: 24px;
    padding: 8px 20px;
    cursor: pointer;
    gap: 10px;
}

.modal-price-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 1rem;
}

.modal-price-content-row {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.0625rem solid var(--color-border);
}

#subscribeModal .modal-content {
    padding: 24px;
}

#subscribeModal .HouseHunt-btn-Container {
    justify-content: flex-end;
}

    #subscribeModal .HouseHunt-btn-Container .primary-btn {
        max-width: 18rem;
    }

#subscribeModal .modal-content .modal-heading-para {
    color: var(--color-secondary);
}

#subscribeModal .modal-content .modal-para {
    font-size: 12px;
    line-height: 18px;
}

#subscribeModal .modal-content .subscribe-Modal-tab p {
    margin-bottom: 0px;
}

.modal-price-content-title {
    font-weight: 700;
    margin-bottom: 1rem;
}

.modal-price-content-value {
    font-weight: 400;
    font-size: 13;
    line-height: 19.5px;
}

#modal-price-content-value {
    font-weight: 700;
}

#subscribeModal .modal-checkbox-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin: 25px 0px;
}

    #subscribeModal .modal-checkbox-row p {
        margin-bottom: 0px;
    }

.dropdown-toggle.notforfree::after {
    content: url('../assets/icons/common/crown.svg') !important;
    filter: unset;
    margin-top: 3%;
}

.hhsearchbar .search-field {
    display: none;
}

.hhsearchbar .search-field1 {
    width: 100%;
}

.HouseHunt-top-tabContainer label {
    font-size: 14px;
}


.select2-results__option {
    padding: 0.2rem;
    -webkit-user-select: none;
    font-size: 14px !important;
}

.select2-container--default .select2-search--inline .select2-search__field,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
    font-size: 14px !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
}

.select2-results__option--highlighted {
    background-color: #e65252 !important;
    color: #fff !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-radius: 0;
}

.select2-results__option[aria-selected="true"] {
    background-color: #e65252 !important;
    color: #fff !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none !important;
    box-shadow: none !important;
}

.selected-values {
    /*    position: absolute;
    top: 0;
    transform: translateY(-100%);
    padding: 0.5rem 0;*/
    min-height: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.filter-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    background-color: var(--color-secondary); /* bootstrap primary */
    color: #fff;
    border-radius: 1rem;
    font-size: 0.875rem;
    cursor: default;
    transition: all 0.2s ease;
}

    .filter-badge i.remove-tag {
        margin-left: 0.5rem;
        font-size: 0.8rem;
        cursor: pointer;
        transition: color 0.2s ease;
    }

        .filter-badge i.remove-tag:hover {
            color: #ffc107; /* highlight on hover */
        }




.floor-plan-item {
    display: flex;
}

.House-Hunt-Floor-Plans-top-card {
    max-width: 239.2px;
    width: 100%;
    padding: 12px;
    text-align: start;
}

.House-Hunt-Floor-Plans-top-card {
}

.House-Hunt-Floor-Plans-top-card-wraper .nav {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    gap: 12px;
    padding: 24px 0px;
}

.House-Hunt-Floor-Plans-top-card {
    flex-shrink: 0;
    border: 0.0625rem solid var(--color-border) !important;
    border-radius: 4px !important;
}

    .House-Hunt-Floor-Plans-top-card p {
        margin: 0px;
        color: var(--color-pftext)
    }



.House-Hunt-Floor-Plans-sec .nav-tabs .nav-item.show .nav-link, .House-Hunt-Floor-Plans-sec .nav-tabs .nav-link.active {
    background-color: #75D6AB;
    color: white;
}

    .House-Hunt-Floor-Plans-sec .nav-tabs .nav-item.show .nav-link, .House-Hunt-Floor-Plans-sec .nav-tabs .nav-link.active * {
        color: white;
    }

.House-Hunt-Floor-Plans-top-card {
}

.House-Hunt-Floor-Plans-top-card-wraper .nav {
    overflow-y: scroll;
    cursor: pointer;
}

    .House-Hunt-Floor-Plans-top-card-wraper .nav::-webkit-scrollbar {
        width: 0px;
        height: 8px;
    }

    .House-Hunt-Floor-Plans-top-card-wraper .nav::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .House-Hunt-Floor-Plans-top-card-wraper .nav::-webkit-scrollbar-thumb {
        background: var(--color-secondary);
        border-radius: 10px;
        height: 10px;
    }

        .House-Hunt-Floor-Plans-top-card-wraper .nav::-webkit-scrollbar-thumb:hover {
            background: var(--color-secondary);
        }

.House-Hunt-Floor-Plans-sec .floor-plan-item {
    padding: 20px 0px;
    gap: 20px;
    justify-content: space-between;
}

.House-Hunt-Floor-Plans-sec .floor-plan-details {
    display: block;
    border: 0.0625rem solid var(--color-border);
    margin: 0px;
    padding: 34px 32px;
    border-radius: 4px;
    width: 65%;
}

.Floor-Plans-bottom-card-tit {
    color: var(--color-secondary);
}

.Floor-Plans-top-card-tit {
    color: var(--color-secondary);
}

.House-Hunt-Floor-Plans-top-card p {
    font-size: 16px;
}

.House-Hunt-Floor-Plans-sec .floor-plan-item-img {
    border-radius: 8px;
    overflow: hidden;
}

.House-Hunt-Floor-Plans-top-card::after {
    display: none;
}

.vs-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-secondary), var(--color-secondary));
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    margin: 0 auto;
}

.containerrow {
    display: flex;
    justify-content: center;
    gap: 1rem;
    font-size: 1rem;
    flex-wrap: wrap;
    border-bottom: 0.0625rem solid var(--color-border);
}

    .containerrow .comparerow {
        flex: 1;
        min-width: 150px;
        border-right: 0.0625rem solid var(--color-border);
        padding: 0.2rem;
        margin: 0.5rem;
    }

        .containerrow .comparerow:last-child {
            border-right: 0;
        }


.investable-scorebox {
    position: relative;
    display: inline-block;
}

    .investable-scorebox .investable-tooltip-img {
        display: none;
        position: absolute;
        top: 120%;
        left: 50%;
        min-width:500px;
        transform: translateX(-50%);
        width: 30vw;
        max-width: unset;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 5px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        z-index: 10;
    }
    .investable-scorebox .investable-tooltip-img2 {
        display: none;
        position: absolute;
        top: 120%;
        left: 50%;
        min-width: 600px;
        transform: translateX(-50%);
        width: 40vw;
        max-width: unset;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 5px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        z-index: 10;
    }

/* Show image when hover on icon */
.investable-scorebox:hover .investable-tooltip-img {
    display: block !important;
}
/*========House Hunt PAGE===============*/
/*======== Desktop Valuation PAGE===============*/
.input-wrap-dv label {
    font-size: var(--font-Msmall);
}

.Property-search-container {
    width: 65%;
    min-height: 5.3125rem; /* 85px */
}

    .Property-search-container select {
        border: none;
        padding: 0.1875rem 0.5rem; /* 3px 8px */
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        outline: none;
        color: #717171;
        width: 100%;
    }

    .Property-search-container .search-field {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 1.25rem; /* 20px */
    }

.search-box {
    border: 0.0625rem solid var(--color-border); /* 1px */
}

.Property-search-container .search-field1 {
    border-left: 0.0625rem solid var(--color-border);
}

.search-field1-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2.6875rem 0 0.9375rem; /* 0px 43px 0px 15px */
    width: 100%;
}

.Desktop-banner-right {
    background: url(../assets/images/Desktop/desktopValidationBanner.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%;
    height: 85%;
}

.DesktopValution-banner {
    background-color: #e9f4ff;
    position: relative;
}

.DesktopValuation .landingPage2-Visualization-Tab-Text {
    text-align: center;
    color: var(--color-text);
}

    .DesktopValuation .landingPage2-Visualization-Tab-Text.active {
        color: var(--color-secondary);
    }

.DesktopValuation .use-interface-section .nav-pills .nav-link.active {
    background-color: transparent;
}

.DesktopValuation .landingPage2-Visualization-Tab-Container {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem; /* 12px */
    border: 0.0625rem solid var(--color-border);
    padding: 0.75rem 0; /* 12px 0 */
    margin-top: 1.75rem; /* 28px */
}

.use-interface-section .tab-pane .tab-pane-left {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem; /* 16px */
}

.tab-pane-right-img {
    position: absolute;
    top: -3.125rem; /* -50px */
    height: 23.75rem; /* 380px */
}

.use-interface-section .landingPage2-Visualization-Tab-Container2 {
    padding: 1.875rem 1.875rem 12%;
    border: 0.0625rem solid var(--color-border);
    border-radius: 0.75rem;
}

.static-report-display-tab {
    background-color: #E9F4FF;
    padding: 6.25rem 1.875rem 1.875rem; /* 100px 30px 30px */
    border-radius: 0.75rem;
    min-height: 17rem; /* 272px */
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.static-report-tab {
    border: 0.0625rem solid var(--color-border);
    border-radius: 0.75rem;
    padding: 1.25rem; /* 20px */
    display: flex;
    flex-direction: row;
    gap: 1.25rem; /* 20px */
    min-height: 8.1875rem; /* 131px */
    width: 100%;
}

.static-report-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.work-stack-phone-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.625rem; /* 10px */
}

.landingPage2-Works-Stack-bottom {
    display: flex;
    flex-direction: column;
    gap: 1.25rem; /* 20px */
    margin-top: 2.5rem; /* 40px */
    margin-bottom: 2.5rem;
}

.landingPage2-Works-Stack {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.Desktop-pricing-outof-row .outof-para2 {
    color: var(--color-secondary);
}

.Desktop-pricing-outof-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 60%;
}

.Desktop-pricing-outof-container h6 {
    text-align: left;
    width: 60%;
}

.Desktop-pricing-outof-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1.875rem; /* 30px */
}

#Desktop-cities-section #list li {
    border-radius: 1.5rem; /* 24px */
    border: 0.0625rem solid var(--color-border);
    padding: 0.78125rem 1.25rem; /* 12.5px 20px */
}

#Desktop-cities-section ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.625rem; /* 10px */
    padding: 0;
}

.faq-questions {
    font-weight: 600;
}

[aria-expanded="true"] .faq-arrow {
    transform: rotate(180deg);
}

.faq-arrow {
    transition: all 0.3s ease;
}

.DesktopValuationForm-location-box h4 {
    color: #75d6ab;
    margin-bottom: 16px;
}

.DesktopValuationForm-location-box-topContent {
    display: flex;
    flex-direction: row;
    gap: 20px;
    border-bottom: 0.0625rem solid var(--color-border);
    padding-bottom: 30px;
    align-items: center;
}

.DesktopValuationForm-location-box {
    border: 0.0625rem solid var(--color-border);
    border-radius: 12px;
    padding: 30px 30px 20px;
    height: 100%;
}

    .DesktopValuationForm-location-box .buttonContainer {
        padding-bottom: 20px;
        border-bottom: 0.0625rem solid var(--color-border);
    }

    .DesktopValuationForm-location-box .location-box-button-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 40px;
    }

        .DesktopValuationForm-location-box .location-box-button-container .buttons {
            background-color: transparent;
            border: 0.0625rem solid var(--color-border);
            border-color: var(--color-secondary);
            border-radius: 4px;
            padding: 10px;
            text-align: center;
            color: var(--color-secondary);
        }

.DesktopValuationForm-left .primary-btn {
    position: absolute;
    right: 70px;
    bottom: 20px;
    max-width: 200px;
}

.DesktopValuationForm-left {
    position: relative;
}

.DesktopValuationForm {
    padding: 0 0px 80px 0px;
}



.pagination-button-row,
.pagination-button-number-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0px;
    gap: 16px;
}

.pagination-arrow-circle {
    width: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.pagination-num-circle {
    border-radius: 24px;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border: 0.0625rem solid var(--color-border);
    border-color: var(--color-secondary);
    color: var(--color-secondary);
    display: flex;
    cursor: pointer;
    background-color: #fff;
}

    .pagination-num-circle.active {
        background-color: var(--color-secondary);
        color: white;
    }

.page-content {
    display: none;
}

    .page-content.active {
        display: block;
    }

.provider-unit-details-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.formtopbox {
    margin-top: 35px;
    padding: 35px 40px;
    border-radius: 12px;
    border: 0.0625rem solid var(--color-border);
}

    .formtopbox h4 {
        padding-bottom: 25px;
    }

    .formtopbox h5 {
        margin-bottom: 0;
    }

.provider-unit-details-box {
    padding: 30px;
    border-radius: 12px;
    border: 0.0625rem solid var(--color-border);
    display: flex;
    flex-direction: column;
    gap: 40px;
    min-width: 30%;
    max-width: 30%;
}

    .provider-unit-details-box.active {
        background-color: var(--color-secondary);
    }

        .provider-unit-details-box.active h5 {
            color: #ffffff;
        }

#top3PriceInput,
#clusterdropdown,
#singlePriceInput {
    border: none;
    border-radius: 4px;
    text-align: center;
    min-height: 45px;
    min-width: 100px;
    font-size: 16px;
    border: 1px solid var(--color-secondary);
}

.unit-details-box-icon {
    width: 45px;
}

    .unit-details-box-icon .active-icon {
        display: none;
    }

.provider-unit-details-box.active .unit-details-box-icon .default-icon {
    display: none;
}

.provider-unit-details-box.active .unit-details-box-icon .active-icon {
    display: block;
}

.form-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.form-container h6 {
    padding: 4px 0px;
}

.Builders-form,
.Villa-form,
.Land-form {
    border-radius: 12px;
    border: 0.0625rem solid var(--color-border);
    padding: 24px;
    margin-top: 40px;
    width: 80%;
}

    .Builders-form input,
    .Villa-form input,
    .Land-form input {
        border: 1px solid #DADADA;
        border-radius: 4px;
    }

    .Builders-form h4,
    .Builders-form h6,
    .Land-form h4,
    .Land-form h6,
    .Villa-form h4,
    .Villa-form h6 {
        color: var(--color-secondary);
    }

#land-form-sqft-dropdown {
    width: 150px;
}

.Land-form #dropdownUnitBtn {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.builders-form-row {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
}

#builders-form-row {
    justify-content: flex-start;
    gap: 12px;
}

.form-input-container {
    width: 40%;
    position: relative;
}

.form-input {
    width: 100%;
    height: 45px;
    padding-left: 5px;
}

.form-input-placeholder {
    color: var(--color-secondary);
    position: absolute;
    bottom: -15px;
    right: 15px;
    font-size: 10px;
}

.builder-form-dropdown-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 60%;
}

#scr-year-dropdown {
    width: 40%;
}

#property-year,
#scr-year,
#property-year1 {
    width: 100%;
    justify-content: space-between;
    padding-left: 16px;
}

.Builders-form .dropdown-toggle,
.Villa-form .dropdown-toggle,
.Land-form .dropdown-toggle {
    border-radius: 4px;
    border: 0.0625rem solid var(--color-border);
    padding: 5px 5px 5px 10px;
    height: 45px;
    background: transparent;
    color: #565353;
    width: 100%;
    text-align: start;
}

.dropdown-toggle::after {
    position: absolute;
    right: 10px;
}

button.dropdown-toggle {
    width: 100%;
}

.usedropdowncss {
    width: 100%;
}

.Builders-form .dropdown-toggle::after {
    content: url("../assets/icons/common/downArrow.svg");
    border-top: 0rem;
}

.dropdown-toggle::after {
    content: url("../assets/icons/common/downArrow.svg");
    border-top: 0rem;
}

.page-content .modal-row2 {
    margin-top: 24px;
}

    .page-content .modal-row2 .nav-pills .nav-link.active {
        background-color: var(--color-secondary);
    }

    .page-content .modal-row2 .nav-pills .nav-link {
        min-width: 100px;
        height: 45px;
    }

.form-page-button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

#page-2 .provider-unit-details-page2-row {
    margin-top: 20px;
    padding: 30px;
    border-radius: 12px;
    border: 0.0625rem solid var(--color-border);
}

#page-2 .provider-unit-details-page2-row-top {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
}

#page-2 .main-provider-unit-details-row {
    position: relative;
}

#page-2 .provider-unit-details-row {
    border: none;
    padding-left: 0px;
    padding-right: 0px;
    align-items: normal;
}

.provider-unit-details-row.blur {
    filter: blur(4px);
    pointer-events: none;
}

.valuation-blur-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px);
    z-index: 5;
    pointer-events: all;
}

#DV-Subscribe-Btn {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 25%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    color: #000000;
    pointer-events: auto;
    /* display: none; */
    box-shadow: 3px 2px 12px 6px #b9b4b491;
}

.propertyTable th {
    color: #565353;
    font-size: 14px;
}

.propertyTable td {
    color: #717171;
    font-size: 14px;
}

.dataTables_info {
    color: #717171 !important;
    font-size: 14px;
}

.dataTables_paginate {
    border: 1px solid #717171;
    padding: 5px;
    border-radius: 30px;
    margin-top: 10px;
}

table.dataTable tbody tr.selected > * {
    box-shadow: inset 0 0 0 9999px #e65252 !important;
}

.dataTables_wrapper label {
    font-size: 14px;
    color: #717171 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:not(.disabled):hover {
    border-radius: 50%;
    background: var(--color-secondary) !important;
    border: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 50% !important;
    font-size: 13px;
    border: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #000 !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: var(--color-secondary) !important;
        border-radius: 50% !important;
        color: #fff !important;
    }



    .dataTables_wrapper .dataTables_paginate .paginate_button.next {
        border-radius: 0 30px 30px 0 !important;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button.next:not(.disabled):hover {
            border-radius: 0 30px 30px 0 !important;
        }

    .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
        border-radius: 30px 0px 0px 30px !important;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button.previous:not(.disabled):hover {
            border-radius: 30px 0px 0px 30px !important;
        }

#page-2 .provider-unit-details-box {
    align-items: center;
    gap: 20px;
}

    #page-2 .provider-unit-details-box h5 {
        width: 85%;
    }

.unitDetails-static-cardContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: sticky;
    top: 30px;
}

.final-property {
    font-weight: 700;
    font-size: 34px;
    line-height: 46px;
    color: #ffffff;
    text-align: center;
}

#page-2 .provider-unit-details-box.active .primary-btn,
.page2-additional-details-box .additional-box-right .primary-btn,
.unitDetails-static-card .primary-btn {
    background-color: #ffffff;
    color: #000000;
}

#page-2 #defaultDropdown {
    padding: 10px 22px;
    border: 0.0625rem solid var(--color-border);
    border-radius: 4px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#page-2 .dropdown-toggle::after {
    content: url("../../assets/icons/common/downArrow.svg");
    border-top: 0px;
}

#page-2 .input-wrap-dv option {
    width: 50%;
}

.scroll-main-heading {
    color: var(--color-secondary);
}

#page-2 #main .main-inner-section {
    border-bottom: none;
    padding: 0px;
}

.unitDetails-static-card {
    position: sticky;
    border-radius: 12px;
    background-color: var(--color-secondary);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 450px;
    min-height: 400px;
    padding: 50px;
    width: 26%;
    top: 10%;
    margin-left: 8%;
}

#Access-infrastructure select {
    color: #56535399;
}

.unitDetails-static-card .primary-btn {
    font-size: 16px;
}

.unitDetails-static-card h6 {
    line-height: 25px;
}

.unitDetails-static-card h6,
.unitDetails-static-card h4,
.unitDetails-static-card p {
    color: #ffffff;
}

.unitDetails-static-card h4 {
    font-size: 35px;
    position: relative;
    line-height: 30px;
    display: flex;
    align-items: end;
    justify-content: end;
    width: 100%;
    word-break: break-word;
}

    .unitDetails-static-card h4 .setsqft {
        font-size: 14px;
        line-height: 1;
        font-weight: 100;
    }

.static-card-center-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.dropdown-container-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px 0px 30px 0px;
}

.dropdown-container-row2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px 0px 24px 0px;
}

.dv-page2-input-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 49%;
}

    .dv-page2-input-container .input-wrap-dv {
        min-height: 80px;
    }

.mainpaginationcontrols {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 25px;
}

#page2 #paginationControls {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.0625rem solid var(--color-border);
    border-radius: 24px;
    max-width: 250px;
    padding: 12px 5px;
    gap: 5px;
}

.Surrounding-dropdown-container-row {
    gap: 12px;
}

#main .dropdown-container {
    width: 49%;
}

#main .landingPage2-faq-stack {
    border: 0.0625rem solid var(--color-border);
    border-radius: 4px;
}

    #main .landingPage2-faq-stack p {
        margin-bottom: 0px;
    }

.dropdown-container-column .dropdown-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.DesktopValuationUnitDetailsForm #main #property-defaultDropdown,
.DesktopValuationUnitDetailsForm #main #property-defaultDropdown1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #75d6ab;
}

#prevPage,
#nextPage {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 50%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    cursor: pointer;
    color: #333;
}

#prevPage {
    left: 20px;
}

#nextPage {
    right: 20px;
}

#prevPage::after {
    content: "\f053";
    font-size: 50px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

#nextPage::after {
    content: "\f054";
    font-size: 50px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

#prevPage.disabled,
#nextPage.disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: default;
}

.methodology-map-subsection {
    border-bottom: 0.0625rem solid var(--color-border);
}

.methodology-page-2-select {
    min-height: 8vh;
}

.composite-value {
    color: var(--color-secondary);
    font-weight: 700;
}

.scaleable-area {
    font-family: "Poppins", serif;
}

.guide-button {
    min-height: 140px;
}

.subcription-card .container {
    border-radius: 12px;
}

.methodology-subtext {
    margin-bottom: 20px;
}

.premium-badge {
    border: 1px solid var(--color-secondary);
    border-radius: 24px;
    color: var(--color-secondary);
}

.methodology-top-card .card:hover {
    background-color: var(--color-secondary);
}

.methodology-top-card-button {
    margin-top: 40px;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: black;
    box-shadow: 1px 1px 15px white;
    border: 0.0625rem solid var(--color-border);
}

.methodology-section-title {
    color: var(--color-secondary);
}

.methodology-subsection {
    border-top: 0.0625rem solid var(--color-border);
}

.methodology-map-subsection {
    border-bottom: 0.0625rem solid var(--color-border);
}

.methodology-subsection-title {
    color: #75d6ab;
}

.DV-pagination-page2-view-stack-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

.methodology-view-card {
    border: 0.0625rem solid var(--color-border);
    border-radius: 4px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 10px 2px;
    min-width: 86px;
    max-width: 86px;
    min-height: 90px;
    max-height: 90px;
}

    .methodology-view-card p {
        font-size: 10px;
        margin-bottom: 0px;
        line-height: 13px;
    }

    .methodology-view-card.active {
        background-color: var(--color-secondary);
    }

        .methodology-view-card.active p {
            color: #ffffff;
        }

        .methodology-view-card.active img {
            filter: brightness(0) invert(1);
        }

.dv-dropdown {
    border: 0.0625rem solid var(--color-border);
    padding: 10px;
    border-radius: 4px;
}

.DV-Pagination-Page2 .accordion-item:first-of-type > .accordion-header .accordion-button,
.DV-Pagination-Page2 .accordion-item [type=button]:not(:disabled) {
    border: none;
    color: #75d6ab;
    font-size: 22px;
    line-height: 30px;
}

.DV-Pagination-Page2 .accordion-item {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 0.0625rem solid var(--color-border);
    border-radius: 0px;
}

.DV-Pagination-Page3 .dropdown-container {
    width: 32%;
}

    .DV-Pagination-Page3 .dropdown-container .landingPage2-faq-stack {
        border: 0.0625rem solid var(--color-border);
        border-radius: 4px;
        width: 100%;
    }

.UnitDetails-page3-stackContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.UnitDetails-page3-stack {
    min-width: 200px;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.0625rem solid var(--color-border);
    border-radius: 4px;
}

    .UnitDetails-page3-stack p {
        margin-bottom: 0px;
        color: var(--color-secondary);
    }

    .UnitDetails-page3-stack.active {
        background: var(--color-secondary);
    }

        .UnitDetails-page3-stack.active p {
            color: #ffffff;
        }

.Desktop-pagination-page3-buttonContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    gap: 16px;
}

.Desktop-pagination-page3-inner-buttonContainer {
    width: 50%;
}

    .Desktop-pagination-page3-inner-buttonContainer .primary-btn {
        max-width: 100%;
    }

        .Desktop-pagination-page3-inner-buttonContainer .primary-btn:hover {
            background: #75d6ab;
        }

.DV-Pagination-Page3 .unitDetails-static-card {
    width: 80%;
    align-items: center;
    display: flex;
    justify-content: center;
}


.Property-search-container select {
    border: none;
    padding: 3px 8px;
}

.Property-search-container .formControl {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    color: #717171;
    width: 100%;
}

.Property-search-container .form-group {
    width: 22%;
}

    .Property-search-container .form-group option {
    }

.Property-search-container .search-field1 {
    border-left: 0.0625rem solid var(--color-border);
}

.Property-search-container .dropdown-msg {
    display: none;
    position: absolute;
    top: 110%;
    right: 0;
    background-color: #fff;
    padding: 10px 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    z-index: 9999;
    min-width: 350px;
}

.HH-search-sec-top .dropdown-msg {
    display: none;
    position: absolute;
    top: 110%;
    right: 0;
    background-color: #fff;
    padding: 10px 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    z-index: 9999;
    min-width: 350px;
}

    .HH-search-sec-top .dropdown-msg.active {
        display: block;
    }

.Property-search-container .dropdown-msg.active {
    display: block;
}

.sell-property-container {
    margin-top: 180px;
}

.dv-page-3-title {
    text-align: center;
}

.dv-page-3-sub-title {
    text-align: center;
}

.dv-methodology-bottom-post {
    text-align: left;
}

.dv-maximize {
    font-weight: 500;
    margin-top: 144px;
}

.dv-page-3-para {
    font-weight: 400;
    margin-top: 10px;
}

.dv-page-3-report {
    font-weight: 500;
    margin-top: 80px;
    margin-bottom: 25px;
}

.dv-methodology-bottom-post-card {
    max-width: 395px;
    height: 297px;
    border: 0.0625rem solid var(--color-border);
    border-radius: 24px;
    margin-bottom: 92px;
}

.dv-methodology-bottom-post-card-img-box {
    width: 100%;
    display: flex;
}

.dv-property-image-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}

.dv-page3-property-image {
    width: 100%;
}

.dv-close-button {
    position: absolute;
    right: 28px;
    top: 28px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50px;
}

.dv-page3-button-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 30px;
}

#dv-page3-button-container-primary-btn {
    width: 100%;
    max-width: 80%;
}

.dv-yes-button {
    top: 540px;
    left: 620px;
    z-index: 10;
    min-width: 90%;
    min-height: 10vh;
}

.DV-Pagination-Page3 .input-wrap-dv select {
    padding: 0px 30px 0px 10px;
}

.paginationContainer.sticky-top {
    top: 6rem !important;
    z-index: 997 !important;
    width: 20%;
    margin-left: auto;
}

.form-page-button-container a, .attribute_buttonContainer a {
    max-width: 18rem;
}

.Desktop-pricing-plan-sec h2 {
    font-weight: 700;
    font-size: 52px;
}

.Desktop-pricing-plan-sec {
    padding: 70px 0px 50px;
}

#propertyAttributePage .accordion-header .accordion-button {
    color: #75d6ab;
    font-size: 22px;
    line-height: 30px;
}

#propertyAttributePage .accordion-item {
    border-left: none;
    border-right: none;
}

.input-wrap-dv {
    border: 0.0625rem solid var(--color-border);
    padding: 12px 16px;
    border-radius: 4px;
    margin-bottom: 12px;
    overflow: hidden;
}

    .input-wrap-dv select {
        border: none;
        height: 21px;
        padding: 0px 10px;
        font-family: "Poppins";
        font-weight: 400;
        font-size: 14px;
        display: grid;
        place-content: center;
        position: relative;
        transform: translateX(-10px);
    }

.view-btn-container-row, .view-btn-container-row2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

.view-btn {
    border: 0.0625rem solid var(--color-border);
    background-color: transparent;
    border-radius: 4px;
    min-width: 90px;
    max-width: 90px;
    padding: 17px 10px;
    min-height: 100px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .view-btn.view-btn-active {
        border: 2px solid var(--color-secondary);
        background-color: var(--color-secondary);
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.4) !important;
    }

.view-btn-img-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-btn-active .view-btn-p {
    color: #ffffff;
}

.view-btn-p {
    margin-bottom: 0px;
    text-align: center;
    line-height: 14px;
    font-size: 11px;
}

.view-btn-active .view-btn-img {
    filter: brightness(0) invert(1);
}

.view-btn-img {
    width: 25px;
    height: 25px;
}

.property-details-scroll-container {
    display: flex;
    position: relative;
    margin-top: 20px;
}

    .property-details-scroll-container #main {
        flex-grow: 1;
        scroll-behavior: smooth;
        display: flex;
        flex-direction: column;
        gap: 20px;
        max-width: 60%;
    }

    .property-details-scroll-container .ps-input {
        padding-right: 40px;
    }

.accordion-button:focus {
    border-color: var(--color-border);
    outline: 0;
    box-shadow: none;
}

.containinput {
    padding: 10px 15px;
    border-radius: 5px;
    border: 0.0625rem solid var(--color-border);
}

    .containinput input {
        font-size: 14px;
        color: #808080;
        border: 0 !important;
        outline: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

.leftsidepage4 .accordion-item {
    border-left: none;
    border-right: none;
}

.leftsidepage4 .usetable {
    width: 100%;
}

    .leftsidepage4 .usetable tr {
        border-bottom: 1px solid #DADADA;
    }

        .leftsidepage4 .usetable tr p {
            margin: 0;
            padding: 10px 0;
        }

.leftsidepage4 .catchmentYearlyTrendContainer tr td,
.leftsidepage4 .catchmentYearlyTrendContainer tr th {
    margin: 0;
    padding: 10px 0;
}

.leftsidepage4 .unitDetails-static-card h6 {
    margin-bottom: 15px;
}

.leftsidepage4 .unitDetails-static-card h4 {
    font-size: 30px;
    line-height: 25px;
}

.text-usenowrap {
    white-space: nowrap;
}

.leftsidepage4 .rentalComparablesTableContainer th {
    color: #565353;
    font-size: 14px;
}

.leftsidepage4 .catchmentYearlyTrendContainer th {
    color: #565353;
    font-size: 14px;
}

.leftsidepage4 .catchmentYearlyTrendContainer td {
    color: #717171;
    font-size: 14px;
}

.leftsidepage4 .rentalComparablesTableContainer .dataTables_scroll {
    padding: 15px 0 0;
}

.leftsidepage4 .rentalComparablesTableContainer .dataTables_scrollHeadInner table {
    border: 0 !important;
}

.leftsidepage4 .rentalComparablesTableContainer .dataTables_scrollBody table {
    border: 0 !important;
}

    .leftsidepage4 .rentalComparablesTableContainer .dataTables_scrollBody table tr {
        border-bottom: 1px solid #DADADA;
    }

.leftsidepage4 .rentalComparablesTableContainer td {
    color: #717171;
    font-size: 14px;
}

.leftsidepage4 .landingPage2-faq-stack input {
    padding: 0;
    font-size: 14px;
    color: #808080;
}

.leftsidepage4 .landingPage2-faq-stack p {
    font-size: 14px;
}

.leftsidepage4 .landingPage2-faq-stack input:focus {
    box-shadow: none !important;
}

.leftsidepage4 .guidelinedetailstable td.t1 {
    width: 25%;
    padding: 10px 0;
}

.leftsidepage4 .guidelinedetailstable td {
    padding: 10px 0;
}

.leftsidepage4 .guidelinepropertytable td {
    padding: 10px 0;
}

.leftsidepage4 .guidelinepropertytable th {
    padding: 10px 0;
}

.guidline-dropdown-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .guidline-dropdown-row .input-wrap-dv {
        width: 97%;
    }

.DVCatchmentPriceDistribution-Component-sec .nav-link, .DVCatchment-Quarterly-Trend-Chart-Component-sec .nav-link {
    border: 0.0625rem solid var(--color-border);
    width: 100%;
    padding: 12px;
    flex-shrink: 0;
    width: 250px;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 14px;
    border-radius: 12px !important;
    color: var(--color-secondary);
}

.DVCatchmentPriceDistribution-Component-sec .nav-tabs, .DVCatchment-Quarterly-Trend-Chart-Component-sec .nav-tabs {
    gap: 20px;
    border: none;
    flex-wrap: wrap;
    justify-content: center !important;
}

.DVCatchmentPriceDistribution-Component-sec .nav-item .active, .DVCatchment-Quarterly-Trend-Chart-Component-sec .nav-item .active {
    color: white !important;
    border: 0.0625rem solid var(--color-border) !important;
    background-color: var(--color-secondary) !important;
    border-radius: 12px !important;
}

.DVCatchment-Quarterly-Trend-Chart-Component-sec {
    padding: 0px 0px 30px;
}
#pricingPlanModal .modal-dialog{
    max-width:55%;
}
/*======== InvestibleScorePage ===============*/
.InvestibleScorePage .Desktop-banner-right {
    position: static;
    background-image: unset;
    width: 100%;
}

    .InvestibleScorePage .Desktop-banner-right img {
        width: 100%;
    }

.InvestibleScorePage .search-field1 {
    border-left: 0;
    width: 100%;
}

.InvestibleScorePage .about-box-inner {
    border: 0.0625rem solid var(--color-border);
    border-radius: 0.75rem; /* 12px */
    width: 70%;
    padding: 1.25rem; /* 20px */
    margin: 1.5rem auto;
}

#InvestibleScorePage .investable-Works-row-tab {
    border-radius: 0.75rem; /* 12px */
    border: 0.0625rem solid var(--color-border);
    padding: 1.25rem; /* 20px */
    min-height: 15rem; /* 240px */
}

.graphborder {
    border: 0.0625rem solid var(--color-border);
    border-radius: 0.75rem;
    padding: 1.25rem; /* 20px */
    margin: 1.25rem 0 0; /* 20px 0 0 */
}

.HomeGet-Touch-with-Us-MainContainer {
    display: flex;
    flex-direction: row;
}

.HomeGet-Touch-iv-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem; /* 20px */
    width: 100%;
}

.HomeGet-Touch-iv-box-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    gap: 0.625rem; /* 10px */
    margin-bottom: 1.875rem; /* 30px */
}

.InvestibleScorePage .HomeGet-Touch-with-Us-cont-wrap {
    width: 70%;
}

.HomeGet-Touch-iv-box p {
    margin-bottom: 0;
    width: 90%;
}

#InvestibleScorePage .investable-Works-row-tab:hover {
    border-radius: 0.75rem; /* 12px */
    border: 0.0625rem solid var(--color-border);
    border-color: #75d6ab;
    background-color: transparent;
    padding: 1.25rem 1.875rem; /* 20px 30px */
    transform: scaleY(1.10);
    cursor: pointer;
}

    #InvestibleScorePage .investable-Works-row-tab:hover p,
    #InvestibleScorePage .investable-Works-row-tab:hover h2 {
        color: #75d6ab;
    }

.suggestions-box div {
    padding: 0.625rem; /* 10px */
    cursor: pointer;
    border-bottom: 0.0625rem solid var(--color-border);
}

.suggestions-box {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: white;
    max-height: 15.625rem; /* 250px */
    overflow-y: auto;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1); /* 4px 8px */
    font-size: var(--font-Msmall);
    border-radius: 0.25rem; /* 4px */
}

.chip {
    background-color: #d9f2ff;
    border-radius: 0.9375rem; /* 15px */
    padding: 0.25rem 0.625rem; /* 4px 10px */
    margin: 0.1875rem 0.3125rem 0.1875rem 0; /* 3px 5px 3px 0 */
    display: inline-flex;
    align-items: center;
    font-size: var(--font-Msmall);
    border: 0.0625rem solid #99d6f2;
    color: #005b8c;
}

.remove-chip {
    margin-left: 0.5rem; /* 8px */
    font-size: var(--font-Msmall);
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    color: #ff4d4f;
    display: flex;
    transition: color 0.2s ease;
}

.invst-search-container .search-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 1.5rem;
    position: relative;
    padding: 0.546875rem 0.195313rem; /* 0.875rem 0.3125rem */
    border: 0.0625rem solid var(--color-border);
}

.invst-search-container .search-field1 {
    display: grid;
    flex-direction: row;
    align-items: center;
    border: 0;
    width: 100%;
    position: relative;
}

.price-card {
    position: sticky;
    top: 5rem; /* 80px */
    background: #fff;
    padding: 1.25rem; /* 20px */
    border-radius: 0.5rem; /* 8px */
    box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.08); /* 2px 12px */
    z-index: 10;
}

.searcgfilter .projectshowcard {
    display: inline-block;
    vertical-align: top;
    margin-right: 1rem; /* 16px */
}

.searcgfilter .searchFilterResultContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
}

.searcgfilter {
    min-height: 50vh;
}

    .searcgfilter .gridrow {
        display: grid;
        padding: 0 1.5rem;
        grid-template-columns: 1.8fr 1fr;
    }

    .searcgfilter .searchFilterResultContainer .remove-chip {
        margin: 0.3125rem 0; /* 0.5rem */
        padding: 0.3125rem 0.625rem; /* 0.5rem 1rem */
    }

/*======== InvestibleScorePage ===============*/
/*======== SpeakToAnExpertPage ===============*/

#SpeakToAnExpertPage .investable-Works-row-tab {
    border: 0.0625rem solid var(--color-border);
    border-radius: 12px;
    justify-content: space-around;
    align-items: baseline;
    display: flex;
    flex-direction: column;
    min-height: 165px;
    padding: 20px;
}

#SpeakToAnExpertPage .landingPage2-Works-row {
    margin-top: 30px;
}

#SpeakToAnExpertPage .DV-Define-Property-Attributes-main-tit {
    text-align: center;
    margin-bottom: 30px;
}

#SpeakToAnExpertPage .accordion-button {
    line-height: 22px;
}

#SpeakToAnExpertPage .accord-input-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    #SpeakToAnExpertPage .accord-input-row .accord-input,
    #SpeakToAnExpertPage .accord-input-row .form-select {
        width: 99%;
        min-height: 45px;
        border: 0.0625rem solid var(--color-border);
        border-radius: 4px;
        padding: 3px 16px;
    }

    #SpeakToAnExpertPage .accord-input-row .form-select,
    #accord-input-file {
        margin-top: 10px;
    }

        #SpeakToAnExpertPage .accord-input-row .form-select .selected {
            color: #565353;
        }

#SpeakToAnExpertPage .accord-container-box {
    border: 0.0625rem solid var(--color-border);
    padding: 20px 10px 10px 10px;
    margin: 10px 0px;
    border-radius: 4px;
}

.accord-checklist-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

    .accord-checklist-container .checklist-row {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        width: 99%;
        margin-top: 10px;
    }

        .accord-checklist-container .checklist-row p {
            margin-bottom: 0px;
        }

        .accord-checklist-container .checklist-row input {
            width: 24px;
            height: 24px;
            border-color: #75D6AB;
            border-radius: 4px;
        }

.right-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#additional-textarea,
#additional-information-textarea,
#information-textarea2,
#information-textarea3,
#information-textarea4 {
    width: 100%;
    height: 87px;
    border-radius: 4px;
    border: 0.0625rem solid var(--color-border);
    margin: 10px 0px 10px 0px;
    padding: 10px;
}

.textarea-margin,
.accord-input {
    margin-top: 10px;
}

.custom-file-upload {
    display: inline-block;
    padding: 10px 20px;
    background-color: transparent;
    color: #333;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    width: 100%;
    border: 0.0625rem solid var(--color-border);
    margin-top: 10px;
}

.accord-input[type="file"] {
    display: none;
}

.file-name {
    margin-left: 10px;
    font-style: italic;
    color: #666;
}

#DVPaginationPage3MapRow {
    margin-bottom: 50px;
}

.dv-card {
    cursor: pointer;
}

.SpeakToAnExpertPage .Desktop-banner-right {
    background: url(../assets/images/SpeakToAnExpert/SpeakToExpertBanner.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%;
    height: 85%;
}

.SpeakToAnExpertPage .Property-search-container .search-field1 {
    border-left: unset;
    display: flex;
    width: 100%;
    padding: 0 1rem 0 0.5rem;
}

.SpeakToAnExpertPage .about-box-inner {
    border: 0.0625rem solid var(--color-border);
    border-radius: 12px;
    width: 70%;
    padding: 20px;
    margin: 0 auto;
}

/*======== SpeakToAnExpertPage ===============*/
/*======== blogspage ===============*/
.blogspage .primary-btn {
    max-width: 18rem;
}

#Blogs-banner-right {
    position: relative;
    height: 100%;
}

.blogspage th, .blogspage td {
    padding: 10px;
    text-align: left;
}

.blogs_scroll {
    position: absolute;
    bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.blogs_scroll_box {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 6px;
    padding: 20px;
    min-width: 320px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.primary-wrap-top-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.TrendingNewsHeading {
    color: var(--color-secondary);
}

.TrendingNewsBox {
    border: 0.0625rem solid var(--color-border);
    padding: 10px;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 16px;
}

.TrendingNewsImage {
    width: 220px;
    height: 198px;
}

.TrendingNewsBoxRight {
    width: 90%;
    padding: 0px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-inner-banner-box {
    width: 90%;
    height: 80%;
    padding: 0px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .blog-inner-banner-box h5, .recent-news-section h4 {
        color: var(--color-secondary);
    }

.recent-news-section h4 {
    margin-bottom: 30px;
}

.blog-inner-banner-bottom-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.TrendingNewsBoxRight h6 {
    margin-bottom: 16px;
}

.recent-news-section table tr {
    border-bottom: 0.0625rem solid var(--color-border);
}
/*======== blogspage ===============*/
/*======== Contact Us ===============*/
.ContactUsTabContainer {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding-top: 76px;
}

.ContactTab {
    background: #ffffff;
    width: 65%;
    border-radius: 12px;
    padding: 20px 30px;
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.ContactTabTop {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

#ContactMapTab {
    flex-direction: column;
    gap: 0px;
}

.Contact-right-column {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.ContactContainer {
    width: 70%;
}

    .ContactContainer h5 {
        text-align: center;
        color: var(--color-secondary);
        margin-bottom: 30px;
    }

.ContactPhoneRow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

    .ContactPhoneRow .btn {
        background-color: transparent;
        color: #565353;
        height: 45px;
        border-color: #DADADA;
        position: relative;
        padding: 0 35px 0 12px;
    }

.Contact-right-column .primary-btn {
    min-width: 100%;
    margin-top: 34px;
}

.ContactUsPage {
    height: 100vh;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.ContactContainer h5 {
    text-align: center;
    color: var(--color-secondary);
    margin-bottom: 30px;
}
/*======== Contact Us ===============*/
/*========footer===============*/
.footer-sec {
    padding: 3.75rem 2.5rem; /* 60px 40px */
    background-color: #1C2533;
    color: #fff;
}

    .footer-sec .footer-logo-wrap {
        margin-bottom: 2.5rem; /* 40px */
    }

    .footer-sec .footer-logo-nd-content-wrap p {
        color: #FFFFFF80;
    }

    .footer-sec .main-tit-links {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 2.375rem; /* 38px */
        color: white;
    }

    .footer-sec .Contact-Us-links-tit,
    .footer-sec .footer-Quick-Links-tit {
        margin-bottom: 2rem; /* 32px */
        color: white;
    }

    .footer-sec .footer-Quick-Links span,
    .footer-sec .Contact-Us-links-wrap span {
        display: flex;
        font-family: "Poppins";
        gap: 0.625rem; /* 10px */
        font-weight: 400;
        font-size: 0.875rem; /* 14px */
        line-height: 1.3125rem; /* 21px */
        letter-spacing: 0;
        margin-bottom: 0.5625rem; /* 9px */
        cursor: pointer;
    }

    .footer-sec .Follow-Us-links {
        display: flex;
        gap: 1.875rem; /* 30px */
        flex-wrap: wrap;
    }

    .footer-sec .privacy-policy-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 1.875rem; /* 30px */
        margin-top: 3.125rem; /* 50px */
        border-top: 0.0625rem solid #FFFFFF80; /* 1px */
    }

        .footer-sec .privacy-policy-wrap p {
            margin: 0;
            font-weight: 400;
            font-size: 0.875rem; /* 14px */
            line-height: 1.3125rem; /* 21px */
            letter-spacing: 0;
            color: #FFFFFF80;
        }

        .footer-sec .privacy-policy-wrap span {
            display: flex;
            column-gap: 2.5rem; /* 40px */
            row-gap: 0.625rem; /* 10px */
            flex-wrap: wrap;
        }
