/* ========== Page Sections ========== */
body:not(.elementor-editor-active) .elementor:not(.elementor-location-header):not(.elementor-location-footer) > .e-con,
body:not(.elementor-editor-active) .elementor:not(.elementor-location-header):not(.elementor-location-footer) > .elementor-section {
    border-radius: 32px !important;
    margin-left: 24px !important;
    margin-right: 24px !important;
    width: calc(100% - 48px) !important;
    max-width: calc(100% - 48px) !important;
    margin-top: 6px !important;
}
body:not(.elementor-editor-active) .elementor:not(.elementor-location-header):not(.elementor-location-footer) > .e-con:first-child,
body:not(.elementor-editor-active) .elementor:not(.elementor-location-header):not(.elementor-location-footer) > .elementor-section:first-child {
    margin-top: 6px !important;
}

/* ========== Hero ========== */
.nutr-hero {
    background: #1B4332 !important;
    min-height: 45vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 60px;
    gap: 16px;
    text-align: center;
}
.nutr-hero .elementor-heading-title { color: #FFFFFF !important; }
.nutr-hero .nutr-subtitle .elementor-heading-title { color: rgba(255,255,255,0.75) !important; font-size: 16px !important; }

/* ========== Hero Global ========== */
[data-id="page-hero"] {
    min-height: 30vh !important;
    padding: 60px !important;
    gap: 40px !important;
    align-items: center !important;
    justify-content: center !important;
}

/* ========== Hero Doctor Image ========== */
[data-id="hero-doctor-img"] img {
    max-height: 220px !important;
    width: auto !important;
    object-fit: contain !important;
}

/* ========== Badge Base ========== */
.nutr-badge-dark,
.nutr-badge-light,
.nutr-badge-year,
.nutr-badge-role {
    display: flex !important;
    justify-content: center !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}
.nutr-badge-dark .elementor-heading-title {
    background: rgba(233,196,106,0.15) !important;
    border: 1px solid rgba(233,196,106,0.4) !important;
    color: #E9C46A !important;
    padding: 6px 20px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    display: inline-block !important;
    width: auto !important;
}
.nutr-badge-light .elementor-heading-title {
    background: #D8F3DC !important;
    border: 1px solid #74C69D !important;
    color: #1B4332 !important;
    padding: 3px 12px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    display: inline-block !important;
    width: auto !important;
}
.nutr-badge-year .elementor-heading-title {
    background: #E9C46A !important;
    color: #5c3d00 !important;
    padding: 3px 12px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    display: inline-block !important;
    width: auto !important;
}
.nutr-badge-role .elementor-heading-title {
    background: #D8F3DC !important;
    border: 1px solid #74C69D !important;
    color: #1B4332 !important;
    padding: 3px 12px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    display: inline-block !important;
    width: auto !important;
}

/* ========== Loop Cards ========== */
.e-loop-item > .e-con {
    border: 1.5px solid #74C69D !important;
    border-radius: 16px !important;
    overflow: hidden !important;
}
.e-loop-item > .e-con:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 24px rgba(45,106,79,0.15) !important;
}

/* ========== Certificate Cards ========== */
.nutr-card-academic {
    border-radius: 24px !important;
    padding: 40px 30px !important;
    text-align: center;
}
.nutr-card-academic.card-1 { background: #2D6A4F !important; }
.nutr-card-academic.card-2 { background: #1B4332 !important; }
.nutr-card-academic .elementor-heading-title { color: #FFFFFF !important; }
.nutr-card-academic .nutr-card-year .elementor-heading-title {
    background: #E9C46A;
    color: #5c3d00 !important;
    padding: 4px 16px;
    border-radius: 999px;
    font-size: 13px !important;
    font-weight: 700;
    display: inline-block;
}
.nutr-card-academic .nutr-card-inst .elementor-heading-title {
    color: rgba(255,255,255,0.75) !important;
    font-size: 14px !important;
}
.nutr-card-academic .elementor-widget-image img {
    width: 90px !important;
    height: 90px !important;
    object-fit: cover;
    border-radius: 12px;
    border: 2px solid rgba(255,255,255,0.2);
}

/* ========== Practical Cards Filter ========== */
.nutr-prac-card { transition: opacity .25s; }
.nutr-prac-card.hidden { display: none !important; }
.nutr-tab-btn .elementor-button { border: 1.5px solid #2D6A4F !important; background: transparent !important; color: #2D6A4F !important; }
.nutr-tab-btn.active .elementor-button { background: #2D6A4F !important; color: #fff !important; }

/* ========== Stat Cards ========== */
.nutr-stat-card .elementor-icon-box-icon i { color: #2D6A4F !important; }
.nutr-stat-card .elementor-icon-box-title { font-size: 36px !important; font-weight: 800 !important; color: #1B4332 !important; }
.nutr-stat-card .elementor-icon-box-description { font-size: 14px !important; color: #40916C !important; }

/* ========== Icon Box Services ========== */
.nutr-service-card .elementor-icon-box-icon i { color: #2D6A4F !important; }
.nutr-service-card .elementor-icon-box-title { color: #1B4332 !important; font-size: 18px !important; font-weight: 700 !important; }
.nutr-service-card .elementor-icon-box-description { color: #555 !important; font-size: 14px !important; }

/* ========== How Cards ========== */
.nutr-how-card { cursor: pointer; transition: transform 0.2s; }
.nutr-how-card:hover { transform: translateY(-4px); }

/* ========== Card Icon & Check System ========== */
.nutr-card-icon .elementor-icon-wrapper {
    display: flex !important;
    justify-content: center !important;
}
.nutr-card-icon {
    width: 100% !important;
    text-align: center !important;
}
.nutr-check-icon {
    flex-shrink: 0 !important;
    width: auto !important;
    min-width: unset !important;
}
.nutr-check-icon ~ .nutr-check-text {
    flex: 1 !important;
}
.e-con:has(> .nutr-check-icon) {
    --flex-direction: row !important;
    flex-direction: row !important;
    align-items: center !important;
    --align-items: center !important;
    gap: 10px !important;
}

.nutr-card-title .elementor-heading-title {
    text-align: center !important;
    width: 100% !important;
}
.nutr-card-title {
    width: 100% !important;
    text-align: center !important;
}
.nutr-check-text .elementor-heading-title {
    text-align: right !important;
    margin: 0 !important;
}
html:not([dir="rtl"]) .nutr-check-text .elementor-heading-title {
    text-align: left !important;
}

/* ========== CTA Global ========== */
.e-con[style*="background-color: rgb(233, 196, 106)"],
.e-con[style*="background-color:#E9C46A"] {
    padding: 70px 60px !important;
    gap: 24px !important;
    align-items: center !important;
    flex-direction: column !important;
}
.e-con[style*="background-color: rgb(233, 196, 106)"] .elementor-heading-title,
.e-con[style*="background-color:#E9C46A"] .elementor-heading-title {
    text-align: center !important;
    color: #5c3d00 !important;
}
