/*
Theme Name:
Author: Saint Hossam
PSD Designer:
*/

/* fonts  */
@font-face {
    font-family: "TajawalEx";
    src: url("../webfonts/design-fonts/TajawalEx/Tajawal-ExtraBold.eot");
    src: url("../webfonts/design-fonts/TajawalEx/Tajawal-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/design-fonts/TajawalEx/Tajawal-ExtraBold.woff2") format("woff2"),
    url("../webfonts/design-fonts/TajawalEx/Tajawal-ExtraBold.woff") format("woff"),
    url("../webfonts/design-fonts/TajawalEx/Tajawal-ExtraBold.ttf") format("truetype");

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TajawalB";
    src: url("../webfonts/design-fonts/TajawalB/Tajawal-Bold.eot");
    src: url("../webfonts/design-fonts/TajawalB/Tajawal-Bold.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/design-fonts/TajawalB/Tajawal-Bold.woff2") format("woff2"),
    url("../webfonts/design-fonts/TajawalB/Tajawal-Bold.woff") format("woff"),
    url("../webfonts/design-fonts/TajawalB/Tajawal-Bold.ttf") format("truetype");

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TajawalM";
    src: url("../webfonts/design-fonts/TajawalM/Tajawal-Medium.eot");
    src: url("../webfonts/design-fonts/TajawalM/Tajawal-Medium.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/design-fonts/TajawalM/Tajawal-Medium.woff2") format("woff2"),
    url("../webfonts/design-fonts/TajawalM/Tajawal-Medium.woff") format("woff"),
    url("../webfonts/design-fonts/TajawalM/Tajawal-Medium.ttf") format("truetype");

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TajawalL";
    src: url("../webfonts/design-fonts/TajawalL/Tajawal-Light.eot");
    src: url("../webfonts/design-fonts/TajawalL/Tajawal-Light.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/design-fonts/TajawalL/Tajawal-Light.woff2") format("woff2"),
    url("../webfonts/design-fonts/TajawalL/Tajawal-Light.woff") format("woff"),
    url("../webfonts/design-fonts/TajawalL/Tajawal-Light.ttf") format("truetype");

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TajawalR";
    src: url("../webfonts/design-fonts/TajawalR/Tajawal-Regular.eot");
    src: url("../webfonts/design-fonts/TajawalR/Tajawal-Regular.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/design-fonts/TajawalR/Tajawal-Regular.woff2") format("woff2"),
    url("../webfonts/design-fonts/TajawalR/Tajawal-Regular.woff") format("woff"),
    url("../webfonts/design-fonts/TajawalR/Tajawal-Regular.ttf") format("truetype");

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* reset css */
/* Reset box-sizing */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a:focus, .main-btn:focus {
    outline: none !important;
}

/* Remove default styles for common elements */
html,
body {
    font-family: 'TajawalR';
    font-size: 18px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #000 !important;
    scroll-behavior: smooth;
    height: 100%;
}

p {
    color: #FFF;
}

.hold-about_page {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    color: #fff;
    /*min-height: 500px;*/
}

.hold-about_page header {
        background: transparent;
}

.head_about {
    position: absolute;
}

main {
    position: relative;
    /*overflow: hidden;*/
    left: 0;
    transition: 0.7s ease-in-out;
}


.about_details-item {
    position: relative;
    transition: all 0.3s ease;
    opacity: 1;
}

.about_details-image img {
    width: 100%;
    height: 500px;
    object-fit: fill !important;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
}

.about_details {
    overflow: hidden;
}

.about_details-content {
    transition: transform 0.5s ease;
}

.about_details {
    margin-top: 7rem;
}

@media (max-width: 1200px) {
    .about_details {
        margin-top: 10rem;
    }
}

@media (max-width: 992px) {
     .mainItem img.slider-thumb {
        height: 500px;
    }
 
    .about_details {
        margin-top: 8rem;
    }
}

@media (max-width: 768px) {
    .about_details {
        margin-top: 6rem;
    }
}

@media (max-width: 576px) {
    .about_details {
        margin-top: 4rem;
    }
}

.about_details-content h2 {
    font-size: 28px;
    color: #FFF;
    margin-bottom: 15px;
    font-weight: 700;
}

.about_details-content p {
    font-size: 16px;
    color: #FFF;
    line-height: 1.6;
}

.about_details-content {
    color: #FFF;
}


.about_details-item.closed .about_details-image {
    transform: translateX(-100%);
}

.about_details-item.closed .about_details-content {
    transform: translateX(100%);
}

.wpcf7-list-item {
    margin: 0;
}


/* Reset lists, links, and text elements */
ul,
ol {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none; /* Remove default underline */
    color: inherit; /* Inherit color from parent */
}

img {
    max-width: 100%; /* Ensure images are responsive */
    display: block;
}

/* Reset form elements */
input,
.main-btn,
textarea,
select {
    appearance: none; /* Remove browser-specific styling */
    border: none;
    outline: none;
    background: none;
    font-family: inherit; /* Inherit font from parent */
    font-size: inherit; /* Inherit font size */
    line-height: inherit; /* Inherit line-height */
}

/* Remove input and .main-btn focus outline for accessibility */
input:focus,
.main-btn:focus,
textarea:focus,
select:focus {
    outline: none;
}

/* Remove table borders and spacing */
table {
    border-collapse: collapse; /* Collapse borders */
    border-spacing: 0;
}

/* Remove any unwanted default styling on blockquotes */
blockquote {
    margin: 0;
    padding: 0;
    quotes: none; /* Remove quotation marks */
}

/* Reset typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal; /* Remove bold by default */
    margin: 0;
}

p {
    margin: 0;
}

code,
pre {
    font-family: 'Courier New', monospace;
}

/* Accessibility improvements */
.main-btn:disabled,
input:disabled,
select:disabled,
textarea:disabled {
    cursor: not-allowed; /* Show the disabled cursor */
    opacity: 0.5; /* Make disabled elements semi-transparent */
}

a:focus,
.main-btn:focus {
    outline: 2px solid #007bff; /* Custom focus outline */
}

img,
iframe {
    max-width: 100%;
    max-height: 100%;
}

img:not(.main-caption img) {
    object-fit: contain;
}

.sec-tit,
.head-section {
    font-family: 'TajawalEx';
    font-size: 40px;
    color: #FFF;
    position: relative;
    display: table;
    margin: 0 auto 50px;
    z-index: 2;
}

.lang {
    color: #FFF;
    font-family: 'TajawalEx';
    font-size: 22px;
    margin-inline-end: 15px;
}

.main-btn {
    color: white !important;
    text-decoration: none;
    text-transform: uppercase;
    width: 300px;
    text-align: center;
    align-content: center;
    outline: none;
    cursor: pointer;
    margin-top: 40px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
    font-family: 'TajawalR';
    font-weight: 500;
    text-transform: uppercase;
    background-image: url(../img/web_button.svg);
    background-position: center;
    background-repeat: repeat-x;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.8);
}


/* Navbar */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 60px;
    z-index: 2000;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-brand-left {
    padding: 0;
}

.enq-logo {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.navbar-brand-right {
    padding: 0;
}

.logo {
    height: 80px;
}

.logo img {
    height: 100%;
}

.page-form {
    color  : #FFF;
}

/* Hamburger Menu */
.hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    position: relative;
}

.hamburger span {
    width: 30px;
    height: 4px;
    background: #fff;
    transition: all 0.3s;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Sidebar */
.sidebar {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to top, #292020c4 0%, #292020c4 14%, rgba(0, 0, 0, 0.5) 34%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0) 100%);
    backdrop-filter: blur(15px);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 21px rgba(18 17 12 / 61%);
    z-index: 9;
    padding: 100px 40px;
    transition: all 0.9s ease;
}

html[dir='rtl'] .sidebar {
    transform: translateX(200%) !important;
}

html[dir='ltr'] .sidebar {
    transform: translateX(-200%) !important;
}
.sidebar li {
    margin-bottom: 10px;
}

html[dir='rtl'] .sidebar.active {
    right: 0;
    transform: none !important;
}

html[dir='ltr'] .sidebar.active {
    left: 0;
    transform: none !important;
}

html[dir='ltr'] .navbar > .container {
    flex-direction: row-reverse !important;
}


.sidebar-links {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
    list-style: none;
}

.sidebar-links a {
    font-size: 26px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.sidebar-links a:hover {
    color: #d4af37;
}

/* Hero Section with Video */
.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

/*.hero:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: linear-gradient(to bottom, rgba(14, 0, 0, 0.2), rgba(14, 0, 0, 1) 27%, rgba(14, 0, 0, 0.4) 67%, rgba(14, 0, 0, 0));*/
/*    z-index: 1;*/
/*    pointer-events: none;*/
/*}*/

.bg-video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    z-index: -1;
}

/* latest project */

.latest-projects {
    position: relative;
    padding: 50px 0 70px;
    text-align: center;
    overflow: hidden;
    background-image: url("../img/newstcover.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 700px;
    overflow: hidden;
}

.latest-projects-slider {
    position: relative;
    margin: 0 0 50px;
}

.latest-projects-slider .project-slide {
    position: relative;
    overflow: hidden;
}

.latest-projects .slide-image {
    width: 100%;
    height: 500px;
    border-radius: 10px;
    position: relative;
    top: 0;
    left: 0;
    will-change: transform, opacity;
}

.project-section-url {
    display: inline-block;
}

.latest-projects .swiper-pagination {
    margin-top: 50px;
}

@media (min-width: 992px) {
    .swiper-button-prev,
    .swiper-button-next {
        top: 40%;
    }
}

.latest-projects .section-title {
    font-size: 40px;
    color: #fff;
    position: relative;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
}

.latest-url {
    display: flex;
    margin-top: 40px;
    justify-content: center;
}

 .custom-news {
        display: flex;
        flex-direction: row;
        color: #fff;
        border-radius: 10px;
        overflow: hidden;
        height: 200px;
        /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);*/
        transition: transform 0.5s ease-in-out;
    }
    .custom-news:hover {
        transform: scale(1.03);
    }
    .custom-news .image-section {
        width: 50%;
        height: 100%;
        overflow: hidden;
    }
    .custom-news .image-section img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease-in-out;
    }
    .custom-news:hover .image-section img {
        transform: scale(1.1);
    }
    .custom-news .content-section {
        width: 50%;
        padding-inline-start: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        text-align: start;
    }
    .custom-news .content-section h3 {
        font-size: 25px;
        font-weight: bold;
        margin: 0;
        line-height: 1.4;
        text-transform: uppercase;
    }
    .custom-news .content-section p {
        font-size: 18px;
        margin: 10px 0;
        line-height: 1.5;
    }
    .custom-news .content-section .meta {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .custom-news .content-section .meta .date {
        font-size: 16px;
        color: #ccc;
    }
    .custom-news .content-section .read-more {
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        font-weight: bold;
        display: flex;
        align-items: center;
        gap: 8px;
        transition: color 0.3s ease;
    }
    .custom-news .content-section .read-more:hover {
        color: #ddd;
    }
    .custom-news .content-section .read-more i {
        font-size: 14px;
        transition: transform 0.3s ease;
    }
    .custom-news .content-section .read-more:hover i {
        transform: translateX(5px);
    }
    
/* Success Partners Section */
.partners {
    padding: 60px 0 100px;
    position: relative;
    text-align: center;
    overflow: hidden;
    /*background-image: url("../img/partner.gif");*/
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.partners .sec-tit {
    margin-bottom: 0 !important;
}

.partners .swiper-container {
    position: relative;
    width: 60%;
    max-width: 900px;
    overflow: hidden;
}

.partners .swiper-wrapper {
    display: flex;
    align-items: center;
}

.partners .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 15px;
    transition: transform 0.5s ease-out, filter 0.5s ease-out;
}

.partners .swiper-slide img {
    width: 100%;
    max-width: 100%;
    /*height: 390px;*/
    object-fit: contain; 
}

.swiper-pagination {
    position: relative;
}

.partners .swiper-slide:not(.swiper-slide-active) {
    filter: blur(5px);
    transform: scale(0.9);
}

.partners .swiper-button-next, .partners .swiper-button-prev {
    color: #d4af37;
}

.partners .swiper-pagination {
    bottom: 0px;
}

.swiper-pagination-bullet {
    background: #FFF;
    opacity: 1;
    border-radius: 6px;
    width: 12px;
    height: 12px;
    transition: .3s;
}

.swiper-pagination-bullet-active {
    background: #d4af37;
    width: 32px;
}

.partner-info {
    margin-top: 30px;
}

.partner-info h3 {
    font-family: 'TajawalEx';
    font-size: 30px;
    margin-bottom: 14px;
    color: #FFF !important;
}

.partner-info p {
        font-size: 18px;
    line-height: 32px;
    color: #a5a5a5;
}

.partners .swiper-button-next, .partners .swiper-button-prev {
    top: 40%;
}

/* Awards Section */
.awards {
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    /*background-image: url("../img/awardcover.png");*/
    background-repeat: no-repeat;
    background-size: cover;
}

.award-box {
    background-color: #FFF;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-align: center;
}

.award-box:hover {
        /*background-color: #3e3e3e;*/
    transform: translateY(-5px);
}

.award-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    transition: all 0.3s ease;
}

/*.award-box:hover .award-icon {*/
/*    filter: brightness(0) saturate(100%)*/
/*}*/

.award-title {
    font-size: 1.25rem;
    margin-bottom: 10px;
    font-family: 'TajawalEx';
    color: #000;
    transition: all 0.3s ease;
}

/*.award-box:hover .award-title {*/
/*    color: #000;*/
/*}*/

.award-desc {
    color: #000;
    font-size: 0.95rem;
}

/*.award-box:hover .award-desc {*/
/*    color: #000;*/
/*}*/

.award-box a {
    color: #000;
    transition: all 0.3s ease;
}

/*.award-box:hover a {*/
/*    color: #000;*/
/*}*/


/* Projects Section */
.projects-section {
    padding: 45px 0 200px;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.projects-section .row {
    margin-top: 60px;
}

.swiper-container.background-slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.background-slider .swiper-slide {
    background-size: cover;
    background-position: center;
    height: 100%;
}

.swiper-container.all-pro {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
}

.all-pro .swiper-wrapper {
    transition: transform 0.8s ease;
}

.all-pro .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 1;
}

.all-pro .text-content {
    padding: 20px;
    overflow: hidden;
}

.text-content h2,
.text-content p,
.text-content .btn {
    will-change: transform, opacity, scale;
}

.projectp-img {
    position: relative;
    width: 100%;
    height: fit-content;
}

.projectp-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.slider-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.swiper-button-prev,
.swiper-button-next {
    color: white;
    z-index: 3;
    font-size: 20px;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-content {
    text-align: start;
}

.text-content h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}

.text-content p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 30px;
}

.text-content .btn {
    background-color: #00000073;
    border: 2px solid white;
    color: white;
    padding: 10px 20px;
}

/* loading */
#loading-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9999;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#loading-screen .loading-logo img {
    max-width: 150px;
    height: auto;
    animation: fadeIn 1.5s ease-in-out infinite alternate;
}

@keyframes fadeIn {
    from { opacity: 0.4; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}


/* Contact Section */
.contact-section {
    position: relative;
    height: 100vh;
    display: flex;
    overflow: hidden;
    text-align: center;
    background-image: url("../img/contact.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.whatsapp-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    font-size: 2.5rem;
    text-decoration: none;
    z-index: 10;
}

.contact-left {
    width: 50%;
    height: 100%;
    background: url('https://images.unsplash.com/photo-1507521628349-3e6e8b874a7f?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80') no-repeat center center;
    background-size: cover;
    position: relative;
    transform: translateX(-200%);
    transition: .5s;
}

.contact-left .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.contact-form-container {
    position: relative;
    color: #fff;
    padding: 20px;
    max-width: 570px;
}

.contact-info {
    margin-top: 20px;
    margin-bottom: 45px;
}

.info-item {
    margin-bottom: 15px;
    display: flex;
    align-items: start;
}

.info-item .icon {
    font-size: 1.2rem;
    color: #fff;
}

.info-item p {
    margin: 0;
    font-size: 1rem;
    color: #ccc;
}

.info-item a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
}

.contact-form {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.form-input {
    width: 70%;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 0px;
    color: #fff;
    font-size: 1rem;
    outline: none;
}

.form-input::placeholder {
    color: #ccc;
}

.contact-btn {
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s ease;
}

.contact-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

.contact-right {
    width: 50%;
    height: 100%;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(200%);
        flex-direction: column;
    transition: .5s;
}

.contact-content {
    padding: 40px;
    text-align: start;
    max-width: 520px;
}

.contact-content h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.4;
    color: #fff;
}

.social-links {
    margin-top: 40px;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.social-links a {
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.social-links a:hover {
    transform: scale(1.2);
}

.info-item {
    display: flex;
    align-items: start !important;
       border-bottom: 1px solid #FFF;
    padding: 10px;
    margin-bottom: 15px;
}

.form-input option {
    color: #000;
}
.form-tabs {
  display: flex;
  justify-content: center;
  overflow-x: auto;
  white-space: nowrap;
  gap: 10px;
  padding-bottom: 10px;
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #ccc transparent;
}

.form-tabs::-webkit-scrollbar {
  height: 6px;
}

.form-tabs::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

textarea {
        height: 90px;
}


.info-item .icon {
    margin-inline-end: 10px;
    color: #FFF;
}

.info_check {
        text-align: start;
    margin-top: 50px;
}

.form-input {
    width: 100%;
    border: none;
    background: transparent;
    color: white;
}

.contact-btn {
    width: 100%;
    padding: 10px;
    border: none;
    background: rgba(255, 255, 255, 0.3);
    color: white;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

.contact-btn:hover {
    background: rgba(255, 255, 255, 0.5);
}

.pageAbout .main-btn {
        display: flex
;
    margin: 40px auto 0;
    width: 240px;
}

.pageAbout .main-btn i {
    margin-inline-end: 10px;
}

/* wp-navi */
/* في style.css */
.wp-pagenavi {
    text-align: center;
    margin-top: 20px;
}

.wp-pagenavi a, .wp-pagenavi span {
    padding: 8px 16px;
    margin: 0 5px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
}

.wp-pagenavi .current {
    background: #b39f63;
    color: white;
    border-color: #b39f63;
}
.head-inside {
    position: relative;
    z-index: 9;
    background: #000;
    transform: none !important;
}

.breadcrumb-area {
    background: #1d1c1b;
    color: #FFF;
    padding: 15px 0;
    margin-bottom: 30px;
}

.gallery-container {
    padding-top: 20px;
    overflow: hidden;
}

.gallery-container .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery-container .col-lg-3 {
    margin-bottom: 20px !important;
}

.gallery-container a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-container a:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.gallery-container a:hover img {
    transform: scale(1.1);
}

.gallery-container a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-container a:hover::after {
    opacity: 1;
}

.gallery-pagination {
    text-align: center;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .gallery-container .col-md-4 {
        margin-bottom: 15px !important;
    }
}

@media (max-width: 576px) {
    .gallery-container .col-sm-6 {
        margin-bottom: 10px !important;
    }
}

.singlePage {
    margin-bottom: 30px;
}

/*.singlePage-content {*/
/*    min-height: 360px;*/
/*}*/

.news-card-default {
    display: block;
    text-decoration: none;
    color: #000;
    margin: 15px auto;
}

.news-card-default .card {
    background: #40404057;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.news-card-default .card:hover {
    transform: translateY(-5px);
}

.news-card-default .card-img-top {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.news-card-default .card-body {
    padding: 20px;
}

.news-card-default .card-title {
    font-size: 1.25rem;
    margin-bottom: 15px;
    line-height: 1.4;
    font-weight: 600;
    color: #FFF;
}

.news-card-default .exc {
    font-size: 0.95rem;
    color: #FFF;
    line-height: 1.6;
    margin-top: 15px;
}

.news-card-default .global-url {
    margin-top: 20px;
}

.news-card-default .main-btn {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-size: 0.9rem;
    transition: background 0.3s ease;
}

.page-tit {
    font-size: 28px;
}

/*.news-card-default .main-btn:hover {*/
/*    background: #8c6a47;*/
/*}*/

/* Footer */
.footer {
    padding: 15px 0;
    text-align: center;
    background: #111;
    color: #ccc;
    font-size: 14px;
    line-height: 1.8;
    border-top: 1px solid #a07c53;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 45px;
}

/* media Query */
@media (max-width: 575.98px) {
    /* Navbar */
    .navbar {
        padding: 15px 20px;
    }

    .logo {
        height: 60px;
    }

    .hamburger {
        gap: 4px;
    }

    .hamburger span {
        width: 25px;
        height: 2px;
    }

    /* Sidebar */
    .sidebar {
        width: 80%;
        padding: 80px 20px;
    }

    .sidebar-links a {
        font-size: 20px;
    }

    /* Hero Section */
    .hero {
        height: 37vh;
    }
.bg-video {
    object-fit: fill !important;
}
    /* Latest Projects */
    .latest-projects {
        padding: 30px 0;
        min-height: 500px;
    }

    .sec-tit,
    .head-section {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .latest-projects-slider .project-slide {
        height: 300px;
    }

    .main-btn {
        width: 200px;
        height: 40px;
        font-size: 16px;
        display: table;
        margin: 0 auto 20px;
    }

    /* Partners */
    .partners {
        padding: 40px 0;
        min-height: 500px;
    }

    .partners .swiper-container {
        width: 90%;
    }

    .partner-info h3 {
        font-size: 24px;
    }

    .partner-info p {
        font-size: 12px;
        line-height: 18px;
    }

    /* Awards */
    .awards {
        padding: 50px 0;
    }

    .award-item img {
        height: 50px;
    }

    /* Projects */
    .projects-section {
        padding: 30px 0 100px;
    }

    .text-content h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .text-content p {
        font-size: 14px;
        line-height: 22px;
    }

    /*.projectp-img {*/
    /*    height: 200px;*/
    /*}*/

    .swiper-button-prev,
    .swiper-button-next {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    /* Contact */
    .contact-section {
        height: auto;
        flex-direction: column;
    }

    .contact-left,
    .contact-right {
        width: 100%;
        transform: translateX(0);
        padding: 20px;
    }

    .contact-content h2 {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .whatsapp-icon {
        font-size: 2rem;
    }

    .form-input {
        font-size: 14px;
    }

    .contact-btn {
        font-size: 16px;
    }

    .social-links a {
        font-size: 1.2rem;
    }

    /* Footer */
    .footer {
        font-size: 12px;
        padding: 20px 0;
    }

    /*.partners .swiper-pagination {*/
    /*    bottom: 145px;*/
    /*}*/
}

@media (min-width: 576px) and (max-width: 991.98px) {
    /* Navbar */
    .navbar {
        padding: 20px 40px;
    }

    .logo {
        height: 60px;
    }

    /* Sidebar */
    .sidebar {
        width: 60%;
        padding: 100px 30px;
    }

    .sidebar-links a {
        font-size: 24px;
    }

    /* Hero Section */
    .hero {
        height: 80vh;
    }

    /* Latest Projects */
    .latest-projects {
        padding: 40px 0;
        min-height: 600px;
    }

    .sec-tit,
    .head-section {
        font-size: 34px;
    }

    .latest-projects-slider .project-slide {
        height: 400px;
    }

    .main-btn {
        width: 250px;
    }

    /* Partners */
    .partners {
        padding: 50px 0;
        min-height: 600px;
    }

    .partners .swiper-container {
        width: 80%;
    }

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

    .partner-info p {
        font-size: 13px;
    }

    /* Awards */
    .awards {
        padding: 60px 0;
    }

    .award-item img {
        height: 60px;
    }

    /* Projects */
    .projects-section {
        padding: 40px 0 150px;
    }

    .text-content h2 {
        font-size: 34px;
    }

    .text-content p {
        font-size: 16px;
    }

    /*.projectp-img {*/
    /*    height: 280px;*/
    /*}*/

    /* Contact */
    .contact-section {
        height: auto;
        flex-direction: column;
    }

    .contact-left,
    .contact-right {
        width: 100%;
        transform: translateX(0);
    }

    .contact-content h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 991.96px) {
    .contact-section .row {
        flex-direction: column-reverse;
    }
}

@media (max-width: 992px) {
    .latest-projects {
        background-size: 100% 100% !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar {
        padding: 20px 50px;
    }

    .sidebar {
        width: 50%;
    }

    .latest-projects-slider .project-slide {
        height: 450px;
    }

    .partners .swiper-container {
        width: 70%;
    }

    /*.projectp-img {*/
    /*    height: 300px;*/
    /*}*/

    .contact-left,
    .contact-right {
        width: 50%;
        transform: translateX(0);
    }
}

@media (min-width: 992px) {
       .hold-sidebar {
        position: sticky;
        top: 0;
        z-index: 9;
    }
    .contact-form-container {
        position: relative;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }

    .contact-left,
    .contact-right {
        width: 50%;
        height: 100vh;
    }
}

@media (min-width: 1200px) {
    .contact-left {
        transform: translateX(-200%);
    }

    .contact-right {
        transform: translateX(200%);
    }

    .contact-section:hover .contact-left,
    .contact-section:hover .contact-right {
        transform: translateX(0);
    }
}

input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #FFF;
  position: relative;
  vertical-align: middle;
      margin-inline-end: 7px;
}

input[type="checkbox"]:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ffd700;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

input[type="checkbox"]:checked:before {
  display: block;
}

.wpcf7-list-item-label {
    color: #FFF;
}

/*#contact-main {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: end;*/
/*    justify-content: center;*/
/*    gap: 10px;*/
/*    position: fixed; */
/*    top: 50%; */
/*    right: 0; */
/*    transform: translateY(-50%);*/
/*    z-index: 1000; */
/*}*/

/*.contact-item {*/
/*    background: #ffffff0a;*/
/*    backdrop-filter: blur(10px);*/
/*    width: 80px;*/
/*    height: 35px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    border-radius: 25px 0 0 25px;*/
/*    border-right: none;*/
/*    border-top: 1px solid #ffffff99;*/
/*    border-left: 1px solid #ffffff99;*/
/*    border-bottom: 1px solid #ffffff99;*/
/*    cursor: pointer;*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/

/*.contact-item:hover {*/
/*    width: 72px;*/
/*    background: #00000033;*/
/*}*/


/*.contact-item i {*/
/*    color: #ffffff;*/
/*    font-size: 18px; */
/*}*/

#contact-main {
    display: flex;
    justify-content: center;
    gap: 15px;
    background-color: #000;
    padding: 10px;
}

.contact-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    transition: 0.3s ease;
}

.contact-item:hover {
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #fff;
}

.whatss {
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 1000;
    transition: transform 0.3s ease;
}

.whatss img {
    width: 50px;
    height: 50px;
}

.whatss:hover {
    transform: scale(1.1);
}


.about-video {
        width: 100%;
        /*max-width: 800px;*/
        max-height: 780px;
        object-fit: fill;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        display: block;
    }
    
    .wp-singular:not(.single-projects) .sidebar_pagebody,
    .wp-singular:not(.single-projects) #bodyWrap {
        height: 100%;
    }
    
        .wp-singular:not(.single-projects) #bodyWrap { 
            display: flex
;
    flex-direction: column;
    justify-content: space-between;
        }
        
        .property-cat {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.property-cat span {
    margin: 5px;
    padding: 4px 10px;
    background-color: #ffffff;
    border-radius: 4px;
    color: #000;
    font-size: 14px;
}

.property-tit {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.property-exp {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
    line-height: 1.6;
}

.property-components {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff;
}

.property-componentItem {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ffffff;
    border-radius: 8px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 2px 4px #ffffff;
    transition: transform 0.3s ease;
}

.property-componentItem:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px #ffffff;
}

.property-componentItem-icon img {
    max-height: 40px;
    margin-bottom: 10px;
}

.property-componentItem-num {
    color: #000;
    font-size: 24px;
    font-weight: bold;
}

.property-componentItem-tit {
    color: #000;
    font-size: 18px;
}

.property-sec-tit {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 2px solid #ffffff;
    display: inline-block;
    padding-bottom: 10px;
}

.property-additionalItem-tit {
    margin-bottom: 8px;
    font-weight: bold;
}

.property-additionalItem-info {
    padding: 12px;
    font-size: 16px;
    background-color: #000;
    border-radius: 6px;
    color: #FFF;
}

.property-dataIcon {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff;
}

.property-data {
    overflow: hidden;
}

.projects .property-dataIconItem {
    margin-bottom: 15px;
    padding: 12px;
    border: 1px solid #ffffff;
    border-radius: 8px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 4px #ffffff;
}

.property-dataIconItem [class*='col-']:first-child {
    margin-inline-end: 5px;
}

.property-dataIconItem-icon img {
    max-height: 30px;
}

.public_arc img.card-img-top {
    height: 178px;
    object-fit: fill !important;
}

.projects .property-dataIconItem-tit {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.property-address-wrap,
.property-additional,
.property-map-wrap,
.property-des {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff;
}

.property-map-wrap {
    border-bottom: none !important;
}


.notes {
    padding-top: 20px;
    border-top: 1px solid #ffffff;
    margin-top: 30px;
}

.property-map iframe {
    display: block;
    width: 100%;
    height: 400px;
    border-radius: 8px;
    box-shadow: 0 4px 8px #ffffff;
}

.property-sidebar {
    padding: 30px;
    background-color: #000;
    border: 1px solid #ffffff;
    /*box-shadow: 0 4px 8px #ffffff;*/
    border-radius: 12px;
}

.property-price {
    padding: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
}

.project .property-price {
    margin-bottom: 20px;
}

.property-contactDetails {
    margin-bottom: 25px;
    color: #FFF;
    line-height: 1.6;
}

.property-contact-linkItem a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 10px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.property-contact-linkItem a i {
    margin-inline-end: 8px;
}

.property-contact-linkItem-whatsapp {
    border: 1px solid #2ecc71;
    color: #2ecc71;
    background-color: transparent;
}

.property-contact-linkItem-whatsapp:hover {
    color: #fff;
    background-color: #2ecc71;
}

.property-contact-linkItem-phone {
    color: #fff;
    background-color: #000;
    border: 1px solid #ffffff;
}

.property-contact-linkItem-phone:hover {
    color: #fff;
    background-color: #000;
    border-color: #ffffff;
}

.property-item {
    border-radius: 10px;
    border: 1px solid #ffffff;
    margin-bottom: 30px;
    box-shadow: 0 4px 8px #ffffff;
    overflow: hidden;
}

.owl-thumb-item {
    display: inline-block;
    border: 0;
    background: transparent;
    opacity: .5;
    transition: linear .4s;
}

.owl-thumb-item.active {
    opacity: 1;
    transition: linear .4s;
}

.owl-thumb-item img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    margin: 5px;
    object-fit: fill !important;
}

.property-item-body-wrap {
    padding: 15px;
}

.property-item-tit a {
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
}

.property-item-tit a:hover {
    text-decoration: underline;
}

.property-item-price {
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
}

.property-item-component-icon img {
    max-height: 26px;
    filter: brightness(0.8) contrast(1.2);
}

.project-slider .owl-stage-outer {
    margin-bottom: 0;
}

.project-slider .owl-stage-outer {
    max-height: 500px; 
    overflow: hidden;
}
.project-slider img {
    height: 400px; 
    width: 100%;
    object-fit: cover; 
}

.footer-inside {
    margin-top: 60px;
}

.head-inside {
    margin-bottom: 60px;
}

.post-type-archive-projects .head-inside {
    margin-bottom: 25px;
}


/* floor */

.floor-plans-section {
    padding: 40px 0;
}

.floor-plan-card {
    background: tranparent;
    border: 1px solid #FFF;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.floor-plan-image img {
    width: 100%;
    height: 200px;
    object-fit: cover !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.floor-plan-content {
    padding: 20px;
    text-align: center;
}

.floor-plan-label {
    color: #fff;
    display: inline-block;
    font-size: 20px;
}

.floor-plan-price {
 font-size: 24px;
    color: #FFF;
    display: flex
;
    align-items: center;
    border-bottom: 1px solid #FFF;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.floor-plan-price
.currency-symbol {
filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(42deg) brightness(104%) contrast(101%);
    margin-inline-start: 5px;
    vertical-align: middle;
}

.floor-plan-details {
    font-size: 20px;
    color: #FFF;
}

.floor-plan-button {
    display: inline-block;
    background-color: #3498db;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.3s;
}

.floor-plan-button:hover {
    background-color: #2980b9;
}

.floor-content {
        padding: 20px 25px;
}


.sidebar-tit .btn {
    font-size: 0.95rem;
    padding: 8px 15px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.sidebar-tit .btn i {
    font-size: 1rem;
}

.sidebar-tit {
        display: flex
;
    align-items: center;
    justify-content: space-between;
}

.sidebar-tit .main-btn {
    width: fit-content;
    margin: 0;
}

.sidebar-tit .main-btn i {
margin-inline-end: 5px;
}

.tab-btn {
  margin: 5px;
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease-in-out;
}

.tab-btn.active {
  background-color: #686d74;
  color: #fff;
}

.tab-content {
  /*display: none;*/
  /*opacity: 0;*/
  transition: opacity 0.4s ease-in-out;
}

.tab-content.active {
  display: block;
  opacity: 1;
}

.form-content h3 {
    font-family: 'TajawalEx';
}


.custom-service-btn {
   display: inline-block;
    width: 100%;
    max-width: 100%;
    font-size: 20px;
    font-family: 'TajawalB';
    border-radius: 20px;
    background-color: #333;
    color: white;
    text-align: center;
}

.custom-service-btn:hover {
    background-color: #555;
    color: #fff;
}


/******************/
select, option {
    cursor: pointer !important;
}

.form-input.wpcf7-select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;

    padding-inline-start: 45px !important;
    background-image: none !important;

    cursor: pointer !important;
}

.info-item {
    position: relative !important;
}

.info-item:has(select)::after {
    content: "\f078" !important; 
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    position: absolute !important;
    inset-inline-end: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #FFF !important;
    font-size: 14px !important;
    pointer-events: none !important;
    transition: all 0.3s ease !important;
    z-index: 2 !important;
}

.info-item:focus-within::after {
    transform: translateY(-50%) rotate(180deg) !important;
    color: #FFF !important;
}

.info-item:hover::after {
    color: #FFF !important;
}

@media (max-width: 768px) {
    .form-input.wpcf7-select {
        padding-inline-start: 40px !important;
    }
    
    .info-item:has(select)::after {
        inset-inline-start: 12px !important;
        font-size: 12px !important;
    }
}

.form-input.wpcf7-select:hover {
    border-color: #cccccc !important;
}

/* option wpcf7 */
select.form-input[name="project"] {
  font-family: "Tajawal", Arial, sans-serif;
  box-sizing: border-box;
  padding: 0 !important;
}

select.form-input[name="project"] option {
  background-color: #FFF;  
  color: #222222;
  font-family: "Tajawal", Arial, sans-serif;
  font-size: 15px;
}

select.form-input[name="project"] option:checked {
  background-color: #000; 
  color: #ffffff;
}

select.form-input[name="project"] option:hover {
  background-color: #000;
}

select.form-input[name="project"].listbox {
  height: auto;
}


html[dir="ltr"] .wpcf7,
html[dir="ltr"] .wpcf7 input[type="url"],
html[dir="ltr"] .wpcf7 input[type="email"],
html[dir="ltr"] .wpcf7 input[type="tel"] {
  direction: ltr;
}

html[dir="rtl"] .wpcf7,
html[dir="rtl"] .wpcf7 input[type="url"],
html[dir="rtl"] .wpcf7 input[type="email"],
html[dir="rtl"] .wpcf7 input[type="tel"] {
  direction: rtl;
}
