/*
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;
}

@font-face {
    font-family: "sstbold";
    src: url("../webfonts/design-fonts/sstbold/sstbold.eot");
    src: url("../webfonts/design-fonts/sstbold/sstbold.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/design-fonts/sstbold/sstbold.woff2") format("woff2"),
    url("../webfonts/design-fonts/sstbold/sstbold.woff") format("woff"),
    url("../webfonts/design-fonts/sstbold/sstbold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "sstmed";
    src: url("../webfonts/design-fonts/sstmed/sstmed.eot");
    src: url("../webfonts/design-fonts/sstmed/sstmed.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/design-fonts/sstmed/sstmed.woff2") format("woff2"),
    url("../webfonts/design-fonts/sstmed/sstmed.woff") format("woff"),
    url("../webfonts/design-fonts/sstmed/sstmed.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "sstlight";
    src: url("../webfonts/design-fonts/sstlight/sstlight.eot");
    src: url("../webfonts/design-fonts/sstlight/sstlight.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/design-fonts/sstlight/sstlight.woff2") format("woff2"),
    url("../webfonts/design-fonts/sstlight/sstlight.woff") format("woff"),
    url("../webfonts/design-fonts/sstlight/sstlight.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

html, body {
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #fff;
    scroll-behavior: smooth;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

input,
.main-btn,
textarea,
select {
    appearance: none;
    border: none;
    outline: none;
    background: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input:focus,
.main-btn:focus,
textarea:focus,
select:focus {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

blockquote {
    margin: 0;
    padding: 0;
    quotes: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
}

p {
    margin: 0;
}

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

/*=======================*/
/*== Root Variables ====*/
/*=======================*/
:root {
    --main: #D8B370;
    --sec: #282C53;
}

/*=======================*/
/*== Fonts/Body ========*/
/*=======================*/
body {
    font-family: "sstlight";
}

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

/*=======================*/
/*== Scrollbar Styling ==*/
/*=======================*/
body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: #fff;
}

body::-webkit-scrollbar-thumb {
    background: var(--main);
    border-radius: 15px;
}

/*=======================*/
/*== Buttons & Links ===*/
/*=======================*/
.main-btn {
    padding: 12px 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main);
    border: none;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.103);
    position: relative;
    overflow: hidden;
    transition-duration: 0.3s;
    text-decoration: none;
}

.main-btn::before {
    width: 100%;
    height: 130px;
    position: absolute;
    content: "";
    background-color: white;
    border-radius: 50%;
    left: -100%;
    top: 0;
    transition-duration: 0.3s;
}

.main-btn:hover::before {
    transition-duration: 0.3s;
    transform: translate(100%, -50%);
    border-radius: 0;
    background: var(--sec);
}

.main-btn:hover {
    background-color: transparent;
}

.main-btn:active {
    transform: translate(5px, 5px);
    transition-duration: 0.3s;
}

.main-btn span {
    position: relative;
}

/*=======================*/
/*== Titles ============*/
/*=======================*/
.sec-tit {
    font-size: 26px;
    font-family: 'sstbold';
    color: var(--main);
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
}

.sec-tit::before,
.sec-tit::after {
    color: var(--main);
    font-size: 1.5rem;
    position: absolute;
    top: 0;
}

html[dir='rtl'] .sec-tit::before {
    content: "»»";
    left: -80px;
}

html[dir='rtl']  .sec-tit::after {
    content: "««";
    right: -80px;
}

html[dir='ltr'] .sec-tit::before {
    content: "««";
    left: -80px;
}

html[dir='ltr']  .sec-tit::after {
    content: "»»";
    right: -80px;
}

.sec-desc {
    font-size: 21px;
}


.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_head {
    text-align: start;
}

/*=======================*/
/*== WhatsApp Icon =====*/
/*=======================*/
.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    cursor: pointer;
    animation: float 3s ease-in-out infinite;
}

.whatsapp-icon img {
    transition: transform 0.3s ease-in-out;
}

.whatsapp-icon:hover {
    transform: scale(1.2);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.whatsapp-icon:hover img {
    transform: scale(1.2) rotate(20deg);
}

.tooltip {
    position: absolute;
    right: 90px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: white;
    padding: 10px 15px;
    border-radius: 12px;
    font-size: 14px;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.tooltip::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #25d366;
}

.whatsapp-icon:hover .tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(-10px);
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/*=======================*/
/*== Header & Nav ======*/
/*=======================*/
header {
    z-index: 2;
    width: 100%;
    top: 0;
}

.top-bar {
    background: rgba(41, 45, 50, 0.95);
    color: #fff;
    padding: 0;
    font-size: 15px;
    height: 44px;
    display: flex;
    align-items: center;
}

.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 44px;
}

.top-bar .contact-info {
    display: flex;
    align-items: center;
    gap: 24px;
}

.top-bar .contact-info span {
    display: flex;
    align-items: center;
    gap: 6px;
    opacity: 0.95;
}

.top-bar .contact-info a {
    color: #fff;
    text-decoration: none;
    transition: 0.2s;
}

.top-bar .contact-info a:hover {
    color: #ffc107;
}

.top-bar .contact-info i,
.top-bar .lang-switcher i {
    font-size: 16px;
    opacity: 0.8;
    margin-left: 3px;
}

.top-bar .lang-switcher {
    display: flex;
    align-items: center;
    gap: 7px;
}

.top-bar .lang-switcher select {
    background: none;
    color: #fff;
    border: none;
    font-size: 15px;
    cursor: pointer;
    padding: 0 0 0 15px;
    border-radius: 3px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    direction: rtl;
}

html[dir='rtl'] {
    .top-bar .lang-switcher select {
        padding: 0 0 0 15px;
    }
}

html[dir='ltr'] {
    .top-bar .lang-switcher select {
        padding: 0 15px 0 0;
    }
}

option {
    background: #282d54;
}

.top-bar .lang-switcher select:focus {
    outline: none;
}

.top-bar .lang-switcher {
    position: relative;
}

.top-bar .lang-switcher::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    pointer-events: none;
    color: #fff;
    opacity: 0.7;
}

html[dir='rtl'] .top-bar .lang-switcher::after {
    left: 12px;
}

html[dir='ltr'] .top-bar .lang-switcher::after {
    right: -3px;
}

@media (max-width: 991px) {
    .top-bar {
        height: auto;
        padding: 6px 0;
    }
}

.breadcrumb-area {
    background: var(--main);
    color: #FFF;
    display: flex;
    text-align: center;
    padding: 12px;
    margin-bottom: 50px;
}

.singlePage {
    margin-bottom: 170px;
}

.head-home {
    position: absolute;
}

.head-inside {
    position: relative;
    background: var(--sec);
}

.menu-logo {
    height: 124px;
}

header nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 15px;
}

.join-url {
    display: flex;
    align-items: center;
}

/*=======================*/
/*== Slider ============*/
/*=======================*/
/* Main Slider */
.slider {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.slider .main-btn {
    opacity: 0;
}

.slider-url {
    display: inline-block;
    margin-top: 45px;
}

.main-slider .mainItem {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.main-slider .slider-img {
    object-fit: cover;
}

.slider-content {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, .67);
}

.slider-title {
    font-family: 'TajawalB';
    font-size: 40px;
    margin-bottom: 10px;
    opacity: 0;
    transform: translateX(80px) scale(0.9);
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform, opacity;
}


.slider-title.animate-title {
    animation: slideScaleRight 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes slideScaleRight {
    0% {
        opacity: 0;
        transform: translateX(80px) scale(0.9);
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

.main-btn.animate-btn {
    animation: slideScaleRight 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.4s;
}

.main-tit {
    border-bottom: 3px solid var(--main);
    width: fit-content;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.owl-dots {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.owl-dot {
    width: 4px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.3) !important;
    border-radius: 2px;
    transition: all 0.3s ease;
    padding: 0;
    border: none;
}

.owl-dot.active {
    height: 32px;
    background-color: #ffffff !important;
}

/*=======================*/
/*== About Section ======*/
/*=======================*/
.about-section .sec-tit {
    color: #000;
}

.about-section .sec-tit:after,
.about-section .sec-tit:before {
    display: none;
}

.about-content {
    line-height: 36px;
}

.about-img-side {
    height: 350px;
    object-fit: cover;
    /* border-radius: 18px; */
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    z-index: 1;
}

.about-logo-abs {
    width: 110px;
    height: 110px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.13);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border: 4px solid #fff;
}

.about-logo-img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    border-radius: 50%;
    background: transparent;
}

@media (max-width: 991px) {
    .about-logo-abs {
        width: 75px;
        height: 75px;
    }

    .about-logo-img {
        width: 45px;
        height: 45px;
    }

    .about-img-group {
        gap: 12px;
    }
}

.about-goals-messages {
    justify-content: start;
    margin-top: 30px;
    gap: 22px !important;
}

.about-goal-card {
    background: #f7f7f7;
    border-radius: 185px;
    padding: 13px;
    width: 110px;
    height: 110px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    border: 2px solid #e6e6e6;
}

.about-goal-card:hover {
    background-color: var(--main);
}

.about-goal-card:hover .about-goal-title {
    color: #FFF;
}

.about-goal-card:hover, .about-goal-card.main-btn-alt:hover {
    box-shadow: 0 6px 16px 0 rgba(255, 182, 85, 0.13);
    border-color: #ffdca2;
}

.about-goal-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 7px;
}

.about-goal-title {
    color: #585858;
    font-size: 13px;
}


/*=======================*/
/*== Services Section ==*/
/*=======================*/
.services {
    background-color: rgba(251 251 251 / 88%);
    padding: 80px 0 40px;
    border-radius: 80px 80px 0 0;
}

.services .section-header {
    margin-bottom: 50px;
}

.services-btn {
    background-color: #D4A373;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 16px;
}

.service-card {
    padding: 20px;
    text-align: start;
    transition: all 0.3s ease;
}

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

.service-icon {
    border: 1px solid rgba(0, 0, 0, 0.33);
    background: #EBEBEE;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.service-icon img {
    transition: all 0.5s ease-in-out;
}

.service-card:hover .service-icon img {
    transform: rotate3d(15, 15, 15, 360deg);
}

.hold-serv-content {
    margin-bottom: 20px;
}

.serv-tit {
    font-family: 'TajawalM';
    font-size: 30px;
    margin-bottom: 20px;
}

.serv-img {
    height: 244px;
}

.service-card .serv-content {
    color: #000;
    font-size: 17px;
    font-family: 'TajawalL';
}

.service-icon img {
    height: 55px;
}

.no-services {
    color: #5F7161;
    text-align: center;
}

.services .sec-tit {
    margin-bottom: 0;
    color: var(--sec);
}

.services .sec-tit:after,
.services .sec-tit:before {
    display: none;
}

/*=======================*/
/*== Members Section ==*/
/*=======================*/
.members {
    padding: 80px 0;
    background-attachment: fixed !important;
}

.member-card {
    background-color: transparent;
    border: 1px solid var(--main);
    border-radius: 15px;
    padding: 20px 15px;
    color: #c5a86c;
    font-family: 'sstmed';
    transition: all 0.4s ease-in-out;
    transform: scale(1);
    position: relative;
    overflow: hidden;
}

.member-card:hover {
    background: linear-gradient(135deg, rgba(197, 168, 108, 0.1), rgba(197, 168, 108, 0.2));
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(197, 168, 108, 0.25);
    border-color: rgba(197, 168, 108, 0.6);
}

.member-card span {
    color: var(--main);
    font-family: 'sstmed';
    font-size: 13px;
    transition: color 0.3s ease;
}

.member-card:hover span {
    color: #fff;
}


/*=======================*/
/*== Team Section ==*/
/*=======================*/
.team {
    background: #fff;
    padding: 80px 0;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
    justify-content: center;
}

.team-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    height: 400px;
    transition: transform 0.3s ease;
}

.team-card:hover {
    transform: scale(1.02);
}

.team-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-info {
    position: absolute;
    text-align: start;
    bottom: 14px;
    width: 91%;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    background: linear-gradient(to top, rgba(45, 45, 45, 0.66) 0%, rgba(0, 0, 0, 0.66) 100%);
    color: #fff;
    border-radius: 10px;
}

.team-card:hover .team-info {
    background: linear-gradient(to top, rgba(45, 45, 45, 0.95) 0%, rgba(0, 0, 0, 0.95) 100%);
}

.member-name {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.member-bio {
    max-height: 60px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.6s ease, opacity 0.6s ease;
}

.team-card:hover .member-bio {
    max-height: 300px;
    opacity: 1;
}


.team .sec-tit {
    color: var(--sec);
}

/*=======================*/
/*== Package Section ==*/
/*=======================*/
.package-section {
    background: rgba(251 251 251 / 88%);
    padding: 70px 0 90px;
}

.package-box {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px 32px;
    transition: all 0.3s ease;
    color: #000;
    text-align: right;
    height: 100%;
    overflow: hidden;
    max-height: 540px;
}

.package-section .sec-tit {
    color: var(--sec);
}

.package-title {
    font-size: 19px;
    font-family: 'sstbold';
    background-color: var(--sec);
    color: #fff;
    padding: 15px;
    margin: 15px 0 25px;
    border-radius: 15px;
    transition: all 0.3s ease;
    text-align: center;
}

.package-desc {
    margin-bottom: 35px;
    color: #666;
    font-size: 15px;
    text-align: center;
}

.package-features {
    padding: 0;
    text-align: right;
    color: #000;
    font-family: 'TajawalM';
    font-size: 15px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--main) #F0F0F0;
    scroll-behavior: smooth;
}

.package-features li {
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.package-features li:before {
    content: '-';
    position: relative;
    margin-inline-end: 15px;
    line-height: 25px;
    text-align: center;
}

.price {
    font-weight: bold;
    font-size: 21px;
    text-align: center;
    margin-bottom: 10px;
    color: var(--main);
    font-family: 'sstmed';
}

.package-section ul::-webkit-scrollbar {
    width: 3px;
}

.package-section ul::-webkit-scrollbar-track {
    background: #F0F0F0;
    border-radius: 3px;
}

.package-section ul:hover ::-webkit-scrollbar-track {
    background: var(--main);
}

.package-section ul::-webkit-scrollbar-thumb {
    background: var(--main);
    border-radius: 4px;
    border: 2px solid #F0F0F0;
}

.package-section:hover ul::-webkit-scrollbar-thumb {
    background: var(--sec);
}

.price span {
    color: #8C8C8C;
    font-family: 'sstlight';
    font-size: 16px;
}

.package-box:hover {
    background-color: var(--sec);
    color: #fff;
}

.package-box:hover .package-title {
    background-color: #fff;
    color: var(--sec);
}

.package-box:hover .price,
.package-box:hover .package-desc,
.package-box:hover .package-features,
.package-box:hover .package-features li {
    color: #fff;
}

.package-box:hover .price span {
    /* color: #ddd; */
}

/*=======================*/
/*== Contact Section ==*/
/*=======================*/
.contact-form-wrapper {
    background-color: #fff;
}

.contact-image-side {
    position: relative;
}

.contact-logo-overlay {
    position: absolute;
    top: 50%;
    inset-inline-end: -50px;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 130px;
    width: 130px;
    padding: 20px;
    display: flex;
    justify-content: center;
    border: 12px solid #F5F3EE;
}

.custom-input,
.custom-select {
    background-color: #f9f9f9 !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 14px 18px !important;
    width: 100% !important;
    font-size: 15px !important;
    color: #333 !important;
    box-shadow: none !important;
    transition: all 0.3s ease-in-out !important;
}

html[dir='rtl'] .custom-input,
html[dir='rtl'] .custom-select {
    text-align: right !important;
    direction: rtl !important;
}

html[dir='ltr'] .custom-input,
html[dir='ltr'] .custom-select {
    text-align: left !important;
    direction: ltr !important;
}

.custom-input:focus,
.custom-input:hover,
.custom-select:focus,
.custom-select:hover {
    background-color: #fff !important;
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(31, 46, 136, 0.12) !important;
    color: #000 !important;
}

.textarea-custom {
    min-height: 180px !important;
    resize: vertical !important;
}

.custom-select-wrapper {
    position: relative !important;
}

.select-arrow {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    pointer-events: none !important;
    color: #888 !important;
    font-size: 14px !important;
}

.singlePage-img {
    margin: 0 auto;
    height: fit-content;
    width: 500px;
}

html[dir='rtl'] .select-arrow {
    inset-inline-end: 15px !important;
}

html[dir='ltr'] .select-arrow {
    inset-inline-start: 15px !important;
}

.custom-btn {
    background-color: #282C53 !important;
    color: #fff !important;
    font-weight: bold !important;
    border: none !important;
    padding: 14px 30px !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    transition: background-color 0.3s ease !important;
}

.custom-btn:hover {
    background-color: #2f3ea0 !important;
    color: #fff !important;
}

.contact-tit {
    font-family: 'sstbold';
    color: var(--sec);
    font-size: 30px;
    margin-bottom: 50px;

}

/*=======================*/
/*== Theblog Section ==*/
/*=======================*/
.theblog {
    background: #FCFCFC;
    padding: 100px 0;
}

.theblog-carousel .theblog-item,
.team .theblog-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
}

.theblog-carousel .owl-dots,
.team .owl-dots {
    position: relative;
    bottom: 0;
    margin-top: 40px;
}

.theblog-carousel .owl-dot,
.team .owl-dot {
    background-color: rgba(0, 0, 0, 0.42) !important;
}

.theblog-carousel .owl-dot.active,
.team .owl-dot.active {
    height: 32px;
    background-color: #000 !important;
}

.theblog-carousel .owl-stage {
    display: flex !important;
    align-items: stretch !important;
}

.theblog-carousel .owl-item {
    display: flex !important;
    height: auto !important;
}


.theblog .sec-tit {
    color: var(--sec);
}

.theblog-img {
    position: relative;
}

.theblog-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            to bottom,
            rgba(216, 179, 112, 0.28) 60%,
            rgba(216, 179, 112, 1) 110%
    );

    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.theblog .plus-icon {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    pointer-events: none;
}

.theblog-item:hover .img-overlay {
    opacity: 1;
}

.theblog-content {
     display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    padding: 30px;
    background-color: #fefefe;
}

.theblog-title {
    font-size: 18px;
    font-family: 'sstbold';
    color: #222;
    margin-bottom: 10px;
}

.theblog-excerpt {
    flex-grow: 1;
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
    min-height: 60px;
}

.theblog-item .read-more {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F5F3EE;
    color: #000;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    width: 100%;
    font-family: 'sstmed';
}

.theblog-item .read-more::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #E0E0E0;
    font-size: 23px;
}

html[dir='rtl'] .theblog-item .read-more::after {
    content: "\f104";
}

html[dir='ltr'] .theblog-item .read-more::after {
    content: "\f105";
}

.theblog-carousel .theblog-item {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: auto;
}


.theblog-item:hover .read-more {
    background-color: #d3b675;
    color: #fff;
}

.notice {
    font-size: 18px;
    font-family: 'sstmed';
    margin-bottom: 20px;
}

/*=======================*/
/*== Certificate Section ==*/
/*=======================*/
.certificates-section {
    padding: 75px 0 50px;
}

.certificate-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    transform: translateY(0);
    cursor: default;
}

.certificate-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.certificates-section .sec-tit {
    color: var(--sec);
}

.certificate-img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    transition: transform 0.4s ease;
}

.certificate-card:hover .certificate-img {
    transform: scale(1.05);
}

.certificate-caption {
    position: absolute;
    bottom: 10px;
    right: 10px;
    left: 10px;
    background: #fff;
    padding: 12px 15px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    z-index: 2;
    transition: all 0.3s ease;
}

.certificate-caption h3 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin: 0;
    line-height: 1.6;
}

/*=======================*/
/*== Clients Section ==*/
/*=======================*/
.clients {
    padding: 60px 0 200px;
    text-align: center;
}

.clients .sec-tit {
    color: var(--sec);
}

.clients-section .icon {
    margin-bottom: 15px;
}

.clients-section .section-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    font-size: 22px;
}

.clients-section .section-title:before,
.clients-section .section-title:after {
    content: '‹‹‹';
    color: orange;
}

.clients-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    max-width: 1165px;
    margin: 40px auto 0;
}

.client-logo {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.client-logo:hover {
    transform: scale(1.05);
}

.client-logo img {
    max-width: 100%;
    height: auto;
}

.client .sec-tit {
    color: var(--sec);
}

/*=======================*/
/*== Contact Section ===*/
/*=======================*/
.contact-section {
    background-color: #e8f2e5;
    padding: 95px 0;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #eee;
    font-size: 15px;
    margin-bottom: 10px;
}

.footer-contact-item:not(:last-child) {
    margin-bottom: 20px;
}

.footer-contact-item i {
    color: #d8b370;
    min-width: 20px;
}


.contact-img {
    height: 675px;
}

.contact-img img {
    width: 100%;
    object-fit: cover;
}

.contact-img-up {
    margin-top: -40px;
}

.contact-img-down {
    margin-top: 40px;
}

.contact-section .sec-tit-desc::before, .sec-tit-desc::after {
    inset-inline-end: 50%;
}

.contact-section .sec-tit {
    color: #000;
    margin-bottom: 20px;
}

.footer-map iframe {
    width: 100%;
    height: 180px;
    border: 0;
    border-radius: 8px;
}


/*=======================*/
/*== Footer Section =====*/
/*=======================*/
.footer {
    background-image: url("../img/footer.png");
    background-size: 100% 100%;
    padding: 40px 0;
    border-top: none;
}

.footer-logo {
    height: 130px;
}

/* Newsletter Section */
.newsletter {
    background-color: var(--sec);
    padding: 20px;
    border-radius: 25px;
    position: relative;
    top: -120px;
}

.newsletter input {
    width: 586px;
}

.footer__form {
    width: 500px;
    display: flex;
    align-items: center;
    position: relative;
}

.newsletter-logo {
    width: 80px;
    height: auto;
    margin-left: 15px;
}

.newsletter h5 {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 10px;
    margin-inline-end: 40px;
}

.newsletter .input-group {
    width: 100%;
    position: relative;
    justify-content: end;
    align-items: center;
}

.newsletter input {
    background-color: transparent;
    border: 1px solid #FFF;
    color: #fff;
    padding: 8px 12px;
    border-radius: 500px !important;
    font-size: 0.9rem;
    width: 500px;
}

.newsletter button {
    background-color: #4a6d5e;
    border: none;
    padding: 8px 20px;
    color: #fff;
    border-radius: 0 25px 25px 0;
    font-size: 0.9rem;
}

.newsletter button:hover {
    background-color: #5a8d6e;
}

/* Footer Links and Social Icons */
.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    position: relative;
    margin-bottom: 8px;
    float: inline-start;
    width: 50%;
    display: flex;
    align-items: center;
}

.footer ul li:before {
    content: '';
    width: 8px;
    height: 5px;
    position: relative;
    display: block;
    background: #FFF;
    margin-inline-end: 15px;
}

.footer ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.9rem;
}

.footer ul li a:hover {
    color: var(--main);
}

.social-icons {
    display: flex;
    gap: 30px;
}

.social-icons a {
    color: #fff;
    font-size: 1.3rem;
    text-decoration: none;
}

.social-icons a:hover {
    color: #4a6d5e;
}

/* Contact Form Styles */
.footer input,
.footer textarea {
    background-color: transparent !important;
    color: #fff;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 0.9rem;
    width: 100%;
    height: 54px;
    border-radius: 10px;
}

.in-footer input,
.in-footer textarea {
    border: 1px solid rgba(255 255 255 / 18%);
}

.footer input::placeholder,
.footer textarea::placeholder {
    color: #FFF;
}

.in-footer input::placeholder,
.in-footer textarea::placeholder {
    color: #797777;
}

#bodyWrap > div > footer > div > div.row.newsletter.align-items-center > div {
    justify-content: space-between;
}

.footer textarea {
    resize: none;
}

.footer button {
    background-color: var(--main);
    border: none;
    color: #fff;
    border-radius: 25px;
    font-size: 0.9rem;
    width: 100%;
    position: absolute;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    inset-inline-end: 8px;
}

.footer button:hover {
    background-color: var(--main);
}

/* Copyright Section */
.copyright {
    text-align: center;
    padding-top: 20px;
    margin-top: 30px;
    color: #FFF;
    font-size: 0.85rem;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.copyright p {
    margin: 0;
}

.hold-copyright {
    border-top: 1px solid rgba(217 217 217 / 7%);
    margin-top: 90px;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .newsletter-logo {
        width: 60px;
    }

    .newsletter h5 {
        font-size: 1rem;
    }

    .newsletter input, .newsletter button {
        font-size: 0.85rem;
    }

    .footer h5 {
        font-size: 1rem;
    }

    .social-icons a {
        font-size: 1.1rem;
        gap: 10px;
    }

    .footer input, .footer textarea {
        font-size: 0.85rem;
    }

    .footer button {
        font-size: 0.85rem;
    }

    .copyright {
        flex-direction: column;
        gap: 5px;
    }
}

.in-footer h5 {
    position: relative;
    color: var(--main);
    font-family: 'TajawalB';
    font-size: 25px;
    margin-bottom: 50px;
}

.in-footer h5:after {
    content: '';
    position: absolute;
    background-image: url(../img/dots.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    inset: 0;
}

/*=======================*/
/*== News Card =========*/
/*=======================*/
.news-card {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 20px auto;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.news-card .card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-card:hover .card-img-top {
    transform: scale(1.1);
}

.news-card .card-body {
    padding: 20px;
    text-align: center;
}

.news-card .card-title {
    font-size: 1.5rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.news-card:hover .card-title {
    color: var(--main, #007bff);
}

.news-card .exc {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.5;
    margin-bottom: 20px;
}

.news-card a {
    text-decoration: none;
    color: inherit;
}

@media (max-width: 768px) {
    .news-card {
        max-width: 90%;
        margin: 20px auto;
    }

    .news-card .card-img-top {
        height: 150px;
    }

    .serv-img img {
        width: 100%;
        object-fit: cover !important;
    }
}

/*=======================*/
/*== Pagenavi/ Pagination */
/*=======================*/
.wp-pagenavi {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: 30px !important;
    flex-wrap: wrap !important;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    background-color: transparent !important;
    color: var(--sec) !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.wp-pagenavi a:hover {
    background-color: var(--main) !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

.wp-pagenavi .current,
.wp-pagenavi span[aria-current="page"] {
    background-color: var(--main) !important;
    color: #fff !important;
    font-weight: 700 !important;
    pointer-events: none !important;
}

.wp-pagenavi .extend {
    background: none !important;
    color: var(--sec) !important;
    pointer-events: none !important;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    font-size: 18px !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background-color: transparent !important;
    color: var(--main) !important;
    transition: all 0.3s ease !important;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
    background-color: var(--main) !important;
    color: #fff !important;
}


/* Extra Small Devices (Phones, <576px) */
@media (max-width: 575.98px) {
    html, body {
        font-size: 16px;
    }

    .projects-slider .owl-nav .owl-next {
        right: 0;
    }

    .projects-slider .owl-nav .owl-prev {
        left: 0;
    }

    .thumbnail-slider .owl-nav {
        width: 100%;
    }

    .sec-tit {
        font-size: 24px;
    }

    .sec-tit-desc {
        font-size: 18px;
        margin-bottom: 15px;
        padding: 10px 0;
    }

    header nav {
        padding: 10px 15px;
    }

    .menu-logo {
        height: 50px;
    }

    .sidebar {
        width: 280px;
    }

    html[dir='rtl'] .sidebar {
        right: -280px;
    }

    html[dir='ltr'] .sidebar {
        left: -280px;
    }

    main.helpMoveRTL {
        left: -280px;
    }

    main.helpMoveLTR {
        right: 280px;
    }

    .sidebar .menu-icons {
        left: 10px;
        top: 40px;
    }

    .close-me img {
        height: 30px;
    }

    .sidebar .menu-item a {
        font-size: 16px;
    }

    .sidebar .sub-menu .menu-item a {
        font-size: 18px;
    }

    .main-btn {
        font-size: 12px;
        padding: 8px 12px;
        gap: 0.5rem;
    }

    .main-btn .button__icon-wrapper {
        width: 20px;
        height: 20px;
    }

    .slider-title {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .slider-excerpt {
        font-size: 16px;
    }

    .slider-img {
        height: 400px;
    }

    .thumbnail-slider .thumb-img {
        height: 80px;
    }

    .thumbnail-slider .thumb-title {
        font-size: 12px;
    }

    .thumbnail-slider .owl-nav button {
        width: 30px;
        height: 30px;
    }

    .thumbnail-slider .owl-nav button::before {
        font-size: 16px;
    }

    .about-img {
        height: 300px;
    }

    .about-content {
        font-size: 16px;
        line-height: 28px;
    }

    .about-url {
        margin-top: 20px;
    }

    .services {
        padding: 40px 0 60px;
        border-radius: 40px 40px 0 0;
    }

    .service-card {
        padding: 15px;
    }

    .serv-tit {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .service-card .serv-content {
        font-size: 16px;
    }

    .service-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }

    .service-icon img {
        height: 40px;
    }

    .serv-img {
        height: 200px;
    }

    .projects {
        padding: 60px 0;
    }

    .projects .section-header {
        margin-bottom: 40px;
    }

    .pro-img {
        height: 450px;
    }

    .pro-tit {
        font-size: 20px;
    }

    .pro-content {
        font-size: 16px;
    }

    .projects-slider .owl-nav button {
        width: 30px;
        height: 30px;
    }

    .units {
        padding: 60px 0;
    }

    .unit-img {
        height: 250px;
    }

    .unit-tit {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .unit-content {
        font-size: 16px;
    }

    .price-tag {
        font-size: 14px;
        padding: 8px 10px;
        margin: 15px;
    }

    .hold-unit-details {
        padding: 20px;
    }

    .units .section-header {
        margin-bottom: 40px;
    }

    .contact-section {
        padding: 60px 0;
    }

    .contact-img {
        height: 200px;
    }

    .contact-card {
        padding: 20px;
    }

    .contact-card-tit,
    .contact-card-tit2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .contact-item i {
        font-size: 20px;
        width: 40px;
        height: 40px;
    }

    .social-icons a i {
        font-size: 28px;
    }

    #statistics {
        padding: 80px 0;
    }

    .stat-icon {
        height: 60px;
    }

    .stat-number {
        font-size: 30px;
    }

    .stat-label {
        font-size: 20px;
    }

    .newsletter {
        padding: 15px;
        top: -100px;
    }

    .newsletter-logo {
        width: 50px;
    }

    .newsletter h5 {
        font-size: 0.9rem;
        margin-inline-end: 20px;
    }

    .footer__form,
    .newsletter input {
        width: 100%;
    }

    .newsletter button {
        padding: 8px 15px;
    }

    .footer-logo {
        height: 100px;
    }

    .footer ul li {
        width: 100%;
    }

    .social-icons {
        gap: 20px;
    }

    .footer input,
    .footer textarea {
        height: 45px;
    }

    .in-footer h5 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .copyright {
        flex-direction: column;
        gap: 10px;
        font-size: 0.8rem;
    }

    .news-card {
        max-width: 100%;
    }

    .news-card .card-img-top {
        height: 120px;
    }

    .news-card .card-title {
        font-size: 1.2rem;
    }

    .news-card .exc {
        font-size: 0.85rem;
    }

    .singlePage-img {
        height: auto;
    }

    .singlePage-content {
        padding: 20px;
        font-size: 1rem;
    }

    .singlePage-content h1 {
        font-size: 1.8rem;
    }

    .singlePage-content h2 {
        font-size: 1.5rem;
    }

    .singlePage-content h3 {
        font-size: 1.2rem;
    }

    .head-section {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .property-tit {
        font-size: 26px;
    }

    .property-exp {
        font-size: 16px;
    }

    .property-sec-tit {
        font-size: 24px;
    }

    .property-componentItem-num {
        font-size: 20px;
    }

    .property-componentItem-tit {
        font-size: 16px;
    }

    .property-dataIconItem-tit {
        font-size: 14px;
    }

    .property-map iframe {
        height: 300px;
    }

    .property-sidebar {
        padding: 20px;
    }

    .property-price {
        font-size: 22px;
    }

    .property-contact-linkItem a {
        font-size: 14px;
        padding: 10px;
    }

    .property-gallery .owl-item img {
        height: 300px !important;
    }

    .sec-tit {
        font-size: 20px;
    }

    .main_head img {
        height: 49px;
    }

    .sec-desc {
        font-size: 17px;
    }

    .team-card img {
        width: 100%;
        height: 100%;
        object-fit: fill !important;
    }

    .hold-copyright {
        margin-top: 15px;
    }

    .copyright {
        margin-top: 0;
    }

    footer {
        padding: 40px 0 20px;
    }

    .newsletter a {
        display: flex;
        justify-content: center;
    }

    .clients {
        padding: 60px 0 140px;
    }

    .theblog {
        background: #FCFCFC;
        padding: 100px 0 50px;
    }
}

/* Small Devices (Tablets, 576px - 767px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    html, body {
        font-size: 16px;
    }

    .sec-tit {
        font-size: 26px;
    }

    .sec-tit-desc {
        font-size: 20px;
        margin-bottom: 15px;
    }

    header nav {
        padding: 12px 20px;
    }

    .menu-logo {
        height: 60px;
    }

    .sidebar {
        width: 320px;
    }

    html[dir='rtl'] .sidebar {
        right: -320px;
    }

    html[dir='ltr'] .sidebar {
        left: 320px;
    }

    main.helpMoveRTL {
        left: -320px;
    }

    main.helpMoveLTR {
        right: 320px;
    }

    .sidebar .menu-icons {
        left: 15px;
        top: 45px;
    }

    .main-btn {
        font-size: 14px;
        padding: 10px 15px;
    }

    .slider-title {
        font-size: 28px;
    }

    .slider-excerpt {
        font-size: 18px;
    }

    .slider-img {
        height: 500px;
    }

    .thumbnail-slider .thumb-img {
        height: 90px;
    }

    .about-img {
        height: 350px;
    }

    .about-content {
        font-size: 18px;
        line-height: 32px;
    }

    .services {
        padding: 50px 0 70px;
    }

    .service-card {
        padding: 18px;
    }

    .serv-tit {
        font-size: 26px;
    }

    .service-card .serv-content {
        font-size: 18px;
    }

    .service-icon {
        width: 90px;
        height: 90px;
    }

    .serv-img {
        height: 220px;
    }

    .projects {
        padding: 70px 0;
    }

    .pro-img {
        height: 514px;
    }

    .pro-tit {
        font-size: 22px;
    }

    .unit-img {
        height: 288px;
    }

    .contact-img {
        height: auto;
    }

    .newsletter a {
        display: flex;
        justify-content: center;
    }

    .contact-img-down,
    .contact-img-up {
        margin-top: 0;
    }

    .unit-tit {
        font-size: 22px;
    }

    .unit-content {
        font-size: 18px;
    }

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

    .contact-img {
        height: auto;
    }

    #statistics {
        padding: 100px 0;
    }

    .stat-number {
        font-size: 35px;
    }

    .stat-label {
        font-size: 22px;
    }

    .footer-logo {
        height: 110px;
    }

    .singlePage-img {
        height: auto;
    }

    .singlePage-content {
        padding: 30px;
    }

    .singlePage-content h1 {
        font-size: 2.2rem;
    }

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

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

    .property-gallery .owl-item img {
        height: 320px !important;
    }
}

/* Medium Devices (Tablets, 768px - 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    html, body {
        font-size: 17px;
    }

    .menu-logo {
        height: 80px;
    }

    header nav > ul > li:not(:last-child) {
        margin-inline-end: 20px;
    }

    header nav > ul > li a {
        font-size: 16px;
    }

    .slider-title {
        font-size: 32px;
    }

    .slider-excerpt {
        font-size: 20px;
    }

    .slider-img {
        height: 600px;
    }

    .about-img {
        height: 380px;
    }

    .services {
        padding: 60px 0 80px;
    }

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

    .serv-img {
        height: 194px;
    }

    .pro-img {
        height: 360px;
    }

    .unit-img {
        height: 320px;
    }

    .contact-section {
        padding: 80px 0;
    }

    .newsletter a {
        display: flex;
        justify-content: center;
    }

    .property-gallery .owl-item img {
        height: 340px !important;
    }
}

@media (min-width: 992px) {
    .main-slider .slider-img {
        height: 100vh;
    }

    .hold-slid-tit {
        margin-top: 100px;
    }

    .in-footer [class*='col-']:not(:last-child) {
        border-inline-end: 1px solid rgba(217 217 217 / 7%);
        padding-inline-start: 35px;
    }

    .menu-item-has-children a:not(.sub-menu a)::after {
        display: inline-block;
        content: "\f078";
        font-family: "FontAwesome";
        font-weight: 900;
        margin-inline-start: 5px;
        transition: all .3s ease-in-out;
    }

    nav > .nav-list > .menu-item-has-children:hover a:not(.sub-menu a)::after {
        color: var(--sec);
    }

    .menu-item-has-children:hover a::after {
        transform: rotateX(180deg);
    }

    .dd-trigger {
        display: none;
    }

    .main-caption .swiper-wrapper [class*='col-'] {
        padding-top: 408px;
    }

    header nav ul li:not(:last-child) {
        margin-inline-end: 50px;
    }

    header nav ul li:is(.active) a,
    header nav ul li:hover > a {
        color: #FFF;
    }

    header nav ul li a {
        position: relative;
        overflow: hidden;
        font-size: 18px;
        padding-bottom: 8px;
        color: #FFF;
        transition: .3s ease-in-out;
    }

    nav ul {
        justify-content: space-between;
    }

    header .menu-item-has-children {
        position: relative;
        display: flex;
        align-items: center;
        line-height: 45px;
        color: #444;
        user-select: none;
    }

    header .menu-item-has-children i {
        color: var(--main);
        margin-inline-start: 5px;
        transition: 0.4s ease-in-out;
    }

    header .menu-item-has-children:hover i {
        color: var(--sec);
        transform: rotate(180deg);
    }

    header .menu-item-has-children .sub-menu {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        margin: 0;
        padding: 0;
        border-radius: 10px;
        box-shadow: inherit;
        background: rgba(0 0 0 / 50%);
        transition: 0.4s ease;
        min-width: 220px;
        transform: scaleY(0);
        transform-origin: top;
        user-select: none;
        opacity: 0;
        z-index: 2;
        visibility: hidden;
    }

    header .menu-item-has-children .sub-menu li {
        padding: 0 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        overflow: hidden;
        transition: 0.4s ease;
    }

    header .menu-item-has-children .sub-menu li a {
        padding: 0;
    }

    header .menu-item-has-children .sub-menu li:first-child {
        border-radius: 10px 10px 0 0;
    }

    header .menu-item-has-children .sub-menu li:last-child {
        border-radius: 0 0 10px 10px;
    }

    header .menu-item-has-children .sub-menu li:last-child {
        border-bottom: none;
    }

    header .menu-item-has-children .sub-menu li:hover {
        background: var(--sec);
    }

    header .menu-item-has-children:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
    }

    header .menu-item-has-children:hover .sub-menu a {
        color: #fff;
    }

    header .menu-item-has-children .sub-menu li a {
        display: block;
        width: 100%;
        font-size: 18px;
    }

    header nav ul li:not(:last-child) {
        margin-inline-end: 50px;
    }

    header nav ul li:is(.active) a,
    header nav ul li:hover > a {
        color: var(--main);
    }

    header nav ul li a {
        position: relative;
        font-family: sstbold;
        overflow: hidden;
        font-size: 16px;
        color: #FFF;
        transition: .3s ease-in-out;
    }

    nav ul {
        justify-content: space-between;
    }

    header .menu-item-has-children {
        position: relative;
        display: flex;
        align-items: center;
        line-height: 45px;
        color: #444;
        user-select: none;
    }

    header .menu-item-has-children i {
        color: var(--main);
        margin-inline-start: 5px;
        transition: 0.4s ease-in-out;
    }

    header .menu-item-has-children:hover i {
        color: var(--sec);
        transform: rotate(180deg);
    }

    header .menu-item-has-children .sub-menu {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        margin: 0;
        padding: 0;
        border-radius: 10px;
        box-shadow: inherit;
        background: rgba(0 0 0 / 50%);
        transition: 0.4s ease;
        min-width: 220px;
        transform: scaleY(0);
        transform-origin: top;
        user-select: none;
        opacity: 0;
        z-index: 2;
        visibility: hidden;
    }

    header .menu-item-has-children .sub-menu li {
        padding: 0 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        overflow: hidden;
        transition: 0.4s ease;
    }

    header .menu-item-has-children .sub-menu li a {
        padding: 0;
    }

    header .menu-item-has-children .sub-menu li:first-child {
        border-radius: 10px 10px 0 0;
    }

    header .menu-item-has-children .sub-menu li:last-child {
        border-radius: 0 0 10px 10px;
    }

    header .menu-item-has-children .sub-menu li:last-child {
        border-bottom: none;
    }

    header .menu-item-has-children .sub-menu li:hover {
        background: var(--sec);
    }

    header .menu-item-has-children:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
    }

    header .menu-item-has-children:hover .sub-menu a {
        color: #fff;
    }

    header .menu-item-has-children .sub-menu li a {
        display: block;
        width: 100%;
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    header nav ul li:not(:last-child) {
        margin-inline-end: 20px;
    }

    .menu-logo {
        height: 95px;
    }

    header nav ul li a {
        font-size: 14px;
    }

    .main-btn span {
        font-size: 14px;
    }

    .slider-title {
        font-family: 'TajawalB';
        font-size: 27px;
    }

    .slider-url {
        margin-top: 30px;
    }

    .main-slider .slider-img {
        height: 490px;
    }

    .hold_about_img {
        margin-bottom: 30px;
    }

    .serv-tit {
        font-size: 20px;
    }

    .contact-img {
        height: fit-content;
    }

}

@media (max-width: 991.96px) {

    /* side menu*/
    .sidebar:before {
        position: absolute;
        content: '';
        opacity: 0.4;
        inset: 0;
    }

    html[dir='rtl'] .sidebar:before {
        background-position: top right;
    }

    html[dir='ltr'] .sidebar:before {
        background-position: top left;
    }

    .menu-icons label {
        display: flex;
        flex-direction: column;
        width: 40px;
        cursor: pointer;
        margin-bottom: 0;
        margin-inline-start: 5px;
    }

    .menu-icons label span {
        background: #FFF;
        border-radius: 10px;
        height: 3px;
        margin: 3px 0;
        transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    }

    .close-me img {
        height: 45px;
        filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(7470%) hue-rotate(187deg) brightness(109%) contrast(104%);
    }

    .menu-icons span:nth-of-type(1) {
        width: 50%;
    }

    .menu-icons span:nth-of-type(2) {
        width: 100%;
    }

    .menu-icons span:nth-of-type(3) {
        width: 55%;
    }

    .close-me input[type="checkbox"]:checked ~ span:nth-of-type(1) {
        transform-origin: bottom;
        transform: rotatez(45deg) translate(-10px, 12px);
    }

    .close-me input[type="checkbox"]:checked ~ span:nth-of-type(2) {
        transform-origin: top;
        transform: rotatez(-45deg);
    }

    .close-me input[type="checkbox"]:checked ~ span:nth-of-type(3) {
        transform-origin: bottom;
        width: 50%;
        transform: translate(-2px, -5px) rotatez(45deg);
    }

    .sidebar_pagebody {
        width: 100%;
        overflow: hidden;
    }

    html[dir='rtl'] .sidebar_pagebody {
        float: right;
        clear: right;
    }

    .sidebar .menu-icons {
        display: table;
        left: 35px;
        position: absolute;
        top: 50px;
        margin-inline-start: 0;
    }

    .sidebar {
        position: relative;
        height: 100%;
        width: 400px;
        position: fixed;
        top: 0;
        z-index: 99;
        background: var(--main);
        transition: 0.5s ease-in-out;
    }

    html[dir='rtl'] .sidebar {
        right: -400px;
    }

    html[dir='ltr'] .sidebar {
        left: -400px;
    }

    html[dir='rtl'] .sidebar.noo {
        right: 0;
    }

    html[dir='ltr'] .sidebar.noo {
        left: 0;
    }

    .sidebar .nav-right {
        position: fixed;
        right: 40px;
        top: 20px;
    }

    .sidebar .menu-icons label span {
        background: #FFF;
    }

    .sidebar .menu-icons input ~ span:nth-of-type(1) {
        transform-origin: bottom;
    }

    html[dir='rtl'] .sidebar .menu-icons input ~ span:nth-of-type(1) {
        transform: rotatez(45deg) translate(-10px, 12px);
    }

    html[dir='ltr'] .sidebar .menu-icons input ~ span:nth-of-type(1) {
        transform: rotatez(45deg) translate(4px, -2px);
    }

    .sidebar .menu-icons input ~ span:nth-of-type(2) {
        transform-origin: top;
    }

    .sidebar .menu-icons input ~ span:nth-of-type(2) {
        transform: rotatez(-45deg);
    }

    .sidebar .menu-icons input ~ span:nth-of-type(3) {
        transform-origin: bottom;
        width: 50%;
    }

    html[dir='rtl'] .sidebar .menu-icons input ~ span:nth-of-type(3) {
        transform: translate(-2px, -5px) rotatez(45deg);
    }

    html[dir='ltr'] .sidebar .menu-icons input ~ span:nth-of-type(3) {
        transform: translate(18px, -5px) rotatez(45deg);
    }

    main.helpMoveRTL {
        left: -400px;
    }

    main.helpMoveLTR {
        right: 400px;
    }

    .sidebar nav {
        padding-top: 30px;
    }

    .sidebar .nav-list {
        padding: 0;
        list-style: none;
        position: relative;
        margin-top: 100px;
        text-align: center;
    }

    .sidebar .menu-item {
        margin: 23px 0;
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    .sidebar .menu-item:first-child {
        -webkit-transition: all 0.5s 0.2s ease-in-out;
        -moz-transition: all 0.5s 0.2s ease-in-out;
        -ms-transition: all 0.5s 0.2s ease-in-out;
        -o-transition: all 0.5s 0.2s ease-in-out;
        transition: all 0.5s 0.2s ease-in-out;
    }

    .sidebar .menu-item {
        -webkit-transition: all 0.5s 0.4s ease-in-out;
        -moz-transition: all 0.5s 0.4s ease-in-out;
        -ms-transition: all 0.5s 0.4s ease-in-out;
        -o-transition: all 0.5s 0.4s ease-in-out;
        transition: all 0.5s 0.4s ease-in-out;
    }

    .sidebar .menu-item:nth-child(3) {
        -webkit-transition: all 0.5s 0.6s ease-in-out;
        -moz-transition: all 0.5s 0.6s ease-in-out;
        -ms-transition: all 0.5s 0.6s ease-in-out;
        -o-transition: all 0.5s 0.6s ease-in-out;
        transition: all 0.5s 0.6s ease-in-out;
    }

    .sidebar .menu-item:last-child {
        -webkit-transition: all 0.5s 0.6s ease-in-out;
        -moz-transition: all 0.5s 0.6s ease-in-out;
        -ms-transition: all 0.5s 0.6s ease-in-out;
        -o-transition: all 0.5s 0.6s ease-in-out;
        transition: all 0.5s 0.6s ease-in-out;
    }

    .sidebar .nav-list > .linkMenu:not(:last-of-type) {
        margin-inline-end: 0;
    }

    .sidebar .menu-item.special {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    .sidebar .menu-item a {
        position: relative;
        color: #FFF;
        text-decoration: none;
        font-size: 18px;
        text-transform: uaccordion-titercase;
        padding-bottom: 7px;
        font-family: 'TajawalM';
    }

    .sidebar .menu-item > a:before {
        content: "";
        width: 0;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #fff;
        transition: width 0.5s ease-in-out;
    }

    .sidebar .menu-item:hover > a:before,
    .sidebar .menu-item.active > a:before {
        width: 100%;
    }

    #bodyWrap > div.greatest-background > div {
        bottom: -73px;
    }

    .dd-trigger {
        position: absolute;
        top: 7px;
        color: var(--main);
        margin-inline-start: 20px;
        cursor: pointer;
        transition: all .4s ease-in-out;
    }

    .sidebar .sub-menu {
        position: relative;
        margin-top: 20px;
        background: var(--main);
        padding: 10px 0;
    }

    body > div.sidebar_pagebody > div > ul > li.linkMenu.menu-item.menu-item-has-children.special > ul a {
        color: #FFF;
    }

    .sidebar .sub-menu .menu-item {
        margin: 10px;
    }

    .sidebar .sub-menu .menu-item a {
        font-size: 22px;
    }

    .sidebar .sub-menu {
        display: none;
    }

    .sidebar .sub-menu li:not(:last-child) {
        margin-bottom: 5px;
    }

    .menu-icons input[type=checkbox] {
        display: none;
    }

    .header-links {
        display: none;
    }

    /* // Side menu */
    .contact .row {
        justify-content: center;
    }

    .newsletter a {
        margin-bottom: 30px;
    }

    .newsletter .input-group {
        justify-content: center;
    }

    .newsletter h5 {
        margin-bottom: 15px;
        margin-inline-end: 0;
    }

    .in-footer .row > [class*='col-'] {
        margin-bottom: 30px;
    }

    .in-footer h5 {
        margin-bottom: 30px;
    }

    .head-home {
        position: relative;
        background: var(--sec);
    }

}


/* Large Devices (Desktops, 992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .slider-img {
        height: 840px;
    }

    .about-img {
        height: 400px;
    }

    .serv-img {
        height: 166px;
    }

    .pro-img {
        height: 287px;
    }

    .unit-img {
        height: 251px;
    }

    #statistics {
        padding: 100px 0px;
    }

    .footer__form {
        width: 100%;
    }

    .newsletter .input-group {
        width: 100%;
        position: relative;
        justify-content: start;
    }

    .serv-tit {
        font-family: 'TajawalM';
        font-size: 23px;
    }
}

@media (max-width: 480px) {
    .about-img-side {
        height: 270px;
    }

    .contact-logo-overlay {
        width: 100px;
        height: 100px;
    }

    .package-section {
        padding: 70px 0 30px;
    }

    theblog {
        padding: 60px 0;

    }

    .certificates-section {
        padding: 50px 0;
    }

}

@media (max-width: 420px) {
    .top-bar .contact-info a {
        font-size: 12px;
    }

    .menu-logo {
        height: 72px;
    }

    .about-img-side {
        height: 225px;
    }

    .main-slider .slider-img {
        height: 390px;
    }

    .slider-title {
        font-family: 'TajawalB';
        font-size: 20px;
    }

    .top-bar .contact-info {
        gap: 12px;
    }

    .about-goal-card {
        width: 100px;
        height: 100px;
    }

}

@media (max-width: 380px) {
    #bodyWrap > div > header > div.top-bar > div > div.contact-info > span:nth-child(2) > a,
    #bodyWrap > div > header > div.top-bar > div > div.contact-info > span:nth-child(1) > a {
        display: none;
    }

    .top-bar {
        padding: 0;
    }
}

@media (max-width: 320px) {
    #bodyWrap > div > header > div.container > nav > div {
        flex-direction: column;
    }
    .menu-logo {
        margin-bottom: 20px;
    }

    .sec-tit::before {
        left: -50px;
    }

    .sec-tit::after {
        right: -50px;
    }
}