.navbar-brand img {
    height: 60px;
    margin-right: 2px;
}
.navbar-brand {
    font-weight: bold;
    white-space: nowrap; 
    font-size: 1.25rem; 
}
.btn {
    font-weight: bold; 
    color: white;
    background-color: transparent;
    border: double;
}
.main-image {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 3px;
    animation: fadeIn 2s ease-in-out; 
}
@media (max-width: 576px) {
    .navbar-brand {
        font-size: 1rem; 
    }
}
@media (min-width: 577px) and (max-width: 768px) {
    .navbar-brand {
        font-size: 1.75rem;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    .navbar-brand {
        font-size: 2rem;
    }
}
@media (min-width: 993px) {
    .navbar-brand {
        font-size: 2.25rem;
    }
}
.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
}
.content {
    padding: 20px;
    position: relative;
}
.content h2, .content h3, .content h4 {
    margin-top: 20px;
    font-weight: bold;
}
.content p {
    margin-top: 10px;
    line-height: 1.6;
}


.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 20px;
}

.grid-item {
    background-color: #343a40;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.grid-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.p1, .p3, .p5 {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: white;
}

.p2, .p4, .p6 {
    font-size: 1rem;
    line-height: 1.6;
    color: white;
}

@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
}

.introbg {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    margin-top: 80px;
    margin-bottom: 130px;
}

section { 
    margin: 20px;
}

html {
    scroll-behavior: smooth;
}


.mid3, .mid2, .mid1 {
    margin-top: 15px;
    font-weight: bold;
}

.mid3 {
    font-size: 1.75rem;
    color: black;
}

.mid2 {
    font-size: 1.5rem;
    color: black;
}

.mid1 {
    font-size: 1.25rem;
    color: black;
}

.mid {
    font-size: 1rem;
    color: black;
    line-height: 1.6;
    margin-top: 15px;
}

.page-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.midcontent .f1 {
    margin-bottom: 20px;
    margin-top: 120px;
}

.p0 {
    font-weight: bold;
    font-size: 2rem;
}

.footer-1 {
    background-color: #343a40;
    color: white;
    padding: 20px 0;
    text-align: center;
}

.footer-1 .widget-title {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.footer-1 .widget p, .footer-1 .widget a {
    font-size: 1rem;
    color: #f8f9fa;
}

.footer-1 .widget a:hover {
    color: #ffc107;
}

.thumbnail-widget a {
    display: block;
    margin-bottom: 10px;
}

.thumbnail-widget a:hover {
    color: #ffc107;
}

/* Animation */
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

/* Form styling */
.form-container {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-group input[type="submit"] {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 4px;
}

.form-group input[type="submit"]:hover {
    background-color: #0056b3;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .grid-item {
        padding: 10px;
    }

    .footer {
        padding: 15px 0;
    }

    .pagecontent {
        padding: 15px;
    }

    .form-group input[type="text"],
    .form-group input[type="email"],
    .form-group textarea {
        font-size: 0.875rem;
    }

    .form-group input[type="submit"] {
        padding: 8px 16px;
    }
}


html{
    scroll-behavior: smooth;
}
        /* General styles for the About Us section */
.obj{
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 20px;
}
.introbg1 {
    background-color: #343a40; /* Dark background for the container */
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 100px;
}

.container {
    display: flex;
    flex-direction: column; /* Stack elements vertically by default */
    align-items: center;
    text-align: center;
}

.container img {
    max-width: 100%; /* Responsive image width */

    margin-bottom: 20px; /* Space between image and text */
}

.aupic {
    width: 300px; /* Set image width */
    height: 350px;
}

p.m4, .m5{
    color: white;
}

p.m5 {
    font-size: 1.5em; /* Adjust font size for the new paragraph */
    font-weight: bold; /* Make the text bold */
    margin-bottom: 20px; /* Space below the new paragraph */

}

p.m4 {
    text-align: justify; /* Justify text alignment */
}

/* Media query for larger screens */
@media (min-width: 768px) {
    .container {
        flex-direction: row; /* Align image and text side by side on larger screens */
        align-items: center; /* Center items vertically */
        justify-content: center; /* Center items horizontally */
        width: 100%; /* Adjust width as needed */
        max-width: 1000px; /* Limit the maximum width */
        margin: 0 auto; /* Center container horizontally */
    }

    .container img {
        margin-right: 20px; /* Space between image and text */
    }

    .container p {
        flex: 1; /* Allow text to take up remaining space */
        max-width: 100%; /* Ensure text doesn't overflow */
    }
}

        /* General styles for the Developers section */
.user-profiles {
    padding: 20px 0;
    background-color: #f8f9fa; /* Light background color for contrast */
}

.user-profiles .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.text-center {
    text-align: center;
    margin-bottom: 30px;
}

.profile-card {
    background-color: #343a40; /* Dark background for the cards */
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    color: white; /* Text color for better readability on dark background */
    margin-bottom: 20px;
}

.profile-card img {
    max-width: 100%; /* Responsive image width */
    height: auto;
    border-radius: 50%; /* Circular profile image */
    margin-bottom: 15px; /* Space below the image */
}

.profile-card h3 {
    margin-bottom: 10px;
    font-size: 1.2em;
}

.profile-role {
    font-size: 1em; /* Adjust font size as needed */
    font-weight: bold; /* Make the text bold */
    margin-bottom: 10px; /* Space below the new paragraph */
}

.profile-desc {
    text-align: justify; /* Justify text alignment */
    font-size: 0.9em; /* Slightly smaller font size for descriptions */
}

/* Media query for larger screens */
@media (min-width: 768px) {
    .profile-card {
        margin: 0 auto 20px; /* Center card horizontally on larger screens */
    }
}

/*front css */
