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

/* Global Settings */

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

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

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


* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-decoration: none !important;
    outline: none !important;
    border: none;
}

html {
    scroll-behavior: smooth;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0;
}

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

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

social,
li,
a {
    transition: all 0.2s ease-in-out;
}

html[dir="rtl"] body {
    font-family: "FSAlbertArabicWeb-Bold";
    direction: rtl;
    text-align: right !important;
}

html[dir="ltr"] body {
    font-family: "FSAlbertArabicWeb-Bold";
    direction: ltr;
    text-align: left !important;
}

main {
    position: relative;
    overflow: hidden;
    z-index: 2;
    height: 100%;
    transition: transform 0.7s ease-in-out;
}

/* Combined Navigation and Slide Index Box */
.swiper-controls {
        display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    background: rgba(255, 255, 255, 0.8); /* Light background with slight opacity */
    border: 2px solid #333; /* Border to match your image */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    font-size: 1em;
    color: #333;
    position: absolute;
        top: 10%;
    left: 10%;
    z-index: 10;
    text-align: center;
}

.album-prev,
.album-next {
    position: relative;
    display: inline-block;
}

.image-slider .swiper-slide {
height: 700px;
}


.image-slider .swiper-slide img {
    object-fit: fill !important;
    width: 100%;
}
.swiper-slide-index{
    display: flex;
    justify-content: center;
}

.image-slider {
    margin-top: 60px;    
}

.map iframe {
    width: 100%;
    height: 400px;
    border: 3px solid #000 !important;
}

.map {
    margin-top: 60px;
}

.active-tab {
    color: #000;
    font-weight: bold;
    border-bottom: 2px solid #000;
}

.tab-slider .swiper-slide  {
    cursor: pointer;
        display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: .5;
    transition: .3s;
}

.tab-slider .swiper-wrapper {
    border-bottom: 2px solid #b8b8b8;
    margin-bottom: 10px;
}

.hold-tabs-swiper [class*='col-'] {
    border: 3px solid #000;
}

#bodyWrap > div.single-pages.content.mt-3 > div.container.hold-tabs-swiper > div.row.row.g-0 > div.col-md-4 {
    border: none !important;
}

.content-slider h5 { 
    font-size: 20px;
        margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .content-slider h5 {
        font-size: 1.75rem;
    }
}

@media (min-width: 768px) {
    .content-slider h5 {
        font-size: 24px;
    }
}

.hold-tabs-swiper {
        margin-top: 50px;
    margin-bottom: 50px;
}

.hold-tabs-swiper .swiper-slide [class*='col-']:last-child {
    border-top: 0 !important;
}

.hold-tabs-swiper .swiper-slide [class*='col-']:first-child {
    border-inline-end: 0;
}

.active-tab {
    opacity: 1 !important;
}

.projectUnit .tabs {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #ccc; /* Light gray underline for the tabs */
}

.tab-button {
    background: none;
    border: none;
    font-size: 16px;
    color: gray;
    padding: 10px 20px;
    cursor: pointer;
    outline: none;
    position: relative;
    transition: color 0.3s ease; /* Transition for text color */
}

.tab-button.active {
    font-weight: bold;
    color: black;
}

.tab-button::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: black; /* Underline color */
    transition: width 0.3s ease; /* Transition for underline */
}

.tab-button.active::after {
    width: 100%; /* Expands underline for active tab */
}

#bodyWrap > div.single-pages.content.mt-3 > div:nth-child(4) > div > div > div.row.g-0 {
    margin-bottom: 30px;
}


/* Colors */
:root {
    --main: #113035
}

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

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

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

/* Breadcrumb */
.breadcrumb-area {
    position: relative;
    /*background-image: url(../img/single.jpg);*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    background-size: 100% 100% !important;
    padding: 100px 0;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    overflow: hidden;
    z-index: 2;
}

.breadcrumb-area:after {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, .3);
   inset: 0;
    z-index: -1;
}

.breadcrumb-area .hold_slider_content {
    padding: 0;
}

.breadcrumb-area .hold_slider_content .page-tit {
    height: calc(100% - 50px);
    padding: 45px;
    display: flex;
    align-items: center;
}

.breadcrumb-area .hold_slider_content:first-child {
        height: 250px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding-bottom: 0;
}

.breadcrumb-area .hold_slider_content:nth-child(2) {
    height: 355px;
}

.breadcrumb-area .main-btn {
        display: inline-block;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: #FFF;
    color: #000;
    border-top: 2px solid #FFF;
}

.video-bg {
        position: absolute;
    z-index: -1;
    height: auto;
    width: 100%;
}
.video-bg video {
        height: 560px;
    width: 100%;
    object-fit: fill;   
}

.hold-in {
    display: flex !important;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}


.breadcrumb-area a {
    color: #fff;
}
/* control-group form*/
html[dir="ltr"] .wpcf7,
html[dir="ltr"] .wpcf7 input[type="url"],
html[dir="ltr"] .wpcf7 input[type="email"],
html[dir="ltr"] .wpcf7 input[type="tel"] {
    direction: ltr;
}

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

/* contacts */
.contacts {
    padding-bottom: 70px;
}

.control-group .form-control {
    border-radius: 15px;
    padding: 12px;
    font-size: 13px;
    border: 2px solid #c1c1c1;
    transition: all .2s ease-in-out;
}

.control-group textarea {
    height: 100%;
}

.control-group .form-control:focus {
    box-shadow: none;
}

.control-group .form-control:hover {
    border-color: var(--main);
}

.control-group .form-control:focus {
    box-shadow: none;
    border-color: var(--main);
}

.control-group label {
    color: #000;
    font-weight: bold;
    transition: all .2s ease-in-out;
}

.control-group:hover label,
.control-group:hover input {
    color: var(--main);
}

label.active_form,
.control-group input:focus {
    color: var(--main);
}

.form-url {
    margin-top: 40px;
}

.form-link .icon {
    margin-inline-start: 90px;
    color: var(--main);
}

.control-group .form-group {
    margin-bottom: 40px !important
}

.control-group .form-focused {
    position: relative
}

.control-group [class*=col-]:last-child {
    margin-bottom: 0
}

.control-group .speal-item-input {
    width: 100% !important
}

.control-group .focus-visible .form-control {
    border-color: var(--main);
    box-shadow: none
}

html[dir=rtl] .control-group .form-focused label {
    right: 0
}

html[dir=ltr] .control-group .form-focused label {
    left: 0
}

.wpcf7-list-item:not(:last-child) {
    margin-inline-end: 5px
}

.wpcf7-list-item,
.form-check {
    background-color: #e2e2e2;
    color: #333;
    margin: 0
}

input[type=checkbox],
input[type=radio] {
    display: none
}

.wpcf7-form-control-wrap span {
    margin-top: 10px;
    border-radius: 10px
}

.wpcf7-list-item label {
    margin-bottom: 0
}

.wpcf7-list-item-label {
    position: relative;
    cursor: pointer;
    -webkit-transition: all .25s linear
}

.required {
    color: red
}

.form-control:focus:not(.readonly_form) {
    color: #495057;
    background-color: #fff;
    border-color: var(--background);
    outline: 0;
    box-shadow: none
}

.formPage .main-btn {
    margin: inherit;
}

.booking-form textarea {
    height: 109px
}

.supore,
.wpcf7-not-valid-tip,
.alert {
    position: relative;
    padding: .25rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    margin-top: 10px;
    border-radius: .25rem
}

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

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

.wpcf7 input[type=file] {
    cursor: pointer
}

.wpcf7 input[type=file]:disabled {
    cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.social {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: start;
}

.social a {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: 1px solid transparent;
    color: #FFF;
    cursor: pointer;
    background: var(--main);
    overflow: hidden;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    /*box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);*/
}

.social i {
    line-height: 45px;
}

.social a:hover {
    background: var(--hover);
}

.social .icon {
    text-align: center;
}

/* section title */
.sec-tit {
    font-family: 'FSAlbertArabicWeb-ExtraBold';
    font-size: 48px;
    color: #000;
}

@keyframes mainheader-animation {
    0% {
        left: 0px;
    }
    50% {
        left: calc(100% - 25px);
    }
    100% {
        left: 0px;
    }
}

/* Project summary container */
.project-summary {
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
}

/* Summary items */
.summary-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.summary-item {
    display: flex;
    align-items: center;

    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    flex: 1 1 calc(50% - 40px);
    max-width: calc(50% - 40px);
    transition: box-shadow 0.3s ease;
}

/* Hover effect for summary-item */
.summary-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Icon styling */
.summary-icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-inline-end: 15px;
}

/* Summary content styling */
.summary-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Label and value styling */
.summary-label {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 8px;
}

.summary-value {
    font-size: 17px;
    color: #555;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    
    .breadcrumb-links {
        margin-top: 15px;
    }
    
    .breadcrumb-area .hold_slider_content:nth-child(2) {
        display: none;
    }
    .summary-item {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .summary-icon {
        width: 40px;
        height: 40px;
    }

    .summary-label {
        font-size: 14px;
    }

    .summary-value {
        font-size: 12px;
    }
}

.related-articles .pro-img {
    height: 330px;
}

.related-articles .hold_slider_content {
    border: 3px solid #000;
    padding: 12px 20px;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.popup-content {
  background: white;
  padding: 20px;
          max-width: 750px;
  border-radius: 10px;
  position: relative;
}

.iti__country-list {
    left: 70px;
}

.close-btn {
  position: absolute;
  top: 10px;
  left: 16px;
      font-size: 28px;
  cursor: pointer;
}

.popup-overlay input[type="tel"] {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* General input styling */
.popup-overlay input[type="text"],
.popup-overlay input[type="email"],
.popup-overlay input[type="tel"],
.popup-overlay textarea {
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;
  font-family: 'Arial', sans-serif;
  border: 2px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  background-color: #fafafa;
  color: #333;
}

/* Add focus effect for inputs */
.popup-overlay input[type="text"]:focus,
.popup-overlay input[type="email"]:focus,
.popup-overlay input[type="tel"]:focus,
.popup-overlay textarea:focus {
  border-color: #3498db;
  box-shadow: 0 0 8px rgba(52, 152, 219, 0.4);
}

/* Add transition to focus on hover as well */
.popup-overlay input[type="text"]:hover,
.popup-overlay input[type="email"]:hover,
.popup-overlay input[type="tel"]:hover,
.popup-overlay textarea:hover {
  border-color: #2980b9;
}

/* Input placeholder styling */
.popup-overlay input::placeholder {
  color: #aaa;
  font-style: italic;
}

.iti {
    width: 100%;
}

.popup-overlay label {
    width: 100%;
    margin-bottom: 20px;
}

/* Optional: style the submit button */
.popup-overlay .main-btn {
  background-color: var(--main);
  color: white;
  border: none;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 16px;
  font-family: 'Arial', sans-serif;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.popup-overlay .main-btn:hover {
  background-color: var(--main);
}

.popup-overlay .main-btn:focus {
  outline: none;
  box-shadow: 0 0 8px rgba(52, 152, 219, 0.6);
}


@media (max-width: 992px) {
    .iti-mobile .iti__country-list {
    max-height: 100%;
    width: 550px;
    left: 50%;
    transform: translateX(-50%);
}
.related-articles .pro-img {
    height: 200px;
}
}

@media(max-width: 576px) {
    #bodyWrap > header > div > div > div > a:nth-child(2) {
        display: none;
    }
    .iti-mobile .iti__country-list {
        max-height: 100%;
        width: 300px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 0 !important;
    right: 0 !important;
    position: fixed;
}
}

.stick {
        position: fixed;
    top: 0;
    background: #FFF;
    z-index: 9;
    width: 100%;
}


/* main button */
.main-btn {
    display: inline-block;
    width: 250px;
    height: 50px;
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
    font-size: 19px;
    cursor: pointer;
    color: black;
    font-size: 16px;
    z-index: 1;
}

.main-btn:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.3s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.main-btn:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #FFF;
    border-radius: 50%;
    display: block;
    transition: all 0.3s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.main-btn:hover {
    color: #FFF;
}

.main-btn:hover:before {
    top: -35%;
    background-color: #113035;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.main-btn:hover:after {
    top: -45%;
    background-color: #113035;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

/************** header ****************/
header {
    position: relative;
    padding-top: 30px 0;
    transition: all 0.5s linear;
}

.logo {
    height: 78px;
    transition: .5s;
}

.hold-lang {
    display: flex;
    align-items: center;
}

.lang-switcher {
    position: relative;
    display: inline-block;
}

.lang-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin-inline-end: 15px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
}

.lang-btn::after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    margin-inline-start: 5px;
}

.lang-dropdown {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 50px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 9;
}

.lang {
        padding: 0 !important;
    width: 50px !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.lang-dropdown a {
    color: black;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.lang-dropdown a:hover {
    background-color: #ddd;
}

.hold-lang a {
    width: 150px;
    height: 40px;
    padding: 8px 20px;
    text-align: center;
}

.hold-lang > a:first-of-type {
    border: 1px solid #000;
    color: #000;
    background-color: transparent;
}

.hold-lang > a:last-of-type {
    color: #FFF;
    background-color: var(--main);
}

.hold-lang > a:not(:last-child) {
    margin-inline-end: 20px;
}

/* side menu*/
#nav-icon.byee {
    opacity: 0;
}

html[dir='rtl'] #nav-icon.byee {
    transform: translateX(-300%);
}

html[dir='ltr'] #nav-icon.byee {
    transform: translateX(300%);
}

#nav-icon {
    width: 40px;
    height: 40px;
    background: #D9D9D9;
    padding: 8px;
    cursor: pointer;
}

#side_menu {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 99999;
    background: #FFF;
    display: flex;
    flex-flow: column nowrap;
    padding-block: 0;
    justify-content: center;
    align-items: start;
    transform: translate3d(0, 0, 0);
    /* material acceleration */
    will-change: transform;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

#side_menu > ul {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.dd-trigger {
    margin-inline-start: 15px;
}

#side_menu,
#side_menu:before {
    width: 385px;
}

html[dir='rtl'] #side_menu {
    right: 0;
    transform: translateX(100%);
}

html[dir='ltr'] #side_menu {
    left: 0;
    transform: translateX(-100%);
}

#side_menu i {
    color: var(--main);
    cursor: pointer;
}

#side_menu .menu-item {
    padding-inline: 40px;
}

#side_menu .menu-item:not(:last-child) {
    margin-bottom: 10px;
}

#X-icon {
    display: none;
}

#X-icon.okay {
    display: block;
}

#X-icon span {
    display: block;
    position: absolute;
    top: 65px;
    z-index: 999;
    height: 4px;
    width: 5%;
    background-color: var(--main);
    border-radius: 9px;
    cursor: pointer;
    opacity: 1;
    transform: rotate(0deg);
    transition: all .4s ease-in-out;
}

html[dir='rtl'] #X-icon span {
    left: 35px;
}

html[dir='ltr'] #X-icon span {
    right: 35px;
}

#side_menu .sub-menu {
    padding-block: 20px;
    background: #346fab;
    margin-top: 15px;
    list-style: none;
}


#side_menu .sub-menu a {
    font-size: 20px;
    color: #FFF;
}

#X-icon span:first-child {
    transform: rotate(135deg);
    background-color: #FFF;
}

#X-icon span:last-child {
    transform: rotate(-135deg);
    background-color: #FFF;
}

#side_menu a:not(.main-button, .sub-menu a) {
    margin: 0.5em 0;
    font-size: 1.3em;
    font-family: 'FSAlbertArabicWeb-Bold';
    color: var(--main);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.15s, transform 0.5s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#side_menu a:nth-child(1) {
    transition-delay: 0s, 100ms;
}

#side_menu a:nth-child(2) {
    transition-delay: 0s, 150ms;
}

#side_menu a:nth-child(3) {
    transition-delay: 0s, 200ms;
}

#side_menu a:nth-child(4) {
    transition-delay: 0s, 250ms;
}

#side_menu a:nth-child(5) {
    transition-delay: 0s, 300ms;
}

#side_menu a:nth-child(6) {
    transition-delay: 0s, 350ms;
}

#side_menu.active {
    transform: translateX(0) !important;
}

html[dir='rtl'] #side_menu.active:before {
    transform: skewX(0deg) translateX(0);
}

html[dir='ltr'] #side_menu.active:before {
    transform: skewX(0deg) translateX(0);
}

#side_menu.active #side_menu a {
    transform: translateX(0);
}

.menu-overlay.do {
    display: block;
    opacity: 1;
    pointer-events: auto;
    z-index: 999;
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

html[dir='rtl'] .menu-overlay.do {
    transform: translateX(0);
}

html[dir='ltr'] .menu-overlay.do {
    transform: translateX(0);
}

.menu-overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999;
    background-color: rgba(10, 38, 57, 0.75);
    overflow: hidden;
    opacity: 0;
    will-change: transform;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);;
}

html[dir='rtl'] .menu-overlay {
    transform: translateX(-200%);
}

html[dir='ltr'] .menu-overlay {
    transform: translateX(200%);
}

header, section {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

header.blur-me,
section:not(section.menu-overlay).blur-me {
    filter: blur(2px);
    transform-origin: left center;
}

#side_menu .logo {
    position: relative;
    height: 120px;
    left: auto;
    top: auto;
    transform: none;
    transition: .5s;
}

#side_menu .logo:after {
    display: none;
}

.hold-logo-side {
    margin-bottom: 20px;
}

.hold-logo-side a {
    justify-content: center;
    background: transparent;
    padding: 12px;
}

#side_menu .sign {
    width: 100%;
    border-radius: 0;
}

.no-scroll {
    overflow: hidden;
}
/* // Side menu */

@media (min-width: 992px) {
    #bodyWrap > header > nav > div > div > div:nth-child(3) > ul {
        margin-inline-end: 10px;
    }

    header nav ul li:not(ul.sub-menu) {
        padding-inline-end: 50px;
    }

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

    header nav ul li a {
        position: relative;
        overflow: hidden;
        font-family: "FSAlbertArabicWeb-Bold";
        font-size: 18px;
        padding: 8px;
        color: #000;
    }

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

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

    header .menu-item-has-children:hover i {
        color: var(--main);
        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-color: rgba(0 0 0 / 50%);
        transition: 0.2s ease;
        min-width: 220px;
        transform: scaleY(0);
        transform-origin: top;
        user-select: none;
        opacity: 0;
        visibility: hidden;
    }

    header .menu-item-has-children .sub-menu li {
        padding: 8px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        overflow: hidden;
        transition: 0.2s 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: #b2d136;
    }

    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: 15px;
    }

    .search-box-outer {
        margin-inline-end: 20px;
    }

    .nav-list > .menu-item-has-children > .sub-menu a::before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        display: inline-block;
        margin-inline-end: 10px;
        color: #FFF;
        font-size: 14px;
        transition: all .35s ease-in-out;
    }

    .menu-item-has-children {
        position: relative;
    }

    .nav-list > .menu-item-has-children > .sub-menu a:hover::before {
        color: #FFF;
    }

    /*.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;*/
    /*    color: #000;*/
    /*    transition: all .3s ease-in-out;*/
    /*}*/

    .menu-item-has-children:hover a::after,
    .menu-item-has-children:focus a::after {
        transform: scaleX(1.2) rotateX(180deg);
        color: var(--main) !important;
    }

    .menu-item-has-children.active a::after {
        color: var(--main) !important;
    }

    html[dir="rtl"] .nav-list > .menu-item-has-children > .sub-menu a::before {
        content: "\f100";
    }

    html[dir="ltr"] .nav-list > .menu-item-has-children > .sub-menu a::before {
        content: "\f101";
    }

    /*.dd-trigger {*/
    /*    display: none;*/
    /*}*/
}

/************** slider ****************/
.slider {
    position: relative;
}

.slid-body {
    text-align: start;
}

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

.main-slider .swiper-slide img {
    width: 100%;
    position: relative;
    animation-duration: 3s;
    transition: all 1s ease;
    animation: zoomOutImage 3s forwards;

}

.main-slider .swiper-slide.swiper-slide-active img {
    animation: zoomInImage 3s forwards;
}

@keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }
    to {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

@keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

.mainItem-overlay {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, .61);
}

.slid-tit {
    font-family: 'FSAlbertArabicWeb-ExtraBold';
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 45px;
    opacity: 1;
    /*transform: translateX(-50%);*/
}

.slid-desc {
    font-size: 14px;
    line-height: 26px;
    opacity: 1;
    /*transform: translateX(-50%);*/
}

/*@keyframes zoomBounceAnimation {*/
/*    0% {*/
/*        opacity: 0;*/
/*        transform: scale(0.5) rotate(-20deg) translateY(-100%);*/
/*    }*/

/*    50% {*/
/*        opacity: 0.6;*/
/*        transform: scale(1.1) rotate(10deg) translateY(20%);*/
/*    }*/

/*    75% {*/
/*        opacity: 0.8;*/
/*        transform: scale(0.9) rotate(-5deg) translateY(-10%);*/
/*    }*/

/*    100% {*/
/*        opacity: 1;*/
/*        transform: scale(1) rotate(0deg) translateY(0);*/
/*    }*/
/*}*/

/*.main-slider .swiper-slide.swiper-slide-active .slid-tit,*/
/*.main-slider .swiper-slide.swiper-slide-active .slid-desc {*/
/*    animation-duration: 2s;*/
/*    animation-fill-mode: both;*/
/*    animation-name: zoomBounceAnimation;*/
/*    animation-delay: 0.5s;*/
/*}*/

.slid-url {
    display: inline-block;
    margin-top: 30px;
}

.main-slider .swiper-slide .slid-url {
    opacity: 1;
}

/*@keyframes rotateSlideInFromLeft {*/
/*    0% {*/
/*        opacity: 0;*/
/*        transform: translateX(-150%) rotate(-30deg) scale(0.8);*/
/*    }*/

/*    50% {*/
/*        opacity: 0.5;*/
/*        transform: translateX(10%) rotate(15deg) scale(1.1);*/
/*    }*/

/*    100% {*/
/*        opacity: 1;*/
/*        transform: translateX(0) rotate(0deg) scale(1);*/
/*    }*/
/*}*/

.main-slider .swiper-slide.swiper-slide-active .slid-url {
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-name: rotateSlideInFromLeft;
    animation-delay: 0.8s;
}

.hold_slider_content {
    border: 2px solid #FFF;
    padding: 40px 30px;
}

.mainItem-overlay [class*='col-']:last-child .hold_slider_content {
    height: 100%;
}

.hold-slid-arrow {
    width: 170px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid #FFF;
}

.in_arrow {
    display: flex;
}

.swiper-button-next {
    margin-inline-start: 25px;
}


.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none !important;
    opacity: 0 !important;
}

.mainArrow,
.projectsArrow {
    position: relative;
    top: 0;
    display: inline-block;
    left: auto;
    right: auto;
    fill: #FFF;
    margin-top: 0;
}

.swiper-pagination {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-top: 0;
    bottom: auto;
    font-family: 'FSAlbertArabicWeb-Bold';
    color: #979797;
}

@media (min-width: 992px) {
    img.slid-thumb {
        height: auto;
    }

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

@media (max-width: 992px) {
    img.slid-thumb {
        height: 500px;
    }

    .slid-body {
        padding: 0 35px;
    }

    .slid-tit {
        font-size: 35px;
    }
}

/******************************/

/************** About ****************/
.video-wrapper {
    position: relative;
    margin-top: 70px;
}

.custom-video {
    transition: opacity 0.5s ease-in-out;
    cursor: pointer;
}

.play-icon, .pause-icon {
    width: 136px;
    height: 136px;
    z-index: 2;
    cursor: pointer;
}

.about-items {
    margin-top: 80px;
}

.about-tit {
    font-size: 30px;
    line-height: 45px;
    font-family: 'FSAlbertArabicWeb-ExtraBold';
    margin-bottom: 25px;
}

.about-content {
    font-size: 14px;
    line-height: 26px;
}

/******************************/

/************** projects  ****************/
.projects {
    background: #F0F0F0;
    padding: 50px 0;
    margin-top: 100px;
}

.projects .sec-tit {
    margin-bottom: 100px;
}

.info-icon {
    height: 26px;
}

.projects .hold_slider_content,
.projects .hold-slid-arrow {
    border: 2px solid #000;
}

.pro-img {
    height: 500px;
    border: 3px solid #000;
}

.projects [class*='col-']:last-child .hold_slider_content {
    padding: 0;
}

.pro-img img {
    object-fit: fill !important;
}

.pro-tit {
    font-size: 24px;
    color: #000;
    line-height: 45px;
    margin-bottom: 20px;
    font-family: 'FSAlbertArabicWeb-ExtraBold';
}

.pro_exc {
    font-size: 14px;
    line-height: 26px;
    font-family: 'FSAlbertArabicWeb-Bold';
    margin-bottom: 30px;
}

.projects .main-btn {
    border: 1px solid #000;
}

.in-info {
    display: flex;
    align-items: center;
}

.info-icon {
    margin-inline-end: 10px;
}

.in-info:not(:last-child) {
    margin-bottom: 20px;
}

.pro-url {
    display: inline-block;
    margin-top: 30px;
    width: 100%;
}

.pro-url .main-btn {
    width: 100%;
}

.pro-detail {
    font-family: 'FSAlbertArabicWeb-Bold';
    font-size: 14px;
    line-height: 26px;
}

/******************************/


/************** clients  ****************/

.clients {
    padding: 50px 0 100px 0;
}

.client-item {
    height: 185px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    transition: all .5s ease-in-out;
}

.client-item img {
    max-height: 100%;
}

.client-item:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    transform: translateY(-5px);
}

.clients .sec-tit {
    margin-bottom: 60px;
}

.clients-url {
    text-align: center;
}


/******************************/

/************** footer  ****************/

footer {
    background-color: #113035;
    color: #ffffff;
    padding: 40px 0;
}

.footer-logo {
    margin-bottom: 16px;
}

.footer-desc {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}

.footer-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; /* Three equal columns */
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-column p,
.footer-column a,
.footer-column ul li {
    font-size: 1em;
    margin-bottom: 10px;
    text-decoration: none;
}

.footer-column a:hover {
    text-decoration: underline;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.social-icons a img {
    width: 24px;
    height: 24px;
}

footer p {
    font-size: 0.9em;
    color: #ffffff;
}

footer a:hover {
    color: #00A5A5;
}

.footer_head {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
    font-family: 'FSAlbertArabicWeb-ExtraBold';
}

footer li {
    list-style: inside !important;
}

footer li a {
    color: #979797;
}

.in_contact_item span {
    color: #979797;
    direction: ltr;
    display: block;
}

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

::marker {
    color: #979797;
}

.footer-pages a {
    color: #FFF !important;
}



/* Media Query for smaller screens */
@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr 1fr;  /* Two columns layout */
        gap: 20px;
    }
}

.form-group {
    margin-bottom: 1rem;
}

.page-thumb {
    height: 400px;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

@media (max-width: 480px) {
    .footer-container {
        grid-template-columns: 1fr;  /* Single column layout */
        text-align: center;
    }
    
        #side_menu, #side_menu:before {
        width: 250px !important;
    }

    .social-icons {
        justify-content: center;
    }
}
.copyWrite {
    text-align: center;
    margin-top: 31px;
    color: #FFF;
    font-family: 'FSAlbertArabicWeb-Bold';
    margin-inline: 37%;
}

.copyWrite a {
    color: var(--main);
}

/******************************/

/************** Pages (inside)  ****************/
.head-inside {
    padding: 8px 0;
}


.head-section {
    font-size: 30px;
    font-family: 'FSAlbertArabicWeb-Bold';
    margin-bottom: 30px;
}

.singlePage-img {
    margin: 0 auto;
    width: fit-content;
    height: 350px;
    overflow: hidden;
    border-radius: 26px;
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.singlePage-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the thumbnail area */
    transition: transform 0.3s ease;
}

/*.singlePage-img:hover {*/
/*    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2); !* Enhance shadow on hover *!*/
/*}*/

.singlePage-img img:hover {
    transform: scale(1.1); /* Image zoom effect on hover */
}

.singlePage-content {
    font-family: 'FSAlbertArabicWeb-Bold';
}

.head-tit {
    color: #FFF;
    font-family: 'FSAlbertArabicWeb-ExtraBold';
    font-size: 35px;
    padding: 70px 0px 37px;
}

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

.head-inside .about {
    margin: 0;
}

/* accordion */
.acc-container {
    width: 100%;
}

.acc {
    margin-bottom: 45px;
    overflow: hidden;
}

.acc-head {
    font-size: 22px;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.acc-head span {
    position: relative;
    display: inline-block;
}

.acc-head span {
    transform: rotate(90deg);
    transition: all .3s;
}

.acc-head p {
    color: #040B36;
    font-family: 'FSAlbertArabicWeb-ExtraBold';
    font-size: 18px;
}

.acc-icon {
    height: 24px;
    line-height: 24px;
    margin-inline-end: 5px;
}

.acc-content {
    display: none;
    font-family: 'cairoMed';
    font-size: 18px;
    line-height: 33px;
    padding-inline-end: 60px;
}

.acc-head.active span {
    transform: none;
}

.singlePage .certifiers .client-item {
    height: 200px !important;
}

.singlePage .cert-img {
    padding: 30px;
    height: 156px;
    width: 200px;
    display: flex;
    justify-content: center;
}

.singlePage .partners .client-item {
    width: 200px;
    height: 200px;
    padding: 15px;
}

.singlePage .partners .sec-tit,
.singlePage .certifiers .sec-tit {
    font-family: 'FSAlbertArabicWeb-ExtraBold';
    font-size: 25px;
}

.singlePage .partners {
    padding: 0;
}

.singlePage [class*='col-'] {
    margin-bottom: 30px
}

.singlePage .client-item {
    width: 200px;
}

.singlePage .projects-card {
    margin-bottom: 30px;
}

.singleServ .single-banner {
    position: relative;
    max-height: 450px;
}

.singleServ .single-banner img {
    border-radius: 26px;
}

.singleServ .head-single {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-inline-start: 80px;
    text-align: start;
    font-family: 'FSAlbertArabicWeb-ExtraBold';
    font-size: 40px;
    line-height: 75px;
    color: #040B36;
    max-width: 520px;
}

.adv_inside {
    margin-top: 100px;
}

.adv_inside .main_serv_inner_tit {
    font-size: 25px;
    margin-bottom: 40px;
}

.adv_inside .adv-card {
    background: transparent;
}

.single_serv_contents {
    margin: 50px 0 80px;
    text-align: center;
}

.main_serv_inner_tit {
    font-family: 'FSAlbertArabicWeb-ExtraBold';
    font-size: 18px;
    margin-bottom: 20px;
    color: #040B36;
}

.main_inner_serv_content {
    font-family: 'cairoMed';
    font-size: 18px;
    color: #000;
    line-height: 33px;
}

.servInner-img {
    max-height: 394px;
    text-align: end;
}

@media (min-width: 992px) {
    .singleServPage-content {
        margin-inline: 220px;
    }
}

.single_serv_details .main_serv_inner_tit {
    text-align: center;
    font-family: 'FSAlbertArabicWeb-ExtraBold';
    font-size: 25px;
    color: #040B36;
    margin-bottom: 10px;
}

.hold_single_serv_details_fav {
    font-family: 'cairoMed';
    font-size: 16px;
    line-height: 30px;
}

.hold_single_serv_details_fav span {
    font-family: 'FSAlbertArabicWeb-Bold';
    color: var(--main);
}

.in_single_serv_details [class*='col-'] {
    margin-bottom: 0;
}

.hold_in_single_serv_details .in_single_serv_details:not(:last-child) {
    margin-bottom: 20px;
}

.hold_in_single_serv_details .in_single_serv_details .row {
    align-items: center;
}

#bodyWrap > div.singlePage.singleServ.content > div > div.acc-container > div:nth-child(2) {
    flex-direction: row-reverse;
}

.hold_single_serv_details_fav {
    margin-bottom: 10px;
}

.hold_in_single_serv_details .servInner-img {
    height: 350px;
}

.single-steps-icon {
    height: 66px;
    display: inline-block;
}

.single-steps-card {
    text-align: center;
    width: 200px;
    height: 100%;
    padding: 15px;
    border: 1px solid transparent;
    background: rgb(18 80 142 / 7%);
    border-radius: 10px;
    transition: 0.3s;
}

.single-steps-card:hover {
    border: 1px solid rgb(18 80 142 / 29%);
}

.single-steps-tit {
    font-size: 20px;
    color: var(--main);
    font-family: 'FSAlbertArabicWeb-Bold';
    margin: 10px 0;
}

.single-steps-content {
    font-family: 'cairoMed';
    font-size: 16px;
    line-height: 28px;
}

.single-steps {
    margin-top: 45px;
}

.single-steps .main_serv_inner_tit {
    margin-bottom: 60px !important;
}

.num-adv {
    margin-top: 70px;
}

.num-adv .main_serv_inner_tit {
    margin-bottom: 65px;
}

.num_adv_img {
    height: 500px;
    text-align: end;
}

.in-num-dev-tit {
    display: flex;
    align-items: center;
}

.in-num-dev-tit span {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: var(--main);
    border-radius: 100%;
    color: #FFF;
    font-family: 'FSAlbertArabicWeb-ExtraBold';
    font-size: 18px;
    margin-inline-end: 10px;
}

.num-adv .in-num-dev:not(:last-child) {
    margin-bottom: 30px;
}

.in-num-dev-tit {
    font-family: 'FSAlbertArabicWeb-Bold';
    font-size: 18px;
}

/* about inside */
.about_inside_img {
    position: relative;
    height: 260px;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 992px) {
    .about_inside_img {
        justify-content: end;
    }
}

.about_inside_img img {
    border-radius: 10px;
}

#bodyWrap > div.singlePage.content > div > div.about_inside_content > div > div > div > img:nth-child(1) {
    position: relative;
    top: 50px;
    inset-inline-end: -65px;
}

#bodyWrap > div.singlePage.content > div > div.about_inside_content > div > div > div > img:nth-child(2) {
    position: relative;
    z-index: -1;
}

.about_method {
    line-height: 36px;
}

.about_head_inside {
    font-family: 'FSAlbertArabicWeb-ExtraBold';
    display: inline-block;
    font-size: 25px;
    color: #000;
    margin-bottom: 22px;
}

.about_content_inside {
    font-family: 'cairoMed';
    font-size: 20px;
    line-height: 36px;
    color: #000;
}

@media (min-width: 992px) {
    .about_inside_content {
        padding-inline-end: 35px;
    }
}

.about_url_inside {
    display: inline-block;
    margin-top: 30px;
}

.about_url_inside .main-btn {
    border: 1px solid #000;
}

.about_url_inside .main-btn:hover {
    border: 1px solid transparent;
}

/* vision */

.visions {
    margin: 80px 0 30px;
}

.vision_item {
    width: 290px;
    height: 290px;
    border-radius: 100%;
    background: transparent;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.vision_item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    background-image: url("../img/vision-back.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.4s ease-in-out;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    z-index: -1;
}

.vision_item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 11, 54, 0.78); /* Dark blue overlay */
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 50%;
    z-index: -1;
}

.vision_item:hover::after {
    opacity: 1;
}

.vision_item:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

.vision_item:hover {
    transform: scale(1.05);
    background: rgba(255, 255, 255, 0.2);
}

.vision_icon {
    display: table;
    margin: 0 auto;
    width: 70px;
    height: 70px;
}

.vision_tit {
    display: inline-block;
    font-family: 'FSAlbertArabicWeb-ExtraBold';
    font-size: 25px;
    margin-bottom: 10px;
    color: #040B36;
    transition: .3s;
}

.vision_content {
    font-family: 'FSAlbertArabicWeb-Bold';
    font-size: 17px;
    line-height: 30px;
    color: #000;
    transition: .3s;
}

.vision_item .vision_icon {
    margin-bottom: 10px;
}

.vision_item:hover .vision_icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(220deg) brightness(108%) contrast(100%);
}

.vision_item:hover .vision_tit {
    color: #FFF;
}

.vision_item:hover .vision_content {
    color: #FFF;
}

.visions > .row {
    justify-content: space-between;
}

.about_method_content {
    position: relative;
    display: flex;
    font-size: 20px;
    font-family: 'cairoMed';
}

.about_method_content span {
    width: calc(100% - 10px);
}

.about_method_content:before {
    content: "";
    display: flex;
    position: relative;
    top: 16px;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    margin-inline-end: 8px;
    vertical-align: middle;
}

.serv_icon_inside {
    position: relative;
    display: block;
    text-align: center;
    height: 66px;
    margin-bottom: 20px;
}

.serv_tit_inside {
    text-align: center;
    color: #FFF;
    font-family: 'FSAlbertArabicWeb-ExtraBold';
    font-size: 18px;
}

.service_card_inside {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 190px;
    border-radius: 15px;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service_card_inside:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.service_card_inside::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(4, 11, 54, 0.87) 40%, rgba(0, 0, 0, 0.5) 100%);
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.service_card_inside:hover::before {
    opacity: 1;
}

.service_card_inside:after {
    position: absolute;
    content: '';
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.67) 40%, rgba(54, 54, 54, 0.5) 100%);
    inset: 0;
    opacity: 1;
    z-index: -2;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.service_card_inside:hover:after {
    opacity: 0;
}


/* business inside */
#hold_btns_tabs {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    /*gap: 15px;*/
    scroll-behavior: smooth;
    border-radius: 10px;
    margin-bottom: 40px;
}

#hold_btns_tabs li {
    position: relative;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

#hold_btns_tabs::-webkit-scrollbar {
    height: 8px;
}

#hold_btns_tabs::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}

#hold_btns_tabs::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}

#hold_btns_tabs li.activeCat {
    background: #040B36;
    border-radius: 10px;
}

#hold_btns_tabs li:not(:last-child) {
    margin-inline-end: 35px;
}

#hold_btns_tabs a {
    display: block;
    font-family: 'FSAlbertArabicWeb-Bold';
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    white-space: nowrap;
}

#hold_btns_tabs li.activeCat a {
    color: #FFF;
}

#hold_btns_tabs li a {
    color: #040B36;
}

.business_card_inside {
    position: relative;
}

.business_card_inside img {
    display: block;
    width: 100%;
    height: auto;
}

.business_card_inside h2 {
    text-align: center;
    margin: 10px 0 0;
    font-size: 25px;
    font-family: 'FSAlbertArabicWeb-Bold';
    color: #040B36;
}

.singlePage .hold_business_card [class*='col-'] {
    margin-bottom: 40px;
}

.image-container {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
}

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

.singlePage .slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 11, 54, 0.84);
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: translateY(100%);
}

.image-container:hover .slide-overlay {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.image-container:hover .main-btn {
    border-color: transparent !important;
}

.image-container:hover .main-btn a {
    -webkit-animation: ani 0.7s steps(29) forwards;
    animation: ani 0.7s steps(29) forwards;
    border-color: transparent;
}

.image-container:hover .main-btn:before,
.image-container:hover .main-btn:after {
    transform: none;
    background: var(--background);
}

/* clients */
.singlePage .client-item {
    border: none;
}

/* Blog */
.singlePage .main_blog [class*='col-'] {
    margin-bottom: 0;
}

.main_blog {
    padding: 16px 16px 16px 40px;
    border-radius: 10px;
    box-shadow: rgb(4 11 54 / .43) 0 3px 6px;
}

.blog-card.main_blog:hover {
    box-shadow: rgb(4 11 54 / .43) 0 3px 6px;
!important;
}

.blog_cat .blog-desc {
    font-family: 'cairoMed';
    font-size: 15px;
    line-height: 25px;
    color: #040B36;
}

.main_blog .blog-desc {
    line-height: 27px;
}

.main_blog .blog-img,
.main_blog .blog-img img {
    height: 100%;
    min-height: 100%;
}

.main_blog .blog-img img {
    object-fit: cover !important;
}

.blog_cat .blog-tit {
    font-family: 'FSAlbertArabicWeb-Bold';
    color: #040B36;
}

.main_blog .blog-tit {
    font-size: 25px;
}

/* article*/
.in_article {
    padding: 24px 16px;
}

.in_article:not(:last-of-type) {
    margin-bottom: 30px;
}

.in_article li:not(:last-child) {
    margin-bottom: 25px;
}

.in_article li a {
    display: flex;
    align-items: center;
}

.in_article li a .post-title {
    font-family: 'FSAlbertArabicWeb-Bold';
    font-size: 14px;
    color: #040B36;
    margin-inline-start: 16px;
}

.in_article li a .post-thumbnail {
    height: 58px;
    overflow: hidden;
    border-radius: 10px;
}

.in_article li a .post-thumbnail img {
    object-fit: cover !important;
}

.target_img {
    margin-bottom: 28px;
    display: none !important;
}

.in_article h3 {
    font-family: 'FSAlbertArabicWeb-Bold';
    color: #040B36;
    font-size: 18px;
    margin-bottom: 20px;
}

/* FORM PAGE */

.formPage .form_tip {
    font-family: 'FSAlbertArabicWeb-Bold';
    color: #040B36;
    font-size: 25px;
    margin-bottom: 30px;
}

.formPage .form_tip label {
    font-family: 'FSAlbertArabicWeb-Bold';
    font-size: 25px;
}

.input-icon {
    position: relative;
}

.input-icon img {
    height: 22px;
    position: absolute;
    inset-inline-start: 20px;
    top: 15px;
    color: #7A7A7A;
}

.input-icon input,
.input-icon textarea {
    padding: 10px 20px;
    border-radius: 15px;
    background: #FFF;
}

label {
    font-family: 'FSAlbertArabicWeb-Bold';
    font-size: 16px;
}

.input-icon textarea {
    height: 90px;
}

.singlePages input::placeholder,
.singlePages textarea::placeholder {
    color: #7A7A7A;
    opacity: 1;
    padding-inline-start: 0 0.75rem;
}

.form-control {
    padding-inline: 24px;
}

.formPage .main-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    margin-top: 30px;
    cursor: pointer;
    color: #FFF;
}

.form-img {
    height: 350px;
    text-align: end;
}

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

.holdForm [class*='col-']:not(:last-child) {
    margin-bottom: 13px;
}

@media (min-width: 992px) {
    .holdForm {
        padding-inline-end: 22px;
    }

    .form-img {
        padding-inline-start: 22px;
    }
}

.formPage .hold-inForm {
    padding: 24px 40px;
    border-radius: 10px;
}

.formPage [class*='col-']:first-of-type .hold-inForm {
    background: #F0F0F3;
}

.in_contactsContact {
    display: flex;
}

.contactsContactIcon {
    margin-inline-end: 10px;
}

.contactsContactItem p {
    font-family: 'FSAlbertArabicWeb-Bold';
    font-size: 16px;
    color: #000;
    margin-bottom: 8px;
}

.contactsContactItem {
    margin-bottom: 20px;
}

.contactsContactItem a {
    display: block;
    color: #000;
    font-family: 'FSAlbertArabicWeb-Bold';
}

.contactsContactItem a:not(:last-of-type) {
    margin-bottom: 3px;
}

.contactsContactItem .social a i {
    color: #000;
}

.formPage .social a {
    border-color: #000;
}

.contact_img {
    height: 217px;
    margin-top: 15px;
}

.contact_img img {
    object-fit: cover !important;
    width: 100%;
    border-radius: 10px;
}

.unit-img {
    height: 213px;
    border-bottom: 3px solid #000;
    padding: 10px;
    text-align: center;
}

.unitCard {
        border: 3px solid #000;
}

.plan-text {
    padding: 20px;
}

.unitCard h3 {
            font-size: 18px;
        margin-bottom: 20px;
}

.dataUnit .hold-in-unit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.dataUnit .hold-in-unit  {
    position: relative;
}

.unitCard .interest_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main);
    color: #FFF;
}
/* Global Media Query */

@media (max-width: 1250px) {
    header nav ul li a {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 992px) {
    #hold_btns_tabs {
        justify-content: center;
    }
}

@media (max-width: 992px) {
    header nav ul li:not(ul.sub-menu) {
        padding-inline-end: 25px;
    }

    .image-slider {
        height: 400px;
    }

    .logo {
        height: 56px;
    }

    .about_img {
        width: fit-content;
        height: fit-content;
    }

    .cat-slider {
        margin-inline: 0;
    }

    .serv_card {
        text-align: center;
        padding: 22px;
    }

    .main-btn {
        width: 140px;
        height: 48px;
    }

    footer [class*='col-']:last-child {
        margin-top: 30px;
    }

    .singleServ .head-single {
        padding-inline-start: 80px;
        font-size: 32px;
        line-height: 55px;
        max-width: 300px;
    }

    .singleServPage-content {
        margin-inline: 120px;
    }

    .acc-content {
        font-size: 16px;
        line-height: 30px;
    }

    .acc-container [class*='col-'] {
        margin-bottom: 20px;
    }

    .adv_inside {
        margin-top: 50px;
    }

    .formPage .form_tip {
        line-height: 35px;
    }

    .slider-pagi span {
        width: 23px;
        height: 23px;
    }

    .formPage .row:not([class*='col-'] .row) {
        flex-direction: column-reverse;
    }

    .contact_img {
        max-height: 400px;
    }

    .about-items {
        margin-top: 50px;
    }

    .about-tit {
        margin-bottom: 20px;
    }
    .pro-img {
        height: 523px;
    }
}

.breadcrumb-area .page-tit {
    margin-bottom: 0;
}

@media (max-width: 991.92px) {
    
    .social {
    justify-content: center;
    }
    
    #bodyWrap > div.single-pages.content.mt-3 > div.container.hold-tabs-swiper > div.row.row.g-0 > div.col-md-4 {
        margin-bottom: 15px;
    }

    .mainItem-overlay [class*='col-']:first-child {
        flex-direction: column;
    }

    .hold-lang > a:last-of-type {
        display: none;
    }

    .video-wrapper,
    .custom-video {
        height: 400px !important;
    }

    .projects .swiper-wrapper .row {
        flex-direction: column-reverse;
    }
    .hold-lang {
        display: flex;
        align-items: center;
    }

    .image-slider {
        height: 400px;
        /*width: fit-content;*/
    }

    .mainItem-overlay [class*='col-']:first-child {
        display: flex;
        justify-content: center;
    }

    .slid-body {
        text-align: center !important;
    }

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

    .about .row [class*='col-']:last-child {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }

    header nav {
        display: none;
    }

    .search-box-outer {
        margin-inline-end: 20px;
    }

    .advantages .container .row [class*='col-'] {
        margin-bottom: 30px !important;
    }

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

    .ourblog [class*='col-'] {
        margin-bottom: 30px;
    }

    .footer-logo {
        height: 80px;
    }

    .footer-items [class*='col-']:first-child {
        margin-bottom: 70px;
    }

    .page-tit {
        font-size: 40px;
        margin-bottom: 25px;
    }

    .breadcrumb-links {
        font-size: 20px;
    }

    #bodyWrap > div.singlePage.content > div > div.about_inside_content > div {
        flex-direction: column-reverse;
    }

    .about-item {
        top: auto;
        transform: none;
        margin-inline-end: 0;
    }

    .about_inside_img {
        height: 260px;
        top: auto;
        transform: none;
        justify-content: center;
    }

    #bodyWrap > div.singlePage.content > div > div.about_inside_content > div > div.col-xl-8.col-lg-7.col-sm-12 {
        margin: 50px 0 0;
    }

    .singleServ .head-single {
        padding-inline-start: 35px;
    }

    .singleServ .head-single {
        padding-inline-start: 35px;
        font-size: 29px;
        line-height: 48px;
    }

    .singleServPage-content {
        margin-inline: 0;
    }

    .adv_inside .main_serv_inner_tit {
        font-size: 20px;
    }

    #bodyWrap > .blog_cat > div > div > div.col-lg-4 {
        display: none !important;
    }

    .target_img {
        max-height: 350px;
        display: flex;
        justify-content: center;
    }

    .in_article li a .post-title {
        width: calc(100% - 100px);
    }

    #bodyWrap > .formPage > div > div > div:nth-child(1) > div {
        margin-top: 60px;
    }

    #bodyWrap > .formPage > div > div > div:nth-child(2) > div {
        padding: 0;
    }

    .contact_img {
        max-height: 100%;
    }

    .breadcrumb-area {
        margin-bottom: 45px;
    }

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

    .about-tit {
        margin-bottom: 25px;
    }

    .cat {
        margin-top: 40px;
    }

    .discount {
        background-size: 100% 35%;
    }

    .discount [class*='col-'] {
        margin-bottom: 30px;
    }

    .services [class*='col-'] {
        margin-bottom: 30px;
    }

    footer [class*='col-']:nth-child(2) {
        margin: 30px;
    }
}

@media (max-width: 768px) {
    .footer-column {
        margin-bottom: 20px;
    }
    .slider-pagi {
        inset-inline-start: 15px;
    }

    .advantages {
        padding: 60px 0 40px;
    }

    .Ourblog-url {
        margin: 30px 0;
    }

    .page-tit {
        font-size: 30px;
        margin-bottom: 16px;
    }

    .image-slider {
        height: 290px;
    }

    .slid-tit {
        font-size: 30px;
        line-height: 50px;
    }

    .main-btn {
        width: 130px;
        height: 40px;
    }
    .about_img {
        width: fit-content;
        height: 300px;
    }

    .about-tit {
        font-family: 'FSAlbertArabicWeb-ExtraBold';
        font-size: 35px;
    }

    .about-content {
        font-size: 15px;
    }

}

@media (max-width: 576px) {

    .copyWrite {
        margin-inline: 18%;
    }
    .slid-tit {
        font-size: 32px;
        margin-bottom: 22px;
    }

    .about .sec-tit {
        margin-bottom: 55px;
    }

    .sec-tit {
        margin-bottom: 80px;
    }

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

    .singleServ .head-single {
        padding-inline-start: 30px;
        font-size: 23px;
        line-height: 40px;
        max-width: 230px;
    }

    .servInner-img {
        max-height: 100%;
    }

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

    .singlePage [class*='col-']:last-child {
        margin-bottom: 0 !important;
    }

    footer [class*='col-']:last-child {
        margin-top: 0;
    }

    .breadcrumb-links {
        font-size: 17px;
    }

    #bodyWrap > section > div > div.row.justify-content-center > div.col-lg-8 > div:nth-child(1) > div > div.sidebar > div > div.row > div:nth-child(1) {
        margin-bottom: 10px;
    }

    .main_blog {
        padding: 16px 16px 16px 16px;
    }

    .blog-img {
        max-height: 320px;
    }

}

@media (max-width: 480px) {
    html[dir='rtl'] #X-icon span {
        left: 23px;
    }

    html[dir='ltr'] #X-icon span {
        right: 23px;
    }

    #side_menu, #side_menu:before {
        width: 315px !important;
    }
}

.news-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 400px; /* Adjust as needed */
    margin: 0 auto;
    transition: transform 0.3s ease;
}

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

.news-card-img img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
}

.news-card-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.news-card-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.news-card-caption {
    font-size: 1rem;
    color: #666;
}

.news-card-url a {
    border: 1px solid var(--main);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .news-card {
        max-width: 100%;
    }
}
