.order-right-content {
    text-align: left;
}

.section-header h3 {
    font-size: 28px;
    color: #046307;
    font-weight: bold;
    margin-bottom: 10px;
}

.section-header h5 {
    font-size: 18px;
    color: #777;
    margin-bottom: 15px;
}

.section-header p {
    color: #555;
    line-height: 1.6;
}

.call-us h5 {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 5px;
}

.call-us a {
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
}

.call-us a:hover {
    text-decoration: underline;
}

.delivery-heading {
    color: #555;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}

.img-box {
    background-image: url("../images/order-form-bg.png");
    padding: 30px;  
    background-repeat: no-repeat;
	background-position: bottom;  
    border: none;
}

.order-heading {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.order-description {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

.order-now-btn {
    background-color: #27592D;
    border: 1px solid #27592D;
    padding: 10px 40px;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: white;
    display: inline-block;
    letter-spacing: 1.8px;
    margin-left: 20px;
    margin-top: 10px;
    border-radius: 50px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.order-now-btn:hover {
    color: #27592D;
    background-color: #fff;
    border: 1px solid #27592D;
    text-decoration: none;
}


.counter-box {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.counter-box:hover {
    transform: scale(1.05);
}

.counter-box i {
    font-size: 50px;
    color: #28a745;
    margin-bottom: 15px;
}

.counter-box h3 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
}

.counter-box p {
    font-size: 16px;
    color: #555;
    margin-top: 10px;
}

.counter-section .counter-box {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .counter-box {
        padding: 20px;
    }

    .counter-box i {
        font-size: 40px;
    }

    .counter-box h3 {
        font-size: 28px;
    }

    .counter-box p {
        font-size: 14px;
    }
}
.subscribe-section {
        background: white;
        color: #1c2e27;
        padding: 80px 0;
        position: relative;
    }

    .subscribe-card {
        background: #f0fdf4;
        color: #27592D;
        padding: 40px 30px;
        border-radius: 16px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.05);
        max-width: 750px;
        margin: 0 auto;
        text-align: center;
    }

    .subscribe-title {
        font-size: 2.5rem;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        margin-bottom: 1rem;
        color: #27592D;
    }

    .subscribe-message {
        font-size: 1.1rem;
        font-family: 'Poppins', sans-serif;
        line-height: 1.8;
        margin-bottom: 2rem;
        color: #333;
    }

    .subscribe-button {
        background-color: #27592D;
        color: white;
        padding: 14px 32px;
        font-size: 1.1rem;
        font-weight: bold;
        border-radius: 50px;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
        display: inline-block;
        box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
    }

    .subscribe-button:hover {
        background-color: #059669;
        transform: scale(1.05);
    }

    .subscribe-icon {
        font-size: 3rem;
        color: #27592D;
        margin-bottom: 1rem;
    }

    @keyframes pulse {
        0%, 100% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.05);
        }
    }

    .subscribe-button {
        animation: pulse 2.5s infinite;
    }

.banner-description{
    color: #fff;
}