.ai{
        display: flex;
    align-items: center;
}
*{
    font-family: "Nunito Sans", sans-serif;
}

.banner{
    background: url(../img/bg-1.webp);
        height: 80vh;
        position: relative;
            overflow: hidden;
}
.banner::after{
        content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    background: linear-gradient(0deg, #2c2929 0%, rgba(44, 41, 41, .2) 100%);
}
.banner .title{
       z-index: 9;
    position: absolute;
    bottom: 30%;
    /* margin: 0 auto; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* letter-spacing: 50%; */
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner .title h1{
   color: #ffffff;
    font-size: 52px;
    font-family: "Cormorant Garamond", serif;
    font-family: "Great Vibes", cursive;
}


.menu-head{
    position: relative;
}
.menu-head ul{
        display: flex;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -60px;
    z-index: 99;
    left: 50%;
    transform: translate(-50%, 0%);
    gap: 24px;
}
.menu-head ul li{
    list-style: none;
}
.menu-head ul li a{
        color: white;
    font-size: 28px;
    text-decoration: none;
    font-weight: 500;
    /* text-transform: uppercase; */
    font-family: "Great Vibes", cursive;
}
.menu-head ul li a.active{
    border-bottom: 4px solid #900;
}
.top-head .logo{
        text-align: center;
    padding: 16px 0;
}
.top-head .logo span{
        font-family: "Cormorant Garamond", serif;
    font-size: 36px;
    font-weight: 900;
    color: #900;
    text-transform: uppercase;
}


          .realty-carousel .owl-dots {
    display: block !important;
    text-align: center;
    margin-top: 20px;
}

.realty-carousel .owl-dot {
    display: inline-block !important;
}

.realty-carousel .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    margin: 5px !important;
    background: #999 !important;
    border-radius: 50% !important;
    display: block !important;
    opacity: 1 !important;
}

.realty-carousel .owl-dot.active span {
    background: #000 !important;
}

.realty .owl-prev{
    position: absolute;
    left: 3%;
    top: 79%;
}
.realty .owl-prev span{
        font-size: 48px;
    color: black;
}

.realty .owl-dot.active span{
          background: #900 !important;
    width: 30px !important;
    height: 12px !important;
    border-radius: 12px !important;
}


.realty .owl-next{
    position: absolute;
    right: 3%;
    top: 79%;
}
.realty .owl-next span{
        font-size: 48px;
    color: black;
}


.realty .video-preview-card {
    position: relative;
    width: 100%;
    max-width: 570px;
    aspect-ratio: 1 / 1;
    border-radius: 24px;
    overflow: hidden;
    background: #d7bf8b;
    cursor: pointer;
}

.realty .video-preview-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform .4s ease, opacity .3s ease;
}

.realty .video-preview-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(181, 142, 67, 0.38);
}

.realty .video-preview-card:hover .video-preview-bg {
    transform: scale(1.03);
}

.realty .video-preview-play {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    color: #fff;
    font: inherit;
    cursor: pointer;
    padding: 20px;
}

.realty .video-preview-play svg {
    width: 120px;
    height: 120px;
    fill: none;
    stroke: #fff;
    stroke-width: 6;
    stroke-linejoin: round;
}

.realty .video-preview-play svg path {
    fill: none;
}

.realty .video-preview-play span {
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
    font-family: "Cormorant Garamond", serif;
}

.realty .video-preview-card.is-loaded .video-preview-bg {
    opacity: 1;
}

.realty .video-preview-card.is-playing .video-preview-play {
    display: none;
}
.realty{
    padding: 60px 0;
        border-bottom: 4px solid #900;
}
.realty .title h2{
        font-size: 42px;
      font-family: "Great Vibes", cursive;
    font-weight: 500;
    text-align: center;
}
.realty .title{
    margin-bottom: 40px;
}

.realty .video-preview-card video {
    position: absolute;
    inset: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
}
.realty .single-realty{
    display: flex;
    gap: 64px;
}

.realty .single-realty .img-block{
    width: 50%;
}
.realty .single-realty .img-block img{
        max-height: 570px;
    width: 100%;
    object-fit: cover;
        border-radius: 24px;
}

.realty .single-realty .video-block{
    width: 50%;
}

.realty .name-block h3{
         font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    display: block;
    margin: 36px auto;
    text-align: center;
    /* border-bottom: 4px solid #900; */
    width: fit-content;
    padding-bottom: 12px;
    background: #f9f9f9;
    color: #900;
    padding: 16px;
    width: 100%;
    border-radius: 12px;
}

.about{
        padding: 80px 0;
    background: #f9f9f9;
}
.about .about-text h2{
        font-size: 42px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    margin-bottom: 24px;
    color: black;
    font-family: "Great Vibes", cursive;

}
.about .about-text a{
        font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 16px;
    background: #900;
    border-radius: 12px;
    text-decoration: none;
    display: block;
    width: fit-content;
}
.about .about-text  .more-btn{
        display: block;
    margin-top: 32px;
}




.bread{
       background: url(../img/bg-1.webp);
    height: 25vh;
    position: relative;
    overflow: hidden;
        background-position-y: bottom;
}
.bread::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    background: linear-gradient(0deg, #2c2929 0%, rgba(44, 41, 41, .2) 100%);
}
.bread .title-block{
        z-index: 9;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
}
.bread .title-block h1{
    color: #ffffff;
    font-size: 42px;
       font-family: "Great Vibes", cursive;
}

#breadcrumbs a{
        color: white;
    font-size: 14px;
}
#breadcrumbs span{
     color: white;
}

.team-block{
    padding: 80px 0;
}
.team-block .title h2{
    font-size: 42px;
        font-family: "Great Vibes", cursive;
    font-weight: 500;
    margin-bottom: 24px;
    color: black;
        text-align: center;
}
.team-block .all-team{
        display: flex;
    flex-wrap: wrap;
}
.team-block .all-team .single-block{
    width: 33%;

}
.team-block .all-team .single-block span{
        display: block;
    font-weight: 600;
    color: black;
    text-align: center;
    margin: 24px 0;
    font-size: 20px;
}
.team-block .all-team .single-block img{
       height: 205px;
    width: 100%;
    object-fit: contain;
}

.single-block.team-person {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.single-block.team-person:hover {
    transform: translateY(-5px);
}

.single-block.team-person img {
    display: block;
    width: 100%;
    height: auto;
}

.team-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s;
}

.team-modal.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.team-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.7);
}

.team-modal-content {
    position: relative;
    z-index: 2;
    width: calc(100% - 40px);
    max-width: 1100px;
    max-height: calc(100vh - 40px);
    margin: 20px auto;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
        position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.sanidei-referral-section {
    padding: 80px 0;
    background: #f6f7fb;
    overflow: hidden;
}

.sanidei-referral-section .sanidei-referral-head {
    max-width: 820px;
    margin: 0 auto 45px auto;
    text-align: center;
}

.sanidei-referral-section .sanidei-referral-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    margin-bottom: 18px;
    border-radius: 50px;
    background: rgba(130, 0, 0, 0.08);
    color: hsl(0, 100%, 30%);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sanidei-referral-section .sanidei-referral-head h2 {
     margin: 0 0 18px 0;
    color: #151515;
    font-size: 46px;
    font-weight: 500;
    line-height: 1.15;
    font-family: "Great Vibes", cursive;
}

.sanidei-referral-section .sanidei-referral-head p {
    margin: 0;
    color: #555;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
}

.sanidei-referral-section .sanidei-referral-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.sanidei-referral-section .sanidei-referral-card {
    position: relative;
    min-height: 260px;
    padding: 34px 28px 30px 28px;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    overflow: hidden;
}

.sanidei-referral-section .sanidei-referral-card:before {
    content: "";
    position: absolute;
    right: -55px;
    top: -55px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(130, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.sanidei-referral-section .sanidei-referral-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.1);
}

.sanidei-referral-section .sanidei-referral-card:hover:before {
    transform: scale(1.25);
    background: rgba(130, 0, 0, 0.09);
}

.sanidei-referral-section .sanidei-referral-icon {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 24px;
    border-radius: 18px;
    background: hsl(0, 100%, 30%);
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
}

.sanidei-referral-section .sanidei-referral-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 14px 0;
    color: #151515;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
}

.sanidei-referral-section .sanidei-referral-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #5f5f5f;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
}

.sanidei-referral-section .sanidei-referral-bottom {
    margin-top: 36px;
    padding: 36px;
    border-radius: 26px;
    background: #151515;
    color: #ffffff;
}

.sanidei-referral-section .sanidei-referral-bottom h3 {
    margin: 0 0 22px 0;
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.25;
}

.sanidei-referral-section .sanidei-referral-note {
    display: flex;
    gap: 12px;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.sanidei-referral-section .sanidei-referral-note strong {
    flex: 0 0 180px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.6;
}

.sanidei-referral-section .sanidei-referral-note span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

@media (max-width: 1199px) {
    .sanidei-referral-section .sanidei-referral-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sanidei-referral-section .sanidei-referral-head h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .sanidei-referral-section {
        padding: 55px 0;
    }

    .sanidei-referral-section .sanidei-referral-head {
        margin-bottom: 30px;
        text-align: left;
    }

    .sanidei-referral-section .sanidei-referral-head h2 {
        font-size: 30px;
    }

    .sanidei-referral-section .sanidei-referral-head p {
        font-size: 16px;
    }

    .sanidei-referral-section .sanidei-referral-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .sanidei-referral-section .sanidei-referral-card {
        min-height: auto;
        padding: 28px 22px;
        border-radius: 20px;
    }

    .sanidei-referral-section .sanidei-referral-card h3 {
        font-size: 20px;
    }

    .sanidei-referral-section .sanidei-referral-bottom {
        margin-top: 24px;
        padding: 28px 22px;
        border-radius: 22px;
    }

    .sanidei-referral-section .sanidei-referral-bottom h3 {
        font-size: 24px;
    }

    .sanidei-referral-section .sanidei-referral-note {
        display: block;
    }

    .sanidei-referral-section .sanidei-referral-note strong {
        display: block;
        margin-bottom: 6px;
    }
}
.team-modal-close {
        position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: #ffffff;
    color: #111;
    font-size: 36px;
    line-height: 1;
    cursor: pointer;
}

.team-modal-inner {
    display: flex;
    min-height: 0;
    height: 100%;
}

.team-modal-image {
    width: 42%;
    background: #f5f5f5;
}

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

.team-modal-info {
    width: 58%;
    padding: 45px 35px;
    overflow-y: auto;
    box-sizing: border-box;
}

.team-modal-info h3 {
    margin: 0 0 10px;
    font-size: 36px;
    line-height: 1.2;
    /* font-family: "Cormorant Garamond", serif; */
    color: black;
    font-weight: 700;
}

.team-modal-position {
        margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.team-modal-description {
    font-size: 16px;
    line-height: 1.8;
    color: #222;
}

.team-modal-description p {
    margin: 0 0 18px;
}

.team-modal-description p:last-child {
    margin-bottom: 0;
}

body.team-modal-open {
    overflow: hidden;
}

@media (max-width: 991px) {
    .team-modal-inner {
        flex-direction: column;
        height: auto;
    }

    .team-modal-image,
    .team-modal-info {
        width: 100%;
    }

    .team-modal-image {
        height: 320px;
        flex: 0 0 320px;
    }

    .team-modal-info {
        padding: 30px 20px;
        max-height: calc(100vh - 380px);
    }

    .team-modal-info h3 {
        font-size: 28px;
    }

    .team-modal-position {
        font-size: 16px;
    }

    .team-modal-description {
        font-size: 15px;
        line-height: 1.7;
    }
}

@media (max-width: 575px) {
    .team-modal-content {
        width: calc(100% - 16px);
        max-height: calc(100vh - 16px);
        margin: 8px auto;
    }

    .team-modal-image {
        height: 240px;
        flex: 0 0 240px;
    }

    .team-modal-info {
        max-height: calc(100vh - 300px);
    }

    .team-modal-close {
        top: 10px;
        right: 10px;
    }
}





.invest-steps-section{
    padding: 80px 20px;
    background: #f9f9f9;
}

.invest-steps-container{
    max-width: 900px;
    margin: 0 auto;
}

.invest-steps-main-title{
       font-size: 42px;
       font-family: "Great Vibes", cursive;
    font-weight: 500;
        margin-bottom: 42px;
}

.invest-step-item{
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 40px;
}

.invest-step-left{
    width: 80px;
    min-width: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.invest-step-number{
       width: 45px;
    height: 45px;
    border-radius: 16px;
    background: #900;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.invest-step-line{
    width: 4px;
    height: 105px;
    background: #900;
    border-radius: 10px;
    margin-top: 14px;
}

.invest-step-content{
    flex: 1;
    padding-top: 6px;
}

.invest-step-content h3{
    margin: 0 0 16px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #1d2b39;
}

.invest-step-content ul{
    margin: 0;
    padding-left: 22px;
}

.invest-step-content ul li{
    font-size: 16px;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 8px;
}

.invest-step-content ul li:last-child{
    margin-bottom: 0;
}

@media (max-width: 768px){
    .invest-steps-main-title{
        font-size: 30px;
        margin-bottom: 35px;
    }

    .invest-step-item{
        gap: 18px;
        margin-bottom: 30px;
    }

    .invest-step-left{
        width: 58px;
        min-width: 58px;
    }

    .invest-step-number{
        width: 58px;
        height: 58px;
        font-size: 28px;
        border-radius: 12px;
    }

    .invest-step-line{
        height: 85px;
        margin-top: 10px;
    }

    .invest-step-content h3{
        font-size: 22px;
        margin-bottom: 12px;
    }

    .invest-step-content ul{
        padding-left: 18px;
    }

    .invest-step-content ul li{
        font-size: 17px;
        line-height: 1.6;
    }
}








.invest-steps-section{
    padding: 60px 20px;
    background: #f4f4f4;
}

.invest-steps-container{
    max-width: 900px;
    margin: 0 auto;
}

.invest-steps-main-title{
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    color: #1d2b39;
    margin: 0 0 50px;
}

.invest-step-item{
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 40px;
}

.invest-step-left{
    width: 80px;
    min-width: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.top-head .logo img{
        height: 70px;
            width: 100%;
    object-fit: contain;
}



.invest-step-content{
    flex: 1;
    padding-top: 6px;
}


.invest-step-content ul{
    margin: 0;
    padding-left: 22px;
}



.invest-step-content ul li:last-child{
    margin-bottom: 0;
}

@media (max-width: 768px){
    .invest-steps-main-title{
        font-size: 30px;
        margin-bottom: 35px;
    }

    .invest-step-item{
        gap: 18px;
        margin-bottom: 30px;
    }

    .invest-step-left{
        width: 58px;
        min-width: 58px;
    }

    .invest-step-number{
        width: 58px;
        height: 58px;
        font-size: 28px;
        border-radius: 12px;
    }

    .invest-step-line{
        height: 85px;
        margin-top: 10px;
    }

    .invest-step-content h3{
        font-size: 22px;
        margin-bottom: 12px;
    }

    .invest-step-content ul{
        padding-left: 18px;
    }

    .invest-step-content ul li{
        font-size: 17px;
        line-height: 1.6;
    }
}








.reviews-section {
    padding: 60px 0;
    background: #f9f9f9;
}


.reviews-section .reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.reviews-section .review-card {
    position: relative;
    background: #fbfaf8;
    border: 1px solid #ffffff;
    border-radius: 8px;
    padding: 26px 24px 34px;
    min-height: 295px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
}

.reviews-section .review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    border-color: #900;
}

.reviews-section .review-top {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
}

.reviews-section .review-avatar {
    width: 78px;
    height: 78px;
    min-width: 78px;
    border-radius: 50%;
    overflow: hidden;
    background: #ddd3c4;
}

.reviews-section .review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.reviews-section .review-meta h3 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: #3b3531;
    font-family: "Cormorant Garamond", serif;
}

.reviews-section .review-meta span {
    display: block;
    font-size: 15px;
    line-height: 1.2;
    color: #7b736a;
    font-family: "Cormorant Garamond", serif;
}

.reviews-section .review-stars {
    margin-bottom: 18px;
    color: gold;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 3px;
}

.reviews-section .review-text p {
    margin: 0;
    color: #5e5750;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
}

.reviews-section .review-quote {
    position: absolute;
    right: 18px;
    bottom: 8px;
    font-size: 64px;
    line-height: 1;
    color: #900;
    opacity: 0.95;
    pointer-events: none;
}

/* tablet */
@media (max-width: 991px) {
    .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .review-card {
        min-height: auto;
    }
}

/* mobile */
@media (max-width: 767px) {
    .reviews-section {
        padding: 30px 0;
    }

    .reviews-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .review-card {
        padding: 22px 18px 30px;
    }

    .review-top {
        gap: 14px;
        margin-bottom: 18px;
    }

    .review-avatar {
        width: 68px;
        height: 68px;
        min-width: 68px;
    }

    .review-meta h3 {
        font-size: 16px;
    }

    .review-meta span {
        font-size: 14px;
    }

    .review-stars {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .review-text p {
        font-size: 15px;
        line-height: 1.7;
    }

    .review-quote {
        font-size: 54px;
        right: 14px;
        bottom: 6px;
    }
}





.site-footer-sanidei {
    padding: 60px 0 28px;
    color: #4e5661;
        border-top: 4px solid #900;
}

.site-footer-sanidei .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.site-footer-sanidei .footer-top {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.1fr 1.1fr;
    gap: 70px;
    align-items: start;
}

.site-footer-sanidei .footer-logo {
    display: inline-block;
    margin-bottom: 24px;
}

.site-footer-sanidei .footer-logo img {
    max-width: 245px;
    width: 100%;
    height: auto;
    display: block;
}

.site-footer-sanidei .footer-socials {
    display: flex;
    gap: 14px;
}

.site-footer-sanidei .footer-socials a {
    width: 42px;
    height: 42px;
    border: 1px solid #d7d0c5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #c79a4a;
    font-size: 17px;
    transition: all 0.3s ease;
}

.site-footer-sanidei .footer-socials a:hover {
    background: #c79a4a;
    color: #fff;
    border-color: #c79a4a;
}

.site-footer-sanidei .footer-col h4 {
    margin: 0 0 34px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #000;
}

.site-footer-sanidei .footer-links,
.site-footer-sanidei .footer-links li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer-sanidei .footer-links li {
    margin-bottom: 10px;
}

.site-footer-sanidei .footer-links a,
.site-footer-sanidei .footer-info-block a,
.site-footer-sanidei .footer-info-block p {
    position: relative;
    display: block;
    text-decoration: none;
    color: #4e5661;
    font-size: 16px;
    line-height: 1.7;
    transition: color 0.3s ease;
}



.site-footer-sanidei .footer-links a:hover,
.site-footer-sanidei .footer-info-block a:hover {
    color: #c79a4a;
}

.site-footer-sanidei .footer-info-block {
    margin-bottom: 24px;
}

.site-footer-sanidei .footer-info-block strong {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    color: #3e4652;
}

.site-footer-sanidei .footer-info-block p {
    margin: 0 0 8px;
}

.site-footer-sanidei .footer-bottom {
    margin-top: 72px;
    padding-top: 18px;
    border-top: 1px solid #ddd8cf;
    text-align: center;
}

.site-footer-sanidei .footer-bottom p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #9aa0a8;
}

/* tablet */
@media (max-width: 1100px) {
    .site-footer-sanidei .footer-top {
        grid-template-columns: repeat(2, 1fr);
        gap: 45px 40px;
    }
}

/* mobile */
@media (max-width: 767px) {
    .site-footer-sanidei {
        padding: 45px 0 24px;
    }

    .site-footer-sanidei .footer-top {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .site-footer-sanidei .footer-logo {
        margin-bottom: 28px;
    }

    .site-footer-sanidei .footer-logo img {
        max-width: 240px;
    }

    .site-footer-sanidei .footer-col h4 {
        margin-bottom: 20px;
        font-size: 13px;
    }

    .site-footer-sanidei .footer-links a,
    .site-footer-sanidei .footer-info-block a,
    .site-footer-sanidei .footer-info-block p,
    .site-footer-sanidei .footer-info-block strong {
        font-size: 17px;
    }

    .site-footer-sanidei .footer-bottom {
        margin-top: 40px;
        padding-top: 16px;
    }

    .site-footer-sanidei .footer-bottom p {
        font-size: 14px;
    }
}
















.account-dashboard {
    min-height: 100vh;
    display: flex;
    background: #eef3fb;
    color: #0f172a;
    font-family: Arial, sans-serif;
}

.account-sidebar {
    width: 280px;
    min-width: 280px;
    background: #ffffff;
    border-right: 1px solid #e5eaf3;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
    position: relative;
    z-index: 10;
}

.account-logo {
    height: 76px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 24px;
    border-bottom: 1px solid #edf1f7;
}

.account-logo-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.account-logo-icon span {
    font-size: 22px;
}

.account-logo-text {
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
}

.account-sidebar-inner {
    padding: 22px 16px;
}

.account-menu-title {
    font-size: 13px;
    font-weight: 700;
    color: #4b5563;
    margin: 18px 0 10px;
}

.account-menu {
    display: flex;
    flex-direction: column;
}

.account-menu-link {
    min-height: 46px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 14px;
    border-radius: 7px;
    color: #1f2937;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.2s ease;
}

.account-menu-link:hover {
    background: #f3f5fb;
    color: #7c4de8;
}

.account-menu-link.active,
.account-menu-link.active-parent {
    background: #8557e8;
    color: #ffffff;
}

.account-menu-icon {
    width: 20px;
    text-align: center;
    font-size: 15px;
}

.account-menu-arrow {
    margin-left: auto;
}

.account-submenu {
    padding: 8px 0 8px 42px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.account-submenu a {
    position: relative;
    color: #374151;
    font-size: 14px;
    text-decoration: none;
    padding: 8px 10px;
    line-height: 1.2;
    transition: 0.2s ease;
}

.account-submenu a:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #6b7280;
    border-radius: 50%;
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
}

.account-submenu a:hover,
.account-submenu a.active {
    color: #8557e8;
    font-weight: 700;
}

.account-submenu a.active:before {
    background: #8557e8;
}

.account-main {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    position: relative;
}

.account-topbar {
    height: 76px;
    background: #ffffff;
    border-bottom: 1px solid #e5eaf3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 28px;
    gap: 20px;
    position: sticky;
    top: 0;
    z-index: 9;
}

.account-topbar-left,
.account-topbar-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.account-burger {
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    color: #334155;
    font-size: 22px;
    cursor: pointer;
}

.account-search {
    width: 250px;
    height: 42px;
    border: 1px solid #d8dee9;
    background: #f8fafc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
}

.account-search span {
    color: #94a3b8;
    font-size: 16px;
}

.account-search input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 14px;
    color: #0f172a;
}

.account-search input::placeholder {
    color: #94a3b8;
}

.account-icon-btn {
    border: 0;
    background: transparent;
    color: #0f172a;
    font-size: 17px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.account-lang {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #0f172a;
}

.account-flag {
    font-size: 20px;
}

.account-user-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.account-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8557e8, #22c55e);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.account-user-name {
    font-size: 14px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.2;
}

.account-user-role {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.2;
}

.account-page {
    flex: 1;

}

.account-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    color: #64748b;
    margin-bottom: 10px;
}

.account-breadcrumbs a {
    color: #64748b;
    text-decoration: none;
}

.account-breadcrumbs a:hover {
    color: #8557e8;
}

.account-page-head {
    margin-bottom: 26px;
}

.account-page-head h1 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 8px;
    color: #0f172a;
    font-weight: 800;
}

.account-page-head p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
}

.account-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.account-card {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
    padding: 22px;
}

.account-card-large {
    min-height: 280px;
}

.account-card-wide {
    grid-column: span 1;
}

.account-card-title {
    border-bottom: 1px solid #6b7280;
    padding-bottom: 14px;
    margin-bottom: 16px;
}

.account-card-title h2,
.account-photo-card h2 {
    font-size: 18px;
    line-height: 1.25;
    margin: 0;
    color: #1f2937;
    font-weight: 800;
}

.account-card-desc {
    color: #64748b;
    font-size: 14px;
    line-height: 1.45;
    margin: 0 0 20px;
}

.account-notice {
    padding: 13px 16px;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 16px;
}

.account-notice.success {
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #a7f3d0;
}

.account-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.account-form-row {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.account-form-row label {
    font-size: 13px;
    font-weight: 700;
    color: #334155;
}

.account-form-row input {
    width: 100%;
    height: 42px;
    border: 1px solid #d8dee9;
    border-radius: 8px;
    padding: 0 16px;
    font-size: 14px;
    color: #0f172a;
    outline: none;
    background: #ffffff;
}

.account-form-row input:focus {
    border-color: #8557e8;
    box-shadow: 0 0 0 3px rgba(133, 87, 232, 0.12);
}

.account-form-row input:disabled {
    background: #f8fafc;
    color: #94a3b8;
}

.account-btn {
    width: 100%;
    min-height: 46px;
    border: 0;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: 0.2s ease;
    padding: 12px 20px;
}

.account-btn-purple {
    background: #8557e8;
    color: #ffffff;
}

.account-btn-purple:hover {
    background: #7045d6;
}

.account-btn-dark {
    background: #18222c;
    color: #ffffff;
}

.account-btn-dark:hover {
    background: #0f172a;
}

.account-btn-light {
    background: #f0eafe;
    color: #8557e8;
}

.account-btn-light:hover {
    background: #e3d7fd;
}

.account-btn-red {
    width: auto;
    background: #ff5b5b;
    color: #ffffff;
}

.account-btn-red:hover {
    background: #ef4444;
}

.account-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.account-stat {
    min-height: 86px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.account-stat strong {
    font-size: 25px;
    line-height: 1;
    margin-bottom: 7px;
    font-weight: 800;
}

.account-stat span {
    font-size: 12px;
    color: #0f172a;
}

.account-stat-blue {
    background: #eef2f8;
}

.account-stat-blue strong {
    color: #4268c5;
}

.account-stat-green {
    background: #e9f8f4;
}

.account-stat-green strong {
    color: #10b981;
}

.account-photo-card img {
    width: 100%;
    height: 205px;
    object-fit: cover;
    display: block;
    margin-bottom: 18px;
}

.account-warning {
    background: #fff2e4;
    border-left: 4px solid #ff8a00;
    color: #ff7a00;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    margin: 22px 0;
}

.account-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.account-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
}

.account-table th {
    background: #f8fafc;
    color: #334155;
    font-size: 13px;
    text-align: left;
    padding: 14px 16px;
    border-bottom: 1px solid #e5eaf3;
}

.account-table td {
    color: #475569;
    font-size: 14px;
    padding: 14px 16px;
    border-bottom: 1px solid #edf1f7;
}

.account-table tr:hover td {
    background: #f8fafc;
}

.account-status {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #047857;
    font-size: 12px;
    font-weight: 700;
}

.account-empty {
    margin: 0;
    color: #64748b;
    font-size: 14px;
}

.account-footer {
    min-height: 58px;
    background: #ffffff;
    border-top: 1px solid #e5eaf3;
    color: #8a94a6;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 28px;
}

.account-settings-btn {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 56px;
    height: 56px;
    border: 0;
    border-radius: 50%;
    background: #8557e8;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(133, 87, 232, 0.35);
    z-index: 20;
}

.top-head svg{
     width: 20px;
}

.lang{
    margin-right: 32px;
}
.lang ul{
    display: flex;
    margin: 0;
    padding: 0;
    gap: 12px;
}
.lang ul li{
    list-style: none;
}
.lang ul li a{
        text-decoration: none;
    color: black;
}
.lang ul li.current-lang a{
    color: #900;
    font-weight: 600;
}

.aie{
        display: flex;
    align-items: center;
    justify-content: end;
}

@media (max-width: 1200px) {
    .account-content-grid {
        grid-template-columns: 1fr;
    }

    .account-card-wide {
        grid-column: span 1;
    }
}

@media (max-width: 991px) {
    .account-sidebar {
        position: fixed;
        left: -290px;
        top: 0;
        bottom: 0;
        height: 100vh;
        transition: 0.25s ease;
        overflow-y: auto;
    }

    .account-dashboard.sidebar-open .account-sidebar {
        left: 0;
    }

    .account-main {
        width: 100%;
    }

    .account-topbar {
        padding: 0 16px;
    }

    .account-search {
        width: 190px;
    }

    .account-user-info,
    .account-lang,
    .account-icon-btn {
        display: none;
    }

    .account-page {
        padding: 20px 16px;
    }

    .account-footer {
        padding: 0 16px;
        flex-direction: column;
        justify-content: center;
        gap: 4px;
    }
}

@media (max-width: 575px) {
    .account-topbar {
        height: 66px;
    }

    .account-search {
        width: 150px;
        height: 38px;
    }

    .account-page-head h1 {
        font-size: 21px;
    }

    .account-card {
        padding: 18px;
    }

    .account-stat-grid {
        grid-template-columns: 1fr;
    }

    .account-photo-card img {
        height: 170px;
    }
}




/* =========================
   HEADER RESPONSIVE
========================= */

.mobile-header {
    display: none;
}

.desktop-header {
    display: block;
}

/* PC */
.site-header .logo {
    text-align: center;
}

.site-header .logo img {
    max-width: 240px;
    height: auto;
}

.site-header .aie {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
}

.site-header .acc-btn svg,
.site-header .mobile-acc-btn svg {
    width: 22px;
    height: 25px;
}

.site-header .lang ul,
.site-header .mobile-menu-lang ul,
.site-header .menu-head ul,
.site-header .mobile-menu-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-header .menu-head ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
}

.site-header .menu-head ul li a {
    text-decoration: none;
}

.partners {
    padding: 60px 0;
    overflow: hidden;
}

.partners .title {
    text-align: center;
    margin-bottom: 35px;
}

.partners .title h2 {
    margin: 0;
}

.partners-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.partners-marquee-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: partnersMarquee 25s linear infinite;
    will-change: transform;
}

.partners-marquee .partner-item {
    flex: 0 0 190px;
    width: 190px;
    height: 100px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-marquee .partner-item img {
    max-width: 160px;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}


.single-page{
    padding: 60px 0;
}
.single-page h2{
      font-size: 32px;
        font-family: "Great Vibes", cursive;
    font-weight: 500;
    margin-bottom: 15px;
    color: black;
}
.single-page p{
    margin-bottom: 10px;
}

.partners .title h2{
        font-size: 42px;
    line-height: 1.2;
    font-weight: 500;
    color: #1d2b39;
    margin: 0 0 50px;
      font-family: "Great Vibes", cursive;
}

.map-block{
    padding: 0 0 80px;
}

.support-contact-section {
    padding: 70px 0;
}

.support-contact-section .support-contact-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 45px;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(35, 76, 150, 0.12);
}

.support-contact-section .support-contact-content {
    max-width: 560px;
}

.support-contact-section .support-contact-label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 8px 16px;
    border-radius: 50px;
    background: #900;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.support-contact-section h2 {
    margin: 0 0 18px;
    color: #111827;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
}

.support-contact-section p {
    margin: 0 0 28px;
    color: #5f6b7a;
    font-size: 18px;
    line-height: 1.6;
}

.support-contact-section .support-contact-email {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}

.support-contact-section .support-contact-email span {
    color: #111827;
    font-weight: 600;
}

.support-contact-section .support-contact-email a {
        color: #000000;
    font-weight: 700;
    text-decoration: none;
    word-break: break-word;
}

.support-contact-section .support-contact-email a:hover {
    text-decoration: underline;
}

.support-contact-section .support-contact-qr {
    flex: 0 0 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-contact-section .support-contact-qr img {
    width: 100%;
    max-width: 320px;
    height: auto;
    display: block;
    border-radius: 22px;
}

@media (max-width: 991px) {
    .support-contact-section {
        padding: 50px 0;
    }

    .support-contact-section .support-contact-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 35px;
        padding: 30px;
    }

    .support-contact-section h2 {
        font-size: 34px;
    }

    .support-contact-section p {
        font-size: 16px;
    }

    .support-contact-section .support-contact-qr {
        flex: none;
        width: 100%;
        justify-content: center;
    }

    .support-contact-section .support-contact-qr img {
        max-width: 280px;
    }
}

@media (max-width: 575px) {
    .support-contact-section .support-contact-card {
        padding: 24px 18px;
        border-radius: 22px;
    }

    .support-contact-section h2 {
        font-size: 28px;
    }

    .support-contact-section .support-contact-email {
        font-size: 16px;
    }
}

.single-page ul{
        margin: 0;
    padding: 15px 20px;
}

@keyframes partnersMarquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


/* MOBILE */
@media (max-width: 991px) {

    .desktop-header {
        display: none;
    }

    .mobile-header {
        display: block;
        width: 100%;
        background: #fff;
        position: relative;
        z-index: 999;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }

    .mobile-header-row {
        min-height: 70px;
        padding: 10px 15px;
        display: grid;
        grid-template-columns: 45px 1fr 45px;
        align-items: center;
        gap: 10px;
    }

    .mobile-burger {
        width: 42px;
        height: 42px;
        padding: 0;
        border: 0;
        background: transparent;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 6px;
        cursor: pointer;
    }

    .mobile-burger span {
        display: block;
        width: 28px;
        height: 2px;
        background: hsl(0, 100%, 30%);
        border-radius: 2px;
        transition: 0.3s ease;
    }

    .mobile-header.menu-open .mobile-burger span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .mobile-header.menu-open .mobile-burger span:nth-child(2) {
        opacity: 0;
    }

    .mobile-header.menu-open .mobile-burger span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .mobile-logo {
        text-align: center;
    }

    .mobile-logo img {
        max-width: 145px;
        height: auto;
        display: inline-block;
    }

    .mobile-acc-btn {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .mobile-acc-btn a {
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .mobile-menu-panel {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 18px 15px 24px;
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
        transform: translateY(-10px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: 0.3s ease;
        z-index: 998;
    }

    .mobile-header.menu-open .mobile-menu-panel {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .mobile-menu-lang {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 18px;
    }

    .mobile-menu-lang ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
    }

    .mobile-menu-lang ul li a,
    .mobile-menu-lang ul li span {
        font-size: 14px;
        text-decoration: none;
                color: black;
    }
    .mobile-menu-lang ul li.current-lang a{
        color: hsl(0, 100%, 30%);
        font-weight: 600;
    }

    .mobile-menu-list ul {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .mobile-menu-list ul li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }

    .mobile-menu-list ul li:last-child {
        border-bottom: 0;
    }

    .mobile-menu-list ul li a {
        display: block;
        padding: 13px 0;
        font-size: 16px;
        font-weight: 500;
        color: #111;
        text-decoration: none;
    }

    body.mobile-menu-active {
        overflow: hidden;
    }
}

@media (max-width: 800px){
    .banner .title h1{
        font-size: 36px;
    }

    .banner .title{
            top: 50%;
    }
    .about{
        padding: 60px 0;
    }
    .about .about-text h2{
            margin: 24px 0;
            font-size: 32px;
    }
    .realty .title h2{
        font-size: 32px;
    }
    .realty .single-realty .img-block{
        width: 100%;
                margin-bottom: 24px;
    }
    .team-block .all-team .single-block{
        width: 50%;
    }
    .team-block .all-team .single-block img{
            height: 110px;
    width: 100%;
    object-fit: cover;
    }
    .team-block .all-team .single-block span{
        font-size: 16px;
    }
    .reviews-section .reviews-grid{
        grid-template-columns: repeat(1, 1fr);
    }

    .realty .single-realty .video-block{
        width: 100%;
    }
    .realty .single-realty{
        display: block;
    }

}
