/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Body Setup */
body {
    font-family: 'Nunito Sans', sans-serif;
    line-height: 1.6;
    background-color: #fff;
    color: #333;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
}

.wrapper {
    display: flex;
    flex-direction: column;
}

.contact-info a {
    text-decoration: none;
    color: inherit;
}

    .contact-info a:hover {
        color: #000000;
    }

section {
    padding: 60px 0;
}

/* Make navbar fixed */
header .navbar {
    position: fixed;
    font-size: 17px;
    font-family: 'Raleway', sans-serif;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030; /* above content */
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    background: #fff; /* initial transparent */
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}

    /* Scrolled state */
    header .navbar.scrolled {
        background-color: #ffffff;
    }

/* Remove Bootstrap's default background icon */
.navbar-toggler-icon {
    display: none;
}

.custom-toggler {
    border: none;
    background: transparent;
    outline: none;
    padding: 0.5rem;
}

.toggler-icon {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px 0;
    background-color: #ff6b21; /* change to black if navbar is light */
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Animate into X when toggled */
.custom-toggler.collapsed .toggler-icon:nth-child(1) {
    transform: rotate(0) translate(0, 0);
}

.custom-toggler.collapsed .toggler-icon:nth-child(2) {
    opacity: 1;
}

.custom-toggler.collapsed .toggler-icon:nth-child(3) {
    transform: rotate(0) translate(0, 0);
}

.custom-toggler:not(.collapsed) .toggler-icon:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.custom-toggler:not(.collapsed) .toggler-icon:nth-child(2) {
    opacity: 0;
}

.custom-toggler:not(.collapsed) .toggler-icon:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}


#donate {
    background-color: #ff6b21;
    font-family: 16px;
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
}

    #donate:hover {
        background-color: #fd5f10;
    }

.navbar-brand img {
    height: 80px;
}

.navbar-brand {
    padding: 0 !important;
}

.navbar-nav .nav-link {
    color: #000000 !important;
    font-weight: 500;
    transition: 0.3s;
}

    .navbar-nav .nav-link:hover {
        color: #ff6b21 !important; /* Black on hover */
    }

    .navbar-nav .nav-link.active {
        font-weight: 700;
        color: #ff6b21 !important;
    }

.navbar-toggler {
    border: none;
}

    .navbar-toggler:focus {
        box-shadow: none;
    }

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.contact-info {
    font-size: 17px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    margin-right: 15px;
}

    .contact-info a:hover {
        color: #ff6b21;
    }


.navbar-nav {
    gap: 10px; /* spacing between menu items */
}

#donate {
    background-color: #ff6b21;
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
}


nav .btn {
    background-color: #fff;
    color: #ff6a21;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    border-radius: 10px;
    font-weight: 600;
}

    nav .btn:hover {
        background-color: #fff;
        color: #ff6a21;
    }

/*  */

.children-photo-section {
    position: relative;
    width: 100%;
    height: 60vh;
    background: url("../img/ngo-children.png") no-repeat left center/contain #fa8000;
}

main {
    padding-top: 96px;
}

@media (max-width: 768px) {

    main {
        padding-top: 66px;
    }

    .children-photo-section {
        background: url("../img/center-flower.png") no-repeat center center/cover #fa8000;
    }
}






.children-photo-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1); /* dark overlay for readability */
    display: flex;
    align-items: center;
    justify-content: center;
}

.children-photo-section h2 {
    font-size: 2.5rem;
    line-height: 70px;
}

.children-photo-section p {
    font-size: 1.25rem;
}

.about-sutra {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 12px;
}

.about-img {
    border-radius: 12px;
}

.about-text-box {
    background-color: #ff6b210e;
    border-radius: 12px;
    padding: 25px;
    color: black;
}

    .about-text-box p,
    .mission-text p,
    .logo-text p,
    .team-intro p {
        font-size: 17px;
        font-family: 'Nunito Sans', sans-serif;
    }

.navbar-toggler-icon {
    background-image: none; /* remove default icon */
    width: 1.5em;
    height: 1.5em;
    position: relative;
}

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after,
    .navbar-toggler-icon span {
        content: "";
        display: block;
        height: 3px;
        width: 100%;
        background-color: orange; /* <-- your color */
        margin: 5px 0;
    }

.children-photo-section h2,
.children-photo-section p {
    opacity: 0;
    transform: translateY(40px);
    animation: slideUp 1s ease-out forwards;
}

.children-photo-section p {
    animation-delay: 0.3s;
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (min-width:1400px) {

    .children-photo-section p {
        font-size: 1.5rem;
    }
}



@media (max-width: 786px) {
    .about-text-box p,
    .mission-text p,
    .logo-text p,
    .team-intro p {
        font-size: 14px;
    }

    .children-photo-section h2 {
        font-size: 30px;
        line-height: 3rem;
    }


    .navbar-brand img {
        height: 50px;
    }

    .about-text-box {
        padding: 20px;
    }

        .about-text-box h2 {
            text-align: center;
        }
}

.about-section img {
    border-radius: 12px;
    height: 100%;
}

.about-highlight {
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 700;
    border-left: 4px solid #ff6b21;
    padding-left: 10px;
    margin-top: 15px;
}

    .about-highlight span {
        color: #ff6b21;
    }

.about-img img {
    object-fit: contain;
    display: block;
}

.mission-img img {
    object-fit: cover;
    display: block;
}

.mission-cta {
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.mission-section li i {
    color: #2190ff7f;
}

.mission-text {
    padding: 0 20px;
}

.text-orange {
    color: #ff6b21;
}

.logo-box {
    background: #fff;
    padding: 15px;
    margin-bottom: -20px;
}

.paratitle span b {
    color: #ff6b21;
    font-weight: 800;
}

.paratitle span {
    background: #fff7f3;
    border-radius: 10px;
    padding: 0 10px;
    display: inline-block;
    margin: 3px;
    border: 1px solid #ffe6d8;
}

.paratitle.nobg span {
    background: transparent;
    border-radius: 0;
    padding: 0 0;
    display: inline-block;
    margin: 0px;
    border: none;
}



.logo-story {
    background-color: #ff6b210e;
}

.logo-box:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.mission-cta {
    background: linear-gradient(135deg, #ff6b21, #ff8847);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-size: 1.05rem;
    line-height: 1.6;
}



@media (max-width: 786px) {

    .logo-text {
        padding: 0px 20px;
    }
}

.team-section {
    background: #fff;
    padding: 60px 20px;
}

.team-intro {
    max-width: 900px;
    margin: 0 auto 50px auto;
    text-align: center;
}

.team-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    height: 100%;
    /* position: relative;
  overflow: hidden; */
}

    .team-card h5 {
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 2px;
    }

    .team-card .preview {
        min-height: 200px; /* controls approx 8â€“9 lines */
        /* overflow: hidden;
  position: relative; */
    }
/* .team-card .preview:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(transparent, #f8f9fa);
} */
.read-more-btn {
    margin-top: 15px;
    background: #ff6600;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 14px;
    transition: 0.3s;
}

    .read-more-btn:hover {
        background: #e65c00;
    }

    .read-more-btn a {
        text-decoration: none;
        color: inherit;
    }


.team-card img {
    height: auto;
    width: 100%;
    object-fit: contain;
}

.social-icon {
    font-size: 20px;
    color: #ccc;
    transition: 0.3s;
}


    .social-icon:hover {
        color: #ff6600;
    }

.swiper-slide {
    display: flex;
    justify-content: center;
}

.card:hover {
    transform: translateY(-8px);
}


.cause-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(254, 148, 86, 0.3) 0px 3px 7px -3px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

    .cause-card:hover {
        transform: translateY(-5px);
    }

    .cause-card img {
        width: 100%;
        border-radius: 12px;
        height: 220px;
        object-fit: cover;
    }

.cause-content {
    padding: 15px; /* âœ… your required padding */
}

    .cause-content h5 {
        font-weight: 600;
        text-align: center;
        margin-top: 10px;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .cause-content p {
        text-align: center;
        font-size: 16px;
        line-height: 18px;
        color: #555;
        margin-bottom: 10px;
    }

.read-more-btn {
    display: inline-block;
    background: #ff6600;
    color: #fff !important;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}

    .read-more-btn:hover {
        background: #e65c00;
        text-decoration: none;
        color: #fff;
    }

.swiper-wrapper {
    padding: 30px 0;
}

.causes-section {
    background-color: #fff7f3;
}

.section-head {
    display: inline-block; /* shrink to text width */
    position: relative;
    padding-bottom: 8px; /* space between text & line */
}

    .section-head::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 100%; /* matches text width now */
        background-color: #ff6b21;
    }







.ngo-footer {
    background: #111; /* dark background */
}

    .ngo-footer p,
    .ngo-footer a {
        color: #ccc;
        font-size: 17px;
        text-decoration: none;
    }

    .ngo-footer p {
        font-size: 17px;
    }

    .ngo-footer a:hover {
        color: #ff6600; /* orange hover */
    }

    .ngo-footer h6 {
        color: #fff;
        font-size: 17px;
    }

section.children-photo-section h2 span {
    color: #ff6b21;
    color: #ff6b21;
    background: #ff6b21;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: 0px 3px 3px rgb(221 104 37 / 50%);
    border-radius: 50px;
    background: #fff;
    padding: 1px 10px 5px 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.cause-content {
    display: flex;
    width: 100% !important;
    position: relative;
    flex-wrap: wrap;
}

    .cause-content .text-center {
        text-align: left !important;
        width: 100%;
        margin-left: auto;
        background: #fc7545;
        margin-top: 0;
        border-radius: 35px 35px;
        padding: 15px;
        min-height: calc(100% - 230px - 75px);
    }

.cause-content {
    height: 100%;
    padding: 0;
    background: transparent;
    box-shadow: none;
    position: relative;
}



    .cause-content .text-center h5 {
        font-size: 18px;
    }

    .cause-content > img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        margin: 0 !important;
        border-radius: 10px 10px 35px 35px;
    }

    .cause-content .text-center p {
        font-size: 15px;
        line-height: 24px;
    }

    .cause-content::before {
        content: "";
        height: 24px;
        background: transparent;
        position: absolute;
        left: auto;
        bottom: 0;
        top: 238px;
        right: 10%;
        width: 73%;
        border-right: 3px solid #fff;
        border-left: 3px solid #fff;
    }

.cause-card {
    background: transparent;
    box-shadow: none;
}

.cause-content .text-center * {
    color: #fff;
    text-align: left;
}

.causecta {
    background: #dde8ff;
    border-radius: 35px 35px 15px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
}

    .causecta a {
        white-space: nowrap;
        line-height: normal;
        font-family: 'Raleway', sans-serif;
        margin: 0;
    }

    .causecta p {
        font-family: 'Raleway', sans-serif;
        margin: 0;
        font-size: 14px;
        text-align: left;
        color: #3a61ae;
    }

.team-card .preview p {
    font-size: 15px;
}

.team_img {
    position: relative;
}

.team-card .read-more-btn {
    position: absolute;
    right: 0;
    text-align: center;
    margin: 0 auto;
    right: 10px;
    bottom: -5px;
}
