:root {
    --primary-color: #005596;
    --secondary-color: #D72638;
    --backblue: #BACBD8;
    --backblack: #1F2937;
    --backwhite: #E9E8E8;
    


    --greyb: #4B4F55;
    --greyd: #D9D9D9;
    --fontpop: 'Poppins', sans-serif;
    --fontmon: 'Montserrat', sans-serif;
    --fontmerri: 'Merriweather', serif;
    --font-size-base: 16px;
}

/* nefscun header  */
.header-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-sec .header-sec-left {
    background-color: #009f3d;
    height: 80px;
    padding: 15px 40px;
}

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

.header-sec-left-ul {
    display: flex;
    margin-bottom: 0.8rem;
}

.header-sec-left-ul li {
    margin-right: 15px;
    color: #fff;
    padding-right: 15px;
    border-right: 1px solid #fff;
    line-height: 15px;
}

.header-sec-left-ul li:last-child {
    border-right: 0;
}

.header-sec-left-ul li {
    margin-right: 15px;
    color: #fff;
    padding-right: 15px;
    border-right: 1px solid #fff;
    line-height: 15px;
}

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

.header-sec .header-sec-right {
    background-color: #de0024;
    height: 30px;
    padding: 0px 40px;
}

.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;
}

.header-sec-right-inner {
    display: flex;
    justify-content: space-between;
    padding-right: 30px;
    line-height: 32px;
}

.header-sec .header-sec-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}

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

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

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

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: transparent;
    
    position: fixed;
    transition: .4s linear;
    z-index: 9;
    width: 100%;
    background: rgba(255, 255, 255, 0.1); 
    backdrop-filter: blur(15px); 
    -webkit-backdrop-filter: blur(15px); 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); 
   

}

.navbar.sticky {
    background: rgba(233, 232, 232, 0.4);
    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:0%;
    right: 0%;
    padding: 0.5rem 6rem;
}


.navbar-brand {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;

}
.navbar-brand:hover{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;

}
.navbar.sticky .navbar-brand {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: black;

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

.nav-inside {
   
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar.sticky .nav-link{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: black;
}
.nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    

}







.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--secondary-color);

}

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

.btn-nav {
    background-color: var(--primary-color);
    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;
    /* border-color: #fff; */
    border: none;
}


.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: var(--primary-color);
    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 1rem;
        top: -1%;
    }

    .nav-inside {
        padding-left: 1rem;
        padding-right: 1rem;
        /* 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: 0rem;
    }

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

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

    .navbar-toggler-icon {
        height: 20px;
        width: 20px;
    }
}
@media (min-width: 769px) and (max-width: 1000px){
    .navbar.sticky{
        padding: 0.75rem 4rem;
    }
    .navbar{
        padding: 0.75rem 4rem;
    }
}

@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;
    }

}






.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: 1300px) {
    .container-fluid {
        max-width: 1300px !important;
    }

}

@media (max-width: 480px) {
    .container-fluid {
        max-width: 360px !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: 500px !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;
    }

}



/* hero section  */

.hero {
    
    position: relative;
    height: 42rem;
    color: #fff;
    display: flex;
   flex-direction: column;
    justify-content: center;
    align-items: center;
   
    
}
.herosection{
    position: absolute;
    width: 100%;
}
.herosection::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4); 
    pointer-events: none; 
}

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

.hero-content{
    padding-right: 22rem;
    /* padding-left: 6rem; */
}
.hero-content h2 {
   font-family: var(--fontpop);
   font-size: 40px;
   font-weight: 600;
   padding-bottom: 1rem;
}
.hero-content p{
    font-family: var(--fontpop);
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 1.5rem;
 }
 .btn-one{
    font-family: var(--fontpop);
    font-size: 20px;
    font-weight: 500;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
    background: linear-gradient(90deg, #005596 0%, #D72638 100%);
    color: white;
    border-radius: 10px;
    border-color: #fff;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.3s;
 }

 .btn-one:hover {
    transform: scale(1.1) translateY(-5px);  
    box-shadow: 0 10px 15px rgba(255, 255, 255, 0.2); 
    border-color: #fff;
    color: white;
}

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

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

    .hero-content{
        padding-right: 0rem;
        padding-top: 3rem;
    }
    .hero-content h2 {
       font-family: var(--fontpop);
       font-size: 20px;
       font-weight: 600;
       padding-bottom: 1rem;
    }
    .hero-content p{
        font-family: var(--fontpop);
        font-size: 14px;
        font-weight: 500;
        padding-bottom: 1.5rem;
     }
     .btn-one{
        font-size: 16px;
     }
}

@media (min-width: 481px) and (max-width: 768px) {
    .hero {
       
        padding-left: 1rem;
        padding-right: 1rem;
        height: 30rem;
        
    }
    .hero-content{
        padding-right: 0rem;
        padding-top: 3rem;
    }
    .hero-content h2 {
        font-family: var(--fontpop);
        font-size: 24px;
        font-weight: 600;
        padding-bottom: 1rem;
     }
     .hero-content p{
         font-family: var(--fontpop);
         font-size: 16px;
         font-weight: 500;
         padding-bottom: 1.5rem;
      }
 

    .carousel-item img {
        height: 30rem;
    }
    .btn-one{
        font-size: 16px;
     }


}

@media (min-width: 769px) and (max-width: 1300px) {
    .hero-content{
        padding-right: 2rem;
        padding-top: 3rem;
        padding-left: 4rem;
    }
}



/* footer is here  */
.footer-section {
    padding: 3rem 4rem;
    background-color: var(--primary-color);
    color: #fff;
}

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

.customer-support ul li{
    font-size: 16px;
    color: #fff;
    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;
    }
}


/* services section  */
.services {
    padding: 3rem 6rem;
    background: var(--backblue);

   
}

.slider-wrapper {

    overflow: hidden;
    max-width: 85%;
    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: var(--fontpop);

    font-weight: 600;

    font-size: 40px;

    line-height: 1.2;

    color: #000;

}



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

.custom-card1 {
    width: 18rem;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 1.5rem;
    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);
}






.custom-card1 h5 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: var(--fontmerri);
    color: #000;
}

.custom-card1 p {
    font-size: 16px;
    font-family: var(--fontmon);
    font-weight: 400;
    color: #878CA2;
}

.custom-card1 a{
    font-size: 16px;
    color: var(--primary-color);
    font-family: var(--fontmon);
    font-weight: 500;
    text-decoration: none;
    padding-top: 1rem;
}
.custom-card1 a:hover{
    text-decoration: underline;
    text-decoration-color: var(--primary-color);
}

.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: var(--primary-color);
}

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

}

.servnext:hover {
    background-color: var(--primary-color);
}

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

}



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

}

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

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

@media (max-width: 480px) {

    .services {
        padding: 2rem 1rem;

    }

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

    }

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

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

    .icon-wrapper {
        text-align: center;
        width: auto;
        height: 80px;
    }

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

    .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;
    }

    

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

    .icon-wrapper {
        text-align: center;
        width: auto;
        height: 80px;
    }

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

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

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

    .servprev,
    .servnext {
        width: 28px;
        height: 28px;
    }
}
@media (min-width: 769px) and (max-width: 1000px) {
    .services {
        padding: 2rem 4rem;

    }
}



/* core values  */

.values {
    padding: 3rem 6rem;
    background: var(--backwhite);
}
.value-card {
    padding: 2rem;
    color: white;
    text-align: center;
    margin-top: 2rem;
}

.value-card p {
    font-family: var(--fontmon);
    font-weight: 400;
    font-size: 16px;
    padding-top: 1rem
}
.icon {
    font-size: 24px;
    margin-bottom: 10px;
}
.value-card h5{
    font-family: var(--fontmerri);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center; /* Centers horizontally */
    justify-content: center; /* Centers vertically */
    
}
@media (max-width: 480px){
    .values {
        padding: 2rem 1rem;
    }
    .value-card h5{
        font-size: 16px;
    }
    .value-card p {
        
        font-size: 14px;
    }
    .value-card {
        padding: 1rem;
       
        margin-top: 2rem;
    }
}

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

    }
}




/* 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: var(--primary-color);
}

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

    font-size: 28px;

    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;
    }
}



/* become a member  */
.member{
    padding: 3rem 6rem;
    background-color: var(--backblack);
}
.icon-box {
    width: 75px;
    height: 75px;
    background-color: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30rem;
    color: white;
    font-size: 20px;
    flex-shrink: 0;
}
.list-item {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 20px;
    color: white;
}
.list-item h5{
    font-family: var(--fontmerri);
    font-size: 24px;
    font-weight: 700;
}
.list-item p{
    font-family: var(--fontmerri);
    font-size: 16px;
    font-weight: 400;
    color: var(--greyd);
}
.memberpic img {
    border-radius: 10px;
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
    
  }
  .memberpic{
    height: 90%;
    /* width: auto; */
    overflow: hidden;
  }
  @media (max-width: 480px){
    .member{
        padding: 2rem 1rem;
    }
    .icon-box {
        width: 50px;
        height: 50px;
    }
    .list-item h5{
        font-size: 16px;
       
    }
    .list-item p{
        font-size: 14px;
    }
    .memberpic{
        display: none;
    }
    

  }
  @media (min-width: 480px) and (max-width: 768px){
    .member{
        padding: 2rem 1rem;
    }
    .list-item h5{
        font-size: 20px;
       
    }
    .list-item p{
        font-size: 16px;
    }


    .memberpic{
        display: none;
    }


  }
  @media (min-width: 769px) and (max-width: 1000px) {
    .member{
        padding: 2rem 4rem;
    }
    
    .list-item h5{
        font-size: 20px;
       
    }
    .list-item p{
        font-size: 16px;
    }
    
    
}


/* testimonial section  */
.testimonial {
    padding: 3rem 4rem;
    position: relative;
    background-color: var(--backblue);
  }
  
  .testimonial-card {
    background-color:#fff; 
    color: white;
    padding: 2rem;
    border-radius: 10px;
    
    max-width: 85%;
    height: 20rem;
  }
  .testimonial-image img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    
  }
  .testimonial-image{
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .testimonial-text p{
    font-family: var(--fontmon);
    font-size: 16px;
    color: #626060;
    font-weight: 400;
    text-align: justify;
    padding-bottom: 1rem;
  }
  .testimonial-name {
    font-family: var(--fontmon);
    font-size: 24px;
    color: black;
    font-weight: 600;
  }
  .testprev,
  .testnext {
      background-color: transparent;
  
     
  
      border-radius: 8px;
  
      width: 30px;
  
      height: 30px;
  
      display: flex;
  
      justify-content: center;
      align-items: center;
      cursor: pointer;
  
      opacity: 1 !important;
  }
  
  .testprev {
      top: 46%;
      left: 0%;
  }
  
  .testnext {
      top: 46%;
      right: 0%;
  }
  @media (max-width: 480px){
    .testimonial {
      padding: 2rem 1rem;
     
    }
    .testimonial-card {
        background-color:#fff; 
      color: white;
      padding: 2rem;
      border-radius: 10px;
      max-width: 85%;
      height: auto;
  }
  .testimonial-image {
    height: 85%;
   
  }
  .testimonial-text {
    
    font-size: 14px;
   
  }
  .testimonial-name {
    
    font-size: 20px;
    
  }
  .testimonial-image img{
    max-width: 100%; /* Ensures the image scales responsively */
    height: auto; /* Maintains the aspect ratio */
  }
  .testprev,
  .testnext {
      
  
      width: 25px;
  
      height: 25px;
  
      
  }
  
  }
  @media (min-width: 481px) and (max-width: 768px){
    .testimonial {
      padding: 2rem 2rem;
     
    }
    .testimonial-card {
      
      color: white;
      padding: 2rem;
      border-radius: 10px;
      max-width: 85%;
      height: auto;
  }
  .testimonial-image {
    height: 90%;
    display: flex;
    align-items:center ;
    justify-content: center;
   
  }
  .testimonial-image img{
    max-width: 100%; /* Ensures the image scales responsively */
    height: auto; /* Maintains the aspect ratio */
  }
  .testimonial-text {
    
    font-size: 14px;
   
  }
  .testimonial-name {
    
    font-size: 20px;
    
  }
  .testprev,
  .testnext {
      
  
      width: 25px;
  
      height: 25px;
  
      
  }
  
  }
  @media (min-width: 769px) and (max-width: 1000px){
    .testimonial {
      padding: 2rem 4rem;
     
    }
    .testimonial-card {
     
      color: white;
      padding: 2rem;
      border-radius: 10px;
      max-width: 85%;
      height: auto;
  }
  .testimonial-image {
    height: 90%;
   
    display: flex;
    align-items:center ;
    justify-content: center;
   
  }
  .testimonial-image img{
    width: 50%;
    /* Ensures the image scales responsively */
    height: auto; /* Maintains the aspect ratio */
  }
  }
  


  /* faqs section here  */
.faq {
    padding: 3rem 4rem;
    background:var(--backblue);
}

.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: 0rem;
        padding-right: 0rem;
    }
    .faq-image{
        display: none;
    }

    .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;
    }
    .faq-image{
        display: none;
    }

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

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

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

    .accordion-body {
        font-size: 13px;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media (min-width: 769px) and (max-width: 1000px){
    .faq-image{
        display: none;
    }

}

@media (min-width: 1001px) and (max-width: 1300px){
    .faq-image{
        
    }

}



/* news and updates  */

.news{
    padding: 3rem 6rem;
    background-color: var(--backwhite);
}

.custom-news-card {
    background: #fff;
    border: none;
    margin-top: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.custom-news-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.custom-news-card-body {
    padding: 1rem;
}
.custom-news-date {
    font-size: 13px;
    color: #888;
    margin-bottom: 5px;
}
.custom-news-title-card {
    font-size: 16px;
    font-weight: bold;
    font-family: var(--fontpop);
    margin-bottom: 5px;
}
.custom-news-text {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    font-family: var(--fontpop);
}
.custom-news-read-more {
    font-size: 14px;
    color: var(--primary-color);
    font-family: var(--fontpop);    
    text-decoration: none;
}
.custom-news-read-more:hover {
    text-decoration: underline;
}
@media (max-width: 480px){

    .news{
        padding: 2rem 1rem;
       
    }
    .custom-news-card {
        margin: 0 auto; /* Centers the card horizontally */
        max-width: 100%; /* Ensures it doesn't exceed the screen width */
    }
    .section-headernews{
        padding-bottom: 1rem;
    }

}
@media (min-width: 480px) and (max-width: 768px){
    .news{
        padding: 2rem 1rem;
       
    }
    .custom-news-card {
        margin: 0 auto; /* Centers the card horizontally */
        max-width: 80%; /* Provides a balanced size for medium screens */
    }
    .section-headernews{
        padding-bottom: 2rem;
    }
}

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


/* about us  */
.main {
    position: relative;
    height: 20rem;
    color: #fff;
    padding-top: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .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 6rem;
    background-color: var(--backwhite);
  }

  .about-text p{
    font-family: var(--fontmon);
    font-size: 16px;
    color: black;
    font-weight: 400;
    text-align: justify;
    padding-bottom: 1rem;
  }
  .about-text ul li{
    font-family: var(--fontmon);
    font-size: 16px;
    color: black;
    font-weight: 400;
    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;
    width: 36rem;
    padding-bottom: 1rem;
  }
  .aboutpic img{
    
        object-fit: cover;
      
  }


  @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 6rem;
    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;
        
    }
  
    
  }
  
 
  /* our team  */

  .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%;
      }

  }




/* membership page */


  .memberpage{
    padding: 3rem 6rem;
    background-color: var(--backwhite);
}
.list-itempage h5{
    font-family: var(--fontmerri);
    font-size: 24px;
    font-weight: 700;
    color: black;
}
.list-itempage p{
    font-family: var(--fontmerri);
    font-size: 16px;
    font-weight: 400;
    color: var(--greyl);
}

.list-itempage {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 30px;
    
}


  
  @media (max-width: 480px){
    .memberpage{
        padding: 2rem 1rem;
    }
    
    .list-itempage h5{
        font-size: 16px;
       
    }
    .list-itempage p{
        font-size: 14px;
    }
    .memberpic{
        display: none;
    }
    

  }
  @media (min-width: 480px) and (max-width: 768px){
    .memberpage{
        padding: 2rem 1rem;
    }
    .list-itempage h5{
        font-size: 20px;
       
    }
    .list-itempage p{
        font-size: 16px;
    }



  }
  @media (min-width: 769px) and (max-width: 1000px) {
    .memberpage{
        padding: 2rem 4rem;
    }
    
    .list-itempage h5{
        font-size: 20px;
       
    }
    .list-itempage p{
        font-size: 16px;
    }
    
    
}


/* testimonial  */
.pagepadding{
    padding-left: 6rem;
    padding-right: 6rem;
}

.testimonialpage {
    padding: 3rem 4rem;
    position: relative;
    background-color: var(--backwhite);
  }
  
  
  
  
  @media (max-width: 480px){
    .testimonialpage {
      padding: 2rem 1rem;
     
    }
   
  }
  @media (min-width: 481px) and (max-width: 768px){
    .testimonialpage {
      padding: 2rem 2rem;
     
    }
   
  }
  @media (min-width: 769px) and (max-width: 1000px){
    .testimonialpage {
      padding: 2rem 4rem;
     
    }
  }



  /* newsdetails  */

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




.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;
    height: 26rem;

   


}

.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;
}

.news-card, .notice-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.updates-title {
    font-weight: bold;
    color: var(--primary-color);
   
}
.news-title, .notice-title {
    font-weight: bold;
    color: var(--primary-color);
}
.news-text, .notice-text {
    color: #555;
}
@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;
}
}


/* 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: var(--backwhite);
  }

  .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: var(--primary-color);
    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;
     
    }
  }


  /* privacy policies  */

  .policies{
    padding: 3rem 6rem;
    background-color: var(--backwhite);
  }
  .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: var(--primary-color);
    text-align: center;
}
.privacy-text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}
.privacy-link {
    color: var(--primary-color);
    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;
     
    }
  }



  /* services page  */

    .services-page{
        padding: 3rem 6rem;
        background-color: var(--backwhite);
    }
    .services-page h5{
        font-family: var(--fontmerri);
        font-size: 24px;
        font-weight: 700;
        color: var(--primary-color);

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


    }

    @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;
         
        }
      }
    