:root {
    --primary-color: #004D6E;
    --accent-color: #00C49A;
}

/* Base Styles */
body {
    font-family: Arial, sans-serif;
}

h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

/* Navbar Styles */
.navbar {
    padding: 1rem 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.nav-link {
    color: var(--primary-color) !important;
    transition: color 0.3s ease;
    padding: 0.5rem 1.5rem !important;
    font-weight: 500;
}

.nav-link:hover {
    color: var(--accent-color) !important;
}

.nav-link.active {
    color: var(--accent-color) !important;
    border-bottom: 3px solid var(--accent-color);
}

/* Hero Section */
.hero {
    position: relative;
    min-height: 600px;
    width: 100%;
    padding: 100px 20px;
    background-image: url(/images/layer_3.jpg);
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* Adjust the overlay to be less opaque */
/*.hero::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background: linear-gradient(135deg, rgba(0,77,110,0.85) 0%, rgba(0,196,154,0.75) 100%);*/
/*    z-index: 1;*/
/*}*/

.hero-content {
    position: relative;
    z-index: 2;
    text-align: left;
}

/*.hero::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background: linear-gradient(135deg, rgba(0,77,110,0.95) 0%, rgba(0,196,154,0.85) 100%);*/
/*}*/

.hero-content {
    position: relative;
    z-index: 2;
    color: white;
}

.hero h1 {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.hero p {
    font-size: 1.5rem;
    font-style: italic;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.btn-primary-custom {
    background-color: var(--accent-color);
    border: none;
    padding: 15px 40px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
    color: white;
}

.btn-primary-custom:hover {
    background-color: #00b38b;
    transform: translateY(-2px);
    color: white;
}

section {
    display: block;
    unicode-bidi: isolate;
}

.section {
    padding: 50px 20px;
    text-align: center;
}

.mission-container {
    text-align: left;
    margin-bottom: 30px;
    padding-left: 10%;
}

.mission-container h2 {
    color: #004aad;
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.mission-container h2 span {
    color: #26d07c;
}

.mission {
    text-align: left;
    padding: 30px 20px;
    border: 1px solid #26d07c;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    width: 80%;
}

.mission .quote-image {
    content: url(/images/quotes.png);
    float: right;
    margin-top: -50px;
    margin-right: 10px;
    width: 120px;
    height: auto;
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}

.mission .quote-image {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: auto;
}

.mission img {
    overflow-clip-margin: content-box;
    overflow: clip;
}

.mission p {
    font-size: 1.2em;
    font-style: italic;
    margin: 20px 0;
    color: #004aad;
    text-align: center;
}


.apps {
    text-align: center;
    padding: 50px 20px;
}

.apps h2 {
    font-size: 2.5em;
    color: #004aad;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 10%;
}

.apps h2 span {
    color: #26d07c;
}

.apps-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    /*flex-wrap: wrap;*/
    padding-left: 20px;
    padding-right: 20px;
}

.app-card {
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    max-width: 300px;
}

.app-card img {
    width: 100%;
    height: auto;
}

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

.cta p {
    font-size: 1.5em;
    color: #004aad;
    margin-bottom: 20px;
    font-weight: 600;
}

.cta button {
    background: #26d07c;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 1em;
    border-radius: 50px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 800;
}

button {
    appearance: auto;
    font-style: ;
    font-variant-ligatures: ;
    font-variant-caps: ;
    font-variant-numeric: ;
    font-variant-east-asian: ;
    font-variant-alternates: ;
    font-variant-position: ;
    font-variant-emoji: ;
    font-weight: ;
    font-stretch: ;
    font-size: ;
    font-family: ;
    font-optical-sizing: ;
    font-size-adjust: ;
    font-kerning: ;
    font-feature-settings: ;
    font-variation-settings: ;
    text-rendering: auto;
    color: buttontext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    background-color: buttonface;
    margin: 0em;
    padding-block: 1px;
    padding-inline: 6px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonborder;
    border-image: initial;
}

:root {
    --primary-color: #004D6E;
    --accent-color: #00C49A;
}

/* Base Styles */
body {
    font-family: Arial, sans-serif;
}

/* Navbar Styles */
.navbar {
    padding: 1rem 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.nav-link {
    color: var(--primary-color) !important;
    transition: color 0.3s ease;
    padding: 0.5rem 1.5rem !important;
    font-weight: 500;
}

.nav-link:hover {
    color: var(--accent-color) !important;
}

.nav-link.active {
    color: var(--accent-color) !important;
    border-bottom: 3px solid var(--accent-color);
}

/* Hero Section */
/*.hero {*/
/*    position: relative;*/
/*    min-height: 600px;*/
/*    width: 100%;*/
/*    padding: 100px 20px;*/
/*    text-align: center;*/
/*    color: #fff;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    background-image: url(/images/layer_3.jpg);*/
/*    !*no-repeat center center / cover*!*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-position: center;*/

/*}*/

/* Adjust the overlay to be less opaque */
/*.hero::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background: linear-gradient(135deg, rgba(0,77,110,0.85) 0%, rgba(0,196,154,0.75) 100%);*/
/*    z-index: 1;*/
/*}*/

.hero-content {
    position: relative;
    z-index: 2;
}

/*.hero::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background: linear-gradient(135deg, rgba(0,77,110,0.95) 0%, rgba(0,196,154,0.85) 100%);*/
/*}*/

.hero-content {
    position: relative;
    z-index: 2;
    color: white;
}

.hero h1 {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.hero p {
    font-size: 1.5rem;
    font-style: italic;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.btn-primary-custom {
    background-color: var(--accent-color);
    border: none;
    padding: 15px 40px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
    color: white;
}

.btn-primary-custom:hover {
    background-color: #00b38b;
    transform: translateY(-2px);
    color: white;
}

/* Footer Styles */
footer {
    background-color: var(--primary-color);
    color: white;
    /*display: grid;*/
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
    padding: 20px;
}

.footer-links {
    text-align: left;
    font-size: 1.2em;
    font-weight: 700;
}

.footer-links a {
    display: block;
    color: white;
    text-decoration: none;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--accent-color);
}

.contact {
    text-align: right;
    font-size: 1.2em;
    font-weight: 700;
}

.contact .number {
    color: #88feb5;
    font-size: 1.3em;
}

.contact .email a {
    color: #88feb5;
    font-size: 1.3em;
    text-decoration: none;
}

.contact p {
    margin: 10px 0;
}

.logo-container {
    text-align: center;
    background-color: var(--primary-color);
    padding: 20px 0;
    color: white;
    font-size: 1.4em;
}

.logo-container img {
    display: inline-block;
    height: 65px;
}

@media (max-width: 768px) {
    footer {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 30px;
    }

    .footer-links, .contact {
        text-align: center;
    }

    .logo-container {
        padding: 15px 0;
    }

    .logo-container img {
        height: 50px;
    }
}

/* Mobile Styles */
@media (max-width: 991px) {
    .navbar-collapse {
        background: white;
        padding: 1rem;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        margin-top: 1rem;
    }

    .navbar-nav {
        gap: 0.5rem;
    }

    .nav-link {
        padding: 0.5rem 1rem !important;
        border-radius: 6px;
    }

    .nav-link:hover {
        background-color: rgba(0,196,154,0.1);
    }

    .nav-link.active {
        background-color: var(--accent-color);
        color: white !important;
    }
}

@media (max-width: 768px) {
    .hero {
        min-height: 400px;
        padding: 60px 0;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .hero p {
        font-size: 1.2rem;
    }
}
