.top-header {
    background-color: #0a5b98d3;
    color: white;
    padding: 10px 0;
    font-size: 0.9rem;
}

.top-header a {
    color: white;
    text-decoration: none;
    margin-right: 15px;
}

.top-header a:hover {
    color: #ddd;
}

.social-icons a {
    margin-right: 10px;
    font-size: 1.2rem;
}

.social-icons a:hover {
    color: #ddd;
}

*{
    padding: 0;
    margin: 0;
   
}

/* Navbar styling */
.navbar {
    /* position: fixed; */
    z-index: 5;
    /* margin-top: 100px; */
    background-color: #f1f4f7;
    color: black;
}

.main-body{
    background-color: rgb(243, 225, 201) !important;
}

.navbar-brand {
    color: white;
    font-weight: bold;
}

.navbar-brand img {
    height: 50px;
    margin-right: 10px;
}

.navbar-nav .nav-link {
    color: rgb(18, 1, 1);
}

/*.navbar-nav .nav-link:hover {*/
/*    color: #0b0707;*/
/*}*/

/* Hero section styling */

.hero-section {
position: relative;
color: white;
text-align: center;
padding: 100px 20px;
background-color: black;
}

.hero-section::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url('img/child-school-3.jpg') no-repeat center center;
background-size: cover;
opacity: 0.5; /* Adjust this value for desired opacity */
z-index: 1;
}



.hero-section * {
position: relative;
z-index: 2; /* Ensure the content is above the pseudo-element */
}


.hero-section h1 {
    font-size: 3rem;
    font-weight: bold;
}

.hero-section p {
    font-size: 1.2rem;
    margin: 20px 0;
}

/* Info section styling */


.info-card {
    border: none;
    background-color: transparent;
}

.info-card .card-body{
    /* border: 2px solid red; */
    background-color: white;
    margin-bottom: 10px;
    
}

.info-card .card-body .blank-head1{
    /* border: 2px solid black; */
    height: 70px;
    background-color: rgb(55, 106, 141);
}

.info-card .card-body .blank-head2{
    /* border: 2px solid black; */
    height: 70px;
    background-color: rgb(163, 243, 143);
}

.info-card .card-body .blank-head3{
    /* border: 2px solid black; */
    height: 70px;
    background-color: rgb(177, 113, 204);
}


.info-card .card-body img {
    width: 80px;
    height: 80px;
    border-radius: 50%; /* Circular image */
    padding: 10px;
    margin-top: -50px; /* If necessary, adjust positioning */
    background-color: white;
    object-fit: cover; /* Ensure the image covers the container properly */
}


.info-card .card-body h5{
    font-size: 19px;
}

.info-card .card-body p{
    font-size: 16px;
    font-weight: 400;
    color: black;
    padding: 15px;
    text-align: left;
}


.info-card h5 {
    font-weight: bold;
    color: #333;
}

.info-card p {
    color: #666;
}

.hero-section div h5{
    font-size: 22px;
    font-weight: bold;
}

.hero-section div h3{
    font-size: 28px;
    font-weight: bold;
}

.hero-section div p{
    font-size: 17px;
    
}
.hero-section div .main-btn{
    font-size: 12px;
    background-color: rgb(57, 128, 164);
    font-weight: bold;
    
}

 .program h2, .campaigns h2, .mentors h2, .story h2{
    background-color: rgb(57, 128, 164);
    padding: 10px;
    margin-top: 10px;
}

.card-info .card-body .btn{
    background-color: rgb(57, 128, 164);
}
.card-info .card-body .btn:hover{
    background-color: rgb(38, 84, 107);
}

.program div div div .btn{
    background-color: rgb(116, 28, 83);
}

.program div div div .btn:hover{
    background-color: rgb(85, 22, 61);
}

#footer-section{
background-color: #0a5b98d3;
}

.about {
    background-color: #74138c;
    color: #fff;
    padding: 10px 0;
}
.about img {
    max-width: 100%;
    height: auto;
}
.campaigns {
    padding: 50px 0;
}
.card-info {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: none;
    margin-bottom: 30px;
}
.card-info img {
    height: 200px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}
.btn-primary, .btn-secondary {
    margin-top: 10px;
}

#footer-section{
    background-color: #0a5b98d3;
}



 /*** mentors ***/
 .team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    height: calc(100% - 38px);
    transition: .5s;
  }
  
  .team-item img {
    transition: .5s;
  }
  
  .team-item:hover img {
    transform: scale(1.1);
  }
  
  .team-item:hover {
    height: 100%;
  }
  
  .team-item .btn {
    border-radius: 38px 38px 0 0;
  }
  
  a{
    text-decoration: none;
  }


  /* motion story section start */
  /* CSS for the Play Button */
.btn-play {
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.3); /* Semi-transparent background */
    border: 2px solid white; /* White border */
    border-radius: 50%; /* Make it circular */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 2rem; /* Icon size */
    transition: all 0.3s ease; /* Smooth transition for hover effect */
    }
    
    .btn-play i {
    font-size: 2rem; /* Adjust play icon size */
    }
    
    .btn-play:hover {
    background-color: rgba(255, 255, 255, 0.6); /* Lighter background on hover */
    transform: scale(1.1); /* Slight zoom effect */
    color: #f8f9fa; /* Lighter color on hover */
    }
    
    .video {
    position: relative;
    overflow: hidden;
    }
    
    .video img {
    width: 100%;
    height: auto;
    }
    
    /* Video Scroll Section CSS */
    .video-scroll-wrapper {
        overflow-x: auto; /* Enable horizontal scroll */
        white-space: nowrap; /* Prevent line breaks */
    }
    
    .video-scroll {
        display: flex;
        flex-wrap: nowrap; /* Disable wrapping */
        gap: 1rem; /* Spacing between video items */
    }
    
    .video-scroll .video {
        flex: 0 0 auto; /* Prevent videos from shrinking */
        width: 400px; /* Set the width of each video item */
        border-radius: 10px;
    }
    
    /* Hide scrollbar but allow scrolling */
    .video-scroll-wrapper::-webkit-scrollbar {
        display: none;
    }
    
    .video-scroll-wrapper {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
    
    /* Scroll buttons */
    .scroll-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        padding: 10px;
        font-size: 2rem;
        cursor: pointer;
        z-index: 10;
    }
    
    .scroll-left {
        left: 0;
    }
    
    .scroll-right {
        right: 0;
    }
    
    .scroll-btn:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }
    
    /* Adjust video item width for smaller screens */
    @media (max-width: 768px) {
        .video-scroll .video {
            width: 400px;
        }
    }
    
    
    @media (max-width: 768px) {
        .video-scroll {
            display: flex;
            flex-wrap: nowrap; /* Disable wrapping */
            gap: 18rem; /* Spacing between video items */
        }
        }
    
    