/** media query **/
@media (min-width: 1200px) and (max-width: 1300px){

}

@media (min-width: 993px) and (max-width: 1200px){
    
}
@media (min-width: 768px) and (max-width: 992px){
  .partner-section {
    width: 100%;
   
}.logo-section {
    padding: 10px 0;
    background-color: #fff;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
}.logo-section .ms-3:nth-child(1) {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
}.logo-section .search-bar.me-3 {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
}.search-bar {
    max-width: 100% !important;
}.partner-section {
 
    margin: 0 auto;
    margin-top: 0;
    position: relative;
    border-radius: 12px;
    display: flex
;
    align-items: center;
    padding: 30px !important;
    justify-content: space-between;
}.glance-card {
   
    height: auto;
   

    border: 2px solid #fff;
}.president-section {
    padding: 30px;
    background-color: #f8f9fa00;
}.nav-bar .nav-link {
    color: #000000;
    margin: 0 15px;
    font-size: 16px;
}
}

@media(max-width: 767px){
ul.nav.justify-content-center {
    flex-direction: column;
}
button#userDropdown {
    background: #fff;
    color: #000 !important;
    border-radius: 100px;
    padding: 10px 20px;
}.nav-bar .nav-link {
    color: #000000;
    margin: 0 15px;
    font-size: 16px;
}
.logo-section {
  padding: 20px 0px 0px 0px;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.header-sticky .btn-wrap {
    display: flex
;
    align-items: center;
    gap: 27px;
    margin: 0 !important;
    padding: 0 !important;
    background: #c39735;
    padding: 10px !important;
    justify-content: center;
}.search-bar {
    max-width: 100%;
    margin: 10px 0;
    margin-right: 0 !important;
}.partner-section {
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 0 auto;
    margin-top: 0px;
    position: relative;
    border-radius: 12px;
    display: flex
;
    align-items: center;
    padding: 4px !important;
    justify-content: space-between;
    flex-direction: column;
}.partner-section .logos {
        flex-direction: row !important;
        align-items: center;
    }.partner-section .logos img {
        margin: 0px 0 !important;
        width: 26% !important;
    }.partner-section h2  br {
    display: none;
}

.partner-section {
    padding: 20px 0 !important;
}.president-image img {
    width: 200px;
    height: 200px;
}.president-section {
    padding: 21px;
    background-color: #f8f9fa;
}
section.about-us-wrapper h2 {
    font-size: 30px;
    font-weight: bold;
    color: #012663;
    margin: 0 !important;
}section.about-us-wrapper {
    padding: 0;
}section.glance-wrapper {
    background-color: #0d2a5a;
    padding: 0;
}
.glance-section h2 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
}.history-title {
    font-size: 30px;
    color: #0d2a5a;
    position: relative;
    display: inline-block;
    font-weight: bold;
}.timeline-item {
    text-align: center;
    position: relative;
    z-index: 1;
    width: 44%;
}.section-intro h2 {
    font-size: 30px;
    color: #0c2461;
    margin-bottom: 12px;
    font-weight: bold;
}.section-intro p {
    font-size: 15px;
    color: #444;
    line-height: 1.8;
    margin-right: 24px;
}.main-content {
        padding: 0;
    }section.footer-about .row.mt-5 {
    margin: 0 !important;
    padding: 0;
}section.footer-about .row.mt-5 img {
    margin: 0 !important;
}.flipbook_link:before {
   
    left: 50%;
}.committee-section .member-card {
   
    height:auto;
    width: 100%;
    animation: fadeIn 0.6s 
ease forwards;
}.glance-section {
    background-color: #0d2a5a;
    color: #fff;
    padding: 0px 20px;
    text-align: center;
}.committee-section .member-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s 
ease;
    display: flex
;
    height: auto;
    width: 100%;
    animation: fadeIn 0.6s 
ease forwards;
}
.info-hub-wrapper .info-hub-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0rem 1rem;
}    .newsletter-wrapper .newsletter-img {
        height: 300px !important;
    }.galler-wrapper-sec .filter-btn {
        width: 44% !important;
    }.galler-wrapper-sec .category-filter {
        flex-direction: row !important;
        align-items: center;
    }section.section-padding.bg-light-custom.advocacy-wrapper {
    padding: 50px 0;
    background: #f7f7f7;
}.advocacy-wrapper .modern-tabs .nav-link {
        border-radius: 8px;
        justify-content: center;
        width: 100%;
    }    .advocacy-wrapper .modern-tabs .nav-item {
        margin-bottom: 0.5rem;
        width: 100%;
        display: block;
    }.advocacy-wrapper .modern-tabs {
    border: none;
    margin-bottom: 0;
    justify-content: center;
    position: relative;
}
}
/* ====== Toggle Menu (Mobile Only) ====== */
@media (max-width: 992px) {

    nav.nav-bar {
    position: relative;
}
  .nav-bar ul {
    display: none;
    flex-direction: column;
    background: #fff;
    padding: 15px;
    border-top: 1px solid #ddd;
  }

  .nav-bar ul.active {
    display: flex;
  }

    .menu-toggle {
        background: none;
        border: none;
        font-size: 26px;
        color: #333;
        cursor: pointer;
        background: #fff;
        width: 40px;
        height: 40px;
        display: flex
;
        justify-content: center;
        align-items: center;
    }
.nav-bar {
    background-color: #052866;
    padding: 10px 0;
    display: block;
}
  /* Optional: smooth dropdown effect */
  .nav-bar ul {
    transition: all 0.3s ease;
  }
}

@media(max-width: 480px){
    
}

@media(max-width: 360px){

    
}



