
@media(min-width: 768px) {
    .subscribe-input {
        width: 50%;
    }
}

#navmenu .nav-item a {
    position: relative;
    display: inline-block;
    color: #006636 !important;
    text-decoration: none;
}
#navmenu .nav-item a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background-color: #B17600;
    transition: width 0.3s ease;
}
#navmenu .nav-item a:hover::after {
    width: 100%;
}
#navmenu .nav-link {
    position: relative;
    color: #006636;
    text-decoration: none;
    display: inline-block;
}
#navmenu .nav-link.active {
    color: #006636;
}
#navmenu .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #B17600;
}
#navmenu .nav-link:hover::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #B17600;
}
.bg-about {
    background-image: url('../images/slide_img.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.carousel-item img {
  height: 600px;
  width: 100%;
  object-fit: cover; 
}
.modal {
    z-index: 1060 !important;
}
.modal h5{
    color: #006636;
}
.modal-backdrop {
    z-index: 1055 !important;
}
.modal .form-control {
    background-color: #e6c991;
    color: #333;
    border-radius: 4px;
    padding: 12px 15px;
}
.modal .form-control:focus {
    background-color: #e6c991;
    border: 2px solid #9bc9b3;
    box-shadow: none; 
    outline: none;
}
.btn-submit {
    background-color: #006636;
    color: #fff;
    border-radius: 0px;
}
.btn-submit:hover {
    background-color: #003f22;
    color: #fff;
    border-radius: 0px;
}
.modal .btn-close {
    filter: invert(25%) sepia(45%) saturate(900%) hue-rotate(110deg);
    opacity: 1;
    transition: filter 0.2s ease;
}
.modal .btn-close:hover {
    filter: invert(72%) sepia(35%) saturate(800%) hue-rotate(355deg) brightness(90%);
}

/*======================================== SIGNUP BTN =========================================================*/
.signUp-btn {
    background-color: #C8993D;
    padding: 10px 27px;
    font-size: 26px;
    border-radius: 0px;
    color: #006636;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.15s ease,
                transform 0.15s ease,
                color 0.15s ease;
}
.signUp-btn:hover {
    background-color: #B17600;
    color: #fff;
}
.signUp-btn i {
    transition: transform 0.3s ease;
}
.signUp-btn:hover i {
    transform: translateX(3px);
}
.primary-btn {
    background-color: #C8993D;
    border: 1px solid #006636;
    color: #006636;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 50px;
    transition: background-color 0.3s ease;
}
.primary-btn:hover {
    color: white;
    background-color: #B17600;
    border: 1px solid #006636;
}
.footer-link {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    transition: color 0.3s ease;
}
.footer-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 1px;
    background-color: #fff;
    transition: width 0.3s ease;
}
.footer-link:hover::after {
    width: 100%;
}
.footer-icon {
    color: #fff;
    font-size: 18px;
    transition: transform 0.3s ease;
}
.footer-icon:hover {
    transform: scale(1.2);
}
/* Small screens */
@media (max-width: 576px) {
    .signUp-btn {
        font-size: 13px;
        padding: 8px 12px;
    }

    .approach-text {
        font-size: 16px;
    }

    .container.py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
}
/*======================================== DONATE BTN =========================================================*/
.page-btn {
    background-color: #cd9933;
    border: 2px solid #006636;
    color: #006636;
    padding: 8px 25px;
    font-size: 16px;
    border-radius: 50px;
    transition: background-color 0.3s ease;
}
.page-btn:hover{
    color: #fff;
    background-color: #B17600;
    border: 2px solid #006636;
}
.page-btn:active {
    color: #9b6801;
}
.btn-icon {
    background-color: #cd9933;
    color: #fff;
    border: 1px solid #006636;
    padding: 4px 15px;
    border-radius: 0;
    font-size: 16px;
    transition: background-color 0.3s ease;
}
.btn-icon:hover{
    color: #006636;
    border: 1px solid #006636;
    background-color: #B17600;
}
.donate-btn:active,
.donate-btn:focus {
    color: #9b6801 !important;
    background-color: transparent !important;
    border-color: #9b6801 !important;
    box-shadow: none;
}
.donate-btn {
    background-color: #cd9933;
    color: #fff;
    text-decoration: none;
    padding: 7px 20px;
    font-size: 16px;
    border-radius: 0px;
    transition: background-color 0.3s ease;
}
.donate-btn:hover{
    color: #fff;
    background-color: #B17600;
}
.donate-btn:active {
    color: #9b6801;
}
.header-caption {
    bottom: 40% !important;
    transform: translateY(50%);
}

.partner-logo {
    max-height: 60px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.partner-logo:hover {
    transform: scale(1.1);
}
#products img{
    max-height: 300px;
}
#products h2{
    font-weight: 600;
    font-size: 40px;
    padding-bottom: 40px;
    text-transform: capitalize;
    color: #006636;
}
#products .card img {
    max-height: 200px;
}

/*======================================== TOP BAR =========================================================*/
.search-box input {
    width: 0;
    opacity: 0;
    padding: 0;
    border: none;
    transition: all 0.4s ease;
}
.search-box.active input {
    width: 250px;
    opacity: 1;
    padding: .375rem .75rem;
    border: 1px solid #ced4da;
}
.search-box input {
    width: 0;
    opacity: 0;
    padding: 0;
    border: none;
    transition: all 0.4s ease;
}
.search-box.active input {
    width: 250px;
    opacity: 1;
    padding: .375rem .75rem;
    border: 1px solid #ced4da;
}
#top-bar .social-icons a {
    display: inline-block;
    color: #B17600;
    text-decoration: none;
    transition: transform 0.3s ease, color 0.3s ease;
}
#top-bar .social-icons i {
    font-size: 14px;
}
#top-bar .social-icons a:hover {
    color: #28a745;
    transform: scale(1.4);
}
#searchBtn {
    background-color: #B17600;
    border-color: #B17600;
    color: white;
}
#searchBtn:hover {
    background-color: #8c5d00;
    border-color: #8c5d00;
}

/*=============================================== FOOTER SOCIAL MEDIA ====================================================*/
#s-footer a {
    text-decoration: none;
}
#s-footer i {
    color: #fff;
    font-size: 1.25rem;
    transition: all 0.3s ease;
}
#s-footer a:hover i {
    transform: scale(1.3);
}

/*================================================= CONTACT US =========================================================*/
#contact-us .container {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#contact-us .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#contact-us .content .left-side {
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
/*
.container-contact .content .left-side::before {
    content: '';
    position: absolute;
    height: 80%;
    width: 2px;
    background-color: #006636;
    right: -15px;
    top: 57%;
    transform: translateY(-50%);
}
*/
#contact-us .content .left-side .details {
    text-align: center;
    margin: 14px;
}
#contact-us .content .right-side {
    width: 70%;
    margin-left: 70px;
}
#contact-us .content .left-side .details i {
    font-size: 20px;
    color: #006636;
    margin-bottom: 10px;
}
#contact-us .content .left-side .details .title {
    font-size: 20px;
    font-weight: 500;
    color: #006636;
}
#contact-us .content .left-side .text-1 {
    font-size: 14px;
    color: #9c9e9d;
}
#contact-us .content .right-side .title-text {
    font-size: 24px;
    font-weight: 600;
    color: #B17600;
}
#contact-showcase img {
    height: 600px;
    width: 100%;
    object-fit: cover; 
}
#contact-us .content .right-side .input-box input,
#contact-us .content .right-side .input-box textarea {
    height: 100%;
    width: 100%;
    margin: 10px 0;
    border: none;
    background-color: #e6c991;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 8px;
    border-radius: 4px;
}
#contact-us .right-side .messsage-box {
    height: 120px;
    resize: none;
}
#contact-us .content .right-side .input-box input:focus,
#contact-us .content .right-side .input-box textarea:focus {
    border: 2px solid #9bc9b3;
    outline: none;
}
#contact-us .input-box input,
#contact-us .input-box textarea,  
#contact-us .input-box select {
    height: 100%;
    width: 100%;
    margin: 10px 0;
    border: none;
    background-color: #e6c991;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 8px;
    border-radius: 4px;
}
.donate-btn1 {
    background-color: transparent;
    border: 1px solid #e6c991;
    color: #e6c991;
    text-decoration: none;
    padding: 7px 20px;
    font-size: 16px;
    border-radius: 0px;
    transition: color 0.15s ease;
}
.donate-btn1:hover {
    background-color: transparent;
    border: 1px solid #e6c991;
    color: #B17600;
}
#team p {
    font-size: 18px;
}
#team h5 {
    font-size: 18px;
    color: #006636;
}
#team .card-header {
    background-color: #e6c991;
}
#team .card-footer {
    background-color: #e6c991;
}
@media (max-width: 950px) {
    #contact-us .container {
        width: 90%;
        background: #fff;
        margin: 0 auto;
        padding: 20px 30px 40px 30px;
    }
}
@media (max-width: 820px) {
    #contact-us .container {
        margin: 40px 20px;
        height: 100%;
    }
    #contact-us .container .content{
        flex-direction: column-reverse;
    }
    #contact-us .container .content .left-side {
        width: 100%;
        flex-direction: row;
        margin-top: 40px;
        justify-content: center;
        flex-wrap: wrap;
    }
    #contact-us .container .content .right-side {
        width: 100%;
        margin-left: 0;
    }
}

/* Desktop */
.carousel-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/* Small screens */
@media (max-width: 576px) {
    .carousel-item img {
        height: 220px !important;
        object-fit: cover;
    }

    .header-caption {
        bottom: 10px;
    }

    .header-caption h5 {
        margin-bottom: 8px;
    }

    .header-caption mark {
        font-size: 10px !important;
    }

    .donate-btn {
        font-size: 12px;
        padding: 6px 10px;
    }
}
