        /* Global Reset */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        /* Root Variables */
        :root {
            --primary-color: #0d1b2a;
            --secondary-color: #1b263b;
            --accent-color: #0b5ed7;
            --text-color: #333;
            --white-color: #fff;
            --light-gray: #f9f9f9;
            --whited-gold: #f2e1a3;
            --silver-color: #c0c0c0; /* Silver background for dropdown */
        }

        /* Body */
        body {
            font-family: "Helvetica Neue", Arial, sans-serif;
            line-height: 1.6;
            color: var(--text-color);
            background: var(--light-gray);
        } 

        /* Header */
        header {
            position: sticky;
            top: 0;
            z-index: 1000;
            background: var(--primary-color);
            padding: 0.5rem 2rem; /* Reduced padding for smaller header */
        }

        /* Social Media Bar */
        .social-media-bar {
            background: #1b263b;
            padding: 0.5rem 1rem;
            text-align: center;
        }

        .social-media-bar a {
            color: var(--white-color);
            margin: 0 1rem;
            font-size: 1.2rem;
            text-decoration: none;
        }

        .social-media-bar a i {
            margin-right: 8px;
        }

        .social-media-bar a:hover {
            color: var(--accent-color);
        }

        /* Main Header */
        .main-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1rem 0; /* Reduced padding for smaller header */
            background: linear-gradient(120deg, #f2e1a3, #b0b0b0);
            color: var(--white-color);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .logo {
    max-width: 100px; /* Limit the maximum width of the logo */
    max-height: 60px; /* Adjust as per your header height */
    overflow: hidden;
    display: flex;
    align-items: center;
}

        .logo-img {
    max-width: 100%;
    height: auto;
} 
#heading1 {
    font-size: 1.5rem;
    text-align: left;
    margin: 0;
    color: #333; /* Adjust to match your design */
}

        .logo-text {
            display: block;
        }

        .logo-text h1 {
            font-size: 1.5rem; /* Adjusted font size for the text logo */
            text-align: left;
            color: var(--white-color);
            margin: 0;
        }

        .logo-text h1 br {
            display: block;
        }

        /* Hover to scale logo */
        .logo:hover img {
            transform: scale(1.2); /* Increase logo size on hover */
        }

        nav ul {
            list-style: none;
            display: flex;
            gap: 1rem;
        }

        nav ul li {
            position: relative;
        }

        nav ul li a {
            text-decoration: none;
            color: var(--white-color);
            font-size: 0.9rem; /* Reduced font size for smaller header */
            font-weight: 500;
            padding: 0.5rem 1rem;
            border-radius: 4px;
            transition: background 0.3s;
        }

        nav ul li a:hover {
            background: var(--accent-color);
        }

        nav ul li a i {
            margin-right: 8px;
        }

        /* Dropdown Styles */
        nav ul li .dropdown-content {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background: var(--silver-color); /* Silver background for dropdown */
            color: var(--primary-color);
            border-radius: 4px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            z-index: 10;
            padding: 0.5rem 0;
            min-width: 200px;
        }

        nav ul li .dropdown-content a {
            display: block;
            padding: 0.5rem 1rem;
            color: var(--primary-color);
            text-decoration: none;
            font-size: 0.9rem;
            transition: background 0.3s;
        }

        nav ul li .dropdown-content a:hover {
            background: var(--accent-color);
            color: var(--white-color);
        }

        nav ul li:hover .dropdown-content {
            display: block;
        }

        /* Hero Section */
        .hero {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 6rem 2rem;
            background: linear-gradient(120deg, var(--primary-color), var(--secondary-color));
            color: var(--white-color);
             color: #fff; /* Adjust text color for better contrast, if needed */
        }

        .hero h1 {
            font-size: 3.5rem;
            margin-bottom: 1rem;
        }

        .hero p {
            font-size: 1.2rem;
            margin-bottom: 2rem;
        }

        .hero .cta-buttons {
            display: flex;
            gap: 1.5rem;
        }

        .hero .cta-buttons a {
            text-decoration: none;
            font-size: 1rem;
            padding: 0.8rem 1.5rem;
            border-radius: 4px;
            transition: background 0.3s;
        }

        .hero .cta-buttons .primary-btn {
            background: var(--accent-color);
            color: var(--white-color);
        }

        .hero .cta-buttons .primary-btn:hover {
            background: #0848a8;
        }

        .hero .cta-buttons .secondary-btn {
            background: transparent;
            border: 2px solid var(--white-color);
            color: var(--white-color);
        }

        .hero .cta-buttons .secondary-btn:hover {
            background: var(--white-color);
            color: var(--primary-color);
        }
//* About Us Section */
.about-us {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    gap: 2rem; /* Add spacing between cards */
    align-items: stretch; /* Ensure cards have equal width */
    padding: 2rem 1rem; /* Add padding for spacing inside the container */
    width: 100%; /* Ensure the container takes the full width */
}

/* Individual Card Styling */
.about-us .card {
    width: 100%; /* Ensure cards span full width */
    background: var(--whited-gold); /* Whited gold background */
    padding: 1.5rem;
    border-radius: 12px; /* Smooth border radius for a modern look */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* Slightly elevated shadow */
    transition: transform 0.3s, box-shadow 0.3s;
    box-sizing: border-box; /* Include padding in width/height calculation */
}

.about-us .card:hover {
    transform: translateY(-5px); /* Lift card slightly on hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Increase shadow on hover */
}

/* Video Styling */
.about-us .card video {
    width: 100%; /* Ensure video stretches within card */
    height: auto; /* Maintain aspect ratio */
    border-radius: 8px; /* Match card design */
    margin-bottom: 1rem;
    display: block; /* Ensure no inline whitespace affects layout */
}

/* Headings and Text */
.about-us .card h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: var(--primary-color); /* Keep the original blue color for headings */
}

.about-us .card p {
    font-size: 1rem;
    color: #555; /* Adjusted for readability */
    line-height: 1.6; /* Enhance readability */
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-us .card {
        padding: 1rem; /* Adjust padding for smaller screens */
    }
}




        /* Footer */
        footer {
            text-align: left;
            padding: 2rem;
            background: var(--primary-color);
            color: var(--white-color);
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            position: relative;
        }

        .footer-container {
            display: flex;
            gap: 3rem;
            justify-content: space-between;
            width: 100%;
        }

        .footer-column {
            flex: 1 1 30%;
        }

        .footer-column h3 {
            font-size: 1.2rem;
            margin-bottom: 1rem;
            font-weight: bold;
        }

        .footer-column ul {
            list-style-type: none;
        }

        .footer-column ul li {
            margin-bottom: 0.5rem;
            font-size: 0.9rem;
        }

        .footer-column ul li a {
            color: var(--white-color);
            text-decoration: none;
        }

        .footer-column ul li a:hover {
            text-decoration: underline;
        }

        /* Designed by section */
        .designed-by {
            position: absolute;
            bottom: 1rem;
            right: 1rem;
            font-size: 0.8rem;
            color: var(--silver-color);
            display: flex;
            align-items: center;
        }

        .designed-by img {
            width: 20px;
            height: 20px;
            margin-right: 0.5rem;
        }

        .designed-by a {
            text-decoration: none;
            color: var(--silver-color);
            transition: color 0.3s;
        }

        .designed-by a:hover {
            color: var(--white-color);
        }

        footer p {
            text-align: center;
            font-size: 0.9rem;
            margin-top: 2rem;
        }

        /* Media Queries */
        @media (max-width: 768px) {
            .hero h1 {
                font-size: 2.5rem;
            }

            .footer-container {
                flex-direction: column;
                gap: 1.5rem;
            }

            .logo-text h1 {
                font-size: 1.2rem; /* Adjust logo text size for mobile */
            }
        }
        /* Language Selector */
.language-selector {
    position: relative;
    display: inline-block;
}

.language-selector .dropdown-la {
    background: var(--primary-color);
    color: var(--white-color);
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}

.language-selector .dropdown-la:hover,
.language-selector .dropdown-la:focus {
    background: var(--accent-color);
    outline: none;
}

.language-selector .dropdown-cola {
    display: none;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    background: var(--silver-color);
    border-radius: 4px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 10;
    padding: 0.5rem 0;
    list-style: none;
    min-width: 160px;
}

.language-selector .dropdown-cola a {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: var(--primary-color);
    font-size: 0.9rem;
    transition: background 0.3s;
}

.language-selector .dropdown-cola a:hover {
    background: var(--accent-color);
    color: var(--white-color);
}

/* Show dropdown on button hover or focus */
.language-selector:hover .dropdown-cola,
.language-selector:focus-within .dropdown-cola {
    display: block;
}