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

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

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

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

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

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

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

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

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

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

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

img {
    max-width: 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;
}

.main-btn:disabled,
input:disabled,
select:disabled,
textarea:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

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

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

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

/* Colors */
:root {
    --main: #002f56;
    --sec: #BDD340;
    --third: #F0FDF2;
}

/* Main Scroll Bar */
body::-webkit-scrollbar {
    width: 8px;
}

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

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

.wow {
    visibility: hidden;
}

.wow.animated {
    opacity: 1;
    visibility: visible;
}

/* General Elements */
button.owl-dot {
    padding: 12px;
    margin: 8px;
    border-radius: 50%;
}

button#searchsubmit {
    padding: 10px 15px;
}

/* Owl Carousel */
.owl-carousel .owl-stage-outer {
    padding: 20px 0;
}

.custom-nav {
    text-align: end;
    margin-top: 20px;
}

.custom-nav .owl-prev,
.custom-nav .owl-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: none;
    border-radius: 50%;
    background: #A9C5BA;
    color: #fff;
    font-size: 24px;
    margin: 0 10px;
    display: inline-block;
    transition: background 0.3s ease;
}

.custom-nav .owl-prev i,
.custom-nav .owl-next i {
    line-height: inherit;
}

.custom-nav .owl-prev:not(.disabled),
.custom-nav .owl-next:not(.disabled) {
    background: var(--main);
}

.custom-nav .owl-prev.disabled,
.custom-nav .owl-next.disabled {
    background: #A9C5BA;
}

.custom-nav .owl-prev:not(.disabled):hover,
.custom-nav .owl-next:not(.disabled):hover {
    background: #2E4D3A;
}

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

/* Main Button */
.main-btn {
    position: relative;
    padding: 13px 35px;
    background: var(--main);
    font-size: 17px;
    font-weight: 900;
    color: #FFF;
    border: none;
    border-radius: 8px;
    transition: all .3s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    z-index: 1;
}

.main-btn:hover {
    padding: 13px 25px;
    border-radius: 8px 8px 24px 24px;
}

.main-btn .icon-1,
.main-btn .icon-2,
.main-btn .icon-3,
.main-btn .icon-4,
.main-btn .icon-5 {
    position: absolute;
    top: -11px;
    left: 62%;
    transform: translate(-50%, 0);
    width: 0px;
    height: auto;
    transition: all .5s ease-in-out;
    z-index: -2;
    pointer-events: none;
    opacity: 0;
}

.main-btn:hover .icon-1,
.main-btn:hover .icon-2,
.main-btn:hover .icon-3,
.main-btn:hover .icon-4,
.main-btn:hover .icon-5 {
    opacity: 1;
}

.main-btn svg {
    height: 60px;
}

.icon-1 {
    z-index: -1;
}

.main-btn:hover .icon-1 {
    top: -115%;
    left: 43%;
    width: 50px;
    animation: inIcon1 1s ease .45s forwards;
}

@keyframes inIcon1 {
    0% {
        transform-origin: 0 100%;
        transform: translate(-50%, 0) rotate(0deg);
    }
    25% {
        transform-origin: 0 100%;
        transform: translate(-50%, 0) rotate(5deg);
    }
    50% {
        transform-origin: 0 100%;
        transform: translate(-50%, 0) rotate(1deg);
    }
    65% {
        transform-origin: 0 100%;
        transform: translate(-50%, 0) rotate(3deg);
    }
    100% {
        transform-origin: 0 100%;
        transform: translate(-50%, 0) rotate(0deg);
    }
}

.main-btn:hover .icon-2 {
    top: -116%;
    left: 62%;
    width: 75px;
    animation: inIcon2 1s ease .45s forwards;
}

@keyframes inIcon2 {
    0% {
        transform-origin: 0 100%;
        transform: translate(-50%, 0) rotate(0deg);
    }
    35% {
        transform-origin: 0 100%;
        transform: translate(-50%, 0) rotate(10deg);
    }
    50% {
        transform-origin: 0 100%;
        transform: translate(-50%, 0) rotate(4deg);
    }
    80% {
        transform-origin: 0 100%;
        transform: translate(-50%, 0) rotate(5deg);
    }
    100% {
        transform-origin: 0 100%;
        transform: translate(-50%, 0) rotate(0deg);
    }
}

.main-btn:hover .icon-3 {
    top: -115%;
    left: 19%;
    width: 60px;
    animation: inIcon3 1s ease .45s forwards;
}

@keyframes inIcon3 {
    0% {
        transform-origin: 0 100%;
        transform: translate(-50%, 0) rotate(0deg);
    }
    35% {
        transform-origin: 0 100%;
        transform: translate(-50%, 0) rotate(-2deg);
    }
    100% {
        transform-origin: 0 100%;
        transform: translate(-50%, 0) rotate(0deg);
    }
}

.main-btn:hover .icon-4 {
    top: -103%;
    left: 20%;
    width: 85px;
    animation: inIcon4 1s ease .45s forwards;
}

@keyframes inIcon4 {
    0% {
        transform-origin: 0 100%;
        transform: translate(-50%, 0) rotate(0deg);
    }
    40% {
        transform-origin: 0 100%;
        transform: translate(-50%, 0) rotate(-3deg);
    }
    100% {
        transform-origin: 0 100%;
        transform: translate(-50%, 0) rotate(0deg);
    }
}

.main-btn:hover .icon-5 {
    top: -118%;
    left: 43%;
    width: 85px;
    animation: inIcon5 1s ease .45s forwards;
}

@keyframes inIcon5 {
    0% {
        transform-origin: 0 100%;
        transform: translate(-50%, 0) rotate(0deg);
    }
    35% {
        transform-origin: 0 100%;
        transform: translate(-50%, 0) rotate(-3deg);
    }
    100% {
        transform-origin: 0 100%;
        transform: translate(-50%, 0) rotate(0deg);
    }
}

.main-btn .fil-leaf-1 {
    fill: #7B9B3A;
}

.main-btn .fil-leaf-2 {
    fill: #556729;
    fill-rule: nonzero;
}

.main-btn .fil-leaf-3 {
    fill: #556729;
}

.main-btn .fil-leaf-4 {
    fill: #3C4819;
}

.main-btn .fil-leaf-5 {
    fill: #3C4819;
}

/* Section Title */
.sec-tit {
    display: table;
    margin: 0 auto;
    font-family: 'cairoBold';
    color: #0E2A46;
    font-size: 36px;
    margin-bottom: 30px;
}

/* WhatsApp Icon */
.whatsapp-icon {
    position: fixed;
    bottom: 40px;
    left: 2%;
    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);
    }
}

/* List Style */
.singlePage li {
    position: relative;
    padding-inline-start: 40px;
    margin-bottom: 1rem;
    line-height: 1.8;
}

.singlePage li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    width: 30px;
    height: 30px;
    background-image: url(../img/dots.webp);
    background-size: contain;
    background-repeat: no-repeat;
}

/* Header */
header {
    top: 0;
    width: 100%;
    z-index: 9;
    padding: 20px 0;
    opacity: 0;
    transform: translateY(-50px);
    animation: slideDown 0.8s ease-in-out forwards;
    transition: all 0.3s linear;
}

.head-home {
    position: absolute;
}

.head-inside {
    position: relative;
    background: #002b4d;
}


@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideDownFade {
    0% {
        opacity: 0;
        transform: translateY(-40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.site-header {
    opacity: 0;
    animation: slideDownFade 0.8s ease-out 0.2s forwards;
}

.language-switcher .lang-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 50px;
    border: 2px solid white;
    border-radius: 40px;
    background-color: transparent;
    color: white;
    font-size: 15px;
    font-family: 'Tajawal', sans-serif;
    transition: 0.3s;
}

.language-switcher .lang-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.language-switcher {
    margin-inline-start: 10px;
}

.language-switcher .globe-icon {
    color: #f9b820;
    font-size: 18px;
    margin-inline-end: 5px;
}

.language-switcher .arrow-icon {
    font-size: 12px;
    margin-inline-start: 10px;
}

/* Dropdown menu style */
.language-switcher .dropdown-menu {
    background-color: #002b4d;
    border: 1px solid #0e3e63;
    border-radius: 8px;
    min-width: 140px;
}

.language-switcher .dropdown-item {
    color: white;
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.2s;
}

.language-switcher .dropdown-item:hover {
    background-color: #f9b820;
    color: #002b4d;
}


.breadcrumb-area {
    padding: 12px;
    background: #FF8A07;
    display: flex
;
    align-items: center;
    margin-bottom: 50px;
    color: #FFF;
}

.breadcrumb-area .page-tit {
    font-family: 'cairoBold';
    font-size: 30px;
    color: #FFF;
}

.last-menu-item {
    display: flex;
    align-items: center;
}

.menu-logo {
    height: 128px;
}

/* Headline */
.headline {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#home {
    position: relative;
    z-index: 1;
}

#home:after {
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    inset: 0;
}

@keyframes moveBackground {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

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

.main-caption {
    position: relative;
    margin-top: 180px;
}

.headline-title {
    font-family: 'TajawalEx';
    font-size: 54px;
    margin-bottom: 20px;
    color: #FFF;
    opacity: 0;
    transform: translateY(40px);
    animation: fadeSlideUp 1s ease-out 0.5s forwards;
    transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.headline-excerpt {
    font-family: 'TajawalR';
    font-size: 28px;
    color: #FFF;
    opacity: 0;
    transform: translateY(40px);
    animation: fadeSlideUp 1s ease-out 0.8s forwards;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.headline-content {
    opacity: 0;
    animation: fadeSlideUp 1s ease-out 0.5s forwards;
}

.dropdown-toggle::after {
    display: none;
}

/* video */
.bg-video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.hero-heading {
    color: #fff;
    font-size: 64px;
    font-family: 'cairoBold';
}

.main_banner {
    position: absolute;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
    width: 40%;
}

.hero a.btn {
    background-color: #FF8A07;
    border: none;
    color: #fff;
    font-weight: bold;
    transition: 0.3s;
}

.hero a.btn:hover {
    background-color: #e6a900;
    color: #fff;
}

/* About */
.about .section-label {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-bottom: 30px;
}

.about .sec-tit {
    margin-inline: 0;
}

.about-content {
    font-size: 17px;
    color: #495A6A;
}

.about .section-label:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 15px;
    height: 18px;
    background-image: url("../img/Symbol.png");
    background-repeat: no-repeat;
    margin-inline-end: 5px;
}
.text-orange {
    color: #f7931e;
}

.img-rounded-circle {
    width: 180px;
    height: 340px;
    bottom: -70px;
    background-color: #d1dee4;
    border-radius: 100px;
    padding: 5px;
    border: 2px solid #ff4d4d;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-rounded-circle img {
    position: relative;
    width: 100%;
    height: -33px;
    object-fit: contain;
}

.img-oval {
    width: 220px;
    height: 460px;
    background-color: #d1dee4;
    border-radius: 120px;
    padding: 5px;
    border: 2px solid #ff4d4d;
    /*overflow: hidden;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-oval img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.about-btn {
    background-color: #9db3bb;
    border-radius: 50px;
    height: 50px;
    font-size: 16px;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

.about-btn .btn-circle {
    width: 50px;
    height: 50px;
    background-color: #2f4858;
    border-radius: 50%;
    font-size: 16px;
}


/* Statics */
#statistics {
    bottom: -101px;
    overflow: hidden;
    z-index: 2;
}

.stats-wrapper {
    background: url('../img/earth.png') center/cover no-repeat;
    background-color: #f7931e;
    border-radius: 100px;
    padding: 55px 77px;
}

.stat-box {
    color: #fff;
    min-width: 160px;
}

.stat-number {
    font-size: 24px;
    color: #fff;
}

.stat-label {
    font-size: 15px;
    color: #000;
}

.stat-icon {
    width: 78px;
    height: 78px;
    background-color: #002f56;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-icon img {
    height: 45px;
}

.stat-number {
    font-family: 'cairoBold';
    font-size: 34px;
}

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

/* features */
.features {
    position: relative;
    background-image: url("../img/feacover.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
    padding: 180px 0 77px;
    z-index: 1;
}

.features:after {
    content: '';
    background-color: rgba(8, 51, 95, 0.95);
    position: absolute;
    inset: 0;
    z-index: 0;
}

.features .container {
    position: relative;
    z-index: 1;
}

.feature-image {
    display: inline-block;
    width: 395px;
    height: 504px;
    background: #CFE4E7;
    border-radius: 16px;
    display: flex
;
    justify-content: center;
}

.feature-image img {
}

.feature-card {
    background-color: #fff;
    border-radius: 12px;
    min-height: 165px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #495A6A;
    transition: all 0.3s ease;
    box-shadow: 0 5px 10px rgba(0,0,0,0.08);
}

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

.feature-title {
    font-size: 18px;
    line-height: 1.6;
    font-family: 'cairoBold';
}

.feature-image img {
    max-width: 100%;
    border-radius: 16px;
}

.features-logo {
    position: absolute !important;
    height: 180px !important;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-end: 150px;
}

.feature-icon  {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}

/* edu*/
.track-logo {
    height: 140px;
    margin-inline-end: 20px;
}
.edu-track-box {
    min-height: 100px;
    background-color: #d7dee1;
    transition: background-color 0.3s ease-in-out;
}

.edu-track-box h5 {
    font-size: 32px;
    font-family: 'cairoBold';
}

.edu-track-box:hover {
    background-color: #002f56;
}

.edu-track-box:hover h5 {
    color: #f7931e;
}


/*cta */
.cta-box {
    position: relative;
    background-color: #002f56;
    min-height: 270px;
    height: 100%;
    color: #fff;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

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

.cta-img {
    position: relative;
    bottom: -20px;
}

.cta-title {
    font-weight: bold;
    font-size: 36px;
    font-family: 'cairoBold';
    color: #f7931e;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.cta-btn {
    background-color: #e0e7ec;
    color: #000;
    padding: 8px 20px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}

.cta-btn:hover {
    background-color: #d6dee5;
    color: #000;
    text-decoration: none;
}

.cta-content {
    padding: 50px;
}

.cta-title {

}

/* media */
.media-center .sec-tit {
    margin: 0;
}

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

.media-center a {
    height: 265px;
    width: 323px;
    position: relative;
    display: block;
}
.nav-pills .nav-link {
    background-color: #d9dde2;
    color: #fff;
    border-radius: 20px;
    padding: 8px 20px;
    font-weight: 500;
}
.nav-pills .nav-link.active {
    background-color: #002f56;
}
.video-play-icon {
    font-size: 24px;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    padding: 10px 12px;
    transition: 0.3s;
    width: 50px;
    height: 50px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
a:hover .video-play-icon {
    background: rgba(0, 0, 0, 0.8);
}

/* tech */

.tech-card {
    background-color: #9DB1B8;
    transition: all 0.3s ease;
    border-radius: 15px !important;
    padding: 20px;
}
.tech-card .card-img {
    background-size: cover;
    background-position: center;
    height: 200px;
    border-radius: 11px;
}
.tech-card:hover {
    background-color: #022C54;
    color: white;
}
.tech-title {
    color: #495A6A;
    font-size: 24px;
    font-family: 'cairoBold';
    margin-bottom: 12px !important;
    transition: .3s;
}
.tech-card:hover .tech-title {
    color: #ffa200;
}
.tech-btn {
    background: #495A6A;
    color: white;
    border-radius: 40px;
    width: 140px;
    height: 40px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.tech-card:hover .tech-btn {
    background-color: #ffa200;
    color: white;
}

.tech-card span {
    color: #495A6A;
    transition: .3s;
}

.tech-card:hover span {
    color: #FFF;
}

/* news */
.news-events {
    background-image: url("../img/news-c.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.news-events .sec-tit {
    color: #FFF;
}
.news-sec-card {
    background-color: white;
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.news-content {
    background-color: #003055;
    color: white;
    flex: 1;
    min-height: 280px;
}

.news-title {
    color: #f9b820;
    font-weight: bold;
    font-size: 1rem;
}

.news-excerpt {
    font-size: 14px;
    color: #d9d9d9;
    line-height: 1.7;
}

.quote-icon {
    font-size: 30px;
    opacity: 0.2;
    color: white;
}

.read-more-btn {
    background-color: #d9d9d9;
    color: #003055;
    border-radius: 20px;
    padding: 5px 20px;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}

.read-more-btn:hover {
    background-color: #f9b820;
    color: #003055;
}

.news-img {
    width: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* review */
.review-card {
    background-color: #8da3b6;
    color: white;
    border-radius: 16px;
    transition: 0.3s;
}

.review-stars .star {
    color: #fff;
    font-size: 18px;
    margin-left: 2px;
}

.review-stars .filled {
    color: #f9b820;
}

.review-title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.review-content {
    font-size: 14px;
    line-height: 1.8;
    color: #f0f0f0;
}

.review-footer {
    margin-top: auto;
}

.review-avatar {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.review-name {
    font-size: 14px;
    color: #fff;
    margin-bottom: 2px;
}

.review-city {
    font-size: 12px;
    color: #e5e5e5;
}

/* footer */
/* === Footer Global === */
.footer {
    background-color: #002b4d;
    color: white;
    font-family: 'Tajawal', sans-serif;
}


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

.footer-top {
    border-bottom: 1px solid #0e3e63;
}

.footer-box {
    display: flex;
    gap: 15px;
    align-items: start;
    justify-content: start !important;
    text-align: start;

}

.footer-form {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .footer-box {
        justify-content: flex-start;
    }
}

.footer-box .icon {
    font-size: 22px;
    color: white;
}

.footer-heading {
    color: #f9b820;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-align: start;
}

.footer-middle {
    border-bottom: 1px solid #0e3e63;
}

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


.footer-form .input-group {
    background-color: #0e3e63;
    border-radius: 40px;
    overflow: hidden;
    padding: 4px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer-form input {
    background: transparent;
    border: none;
    color: white;
    padding: 10px 15px;
    flex: 1;
}

.footer-form input::placeholder {
    color: #ccc;
    font-size: 14px;
}

.footer-form .btn-send {
    background-color: #f9b820;
    border: none;
    padding: 8px 18px;
    border-radius: 50px;
    color: #002b4d;
    font-size: 16px;
}

.footer-form .btn-send i {
    vertical-align: middle;
}


.footer-links {
    padding-left: 0;
    list-style: none;
    columns: 2;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #f9b820;
}


.footer-bottom {
    background-color: #495A6A;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
}

.footer-bottom .highlight {
    color: #f9b820;
    font-weight: 600;
    text-decoration: none;
}

.footer-bottom .highlight:hover {
    text-decoration: underline;
}

/* Social Icons */
.footer-social a {
    color: white;
    margin-left: 12px;
    font-size: 18px;
    transition: 0.3s;
}

.footer-social a:hover {
    color: #f9b820;
}



/* Contact Form 7 */
.contacts .notice {
    font-family: 'TajawalR';
    font-size: 20px;
    margin-bottom: 24px;
}

.wpcf7-form {
    direction: rtl;
    text-align: right;
}

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

.wpcf7-form .form-control {
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 12px 15px;
    font-size: 16px;
    background: #f8f9fa;
    transition: all 0.3s ease-in-out;
}

.contact-form [class*='col-']:not(:last-of-type) {
    margin-bottom: 16px;
}

.wpcf7-form .form-control:focus {
    border-color: #7cb4c9;
    box-shadow: 0px 0px 10px rgba(124, 180, 201, 0.5);
    background: #fff;
}

.wpcf7-form {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInForm 1s ease-in-out forwards;
}

@keyframes fadeInForm {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wpcf7-form .btn-primary {
    background-color: var(--main);
    border: none;
    padding: 12px 20px;
    border-radius: 20px;
    font-size: 18px;
    width: 160px;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
}

#wpcf7-f7-o1 > form > div:nth-child(5) {
    margin-top: 24px;
}

.wpcf7-form .btn-primary:hover {
    background-color: var(--main);
    box-shadow: 0px 0px 10px rgba(90, 155, 181, 0.7);
    transform: scale(1.05);
}

.wpcf7-form .btn-primary:active {
    transform: scale(0.95);
}

.wpcf7-form textarea.form-control {
    max-height: 120px;
    transition: all 0.3s ease-in-out;
}

.wpcf7-form textarea.form-control:focus {
    background: #fff;
    border-color: #7cb4c9;
    box-shadow: 0px 0px 10px rgba(124, 180, 201, 0.5);
}

.the-form .row {
    flex-direction: row-reverse;
}

.custom-select-wrapper {
    position: relative;
    width: 100%;
}

.custom-select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 12px 15px;
    font-size: 16px;
    background: #f8f9fa;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.contact-card-tit2 {
    margin-top: 15px;
    font-family: 'TajawalR';
    font-size: 20px;
}

.select-arrow {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #7cb4c9;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.custom-select-wrapper select:hover {
    border-color: #7cb4c9;
    box-shadow: 0px 0px 10px rgba(124, 180, 201, 0.5);
    background: #fff;
}

.custom-select-wrapper select:focus {
    border-color: #7cb4c9;
    box-shadow: 0px 0px 10px rgba(124, 180, 201, 0.5);
}

.custom-select-wrapper select:focus + .select-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.wpcf7-not-valid-tip {
    display: block;
    color: #dc3545;
    background: rgba(220, 53, 69, 0.1);
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    margin-top: 5px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    transform: translateY(-5px);
    animation: fadeInError 0.5s ease-in-out forwards;
}

@keyframes fadeInError {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wpcf7-not-valid-tip::before {
    content: "⚠️ ";
    font-size: 14px;
}

.wpcf7-form-control:focus + .wpcf7-not-valid-tip {
    opacity: 0;
    transform: translateY(-5px);
    transition: opacity 0.2s ease-out;
}

.contact-card {
    background: url('../img/contact.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    background-color: #7cb4c9;
    padding: 24px 24px 26px;
    border-radius: 15px;
    text-align: start;
    margin: auto;
    color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    font-family: 'Tajawal', sans-serif;
    direction: rtl;
}

.contact-item {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin-bottom: 15px;
}

.contact-item i {
    font-size: 24px;
    background: white;
    color: #7cb4c9;
    padding: 10px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.contact-item i:hover {
    background: #5a9bb5;
    color: white;
}

#bodyWrap > section.contacts > div > div > div.col-md-5 > div > h3:nth-child(5) {
    font-size: 20px;
    font-family: 'TajawalR';
}

.contact-card-tit {
    font-size: 20px;
    font-family: 'TajawalR';
    margin-bottom: 24px;
}

.social-icons {
    display: flex;
    justify-content: start;
    gap: 15px;
    margin-top: 24px;
}

.social-icons a {
    color: white;
    transition: all 0.3s ease-in-out;
}

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

.social-icons a:hover {
    transform: scale(1.1);
    color: #f8f9fa;
}

.map-container {
    margin-top: 55px;
}

.map-container iframe {
    width: 100%;
    height: 425px;
}

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

/* WP Pagenavi */
.wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #888 !important;
    padding: 0 !important;
    text-decoration: none !important;
    border: none !important;
    transition: color 0.3s, transform 0.2s;
}

.wp-pagenavi a:hover {
    color: black;
    transform: scale(1.1);
}

.wp-pagenavi .current {
    color: black !important;
    font-weight: bold;
}

.wp-pagenavi .extend {
    font-size: 18px;
    font-weight: bold;
    color: #888;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    font-size: 24px;
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
    color: #888;
}

.pagination {
    justify-content: center;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border-radius: 50%;
    font-size: 1.2rem;
    color: var(--main);
    transition: all 0.3s ease;
}

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

.wp-pagenavi span[aria-current="page"] {
    font-weight: bold;
    color: #FFF;
}

/* Single Pages */
.singlePage .h1, .singlePage .h2, .singlePage .h3, .singlePage .h4, .singlePage .h5, .singlePage .h6, .singlePage h1, .singlePage h2, .singlePage h3, .singlePage h4, .singlePage h5, .singlePage h6 {
    font-family: "cairoBold";
    margin-bottom: 24px;
}

.singlePage .h2,
.singlePage h2 {
    font-size: 35px;
}

.singlePage.content .project-section .main-image {
    object-fit: cover;
    max-height: 335px;
    border-radius: 15px;
    width: 100%;
}

.singlePage-img {
    position: relative;
    max-height: 375px;
    width: fit-content;
    border-radius: 30px;
    margin: 0 auto;
    overflow: hidden;
}

.singlePage-img:hover {
    perspective: 1000px;
}

.singlePage-img img {
    width: 100%;
    border-radius: 30px;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), filter 0.8s ease;
    transform-origin: center;
}

.singlePage-img:hover img {
    transform: scale(1.2) rotate(-2deg);
    filter: brightness(1.1) contrast(1.2);
}

.singlePage.content .thumbnail-gallery {
    margin-bottom: 20px;
}

.singlePage.content .thumbnail-gallery img.thumbnail {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.singlePage.content .thumbnail-gallery img.thumbnail:hover {
    transform: scale(1.05);
}

.singlePage.content .project-title {
    font-size: 30px;
    font-weight: 700;
    color: #002f56;
    margin-bottom: 20px;
    font-family: 'BahijSansBold';
}

.singlePage.content .project-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
    font-family: 'BahijSansBold';
}

.singlePage.content .main-features-title {
    font-size: 23px;
    font-weight: 600;
    color: #002f56;
    margin-bottom: 15px;
}

.singlePage.content .main-features-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
    font-family: 'BahijSansBold';
}

.singlePage.content .related-section {
    padding: 0 40px;
}

.singlePage.content .related-title {
    font-size: 25px;
    font-family: 'TajawalEx';
    font-weight: 600;
    color: #002f56;
    margin-bottom: 25px;
    border-bottom: 2px solid #002f56;
    padding-bottom: 12px;
}

.singlePage.content .related-posts-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.singlePage.content .related-posts-list li {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #A7A7A7;
    padding-inline-start: 0;
    padding-bottom: 7px;
    color: #A7A7A7;
}

.singlePage.content .related-posts-list li::before {
    display: none;
}

.singlePage.content .related-posts-list li a {
    color: #676D68;
    font-size: 18px;
    font-family: 'TajawalM';
    text-decoration: none;
    flex-grow: 1;
    transition: color 0.3s ease;
}

.singlePage.content .related-posts-list li a:hover {
    color: #002f56;
}

.singlePage.content .contact-form-section {
    background-color: #f5faff;
    padding: 20px;
    border-radius: 8px;
    max-width: 400px;
    margin: 0 auto;
}

.singlePage.content .contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.singlePage.content .form-group {
    position: relative;
}

.singlePage.content .form-group .form-icon {
    position: absolute;
    inset-inline-start: 15px;
    top: 15px;
    color: #002f56;
    font-size: 16px;
    z-index: 2;
}

.singlePage.content .form-group input,
.singlePage.content .form-group textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 25px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

html[dir='rtl'] .singlePage.content .form-group input,
html[dir='rtl'] .singlePage.content .form-group textarea {
    padding: 12px 40px 12px 15px;
    direction: rtl;
    text-align: right;
}

html[dir='ltr'] .singlePage.content .form-group input,
html[dir='ltr'] .singlePage.content .form-group textarea {
    padding: 12px 15px 12px 40px;
}

.singlePage.content .form-group textarea {
    resize: none;
    height: 120px;
    border-radius: 15px;
}

.singlePage.content .form-group input:focus,
.singlePage.content .form-group textarea:focus {
    outline: none;
    border-color: #002f56;
}

.singlePage.content .form-group input::placeholder,
.singlePage.content .form-group textarea::placeholder {
    color: #999;
    font-size: 14px;
}

.singlePage.content .submit-btn {
    background: linear-gradientaward(to right, #002f56, #4a7cbf);
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 25px;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.singlePage.content .submit-btn:hover {
    background: linear-gradient(to right, #0d2a4f, #3a5c9f);
}

.singlePage p {
    font-size: 20px;
}

.singlePage img {
    border-radius: 15px;
}

.singlePage.about {
    padding-top: 50px;
}

.singlePage .service-image {
    background-size: cover;
    background-position: center;
}

.singlePage .service-card {
    width: 91%;
    margin: 0 auto;
}

.singlePage .service-content {
    width: 100%;
    margin-inline-start: 27px;
}

.page-template footer {
    margin-top: 0;
}

/* Media Queries */
@media (min-width: 992px) {

    #bodyWrap > section.contact-us.py-5 > div > div > div.col-lg-6.col-12.text-center.mb-4.mb-lg-0.mb-3 {
        opacity: 0;
        transform: translateX(-100%);
        transition: .9s all ease;
    }

    #bodyWrap > section.contact-us.py-5 > div > div > div.col-lg-6.col-12.text-center.mb-4.mb-lg-0.mb-3.active {
        transform: none !important;
        opacity: 1 !important;
    }
    .greatest-background {
        height: 768px;
    }

    .headline-img {
        height: 100vh;
    }

    .services .owl-item {
        width: 333px !important;
    }

    .singlePage li {
        font-size: 22px;
    }

    .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 a {
        position: relative;
        overflow: hidden;
        color: #FFF;
        font-size: 15px;
        transition: .3s ease-in-out;
    }

    header nav ul li.active a {
        background-color: #ff9800;
        color: #fff;
        padding: 8px 20px;
        border-radius: 30px;
        display: inline-block;
        transition: background-color 0.3s ease-in-out, color 0.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;
        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: 1199.96px) {
    .in-header {
        padding: 5px 35px;
    }

    .last-menu-item .main-btn {
        padding: 13px 20px;
    }

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

@media (max-width: 991.96px) {
    .features-logo {
        inset-inline-end: 245px;
    }
    .track-logo {
        height: 110px;
    }
    .edu-track-box h5 {
        font-size: 23px;
    }
    .media-center a {
        width: 100%;
    }
    nav {
        display: none;
    }

    .singlePage li::before {
        width: 30px;
        height: 30px;
    }

    .singlePage .about-img {
        margin-bottom: 30px;
    }

    .greatest-background {
        height: 468px;
    }

    .main-caption {
        position: relative;
        margin-top: 70px;
    }

    .about .row,
    .contact-us .row {
        flex-direction: column-reverse;
    }

    .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: #ff8a07;
        border-radius: 10px;
        height: 3px;
        margin: 3px 0;
        transition: 0.4s cubic-bezier(0.48, -0.4, 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: #ff8a07;
        transition: .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;
        transform: rotatez(-45deg);
    }

    html[dir='rtl'] .sidebar .menu-icons input ~ span:nth-of-type(3) {
        transform-origin: bottom;
        width: 50%;
        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:last-child {
        margin-bottom: 0;
    }

    .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.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:last-child {
        -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 .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: uppercase;
    }

    .sidebar .menu-item a:not(:last-child) {
        padding-bottom: 7px;
    }

    #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;
    }

    .singlePage.content .project-section {
        padding: 40px 20px;
    }

    .last-menu-item a {
        margin-inline-end: 7px !important;
    }

    .singlePage.content .project-section .main-image {
        max-height: 300px;
    }

    .singlePage.content .thumbnail-gallery {
        display: block !important;
    }

    .singlePage.content .thumbnail-gallery img.thumbnail {
        height: 80px;
    }

    .singlePage.content .project-title {
        font-size: 24px;
    }

    .singlePage.content .main-features-title {
        font-size: 20px;
    }

    .singlePage.content .related-section {
        padding: 15px;
        margin-bottom: 20px;
    }

    .singlePage.content .related-title {
        font-size: 18px;
    }

    .singlePage.content .contact-form-section {
        max-width: 100%;
        padding: 15px;
    }
}

@media (max-width: 768px) {
    #bodyWrap > section.features > div > div > div.col-lg-6.mb-4.mb-lg-0.position-relative > div > img.img-fluid.features-logo{
        display: none;
    }
    #bodyWrap > section.features > div > div > div.col-lg-6.mb-4.mb-lg-0.position-relative {
        display: flex;
        justify-content: center;
    }
    .hero-heading {
        font-size: 30px !important;
    }
}

@media (max-width: 767.98px) {
    .singlePage.content .project-section {
        padding: 30px 15px;
    }

    .contact_p {
        font-size: 20px;
    }

    .contacts .row {
        flex-direction: column-reverse;
    }

    .footer .footer-links {
        flex-direction: column;
        align-items: center;
    }

    .singlePage.content .project-section .main-image {
        max-height: 250px;
    }

    .singlePage.content .thumbnail-gallery img.thumbnail {
        height: 60px;
    }

    .singlePage.content .project-title {
        font-size: 20px;
    }

    .singlePage.content .project-content,
    .singlePage.content .main-features-content {
        font-size: 14px;
    }

    .singlePage.content .main-features-title {
        font-size: 18px;
    }

    .singlePage.content .related-posts-list li {
        font-size: 14px;
    }

    .singlePage.content .form-group input,
    .singlePage.content .form-group textarea {
        font-size: 12px;
    }

    .singlePage.content .submit-btn {
        font-size: 14px;
        padding: 10px;
    }

    .singlePage .project-card {
        overflow: unset;
    }

    .news-card {
        max-width: 90%;
        margin: 20px auto;
    }

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

    .headline-title {
        font-size: 37px;
    }

    .headline-excerpt {
        font-size: 23px;
    }

    .singlePage .h2, .singlePage h2 {
        font-size: 26px !important;
        margin-bottom: 15px !important;
    }

    .singlePage li::before {
        width: 25px;
        height: 25px;
    }

    .breadcrumb-area {
        min-height: 160px;
    }

    .breadcrumb-area .page-tit {
        font-size: 30px;
    }
    .footer-box {
        justify-content: start;
    }

    .footer-social {
        margin-bottom: 20px;
    }

    #bodyWrap > header > div > div > div {
        flex-direction: column;
    }

    .menu-logo {
        margin-bottom: 20px;
    }

    #home {
        position: relative;
        z-index: 1;
        height: 520px;
    }

    .bg-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .main_banner {
        top: 65%;
    }

}

@media (max-width: 576px) {
    .menu-logo {
        height: 90px;
    }
    .in-header {
        padding: 5px 20px !important;
    }

    .about-btn {
        height: 40px;
    }

    .about-btn .btn-circle {
        height: 46px;
        font-size: 16px;
    }

    .hero-heading {
        font-size: 22px !important;
    }

    .news-img {
        width: 240px;
    }

    .language-switcher .lang-button {
        width: 110px;
        height: 40px;
    }

    #bodyWrap > footer > div.container.text-center > div.row.justify-content-xl-center.mb-4 [class*=col-] {
        text-align: start;
    }
    .footer .footer-links a {
        color: #000;
        font-size: 17px;
    }

    .footer .row span, .footer .row a {
        color: #FFF;
        font-size: 15px;
    }

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

    header nav {
        padding: 12px 20px;
    }


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

    .service-card {
        width: 91%;
    }

    .service-content {
        background: #fff;
        width: 100%;
        margin-inline-start: 27px;
    }

    .pro-tit {
        font-size: 24px;
        line-height: 35px;
    }

    .sidebar {
        width: 320px;
    }

    main.helpMoveRTL {
        left: -320px;
    }

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

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

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

@media (max-width: 480px) {
    .features-section > div,
    .stat-box {
        flex-direction: column;
    }

    .features-section .icon-box:not(:last-child) {
        margin-bottom: 30px;
    }

    #home {
        position: relative;
        z-index: 1;
        height: 455px;
    }

    .bg-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .menu-logo {
        height: 90px;
        margin-bottom: 20px;
    }

    .cta-title {
        font-weight: bold;
        font-size: 27px;
    }

    .news-sec-card {
        flex-direction: column;
    }
    .news-img {
        width: 100%;
        height: 190px;
    }
}

@media (max-width: 420px) {
    .last-menu-item .main-btn {
        display: none;
    }

    .service-card {
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 380px) {
    .headline-title {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .headline-excerpt {
        font-size: 21px;
    }

    .service-content {
        width: 100%;
        margin-inline-start: 27px;
    }
}

@media (max-width: 992px) {
    .main_banner {
        width: 100%;
    }
    .hero-heading {
        font-size: 43px;
    }
    .stats-wrapper {
        justify-content: center !important;
        row-gap: 30px;
    }
    .features-logo {
        height: 145px !important;
        inset-inline-end: 6px;
    }
    header .menu-item-has-children {
        line-height: normal;
    }

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

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

    .in-header {
        padding: 5px 50px;
    }

    .last-menu-item .main-btn {
        padding: 13px 15px;
    }

    .about-img {
        width: 370px;
        margin: 0 auto;
    }

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

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

    #bodyWrap > footer > div.container.text-center > div.row.justify-content-xl-center.mb-4 > div:nth-child(3) {
        text-align: start;
    }
}
.contact-form {
    /*direction: rtl;*/
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Cairo', sans-serif;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
    background-color: #f9f9f9;
    transition: border 0.3s ease-in-out;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form textarea:focus {
    border-color: #ff9800;
    outline: none;
    background-color: #fff;
}

.contact-form textarea {
    min-height: 120px;
    resize: vertical;
}

.contact-form input[type="submit"] {
    background-color: #ff9800;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.contact-form input[type="submit"]:hover {
    background-color: #e68900;
}

.job-form {
    direction: rtl;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Cairo', sans-serif;
}

.job-form input[type="text"],
.job-form input[type="email"],
.job-form input[type="tel"],
.job-form input[type="file"],
.job-form textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
    background-color: #f9f9f9;
    transition: border 0.3s ease-in-out;
}

.job-form input[type="text"]:focus,
.job-form input[type="email"]:focus,
.job-form input[type="tel"]:focus,
.job-form textarea:focus {
    border-color: #ff9800;
    outline: none;
    background-color: #fff;
}

.job-form input[type="file"] {
    background-color: #fff;
    padding: 10px;
    cursor: pointer;
}

.job-form textarea {
    min-height: 120px;
    resize: vertical;
}

.job-form input[type="submit"] {
    background-color: #ff9800;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.job-form input[type="submit"]:hover {
    background-color: #e68900;
}

.student-registration-form {
    direction: rtl;
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Cairo', sans-serif;
}

.student-registration-form input[type="text"],
.student-registration-form input[type="email"],
.student-registration-form input[type="tel"],
.student-registration-form input[type="date"],
.student-registration-form select,
.student-registration-form input[type="file"],
.student-registration-form textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
    background-color: #f9f9f9;
    transition: border 0.3s ease-in-out;
}

.student-registration-form input:focus,
.student-registration-form select:focus,
.student-registration-form textarea:focus {
    border-color: #2196f3;
    outline: none;
    background-color: #fff;
}

.student-registration-form textarea {
    min-height: 120px;
    resize: vertical;
}

.student-registration-form input[type="submit"] {
    background-color: #2196f3;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.student-registration-form input[type="submit"]:hover {
    background-color: #1976d2;
}
