
body {
            font-family: 'Roboto', sans-serif;
            margin: 0;
            padding: 0;
            color: #333;
            background-color: #f4f4f4;
        }

        nav {
            position: fixed;
            top: 0;
            width: 100%;
            background-color: #1a1a1a;
            padding: 15px 20px 20px 1px;
            z-index: 1000;
        }

        nav ul {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: flex-end;
        }

        nav ul li {
            margin-left: 20px;
        }

        nav ul li a {
            color: #fff;
            text-decoration: none;
            font-weight: bold;
            transition: color 0.3s;
        }

        nav ul li a:hover {
            color: #f39c12;
        }

        section {
            padding: 100px 50px;
            text-align: center;
        }

        .banner {
            position: relative;
            height: 100vh;
            overflow: hidden;
        }

        .banner img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover;
            opacity: 0;
            transition: opacity 1s ease-in-out;
        }

        .banner img.active {
            opacity: 1;
        }

        .banner-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #fff;
            text-align: center;
            z-index: 2;
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
        }

        .banner-text h1 {
            font-size: 4em;
            margin: 0;
        }

        .banner-text p {
            font-size: 1.5em;
            margin: 20px 0 40px;
        }

        .banner-text .btn {
            padding: 15px 30px;
            background-color: #f39c12;
            color: #fff;
            border: none;
            cursor: pointer;
            font-size: 1.2em;
            transition: background-color 0.3s, transform 0.3s;
        }

        .banner-text .btn:hover {
            background-color: #d35400;
            transform: scale(1.05);
        }

        .about,
        .services,
        .portfolio,
        .gallery,
        .video-gallery,
        .contact {
            background-color: #fff;
            margin: 0;
        }

        .about h2,
        .services h2,
        .portfolio h2,
        .gallery h2,
        .video-gallery h2,
        .contact h2 {
            font-size: 2.5em;
            margin-bottom: 20px;
        }

        .about p,
        .services p,
        .portfolio p,
        .gallery p,
        .video-gallery p,
        .contact p {
            font-size: 1.2em;
            line-height: 1.6;
            margin-bottom: 40px;
        }

        .services .service-box {
            display: inline-block;
            width: 30%;
            padding: 20px;
            margin: 1.5%;
            background-color: #f39c12;
            color: #fff;
            border-radius: 10px;
            transition: transform 0.3s;
        }

        .services .service-box:hover {
            transform: translateY(-10px);
        }
.gallery h2 {
clear:both;
}
.gallery-images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}
.gallery-images img {
    display: block;
}

        .gallery img {
            width: 90%;
            margin: 1.5%;
            border-radius: 10px;
            transition: transform 0.3s;
        }


        .gallery img:hover {
            transform: scale(1.05);
        }

        .video-gallery video {
            width: 45%;
            margin: 2%;
            border-radius: 10px;
            transition: transform 0.3s;
        }

        .video-gallery video:hover {
            transform: scale(1.05);
        }

        .contact form {
            max-width: 600px;
            margin: 0 auto;
        }

        .contact form input,
        .contact form textarea,
        .contact form button {
            width: 100%;
            padding: 10px;
            margin-bottom: 20px;
            border-radius: 5px;
            border: 1px solid #ddd;
            font-size: 1em;
        }

        .contact form button {
            background-color: #f39c12;
            color: #fff;
            border: none;
            cursor: pointer;
            transition: background-color 0.3s, transform 0.3s;
        }

        .contact form button:hover {
            background-color: #d35400;
            transform: scale(1.05);
        }

        .map {
            margin: 20px 0;
        }

        .newsletter {
            background-color: #f39c12;
            color: #fff;
            padding: 50px 20px;
            margin: 50px 0;
            border-radius: 10px;
        }

        .newsletter h2 {
            font-size: 2em;
            margin-bottom: 20px;
        }

        .newsletter form {
            max-width: 600px;
            margin: 0 auto;
        }

        .newsletter form input {
            width: 70%;
            padding: 15px;
            border-radius: 5px 0 0 5px;
            border: none;
            font-size: 1em;
        }

        .newsletter form button {
            width: 30%;
            padding: 15px;
            background-color: #fff;
            color: #f39c12;
            border: none;
            border-radius: 0 5px 5px 0;
            cursor: pointer;
            font-size: 1em;
            transition: background-color 0.3s, color 0.3s, transform 0.3s;
        }

        .newsletter form button:hover {
            background-color: #d35400;
            color: #fff;
            transform: scale(1.05);
        }

        footer {
            background-color: #1a1a1a;
            color: #fff;
            padding: 20px 0;
            text-align: center;
        }

        footer p {
            margin: 0;
        }
		.portfolio-section {
    padding: 50px 0;
}

.portfolio-section h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.5em;
}

.staff-member {
    text-align: center;
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.staff-member .profile-picture {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.staff-member h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.staff-member p {
    font-size: 1em;
    color: #555;
}

		@media screen and (max-width: 900px) {
		#gallery{
		width:80%;
		}
		.services .service-box{
		width:80%;
		}
		}
        section {
            padding: 100px 50px;
            text-align: center;
        }

        .about-container {
		width: 100%;
            display: flex;
            justify-content: space-between;
            padding: 10px;
            background-color: #fff;
        }

        .main-content {
            width: 100%;
            text-align: left;
        }

        .sidebar {
            width: 25%;
            background-color: #f4f4f4;
            padding: 20px;
            text-align: left;
            border-left: 1px solid #ddd;
        }

        .sidebar ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .sidebar ul li {
            margin-bottom: 15px;
        }

        .sidebar ul li a {
            color: #333;
            text-decoration: none;
            font-weight: bold;
            transition: color 0.3s;
        }

        .sidebar ul li a:hover {
            color: #f39c12;
        }

        footer {
            background-color: #1a1a1a;
            color: #fff;
            padding: 20px 0;
            text-align: center;
        }

        footer p {
            margin: 0;
        }

/* General Styles */


/* Dropdown Content */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #575757;
    min-width: 160px;
    z-index: 1;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #777;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* Mobile Menu */
.menu-icon {
    display: none;
    font-size: 30px;
    color: white;
    padding: 14px 16px;
    cursor: pointer;
}

@media screen and (max-width: 900px) {
    .menu-icon {
        display: block;
    }

    nav ul {
        flex-direction: column;
        display: none;
    }

    nav ul li {
        text-align: center;
    }

    .dropdown-content {
        position: static;
    }
}
.gallery, .video-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
}

.gallery-item, .video-item {
    width: 300px;
    height: 200px;
    margin: 10px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.gallery-item img, .video-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.gallery-item:hover img, .video-item video:hover {
    transform: scale(1.1);
}

/* Mobile Styles */
@media (max-width: 768px) {
    .gallery-item, .video-item {
        width: 90%;
        height: auto;
    }
    
    .gallery-item img, .video-item video {
        height: auto;
    }
}
.video-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
}

.video-item {
    width: 300px;
    height: 200px;
    margin: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
}

.video-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-item video:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}
