body {
    overflow-x: hidden;
    font-family:"Kumbh Sans", sans-serif;
}

body {
    padding-top: 70px; /* Adjust this based on the height of your header */
}



.background-section {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 45%; /* This is a 16:9 aspect ratio, adjust as needed */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.background-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Aligns text to the left */
    justify-content: center;
    padding-left: 200px; /* Adjust this padding as needed */
    color: white;
}


.about-us-h1 {
    font-family:"Kumbh Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500; /* Replace with your desired weight */
    font-style: normal;
    font-size: 60px;
    margin-bottom: 15px;
  }

.about-us-p {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300; /* Replace with your desired weight */
    font-style: normal;
    font-size: 20px;
  }


/* Adjustments for mobile view */
@media (max-width: 768px) {
    .background-section {
        padding-top: 100%; /* Adjust for different aspect ratio on smaller screens */
    }

    .background-section .overlay {
        padding-left: 20px; /* Reduce padding for smaller screens */
        padding-right: 20px; /* Optional: Add right padding to avoid text clipping */
        text-align: center; /* Center align for mobile */
    }

    .about-us-h1 {
        padding-top: 20px;
        font-size: 36px; /* Smaller font size for mobile */
        text-align: center;
    }

    .about-us-p {
        font-size: 16px; /* Smaller font size for mobile */
        text-align: center;
    }
}

.leadership-h2 {
    font-family: "Kumbh Sans", sans-serif;
    text-align:left;
    font-weight: 500; /* Replace with your desired weight */
    font-style: normal;
    font-size: 22px;
    color: black;
    padding-bottom: 12px;
  }

.leadership-p {
    font-family:"Open Sans", sans-serif;
    text-align:justify;
    font-weight: 400; /* Replace with your desired weight */
    font-style: normal;
    font-size: 16px;
    color: black;
  }
.leadership-content {padding:9px;}
.nav-link{font-family: "Open Sans", sans-serif;color:black;}

@media (max-width: 768px) {
    .d-flex {
        flex-direction: column; /* Stack items vertically */
        align-items: stretch; /* Stretch items to full width */
    }
}
@media (max-width: 768px) {
    .service-box {
        padding: 10px; /* Adjust padding for smaller screens */
    }
    .service-box h4 {
        font-size: 1.2rem; /* Further adjust heading size for mobile */
    }
    .service-box p {
        height: 270px;
    }
}

.animated-image {
    height: auto; /* Maintain aspect ratio */
    transition: transform 0.3s ease, filter 0.3s ease; /* Smooth transition for the image */
}


.service-box:hover .animated-image {
    transform: scale(1.2); /* Scales the image by 20% on hover */
}


.service-box:hover .growth-arrow {
    opacity: 1; /* Make the arrow visible */
    transform: translateY(-5px); /* Move the arrow up */
}


 /* Adjust spacing for mobile view */
    @media (max-width: 767px) {
        .navbar-nav .nav-item {
            padding: 5px;
        }
    }

.navbar-toggler{
        border: none;
    padding-left: 100px;

}

.contact-submit-botton{
    background-color:#413994;
    border:#413994;
    border-radius: 5px;
    padding: 10px;
    color: white;
}


