/* =======================================================================
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%;
}

@font-face {
    font-family: "Garamond";
    src: url("../fonts/garamond.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

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

a:hover {
    color: #444;
}

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%;
    font-family: "Garamond", system-ui;
}

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: 0.5 !important;
}

.container-fluid {
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #545454;
}

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

.session-title {
    padding: 30px;
    margin: 0px;
    font-family: "EB Garamond", system-ui;

    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: 1rem;
    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: 0.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: 200px;
        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: 0.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: 0.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: 0.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: #814c4c;
}
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 {
    /* right: 40px; */
    text-align: center;
}
header .header-top .btn-bhed .btn {
    padding: 5px 23px;
    border-radius: 50px;
}
header .header-top .btn-bhed a {
    margin-right: 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: 230px;
    }
}
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 10px;
    font-weight: 700;
    font-size: 0.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: 1px 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;
    width: 100%;
    overflow: hidden;
}

/* Slider Image Responsive Enhancements */
.slider-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider-img img {
    display: block;
    width: 100%;
    height: 70vh; /* Use viewport height for better responsiveness */
    min-height: 400px;
    max-height: 800px;
    object-fit: cover;
    object-position: center;
    filter: brightness(35%);
    transition: all 0.3s ease;
}

/* Enhanced Responsive Slider Captions */
.slider-captions {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
    max-width: 1200px;
    z-index: 10;
    padding: 0 2rem;
}

.slider-title {
    font-size: clamp(2rem, 5vw, 4rem); /* Fluid typography */
    font-weight: 600;
    color: #f25a2f;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.slider-description,
.slider-text {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

/* Desktop Styles (1200px and up) */
@media screen and (min-width: 1200px) {
    .slider-img img {
        height: 75vh;
        max-height: 900px;
    }

    .slider-captions {
        width: 80%;
    }

    .slider-title {
        font-size: 4rem;
        letter-spacing: 3px;
    }

    .slider-description,
    .slider-text {
        font-size: 1.3rem;
        max-width: 70%;
    }
}

/* Large Laptops (1050px to 1199px) */
@media screen and (max-width: 1199px) and (min-width: 1050px) {
    .slider-img img {
        height: 65vh;
        min-height: 500px;
    }

    .slider-title {
        font-size: 3.5rem;
    }

    .slider-description,
    .slider-text {
        font-size: 1.2rem;
    }
}

/* Medium Laptops (900px to 1049px) */
@media screen and (max-width: 1049px) and (min-width: 900px) {
    .slider-img img {
        height: 60vh;
        min-height: 450px;
    }

    .slider-title {
        font-size: 3rem;
    }

    .slider-description,
    .slider-text {
        font-size: 1.1rem;
    }
}

/* Small Laptops and Large Tablets (768px to 899px) */
@media screen and (max-width: 899px) and (min-width: 768px) {
    .slider-img img {
        height: 55vh;
        min-height: 400px;
    }

    .slider-captions {
        width: 95%;
        padding: 0 1.5rem;
    }

    .slider-title {
        font-size: 2.5rem;
        letter-spacing: 1px;
        margin-bottom: 0.8rem;
    }

    .slider-description,
    .slider-text {
        font-size: 1rem;
        max-width: 85%;
        margin-bottom: 1rem;
    }
}

/* Tablets Portrait (600px to 767px) */
@media screen and (max-width: 767px) and (min-width: 600px) {
    .slider-img img {
        height: 50vh;
        min-height: 350px;
    }

    .slider-captions {
        width: 95%;
        padding: 0 1rem;
    }

    .slider-title {
        font-size: 2.2rem;
        letter-spacing: 1px;
        margin-bottom: 0.8rem;
    }

    .slider-description,
    .slider-text {
        font-size: 0.95rem;
        max-width: 90%;
        line-height: 1.4;
    }
}

/* Large Mobile (480px to 599px) */
@media screen and (max-width: 599px) and (min-width: 480px) {
    .slider-img img {
        height: 45vh;
        min-height: 320px;
    }

    .slider-captions {
        width: 95%;
        padding: 0 1rem;
        top: 45%;
    }

    .slider-title {
        font-size: 1.8rem;
        letter-spacing: 0.5px;
        margin-bottom: 0.6rem;
        line-height: 1.1;
    }

    .slider-description,
    .slider-text {
        font-size: 0.9rem;
        max-width: 95%;
        line-height: 1.3;
        margin-bottom: 0.8rem;
    }
}

/* Small Mobile (320px to 479px) */
@media screen and (max-width: 479px) {
    .slider-img img {
        height: 40vh;
        min-height: 280px;
    }

    .slider-captions {
        width: 90%;
        padding: 0 0.5rem;
        top: 40%;
    }

    .slider-title {
        font-size: 1.5rem;
        letter-spacing: 0px;
        margin-bottom: 0.5rem;
        line-height: 1.1;
    }

    .slider-description,
    .slider-text {
        font-size: 0.85rem;
        max-width: 95%;
        line-height: 1.3;
        margin-bottom: 0.6rem;
    }
}

/* Very Small Mobile (below 320px) */
@media screen and (max-width: 319px) {
    .slider-img img {
        height: 35vh;
        min-height: 250px;
    }

    .slider-captions {
        width: 95%;
        padding: 0 0.25rem;
        top: 35%;
    }

    .slider-title {
        font-size: 1.3rem;
        margin-bottom: 0.4rem;
    }

    .slider-description,
    .slider-text {
        font-size: 0.8rem;
        line-height: 1.2;
    }
}

/* Navigation Controls Responsive */
.slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    transform: translateY(-50%);
    z-index: 999;
    pointer-events: none;
    display: block !important;
}

.slider .owl-nav .owl-prev,
.slider .owl-nav .owl-next {
    color: #fff;
    display: inline-block;
    zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 24px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    border: 2px solid rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 1000;
    pointer-events: all;
    text-decoration: none;
    outline: none;
}

.slider .owl-nav .owl-prev:hover,
.slider .owl-nav .owl-next:hover {
    background: rgba(242, 90, 47, 0.8);
    border-color: rgba(255, 255, 255, 0.8);
    transform: scale(1.1);
    color: #fff;
}

.slider .owl-nav .owl-prev {
    left: 20px;
}

.slider .owl-nav .owl-next {
    right: 20px;
}

/* Navigation Controls Mobile */
@media screen and (max-width: 768px) {
    .slider .owl-nav .owl-prev,
    .slider .owl-nav .owl-next {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .slider .owl-nav .owl-prev {
        left: 15px;
    }

    .slider .owl-nav .owl-next {
        right: 15px;
    }
}

@media screen and (max-width: 480px) {
    .slider .owl-nav .owl-prev,
    .slider .owl-nav .owl-next {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }

    .slider .owl-nav .owl-prev {
        left: 10px;
    }

    .slider .owl-nav .owl-next {
        right: 10px;
    }
}

/* Force override any disabled styles */
.slider .owl-nav.disabled {
    display: block !important;
}

.slider .owl-nav .disabled {
    opacity: 1 !important;
    cursor: pointer !important;
}

/* Dots Navigation Responsive - Fixed Overlapping */
.slider .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    z-index: 10;
    padding: 0;
    margin: 0;
}

.slider .owl-dots .owl-dot {
    display: block;
    margin: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.8);
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.slider .owl-dots .owl-dot span {
    display: none;
}

.slider .owl-dots .owl-dot.active,
.slider .owl-dots .owl-dot:hover {
    background: #22c55e;
    border-color: #22c55e;
    transform: scale(1.3);
    box-shadow: 0 0 10px rgba(34, 197, 94, 0.5);
}

@media screen and (max-width: 768px) {
    .slider .owl-dots {
        bottom: 20px;
        gap: 8px;
    }

    .slider .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
    }
}

@media screen and (max-width: 480px) {
    .slider .owl-dots {
        bottom: 15px;
        gap: 6px;
    }

    .slider .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
    }
}

/* Owl Carousel Container Responsive */
.owl-carousel {
    width: 100%;
    position: relative;
}

.owl-carousel .owl-item {
    position: relative;
    width: 100%;
}

/* Performance Optimization */
.slider-img img {
    will-change: transform;
    backface-visibility: hidden;
}

.slider-captions {
    will-change: transform;
}

/* Accessibility Improvements */
@media (prefers-reduced-motion: reduce) {
    .slider-img img,
    .slider .owl-nav .owl-prev,
    .slider .owl-nav .owl-next,
    .slider .owl-dots .owl-dot span {
        transition: none;
    }

    .slider .owl-nav .owl-prev:hover,
    .slider .owl-nav .owl-next:hover {
        transform: none;
    }
}

/* High DPI / Retina Display Support */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .slider-title {
        text-rendering: optimizeLegibility;
    }

    .slider-description,
    .slider-text {
        text-rendering: optimizeLegibility;
    }
}

/* Remove old conflicting styles */
@media screen and (max-width: 1050px) {
    .slider-captions {
        bottom: auto !important;
    }
}

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

    .slider-captions .slider-title {
        left: auto !important;
        max-width: 100% !important;
    }
}

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

.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: 0.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 ================================== */
.events {
    background-color: #efefef2e;
    padding: 50px;
}

@media screen and (max-width: 940px) {
    .events {
        padding: 30px 10px;
    }
}
.events .event-ro .event-box {
    text-align: center;
    margin-bottom: 20px;
}

.events .event-ro .event-box img {
    margin-bottom: 20px;
}

.events .event-ro .event-box h4 {
    font-size: 18px;
}

.events .event-ro .event-box .raises {
    margin-bottom: 10px;
}

.events .event-ro .event-box .raises span {
    color: #71b61b;
}

.events .event-ro .event-box .desic {
    font-size: 13px;
    margin-bottom: 15px;
}

/* ===================================== Mission Vision CSS ================================== */
.mission-project {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.mission-project .project {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
    border-radius: 10px;
    overflow: hidden;
}

.mv-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mv-img img:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.mv-det {
    padding: 30px;
    color: #2c3e50;
}

.mv-det h1 {
    font-size: 32px;
    font-weight: bold;
    color: #22c55e;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mv-det p {
    font-size: 16px;
    line-height: 1.8;
    color: #555555;
}

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

    .mv-det {
        padding: 20px;
        text-align: center;
    }

    .mv-det h1 {
        font-size: 28px;
    }

    .mv-det p {
        font-size: 14px;
    }
}
.doctor-message {
    /* background-image: url("../images/slider/slider-2.jpg"); */
    background-attachment: fixed;
    background-size: cover;
}
.doctor-message .session-title h1 {
    text-align: center;
    color: #fff;
    word-spacing: 0.6rem;
}
/* .doctor-message .session-title h2 {
    color: #FFF;
} */

.doctor-message .inner-lay {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
    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;
}

/* ===================================== Charity Number CSS ================================== */

/* ===================================== 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;
}

.our-blog .single-blog small {
    color: #71b61b;
    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 a {
    font-size: 12px;
    color: #71b61b;
}

.our-blog .single-blog .link i {
    padding-top: 6px;
    margin-left: 5px;
    color: #ffffff;
}
/* Adjusting Heading Sizes */
/* Footer Container */
.footer {
    padding: 50px;
    padding-bottom: 50px;
    background-color: #f45a2f;
    color: #fff;
    position: relative;
    overflow: hidden;
}

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

/* Heading Styling */
.footer h2 {
    font-size: 1.8rem;
    margin-top: 10px;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

/* Paragraph Styling */
.footer p {
    text-align: justify;
    text-indent: 20px;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Link List Styling */
.footer .link-list li {
    padding: 10px 0;
    border-bottom: 1px solid #6c6c6c;
    font-size: 0.9rem;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.footer .link-list li:hover {
    transform: translateX(10px);
    border-color: #fff;
}

.footer .link-list li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer .link-list li a:hover {
    color: #00aaff;
}

.footer .link-list li i {
    float: right;
    transition: transform 0.3s;
}

.footer .link-list li:hover i {
    transform: translateX(5px);
}

/* Map Image Section Styling */
.footer .map-img {
    font-weight: 600;
    font-size: 17px;
    padding-left: 20px;
}

.footer address {
    font-weight: 300;
    margin-bottom: 20px;
}

.footer address a {
    color: #fff;
    font-size: 1rem;
    font-family: "EB Garamond", system-ui;
    text-decoration: none;
    transition: color 0.3s;
}

.footer address a:hover {
    color: #00aaff;
}

/* Footer Navigation */
.footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.footer-nav li {
    margin: 0 10px;
}

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

.footer-nav a:hover {
    color: #00aaff;
}

/* Donate Button */
.donate-link a.btn {
    background-color: #00aaff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.donate-link a.btn:hover {
    background-color: #fff;
    color: #00aaff;
}

/* Adding subtle background animation */
.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(0, 0, 0, 0) 70%
    );
    animation: backgroundAnim 10s linear infinite;
    transform: translateX(-50%);
}

@keyframes backgroundAnim {
    0% {
        transform: translateX(-50%) translateY(-10%);
    }
    50% {
        transform: translateX(-50%) translateY(10%);
    }
    100% {
        transform: translateX(-50%) translateY(-10%);
    }
}

.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);
}

/* ===================================== 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: 0.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;
}

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

.donation-section {
    /* Soft gradient background */
    padding: 60px 0;
    /* Padding to give space around the section */
    text-align: center;
    font-family: "EB Garamond", system-ui;
}

.donation-section .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.donation-section h1 {
    font-size: 36px;
    font-weight: 700;
    color: #2c3e50;
    /* Darker color for the heading */
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.donation-section h1::after {
    content: "";
    width: 60px;
    height: 4px;
    background: #3498db;
    /* Accent color */
    display: block;
    margin: 10px auto 0;
    border-radius: 2px;
}

.donation-section p {
    font-size: 18px;
    line-height: 1.8;
    color: #7f8c8d;
    /* Softer text color */
    margin-bottom: 0;
    padding: 10px;
    transition: color 0.3s ease;
    /* Smooth transition for hover effects */
}

.donation-section p:hover {
    color: #34495e;
    /* Darken text when hovered */
}

@media (max-width: 768px) {
    .donation-section h1 {
        font-size: 28px;
    }

    .donation-section p {
        font-size: 16px;
    }
}

@media screen and (max-width: 572px) {
    .slider-captions {
        display: flex; /* Use flexbox for alignment */
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute; /* Position captions absolutely */
        top: 0; /* Align content to the top */
        left: 50%; /* Center horizontally */
        transform: translateX(-50%); /* Center horizontally with translate */
        width: 100%; /* Full width for proper alignment */
        text-align: center; /* Center text */
        z-index: 10; /* Ensure captions are above other elements */
    }

    .slider-title {
        font-size: 18px; /* Adjust font size for better readability */
        font-weight: bold;
    }

    /* .slider-text {
        display: none;
    } */
}

.section-start {
    margin: 50px 0px;
}

@media (max-width: 768px) {
    .btn-bhed {
        flex-direction: row;
        align-items: flex-start;
        right: 0px;
        /* gap: 10px; */
        /* right: 0px; */
    }

    .language-btn-container {
        width: 100%;
        top: 10px;
    }
}
