:root {
    --main-color: #88c7b2;
    --dark-color: #333;
    --light-bg: #f8f9fa;
    --main-light: #f4f9f7;
    --transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
a{
    text-decoration: none;
}
body, html {
    font-family: 'Cairo', sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* Navbar Customization */
.navbar {
    background: #01253d;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
}

.nav-link {
    color: #fff !important;
    font-weight: 600;
    margin: 0 10px;
    transition: 0.3s;
}

.nav-link:hover,
.nav-link.active {
    color: var(--main-color) !important;
}
.dropdown-menu{
    text-align: start;
}
/* Hero Section */
.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?q=80&w=2070&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    height: 90vh;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
    position: relative;
}

.hero video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    filter: brightness(0.6);
}
.hero .container {
    z-index: 1;
}
.hero h1 {
    font-size: 3.5rem;
    font-weight: 700;
}

.hero .btn-main {
    background-color: var(--main-color);
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
    display: inline-block;
}

.hero .btn-main:hover {
    background-color: #6ea896;
    transform: translateY(-3px);
    color: #fff;
}

.page-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?q=80&w=2070);
    background-size: cover;
    background-position: center;
    padding: 120px 0 80px;
    color: white;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}
.page-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}
.page-banner .container {
    position: relative;
    z-index: 1;
}
.breadcrumbs a {
    color: #ffffff;
}
/* Sections Styling */
section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.section-title h2::after {
    content: '';
    position: absolute;
    width: 60%;
    height: 4px;
    background: var(--main-color);
    bottom: 0;
    left: 20%;
}

/* About & Vision/Mission Card */
.card-about {
    border: none;
    background: var(--light-bg);
    border-inline-start: 5px solid var(--main-color);
    transition: 0.3s;
    height: 100%;
}

.card-about:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

/* Services */

/* Cards */
.card-custom {
    background: white;
    border: none;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: var(--transition);
}

.card-custom:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(136, 199, 178, 0.2);
}
.card-custom h3{
    color: var(--dark-color);
}
/* Cards and Components */
.exec-card {
    background: #fff;
    padding: 40px;
    border-radius: 4px;
    border: 1px solid #eee;
    transition: var(--transition);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.exec-card:hover {
    border-color: var(--main-color);
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.icon-box {
    width: 80px;
    height: 80px;
    background: rgba(136, 199, 178, 0.1);
    color: var(--main-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 25px;
}

.service-box {
    text-align: center;
    padding: 40px 20px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    height: 100%;
}

.service-box:hover {
    background: var(--main-color);
    color: #fff;
}

.service-box i {
    font-size: 3rem;
    color: var(--main-color);
    margin-bottom: 20px;
}

.service-box:hover i {
    color: #fff;
}

/* Feature Section */
.feature-item {
    display: flex;
    margin-bottom: 30px;
}

.feature-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: var(--main-light);
    color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.5rem;
    margin-inline-end: 20px;
}

/* Partners Logos Section */
.partners-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.partner-card {
    background: #032642;
    border-radius: 12px;
    padding: 20px;
    width: calc(20% - 30px);
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #eee;
}
@media screen and (max-width: 992px) {
    .partner-card {
        width: calc(50% - 30px) !important;
    }
}
@media screen and (max-width: 576px) {
    .partner-card {
        width: calc(100% - 30px) !important;
        height: 250px;
    }
}
.partner-card:hover {
    box-shadow: 0 10px 20px rgba(136, 199, 178, 0.2);
    transform: translateY(-5px);
    border-color: var(--main-color);
}

.partner-card img {
    max-width: 100%;
    max-height: 100%;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: 0.3s;
}

.partner-card:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* Projects */
.project-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 30px;
    height: 300px;
}

.project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.project-overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(136, 199, 178, 0.95);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    padding: 20px;
    text-align: center;
}

.project-card:hover .project-overlay {
    bottom: 0;
}

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

/* Contact */
.contact-info-box {
    background: var(--light-bg);
    padding: 30px;
    border-radius: 20px;
    height: 100%;
}

.contact-info-item i {
    color: var(--main-color);
    font-size: 1.5rem;
    margin-inline-end: 15px;
    width: 40px;
    text-align: center;
}
    .board-card {
      background-color: rgb(253, 253, 253); /* Card background */
      border-radius: 15px;
      padding: 20px;
      text-align: center;
      transition: transform 0.3s;
      border: solid 1px #eee;
    }
    .board-card:hover {
      transform: translateY(-10px); /* Hover effect */
    }
    .board-card img {
      width: 180px;
      height: 180px;
      object-fit: cover;
      border-radius: 50%; /* Make the image circular */
      margin-bottom: 15px;
      border: solid 3px var(--main-color);
    }
    .board-card h5 {
      margin-bottom: 5px;
      font-weight: bold;
    }
    .board-card p {
      color: #555; /* Job title color */
    }
    .social-icons a {
      color: #88c7b2;
      margin: 0 5px;
      transition: color 0.3s;
    }
    .social-icons a:hover {
      color: #555;
    }
footer {
    background: #01253d;
    color: #aaa;
    padding: 60px 0 20px;
}
.navbar-toggler-icon{
    filter: brightness(0) invert(1);
}
.footer-logo {
    /* filter: brightness(0) invert(1); */
    height: 70px;
    margin-bottom: 30px;
}

footer h5 {
    color: #fff;
    margin-bottom: 25px;
}

footer a {
    color: #aaa;
    text-decoration: none;
    transition: 0.3s;
}

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

.copyright {
    border-top: 1px solid #333;
    margin-top: 40px;
    padding-top: 20px;
    font-size: 0.9rem;
}