body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

/* .navbar {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    box-shadow: 0px 4px 2px -2px gray;
}

.logo img {
    max-height: 40px;
}

.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.navbar li {
    margin-left: 20px;
}

.navbar a {
    text-decoration: none;
    color: #000;
    padding: 8px 16px;
}

.navbar a.active {
    color: #4e2c82;
    font-weight: bold;
} */

.contact-header {
    background-image: url('./image/contact\ us.png');
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding: 300px 0;
    height: 600px;
}

.contact-header::before{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100% !important;
    height: 100%;
    background: #040B60BD;
}


.contact-header .content {
    position: absolute;
    left: 150px;
    top: 200px;
    width: 400px;
    z-index: 1;
}

.contact-header h1 {
    font-size: 35px;
    margin-bottom: 25px;
}

.contact-header p {
    font-size: 18px;
    margin: 10px 0 0;
    color: #fff;
}

.contact-form {
    text-align: center;
    padding: 50px 0;
    background-color: #d9d9d9;
    margin: 42px 0;
    margin-top: 265px;
}

.contact-form h2 {
    color: #4e2c82;
    margin-bottom: 10px;
}

.contact-form p {
    margin-bottom: 30px;
    font-size: 16px;
    color: #777;
}

form {
    width: 900px;
    margin: 0 auto;
}

.form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

input[type="text"],
input[type="email"] {
    width: 48%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
}

textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    resize: none;
    height: 150px;
    box-sizing: border-box;
}

button {
    background-color: #4e2c82;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
    width: 100%;
    max-width: 200px;
}

button:hover {
    background-color: #3b1c65;
}


.footer-content {

    display: flex;
    align-items: center; /* Aligns items vertically centered */
    justify-content: space-between; /* Space between image and text */
}

.footer-image {
    width: 30%; /* Image takes up 30% of the width */
}

.footer-image img {
    width: 100%; /* Makes the image fill the container */
    height: auto; /* Maintains aspect ratio */
}

.footer-text {
    width: 70%; /* Text area takes up the remaining width */
}

.footer-text p {
    margin: 0 0 10px; /* Space below the paragraph */
    font-size: 0.5rem; /* Adjust font size as needed */
    color: white; /* White color for text */
}

.highlight-text {
    font-size: 1.5rem; /* Increase the font size */
    font-weight: bold; /* Optional: Make the text bold */
}


.contact-button {
    display: inline-block; /* Makes the button inline with the text */
    padding: 10px 20px; /* Padding inside the button */
    color: #fff; /* Text color for the button */
    background-color: #0c335d; /* Button background color */
    border: none; /* Remove border */
    border-radius: 5px; /* Rounded corners */
    text-decoration: none; /* Remove underline */
    font-weight: bold; /* Bold text */
    text-align: center; /* Center text inside button */
}

.contact-button:hover {
    background-color: #0c335d;/* Darker background color on hover */
}

.footer-bottom {
    background-color: #333; /* Dark background for the footer bottom */
    color: #fff; /* White text color */
    padding: 10px 0; /* Padding for footer bottom */
}

.footer-bottom .container {
    text-align: center; /* Center text in the footer bottom */
}
footer {
    background-color: #0c335d;/* Background color for the entire footer */
    color: white; /* Text color for the footer */
}

.footer-content {
    display: flex;
    justify-content: space-between; /* Space between image and text */
    align-items: flex-start; /* Align items to the top */
    padding: 20px 0; /* Padding for the footer */
}

.footer-image {
    width: 30%; /* Image and related elements take up 30% of the width */
    position: relative; /* Position relative for overlaying elements */
}

.footer-image img {
    width: 100%; /* Makes the image fill the container */
    height: auto; /* Maintains aspect ratio */
}

.contact-us {
    color: orange; /* Orange color for "Contact Us" text */
    margin: 10px 0; /* Space around the text */
}

.gmail-logo {
    width: 100px; /* Adjust width of Gmail logo as needed */
    display: block; /* Display block to keep the logo on its own line */
    margin-top: 10px; /* Space above the logo */
}

.footer-text {
    width: 70%; /* Text area takes up the remaining width */
}

.footer-text p {
    margin: 0 0 10px; /* Space below the paragraph */
    font-size: 1.1rem; /* Adjust font size as needed */
    color: white; /* White color for text */
}
.copyright {
    margin-top: 20px;
    font-size: 0.9em;
}

.contact-button {
    display: inline-block; /* Makes the button inline with the text */
    padding: 10px 20px; /* Padding inside the button */
    color: #fff; /* Text color for the button */
    background-color: #007bff; /* Button background color */
    border: none; /* Remove border */
    border-radius: 5px; /* Rounded corners */
    text-decoration: none; /* Remove underline */
    font-weight: bold; /* Bold text */
    text-align: center; /* Center text inside button */
    margin-top: 10px; /* Space above the button */
}

.contact-button:hover {
    background-color: #0056b3; /* Darker background color on hover */
}

.footer-links-wrapper {
    position: relative; /* Position relative for the pseudo-element */
    display: inline-block; /* Ensure wrapper only takes up as much space as its content */
}

.footer-links {
    display: flex;
    flex-wrap: nowrap; /* Prevent wrapping to keep all links on one line */
    gap: 20px; /* Space between links */
    margin-top: 20px; /* Space above the links */
    padding-bottom: 5px; /* Space between text and underline */
    position: relative; /* Position relative for the pseudo-element */
}

.footer-link {
    color: white; /* White color for the links */
    text-decoration: none; /* Remove default underline */
    font-size: 1rem; /* Font size for the links */
    position: relative; /* Position relative for the pseudo-element */
}

.footer-links-wrapper::after {
    content: ''; /* Empty content for the pseudo-element */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; /* Full width of the wrapper */
    height: 2px; /* Height of the underline */
    background-color: white; /* Color of the underline */
    z-index: -1; /* Place it behind the text */
}

.footer-links::after {
    content: ''; /* Empty content for the pseudo-element */
    position: absolute; /* Position absolutely */
    left: 0;
    bottom: 0;
    width: 100%; /* Full width of the container */
    height: 2px; /* Height of the underline */
    background-color: white; /* Color of the underline */
}



.social-media-container {
    margin-top: 30px;
    margin-left: 30%;
    display: flex;
    align-items: flex-start; /* Align items at the top */
}

.follow-us-section {
    display: flex;
    flex-direction: column; /* Stack the "Follow Us" text and Facebook link vertically */
    margin-right: 20px; /* Space between the "Follow Us" section and the other links */
}

.follow-us-text {
    font-size: 16px; /* Adjust as needed */
    font-weight: bold; /* Optional for emphasis */
    margin-bottom: 10px; /* Space between "Follow Us" text and Facebook link */
}

.social-link {
    display: flex;
    align-items: center;
    margin-bottom: 10px; /* Space between each social media link */
    text-decoration: none;
    color: inherit; /* Adjust text color if needed */
}

.social-link img {
    width: 24px; /* Adjust size as needed */
    height: auto;
    margin-right: 5px; /* Space between image and text */
}

.social-name {
    font-size: 14px; /* Adjust as needed */
}

.other-links {
    display: flex;
    flex-direction: column; /* Arrange other links vertically */
}






.container {
    background-color: white;
    border-radius: 10px;
}

.icon i {
    color: #4c6ef5;
}

h4 {
    color: #333;
    margin-bottom: 15px;
}

p {
    color: #666;
    font-size: 14px;
}

.row {
    display: flex;
    justify-content: space-around;
}

.img-circle {
    width: 100px; /* Adjust size as needed */
    height: 100px; /* Adjust size as needed */
    border-radius: 50%;
    object-fit: cover; /* Ensures the image covers the circle properly */
}
input[type="text"],
input[type="email"],
textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Added box shadow */
    transition: box-shadow 0.3s ease;
}

/* Change box shadow on focus */
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2); /* Darker shadow on focus */
    border-color: #4e2c82; /* Optional: change border color on focus */
    outline: none; /* Remove default outline */
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    /* header */
    .navbar-toggler{
        width: 100px;
        background-color: transparent !important;
    }
    .navbar-toggler:focus {
        background-color: transparent !important;
        border: none !important;
    }
    .contact-header {
        background-size: contain !important;
        padding: 120px 0 !important;
        height: 255px;
    }
    .contact-header .content {
        top: 130px;
        left: 70px;
    }
    .contact-header .content h1 {
        font-size: 25px !important;
        margin-bottom: 10px !important;
    }
    .contact-form{
        margin: 0 !important;
        padding: 30px 5px !important;
    }
    form{
        width: 100% !important;
    }
    input::placeholder,textarea{
        font-size: 14px;
    }
    input[type="text"], input[type="email"], textarea {
        padding: 10px !important;
    }
    button{
        font-size: 14px;
        padding: 10px 5px !important;
    }
    .copyright p{
        color: #fff;
    }
}
