@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');

/* Reset some basic elements */
/* html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend {
    margin: 0;
    padding: 0;
} */

/* Set basic font and background */
body{

    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
    color: #707070;
    /* background-image: linear-gradient(180deg, #eee, #fff 100px, #fff); */
    
    /* Additional styling */
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}


/* Headers' style */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px 0;
    font-weight: normal;
    color: #111;
}

h1 {
    font-size: 4em; /* 32px */
}

h2 {
    font-size: 1.5em; /* 24px */
}

/* Links */
a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Lists */
ul, ol {
    margin-bottom: 20px;
}

ul li, ol li {
    list-style-position: inside;
}

/* Basic layout elements */
.container {
    width: 90%;
    margin: auto;
    max-width: 960px;
}

header, footer {
    padding: 20px 0;
    text-align: center;
    background: #f4f4f4;
}

/* Utility classes */
.text-center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

/* Example class for floating elements */
.float-left {
    float: left;
}

.float-right {
    float: right;
}

/* Clearfix hack */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}


.logos-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    height: 100px;
}

.partners-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px; /* Set a fixed height for the container */
    /* overflow: hidden; Hide parts of the image that might overflow */
    margin-bottom: 20px; /* Optional: adds some space below each logo */
}

.partner-image {
    height: 100%; /* Make the image fill the container height */
    width: auto; /* Maintain the aspect ratio */
    max-width: 80%; /* Ensure the image does not exceed the container width */
}


card-body {
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #EFEFEF; */
}

.slider-container{
    padding: 20px 0;
    max-width: 1120px;
    width: 100%;
    /* background-color: #FFF; */
}

.slide-content{
    /* padding: 45px 20px; */
    margin: 0 50px;
    /* background-color: red; */
    overflow: hidden;
    /* border-radius: 25px; */
}

.card{
    width: 280px;
    border-radius: 25px 25px 0 25px;
    /* background-color: aqua; */
}



.image-content, 
.card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;

}

.image-content{
    row-gap: 5px;
    position: relative;
    padding: 25px 0;

}

.overlay{
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    /* background-color: #4070F4; */
    background-color: #c4f1c0;
    border-radius: 0 0 0 25px;   
}

.overlay::before,
.overlay::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    height: 40px;
    background-color:#c4f1c0;;
}

.overlay::after{
    border-radius: 0 25px 0 0;
    background-color: #FFF


}
.card-image {
    position: relative;
    height: 200px;
    width: 180px;
    border-radius: 70%;
    background-color: #FFF;
    padding: 3px;
}

.card-image .card-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 70%;
    border: 4px solid #c4f1c0;
}

.name{
    font-size: 18px;
    font-weight:100 ;
    color: #333;
}

.bio,
.display-5,
.col-lg-4,
.challenge,
.team-members,
.societal-champion,
.partners,
.footer{
    font-size:14px ;
    color: #707070;
    text-align: center;
}


.navbar-bar,
.footer{
    font-size:14px ;
    color: #707070;
   
}


/* .challenge{
    font-size:14px ;
    color: #707070;
} */

.button{
    border: none;
    font-size: 16;
    color: #707070;
    padding: 8px 16 px;
    background-color: #c4f1c0;;
    border-radius: 14px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button:hover{
    background-color: #2811f5;
}

.swiper-navBtn{
    color: #6e93f7;
    transition:color 0.3s ease;
}

.swiper-navBtn:hover{
    color: #4070F4;
}

.swiper-navBtn::before,
.swiper-navBtn::after{
    font-size: 40px;
}

.swiper-button-next{
    right: 0;
}

.swiper-button-prev{
    left: 0;
}

.swiper-pagination.bullet{
    background-color: #6e93f7;
    opacity: 0.5;
}

.swiper-pagination.bullet-active{
    background-color: #4070F4;
    opacity: 1;
}






/* PARTNER SWIPER SECTION */


