/* shiksha-pratham.css */

body{
    margin:0;
    padding:0;
    font-family:Arial, sans-serif;
    color:#222;
    overflow-x:hidden;
}

/* Common */
.sec-space{
    padding-bottom: 50px;
    padding-top: 50px;
}

.grey{
    background:#f7f7f7;
}

.grey h3{
    font-family: "Yeseva One";
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  color:#e73eaf ;
  margin-bottom: 15px;
}

p{
    font-size:18px;
    line-height:1.8;
    color:#555;
}

/* Hero Carousel */
.hero-sec .carousel-item{
    height:650px;
}

.hero-sec .carousel-item img{
    height:650px;
    object-fit:cover;
}

/* Section Videos */
iframe{
    border:none;
    border-radius:14px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

/* Image */
img{
    border-radius:14px;
}
.sec-space img{
    width: 150px;
}
.sec-space .img3{
  height: 72%;
  width: 100%;
}
.sec-space .img4{
  height: 350px;
  width: 100%;
}
.sec-space span{
    font-size: 18px;
    color: #c72d7d;
    font-weight: 700;
}
.women-content h3{
    font-weight: 700;
    font-size: 25px;
}
.women-content p{
    font-weight: 400;
    font-size: 17px;
}




/* Button */
.btn-theme{
    display:inline-block;
    padding:14px 32px;
    background:#e64b9a;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    font-weight:700;
    margin-top:15px;
    transition:0.3s;
}

.btn-theme:hover{
    background:#c72d7d;
    color:#fff;
}

/* Video Gallery */
.text-center h2{
    margin-bottom:0;
}

/* Hover Effect */
iframe:hover,
img:hover{
    transform:translateY(-5px);
    transition:0.3s;
}

/* Responsive */
@media(max-width:991px){

.hero-sec .carousel-item,
.hero-sec .carousel-item img{
    height:500px;
}

h2{
    font-size:34px;
}

.sec-space{
    padding:60px 0;
}

#smallSlider img{
    height:300px;
}

}

@media(max-width:767px){

.hero-sec .carousel-item,
.hero-sec .carousel-item img{
    height:350px;
}

h2{
    font-size:28px;
    text-align:center;
}

p{
    font-size:16px;
    text-align:center;
}

.sec-space{
    padding:45px 0;
}

iframe{
    height:230px !important;
    margin-top:20px;
}

#smallSlider img{
    height:220px;
}

.btn-theme{
    padding:12px 24px;
    font-size:14px;
    display:block;
    width:fit-content;
    margin:20px auto 0;
}

}
.donation-section{
    
    
    position:relative;
}

.donation-section h2{
    text-align:center;
    font-size:25px;
    color:#cc00a0;
    font-weight:800;
    margin-bottom:15px;
    font-family:Georgia, serif;
}

.donation-list{
    max-width:900px;
    margin:0 auto;
}

.donation-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:5px;
    font-size:24px;
    color:#000;
}

.donation-row span{
    font-weight:500;
}

.donation-row strong{
    font-weight:500;
}

.donate-btn-wrap{
    text-align:center;
    margin-top:35px;
}

.donate-btn{
    display:block;
    max-width:900px;
    margin:0 auto;
    padding:7px 20px;
    border:1.5px solid #000;
    border-radius:50px;
    text-decoration:none;
    color:#111;
    font-size:20px;
    font-weight:700;
    background:#fff;
    transition:0.3s;
}

.donate-btn:hover{
    background:#cc00a0;
    color:#fff;
    border-color:#cc00a0;
}

.tax-text{
    text-align:center;
    font-size:15px;
    color:#cc00a0;
    font-weight:600;
    max-width:950px;
    margin:35px auto 0;
    line-height:1.6;
    text-transform:uppercase;
}

.scroll-top{
    position:absolute;
    right:25px;
    bottom:25px;
    width:60px;
    height:60px;
    border-radius:50%;
    background:#ff008c;
    color:#fff;
    text-decoration:none;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    font-weight:bold;
}

/* Responsive */

@media(max-width:991px){

.donation-section h2{
    font-size:42px;
}

.donation-row{
    font-size:20px;
    margin-bottom:35px;
}

.donate-btn{
    font-size:24px;
}

.tax-text{
    font-size:18px;
}

}

@media(max-width:767px){

.donation-section{
    padding:30px 15px;
}

.donation-section h2{
    font-size:28px;
    line-height:1.4;
}

.donation-row{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
    font-size:18px;
    margin-bottom:28px;
}

.donate-btn{
    font-size:20px;
    padding:16px;
}

.tax-text{
    font-size:15px;
    line-height:1.7;
    padding:0 10px;
}

.scroll-top{
    width:50px;
    height:50px;
    font-size:28px;
    right:15px;
    bottom:15px;
}

}
#sikshaSlider .carousel-item{
    height: 500px;
}

#sikshaSlider .carousel-item img{
    height: 500px;
    width: 100%;
    object-fit: cover;
}

/* Section Spacing */
.sec-space{
    padding:20px 0;
}

/* Slider Images */
#smallSlider .carousel-item img{
    height:100% !important;
    width:100%;
    object-fit:cover;
    border-radius:15px;
}

/* Slider Controls */
#smallSlider .carousel-control-prev,
#smallSlider .carousel-control-next{
    width:45px;
    height:45px;
    background:rgba(0,0,0,0.5);
    border-radius:50%;
    top:50%;
    transform:translateY(-50%);
}

#smallSlider .carousel-control-prev{
    left:15px;
}

#smallSlider .carousel-control-next{
    right:15px;
}

/* Donation Section */
.donation-section{
    background:#fff7fb;
    padding:18px;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.donation-section h3{
    font-size:28px;
    font-weight:600;
    margin-bottom:25px;
    color:#b30059;
}

/* Donation Rows */
.donation-row{
    display:flex;
    justify-content:space-between;
    padding:5px 0;
    border-bottom:1px solid #eee;
    font-size:15px;
    font-family: "Segoe UI";
}
#smallSlider{
    margin-top:-5px;
}
.donation-row strong{
    color:#000;
}

/* Buttons */
.donate-btn-wrap{
    margin-top:25px;
}

.donate-btn{
    display:inline-block;
    background:#e60073;
    color:#fff;
    padding:5px 10px;
    border-radius:30px;
    text-decoration:none;
    font-weight:600;
    transition:0.3s ease;
}

.donate-btn:hover{
    background:#b30059;
    color:#fff;
}

/* Tax Text */
.tax-text{
    font-size:14px;
    color:#555;
    margin-top:15px;
    line-height:1.6;
}

/* Responsive */
@media(max-width:768px){

#smallSlider .carousel-item img{
    height:280px;
}

.donation-section{
    margin-top:30px;
    padding:25px;
}

.donation-section h3{
    font-size:24px;
}

.donation-row{
    font-size:15px;
    flex-direction:column;
    gap:5px;
}

}

/* Slider */
#smallSlider,
#smallSlider .carousel-inner,
#smallSlider .carousel-item{
    height:100%;
}

#smallSlider img{
    height:100%;
    width:100%;
    object-fit:cover;
}
