footer {
    /* margin-top: 850px; */
    height: 90px;
    line-height: 17px;
    text-align: center;
    background-color: black;
    color: #f5eded;
    /* position: fixed; */
    bottom: 0;
    width: 100%;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.1);
}
body {
    /* background-color:rgb(5, 5, 87); */
    /* background-color: azure; */
    /* background-color: brown; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow-x: hidden;
}

.one {
    /* text-emphasis-color: rgb(179, 98, 98); */
    /* margin-right: 80px; */
    /* background-color: white; */
    background-color: #acd0e9;
    font-size: larger;
}

.one a, .nav-link {
    /* background-color: */
    color: #e9ebec; 
    /* color: black; */
    cursor: pointer; /* Change cursor to pointer */
}

.one a:hover, .nav-link:hover {
    color: #bcd1e7; /*Color on hover
    /* color: black; */
}
.new_drop{
    /* background-color: #bcd1e7; */
    color: black;
}
.one .dropdown-item {
    color: black !important; /* Set dropdown items font color to black */
}

.one .dropdown-item:hover {
    color: #4c4d4e !important; /* Change color on hover if desired */
}

.h1{
    font-size: 25px;
    text-align: center;
    padding-top: 30px;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif
}
.one{
    text-align: left;
}
.two img{
    margin: 40px;
    height: 50px;
    width: 50px;
}
.two_b{
    margin-top: -80px;
    margin-left: 100px;
    font-size: 25px;
}
.two_c{
    margin-left: 100px;
}
.three img{
    margin: 40px;
    height: 40px;
    width: 40px;
}
.three_a{
    margin-top: -80px;
    margin-left: 100px;
    font-size: 25px;
}
.three_b{
    margin-left: 100px;
}
.main li{
    padding: 15px;
    font-size: larger;
}
a {
    color: black;
    text-decoration: none; /* Optional: removes underline */
  }

  a:hover {
    color: rgb(87, 85, 85); /* Optional: changes color on hover */
  }


  .card{
    background-color: rgb(226, 224, 224);
    
  }

.dropdown-submenu {
    position: relative;
}
.header {
    background-color: white;
    display: flex;
    justify-content: space-between; /* Even spacing */
    align-items: center;
    padding: 10px 20px;
    width: 100%;
    flex-wrap: nowrap;
}

/* Left & Right Logos (Same Size) */
#logo_1, #logo_2 {
    width: 120px;
    height: 120px;
    max-width: 150px;
    object-fit: contain;
    flex: 0 1 auto;
}

/* Center Logo (Larger & Balanced) */
#logo_3 {
    width: 300px; /* Adjusted width */
    height: 140px; /* Taller for better visibility */
    max-width: 320px;
    object-fit: contain;
    flex: 0 1 auto;
}

/* 📱 Medium Screens (Tablets) */
@media (max-width: 1024px) {
    .header {
        padding: 8px 15px;
    }
    #logo_1, #logo_2 {
        width: 100px;
        height: 100px;
    }
    #logo_3 {
        width: 280px;
        height: 130px;
    }
}

/* 📱 Tablets & Small Laptops */
@media (max-width: 768px) {
    .header {
        padding: 5px 10px;
    }
    #logo_1, #logo_2 {
        width: 90px;
        height: 90px;
    }
    #logo_3 {
        width: 250px;
        height: 120px;
    }
}

/* 📱 Mobile Devices */
@media (max-width: 600px) {
    .header {
        padding: 5px;
    }
    #logo_1, #logo_2 {
        width: 80px;
        height: 80px;
    }
    #logo_3 {
        width: 220px;
        height: 110px;
    }
}

/* 📱 Small Mobile Screens */
@media (max-width: 450px) {
    .header {
        padding: 5px;
        justify-content: space-between; /* Prevents excessive gaps */
    }
    #logo_1, #logo_2 {
        width: 75px;
        height: 75px;
    }
    #logo_3 {
        width: 200px;
        height: 100px;
    }
}

/* 📱 Extra Small Screens */
@media (max-width: 350px) {
    .header {
        padding: 5px;
        justify-content: space-between;
    }
    #logo_1, #logo_2 {
        width: 65px;
        height: 65px;
    }
    #logo_3 {
        width: 180px;
        height: 90px;
    }
}
