.nutrition-section {
    margin-top: 70px;
    padding: 40px 0px 0px 0px;
    background: url('../image/s3.png') no-repeat center center;
    background-size: cover;
    font-family: "Segoe UI", sans-serif;
}

.nutrition-section .content {
    text-align: center;
    padding-top: 40px;
}

.nutrition-section h2 {
    font-size: 24px;
    line-height: 1.5;
    color: #252862;
    text-align: center;
}

.nutrition-section h2 span {
    font-size: 32px;
    color: #d62d2d;
}

.image-wrapper {
    position: relative;
    display: flex;
    justify-content: right;
    max-height: 500px;
}

.image-wrapper img.custom-img {
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

/* Caption below image */
.image-caption {
    position: absolute;
    bottom: 0;
    width: 80%;
    background: rgba(255, 9, 9, 0.5);
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    font-size: 1rem;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    backdrop-filter: blur(3px);
    font-weight: 500;
}

.highlight-box {
    background-color: #ffffff;
    opacity: 0.95;
    border-top: 5px solid #d62d2d;
    border-bottom: 5px solid #252862;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
}

.badge {
    background: #d62d2d;
    color: #fff;
    padding: 1rem 1rem;
    border-radius: 15px;
    font-size: 20px;
    padding-left: 5rem;
}

.logo-box {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    /* fixed width for consistency */
    height: 80px;
    /* fixed height */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-align: center;
}

.logo-box:hover {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.logo-box img {
    height: 45px;
    width: auto;
    display: block;
}

.about-vedique-section {
    padding: 40px 20px;
    background-color: #f9fafb;
    font-family: "Segoe UI", sans-serif;
}

.about-vedique-container {
    max-width: 1200px;
    margin: 0 auto;
}

.trademark {
    font-size: 16px;
    vertical-align: super;
    color: #16235a !important;
    /* Use your webprimary color */
}

.about-header {
    text-align: center;
    margin-bottom: 50px;
}

.heading {
    font-size: 2.5rem;
    color: #16235a;
    text-align: center;
    font-weight: bold;
}

.heading span {
    color: #d62d2d;
}

.about-header h3 {
    font-size: 2rem;
    color: #454545;
    font-weight: bold;
}

.about-header .highlight {
    color: #d62d2d;
}

.about-header p {
    margin-top: 20px;
    font-size: 22px;
    color: #374151;
}

.benefits-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.benefit-card {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: box-shadow 0.3s ease;
}

.benefit-card:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.icon {
    font-size: 24px;
    color: #d62d2d;
    flex-shrink: 0;
    margin-top: 4px;
}

.icon.large {
    font-size: 32px;
}

.benefit-card h4 {
    margin: 0 0 8px;
    font-size: 1.1rem;
    color: #1f2937;
    font-weight: 600;
}

.benefit-card p {
    margin: 0;
    font-size: 18px;
    color: #4b5563;
}

.usp-section {
    background-color: #16235a;
    /* Use your webprimary color */
    padding: 40px 20px;
    font-family: "Segoe UI", sans-serif;
    color: #1e293b;
}


.usp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    text-align: center;
}

.usp-card {
    background-color: #fff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.usp-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.usp-value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #d62d2d;
    font-size: 32px;
    margin: 0;
}

.usp-value .number {
    font-size: 32px;
}

.usp-value .plus {
    font-size: 20px;
    margin-left: 5px;
    position: relative;
    top: -2px;
    /* optional micro tweak */
}

.usp-label {
    margin-top: 10px;
    font-size: 20px;
    color: #475569;
    margin-bottom: 0;
}

.featured-products-section {
    padding: 40px 20px;
    background-color: #f9fafb;
    /* Same as bg-orange-50 */
    font-family: "Segoe UI", sans-serif;
}


.section-title {
    margin-bottom: 40px;
}



.product-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.product-card {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    width: 280px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.product-image {
    width: 100%;
    height: auto;
    /* was 180px before */
    object-fit: contain;
    /* changed from cover to contain */
    border-bottom: 1px solid #f3f4f6;
}

.product-info {
    padding: 16px;
}

.product-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 4px;
}

.product-category {
    font-size: 16px;
    color: #6b7280;
    margin: 0 0 6px;
}

.product-price {
    font-size: 1.3rem;
    color: #d97706;
    font-weight: 600;
    margin-bottom: 10px;
}

.product-desc {
    font-size: 18px;
    color: #4b5563;
}

.unitus-section {
    padding: 60px 20px;
    text-align: center;
    font-family: "Segoe UI", sans-serif;
    background-color: #16235a;
}

.unitus-title {
    color: #ffffff !important;
    margin-bottom: 10px !important;
    line-height: 40px;
}

.unitus-title span {
    color: #d62d2d;
}

.unitus-subtitle {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 24px;
}

.unitus-description {
    max-width: 800px;
    margin: 0 auto 40px;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.6;
}

.unitus-stats-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.stat-card {
    background: #f9fafb;
    border-top: 4px solid #d62d2d;
    border-radius: 12px;
    padding: 24px;
    width: 220px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-4px);
}

.stat-card h3 {
    font-size: 1.8rem;
    color: #14532d;
    margin-bottom: 8px;
}

.stat-card p {
    font-size: 18px;
    font-weight: 600;
    color: #334155;
}

.clinical-nutrition-section {
    padding: 40px 20px;
    background-color: #ffffff;
    font-family: "Segoe UI", sans-serif;
}



.nutrition-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.nutrition-image {
    flex: 1 1 45%;
    text-align: center;
}

.nutrition-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 12px;
    object-fit: cover;
}

.nutrition-content {
    flex: 1 1 50%;
}

.nutrition-content h2 {
    text-align: left !important;
}

.nutrition-content h2 span {
    color: #d62d2d;
}

.nutrition-content p {
    font-size: 20px;
    color: #374151;
    line-height: 1.7;
    margin-bottom: 20px;
}

.nutrition-content .highlight {
    text-decoration: underline;
    color: #9f1239;
    font-weight: 500;
}

.contact-form-section {
    background: #e2e5ee;
    padding: 40px 0px 0px 0px;
}

.contact-form-space {
    margin-top: -60px;
}

.form-wrapper form {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 25px;
    background: #fff;
    padding: 1.5rem;
    border-radius: 0.625rem;
    box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
    max-width: 40rem;
    margin: auto;

}

.form-wrapper input,
.form-wrapper select {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
    width: 100%;
}

#contactFormbtn {
    background: #262963;
    width: 8rem;
    color: #fff;
    border: 0;
}

#contactFormbtn:hover {
    background: #d62d2d;
}

#contactFormbtn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #ccc !important;
    color: #666 !important;
}


.contact-img {
    max-width: 100%;
    height: auto;
}

.site-footer {
    background-color: #252862;
    color: #fff;
    padding: 40px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.footer-logo {
    max-width: 230px;
    height: auto;
}

.footer-title {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    border-bottom: 2px solid #ffffff;
}

.footer-contact {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
}

.footer-icon {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.footer-contact a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-contact a:hover {
    color: #d62d2d;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #d62d2d;
}


.enquire-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #d62d2d;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 50px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    z-index: 9999;
    transition: all 0.3s ease;
}

.enquire-btn:hover,
.enquire-btn:focus,
.enquire-btn:active,
.enquire-btn:visited {
    background-color: #b91c1c;
    color: #fff !important;
    text-decoration: none;
    outline: none;
}

#successmsg-contact {
    margin: 1rem 0;
    text-align: left;
    color: #017630;
}


/* Responsive */
@media (max-width: 992px) {
    .nutrition-section h2 {
        font-size: 26px;
    }

    .highlight-box {
        padding: 16px;
    }

    .image-caption {
        font-size: 0.95rem;
        padding: 8px;
    }

    .logo-box {
        margin: 6px auto;
    }
}

@media (max-width: 767px) {
    .nutrition-section {
        padding: 60px 15px 0px 15px;
    }

    .nutrition-section h2 {
        font-size: 20px;
        line-height: 1.4;
    }

    .badge {
        font-size: 16px;
    }


    .nutrition-section .image-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nutrition-section .image-wrapper img.custom-img {
        max-width: 100%;
        height: auto;
        object-fit: contain;
        margin: 0 auto;
        display: block;
    }

    .highlight-box h2 {
        font-size: 18px;
        text-align: center;
    }

    .highlight-box {
        padding: 16px;
    }

    .footer-title {
        text-align: center;
        font-size: 24px;
    }

    .footer-links,
    .footer-contact {
        text-align: center;
        justify-content: center;
    }

    .footer-links li {
        margin-bottom: 10px;
    }

    .enquire-btn {
        padding: 10px 16px;
        font-size: 14px;
        bottom: 15px;
        right: 15px;
    }

    .contact-form-space {
        margin-top: 0px;
    }


}

@media (max-width: 576px) {
    .nutrition-section h2 {
        font-size: 22px;
    }

    .image-wrapper {
        max-height: none;
    }

    .image-wrapper img.custom-img {
        width: 100%;
        height: auto;
    }

    .image-caption {
        font-size: 0.85rem;
    }
}