/*--=====Subha Dey Css====--*/

:root{
--main-theme-color:#ED226C;
--main-red: #ED226C;
/* --main-red: linear-gradient(90deg, #F12B74 0%, #A01D5E 100%); */
--title-color:#6f3b6c;
--para-color:#1a2238;
--grad-one: linear-gradient(90deg, #F12B74 0%, #A01D5E 100%);
--grad-two: linear-gradient(241.55deg, #34124A 10.64%, #73195B 77.44%);
--drk-pnk:#9b0059;
}

h1,h1,h3,h4,h5,h6{
color: var(--title-color);
font-family: "Poppins", sans-serif I !important;
}

p{
color: var(--para-color);
font-weight: 400;
font-family: "Poppins", sans-serif I !important;
font-size: 18px;
}

a,span,div{
font-family: "Poppins", sans-serif !important;
}
h2{
font-size: 40px !important;
font-weight: 500;
}


/* Topbar starts */:root {
--main-theme-color: #e91e63; /* change once */
}

/* Top bar container */
.top-bar {
background: #fff;
font-size: 14px;
border-bottom: 1px solid #eaeaea;
line-height: 1.6;
}

/* Left contact area */
.top-contact {
padding: 10px 0px;
display: flex !important;
gap: 0px !important;
color: var(--para-color);
}

/* All links */
.top-contact a,
.social-icons a {
color: var(--para-color);
text-decoration: none;
transition: color 0.25s ease;
}

/* Hover effect */
.top-contact a:hover,
.social-icons a:hover {
color: var(--main-theme-color);
}
.social-icons a:hover {
border: 1px solid var(--main-theme-color);
}
.social-icons a:hover i{
    transform: translateY(0px) !important;
}
/* Icons spacing */
.top-contact i {
margin-left: 6px;
font-size: 14px;
margin-right: 5px;
}

/* Separators */
span.contact-separator {
color: #d5d5d5 !important;
margin: 0 6px;
}
.call-sec{
margin-left: 5px;
}
/* Labels (Call Us, Kolkata, USA) */
.contact-label,
.contact-location {
font-weight: 500;
color: var(--para-color);
white-space: nowrap;
}

/* Social section */
.social-icons {
font-size: 14px;
white-space: nowrap;
}

.social-icons a {
margin-left: 10px;
}

/* Smooth icon hover */
.social-icons i {
transition: transform 0.25s ease;
}

.social-icons a:hover i {
transform: translateY(-1px);
}

/* Responsive safety */
@media (max-width: 991px) {
.social-icons {
text-align: left;
margin-top: 6px;
}
}




/* NAVBAR */
.navbar {
padding: 14px 20px;
}

.navbar-brand img {
height: 42px;
}

.navbar-nav .nav-link {
font-weight: 600;
color: var(--para-color);
padding: 0 14px;
}

.navbar-nav .nav-link:hover {
color: var(--main-theme-color);
}

/* Donate Button */
.btn-donate {
background: var(--main-theme-color);
color: #fff;
border-radius: 30px;
padding: 10px 22px;
font-weight: 600;
}

.btn-donate:hover {
background: var(--main-theme-color);
color: #fff;
}

/* Offcanvas */
.offcanvas {
width: 280px;
}

.offcanvas-header {
border-bottom: 1px solid #eee;
}

.close-btn {
font-size: 22px;
cursor: pointer;
transition: transform 0.3s ease;
}

.close-btn:hover {
transform: rotate(90deg);
}

/* Mobile menu links */
.offcanvas-body .nav-link {
padding: 12px 0;
font-size: 16px;
font-weight: 600;
}

/* Social Icons */
.social-icons a {
color: var(--para-color);
margin-left: 10px;
}

/* Hide donate on mobile (inside menu instead) */
@media (max-width: 991px) {
.desktop-donate {
display: none;
}
}

.top-bar a{
color: var(--para-color);
font-size: 14px;
font-weight: 500;
/* display: inline-flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
margin-left: 8px;
border-radius: 50%;
border: 1px solid var(--para-color);
color: var(--para-color);
text-decoration: none;
transition: all 0.3s ease; */
}

.social-icons a{
color: var(--para-color);
font-size: 14px;
font-weight: 500;
display: inline-flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
margin-left: 8px;
border-radius: 50%;
border: 1px solid var(--para-color);
color: var(--para-color);
text-decoration: none;
transition: all 0.3s ease;
}

.top-bar span{
/* color: #313841; */
color: var(--para-color);
font-size: 14px;
font-weight: 500;
}
.top-bar .social-icons{
/* color: #313841; */
color: var(--para-color);
font-size: 14px;
font-weight: 500;
}
.navbar-light .navbar-nav .nav-link{
/* color: #313841; */
color: var(--para-color);
font-weight: 18px;
}


/* Sticky Header */
header {
position: relative;
width: 100%;
z-index: 999;
}

/* Sticky navbar state */
header.sticky {
position: fixed;
top: 0;
left: 0;
right: 0;
background: #fff;
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Hide top bar on scroll */
.top-bar {
transition: all 0.3s ease;
}

.top-bar.hide {
transform: translateY(-100%);
opacity: 0;
height: 0;
overflow: hidden;
}

/* Prevent content jump */
.header-spacer {
height: 110px; /* adjust based on header height */
}

.banner {
height: 80vh;
width: 100%;
}
.banner .banner_slider {
height: 80vh;
width: 100%;
}
.banner .banner_slider .slide{
min-height: 800px;
width: 100%;
position: relative;
}
.banner .banner_slider .slide:after{
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
/*background: rgba(0, 0, 0, 0.6);*/
display: block;
z-index: 2;

}
.banner .banner_slider .slide img{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
object-fit: cover;
display: block;
z-index: 1;
}
.banner .banner_slider .slide .slide_content{
position: relative;
z-index: 3;
min-height: 800px;
display: flex;
flex-direction: column;
justify-content: center;
background: rgba(0, 0, 0, 0.6);
}
.banner .banner_slider .slick-slide .slide .slide_content h3{
color: #ffffff;
font-size: 60px;
transform: translate(0,-50%);
opacity: 0;
transition: all 1s ease-in;
}
.banner .banner_slider .slick-slide.slick-current .slide .slide_content h3{
transform: translate(0,0);
opacity: 1;         
}
.banner .banner_slider .slick-slide .slide .slide_content p{
color: #ffffff;
font-size: 34px;
transform: translate(50%,0);
opacity: 0;
transition: all 1s ease-in;
}
.banner .banner_slider .slick-slide.slick-current .slide .slide_content p{
transform: translate(0,0);
opacity: 1;         
}
.banner .banner_slider .slick-slide .slide .slide_content a{
background: #ffbc13;
display: block;
margin: 20px 0;
width: 200px;
text-align: center;
padding: 10px 0;
text-decoration: none;
color: white;
font-size: 24px;
opacity: 0;
transform: translate(0,50%);
transition: all 1s ease-in;
}
.banner .banner_slider .slick-slide.slick-current .slide .slide_content a{
opacity: 1;
transform: translate(0,0);
}
.banner .banner_slider .slick-arrow.prev{
position: absolute;
top: 50%;
left: 0;
transform: translate(0,-50%);
font-size: 28px;
color: #ffffff;
z-index: 4;
}
.banner .banner_slider .slick-arrow.next{
position: absolute;
top: 50%;
right: 0;
transform: translate(0,-50%);
font-size: 28px;
color: #ffffff;
z-index: 4;
}
.banner .banner_slider .slick-dots{
width: 100%;
margin-bottom: 6%;
}
.banner .banner_slider .slick-dots li{
margin: 0 10px;
}
.banner .banner_slider .slick-dots li button::before{
color: #ffbc13;
font-size: 24px;
}
.banner .banner_slider .slick-dots li.slick-active button::before{
color: #ffbc13;
font-size: 24px;
opacity: 1;
}
.banner .banner_slider .slick-arrow.next {
position: absolute;
top: 50%;
right: 20px !important;
transform: translate(0, -50%);
font-size: 28px;
color: #ffffff !important;
z-index: 4;
border: 1px solid #fff;
opacity: 0.8;
width: 50px;
height: 50px;
border-radius: 50%;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
}
.banner .banner_slider .slick-arrow.prev {
position: absolute;
top: 50%;
left: 20px !important;
transform: translate(0, -50%);
font-size: 28px;
color: #ffffff !important;
z-index: 4;
border: 1px solid #fff;
opacity: 0.8;
width: 50px;
height: 50px;
border-radius: 50%;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
}


/* ======================
SECTION
====================== */
.be-part-section {
background: #f8f8f8;
}

/* ======================
LEFT PANEL
====================== */
.left-panel {
background: var(--main-red);
color: #fff;
min-height: 100%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 60px 30px;
}

.left-panel h2 {
font-weight: 800;
line-height: 1.3;
color: #ffffff;
}

/* ======================
ACTION BOX
====================== */
.action-box {
background: #fff;
padding: 55px 30px;
text-align: center;
border: 1px solid #eee;
height: 100%;
transition: all 0.4s ease;
}

/* icon circle */
.icon-circle {
width: 70px;
height: 70px;
border: 2px solid var(--main-red);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
color: var(--main-red);
font-size: 28px;
transition: all 0.4s ease;
}

.action-box h4 {
font-weight: 700;
margin-bottom: 20px;
}

/* button */
.action-btn {
border: 2px solid var(--main-red);
background: transparent;
color: var(--main-red);
padding: 8px 22px;
border-radius: 30px;
font-weight: 600;
text-decoration: none;
transition: all 0.4s ease;
display: inline-block;
}

/* ======================
HOVER EFFECT
====================== */
.action-box:hover {
background: var(--main-red);
color: #fff;
}

.action-box:hover .icon-circle {
border-color: #fff;
color: #fff;
}

.action-box:hover .action-btn {
background: #fff;
color: var(--main-red);
}
.action-box:hover h4 {
color: #fff;
}

/* ======================
RESPONSIVE
====================== */
@media (max-width: 991px) {
.left-panel {
padding: 40px 20px;
}
}

.be-part-section,
.be-part-section .container-fluid,
.be-part-section .row,
.be-part-section [class*="col-"] {
margin: 0;
padding: 0;
}



/* ======================
SECTION
====================== */
.be-part-section {
background: #f8f8f8;
}

/* ======================
LEFT PANEL
====================== */
.left-panel {
background: var(--drk-pnk);
color: #fff;
min-height: 100%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 60px 30px;
}

.left-panel h2 {
font-weight: 800;
line-height: 1.3;
}

/* ======================
ACTION BOX
====================== */
.action-box {
display: flex;
background: #fff;
/* padding: 55px 30px; */
padding: 30px;
text-align: center;
border: 1px solid #eee;
height: 100%;
transition: all 0.4s 
ease;
flex-direction: column;
justify-content: center;
align-content: center;
align-items: center;
}

/* icon circle */
.icon-circle {
width: 70px;
height: 70px;
border: 2px solid var(--main-red);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
color: var(--main-red);
font-size: 28px;
transition: all 0.4s ease;
}

.action-box h4 {
font-weight: 600;
margin-bottom: 20px;
}

/* button */
.action-btn {
border: 2px solid var(--main-red);
background: transparent;
color: var(--main-red);
padding: 8px 22px;
border-radius: 30px;
font-weight: 600;
text-decoration: none;
transition: all 0.4s ease;
display: inline-block;
}

/* ======================
HOVER EFFECT
====================== */
.action-box:hover {
background: var(--main-red);
color: #fff;
}

.action-box:hover .icon-circle {
border-color: #fff;
color: #fff;
}

.action-box:hover .action-btn {
background: #fff;
color: var(--main-red);
}

/* ======================
RESPONSIVE
====================== */
@media (max-width: 991px) {
.left-panel {
padding: 40px 20px;
}
}




/* =====================
SECTION
===================== */
.vision-section {
padding: 80px 0;
}

/* =====================
IMAGE GRID
===================== */
.image-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: auto auto;
gap: 15px;
overflow: hidden;
}

/* normal images */
.image-grid img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 18px;overflow: hidden;
transition: all 0.5s ease-in-out;
}
/*.image-grid img:hover {
transform: scale(1.2);
}*/
/* last image full width */
.image-grid .full-width {
grid-column: 1 / -1;
height: 350px;
}

/* large image */
.image-grid .large {
grid-row: span 2;
}

/* =====================
CONTENT
===================== */
.vision-content h2 {
font-weight: 600;
margin-bottom: 20px;
font-size: 28px;
color: var(--title-color);
}

.vision-content p {
line-height: 1.7;
font-size: 18px;
color: var(--para-color);
}

/* =====================
BUTTONS
===================== */
.btn-custom {
display: inline-flex;
align-items: center;
gap: 8px;
border-radius: 30px;
padding: 10px 22px;
font-weight: 600;
transition: all 0.4s ease;
}

.btn-primary-custom {
background: var(--main-red);
color: #fff;
border: 2px solid var(--main-red);
}

.btn-outline-custom {
background: #fff;
color: var(--main-red);
border: 2px solid var(--main-red);
}

.btn-custom i {
transition: transform 0.4s ease;
}

/* hover effects */
.btn-custom:hover {
background: var(--main-red);
color: #fff;
}

.btn-outline-custom:hover {
background: var(--main-red);
color: #fff;
}

.btn-custom:hover i {
transform: translateX(6px);
}

/* =====================
RESPONSIVE
===================== */
@media (max-width: 991px) {
.vision-section {
padding: 50px 0;
}
}

.focus-area {
padding: 50px 0;
}
.focus-title small {
font-style: italic;
color: var(--para-color);
}

.focus-title h2 {
font-weight: 600;
margin-bottom: 20px;
color: var(--title-color);
font-size: 28px;
}

.focus-card {
position: relative;
border-radius: 18px;
overflow: hidden;
box-shadow: 0 8px 20px rgba(0,0,0,0.1);
height: 100%;
}

.focus-card img {
width: 100%;
height: 100%;
object-fit: cover;
}

.focus-content {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: rgba(119, 67, 107, 0.6);
color: #fff;
padding: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}

.focus-content small {
font-size: 13px;
opacity: 0.8;
}

.focus-content h5 {
font-size: 30px;
font-weight: 600;
margin: 10px 0 15px;
color: #ffffff;
}

.btn-donate1 {
background: #fff;
color: #7a4b7e;
font-size: 18px;
font-weight: 600;
padding: 6px 16px;
border-radius: 20px;
text-decoration: none;
display: inline-block;
}

.btn-donate1:hover {
background: #f1f1f1;
color: #7a4b7e;
}

.join-btn1 {
margin-top: 40px;
border: 1px solid #c00;
color: #c00;
border-radius: 30px;
padding: 10px 28px;
font-weight: 600;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 8px;
}

.join-btn1:hover {
background: #c00;
color: #fff;
}
.founder-section{
background: url(../images/mbg.png);
background-repeat: no-repeat;
background-size:cover ;
background-position:center ;
padding:80px 0 0;
}

/* Image */
.founder-img img{
width:100%;
height:auto;
object-fit:cover;
border-radius:12px 12px 0 0 ;
}

/* Content */
.founder-content h2{
font-size:42px;
font-weight:700;
margin-bottom:20px;
text-align: center;
}

.quote-icon{
width:45px;
height:45px;
background:var(--main-theme-color);
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:20px;
margin-bottom:15px;
}

.founder-content p{
font-size:18px;
line-height:1.8;
color:var(--para-color);
}

.founder-content b{
font-weight:600;
}

/* Buttons */
.btn-main{
background:#b23b35;
color:#fff;
border-radius:40px;
padding:12px 30px;
font-weight:600;
text-decoration:none;
display:inline-flex;
align-items:center;
gap:10px;
}

.btn-main:hover{
background:#9d2f2a;
color:#fff;
}

.btn-outline{
border:2px solid #b23b35;
color:#b23b35;
border-radius:40px;
padding:12px 30px;
font-weight:600;
text-decoration:none;
display:inline-flex;
align-items:center;
gap:10px;
}

.btn-outline:hover{
background:#b23b35;
color:#fff;
}

/* Responsive */
@media(max-width:991px){
.founder-content h2{
font-size:32px;
}
}

/* Section */
.stats-section{
padding: 0 0 80px;
}

/* Red box */
.stats-wrapper{
background: #a63a35;
border-radius: 0 0 60px 50px;
padding: 70px 40px;
margin: 0px 350px;
}

/* Item */
.stat-item{
text-align:center;
color:#fff;
}

/* Icon circle */
.stat-icon{
width:80px;
height:80px;
border:2px solid #fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin:0 auto 20px;
font-size:34px;
}

/* Number */
.stat-number{
font-size:48px;
font-weight:700;
margin-bottom:10px;
}

/* Text */
.stat-text{
font-size:18px;
font-weight:500;
letter-spacing:1px;
line-height:1.3;
}

/* Responsive */
@media(max-width:767px){
.stat-number{
font-size:40px;
}
.stats-wrapper{
padding:50px 20px;
border-radius:40px;
}
}

.news-section{
padding:50px 0;
}

/* Headings */
.news-subtitle{
font-style:italic;
font-size:18px;
color:var(--main-theme-color);
}
.news-title {
font-weight: 600;
margin-bottom: 5px;
color: var(--title-color) !important;
font-size: 22px;
transition: all 0.5s ease-in-out;
}
p.news-desc {
line-height: 1.7;
color: var(--para-color);
font-weight: 400;
font-family: "Poppins", sans-serif I !important;
font-size: 16px;
}

/* Card */
.news-card{
background:#fff;
border-radius:30px;
overflow:hidden;
box-shadow:0 20px 50px rgba(0,0,0,0.08);
height:100%;
transition: all 0.5s ease-in-out;
}

.news-card:hover{
transform: translateY(-10px);
}
.news-card:hover .news-title{
color: var(--main-theme-color) !important;
}

/* Image */
.news-img img{
width:100%;
height:250px;
object-fit:cover;
border-radius:20px;
/*margin:20px;*/
}
.news-img{
/* padding: 10px; */
overflow: hidden;
}
/* Content */
.news-content{
display:flex;
gap:20px;
/* padding:0 25px 30px; */
}

/* Date */
.news-date {
background: var(--grad-two);
color: #fff;
border-radius: 16px;
padding: 10px;
text-align: center;
min-width: 90px;
}

.news-date h4{
font-size:26px;
margin:0;
font-weight:600;
color: #ffffff;
}

.news-date span{
font-size:14px;
letter-spacing:1px;
}

.news-date small{
display:block;
/* margin-top:8px; */
font-size:14px;
opacity:0.9;
}

/* Text */
.news-text h5{
font-size:20px;
font-weight:600;
line-height:1.4;
margin-bottom:10px;
transition: all 0.5s ease-in-out;
}
.news-card:hover .news-text h5{
color: var(--main-red);
}

.news-text p{
font-size:14px;
color:#777;
margin-bottom:10px;
}

.read-more{
color:var(--main-red);
font-weight:600;
text-decoration:none;
display:inline-flex;
align-items:center;
gap:6px;
}

.read-more:hover{
color: var(--drk-pnk);
text-decoration:underline;
}


@media(max-width:575px){
.news-content{
flex-direction:column;
}
.news-date{
width:100%;
display:flex;
justify-content:space-between;
align-items:center;
}
.news-date h4{
font-size:22px;
}
}

.news-slider .slick-arrow.next {
position: absolute;
top: -20px;
right: 20px !important;
transform: translate(0, -50%);
font-size: 28px;
color: var(--main-theme-color) !important;
z-index: 4;
border: 1px solid var(--main-theme-color);
opacity: 0.8;
width: 40px;
height: 40px;
border-radius: 50%;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
}
.news-slider .slick-arrow.prev {
position: absolute;
top: -20px;
right: 80px !important;
transform: translate(0, -50%);
font-size: 28px;
color: var(--main-theme-color) !important;
z-index: 4;
border: 1px solid var(--main-theme-color);
opacity: 0.8;
width: 40px;
height: 40px;
border-radius: 50%;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
}

.slick-arrow.next:hover{
background-color: var(--main-red);
color: #fff !important;
}
.slick-arrow.prev:hover{
background-color: var(--main-red);
color: #fff !important;
}

.events-one1 .slick-arrow.prev:hover{
color: #fff !important;
}
.events-one1 .slick-arrow.next:hover{
color: #fff !important;
}


.slick-arrow.next:hover .fa-arrow-left{
/* background-color: var(--main-red); */
color: #fff;
}
.slick-arrow.prev:hover .fa-arrow-right{
/* background-color: var(--main-red); */
color: #fff;
}

.news-slider .slick-slide{
padding: 20px 15px;
}

span.fa-solid.fa-arrow-left,
span.fa-solid.fa-arrow-right
{
font-size: 18px;
display: flex;
align-content: center;
align-items: center;
justify-content: center;
}

/* .donate-section22{
padding:80px 0;
} */

/* Wrapper */
.donate-wrapper22{
display:flex;
overflow:hidden;
border-radius:50px;
}

/* Image */
.donate-img22{
width:50%;
overflow: hidden;
transition: all 0.5s ease-in-out;
}
.donate-img22:hover img{
transform: scale(1.2);
}
.donate-img22 img{
width:100%;
height:100%;
object-fit:cover;
transition: all 0.5s ease-in-out;
}

/* Content */
.donate-content22 {
width: 50%;
background: var(--grad-one);
padding: 30px 60px;
color: #fff;
display: flex;
flex-direction: column;
justify-content: center;
}



.donate-content22 h2{
font-size:42px;
font-weight:700;
margin-bottom:20px;
color: #ffffff;
}

.donate-content22 p{
font-size:16px;
line-height:1.7;
opacity:0.9;
margin-bottom:20px;
color: #fff;
}

/* Button */
.btn-donate22{
background:#fff;
color:var(--para-color);
padding:14px 34px;
border-radius:40px;
font-weight:600;
display:inline-flex;
align-items:center;
gap:10px;
text-decoration:none;
width:max-content;
}

.btn-donate22:hover{
background:#f1f1f1;
color:#000;
}


/* Section */
.testimonial-section{
display: none;
padding-top: 50px;
padding-bottom: 0px;
/*background:#f6f2ff;*/
}

/* Left content */
.testimonial-left small{
display:inline-block;
background:#eee;
padding:6px 16px;
border-radius:20px;
font-size:13px;
margin-bottom:15px;
}

.testimonial-left h2{
font-weight: 600;
margin-bottom: 20px;
color: var(--title-color);
font-size: 28px;
}

.testimonial-left p{
font-size:15px;
color:var(--para-color);
line-height:1.7;
margin-bottom:25px;
}

.testimonial-left small{
display: none;
}


.btn-testimonial{
background:var(--main-red);
color:#fff;
padding:12px 28px;
border-radius:30px;
font-weight:600;
text-decoration:none;
display:inline-block;
transition: all 0.5s ease-in-out;
}

.btn-testimonial:hover{
background:var(--main-theme-color);
color:#fff;
}

/* Testimonial card */
.testimonial-card{
position:relative;
background:#fff;
border:2px solid #f3c87a;
border-radius:25px;
padding:40px 35px 35px 110px;
}

/* Profile */
.testimonial-profile{
position:absolute;
top:2px;
left:2px;
display:flex;
align-items:center;
gap:15px;
}

.testimonial-profile img{
width:80px;
height:80px;
border-radius:50%;
border:4px solid #f3c87a;
object-fit:cover;
}

.profile-info h5{
margin:0;
font-size:16px;
font-weight:600;
}

.profile-info span{
font-size:13px;
color:#b23b35;
}

/* Quote icon */
.quote-icon1{
position:absolute;
top:20px;
left:20px;
width:50px;
height:50px;
background:#b23b35;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:22px;
}

/* Text */
.testimonial-card p{
font-size:15px;
color:var(--para-color);
line-height:1.8;
}

/* Responsive */
@media(max-width:991px){
.testimonial-left h2{
font-size:32px;
}

.testimonial-card{
padding:60px 25px 30px;
}

.testimonial-profile{
position:static;
margin-bottom:20px;
}
}
.profile-info{
margin-top: -35px;
display: flex;
gap: 10px;
}
.two-sec{
/*background: url(../images/mbg2.png);*/
background: #faf2ff;
background-size: cover;
background-repeat:no-repeat ;
background-position: center;
padding: 60px 0;
}

.events-one
{
position: relative;
padding: 40px 0;
background-color: #fff;
}

.events-one-shape-1 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url('assets/images/shapes/events-one-shape-1.png');
background-repeat: no-repeat;
background-position: left center;
background-size: contain;
z-index: 0;
}

.events-one__left {
position: relative;
z-index: 2;
padding-right: 4px;
}

.events-one__text-1 {
margin: 20px 0 30px;
color: #666;
}

.events-one__btn {
display: inline-block;
background: var(--logo-orng);
color: #fff;
padding: 10px 25px;
border-radius: 4px;
transition: all 0.3s ease;
}

.events-one__btn:hover {
background: var(--para-color);
color: #fff;
}

.events-one__single {
position: relative;
overflow: hidden;
border-radius: 10px;
}

.events-one__img img {
width: 100%;
display: block;
border-radius: 10px;
transition: transform 0.4s ease;
}

.events-one__img:hover img {
transform: scale(1.05);
}

.events-one__date {
position: absolute;
top: 15px;
left: 15px;
background-color: var(--logo-orng);
color: #fff;
padding: 5px 15px;
border-radius: 4px;
font-size: 14px;
}

.events-one__content {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.6);
color: #fff;
padding: 20px;
border-radius: 0 0 10px 10px;
}

.events-one__meta li {
display: inline-block;
margin-right: 15px;
font-size: 14px;
}

.events-one__meta i {
margin-right: 5px;
color: var(--logo-orng);
}

.events-one__title a {
color: #fff;
text-decoration: none;
font-size: 20px;
}

.events-one__title a:hover {
text-decoration: underline;
}
.events-one span{
font-weight: 600;
}
.rsc1{
font-size: 24px;
color: var(--logo-orng);
margin-top: 20px !important;
text-align: left !important;
font-weight: 600;
}
.events-one__left i{
font-size: 50px;
color: var(--main-red);
text-align: center;
/*transform: scaleX(-1);*/
}

.events-one .events-one__text-1{
font-size: 20px !important; 
text-align: left !important;
margin-right: 0;
color: var(--para-color);
}
/*.aa_vid iframe {
    height: 100%;
    border-radius: 25px !important;
}*/

.events-one .events-one__left{
text-align:center ;
}

.events-one1 {
background: transparent;
width: 100%;
margin: 0 auto;
}

.events-one1 .slick-track {
display: flex !important;
justify-content: center;
}
.events-one1 .slick-slide {
text-align: center;
}


.events-one1 .slick-arrow.next {
position: absolute;
top: 50%;
right: 20px !important;
transform: translate(0, -50%);
font-size: 28px;
color: #ed226c !important;
z-index: 4;
border: 1px solid #ed226c;
opacity: 0.8;
width: 40px;
height: 40px;
border-radius: 50%;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
transition: all 0.5s ease-in-out;
}
.events-one1 .slick-arrow.prev {
position: absolute;
top: 50%;
left: 20px !important;
transform: translate(0, -50%);
font-size: 28px;
color: #ed226c !important;
z-index: 4;
border: 1px solid #ed226c;
opacity: 0.8;
width: 40px;
height: 40px;
border-radius: 50%;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
transition: all 0.5s ease-in-out;
}

.events-one1-k .slick-arrow.next {
position: absolute;
top: 50%;
right: -10% !important;
transform: translate(0, -50%);
font-size: 28px;
color: #a63a36 !important;
z-index: 4;
border: 1px solid #a63a36;
opacity: 0.8;
width: 40px;
height: 40px;
border-radius: 50%;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
transition: all 0.5s ease-in-out;
}
.events-one1-k .slick-arrow.prev {
position: absolute;
top: 50%;
left: -10% !important;
transform: translate(0, -50%);
font-size: 28px;
color: #a63a36 !important;
z-index: 4;
border: 1px solid #a63a36;
opacity: 0.8;
width: 40px;
height: 40px;
border-radius: 50%;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
transition: all 0.5s ease-in-out;
}

.event-header ul{
margin: 0 !important;
padding: 0 !important;
}
div.so-widget-sow-editor p{
font-size: 18px !important;
font-weight: 400 !important;
}

.event-single .event-header .event-desc ul li{
font-size: 16px !important;    
}

.accordion-item{
border:none;
}

.faq-question {
cursor: pointer;
font-weight: 600;
padding: 15px;
background: #fff;
border-radius: 8px;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
display: flex;
justify-content: space-between;
align-items: center;
border: none;
width: 100%;
text-align: left;
color: #1a2238;
}

.faq-answer {
padding: 15px;
background: #fff;
border-radius: 0 0 8px 8px;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
margin-top: -10px;
color: var(--para-color);
}

.rotate-icon {
transition: transform .3s ease;
font-size: 18px;
}

.faq-question.active .rotate-icon {
transform: rotate(180deg);
}

.accordion-item {
border: none;
background: #fff;
border-radius: 10px;
margin-bottom: 18px;  /* spacing between items */
padding: 0;
box-shadow: 0 6px 20px rgba(0,0,0,0.08); /* strong shadow */
transition: transform .2s ease, box-shadow .2s ease;
}

.accordion-item:hover {
transform: translateY(-2px);
box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

/*.accordion-item {
border: none;
background: transparent;
}*/
.contact-section .social-icons i{
color: var(--title-color);
/*background: black;*/
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #1A2238;
border-radius: 50%;
font-size: 28px;   
transition: all 0.5s ease-in-out;
}
.contact-section .social-icons i:hover{
color: white;
background:#1A2238 ;
}

/* Section */
.contact-section{
/*background: url(../images/mbg2.png);*/
/*background: url(../images/ftr.png) !important;*/

/* background: #faf2ff; */
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center !important;
padding: 50px 0;
padding-bottom: 25px !important;  position:relative;
overflow:hidden;
}

/* Heading */
.contact-title small{
font-size:16px;
font-weight:500;
color:var(--para-color);
}

.contact-title h2{
font-size:42px;
font-weight:500;
/* margin-top:10px; */
/*margin-bottom:50px;*/
}

/* Labels */
.form-label{
font-size:13px;
letter-spacing:2px;
font-weight:600;
color:var(--para-color);
margin-bottom:8px;
}

/* Inputs */
.form-control,
.form-select,
textarea{
border-radius:15px;
border:1.5px solid #e3d6b8;
padding:14px 18px;
font-size:15px;
box-shadow:none;
}

.form-control:focus,
.form-select:focus,
textarea:focus{
border-color:#c8b06b;
box-shadow:none;
}

/* Textarea height */
textarea{
min-height:180px;
resize:none;
}

/* Button */
.btn-submit{
background:#6a2d63;
color:#fff;
padding:14px 40px;
border-radius:30px;
font-weight:600;
border:none;
}

.btn-submit:hover{
background:#55224f;
color:#fff;
}

/* Responsive */
@media(max-width:768px){
.contact-title h2{
font-size:30px;
}
}

.footer-top {
background: #7b4f73;
color: #fff;
text-align: center;
padding: 20px 0;
font-size: 40px;
font-weight: bold;
}

.footer {
background: linear-gradient(135deg, #240012, #3b001c);
color: #fff;
padding: 50px;
padding-bottom: 0px;
}

.footer h5 {
font-weight: 600;
margin-bottom: 15px;
color: #ffffff;
}

.footer ul {
list-style: none;
padding: 0;
}

.footer ul li {
margin-bottom: 8px;
}

.footer a {
color: #fff;
text-decoration: none;
}

.footer a:hover {
color: #ff8fd1 !important;
}

/*.footer .icon {
width: 35px;
height: 35px;
border: 1px solid #fff;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
margin-right: 8px;
}*/
.footer .icon {
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  color: #fff;                 /* default icon color */
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}

.footer .icon:hover {
  background-color: #fff;     /* white background */
               /* pink color */
  border-color: #fff;
}
.footer .icon:hover a i{
color: #e91e63; 	
}
.subscribe-box {
display: flex;
background: #fff;
border-radius: 30px;
overflow: hidden;
/* margin-bottom: 20px; */
}

.subscribe-box input {
border: none;
padding: 12px 15px;
flex: 1;
}

.subscribe-box button {
background: var(--main-red);
color: #fff;
border: none;
padding: 0 25px;
}

.qr-title {
background: #b24db7;
padding: 6px 15px;
border-radius: 20px;
display: inline-block;
margin-bottom: 10px;
font-weight: 600;
}

.qr img {
width: 120px;
}

.footer-bottom {
border-top: 1px solid rgba(255,255,255,0.2);
margin-top: 30px;
padding-top: 15px;
font-size: 14px;
text-align: center;
}

.breadcrumb-banner {
height: 300px;
background: linear-gradient(
rgba(120, 50, 120, 0.75),
rgba(120, 50, 120, 0.75)
),
url("../images/breadcrumb.jpg")
center center / cover no-repeat;
}

.breadcrumb1 {
background: transparent !important;
display: flex;
list-style: none;
}
.mh{
margin-left: 30px !important;
color: #ffffff;
}

@media (max-width: 768px) {
.breadcrumb-banner {
height: 220px;
}
}

.breadcrumb-item + .breadcrumb-item::before {
color: #fff;
}


.contact-section1 {
padding: 50px 0;
/*background: url("../images/mbg2.png") center / cover no-repeat;*/
background: #faf2ff;
margin-bottom: 0px;
}

.page-template-ask-for-help .contact-section1{
margin-bottom: 0px !important;
}
.page-template-ask-for-help .stat-sec{
margin: 25px 0px;
}

.page-template-ask-for-help .gt{
padding-bottom: 0px !important;
}


.contact-box1 {
background: transparent;
border-radius: 12px;
/*padding: 40px;*/
/* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
padding-left: 0px;
}

.contact-title1 {
font-weight: 700;
margin-bottom: 30px;
}

.contact-info1 i {
color: var(--title-color);
font-size: 18px;
margin-right: 12px;
}

.contact-info1 li {
margin-bottom: 5px;
font-size: 20px;
color: var(--title-color);
font-weight: 600;
}

.social-icons1 a {
color: var(--para-color);
margin-right: 12px;
font-size: 18px;
}

.social-icons1 a:hover {
color: #6f42c1;
}

.form-control1 {
border-radius: 8px;
}

.btn-submit1 {
background: var(--main-theme-color);
color: #fff;
padding: 10px 30px;
border-radius: 30px;
border: none;
}

.btn-submit1:hover {
background: #d81b60;
}

.resources-section1 {
padding: 60px 0;
background: url("../images/rbg.png") center / cover no-repeat;
}

.resources-title1 small {
color: #6c757d;
letter-spacing: 1px;
}

.resources-title1 h2 {
font-weight: 600;
margin-top: 10px;
color: var(--title-color);
font-weight: 600;
}

.resources-desc1 {
max-width: 750px;
margin: 15px auto 50px;
color: var(--para-color);
font-size: 15px;
}

.resource-card1 {
background: #f3f4f6;
border-radius: 16px;
padding: 30px;
height: 100%;
display: flex;
align-items: center;
justify-content: space-between;
transition: all 0.3s ease;
}

.resource-card1:hover {
background: var(--title-color);
color: #fff;
}
/* .resource-card1.active h5{
color: #fff !important;
} */
.resource-card1:hover {
transform: translateY(-5px);
box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.resource-text1 h5 {
font-weight: 600;
margin-bottom: 10px;
}

.resource-text1 p {
font-size: 14px;
margin-bottom: 0;
}
.faq-section {
  padding: 50px 0;
}
.fq {
  height: 350px;
  overflow-y: auto;

  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #e91e63 #f1f1f1;
}

/* Chrome, Edge, Safari */
.fq::-webkit-scrollbar {
  width: 8px;
}

.fq::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.fq::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 8px;
}

.fq::-webkit-scrollbar-thumb:hover {
  background: darkred;
}


.resource-icon1 {
width: 50px;
height: 50px;
border-radius: 50%;
background: var(--title-color);
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 20px;
flex-shrink: 0;
}
.resource-icon2 {
width: 50px;
height: 50px;
border-radius: 50%;
background:  var(--title-color);
display: flex;
align-items: center;
justify-content: center;
color: #ffffff;
font-size: 20px;
flex-shrink: 0;
}
.resource-card.active .resource-icon {
background: #fff;
color: var(--title-color);
}

@media (max-width: 767px) {
.resource-card1 {
flex-direction: column;
text-align: center;
}

.resource-icon1 {
margin-top: 20px;
}
}

.m-map iframe{
border-radius: 25px;
}
.fw{
background: url(../images/mbg.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding: 20px 0 0;
}
.founder-wrapper1 {
background: transparent;
border-radius: 18px;
overflow: hidden;
}

/* Image */
.founder-image1 img {
width: 100%;
height: 100%;
object-fit: cover;
}

/* Content */
.founder-content1 {
display: flex;
padding: 40px;
flex-direction: column;
justify-content: center;
}
.founder-content1 h2 {
font-weight: 600;
margin-bottom: 20px;
color: var(--title-color);
font-size: 28px;
}

.founder-content1 p {
line-height: 1.7;
font-size: 18px;
color: var(--para-color);
font-weight: 400;
text-align: justify;
}

/* Buttons */
.btn-custom11 {
border-radius: 30px;
padding: 10px 26px;
font-size: 14px;
}

.btn-red1 {
background-color: #a5342d;
color: #fff;
}

.btn-outline-red1 {
border: 1px solid #a5342d;
color: #a5342d;
}

/* Counter Section */
.counter-section1 {
background: var(--grad-one);
color: #ffffff;
padding: 28px 0;
border-radius:20px;
}

.counter-box1 {
text-align: center;
}

.counter-box1 i {
font-size: 32px;
margin-bottom: 10px;
}

.counter-box1 h3 {
font-weight: 700;
margin: 6px 0;
font-size: 50px !important;
}

/* Responsive */
@media (max-width: 767px) {
.founder-content1 {
padding: 25px;
}
}
.counter1{
color: #ffffff;
}
.counter-section1 span{
color: #ffffff;
/*font-size: 24px;*/
font-weight: 600;
}
.ct1{
font-size: 24px !important;
}
/* Left Content */
.content-text p{
font-size:16px;
line-height:1.8;
color:var(--para-color);
margin-bottom:20px;
}

/* Form Card */
.form-card{
background:#ff9a3d;
padding:35px 30px;
border-radius:4px;
box-shadow:0 8px 18px rgba(0,0,0,0.15);
}

.form-card h3{
font-weight:700;
margin-bottom:25px;
}

/* Input with Icon */
.input-group-text{
background:#fff;
border:none;
}

.form-control, .form-select{
border:none;
height:50px;
box-shadow:none;
}

.form-control:focus, .form-select:focus{
box-shadow:none;
}

/* Textarea */
textarea.form-control{
height:120px;
resize:none;
}

/* Submit Button */
.btn-submit{
background:#000c6d;
color:#fff;
font-size:18px;
padding:14px;
border-radius:6px;
font-weight:600;
}

.btn-submit:hover{
background:#00095a;
color:#fff;
}

/* Responsive spacing */
@media(max-width:991px){
.form-card{
margin-top:30px;
}
}
.gi{
padding-top: 25px;
height: 80vh;
margin-bottom: 25px;
background: linear-gradient(180deg, #faf2ff, transparent);
}

.gi_img img {
border-radius: 30px;
height: 80vh;
width: 80%;
object-fit: cover;
display: block;
}

.gt{
padding-top: 0px !important;
padding-bottom: 50px;
/* background: linear-gradient(
0deg, #faf2ff, transparent); */
}
.be-part-section{
margin-top: -20px;
}

.wpforms-container .wpforms-field {
padding: 15px 0;
position: relative;
width: 100% !important;
float: left !important;
margin: 10px 0 !important;
padding: 0 10px !important;
clear: none !important;
}

.wpforms-field-textarea{
width: 100% !important;

}
.wpforms-container-full .wpforms-field-label {
text-align: left;
display: none !important;
}
.wpforms-field-large.wpforms-field-required.wpforms-smart-phone-field.wpforms-input-temp-name{
border: none !important;
border-bottom: 1px solid #999999 !important;
}
.wpforms-container-full input{
border: none !important;
border-bottom: 1px solid #999999 !important;
background: transparent !important;

}
.wpforms-container-full .wpforms-form textarea {
border: none !important;
border-bottom: 1px solid #999999 !important;
background: transparent !important;
margin-bottom: 30px;
}

/*.wpforms-submit-container button {
display: inline-flex;
align-items: center;
justify-content: space-between;
border: 2px solid #ff4500; 
border-radius: 50px;
padding: 10px 18px;
font-size: 1rem;
font-weight: 600;
color: #0a2342;
background: #fff;
text-decoration: none;
transition: all 0.3s ease;
gap: 12px;
}*/
div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active){
background-color: var(--main-theme-color) !important;
color: #ffffff !important;
border-radius: 50px !important;
display: block !important;
text-align: center !important;
margin: 40px auto !important;
font-weight: 600;
font-size: 20px;
padding: 5px 20px !important;
}

div.wpforms-container-full input[type=submit]:hover, div.wpforms-container-full input[type=submit]:active, div.wpforms-container-full button[type=submit]:hover, div.wpforms-container-full button[type=submit]:active, div.wpforms-container-full .wpforms-page-button:hover, div.wpforms-container-full .wpforms-page-button:active{
background-color: var(--main-theme-color) !important;
color: #ffffff !important;
border-radius: 50px !important;
display: block !important;
text-align: center !important;
margin: 40px auto !important;
font-weight: 600;
font-size: 20px; 
padding: 5px 20px !important;
}


.iti {
width: 100% !important;
}

.iti__flag-container {
height: 100% !important;
}

.iti input[type="tel"],
.wpforms-field-large,
.wpforms-input-temp-name {
width: 100% !important;
box-sizing: border-box;
}

.form-box{
text-align: center;
}

.wpforms-field-phone {
width: 100% !important;
}


#wpforms-24-field_1::placeholder,
#wpforms-24-field_2::placeholder,
#wpforms-24-field_3::placeholder,
#wpforms-24-field_4::placeholder,
#wpforms-24-field_5::placeholder
{
color: #000000 !important;
opacity: 0.6 !important; 
font-size: 18px !important;
}

.vmb{
border: 1px solid #a63a36;
border-radius: 25px;
}
.contact-title h2 {
color: var(--title-color);
font-size: 28px !important;
font-weight: 600;
}
.contact-title p {
color: var(--para-color);
font-size: 16px;
font-weight: 500;
text-align: left;
padding-left: 22px;
}
.contact-box1 h6{
color: var(--title-color);
font-size: 22px;
font-weight: 600;  
}

.section-title__title{
color: var(--title-color);
font-size: 40px;
font-weight: 600;
margin-bottom: 40px; 
}
.bh-title{
color: var(--title-color);
font-size: 28px;
font-weight: 600;
margin-bottom: 40px;  
}
.siteorigin-widget-tinymce p{
color: #1a2238 !important;
font-size: 16px !important;
font-weight: 500 !important;
}
.cs h2{
color: var(--title-color);
font-size: 28px;
font-weight: 600;
}
.text-muted{
color: var(--main-theme-color) !important;
font-size: 16px !important;
}

.form-card .contact-title h2{
color: #ffffff !important;
font-size: 28px !important;
font-weight: 600 !important;
}

.form-card .contact-title p{
color: #ffffff !important;
font-size: 16px !important;
font-weight: 600 !important;
}

.vmb1 {
background: #fff;
border: 1px solid #a63a36;
border-radius: 25px;
padding: 30px;
}


.health-card {
border: 1px solid #ddd;
padding: 15px;
margin-top: 15px;
background-color: #fff;
border-radius: 15px;
}
.health-card img {
width: 100%;
height: auto;
border-radius: 5px;
}
.health-card h3{
color: var(--title-color);
font-size: 28px;
font-weight: 600;
margin-top: 20px;
}
.health-card p{
color: var(--para-color) !important;
font-size: 16px !important;
font-weight: 500 !important;
}

.truncate{
display: -webkit-box;
-webkit-line-clamp: 8;
-webkit-box-orient: vertical;
overflow: hidden;
}
.truncate-two{
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.truncate-three{
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}

.icon-circle:before{
display: none;
}

/* KD Code New */

.health-card .truncate{
margin-bottom: 10px !important;
}

.faq-answer p{
font-size: 16px !important;
}
.faq-question{
font-size: 18px !important;
}
.btn-wrp{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.btn-custom {
height: 45px;}

.home .faq-section .wp-pagenavi{
display: none;
}

.image-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 16px;
}

.image-grid .full-width {
grid-column: span 2;
}

.img-wrap {
display: flex;
position: relative;
overflow: hidden;
border-radius: 12px;
/* align-content: center;
align-items: center;
justify-content: center; */
}
.fw .img-wrap {
display: flex;
position: relative;
overflow: hidden;
border-radius: 12px;
align-content: center;
align-items: center;
justify-content: center;
}

.img-wrap img {
border-radius: 30px;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.6s ease;
}

.fw .img-wrap img {
border-radius: 50%;
width: 400px;
height: 400px;
object-fit: cover;
transition: transform 0.6s ease;
}

.img-wrap:hover img {
transform: scale(1.08);
}

.news-card {
padding: 15px;
background: #fff;
border-radius: 16px;
overflow: visible;
transition: transform .35s ease, box-shadow .35s ease;
}

.news-card:hover {
transform: translateY(-5px);
box-shadow: 0 18px 40px rgba(0,0,0,.14);
}

.news-img {
position: relative;
height: 220px;
overflow: hidden;
border-radius: 16px 16px 0 0;
margin-bottom: 15px;
}

.news-img img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform .6s ease;
will-change: transform;
}

.news-card:hover .news-img img {
transform: scale(1.08);
}

.vision-section {
padding: 50px 0;
}

.vision-title {
font-weight: bold;
font-size: 2rem;
margin-bottom: 20px;
color: var(--title-color);
}

.vision-text {
font-size: 1.1rem;
color: var(--para-color);
}

.vision-img {
border-radius: 10px;
width: 100%;
max-width: 100%;
height: auto;
transition: all 0.5s ease-in-out;
}
.vision-img:hover .vision-img img{
transform: scale(1.5);
}

.vision-container {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
}

.vision-img-container {
flex: 1;
}

.vision-text-container {
flex: 2;
}

.vision-list {
list-style-type: none;
padding-left: 0;
}

.vision-list li {
margin-bottom: 10px;
font-weight: bold;
font-size: 1.1rem;
}
button#wpforms-submit-24 {
margin-bottom: 0px !important;
}
.footer p {
margin-bottom: 3px !important;
font-size: 15px;
color: #fff;
/* text-align: left !important; */
}

.leagal-links{
font-size: 15px !important;
}
/*.icon:hover {
background-color: #ffffff;
color: var(--main-red);
}*/
.gi_img
{
display: flex;
justify-content: center;
}
.call-data{
display: flex;
}
.number-only{
margin-left: 10px;
}
.number-only a{
color: var(--para-color);
transition: all 0.5s ease-in-out;
font-size: 18px;
font-weight: 500;
}

.number-only a:hover{
color: var(--main-theme-color);
}

.social-icons1 a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
margin-right: 8px;
border-radius: 50%;
border: 1.5px solid var(--para-color);
color: var(--para-color);
text-decoration: none;
transition: all 0.3s ease;
}

.social-icons1 a:hover {
border: transparent;
background-color: var(--main-red);
color: #ffffff;
}

.social-icons1 i {
font-size: 14px;
}
.contact-data-link {
font-size: 18px;
color: var(--para-color);
font-weight: 500;
}
.contact-data-link:hover{
color: var(--main-theme-color);
}


/* Moto */
.visionmalala-moto-banner {
display: flex;
background: linear-gradient(90deg, #F12B74 0%, #A01D5E 100%);
padding: 20px;
padding-bottom: 20px !important;
overflow: hidden;
}

.moto-slider {
position: relative;
height: 50px;
}

.moto-item {
position: absolute;
left: 0;
right: 0;
opacity: 0;
transform: translateY(100%);
font-size: 35px;
font-weight: 700;
color: #fff;
transition: transform 0.8s ease, opacity 0.8s ease;
}

.moto-item.active {
opacity: 1;
transform: translateY(0);
}

.moto-item.exit {
opacity: 0;
transform: translateY(-100%);
}


.health-card {
text-align: center;
position: relative;
min-height: 650px;

}

.image-wrapper {
height: 250px;
position: relative;
overflow: hidden;
width: 100%;
border-radius: 15px;
}

.health-card img {
width: 100%;
min-height: 250px;
transition: transform 0.4s ease;
}

.health-card:hover .image-wrapper img {
transform: scale(1.1);
}

.health-card h3 {
margin-top: 15px;
font-size: 24px;
font-weight: bold;
color: var(--title-color);
transition: color 0.3s ease;
}

.health-card:hover h3 {
color: var(--main-red);
}
.blog-sec{
padding: 60px 0;
}
.qr{
display: flex;
flex-direction: column;
align-items: center;    
}
.wl{
font-size: 14px;
color: #e91e63;
padding: 0; 
margin: 0;
font-weight: 600;
}
.counter{
margin: 40px 0;
}
.counter .counter-section1{
border-radius: 20px;
}
.bh-badge{
display: none;
}
i.fas.fa-quote-left.text-danger.me-2
{
font-size: 70px;
color: var(--main-red) !important;
}

.intro-slide {
position: relative;
width: 100%;
overflow: hidden;
}

.slider {
position: relative;
width: 100%;
}

.slide {
position: relative;
width: 100%;
height: 500px; /* adjust as needed */
}

.slide img {
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
}

.slider-content
{
position: absolute;
top: 70%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
text-align: center;
z-index: 10;
background: rgba(0, 0, 0, 0.6);
border-radius: 25px;
padding: 30px;
}

.slider-content h2 {
font-size: 40px;
font-weight: bold;
color: #fff !important;
}

.slider-content p {
font-size: 18px;
color: #fff !important;
}

.slick-prev, .slick-next {
font-size: 30px;
color: white;
z-index: 20;
}

.slick-prev {
left: 20px;
}

.slick-next {
right: 20px;
}

.pagination-bar {
display: flex;
justify-content: center;
padding: 10px 0;
}

.pagination-bar div {
width: 10px;
height: 10px;
border-radius: 50%;
background-color: gray;
margin: 0 5px;
cursor: pointer;
transition: background-color 0.3s;
}

.pagination-bar div.slick-active {
background-color: #e91e63; /* Highlight active */
}

.page-template-our-work .slick-list{
height: 500px;
border-radius: 30px;
}

.page-template-our-work .gi{
display: none;
}

.banner .banner_slider .slide:after{
/* background:rgb(0 0 0 / 29%); */
}

.page-template-about-us .counter-section1{
border-radius: 20px !important;
margin-top: 25px;
background: transparent;
border: 1px solid var(--title-color);
color: var(--title-color);
}

.page-template-about-us .counter-section1 .counter-box1 {
flex: 0 0 50%;
max-width: 50%;
}

.page-template-about-us .counter-box1 {
text-align: center;
padding: 35px 10px;
}
.page-template-about-us .counter-section1 .counter1{
color: var(--main-red);
}
.page-template-about-us .counter-section1 span{
font-weight: 500;
color: var(--main-red);
}
.page-template-about-us .counter-box1 i {
width: 90px;
height: 90px;
border: 2px solid var(--title-color);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 15px;
font-size: 34px;
color: var(--title-color) !important;
}
.page-template-about-us .counter-section1 .counter1 {
color: var(--para-color);
}
.page-template-about-us .counter-section1 .ct1 {
color: var(--para-color);
}
.page-template-about-us .counter-section1 .plus  {
color: var(--para-color);
}

.page-template-about-us .fact-grid {
display: flex;
align-items: center;
gap: 40px;
}
.page-template-about-us .fact-counter-section {
padding: 50px 0px;
}
.page-template-about-us .counter-section1{
margin-top: 0px !important;
}

.page-template-get-involved .counter-section1{
border-radius: 20px !important;
margin-top: 25px;
background: transparent;
border: 1px solid var(--title-color);
color: var(--title-color);
}
.page-template-get-involved .counter-section1 .counter1{
color: var(--para-color);
}
.page-template-get-involved .counter-section1 span{
font-weight: 500;
color: var(--para-color);
}

.page-template-ask-for-help .counter-section1{
border-radius: 20px !important;
margin-top: 25px;
background: transparent;
border: 1px solid var(--title-color);
color: var(--title-color);
}
.page-template-ask-for-help .counter-section1 .counter1{
color: var(--para-color);
}
.page-template-ask-for-help .counter-section1 span{
font-weight: 500;
color: var(--para-color);
}


.page-template-ask-for-help .contact-box1{
background: #FFF !important;
padding: 30px !important;
}

textarea#wpforms-24-field_4 {
height: 80px;
}


/* Happy stories Glightbox */
.highlights {
margin-top: 30px;
background: #faf2ff !important;
padding: 50px 0;
}

.section-title {
margin-bottom: 30px;
}

h6.sh {
font-size: 20px;
font-weight: 500;
}

h2 {
font-size: 36px;
font-weight: 700;
color: #333;
}

.h_img {
height: 100%;
position: relative;
overflow: hidden;
margin-bottom: 20px;
border-radius: 8px;
}

.h_img img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}

.h_img:hover img {
transform: scale(1.1);
}

.overlay-title {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
font-size: 20px;
font-weight: bold;
color: white;
text-align: center;
padding: 10px;
background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); /* Gradient effect */
z-index: 10;
margin-bottom: 0px;
}

.pagination-bar {
display: flex;
justify-content: center;
padding: 10px 0;
}

.pagination-bar div {
width: 10px;
height: 10px;
border-radius: 50%;
background-color: gray;
margin: 0 5px;
cursor: pointer;
transition: background-color 0.3s;
}

.pagination-bar div.slick-active {
background-color: #e91e63;
}

.btm-img .h_img
{
/* height: 132% !important; */
margin-bottom: 0px !important;
}

.mid-top-img{
margin-bottom: 20px;
}

@media (max-width: 767px) {
.h_img {
margin-bottom: 15px;
}
}

@media (max-width: 576px) {
.h_img {
margin-bottom: 10px;
}
}
.section-title__tagline{
display: none;
}

.col-lg-6.testimonial-card22{
/* margin-left: 15px; */
}

i.fa-solid.fa-star{
color: orange;
}


#happy_stor_slid1-k {
margin-top: 50px;
}

.testimonial-slider-k {
display: flex;
justify-content: space-between;
gap: 30px;
}

.testimonial-item-k {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: nowrap;
padding: 20px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-left-k {
width: 48%;
padding: 20px;
}

.testimonial-text-k {
font-size: 16px;
color: #555;
}

.testimonial-name-k {
font-weight: 600;
margin-top: 15px;
font-size: 18px;
}

.testimonial-rating-k i {
color: #ffbf00;
margin-right: 5px;
}

.testimonial-right-k {
width: 48%;
}

.testimonial-right-k iframe {
border-radius: 8px;
}

.slick-prev, .slick-next {
font-size: 30px;
color: #333;
z-index: 10;
background-color: transparent;
border: none;
}

.slick-prev:before, .slick-next:before {
color: #ff7aa8; /* Font Awesome arrow color */
display: none;
}

/* Arrow placement */
.slick-prev {
left: 10px;
}

.slick-next {
right: 10px;
}

.slick-dots {
position: absolute;
bottom: -30px;
left: 50%;
transform: translateX(-50%);
}

.slick-dots li button:before {
color: #ff7aa8; /* Dot color */
}

/* Responsive Layout */
@media (max-width: 767px) {
.testimonial-slider-k {
flex-direction: column;
}

.testimonial-slider-k .row {
flex: 0 0 100%;
margin-bottom: 20px;
}

.testimonial-left-k, .testimonial-right-k {
width: 100%;
}
}
.testi-vid-text{
display: flex !important;
/* margin-right: 50px; */
/* margin-left: 50px; */

}

.page-template-contact-us .resources-section1{
display: none;
}
.page-template-contact-us .faq-section{
display: none;
}
.page-template-contact-us .donate-section22{
margin-bottom: 50px;
}
.vmb{
background: #fff !important;
    padding: 20px 60px;
}

.events-one1-k .slick-arrow.next:hover i.fa-solid.fa-arrow-right{
color: #fff;
}
.events-one1-k .slick-arrow.prev:hover i.fa-solid.fa-arrow-left{
color: #fff;
}

.news-meta .location, .date{
color: var(--para-color);
font-weight: 500;
font-size: 14px;
}
.u-line-txt1{
transition: all 0.6s ease-in-out;
}
.u-line-txt:hover .u-line-txt1{
/*color: var(--main-theme-color);*/
text-decoration: underline;
}
a:hover {
text-decoration: none;
outline: 0;
color: var(--main-theme-color);
}
.u-line-txt {
padding: 10px 20px !important;
border-radius: 50px;
background: #fff0f5;
color: var(--para-color);
font-size: 19px;
margin-top: 30px !important;
font-weight: 500;
}
/* 
.ftr-form{
background: url(../images/ftr-img.png);
background-position: left;
background-size: cover;
} */

.frm-sec-wrpr {
padding: 0px !important;
display: flex;
/* flex-direction: row-reverse; */
}
.ftr-form-right {
display: flex;
background: #fff;
/* border-radius: 25px; */
padding: 60px;
flex-direction: column;
justify-content: center;
}
.ftr-form {
padding: 0px !important;
}
.ftr-img-left{
/* border-radius: 25px; */
}
.ftr-img-wrpr{
padding: 0px !important;
}
.ftr-img-wrpr {
overflow: hidden;
position: relative;
}

.ftr-img-left {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.6s ease;
}

.contact-section:hover .ftr-img-left,
.ftr-img-wrpr:hover .ftr-img-left {
transform: scale(1.12);
}

.fb-wrapper {
max-width: 100%;
overflow: hidden;
}

footer iframe {
width: 100%;
height: 100%;
}
.subscribe-section {
margin-bottom: 25px;
gap: 20px;
display: flex;
align-content: center;
justify-content: center;
align-items: center;
}
.subscribe-section h3{
color: #fff;
font-size: 20px !important;
}

.home-bnr .banner_slider {
height: 90vh;
padding: 0px;
}
.pagination-wrap .wp-pagenavi {
display: inline-flex;
gap: 8px;
justify-content: center;
align-items: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
padding: 8px 14px !important;
border: 1px solid #ddd;
font-size: 14px;
text-decoration: none;
color: #333;
background-color: #fff; /* White background for non-current page buttons */
border-radius: 4px;
}

.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
background-color: #f1f1f1; /* Light grey hover effect */
border-color: #ccc;
}

.wp-pagenavi span.current {
background-color: #e91e63; /* Bright orange for current page */
color: #fff;
border-color: #ff6a00; /* Matching border with background */
}

.wp-pagenavi .prev, 
.wp-pagenavi .next {
font-weight: bold;
}

.wp-pagenavi a:disabled {
background-color: #f5f5f5;
color: #bbb;
cursor: not-allowed;
border-color: #ddd;
}

.wp-pagenavi .page-numbers {
display: inline-flex;
gap: 8px;
}

.wp-pagenavi .prev,
.wp-pagenavi .next {
border: 1px solid #ddd;
padding: 8px 14px;
background-color: #fff;
border-radius: 4px;
}

.wp-pagenavi .prev:hover, 
.wp-pagenavi .next:hover {
background-color: #f1f1f1;
border-color: #ccc;
}

.logo-img {
width: fit-content;
background: #ffffff;
padding: 10px 20px;
border-radius: 6px;
margin: 0 30px 0 0;
}
.logo-img img {
display: block;
/* margin: 0 auto; */
}
.logo-cont{
margin-top: 20px !important;
}
.logo-cont p {
font-size: 14px !important;
font-weight: 400 !important;
}
/* 
.social-icons a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
margin-left: 8px;
border: 2px solid var(--para-color);
border-radius: 50%;
color: var(--para-color);
text-decoration: none;
transition: all 0.3s ease;
} */

.col-lg-6.vision-content {
display: flex;
flex-direction: column;
justify-content: center;
}
.read-more{
font-size: 18px !important;
font-weight: 500 !important;
color: var(--main-theme-color) !important;
}
.donate-img22 {
overflow: hidden;
}

.donate-img22 img {
width: 100%;
height: auto;
transition: transform 0.4s ease;
}

.donate-wrapper22:hover .donate-img22 img {
transform: scale(1.15);
}

div.happy-stories{
background: url(../images/mbg.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.section-title__tagline{
display: none;
}
.vision-section p {
text-align: justify;
}
.so-widget-sow-editor h3{
font-size: 36px !important;
font-weight: 600;
text-align: center;    
}

.so-widget-sow-editor .widget-title {
font-weight: 600;
margin-bottom: 5px;
color: var(--title-color);
font-size: 40px;
transition: all 0.5s ease-in-out;
margin-top: 25px !important;
}


.join-section1 {
background: url(../images/mbg.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding: 50px 0;
overflow: hidden;
}

.join-img1 {
overflow: hidden;
border-radius: 10px;
}

.join-img1 img {
width: 100%;
transition: transform 0.6s ease;
}

.join-section1:hover .join-img1 img {
transform: scale(1.1);
}

.join-content1 h2 {
color: var(--title-color);
font-weight: 500 !important;
font-size: 1.5rem !important;
text-align: center !important;
text-transform: capitalize;
}

.join-btn1 {
display: inline-flex;
align-items: center;
gap: 8px;
background: #fff;
color: #ff3c00;
padding: 12px 26px;
border-radius: 50px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease;
}

.join-btn1:hover {
background: #ff3c00;
color: #fff;
}
/*.join-section2 {
    padding: 30px 0px;
    background: linear-gradient(90deg, rgba(240, 227, 229, 0) 0%, #F0E3E5 100%), url(../images/ftr-cta-img-full-bg.png);
    background-size: cover;
    background-position: left;
    overflow: hidden;
    transition: all 0.6s ease-in-out !important;
    background-repeat: no-repeat;
}

.join-section2:hover{
    background-size: 105%;
}*/
.join-section2 {
  position: relative;
  min-height: 300px;
  padding: 30px 0;
  overflow: hidden;
}

.join-section2::after {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(90deg, rgba(240, 227, 229, 0) 0%, #F0E3E5 100%),
    url("../images/ftr-cta-img-full-bg.png");

  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;

  transition: transform 0.6s ease-in-out;
  z-index: -1;
}

.join-section2:hover::after {
  transform: scale(1.05);
}


.join-img2 {
overflow: hidden;
border-radius: 10px;
opacity: 0;
}

.join-img2 img {
width: 100%;
transition: transform 0.6s ease;
}

.join-section2:hover .join-img2 img {
transform: scale(1.1);
}
.join-content2 h2 {
    text-align: right;
    width: 325px;
    font-size: 32px !important;
    color: var(--para-color);
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
}
.join-content2.ps-md-4 {
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.join-btn2 {
display: inline-flex;
align-items: center;
gap: 8px;
background: #fff;
color: #ff3c00;
padding: 12px 26px;
border-radius: 50px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease;
}

.join-btn2:hover {
background: #ff3c00;
color: #fff;
}
.donate-section22{
margin: 50px 0;
}
.cnt{
margin-bottom: 50px;
}


/* KD CSS */
/* MAIN SECTION */
.page-template-ask-for-help .fact-counter-section {
  background: #faf2ff;
  padding: 50px 0;
  color: #fff;
}

/* GRID ALIGNMENT */
.page-template-ask-for-help .fact-grid {
  display: flex;
  align-items: center;
  gap: 40px;
}

/* RIGHT COLUMN (COUNTERS) */
.page-template-ask-for-help .counter-section1 {
  padding: 0;
}

/* COUNTER BOX */
.page-template-ask-for-help .counter-box1 {
  text-align: center;
  padding: 35px 10px;
}

/* ICON CIRCLE */
.page-template-ask-for-help .counter-box1 i {
  width: 90px;
  height: 90px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 34px;
  color: #fff;
}

/* LABEL */
.page-template-ask-for-help .ct1 {
  display: block;
  font-size: 12px;
  letter-spacing: 0.6px;
  opacity: 0.9;
}

.page-template-ask-for-help .counter-section1 .row {
  display: flex;
  flex-wrap: wrap;
}

.page-template-ask-for-help .counter-section1 .counter-box1 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* KEEP ICON DESIGN */
.page-template-ask-for-help .counter-box1 {
  text-align: center;
  padding: 35px 10px;
}

/* ICON CIRCLE */
.page-template-ask-for-help .counter-box1 i {
  width: 90px;
  height: 90px;
  border: 2px solid var(--title-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 34px;
  color: var(--title-color) !important;
}

/* NUMBER */
.page-template-ask-for-help .counter-wrap {
  font-size: 36px;
  font-weight: 700;
  margin: 8px 0;
  line-height: 1;
}

/* LABEL */
.page-template-ask-for-help .ct1 {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  opacity: 0.9;
}

.page-template-ask-for-help .fact-counter-section .fact-grid .form-wrpr .contact-title {
  color: var(--title-color) !important;
}

.page-template-ask-for-help .contact-title h2 {
  color: var(--title-color) !important;
  font-size: 34px !important;
  font-weight: 600 !important;
}

.page-template-our-work .slick-list {
  height: 80vh !important;
  border-radius: 30px !important;
}

.banner .banner_slider .slide {
  min-height: 80vh !important;
  width: 100% !important;
  position: relative !important;
}

section.banner {
  padding-top: 20px;
}
.home section.banner {
  padding-top: 0px !important;
}

.page-template-about-us .contact-section1 {
  margin-top: 25px;
  padding: 20px 0;
  /* background: url(../images/mbg2.png) center / cover no-repeat; */
  background: #faf2ff;
  margin-bottom: 20px;
}

.counter-box1 h3 {
  font-size: 30px !important;
}

.ct1 {
  font-size: 16px !important;
}

.cs1{
	margin-top: 50px !important;
}

.news-meta{
	display: flex !important;
	justify-content: space-between !important;
}
#donate-form {
scroll-margin-top: 100px;	
}   

.join-section1 .contact-box1 ul li p{
  margin-top: -5px !important;
margin-right: 5px !important;
}
.join-section1 .contact-box1 ul li a{
  margin-top: -5px !important;
}
.qr1 { 
    width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 0px;
}
.qr1 img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  margin-bottom: 20px;
}
.contact-title{
  text-align: left;
}
/*.df{
	border: 1px solid var(--main-theme-color);
	border-radius: 25px;
	display: flex;
	padding: 25px ;
}

.join-section1 .row {
  display: flex;
  align-items: stretch;
}

.join-section1 .col-lg-4 {
  display: flex;
}

.join-section1 .df {
  display: flex;
  width: 100%;
}*/

.join-section1 .contact-box1,
.join-section1 .donate-click {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.join-section1 .left-sec{
      display: flex;
    /*align-items: center;*/
    align-content: center;
    justify-content: center;
}
.join-section1 .right-sec{
      display: flex;
    /*align-items: center;*/
    align-content: center;
    justify-content: center;
}
.join-section1 .mid-sec{

}
.join-sec-pad{
  padding-left: 50px;
  padding-right: 50px;
}

.join-section1 .mid-sec .qr1 {
    background: #f6f7f6;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 20px;
    border-radius: 15px;
}
.qr1 p{
text-align: center !important;
margin-bottom: 0;
}
.page-template-donate-us .fw{
/* transform: scaleY(-1); */
}
/* Parent column */
.vision-section .col-lg-6.text-center {
  overflow: hidden;
  border-radius: 10px;
  padding: 0 !important;
}

/* Image */
.vision-img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease-in-out;
}

.vision-img:hover {
  transform: scale(1.1);
}

.modal-content {
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
  }

  .form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ccc;
  }

  .form-control:focus {
    box-shadow: none;
    border-color: #6f2b5f;
  }

  .btn-dark {
    background-color: #5a143f;
    border: none;
  }
  .btn-close {
  transition: transform 0.4s ease;
}

.btn-close:hover {
  transform: rotate(180deg);
  color: var(--main-theme-color) !important;
}
.btn-close{
	margin-right: 30px !important;
}
.modal-dialog {
    max-width: 900px !important;
    border-radius: 20px;
}

#wpforms-330 .wpforms-submit{
margin-left: 0 !important;
}

#wpforms-330-field_1::placeholder,
#wpforms-330-field_2::placeholder,
#wpforms-330-field_3::placeholder,
#wpforms-330-field_4::placeholder
{
color: #000000 !important;
opacity: 0.6 !important; 
font-size: 18px !important;
}
.mf{
padding: 20px 30px 15px 15px!important;	
}
#wpforms-330 .wpforms-field {
padding: 15px 0;
position: relative;
width: 100%;
/*float: left !important;*/
margin: 10px 0 !important;
padding: 0 10px !important;
clear: none !important;
}
.mf h3{
	font-weight: 500 !important;
	font-size: 1.5rem !important;
	text-align: center !important;
}
.mf p{
color: var(--para-color) !important;
text-align: center !important;
}
.sg img{
	height: 60vh !important;
}

.default_pagesec h2{
text-align: left !important;
color: var(--title-color);
}
.default_pagesec p{
color: var(--para-color);
}
.wp-block-heading{
text-align: left !important;
color: var(--title-color);
}
.panel-layout{
margin-top: 60px !important;
}
.pagination-wrapper{
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
}
.pagination-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 12px;
}

.pagination-wrapper li {
  display: inline-block;
}

.pagination-wrapper .page-numbers {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #e91e63;
  color: #e91e63;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.pagination-wrapper .page-numbers:hover {
  background: #e91e63;
  color: #fff;
}

.pagination-wrapper .page-numbers.current {
  background: #e91e63;
  color: #fff;
  border-color: #e91e63;
  cursor: default;
}

.pagination-wrapper .page-numbers i {
  font-size: 16px;
}

.so-widget-sow-editor{
margin-top: -50px !important;
}


#loading {
height: 100%;
width: 100%;
position: fixed;
margin-top: 0px;
top: 0px;
z-index: 99999999;
background-color: #f5f5f9;
display: flex;
justify-content: center;
align-items: center;
}
#loading .loader-spinner {
  padding: 20px;
border: 4px solid #6f3b6c;
border-right-color: #e91e63;
border-radius: 50%;
-webkit-animation: rotate 1s infinite linear;
width: 200px;
height: 200px;
}
#loading-center {
position: absolute;
left: 50%;
top: 50%;
/* height: 120px;
width: 100px; */
transform: translate(-50%, -50%);
-webkit-animation: loading-center-absolute 1s infinite;
animation: loading-center-absolute 1s infinite;
}
#loading-center svg{
width: 150px;
}
.nav-item .dropdown a svg{
margin-bottom: 5px;
}
#sign-up-modal .modal-dialog .feat-img img{
width: 100%;
height: 100%;
object-fit: cover;
}
@-webkit-keyframes rotate {
100% {
-webkit-transform: rotate(360deg);
}
}
#loading-center img{
max-width: 100px;
}

footer .donation-card {
    background-color: #fff;
    border: 6px solid #f6c94b;
    border-radius: 15px;
    overflow: visible;
    position: relative;
    width: fit-content;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    width: 230px !important;
    height: 265px !important;
    /*margin-left: 250px;
    margin-top: 20px;*/
    display: block;
    margin: 0 auto;
}

footer .donation-card img {
    width: 100%;
    height: 175px;
    display: block;
    object-fit: contain;
    margin-bottom: 0;

}
.donation-body p{
    color:#1a2238 !important ;
    display: flex;
    align-items: center;
}

.donation-body p a{
    color:#1a2238 !important ;
} 
.donation-body p a:hover{
    color:#1a2238 !important ;
} 
.zelle {
    background-color: #fbda8d;
    border-radius: 5px;
    margin-top: 10px;
    padding: 5px;
    width: 300px;
    display: block;
    margin: 10px auto 0;
   
}

.zelle h5 span{
   color: #1a2238 !important;  
}

.zelle h5{
   color: #1a2238 !important;  
}
.donate-form p{
    text-align: center;
}
.vm3{
    margin-top: 20px !important;
}
section.default_pagesec{
    min-height: 50vh !important;
}
.donation-card h6{
margin: 10px 0 !important;
font-size: 20px !important;
}

.qr1 p span{
font-size: 18px !important;
color: var(--title-color) !important;
font-weight: 600;
}

@185680143593506 

.sec-title {
    position: relative;
}

.sec-title .decor {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #E6E6E6;
    border-radius: 50%;
    background: #fff;
    margin-top: 10px;
}

/* Left & Right Lines */
.sec-title .decor::before,
.sec-title .decor::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 60px;
    height: 2px;
    background: #E6E6E6;
    transform: translateY(-50%);
}

.sec-title .decor::before {
    right: 100%;
    margin-right: 10px;
}

.sec-title .decor::after {
    left: 100%;
    margin-left: 10px;
}

/* Inner Small Dot */
.sec-title .decor .inner {
    width: 6px;
    height: 6px;
    background: #E6E6E6;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.vmfu{
    text-align: left !important;
    padding-left: 25px !important;
}

 .wpforms-captcha-math{
    text-align: left !important;
margin-bottom: 20px !important;
}

.div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__inner{
    border: none !important;
    border:  1px solid #00000040 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner{
  border: none !important;
    border-bottom: 1px solid #00000040 !important;  
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable{
color: #000000 !important;
opacity: 0.6 !important; 
font-size: 18px !important;
text-align: left;
font-weight: 400;   
}

.wpforms-field .wpforms-field-captcha .wpforms-field-label{
    color: #000000 !important;
}