.section-0{
    background: url('../images/img9.jpg') no-repeat center;
    background-size: cover;
    position: relative;
}    

 .section-title h4{
        color :#035946;
}

.welcome-section::after{ 
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
}


.welcome-text {
        position: relative;
        z-index: 1;
        color: white;
        text-align: center;
        box-shadow: 0 4px 24px rgba(0,0,0,0.18), 0 1.5px 6px rgba(0,0,0,0.12);
        border-radius: 12px;
        background: rgba(0,0,0,0.25);
        padding: 2rem 1.5rem;
        display: inline-block;
    }

    .carousel-item {
        height: 300px;
        background-size: cover;
        background-position: center;  
        position: relative; 
    } 

    .carousel-item::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    }

    .carousel-caption {
        left: 10%;
        right: 50%;
        text-align: left;
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
        z-index: 2;
    }

    .carousel-caption h1 {
        font-size: 3.1rem;
        font-weight: 700;
        margin-bottom: 1.5rem;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

    .carousel-caption p {
        font-size: 1.2rem;
        margin-bottom: 2rem;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    }



    .carousel-fade .carousel-item {
        opacity: 0;
        transition: opacity .15s linear;
    }


    .carousel-fade .carousel-item.active {
        opacity: 1;
    }

    .parallax {
        background-image: url('../images/img9.jpg');
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 400px;
        position: relative;
    }

    .parallax-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(3, 89, 70, 0.8);
    }

    .parallax-content {
        max-width: 800px;
        padding: 0 20px;
    }

    .newsletter-form {
        max-width: 600px;
        margin: 0 auto;
    }

    .newsletter {
        max-width: 500px;
        margin: 0 auto;
    }

    .newsletter-input {
        border: 2px solid rgba(255, 255, 255, 0.2);
        background: rgba(255, 255, 255, 0.1);
        color: white;
        border-radius: 5px 0 0 5px;
        transition: all 0.3s ease;
    }

    .newsletter-input:focus {
        border-color: rgba(255, 255, 255, 0.5);
        background: rgba(255, 255, 255, 0.1);
        color: white;
        box-shadow: 0 0 10px rgba(3, 89, 70, 0.3);
        outline: none;
    }

    .newsletter-input::placeholder {
        color: rgba(255, 255, 255, 0.7);
    }

    .newsletter-btn {
        background-color: #035946;
        color: white;
        border: none;
        border-radius: 0 5px 5px 0;
        padding: 0.5rem 1.5rem;
        transition: all 0.5s ease;
    }

    .newsletter-btn:hover {
        background-color: #035946;
        color: white;
        transform : translateX(4px);
    }

    @media (max-width: 768px) {
        .carousel-caption {
            left: 5%;
            right: 5%;
            text-align: center;
        }

        .carousel-caption h1 {
            font-size: 2rem;
        }

        .carousel-caption p {
            font-size: 1rem;
        }

        .parallax {
            height: 300px;
        }

        .parallax-content h2 {
            font-size: 1.5rem;
            line-height: 1.4;
            padding: 0 15px;
        }

        .parallax-content p {
            font-size: 0.9rem; 
        }

        .feature-item {
            text-align: center;
            box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
            border-radius: 5px;
            padding: 10px;
            margin: 10px;
        }

        .feature-icon {
            margin: 0 auto;
        }
    }

    @media (max-width: 576px) {
        .section-2 .section-title h4 {
            font-size: 1.3rem;
        }


        .parallax-content h1 {
            font-size: 1.3rem;
        }
    }



    .connectbnt {
        background: #34BC3D;
        color: white;
        border: none;
        padding: 10px 25px;
        border-radius: 5px;
        transition: all 0.3s ease;
        text-decoration: none;
        display: inline-block;
    }

    .connectbnt:hover {
        background: #34BC3D;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(3, 89, 70, 0.3);
    }

    .newsletter-btn:focus {
        outline: none;
        box-shadow: 0 0 10px rgba(3, 89, 70, 0.5);
    }

    @media (max-width: 768px) {
        .parallax {
            min-height: 450px;
        }
        
        .newsletter {
            flex-direction: column;
            align-items: center;
        }
        
        .newsletter-input {
            border-radius: 5px;
            width: 100% !important;
            margin-bottom: 10px;
        }
        
        .newsletter-btn {
            border-radius: 5px;
            width: auto;
            margin: 0 auto;
        }

        .newsletter-btn:hover {
            transform: translateY(4px);
        }
        
        /* .section-3 .row {
            flex-direction: column;
        }
        
        .section-3 h2{
            order: 1;
            margin-top: 20px;
        }
        
        .section-3 img {
            order: 2;
            margin: 20px 0;
        }
        
        .section-3 p {
            order: 3;
        }
        
        .section-3 a{
            order: 4;
            margin-bottom: 20px;
        }
        
        .section-3 .col-lg-6come {
            text-align: center;
        } */
    }

    .featuresBox {
        border-left: 2px solid rgb(146, 145, 145);
        border-bottom: none;
    }

    @media (max-width: 768px) {
        .featuresBox {
            border-left: none;
        }
        .section-title h4 {
              font-size: 1rem;
          }
    }


    .image-wrapper {
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        transition: transform 0.3s ease;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .image-description {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
        padding: 15px;
        color: white;
        transform: translateY(100%);
        transition: transform 0.3s ease;
    }

    .image-wrapper:hover .image-description {
        transform: translateY(0);
    }

    .image-description p {
        margin: 0;
        font-size: 1.5rem;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    @media (max-width: 768px) {
        .image-description {
            transform: translateY(0);
            background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4));
        }
    }

    .roadmap-section {
        position: relative;
        height: 400px;
        background-image: url('../images/roadmap5.jpeg');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .roadmap-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
    }

    .roadmap-content {
        position: relative;
        z-index: 1;
        max-width: 800px;
        color: white;
    }

    .roadmap-title {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 20px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

    .roadmap-description {
        font-size: 1.2rem;
        margin-bottom: 30px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    }

    .roadmap-btn {
        display: inline-block;
        padding: 12px 30px;
        background-color: #035946;
        color: white;
        text-decoration: none;
        border-radius: 30px;
        font-weight: 600;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        animation: animate 1.5s infinite;
    }

    .roadmap-btn:hover {
        background-color: #024235;
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
        color: white;
    }

    .glow-animate {
        animation: animate 1.5s infinite;
    }

    @keyframes animate {
        0% {
            box-shadow: 0 0 0 0 rgba(3,89,70,1);
        }
        40% {
            box-shadow: 0 0 0 20px rgba(3,89,70,0);
        }
        80% {
            box-shadow: 0 0 0 20px rgba(3,89,70,0);
        }
        100% {
            box-shadow: 0 0 0 0 rgba(3,89,70,0);
        }
    }

    @media (max-width: 992px) {
        .roadmap-section h2 {
            font-size: 1.5rem;
        }

        .roadmap-content p {
            font-size: 0.9rem;
        }

    }
    
   
    /* Shop Section Styles */
    .section-title {
        color: #035946;
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 2rem;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    }


    
    