/* --- Global Resets & Basic Styles --- */
* {
    box-sizing: border-box;
    margin: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
}

body, div, form, h1, h2, h3, html, iframe, label, li, p, span, strong, ul {
    border: 0;
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    scroll-behavior: smooth;
}

img {
    max-height: 100%;
    max-width: 100%;
    position: relative;
}


@font-face{font-display:swap;font-family:Somar;font-style:normal;font-weight:400;src:url(/wp-content/themes/mv-theme/assets/fonts/Somar-Regular.woff2) format("woff2");}

body {
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 2em;
    background: #f9fafb;
}

.container :not(.fa):not(.mce-ico):not(.has-icon):not(.dashicon), body {
    font-family: Somar, sans-serif !important;
}

.container {
    margin:  auto;
    max-width: 1300px;
    padding: 0 15px;
    width: 100%;
}

/* --- Header & Footer Bars --- */
.custom-contact-bar {
    position: sticky;
    top: 0;
    z-index: 99;
    height: 50px;
    text-align: center;
    box-shadow: 0 0 6px rgba(0,0,0,.2);
}
.contact-buttons {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
.contact-btn {
    display: flex;
    align-items: center;
    border-radius: 6px;
    color: inherit;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    text-decoration: none;
    transition: background .3s;
    background: #5b0c0c;
    padding: 0 10px;
}
.contact-btn i { font-size: 16px; }
.contact-btn.phone { background: #37479f; }
.contact-btn.whatsapp { background: #176a30; }
span.contact-btn.openform { background: #34588b; }

.footer-cta {
    bottom: 20px;
    display: grid;
    gap: 10px;
    left: 20px;
    position: fixed;
    z-index: 99;
}
.social-item {
    align-items: center;
    background: #666;
    border-radius: 100%;
    color: #fff;
    display: flex;
    font-size: 25px;
    height: 50px;
    justify-content: center;
    width: 50px;
    box-shadow: 0 0 7px 1px rgba(0,0,0,.24);
}
.social-item.whats { background: #229746; }
.social-item.phone { background: #3f51b5; }


/* --- Hero Section --- */
.msvh_hero-section {
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    justify-content: center;
    min-height: calc(100dvh - 50px);
    padding: 20px 30px;
    position: relative;
    text-align: center;
}
.msvh_overlay {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: rgba(0,0,0,.35);
    inset: 0;
    position: absolute;
    z-index: 1;
}
.background-image {
    background-position: 50%;
    background-size: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}
.msvh_content {
    gap: 40px;
    margin: 0 auto;
    max-width: 800px;
    position: static;
    width: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
}
.msvh_content_sm {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.msvh_headline {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}
.msvh_description {
    color: hsla(0,0%,100%,.9) !important;
    font-size: 16px;
    line-height: 1.6;
}
.form_header_msvh {
    border: 1px solid hsla(0,0%,100%,.2);
    border-radius: 8px;
    padding: 15px;
}
.msvh_form-title {
    border-right: 3px solid #fff;
    font-weight: 700;
    margin-bottom: 10px;
    padding-right: 10px;
    text-align: right;
}
form.msvh_form {
    display: flex;
    gap: 15px;
}
.msvh_form input {
    background-color: hsla(0,0%,100%,.1);
    border: 1px solid hsla(0,0%,100%,.2);
    border-radius: 4px;
    color: #fff;
    direction: rtl;
    padding: .75rem;
    width: 100%;
}
.msvh_form input::placeholder { color: hsla(0,0%,100%,.6); }
.msvh_submit-btn {
    background-color: #fff;
    border: none;
    border-radius: 30px;
    color: #000;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 700;
    min-width: 120px;
    padding: .75rem 1rem;
    transition: background-color .3s ease;
}
.msvh_submit-btn:hover { background-color: #f0f0f0; }
.form_header_msvh.WitBg {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background: #fff;
    border: unset;
    box-shadow: 0 0 15px 1px #000;
}
.form_header_msvh.WitBg .msvh_form-title { border-color: #292e32; color: #292e32; }
.form_header_msvh.WitBg .msvh_form input, .form_header_msvh.WitBg .msvh_form input::placeholder { border-color: #eee; color: #000; }
.form_header_msvh.WitBg .msvh_form .msvh_submit-btn { background: #203293; color: #fff; }


/* --- General Content Blocks & Sections --- */
.shortcodesection { margin: 30px 0 !important; }
.shortcodesection .container { max-width: 1000px; }
.project_content {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 40px 0;
}
.pjc-title {
    display: block;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}
.pjc-title:empty { display: none; }
.pjc-flx {
    display: flex;
    gap: 30px;
}
.contentsection { flex-grow: 1; }
.ph-content {
    flex-grow: 1;
    font-size: 18px;
    width: 100%;
}
.ph-content p { font-size: .9em; margin-bottom: 20px; }


/* --- CTA Block --- */
.cta_block2 {
    align-items: center;
    display: flex;
    gap: 15px;
    justify-content: center;
}
.cta_block2 .headline.sm_title.shorttitle { margin: 0; }
.cta_block2 .headline.sm_title.shorttitle span { color: #08241a; font-size: 18px !important; }
.towitem {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
.towitem a, .towitem span {
    background: #eee;
    border-radius: 8px;
    color: #fff;
    flex-grow: 1;
    font-size: 16px;
    padding: 10px;
    width: auto !important;
}
.cta_block2 .towitem a, .cta_block2 .towitem span {
    border-radius: 30px;
    cursor: pointer;
    padding: 5px 25px;
}
.towitem .whatsapp { background: #1b7c38; }
.towitem .phone { background: #3f51b5; }
.towitem .fa { font-size: 20px; }
.towitem .formpopub { background: #203293; }


/* --- Property Grid Block --- */
.property-grid { display: flex; flex-wrap: wrap; gap: 20px; }
.property-card {
    align-items: center;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 15px;
    justify-content: space-between;
    padding: 20px;
    text-align: center;
    transition: all .3s ease;
}
.property-card:hover { border-color: #3b82f6; box-shadow: 0 4px 12px rgba(0,0,0,.1); transform: scale(1.05); }
.property-icon { background: #eef2ff; border-radius: 12px; display: block; padding: 12px; transition: all .3s ease; }
.property-icon .fa { color: #1d4ed8; display: block; font-size: 30px; margin: 0; }
.property-card:hover .property-icon { background-color: #dfe8ff; box-shadow: 0 4px 12px rgba(0,0,0,.1); }
.property-title { font-size: 17px; font-weight: 700; }
.propitems { display: flex; flex-direction: column; gap: 5px; line-height: 1.6em; }
.property-area, .property-down, .property-price { font-size: 14px; margin-top: 3px; padding: 0 15px; border-radius: 30px; }
p.property-area.msaha { background: #fff4ee; color: #85370d; }
p.property-price { background: #eeffef; color: #066429; }
p.property-down { background: #eef2ff; color: #1d4ed8; }
.property-cta { background-color: #007bff; border-radius: 30px; color: #fff; font-size: 14px; font-weight: 700; padding: 4px; transition: background-color .3s ease; width: 100%; }
.property-card:hover .property-cta { background-color: #0056b3; }


/* --- Gallery & Lightbox --- */
.section_gallry { border-bottom: 1px solid #eee; border-top: 1px solid #eee; padding: 40px 0; }
.gallery_images img {
    aspect-ratio: 16/9;
    border: 1px solid #eee;
    border-radius: 8px;
    height: auto;
    margin: 0 2px;
    max-height: 350px;
    min-height: 220px;
    object-fit: cover;
    cursor: pointer;
}
.gallery_images.slick-dotted.slick-slider { margin-bottom: 0; }
.gallery_images .slick-dots { bottom: 12px; position: absolute; }
.gallery_images .slick-dots li button:before { background: #fff; }
#lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.9);display:none;justify-content:center;align-items:center;z-index:9999;padding:20px;box-sizing:border-box;}
#lightbox .lightbox-content{position:relative;max-width:90%;max-height:90%;display:flex;flex-direction:column;align-items:center;gap:15px;}
#lightbox .lightbox-main-image{max-height:75vh;max-width:100%;}
#lightbox .lightbox-main-image img{max-width:100%;max-height:75vh;border-radius:8px;}
#lightbox .lightbox-thumbnails{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;max-width:100%;}
#lightbox .lightbox-thumbnails img{width:100px;height:60px;object-fit:cover;cursor:pointer;border-radius:4px;border:2px solid transparent;transition:border-color 0.3s;}
#lightbox .lightbox-thumbnails img.active{border-color:#fff;}
#lightbox .lightbox-close,#lightbox .lightbox-prev,#lightbox .lightbox-next{position:absolute;color:#fff;font-size:30px;cursor:pointer;background:rgba(0,0,0,0.5);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;user-select:none;transition:background .3s;}
#lightbox .lightbox-close:hover,#lightbox .lightbox-prev:hover,#lightbox .lightbox-next:hover{background:rgba(0,0,0,0.8);}
#lightbox .lightbox-close{top:-15px;right:-15px;}
#lightbox .lightbox-prev,#lightbox .lightbox-next{top:calc(50% - 30px);transform:translateY(-50%);}
#lightbox .lightbox-prev{left:-60px;}
#lightbox .lightbox-next{right:-60px;}
.custom-reviews-grid {
    height: fit-content;
}
.grecaptcha-badge {
    opacity: 0 !important;
}
/* --- FAQ Block --- */
.accordion-wrapper { display: flex; flex-direction: column; gap: 20px; }
.accordion-item { background-color: #fff; border: 1px solid #ddd; border-radius: 8px; box-shadow: 0 1px 3px rgba(0,0,0,.05); transition: box-shadow .3s ease; }
.accordion-item:hover { box-shadow: 0 4px 12px rgba(0,0,0,.1); }
.accordion-header { align-items: center; background: transparent; border: none; color: #333; cursor: pointer; display: flex; font-size: 1.125rem; font-weight: 600; justify-content: space-between; padding: 1rem 1.5rem; text-align: left; transition: background-color .3s ease; width: 100%; }
.accordion-header:hover { background-color: #f9f9f9; }
.accordion-icon { transition: transform .3s ease; }
.accordion-content { max-height: 0; opacity: 0; overflow: hidden; transition: max-height .3s ease,opacity .3s ease; }
.accordion-inner { color: #444; padding: 20px; }
.rtl .accordion-header, .rtl .accordion-inner { direction: rtl; text-align: right; }


/* --- Reviews Block --- */
.custom-reviews-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: flex-start; }
.review-card { background: #fff; border-radius: 8px; box-shadow: 0 4px 10px rgba(0,0,0,.1); font-family: sans-serif; margin: 5px 10px; min-width: 280px; padding: 20px; width: 100%; }
.review-header { align-items: center; display: flex; gap: 20px; }
.review-avatar { display: flex; align-items: center; border-radius: 50%; color: #fff; font-size: 20px; font-weight: 700; height: 40px; justify-content: center; width: 40px; }
.avatar-color-1 { background-color: #4e4376; }
.avatar-color-2 { background-color: #ff6f61; }
.avatar-color-3 { background-color: #2a9d8f; }
.review-meta { line-height: 1.7em; }
.review-meta .review-name { color: #0047ab; font-weight: 700; }
.review-meta .review-time { color: #666; font-size: 12px; }
.review-stars { color: #f7b500; font-size: 16px; padding: 5px 0; }
.review-message { font-size: 14px; line-height: 1.6; }


/* --- Steps Block --- */
.steps-row { align-items: flex-start; display: flex; flex-wrap: wrap; gap: 30px; justify-content: center; margin-bottom: 50px; }
.step-wrapper { align-items: center; display: flex; flex-direction: column; position: relative; width: 220px; }
.step-item { align-items: center; display: flex; justify-content: center; position: relative; }
.step-circle { background: #fff; border: 2px solid #b48b5c; border-radius: 50%; color: #b48b5c; font-size: 20px; font-weight: 700; height: 60px; width: 60px; z-index: 2; display:flex; align-items:center; justify-content:center; }
.step-label { margin-top: 20px; text-align: center; }
.step-label-title { color: #222; font-size: 15px; font-weight: 700; margin-bottom: 8px; }
.step-label-desc { color: #555; font-size: 14px; line-height: 1.7; }
.steps-cta { margin-top: 30px; text-align: center; }
.cta-button { background: #b48b5c; border-radius: 30px; color: #fff; cursor: pointer; display: inline-block; font-size: 16px; font-weight: 700; padding: 6px 30px; text-decoration: none; transition: background .3s; }
.cta-button:hover { background: #a27443; }


/* --- Contact Form Block --- */
.project_header { background: #000; color: #fff; padding: 20px 0; }
.headflx { display: grid; gap: 30px; margin: 0 auto; max-width: 800px; }
.contact_us form { display: grid; gap: 15px; grid-template-columns: 1fr; }
.project_header .contact_us form { grid-template-columns: 1fr 1fr; }
.cusinpput input { direction: rtl; background-color:#fff; border:1px solid #ddd; border-radius:10px; color:#000; display:block; font-family:Somar,sans-serif; font-size:15px; height:44px; line-height:44px; padding:0 15px; width:100%; }
.contact_us .submit { background-color: #292e32; border: 0; border-radius: 5px; color: #fff; cursor: pointer; font-family: Somar,sans-serif; font-size: 20px; line-height: 40px; max-width: 200px; padding: 3px 25px; transition: .5s; }
.form-title { align-items: center; border-right: 3px solid #fff; display: flex; font-size: 1.3rem; font-weight: 600; gap: 15px; justify-content: flex-start; line-height: 1.5em; margin-bottom: 25px; padding-right: 15px; }


/* --- Popup Form --- */
.popubleadform { align-items: center; display: none; inset: 0; justify-content: center; position: fixed; z-index: 999; }
.popubleadform.active { display: flex; }
.popubleadformover { background: rgba(0,0,0,.49); inset: 0; position: fixed; z-index: 9; }
.headflx.popubform { background: #fff; max-width: 450px; padding: 20px; position: relative; z-index: 9999; }
.headflx.popubform form#popubform { grid-template-columns: 1fr; }
.headflx.popubform input { border: 1px solid #b9beca; border-radius: 2px; }
.headflx.popubform .form-title { border-right: 3px solid #292e32; color: #292e32; }
span.closepop { cursor: pointer; font-size: 25px; height: 40px; left: 20px; position: absolute; top: 10px; width: 40px; display: flex; align-items: center; justify-content: center; }


/* --- Responsive Styles --- */
@media screen and (max-width: 992px) {
    .msvh_headline { font-size: 30px; }
    .msvh_description { font-size: 16px; }
    form.msvh_form { flex-direction: column; }
    .steps-row { flex-direction: column; align-items: center; gap: 40px; }
    .cta_block2 { flex-direction: column; }
    .pjc-flx { flex-direction: column !important; align-items: center; }
    .project_header .contact_us form { grid-template-columns: 1fr; }
}
.headline.sm_title.shorttitle span {
    color: #000;
    font-size: 22px !important;
    font-weight: 700;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
    line-height: 1.5em;
    margin-bottom: 25px;
}
button.slick-next.slick-arrow, .slick-prev {
    display: none !important;
}
.site-notification.show {
    opacity: 1;
    transform: translateY(0);
}
.site-notification {
    background-color: #222;
    border-radius: 5px;
    bottom: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 14px;
    opacity: 0;
    padding: 12px 20px;
    position: fixed;
    right: 20px;
    transform: translateY(20px);
    transition: all .3s ease-in-out;
    z-index: 9999;
}
footer.site-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.site-notification {
    background: linear-gradient(135deg, #2b5876, #4e4376);
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .2);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    max-width: 300px;
    padding: 14px 22px;
    pointer-events: none;
    transform: translateY(40px);
}

/* --- Slick Slider Base --- */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}
.slick-track:before,.slick-track:after{display:table;content:''}
.slick-track:after{clear:both}
.slick-slide{display:none;float:left;height:100%;min-height:1px}
[dir='rtl'] .slick-slide{float:right}
.slick-slide img{display:block}
.slick-initialized .slick-slide{display:block}
.slick-dotted.slick-slider{margin-bottom:20px}
.slick-dots{margin-top:16px;display:block;width:100%;padding:0;list-style:none;text-align:center}
.slick-dots li{position:relative;display:inline-block;width:20px;margin:0 6px;padding:0;cursor:pointer}
.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:4px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}
.slick-dots li button:hover,.slick-dots li button:focus{outline:none}
.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}
.slick-dots li.slick-active button:before{opacity:1;background:#fff}
.slick-dots li button:before{font-family:tahoma;font-size:16px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:4px;background:#767676;border-radius:6px;content:''!important;text-align:center;box-shadow:0 0 8px 1px rgb(0 0 0 / 26%);opacity:.9;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.slick-dots li.slick-active button:before{opacity:1;background:#666}

