/********** Template CSS **********/
:root {
    --primary: #348E38;
    --secondary: #525368;
    --light: #E8F5E9;
    --dark: #0F4229;
    --font-family: "Sora", sans-serif;
}
body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: "Sora", sans-serif;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.PaymentButton--rzpTheme.svelte-ekc7fv.svelte-ekc7fv::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 0;
    width: 46px;
    height: 100%;
    background: #dc3545 !important;
    border-radius: 2px 0 0 2px;
    transform: skew(-15deg, 0);
}
p{
    font-family:  "Sora", sans-serif;
     font-size: 16px !important;
}
h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
     /*font-family: "Sora", sans-serif !important;*/
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
  } 
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 86px
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 16px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #fc2c62;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(15, 66, 41, .6);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
        background: linear-gradient(rgb(15 66 41 / 25%), rgb(15 66 41)), url(../img/bannerimgbappa.png) center center no-repeat;
    background-size: cover;
    margin-top: 140px;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Top Feature ***/
@media (min-width: 991.98px) {
    .top-feature {
        position: relative;
        margin-top: -80px;
        z-index: 1;
    }
}


/*** Facts & Quote ***/
.facts,
.quote {
    background: rgba(15, 66, 41, .6);
}


/*** Service ***/
.service-item {
    position: relative;
    text-align: center;
}

.service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    transform: scale(1.2);
    transition: .3s;
    z-index: -1;
}

.service-item:hover .service-img img {
    transform: scale(1);
}

.service-item .service-text {
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .3s;
}

.service-item:hover .service-text {
    background: rgba(15, 66, 41, .6);
}

.service-item .service-text h4,
.service-item .service-text p {
    transition: .3;
}

.service-item:hover .service-text h4 {
    color: #FFFFFF;
}

.service-item:hover .service-text p {
    color: var(--light);
}

.service-item .service-text .btn-square {
    width: 100px;
    height: 100px;
    background: transparent;
    transition: .5s;
}

.service-item:hover .service-text .btn-square {
    background: var(--light);
}

.service-item .service-text .btn {
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: var(--light);
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
}

.service-item:hover .service-text .btn {
    width: 112px;
}


/*** Project Portfolio ***/
#portfolio-flters {
    display: inline-block;
    background: var(--light);
    padding: 10px 15px;
}

#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--primary);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--dark);
    border-color: var(--dark);
}

.portfolio-inner {
    position: relative;
    overflow: hidden;
}

.portfolio-inner::before,
.portfolio-inner::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(15, 66, 41, .6);
    transition: .5s;
}

.portfolio-inner::after {
    left: auto;
    right: 0;
}

.portfolio-inner:hover::before,
.portfolio-inner:hover::after {
    width: 50%;
}

.portfolio-inner .portfolio-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.portfolio-inner:hover .portfolio-text {
    transition-delay: .3s;
    opacity: 1;
}

.portfolio-inner .portfolio-text .btn {
    background: var(--light);
    color: #fc2c62;
}

.portfolio-inner .portfolio-text .btn:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
}

.team-item .team-text {
    position: absolute;
    width: calc(100% - 45px);
    left: -100%;
    bottom: 45px;
    padding: 1.5rem;
    background: #FFFFFF;
    border-radius: 0 4px 4px 0;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    left: 0;
    opacity: 1;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}

.team-item .team-img .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.team-item:hover .team-img .team-social {
    transition-delay: .3s;
    opacity: 1;
}


/*** Testimonial ***/

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 4px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: var(--light);
    background: #072A19;
}

.copyright a {
    color: #FFFFFF;
}

.copyright a:hover {
    color: var(--primary);
}
.ezy__about6 {
    /* Bootstrap variables */
    --bs-body-color: #1e2329;
    --bs-body-bg: rgb(255, 255, 255);
  
    /* Easy Frontend variables */
    --ezy-theme-color: rgb(13, 110, 253);
    --ezy-theme-color-rgb: 13, 110, 253;
  
    background-color: var(--bs-body-bg);
    color: black;
    overflow: hidden;
    padding: 60px 0;
  }
  
  @media (min-width: 768px) {
    .ezy__about6 {
      padding: 0px 0;
    }
  }
  
  /* Gray Block Style */
  .gray .ezy__about6,
  .ezy__about6.gray {
    /* Bootstrap variables */
    --bs-body-bg: rgb(246, 246, 246);
  }
  
  /* Dark Gray Block Style */
  .dark-gray .ezy__about6,
  .ezy__about6.dark-gray {
    /* Bootstrap variables */
    --bs-body-color: #ffffff;
    --bs-body-bg: rgb(30, 39, 53);
  }
  
  /* Dark Block Style */
  .dark .ezy__about6,
  .ezy__about6.dark {
    /* Bootstrap variables */
    --bs-body-color: #ffffff;
    --bs-body-bg: rgb(11, 23, 39);
  }
  
  .ezy__about6-heading {
    font-size: 35px;
    line-height: 45px;
  }
  @media (min-width: 768px) {
    .ezy__about6-heading {
      font-size: 50px;
      line-height: 70px;
    }
  }
  .ezy__about6-sub-heading {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
  }
  
  .ezy__about6-banner {
    min-height: 300px;
    background-size: cover;
    background-position: center;
  }
  
  .ezy__about6-content p {
    font-size: 16px;
    line-height: 1.7;
    opacity: 0.7;
  }
  
  .ezy__about6 img {
    /*border-radius: 15px;*/
  }
   .imgs-circle {
        border-radius: 50%;
    }
    img {
        display: inline-block;
        max-width: 100%;
        height: auto;
        /*border-radius: 10px;*/
    }
    .card {
        transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        border: 2px solid #416f6d;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    }
    .card:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    .card-img-top {
        width: 100%; /* Ensures responsiveness */
        max-width: 260px; /* Limits max width */
        height: 173px; /* Fixed height for uniformity */
        object-fit: cover; /* Ensures images fit well */
        display: block;
        margin: auto; /* Centers images inside the card */
    }
    .card {
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Adjust as needed */
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .card:hover {
        transform: translateY(-5px); /* Lift effect on hover */
        box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
    }
    .portfolio-inner {
        /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);*/
        transition: all 0.3s ease-in-out;
        border: 2px solid #416f6d;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    }
    .portfolio-inner:hover {
        box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
    }
    .portfolio-inners img {
        width: 355px;
        height: 290px;
        object-fit: cover; /* Ensures the images maintain aspect ratio and fill the dimensions */
    }
    .portfolio-inn img {
        width: 230px !important;
        height: 261px !important;
        object-fit: cover;
    }
   /* bank details form */
   .table-container {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    max-width: 800px;
    overflow-x: auto;
}
@media (max-width: 768px) {
    .table-container {
        padding: 15px;
    }
    .table {
        font-size: 14px;
    }
}
.sticky-top {
    position: sticky !important;
    top: 0 !important;
    z-index: 1020 !important;
}
h2 {
    text-align: center;
    color: #333;
}   

@media (max-width: 768px) {
    .container {
        margin: 10px;
        padding: 15px;
    }
    .section {
        padding: 15px;
    }
}
.section {
    padding: 20px;
    margin: 10px 0;
    background: #ffffff; /* White background */
    border-left: 5px solid #fc2c62;
    border-radius: 5px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.section:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.vision {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    background: #f8f9fa; /* Light grey background */
}
.animationblink {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
 }
 
 @keyframes flash {
    0%, 50%, 100% {
       opacity: 1;
    }
    25%, 75% {
       opacity: 0;
    }
 }
 
 .blinkname {
    animation-name: flash;
 }
 .social-icon {
    font-size: 1.5rem;
    transition: transform 0.3s ease, color 0.3s ease;
}


.floating-social-icons {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  /* .social-icon {
    width: 50px;
    height: 50px;
    background-color: #333;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 24px;
    transition: background-color 0.3s;
  }
  
  .social-icon:hover {
    background-color: #007bff;
  } */
  /* Container for the social media icons */

/* Styling individual social media links */
.social-media-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    transition: transform 0.3s, opacity 0.3s;
}
/* Specific brand colors */
.facebook { background: #1877F2; } /* Facebook Blue */
.twitter { background: #1DA1F2; } /* Twitter Blue */
.whatsapp { background: #25D366; } /* WhatsApp Green */
.instagram { background: #E1306C; } /* Instagram Pink */
/* Hover effects */
.social-media-icons a:hover {
    opacity: 0.8;
    transform: scale(1.1) rotate(360deg);
}
/* Hover effects with vendor prefixes for broader compatibility */
.social-media-icons a:hover {
    opacity: 0.8;
    transform: scale(1.1) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg); /* Safari and Chrome */
    -moz-transform: scale(1.1) rotate(360deg);    /* Firefox */
    -ms-transform: scale(1.1) rotate(360deg);     /* Internet Explorer */
    -o-transform: scale(1.1) rotate(360deg);      /* Opera */
}
.w-33 {
    width: 33%;
}
/* Ensure images are responsive */
.team-section .image img {
  
    height: auto;
    border-radius: 50%; /* Makes the image circular */
    transition: transform 0.3s ease; /* Smooth transition for hover effect */
}

/* Scale image slightly on hover */
.team-section .image img:hover {
    transform: scale(1.05);

}
.highlight {
    color: #fc2c62;
}
.transition-transform {
    transition: transform 0.3s ease;
}

.transition-transform:hover {
    transform: scale(1.05);
}
.image-container {
    perspective: 1000px; /* Define the perspective for the 3D effect */
    width: fit-content;
    margin: auto;
}

.image-3d {
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.image-container:hover .image-3d {
    transform: rotateY(15deg) rotateX(15deg); /* Adjust rotation angles as desired */
}
/* Fade-in effect for the paragraph */
.fade-in {
    opacity: 0;
    animation: fadeIn 2s forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

/* Color transition for highlighted text */
.highlight {
    color: #1e2329;/* Initial text color */
    transition: color 0.3s ease;
}

.highlight:hover {
    color: #fc2c62; /* Highlight color on hover */
}
.hover-effect {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-effect:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.text-justify {
    text-align: justify;
  }
  .custom-margin-top {
    margin-top: -48px;
  }
  .card-img-tops {
    width: 100%;
    height: 333px;
    object-fit: cover;
    margin-top: 45px;
    max-width: 260px;
    display: block;
    margin: auto;
  }
  .card-title{
    font-size: 14px;
  }
  /* cources */
  /* Base table styling */


/* Header styling */
/* .table thead {
    background-color: #fc2c62;
    color: #ffffff;
}

.table thead th {
    padding: 12px;
    font-weight: bold;
} */

/* Body styling */
/* .table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.table tbody tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

.table tbody tr:hover {
    background-color: #f1f1f1;
}

.table tbody td {
    padding: 12px;
} */

/* Responsive styling */
/* @media (max-width: 768px) {
    .table thead {
        display: none;
    }
    .table, .table tbody, .table tr, .table td {
        display: block;
        width: 100%;
    }
    .table tr {
        margin-bottom: 15px;
    }
    .table tbody td {
    
        position: relative;
    }
    .table tbody td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 15px;
        font-weight: bold;
        text-align: left;
    } */
    /* .me-4 {
        margin-right: 4.5rem !important;
    } */
    body{
        overflow-x: hidden;
    }
}
.card-img-topes {
    width: 100%;
    /* max-width: 260px; */
    /* height: 173px; */
    object-fit: cover;
    display: block;
    margin: auto;}
    .become-volunteer{
        position:relative;
        padding:100px 0px;
        background-position:center center;
        background-repeat:no-repeat;
        background-size:cover;
        background-attachment:fixed;
    }
    
    .become-volunteer:before{
        content:'';
        position:absolute;
        left:0px;
        top:0px;
        width:100%;
        height:100%;
        background:rgba(0,0,0,0.20);
    }
    
    .become-volunteer .auto-container{
        position:relative;
        z-index:1;	
    }
    
    .become-volunteer .content-box{
        position:relative;
        max-width:420px;
        margin:0 auto;
        background:#ffffff;
        padding:40px 40px 50px;
        text-align:center;
        border-radius:5px;	
    }
    
    .become-volunteer .content-box h2{
        color:#292929;
        font-size:30px;
        line-height:1.4em;
        margin-bottom:20px;
        font-weight:300;
    }
    
    .become-volunteer .content-box h2 strong{
        font-size:48px;	
    }
    
    .become-volunteer .content-box .text{
        position:relative;
        /* font-family:'PT Serif',serif; */
        margin-bottom:30px;
    } 
    .btn-style-five{
        position:relative;
        /* font-family: 'Montserrat', sans-serif; */
        padding:9px 30px;
        line-height:28px;
        text-transform:uppercase;
        background:none;
        color:#fc2c62;
        letter-spacing:0px;
        border:2px solid #fc2c62;
        font-size:14px;
        font-weight:600;
        border-radius:25px;
    }
    
    .btn-style-five:hover{
        background:#fc2c62;
        color:#ffffff;
    }
    /* Donation Section */
.donation-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

/* Upper Content */
.upper-content {
    margin-bottom: 40px;
}

.upper-content h2 {
    font-size: 36px;
    color: #303030;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.upper-content p {
    margin-bottom: 20px;
    font-family: 'PT Serif', serif;
}

.upper-content h3 {
    font-size: 28px;
    color: #303030;
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 25px;
}

/* Donation Form Outer */
.donation-form-outer {
    padding: 40px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    background-color: #ffffff;
}

.donation-form-outer h3 {
    font-size: 26px;
    font-weight: 600;
    color: #25292f;
    margin-bottom: 30px;
}

/* Form Group */
.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 14px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #04AA6D;
    outline: none;
}

/* Field Label */
.field-label {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #252525;
    margin-bottom: 10px;
}

/* Radio Select */
.radio-select {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}

.radio-select label {
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #252525;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    background: #f9f9f9;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.radio-select input[type="radio"] {
    display: none;
}

.radio-select input[type="radio"]:checked + label {
    color: #ffffff;
    background: #fc2c62;
}

/* Buttons */
.theme-btn {
    padding: 10px 30px;
    background-color: #fc2c62;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.theme-btn:hover {
    background-color: #039a5e;
}

/* Responsive Design */
@media (max-width: 768px) {
    .upper-content h2 {
        font-size: 28px;
    }

    .upper-content h3 {
        font-size: 24px;
    }

    .donation-form-outer {
        padding: 20px;
    }

    .form-group {
        margin-bottom: 15px;
    }
}
@keyframes blink-effect {
    0% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); } 
    100% { opacity: 1; transform: scale(1); }
}

/* Apply animation to icons */
.blinking-icon {
    animation: blink-effect 1s infinite ease-in-out;
}
.footers {
    position: relative; /* Keeps it at the bottom */
    width: 100%;
    background-color: #222; /* Dark background */
    color: #fff; /* White text */
    font-size: 14px;
}
/* General Styles */
.donation-section {
    background-color: #f9f9f9;
    padding: 50px 0;
}

.auto-container {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
}

/* Form Styling */
.donation-form-outer {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
}

/* Input Fields */
.form-group {
    margin-bottom: 15px;
}

.form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.form-group input:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Button Styling */
.text-center {
    margin-top: 20px;
}

.theme-btn {
    display: inline-block;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-style-one {
    background-color: #fc2c62;
    color: white;
}

.btn-style-one:hover {
    background-color: #348E38;
}

@media (max-width: 768px) {
    .auto-container {
        width: 95%;
    }
    .form-group {
        width: 100%;
    }
}

.info-block {
     text-align: justify;
      padding: 30px 20px;
      background: #fff;
      border-radius: 15px;
    
      transition: 0.3s;
      height: 100%;
      border: 2px solid #416f6d;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    }

    .icon-circle {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background: #f1f1f1;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto 20px auto;
      position: relative;
      z-index: 1;
    }

    .icon-border {
      position: absolute;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      border: 6px solid;
      top: -10px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 0;
    }

    .mission .icon-border {
      border-color: #f44336;
    }

    .vision .icon-border {
      border-color: #0f4229;
    }

    .icon-circle img {
      width: 40px;
      z-index: 1;
    }

    .info-title {
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    .info-text {
      color: #555;
      font-size: 15px;
          text-align: justify;
    }
    .custom-border-box {
  border: 2px solid #0F4229;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  width: 580px;
 object-fit: cover;
}
.custom-box-style {
  opacity: 1;
  transform: translateY(0);
  box-shadow: inset 0 0 10px #0f4229;
  border-radius: 10px;
}
.custom-height {
  height: 91% !important;
}
.img-container-custom {
  margin-top: 34px !important;
  height: 84% !important;
}
.custom-img-style {
  margin-top: 20px;
  height: 90% !important;
}
.founder-img {
  width: 196px;
  height: 196px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #0f4229;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.founder-img.active {
  transform: scale(1.2);
  opacity: 1;
  z-index: 2;
}

.founder-img:not(.active) {
  transform: scale(0.85);
  opacity: 0.6;
}

 .founder-img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .founder-img.active {
    transform: scale(1.1);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  }

  