﻿.contact {
    padding: 130px 0;
}

    .contact .heading h2 {
        font-size: 30px;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }

        .contact .heading h2 span {
            color: #ff9100;
        }

    .contact .heading p {
        font-size: 15px;
        font-weight: 400;
        line-height: 1.7;
        color: #999999;
        margin: 20px 0 60px;
        padding: 0;
    }

    .contact .form-control {
        padding: 25px;
        font-size: 13px;
        margin-bottom: 10px;
        background: #f9f9f9;
        border: 0;
        border-radius: 10px;
    }

    

    .contact .title h3 {
        font-size: 18px;
        font-weight: 600;
    }

    .contact .title p {
        font-size: 14px;
        font-weight: 400;
        color: #999;
        line-height: 1.6;
        margin: 0 0 40px;
    }

    .contact .content .info {
        margin-top: 30px;
    }

        .contact .content .info i {
            font-size: 30px;
            padding: 0;
            margin: 0;
            color: #02434b;
            margin-right: 20px;
            text-align: center;
            width: 20px;
        }

        .contact .content .info h4 {
            font-size: 13px;
            line-height: 1.4;
        }

            .contact .content .info h4 span {
                font-size: 13px;
                font-weight: 300;
                color: #999999;
            }

.navbar-nav {
    margin-right: 100px;
    font-weight: bold;
}

.navbar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.2); /* Semi-transparent white */
    transition: background-color 0.3s, box-shadow 0.3s;
}

    /* Add shadow when fixed */
    .navbar.fixed {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.438); /* Solid color when scrolled */
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    margin-top: -0.1rem;
}

.navbar-nav .dropdown-menu {
    background-color: #f8f9fa; /* Optional: Light background for dropdown */
    border-radius: 0.25rem;
}

.navbar-nav .dropdown-item:hover {
    background-color: #e9ecef; /* Optional: Light gray on hover */
}
/* Ensure dropdown-menu is properly displayed */
.navbar .dropdown-menu {
    background-color: #ffffff;
    border-radius: 0;
    border: 1px solid #ddd;
}

    .navbar .dropdown-menu .dropdown-item:hover {
        background-color: #f8f9fa; /* Light gray on hover */
        color: #000; /* Text color on hover */
    }

.navbar .dropdown-toggle::after {
    margin-left: 0.5rem;
}
/* Style for nested dropdowns */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
        border-radius: 0.25rem;
    }

.navbar-logo {
    height: 40px; /* Adjust height to fit your design */
    width: auto; /* Maintain aspect ratio */
}

.dark-image {
    width: 100%; /* Make image responsive */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove unwanted gaps */
    filter: brightness(80%); /* Reduce brightness */
}

.about-section {
    background-image: url(../Image/02.jpg); /* Replace with your image path */
    background-size: cover; /* Ensures the image covers the entire div */
    background-position: center; /* Centers the image */
    width: 100%; /* Full width */
    height: 400px; /* Adjust height as needed */
    display: flex; /* Flexbox for centering */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    position: relative; /* For positioning child elements */
    text-align: center; /* Align text in the center */
}

    .about-section h1 {
        font-size: 3rem; /* Adjust font size */
        color: white; /* Default text color */
        font-weight: bold;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* Add text shadow for better visibility */
    }

.highlight-red {
    color: red;
}

.about-section .highlight-red {
    color: red; /* Make "Me" red */
}

button {
    margin-top: 20px;
    border: solid black;
    border-radius: 7px;
    padding: 10px 20px; /* Add some padding for better appearance */
    font-size: 1rem; /* Adjust font size */
    cursor: pointer; /* Change cursor to pointer */
    transition: all 0.3s ease; /* Smooth hover effect */
}

#butsec2 {
    background-color: red; /* Red background */
    color: white; /* White text */
    border: 2px solid white; /* Add white edges */
    padding: 10px 20px; /* Adjust padding for size */
    margin-top: 0%;
    border-radius: 0px;
    font-size: 1rem; /* Font size */
    font-weight: bold; /* Bold text */
    cursor: pointer; /* Pointer cursor on hover */
    text-transform: uppercase; /* Make text uppercase */
}

    #butsec2:hover {
        background-color: darkred; /* Darker red on hover */
        border-color: white; /* Keep border white */
        color: lightgray; /* Change text color on hover */
    }

#sec3container {
    display: flex; /* Arrange child divs side-by-side */
    justify-content: space-between; /* Space between the two divs */
    align-items: center; /* Align items vertically (if needed) */
    width: 100%; /* Ensure the container spans the full width */
    margin: 20px auto; /* Center the container with spacing */
}

#sec3im {
    flex: 1; /* Take half the screen */
    max-width: 50%; /* Ensure it doesn’t exceed half the screen */
    margin-left: 30px;
}

    #sec3im img {
        width: 100%; /* Make the image fill the div */
        height: auto; /* Maintain the aspect ratio */
        display: block; /* Remove any unwanted gaps */
    }

#sec3letters {
    flex: 1; /* Take half the screen */
    max-width: 50%; /* Ensure it doesn’t exceed half the screen */
    background-color: white; /* White background */
    padding: 20px; /* Add padding for readability */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Add a soft shadow */
    border-radius: 10px; /* Slightly rounded corners */
    margin-left: 20px; /* Add space between image and text */
    margin-right: 20px;
}

#sec3h {
    font-size: 1.5rem; /* Adjust heading size */
    margin-bottom: 15px; /* Add space below heading */
}

#sec3p {
    font-size: 1rem; /* Adjust paragraph size */
    line-height: 1.6; /* Improve readability */
}

.boldtext {
    font-weight: bold; /* Bold text */
}


.content-container {
    display: flex;
    width: 1080px;
    height: 352px;
    margin: 0 auto; /* Centers the container */
    background-color: white; /* White background */
    padding: 20px; /* Add padding for readability */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Add a soft shadow */
}

.content-left, .content-right {
    flex: 1;
    padding: 10px;
}

    .content-left img {
        width: 100%; /* Make the image fill the left half */
        height: 300px;
        object-fit: cover; /* Maintain aspect ratio and cover the space */
    }

.content-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 10px;
}

    .content-right h3, .content-right p {
        margin: 10px 0;
        width: 100%; /* Ensure text takes full available width */
    }

.btnnn {
    color: red;
    background-color: white;
    border: none;
    border-radius: 0%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Add a soft shadow */
    font-weight: bold; /* Bold text */
}

.button-group {
    margin-left: 500px;
    margin-top: 20px;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    color: red;
    height: 70px;
}

    .button-group :hover {
        color: white;
        background-color: red;
    }











.card-img-top {
    width: 100%; /* Make the image take the full width of its container */
    height: auto; /* Maintain aspect ratio */
}

.btn-custom {
    background-color: red;
    color: white;
    display: block;
    margin: 0 auto; /* Center the button */
    text-align: center;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-wrapper {
    padding: 20px 0; /* Add spacing around slides */
}

.card {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add a subtle shadow to the cards */
}



#homeFooter {
    background-color: #333; /* Dark gray background */
    color: #fff; /* White text for contrast */
}

.footer-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.footer-content {
    font-size: 1rem;
    line-height: 1.8;
}

#footerAboutSection,
#footerServicesSection,
#footerContactSection {
    text-align: left; /* Align all sections in a single column */
}

#footerAboutContent,
#footerServicesContent,
#footerContactContent {
    margin-top: 10px;
}

.container1 {
    width: 80%;
    margin: 20px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}


.search-button { 
    font-size: 14px;
    color: white;
    background-color: red; /* Blue background */
    border: none;
    border-radius: 4px; /* Rounded corners */
    cursor: pointer;
    transition: background-color 0.3s ease;
}

@media screen and (max-width: 1080px) {
    .content-container {
        width: 100%;
        padding: 10px;
        height: auto; /* Allow height to adjust */
    }

    .content-left, .content-right {
        flex: 1 1 100%; /* Make both sections stack on smaller screens */
        padding: 10px;
    }

    .button-group {
        margin-left: 0; /* Reset margin to center the buttons */
        margin-top: 10px;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
}

/* Additional Media Query for Very Small Screens (Mobile) */
@media screen and (max-width: 600px) {
    .content-container {
        padding: 5px;
    }

    .content-left img {
        height: 200px; /* Adjust image height for small screens */
    }

    .button-group {
        flex-direction: column; /* Stack buttons vertically */
        margin-top: 10px;
    }
}
