 

        /* Custom styles to match the original */
        .navbar {
            padding: 0.5rem 0;
            background-color: #fff;
        }
        
        .navbar-brand img {
            height: 40px;
            width: auto;
        }
        
        .navbar-nav .nav-link {
            color: #333;
            font-weight: 500;
            padding: 0.5rem 1rem;
            transition: all 0.3s ease;
        }
        
        .navbar-nav .nav-link:hover {
            color: #F7941D;
            transform: scale(1.05);
        }
        
        .navbar-nav .nav-item.active .nav-link {
            color: #F7941D;
            font-weight: 600;
        }
        
        .cart-icon, .account-icon {
            font-size: 1.2rem;
            position: relative;
        }
        
        .cart-total {
            font-size: 0.85rem;
            margin-left: 0.25rem;
        }
        
        .nav-icons {
            display: flex;
            align-items: center;
            gap: 1rem;
        }
        
        /* Mobile menu styles */
        @media (max-width: 991.98px) {
            .navbar-collapse {
                padding: 1rem 0;
            }
            
            .nav-icons {
                margin-top: 1rem;
                padding-top: 1rem;
                border-top: 1px solid #dee2e6;
                justify-content: center;
            }
        }


        /* Custom styles for the shape divider */
        .shape-divider {
            position: absolute;
            left: 0;
            width: 100%;
            overflow: hidden;
            line-height: 0;
            bottom: 0;
            z-index: 1;
        }



        
        .shape-divider svg {
            position: relative;
            display: block;
            width: calc(100% + 1.3px);
            height: 100px;
            transform: rotateY(180deg);
        }
        
        .shape-divider .shape-fill {
            fill: rgba(248,249,248,1);
        }


        .shape-divider .shape-fill1 {
            fill: #12e4a5;
        }

        .bottom-shape-divider .shape-fill{
            ;
        }
        
        .shape-divider .shape-fill.opacity-33 {
            opacity: 0.33;
        }
        
        .shape-divider .shape-fill.opacity-66 {
            opacity: 0.66;
        }
        
        /* Container for the hero section */
        .hero-section {
            position: relative;
            background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
            color: white;
            min-height: 500px;
            display: flex;
            align-items: center;
            padding-top: 120px !important;
            padding-bottom: 130px !important;
            overflow: hidden;
        }


        .btn-light{
            background-color: #F7941D !important;
            border:1px solid #F7941D !important;
            color:white;
            cursor:pointer ! ;
        }
        
        /* Alternative: If you want the shape at the top */
        .shape-divider-top {
            top: 0;
            transform: rotate(180deg);
        }
        
        /* For different background colors */
        .bg-primary-custom {
 background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);      }
        
        .bg-success-custom {
            background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
        }
        
        .bg-warning-custom {
            background: linear-gradient(135deg, #f7971e 0%, #ffd200 100%);
        }


        /* Custom styles */
        /* Custom Styles */
        .services-section {
            padding: 80px 0;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        }
        
        .mission-section {
            padding: 80px 0;
            background: white;
        }
        
        .section-title {
            color: #1a365d;
            font-weight: 700;
            margin-bottom: 30px;
            position: relative;
            padding-bottom: 15px;
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: rgba(46, 178, 116, 1);
            border-radius: 2px;
        }
        
        .mission-statement {
            font-size: 1.2rem;
            line-height: 1.8;
            color: #4a5568;
            max-width: 800px;
            margin: 0 auto 50px;
            text-align: center;
        }
        
        .service-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            margin-bottom: 30px;
            height: 100%;
            transition: all 0.3s ease;
            border: none;
        }
        
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
        }
        
        .service-icon {
            height: 120px;
            background:rgba(46, 178, 116, 1);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
        }
        
        .service-icon i {
            font-size: 3rem;
        }
        
        .service-content {
            padding: 25px;
        }
        
        .service-title {
            color: #1a365d;
            font-weight: 600;
            margin-bottom: 15px;
            font-size: 1.25rem;
        }
        
        .service-description {
            color: #4a5568;
            line-height: 1.6;
            margin-bottom: 20px;
        }
        
        .btn-service {
            background:rgba(46, 178, 116, 1);
            color: white;
            border: none;
            padding: 8px 20px;
            border-radius: 30px;
            font-weight: 500;
            transition: all 0.3s ease;
        }
        
        .btn-service:hover {
            background:rgba(46, 178, 116, 0.9);
            color: white;
            transform: translateY(-2px);
        }
        
        .highlight-section {
            background: linear-gradient(135deg, #2e7d32 0%, #2e7d32 100%);
            color: white;
            padding: 60px 0;
            margin: 60px 0;
        }
        
        .highlight-box {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 15px;
            padding: 40px;
            text-align: center;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }
        
        .highlight-icon {
            font-size: 3rem;
            margin-bottom: 20px;
            color: white;
        }
        
        .highlight-title {
            font-size: 1.8rem;
            font-weight: 600;
            margin-bottom: 20px;
        }
        
        .highlight-description {
            font-size: 1.1rem;
            line-height: 1.6;
            margin-bottom: 30px;
            opacity: 0.9;
        }
        
        .btn-highlight {
            background: white;
            color: #F7941D;
            border: none;
            padding: 12px 30px;
            border-radius: 30px;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .btn-highlight:hover {
            background: #f8f9fa;
            color: #F7941D;;
            transform: translateY(-2px);
        }
        
        /* Animation */
        .service-card {
            animation: fadeInUp 0.5s ease forwards;
            opacity: 0;
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @media (max-width: 768px) {
            .service-icon {
                height: 100px;
            }
            
            .service-icon i {
                font-size: 2.5rem;
            }
            
            .highlight-box {
                padding: 30px 20px;
            }
        }

         /* Custom Styles */
        .projects-section {
            padding: 80px 0;
            background: #f8f9fa;
        }
        
        .filter-buttons {
            display: flex;
            justify-content: center;
            margin-bottom: 40px;
            flex-wrap: wrap;
            gap: 10px;
        }
        
        .filter-btn {
            background: white;
            border: 2px solid #dee2e6;
            color: #495057;
            padding: 8px 20px;
            border-radius: 30px;
            font-weight: 500;
            transition: all 0.3s ease;
            cursor: pointer;
        }
        
        .filter-btn:hover,
        .filter-btn.active {
            background: rgba(46, 178, 116, 1);
            color: white;
            border-color: rgba(46, 178, 116, 1);
        }
        
        .project-card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            margin-bottom: 5px;
            transition: all 0.3s ease;
            height: 100%;
        }
        
        .project-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
        }
        
        .project-image {
            position: relative;
            overflow: hidden;
            max-height: 270px;
        }
        
        .project-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .project-card:hover .project-image img {
            transform: scale(1.05);
        }
        
        .project-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(46, 178, 116, 0.85);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .project-card:hover .project-overlay {
            opacity: 1;
        }
        
        .overlay-content {
            text-align: center;
            color: white;
            padding: 20px;
        }
        
        .project-details {
            padding: 20px;
        }
        
        .project-category {
            margin-bottom: 10px;
            font-size: 0.85rem;
        }
        
        .project-category span {
            background: #e9ecef;
            color: rgba(46, 178, 116, 1);
            padding: 3px 10px;
            border-radius: 20px;
            font-weight: 500;
            margin-right: 5px;
            display: inline-block;
            margin-bottom: 5px;
        }
        
        .project-title {
            font-size: 1.25rem;
            font-weight: 600;
            margin-bottom: 15px;
            color: #1a365d;
            line-height: 1.3;
        }
        
        .project-specs {
            margin-bottom: 15px;
        }
        
        .spec-item {
            display: flex;
            justify-content: space-between;
            margin-bottom: 5px;
            font-size: 0.9rem;
        }
        
        .spec-label {
            color: #6c757d;
            font-weight: 500;
        }
        
        .spec-value {
            color: #1a365d;
            font-weight: 600;
        }
        
        .cost-section {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            padding: 15px;
            border-radius: 8px;
            margin-bottom: 15px;
        }
        
        .cost-title {
            font-size: 1rem;
            font-weight: 600;
            color: #F7941D;;
            margin-bottom: 10px;
            text-align: center;
        }
        
        .cost-item {
            display: flex;
            justify-content: space-between;
            margin-bottom: 5px;
            font-size: 0.9rem;
        }
        
        .currency {
            color: #1a365d;
            font-weight: 600;
        }
        
        .amount {
            color: rgba(46, 178, 116, 1);
            font-weight: 700;
        }
        
        .life-expectancy {
            background: #e8f5e9;
            padding: 8px 15px;
            border-radius: 20px;
            display: inline-block;
            font-size: 0.85rem;
            color: rgba(46, 178, 116, 1);
            font-weight: 500;
            margin-bottom: 15px;
        }
        
        .btn-donate {
            background: rgba(46, 178, 116, 1);
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 30px;
            font-weight: 500;
            transition: all 0.3s ease;
            width: 100%;
        }
        
        .btn-donate:hover {
            background: rgba(46, 178, 116, 1);
            color: white;
            transform: translateY(-2px);
        }
        
        /* Animation for grid items */
        .project-card {
            animation: fadeInUp 0.5s ease forwards;
            opacity: 0;
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        /* Load More Button */
        .load-more {
            text-align: center;
            margin-top: 40px;
        }
        
        .btn-load-more {
            background: transparent;
            border: 2px solid rgba(46, 178, 116, 1);
            color: rgba(46, 178, 116, 1);
            padding: 10px 40px;
            border-radius: 30px;
            font-weight: 500;
            transition: all 0.3s ease;
        }
        
        .btn-load-more:hover {
            background: rgba(46, 178, 116, 1);
            color: white;
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .filter-buttons {
                gap: 5px;
            }
            
            .filter-btn {
                padding: 6px 15px;
                font-size: 0.9rem;
            }
            
            .project-image {
                height: 180px;
            }
            
            .project-title {
                font-size: 1.1rem;
            }
        }


         /* Mountains shape dividers */
        .mountains-top {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            overflow: hidden;
            line-height: 0;
            transform: rotate(180deg);
            z-index: 1;
        }
        
        .mountains-bottom {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            overflow: hidden;
            line-height: 0;
            z-index: 1;
        }
        
        .mountains-top svg, .mountains-bottom svg {
            position: relative;
            display: block;
            width: calc(100% + 1.3px);
            height: 100px;
        }
        
        .mountains-top .shape-fill, .mountains-bottom .shape-fill {
            fill: #eee;
        }
        
        /* Section styling */
        .testimonials-section {
            background-color: #eeee;
            padding: 60px 0;
            position: relative;
            overflow: hidden;
           
        }
        
        .section-title {
            color: var(--primary-color);
            font-weight: 700;
            margin-bottom: 20px;
            text-align: center;
        }
        
        .divider {
            width: 100px;
            height: 3px;
            background-color: var(--secondary-color);
            margin: 0 auto 60px;
            border: none;
        }
        
        /* Testimonial card styling */
        .testimonial-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            height: 100%;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease;
            position: relative;
        }
        
        .testimonial-card:hover {
            transform: translateY(-10px);
        }
        
        .quote-icon {
            color: var(--secondary-color);
            font-size: 24px;
            margin-bottom: 20px;
            display: block;
        }
        
        .testimonial-content {
            font-style: italic;
            color: #555;
            line-height: 1.6;
            margin-bottom: 25px;
        }
        
        .testimonial-meta {
            display: flex;
            align-items: center;
        }
        
        .testimonial-image {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            overflow: hidden;
            margin-right: 15px;
            border: 3px solid var(--secondary-color);
        }
        
        .testimonial-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .testimonial-name {
            font-weight: 600;
            color: var(--primary-color);
            margin: 0;
        }
        
        /* Responsive adjustments */
        @media (max-width: 992px) {
            .testimonial-card {
                margin-bottom: 30px;
            }
        }
        
        @media (max-width: 768px) {
            .testimonials-section {
                padding: 80px 0;
            }
            
            .section-title {
                font-size: 28px;
            }
        }


        :root {
            --primary-color: #2c3e50;
            --secondary-color: rgba(46, 178, 116, 1);
            --accent-color: #e74c3c;
            --light-color: #f8f9fa;
        }
        
      
        .services-section {
            padding: 80px 0;
        }
        
        .section-title {
            color: var(--primary-color);
            font-weight: 700;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 3px;
            background-color: var(--secondary-color);
        }
        
        /* Service Card Styling */
        .service-card {
            height: 320px;
            border-radius: 12px;
            overflow: hidden;
            position: relative;
            cursor: pointer;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
            transition: all 0.4s ease;
            margin-bottom: 20px;
        }
        
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        }
        
        .service-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.5s ease;
        }
        
        .service-card:hover .service-image {
            transform: scale(1.05);
        }
        
        .service-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
            opacity: 0;
            transition: all 0.5s ease;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 25px;
            color: white;
        }
        
        .service-card:hover .service-overlay {
            opacity: 1;
        }
        
        .service-icon {
            width: 60px;
            height: 60px;
            background: var(--secondary-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            transform: translateY(20px);
            opacity: 0;
            transition: all 0.5s ease 0.1s;
        }
        
        .service-card:hover .service-icon {
            transform: translateY(0);
            opacity: 1;
        }
        
        .service-icon i {
            font-size: 24px;
            color: white;
        }
        
        .service-title {
            color: white;
            font-weight: 600;
            font-size: 18px;
            margin-bottom: 15px;
            transform: translateY(20px);
            opacity: 0;
            transition: all 0.5s ease 0.2s;
        }
        
        .service-card:hover .service-title {
            transform: translateY(0);
            opacity: 1;
        }
        
        .service-description {
            color: rgba(255, 255, 255, 0.9);
            font-size: 14px;
            line-height: 1.6;
            margin-bottom: 20px;
            transform: translateY(20px);
            opacity: 0;
            transition: all 0.5s ease 0.3s;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        
        .service-card:hover .service-description {
            transform: translateY(0);
            opacity: 1;
        }
        
        .btn-view-details {
            background-color: white;
            color: var(--primary-color);
            border: none;
            padding: 8px 20px;
            border-radius: 30px;
            font-weight: 500;
            transform: translateY(20px);
            opacity: 0;
            transition: all 0.5s ease 0.4s;
            align-self: flex-start;
            text-decoration: none;
            display: inline-block;
        }
        
        .service-card:hover .btn-view-details {
            transform: translateY(0);
            opacity: 1;
        }
        
        .btn-view-details:hover {
            background-color: var(--secondary-color);
            color: white;
            transform: scale(1.05);
        }
        
        /* Modal Styling */
        .service-modal .modal-content {
            border-radius: 15px;
            border: none;
            overflow: hidden;
        }
        
        .service-modal .modal-header {
            background-color: var(--primary-color);
            color: white;
            border-bottom: none;
            padding: 25px 30px;
        }
        
        .service-modal .modal-title {
            font-weight: 600;
        }
        
        .service-modal .modal-body {
            padding: 30px;
        }
        
        .service-modal .modal-icon {
            font-size: 40px;
            color: var(--secondary-color);
            margin-bottom: 20px;
        }
        
        .service-modal .modal-description {
            line-height: 1.7;
            color: #555;
            margin-bottom: 30px;
        }
        
        .service-modal .btn-project {
            background-color: var(--secondary-color);
            color: white;
            padding: 10px 30px;
            border-radius: 30px;
            font-weight: 500;
            margin-right: 10px;
            border: none;
        }
        
        .service-modal .btn-project:hover {
            background-color: rgba(46, 178, 116, 1);
        }
        
        .service-modal .btn-secondary {
            padding: 10px 30px;
            border-radius: 30px;
        }
        
        /* Responsive adjustments */
        @media (max-width: 1400px) {
            .col-xxl-2 {
                width: 33.333%;
            }
        }
        
        @media (max-width: 992px) {
            .col-xxl-2 {
                width: 50%;
            }
            
            .services-section {
                padding: 60px 0;
            }
            
            .service-card {
                height: 300px;
            }
        }
        
        @media (max-width: 768px) {
            .col-xxl-2 {
                width: 100%;
            }
            
            .service-card {
                height: 280px;
                margin-bottom: 30px;
            }
            
            .service-title {
                font-size: 16px;
            }
            
            .service-description {
                font-size: 13px;
            }
        }


        /* Footer specific styles */
    .footer-link {
        transition: all 0.3s ease;
        position: relative;
    }
    
    .footer-link:hover {
        color: #F7941D !important;
        padding-left: 5px;
    }
    
    .footer-link::before {
        content: "›";
        position: absolute;
        left: -15px;
        opacity: 0;
        transition: all 0.3s ease;
        color: #F7941D;
    }
    
    .footer-link:hover::before {
        opacity: 1;
        left: -10px;
    }
    
    .social-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: rgba(52, 152, 219, 0.1);
        transition: all 0.3s ease;
    }
    
    .social-icon:hover {
        background-color: #F7941D;
        transform: translateY(-3px);
    }
    
    .donate-button a {
        transition: all 0.3s ease;
    }
    
    .donate-button a:hover {
        transform: scale(1.05);
        box-shadow: 0 5px 20px rgba(231, 76, 60, 0.4) !important;
    }
    
    .footer-heading {
        position: relative;
        padding-bottom: 10px;
    }
    
    .footer-heading::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 3px;
        background-color: #F7941D;
    }
    
    /* Responsive adjustments */
    @media (max-width: 768px) {
        .footer {
            text-align: center;
        }
        
        .footer-heading::after {
            left: 50%;
            transform: translateX(-50%);
        }
        
        .social-icons {
            justify-content: center;
        }
        
        .donate-button {
            bottom: 20px;
            right: 20px;
        }
        
        .donate-button a {
            padding: 10px 20px;
            font-size: 0.9rem;
        }
    }
    
    @media (max-width: 576px) {
        .donate-button {
            bottom: 15px;
            right: 15px;
        }
        
        .donate-button a {
            padding: 8px 15px;
            font-size: 0.8rem;
        }
    }