:root {
    --rg-gradient-angle: 96deg;

    /* Main Gradients */
    --rg-gradient-a: linear-gradient(var(--rg-gradient-angle), #D9D6FF 7.63%, #BFC8FF 37.94%, #A8E8F0 65.23%, #D9FFF7 92.12%);
    --rg-gradient-b: var(--rg-gradient-a);
    --rg-gradient-c: var(--rg-gradient-a);

    /* 75% Transparent */
    --rg-gradient-a-75: linear-gradient(var(--rg-gradient-angle), rgba(217, 214, 255, .75) 7.63%, rgba(191, 200, 255, .75) 37.94%, rgba(168, 232, 240, .75) 65.23%, rgba(217, 255, 247, .75) 92.12%);
    --rg-gradient-b-75: var(--rg-gradient-a-75);
    --rg-gradient-c-75: var(--rg-gradient-a-75);

    /* 50% Transparent */
    --rg-gradient-a-50: linear-gradient(var(--rg-gradient-angle), rgba(217, 214, 255, .5) 7.63%, rgba(191, 200, 255, .5) 37.94%, rgba(168, 232, 240, .5) 65.23%, rgba(217, 255, 247, .5) 92.12%);
    --rg-gradient-b-50: var(--rg-gradient-a-50);
    --rg-gradient-c-50: var(--rg-gradient-a-50);

    /* 25% Transparent */
    --rg-gradient-a-25: linear-gradient(var(--rg-gradient-angle), rgba(217, 214, 255, .25) 7.63%, rgba(191, 200, 255, .25) 37.94%, rgba(168, 232, 240, .25) 65.23%, rgba(217, 255, 247, .25) 92.12%);
    --rg-gradient-b-25: var(--rg-gradient-a-25);
    --rg-gradient-c-25: var(--rg-gradient-a-25);

    /* Pressed Buttons / Active State */
    --rg-gradient-a-pressed: linear-gradient(var(--rg-gradient-angle), rgba(217, 214, 255, .6) 7.63%, rgba(191, 200, 255, .75) 37.94%, rgba(168, 232, 240, .9) 65.23%, #D9FFF7 92.12%);
    --rg-gradient-b-pressed: var(--rg-gradient-a-pressed);
    --rg-gradient-c-pressed: var(--rg-gradient-a-pressed);
}

.icon-circle {
    width: 60px;
    height: 60px;
    background-color: white;
    border: 3px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s ease;
    z-index: 10;
    top: 48%;
}

.icon-circle img {
    width: 40px;
    height: 40px;
}

/* Hover effect */
.card:hover .icon-circle {
    border-color: #0d6efd;
}

#intro_home.community .btn--primary {
    padding: 7px 20px;
    border-radius: 10px;
    gap: 12px;
}

.img-card-div img {
    padding: 8px;
}

#intro_home {
    background-image: url('/front/images/cause/cause-bg.png');
}

#intro_home .card-title {
    text-align: center;
    font-size: 20px;
    color: #00A295;
    font-weight: 600;
}

#intro_home.blog-six-area {
    padding: 60px 0 90px;
}

/*  */
.img-card-div-activity {
    height: 300px;
    overflow: hidden;
}

.card-body.position-absolute {
    background-color: white;
    padding: 1rem;
    top: 220px;
    /* Adjust based on image height */
}

.secondSubtitle {
    color: #EA5D2B !important;
}

/* cause */
.processbar-wrapper {
    box-shadow: 0 4px 6px rgb(22 22 26 / 25%);
    height: 60px;
    width: 90%;
    margin: auto;
    position: relative;
    top: -10px;
    background: #fff;
    z-index: 99999;
    border-radius: 7px;
}

.progress,
.progress-stacked {
    height: 9px;
    position: relative;
    top: 15px;
    margin-left: 10px;
    margin-right: 10px;
}


.calcuation_text {
    padding-top: 16px;
    margin-left: 10px;
    margin-right: 10px;
}

.text-orange {
    color: #ff6f00;
}

.goal-table {
    width: 100%;
    margin-top: 1rem;
    border-top: 2px solid #d7d7d7;
    /* Top border for the table */
}

.goal-table th,
.goal-table td {
    padding: 0rem;
    border: none;
    color: #ea5d2b;
    position: relative;
    text-align: center;
}

.goal-table th:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-10%);
    height: 50px;
    width: 2px;
    background-color: #d7d7d7;
}

.goal-table th {
    font-weight: 500;
    color: #062E39;
    text-align: center;
    /* Lighter grey for headers */
}

.goal-table td {
    font-weight: 600;
}

/* card effect */

/* Frame */
/* To Navigation Style */

.graphDataLGHF {
    padding-top: 75px;
    padding-bottom: 75px;
    background: #e1e1e1;
}

.graphDataLGHF .card .icon {
    margin-top: 30px;
}

.graphDataLGHF .card-text {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.graphDataLGHF .card {
    transition: all 0.5s;
}

.graphDataLGHF .card:hover {
    background-color: #062e39;
    color: #fff;
}

.graphDataLGHF .card:hover .icon,
.graphDataLGHF .card:hover .card-text {
    color: #fff;
}

.graphDataLGHF h5 {
    color: #EA5D2B;
    font-size: 40px;
    font-weight: 700;
}

.graphDataLGHF .icon img {
    width: 85px;
}

/*  */
.join_with_us_home .volunteering_home_icon {
    background: #EA5D2B;
}

.join_with_us_home .internship_home_icon {
    background: #2B4D56;
}

.join_with_us_home .membership_home_icon {
    background: #0887A0;
}

.join_with_us_home .event_home_icon {
    background: #062E39;
}

.join_with_us_home .donation_home_icon {
    background: #00A295;
}

.join_with_us_home .card-text {
    color: #fff;
    padding-top: 10px;
}

.join_with_us_home .card {
    margin-bottom: 20px;
}

/* blog news */
#blogNews .card-container {
    width: 300px;
    height: 440px;
    background-color: #fff;
    border-radius: 8px;
    margin: auto;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

#blogNews .card-image img {
    height: 220px;
    width: 100%;
    border-radius: 8px 8px 0 0;
    background-size: cover;
}

#blogNews .card-body {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 16px;
    min-height: 200px;
}

#blogNews .card-badge {
    text-transform: uppercase;
    background-color: #fff;
    color: #fff;
    padding: 2px 8px;
    border-radius: 70px;
    margin: 0;
    font-size: 12px;
}

#blogNews .card-badge-blue {
    background-color: #92d4e4;
}

#blogNews .card-badge-purple {
    background-color: #3d1d94;
}

#blogNews .card-badge-pink {
    background-color: #c62bcb;
}

#blogNews .card-body h1 {
    font-size: 16px;
    margin: 8px 0;
}

#blogNews .card-body p {
    font-size: 14px;
    margin: 8px 0 16px 0;
}

#blogNews .card-author {
    display: flex;
    align-items: center;
}

#blogNews .card-author p {
    margin: 0 16px;
    font-size: 12px;
}

#blogNews .card-author p:last-child {
    color: #888;
}

#blogNews .card-author img {
    border-radius: 50%;
    height: 48px;
    width: 48px;
    margin-top: auto;
}

#blogNews .content {
    background: #fff;
    background: #fff;
    box-shadow: var(--bs-box-shadow) !important;
    border-radius: 7px;
    padding: 25px 10px 32px 10px;
    margin-top: -50px;
    z-index: 99999999;
    position: relative;
    margin: 9px 15px -25px 15px;
    top: -50px;
}

#blogNews .cause__slider-single {
    padding: 0px 0 20px 0 !important;
}

#blogNews .thumb a {
    border-radius: 3px !important;
    overflow: hidden;
    width: 100%;
}

/* card effect */

/* change maker */

/* change maker */


.first_widget li {
    border-radius: 10px;
    padding: 3px 4px 4px 20px;
    margin-bottom: 20px;
    cursor: pointer;
    width: 80%;
}

.first_widget .color1 {
    border: 1px solid #198F51;
}

.first_widget .color2 {
    border: 1px solid #F65009;
}

.first_widget .color3 {
    border: 1px solid #0C8CE9;
}

.first_widget .color1:hover {
    border: 1px solid #198F51;
    background-color: #198F51;
    color: #fff;
}

.first_widget .color1:hover a {
    color: #fff;
}


.first_widget .color2:hover {
    border: 1px solid #F65009;
    background-color: #F65009;
    color: #fff;
}

.first_widget .color2:hover a {
    color: #fff;
}

.first_widget .color3:hover {
    border: 1px solid #0C8CE9;
    background-color: #0C8CE9;
    color: #fff;
}

.first_widget .color3:hover a {
    color: #fff;
}

/* success story */



/* end success story */

/* breadcrumb */

#breadcrumbSec .breadcrumb {
    display: flex;
    box-shadow: 0 8px 14px -2px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    padding: 0.75rem 1.25rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #fff;
    width: auto;
    position: absolute;
    bottom: 0;
}

#breadcrumbSec .breadcrumb-links {
    display: flex;
    column-gap: 1rem;
    align-items: center;
}

#breadcrumbSec .breadcrumb-links>li:nth-child(n + 4) {
    display: none;
}

#breadcrumbSec .breadcrumb-box {
    display: flex;
    align-items: center;
}

#breadcrumbSec .breadcrumb-link {
    color: #EA5D2B;
}

#breadcrumbSec .breadcrumb-box:hover>*:not(.breadcrumb-icon) {
    color: #00A295;
}

#breadcrumbSec .breadcrumb-icon,
#breadcrumbSec .breadcrumb-icon-home {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    color: #EA5D2B;
}

#breadcrumbSec .breadcrumb-links li:first-child .breadcrumb-text {
    display: none;
}

#breadcrumbSec .breadcrumb-text {
    margin-left: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #EA5D2B;
}

@media (min-width: 640px) {
    #breadcrumbSec .breadcrumb-links>li:nth-child(n + 4) {
        display: block;
    }

    #breadcrumbSec .breadcrumb-links li:first-child .breadcrumb-text {
        display: block;
    }
}

/* breadcrumb */

/* work area */

.lghf-work-section-two {
    padding: 100px 0 100px 0;
    background: #acd5ce5c;
}

.inner-work-subtitle {
    color: #000;
}

.lghf-work-section-two .item {
    margin-bottom: 30px;
    transition: 0.5s ease;
    padding: 16px 15px 30px 15px;
    border: 1px solid #ffffff;
    border-radius: 15px;
    background: #ffffff;
}

.lghf-work-section-two .inner-box {
    text-align: left;
    left: 25px;
}

.lghf-work-section-two .workAreaIcons {
    width: 75px;
    height: 75px;
    border: 4px solid #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23);
    border-radius: 55px;
    background: #fff;
}

.lghf-work-section-two .item:hover h4 {
    color: #00a295;
    transition: 0.5s ease;
}

.lghf-work-section-two .item:hover {
    border-color: #ffffff;
    transition: 0.5s ease;
    padding: 16px 15px 30px 15px;
    border: 1px solid #efdeff;
    box-shadow: 0 4px 6px rgb(22 22 26 / 18%);
    background-color: #ffe4dc;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.new-sub-part {
    margin-top: 100px;
}

.lghf-work-section-two .icon_box {
    position: relative;
    display: flex;
    align-items: center;
    /* Vertically center content */
    gap: 10px;
    overflow: hidden;
    padding: 0 4px 20px 0;
    /* ⬅ bottom spacing of 20px */
    transition: all 0.3s ease-in-out 0s;
    top: -50px;
    transform: none;
}

.lghf-work-section-two .icon_box img {
    flex-shrink: 0;
}

.lghf-work-section-two .icon_box h4 {
    margin: 0;
    font-size: 20px;
    padding-top: 40px;
    text-transform: none !important;
}

.lghf-work-section-two .short-desc {
    margin-top: -45px;
}

@media (min-width: 640px) {
    .lghf-work-section-two .item {
        margin-top: 30px;
    }
}

/* work area */

.content h6 {
    margin-top: -10px;
    margin-bottom: 15px;
    font-weight: 800;
    color: #00A295;
    text-align: center;
}

.cause .content h6:hover {
    color: #ea5d2b !important;
}

/* gallery */

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 6px
}

.gallery-item img {
    transition: transform .4s ease
}

.gallery-item:hover img {
    transform: scale(1.05)
}

.gallery-item .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 15px;
    text-align: center;
    opacity: 0;
    transition: opacity .3s ease
}

.gallery-item:hover .overlay {
    opacity: 1
}

/* Fancybox smooth open/close */
.fancybox-zoomIn {
    animation: zoomIn .4s ease both
}

.fancybox-zoomOut {
    animation: zoomOut .3s ease both
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(.85)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(.9)
    }
}

.btn-filterGallery {
    border-bottom: 1px solid #062e39;
    padding: 3px 15px 5px 15px;
    border-radius: 10px;
    background: #fdede8;
    margin-left: 20px;
}

.btn-filterGallery:hover {
    border-bottom: 1px solid #062e39;
    padding: 3px 15px 5px 15px;
    border-radius: 10px;
    background: #00a3960f;
}

.btn-filterGallery.active {
    background: #00a2951a;
}

/* gallery */


.newTypeNav .nav.nav-pills {
    justify-content: center;
}

.mediaType img {
    height: 425px;
    width: auto;
    margin-bottom: 0px;
}

.mediaType .card-img-top {
    height: 390px;
    object-fit: cover;
    padding: 0px;
}

.mediaType .card-footer {
    text-align: center;
}

.community .mediaType .btn--primary {
    padding: 8px 30px;
    border-radius: 10px;
    gap: 12px;
}

.content_act_details h1 {
    font-size: 30px;
    line-height: 35px;
}

.content_act_details {
    padding-top: 30px;
}

.activity_desc {
    padding-top: 35px;
}

#rightSideSingleActivity h2 {
    font-size: 20px;
}

#rightSideSingleActivity .slider-navigation .slider-btn {
    width: 35px;
    min-width: 35px;
    height: 35px;
}


#lghf_OnlineDonation .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: normal;
    gap: 0;
    margin-bottom: 30px;
}

.form-control:focus {
    box-shadow: none;
}

#DonateTitle.title-animation {
    text-transform: capitalize !important;
}

.select2-container .select2-selection--single {
    padding: .375rem .75rem;
    height: auto !important;
}

.select2-container .selection {
    width: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
    border-radius: 20px !important;
    transition: box-shadow 0.25s;
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

#lghf_OnlineDonation {
    background: #f7f7f7;
}

#pills-tab {
    margin-top: 30px;
}

#lghf_OnlineDonation .form-control,
#lghf_OnlineDonation select {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
    transition: box-shadow 0.25s;
    border-radius: 15px;
}

#lghf_OnlineDonation .rounded-pill {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
    border-radius: 2px;
    transition: box-shadow 0.25s;
    padding: 10px 15px 10px 15px;
    color: #000 !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none !important;
    border-radius: 4px;
    border-radius: 20px !important;
}

#lghf_OnlineDonation .nav-pills .nav-link.active,
#lghf_OnlineDonation .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #ea5d2b;
    box-shadow: rgb(234 93 43) 0px 0px 5px inset, rgb(234 93 43) 0px 1px 0px;
    height: 31px;
    color: rgb(0 0 0) !important;
    cursor: pointer !important;
    background: none;
    border-radius: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(234 93 43);
    border-image: initial;
    padding: 1px 10px !important;
}

.imgSection {
    text-align: center;
}

.imgSection img {
    width: 150px;
}

.imgSection h2 {
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    font-weight: 800;
    color: var(--secondary-color);
    margin-top: 16px;
}

.missionVision img {
    width: 100px;
}

.lghf-intro-mission-vision {
    padding-top: 100px;
    padding-bottom: 100px;
}

#WhyWeBest.graphDataLGHF h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

#WhyWeBest.graphDataLGHF .card {
    transition: all 0.5s;
    background: #062e39;
}

#WhyWeBest.graphDataLGHF .card p {
    color: #fff;
}

.lghf-donate-yt {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #adccb5;
}

.lghf-donate-yt .volunteering_home_icon {
    background: #EA5D2B;
}

.lghf-donate-yt .membership_home_icon {
    background: #062e39;
}

.lghf-donate-yt .donation_home_icon {
    background: #00A295;
}

.lghf-donate-yt .internship_home_icon {
    background: #062E39;
}

.lghf-donate-yt P {
    color: #fff;
}

.title_lghf_subtitle {
    font-size: 30px;
    font-weight: 700;
}

.title_section_yt {
    /* margin-top: 10px; */
    margin-bottom: 20px;
}

.title_section_yt .orange {
    color: #EA5D2B;
    font-weight: 700;
}

.title_section_yt .yellow {
    color: #FBD709;
    font-weight: 700;
}

.lghf-donate-yt img {
    height: 50px;
}

.lghf-donate-yt .card {
    padding: 10px 0 10px 0 !important;
}

.left_div iframe {
    border-radius: 15px;
}

.Appreciation_Letter {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f5f5f5;
}

.pdf_letter {
    border: 3px solid #ffffff;
    box-shadow: 0 4px 6px rgb(22 22 26 / 18%);
}

.lghf-sustainbility-two {
    padding-top: 80px;
    background: #062e39;
    padding-bottom: 80px;
}

.lghf-sustainbility-two h3 {
    color: #fff;
}

.pdf_about_lghf h3,
.legal_about_lghf h3 {
    font-size: 20px;
    text-align: center;
    padding-top: 40px;
}

.pdf_about_lghf {
    text-align: center;
}

.pdf_about_lghf img {
    width: 300px;
    border: 5px solid #fff;
    border-radius: 4px;
}

.card_data {
    width: 50%;
    margin: auto;
}

.card_data .card {}

.card_data .col {
    margin-bottom: 10px;
}

.card_data .card h2 {
    font-size: 25px;
    text-align: center;
    font-weight: 800;
}


.card_data {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 40px 0;
    text-align: center;
}

.card_data .col {
    flex: 1 1 200px;
    /* responsive width */
    max-width: 250px;
}

.card_data .card {
    background: linear-gradient(145deg, #ffffff, #f4f4f4);
    border: none;
    border-radius: 20px;
    padding: 10px 18px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    perspective: 1000px;
    cursor: pointer;
}

.card_data .card h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    transition: transform 0.5s ease, color 0.5s ease;
}

/* Hover 3D effect */
.card_data .card:hover {
    transform: rotateY(12deg) rotateX(6deg) scale(1.08);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
}

.card_data .card:hover h2 {
    transform: translateZ(30px);
    color: #EA5D2B;
    /* bootstrap primary */
}

.legal_about_lghf {
    text-align: center;
}

.inner_subtitle {
    font-size: 30px;
}

.our_team_lghf {
    padding-top: 50px;
    padding-bottom: 80px;
}

.team_data h3 {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
}

.founder_img img {
    width: 300px !important;
    height: auto !important;
    margin: auto;
}

.founder_img_pdf {
    text-align: center;
    margin: auto;
}

.founder_img_pdf img {
    width: 400px;
}

.our_founder_lghf {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #4ecdc4;
    background: -webkit-linear-gradient(to right, #556270, #4ecdc4);
    background: linear-gradient(to right, #ced59f, #8dfff7);
}

.blog_author_lghf img {
    width: 100px;
}

.author_name {
    color: #EA5D2B;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
}

.blog_author_lghf .card-title {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    line-height: 20px;
}

.blog_author_lghf {
    border: none;
    margin-top: 20px;
}

.author_social ul {
    display: flex;
}

.author_social ul li:not(:first-child) {
    padding-left: 20px;
}

.author_social ul li a:hover {
    color: #00A295;
}

/*  */

.contact-page .single-contact {
    border: 1px solid #00a396;
    border-radius: 10px;
    padding: 20px 50px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative
}

@media(max-width: 1399px) {
    .contact-page .single-contact {
        padding: 20px 30px
    }
}

.contact-page .single-contact .title {
    line-height: 1;
    background-color: #fff;
    position: absolute;
    left: 35px;
    top: -8px;
    padding: 0 20px
}

.contact-page .single-contact .title h6 {
    color: #0a3d78;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}

.contact-page .single-contact .icon {
    height: 44px;
    min-width: 44px;
    max-width: 44px;
    border-radius: 50px;
    background-color: #00a396;
    display: flex;
    align-items: center;
    justify-content: center
}

.contact-page .single-contact .icon svg {
    fill: #fff;
}

.contact-page .single-contact .content_inner_contact {
    line-height: 1
}

.contact-page .single-contact .content_inner_contact h6 {
    margin-bottom: 0
}

.contact-page .single-contact .content_inner_contact h6 a {
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    transition: .35s;
    text-transform: none;
}

.contact-page .single-contact:hover {
    background: #ea5d2b1a;
}

.mb-40 {
    margin-bottom: 40px;
}

.social-icons .fab,
.social-icons .fa {
    font-size: 25px;
    margin-right: 15px;
}

.social-icons .fab:hover,
.social-icons .fa:hover {
    color: #00A295;
}


.internship-program-p1 {
    font-weight: 600;
}

/* donate */
.full-width-donate {
    background-color: #062E39;
    padding: 50px;
}

.full-width-donate .feature-icons {
    text-align: center;
}

.feature-card {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 25px 20px;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.feature-card img {
    width: 60px;
    height: 150px;
    margin-bottom: 15px;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.2));
    transition: transform 0.4s ease, filter 0.4s ease;
}

.feature-card p {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 16px;
    transition: color 0.3s ease;
}

/* Hover effects */
.feature-card:hover {
    transform: translateY(-10px) scale(1.05);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.feature-card:hover img {
    transform: scale(1.15) rotate(6deg);
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.4));
}

.feature-card:hover p {
    color: #00c6ff;
}

/* Small animation when appearing */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.feature-card {
    animation: fadeUp 0.8s ease both;
}

/* Responsive improvement */
@media (max-width: 767px) {
    .full-width-donate {
        padding: 30px 10px;
    }

    .feature-card {
        padding: 20px 10px;
    }

    .feature-card img {
        width: 50px;
        height: 50px;
    }

    .feature-card p {
        font-size: 14px;
    }
    
    .header .navbar-logo img {
    max-width: 204px;
    height: 60px;
}
}

.full-width-donate .feature-icons img {
    width: auto;
}

.full-width-donate .feature-icons p {
    color: #fff;
    font-weight: 500;
    padding-top: 15px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Make links fill the full column */
.category-link {
    display: block;
    width: 100%;
    height: 100%;
}

/* Animation + transition setup */
.category-card {
    transition: all 0.4s ease;
    animation: fadeInUp 0.8s ease forwards;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Hover effects */
.category-card::before {
    content: "";
    position: absolute;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    background: radial-gradient(circle, rgba(0, 123, 255, 0.15), transparent 70%);
    transition: all 0.5s ease;
    opacity: 0;
}

.category-card:hover::before {
    top: 0;
    left: 0;
    opacity: 1;
}

.category-card:hover {
    transform: translateY(-12px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.icon-wrapper {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-img {
    width: 70px;
    height: 70px;
    transition: all 0.4s ease;
    transform-origin: center;
}

/* Icon hover animation */
.category-card:hover .icon-img {
    transform: scale(1.2) rotate(8deg);
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.2));
}

/* Text hover color */
.category-link:hover h6 {
    color: #007bff;
    transition: color 0.3s ease;
}

@media (min-width: 992px) {
    .col-lg-1-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* Optional: space consistency */
.category-link {
    display: block;
    width: 100%;
    height: 100%;
}

/* Reuse your existing animations */
.category-card {
    transition: all 0.4s ease;
}

.category-card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.icon-img {
    transition: transform 0.4s ease;
}

.category-card:hover .icon-img {
    transform: scale(1.15) rotate(6deg);
}



.graphDataLGHF {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    padding: 60px 0;
}


/*  */

.graphDataLGHF {
    background-color: #013E46;
    /* Deep teal for elegant contrast */
    padding: 70px 0;
}

.impact-card {
    background: #ffffff;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    padding: 40px 20px;
    transition: all 0.4s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.impact-card::before,
.impact-card::after {
    content: "";
    position: absolute;
    border: 2px solid transparent;
    border-radius: 16px;
    width: 0;
    height: 0;
    transition: all 0.5s ease;
}

.impact-card::before {
    top: 0;
    left: 0;
    border-top-color: #EA5E20;
    border-left-color: #EA5E20;
}

.impact-card::after {
    bottom: 0;
    right: 0;
    border-bottom-color: #00A295;
    border-right-color: #00A295;
}

.impact-card:hover::before,
.impact-card:hover::after {
    width: 100%;
    height: 100%;
}

.impact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.impact-card .icon {
    margin-bottom: 20px;
    display: inline-block;
    transition: transform 0.5s ease;
}

.impact-card:hover .icon img {
    transform: scale(1.15);
}

.impact-card img {
    width: 70px;
    height: 70px;
    transition: transform 0.4s ease;
}

.impact-card h5 {
    font-size: 2rem;
    font-weight: 700;
    color: #EA5E20;
    margin-bottom: 6px;
}

.impact-card p {
    font-size: 1.05rem;
    font-weight: 500;
    color: #333;
    margin: 0;
}

@media (max-width: 768px) {
    .impact-card {
        margin-bottom: 20px;
    }
}

/* join */

.join_with_us_home {
    background: #f8f9fa;
    position: relative;
    overflow: hidden;
}

.join_with_us_home .section__header p {
    max-width: 800px;
    margin: 0 auto;
    color: #555;
    font-size: 1rem;
    line-height: 1.7;
}

.join_with_us_home .card {
    border-radius: 16px;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.join_with_us_home .card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    transition: all 0.5s ease;
    z-index: 0;
}

.join_with_us_home .card:hover::after {
    width: 100%;
}

.join_with_us_home .card-body {
    position: relative;
    z-index: 2;
}

.join_with_us_home .icon img {
    width: 140px;
    transition: transform 0.4s ease, filter 0.4s ease;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
}

.join_with_us_home .card:hover .icon img {
    transform: scale(1.15);
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.25));
}

.join_with_us_home .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.join_with_us_home .card-text {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.3px;
}

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

.card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.4s ease;
}

.card-link:hover {
    text-decoration: none;
}

.card-link .card {
    transition: all 0.5s ease;
}

.card-link:hover .card {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.card-link:hover .icon img {
    transform: scale(1.15);
}


.partner-card {
    background: #ffffff;
    border-radius: 12px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
}

.partner-card img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
    /* ensures logos scale proportionally */
    transition: transform 0.4s ease;
}

.partner-card:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.first_widget.footer-two__widget-content ul li a:hover {
    color: #fff !important;
}

#chartdiv {
    width: 100%;
    height: 500px;
}

/*  */
/* Loader */


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgb(0 0 0 / 81%);
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #d75626;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #088d83;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#preloader img {
    width: 200px;
    position: absolute;
    top: 25%;
    left: 45%;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    #preloader img {
        width: 150px;
        position: absolute;
        top: 20%;
        left: 30%;
    }
}

.short_content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    line-height: 1.6;
    max-height: calc(1.6em * 6);
    color: #444;
}

.short_content {
    position: relative;
}

.short_content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.activity-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    /* shows 6 lines */
    overflow: hidden;
    position: relative;
    line-height: 1.5;
    max-height: calc(1.5em * 6);
}

.activity-desc::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3em;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

#teamContainer .title-animation {
    text-transform: none !important;
}

/*  */
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: 50px !important;
    height: 50px !important;
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: #062e39 !important;
    border-radius: 50px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 20px !important;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-weight: 700 !important;
}

.pdf_letter {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.pdf_letter img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.letter-title-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.55);
    /* Black shadow */
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    backdrop-filter: blur(2px);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#SustainableDevelopment img {
    width: 150px;
}

.legal-card {
    padding: 25px;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    transition: 0.3s ease;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.legal-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.full-card-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.legal-card {
    padding: 25px;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    transition: 0.3s ease;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.legal-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

input[type='search'] {
    border-radius: 20px;
}

input[type='search']:hover,
input[type='search']:focus,
input[type='search']:focus-within {
    background: #fff;
    box-shadow: 0 2px 8px 1px rgba(64, 60, 67, .24);
    border: 1px solid #fff !important;
    border-radius: 20px !important;
    transition: 1s;
}

/* WRAPPER TO AVOID CONFLICT */
.media-tabs-wrapper .nav-tabs {
    border-bottom: none !important;
    justify-content: center;
    gap: 20px;
}

.media-tabs-wrapper .nav-tabs .nav-link {
    border: none !important;
    background: #f1f1f1;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 500;
    transition: 0.4s;
    color: #062e39;
}

.media-tabs-wrapper .nav-tabs .nav-link.active {
    background: #ea5d2b;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Smooth fade animation */
.media-tabs-wrapper .tab-pane {
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Card styling */
.media-tabs-wrapper .custom-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.media-tabs-wrapper .custom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}


.media-tabs-wrapper .custom-card .card-img-top {
    height: 400px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}


.media-tabs-wrapper .card-body .card-text {
    max-height: 70px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;
}

/* Gallery */


.gallery-row .video-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    transition: all 0.35s ease;
    background: #fff;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeUp 0.6s ease forwards;
}


.gallery-row .video-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
}


.gallery-row .video-card .card-body p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.gallery-row .video-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    background: #fff;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeUp 0.6s ease forwards;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery-row .video-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.22);
}

/*  */
/* Make all cards equal height */
#intro_home .card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Image stays at top, fixed height */
#intro_home .img-card-div img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.45s ease;
}

/* Card body grows automatically */
#intro_home .card-body {
    flex: 1;
    /* Fills remaining space */
    padding-top: 55px;
    display: flex;
    flex-direction: column;
}

/* Card text flexible but controlled */
#intro_home .card-text {
    flex-grow: 1;
}

/* Footer always sticks to bottom */
#intro_home .card-footer {
    margin-top: auto;
    background: transparent;
    border: none;
}

/* Hover Effects (same as before) */
#intro_home .card {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease-in-out;
    background: #ffffff;
}

#intro_home .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
}

#intro_home .card:hover .img-card-div img {
    transform: scale(1.05);
}

#intro_home .icon-circle {
    top: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.35s ease;
}

#intro_home .card:hover .icon-circle {
    transform: translate(-50%, -55%);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

/*  */

/* MAIN FORM WRAPPER */
.formArea .volunteer__form {
    background: #ffffff;
    padding: 40px;
    border-radius: 22px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    transition: 0.4s ease;
}

.formArea .volunteer__form:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
}

/* TITLE STYLING */
.formArea h3 {
    font-weight: 800;
    font-size: 32px;
}

.formArea .secondSubtitle {
    color: #007bff;
}

/* INPUT BOX WRAPPER */
.formArea .input-single {
    position: relative;
}

.formArea .input-single input,
.formArea .input-single textarea {
    background: #f9f9f9;
    border: 2px solid transparent;
    padding: 12px 45px 12px 15px;
    border-radius: 12px;
    font-size: 15px;
    transition: 0.35s ease;
}

/* INPUT FOCUS STATE */
.formArea .input-single input:focus,
.formArea .input-single textarea:focus {
    background: none;
    border-color: #000;
    box-shadow: none;
}

/* ICON STYLE INSIDE INPUT */
.formArea .input-single i {
    font-size: 17px;
    color: #777;
    pointer-events: none;
    transition: 0.3s ease;
}

.formArea .input-single input:focus+i,
.formArea .input-single textarea:focus+i {
    color: #007bff;
}

/* TEXTAREA HEIGHT FIX */
.formArea textarea {
    min-height: 85px;
}

/* SUBMIT BUTTON */
.formArea .btn--primary {
    /* padding: 12px 40px; */
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.35s ease;
    /* background: #007bff; */
    color: #fff;
}

.formArea .btn--primary:hover {
    transform: translateX(5px);
    /* background: #0056d2; */
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .formArea .volunteer__form {
        padding: 25px;
    }
}

/*  */
/* Wrapper item styling */
#volunteer_page_activity .item {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px 20px;
    margin-bottom: 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease-in-out;
    position: relative;
    overflow: hidden;
}

/* Smooth hover lift */
#volunteer_page_activity .item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* Title styling */
#volunteer_page_activity .item h4 {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

/* Title underline animation */
#volunteer_page_activity .item h4::after {
    content: "";
    width: 0;
    height: 3px;
    background: #007bff;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: width 0.35s ease;
}

/* On hover underline expands */
#volunteer_page_activity .item:hover h4::after {
    width: 100%;
}

/* Short description */
#volunteer_page_activity .short-desc p {
    color: #444;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 10px;
}

/* Fade-in animation for each card */
#volunteer_page_activity .col-md-4 {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s forwards;
}

/* Delay each item slightly for staggered effect */
#volunteer_page_activity .col-md-4:nth-child(1) {
    animation-delay: .1s;
}

#volunteer_page_activity .col-md-4:nth-child(2) {
    animation-delay: .2s;
}

#volunteer_page_activity .col-md-4:nth-child(3) {
    animation-delay: .3s;
}

#volunteer_page_activity .col-md-4:nth-child(4) {
    animation-delay: .4s;
}

#volunteer_page_activity .col-md-4:nth-child(5) {
    animation-delay: .5s;
}

#volunteer_page_activity .col-md-4:nth-child(6) {
    animation-delay: .6s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hover Animation Glow Effect */
#volunteer_page_activity .item::before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    top: -100%;
    left: -100%;
    background: radial-gradient(circle, rgba(0, 123, 255, 0.15), transparent 70%);
    opacity: 0;
    transition: 0.4s;
}

#volunteer_page_activity .item:hover::before {
    opacity: 1;
    transform: translate(50%, 50%);
}


/*  */

/* Make column act as flex container */
#volunteer_page_activity .col-md-4 {
    display: flex;
}

/* Make item fill full height */
#volunteer_page_activity .item {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border-radius: 16px;
    padding: 25px 20px;
    margin-bottom: auto;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease-in-out;
    position: relative;
    overflow: hidden;
}

/* Hover lift */
#volunteer_page_activity .item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* Title */
#volunteer_page_activity .item h4 {
    font-size: 22px;
    font-weight: 700;
    color: #00a396;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

/* Title underline animation */
#volunteer_page_activity .item h4::after {
    content: "";
    width: 0;
    height: 3px;
    background: #ea5d2b;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: width 0.35s ease;
}

#volunteer_page_activity .item:hover h4::after {
    width: 100%;
}

/* Short description - this becomes flexible */
#volunteer_page_activity .short-desc {
    flex-grow: 1;
    /* pushes bottom space */
}

#volunteer_page_activity .short-desc p {
    color: #000;
    font-size: 15px;
    line-height: 1.6;
}

#volunteer_page_activity .item h4
{
    line-height: 30px !important;
}

/* Fade animation */
#volunteer_page_activity .col-md-4 {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s forwards;
}

#volunteer_page_activity .col-md-4:nth-child(1) {
    animation-delay: .1s;
}

#volunteer_page_activity .col-md-4:nth-child(2) {
    animation-delay: .2s;
}

#volunteer_page_activity .col-md-4:nth-child(3) {
    animation-delay: .3s;
}

#volunteer_page_activity .col-md-4:nth-child(4) {
    animation-delay: .4s;
}

#volunteer_page_activity .col-md-4:nth-child(5) {
    animation-delay: .5s;
}

#volunteer_page_activity .col-md-4:nth-child(6) {
    animation-delay: .6s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Glow effect */
#volunteer_page_activity .item::before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    top: -100%;
    left: -100%;
    /* background: radial-gradient(circle, rgba(0, 123, 255, 0.15), transparent 70%); */
    opacity: 0;
    transition: 0.4s;
}

#volunteer_page_activity .item:hover::before {
    opacity: 1;
    transform: translate(50%, 50%);
}

#volunteer_page_activity .icon_box {
    top: -25px;
}

.new-sub-part#volunteer_page_activity {
    margin-top: 0;
}

/* Faq */

#faqSection .faq-title {
    font-size: 32px;
    font-weight: 800;
}

#faqSection .faq-subtitle {
    color: #666;
    font-size: 16px;
    margin-top: 10px;
}


.faq-wrapper {
    max-width: 1000px;
    margin: auto;
}

.faq-question h5 {
    font-weight: 600;
    margin: 0;
    color: #00a396;
}

.faq-item {
    background: #ffffff;
    border-radius: 15px;
    margin-bottom: 18px;
    padding: 18px 22px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}


.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-question h5 {
    /* font-weight: 700; */
    margin: 0;
    font-size: 20px;
    text-transform: none;
}


.faq-icon {
    font-size: 26px;
    font-weight: 600;
    transition: transform 0.3s ease;
    color: #00a396;
}


.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    padding-left: 2px;
}

.faq-answer p {
    margin-top: 15px;
    color: #062e39;
    text-transform: none;
}

.faq-item.active .faq-answer {
    max-height: 350px;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.title_date {
    text-transform: none;
}

.header-secondary .navbar__options .login_btn i {
    -webkit-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
}

/*  */
#loginLoader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    backdrop-filter: blur(3px);


}

.inner_loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 45px;
    color: #007bff;
}

/* gakllery */

.full-gallery {
    width: 100%;
    padding: 20px 0;
}

.fg-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.fg-item img {
    width: 100%;
    transition: transform 0.4s ease;
}

.fg-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.fg-item:hover img {
    transform: scale(1.05);
}

.fg-item:hover .fg-overlay {
    opacity: 1;
}

.full-gallery .swiper-button-next,
.full-gallery .swiper-button-prev {
    color: #fff;
}

.full-gallery .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.6;
}

.full-gallery .swiper-pagination-bullet-active {
    opacity: 1;
}

.fg-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e5e5e5;
    transition: transform .3s ease, box-shadow .3s ease;
}

.fg-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.fg-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: .4s ease;
}

.fg-item:hover img {
    transform: scale(1.05);
}

.fg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.65));
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 14px;
    color: #fff;
    font-size: 13px;
    letter-spacing: .5px;
    transition: .35s ease;
}

.fg-item:hover .fg-overlay {
    opacity: 1;
}

.fg-prev,
.fg-next {
    color: #fff;
    background: rgba(0, 0, 0, 0.45);
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.fg-prev:hover,
.fg-next:hover {
    background: rgba(0, 0, 0, 0.7);
}

.fancybox__counter span {
    color: #fff;
}

/* --------- */

/* donation cause */

.donation-card {
    box-shadow: 0 10px 30px rgba(8, 20, 30, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    transition: transform .22s ease, box-shadow .22s ease;
}

.donation-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(8, 20, 30, 0.12);
}


/* Header image area */
.donation-card .card-media {
    height: 140px;
    background: linear-gradient(90deg, rgba(0, 163, 150, 0.12), rgba(191, 76, 32, 0.12));
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.donation-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(255, 255, 255, 0.95);
    padding: .35rem .6rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: .85rem;
    box-shadow: 0 4px 12px rgba(8, 20, 30, 0.06);
}


.project-image {
    width: 96px;
    height: 96px;
    border-radius: 12px;
    object-fit: cover;
    border: 6px solid rgba(255, 255, 255, 0.85);
    box-shadow: 0 8px 18px rgba(8, 20, 30, 0.08);
}


/* Body styles */
.donation-card .card-body {
    padding: 1.25rem 1.35rem 1.35rem 1.35rem;
}

.donation-title {
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: .35rem;
}

.donation-desc {
    color: #56616b;
    font-size: .95rem;
    margin-bottom: .9rem;
}


/* Progress bar custom */
.progress {
    height: 12px;
    background: rgba(9, 30, 26, 0.06);
    border-radius: 999px;
    overflow: hidden;
}

.progress-bar {
    border-radius: 999px;
    transition: width 1s cubic-bezier(.22, .9, .12, 1);
    /*background-image: linear-gradient(90deg, #00A396, #BF4C20);*/
}


.amounts {
    display: flex;
    justify-content: space-between;
    margin-top: .6rem;
    font-weight: 600;
}

.meta-row {
    display: flex;
    gap: .8rem;
    margin-top: .8rem;
    align-items: center;
}

.meta-item {
    display: flex;
    gap: .45rem;
    align-items: center;
    color: #6b7780;
    font-size: .92rem;
}


.btn-donate {
    border-radius: 10px;
    padding: .55rem .9rem;
    font-weight: 700;
}


@media (max-width:520px) {
    .donation-card {
        margin: 1rem;
    }

    .card-media {
        height: 120px;
    }
}

.donation_page_data .progress-bar {
    height: 14px;
}

.copy-btn {
    height: 32px;
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.copy-btn i {
    font-size: 14px;
}

#CausedonationPageDetails {
    background: #eeefef;
}

#CausedonationPageDetails .card {
    border: none;
    border-radius: 14px;
    background: #fcfcfc;
    box-shadow:
        0 3px 10px rgba(0, 0, 0, 0.06),
        0 1px 4px rgba(0, 0, 0, 0.04);
    transition: all 0.25s ease-in-out;
}

.ug-slider-control.ug-zoompanel,
.ug-slider-control.ug-button-fullscreen,
.ug-slider-control.ug-button-play {
    padding: 5px 5px 5px 5px;
    background: rgb(30 30 30 / 88%);
}

.ug-arrow-left,
.ug-arrow-right {
    padding: 12px 5px 5px 5px;
    background: rgb(30 30 30 / 88%);
    height: 30px !important;
    width: 30px !important;
    text-align: center;
    border-radius: 20px;
}

.ug-arrow-left.ug-skin-default,
.ug-arrow-right.ug-skin-default {
    background-position: 7px 0px !important;
}


/* Hover effect */
#CausedonationPageDetails .card:hover {
    background: #ffffff;
    box-shadow:
        0 6px 20px rgba(0, 0, 0, 0.08),
        0 3px 10px rgba(0, 0, 0, 0.05);
    transform: translateY(-3px);
}

/* Success Story Card - Scoped */
#rightSideSingleActivity .story-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
}

#rightSideSingleActivity .story-image {
    display: block;
    position: relative;
}

#rightSideSingleActivity .story-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Overlay */
#rightSideSingleActivity .story-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.75) 0%,
            rgba(0, 0, 0, 0.45) 35%,
            rgba(0, 0, 0, 0.1) 65%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    color: #fff;
}

/* Title */
#rightSideSingleActivity .story-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
    color: #ffffff;
}

/* Footer */
#rightSideSingleActivity .story-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    opacity: 0.9;
}

#rightSideSingleActivity .story-cta {
    font-weight: 600;
    color: #00ffeb;
}

#rightSideSingleActivity .cause__slider-wrapper {
    margin-top: 0;
}

/* Hover effects */
#rightSideSingleActivity .story-card:hover img {
    transform: scale(1.08);
}

#rightSideSingleActivity .story-card:hover .story-cta {
    text-decoration: underline;
}

/* Introduction */

.contact-main.volunteer {
    padding: 80px 0;
    background: #ffffff;
}

.contact-main .imgSection {
    text-align: center;
    margin-bottom: 50px;
}

.contact-main .imgSection img {
    max-width: 120px;
    margin-bottom: 15px;
}

.contact-main .imgSection h2 {
    font-weight: 800;
    letter-spacing: 0.5px;
}


.contact__content p {
    font-size: 16px;
    line-height: 1.8;
    color: #000;
}

.inner_subtitle {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
}

.inner_subtitle::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #00A396;
    display: block;
    margin-top: 8px;
}


.lghf-left-Image img {
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}


.lghf-intro-mission-vision {
    padding: 90px 0;
    background: #f9fafb;
}

.imgAboutMV img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.missionVision .card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.08),
        0 3px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    border: none;
}

.missionVision .card:hover {
    transform: translateY(-6px);
    box-shadow:
        0 14px 32px rgba(0, 0, 0, 0.12),
        0 6px 14px rgba(0, 0, 0, 0.08);
}

.missionVision .icon img {
    width: 70px;
    margin-bottom: 10px;
}

.missionVision .card-title {
    font-weight: 800;
    letter-spacing: 1px;
    color: #00A396;
}


.missionVision p {
    font-size: 15px;
    line-height: 1.7;
    color: #000000;
}

@media (max-width: 991px) {
    .contact-main.volunteer {
        padding: 60px 0;
    }

    .lghf-intro-mission-vision {
        padding: 60px 0;
    }

    .imgAboutMV {
        margin-bottom: 30px;
    }
}

.graphDataLGHF#WhyWeBest {
    padding: 90px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}


.graphDataLGHF#WhyWeBest .wrapper {
    position: relative;
}

.graphDataLGHF#WhyWeBest .card {
    background: linear-gradient(180deg, #ffffff 0%, #f4f9f8 100%);
    border-radius: 20px;
    box-shadow:
        0 6px 18px rgba(0, 0, 0, 0.06),
        0 2px 6px rgba(0, 0, 0, 0.04);
    transition: all 0.35s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* Soft top accent */
.graphDataLGHF#WhyWeBest .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    /* background: linear-gradient(90deg, #00A396, #BF4C20); */
}

/* Hover effect */
.graphDataLGHF#WhyWeBest .card:hover {
    transform: translateY(-10px);
    box-shadow:
        0 14px 32px rgba(0, 0, 0, 0.10),
        0 6px 16px rgba(0, 0, 0, 0.06);
}

/* Icon wrapper */
.graphDataLGHF#WhyWeBest .icon {
    width: 88px;
    height: 88px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e6f6f4, #fff0e9);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 2px rgba(0, 163, 150, 0.15);
}

/* Icon image */
.graphDataLGHF#WhyWeBest .icon img {
    width: 40px;
}

/* Card title */
.graphDataLGHF#WhyWeBest .card-title {
    font-size: 19px;
    font-weight: 800;
    color: #222;
    margin-bottom: 12px;
}

/* Card text */
.graphDataLGHF#WhyWeBest .card p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

/* Subtle glow on hover */
.graphDataLGHF#WhyWeBest .card:hover .icon {
    box-shadow:
        0 0 0 6px rgba(0, 163, 150, 0.10);
}


.graphDataLGHF#WhyWeBest .icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffffff, #ff6a30);
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 8px 20px rgba(0, 163, 150, 0.35); */
}

.graphDataLGHF#WhyWeBest .icon img {
    width: 42px;
    filter: brightness(0) invert(1);
}


.graphDataLGHF#WhyWeBest .card-title {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 12px;
    color: #222;
}


.graphDataLGHF#WhyWeBest .card p {
    font-size: 15px;
    line-height: 1.7;
    color: #000;
}


.graphDataLGHF#WhyWeBest .row.mt-5 {
    background: #ffffff;
    padding: 35px 40px;
    border-radius: 20px;
    box-shadow:
        0 10px 26px rgba(0, 0, 0, 0.06);
}


.graphDataLGHF#WhyWeBest .row.mt-5 p:first-child {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    position: relative;
    padding-left: 30px;
}


.graphDataLGHF#WhyWeBest .row.mt-5 p:first-child::before {
    content: "“";
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 50px;
    color: #00A396;
    font-weight: 800;
}

.graphDataLGHF#WhyWeBest .row.mt-5 p:last-child {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

@media (max-width: 991px) {
    .graphDataLGHF#WhyWeBest {
        padding: 60px 0;
    }

    .graphDataLGHF#WhyWeBest .row.mt-5 {
        padding: 25px;
    }
}


#whyDonateSection.contact-main.volunteer {
    padding: 90px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

#whyDonateSection .title-animation {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 25px;
    position: relative;
}

#whyDonateSection .title-animation::after {
    content: "";
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #00A396, #BF4C20);
    display: block;
    margin-top: 10px;
    border-radius: 2px;
}


#whyDonateSection p {
    font-size: 16px;
    line-height: 1.85;
    color: #000;
    margin-bottom: 14px;
}


#whyDonateSection p b {
    color: #000;
}

/* Right-side image */
#whyDonateSection .lghf-left-Image img {
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}


.office-address-section {
    background: #F2FBF9;
}

.office-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 14px;
    text-align: center;
    position: relative;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
    height: 100%;
}

.office-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
}

.office-icon {
    width: 60px;
    height: 60px;
    background: #E3F7F4;
    color: #00A396;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 20px;
    font-size: 26px;
}

.head-office .office-icon {
    background: #FBEDE8;
    color: #BF4C20;
}

.office-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.office-card p {
    font-size: 15px;
    color: #555;
    margin-bottom: 10px;
}

.office-contact {
    font-size: 14px;
    color: #333;
}

.office-contact i {
    color: #00A396;
    margin-right: 6px;
}

.office-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #BF4C20;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
}

.office-badge.branch {
    background: #00A396;
}

/* annual report */

/* Section Background */
.annual-report-section {
    background: #F2FBF9;
}

/* Card */
.annual-report-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
}

/* Hover Effect */
.annual-report-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
}

/* Badge */
.report-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #00a396de;
    color: #ffffff;
    padding: 0px 15px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 20px;
    z-index: 2;
}

/* Thumbnail */
.report-thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Content */
.report-content {
    padding: 20px;
    background: #ffffff;
}

/* Link */
.report-link {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    color: #BF4C20;
    text-decoration: none;
    transition: color 0.3s ease;
}

.report-link i {
    color: #BF4C20;
}

.report-link:hover {
    color: #00A396;
    
}


/* ------------------ */

@media screen and (min-width: 320px) and (max-width: 480px) {
#workAreaSection.why-chooseus .item {
height: 400px !important;
}

#workAreaSection.sec-padd-top {
padding-top: 20px;
}
}

#workAreaSection.why-chooseus .item {
margin-bottom: 30px;
transition: 0.5s ease;
padding: 15px 5px 30px 5px;
border: 1px solid #effffe;
background: #effffe;
}

#workAreaSection .inner-box {
text-align: left;
left: 25px;
}

#workAreaSection .workAreaIcons {
width: 75px;
height: 75px;
border: 4px solid #fff;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23);
border-radius: 55px;
}

#workAreaSection.why-chooseus .item:hover h4 {
color: #00a295;
transition: 0.5s ease;
}

#workAreaSection.why-chooseus .item:hover {
border-color: #ffffff;
transition: 0.5s ease;
padding: 15px 5px 30px 5px;
border: 1px solid #efdeff;
box-shadow: 0 4px 6px rgb(22 22 26 / 18%);
background-color: #ffe4dc;
-webkit-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
transition-delay: 0.2s;
}

#workAreaSection.why-chooseus .item {
height: 320px;
}

.singlLeftPipe {
}

#workAreaSection.why-chooseus .item p {
text-align: left;
padding-left: 20px;
}

.singlLeftPipe {
border-left: 3px solid #00a295;
background: #effffe;
padding: 12px 5px 12px 12px;
}

.singlLeftPipe:hover {
border-left: 3px solid #ff5722;
background: #ffefea;
padding: 12px 5px 12px 12px;
}

.youthEmp {
background: #effffe;
}



.Lghfmission:hover
{
      border-color: #ffffff;
    transition: 0.5s ease;
    /*padding: 15px 5px 30px 5px;*/
    /*border: 1px solid #efdeff;*/
    box-shadow: 0 4px 6px rgb(22 22 26 / 18%);
    background-color: #ffe4dc;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;  
}

.Lghfvission:hover
{
        border-color: #ffffff;
    transition: 0.5s ease;
    /*padding: 15px 5px 30px 5px;*/
    /*border: 1px solid #efdeff;*/
    box-shadow: 0 4px 6px rgb(22 22 26 / 18%);
    background-color: #ffe4dc;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}




.ul_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ul_list li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 14px;
}

.ul_list li p {
    margin: 0;
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}

/* Font Awesome icon */
.ul_list li::before {
    content: "\f058";
    /* fa-circle-check */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 4px;
    color: #198754;
    /* Bootstrap success */
    font-size: 18px;
}

/* Hover effect */
.ul_list li:hover::before {
    transform: scale(1.15);
}

.ul_list li::before {
    transition: transform 0.3s ease, color 0.3s ease;
}

.ul_list li:hover p {
    /*color: #0d6efd;*/
}





/* Hover card lift */
.hover-card {
    transition: all 0.35s ease;
}

.hover-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

/* Fade-up animation */
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.8s ease forwards;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.delay-1 {
    animation-delay: 0.2s;
}

.delay-2 {
    animation-delay: 0.4s;
}

.delay-3 {
    animation-delay: 0.6s;
}

/* Plan box */
.plan-box {
    background: #f8f9fa;
    transition: all 0.3s ease;
}

.plan-box:hover {
    transform: translateY(-6px);
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.plan-box.featured {
    background: linear-gradient(135deg, #e7f1ff, #ffffff);
    border: 2px solid #0d6efd;
}

/* CTA pulse */
.btn-cta {
    animation: pulse1 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.5);
    }

    70% {
        box-shadow: 0 0 0 14px rgba(13, 110, 253, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
    }
}





/*.founder-bg-section {*/
/*    position: relative;*/
/*    min-height: 100vh;*/
/*    background: linear-gradient(*/
/*        rgba(0, 0, 0, 0.65),*/
/*        rgba(0, 0, 0, 0.65)*/
/*    ),*/
/*    url('/uploads/founder/1767427882_Ashish Sir .png') center/cover no-repeat;*/
/*}*/

/* Optional dark overlay */
.founder-bg-section .overlay {
    position: absolute;
    inset: 0;
    /*background: rgba(0, 0, 0, 0.5);*/
}

/* Founder image */
.founder-img-box {
    text-align: center;
    position: relative;
}

.founder-img-box img {
    width: auto;
}

/* Founder name badge */
.founder-name {
    margin-top: 15px;
    color: #fff;
}

.founder-name h5 {
    margin-bottom: 5px;
    font-weight: 700;
}

.founder-name span {
    font-size: 14px;
    opacity: 0.85;
}

/* Message card */
.founder-message-card {
    /*background: #ffffff;*/
    /*padding: 35px;*/
    /*border-radius: 20px;*/
    /*box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);*/
}

.founder-message-card h3 {
    font-weight: 700;
    color: #0d6efd;
    margin-bottom: 20px;
}

.foundderMsg p {
    font-size: 19px;
    line-height: 1.7;
    color: #000;
    margin-bottom: 14px;
}

/* Mobile tweaks */
@media (max-width: 991px) {
    .founder-bg-section {
        min-height: auto;
        padding: 60px 0;
    }

    .founder-message-card {
        padding: 25px;
    }
}




/* donation */

/* Main bar */
.donate-bar {
    background: #1f3b44;
    border-radius: 10px;
    padding: 14px 16px;
    gap: 15px;
}

/* Left section */
.donate-info {
    flex: 1;
    gap: 20px;
}

/* Text */
.donate-text h6 {
    color: #ffffff;
    font-weight: 700;
}

.donate-text p {
    color: #d6e2e6;
    font-size: 14px;
    max-width: 420px;
}

/* Amount buttons */
.donate-amounts {
    gap: 10px;
}

.amount-btn {
    background: #ffffff;
    border: none;
    padding: 10px 18px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 15px;
    color: #000;
    transition: all 0.3s ease;
}

.amount-btn:hover {
    background: #f2f2f2;
    transform: translateY(-2px);
}

/* Donate now button */
.donate-now-btn {
    background: #f36b2b;
    color: #fff;
    padding: 14px 22px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.donate-now-btn i {
    font-size: 18px;
}

.donate-now-btn:hover {
    background: #e85f20;
    box-shadow: 0 10px 25px rgba(243, 107, 43, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
    .donate-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .donate-action {
        width: 100%;
    }

    .donate-now-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Payment Done */

.donation-success-section {
    min-height: 50vh;
    background: linear-gradient(135deg, #f4f9ff, #ffffff);
}

.success-card {
    background: #ffffff;
    padding: 45px 35px;
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.success-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    background: #e9f7ef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pop 0.6s ease;
}

.success-icon i {
    font-size: 48px;
    color: #198754;
}

@keyframes pop {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.success-card h2 {
    font-weight: 700;
    color: #198754;
}

.success-card p {
    font-size: 15.5px;
    color: #555;
    line-height: 1.7;
}

/* Transaction box */
.transaction-box {
    background: #f8f9fa;
    padding: 18px;
    border-radius: 12px;
}

.transaction-box p {
    margin-bottom: 6px;
    font-size: 14.5px;
}

/* Buttons */


/* Mobile */
@media (max-width: 575px) {
    .success-card {
        padding: 30px 20px;
    }

    .success-actions .btn {
        width: 100%;
        margin-bottom: 10px;
    }
}


/* Home page donation */

/* Premium Bar */
.premium-bar {
    background: linear-gradient(135deg, #1f3b44, #244d58);
    border-radius: 16px;
    padding: 20px 22px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
}

/* Soft light animation */
.premium-bar::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.08),
            transparent);
    animation: shimmer 4s infinite linear;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

/* Text */
.donate-text {
    max-width: 420px;
}

.donate-text h6 {
    color: #ffffff;
    font-weight: 700;
}

.donate-text p {
    color: #dcecef;
    font-size: 15px;
    font-weight: 500;
}

/* Badge */
.donate-badge {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
}

/* Amount buttons */
.amount-btn {
    background: #ffffff;
    border: none;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 15px;
    color: #000;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.amount-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(13, 110, 253, 0.1);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.amount-btn:hover::after {
    opacity: 1;
}

.amount-btn:hover {
    transform: translateY(-3px);
}

.amount-btn.active {
    background: linear-gradient(135deg, #0d6efd, #084298);
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(13, 110, 253, 0.4);
}

/* Custom input */
.custom-input-wrapper {
    position: relative;
}

.custom-input-wrapper .rupee {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    color: #666;
}

.custom-amount {
    width: 120px;
    padding: 12px 14px 12px 26px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-weight: 600;
    transition: all 0.3s ease;
}

.custom-amount:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.2);
}

/* Donate Button */
.donate-now-btn {
    background: linear-gradient(135deg, #ff7a18, #f36b2b);
    color: #ffffff;
    padding: 16px 26px;
    border-radius: 14px;
    font-weight: 800;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.35s ease;
}

.donate-now-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 35px rgba(243, 107, 43, 0.5);
}

/* Pulse animation */
.pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(243, 107, 43, 0.6);
    }

    70% {
        box-shadow: 0 0 0 18px rgba(243, 107, 43, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(243, 107, 43, 0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .donate-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .donate-action {
        width: 100%;
    }

    .donate-now-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Home page donation */

.amount-btn.disabled {
    cursor: not-allowed;
}

.custom-amount.disabled {
    background: #f3f3f3;
}

.common-banner .sprade
{
    display: none !important;
}



/* Glass effect base */
.glass-bar {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.25);
       box-shadow: 0 1px 14px rgba(0, 0, 0, 0.30), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

/* Enhance shimmer for glass */
.glass-bar::before {
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.18),
        transparent
    );
}

/* Text contrast for glass */
.glass-bar .donate-text h6,
.glass-bar .donate-text p,
.glass-bar .donate-badge {
    color: #062e39;
}

/* Amount buttons glass feel */
.glass-bar .amount-btn {
   background: rgb(6 46 57 / 11%);
    backdrop-filter: blur(6px);
}

/* Active amount */
.glass-bar .amount-btn.active {
    background: linear-gradient(135deg, #0d6efd, #084298);
    color: #fff;
}

/* Custom input glass */
.glass-bar .custom-amount {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(6px);
}

/* Donate button enhanced glow */
.glass-bar .donate-now-btn {
    background: linear-gradient(135deg, #ff8c42, #f36b2b);
    box-shadow:
        0 15px 35px rgba(243, 107, 43, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.footer-two .sprade-light
{
    display: none;
}


.DonateForm
{
    background: #f2f2f2;
    border-radius: 20px;
    box-shadow: 0 4px 12px 0 #696868;
    padding: 20px 10px 10px 10px;
}