/* Premium Luxury Herbal Wellness Section Style */

.dkhr-section-e62a3dc4 {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Elegant Leaf subtle background texture */
.dkhr-leaf-texture-e62a3dc4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.04;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cpath fill='%231b4332' fill-opacity='1' d='M60 10C50 30 30 50 10 60c20 10 40 30 50 50 10-20 30-40 50-50-20-10-40-30-50-50z'/%3E%3C/svg%3E");
    background-size: 80px 80px;
    animation: leafFloatAnimation 120s linear infinite;
}

@keyframes leafFloatAnimation {
    0% { background-position: 0 0; }
    100% { background-position: 1000px 1000px; }
}

.dkhr-container-e62a3dc4 {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Header styling */
.dkhr-header-e62a3dc4 {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px auto;
}

.dkhr-badge-e62a3dc4 {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 18px;
    border-radius: 50px;
    background-color: rgba(27, 67, 50, 0.05);
    border: 1px solid rgba(27, 67, 50, 0.15);
    margin-bottom: 20px;
}

.dkhr-heading-e62a3dc4 {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 16px 0;
    letter-spacing: -0.5px;
}

.dkhr-subheading-e62a3dc4 {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Grid setup */
.dkhr-grid-e62a3dc4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 80px;
}

/* Premium White Card Styles */
.dkhr-card-e62a3dc4 {
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: all 400ms cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

/* Card Hover effect sequence */
.dkhr-card-e62a3dc4:hover {
    transform: translateY(-10px);
    border-color: rgba(27, 67, 50, 0.2);
    box-shadow: 0 20px 50px rgba(27, 67, 50, 0.08);
}

.dkhr-card-illustration-wrap-e62a3dc4 {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: transform 400ms cubic-bezier(0.16, 1, 0.3, 1);
}

.dkhr-card-e62a3dc4:hover .dkhr-card-illustration-wrap-e62a3dc4 {
    transform: scale(1.1);
}

/* Premium Gradient Placeholder Illustration */
.dkhr-card-placeholder-illustration-e62a3dc4 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(27, 67, 50, 0.04) 0%, rgba(27, 67, 50, 0.12) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: inset 0 2px 6px rgba(0,0,0,0.02);
}

.dkhr-card-emoji-e62a3dc4 {
    font-size: 36px;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.1));
}

.dkhr-card-image-e62a3dc4 {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.dkhr-card-body-e62a3dc4 {
    text-align: center;
    margin-bottom: 20px;
}

.dkhr-card-title-e62a3dc4 {
    font-size: 19px;
    font-weight: 500;
    color: #1a1a1a;
    margin: 0 0 8px 0;
}

.dkhr-card-benefit-e62a3dc4 {
    font-size: 13px;
    color: #888888;
    margin: 0;
    line-height: 1.4;
}

.dkhr-card-footer-e62a3dc4 {
    text-align: center;
}

.dkhr-card-button-e62a3dc4 {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #1b4332;
    transition: transform 300ms ease, opacity 300ms ease;
    position: relative;
}

.dkhr-card-e62a3dc4:hover .dkhr-card-button-e62a3dc4 {
    transform: translateX(4px);
    color: #2d6a4f;
}

/* BOTTOM PREMIUM FULL WIDTH CTA */
.dkhr-cta-card-e62a3dc4 {
    background-color: #1b4332;
    border-radius: 24px;
    padding: 60px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    box-shadow: 0 25px 60px rgba(27, 67, 50, 0.25);
    position: relative;
    overflow: hidden;
}

.dkhr-cta-card-e62a3dc4::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0) 70%);
    pointer-events: none;
}

.dkhr-cta-content-e62a3dc4 {
    max-width: 60%;
}

.dkhr-cta-heading-e62a3dc4 {
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 10px 0;
    color: #ffffff;
}

.dkhr-cta-desc-e62a3dc4 {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.5;
}

.dkhr-cta-btn-e62a3dc4 {
    display: inline-block;
    text-decoration: none !important;
    background-color: #ffffff;
    color: #1b4332;
    padding: 18px 38px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
}

.dkhr-cta-btn-e62a3dc4:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    background-color: #f4f6f4;
}

/* RESPONSIVE LAYOUTS */
@media (max-width: 1024px) {
    .dkhr-grid-e62a3dc4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .dkhr-cta-card-e62a3dc4 {
        flex-direction: column;
        text-align: center;
        padding: 50px 40px;
        gap: 30px;
    }
    .dkhr-cta-content-e62a3dc4 {
        max-width: 100%;
    }
    .dkhr-heading-e62a3dc4 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .dkhr-grid-e62a3dc4 {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .dkhr-heading-e62a3dc4 {
        font-size: 28px;
    }
    .dkhr-cta-heading-e62a3dc4 {
        font-size: 24px;
    }
}
