.site-header {
    padding: 10px 0; /* Example padding */
}

.site-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
  .navbar_1{
        margin-left: 5rem;
    }
.header-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-right: 10rem;
}

.header-nav li {
    display: inline;
    margin-right: 20px; /* Adjust spacing between menu items */
}

.header-nav a {
    color:  white; /* Example text color */
    text-decoration: none;
    font-size: 18px; /* Example font size */
}


.header-nav a:hover {
    color: #ccc; /* Example hover color */
}

.awards-section {
    padding: 50px 0;
    /* background-color: #f9f9f9;  */
}

.section-title {
    text-align: center;
    margin-bottom: 30px;
}

.awards-list {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.award {
    flex: 0 0 calc(33.33% - 20px); /* Three awards per row */
    margin: 20px 0;
    text-align: center;
    padding: 0.5rem;
}

.award img {
    max-width: 100%;
    height: auto;
}

.award-description {
    margin-top: 10px;
    font-size: 16px;
}

@media (max-width: 768px) {
    .award {
        flex: 0 0 calc(50% - 20px); /* Two awards per row on smaller screens */
    }
}

@media (max-width: 576px) {
    .award {
        flex: 0 0 calc(100% - 20px); /* One award per row on even smaller screens */
    }
}

@media only screen and (max-width: 1024px) {
    /* Styles for mobile devices and iPads */
    .header-brand {
        align-content: center;
        text-align: center;
    }
    .header-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        padding-right: 5rem;
    }
    
    .header-nav li {
        display: inline;
        margin-right: 20px; /* Adjust spacing between menu items */
    }
   
}

 /* Media query for smaller screens */
 @media only screen and (max-width: 768px) {
    .site-header-inner {
        /* flex-wrap: wrap; */
        flex-direction: row;
        justify-content: space-between;
        padding: 0.2rem;
    }
    .navbar_1{
        margin-left: 0rem !important;
    }
    /* .header-logo-image{
        height: 60%;
        width: 60%;
        padding: 0.3rem;
    } */

    .header-nav {
        margin-top: 10px;
        /* display: none; */
    }
    .header-brand{
        width: 140px;
        height: 140px;
       
        padding: 0 20px;
    }
    .header-brand img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .header-nav ul {
        display: flex;
        /* flex-wrap: wrap; */
        flex-direction: row;
        /* justify-content: flex-end; */
    }

    .header-nav li {
        margin: 0 10px; /* Adjust spacing between menu items on small screens */
    }
    .hero-copy {
        width: 100%;
    }
    .hero1 {
        width: 100% !important;
        font-size: 2rem !important;
        text-align: center !important;
    }
    .hero2 {
        width: 100% !important;
        font-size: 1.5rem !important;
        text-align: center !important;
        line-height: 0.5;
        
    }
    .hero-paragraph {
        font-size: 0.9rem !important;
    }
    .features-extended-inner {
        margin-top: 8rem;
    }
    .site-footer-bottom{
        text-align: center;
    }
    .mission{
        padding-top: 5rem !important;
    }
    .vision{
        padding-top: 11rem !important;
    }
    .site-footer{
        margin-top: 3rem !important;
    }
    .leadership{
        margin-top: 4rem;
    }
    .team-title{
        font-size: 1.4rem !important;
        margin-top: 3rem;
    }
}

@media (max-width: 768px) {
  .hero-title.hero1 {
    font-size: 1.6rem !important;
  }
  .hero-title.hero2 {
    font-size: 1.2rem !important;
  }
  .hero-paragraph {
    font-size: 1.2rem !important; /* bigger on mobile */
  }
}

/* Extra small screens */
@media (max-width: 480px) {
  .hero-title.hero1 {
    font-size: 1.6rem !important;
  }
  .hero-title.hero2 {
    font-size: 1.2rem !important;
  }
  .hero-paragraph {
    font-size: 1.2rem !important; /* even bigger for readability */
  }
  
   .hero-copy {
        margin-top: 4rem;
    }
}

@media (resolution: 96dpi) {
  /* roughly 100% scaling */
 .features-extended {
    padding-top:15rem;
  }
}

@media (resolution: 120dpi) {
  /* roughly 125% scaling */
  .features-extended {
    padding-top: 12.5rem;
  }
}

@media (resolution: 144dpi) {
  /* roughly 150% scaling */
  .features-extended {
    padding-top: 5rem;
  }
}








  