﻿@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&display=swap'); 

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
}

.map-container {
    width: 100%;
    height: 400px;
    margin-bottom: 50px;
}

    .map-container iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

.contact-section {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0px;
    gap: 30px;
    margin: auto;
}

.contact-form,
.contact-info {
    flex: 1 1 300px;
    background: white;
    padding: 30px;
    border-radius: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

    .contact-form h2,
    .contact-info h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .contact-form form {
        display: flex;
        flex-direction: column;
    }

    .contact-form input,
    .contact-form textarea {
        margin-bottom: 15px;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 16px;
        font-family: inherit;
    }

    .contact-form button {
        padding: 12px;
        background-color: #007BFF;
        color: white;
        font-size: 16px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: 0.3s;
    }

        .contact-form button:hover {
            background-color: #0056b3;
        }

    .contact-info h2 {
        font-size: 24px;
        margin-bottom: 15px;
        color: #333;
    }

    .contact-form h2 {
        font-size: 24px; 
        color: #333;
    }

    .contact-info p {
        font-size: 16px;
        color: #555;
        margin-bottom: 10px;
    }

    .contact-info a {
        color: #062e4f;
        text-decoration: none;
    }

        .contact-info a:hover {
            text-decoration: underline;
        }

    .contact-info strong {
        display: inline-block;
        width: 90px;
    }

@media (max-width: 768px) {
    .contact-section {
        flex-direction: column;
        padding: 20px 10px;
    }
}

h2 {
    font-size: 28px;
    color: #004080;

    padding-bottom: 5px;
    margin-top: 50px;
    margin-bottom : 10px;
}

p {
    margin-bottom: 20px;
}



div.nav-links > ul > li {
    margin: 0 !important;
    padding: 0 !important;
}

ul li {
    padding: 5px 0;
    list-style: none;
}

strong {
    color: #004080;
}

.heading-wrapper-inner {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    color: #1f3b4d;
    text-align: center;
    padding: 60px 90px;
    background: linear-gradient(to right, #e0f7fa, #ffffff);
    border-bottom: 3px solid #6ec6ca;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 20px;
}



.footer {
    background-color: #253241;
    color: #a9aeb3;
    padding: 30px 15px;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 20px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 80%;
    margin: 0 auto;
    gap: 15px;
}

.footer-left,
.footer-center,
.footer-right {
    flex: 1 1 100%;
    text-align: center;
}

    .footer-center a {
        margin: 0 8px;
        color: #a9aeb3;
        font-size: 20px;
        transition: color 0.3s;
        text-decoration: none;
    }

        .footer-center a:hover,
        .footer-right a:hover {
            color: #35a3dc;
        }

    .footer-right a {
        text-decoration: none;
        color: #a9aeb3;
    }

.footer-scroll-top {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: color 0.3s;
}

    .footer-scroll-top:hover {
        color: #35a3dc;
    }

/* Responsive: Split layout for wider screens */
@media (min-width: 768px) {
    .footer-left,
    .footer-center,
    .footer-right {
        flex: 1 1 33.33%;
        text-align: left;
    }

    .footer-center {
        text-align: center;
    }

    .footer-right {
        text-align: right;
    }
}


.slick-slider img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    padding: 5px;
}


.title-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.download-btn {
    font-size: 14px;
    background-color: #35a3dc;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

    .download-btn i {
        margin-right: 6px;
    }

    .download-btn:hover {
        background-color: #278cc0;
    }


.projects-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 10px;
    justify-content: space-between;
}

.project-card {
    flex: 0 0 23%;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    transition: 0.3s;
}

/* Medium screens: 2 cards per row */
@media (max-width: 1199.98px) and (min-width: 992px) {
    .project-card {
        flex: 0 0 48%;
    }
}

/* Small screens: 1 card per row */
@media (max-width: 991.98px) {
    .project-card {
        flex: 0 0 100%;
    }
}


.b-projects {
    padding: 0px 0;
    background-color: #ffffff;
}

.project-card {
    border: 1px solid #eee;
    background-color: #fafafa;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    border-radius: 6px;
}

    .project-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    }

    .project-card img {
        width: 100%;
        height: auto;
        display: block;
    }

.project-details {
    padding: 15px;
    text-align: center;
}

    .project-details h5 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .project-details p {
        font-size: 14px;
        color: #555;
        margin: 0;
    }


.b-welcome {
    background-size: contain;
    padding: 0px 0;
}

.ui-title {
    padding-bottom: 20px;
}

.b-welcome .ui-title-slogan {
    font-size: 20px;
    color: #444;
    margin-bottom: 10px;
}

.b-welcome .ui-title {
    font-size: 30px;
    font-weight: bold;
    margin: 0px;
}

    .b-welcome .ui-title .text-primary {
        color: #1f3047;
    }

.b-welcome p {
    font-size: 20px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 15px;
}


/* ===== NAVBAR ===== */
.navbar {
    background-color: transparent; /* use parent container color */
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 20px;
    flex-wrap: wrap;
    position: relative; /* Required for z-index to take effect */
    z-index: 1000; /* Higher than slider */
    font-size: 18px;
}

.logo {
    font-size: 24px;
    font-weight: bold;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}


.menu-toggle {
    background: none;
    border: none;
    font-size: 28px;
    color: white;
    cursor: pointer;
    display: none;
}

.nav-links li > a {
    display: inline-flex;
    align-items: center;
    gap: 6px; /* spacing between text and icon */
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
}

    .nav-links li {
        position: relative;
        padding: 0px;
        margin: 0px;
    }

        .nav-links li > a {
            padding: 10px 15px;
        }

.submenu-icon {
    font-size: 0.75em;
    line-height: 1;
}

.nav-links li.open > a .submenu-icon {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.nav-links li a {
    color: white;
    text-decoration: none;
    padding: 8px 10px;
    display: block;
}

.container-topbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* Dropdown */
.nav-links li ul {
    position: static;
    top: 100%;
    left: 0;
    background: #444;
    display: none;
    flex-direction: column;
    min-width: 250px;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.container-header {
    background-color: #062e4f;
}

.nav-links li.open > ul {
    display: flex;
}

.nav-links li ul li a {
    color: white;
    background-color: #d51d22; /* normal state */
    padding: 10px;
    display: block;
    text-decoration: none;
    padding: 15px 15px 15px 15px;
    border-bottom: 1px solid #ffffff;
}

    .nav-links li ul li a:hover {
        background-color: #fded01; /* hover state */
        color: #000000; /* optional: ensure text stays readable */
    }


/* TOP BAR */
.container-topbar {
    background-color: #f9f9f9;
    color: #ccc;
    font-size: 14px;
    padding: 6px 0;
    border-bottom: 1px solid #eee;
}

    .container-topbar .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding: 5px;
    }

.topbar-left a i {
    margin-right: 5px;
    color: #35a3dc;
}

.topbar-left a {
    margin: 0 8px;
    display: inline-block;
    color: #000033;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .topbar-left a:hover {
        color: #35a3dc;
    }


.topbar-left a,
.topbar-right a {
    color: #000033;
    text-decoration: none;
    margin-left: 10px;
}

    .topbar-left a:hover,
    .topbar-right a:hover {
        color: #35a3dc;
    }

/* Social icons */
.social-icon {
    font-size: 20px;
    margin-left: 15px;
    transition: color 0.3s ease, transform 0.3s ease;
}

    .social-icon:hover {
        color: #35a3dc;
        transform: scale(1.2);
    }


@media (min-width: 992px) and (max-width: 1199.98px) {
    .container {
        width: 970px;
    }
}



/* Responsive for small screens */
@media (max-width: 600px) {

    .container-topbar .container {
        gap: 8px;
    }

    .topbar-right {
        flex-wrap: wrap;
    }

    .topbar-left,
    .topbar-right {
        text-align: center;
        justify-content: center;
    }

    .container-topbar .container {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .topbar-right {
        margin-top: 6px;
    }

        .topbar-left a,
        .topbar-right a {
            margin-left: 0;
            margin-right: 15px;
        }
}

@media (min-width: 1200px) {
    .container {
        width: 80%;
    }
}

/* For tablets (600px to 900px) */
@media (min-width: 1200px) and (max-width: 1440px) {
    .container {
        width: 80%;
        /* Content will take up 80% of the screen */
    }
}

@media (max-width: 1199.98px) {
    .container-topbar .container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .topbar-left,
    .topbar-right {
        margin: 5px 0;
    }
}

/* Optional tighter layout for 992px */
@media (max-width: 992px) {
    .container-topbar .container {
        padding: 5px 0;
    }

    .topbar-left a,
    .topbar-right a {
        margin: 5px;
    }
}


/* Desktop: override to position absolutely */
@media (min-width: 769px) {
    .nav-links {
        flex-direction: row;
    }

        .nav-links li ul {
            background-color: #314351; /* a slightly darker blue for contrast */
            border-bottom: 1px solid #314351;
            position: absolute;
            top: 100%;
            left: 0;
            width: 150px;
            z-index: 999;
            list-style: none;
            padding-left: 0;
            margin: 0;
        }

        .nav-links li.open > ul {
            display: block;
        }
}


/* Mobile */
@media (max-width: 768px) {


    .contact-form,
    .contact-info {
        flex: 1 1 300px;
        background: white;
        padding: 30px;
        border-radius: 10px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        background-color: #f8f9fa;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

        .contact-form h2,
        .contact-info h2 {
            margin-bottom: 20px;
            font-size: 24px;
        }

        .contact-form form {
            display: flex;
            flex-direction: column;
        }

        .contact-form input,
        .contact-form textarea {
            margin-bottom: 15px;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            font-size: 16px;
            font-family: inherit;
        }

        .contact-form button {
            padding: 12px;
            background-color: #007BFF;
            color: white;
            font-size: 16px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            transition: 0.3s;
        }

            .contact-form button:hover {
                background-color: #0056b3;
            }

        .contact-info h2 {
            font-size: 24px;
            margin-bottom: 15px;
            color: #333;
        }

        .contact-form h2 {
            font-size: 20px;
            color: #333;
        }

        .contact-info p {
            font-size: 14px;
            color: #555;
            margin-bottom: 10px;
        }

        .contact-info a {
            color: #062e4f;
            text-decoration: none;
        }

            .contact-info a:hover {
                text-decoration: underline;
            }

        .contact-info strong {
            display: inline-block;
            width: 90px;
        }

    .heading-wrapper-inner h2 {
        font-size: 20px;
        color: #004080;
        padding-bottom: 5px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .heading-wrapper-inner {
        font-family: 'Montserrat', sans-serif;
        font-size: 0.5rem;
        color: #1f3b4d;
        text-align: center;
        padding: 10px 20px;
        background: linear-gradient(to right, #e0f7fa, #ffffff);
        border-bottom: 3px solid #6ec6ca;
        letter-spacing: 1px;
        text-transform: capitalize;
        margin-bottom: 20px;
        font-size: 11pt;
    }

    .footer-left, .footer-center, .footer-right {
        text-decoration: none;
        color: #a9aeb3;
        font-size : 13px;
    }

    .b-welcome .ui-title .text-primary {
        color: #35a3dc;
        font-size: 20px;
    }

    .b-welcome p {
        font-size: 17px;
        line-height: 1.7;
        color: #333;
        margin-bottom: 15px;
    }

    /* ===== NAVBAR ===== */
    .navbar {
        background-color: transparent; /* use parent container color */
        color: white;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 7px 0px;
        flex-wrap: wrap;
        position: relative;
        z-index: 1000;
        font-size: 18px;
    }

    .nav-links li a {
        color: white;
        text-decoration: none;
        padding: 10px 5px 10px 5px;
        display: block;
        font-size: 11pt;
        border-bottom: 1px solid #ccc;
    }

    .logo img {
        width: 280px !important;
        height: auto !important;
        margin: 10px !important;
    }

    .menu-toggle {
        display: block;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        background: #444;
        gap: 0px !important;
        background: #35a3dc;
        border-bottom: 1px solid #ffffff;
        margin: 10px 0px 10px 0px;
    }

        .nav-links.active {
            display: flex;
        }

        .nav-links li {
            text-align: center;
        }

            .nav-links li ul {
                position: static;
                display: none;
                flex-direction: column;
                background: #444;
                width: 100%;
            }

            .nav-links li.active ul {
                display: flex;
            }
}

/* ===== SLIDER ===== */
.slider-container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    z-index: 1; /* Lower than navbar */
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    margin-bottom: 30px;
}

.slide {
    width: 100%;
    flex-shrink: 0;
}

    .slide img {
        width: 100%;
        display: block;
        margin-top: 10px;
    }

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

    .dot.active {
        background: #fff;
    }
     
