.section-content {
    text-align: center;
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; 
}
.responsive-image {
    max-width: 100%;
    height: auto;
}
.grid-item {
    padding: 20px;
}
.icon-image {
    max-width: 100%;
    height: auto;
}

.carousel-content {
    text-align: left;
    padding: 20px;
}
.carousel-img {
    margin-left: 20px;
}
.carousel-tabs {
    margin-top: -20px;
    border: 2px solid transparent;
    background-color:white;
    text-align: center;
    color: rgb(34, 34, 34);
}
.nav-item a{
    color: rgb(52, 52, 52);
    font-weight: lighter;
}

/* Style the active carousel tab */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: 1px solid #E9F9EF;
    border-bottom-color: transparent;
    background-color: #E9F9EF;
    color: #006400;
    border-radius: 0; /* Remove border radius */
    border-bottom: 2px solid transparent;
}

/* Style the carousel content */
.carousel-content {
    text-align: left;
    padding: 20px;
    margin-left: 20px;
}
.carousel-content h3{
    font-size: 25px; font-weight: bold; margin-bottom: 25px;
}
.carousel-content h4{
    font-size: 20px; font-weight: 400; margin-bottom: 25px;
}
.carousel-content ul{
    margin-left: -40px;
}
.carousel-content ul li{
    margin-bottom: 30px;
    display: flex;
}
/* Style the circle border with good mark */
.circle-border {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 2px solid #28a745;
    border-radius: 50%;
}

/* Center the good mark icon within the circle border */
.circle-border .fa-check {
    color: #28a745;
}

/* Add margin to the right grid to separate the image */
.carousel-img {
    margin-left: 20px;
}
.section-content {
    text-align: center;
    padding: 60px 0;
}



/* Style the image grid */
.image-grid {
    max-width: calc(70% - 20px);
    margin-right: 20px;
    margin-top: 20px;
}

/* Style the star icons */
.star-icons {
    color: #f39c12;
}
.section-content {
    text-align: center;
    padding: 60px 0px;
}

/* Style the image div */
.image-div {
    text-align: center;
    margin-top: 20px;
}

/* Style the grid of cards */
.card-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 40px;
}

/* Style the card */
.card {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

/* Style the amount header in the card */
.card-header {
    font-size: 24px;
    font-weight: bold;
}
.green-section {
    background-color: #006400; /* Dark green background */
    color: #fff; /* White text color */
    padding: 60px 0;
}

/* Style for the form container */
.form-container {
    background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent white background */
    padding: 20px;
   
}
.left-grid {
    background-color: white; /* Light gray background */
    padding: 20px;
    border-radius: 10px;
}

/* Style for the right grid */
.right-grid {
    padding: 20px; position: relative; left: 60px;
}

/* Style for the white button */
.btn-white {
    background-color: #fff;
    color: #333;
    border-color: #ccc;
}

/* Style for the green button */
.btn-green {
    background-color: #28a745; /* Green background */
    color: #fff;
}

.footer {
    background-color: white; /* Dark background color */
    color: black; /* White text color */
    padding: 40px 0;
    text-align: left;
}

/* Style for each grid in the footer */
.footer-grid {
    text-align: center;
    padding: 0 10px;
}

/* Style for the header in the grid */
.footer-header {
    font-size: 18px;
    font-weight: bold;
    color: rgb(80, 79, 79);
}

/* Style for the links in the grid */
.footer-links {
    list-style: none;
    padding: 0;
    
}

.footer-links li {
    margin: 5px 0;
    color: white;
}

/* Style for the logo */
.footer-logo {
    width: 100px;
    height: 50px;
    margin-bottom: 10px;
}

/* Style for the border top and bottom */
.footer-row {
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    padding: 20px 0;
    margin: 20px 0;
}

.footer-links li a{
    color: gray;
    font-size: 15px;
    font-weight: lighter;
}

/* Style for the copyright and social icons section */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Style for the social icons */
.social-icons {
    list-style: none;
    padding: 0;
    display: flex;

}

.social-icons li {
    margin-right: 10px;
}

.btn{
    border-radius: 0%;
}
/* Style for the copyright text */
.copyright {
    font-size: 14px;
    color: gray;
}
/* Styling for the dropdown content */
.dropdown-content {
    padding: 20px;
}



 .section-content { 
    text-align: center;
    
}
.section-content2 {
    text-align: center;
    padding: 70px 150px;
}
.section-content3 {
    text-align: center;
    padding: 70px 60px;

    
}

.heading{
    font-size: 20px;
}
.subheading{
    font-size: 35px;
}

.circle-border {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    padding-top: 2px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 10px;
}
.tab-pane {
    border: transparent;
    box-shadow: none;
}
.accordion{
    display: none;
}


.name {
    font-size: 18px;
    color: #006400;
}
.counter{
    color: #188B43;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 10px;
   
}
.count{
    margin-bottom: 60px;
}
.heading{
    font-size: 16px;
}
.subheading{
    font-size: 36px;
    margin-bottom: 20px;
}
.subheading2{
    font-size: 36px;
    margin-bottom: 20px;
    padding: 0px 100px;
}
.content{
    font-size: 18px;
    font-weight: 400;
}
.content2{
    font-size: 20px;
    font-weight: 400;
    padding: 0px 150px;
}
.text-content{
    padding-left: 30px;
    padding-top: 40px;
}
.member-position{
    font-size: 18px;
    color: #188B43;
    font-weight: 400;
}
.member-name{
    font-size: 20px; font-weight: 700;
    margin-top: 30px;
}
label{
    font-weight: bold;
}

.form-group{
    margin-bottom: 20px;
}
.form-control{
    border-radius: 0%;
}
.names{
    display: flex;
    gap: 30px;
}
/* .name{
    width: 105%;
    max-width: 105%;
} */
/* Mobile Styles */
@media (max-width: 576px) {
    .heading {
        font-size: 15px;
        margin-top: -20px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .subheading {
        font-size: 25px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .content {
        font-size: 15px;
        margin-left: -50px;
        margin-right: -50px;
        padding: 0px;
    }
    .btn {
        font-size: 12px;
    }
   
    .card{
       margin: -0px -50px;
       padding: -0px -10px;
    }
    .right-grid {
        justify-content: center;
        align-items: center;
        text-align: center;
        align-content: center;
        align-self: center;
        justify-items: center;
        justify-self: center;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: -20px;
        padding: 0px;
        margin-bottom: -50px;
        position: relative;
        left: -60px;
    }
    
    .right-grid button {
        width: 150%;
        max-width: 150%; 
        margin-bottom: 10px;
        
    }
    .names{
        display: block;
    }
   .name{
    width: 100%;
    max-width: 100%;
   }
    .demo {
        flex-direction: column;
        margin-bottom: -20px;
        justify-content: center;
        align-items: center;
        text-align: center;
        align-content: center;
        
    }
    
    .demo button {
        width: 100%;
        max-width: 280px;
        justify-content: center;
        align-items: center;
        text-align: center;
        align-content: center;
        align-self: center;
        justify-items: center;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px; 
    }
    .demo2 {
        flex-direction: column;
        margin-bottom: -20px;
        margin-left: 70px;
        margin-right: 70px;
       
    }
    
    .demo2 button {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px; 
        justify-content: center;
        align-items: center;
        text-align: center;
        align-content: center;
        align-self: center;
        justify-items: center;
        
    }
    .footer-row {
        flex-direction: column;
        align-items: center;
    }
    
    .footer-grid {
        margin-bottom: 20px; 
        
    }
    .section-content{
        padding: 50px 30px;

    }
    .subheading2{
        padding: 0px 0px;
        font-size: 25px;
        margin: -10px -10px;
    }
    .team-member img{
        display: block;
        margin: 0 auto;
    }
    .member-name{
        margin-left: 12%;
    }
    .member-position{
        margin-left: 12%;
    }
    .content2{
        padding: 0px 10px;
    }
    .content{
        padding: 10px 10px;
        margin: 10px 0px;
        margin:20px -20px;
    

    }
    .text-content{
        padding-left: -30px;
        padding-top: 40px;
        margin: 10px -10px;
        padding: 10px 30px;
        
    }
    .section-content2{
        padding: 80px 30px 30px 30px;
        margin: -0px;
        
    }
    

}

/* Tablet Styles */
@media (min-width: 577px) and (max-width: 1023px) {
    .mb-3 {
        font-size: 22px;
    }
    .mb-4 {
        font-size: 36px;
    }
    .lead {
        font-size: 16px;
    }
    .btn {
        font-size: 14px;
    }
    .carousel-tabs {
        margin-left: 20px;
        margin-right: 20px;
    }
}
.active{
    color:#28a745 !important;
}
body {
    overflow-x: hidden;
}
@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in.slide-in {
    animation: fadeInSlide 1s ease-in-out;
}

.tent {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s, transform 1s;
}

.fade-in-slide-in {
    opacity: 1;
    transform: translateY(0);
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fade-in {
    animation: fadeIn 1s ease-in-out;
}



