/* body */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh; 
    margin: 0;
    font-family: "Nunito", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    background-color: #f8f9fa;
}
@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
                                                /* main page styling start */
/* head */
.head {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    position: relative;
    height: 100px; /* Ensure the header is tall enough for the logo */
    background-color: #f8f9fa; /* Optional: Background for clarity */
}

.head-logo {
    position: absolute;
    left: 100px; /* Adjust this value to move the logo further from the left */
}

.head-logo img {
    height: 80px; /* Scale the logo size */
    width: auto; /* Maintain aspect ratio */
}

.head h4 {
    font-size: 1.5rem; /* Adjust font size */
    margin: 0; /* Remove default margin */
    text-align: center;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .head {
        padding: 10px;
        height: 80px; /* Adjust height for smaller screens */
    }
    
    .head-logo {
        left: 20px; /* Adjust logo position for smaller screens */
    }

    .head-logo img {
        height: 60px; /* Scale the logo size for mobile */
    }

    .head h4 {
        font-size: 1.2rem; /* Adjust font size for smaller screens */
    }
}

/* For very small screens (like portrait mobile devices) */
@media (max-width: 480px) {
    .head-logo {
        left: 10px; /* Adjust logo position further */
    }

    .head-logo img {
        height: 50px; /* Further reduce logo size */
    }

    .head h3 {
        font-size: 1rem; /* Further reduce font size for mobile */
    }
}

/* navbar */
.navbar-nav {
    flex: 1;
    justify-content: center; /* Center navbar items */
}
.navbar {
    background-color: #3a3a3a !important; /* Black background */
}
.navbar .nav-link, .navbar-brand {
    color: #ffffff !important; /* White text color */
}
.navbar .nav-link:hover, .navbar-brand:hover {
    color: rgb(237, 197, 53) !important; /* Golden color on hover */
}

/* Active navbar link color */
.navbar .nav-link.active {
    color: rgb(237, 197, 53) !important; /* Golden color for active link */
}
/* link box */
.container-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 50px;
}
 .link-box {
     background: #f8f9fa;
     border: 2px solid #ddd;
     border-radius: 15px;
     text-align: center;
     padding: 8px;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
     transition: transform 0.3s, box-shadow 0.3s;
     cursor: pointer;
     max-width: 280px;
     display: flex; 
     align-items: center; 
     justify-content: center;
 }
 
 .link-box img {
     max-width: 50px;
     height: auto;
     margin-right: 1px;
 }
 
 
 .link-box:hover {
     transform: translateY(-5px);
     box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
 }
 
 .link-box:active {
     transform: translateY(2px);
 }
 
 .link-box a {
     text-decoration: none;
     color: #333;
     display: flex;
     align-items: center; 
     font-size: 14px;
 }
        
.heading-style {
font-size: 30px;
font-weight: 400;
color: #343a40;
margin-bottom: 30px;
margin-top: 20px;
text-align: center;       
}
.paragraph-style {
font-size: 18px;
color: #6c757d;
line-height: 1.6;
max-width: 900px;
margin: 0 auto;
text-align: left; 
padding-bottom: 5px;
}
/* Image styling */
.paragraph-style img {
width: 100px;
height: auto;
margin-right: 15px;
margin-bottom: 10px;
}


@media (max-width: 768px) {
    .link-box {
        font-size: 14px;
        padding: 10px;
    }

    .link-box img {
        max-width: 60px;
    }
}
/************************ mission start *****************/
#missionVisionParagraph.hidden {
    display: none;
}

/* Initially show the paragraph with the image */
#missionVisionParagraph {
    margin-top: 20px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #333;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: transform 0.2s ease-in-out;
    margin-right: 21%;
    margin-left: 21%;
    opacity: 1;
    visibility: visible;
    text-align: center;
    margin-bottom: 20px;
}

/* Hover effect on the image */
#missionVisionParagraph img {
    width: 100%;
    height: auto;
    max-width: 700px; /* max width for larger screens */
    object-fit: cover;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease-in-out;
}

#missionVisionParagraph img:hover {
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.3); 
}

/* Media Query for smaller screens */
@media (max-width: 768px) {
    #missionVisionParagraph {
        margin-right: 10%;
        margin-left: 10%;
    }

    #missionVisionParagraph img {
        width: 100%;
        max-width: 100%; /* Ensuring the image fits smaller screens */
    }
}

/* Media Query for mobile screens */
@media (max-width: 576px) {
    #missionVisionParagraph {
        margin-right: 5%;
        margin-left: 5%;
    }

    #missionVisionParagraph img {
        width: 100%;
        max-width: 100%; /* Image will scale fully on mobile */
    }
}

/* ********************** mission end********************/
/************************* board start ****************8*/
p {
    font-size: 0.8rem;
    font-weight: 500;
    color: #333;
    margin: 0;
}
.card-box {
    padding: 4px;
    border-radius: 8px;
    box-shadow: 1px 1px 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: transform 0.2s ease-in-out;
}

/*********************************** board end ********************8*/
/******************************** anual report************************** */

/* *************************anual report *********************/
/************************ contact start *****************/
.contact-info {
    padding: 20px 0;
    background-color: #fff;
    margin: 0 auto; /* Center the container */
}

.contact-details {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 1px 1px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.contact-details .info p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.contact-details .info i {
    font-size: 20px;
    color: #3a3a3a;
    margin-right: 10px;
}

.contact-details h4 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
    font-weight: bold;
}

@media (max-width: 767px) {
    .contact-container {
        padding: 20px 15px;
    }
    .contact-details {
        padding: 20px;
    }
}

/**************************** contact end ****************/
/**************** Footer Styling **********************/
.main-content {
    flex: 1;
}
.container-fluid.pt-2 {
    background-color: #3a3a3a;
    border-top: 1px solid #444;
    padding: 10px 0;
    position: relative;
    width: 100%;
    margin-top: auto; 
}
.container-fluid.pt-2 p {
    margin: 0;
    color: #aaa;
    font-size: 14px;
}
.container-fluid.pt-2 p:hover {
    color: #ffffff; 
}
/**************** footer page styling  end*************/
