/* =======================================================================
Template Name: Youtubers
Author:  SmartEye Technologies
Author URI: www.smarteyeapps.com
Version: 1.0
coder name:Prabin Raja
Description: This Template is created for Youtubers
======================================================================= */
/* ===================================== Import Variables ================================== */
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:300,400,400italic,700,700italic);

/* ===================================== Basic CSS ==================================== */
* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    outline: none;
    color: #000000;
}

a:hover {
    color: #05185e;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
}

a:hover,
a:focus,
input,
textarea {
    text-decoration: none;
    outline: none;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.cp {
    cursor: pointer;
}

html,
body {
    height: 100%;
}

p {
    margin-bottom: 0px;
    width: 100%;
}

.no-padding {
    padding: 0px;
}

.no-margin {
    margin: 0px;
}

.hid {
    display: none;
}

.top-mar {
    margin-top: 15px;
}

.h-100 {
    height: 100%;
}

::placeholder {
    color: #747f8a !important;
    font-size: 13px;
    opacity: .5 !important;
}

.container-fluid {
    padding: 0px;
}

h3,
h5,
h6 {
    color: #ffffff;
}

body {
    background-color: #f1f1f145 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #6A6A6A;
    overflow-x: hidden;
}

.session-title {
    padding: 30px;
    margin: 0px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .session-title {
        padding: 5px;
    }
}

.session-title h2 {
    width: 100%;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px;
}

.session-title p {
    max-width: 850px;
    text-align: center;
    float: none;
    margin: auto;
    font-size: .9rem;
    margin-top: 6px;
}

.session-title span {
    float: right;
    font-style: italic;
}

.inner-title {
    padding: 20px;
    padding-left: 0px;
    margin: 0px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    border-bottom: 1px solid #ccccccc4;
    display: block;
    padding-right: 0px;
}

.inner-title h2 {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #863dd9;
    padding-bottom: 10px;
    margin-bottom: 0px;
    width: 300px;
}

.inner-title p {
    width: 100%;
    text-align: center;
}

.inner-title .btn {
    float: right;
    margin-top: -38px;
    font-weight: 600;
    font-size: .8rem;
}

.page-nav {
    background-size: 100%;
    padding: 68px;
    text-align: center;
    background-color: #eaeaea;
}

.page-nav ul {
    float: none;
    margin: auto;
}

@media screen and (max-width: 992px) {
    .page-nav {
        background-size: auto;
    }
}

@media screen and (max-width: 767px) {
    .page-nav {
        padding-top: 45px;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 356px) {
    .page-nav {
        padding-top: 200px;
        padding-bottom: 40px;
    }
}

.page-nav h2 {
    font-size: 28px;
    width: 100%;
    font-weight: 700;
    color: #444;
}

@media screen and (max-width: 600px) {
    .page-nav h2 {
        font-size: 26px;
    }
}

.page-nav ul li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 16px;
    font-size: .93rem;
    font-weight: 600;
    color: #444;
}

.page-nav ul li i {
    width: 30px;
    text-align: center;
    color: #444;
}

.page-nav ul li a {
    color: #444;
    font-size: .93rem;
    font-weight: 600;
}

.btn-success {
    background-color: #51be78;
    border-color: #51be78;
}

.btn-success:hover {
    background-color: #51be78 !important;
    border-color: #51be78 !important;
}

.btn-success:active {
    background-color: #51be78 !important;
    border-color: #51be78 !important;
}

.btn-success:focus {
    background-color: #51be78 !important;
    border-color: #51be78 !important;
    box-shadow: none !important;
}

.btn-primary {
    background-color: #3cc88f;
    border-color: #3cc88f;
}

.btn-primary:hover {
    background-color: #3cc88f !important;
    border-color: #3cc88f !important;
}

.btn-primary:active {
    background-color: #3cc88f !important;
    border-color: #3cc88f !important;
}

.btn-primary:focus {
    background-color: #3cc88f !important;
    border-color: #3cc88f !important;
    box-shadow: none !important;
}

.btn {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
}

.form-control:focus {
    box-shadow: none !important;
    border: 1px solid #CCC;
}

.btn-light {
    background-color: #FFF;
    color: #3F3F3F;
}

.collapse.show {
    display: block !important;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #CCC;
}

.form-control {
    background-color: #F8F8F8;
    margin-bottom: 20px;
}

.form-control:focus {
    background-color: #FFF;
    border-color: #CCC;
}

.container {
    max-width: 1170px;
}

@media screen and (max-width: 575px) {
    .container {
        padding: 10px 15px;
    }
}

/* =================== Header Style Starts Here =================== */
header {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #FFF;
    width: 100%;
    z-index: 99;
}

header .logo {
    padding-top: 6px;
}

header .header-top {
    background-color: #fff;
    border-bottom: 1px solid #d3d7cea6;
    padding: 7px;
}

header .header-top .col-det .ulleft li {
    float: left;
    padding: 12px;
    color: #686968;
    font-size: .9rem;
}

header .header-top .col-det .ulleft li i {
    margin-right: 5px;
    color: #bfbfbf;
}

header .header-top .col-det .ulleft li span {
    margin-left: 15px;
}

header .header-top .col-det .ulright {
    float: right;
}

header .header-top .col-det .ulright li {
    float: left;
    padding: 10px;
    color: #d3d7ce;
    font-size: 1rem;
    font-weight: 600;
}

header .header-top .col-det .ulright li i {
    margin-right: 5px;
    color: #8c8a8a;
}

header .header-top .col-det .ulright li small {
    color: #8c8a8a;
    font-weight: 600;
}

header .header-top .col-det .ulright li span {
    margin-left: 15px;
}

header .header-top .btn-bhed {
    padding-top: 7px;
    text-align: right;
}

header .header-top .btn-bhed .btn {
    padding: 5px 23px;
    border-radius: 50px;
    margin-left: 5px;
}

header .header-bottom {
    padding: 6px;
    background-color: #fff;
}

@media screen and (max-width: 991px) {
    header .header-bottom {
        padding: 0px;
    }
}

@media screen and (max-width: 991px) {
    header .header-bottom img {
        padding: 5px;
        margin-top: 0px;
        max-width: 72px;
    }
}

header .nav-col .navbad {
    display: block;
    float: right;
}

@media screen and (max-width: 991px) {
    header .nav-col .navbad {
        width: 100%;
    }
}

header .nav-col .navbad li {
    padding: 15px 15px;
    font-weight: 700;
    font-size: .9rem;
    float: left;
}

@media screen and (max-width: 1005px) {
    header .nav-col .navbad li {
        padding: 15px 12px;
    }
}

@media screen and (max-width: 991px) {
    header .nav-col .navbad li {
        float: none;
        width: 100%;
        padding: 10px;
    }
}

header .nav-col .navbad li a {
    color: #686968 !important;
    border: 0px solid #CCC;
    border-radius: 50px;
}

header .nav-col .navbad li a:hover {
    background-color: #3cc88f;
    color: #fff !important;
}

header .nav-col .navbad .nav-btn {
    float: right;
}

header .small-menu {
    float: right;
    color: #686968;
    font-size: 1.8rem;
    position: absolute;
    right: 13px;
    top: 19px;
}

@media screen and (max-width: 767px) {
    .navbar {
        padding: 0px;
    }
}

.navbar-toggler {
    position: absolute;
    right: 0px;
    top: -40px;
}

@media screen and (max-width: 767px) {
    .navbar-toggler {
        top: -50px;
    }
}

.scroll-to-fixed-fixed {
    background-color: #FFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.scroll-to-fixed-fixed {
    padding: 5px !important;
}

/* =================== Slider Style Starts Here =================== */
.slider {
    position: relative;
}

.slider-captions {
    position: absolute;
    bottom: 132px;
    text-align: center;
}

@media screen and (max-width: 1050px) {
    .slider-captions {
        bottom: 100px !important;
        width: 90%;
        text-align: center;
        float: none;
        margin: auto;
    }
    .slider-captions .slider-title {
        font-size: 42px;
    }
}

@media screen and (max-width: 810px) {
    .slider-captions {
        bottom: 50px !important;
    }

    .slider-captions .slider-title {
        font-size: 32px;
    }
}

@media screen and (max-width: 572px) {
    .slider-captions {
        display: none;
    }
}

.slider-title {
    font-size: 66px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -3px;
}

.slider-text {
    margin-bottom: 20px;
    color: #fff;
}

.slider-img {
    background: -moz-linear-gradient(top, rgba(45, 32, 44, 0.3) 0%, rgba(45, 32, 44, 0.1) 100%);
    background: -webkit-linear-gradient(top, rgba(45, 32, 44, 0.3) 0%, rgba(45, 32, 44, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(45, 32, 44, 0.3) 0%, rgba(45, 32, 44, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1b2429', endColorstr='#cc1b2429', GradientType=0);
    position: relative;
}

.slider-img img {
    position: relative;
    z-index: -1;
}

.slider .owl-nav .owl-prev,
.slider .owl-nav .owl-next {
    color: #fff;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 6px 12px;
    font-size: 22px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    background: transparent;
    filter: Alpha(Opacity=50);
    line-height: 1;
    border: 2px solid #fff;
}

.owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
    background-color: #fff;
}

.slider .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 25px;
}

.slider .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: 25px;
}

.slider .owl-dots .owl-dot {
    position: relative;
    text-align: center;
    bottom: 40px;
    max-width: 1140px;
    margin: 0 auto;
}

.slider .owl-dots .owl-dot span {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0px 0px 10px 10px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.8;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #fff;
    float: left;
}

.slider .owl-dots .owl-dot.active span {
    background-color: #fff;
}

.slider .owl-dots .owl-dot.active span,
.slider .owl-controls.clickable .owl-page:hover span {
    background-color: #fff;
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
}

.slider .col-lg-offset-2 {
    float: none;
    margin: auto;
}

/* ===================================== About CSS ================================== */
.about-us {
    background-color: #edf1f5;
    padding: 50px;
}

@media screen and (max-width: 940px) {
    .about-us {
        padding: 30px 10px;
    }
}

.about-us .natur-row {
    margin-top: 20px;
}

.about-us .text-part h2 {
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.about-us .text-part p {
    text-indent: 20px;
    margin-bottom: 15px;
    line-height: 27px;
    font-weight: 500;
    text-align: justify;
    font-size: .9rem;
}

.about-us .image-part .about-quick-box .about-qcard {
    padding: 50px 30px;
    background-color: #FFF;
    box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35), 0 0px 3px 0 rgba(206, 206, 238, 0.35);
    border-radius: 15px;
    text-align: center;
    margin-bottom: 30px;
}

.about-us .image-part .about-quick-box .about-qcard p {
    font-weight: 600;
    font-size: 1.2rem;
}

.about-us .image-part .about-quick-box .about-qcard i {
    font-size: 3rem;
    margin-bottom: 30px;
    color: #3cc88f;
}

.about-us .image-part .about-quick-box .about-qcard .red {
    color: #ff6b70;
}

.about-us .image-part .about-quick-box .about-qcard .yell {
    color: #f7a900;
}

.about-us .image-part .about-quick-box .about-qcard .blu {
    color: #21d7d9;
}

/* ===================================== Events Home CSS ================================== */

.event-card {
    transition: transform 0.3s, box-shadow 0.3s;
    border: none;
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.event-card:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.event-image {
    height: 200px;
    object-fit: cover;
}

.event-title {
    font-size: 1.5em;
    margin: 10px 0;
}

.event-details {
    font-size: 0.9em;
    color: #555;
}

.btn-custom {
    background-color: #007bff;
    color: #fff;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.btn-custom:hover {
    background-color: #0056b3;
}

.event-date {
    background-color: #007bff;
    color: white;
    padding: 10px;
    font-weight: bold;
    border-radius: 5px 0 5px 0;
    position: absolute;
    top: 0;
    right: 0;
}

/* ===================================== Mission Vision CSS ================================== */
.mission-vision {
    background-color: #FFF;
}

.mission-vision .mission {
    padding: 50px;
}

@media screen and (max-width: 940px) {
    .mission-vision .mission {
        padding: 30px 10px;
    }
}

.mission-vision .vision {
    padding: 50px;
}

@media screen and (max-width: 940px) {
    .mission-vision .vision {
        padding: 30px 10px;
    }
}

.mission-vision .mv-det {
    margin: auto;
}

/* ===================================== Charity Number CSS ================================== */
.doctor-message {
    background-image: url("../images/slider/slider-2.jpg");
    background-attachment: fixed;
    background-size: cover;
}

.doctor-message .session-title h2 {
    color: #FFF;
}

.doctor-message .inner-lay {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 50px;
    color: #FFF;
}

@media screen and (max-width: 940px) {
    .doctor-message .inner-lay {
        padding: 30px 10px;
    }
}

.doctor-message .inner-lay .numb {
    text-align: center;
    padding: 30px;
}

.doctor-message .inner-lay .numb h3 {
    font-size: 42px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
    color: #FFF;
}

/* ===================================== Our Blog CSS ================================== */
.our-blog {
    background-color: #FDFDFD;
    padding: 40px;
}

@media screen and (max-width: 967px) {
    .our-blog {
        padding: 30px 0px;
    }
}

.our-blog .single-blog {
    margin-bottom: 20px;
    background-color: #FFF;
    box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
}

.our-blog .single-blog figure {
    margin-bottom: 5px;
}

.our-blog .single-blog .blog-detail {
    padding: 15px;
}

.single-blog small {
    color: #ff0000;
    font-size: 12px;
}

.our-blog .single-blog h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    margin-top: 10px;
}

.our-blog .single-blog p {
    text-align: justify;
    text-indent: 20px;
}


.our-blog .single-blog .link i {
    padding-top: 6px;
    margin-left: 5px;
    color: #FFFFFF;
}


.single-blog.card {
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.single-blog.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.img-container {
    width: 100%;
    height: 200px;
    /* Fixed height for uniformity */
    overflow: hidden;
    position: relative;
    background-color: #2932ab;
    /* Placeholder background */
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures image covers the entire area */
    transition: transform 0.3s ease;
}

.img-container:hover img {
    transform: scale(1.05);
    /* Slight zoom effect on hover */
}

.blog-detail {
    padding: 15px;
}

.blog-detail .card-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.blog-detail .card-text {
    font-size: 0.9rem;
    color: #6c757d;
}

/* .link {
    font-size: 0.9rem;
    color: #007bff;
} */

.link .read-more {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.link .read-more:hover {
    color: #09ff00e2;
}

.card-img-top {
    overflow: hidden;
    /* Ensures no overflow of the image container */
}

@media (max-width: 576px) {
    .blog-image {
        height: 150px;
        /* Adjust height for smaller screens */
    }
}

/* ===================================== Fooer CSS ================================== */
/* .footer {
    padding: 50px;
    padding-bottom: 50px;
    background-color: #1e2436;
    color: #FFF;
}

@media screen and (max-width: 940px) {
    .footer {
        padding: 30px 10px;
    }
}

.footer h2 {
    font-size: 26px;
    margin-top: 10px;
    color: #FFF;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.footer p {
    text-align: justify;
    text-indent: 20px;
    font-size: .9rem;
}

.footer .link-list li {
    padding: 10px;
    border-bottom: 1px solid #6C6C6C;
    font-size: .9rem;
}

.footer .link-list li a {
    color: #FFF;
}

.footer .link-list li i {
    float: right;
}

.footer .map-img {
    font-weight: 600;
    font-size: 17px;
    padding-left: 20px;
}

.footer address {
    font-weight: 300;
}

.footer address a {
    color: #FFF;
    font-size: 1rem;
    font-family: "mouse-300", Arial, Helvetica, sans-serif;
}

.copy {
    padding: 20px;
    background: #1a202f;
    color: #FFF;
}

.copy a {
    color: #FFF;
}

.copy span {
    float: right;
}

.copy span i {
    margin-right: 20px;
}

.kf-2 {
    background-color: #FCFCFC;
    padding: 50px;
}

@media screen and (max-width: 940px) {
    .kf-2 {
        padding: 30px 10px;
    }
}

.kf-2 .single-key {
    box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35), 0 0px 3px 0 rgba(206, 206, 238, 0.35);
} */


/* Footer Styling */

/* 🔹 Footer Section */
.footer-section {
    position: relative;
    color: #fff;
    background: #000000;
    padding-top: 50px;
}

/* 🔹 Particles.js Background */
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

/* 🔹 Content Positioning */
.footer-section .container {
    position: relative;
    z-index: 1;
}

/* 🔹 Footer Titles */
.footer-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #58a6ff;
}

/* 🔹 Quick Links */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #c9d1d9;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #58a6ff;
}

/* 🔹 Footer Social Icons */
.footer-social {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}

.social-icon {
    font-size: 28px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: #21262d;
    color: #c9d1d9;
    transition: 0.3s ease-in-out;
    display: inline-block;
}

.social-icon:hover {
    color: #fff;
    transform: translateY(-5px);
}

.social-icon.facebook:hover { background: #1877F2; } /* Facebook */
.social-icon.youtube:hover { background: #FF0000; } /* YouTube */
.social-icon.instagram:hover { background: #E1306C; } /* Instagram */

/* 🔹 Subscribe Form */
.subscribe-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.subscribe-form input {
    padding: 12px;
    width: 220px;
    border: 2px solid #58a6ff;
    background: #161b22;
    color: #fff;
    border-radius: 5px;
    outline: none;
    transition: 0.3s;
}

.subscribe-form input::placeholder {
    color: #8b949e;
}

.subscribe-form input:focus {
    border-color: #1f6feb;
}

.subscribe-form button {
    background: #1f6feb;
    border: none;
    padding: 12px 15px;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 8px;
    transition: 0.3s ease-in-out;
}

.subscribe-form button i {
    color: white;
    font-size: 18px;
}

.subscribe-form button:hover {
    background: #003366;
    transform: scale(1.1);
}

/* 🔹 Footer Contact Section */
.footer-contact p {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #c9d1d9;
    margin-bottom: 12px;
    transition: 0.3s ease-in-out;
}

/* 🔹 Contact Icons */
.contact-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #21262d;
    color: #58a6ff;
    border-radius: 50%;
    font-size: 18px;
    transition: 0.3s ease-in-out;
}

/* 🔹 Hover Effects */
.footer-contact a {
    color: #58a6ff;
    text-decoration: none;
    transition: 0.3s;
}

.footer-contact a:hover {
    color: #1f6feb;
    text-decoration: underline;
}

.footer-contact p:hover .contact-icon {
    background: #58a6ff;
    color: #fff;
}



/* 🔹 Footer Bottom */
.footer-bottom {
    background: #161b22;
    color: #8b949e;
    padding: 15px 0;
    font-size: 14px;
}



/* ===================================== Our Team Starts Here ===================================== */
.our-team {
    padding: 50px;
    background-color: #cccccc1c;
}

@media screen and (max-width: 940px) {
    .our-team {
        padding: 30px 10px;
    }
}

.our-team .team-row {
    margin-top: 20px;
}

.our-team .team-row .single-usr {
    box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
    margin-bottom: 20px;
}

.our-team .team-row .single-usr img {
    width: 100%;
}

.our-team .team-row .single-usr .det-o {
    padding: 20px;
    background-color: #3cc88f;
}

.our-team .team-row .single-usr .det-o h4 {
    color: #FFF;
    margin-bottom: 0px;
    font-size: 1.1rem;
    font-weight: 600;
}

.our-team .team-row .single-usr .det-o i {
    color: #FFF;
    font-size: .8rem;
}

.nav-box {
    margin-top: 50px;
    border-radius: 50px;
    border: 1px solid #ccc;
}

.nav-box ul li {
    float: left;
    padding: 15px;
}

.nav-box ul li a {
    color: #FFFF;
}

.nav-box .btn {
    margin-top: 7px;
    float: right;
    border-radius: 50px;
}

/* ===================================== Gallery Style  ================================== */
.gallery-filter {
    width: 100%;
    text-align: center;
}

.gallery-filter .btn {
    background-color: #FFF;
}

/* .gallery {
  padding: 50px;
  padding: 30px;
  background-color: #FFF; }
  @media screen and (max-width: 940px) {
    .gallery {
      padding: 30px 10px; } } */

.gallery-title {
    font-size: 36px;
    color: #00ab9f;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #3cc88f;
}

.filter-button {
    font-size: 18px;
    border: 1px solid #3cc88f;
    border-radius: 5px;
    text-align: center;
    color: #3cc88f;
    margin-bottom: 30px;
}

.filter-button:hover {
    font-size: 18px;
    border: 1px solid #3cc88f;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #3cc88f;
}

.btn-default:active .filter-button:active {
    background-color: #3cc88f;
    color: white;
}

.port-image {
    width: 100%;
}

/* .gallery_product {
  margin-bottom: 30px; } */

/* Gallery Container */
.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    /* Space between images */
    padding: 20px;
    justify-content: center;
}

/* Individual Gallery Items */
.gallery_product {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 8px rgb(0, 0, 0);
    border-radius: 10px;
    /* width: 250px; */
    /* Fixed width */
    /* height: 200px; */
    /* Fixed height */
    margin: 6px 9px 36px 64px;

}

.gallery_product:hover {
    transform: scale(1.05);
}

/* Gallery Images */
.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
    transition: opacity 0.3s ease;
}

.gallery_product:hover .gallery-image {
    opacity: 0.8;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .gallery_product {
        flex: 0 0 45%;
        /* Two images per row on smaller screens */
        margin: 0px 0px 16px 0px;
    }
}

@media (max-width: 576px) {
    .gallery_product {
        flex: 0 0 100%;
        /* One image per row on the smallest screens */
        margin: 0px 0px 16px 0px;
    }
}



/* Add New Css Here ####### */

ul {
    margin: 0px;
    padding: 0px;
}


.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #000000;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 140px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #000000;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
    border-radius: 50%;
}

.footer-social-icon i {
    height: 23px;
    width: 23px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #fa5a10;
}

.footer-widget ul li a {
    color: #000000;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text p a {
    color: #ff5e14;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #ff5e14;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

/* ######### */

/* scrollUp */

#scrollUp,
#back-top {
    background: #09cc7f;
    height: 50px;
    width: 50px;
    right: 31px;
    bottom: 18px;
    position: fixed;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    border: 2px solid transparent;
    box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
}

@media (max-width: 575px) {


    #scrollUp,
    #back-top {
        right: 16px;
    }
}


#scrollUp a i,
#back-top a i {
    display: block;
    line-height: 50px;
}

/* ########## */

/* Custom Styles */
.modal-content {
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.modal-header {
    background-color: #28a745;
    color: white;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.modal-body {
    padding: 30px;
    text-align: center;
}

.modal-body h2,
.modal-body h3 {
    color: #333;
}

.modal-body h1 {
    color: #28a745;
    margin-bottom: 20px;
}

.bank {
    margin-bottom: 20px;
}

.qr_img img {
    display: block;
    margin: 0 auto;
    border: 5px solid #28a745;
    border-radius: 10px;
}

.share_deg p {
    margin-top: 20px;
    font-size: 1.1em;
    color: #555;
}

.share_deg a {
    color: #28a745;
    text-decoration: none;
}

.share_deg a:hover {
    text-decoration: underline;
}

.btn-close {
    color: white;
}

/* ############ */
.img_logo {
    height: 100%;
    max-width: 34%;
}

/*# sourceMappingURL=style.css.map */
/* ######## */

.modal-header {
    border-bottom: 0;
}

.modal-header .close {
    font-size: 1.5rem;
}

.modal-body img {
    max-height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.modal-body {
    background-color: #f8f9fa;
}

.modal-footer {
    border-top: 0;
}


/* ################ */
.register-btn {
    background-color: #007bff;
    color: #fff;
    transition: background-color 0.3s ease;
}

.register-btn:hover {
    background-color: #0056b3;
}


    /* Input Field Styling */
    .stylish-input {
        border: 2px solid #ddd;
        border-radius: 5px;
        transition: all 0.3s ease-in-out;
        padding: 10px;
    }

    /* Hover Effect */
    .stylish-input:hover {
        border-color: #28a745;
        background-color: #f0fff0;
    }

    /* Focus Effect */
    .stylish-input:focus {
        border-color: #28a745;
        box-shadow: 0 0 5px rgba(40, 167, 69, 0.5);
        background-color: #f0fff0;
    }

    /* Button Styling */
    .stylish-button {
        transition: all 0.3s ease-in-out;
        border-radius: 5px;
    }

    /* Button Hover Effect */
    .stylish-button:hover {
        background-color: #218838 !important;
        color: #fff !important;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    }

    /* Modal Header Styling */
    .modal-header {
        border-bottom: 3px solid #28a745;
    }

    /* Modal Footer Styling */
    .modal-footer {
        border-top: 2px solid #ddd;
    }

    .nav-item.active .nav-link {
        font-weight: bold;
        color: #007bff !important;
    }


    .services {
        padding: 60px 0;
        background-color: #f8f9fa;
    }
    .service-box {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 20px;
        text-align: center;
        transition: transform 0.3s, box-shadow 0.3s;
    }
    .service-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }
    .service-box img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 10px;
    }
    .service-box h4 {
        margin-top: 15px;
        font-weight: bold;
        color: #333;
    }
    .service-box p {
        color: #666;
        font-size: 14px;
    }
    .btn-learn-more {
        background-color: #007bff;
        color: white;
        border: none;
        padding: 8px 16px;
        border-radius: 5px;
        cursor: pointer;
        transition: 0.3s;
    }
    .btn-learn-more:hover {
        background-color: #0056b3;
    }
/* ############################## */

.modal-content {
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.modal-header {
    background-color: #28a745;
    color: white;
    border-radius: 12px 12px 0 0;
}

.modal-title {
    font-weight: bold;
}

.btn-close {
    font-size: 20px;
    background: none;
    border: none;
    color: white;
}

/* Bank Details */
.bank-details {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: left;
}

.bank-details h4 {
    color: #28a745;
    font-weight: bold;
    text-align: center;
}

.bank-details p {
    margin: 5px 0;
    font-size: 16px;
}

/* WhatsApp Section */
.whatsapp-info {
    margin-top: 15px;
}

.share-text {
    font-size: 16px;
    font-weight: bold;
}

.whatsapp-link {
    color: #25D366;
    text-decoration: none;
}

.whatsapp-link:hover {
    text-decoration: underline;
}

.phone {
    font-weight: bold;
    color: #333;
}

/* QR Code */
.qr-title {
    margin-top: 20px;
    font-weight: bold;
}

.qr-container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.qr-container img {
    width: 250px;
    height: 250px;
    border-radius: 10px;
    border: 3px solid #28a745;
}


/* ############################# */


.btn-donate-now {
    background-color: #28a745;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 8px;
    transition: 0.3s;
    width: 100%;
}

.btn-donate-now:hover {
    background-color: #218838;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* ########################### */


.numb h3 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.numb span {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
}

.inner-lay {
    padding: 50px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

/* ############################ */

.our-blog {
    background: linear-gradient(to right, #f8f9fa, #e9ecef);
    text-align: center;
}

.session-title h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.session-title p {
    font-size: 1.2rem;
    color: #6c757d;
}

.single-blog {
    background: #fff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    margin-bottom: 30px;
}

.single-blog:hover {
    transform: translateY(-8px);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
}

.single-blog figure {
    position: relative;
    overflow: hidden;
}

.single-blog img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.single-blog:hover img {
    transform: scale(1.1);
}

.blog-detail {
    padding: 20px;
}

.blog-detail small {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.blog-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #007bff;
}

.read-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.read-more a {
    text-decoration: none;
    font-weight: bold;
    color: #007bff;
}

.read-more i {
    color: #007bff;
    transition: margin-left 0.3s ease;
}

.read-more:hover i {
    margin-left: 5px;
}

/* ############################ */



   /* Section Styling */
   .events {
    padding: 60px 0;
    background: #f8f9fa;
}

.section-heading {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #222;
}

.section-subheading {
    font-size: 16px;
    color: #777;
    margin-bottom: 30px;
}

/* Event Box */
.event-box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
    text-align: center;
    padding-bottom: 20px;
}

.event-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.event-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.event-content {
    padding: 20px;
}

.event-content h4 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}

/* Progress Bar */
.progress {
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background: #28a745;
    transition: width 0.5s ease-in-out;
}

/* Donation Button */
.btn-donate {
    background: #28a745;
    color: #fff;
    border-radius: 25px;
    padding: 10px 20px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.btn-donate:hover {
    background: #218838;
}

/* Responsive */
@media (max-width: 768px) {
    .event-box {
        margin-bottom: 20px;
    }
}

/* ################## */




.social-icon i {
    color: #fff;
}

.facebook {
    background-color: #1877F2;
}

.facebook:hover {
    background-color: #0f5db1;
}

.youtube {
    background-color: #FF0000;
}

.youtube:hover {
    background-color: #cc0000;
}

.instagram {
    background: linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7);
}

.instagram:hover {
    filter: brightness(1.2);
}

/* ####################### */

.event-image-container img {
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}

.event-image-container img:hover {
    transform: scale(1.05);
}

.event-description {
    border-left: 4px solid #007bff;
}

.event-text {
    font-size: 16px;
    line-height: 1.6;
}


/* ################## */
.scroll-wrapper {
    scrollbar-width: thin;
    scrollbar-color: #888 #eee;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 8px;
}

.scroll-wrapper::-webkit-scrollbar {
    width: 8px;
}

.scroll-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.scroll-wrapper::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.scroll-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* Gallery Css */

.scrollable-gallery {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
    padding-right: 10px;
}

.scrollable-gallery::-webkit-scrollbar {
    width: 8px;
}

.scrollable-gallery::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scrollable-gallery::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}

/* ########################## */
 /* Whatsapp Chat Bot Button */

#whatsapp-chat {
    position: fixed;
    bottom: 90px;
    right: 31px;
    height: 50px;
    width: 50px;
    background: rgba(37, 211, 102, 0.75);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    z-index: 1000;
    cursor: pointer;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    animation: ripple 1.5s infinite;
    transition: all 0.4s ease-in-out;
}

#whatsapp-chat:hover {
    transform: scale(1.15) rotate(5deg);
    background: rgba(18, 140, 126, 0.9);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

#whatsapp-chat a {
    color: #fff;
    text-decoration: none;
}

#whatsapp-chat::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(37, 211, 102, 0.4);
    animation: pulse 2s infinite ease-in-out;
    z-index: -1;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.4);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/* Tooltip */
#whatsapp-chat::after {
    content: "Chat on WhatsApp";
    position: absolute;
    right: 70px;
    background: #222;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    white-space: nowrap;
    font-size: 14px;
    opacity: 0;
    transition: 0.3s ease;
    transform: translateY(-50%);
    top: 50%;
    pointer-events: none;
}

#whatsapp-chat:hover::after {
    opacity: 1;
}



