@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abyssinica+SIL:ital,wght@0,400;1,400&display=swap');

body {
    padding-top: 100px;
    color: #3F3F3F;
}

.go-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    background-color: #E2841D;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}

.go-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.go-to-top:hover {
    transform: translateY(-5px);
    background-color: #c67218;
}

@media screen and (max-width: 1440px) and (max-height: 900px) {
    .hero {
        height: 65vh !important;
    }
    .hero-content {
        height: 65vh !important;
    }
    .hero-about {
        height: 65vh !important;
    }
    .hero-projects {
        height: 65vh !important;
    }
    .hero-donate {
        height: 65vh !important;
    }
}
@media (max-width: 700px) {
    .mobile-pad {
    padding-left: 20px;
    padding-right: 20px;
    }
    .image-container {
       margin: 0 auto; 
    }
    .mobile-font {
        font-size: 12px;
    }
    .mega-e {
        font-size: 9rem !important;
    }
    .hero-words {
        padding-left: 11px !important;
    }
    .m-small {
        font-size: 1.7rem !important;
    }
    /* .fixed-height-temp {
        height: 200px !important;
    } */
    .font-m-20 {
        font-size: 20px !important;
    }
    .hero {
        background-image: url(assets/hero-1.png);
        background-size: cover;
        background-position: center;
        height: 50vh !important;
        position: relative;
    }
    .hero-about {
        background-image: url(assets/About-us.png);
        background-size: cover;
        background-position: center;
        height: 50vh !important;
        position: relative;
    }
    .hero-projects {
        background-size: cover;
        background-position: center;
        height: 50vh !important;
        position: relative;
    }
    .hero-content {
        position: relative;
        z-index: 1;
        height: 52vh !important;
        display: flex;
        align-items: center;
    }
}

/* @media (max-width: 500px) { 
    .fixed-height-temp {
        height: 235px !important;
    }
} */



@media (max-width: 400px) { 
    body, html {
        overflow-x: hidden;
        width: 100%;
        position: relative;
    }
    /* .info-card {
        height: 460px !important;
    } */
    /* .fixed-height-temp {
        height: 295px !important;
    } */
    .hero {
        background-image: url(assets/hero-1.png);
        background-size: cover;
        background-position: center;
        height: 50vh !important;
        position: relative;
    }
    .hero-about {
        background-image: url(assets/About-us.png);
        background-size: cover;
        background-position: center;
        height: 50vh !important;
        position: relative;
    }
    .hero-content {
        position: relative;
        z-index: 1;
        height: 52vh !important;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 800px) { 
    .info-card {
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 
        0 1px 3px rgba(0, 0, 0, 0.08);
        border-radius: 0 15px 0 15px;
        padding: 20px;
        position: relative;
        min-height: auto !important;
        height: auto;
    }

}

@media only screen and (max-width: 322px) and (max-height: 570px) {
    /* .info-card {
        height: 560px !important;
    } */
    .image-container {
        width: 300px !important;
        height: 300px !important;
        border-radius: 50%;
        border: 2px solid #ba80ed;
        overflow: hidden;
    }
    /* .fixed-height-temp {
        height: 350px !important;
    } */
}


.v-space-mobile {
    height: 50px;
}
.font-rob {
    font-family: 'Roboto', sans-serif;
}
.font-aby {
    font-family: 'Abyssinica SIL', sans-serif;
}
.font-100 {
    font-weight: 100;
}
.font-200 {
    font-weight: 200;
}
.font-300 {
    font-weight: 300;
}
.font-400 {
    font-weight: 400;
}
.font-500 {
    font-weight: 500;
}
.font-600 {
    font-weight: 600;
}
.font-700 {
    font-weight: 700;
}
.font-800 {
    font-weight: 800;
}
.font-900 {
    font-weight: 900;
}
.size-9 {
    font-size: 9px;
}
.size-10 {
    font-size: 10px;
}
.size-11 {
    font-size: 11px;
}
.size-12 {
    font-size: 12px;
}
.size-13 {
    font-size: 13px;
}
.size-14 {
    font-size: 14px;
}
.size-15 {
    font-size: 15px;
}
.size-16 {
    font-size: 16px;
}
.size-17 {
    font-size: 17px;
}
.size-18 {
    font-size: 18px;
}
.size-19 {
    font-size: 19px;
}
.size-20 {
    font-size: 20px;
}
.size-21 {
    font-size: 21px;
}
.size-22 {
    font-size: 22px;
}
.size-23 {
    font-size: 23px;
}
.size-24 {
    font-size: 24px;
}
.size-25 {
    font-size: 25px;
}
.size-26 {
    font-size: 26px;
}
.size-27 {
    font-size: 27px;
}
.size-28 {
    font-size: 28px;
}
.size-29 {
    font-size: 29px;
}
.size-30 {
    font-size: 30px;
}
.orange-font {
   color: #E2841D;; 
}
.redirect-arrow {
    cursor: pointer;
}
.redirect-arrow:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.navbar {
    background-color: #ffffff;
}
.navbar-scrolled {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}

@media (max-width: 991px) {
    .navbar-collapse {
        background: linear-gradient(to bottom, #FFFFFF 38%, #F5ECDB 100%) !important;
        position: absolute;
        top: 100%;
        right: 20px;
        padding: 1rem;
        background: #f8f9fa;
        border-radius: 10px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        width: 240px;
    }
}


.navbar-collapse.collapsing {
    height: auto;
    overflow: hidden;
    transition: height 0.3s ease;
}




.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.navbar-toggler {
    border: 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='%23E2841D' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-nav .nav-item .nav-link {
    transition: all 0.3s;
}
.nav-logo {
    width: 70px;
}


.custom-dropdown {
    background: linear-gradient(to bottom, 
        #FFFFFF 38%, 
        #F5ECDB 100%
    );
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    padding: 0.5rem 0;
}

.custom-dropdown .dropdown-item {
    padding: 0.5rem 1.5rem;
    transition: all 0.3s ease;
}

.custom-dropdown .dropdown-item:hover {
    background-color: #E2841D ;
    color: #fff;
}
.dropdown-toggle::after {
    display: none;
}

.btn-dontate {
    color: #fff;
    background-color: #E2841D;
    border: none;
    padding: .8rem 1rem .8rem 1rem;
    border-radius: 0;
}

.btn-dontate:hover {
    color: #fff;
    background-color: #f07d03;
    border: none;
    padding: .8rem 1rem .8rem 1rem;
}

.btn-dontate:active {
    color: #fff !important;
    transform: scale(0.96) translateY(2px);
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
    background-color: #d67503 !important;
}

.hero {
    background-image: url('assets/hero-1.png');
    background-size: cover;
    background-position: center;
    height: 80vh;
    position: relative;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    height: 80vh;
    display: flex;
    align-items: center;
}

.mega-e {
    color: #000000;
    font-size: 20rem;
    line-height: 1;
}

.hero-words {
    padding-left: 50px;
}

.hero-words h2 {
    color: #272727;
    font-size: 3.4rem;
    margin-bottom: .4rem;
}

.hero-about {
    background-image: url('assets/About-us.png');
    background-size: cover;
    background-position: center;
    height: 80vh;
    position: relative;
}

.hero-about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero-donate {
    background-image: url('assets/hero-donate.png');
    background-size: cover;
    background-position: center;
    height: 80vh;
    position: relative;
}

.hero-donate::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-projects {
    background-size: cover;
    background-position: center;
    height: 80vh;
    position: relative;
}

.hero-projects::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.mission-container {
    margin-top: -50px;
    border-radius: 15px;
    background: linear-gradient(to bottom, 
        #FFFFFF 28%, 
        #FFFFFF 38%, 
        #F5ECDB 100%
    );

    position: relative;
    z-index: 2;
}

.mission-container p {
    font-size: 16px;
    line-height: 1.6;
}


.no-deco {
    text-decoration: none;
}

.info-card {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 
    0 1px 3px rgba(0, 0, 0, 0.08);
    border-radius: 0 15px 0 15px;
    padding: 20px;
    position: relative;
    height: auto;
}
@media screen and (min-width: 992px) {
    .info-card {
        min-height: 420px;
    }
}

.custom-badge {
    background-color: #E2841D;
    color: white;
    padding: 8px 20px;
    border-radius: 0 15px 0 15px;
    margin-bottom: 15px;
}

.info-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.info-card p {
    line-height: 2.2;
    font-size: 16px;
    text-align: start;
}
.line-22 {
    line-height: 2.2;
}


.stats-row {
    text-align: center;
    padding: 40px 0;
}

.stats-col {
    position: relative;
}

.stats-col:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    border-right: 2px dotted #E2841D;
}

.stats-number {
    font-size: 3rem;
    color: #E2841D;
    margin-bottom: 10px;
}

.stats-text {
    font-size: 16px;
}

.head-color {
    color: #272727;
}

@media (max-width: 991px) {
    .stats-col::after {
        display: none;
    }
    .stats-col {
        margin-bottom: 30px;
    }
}

.policy-container {
    border-radius: 14px;
    background: linear-gradient(to bottom, 
    #FAFAFA 38%, 
    #F5ECDB 100%
);
}


.showcase-container {
    border-radius: 20px;
    padding: 20px 0 2px 0;
    margin: 40px 0;
}

.navigation-buttons {
    display: flex;
}

.fixed-height-temp {
    display: flex;
    flex-direction: column;
    min-height: 140px;
    height: auto;
}

.nav-btn {
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.nav-btn.prev {
    transform: rotate(180deg);
}
.nav-btn.disabled {
    cursor: not-allowed;
}

.nav-btn:not(.disabled):hover {
    transform: scale(1.1);
}

.nav-btn:not(.disabled):active {
    transform: scale(0.95);
}

.nav-btn.prev:not(.disabled):hover {
    transform: rotate(180deg) scale(1.1);
}

.nav-btn.prev:not(.disabled):active {
    transform: rotate(180deg) scale(0.95);
}

.nav-btn.disabled img {
    filter: grayscale(100%);
}



#showcaseImage {
    transition: opacity 0.3s ease;
}

.image-container {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    border: 2px solid #E2841D;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}


.info-gradient-bg {
    background: linear-gradient(to bottom,
        #FAFAFA 38%,
        #F5ECDB 100%
    );
}
.testimonial-slide {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.testimonial-slide.active {
    display: block;
    opacity: 1;
}



.footer {
    margin-bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}
.footer-logo {
    max-width: 150px;
    height: auto;
    margin-bottom: 20px;
}

.social-icons a {
    color: #E2841D;
    font-size: 20px;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    transform: scale(1.1);
    color: #333;
}

.footer ul li a {
    color: #3F3F3F;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer ul li a:hover {
    color: #E2841D;
    text-decoration: none;
}





/* image carousel style starts here */
.carousel-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.carousel-slide {
    flex: 0 0 calc(100% / 3);
    padding: 0 10px;
    transition: opacity 0.3s ease;
}

.carousel-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.carousel-indicators {
    position: relative;
    display: flex;
    gap: 8px;
    justify-content: center;
    margin: 0 15px;
}

.carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
    border: none;
    padding: 0;
}

.carousel-indicators button.active {
    background: #E2841D;
}
.carousel-prev,
.carousel-next {
    border: none;
    background: none;
    transition: all 0.3s ease;
}

.carousel-prev:not(.disabled):hover,
.carousel-next:not(.disabled):hover {
    transform: scale(1.1);
}

.carousel-prev:not(.disabled):active,
.carousel-next:not(.disabled):active {
    transform: scale(0.95);
}

.carousel-prev {
    transform: rotate(180deg);
}

.carousel-prev:not(.disabled):hover {
    transform: rotate(180deg) scale(1.1);
}

.carousel-prev:not(.disabled):active {
    transform: rotate(180deg) scale(0.95);
}

.carousel-prev:disabled img,
.carousel-next:disabled img {
    filter: grayscale(100%);
} 


@media (max-width: 768px) {
    .carousel-slide {
        flex: 0 0 100%;
        padding: 0 5px;
    }
    
    .carousel-track {
        transform: translateX(calc(-100% * var(--current-slide, 0)));
    }
}

/* image carousel style ends here */




.video-slide {
    flex: 0 0 100%;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-slide video {
    width: 100%;
    max-width: 800px;
    height: auto;
    max-height: 450px;
    border-radius: 8px;
    object-fit: contain;
}

#videoCarousel .carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}



.custom-tabs .nav-link {
    border: none !important;
    background-color: #FFFFFF;
    color: #000;
    padding: 10px 50px;
    border-bottom: 4px solid #EEE9E3 !important;
}

.custom-tabs .nav-link.active {
    background: linear-gradient(to bottom, rgba(255,255,255,1) 32%, rgba(255,221,183,0.4) 100%);
    border-bottom: 5px solid #E2841D !important;
}

.custom-tabs {
    border-bottom: none;
}

#school-project {
    scroll-margin-top: 80px;
}
#women-project {
    scroll-margin-top: 80px;
}
#farming-project {
    scroll-margin-top: 80px;
}
#khey-project {
    scroll-margin-top: 20px;
}

.custom-text-box {
    background: linear-gradient(to bottom, #FAFAFA 38%, #F5ECDB 100%);

    min-height: 50px;
}

.custom-select {
    border: none;
    border-bottom: 1px solid #272727;
    border-radius: 0;
    padding: 0.5rem 0;
    padding-left: 15px;
}
.custom-select option {
    padding-left: 15px;
}

.custom-select:focus {
    box-shadow: none;
    border-color: #272727;
}

.donation-btn {
    background: transparent;
    border: 1px solid #272727;
    padding: 16px 30px;
    flex: 0 1 30%;
    transition: all 0.3s ease;
}

.donation-btn:hover {
    background: transparent;
    border: 1px solid #272727;
    padding: 16px 30px;
    flex: 0 1 30%;
    transition: all 0.3s ease;
    transform: scale(1.1);
}
.donation-btn.active {
    background: #E2841D;
    color: white;
    border: none;
}

.next-btn {
    background: #E2841D;
    color: white;
    padding: 12px 80px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.next-btn:hover {
    background: #E2841D;
    color: white;
    padding: 12px 80px;
    border-radius: 4px;
    transform: scale(1.05);
}

.input-wrapper {
    position: relative;
    width: 100%;
}

.dollar-sign {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: #3F3F3F;
}
.custom-input {
    border: 1px solid #272727;
    border-radius: 6px;
    padding: 0.5rem 22px;
    
}

.input-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: #3F3F3F;
    font-size: 14px;
}
.input-wrapper input {
    padding-left: 30px;
}
.input-wrapper select {
    padding-left: 30px;
}

.custom-input:focus {
    box-shadow: none;
    border-color: #272727;
}

.form-check-input:checked {
    background-color: #E2841D;
    border: 3px solid #E2841D;
    box-shadow: none !important;
}
.form-check-input {
    border: 2px solid #3F3F3F;

}



