*{
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
}
body{
    background-color: orange;
    text-decoration: none;
}
.padd-left {
    padding-left: 15px;
}
.reveal.active {
    transform: translateY(0);
    opacity: 1;
}
.reveal {
    position: relative;
    transform: translateY(90px);
    opacity: 0;
    transition: 1s all ease;    
}
#goTop {
    padding: 5px;
    position: fixed;
    bottom: -150px;
    right: 10px;
    cursor: pointer;
    z-index: 10;
}
#goTop, .breadcrumb a {
    color: #fff;
    text-decoration: none;
}

/*============== Top Header ==============*/
.fixed-header {
    height: 30px;
    padding: 3px;
    font-family: 'Sriracha';
}
/*============== Top Header ==============*/
/*============== Top navbar ==============*/
.fixed-navbar {
    margin-top: 30px;
    padding: 0;
    box-shadow: 0 0 20px rgba(48, 46, 77, 0.15);
    font-family: 'Oswald';
}
.fixed-navbar a{
    font-size: 17px;
    color: #007bff;
}
.fixed-navbar .actives{
    color: var(--bs-red);
}
i.fa.fa-facebook {
    color: white;
}
/*============== Top navbar ==============*/

/*============= BODY SECTION ===========*/
.header-top{
    margin-top: 100px;
}
.mr-lr-15{
    margin-left: -12px;
    margin-right: -12px;
}
/*============= BODY SECTION ===========*/

/*================ VISSION & MISSION ================*/
.icon {
    border-radius: 40px;
    background: #e907ed;
    transition: all 0.3s ease;
    font-family: 'Oswald';
}
.icon-y {
    border-radius: 40px;
    background: yellow;
    transition: all 0.3s ease;
    font-family: 'Oswald';
}
.media-body p{
    font-style: italic;
    font-size: 18px;
    font-family: 'Oswald';
}
.text-ot{
    color: rgb(5 18 85) !important;
}
.bg-primary {
/*    background-color: #c32222 !important;*/
    background-color: #9f3a3a !important;
}
.bg-vm {
/*    background-color: #c5c532 !important;*/
    background-color: #f1f1de !important;
}
/*================ VISSION & MISSION ================*/


/*================ READ MORE BTN ================*/
.btn-read-more {
    display: inline-block;
    padding: 10px 30px;
    background-color: #ff4c60;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    margin-top: 20px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.btn-read-more:hover {
    background-color: #ff6b81;
    box-shadow: 0 6px 12px rgba(255, 108, 128, 0.2);
    color: #fff;
    text-decoration: none;
}
.donate-page-a1 {
    border-radius: 3px;
    padding: 5px;
    font-weight: bold;
}

.btn-read-more1 {
    display: inline-block;
    padding: 5px;
    margin: 6px;
    background-color: #ff4c60;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    margin-top: 20px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
/*================ READ MORE BTN ================*/


/*================column grid================*/
.head-line-tag{
    font-family: "Times New Roman", Times, serif;
    color: #330d8d;
}
.img-column{
    object-fit: cover; 
    width: 100%;
    background-size: cover; 
    font-size: 25px; 
    padding: 20px;
}
.gird img{
    object-fit: cover;
    width: 100%;
    background-size: cover; 
}
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,
        minmax(210px, 1fr));
    grid-gap: 10px;
    height: 250px;
}
.grid>div {
    font-size: 20px;
    padding: 1rem;
    color: yellow;
    text-align: center;
}
/*================column grid================*/


/*================== ABOUT SECTION ===================*/
.about-section .row img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.about-section .btn-read-more {
    display: block;
    margin: 18px auto;
    width: 200px;
    font-weight: 500;
    padding: 12px 35px;
    border-radius: 40px;
    transition: all 0.3s ease;
}
.hello {
    font-family: "Cooper Black Regular";
    font-size: 28px;
    color: rgb(33, 37, 41);
}
.taranga, .welfare, .trust{
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
}
.taranga{
    color: #1B0AFE;
}
.welfare{
    color: #7CD003;
}
.trust{
    color: #FB24F9;
}
.about-section p{
    margin-bottom: 25px;
    font-size: 18px;
    color: black;
    text-align: justify;
    font-family: 'Oswald';
}
/*================== ABOUT SECTION ===================*/



/*================== JOIN US SECTION ===================*/
.join-us-section{
    min-height: 360px;
    width: 100%;
    background-image: url(../images/bg2.png);
    object-fit: cover;
}
.join-us-section a{
/*    text-decoration: none;*/
}
.head-tag {
    padding: 45px 0;
}
.tagline {
    color: #ffb300;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 30px;
    position: relative;
    margin-bottom: 5px;
    font-family: "Lilita One", sans-serif;
    letter-spacing: 3px;
}
.join-us-para {
    color: #ffffff;
    font-size: 22px;
    font-family: "Comic Neue", cursive;
}
.join-us-section img {
    width: 100%;
    height: 300px;
}
.btn-read-more {
    padding: 12px 35px;
    border-radius: 40px;
    display: inline-block;
    white-space: nowrap;
    border: none;
    background: red;
    transition: all 0.3s ease;
}
.btn-orng{
    background-color: #f4511e;
    font-weight: 600;
}
/*================== JOIN US SECTION ===================*/



/*================= OUR ACTIVITIES ============= */
.section-title {
    flex: 0 0 80%;
    max-width: 80%;
    margin-bottom: 50px;
    margin-left: 70px;
}
.section-title h2 {
    position: relative;
    font-family: 'Oswald';
}
.section-title h2::before{
    content: '';
    height: 4px;
    width: 186px;
    background-color: #ec1839;
    position: absolute;
    top: 100%;
    left: 0;
}
.section-title h2::after{
    content: '';
    height: 4px;
    width: 93px;
    background-color: #ec1839;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
}
.card-wrapper {
  padding: 0;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30ch, 1fr));
  grid-gap: 1.5rem;
  width: 90%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.card {
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0.05rem 0.1rem 0.3rem -0.03rem rgba(0, 0, 0, 0.45);
    padding-bottom: 1rem;
}
.card img {   
    border-radius: 0.5rem 0.5rem 0 0;
    width: 100%;
    object-fit: cover;
    max-height: max(10rem, 30vh);
    aspect-ratio: 4 / 3;
    mix-blend-mode: var(--card-blend-mode);    
}
.card h3 {
  margin-top: 1rem;
  font-family: 'Oswald';
}
.card a {
  color: blueviolet;
}
/*================= OUR ACTIVITIES ============= */


/*================= HELP US SECTION =============*/
.help-us-section{
    width: 100%;
    height: 300px;
    background-image: url(../images/bg.jpg);
    object-fit: cover;
    width: 100%;
    background-size: cover;
}
.help-us-section h1{    
    font-size: 55px;
    color: #fff;
    font-family: "Crimson Text", serif;
    font-style: italic;
}
.help-us-section h3{
    color: #f3886f;
    font-family: Oswald;
}
.bg-success-btn {
    background-color: rgb(5 16 127) !important;
    transition: all .5s;
}
.donate-page-a1:hover{
    transform: translateY(3px);
}
/*================= HELP US SECTION =============*/


/*================= RECENT EVENT ============= */
.recent-event-section .row img{
    height: 300px;
}

/* Row Styling */
.row {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
/* Image Thumbnail Styling */
.how-img img {
    width: 100%; /* Ensures the image fits the container */
    height: auto; /* Maintains aspect ratio */
    border-radius: 8px; /* Adds rounded corners */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Adds subtle shadow */
    object-fit: cover; /* Ensures image doesn't distort */
}
.how-img img:hover {
    transform: scale(1.05); /* Slight zoom effect on hover */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); /* Enhanced shadow on hover */
}

/* Text Section Styling */
.r-event-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #333;
    font-family: 'Poppins', sans-serif;
}

.text-green {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.8;
}
.date {
    font-size: 0.9rem;
    color: #fff;
    margin-top: 10px;
    font-weight: 500;
}
.date i {
    margin-right: 5px;
    color: #ff4c60;
}

/* Button Styling */
.btn-read-more {
    display: inline-block;
    padding: 10px 30px;
    background-color: #ff4c60;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    margin-top: 20px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.btn-read-more:hover {
    background-color: #ff6b81;
    box-shadow: 0 6px 12px rgba(255, 108, 128, 0.2);
    color: #fff;
    text-decoration: none;
}

/*================= RECENT EVENT ============= */

/*================= PRESIDENT MESSAGE ============= */
.president-msg-section{
    background-color: #ebf3dd;
}
.p-msg .my-info {
    flex: 0 0 100%;
    max-width: 100%;
}
h3.p-name {
    font-size: 28px;
    margin: 15px 0;
    font-weight: 700;
    color: red;
}
h3.my-profession {
    font-size: 30px;
    margin: 15px 0;
}
.p-msg .my-img {
    flex: 0 0 40%;
    max-width: 40%;
    text-align-last: center;
    position: relative;
}
.p-msg .my-img img {
    margin: auto;
    height: 300px;
    margin-top: 100px;
}
.p-2 p {
    margin-bottom: 20px;
    font-size: 17px;
    color: black;
    font-family: "Concert One", sans-serif;
    text-align: justify;
}
.p-2 img{
    height: 300px;
    width: 243px;
}
/*================= PRESIDENT MESSAGE ============= */


/*================ OUR TEAM ================*/
.team{
    background-color: #fff;
}
.team .member {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 5px;
    background-color: #eae2f3;
}
.team .member .team-pic {
    width: 180px;
    border-radius: 50%;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

.team .member .member-info {
    padding-left: 30px;
}
.team .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: tomato;
}
.team .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
}
.team .member span::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    background: black;
    bottom: 0;
    left: 0;
}
.team .member p {
    margin: 10px 0 0 0;
    font-size: 14px;
}

.team .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.team .member .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #eff2f8;
}
.team .member .social a i {
    color: tomato;
    font-size: 16px;
    margin: 0 2px;
}
.team .member .social a:hover {
    background: tomato;
}
.team .member .social a:hover i {
    color: #fff;
}

.section-titles {
    text-align: center;
    padding-bottom: 30px;
}
.section-titles h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: tomato;
}
.underline {
    width: 150px;
    height: 1px;
    background-color: black;
    margin: auto;
    margin-top: -30px;
}
.gallery-cell {
  width: 66%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  counter-increment: gallery-cell;
}

.team-pic img {
    width: 140px;
    height: 170px;
}
/*================ OUR TEAM ================*/





/*================ NEWS CUTTING ================*/
.gallerys{
    width: 100%;
    float: left;
    padding:30px 15px;
}
.gallerys .title h1{
    font-size:36px;
    margin:0 0 30px;
    color:#000000;
    text-align: center;
}
.gallerys .gallery-items-pg .item{
    float: left;
    width: 30%;
    position: relative;
    border: 2px solid;
    /* padding: 5px; */
    margin: 10px;
}

.gallerys .gallery-items-pg .item.hide{
    display: none;
}
.gallerys .gallery-items-pg .item.show{
    display: block;
    animation: show .5s ease;
}
@keyframes show{
    0%{
        opacity:0;
        transform: scale(0.9);
    }
    100%{
        opacity:1;
        transform: scale(1);
    }
}


.gallerys .gallery-items-pg .item img{
    width: 100%;
    display: block;
    aspect-ratio: 4 / 3;
}
.gallerys .gallery-items-pg .item .caption{
    position: absolute;
    left:0px;
    bottom:0;
    background-color: rgba(0,0,0,.5);
    padding:10px;
    width: 100%;
    color:#ffffff;
    text-align: center;
}
.gallerys .paginations{
    width: 100%;
    float: left;
    padding:15px;
    text-align: center;
}
.gallerys .paginations div{
    display: inline-block;
    margin:0 10px;
}
.gallerys .paginations .page{
    color:black;
}
.gallerys .paginations .prev,.gallerys .paginations .next{
    cursor: pointer;
    background-color: #04AA6D;
    color: white;
    padding: 8px 16px;
}

.gallerys .paginations .prev.disabled,
.gallerys .paginations .next.disabled{
    border-color: gray;
    color:gray;
    pointer-events: none;
}
/*================ NEWS CUTTING ================*/


/*=============================== FOR ABOUT US ===================*/
.page-image-title {
    position: relative;
    z-index: 1;
    padding-top: 130px;
    padding-bottom: 130px;
    background-color: var(--bs-primary);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    height: 400px;
}
.page-image-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #154124;
    opacity: 0.5;
}
.page-image-title h1 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
}
#page-header .badcrum {
    text-align: center;
}
#page-header .badcrum li {
    color: #fff;
    display: inline-block;
    padding-bottom: 100px;
}
#page-header .badcrum li a {
    color: #fff;
}
.section-header h3 {
    font-size: 26px;
    font-style: normal;
    color: #413e66;
    text-align: center;
    font-weight: 700;
    position: relative;
    font-family: 'Anton', sans-serif;
    border-bottom: solid 2px #e78316;
    padding-bottom: 10px;
}


/*OTHERS*/
.threeD-title {
    font-family: 'Cooper Black Regular';
    font-size: 20px;
    color: #1e3197;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
}
.threeD-heading-red {
    font-family: Cooper Black Regular;
    font-size: 40px;
    color: #ff0707;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
}
.threeD-heading {
    font-family: Cooper Black Regular;
    font-size: 40px;
    color: #824c83;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
}
.threeD-about {
    font-family: 'Cooper Black Regular';
    font-size: 17px;
    text-align: justify;
}
iframe {
    width: 100%;
    min-height: 300px;
    height: 100%;
}





/* Basic styling for vertical tabs */
.tab-container {
    display: flex;
}

/* Styling for tabs */
.tab-buttons {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.tab-buttons button {
    padding: 10px;
    cursor: pointer;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    border-bottom: none;
    font-size: 16px;
}

.tab-buttons button:hover, .tab-buttons button.active {
    background-color: #ddd;
}

/* Styling for tab content */
.tab-content {
    flex: 3;
    padding: 20px;
    border: 1px solid #000000;
    /* border-left: none; */
    background: aliceblue;
}

.tab-item {
    display: none;
}

.tab-item.active {
    display: block;
}

.tab-link.active {
    background-color: #f1f1f1; /* Change the background to indicate active tab */
}
.Facilities-text {
    font-family: "Caladea", serif;
    font-weight: 700;
    font-style: italic;
    text-align: justify;
    font-size: 18px;
    padding-right: 18px;
}
.section-title .fs-1, .tab-link{
    font-family: Oswald;
}
.tab-item h2{
    font-family: Oswald;
}






/*image Galley*/
.btn {
    clear: both;
    white-space: nowrap;
    font-size: .8em;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 35%);
    margin: 4px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    padding: 5px;
}

.btn:hover,.btn-active {
    background: #f44336;
    color: #fff;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}

/*image Galley*/
.vDate{
    font-style: italic;
}
.vTitle{
    color: darkblue;
}
p.vCaption {
    color: magenta;
    font-size: 18px;
}


.post-img {
    margin: 20px 0; /* Add margin around each image block */
    text-align: center; /* Center-align the content */
    height: 400px; /* Fixed height for the container */
    overflow: hidden; /* Hide overflow if the image exceeds the height */
    display: flex; /* Use flexbox to center the image vertically */
    justify-content: center; /* Center the image horizontally */
    align-items: center; /* Center the image vertically */
}

.post-img img {
    height: auto; /* Allow the height to adjust automatically */
    width: auto; /* Allow the width to adjust automatically */
    max-height: 100%; /* Limit the maximum height to the container's height */
    max-width: 100%; /* Ensure the image doesn't exceed the container's width */
    border: 2px solid #ddd; /* Light border around the image */
    border-radius: 8px; /* Rounded corners for the image */
    transition: transform 0.2s; /* Smooth scaling effect on hover */
}

.post-img img:hover {
    transform: scale(1.05); /* Scale up image slightly on hover */
}

.col-lg-8 {
    padding: 10px; /* Add padding around the column */
}

.p-2 {
    padding: 0.5rem; /* Padding for description area */
}













.donate-page-a {
    display: inline-block;
    background-color: #28a745; /* Bootstrap success color */
    padding: 10px 20px;
    border-radius: 25px; /* Rounded corners */
    text-transform: uppercase;
    font-weight: bold;
    transition: background-color 0.3s ease-in-out;
}

.donate-page-a a {
    color: #fff; /* White text color */
    text-decoration: none;
    font-size: 1rem;
}

.donate-page-a:hover {
    background-color: #218838; /* Darker green on hover */
}

.donate-page-a a:hover {
    color: #fff; /* Keep text white on hover */
}

.donate-page-a .arrow:after {
    content: ' →'; /* Adds an arrow after the text */
    font-size: 1.2rem;
    padding-left: 5px;
    transition: padding-left 0.3s ease-in-out;
}

.donate-page-a:hover .arrow:after {
    padding-left: 10px; /* Moves arrow slightly to the right on hover */
}

.gallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.gallery-item1 {
    width: 19%; /* 5 items per row on larger screens */
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add some shadow for a slight elevation */
    transition: transform 0.3s ease;
}
.gallery-item1 img {
    width: 100%;
    height: 200px;
    object-fit: cover; /* Ensures the image covers the container, maintaining aspect ratio */
    transition: transform 0.3s ease, opacity 0.3s ease; /* Transition for smooth effects */
}
.gallery-item1 img:hover {
    transform: scale(1.05); /* Slightly scale up the image */
    opacity: 0.9; /* Change opacity on hover */
}



/*========================= RECENT VIDEO==================================*/
.gallerys .gallery-items-pg1 .item.hide{
    display: none;
}
.gallerys .gallery-items-pg1 .item.show{
    display: block;
    animation: show .5s ease;
}
@keyframes show{
    0%{
        opacity:0;
        transform: scale(0.9);
    }
    100%{
        opacity:1;
        transform: scale(1);
    }
}

.gallerys .gallery-items-pg1 .item {
    float: left;
    width: 30%;
    position: relative;
    /* border: 2px solid; */
    margin: 10px;
/*    height: 330px;*/
}
.gallerys .gallery-items-pg1 .item video {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.gallerys .paginations .prev-recent.disabled, .gallerys .paginations .next-recent.disabled {
    border-color: gray;
    color: gray;
    pointer-events: none;
}
.gallerys .paginations .prev-recent, .gallerys .paginations .next-recent {
    cursor: pointer;
    background-color: #04AA6D;
    color: white;
    padding: 8px 16px;
}
/*========================= RECENT VIDEO==================================*/




/*==================================== IMAGE GALLERY =========================*/
.gallery-item {
    margin-bottom: 15px;
}
.gallery-item img {
    width: 100%; /* Makes the image take the full width of the container */
    height: 200px; /* Sets a fixed height for all images */
    object-fit: cover; /* Ensures the image covers the container, maintaining aspect ratio */
    transition: transform 0.3s ease, opacity 0.3s ease; /* Transition for smooth effects */
}

.gallery-item img:hover {
    transform: scale(1.05); /* Slightly scale up the image */
    opacity: 0.9; /* Change opacity on hover */
}
.filter-button:hover {
    transform: scale(1.05); /* Slightly scale up the image */
    opacity: 0.9; /* Change opacity on hover */
}
.active-button {
    background-color: #007bff; /* Change to your desired active color */
    color: white; /* Text color for active button */
}

/* Ensuring that the next and previous buttons are visible */
.glightbox .glightbox-next,
.glightbox .glightbox-prev {
    display: block !important; /* Ensure buttons are displayed */
    z-index: 1000; /* Bring them above other content */
    width: 50px; /* Adjust size if needed */
    height: 50px; /* Adjust size if needed */
}

/* Optional: Style adjustments for better visibility */
.glightbox .glightbox-next,
.glightbox .glightbox-prev {
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    color: white; /* Button text color */
    border-radius: 50%; /* Rounded buttons */
    transition: background-color 0.3s ease; /* Smooth transition */
}

.glightbox .glightbox-next:hover,
.glightbox .glightbox-prev:hover {
    background-color: rgba(0, 0, 0, 0.7); /* Darker on hover */
}
.gallery-item {
    transform: translateY(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 1;
}

.gallery-item.hidden {
    transform: translateY(-20px); /* Slide up */
    opacity: 0; /* Fade out */
}


/*==================================== IMAGE GALLERY =========================*/
@media (max-width: 468px) { /* Adjust the breakpoint as necessary */
    .glightbox .glightbox-next,
    .glightbox .glightbox-prev {
        display: block !important; /* Ensure buttons are displayed */
    }
}




/*================= SLIDING SIDEBAR DONATE FORM ==================*/
.sidebar-contact{
  position:fixed;
  top:50%;
  right:-480px;
  transform:translateY(-50%);
  width:480px;
  height:auto;
  padding:20px;
  background:#fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  box-sizing:border-box;
  transition:0.5s;
  text-align: center;
  z-index: 99;
}
.sidebar-contact.active{
  right:0;
  text-align: center;
}
.sidebar-contact img{
  width: 203px;
}
.sidebar-contact h2{
  margin:0 0 20px;
  padding:0;
}


.toggle {
    position: absolute;
    height: 325px;
    width: 45px;
    text-align: center;
    cursor: pointer;
    background: #5f0e6d;
    top: 0;
    left: -45px;
    line-height: 45px;
    color: white;
/*    letter-spacing: 5px;*/
/*    font-weight: bold;*/
    font-size: 20px;
}


.sidebar-contact .footer {
    position: absolute;
    background: #a53e00;
    padding: 8px;
    text-align: center;
    width: 480px;
    /* height: 19px; */
    left: 0;
    color: white;
    font-size: 20px;
    font-family: Oswald;
    letter-spacing: 2px;
    margin-top: 5px;
}

.toggle {
   writing-mode: vertical-lr;
   transform: scale(-1, -1);
}

.header_logo-donate{
    display: flex;
}
.logo{
    flex: 0 0 20%;
    max-width: 20%;
    justify-content: center;
    align-items: center;
}
.text{
    flex: 0 0 80%;
    max-width: 80%;
}
.header_logo-donate .logo img {
    width: 50px;
}
.header_logo-donate .text img {
    width: 115px;
}
.logo-donate {
    font-family: 'Cooper Black Regular', sans-serif;
    font-size: 15px;
    background: linear-gradient(to right, #f32170, #0830ff, #cf23cf, #305f32);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.logo-donate-scan {
    font-family: 'Cooper Black Regular', sans-serif;
    font-size: 13px;
    background: linear-gradient(to right, #f32170, #0830ff, #cf23cf, #305f32);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
/*================= SLIDING SIDEBAR DONATE FORM ==================*/