@font-face {
    font-family: neoBold;
    src: url('../fonts/neo-sans/NeoSansProBold.OTF');
}

@font-face {
    font-family: neoLight;
    src: url('../fonts/neo-sans/NeoSansProRegular.OTF');
}
:root {
    --primaryColor: #012875;
    --blueLightColor: #7BA3BD;
    --mintColor: #0A9A8F;
    --yellowColor: #FFC700;
    --greyColor: #f8f9fa;
}

body {
    /*  background: linear-gradient(to top, #012c6769, #FFFFFF);*/
    font-family: neoBold;
}


p, span, h5, h6, a, input::placeholder, textarea::placeholder, button, li, label, input, select, option, ol {
    font-family: neoLight !important;
}
    h1, h2, h3, h4, a.link-item {
        font-family: neoBold;
    }
  /*new color-profile datalist home -->*/
.profileLink .PofileImg {
    height: 25px;
    width: 25px;
}

    .profileLink .PofileImg img {
        height: 100%;
        width: 100%;
        border-radius: 50%;
        border: 1px solid #444;
    }

.site-nav .site-navigation .site-menu > li > a {
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .site-nav .site-navigation .site-menu > li > a.start-btn {
        column-gap: 7px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    }

.profileLink {
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .profileLink .profileName h5 {
        font-size: 12px;
        color: #808080 !important;
        text-align: left;
    }

    .profileLink .profileName h6 {
        font-size: 12px;
        color: #808080 !important;
        text-align: left;
    }

.notification {
    position: relative;
}

    .notification .badge {
        height: 5px;
        width: 5px;
        background: #dc3545;
        padding: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        font-size: 10px;
        position: absolute;
        top: 0;
        left: auto;
        right: 6px;
        color: #ffffff;
    }

    .notification .fa-bell {
        color: #444;
    }
/*------------------offcanvas-----------------------*/
.offcanvas.offcanvas-end {
    width: 250px;
    background: #fff;
}
.offcanvas.offcanvas-start {
    width: 250px;
    background: #012875;
}

.offcanvas {
    transition: transform 0.3s ease-in-out; /* Adjust the speed here */
}

.offcanvas-body {
    padding: 0;
    overflow-y: hidden;
    height: 100%;
}

    .offcanvas-body li:hover {
        background: #fff;
        transition: all .6s ease-in-out;
    }

    .offcanvas-body li a {
        color: #012875;
    }

    .offcanvas-body li:hover a {
        color: #012875;
    }

.MenuLogo {
    height: 100px;
    width: 100px;
}

    .MenuLogo img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

.offcanvas .btn-close {
    background: #ffc107 !important;
    border-radius: 50px;
    color: #fff !important;
    height: 25px;
    width: 25px;
    padding: 10px !important;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: auto;
    right: -47px;
}
/*----------------------------------------------------*/

  /*new color-profile datalist home -->*/

    .site-nav {
        padding-top: 0;
        padding-bottom: 0;
    }
.menu-bg-wrap {
    background-color: transparent !important;
    box-shadow: none !important;
}
.img.overlay.tns-item {
    height: 42vw;
    width: 100%;
    border-radius: 0;
    z-index: 0;
    position: relative;
}
.hero, .hero > .container > .row {
    height: 42vw;
    min-height: 600px;
    border-radius: 0 0;
}
.hero-slide .img.overlay:before {
    background: rgb(26 105 180 / 10%);
    height: 42vw;
    border-radius: 0 0 ;
}

.landing-curve {
    position: absolute;
    top: 100%;
    bottom: 0px;
    width: calc(108%);
    left: -45px;
    z-index: -1;
}
.landing-curve2 {
    position: absolute;
    top: -50px;
    bottom: auto;
    width: calc(108%);
    left: -45px;
    z-index: 9999;
}

.landing-curve2 svg path{
    fill:#012875;
}
.site-footer{
    position:relative;
    background:#012875;
}
.landing-curve svg path {
    fill: #012875;
}
 
.LoginPage {
    height: 100%;
    background: #fff;
    margin: 50px;
    border-radius: 20px;
    position: relative;
    background: linear-gradient(to bottom, #f8faff, #FFFFFF);
}
.LeftBack {
    height: 100vh;
    width: 100%;
    border-radius: 20px 0 0px 20px;
    position: relative;
    padding: 10px;
    padding-left: 0;
}
    .LeftBack img {
        height: 100%;
        width: 100%;
        border-radius: 20px 0 0px 20px;
    }
.overlay {
    height: 100vh;
    width: 812px;
    /*opacity: .5;*/
    border-radius: 20px 0 0px 20px;
    position: absolute;
    z-index: 10000;
   /* background: #012875;*/
    top: 9px;
}
    .overlay .ShapeBlock.position-bottom-left {
        left: 0;
        
    }
    .overlay .Message{
        margin:auto;
    }
.LoginForm, .LoginMaster {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    height: 100%;
}
    .LoginForm .card {
        align-items: center;
        display: flex;
        flex-direction: row-reverse;
        width: max-content;
        padding: 10px;
        justify-content: center;
        width: 300px;
        margin: 20px auto;
        border-radius: 10px;
        border: 2px solid var(--greyColor);
    }
        .LoginForm .card a > span {
            font-size: 20px;
            color: #09488e;
        }
        .LoginForm .card h6 {
            color: var(--mintColor);
            margin-bottom:0;
        }
.card.NafazCard{
    padding:20px 10px;
}

.card.NafazCard:nth-child(2n+2) {
  
    background: #08488e;
}

    .card.NafazCard:nth-child(2n+2) a > span {
        font-size: 20px;
        color: #fff;
    }
.card.NafazCard .Logo {
    height: 20px;
    width: 46px;
}
.card.OTPCard .Logo {
    height: 40px;
    width: 44px;
}
    .card .Logo img {
        height: 100%;
        width: 100%;
    }
.ShapeBlock.position-bottom-left {
    left: -23px;
    position: absolute;
    bottom: 0;
}
.LoginForm .shape {
   
}
.LoginForm .divider{
    display:flex;
    align-items:center;
    justify-content:center;
    column-gap:20px;
}
    .LoginForm .divider .Line {
        height: 1px;
        width: 100px;
        background: beige;
    }
.socialMedia{
    position:absolute;
    bottom:20px;
}
.socialMedia ul {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
}

.socialMedia li a {
    text-decoration: none;
    font-size: 24px;
 
}
a.facebook i {
    color: #1877F2;
}
/* Facebook Blue */
a.twitter i {
    color: #333;
}
/* Twitter Blue */
a.instagram i {
    background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4);
    -webkit-background-clip: text;
    color: transparent;
}
/* Instagram Gradient */
a.linkedin i {
    color: #0A66C2;
}
/* LinkedIn Blue */

/*--------------------------------------nafaz login--------------------------*/
.LoginMaster{
    padding-top:30px;
}
.LoginMaster img {
    object-fit: cover;
    width: 200px;
    height: 150px;
    border-radius: 20px !important;
    margin-bottom: 20px;
    margin-top: 20px;
}
.NafazLogin, .NafazForm, .NafazVerify, .nafazInvalidId, .OTPNumbers {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
   /* height: 100%;*/
}
.NafazLogin .Logo {
    height: 20px;
    width: 46px;
}
.NafazLogin .Logo img {
    height: 100%;
    width: 100%;
}
.nafazTimeOut .Logo {
    height: 46px;
    width: 46px;
}
    .nafazTimeOut .Logo img {
        height: 100%;
        width: 100%;
    }


.input-group {
    height: auto; /* Let the children define the height */
}

    .input-group .form-control {
        height: 34px; /* Explicitly set the height */
        border: none; /* Remove borders */
        box-shadow: none; /* Remove focus outline */
        border-radius: 0; /* No rounded corners */
    }

        .input-group .form-control:focus, .form-select:focus {
            outline: none; /* Remove focus outline */
            /*box-shadow: 0 0 5px rgba(0, 123, 255, 0.25);*/ /* Subtle focus shadow */
        }
        .input-group .form-control:focus , .form-select:focus {
            outline: none;
            box-shadow: none;
        }
.input-group-text {
    background-color: #fff; /* Light background */
    border: none; /* Remove border */
    height: 38px; /* Match input height */
    display: flex;
    align-items: center; /* Center icon vertically */
    border-right: 1px solid #ddd; /* Optional separator */
    padding: 0 10px; /* Adjust spacing */
}
    .input-group-text i {
        color: var(--primaryColor);
    }
.input-group > label {
    color: #6c757d; /* Muted label color */
    font-size: 12px; /* Smaller label size */
}

.input-group > .form-control::placeholder {
    font-weight: 200;
    font-family: CairoLight;
    color: #dee2e6;

font-size:12px;
}

.input-group > .form-control:not(:placeholder-shown) + label {
    font-size: 10px; /* Smaller label on input */
    top: -5px; /* Adjust label position */
    color: #495057; /* Text color */
}

.input-group {
    height: 41px;
    /*box-shadow: 0px 2px 3px .8px #f8f9fa !important;*/
    border-radius: 8px;
}
    .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
        margin-left: 0px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        width: 64%;
        border: 0;
    }
    .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
    .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3), .input-group-text .form-select {
        border-radius: 8px 0 0 8px;
        border: 0;
    }
.btn-primary:disabled{
    background:var(--blueLightColor);
}
.text-mintGreen{
    color:var(--mintColor);
}


    .continue-btn:not([disabled]) {
        cursor: pointer;
        opacity: 1;
        background:var(--primaryColor) !important;
    }

    /*------------------progress ------------------------*/
/* Container for the circular progress */
.progress-circle {
    position: relative;
    width: 100px;
    height: 100px;
    margin: auto;
}

/* Spinner (the rotating border) */
.spinner {
    width: 100px;
    height: 100px;
    border: 8px solid #ddd; /* Background border color */
    border-top: 8px solid #3498db; /* Progress color */
    border-radius: 50%;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
}

/* Numbers inside the progress circle */
.progress-numbers {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

/* Timeout message style */
.timeout-message {
    text-align: center;
    font-size: 12px;
    color: red;
    font-weight: bold;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* Keyframes for spinning animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*------------------------------------invalid ---------------------*/
.nafazInvalidId .Logo {
    height: 40px;
    width: 46px;
}

    .nafazInvalidId .Logo img {
        height: 100%;
        width: 100%;
    }

.overlay .socialMedia {
   
    left: auto;
    right: 20px;
}

.OTPNumbers .Numbers .ItemNo {
    width: 100px;
    max-height: 80px;
    line-height: 80px;
    padding: 5px;
    margin: 10px;
    text-align:center;
}
    .OTPNumbers .Numbers .ItemNo input {
        text-align: center;
        font-size:30px;
        height:80px;
        border: 2px solid var(--mintColor);
        margin: 10px;
    }

.LoginSVG {
    height: 100px;
    width: 250px;
    position: absolute;
    top: 25px;
}
    .LoginSVG img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
/*---------------------------------------------------------------------------------------------*/
/*                                           Home                                             */
/*-------------------------------------------------------------------------------------------*/

.site-nav .site-navigation .site-menu > li > a.link-item {
    font-size: 16px;
    font-weight: 700;
    color: #fff;  
    position: relative;
}
    .site-nav .site-navigation .site-menu > li > a.link-item::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 7px;
        transform: translateX(-50%);
        width: 0;
        height: 4px;
        border-radius: 50px;
        background-color: #007bff; /* Border color */
        transition: width 0.3s ease; /* Smooth width transition */
    }
    .site-nav .site-navigation .site-menu > li > a.link-item:hover::after {
        width: 55%; /* Custom width for the border when hovered */
    }
.site-nav .site-navigation .site-menu > li.active > a.link-item::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 7px;
    transform: translateX(-50%);
    width: 55%;
    height: 4px;
    border-radius: 50px;
    background-color: #007bff; /* Border color */
    transition: width 0.3s ease; /* Smooth width transition */
}

.site-nav .site-navigation .site-menu > li.active > a.link-item:hover::after {
    width: 55%; /* Custom width for the border when hovered */
}
    .menu-bg-wrap {
    background-color: rgba(0, 32, 74, 0.25);
}
.btn-primary{
    background:var(--primaryColor) !important;
}

.img-fluid{
border-radius:10px;
}
.property-item .property-content {
    padding: 18px;
    border-radius: 0 0 10px 10px;
}
.startNow {
    position: relative;
    bottom: 0;
    display: flex;
    align-items: center;
    top: 16%;
    width: 100%;
    right: auto;
    left: 0;
    margin-top: 10%;
}
    .startNow .btn  {
        width: 40%;
        border-radius: 16px !important;
        background: linear-gradient(60deg, #012875, #007bff) !important;
    
} 
     a.start-btn {
       
        border-radius: 16px !important;
        background: linear-gradient(60deg, #012875, #007bff) !important;
    
}

     a.start-btn i{
         margin:0 10px;
     }

.startNow a i {
    margin: 0 10px;
}
    
    .site-navigation .logo {
        height: 100px;
        width: 150px;
    }

    .site-navigation .logo img {
        height: 100%;
        width: 100%;
        object-fit:contain;
        border-radius: 10px;
    }

.AppBtn, .GOBtn {
    border-radius: 10px !important;
    padding: 8px;
    width: -webkit-fill-available;
    height: fit-content;
}
.AppBtn{
    background: #333 !important;
}
.GOBtn {
    background: #fff !important;
}
    .AppBtn h5, .GOBtn h5{
        color:#fff;
    }
    .hero-slide .img.overlay:before {
        background: rgb(26 105 180 / 20%);
    }
.hero .CounterTop {
    position: absolute;
    align-items: center;
    justify-content: center;
    top: 78%;
    width: 100%;
    z-index: 10000;
    text-align: center;
    background: #012875;
    padding: 11px;
}

.justify-content-space-between{
    justify-content:space-between;
}
.card {
    border: 0;
    box-shadow: 0px 3px 12px .7px #f8f9fa;
    border-radius: 20px;
}

    .card .fa.text-success {
        --bs-text-opacity: .7;
        color: #78aedc !important;
        font-size: 20px;
    }

    .card.CardTwo {
        background: #f8f9fa;
    }


    .card .bg-yellow {
        background: #ffc107 !important;
        padding: 10px 14px;
        border-radius: 8px;
    
}
    .card .btn-primary {
        padding: 10px 14px;
        border-radius: 8px;
    }

.UnlockRealDifferences .Card-body p {

    height:100px;
    overflow:hidden;
 
    width:200px;
    text-overflow:ellipsis;
}
.section.InsertUnit {
    background: var(--greyColor);
    position: relative;
    padding: 30px;
    background-size: cover;
    width: 100%;
    max-height: 100%;
    z-index: 9;
}
.card.CardBlob {
    height: 400px;
    background: #78aedc;
}
/*-------------------footer-----------------*/
.site-footer .widget h3, .site-footer .widget .h3, address, .site-footer a {
    color: #f8f9fa;
}

address {
   
    color: aliceblue;
}

.QuickJoin {
    height: 100px;
    background: linear-gradient(90deg, #FFC700 10%, #faebb6 100%);
    padding: 20px;
    left: 10%;
    right: 10%;
    bottom: 0;
    position: absolute;
    width: -webkit-fill-available;
    top: -86px;
    border-radius: 10px;
    z-index: 10000;
}

.FooterLogo {
    height: 100px;
    width: 150px;
    position: relative;
}

.site-footer h4  , .site-footer h3{
    font-size: 20px;
}

.site-footer p.w-50{
    width:400px !important;
    text-align:justify;
    font-family:CairoLight;
}
.FooterLogo img{
    height:100%;
    width:100%;
    object-fit:contain;
    border-radius:10px;
}

.socialFooter, .LinksFooter {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.LinksBottomFooter {
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-content: end;
}

.separatorLine{
    width:100%;
    border-style:dashed;
    height:1px;
    background:#fff;
}

.site-footer {

    padding: 70px 0 20px 0;

    margin-top:7%;
}
    .site-footer a:hover {
        color: #dee2e6;
        text-decoration: none;
    }

    /*-----------------------partners---------------------*/
.PartnerSection  .item{
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ParnerImg{
    height:240px;
    width:200px;
}
    .ParnerImg img {
        height: 100%;
        width: 100%;
        object-fit:scale-down;
    }
/*-----------------------agents---------------------*/
#tns2 > .tns-item {
    position: relative;
    top: 10%;
}
.testimonial-slider-wrap .tns-nav{
    bottom:0;
}

/*----------------------------------faq---------------------*/

.FAQSection .accordion-item {
    background-color: #fff;
    border: none;
    margin-bottom: 5px;
}

.FAQSection .accordion-button:not(.collapsed) {
    color: #012875;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: none;
}
.FAQSection .accordion-button:focus {
    border: none;
    box-shadow: none;
}
.FAQSection .blob {
    top: 0;
}
/* Splash screen styles */
#overlayer1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff; /* Background color */
    z-index: 10000; /* High z-index to overlay everything */
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Animation for the loading text */
@keyframes fadeInOut {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.scrolltop {
    position: fixed;
    z-index:9999;
    bottom: 20px;
    right: 20px;
    display: none;
    width: 50px;
    height: 50px;
    background-color: #007bff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

    .scrolltop.show {
        display: flex;
    }

    .scrolltop i {
        font-size: 24px;
    }

.img-property-slide {
    text-align: right;
    float: right;
    height: 200px;
    width: 200px;
    border: 5px solid #ffffff87;
    border-radius: 50%;
}

    .img-property-slide img {
        height: 100%;
        width: 100%;
        border-radius: 50%;
        object-fit: cover;
    }
.CardBlob .img-property-slide-wrap {
    position: absolute !important;
    bottom: 5%;
    right: 13px;
    left:0;
}

.CardBlob{
    position:relative;
}
a.readall {
    font-size: 14px;
    text-decoration: underline;
}

.dropdown-menu.notificationdropdown {
  
    width: 350px;
    margin-top: 20px !important;
}
    .dropdown-menu.notificationdropdown .actions {
        display: flex;
        align-items: center;
        column-gap: 14px;
    }

    .dropdown-menu.notificationdropdown .Notifications {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
        border-radius: 10px;
    }

        .dropdown-menu.notificationdropdown .Notifications.unread {
            background: #fdfdfd;
        }
/*-----------cust table--------------*/
.CustTable.table th {
    border-bottom: 0;
    border-left: none;
    background: #EDEDEE;
    padding: 12px;
    vertical-align: middle;
}

.CustTable.table tr td {
    border: 1px solid #ededee;
    border-right: 0;
    border-left: 0;
}

    .CustTable.table th:first-child, .CustTable.table tr td:first-child { /**/
        border-radius: 8px 0px 0px 8px;
        border-left: 1px solid #ededee;
        border-right: 0;
    }

    .CustTable.table th:last-child, .CustTable.table tr td:last-child { /**/
        border-radius: 0px 8px 8px 0px;
        border-right: 1px solid #ededee;
        border-left: 0;
    }

.CustTable.table td {
    border-bottom: 1px solid #ededee;
    border-left: none;
    vertical-align: middle;
    background: #fff0;
}

.CustTable.table {
    border-collapse: separate;
    border-spacing: 0 6px;
}

    .CustTable.table tr td:first-child {
        border-bottom-right-radius: 0;
        border-left: 1px solid #e9ecef;
        border-right: 0;
        border-radius: 8px 0 0 8px;
    }

    .CustTable.table tr td:last-child {
        border-bottom-left-radius: 0px;
        border-right: 1px solid #e9ecef;
        border-left: 0;
        border-radius: 0px 8px 8px 0;
    }

.CustTable.table {
    border: 0;
}
.unitDetails .card-img {
    height: 400px;
    width: 100%;
    margin-bottom: 8%;
}

    .unitDetails .card-img img {
        height: 100%;
        width: 100%;
        border-radius: 20px;
        object-fit: cover;
    }
p.card-text {
    height: 80px;
    overflow: hidden;
    margin-bottom: 0;
}

.AllUnits .card .bottomBadge {
    position: absolute;
    bottom: 0px;
    right: auto;
    left: 0;
    height: 40px;
    top: 78%;
    border-radius: 0px 18px 0;
}
/*-----------------media---------------*/
@media (min-width: 56.25em) {
    #tns2 {
            width: calc(500%);
            height: 28vw;
        }
    }

    @media(max-width:900px) {
        .landing-curve {
            position: absolute;
            top: 100%;
            bottom: 0px;
            width: calc(140%);
            left: -78px;
            z-index: 9999;
        }

        .landing-curve2 {
            position: absolute;
            top: -17px;
            bottom: auto;
            width: calc(108%);
            left: -7px;
            z-index: 9999;
        }
    }