@font-face {
    font-family: sam-font;
    src: url('ArbFONTS-LamaSans-Medium.ttf');
}

h1, h2, h3, h4, h5, h6, p, q, a, div, span, td, th, tr, label, input, select, textarea, .sam-alert, .sam-font * {
    font-family: "sam-font", sans-serif !important;
}

/*h2 {*/
/*  font-size: 48px !important;*/
/*}*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 50px;
}

:root {
    --main-color: #0c6384;
    --second-color: #c2a176;
    --gray-color: #a0a0a0;
}

.main-color {
    color: #670D0C;
}

html,
body {
    overflow-x: hidden;
    -ms-overflow-x: hidden;
}

body {
    font-family: "Cairo", sans-serif;
}

button:focus,
input:focus,
textarea:focus {
    box-shadow: none !important;
    outline: none;
    border: solid 1px var(--second-color) !important;
}

a:focus {
    box-shadow: none !important;
    outline: none;
}

/* start header ------- */
.header .overlay {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgb(0, 0, 0, 0.7);
}

.header .nav-item .logo img {
    width: 75px;
    object-fit: contain;
}

.header .nav-item .list li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 33.73px;
    padding: 0 8px 0;
    white-space: nowrap;
}

.rtl .header .nav-item .list li a {
    padding: 0 24px 0;
}

.header .show_scroll.nav-item .list li a {
    color: #670d0c;
}

.header .nav-item .list li a.active {
    color: #c2a176;
    font-weight: 700;
}

.logo-on-scroll {
    display: none;
}

.show_scroll {
    /*background-color: rgba(103, 13, 12, 0.97) !important;*/
    background-color: rgb(255 255 255 / 90%) !important;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.header .fa-bars {
    color: #fff;
}

.header .show_scroll .fa-bars {
    color: #670D0C;
}

.header .show_scroll .logo-on-scroll {
    display: block;
}

.header .show_scroll .logo-fixed {
    display: none;
}

.header .language a {
    color: var(--second-color);
    font-weight: 700;
}



.home img.wpml-ls-flag {
    filter: invert(1) !important;
}

img.wpml-ls-flag {
    /*filter: initial !important;*/
    filter: brightness(0) saturate(100%) invert(15%) sepia(50%) saturate(2402%) hue-rotate(338deg) brightness(91%) contrast(110%) !important;
}

.nav-item.fixed-top.show_scroll img.wpml-ls-flag {
    filter: brightness(0) saturate(100%) invert(15%) sepia(50%) saturate(2402%) hue-rotate(338deg) brightness(91%) contrast(110%) !important;
}



@media (max-width: 991px) {
    .header .offcanvas-slide {
        background-color: #fff;
    }

    .header .nav-item .list li a {
        padding: 8px;
        color: #222;
        font-size: 18px !important;
        margin-bottom: 8px;
    }

    .header .nav-item .logo img {
        width: 75px;
    }
}

.main-section .carousel-item {
    position: relative;
}

.carousel-indicators {
    z-index: 3;
}

.main-section .carousel-item::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-image: url(../images/cover-after.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.main-section .carousel-caption {
    padding: 0;
    z-index: 2;
    top: 30%;
    text-align: justify;
}

.main-section .carousel-control-next,
.main-section .carousel-control-prev {
    width: inherit;
    top: 30%;
}

.main-section .carousel-control-next span,
.carousel-control-prev span {
    padding: 20px;
    font-size: 20px;
}

.main-section .carousel-control-next {
    background-image: url(../images/arrow-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 284px;
}

.main-section .carousel-control-prev {
    background-image: url(../images/arrow-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 284px;
}

.main-section .carousel-indicators button {
    width: 2px;
    height: 15px;
    background-color: var(--gray-color);
}

.main-section .carousel-indicators .active {
    width: 2px;
    height: 30px;
    background-color: #fff;
}

.main-section .carousel-caption h3 {
    border-bottom: solid 1px rgba(255, 255, 255, 0.4);
    display: inline-block;
    position: relative;
    padding-bottom: 25px;
}

.main-section .carousel-caption h3::before {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
    width: 40px;
    height: 3px;
    bottom: -2px;
    left: 0;
    right: 50px;
}

.main-section .carousel-caption a:hover {
    background-color: #083344;
}

@media (max-width: 991px) {
    .main-section .carousel-caption h5,
    .main-section .carousel-caption h2,
    .main-section .carousel-caption h3 {
        font-size: 16px;
    }

    .main-section .carousel-control-next,
    .main-section .carousel-control-prev {
        top: 0;
        height: auto;
    }

    .main-section .carousel-caption {
        top: 35%;
    }
}

/* end header ------- */

/* start request form */
.request form {
    border-radius: 50px;
    position: absolute;
    left: 120px;
    top: -440px;
    z-index: 999;
}

.request .input-item input,
.contact-us .input-item input {
    border: 1px solid #6c6c6c4a;
    padding: 10px 40px;
}

.request .input-item textarea,
.contact-us .input-item textarea {
    border-radius: 15px;
    padding: 10px 40px;
}

.request .input-item img,
.contact-us .input-item img {
    position: absolute;
    top: 10px;
    right: 10px;
}

.request .input-item img:dir(ltr),
.contact-us .input-item img:dir(ltr) {
    left: 10px;
}

.request form button,
.contact-us form button {
    background-color: #0c6384;
}

@media (max-width: 991px) {
    .request form {
        position: static;
    }
}

/* start about-us ----- */
.about-us .img-box img {
    border-radius: 8px;
}

.about-us::after {
    content: "";
    position: absolute;
    background-image: url(../images/Mask-group.svg);
    background-size: cover;
    width: 100px;
    height: 100px;
    right: 50px;
    bottom: -30px;
}

.about-us .img-box .phone {
    position: absolute;
    left: -50px;
    bottom: 100px;
    border: solid 3px #fff;
    background-color: #333333;
    border-radius: 15px;
}

.about-us .icons .item {
    background-color: #f3f0f0;
    width: 123px;
    height: 123px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.about-us .icons .item:hover {
    background-color: var(--second-color);
}

.about-us .icons .item:hover img {
    filter: grayscale(100%) brightness(1) invert(1) !important;
    -webkit-filter: grayscale(100%) brightness(1) invert(1) !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: 0 !important;
    background: unset;
}

.about-us .nav-tabs .nav-link.active .item {
    background-color: var(--second-color);
    color: #fff;
    border: 0;
}

.about-us .nav-tabs .nav-link.active .item h6 {
    color: #fff;
}

.about-us .nav-tabs .nav-item:hover {
    border: 0 !important;
    outline: none;
}

.about-us .nav-tabs .nav-item button:focus {
    border: 0 !important;
    outline: none !important;
}

.about-us .nav-tabs .nav-link.active .item img {
    filter: grayscale(100%) brightness(1) invert(1) !important;
}

.about-us .icons .item h6 {
    font-size: 16px;
    margin-top: 10px;
    white-space: nowrap;
    color: #000;
}

.about-us .icons .item:hover h6 {
    color: #fff;
}

@media (max-width: 575px) {
    .about-us .icons .item {
        width: 115px;
        height: 115px;
    }

    .about-us::after {
        display: none;
    }

    .about-us .img-box .phone {
        left: 0;
    }

    .about-us .icons .item h6 {
        font-size: 14px;
    }
}

/* end about-us ----- */

/* start our-services */
.border-title {
    border-bottom: solid 1px rgba(0, 0, 0, 0.4);
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

/*.border-title::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  background-color: rgba(0, 0, 0, 1);*/
/*  width: 40px;*/
/*  height: 3px;*/
/*  bottom: -2px;*/
/*  left: 0;*/
/*  right: 0;*/
/*  margin: auto;*/
/*}*/

.our-services .box h3 {
    color: rgb(103 13 12);
    font-size: 22px;
}

.our-services .box p {
    color: rgba(106, 106, 106, 1);
    font-size: 18px;
    font-weight: 400;
}

.our-services .box .icon {
    border-radius: 12px;
    background-color: rgba(0, 144, 197, 1);
    height: 106px;
}

.our-services button {
    background-color: rgba(12, 99, 132, 1);
}

.our-services a svg:dir(ltr) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.our-services button:hover {
    background-color: rgba(0, 144, 197, 1);
}

.our-services a:hover {
    background-color: rgba(0, 144, 197, 1);
    color: #fff;
}

/* end our-services */

/* experience ----------- */
.experience::before {
    content: "";
    position: absolute;
    background-image: url(../images/mask.svg);
    background-size: cover;
    width: 100px;
    height: 100px;
    right: 50px;
    bottom: -20px;
}

.experience::after {
    content: "";
    position: absolute;
    background-image: url(../images/Mask-group.svg);
    background-size: cover;
    width: 100px;
    height: 100px;
    left: 0;
    bottom: 30px;
}

.experience > .container {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.experience .item img {
    height: 50px;
}

.experience .item h2 {
    color: rgba(0, 144, 197, 1);
    font-size: 50px;
    font-weight: 700;
}

.experience .item p {
    font-size: 22px;
    font-weight: 500;
}

.experience .item {
    cursor: pointer;
    padding: 5px;
}

.experience .item:hover {
    border: solid 1px #e8e8e8;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.experience .whatsapp {
    background-color: rgba(96, 214, 105, 1);
    border-radius: 29px;
    color: #fff;
    width: 208px;
    height: 212px;
    border-radius: 29px;
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    -ms-border-radius: 29px;
    -o-border-radius: 29px;
    position: relative;
}

.experience .whatsapp::before {
    content: "";
    position: absolute;
    background-image: url(../images/mask.svg);
    background-size: cover;
    width: 100px;
    height: 100px;
    left: -40px;
    top: -30px;
}

@media (max-width: 767px) {
    .experience::before,
    .experience::after,
    .experience .whatsapp::before {
        display: none;
    }
}

/* start partners --- */
.partners .owl-carousel {
    touch-action: none;
}

.partners .owl-carousel .item img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 130px;
    height: 60px;
    object-fit: contain;
    margin: auto;
}

.partners .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px !important;
}

/* end partners --- */

/* start blogs -------- */
.blogs .box img {
    border-radius: 8px;
    width: 100%;
}

.blogs .box .desc {
    position: absolute;
    bottom: 10px;
    right: 15px;
    left: 10px;
}

.blogs .box .desc h6 {
    background-color: rgba(0, 144, 197, 1);
}

.blogs .box .desc p {
    background: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
}

.blogs button {
    background-color: rgba(160, 160, 160, 1);
}

.blogs button:hover {
    background-color: #c2a176;
}

/* end blogs -------- */

/* satrt footer ----- */
.footer {
    background-color: rgba(103, 13, 12, 0.97);
    position: relative;
}

.footer .iframe {
    position: absolute;
    top: -30px;
}

.footer .input-item input {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 40px;
    background: none;
    color: #fff;
}

.footer .input-item input:dir(ltr) {
    text-align: right;
}

.footer .input-item img {
    position: absolute;
    top: 10px;
    right: 10px;
}

.footer .input-item .subscribe {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(236, 233, 233, 1);
    box-shadow: 0px 4px 7px -1px rgba(0, 0, 0, 0.05);
}

.footer a {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}

.footer .links a::before {
    content: "-";
    margin: 8px;
}

.footer .media a:hover {
    color: var(--second-color);
}

@media (max-width: 1400px) {
    .footer .iframe {
        position: static;
    }
}

/* end footer ----- */

/* whatsapp --------- */
.icon-whatsapp {
    background-color: #60d669;
    display: inline-block;
    position: fixed;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 20px;
    z-index: 99;
    right: 30px;
}

/* start about ----- */
.bg-img-cover {
    background-image: url(../images/hero.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 240px;
    width: 100%;
    position: relative;
}

.bg-img-cover::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background-color: #6c151475;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-img-cover .title {
    position: absolute;
    z-index: 2;
}

/* end about ----- */

.breadcrumb-item + .breadcrumb-item::before {
    float: inherit;
    color: #fff;
    padding: 0;
}

/* services-details --------- */
.services-details .box img,
.blogs-details .box img {
    border-radius: 8px;
}

.services-details p,
.services-details ul li,
.blogs-details p,
.blogs-details ul li {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 16px;
}

.services-details ul li::marker,
.blogs-details ul li::marker {
    color: #c2a176;
}

.contact-us .title h2 {
    color: var(--second-color);
}

.title-h2 {
    font-size: 34px;
    font-weight: 800;
    text-align: center;
    color: rgb(102 12 15);
    position: relative;
}

.title-h2::before {
    content: "";
    position: absolute;
    background-color: #8a8787;
    width: 80px;
    height: 3px;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: auto;
}


.elementor-27 .elementor-element.elementor-element-ae64b25 .elementor-icon-box-title span {
    font-size: 16px;
    font-weight: 100;
}
.elementor-27 .elementor-element.elementor-element-ae64b25 .elementor-icon-box-title span strong {
    font-size: 42px;
    font-weight: 700;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.project-item {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.project-item:hover {
    transform: scale(1.04);
    transition: transform 0.7s ease-in-out;
}

.project-item img {
    width: 100%;
    /*   height: 200px !important;
       object-fit: cover !important; */
    object-fit: contain !important;
    border-bottom: 1px solid #ddd;
}

.project-caption {
    padding: 15px;
    font-size: 16px;
    color: #333;
}

@media (max-width: 768px) {
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .elementor-27 .elementor-element.elementor-element-ae64b25 .elementor-icon-box-title span strong {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .projects-grid {
        /*grid-template-columns: 1fr;*/
        grid-template-columns: repeat(2, 1fr);
    }
}


/*#manafe-about,*/
/*#manafe-numbers {*/
/*    position: relative;*/
/*}*/

/*#manafe-about:after,*/
/*#manafe-numbers:after {*/
/*    content: '';*/
/*    width: 190px;*/
/*    height: 100px;*/
/*    background-size: contain;*/
/*    background-position: center;*/
/*    position: absolute;*/
/*     z-index: 99;*/
/*    !* background-color: #222; *!*/
/*    background-repeat: no-repeat;*/
/*}*/

/*#manafe-about:after{*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    background-image: url('https://manafeco.org/wp-content/uploads/2024/12/باترن-سكشن-من-نحن.webp');*/
/*}*/

/*#manafe-numbers:after {*/
/*    bottom: 0;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background-image: url('https://manafeco.org/wp-content/uploads/2024/12/باترن-سكشن-منافع-في-ارقام-scaled.webp');*/
/*}*/

/*.triangle-image {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 400px;*/
/*    height: 400px;*/
/*    clip-path: polygon(0 0, 100% 0, 0 100%);*/
/*    background-image: url('https://manafeco.org/wp-content/uploads/2024/12/خلفية-منافع-في-أرقام-scaled.webp');*/
/*    z-index: 99;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*}*/

/*.triangle-white {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    width: 400px;*/
/*    height: 400px;*/
/*    background-color: #ffffff;*/
/*    clip-path: polygon(100% 0, 0 0, 100% 100%);*/
/*}*/

/*.triangle-red {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    width: 100px;*/
/*    height: 100px;*/
/*    background-color: #8B0000;*/
/*    clip-path: polygon(50% 0, 0 100%, 100% 100%);*/
/*}*/

.project-item .project-caption h3 {
    color: #660c0f;
    font-weight: bold;
    font-size: 20px;
}

.project-item .project-caption a,
.project-item .project-caption p {
    color: #898787;
    text-decoration: unset;
}

.single-project {
    margin-top: 50px;
    margin-bottom: 50px;
}

.project-image img {
    border-radius: 10px;
}

.project-details {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.project-title {
    font-size: 2rem;
    font-weight: bold;
    color: #ff6600;
}

.project-type {
    font-size: 1.2rem;
    color: gray;
}

.project-stats {
    font-size: 1rem;
    color: #333;
}

.project-status {
    color: #ff6600;
    font-weight: bold;
}

.tenants-section h2 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
}

.tenants-logos img {
    max-height: 50px;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.tenants-logos img:hover {
    filter: grayscale(0%);
}

.sam-contact-form label {
    color: #fff;
    padding: 0 8px;
}

.sam-contact-form input,
.sam-contact-form select,
.sam-contact-form textarea {
    background: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-bottom: 8px;
    text-align: start !important;
    padding: 8px;
}

/*.sam-contact-form input:focus,*/
/*.sam-contact-form select:focus,*/
/*.sam-contact-form textarea:focus {*/
/*    background: transparent;*/
/*    border-radius: 0;*/
/*    border: 0;*/
/*    outline: none;*/
/*    color: #fff;*/
/*}*/

.rtl .sam-contact-form input,
.rtl .sam-contact-form select,
.rtl .sam-contact-form textarea {
    direction: rtl;
    text-align: right !important;
}

.sam-contact-form select option {
    background: #333;
}

.sam-contact-form input::placeholder,
.sam-contact-form textarea::placeholder {
    color: #cccccc; /* Placeholder color */
    opacity: 0.5; /* Adjust opacity */
}

.sam-contact-form input::-ms-input-placeholder,
.sam-contact-form textarea::-ms-input-placeholder {
    color: #cccccc; /* Placeholder color for IE */
    opacity: 0.5; /* Adjust opacity */
}

.sam-contact-form input::-webkit-input-placeholder,
.sam-contact-form textarea::-webkit-input-placeholder {
    color: #cccccc; /* Placeholder color for WebKit browsers */
    opacity: 0.5; /* Adjust opacity */
}

.sam-contact-form .wpcf7-submit {
    background: #fff;
    color: #670d0c;
    padding: 8px 32px;
    border: 1px solid #fff;
    border-radius: 8px;
    font-weight: bold;
}

.sam-contact-form .wpcf7-submit:hover {
    background: #670d0c;
    color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #fff;
}

/*!*TimeLine *!*/
/* .al-timeline {*/
/*     position: relative;*/
/*     max-width: 1200px;*/
/*     margin: 0 auto;*/
/*     direction: rtl;*/
/* }*/

/*!* Vertical Line *!*/
/*.al-timeline::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: 50px;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    width: 2px;*/
/*    background: #ddd;*/
/*}*/

/*!* Timeline Item *!*/
/*.al-timeline-item {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    margin-bottom: 50px;*/
/*    padding-right: 80px;*/
/*    position: relative;*/
/*}*/

/*!* Year *!*/
/*.al-year {*/
/*    position: absolute;*/
/*    right: -30px;*/
/*    color: #888;*/
/*    font-size: 40px;*/
/*    font-weight: 300;*/
/*}*/

/*!* Dot *!*/
/*.al-dot {*/
/*    position: absolute;*/
/*    right: 44px;*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    background: #800000;*/
/*    border: 3px solid white;*/
/*    border-radius: 50%;*/
/*    z-index: 1;*/
/*}*/

/*!* Circle container *!*/
/*.al-circle-container {*/
/*    position: relative;*/
/*    margin-right: 30px;*/
/*}*/

/*!* Outer circle *!*/
/*.al-circle {*/
/*    width: 180px;*/
/*    height: 180px;*/
/*    border: 2px solid #E6D5C3;*/
/*    border-radius: 50%;*/
/*    position: relative;*/
/*    background: white;*/
/*}*/

/*!* Company logo *!*/
/*.al-logo {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    width: 80px;*/
/*    height: auto;*/
/*}*/

/*!* Connector line *!*/
/*.al-connector {*/
/*    position: absolute;*/
/*    right: 60px;*/
/*    top: 50%;*/
/*    width: 40px;*/
/*    height: 2px;*/
/*    border-top: 2px dashed #ccc;*/
/*}*/

/*!* Description *!*/
/*.al-description {*/
/*    position: absolute;*/
/*    right: 200px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    color: #666;*/
/*    font-size: 14px;*/
/*    white-space: nowrap;*/
/*}*/

.owl-carousel .owl-item img {
    .owl-carousel .owl-item img
}

.projects-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #898787;
}

.projects-title {
    color: #6b0000;
    font-size: 24px;
    font-weight: bold;
    text-align: right;
}

/*.projects-nav-container {*/
/*    border-bottom: 1px solid #eee;*/
/*    padding-bottom: 10px;*/
/*}*/

.projects-nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 5px 0;
}

.projects-nav .nav-item {
    display: flex;
    align-items: center;
    margin: 0;
}

.projects-nav .nav-item a {
    color: #666;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 16px;
    transition: color 0.3s ease;
}

.projects-nav .nav-item.active a,
.projects-nav .nav-item a:hover {
    color: #8B0000;
    font-weight: bold;
}

.projects-nav .separator {
    color: #ccc;
    padding: 0 5px;
}

/* Responsive Design */
@media (max-width: 768px) {

    .projects-header {
        display: block;
        padding-bottom: 16px;
    }

    .projects-nav {
        display: grid;
        grid-template-columns: repeat( 3 , 1fr );
        gap: 10px;
        width: 100%;
    }

    .rtl .projects-nav {
        grid-template-columns: repeat( 4 , 1fr );
    }

    .projects-header .projects-title {
        text-align: center !important;
    }

    .projects-nav .nav-item {
        justify-content: center;
        text-align: center;
    }

    /* Hide separators on mobile */
    .projects-nav .separator {
        display: none;
    }

    /* Adjust font size if needed for better fit */
    .projects-nav .nav-item a {
        font-size: 14px;
        padding: 5px;
    }

    /*.projects-title {*/
    /*    font-size: 24px;*/
    /*}*/
}

.services-tabs-container .nav-text {
    text-align: start;
    padding-left: 16px;
}

.form-select {
    appearance: auto;
}

/* Map */
.custom-map[data-style="grayscale"] {
    filter: grayscale(99%);
    -webkit-filter: grayscale(99%);
    -webkit-backface-visibility: hidden;
}

.gm-style img {
    border-radius: 8px;
}

button.gm-ui-hover-effect {
    position: absolute !important;
    left: 8px !important;
    top: 8px !important;
    background: #666 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 8px;
}

button.gm-ui-hover-effect span {
    margin: auto !important;
}

.gm-style-iw-ch {
    padding-top: 0 !important;
}
.gm-style .gm-style-iw-c {
    padding: 0 !important;
}

.gm-style .gm-style-iw-d {
    padding: 16px !important;
    overflow: auto !important;
}

.project-slider img {
    height: 450px;
    object-fit: cover;
    border-radius: 8px;
}

.project-tenants {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 8px;
}

.project-tenants h6 {
    font-weight: bold;
    color: #666;
}

.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    top: calc(50% - 24px);
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    width: 40px;
    height: 40px;
    line-height: 30px;
    background: #fff;
}

.owl-carousel .owl-nav .owl-next {
    left: -24px;
}

.owl-carousel .owl-nav .owl-prev {
    right: -24px;
}

.wpcf7-spinner {
    display: block;
}

/*.popup{*/
/*    width: 900px;*/
/*    margin: auto;*/
/*    text-align: center*/
/*}*/

.popup img {
    /*width: 200px;*/
    /*height: 200px;*/
    cursor: pointer
}

.sam-show {
    z-index: 999;
    display: none;
}
.sam-show .overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    backdrop-filter: blur(5px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.sam-show .img-show {
    /*width: 600px;
    height: auto;*/
    background: #fff;
    position: fixed;
    top: 24%;
    left: 50%;
    transform: translate(-50%, 0%);
    overflow: hidden;
    z-index: 99;
    border-radius: 4px;
}
.sam-show .img-show span{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
    background: #6f1100;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
}
.sam-show .img-show img{
    /*width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;*/
}

/* Add these styles to your existing CSS */
.nav-link {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 500ms ease;
}

.rtl .nav-link {
    transform: translateX(50px);
}

.nav-link.show {
    opacity: 1;
    transform: translateX(0);
}

.wpml-ls-menu-item {
    margin: auto !important;
}

.sam-triangle-red::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 50px solid transparent;
    border-right: 100px solid #670d0c;
    border-top: 50px solid transparent;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.rtl .sam-triangle-red::after {
    border-right: unset;
    border-left: 100px solid #670d0c;
}
.sam-triangle-red {
    position: relative;
    display: inline-block; /* Ensures proper layout for the triangle */
}

@keyframes moveRedTriangle {
    0% { transform: translateX(0); }
    25% { transform: translateX(-10px); }
    75% { transform: translateX(10px); }
    100% { transform: translateX(0); }
}

/* Apply Animations */
.sam-triangle-red::after {
    animation: moveRedTriangle 1.8s ease-in-out infinite;
}

/*.sam-triangle-red {*/
/*    position: relative;*/
/*}*/

/*.sam-triangle-red:after {*/
/*    position: absolute;*/
/*    bottom: 3%;*/
/*    left: 60%;*/
/*    clip-path: polygon(50% 0, 0 100%, 100% 100%);*/
/*    z-index: 3;*/
/*    transform: rotate(90deg);*/
/*    width: 100px;*/
/*    height: 90px;*/
/*}*/

.pagination {
    justify-content: center;
}

.pagination-wrapper ul {
    display: inline-flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    margin: 0;
}

.pagination-wrapper li {
    margin: 0 4px;
}

.pagination-wrapper .page-item {
    display: inline;
}

.pagination-wrapper .page-item a,
.pagination-wrapper .page-item span {
    padding: 0.5rem 0.75rem;
    color: #6f1100;
    background-color: #fff;
    border: 1px solid #6f1100;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    border-radius: 4px;
}

/* Hover and focus states */
.pagination-wrapper .page-item a:hover,
.pagination-wrapper .page-item a:focus {
    color: #fff;
    background-color: #6f1100;
    border-color: #6f1100;
}

/* Custom Style for the Current Page Number */
.pagination-wrapper .page-item span.current {
    color: #ffffff; /* White text */
    background-color: #ff5733; /* Custom background color */
    border-color: #ff5733; /* Matching border color */
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Shadow effect */
    transform: scale(1.1); /* Slightly enlarge */
    cursor: default;
}

.pagination-wrapper a {
    color: #6f1100;
    text-decoration: unset;
}

/*.mjob {*/
/*    border-radius: 4px;*/
/*    background: #fff;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    border: 1px solid #fff;*/
/*    transition: .5s;*/
/*    margin: auto;*/
/*}*/

.mjob {
    margin: auto;
}

.mjob a {
    color: #fff !important;
    font-weight: bold !important;
    border-radius: 4px;
    background: #670d0c;
    display: flex;
    align-items: center;
    border: 1px solid #670d0c;
    transition: .5s;
    margin: auto;
}

/*.mjob:hover {*/
/*    background: transparent;*/
/*    border: 1px solid #fff;*/
/*}*/

/*.mjob:hover a {*/
/*    color: #fff !important;*/
/*}*/

/*.header .show_scroll.nav-item .mjob {*/
/*    background: #670d0c;*/
/*    border: 1px solid #670d0c;*/
/*}*/
@media ( min-width: 768px ) {

    .home .header .nav-item .mjob a {
        color: #670d0c !important;
        background: #fff;
        border: 1px solid #fff;
    }

}

.header .show_scroll.nav-item .mjob a {
    color: #fff !important;
    background: #670d0c;
    border: 1px solid #670d0c;
}

/*.header .show_scroll.nav-item .mjob:hover {*/
/*    background: transparent;*/
/*    border: 1px solid #670d0c;*/
/*}*/

.header .show_scroll.nav-item .mjob:hover a {
    color: #670d0c !important;
    background: transparent;
    border: 1px solid #670d0c;
}

.wpml-ls-menu-item a {
    border: 1px solid #fff;
    margin-left: 8px;
    padding: 0 8px;
    border-radius: 4px;
}

.header .show_scroll.nav-item .wpml-ls-menu-item a {
    border: 1px solid #670d0c;
}

.rtl .wpml-ls-menu-item a {
    margin-left: 0;
    margin-right: 8px;
}

@media ( max-width: 768px ) {

    .sam-show .img-show {
        top: 24%;
        left: 0;
        right: 0;
        transform: unset;
        overflow: auto;
        padding: 8px;
        max-width: 90%;
        margin: auto;
    }

    .sam-show .img-show span {
        top: 20px;
        right: 24px;
    }

    .wpml-ls-menu-item a {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .header .show_scroll.nav-item .wpml-ls-menu-item a {
    /*.header .show_scroll.nav-item .mjob {*/
        background: transparent !important;
        border: unset !important;
    }

    .mjob a,
    .header .show_scroll.nav-item .mjob a {
        /*color: #222 !important;*/
        font-weight: 300 !important;
        /*background: transparent !important;*/
        /*border: unset !important;*/
    }

    .home img.wpml-ls-flag {
        filter: initial !important;
    }

    /*.header .show_scroll.nav-item .mjob a {*/
    /*    color: #670d0c !important;*/
    /*}*/

}

.elementor-2175 .elementor-element.elementor-element-7f27664 {
    text-align: center;
}