/* Custom CSS for the problems section */
body {
    overflow-x: hidden;
    padding: 0%;
    margin: 0%;
}

.head-img
{
    width: 100%;
    /* height: 600px; */
    /* max-width: 600px; */
    margin: 0 auto;
    display: block;
}
.details h3 {
    font-weight: 700;
    color: #bd3128;
    /* margin-bottom: 20px; */
}
.details p {
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 700;
    color: #333;
}

.problem {
    background: black;
}

.problem-box {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.problem-box:hover {
    transform: translateY(-5px);
}

.section-title {
    color: #bd3128;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.bg-yellow-500 {
    background-color: #f59e0b;
}

.text-black {
    color: #000;
}

.font-bold {
    font-weight: 700;
}

.top-banner {
    background-color: #b91c1c;
    color: white;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

.section-title {
    font-weight: 700;
    color: #000;
}

.highlight {
    color: #b91c1c;
    font-weight: bold;
}

.content-section {
    background-color: #f5e134;
    padding: 20px;
    border-radius: 8px;
}

.african-section {
    background-color: black;
    /* padding: 20px;
    border-radius: 8px; */
    color: white;
}

.african-text {
    color: red;
    font-weight: bold;
}

.herb-blend-section {
    padding: 100px 0;
    background-color: #f7f7f7;
}

.herb-blend-section .section-heading {
    color: red;
    font-weight: 800;
    text-transform: uppercase;
}
.herb-blend-section h4 {
    font-weight: bold;
    margin-bottom: 20px;
    /* text-transform: uppercase; */

}
.herb-blend-section p {
    font-size: 1.1rem;
    line-height: 1.7;
}

.herb-image {
    max-width: 100%;
    height: 500px;
}

.herb-section {
    background-image: url('https://imagedelivery.net/aacnHGAqlUDhaplA3bnkbA/a18af2bc-d410-4acd-e3a1-a1aa9d1e7400/public');
}

.herb-title {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.herb-section p {
    text-align: center;
    font-size: 1rem;
}

.herb-img {
    width: 50%;
    height: 140px;
    object-fit: cover;
    border-radius: 10px;
}

.herb {
    /* background-color: #fff; */
    border-radius: 15px;
    padding: 15px;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05); */
}

.herb-title {
    font-weight: 700;
}

.center-img {
    width: 100%;
    max-width: 350px;
    height: auto;
}

@media (max-width: 991.98px) {
    .center-img {
        margin: 40px 0;
    }
}


/* .benefits-section {
  background-image: url('https://imagedelivery.net/aacnHGAqlUDhaplA3bnkbA/b17ae32d-ea87-4e4f-4b15-79ff91966500/public');
} */
.benefits-section {
    background: url('https://imagedelivery.net/aacnHGAqlUDhaplA3bnkbA/b17ae32d-ea87-4e4f-4b15-79ff91966500/public');
    padding: 80px 0;
    text-align: center;
    color: #fff;
}

.benefits-section h2 {
    font-weight: 700;
    /* margin-bottom: 50px; */
    text-transform: uppercase;
}

.benefits-section h4 {
    /* font-weight: 700; */
    margin-bottom: 50px;
    text-transform: uppercase;
}

.benefit-box img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    /* object-fit: cover; */
    border: 3px solid #fff;
    transition: transform 0.3s ease;
}

.benefit-box img:hover {
    transform: scale(1.05);
}

.benefit-box h5 {
    margin-top: 15px;
    font-size: 1rem;
    line-height: 1.4;
}

.testimonials {
    background-color: #f7f7f7;
    padding: 60px 0;
    text-align: center;
}

.testimonials-box {
    /* max-width: 800px; */
    margin: 0 auto;
    display: grid;
    place-items: center;
}

.contact-section {
    background: url('https://imagedelivery.net/aacnHGAqlUDhaplA3bnkbA/189f2553-31dd-4b76-b202-f97719afed00/public') no-repeat center center;
    background-size: cover;
    padding: 80px 0;
    color: white;
    text-align: center;
    position: relative;
}

.contact-section .container {
    position: relative;
    z-index: 2;
}

.contact-form {
    background: white;
    color: black;
    padding: 40px;
    border-radius: 10px;
    max-width: 600px;
    margin: auto;
}

.contact-form input {
    border-radius: 8px;
}

.contact-form .btn-submit {
    background-color: #f5b800;
    color: black;
    font-weight: 700;
    font-size: 18px;
    border: none;
    padding: 10px 30px;
    border-radius: 8px;
}

.section-heading {
    font-size: 2.5rem;
    font-weight: 700;
}

.alert-text {
    color: yellow;
    font-size: 1.8rem;
    font-weight: 700;
}

.red-icon {
    color: red;
    font-size: 1.8rem;
    margin-right: 8px;
}

.features-section {
    background-color: #f9dd00;
    padding: 50px 20px;
    text-align: center;
}

.features-section h4 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
}

.features-section img {
    height: 64px;
    margin-bottom: 10px;
}

.features-section .main-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .features-section img {
        height: 50px;
    }

    .features-section h4 {
        font-size: 16px;
    }
}
.consumption-section
{
    background-image: url('https://imagedelivery.net/aacnHGAqlUDhaplA3bnkbA/392217f1-9794-4887-067a-eb96d2ded100/public');
    background-size: cover;
    /* padding: 60px 0; */
    /* color: white; */
    text-align: center;
    /* position: relative; */
}	
.step-number {
    width: 40px;
    height: 40px;
    background-color: #f44336;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    margin-right: 15px;
    flex-shrink: 0;
}

.step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.rounded-image {
    width: 100%;
    max-width: 350px;
    border-radius: 50%;
    object-fit: cover;
}
.Consumption-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.best-section {
    background-color: #f5e134;
    width: 100%;
    text-align: center;
}
.best-section img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}