@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Istok+Web:wght@400;700&display=swap');


:root {

    --fontpop: 'Poppins', sans-serif;
    --fontmon: 'Montserrat', sans-serif;
    --fontmerri: 'Merriweather', serif;
    --font-size-base: 16px;
}

.top-regno {
    color: #4c4949;
    font-size: 15px;
}



.top-address {
    color: #fff;
    font-size: 14px;
}

.logo-nefscun {
    margin-bottom: 0;
    margin-left: auto;
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    padding: 5px;
    z-index: 9999;
}


ul {
    list-style: none;
    margin: 0%;
    padding: 0%;
}

.header-sec-left-ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

@media screen and (max-width: 992px) {

    .header-sec .header-sec-left,
    .header-sec .header-sec-right,
    .btm-footer .btm-footer-left,
    .btm-footer .btm-footer-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .header-sec .header-sec-left::after {
        display: none;
    }
}

@media screen and (max-width: 992px) {

    .header-sec .header-sec-left,
    .header-sec .header-sec-right,
    .btm-footer .btm-footer-left,
    .btm-footer .btm-footer-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .header-sec .header-sec-right::after {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    .header-sec .header-sec-right {
        padding: 0px 30px;
    }
}

@media screen and (max-width: 1100px) {
    .header-sec .header-sec-left {
        padding: 15px 30px;
    }
}

/* logo and name  */



.navbar {
    background-color: #E3F2FD;
    border-radius: 50px;
    position: fixed;
    transition: .4s linear;
    z-index: 9;
    width: 100%;

}

.navbar.sticky {
    background: rgba(175, 222, 229, 0.25);

    border: 1px solid rgba(244, 238, 228, 0.4);

    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);

    backdrop-filter: blur(15px);

    -webkit-backdrop-filter: blur(15px);
    border-radius: 0;
    width: 100%;
    top: -3%;
    right: 0%;

    padding: 0.75rem 4rem;
}


.navbar-brand {
    font-family: 'Inter', sans-serif;
    font-weight: 500;

    font-size: 14px;
    line-height: 1.5;

    color: #000;

}

.navbar-brand img {
    height: 60px;
    width: 60px;
}

.nav-inside {
    padding-left: 4rem;
    padding-right: 1.5rem;
    margin-top: 1rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;

    font-size: 15px;

}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #F00031;

}

.navbar-nav {
    padding-right: 4rem;
}

.nav-item {
    padding-right: 0.5rem;
}

.btn-nav {
    background-color: #F00031;
    color: white;
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;

    font-size: 15px;
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}


.btn-nav:focus {
    box-shadow: none;

}

.btn-nav::after {
    transition: transform 0.3s;
}

.dropdown-menu {
    background-color: #ffffff;

    border: none;
    border-radius: 10px;
    padding: 0;
    width: 100%;

    min-width: unset;
}

.dropdown-menu.show {
    width: auto;
    min-width: 100%;

}

.dropdown-item {
    color: black;
    padding: 10px 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;

    font-size: 15px;
    border-radius: 50px;
    text-align: left;
    transition: background-color 0.3s;
}

.dropdown-item:hover {
    background-color: #F5F5F5;

    color: black;
}


.btn-nav[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.dropdown-menu-end {
    margin-top: 0.5rem;

}

.btn-nav:hover {
    background-color: #E0002E;
    color: white;
}

.navbar-collapse {
    text-align: left;
}

.navbar-nav {
    margin-left: 0;
    align-items: flex-start;
}


@media (max-width: 991px) {
    .navbar-nav .nav-link {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .navbar.sticky {


        padding: 0.75rem 2rem;
        top: -1%;
    }

    .nav-inside {
        padding-left: 2rem;
        padding-right: 2rem;
        margin-top: 0.3rem;
    }

    .navbar-brand img {
        height: 40px;
        width: 40px;
    }

    .navbar-brand {
        font-size: 12px;
    }

    .navbar-toggler-icon {
        height: 20px;
        width: 20px;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .navbar.sticky {


        padding: 0.75rem 2rem;
        top: -1%;
    }

    .nav-inside {
        padding-left: 2rem;
        padding-right: 2rem;
        margin-top: 0.3rem;
    }

    .navbar-brand img {
        height: 40px;
        width: 40px;
    }

    .navbar-brand {
        font-size: 12px;
    }

    .navbar-toggler-icon {
        height: 20px;
        width: 20px;
    }
}

@media (min-width: 990px) and (max-width: 1150px) {
    .navbar-nav {
        padding-right: 0.2rem;
    }

    .nav-item {
        padding-right: 0.2rem;
    }

    .nav-inside {
        padding-left: 2rem;
    }


}

@media (min-width: 990px) and (max-width: 1300px) {
    .navbar.sticky {
        padding: 0.75rem 2rem;
    }

}

/* button  */




.btm-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end;
}

.btm-footer .btm-footer-left {
    background-color: #de0024;
    height: 30px;
    padding: 0px 40px;
}

.btm-footer .btm-footer-left,
.btm-footer .btm-footer-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}

.btm-footer-left-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 30px;
}

.btm-footer-left-inner .url-footer a {
    color: #fff;
    text-decoration: none;
}

ul.top-social {
    display: inline-flex;
    margin-bottom: 0;
}

.btm-footer-left-inner .top-social li {
    margin-bottom: 0;
}

p,
li,
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
    font: normal 400 14px / 1.4 'open sans';
}


.btm-footer .btm-footer-right {
    background-color: #009f3d;
    height: 80px;
    padding: 10px 40px;
}

.btm-footer .btm-footer-left,
.btm-footer .btm-footer-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}

.btm-footer-right-ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 30px;
    margin-left: 20px;
    margin-bottom: 0;
}

.btm-footer-right-ul li {
    margin-bottom: 2px !important;
}

.btm-footer-right-ul li a {
    text-decoration: none;
}

.top-address {
    color: #fff;
    font-size: 14px;
}

.btm-footer .btm-footer-left::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 30px solid #de0024;
    border-right: 20px solid #ffffff;
}

.btm-footer .btm-footer-right::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 80px solid #009f3d;
    border-left: 55px solid #ffffff;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    list-style: none;
    vertical-align: baseline;
    font-family: 'open sans';
}

ul.top-social li a {
    font-family: 'open sans';
    color: #fff;
    text-decoration: none;
    margin: 0 8px;
    font-size: 12px;
    vertical-align: middle;
}

.btm-footer-right-ul li a,
.btm-footer-right-ul li span {
    color: #fff;
}

@media screen and (max-width: 992px) {

    .header-sec .header-sec-left,
    .header-sec .header-sec-right,
    .btm-footer .btm-footer-left,
    .btm-footer .btm-footer-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .btm-footer .btm-footer-left::after {
        display: none;
    }
}

@media screen and (max-width: 992px) {

    .header-sec .header-sec-left,
    .header-sec .header-sec-right,
    .btm-footer .btm-footer-left,
    .btm-footer .btm-footer-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .btm-footer .btm-footer-right::after {
        display: none;
    }
}

/* footer  */


@media screen and (max-width: 480px) {
    .logo-nefscun {
        width: 80px !important;
        height: 80px !important;
        right: -30px !important;
    }
}

@media screen and (max-width: 768px) {
    .logo-nefscun {
        width: 80px;
        height: 80px;
        right: -10px;
    }
}

@media screen and (max-width: 992px) {
    .logo-nefscun {
        position: relative;
        top: -80px;
    }
}

.logo-nefscun {
    margin-bottom: 0;
    margin-left: auto;
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    padding: 5px;
    z-index: 9999;
}

.logo-nefscun img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .header-sec-left-ul {
        margin-bottom: 0.3rem;
        flex-direction: column;
    }
}




/* container fluid  */
@media (min-width: 1400px) {
    .container-fluid {
        max-width: 1400px !important;
    }

}

@media (min-width: 481px) and (max-width: 615px) {
    .container-fluid {
        max-width: 481px !important;
    }
}

@media (min-width: 616px) and (max-width: 768px) {
    .container-fluid {
        max-width: 600px !important;
    }
}

@media (min-width: 769px) and (max-width: 900px) {
    .container-fluid {
        max-width: 769px !important;
    }

}

@media (min-width: 901px) and (max-width: 1000px) {
    .container-fluid {
        max-width: 900px !important;
    }

}

@media (min-width: 1001px) and (max-width: 1199px) {
    .container-fluid {
        max-width: 1001px !important;
    }

}

@media (min-width: 1200px) and (max-width: 1299px) {
    .container-fluid {
        max-width: 1200px !important;
    }

}

@media (min-width: 1300px) and (max-width: 1399px) {
    .container-fluid {
        max-width: 1300px !important;
    }

}


/* hero section  */

.hero {
    padding-top: 7rem;
    position: relative;
    padding-left: 4rem;
    padding-right: 4rem;
}

.carousel-item img {
    height: 40rem;
    object-fit: cover;
    object-position: top;
    width: 100%;
}

.custom-card {
    background-color: rgba(227, 242, 253, 0.7);

    backdrop-filter: blur(5px);

    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

    font-family: 'Inter', sans-serif;
    font-weight: 700;

    font-size: 32px;
}

.custom-card p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;

    font-size: 16px;
}

.one-button {
    background-color: #F5F5F5;

    color: black;
    border-left-color: #F00031;
    border-left-width: 0.5rem;

    border-radius: 0;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 16px;
    font-weight: 600;

}

.one-button:hover {

    background-color: #F00031;
    color: #fff;
}

.hero-caption {
    position: absolute;
    top: 55%;
    right: 1%;
    width: 40%;
}
.yearslogo{

    position: absolute;
    top: 1%;
    right: 0.5%;

}
.yearslogo img{
    height: 100px;
    width: 100px;

}


@media (max-width: 480px) {
    .hero {
        padding-top: 4.3rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .carousel-item img {
        height: 20rem;
    }

    .custom-card h2 {
        font-size: 20px;

    }

    .custom-card {
        padding: 1rem;

    }

    .custom-card p {
        font-size: 12px;
    }

    .one-button {
        font-size: 12px;
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }

    .hero-caption {
        top: 30%;
        right: 5%;
        width: 90%;
    }
    .yearslogo img{
        height: 60px;
        width: 60px;

    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .hero {
        padding-top: 4.3rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .carousel-item img {
        height: 30rem;
    }

    .custom-card h2 {
        font-size: 20px;

    }

    .custom-card {
        padding: 1rem;

    }

    .custom-card p {
        font-size: 12px;
    }

    .one-button {
        font-size: 12px;
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }

    .hero-caption {
        top: 55%;
        right: 5%;
        width: 90%;
    }
}

@media (min-width: 769px) and (max-width: 1300px) {
    .hero-caption {
        top: 52%;
        right: 5%;
        width: 55%;
    }

}


/* services section  */
.services {
    padding: 3rem 4rem;
    background: linear-gradient(180deg, #FFFFFF 0%, #E3F2FD 100%);

    padding-bottom: 1rem !important;
}

.slider-wrapper {

    overflow: hidden;
    max-width: 75%;
    margin: auto;
    margin-bottom: 3rem !important;

}

.swiper-slide {
    border: none;
}


@media screen and (max-width: 480px) {
    .swiper {
        padding: 2rem 1rem;
    }



    .slider-wrapper {

        margin-bottom: 0rem !important;

    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .swiper {

        padding: 2rem 0rem;
    }


}

@media (min-width: 769px) and (max-width: 991px) {
    .swiper {

        padding: 2rem 3rem;
    }

    .slider-wrapper {

        overflow: hidden;
        max-width: 90%;
        margin: auto;
        margin-bottom: 3rem !important;

    }


}



.section-header {
    font-family: 'Merriweather', serif;

    font-weight: 700;

    font-size: 40px;

    line-height: 1.2;

    color: #000;

}

.leaftitle {
    display: inline-block;
    background-color: #008000;

    color: #fff;

    font-family: 'Merriweather', serif;

    font-size: 14px;

    font-weight: 500;

    padding: 0.5rem 3rem;

    border: none;

    border-top-left-radius: 5rem;
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 5rem;
    border-bottom-left-radius: 0rem;
    text-align: center;


}

.wrapservices {
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.custom-card1 {
    width: 18rem;
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 2rem;
    background-color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-card1:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.icon-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 2rem;

}

.icon-wrapper {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 3px solid #0056b3;
    /* Border color */
    transform: rotate(45deg);
    /* Make the square a diamond */

}


.custom-card1:hover .icon-wrapper {

    background-color: #0056B3;
}

.icon-wrapper svg {
    transform: rotate(-45deg);
}

.icon-wrapper svg path {
    transition: stroke 0.3s ease;


}

.custom-card1:hover svg g path {
    stroke: #fff;
}



.custom-card1 h5 {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 10px;
    color: #000;
}

.custom-card1 p {
    font-size: 0.9rem;
    color: #6c757d;
}

.servprev,
.servnext {
    background-color: #fff;

    border: 1px solid #C1C1C1;

    border-radius: 8px;

    width: 30px;

    height: 30px;

    display: flex;

    justify-content: center;
    align-items: center;
    cursor: pointer;

}

.servprev:hover {
    background-color: #0056B3;
}

.servprev:hover svg path {
    stroke: #fff;

}

.servnext:hover {
    background-color: #0056B3;
}

.servnext:hover svg path {
    stroke: #fff;

}



.servprev::after,
.servnext::after {
    content: '';

}

.servprev {
    top: 56%;
    left: 5%;
}

.servnext {
    top: 56%;
    right: 5%;
}

@media (max-width: 480px) {

    .services {
        padding: 1rem 1rem;

    }

    .section-header {
        font-size: 24px;
        line-height: 1.1;

    }

    .leaftitle {
        font-size: 12px;
        padding: 0.3rem 1rem;
    }

    .wrapservices {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }

    .custom-card1 {
        width: 100%;
        padding: 1.5rem;
    }

    .icon-wrapper {
        width: 60px;
        height: 60px;
    }

    .icon-wrapper svg {
        width: 32px;
        height: 32px;
    }

    .custom-card1 h5 {
        font-size: 1rem;
    }

    .custom-card1 p {
        font-size: 0.8rem;
    }

    .servprev,
    .servnext {
        width: 25px;
        height: 25px;
        border-radius: 6px;
    }

    .servprev {
        left: 6%;
    }

    .servnext {
        right: 6%;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .services {
        padding: 2rem 1rem;

    }

    .section-header {
        font-size: 32px;
    }

    .leaftitle {
        font-size: 14px;
        padding: 0.5rem 2.5rem;
    }

    .custom-card1 {
        width: 100%;
        padding: 1.5rem;
    }

    .icon-wrapper {
        width: 80px;
        height: 80px;
    }

    .custom-card1 h5 {
        font-size: 1.1rem;
    }

    .custom-card1 p {
        font-size: 0.85rem;
    }

    .servprev,
    .servnext {
        width: 28px;
        height: 28px;
    }
}


/* our core values section  */

.core-values {
    background-color: #D6EAF8;
    padding: 3rem 4rem;
}



.core-values .card {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.core-values svg {
    min-width: 24px;
    min-height: 24px;
}

.value-pic {
    width: 25rem;
    height: 25rem;

    overflow: hidden;




}

.value-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;



}

.mission-header h5 {
    font-family: 'Merriweather', serif;

    font-size: 20px;

    font-weight: 600;
}





.mission-header p {
    font-family: 'Merriweather', serif;

    font-size: 16px;

    font-weight: 500;
    color: #626060;
    text-align: justify;
}

.mission-header svg {
    margin-right: 1rem;
}


@media (max-width: 480px) {
    .core-values {
        padding: 2rem 1rem;
    }

    .core-values .card {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .core-values svg {
        min-width: 20px;
        min-height: 20px;
    }

    .value-pic {
        width: 15rem;
        height: 15rem;
    }

    .mission-header h5
    {
        font-size: 16px;

    }

    .chairmain-name p {
        font-size: 14px;

    }

    .mission-header svg {
        margin-right: 0.5rem;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .core-values {
        padding: 2rem 1rem;
    }



    .core-values svg {
        min-width: 22px;
        min-height: 22px;
    }

    .core-values .card {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .value-pic {
        width: 22rem;
        height: 22rem;
    }

    .mission-header h5 {
        font-size: 18px;
    }


    .mission-header p {
        font-size: 15px;
    }

    .mission-header svg {
        margin-right: 0.8rem;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .value-pic {
        width: 20rem;
        margin-bottom: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

@media (min-width: 992px) and (max-width: 1200px) {
    .value-pic {
        width: 20rem;
    }

}

/* organizations profile section  */

.organizations-profile {
    padding: 3rem 4rem;
}

.organizations-profile {
    position: relative;
    background-color: #e3f2fd;

    overflow: hidden;
}

.organizations-profile img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.organizations-profile .badge {
    font-size: 14px;
    font-weight: 500;
    border-radius: 15px;
}

.card-member h5 {
    font-family: 'Merriweather', serif;

    font-size: 14px;

    font-weight: 600;
    color: #0056B3;
}

.card-member p {
    font-family: 'Merriweather', serif;

    font-size: 20px;

    font-weight: 600;

}

@media (max-width: 480px) {
    .organizations-profile {
        padding: 2rem 1rem;
    }

    .organizations-profile img {
        height: auto;
        width: 100%;
        object-fit: contain;
    }

    .organizations-profile .badge {
        font-size: 12px;
        font-weight: 400;
        border-radius: 10px;
    }

    .card-member h5 {
        font-size: 12px;
        text-align: center;
    }

    .card-member p {
        font-size: 16px;
        text-align: center;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .organizations-profile {
        padding: 2rem 1rem;
    }

    .organizations-profile img {
        height: auto;
        height: auto;
        object-fit: cover;
    }

    .organizations-profile .badge {
        font-size: 13px;
        border-radius: 12px;
    }

    .card-member h5 {
        font-size: 13px;
    }

    .card-member p {
        font-size: 18px;
    }
}

/* membership section  */

.membership-section {
    background: linear-gradient(to bottom, #E3F2FD 0%, #FFFFFF 50%, #E3F2FD 100%);
    padding: 3rem 4rem;
}

.membership-item {
    margin-bottom: 40px;
}



.membership-number {
    font-family: 'Merriweather', serif;

    font-size: 64px;

    font-weight: 600;
    color: #0056B3;
}

.dotted-line {
    width: 2px;

    height: 150px;

    background: repeating-linear-gradient(to bottom,
            #FFD700 0,
            #FFD700 4px,
            transparent 4px,
            transparent 8px);
    margin: 0 auto;

}

.membership-desc h3 {
    font-family: 'Merriweather', serif;

    font-size: 24px;

    font-weight: 600;

}

.membership-desc p {
    font-family: 'Merriweather', serif;

    font-size: 16px;

    font-weight: 500;
    color: #626060;

}

.member-pic {
    width: 36rem;
    height: 18rem;


    overflow: hidden;


}

.member-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;


}


.two-button {
    background-color: #A9A9A9;

    color: black;
    border-left-color: #F00031;
    border-left-width: 0.5rem;

    border-radius: 0;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 16px;
    font-weight: 700;

}

.two-button:hover {
    background-color: #F00031;

    color: rgb(255, 255, 255);
}

@media (min-width: 992px) {
    .small {
        display: none;
    }

}

@media (max-width: 480px) {
    .large {
        display: none;
    }

    .membership-section {
        padding: 2rem 1rem;
    }

    .membership-number {
        font-size: 48px;
    }

    .dotted-line {
        height: 100px;
    }

    .membership-desc h3 {
        font-size: 20px;
    }

    .membership-desc p {
        font-size: 14px;
    }

    .member-pic {
        width: 100%;
        height: 10rem;
    }

    .two-button {
        font-size: 14px;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .large {
        display: none;
    }

    .membership-section {
        padding: 2rem 1rem;
    }

    .membership-number {
        font-size: 48px;
    }

    .dotted-line {
        height: 100px;
    }

    .membership-desc h3 {
        font-size: 22px;
    }

    .membership-desc p {
        font-size: 16px;
    }

    .member-pic {
        width: 100%;
        height: 18rem;
    }

    .two-button {
        font-size: 14px;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .large {
        display: none;
    }


    .membership-number {
        font-size: 48px;
    }


    .membership-desc h3 {
        font-size: 22px;
    }

    .membership-desc p {
        font-size: 16px;
    }

    .member-pic {
        width: 100%;
        height: 18rem;
    }


}

@media (min-width: 992px) and (max-width: 1100px) {
    .member-pic {
        width: 22rem;
        height: 18rem;


        overflow: hidden;


    }

    .membership-desc {
        width: 22rem;
    }
}

@media (min-width: 1101px) and (max-width: 1200px) {
    .member-pic {
        width: 24rem;
        height: 18rem;


        overflow: hidden;


    }

    .membership-desc {
        width: 24rem;
    }
}

@media (min-width: 1201px) and (max-width: 1300px) {
    .member-pic {
        width: 27rem;
        height: 18rem;


        overflow: hidden;


    }

    .membership-desc {
        width: 27rem;
    }
}

@media (min-width: 1301px) and (max-width: 1400px) {
    .member-pic {
        width: 29rem;
        height: 18rem;


        overflow: hidden;


    }

    .membership-desc {
        width: 29rem;
    }
}

@media (min-width: 1401px) and (max-width: 1510px) {
    .member-pic {
        width: 32rem;
        height: 18rem;


        overflow: hidden;


    }

    .membership-desc {
        width: 32rem;
    }
}





/* testimonial section  */
.testimonial {
    padding: 3rem 4rem;
    position: relative;
}

.testimonial-card {



    border-radius: 12px;

    max-width: 1000px;
    max-height: 800px;

}

.testimonial-box {
    background-color: #E3F2FD;
    padding: 3rem;


    padding-left: 7rem !important;
    border-radius: 6rem;
    height: 18rem;
    display: flex;
    margin-left: 5rem;

    justify-content: center;
    flex-direction: column;
}

.testimonial-image img {
    width: 12rem;
    height: 12rem;
    object-fit: cover;
}

.testimonial-image {
    position: absolute;
    bottom: 20%;
    right: 73%;
}

.quote {
    position: absolute;
    bottom: 86%;
    right: 20%;
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.6;
    color: #7A7A7A;
}

.client-name {
    color: #000000;
    font-size: 24px;
}


.testprev,
.testnext {
    background-color: #fff;

    border: 1px solid #C1C1C1;

    border-radius: 8px;

    width: 30px;

    height: 30px;

    display: flex;

    justify-content: center;
    align-items: center;
    cursor: pointer;

    opacity: 1 !important;
}

.testprev:hover {
    background-color: #0056B3;
}

.testprev:hover svg path {
    stroke: #fff;

}

.testnext:hover {
    background-color: #0056B3;
}

.testnext:hover svg path {
    stroke: #fff;

}



.testprev::after,
.testnext::after {
    content: '';

}

.testprev {
    top: 46%;
    left: 0%;
}

.testnext {
    top: 46%;
    right: 0%;
}

@media (max-width: 480px) {
    .testimonial {
        padding: 2rem 1rem;
    }

    .testimonial-card {
        max-width: 100%;
        max-height: auto;
    }

    .testimonial-box {
        padding: 2rem;
        padding-left: 1rem !important;
        border-radius: 2rem;
        height: 20rem;
        margin-left: 0;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 3rem;
        padding-top: 3rem !important;
    }

    .testimonial-image {
        bottom: 66%;
        right: 36%;
        margin-bottom: 1rem;
    }

    .testimonial-image img {
        width: 6rem;
        height: 6rem;
    }

    .quote {
        display: none;
    }

    .testimonial-text {
        font-size: 14px;
        line-height: 1.4;
    }

    .client-name {
        font-size: 18px;
    }

    .testprev,
    .testnext {
        width: 24px;
        height: 24px;

        margin: 0.5rem;
    }


}

@media (min-width: 480px) and (max-width: 768px) {
    .testimonial {
        padding: 2rem 1rem;
    }

    .testimonial-card {
        max-width: 100%;
        max-height: auto;
    }

    .testimonial-box {
        padding: 2rem;
        padding-left: 1rem !important;
        border-radius: 2rem;
        height: 20rem;
        margin-left: 0;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 3rem;
        padding-top: 3rem !important;
    }

    .testimonial-image {
        bottom: 66%;
        right: 41%;
        margin-bottom: 1rem;
    }

    .testimonial-image img {
        width: 7rem;
        height: 7rem;
    }

    .quote {
        display: none;
    }

    .testimonial-text {
        font-size: 16px;
        line-height: 1.4;
    }

    .client-name {
        font-size: 18px;
    }

    .testprev,
    .testnext {
        width: 24px;
        height: 24px;

        margin: 0.5rem;
    }

    .testprev {
        top: 46%;
        left: -2%;
    }

    .testnext {
        top: 46%;
        right: -2%;
    }

}

@media (min-width: 769px) and (max-width: 940px) {
    .testimonial-image img {
        width: 8rem;
        height: 8rem;
        object-fit: cover;
    }

    .testimonial-image {
        position: absolute;
        bottom: 26%;
        right: 74%;
    }
}

@media (min-width: 941px) and (max-width: 1000px) {
    .testimonial-image img {
        width: 10rem;
        height: 10rem;
        object-fit: cover;
    }

    .testimonial-image {
        position: absolute;
        bottom: 23%;
        right: 78%;
    }
}

@media (min-width: 1001px) and (max-width: 1100px) {
    .testimonial-image img {
        width: 10rem;
        height: 10rem;
        object-fit: cover;
    }

    .testimonial-image {
        position: absolute;
        bottom: 23%;
        right: 78%;
    }
}

@media (min-width: 1101px) and (max-width: 1200px) {
    .testimonial-image img {
        width: 10rem;
        height: 10rem;
        object-fit: cover;
    }

    .testimonial-image {
        position: absolute;
        bottom: 23%;
        right: 78%;
    }
}

@media (min-width: 1201px) and (max-width: 1300px) {
    .testimonial-image img {
        width: 11rem;
        height: 11rem;
        object-fit: cover;
    }

    .testimonial-image {
        position: absolute;
        bottom: 23%;
        right: 78%;
    }
}

@media (min-width: 1301px) and (max-width: 1400px) {
    .testimonial-image img {
        width: 11rem;
        height: 11rem;
        object-fit: cover;
    }

    .testimonial-image {
        position: absolute;
        bottom: 23%;
        right: 78%;
    }
}



/* faqs section here  */
.faq {
    padding: 3rem 4rem;
    background: linear-gradient(180deg, #FFFFFF 0%, #E3F2FD 100%);
}

.accordion-button {
    background-color: #fff;
    border: none;
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.1), 19px 4px 20px rgba(0, 0, 0, 0.1);
    padding-left: 3rem;
    padding-right: 3rem;

}


.accordion-item {
    border: none;
    border-radius: 10px;
    background: #f8f9fa;

}

.accordion-header {
    font-family: 'Merriweather', serif;

    font-size: 20px;

    font-weight: 700;
}

.accordion {
    padding-left: 8rem;
    padding-right: 8rem;
    padding-bottom: 2rem;
}

.accordion-body {
    font-size: 14px;
    line-height: 1.5;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #fff;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.1), 19px 4px 20px rgba(0, 0, 0, 0.1);
    padding-left: 3rem;
    padding-right: 3rem;
    font-family: 'Merriweather', serif;

    font-size: 14px;

    font-weight: 500;
    color: #626060;
}

.accordion-button:not(.collapsed) {

    background-color: #fff;
    box-shadow: none;
}

@media (max-width: 480px) {
    .faq {
        padding: 2rem 1rem;
    }

    .accordion {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .accordion-button {
        font-size: 14px;
        padding: 10px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .accordion-header {
        font-size: 16px;
    }

    .accordion-body {
        font-size: 12px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .faq {
        padding: 2rem 1rem;
    }

    .accordion-button {
        font-size: 15px;
        padding: 14px;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .accordion-item {
        border-radius: 9px;
    }

    .accordion-header {
        font-size: 19px;
    }

    .accordion {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-bottom: 1.5rem;
    }

    .accordion-body {
        font-size: 13px;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* news section here  */
.news-section {
    padding: 3rem 4rem;
}

.wrapnews {
    padding-top: 4rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.newscard {
    padding: 1rem;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1), -4px 4px 8px rgba(0, 0, 0, 0.1);
    height: 19rem;
}

.newscard small {
    font-family: 'Merriweather', serif;

    font-size: 10px;

    font-weight: 500;
    color: #626060;
    padding-top: 0.3rem;
}

.newscard h5 {
    font-family: 'Merriweather', serif;

    font-size: 16px;

    font-weight: 700;
    color: #000;

}

.readbutton {
    color: #F00031;
    text-decoration: none;
}

.readbutton:hover {
    text-decoration: underline;
    text-decoration-color: #F00031;
}

@media (max-width: 480px) {
    .news-section {
        padding: 2rem 1rem;
    }

    .wrapnews {
        padding-top: 2rem;
        padding-bottom: 1rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .newscard {
        padding: 0.5rem;
        height: auto;
    }

    .newscard small {
        font-size: 8px;
    }

    .newscard h5 {
        font-size: 14px;
    }

    .readbutton {
        font-size: 14px;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .news-section {
        padding: 2rem 1rem;
    }

    .wrapnews {
        padding-top: 3rem;
        padding-bottom: 1rem;
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }

    .newscard {
        padding: 0.8rem;
        height: auto;
    }

    .newscard small {
        font-size: 11px;
    }

    .newscard h5 {
        font-size: 15px;
    }

    .readbutton {
        font-size: 15px;
    }
}
@media (min-width: 769px) and (max-width: 1500px){
    .newscard {

        height: auto;
    }
}



/* footer is here  */
.footer-section {
    padding: 1rem 4rem;
    background-color: #D6EAF8;
}

.customer-support h5 {
    font-size: 20px;
    font-family: 'Inter', serif;
    font-weight: 500;
}

.customer-support ul li a{
    font-size: 16px;
    font-family: 'Inter', serif;
    font-weight: 500;
    padding-top: 0.5rem;
    text-decoration: none;
}
.customer-support li a:hover{
    text-decoration: underline;
}

@media (max-width: 480px) {
    .footer-section {
        padding: 2rem 1rem;
    }

    .customer-support {
        text-align: left !important;
    }

    .customer-support h5 {
        padding-top: 1rem;
        font-size: 16px;
    }

    .customer-support li {
        font-size: 14px;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .footer-section {
        padding: 2rem 1rem;
    }

    .customer-support {
        text-align: left !important;
    }

    .customer-support h5 {
        padding-top: 1rem;
        font-size: 16px;
    }

    .customer-support li {
        font-size: 14px;
    }
}

/* about us  */


.main {
    position: relative;
    height: 15rem;
    color: #fff;
    padding-top: 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7rem;
  }

  .main img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }

  .main .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
  }

  .about{
    padding: 3rem 4rem;
    background-color: #F5F5F5;
  }

  .about-text{
    font-family: var(--fontpop);
    font-size: 16px;

    font-weight: 400;
    text-align: justify;
    padding-bottom: 1rem;
    line-height: 1.5;
  }

  .about-text p{
    font-family: var(--fontpop);
    font-size: 16px;
    color: black;
    font-weight: 500;
    text-align: justify;
    padding-bottom: 1rem;
    line-height: 1.5;
  }
  .about-text ul li{
    font-family: var(--fontpop);
    font-size: 16px;
    color: black;
    font-weight: 500;
    text-align: justify;
    padding-bottom: 1rem;
  }

  .page-title {
    font-family: var(--fontmon);
    font-size: 42px;

    font-weight: bold;
    position: relative;
    z-index: 2;

  }
.aboutpic{
    height: auto;

    padding-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .aboutpic img{

        object-fit: cover;

  }
  .signature {
    font-size: 16px;
    color: #000;
}

.signature p {
    margin: 5px 0;
    font-family: var(--fontmon);
    font-size: 16px;
    font-weight: 500;
}



  @media (max-width: 480px) {
    .about{
        padding: 2rem 1rem;
      }
    .main{
      padding: 5rem 1rem;
      height: 12rem;
    }

    .page-title text{
      font-size: 25px;
      padding-left: 1rem;
    }
    .page-title{
      padding-top: 2rem;
      font-size: 25px;
    }


  }

  @media (min-width: 481px) and (max-width: 768px) {

    .main{
      padding: 5rem 2rem;
      height: 15rem;
    }
    .about{
        padding: 2rem 2rem;
      }

    .page-title text{
      font-size: 28px;
      padding-left: 1rem;
    }
    .page-title{
      padding-top: 3rem;
    }

  }

  @media (min-width: 769px) and (max-width: 1000px) {
    .about{
        padding: 2rem 4rem;
      }
    .main{
      padding: 5rem 4rem;
    }

    .section-title {
      font-size: 36px;
    }


  }



  /* contact us  */

  .contact-section {
    padding: 3rem 4rem;
    background-color: #F5F5F5;
}

.form-label {
    font-weight: 500;
}

.contact-details i {
    color: #007bff;
    margin-right: 8px;
}

.map-embed {
    border: 0;
    width: 100%;
    height: 26rem;
    position: relative;
}



@media (max-width: 480px) {

  .contact-section {
    padding: 2rem 1rem;

}

  }

  @media (min-width: 481px) and (max-width: 768px) {

    .contact-section {
        padding: 2rem 2rem;

    }

  }

  @media (min-width: 769px) and (max-width: 1000px) {
    .contact-section {
        padding: 3rem 4rem;

    }


  }


    /* faq  */

    .faq{
        background-color: #F5F5F5 !important;
      }




    /* membership  */


  .membership-section{
    background-color: #F5F5F5;
  }


  /* news  */


  .news-section{
    background-color: #F5F5F5;
  }


  /* newsdetails  */
  @media (max-width: 480px){

    .herotitle{
        font-size: 28px;
    }
    .newsimage{
        position: relative;
 
    }
    .main-content{
        margin-bottom: 1rem;
    }
  }
  @media (min-width: 480px) and (max-width: 768px){

    .main-content{
        margin-bottom: 1rem;
    }

  }


.ourteam{
    padding: 3rem 4rem;
    background-color: #F5F5F5;
}
.mainpart{
    padding: 4rem 8rem;
    background-color: #F5F5F5;
 }


.main-content{
    padding-right: 3rem;
}

  .sidebar-title {
    font-weight: 600;

  }
  .trending-item {
    display: flex;
    margin-bottom: 15px;
    /* border-radius: 1rem; */
  }
  .trending-item:hover{
    background-color: #D6EAF8;
    cursor: pointer;
  }
  .trending-item img {
    width: 8rem;
    height: 5rem;
    object-fit: cover;

    margin-right: 10px;
  }
  .trending-item small {
    font-size: 0.85rem;
  }
  .newsimage {
    position: relative;


}

.newsimage img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 2;




}
.datenews{
    color: #525252;
}
.datenews img{
  height: 2rem;
}
.news-title1{
  font-size: 1rem;
  font-weight: 600;
}

@media (max-width: 480px){

.mainpart {
  padding: 3rem 1rem;
}
.main-content {
  padding-right: 1rem;
}
.news-title1 {
  font-size: 0.8rem;
  font-weight: 600;
}
.trending-item small {
  font-size: 0.7rem;
}
}
@media (min-width: 481px) and (max-width: 768px){

.mainpart {
  padding: 3rem 2rem;
}
.main-content {
  padding-right: 1rem;
}
}



/* ourteam  */
.profile-img {
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    background-color: #ddd;
    display: inline-block;
    overflow: hidden;
  }
  .profile-img img{
    height: 15rem;
    width: auto;
    object-position: 10%;
  }
  .team-member {
    text-align: center;
  }
  .chairman {
    margin-bottom: 30px;
  }
  @media (min-width: 769px) and (max-width: 1100px){
    .profile-img {
        width: 10rem;
        height: 10rem;
        border-radius: 50%;
        background-color: #ddd;
        display: inline-block;
        overflow: hidden;
      }
      .profile-img img{
        height: 10rem;
        width: auto;
        object-position: 10%;
      }

  }


  /* testimonial  */


  .testimonial-card{
    position: relative;
  }

  .testimonial-image {
    position: absolute;
    bottom: 18%;
    right: 82%;
}

.testimonial{
    background-color: white;
}
@media (min-width: 769px) and (max-width: 940px) {
    .testimonial-image img {
        width: 8rem;
        height: 8rem;
        object-fit: cover;
    }

    .testimonial-image {
        position: absolute;
        bottom: 26%;
        right: 74%;
    }
}

@media (min-width: 941px) and (max-width: 1000px) {
    .testimonial-image img {
        width: 10rem;
        height: 10rem;
        object-fit: cover;
    }

    .testimonial-image {
        position: absolute;
        bottom: 23%;
        right: 78%;
    }
}

@media (min-width: 1001px) and (max-width: 1100px) {
    .testimonial-image img {
        width: 10rem;
        height: 10rem;
        object-fit: cover;
    }

    .testimonial-image {
        position: absolute;
        bottom: 23%;
        right: 78%;
    }
}

@media (min-width: 1101px) and (max-width: 1200px) {
    .testimonial-image img {
        width: 10rem;
        height: 10rem;
        object-fit: cover;
    }

    .testimonial-image {
        position: absolute;
        bottom: 23%;
        right: 78%;
    }
}

@media (min-width: 1201px) and (max-width: 1300px) {
    .testimonial-image img {
        width: 11rem;
        height: 11rem;
        object-fit: cover;
    }

    .testimonial-image {
        position: absolute;
        bottom: 23%;
        right: 80%;
    }
}

@media (min-width: 1301px) and (max-width: 1400px) {
    .testimonial-image img {
        width: 11rem;
        height: 11rem;
        object-fit: cover;
    }

    .testimonial-image {
        position: absolute;
        bottom: 23%;
        right: 80%;
    }
}

@media (min-width: 480px) and (max-width: 768px) {

    .testimonial-image {
        bottom: 66%;
        right: 41%;
        margin-bottom: 1rem;
    }

    .testimonial-image img {
        width: 7rem;
        height: 7rem;
    }
}

@media (max-width: 480px) {

    .testimonial-image {
        bottom: 66%;
        right: 36%;
        margin-bottom: 1rem;
    }

    .testimonial-image img {
        width: 6rem;
        height: 6rem;
    }

}

/* chairman message  */

.chairman-message {
    padding: 3rem 4rem;
    background: linear-gradient(180deg, #FFFFFF 0%, #E3F2FD 100%);
}
.content { line-height: 2;
}
.content p{
    font-family: 'Merriweather', serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    color: #626060;
    text-align: justify;

}
.chairman-info {
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;}

.chairman-name { font-weight: bold; margin-top: 10px; }


.chairman-pic {
    width: 28rem;
    height: 20rem;

    overflow: hidden;





}

.chairman-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;



}



@media (max-width: 480px) {


    .chairman-pic {
        width: 15rem;
        height: 15rem;
    }
    .chairman-message {
        padding: 2rem 1rem;

    }
}

@media (min-width: 480px) and (max-width: 768px) {


    .chairman-pic {
        width: 22rem;
        height: 22rem;
    }
    .chairman-message {
        padding: 2rem 1rem;

    }

}
@media (min-width: 769px) and (max-width: 991px){
    .chairman-pic {
        width: 16rem;
        height: 20rem;
        overflow: hidden;
    }
    .content p{

        font-size: 14px;


    }

}
@media (min-width: 992px) and (max-width: 1200px) {
    .chairman-pic {
        width: 22rem;
        height: 20rem;
        overflow: hidden;
    }
    .chairman-message {
        padding: 3% 3rem;

    }


}


/* outreach  */

.outreach {
    padding: 3rem 4rem;
    background: linear-gradient(180deg, #FFFFFF 0%, #E3F2FD 100%);
}


.info-box {
    width: 100%; /* Makes it flexible */
    max-width: 300px; /* Prevents it from getting too large */
    min-height: 270px; /* Ensures enough space */
    text-align: center;
    border: none;
    padding: 1rem;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
}
.image-frame {
    width: 100%;
    aspect-ratio: 1/1; /* Keeps images square */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.image-frame img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}
.info-content {
    padding-top: 10px;
}
.info-text {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Merriweather', serif;
}


@media (max-width: 480px) {


    .chairman-message {
        padding: 2rem 1rem;

    }
    .info-box{
        margin-bottom: 1rem;
    }
}

@media (min-width: 480px) and (max-width: 768px) {

    .chairman-message {
        padding: 2rem 1rem;

    }
    .info-box{
        margin-bottom: 1rem;
    }

}

@media (min-width: 769px) and (max-width: 1200px) {

    .chairman-message {
        padding: 3rem 3rem;

    }
    .info-box{
        margin-bottom: 1rem;
    }

}

/* coordination  */

.coordination {
    padding: 2rem 3rem;
    background: #F5F5F5;
}

@keyframes slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }

  .logos {
    overflow: hidden;
    padding: 10px 0;
    background: white;
    white-space: nowrap;
    position: relative;
  }

  .logos:before,
  .logos:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
  }

  .logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
  }

  .logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  }

  .logos:hover .logos-slide {
    animation-play-state: paused;
  }

  .logos-slide {
    display: inline-block;
    animation: 35s slide infinite linear;
  }

  .logos-slide img {
    height: 100px;
    margin: 0 40px;
  }


    @media (max-width: 480px) {
        .coordination {
            padding: 2rem 1rem;

        }
    }

    @media (min-width: 481px) and (max-width: 768px){
        .coordination{
          padding: 2rem 2rem;
        }
      }
    @media (min-width: 769px) and (max-width: 1000px){
            .coordination{
            padding: 2rem 4rem;
            }
        }
  /* services page  */

  .services-page{
    padding: 3rem 4rem;
    background-color: #F5F5F5;
}
.services-page h5{
    font-family: var(--fontmerri);
    font-size: 24px;
    font-weight: 700;
    color: #0056B3;

}
.services-page p{
    font-family: var(--fontmerri);
    font-size: 15px;
    font-weight: 500;
    color: var(--greyb);


}



  /* privacy policies  */

  .policies{
    padding: 3rem 4rem;
    background-color: #F5F5F5;
  }
  .privacy-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.privacy-title {
    font-weight: bold;
    color: #0056B3;
    text-align: center;
}
.privacy-text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}
.privacy-link {
    color: #0056B3;
    text-decoration: none;
}
.privacy-link:hover {
    text-decoration: underline;
}



@media (max-width: 480px){
    .policies{
        padding: 2rem 1rem;
    }

}
@media (min-width: 481px) and (max-width: 768px){
    .policies{
      padding: 2rem 2rem;

    }

  }
  @media (min-width: 769px) and (max-width: 1000px){
    .policies{
      padding: 2rem 4rem;

    }
  }


    @media (max-width: 480px){
        .policies{
            padding: 2rem 1rem;
        }

    }
    @media (min-width: 481px) and (max-width: 768px){
        .policies{
          padding: 2rem 2rem;

        }

      }
      @media (min-width: 769px) and (max-width: 1000px){
        .policies{
          padding: 2rem 4rem;

        }
      }



      /* gallery  */
.gallery{
    padding: 3rem 6rem;
    background-color: var(--backwhite);

}


.image-container {
    position: relative;
    overflow: hidden;
}
.image-container img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}
.download-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.6);
    color: white;
    padding: 8px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 16px;
}
.download-btn:hover {
    background: rgba(255, 255, 255, 1);
}

@media (max-width: 480px){
    .gallery{
        padding: 2rem 1rem;
    }

}
@media (min-width: 481px) and (max-width: 768px){
    .gallery {
      padding: 2rem 2rem;

    }

  }
  @media (min-width: 769px) and (max-width: 1000px){
    .gallery {
      padding: 2rem 4rem;

    }
  }





  /* annual reports  */


  .reports{
    padding: 3rem 6rem;
    background-color: #F5F5F5;
  }

  .report-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 10px;
    background: #f9f9f9;
}
.downloadbtn {
    background: #0056B3;
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    transition: box-shadow 0.3s ease;
}
.downloadbtn:hover {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
}

@media (max-width: 480px){
    .reports{
        padding: 2rem 1rem;
    }

}
@media (min-width: 481px) and (max-width: 768px){
    .reports{
      padding: 2rem 2rem;

    }

  }
  @media (min-width: 769px) and (max-width: 1000px){
    .reports{
      padding: 2rem 4rem;

    }
  }

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0rem;
}

.navbar-brand img {
    height: 80px;
    width: 510px;
}

.nav-inside {
    padding-left: 4rem;
    padding-right: 1.5rem;
    margin-top: 1rem;
}

.navbar.sticky {
    background: rgba(175, 222, 229, 0.25);
    border: 1px solid rgba(244, 238, 228, 0.4);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 0;
    width: 100%;
    top: -3%;
    right: 0;
    padding: 0rem 4rem;
}
@media screen and (max-width: 480px) {
    .navbar-brand img {
       height: 60px;
       width: 270px;
    }
}
@media (min-width: 480px) and (max-width: 768px) {
    .navbar-brand img {
        height: 60px;
        width: 370px;
}
}
