/********** Template CSS **********/
:root {
--primary: #aa3f85;
--secondary: #FFF0E6;
--light: #F8F8F9;
--dark: #001D23;
}

.back-to-top {
position: fixed;
display: none;
right: 30px;
bottom: 30px;
z-index: 99;
}
p{
text-align: justify;
}

/*** 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;
}
.form-control:disabled, .form-control:read-only {
    background-color: white;
    opacity: 1;
}


/*** Button ***/
.btn {
font-weight: 500;
transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
color: #FFFFFF;
}

.btn.btn-primary:hover {
color: var(--primary);
background: transparent;
}

.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 ***/
.fixed-top {
transition: .5s;
}

.top-bar {
height: 45px;
border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.navbar .dropdown-toggle::after {
border: none;
content: "\f107";
font-family: "Font Awesome 5 Free";
font-weight: 900;
vertical-align: middle;
margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
margin-right: 30px;
padding: 25px 0;
color: #FFFFFF;
font-weight: 500;
outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
color: var(--primary);
}
.navbar .nav-item .dropdown-menu {
border-left: 3px solid #aa3f85;
}
.navbar .nav-item .dropdown-menu a {
border-bottom: 1px dashed #aa3f85;
}

@media (max-width: 991.98px) {
.navbar .navbar-nav {
margin-top: 10px;
border-top: 1px solid rgba(0, 0, 0, .07);
background: var(--dark);
}

.navbar .navbar-nav .nav-link {
padding: 10px 0;
}
}

@media (min-width: 992px) {
.navbar .nav-item .dropdown-menu {
display: block;
visibility: hidden;
top: 100%;
transform: rotateX(-75deg);
transform-origin: 0% 0%;
transition: .5s;
opacity: 0;
}

.navbar .nav-item:hover .dropdown-menu {
transform: rotateX(0deg);
visibility: visible;
transition: .5s;
opacity: 1;
}
}
#header .text-end a {
border-right: 1px solid;
padding: 10px;

margin-right: -18px;
align-items: center;
}
#header .text-end a i:hover{
color: white;
}
#header .text-start small:hover{
color: white;
}


#header .text-end .facebook{
border-left:1px solid ;
padding: 12px
}
#navbarCollapse{
/* margin-top: -52px; */
}
#navbarCollapse .donatebtn a{
color: white;
border: 2px solid #aa528c;
}

@media(max-width:768px){
#navbar{
background-color: #001D23 !important;


}
#navbarCollapse{
margin-top: 0px;
}
}


/*** Header ***/
.carousel-caption {
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
background: rgb(56 51 57 / 80%);
opacity: 0.9;
z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
width: 3rem;
height: 3rem;
background-color: #aa528c;
border: 12px solid #aa528c;
border-radius: 3rem;
}

@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 {
padding-top: 12rem;
padding-bottom: 6rem;
background: linear-gradient(rgba(0, 29, 35, .8), rgba(0, 29, 35, .8)), url(../img/carousel-1.jpg) center center
no-repeat;
background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
color: #999999;
}


/* About */

#Aboutus{
background-image: url('../img/bgwhite.jpg');
/* background-repeat: no-repeat; */
/* background-size: cover; */
/* background-position: center center; */
background-attachment: fixed

}
#Donate{
background-image: url('../img/bgwhite.jpg');
/* background-repeat: no-repeat; */
/* background-size: cover; */
/* background-position: center center; */
background-attachment: fixed

}
#Donate .formbg{
background: #aa3f85;
}
#Donate button{
background-color: black;
width: 100%;
}
#Activities {
position: relative;
background-image: url('../img/banner.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-attachment: fixed;
z-index: 1;
color: white; /* Optional: ensures text is visible */
}

#Activities::before {
content: "";
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4); /* Black with 50% opacity */
z-index: -1; /* Put behind the content but above the background */
}
#Activities .thumbnailsq

/*** Causes ***/
.causes-item .progress {
height: 5px;
border-radius: 0;
overflow: visible;
}
.causes-item .cause-caption{
height: 127px;
}

.causes-item .progress .progress-bar {
position: relative;
overflow: visible;
width: 0px;
border-radius: 0;
transition: 5s;
}

.causes-item .progress .progress-bar span {
position: absolute;
top: -7px;
right: 0;
width: 40px;
height: 19px;
display: flex;
align-items: center;
justify-content: center;
font-size: 12px;
background: var(--primary);
color: #FFFFFF;
}

.causes-item .causes-overlay {
position: absolute;
width: 100%;
height: 0;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
background: rgb(223 196 225 / 50%);
overflow: hidden;
opacity: 0;
transition: .5s;
}
.causes-item .causes-overlay a{
background-color: #aa3f85;
color: white;
}

.causes-item:hover .causes-overlay {
height: 100%;
opacity: 1;
}


/*** Service ***/
.service-item {
box-shadow: 0 0 45px rgba(0, 0, 0, .06);
}


/*** Donate ***/
.donate {
background: rgba(0, 29, 35, .8);
}

.btn-group .btn-light:hover,
.btn-group input[type="radio"]:checked+label {
color: var(--primary);
border-color: var(--primary);
}


/*** Team ***/
.team-item img {
position: relative;
top: 0;
transition: .5s;
}

.team-item:hover img {
top: -30px;
}

.team-item .team-text {
position: relative;
height: 100px;
transition: .5s;
}

.team-item:hover .team-text {
margin-top: -60px;
height: 160px;
}

.team-item .team-text .team-social {
opacity: 0;
transition: .5s;
}

.team-item:hover .team-text .team-social {
opacity: 1;
}

.team-item .team-social .btn {
display: inline-flex;
color: var(--primary);
background: #FFFFFF;
border-radius: 40px;
}

.team-item .team-social .btn:hover {
color: #FFFFFF;
background: var(--primary);
}


/*** Testimonial ***/
#testimonial{
position: relative;
background-image: url('../img/testimonial.jpeg');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-attachment: fixed;
z-index: 1;
color: white; /* Optional: ensures text is visible */
}
.testimonial-carousel::before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 0;
background: linear-gradient(to right, rgb(27 26 41) 0%, rgb(36 30 30 / 0%) 100%);
z-index: 1;
}

.testimonial-carousel::after {
position: absolute;
content: "";
top: 0;
right: 0;
height: 100%;
width: 0;
background: linear-gradient(to left, rgb(27 26 41) 0%, rgb(36 30 30 / 0%) 100%);
z-index: 1;
}

@media (min-width: 768px) {
.testimonial-carousel::before,
.testimonial-carousel::after {
width: 200px;
}
}

@media (min-width: 992px) {
.testimonial-carousel::before,
.testimonial-carousel::after {
width: 300px;
}
}

.testimonial-carousel .owl-item .testimonial-text {
background: var(--light);
transform: scale(.8);
transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
background: var(--primary);
transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
background: var(--primary) !important;
}

.testimonial-carousel .owl-nav {
position: absolute;
width: 350px;
top: 15px;
left: 50%;
transform: translateX(-50%);
display: flex;
justify-content: space-between;
opacity: 0;
transition: .5s;
z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
width: 300px;
opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
position: relative;
color: var(--primary);
font-size: 45px;
transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
color: var(--dark);
}


/*** Footer ***/

.footer .btn.btn-link {
display: block;
margin-bottom: 5px;
padding: 0;
text-align: left;
color: rgba(255,255,255,0.5);
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;
color: rgba(255,255,255,0.5);
margin-right: 10px;
}

.footer .btn.btn-link:hover {
color: var(--light);
letter-spacing: 1px;
box-shadow: none;
}

.footer .btn.btn-square-facebook {
color: #1877F2;
border: 1px solid #1877F2;
}
.footer .btn.btn-square-instagram {
color: #d13086;
border: 1px solid #d13086;
}
.footer .btn.btn-square-twiter {
color: #1DA1F2;
border: 1px solid #1DA1F2;
}


.footer .btn.btn-square-facebook:hover {
color: white;
background:#1877F2;
}
.footer .btn.btn-square-instagram:hover {
color: white;
background:#d13086;
}
.footer .btn.btn-square-twiter:hover {
color: white;
background:#1DA1F2;
}

.footer .copyright {
padding: 25px 0;
font-size: 15px;
border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
color: var(--secondary);
}

.footer .copyright a:hover {
color: var(--primary);
}
.footer .loginbtn button a{
color: white;
}

/* donate */


.ftco-menu {
position: relative;
width: 100%;
display: block; }
.ftco-menu .nav-pills p {
margin-bottom: 0; }
.ftco-menu .nav-pills .nav-link {
border-radius: 0;
margin-bottom: 0;
color: rgba(170, 82, 140, 0.996);;
font-size: 18px;
font-weight: 400;
position: relative;
display: inline-block;
border-bottom: 1px solid rgba(170, 82, 140, 0.996);;
margin-left: 5px;
margin-right: 5px; }
.ftco-menu .nav-pills .nav-link.active, .ftco-menu .nav-pills .nav-link:hover {
color: white;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
background: rgba(170, 82, 140, 0.996);;
border-bottom: 1px solid transparent; }
.ftco-menu .nav-pills .nav-link.active:after, .ftco-menu .nav-pills .nav-link:hover:after {
opacity: 1; }
@media (max-width: 767.98px) {
.ftco-menu .nav-pills .nav-link.active:after, .ftco-menu .nav-pills .nav-link:hover:after {
opacity: 0; } }
@media (max-width: 767.98px) {
.ftco-menu .nav-pills .nav-link {
display: block;
width: 100%;
margin-bottom: 5px; } }

.paymentbox{
/* border: 1px solid black;s */
box-shadow: 4px 4px 9px grey;
width:80%;
padding: 35px;
margin: auto;
}
.paymentbox .qrimg img{
width: 80%;

}
.paymentbox .qrimg{
border-right: 2px solid black;
}

#services{
margin-bottom: 40px;
}
#services .menu-wrap{
background: antiquewhite;
padding: 9px;
}
#services .menu-wrap .text{

padding: 5px;
}
#services .menu-wrap .text .quantity {
display: flex;
/* border: 2px solid #3498db; */
border-radius: 4px;
overflow: hidden;
float: right;
margin: 4px;
/* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

#services .menu-wrap .text .quantity button {
background-color: green;
color: #fff;
border: none;
cursor: pointer;
font-size: 20px;
width: 30px;
height: auto;
text-align: center;
transition: background-color 0.2s;
}

#services .menu-wrap .text .quantity button:hover {
background-color: green;
}

#services .menu-wrap .text .quantity .input-box {
width: 40px;
text-align: center;
border: none;
padding: 8px 10px;
font-size: 16px;
outline: none;
}

/* Hide the number input spin buttons */
#services .menu-wrap .text .quantity .input-box::-webkit-inner-spin-button,
#services .menu-wrap .text .quantity .input-box::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}

#services .menu-wrap .text .quantity .input-box[type="number"] {
-moz-appearance: textfield;
}

#services .menu-wrap .text .btn-outline-primary{
width: 100%;
}

#services .member .card {
background-color: #fff;
padding: 50px;
width: 50%;
margin: auto;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#services .member .card h3 {
text-align: center;
color: #333;
}

#services .member .card form {
display: flex;
flex-direction: column;
padding: 15px;
}
#services .member .card label {
margin-top: 10px;

}

#services .member .card input {
padding: 10px;
margin-bottom: 12px;
border: 1px solid #ddd;
border-radius: 4px;
transition: border-color 0.3s ease-in-out;
outline: none;
color: #333;
}

#services .member .card input:focus {
border-color: #555;
}

#services .member .card button {
background-color: green;
color: #fff;
padding: 10px;
border: none;
border-radius: 4px;
cursor: pointer;
transition: background-color 0.3s ease-in-out;
}

#services .member .card button:hover {
background-color: #2980b9;
}
#services #v-pills-3 button , #services #v-pills-1 button{
background-image: linear-gradient(45deg, black, transparent);
}


#services #v-pills-2 .shadow-effect {
background: #fff;
padding: 20px;
height: 400px;
border-radius: 4px;
text-align: center;
border:1px solid #ECECEC;
box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#services #v-pills-2 #customers-testimonials .shadow-effect p {
font-family: inherit;
font-size: 17px;
line-height: 1.5;
margin: 0 0 17px 0;
font-weight: 300;
}
#services #v-pills-2 .testimonial-name {
margin: -17px auto 0;
display: table;
width: auto;
background: #aa528c;
padding: 9px 35px;
border-radius: 12px;
text-align: center;
color: #fff;
box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#services #v-pills-2 #customers-testimonials .item {
text-align: center;
padding: 50px;
margin-bottom:80px;
opacity: .2;
-webkit-transform: scale3d(0.8, 0.8, 1);
transform: scale3d(0.8, 0.8, 1);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#services #v-pills-2 #customers-testimonials .owl-item.active.center .item {
opacity: 1;
-webkit-transform: scale3d(1.0, 1.0, 1);
transform: scale3d(1.0, 1.0, 1);
}
#services #v-pills-2 .owl-carousel .owl-item img {
transform-style: preserve-3d;
max-width: 90px;
margin: 0 auto 17px;
}
#services #v-pills-2 #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#services #v-pills-2 #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
background: #aa528c;
transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#services #v-pills-2 #customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#services #v-pills-2 #customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#services #v-pills-2 #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
background: #aa528c;
display: inline-block;
height: 20px;
margin: 0 2px 5px;
transform: translate3d(0px, -50%, 0px) scale(0.3);
transform-origin: 50% 50% 0;
transition: all 250ms ease-out 0s;
width: 20px;
}
#eventForm{
margin-bottom: 40px;
}
#eventForm .Joinusevent{
box-shadow: 4px 4px 9px grey;
width:98%;
padding: 35px;
margin: auto;
}

#events #carouselExampleControls .card {
border: none;
border-radius: 0;
box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
height:auto;
}
#events #carouselExampleControls .carousel-inner {
padding: 1em;
}
#events #carouselExampleControls .carousel-control-prev,
#events #carouselExampleControls .carousel-control-next {
background-color: #e1e1e1;
width: 6vh;
height: 6vh;
border-radius: 50%;
top: 50%;
transform: translateY(-50%);
}
#events #carouselExampleControls .carousel-control-prev span,
#events #carouselExampleControls .carousel-control-next span {
width: 1.5rem;
height: 1.5rem;
}
@media screen and (min-width: 768px) {
#events #carouselExampleControls .cards-wrapper {
display: flex;
}
#events #carouselExampleControls .card {
margin: 0 0.5em;
width: calc(100% / 3); /* Show 3 items per row */
}
#events #carouselExampleControls .image-wrapper {
margin: 0 auto;
}
}

@media screen and (max-width: 767px) {
#events #carouselExampleControls .cards-wrapper {
display: flex;
overflow-x: auto;
scroll-snap-type: x mandatory;
}
#events #carouselExampleControls .card {
flex: 0 0 100%; /* Full width */
scroll-snap-align: start;
margin: 0;
}
}


#events .image-wrapper img {
max-width: 100%;
max-height: 100%;
height:231px;
}


/* Contact us */

#Contact_us .cotactdiv .contactimg img{
box-shadow: 4px 4px 4px 3px grey;
/* width: 100%; */
/* height: 100%; */

}
#Contact_us .cotactdiv{
box-shadow: 4px 4px 4px 3px grey;
padding: 30px;
}

/* ****************************** gallery  ********************************* */
#photogallery{
    margin-bottom: 50px;
}
#photogallery img{
    width: 100%;
    /* box-shadow: 4px 4px 4px 4px grey; */
}
.custom-gallery {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;
    background-color: black;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.custom-gallery img {
    width: 100%;
    border-radius: 5px;
}

.custom-gallery figcaption {
    margin-top: 10px;
    color: white;
    font-size: 14px;
}

