.about-hero {
    background: linear-gradient(rgba(26,31,56,0.8), rgba(26,31,56,0.8)), url('../sketches/complex_carbohydrates_fiber_rich_foods_stock_1.webp');
    background-size: cover;
    background-position: center center;
    padding: 150px 0 100px;
    color: #fff;
    text-align: center;
}

.about-hero-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.about-hero-content p {
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
    opacity: 0.9;
}

.about_us_area {
    position: relative;
}

.about_content {
    position: relative;
}

.about_content:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 89%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #28AE60 0%, #27AE5F 51%, #28AE60 100%);
}

.section_content {
    position: relative;
    padding: 70px 0px 73px 70px;
}

.section_content h6 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 12px;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.section_content h6:after {
    content: "";
    position: absolute;
    background: linear-gradient(to right, #3fcaff 0%, #a4ffb0 100%);
    height: 1px;
    width: 50px;
    bottom: -10px;
    left: 0;
}

.section_content h1 {
    color: #fff;
    line-height: 45px;
    padding: 30px 0 30px;
    margin-bottom: 0;
}

.section_content p {
    margin-bottom: 0px;
    color: #fff;
    font-weight: 400;
    padding: 0 40px 40px 0;
}

.section_gap {
    padding: 120px 0;
}

.primary_btn {
    display: inline-block;
    background: linear-gradient(to right, #3fcaff 0%, #a4ffb0 51%, #3fcaff 100%);
    background-size: 200% auto;
    padding: 0px 35px;
    color: #222222;
    letter-spacing: 1px;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 50px;
    border-radius: 5px;
    outline: none !important;
    box-shadow: 0px 10px 30px rgba(163, 255, 177, 0.2);
    text-align: center;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    text-transform: uppercase;
    text-decoration: none;
}

.primary_btn:hover {
    background-position: right center;
    color: #22195e;
}

.mission-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.mission-content {
    text-align: center;
}

.mission-icon {
    margin-bottom: 30px;
}

.mission-icon img {
    filter: brightness(0) saturate(100%) invert(56%) sepia(73%) saturate(432%) hue-rotate(95deg) brightness(95%) contrast(86%);
}

.mission-content h2 {
    font-size: 42px;
    font-weight: 600;
    color: #2C2C2C;
    margin-bottom: 30px;
}

.mission-content p {
    font-size: 18px;
    line-height: 32px;
    color: #555;
    margin-bottom: 25px;
}

.team-section {
    padding: 100px 0;
    background: #fff;
}

.section_tittle {
    margin-bottom: 60px;
}

.section_tittle h2 {
    font-size: 42px;
    color: #2C2C2C;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 15px;
}

.section_tittle p {
    color: #666;
    font-size: 16px;
    margin-bottom: 0;
}

.team-member {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.team-member:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.team-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.team-info {
    padding: 25px 20px;
}

.team-info h4 {
    font-size: 22px;
    font-weight: 600;
    color: #2C2C2C;
    margin-bottom: 8px;
}

.team-info p:first-of-type {
    color: #28AE60;
    font-weight: 500;
    margin-bottom: 15px;
}

.team-info p:last-of-type {
    color: #666;
    line-height: 24px;
    margin-bottom: 0;
    font-size: 14px;
}

.values-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.values-section h2 {
    font-size: 38px;
    font-weight: 600;
    color: #2C2C2C;
    margin-bottom: 40px;
}

.value-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}

.value-icon {
    margin-right: 20px;
    margin-top: 5px;
    flex-shrink: 0;
}

.value-icon img {
    filter: brightness(0) saturate(100%) invert(56%) sepia(73%) saturate(432%) hue-rotate(95deg) brightness(95%) contrast(86%);
}

.value-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #2C2C2C;
    margin-bottom: 10px;
}

.value-content p {
    color: #666;
    line-height: 26px;
    margin-bottom: 0;
    font-size: 15px;
}

.values-image {
    padding-left: 40px;
}

.values-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.contact-info-section {
    padding: 100px 0;
    background: #fff;
}

.company-info h2 {
    font-size: 36px;
    font-weight: 600;
    color: #2C2C2C;
    margin-bottom: 40px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}

.contact-icon {
    margin-right: 20px;
    margin-top: 5px;
    flex-shrink: 0;
}

.contact-icon img {
    filter: brightness(0) saturate(100%) invert(56%) sepia(73%) saturate(432%) hue-rotate(95deg) brightness(95%) contrast(86%);
}

.contact-text h4 {
    font-size: 18px;
    font-weight: 600;
    color: #2C2C2C;
    margin-bottom: 8px;
}

.contact-text p {
    color: #666;
    line-height: 24px;
    margin-bottom: 0;
    font-size: 15px;
}

.map-container {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.nav-link.active {
    color: #28AE60 !important;
}

.nav-link.active:after {
    width: 100%;
}

@media (max-width: 991px) {
    .about_us_area .about_us_image_box {
        display: none;
    }

    .about_us_area .about_content:before {
        width: 100%;
    }

    .values-image {
        padding-left: 0;
        margin-top: 50px;
    }

    .about-hero-content h1 {
        font-size: 36px;
    }

    .about-hero-content p {
        font-size: 18px;
    }

    .mission-content h2 {
        font-size: 32px;
    }

    .section_tittle h2 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .section_content {
        padding: 50px 10px 50px 50px;
    }

    .section_content h1 {
        line-height: 40px;
        font-size: 30px;
        padding: 25px 0 25px;
    }

    .section_gap {
        padding: 60px 0;
    }

    .about-hero {
        padding: 120px 0 70px;
    }

    .about-hero-content h1 {
        font-size: 28px;
    }

    .about-hero-content p {
        font-size: 16px;
    }

    .mission-section,
    .team-section,
    .values-section,
    .contact-info-section {
        padding: 60px 0;
    }

    .mission-content h2 {
        font-size: 28px;
    }

    .mission-content p {
        font-size: 16px;
    }

    .values-section h2 {
        font-size: 28px;
    }

    .company-info h2 {
        font-size: 28px;
    }
}