/*
Theme Name: realmedia by warp.md
Theme URI: https://warp.md
Author: Adrian Bordeianu
Author URI: https://warp.md
Description: Dezvoltat de warp.md
Version: 1.1
Requires at least: 5.0
Tested up to: 6.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: warp
*/

:root {
    --selection-color: #ffffff;
    --selection-bg: #59c2dd;
    --text-body: #707a88;
    --bg-body: #ffffff;
    --href-color: #59c2dd;

    --primary-color: #078da0;
    --primary-color-hover: #056b7a;
    --primary-color-second: #4dd0e1;

    --navbar-contact-color: #666666;
    --navbar-border-bottom: #EBEBEB;
    --navbar-bg: #ffffff;
    --navbar-text: #334155;
    --nav-link-text: #334155;
    --nav-link-hover-active: #056b7a;
    --nav-elements-bg: #ffffff;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::selection {
    color: var(--selection-color);
    background: var(--selection-bg);
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: var(--text-body);
    background-color: var(--bg-body);
    margin: 0;
    padding: 0;
    position: relative;
}

a {
    color: var(--href-color);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

/* CONTAINER MAIN */

.container {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
}

/* CONTAINER MAIN RESPONSIVE*/

@media screen and (max-width: 890px) {
    .container {
        max-width: 738px;
    }
}

@media screen and (max-width: 768px) {
    .container {
        max-width: 630px;
    }
}

@media screen and (max-width: 630px) {
    .container {
        max-width: 580px;
    }
}

/* CONTAINER NAV */
.container-nav {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1390px;
}

/* ===================================
   HEADER CONTACT SECTION
   =================================== */
.hc-header-contact-section {
    background-color: var(--navbar-bg);
    padding: 15px 10px;
    border-bottom: 1px solid var(--navbar-border-bottom);
}

.hc-container-contact-section-header {
    display: flex;
    justify-content: space-between;
}

.hc-top-bar-left {
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--navbar-text);
}

.hc-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--navbar-contact-color);
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
}

.hc-contact-item a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
}

.hc-contact-item a:hover {
    color: var(--primary-color);
}

.hc-separator {
    margin: 0 5px;
}

.hc-contact-item i {
    color: var(--primary-color);
}

/* HEADER CONTACT SOCIAL ICONS */
.hc-top-bar-right {
    display: flex;
    gap: 10px;
}

.hc-social-icon {
    width: 32px;
    height: 32px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.3s;
}

.hc-social-icon:hover {
    background: var(--primary-color-hover);
}

/* HEADER CONTACT RESPONSIVE */

@media screen and (max-width: 768px) {
    .hc-header-contact-section {
        display: none;
    }
}

/* ===== NAVBAR ===== */
.nb-navbar-fixed {
    position: sticky;
    top: 0;
    z-index: 100;
}

.nb-navbar {
    background-color: var(--navbar-bg);
    color: var(--navbar-text);
    min-height: 80px;
}

.nb-navbar.scrolled {
    border-bottom: 1px solid var(--navbar-border-bottom);
    box-shadow: 0px 20px 23px -10px rgba(153, 153, 153, 0.123);
}

.nb-menu {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LOGO */
.nb-logo {
    display: flex;
    height: 40px;
    max-width: 240px;
    align-items: center;
}

.nb-logo-link {
    line-height: 0;
}

.nb-logo-img {
    min-height: 40px;
    width: 100%;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-transform: lowercase;
    color: #098da0;
}


/* ========================================
   LANGUAGE SELECTOR - SINGLE TOGGLE BUTTON
   ======================================== */

.nb-language-selector {
    display: flex;
    align-items: center;
}

.nb-language-selector ul {
    display: flex;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nb-language-selector li {
    margin: 0;
    list-style: none;
}

.nb-language-selector a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 40px;
    padding: 0 16px;
    background: #078da0;
    border: none;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.3s;
    letter-spacing: 0.5px;
}

.nb-language-selector a:hover {
    background: #0aa5bd;
    box-shadow: 0 4px 12px rgba(7, 141, 160, 0.3);
}

/* Mobile */
@media (max-width: 768px) {
    .nb-language-selector a {
        min-width: 45px;
        height: 30px;
        padding: 0 12px;
        font-size: 13px;
    }

    .nb-btn-programare {
        display: none;
    }
}




/* NAVIGATION */
.nb-navbar-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nb-nav-link {
    color: var(--nav-link-text);
    font-weight: 700;
    letter-spacing: 0.3px;
    font-size: 14px;
    padding: 7px 14px;
    margin: 0 5px;
    transition: all 0.3s;
}

.nb-nav-link:hover,
.nb-nav-link.active {
    color: var(--navbar-bg);
    background-color: var(--nav-link-hover-active);
    border-radius: 50px;
}

/* ICONS & BUTTON */
.nb-navbar-icons {
    display: flex;
    height: 25px;
    gap: 15px;
    align-items: center;
}

.nb-btn-programare {
    background: var(--primary-color);
    color: #ffffff;
    padding: 12px 28px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.3s;
}

.nb-btn-programare:hover {
    background: var(--primary-color-hover);
}

.nb-navbar-menu-icon {
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    transition: all 0.25s ease;
    color: #3e5069;
}

.nb-navbar-menu-icon i {
    font-size: 29px;
    transition: transform 0.25s ease;
}

/* Efect hover: ușor fundal translucid și zoom pe icon */
.nb-navbar-menu-icon:hover {
    background: rgba(0, 0, 0, 0.05);
}

/* Mobile (hidden by default) */
.nb-mobile-navbar,
.nb-mobile-navbar-list {
    display: none;
}

/* DESKTOP NAV MENU END */

/* RESPONSIVE NAVBAR STRAT */

@media screen and (max-width: 1100px) {
    .nb-navbar {
        min-height: 70px;
    }

    .nb-menu {
        min-height: 70px;
    }

    .nb-logo {
        height: 50px;
        max-width: 145px;
    }

    .nb-logo-img {
        height: 35px;
    }

    .nb-logo-img-white {
        height: 35px;
    }

    .nb-navbar-list {
        display: none;
    }

    .nb-navbar-menu-icon {
        display: block;
    }

    .nb-mobile-navbar {
        display: none;
        z-index: 100;
        background-color: var(--nav-elements-bg);
        border-bottom: 1px solid var(--navbar-border-bottom);
    }

    .nb-mobile-navbar-list {
        display: block;
        list-style: none;
        padding-top: 15px;
        padding-bottom: 15px;
        letter-spacing: .3px;
        font-size: 15px;
    }

    .nb-mobile-navbar-list li {
        padding-top: 3px;
        padding-bottom: 3px;
        letter-spacing: .3px;
    }

    .nb-nav-link {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 15px;
        padding-right: 15px;
        display: flex;
        align-items: center;
        width: 100%;
    }
}


/* RESPONSIVE NAVBAR END */


/* HOME PAGE START HOME.PHP */

/* HEADER HOME HERO SECTION  */

.hs-hero {
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hs-hero-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hs-hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.85) 0%,
            rgba(0, 0, 0, 0.6) 50%,
            rgba(0, 0, 0, 0.3) 100%);
    z-index: 2;
}

.hs-container-hero {
    position: relative;
    z-index: 3;
    max-width: 1350px;
    margin: 0 auto;
    padding: 80px 20px;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 60px;
    align-items: center;
}

/* ===== LEFT CONTENT ===== */
.hero-content {
    color: white;
    text-align: left;
}

/* Badge */
.hs-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(7, 141, 160, 0.2);
    backdrop-filter: blur(10px);
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
    border: 1px solid rgba(7, 141, 160, 0.4);
    animation: hs-fadeInDown 0.8s ease;
}

.hs-hero-badge i {
    color: #4dd0e1;
    font-size: 16px;
}

.hs-hero-badge {
    color: #ffffff;
}

/* Title */
.hs-hero-title {
    font-size: 58px;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1.15;
}

.hs-title-line {
    display: block;
    animation: hs-fadeInLeft 1s ease;
    color: #ffffff;
}

.hs-title-line.highlight {
    color: var(--primary-color-second);
    animation-delay: 0.2s;
}

/* Divider Decorative line*/
.hs-hero-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #078da0 0%, #4dd0e1 100%);
    border-radius: 2px;
    margin: 25px 0;
}

/* Description */
.hs-hero-description {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 35px;
    opacity: 0.95;
    color: #e0e0e0;
}

.hs-hero-description strong {
    color: white;
    font-weight: 700;
}

/* Features List */
.hs-hero-features {
    list-style: none;
    padding: 0;
    margin: 35px 0;
}

.hs-hero-features li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(1px);
    border-radius: 10px;
    border-left: 3px solid #078da0;
    transition: all 0.3s;
}

.hs-hero-features li:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(10px);
}

.hs-hero-features i {
    color: #4dd0e1;
    font-size: 24px;
    margin-top: 2px;
    flex-shrink: 0;
}

.hs-hero-features div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hs-hero-features strong {
    font-size: 17px;
    font-weight: 700;
    color: white;
}

.hs-hero-features span {
    font-size: 14px;
    color: #b0b0b0;
}

/* Buttons */
.hs-hero-buttons {
    display: flex;
    gap: 15px;
    margin-top: 40px;
}

.hs-btn-primary {
    background: linear-gradient(135deg, #078da0 0%, #0aa5bd 100%);
    color: white;
    padding: 18px 35px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 25px rgba(7, 141, 160, 0.4);
}

.hs-btn-primary:hover {
    /* transform: translateY(-3px); */
    box-shadow: 0 12px 35px rgba(7, 141, 160, 0.6);
}

.hs-btn-secondary {
    background: transparent;
    color: white;
    padding: 18px 35px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 12px;
}

.hs-btn-secondary:hover {
    background: white;
    color: #078da0;
    border-color: white;
}

/* Trust Indicator */
.hs-hero-trust {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hs-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
}

.hs-trust-item i {
    color: #4dd0e1;
    font-size: 20px;
}

.hs-trust-item strong {
    color: #4dd0e1;
}

.hs-trust-divider {
    width: 1px;
    height: 30px;
    background: rgba(255, 255, 255, 0.3);
}

/* ===== RIGHT STATS CARDS ===== */
.hs-hero-stats {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hs-stat-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    color: white;
    transition: all 0.3s;
}

.hs-stat-card:hover {
    background: rgba(255, 255, 255, 0.15);
    /* transform: translateY(-5px); */
}

.hs-stat-icon {
    font-size: 40px;
    color: #4dd0e1;
    margin-bottom: 15px;
}

.hs-stat-number {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #4dd0e1;
}

.hs-stat-label {
    font-size: 15px;
    opacity: 0.9;

}

.hs-highlight-card {
    background: linear-gradient(135deg, #078da0 0%, #0aa5bd 100%);
    border: none;
}

.hs-highlight-card:hover {
    background: linear-gradient(135deg, #026977 0%, #0aa5bd 100%) !important;

}

.hs-stat-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

/* Animations */
@keyframes hs-fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes hs-fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive */
@media (max-width: 1024px) {
    .hs-container-hero {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hs-hero-stats {
        flex-direction: row;
    }
}

@media (max-width: 768px) {
    .hs-hero {
        min-height: auto;
    }

    .hs-container-hero {
        padding: 60px 20px;
    }

    .hs-hero-title {
        font-size: 36px;
    }

    .hs-hero-description {
        font-size: 16px;
    }

    .hs-hero-buttons {
        flex-direction: column;
    }

    .hs-btn-primary,
    .hs-btn-secondary {
        width: 100%;
        justify-content: center;
    }

    .hs-hero-stats {
        flex-direction: column;
    }

    .hs-hero-trust {
        flex-direction: column;
        gap: 15px;
    }

    .hs-trust-divider {
        width: 100%;
        height: 1px;
    }
}

/* HEADER HOME HERO SECTION END */

/* ===== SECTION HEADER COMUNA PENTRU TOATE DE PE HOME PAGE ===== */


.sh-section-header-center {
    text-align: center;
    margin-bottom: 50px;
}

.sh-section-header-center h2 {
    font-size: 42px;
    font-weight: 800;
    color: #333;
    margin-bottom: 10px;
}

.sh-section-header-center p {
    font-size: 18px;
    color: #666;
}

.sh-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e0f7fa;
    color: #078da0;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.sh-section-badge i {
    font-size: 16px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .sh-section-header-center h2 {
        font-size: 32px;
    }

    .sh-section-header-center p {
        font-size: 16px;
    }
}

/* ===== SECTION HEADER COMUNA PENTRU TOATE DE PE HOME PAGE END ===== */

/* CTA Section COMUNA PENTRU TOATE, VEZI MAI MULT */

.cta-all-grid-cta {
    text-align: center;
    margin-top: 20px;
}

.cta-btn-view-all {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #078da0 0%, #0aa5bd 100%);
    color: white;
    padding: 16px 35px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
}

.cta-btn-view-all:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(7, 141, 160, 0.3);
}

/* CTA Section COMUNA PENTRU TOATE, VEZI MAI MULT END */


/* ===================================
   SERVICES GRID - COMPACT & CENTERED
   =================================== */

.ss-services-grid-section {
    padding: 100px 20px;
    background: #f8f9fa;
}

.ss-container-services-grid {
    max-width: 1350px;
    margin: 0 auto;
}

/* Services Grid - 4 columns CENTERED */
.ss-services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px;
    justify-content: center;
}

/* Service Card Compact - Horizontal Layout */
.ss-service-card-compact {
    background: white;
    border-radius: 12px;
    padding: 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s;
    border: 2px solid transparent;
    height: 90px;
    width: calc(25% - 15px);
    min-width: 280px;
    max-width: 320px;
}

.ss-service-card-compact:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(7, 141, 160, 0.15);
    border-color: #078da0;
}

.ss-service-card-compact.ss-highlight {
    background: linear-gradient(135deg, #f0f9fa 0%, #e0f7fa 100%);
    border-color: #078da0;
}

/* Card Icon */
.ss-card-compact-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ss-card-compact-icon i {
    font-size: 24px;
    color: #078da0;
}

/* Card Content */
.ss-card-compact-content {
    flex: 1;
    min-width: 0;
}

.ss-service-card-compact h3 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ss-service-card-compact p {
    font-size: 13px;
    color: #666;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ===================================
   RESPONSIVE
   =================================== */

@media (max-width: 1350px) {
    .ss-service-card-compact {
        width: calc(25% - 15px);
    }
}

@media (max-width: 1200px) {
    .ss-service-card-compact {
        width: calc(33.333% - 14px);
    }
}

@media (max-width: 900px) {
    .ss-service-card-compact {
        width: calc(50% - 10px);
        min-width: 250px;
    }

    .ss-section-header-center h2 {
        font-size: 32px;
    }

    .ss-section-header-center p {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .ss-services-grid-section {
        padding: 60px 20px;
    }

    .ss-section-header-center {
        margin-bottom: 40px;
    }

    .ss-section-header-center h2 {
        font-size: 28px;
    }

    .ss-service-card-compact {
        width: calc(50% - 6px);
        min-width: 150px;
        height: auto;
        min-height: 80px;
        padding: 15px;
        gap: 12px;
    }

    .ss-services-grid {
        gap: 12px;
    }

    .ss-card-compact-icon {
        width: 45px;
        height: 45px;
    }

    .ss-card-compact-icon i {
        font-size: 20px;
    }

    .ss-service-card-compact h3 {
        font-size: 14px;
        white-space: normal;
    }

    .ss-service-card-compact p {
        font-size: 12px;
        white-space: normal;
    }

    .ss-btn-view-all-services {
        padding: 14px 30px;
        font-size: 15px;
    }
}

@media (max-width: 378px) {
    .ss-service-card-compact {
        width: 100%;
        height: auto;
        min-height: 80px;
    }

    .ss-service-card-compact h3 {
        white-space: normal;
    }

    .ss-service-card-compact p {
        white-space: normal;
    }
}

/* SERVICES HOME PAGE END */





/* ===================================
   TEAM SECTION
   =================================== */

.ts-team-section {
    padding: 100px 20px;
    background: white;
}

.ts-container-team {
    max-width: 1350px;
    margin: 0 auto;
}

/* ===== TEAM GRID ===== */
.ts-team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

/* ===== DOCTOR CARD ===== */
.ts-doctor-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
}

.ts-doctor-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 40px rgba(7, 141, 160, 0.15);
}

/* Doctor Image */
.ts-doctor-image {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.ts-doctor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    object-position: top;
}

.ts-doctor-card:hover .doctor-image img {
    transform: scale(1.1);
}

/* Overlay */
.ts-doctor-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(7, 141, 160, 0.9) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    padding: 20px;
}

.ts-doctor-card:hover .ts-doctor-overlay {
    opacity: 1;
}

.ts-doctor-social {
    display: flex;
    gap: 15px;
}

.ts-doctor-social a {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #078da0;
    text-decoration: none;
    transition: all 0.3s;
    transform: translateY(20px);
    opacity: 0;
}

.ts-doctor-card:hover .ts-doctor-social a {
    transform: translateY(0);
    opacity: 1;
}

.ts-doctor-social a:nth-child(1) {
    transition-delay: 0.1s;
}

.ts-doctor-social a:nth-child(2) {
    transition-delay: 0.2s;
}

.ts-doctor-social a:hover {
    background: #078da0;
    color: white;
    transform: scale(1.1);
}

/* Doctor Info */
.ts-doctor-info {
    padding: 25px;
}

.ts-doctor-info h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.ts-doctor-specialty {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #078da0;
    margin-bottom: 12px;
}

.ts-doctor-bio {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
    .ts-team-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .ts-team-section {
        padding: 60px 20px;
    }

    .ts-team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .ts-doctor-image {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .ts-team-grid {
        grid-template-columns: 1fr;
    }

    .ts-doctor-image {
        height: 300px;
    }
}

/* TEAM HOME PAGE END */


/* NEWS SECTION HOME PAGE START */

.ns-news-section {
    padding: 100px 20px;
    background: #f8f9fa;
}

.ns-container-news {
    max-width: 1350px;
    margin: 0 auto;
}

/* ===== NEWS GRID ===== */
.ns-news-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 30px;
    margin-bottom: 50px;
}

/* Featured Article spans 2 rows */
.ns-featured-news {
    grid-row: 1 / 3;
}

/* ===== NEWS CARD ===== */
.ns-news-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
}

.ns-news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(7, 141, 160, 0.15);
}

/* News Image */
.ns-news-image {
    position: relative;
    width: 100%;
    height: 140px;
    /* era 200px */
    overflow: hidden;
}

.ns-featured-news .ns-news-image {
    height: 320px;
    /* era 400px */
}

.ns-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.ns-news-card:hover .ns-news-image img {
    transform: scale(1.1);
}

/* Category Badge */
.ns-news-category {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #078da0 0%, #0aa5bd 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* News Content */
.ns-news-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ns-featured-news .ns-news-content {
    padding: 35px;
}

/* Meta Info */
.ns-news-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #999;
}

.news-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.news-meta i {
    color: #078da0;
}

/* Title */
.ns-news-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ns-featured-news h3 {
    font-size: 28px;
    margin-bottom: 18px;
    -webkit-line-clamp: 3;
}

/* Description */
.ns-news-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.ns-featured-news p {
    font-size: 16px;
    -webkit-line-clamp: 4;
}

/* News Link */
.ns-news-link-image {
    display: block;
}

.ns-news-link-tile {
    display: block;
}

.ns-news-link-tile:hover {
    color: #078da0;
}


/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .ns-news-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .ns-featured-news {
        grid-row: auto;
        grid-column: 1 / -1;
    }

    .ns-featured-news .ns-news-image {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .ns-news-section {
        padding: 60px 20px;
    }

    .ns-news-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ns-featured-news .ns-news-image {
        height: 250px;
    }

    .ns-news-image {
        height: 180px;
    }

    .ns-featured-news h3 {
        font-size: 22px;
    }

    .ns-featured-news .ns-news-content {
        padding: 25px;
    }
}

/* NEWS SECTION HOME PAGE END */











/* CONTACT FORM HOME PAGE SECTION START */

.cs-contact-section {
    padding: 100px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e8f4f5 100%);
}

.cs-container-contact {
    max-width: 1350px;
    margin: 0 auto;
}

/* ===== CONTACT WRAPPER ===== */
.cs-contact-wrapper {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 50px;
    margin-top: 50px;
}

/* ===== CONTACT FORM ===== */
.cs-contact-form-container {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.cs-contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cs-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.cs-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cs-form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cs-form-group label i {
    color: #078da0;
    font-size: 16px;
}

.cs-form-group input,
.cs-form-group select,
.cs-form-group textarea {
    padding: 14px 18px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.3s;
    font-family: inherit;
}

.cs-form-group input:focus,
.cs-form-group select:focus,
.cs-form-group textarea:focus {
    outline: none;
    border-color: #078da0;
    box-shadow: 0 0 0 3px rgba(7, 141, 160, 0.1);
}

.cs-form-group textarea {
    resize: vertical;
    min-height: 120px;
}

/* Checkbox */
.cs-form-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.cs-form-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: #078da0;
}

.cs-form-checkbox label {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.cs-form-checkbox label a {
    color: #078da0;
    text-decoration: none;
    font-weight: 600;
}

.cs-form-checkbox label a:hover {
    text-decoration: underline;
}

/* Form Messages */
.cs-form-messages {
    margin: 20px 0;
}

.cs-alert {
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cs-alert-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.cs-alert-error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.cs-btn-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.cs-fa-spinner {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Submit Button */
.cs-btn-submit {
    background: linear-gradient(135deg, #078da0 0%, #0aa5bd 100%);
    color: white;
    padding: 16px 40px;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 8px 25px rgba(7, 141, 160, 0.3);
}

.cs-btn-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(7, 141, 160, 0.5);
}

/* Emergency Notice */
/* .cs-emergency-notice {
    background: #fff3cd;
    border: 2px solid #ffc107;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-top: 20px;
}

.cs-emergency-notice i {
    color: #ff9800;
    font-size: 24px;
    margin-top: 2px;
}

.cs-emergency-notice strong {
    display: block;
    color: #333;
    margin-bottom: 5px;
}

.cs-emergency-notice p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.cs-emergency-notice a {
    color: #d32f2f;
    font-weight: 700;
    text-decoration: none;
}

.cs-emergency-notice a:hover {
    text-decoration: underline;
} */

/* ===== CONTACT INFO ===== */
.cs-contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cs-info-card {
    background: white;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
}

.cs-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(7, 141, 160, 0.15);
}

.cs-info-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cs-info-card h3 i {
    color: #078da0;
    font-size: 20px;
}

.cs-info-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 10px;
}

.cs-info-card a {
    color: #078da0;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.cs-info-card a:hover {
    color: #056b7a;
}

.cs-info-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    margin-top: 8px;
}

.cs-info-link i {
    font-size: 12px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .cs-contact-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .cs-contact-section {
        padding: 60px 20px;
    }

    .cs-contact-form-container {
        padding: 30px 20px;
    }

    .cs-form-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}








/* ===== FOOTER MAIN ===== */
.ft-footer {
    background: #1a1a1a;
    color: #ffffff;
}

.ft-footer-main {
    padding: 80px 20px 40px;
}

.ft-container-footer {
    max-width: 1350px;
    margin: 0 auto;
}

.ft-container-footer {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 50px;
}

/* ===== FOOTER COLUMN ===== */
.ft-footer-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Logo */
.ft-footer-logo {
    margin-bottom: 10px;
}

.ft-footer-logo img {
    height: 50px;
    width: auto;
}

.ft-footer-description {
    font-size: 14px;
    line-height: 1.8;
    color: #b0b0b0;
}

/* Social Buttons */
.ft-footer-social {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.ft-footer-social-btn {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 16px;
}

.ft-footer-social-btn:hover {
    background: #078da0;
    transform: translateY(-3px);
}

/* Footer Title */
.ft-footer-title {
    font-size: 18px;
    font-weight: 700;
    color: white;
    margin-bottom: 5px;
    position: relative;
    padding-bottom: 12px;
}

.ft-footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #078da0;
    border-radius: 2px;
}

/* Footer Links */
.ft-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ft-footer-links li a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
}

.ft-footer-links li a i {
    font-size: 10px;
    color: #078da0;
}

.ft-footer-links li a:hover {
    color: white;
    padding-left: 5px;
}

/* Footer Contact */
.ft-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ft-footer-contact li {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.ft-footer-contact li i {
    color: #078da0;
    font-size: 18px;
    margin-top: 3px;
    flex-shrink: 0;
}

.ft-footer-contact li div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ft-footer-contact strong {
    color: white;
    font-size: 14px;
    font-weight: 600;
}

.ft-footer-contact span {
    font-size: 14px;
    color: #b0b0b0;
    line-height: 1.6;
}

.ft-footer-contact a {
    color: #b0b0b0;
    text-decoration: none;
    transition: color 0.3s;
}

.ft-footer-contact a:hover {
    color: #078da0;
}

/* ===== FOOTER BOTTOM ===== */
.ft-footer-bottom {
    background: #0f0f0f;
    padding: 25px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ft-footer-bottom-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    gap: 3px;
    max-width: 1350px;
    margin: 0 auto;
}

.ft-footer-copyright {
    font-size: 14px;
    color: #888;
    margin: 0;
    max-width: 1350px;
}

.ft-footer-copyright strong {
    color: #078da0;
    font-weight: 600;
}

.ft-footer-privacy {
    color: #888;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s;
    /* padding-left: 30px;
    border-left: 1px solid #444; */
}

.ft-footer-privacy:hover {
    color: #078da0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .ft-container-footer {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .ft-footer-main {
        padding: 60px 20px 30px;
    }

    .ft-container-footer {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    @media (max-width: 768px) {
        .ft-footer-bottom-content {
            flex-direction: column;
            gap: 10px;
        }

        .ft-footer-privacy {
            padding-left: 0;
            border-left: none;
        }
    }
}

/* FOOTER END */



/* ===================================
   BREADCRUMB
   =================================== */

.bc-breadcrumb-section {
    background: #f8f9fa;
    padding: 15px 20px;
    border-bottom: 1px solid #e0e0e0;
}

.bc-breadcrumb-container {
    max-width: 1350px;
    margin: 0 auto;
}

.bc-breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
}

.bc-breadcrumb li {
    display: flex;
    align-items: center;
}

.bc-breadcrumb a {
    color: #078da0;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s;
}

.bc-breadcrumb a:hover {
    color: #056b7a;
    text-decoration: underline;
}

.bc-breadcrumb a i {
    font-size: 13px;
}

.bc-breadcrumb-separator {
    color: #999;
    margin: 0 5px;
}

.bc-breadcrumb .bc-active {
    color: #666;
    font-weight: 500;
}


@media (max-width: 768px) {

    .bc-breadcrumb-section {
        padding: 12px 15px;
    }

    .bc-breadcrumb {
        font-size: 13px;
        gap: 8px;
    }

}

@media (max-width: 480px) {
    .bc-breadcrumb {
        font-size: 12px;
        gap: 6px;
    }

    .bc-breadcrumb-separator {
        margin: 0 3px;
    }
}

/* ===================================
   PAGE HERO COMUN - ELEGANT & MINIMAL
   =================================== */

/* Page Hero */
/* Page Hero with Parallax */
.ph-page-hero-about.ph-parallax-hero {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Parallax Background */
.ph-parallax-bg {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: calc(100% + 100px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    will-change: transform;
    transition: transform 0.1s ease-out;
}

/* Gradient Overlay */
.ph-hero-overlay-parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,
            rgba(7, 141, 160, 0.85) 0%,
            rgba(10, 165, 189, 0.7) 100%);
    z-index: 1;
}

.ph-container-hero-about {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    color: white;
}

.ph-container-hero-about {
    max-width: 800px;
    margin: 0 auto;
}

.ph-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.ph-page-hero-about h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.ph-hero-lead {
    font-size: 20px;
    opacity: 0.95;
    line-height: 1.6;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .ph-page-hero-about.ph-parallax-hero {
        height: 400px;
    }

    .ph-page-hero-about h1 {
        font-size: 32px;
    }

    .ph-hero-lead {
        font-size: 16px;
    }


    .ph-hero-badge {
        font-size: 13px;
        padding: 8px 16px;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .ph-page-hero-about.ph-parallax-hero {
        height: 350px;
    }

    .ph-page-hero-about h1 {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .ph-hero-lead {
        font-size: 14px;
    }

    .ph-hero-badge {
        font-size: 12px;
        padding: 7px 14px;
        gap: 6px;
    }

    .ph-container-hero-about {
        padding: 0 15px;
    }
}




/* ===================================
   PAGE DESPRE NOI - ELEGANT & MINIMAL
   =================================== */

/* About Content Section */
.ap-about-content-section {
    padding: 100px 20px;
    background: white;
}

.ap-container-about-content {
    max-width: 1200px;
    margin: 0 auto;
}

.ap-about-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 80px;
}

.ap-about-intro h2 {
    font-size: 36px;
    font-weight: 800;
    color: #333;
    margin-bottom: 20px;
}

.ap-intro-text {
    font-size: 20px;
    color: #666;
    line-height: 1.8;
}

.ap-about-grid-content {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    align-items: center;
}

.ap-about-text p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
}

/* .ap-about-text strong {
    color: #078da0;
    font-weight: 700;
} */

.ap-ap-about-highlights {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
}

.ap-about-highlights li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
}

.ap-about-highlights i {
    color: #078da0;
    font-size: 20px;
}

.ap-about-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.ap-about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

/* Philosophy Section */
.ap-philosophy-section-simple {
    padding: 100px 20px;
    background: #f8f9fa;
}

.ap-container-philosophy-simple {
    max-width: 900px;
    margin: 0 auto;
}

.ap-philosophy-header {
    text-align: center;
    margin-bottom: 50px;
}

.ap-section-badge-simple {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e0f7fa;
    color: #078da0;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.ap-philosophy-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: #333;
}

.ap-philosophy-content-simple p {
    font-size: 17px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
}

.ap-philosophy-lead {
    font-size: 19px !important;
    font-weight: 600;
    color: #333 !important;
}

/* .ap-philosophy-content-simple strong {
    color: #078da0;
} */

.ap-philosophy-quote {
    background: white;
    border-left: 5px solid #078da0;
    padding: 35px 40px;
    border-radius: 12px;
    margin-top: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.ap-philosophy-quote i {
    font-size: 30px;
    color: #078da0;
    opacity: 0.3;
    margin-bottom: 15px;
}

.ap-philosophy-quote blockquote {
    font-size: 18px;
    line-height: 1.8;
    font-style: italic;
    color: #555;
    margin: 0;
}

/* .ap-philosophy-quote strong {
    color: #078da0;
    font-weight: 700;
} */

/* Structure Simple Section */
.ap-structure-simple-section {
    padding: 100px 20px;
    background: white;
}

.ap-container-structure-simple {
    max-width: 1200px;
    margin: 0 auto;
}

.ap-structure-simple-header {
    text-align: center;
    margin-bottom: 60px;
}

.ap-structure-simple-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: #333;
}

.ap-structure-simple-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.ap-structure-simple-item {
    text-align: center;
    transition: transform 0.3s;
}

.ap-structure-simple-item:hover {
    transform: translateY(-5px);
}

.ap-structure-simple-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.ap-structure-simple-icon i {
    font-size: 36px;
    color: #078da0;
}

.ap-structure-simple-item h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.ap-structure-simple-item p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

/* Responsive */
@media (max-width: 1024px) {
    .ap-about-grid-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .ap-structure-simple-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .ap-about-content-section,
    .ap-philosophy-section-simple,
    .ap-structure-simple-section {
        padding: 50px 15px;
    }

    .ap-about-intro {
        margin-bottom: 50px;
    }

    .ap-about-intro h2 {
        font-size: 28px;
    }

    .ap-intro-text {
        font-size: 17px;
    }

    .ap-about-text p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .ap-about-highlights li {
        font-size: 15px;
    }

    .ap-about-image {
        border-radius: 15px;
    }

    .ap-philosophy-header h2,
    .ap-structure-simple-header h2 {
        font-size: 28px;
    }

    .ap-philosophy-content-simple p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .ap-philosophy-lead {
        font-size: 17px !important;
    }

    .ap-philosophy-quote {
        padding: 25px 20px;
        margin-top: 30px;
    }

    .ap-philosophy-quote blockquote {
        font-size: 16px;
    }

    .ap-structure-simple-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .ap-structure-simple-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }

    .ap-structure-simple-icon i {
        font-size: 32px;
    }

    .ap-structure-simple-item h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .ap-structure-simple-item p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {

    .ap-about-content-section,
    .ap-philosophy-section-simple,
    .ap-structure-simple-section {
        padding: 40px 15px;
    }

    .ap-about-intro h2 {
        font-size: 24px;
    }

    .ap-intro-text {
        font-size: 16px;
    }

    .ap-philosophy-header h2,
    .ap-structure-simple-header h2 {
        font-size: 24px;
    }

    .ap-section-badge-simple {
        font-size: 12px;
        padding: 8px 16px;
        margin-bottom: 15px;
    }

    .ap-philosophy-quote {
        padding: 20px 15px;
        border-left-width: 4px;
    }

    .ap-philosophy-quote i {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .ap-philosophy-quote blockquote {
        font-size: 15px;
    }

    .ap-structure-simple-icon {
        width: 60px;
        height: 60px;
        border-radius: 12px;
    }

    .ap-structure-simple-icon i {
        font-size: 28px;
    }

    .ap-structure-simple-item h3 {
        font-size: 17px;
    }
}

/* ------------------------------- 
CTA programeaza consultatie, comun
----------------------------------
pc - page contact (contact in pagina) */
.pc-cta-simple-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #078da0 0%, #0aa5bd 100%);
    text-align: center;
    color: white;
}

.pc-container-cta-simple {
    max-width: 800px;
    margin: 0 auto;
}

.pc-cta-simple-section h2 {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 15px;
}

.pc-cta-simple-section p {
    font-size: 18px;
    margin-bottom: 35px;
    opacity: 0.95;
}

.pc-cta-simple-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.pc-btn-cta-simple-primary {
    background: white;
    color: #078da0;
    padding: 16px 40px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.pc-btn-cta-simple-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.pc-btn-cta-simple-secondary {
    background: transparent;
    color: white;
    padding: 16px 40px;
    border: 2px solid white;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.pc-btn-cta-simple-secondary:hover {
    background: white;
    color: #078da0;
}

/* Responsive */
@media (max-width: 768px) {

    .pc-cta-simple-section {
        padding: 50px 15px;
    }

    .pc-cta-simple-section h2 {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .pc-cta-simple-section p {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .pc-cta-simple-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .pc-btn-cta-simple-primary,
    .pc-btn-cta-simple-secondary {
        width: 100%;
        justify-content: center;
        padding: 14px 30px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .pc-cta-simple-section h2 {
        font-size: 24px;
    }

    .pc-cta-simple-section p {
        font-size: 15px;
    }

    .pc-btn-cta-simple-primary,
    .pc-btn-cta-simple-secondary {
        padding: 13px 25px;
        font-size: 14px;
        gap: 8px;
    }
}









/* ========================================
   ARCHIVE SERVICII - CARDURI FULL WIDTH
   Prefix: rvm-archive-
   Template: archive-servicii.php
   ======================================== */

.rvm-archive-section {
    padding: 80px 20px;
    background: #f8f9fa;
}

.rvm-archive-container {
    max-width: 1200px;
    margin: 0 auto;
}

.rvm-archive-intro {
    text-align: center;
    margin-bottom: 50px;
}

.rvm-archive-intro p {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
}

/* Lista carduri - Full Width */
.rvm-archive-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.rvm-archive-card {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    gap: 25px;
}

.rvm-archive-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    border-color: #078da0;
}

.rvm-card-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rvm-card-icon i {
    font-size: 32px;
    color: #078da0;
}

.rvm-card-content {
    flex: 1;
}

.rvm-card-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.rvm-card-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.rvm-card-title a:hover {
    color: #078da0;
}

.rvm-card-meta {
    display: flex;
    gap: 25px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.rvm-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
}

.rvm-meta-item i {
    color: #078da0;
    font-size: 16px;
}

.rvm-card-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #078da0;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s;
}

.rvm-card-button:hover {
    background: #0aa5bd;
    transform: translateX(5px);
}

.rvm-card-button i {
    font-size: 12px;
}

/* Highlight Card - Pentru pachete promoționale în Archive */
.rvm-archive-card.rvm-archive-highlight {
    background: linear-gradient(135deg, #f0f9fa 0%, #e0f7fa 100%);
    border-color: #078da0;
    position: relative;
    overflow: hidden;
}

.rvm-archive-card.rvm-archive-highlight .rvm-card-icon {
    background: linear-gradient(135deg, #b4dde2 0%, #b4dde2 100%);
}

.rvm-archive-card.rvm-archive-highlight .rvm-card-icon i {
    color: #078da0;
}

.rvm-archive-card.rvm-archive-highlight .rvm-card-button {
    background: #078da0;
}


/* No Services */
.rvm-no-services {
    text-align: center;
    padding: 80px 20px;
    color: #999;
    font-size: 18px;
    background: white;
    border-radius: 12px;
}

/* ========================================
   RESPONSIVE - ARCHIVE
   ======================================== */

@media (max-width: 768px) {
    .rvm-archive-section {
        padding: 50px 15px;
    }

    .rvm-archive-intro {
        margin-bottom: 40px;
    }

    .rvm-archive-intro p {
        font-size: 16px;
    }

    .rvm-archive-list {
        gap: 20px;
    }

    .rvm-archive-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 25px;
        gap: 20px;
    }

    .rvm-card-icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }

    .rvm-card-icon i {
        font-size: 28px;
    }

    .rvm-card-title {
        font-size: 20px;
    }

    .rvm-card-meta {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 18px;
        padding-bottom: 18px;
    }

    .rvm-card-button {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .rvm-archive-section {
        padding: 40px 12px;
    }

    .rvm-archive-card {
        padding: 20px;
    }

    .rvm-card-title {
        font-size: 18px;
    }
}






/* ========================================
   SINGLE SERVICII - PAGINA INDIVIDUALĂ
   Prefix: rvm-single-
   Template: single-servicii.php
   ======================================== */

.rvm-single-section {
    padding: 80px 20px;
    background: #ffffff;
}

.rvm-single-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Service Block */
.rvm-single-service-block {
    margin-bottom: 60px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.rvm-single-service-header {
    background: linear-gradient(135deg, #078da0 0%, #0aa5bd 100%);
    padding: 30px 35px;
    color: white;
}

.rvm-single-service-title {
    font-size: 32px;
    font-weight: 800;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.rvm-single-service-title i {
    font-size: 28px;
}

/* Subcategory Block */
.rvm-single-subcategory-block {
    padding: 40px 35px;
    border-bottom: 1px solid #f0f0f0;
}

.rvm-single-subcategory-block:last-child {
    border-bottom: none;
}

.rvm-single-subcategory-title {
    font-size: 22px;
    font-weight: 700;
    color: #078da0;
    margin: 0 0 25px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.rvm-single-subcategory-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);
    border-radius: 8px;
    font-size: 18px;
    font-weight: 800;
    color: #078da0;
}

/* Services Table */
.rvm-single-table-wrapper {
    overflow-x: auto;
    background: white;
    border-radius: 8px;
}

.rvm-single-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.rvm-single-table thead {
    background: #f8f9fa;
}

.rvm-single-table thead th {
    padding: 16px 14px;
    text-align: left;
    font-weight: 700;
    color: #333;
    border-bottom: 2px solid #078da0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.rvm-single-table tbody tr {
    border-bottom: 1px solid #e0e0e0;
    transition: background-color 0.2s;
}

.rvm-single-table tbody tr:hover {
    background-color: #f8f9fa;
}

.rvm-single-table tbody tr:last-child {
    border-bottom: none;
}

.rvm-single-table tbody td {
    padding: 16px 14px;
    color: #555;
    vertical-align: top;
    line-height: 1.5;
}

/* Table Columns */
.rvm-single-col-nr {
    width: 70px;
    text-align: center;
    font-weight: 600;
    color: #078da0;
    font-size: 15px;
}

.rvm-single-col-dynamic {
    width: auto;
    min-width: 150px;
    font-weight: 500;
    color: #333;
}

/* Tabel cu 3 coloane */
.rvm-single-table-cols-3 .rvm-single-col-nr {
    width: 80px;
}

.rvm-single-table-cols-3 .rvm-single-col-dynamic {
    width: calc((100% - 80px) / 3);
}

/* Tabel cu 4 coloane */
.rvm-single-table-cols-4 .rvm-single-col-nr {
    width: 70px;
}

.rvm-single-table-cols-4 .rvm-single-col-dynamic {
    width: calc((100% - 70px) / 4);
    min-width: 120px;
}

/* Support HTML în celule */
.rvm-single-col-dynamic p {
    margin: 0 0 10px 0;
}

.rvm-single-col-dynamic p:last-child {
    margin-bottom: 0;
}

.rvm-single-col-dynamic ul,
.rvm-single-col-dynamic ol {
    margin: 8px 0;
    padding-left: 20px;
}

.rvm-single-col-dynamic li {
    margin-bottom: 5px;
    line-height: 1.6;
}

.rvm-single-col-dynamic strong {
    font-weight: 700;
    color: #333;
}

.rvm-single-col-dynamic em {
    font-style: italic;
}

.rvm-single-col-dynamic a {
    color: #078da0;
    text-decoration: none;
    transition: color 0.3s;
}

.rvm-single-col-dynamic a:hover {
    color: #0aa5bd;
    text-decoration: underline;
}

.rvm-single-col-dynamic br {
    display: block;
    content: "";
    margin-top: 5px;
}

/* No Services */
.rvm-single-no-services {
    text-align: center;
    padding: 80px 20px;
    color: #999;
    font-size: 18px;
    background: #f8f9fa;
    border-radius: 12px;
}

/* Navigation */
.rvm-single-navigation {
    margin-top: 40px;
    text-align: center;
}

.rvm-single-back-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #f8f9fa;
    color: #078da0;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    border: 2px solid #e0e0e0;
    transition: all 0.3s;
}

.rvm-single-back-button:hover {
    background: #078da0;
    color: white;
    border-color: #078da0;
    transform: translateX(-5px);
}

/* ========================================
   RESPONSIVE - SINGLE
   ======================================== */

@media (max-width: 1024px) {
    .rvm-single-table {
        font-size: 13px;
    }

    .rvm-single-col-dynamic {
        min-width: 130px;
    }
}

@media (max-width: 768px) {
    .rvm-single-section {
        padding: 50px 15px;
    }

    .rvm-single-service-block {
        margin-bottom: 40px;
        border-radius: 8px;
    }

    .rvm-single-service-header {
        padding: 22px 20px;
    }

    .rvm-single-service-title {
        font-size: 24px;
        gap: 12px;
    }

    .rvm-single-service-title i {
        font-size: 22px;
    }

    .rvm-single-subcategory-block {
        padding: 30px 20px;
    }

    .rvm-single-subcategory-title {
        font-size: 19px;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .rvm-single-subcategory-number {
        min-width: 32px;
        height: 32px;
        font-size: 16px;
    }

    .rvm-single-navigation {
        margin-top: 30px;
    }

    .rvm-single-back-button {
        width: 100%;
        justify-content: center;
    }

    /* Mobile Table Layout */
    .rvm-single-table.rvm-single-table-cols-3,
    .rvm-single-table.rvm-single-table-cols-4 {
        display: block;
    }

    .rvm-single-table.rvm-single-table-cols-3 thead,
    .rvm-single-table.rvm-single-table-cols-4 thead {
        display: none;
    }

    .rvm-single-table.rvm-single-table-cols-3 tbody,
    .rvm-single-table.rvm-single-table-cols-4 tbody {
        display: block;
    }

    .rvm-single-table.rvm-single-table-cols-3 tbody tr,
    .rvm-single-table.rvm-single-table-cols-4 tbody tr {
        display: block;
        padding: 0;
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 10px;
        background: white;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
        overflow: hidden;
    }

    .rvm-single-table.rvm-single-table-cols-3 tbody tr:hover,
    .rvm-single-table.rvm-single-table-cols-4 tbody tr:hover {
        background: white;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .rvm-single-table.rvm-single-table-cols-3 tbody td,
    .rvm-single-table.rvm-single-table-cols-4 tbody td {
        display: block;
        padding: 0;
        border: none;
        width: 100% !important;
        min-width: 0 !important;
    }

    /* Nr. - Header Style */
    .rvm-single-table.rvm-single-table-cols-3 .rvm-single-col-nr,
    .rvm-single-table.rvm-single-table-cols-4 .rvm-single-col-nr {
        background: linear-gradient(135deg, #078da0 0%, #0aa5bd 100%);
        color: white;
        text-align: center;
        font-size: 18px;
        font-weight: 800;
        padding: 12px;
        margin: 0;
        border-bottom: none;
    }

    .rvm-single-table.rvm-single-table-cols-3 .rvm-single-col-nr::before,
    .rvm-single-table.rvm-single-table-cols-4 .rvm-single-col-nr::before {
        content: "Nr. ";
        font-weight: 600;
        font-size: 14px;
        opacity: 0.9;
    }

    /* Coloane dinamice - Clean Layout */
    .rvm-single-table.rvm-single-table-cols-3 .rvm-single-col-dynamic,
    .rvm-single-table.rvm-single-table-cols-4 .rvm-single-col-dynamic {
        padding: 14px 16px;
        font-size: 14px;
        color: #333;
        line-height: 1.8;
        border-bottom: 1px solid #f0f0f0;
        background: white;
    }

    .rvm-single-table.rvm-single-table-cols-3 .rvm-single-col-dynamic:last-child,
    .rvm-single-table.rvm-single-table-cols-4 .rvm-single-col-dynamic:last-child {
        border-bottom: none;
    }

    /* Label pentru fiecare câmp */
    .rvm-single-table.rvm-single-table-cols-3 .rvm-single-col-dynamic::before,
    .rvm-single-table.rvm-single-table-cols-4 .rvm-single-col-dynamic::before {
        content: attr(data-label);
        display: block;
        font-weight: 700;
        font-size: 12px;
        color: #078da0;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 8px;
    }

    /* HTML elements în mobile */
    .rvm-single-col-dynamic p {
        margin: 0 0 8px 0;
    }

    .rvm-single-col-dynamic ul,
    .rvm-single-col-dynamic ol {
        margin: 6px 0;
        padding-left: 18px;
    }

    .rvm-single-col-dynamic li {
        margin-bottom: 4px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .rvm-single-section {
        padding: 40px 12px;
    }

    .rvm-single-service-header {
        padding: 20px 18px;
    }

    .rvm-single-service-title {
        font-size: 21px;
        gap: 10px;
    }

    .rvm-single-service-title i {
        font-size: 20px;
    }

    .rvm-single-subcategory-block {
        padding: 25px 18px;
    }

    .rvm-single-subcategory-title {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .rvm-single-subcategory-number {
        min-width: 30px;
        height: 30px;
        font-size: 15px;
        border-radius: 6px;
    }

    .rvm-single-table.rvm-single-table-cols-3 tbody tr,
    .rvm-single-table.rvm-single-table-cols-4 tbody tr {
        margin-bottom: 12px;
        border-radius: 8px;
    }

    .rvm-single-table.rvm-single-table-cols-3 .rvm-single-col-nr,
    .rvm-single-table.rvm-single-table-cols-4 .rvm-single-col-nr {
        font-size: 16px;
        padding: 10px;
    }

    .rvm-single-table.rvm-single-table-cols-3 .rvm-single-col-dynamic,
    .rvm-single-table.rvm-single-table-cols-4 .rvm-single-col-dynamic {
        padding: 12px 14px;
        font-size: 13px;
    }

    .rvm-single-table.rvm-single-table-cols-3 .rvm-single-col-dynamic::before,
    .rvm-single-table.rvm-single-table-cols-4 .rvm-single-col-dynamic::before {
        font-size: 11px;
        margin-bottom: 6px;
    }

    .rvm-single-back-button {
        padding: 12px 20px;
        font-size: 14px;
    }
}


/* ========================================
   LISTA COMPLETĂ SERVICII - TOATE PE O PAGINĂ
   Prefix: rvm-lista-
   Template: page-lista-servicii.php
   ======================================== */

.rvm-lista-section {
    padding: 80px 20px;
    background: #ffffff;
}

.rvm-lista-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Service Block */
.rvm-lista-service-block {
    margin-bottom: 80px;
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.rvm-lista-service-block:last-of-type {
    margin-bottom: 40px;
}

.rvm-lista-service-header {
    background: linear-gradient(135deg, #078da0 0%, #0aa5bd 100%);
    padding: 30px 35px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.rvm-lista-service-title {
    font-size: 32px;
    font-weight: 800;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.rvm-lista-service-title i {
    font-size: 28px;
}

.rvm-lista-view-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s;
}

.rvm-lista-view-link:hover {
    background: white;
    color: #078da0;
}

.rvm-lista-view-link i {
    font-size: 12px;
}

/* Subcategory Block */
.rvm-lista-subcategory-block {
    padding: 40px 35px;
    border-bottom: 1px solid #f0f0f0;
}

.rvm-lista-subcategory-block:last-child {
    border-bottom: none;
}

.rvm-lista-subcategory-title {
    font-size: 22px;
    font-weight: 700;
    color: #078da0;
    margin: 0 0 25px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.rvm-lista-subcategory-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);
    border-radius: 8px;
    font-size: 18px;
    font-weight: 800;
    color: #078da0;
}

/* Services Table */
.rvm-lista-table-wrapper {
    overflow-x: auto;
    background: white;
    border-radius: 8px;
}

.rvm-lista-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.rvm-lista-table thead {
    background: #f8f9fa;
}

.rvm-lista-table thead th {
    padding: 16px 14px;
    text-align: left;
    font-weight: 700;
    color: #333;
    border-bottom: 2px solid #078da0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.rvm-lista-table tbody tr {
    border-bottom: 1px solid #e0e0e0;
    transition: background-color 0.2s;
}

.rvm-lista-table tbody tr:hover {
    background-color: #f8f9fa;
}

.rvm-lista-table tbody tr:last-child {
    border-bottom: none;
}

.rvm-lista-table tbody td {
    padding: 16px 14px;
    color: #555;
    vertical-align: top;
    line-height: 1.5;
}

/* Table Columns */
.rvm-lista-col-nr {
    width: 70px;
    text-align: center;
    font-weight: 600;
    color: #078da0;
    font-size: 15px;
}

.rvm-lista-col-dynamic {
    width: auto;
    min-width: 150px;
    font-weight: 500;
    color: #333;
}

/* Tabel cu 3 coloane */
.rvm-lista-table-cols-3 .rvm-lista-col-nr {
    width: 80px;
}

.rvm-lista-table-cols-3 .rvm-lista-col-dynamic {
    width: calc((100% - 80px) / 3);
}

/* Tabel cu 4 coloane */
.rvm-lista-table-cols-4 .rvm-lista-col-nr {
    width: 70px;
}

.rvm-lista-table-cols-4 .rvm-lista-col-dynamic {
    width: calc((100% - 70px) / 4);
    min-width: 120px;
}

/* Support HTML în celule */
.rvm-lista-col-dynamic p {
    margin: 0 0 10px 0;
}

.rvm-lista-col-dynamic p:last-child {
    margin-bottom: 0;
}

.rvm-lista-col-dynamic ul,
.rvm-lista-col-dynamic ol {
    margin: 8px 0;
    padding-left: 20px;
}

.rvm-lista-col-dynamic li {
    margin-bottom: 5px;
    line-height: 1.6;
}

.rvm-lista-col-dynamic strong {
    font-weight: 700;
    color: #333;
}

.rvm-lista-col-dynamic em {
    font-style: italic;
}

.rvm-lista-col-dynamic a {
    color: #078da0;
    text-decoration: none;
    transition: color 0.3s;
}

.rvm-lista-col-dynamic a:hover {
    color: #0aa5bd;
    text-decoration: underline;
}

.rvm-lista-col-dynamic br {
    display: block;
    content: "";
    margin-top: 5px;
}

/* No Services */
.rvm-lista-no-services {
    text-align: center;
    padding: 80px 20px;
    color: #999;
    font-size: 18px;
    background: #f8f9fa;
    border-radius: 12px;
}

/* Back to Top Button */
.rvm-lista-back-to-top {
    text-align: center;
    margin-top: 40px;
}

.rvm-lista-scroll-top-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #078da0;
    color: white;
    padding: 14px 28px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s;
}

.rvm-lista-scroll-top-btn:hover {
    background: #0aa5bd;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(7, 141, 160, 0.3);
}

.rvm-lista-scroll-top-btn i {
    font-size: 14px;
}

/* ========================================
   RESPONSIVE - LISTA COMPLETĂ
   ======================================== */

@media (max-width: 1024px) {
    .rvm-lista-table {
        font-size: 13px;
    }

    .rvm-lista-col-dynamic {
        min-width: 130px;
    }
}

@media (max-width: 768px) {
    .rvm-lista-section {
        padding: 50px 15px;
    }

    .rvm-lista-service-block {
        margin-bottom: 60px;
        border-radius: 8px;
        border-width: 1px;
    }

    .rvm-lista-service-header {
        padding: 22px 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .rvm-lista-service-title {
        font-size: 22px;
        gap: 12px;
    }

    .rvm-lista-service-title i {
        font-size: 20px;
    }

    .rvm-lista-view-link {
        width: 100%;
        justify-content: center;
    }

    .rvm-lista-subcategory-block {
        padding: 30px 20px;
    }

    .rvm-lista-subcategory-title {
        font-size: 19px;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .rvm-lista-subcategory-number {
        min-width: 32px;
        height: 32px;
        font-size: 16px;
    }

    /* Mobile Table Layout */
    .rvm-lista-table.rvm-lista-table-cols-3,
    .rvm-lista-table.rvm-lista-table-cols-4 {
        display: block;
    }

    .rvm-lista-table.rvm-lista-table-cols-3 thead,
    .rvm-lista-table.rvm-lista-table-cols-4 thead {
        display: none;
    }

    .rvm-lista-table.rvm-lista-table-cols-3 tbody,
    .rvm-lista-table.rvm-lista-table-cols-4 tbody {
        display: block;
    }

    .rvm-lista-table.rvm-lista-table-cols-3 tbody tr,
    .rvm-lista-table.rvm-lista-table-cols-4 tbody tr {
        display: block;
        padding: 0;
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 10px;
        background: white;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
        overflow: hidden;
    }

    .rvm-lista-table.rvm-lista-table-cols-3 tbody tr:hover,
    .rvm-lista-table.rvm-lista-table-cols-4 tbody tr:hover {
        background: white;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .rvm-lista-table.rvm-lista-table-cols-3 tbody td,
    .rvm-lista-table.rvm-lista-table-cols-4 tbody td {
        display: block;
        padding: 0;
        border: none;
        width: 100% !important;
        min-width: 0 !important;
    }

    /* Nr. - Header Style */
    .rvm-lista-table.rvm-lista-table-cols-3 .rvm-lista-col-nr,
    .rvm-lista-table.rvm-lista-table-cols-4 .rvm-lista-col-nr {
        background: linear-gradient(135deg, #078da0 0%, #0aa5bd 100%);
        color: white;
        text-align: center;
        font-size: 18px;
        font-weight: 800;
        padding: 12px;
        margin: 0;
        border-bottom: none;
    }

    .rvm-lista-table.rvm-lista-table-cols-3 .rvm-lista-col-nr::before,
    .rvm-lista-table.rvm-lista-table-cols-4 .rvm-lista-col-nr::before {
        content: "Nr. ";
        font-weight: 600;
        font-size: 14px;
        opacity: 0.9;
    }

    /* Coloane dinamice - Clean Layout */
    .rvm-lista-table.rvm-lista-table-cols-3 .rvm-lista-col-dynamic,
    .rvm-lista-table.rvm-lista-table-cols-4 .rvm-lista-col-dynamic {
        padding: 14px 16px;
        font-size: 14px;
        color: #333;
        line-height: 1.8;
        border-bottom: 1px solid #f0f0f0;
        background: white;
    }

    .rvm-lista-table.rvm-lista-table-cols-3 .rvm-lista-col-dynamic:last-child,
    .rvm-lista-table.rvm-lista-table-cols-4 .rvm-lista-col-dynamic:last-child {
        border-bottom: none;
    }

    /* Label pentru fiecare câmp */
    .rvm-lista-table.rvm-lista-table-cols-3 .rvm-lista-col-dynamic::before,
    .rvm-lista-table.rvm-lista-table-cols-4 .rvm-lista-col-dynamic::before {
        content: attr(data-label);
        display: block;
        font-weight: 700;
        font-size: 12px;
        color: #078da0;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 8px;
    }

    /* HTML elements în mobile */
    .rvm-lista-col-dynamic p {
        margin: 0 0 8px 0;
    }

    .rvm-lista-col-dynamic ul,
    .rvm-lista-col-dynamic ol {
        margin: 6px 0;
        padding-left: 18px;
    }

    .rvm-lista-col-dynamic li {
        margin-bottom: 4px;
        font-size: 13px;
    }

    /* Back to Top */
    .rvm-lista-back-to-top {
        margin-top: 30px;
    }

    .rvm-lista-scroll-top-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .rvm-lista-section {
        padding: 40px 12px;
    }

    .rvm-lista-service-block {
        margin-bottom: 50px;
    }

    .rvm-lista-service-header {
        padding: 20px 18px;
    }

    .rvm-lista-service-title {
        font-size: 20px;
        gap: 10px;
    }

    .rvm-lista-service-title i {
        font-size: 18px;
    }

    .rvm-lista-view-link {
        padding: 10px 16px;
        font-size: 13px;
    }

    .rvm-lista-subcategory-block {
        padding: 25px 18px;
    }

    .rvm-lista-subcategory-title {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .rvm-lista-subcategory-number {
        min-width: 30px;
        height: 30px;
        font-size: 15px;
        border-radius: 6px;
    }

    .rvm-lista-table.rvm-lista-table-cols-3 tbody tr,
    .rvm-lista-table.rvm-lista-table-cols-4 tbody tr {
        margin-bottom: 12px;
        border-radius: 8px;
    }

    .rvm-lista-table.rvm-lista-table-cols-3 .rvm-lista-col-nr,
    .rvm-lista-table.rvm-lista-table-cols-4 .rvm-lista-col-nr {
        font-size: 16px;
        padding: 10px;
    }

    .rvm-lista-table.rvm-lista-table-cols-3 .rvm-lista-col-dynamic,
    .rvm-lista-table.rvm-lista-table-cols-4 .rvm-lista-col-dynamic {
        padding: 12px 14px;
        font-size: 13px;
    }

    .rvm-lista-table.rvm-lista-table-cols-3 .rvm-lista-col-dynamic::before,
    .rvm-lista-table.rvm-lista-table-cols-4 .rvm-lista-col-dynamic::before {
        font-size: 11px;
        margin-bottom: 6px;
    }

    .rvm-lista-scroll-top-btn {
        padding: 12px 20px;
        font-size: 14px;
    }
}

/* Print Styles pentru Lista Completă */
@media print {
    .rvm-lista-service-block {
        page-break-inside: avoid;
        border: 1px solid #000;
        box-shadow: none;
        margin-bottom: 40px;
    }

    .rvm-lista-subcategory-block {
        page-break-inside: avoid;
    }

    .rvm-lista-table tbody tr:hover {
        background-color: transparent;
    }

    .bc-breadcrumb-section,
    .pc-cta-simple-section,
    .rvm-lista-view-link,
    .rvm-lista-back-to-top {
        display: none;
    }
}














/* ========================================
   ARCHIVE MEDICI - LISTĂ MEDICI PE CATEGORII
   Prefix: rvm-medici-archive- și rvm-medici-
   Template: archive-medici.php
   ======================================== */

.rvm-medici-archive-section {
    padding: 80px 20px;
    background: #f8f9fa;
}

.rvm-medici-archive-container {
    max-width: 1400px;
    margin: 0 auto;
}

/* Category Block */
.rvm-medici-category-block {
    margin-bottom: 80px;
}

.rvm-medici-category-block:last-child {
    margin-bottom: 0;
}

.rvm-medici-category-title {
    font-size: 32px;
    font-weight: 800;
    color: #078da0;
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 15px;
    border-bottom: 3px solid #078da0;
}

.rvm-medici-category-title i {
    font-size: 28px;
}

.rvm-medici-category-description {
    font-size: 16px;
    color: #666;
    margin: 20px 0 40px 0;
    line-height: 1.6;
}

/* Grid Medici */
.rvm-medici-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}

/* Card Medic */
.rvm-medici-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
}

.rvm-medici-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.rvm-medici-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* Photo Section */
.rvm-medici-card-photo {
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);
    position: relative;
}

.rvm-medici-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    object-position: top;
}

.rvm-medici-card:hover .rvm-medici-photo {
    transform: scale(1.05);
}

.rvm-medici-photo-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);
}

.rvm-medici-photo-placeholder i {
    font-size: 80px;
    color: #078da0;
    opacity: 0.5;
}

/* Content Section */
.rvm-medici-card-content {
    padding: 25px;
}

.rvm-medici-card-name {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0 0 10px 0;
    line-height: 1.3;
    transition: color 0.3s;
}

.rvm-medici-card:hover .rvm-medici-card-name {
    color: #078da0;
}

.rvm-medici-card-specialty {
    font-size: 16px;
    color: #078da0;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.rvm-medici-card-experience {
    font-size: 14px;
    color: #666;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.rvm-medici-card-experience i {
    color: #078da0;
    font-size: 16px;
}

.rvm-medici-card-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #078da0;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s;
}

.rvm-medici-card:hover .rvm-medici-card-button {
    background: #0aa5bd;
    transform: translateX(5px);
}

.rvm-medici-card-button i {
    font-size: 12px;
}

/* No Content */
.rvm-medici-no-content {
    text-align: center;
    padding: 80px 20px;
    color: #999;
    font-size: 18px;
    background: white;
    border-radius: 12px;
}

/* ========================================
   RESPONSIVE - ARCHIVE MEDICI
   ======================================== */

@media (max-width: 1024px) {
    .rvm-medici-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 25px;
    }

    .rvm-medici-category-title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .rvm-medici-archive-section {
        padding: 50px 15px;
    }

    .rvm-medici-category-block {
        margin-bottom: 60px;
    }

    .rvm-medici-category-title {
        font-size: 24px;
        gap: 12px;
    }

    .rvm-medici-category-title i {
        font-size: 22px;
    }

    .rvm-medici-category-description {
        font-size: 15px;
        margin: 15px 0 30px 0;
    }

    .rvm-medici-grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 20px;
    }

    .rvm-medici-card-photo {
        height: 250px;
    }

    .rvm-medici-card-content {
        padding: 20px;
    }

    .rvm-medici-card-name {
        font-size: 18px;
    }

    .rvm-medici-card-specialty {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .rvm-medici-archive-section {
        padding: 40px 12px;
    }

    .rvm-medici-category-block {
        margin-bottom: 50px;
    }

    .rvm-medici-category-title {
        font-size: 22px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .rvm-medici-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .rvm-medici-card-photo {
        height: 280px;
    }

    .rvm-medici-card-button {
        width: 100%;
        justify-content: center;
    }
}




/* ========================================
   SINGLE MEDIC - DESIGN FRIENDLY
   Prefix: rvm-medic-
   Template: single-medici.php
   ======================================== */

.rvm-medic-profile-section {
    padding: 60px 20px 80px;
    background: #f8f9fa;
}

.rvm-medic-profile-container {
    max-width: 900px;
    margin: 0 auto;
}

/* Header Card - Photo + Info */
.rvm-medic-header-card {
    background: white;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Photo */
.rvm-medic-photo-wrapper {
    width: 200px;
    height: 200px;
    margin-bottom: 30px;
}

.rvm-medic-photo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 8px 25px rgba(7, 141, 160, 0.2);
    border: 6px solid #e0f7fa;
}

.rvm-medic-photo-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(7, 141, 160, 0.2);
    border: 6px solid white;
}

.rvm-medic-photo-placeholder i {
    font-size: 80px;
    color: #078da0;
    opacity: 0.5;
}

/* Header Info */
.rvm-medic-header-info {
    width: 100%;
}

.rvm-medic-name {
    font-size: 36px;
    font-weight: 800;
    color: #333;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.rvm-medic-specialty {
    font-size: 20px;
    color: #078da0;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.rvm-medic-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.rvm-medic-category-tag {
    background: #e0f7fa;
    color: #078da0;
    padding: 8px 18px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
}

/* Info Grid */
.rvm-medic-info-grid {
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding-top: 30px;
    border-top: 2px solid #f0f0f0;
    justify-content: center;
    align-items: center;
}

.rvm-medic-info-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 16px;
    color: #666;
}

.rvm-medic-info-item i {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: #e0f7fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #078da0;
    font-size: 18px;
}

.rvm-medic-info-item a {
    color: #078da0;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.rvm-medic-info-item a:hover {
    color: #0aa5bd;
    text-decoration: underline;
}

/* Content Card */
.rvm-medic-content-card {
    background: white;
    border-radius: 20px;
    padding: 45px 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.rvm-medic-content-title {
    font-size: 28px;
    font-weight: 800;
    color: #333;
    margin: 0 0 30px 0;
    padding-bottom: 20px;
    border-bottom: 3px solid #078da0;
}

.rvm-medic-content-body {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.rvm-medic-content-body p {
    margin: 0 0 20px 0;
}

.rvm-medic-content-body p:last-child {
    margin-bottom: 0;
}

.rvm-medic-content-body h2,
.rvm-medic-content-body h3,
.rvm-medic-content-body h4 {
    color: #078da0;
    margin: 35px 0 20px 0;
    font-weight: 700;
}

.rvm-medic-content-body h2 {
    font-size: 24px;
}

.rvm-medic-content-body h3 {
    font-size: 20px;
}

.rvm-medic-content-body h4 {
    font-size: 18px;
}

.rvm-medic-content-body ul,
.rvm-medic-content-body ol {
    margin: 20px 0;
    padding-left: 30px;
}

.rvm-medic-content-body li {
    margin-bottom: 12px;
    line-height: 1.7;
}

.rvm-medic-content-body strong {
    font-weight: 700;
    color: #333;
}

.rvm-medic-content-body a {
    color: #078da0;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s;
}

.rvm-medic-content-body a:hover {
    border-bottom-color: #078da0;
}

.rvm-medic-content-body blockquote {
    background: #f8f9fa;
    border-left: 4px solid #078da0;
    padding: 20px 25px;
    margin: 25px 0;
    font-style: italic;
    color: #666;
}

/* Back Section */
.rvm-medic-back-section {
    text-align: center;
}

.rvm-medic-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: white;
    color: #666;
    padding: 14px 30px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}

.rvm-medic-back-btn:hover {
    color: #078da0;
    transform: translateX(-5px);
    box-shadow: 0 4px 15px rgba(7, 141, 160, 0.15);
}

.rvm-medic-back-btn i {
    font-size: 16px;
}

/* ========================================
   RESPONSIVE - SINGLE MEDIC FRIENDLY
   ======================================== */

@media (max-width: 768px) {
    .rvm-medic-profile-section {
        padding: 40px 15px 60px;
    }

    .rvm-medic-header-card {
        padding: 40px 30px;
    }

    .rvm-medic-photo-wrapper {
        width: 180px;
        height: 180px;
        margin-bottom: 25px;
    }

    .rvm-medic-name {
        font-size: 28px;
    }

    .rvm-medic-specialty {
        font-size: 18px;
    }

    .rvm-medic-info-grid {
        padding-top: 25px;
        flex-direction: column;
    }

    .rvm-medic-content-card {
        padding: 35px 30px;
    }

    .rvm-medic-content-title {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .rvm-medic-content-body {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .rvm-medic-profile-section {
        padding: 30px 12px 50px;
    }

    .rvm-medic-header-card {
        padding: 30px 20px;
        border-radius: 15px;
    }

    .rvm-medic-photo-wrapper {
        width: 160px;
        height: 160px;
        margin-bottom: 20px;
    }

    .rvm-medic-name {
        font-size: 24px;
    }

    .rvm-medic-specialty {
        font-size: 16px;
    }

    .rvm-medic-categories {
        flex-direction: column;
        align-items: center;
    }

    .rvm-medic-category-tag {
        font-size: 13px;
        padding: 6px 16px;
    }

    .rvm-medic-info-item {
        font-size: 15px;
    }

    .rvm-medic-info-item i {
        width: 35px;
        height: 35px;
        min-width: 35px;
        font-size: 16px;
    }

    .rvm-medic-content-card {
        padding: 30px 20px;
        border-radius: 15px;
    }

    .rvm-medic-content-title {
        font-size: 22px;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

    .rvm-medic-content-body {
        font-size: 15px;
        line-height: 1.7;
    }

    .rvm-medic-back-btn {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
    }
}










/* ========================================
   STANDARD PAGE TEMPLATE
   Prefix: sp-
   Template: page.php
   ======================================== */

/* Page Header */
.sp-page-header {
    padding: 60px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #e0e0e0;
}

.sp-page-header-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.sp-page-title {
    font-size: 48px;
    font-weight: 800;
    color: #333;
    margin: 0 0 15px 0;
    line-height: 1.2;
}

.sp-page-subtitle {
    font-size: 20px;
    color: #666;
    margin: 0;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

/* Page Content Section */
.sp-page-content-section {
    padding: 80px 20px;
    background: white;
}

.sp-page-content-container {
    max-width: 900px;
    margin: 0 auto;
}

.sp-page-article {
    background: white;
}

/* Featured Image */
.sp-page-featured-image {
    margin-bottom: 40px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.sp-page-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Page Content */
.sp-page-content {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
}

.sp-page-content>*:first-child {
    margin-top: 0;
}

.sp-page-content>*:last-child {
    margin-bottom: 0;
}

.sp-page-content p {
    margin: 0 0 25px 0;
}

.sp-page-content h1,
.sp-page-content h2,
.sp-page-content h3,
.sp-page-content h4,
.sp-page-content h5,
.sp-page-content h6 {
    color: #078da0;
    font-weight: 700;
    margin: 40px 0 20px 0;
    line-height: 1.3;
}

.sp-page-content h1 {
    font-size: 36px;
}

.sp-page-content h2 {
    font-size: 32px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e0f7fa;
}

.sp-page-content h3 {
    font-size: 26px;
}

.sp-page-content h4 {
    font-size: 22px;
}

.sp-page-content h5 {
    font-size: 19px;
}

.sp-page-content h6 {
    font-size: 17px;
}

.sp-page-content ul,
.sp-page-content ol {
    margin: 25px 0;
    padding-left: 30px;
}

.sp-page-content ul {
    list-style-type: disc;
}

.sp-page-content ol {
    list-style-type: decimal;
}

.sp-page-content li {
    margin-bottom: 12px;
    line-height: 1.7;
}

.sp-page-content li:last-child {
    margin-bottom: 0;
}

.sp-page-content ul ul,
.sp-page-content ol ol,
.sp-page-content ul ol,
.sp-page-content ol ul {
    margin: 12px 0;
}

.sp-page-content a {
    color: #078da0;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s;
}

.sp-page-content a:hover {
    border-bottom-color: #078da0;
}

.sp-page-content strong,
.sp-page-content b {
    font-weight: 700;
    color: #333;
}

.sp-page-content em,
.sp-page-content i {
    font-style: italic;
}

.sp-page-content blockquote {
    background: #f8f9fa;
    border-left: 4px solid #078da0;
    padding: 25px 30px;
    margin: 30px 0;
    font-style: italic;
    color: #666;
    border-radius: 4px;
}

.sp-page-content blockquote p {
    margin-bottom: 0;
}

.sp-page-content blockquote cite {
    display: block;
    margin-top: 15px;
    font-size: 15px;
    color: #999;
    font-style: normal;
}

.sp-page-content code {
    background: #f4f4f4;
    padding: 3px 8px;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 15px;
    color: #d63384;
}

.sp-page-content pre {
    background: #f4f4f4;
    padding: 20px;
    border-radius: 8px;
    overflow-x: auto;
    margin: 25px 0;
}

.sp-page-content pre code {
    background: none;
    padding: 0;
    color: #333;
}

.sp-page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 25px 0;
}

.sp-page-content figure {
    margin: 30px 0;
}

.sp-page-content figcaption {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-top: 10px;
    font-style: italic;
}

.sp-page-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    background: white;
    border: 1px solid #e0e0e0;
}

.sp-page-content table th {
    background: #f8f9fa;
    padding: 15px;
    text-align: left;
    font-weight: 700;
    color: #333;
    border-bottom: 2px solid #078da0;
}

.sp-page-content table td {
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.sp-page-content table tr:last-child td {
    border-bottom: none;
}

.sp-page-content table tr:hover {
    background: #f8f9fa;
}

.sp-page-content hr {
    border: none;
    border-top: 2px solid #e0e0e0;
    margin: 40px 0;
}

/* WordPress Alignment Classes */
.sp-page-content .alignleft {
    float: left;
    margin: 10px 30px 20px 0;
}

.sp-page-content .alignright {
    float: right;
    margin: 10px 0 20px 30px;
}

.sp-page-content .aligncenter {
    display: block;
    margin: 25px auto;
}

.sp-page-content .alignnone {
    display: block;
    margin: 25px 0;
}

/* WordPress Captions */
.sp-page-content .wp-caption {
    max-width: 100%;
}

.sp-page-content .wp-caption-text {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 10px;
    font-style: italic;
}

/* WordPress Blocks Support */
.sp-page-content .wp-block-image {
    margin: 30px 0;
}

.sp-page-content .wp-block-quote {
    background: #f8f9fa;
    border-left: 4px solid #078da0;
    padding: 25px 30px;
    margin: 30px 0;
    font-style: italic;
}

.sp-page-content .wp-block-button__link {
    background: #078da0;
    color: white;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    transition: background 0.3s;
}

.sp-page-content .wp-block-button__link:hover {
    background: #0aa5bd;
    border-bottom: none;
}

/* ========================================
   RESPONSIVE - STANDARD PAGE
   ======================================== */

@media (max-width: 768px) {
    .sp-page-header {
        padding: 40px 15px;
    }

    .sp-page-title {
        font-size: 36px;
    }

    .sp-page-subtitle {
        font-size: 18px;
    }

    .sp-page-content-section {
        padding: 50px 15px;
    }

    .sp-page-featured-image {
        margin-bottom: 30px;
        border-radius: 8px;
    }

    .sp-page-content {
        font-size: 16px;
    }

    .sp-page-content h1 {
        font-size: 30px;
    }

    .sp-page-content h2 {
        font-size: 26px;
    }

    .sp-page-content h3 {
        font-size: 22px;
    }

    .sp-page-content h4 {
        font-size: 19px;
    }

    .sp-page-content .alignleft,
    .sp-page-content .alignright {
        float: none;
        margin: 20px 0;
        display: block;
    }

    .sp-page-content table {
        font-size: 14px;
    }

    .sp-page-content table th,
    .sp-page-content table td {
        padding: 10px;
    }

    .sp-page-content blockquote {
        padding: 20px 20px;
        margin: 25px 0;
    }
}

@media (max-width: 480px) {
    .sp-page-header {
        padding: 30px 12px;
    }

    .sp-page-title {
        font-size: 28px;
    }

    .sp-page-subtitle {
        font-size: 16px;
    }

    .sp-page-content-section {
        padding: 40px 12px;
    }

    .sp-page-content {
        font-size: 15px;
    }

    .sp-page-content h1 {
        font-size: 26px;
    }

    .sp-page-content h2 {
        font-size: 23px;
    }

    .sp-page-content h3 {
        font-size: 20px;
    }

    .sp-page-content h4 {
        font-size: 18px;
    }

    .sp-page-content p {
        margin-bottom: 20px;
    }

    .sp-page-content ul,
    .sp-page-content ol {
        padding-left: 25px;
    }

    .sp-page-content blockquote {
        padding: 15px 18px;
    }

    .sp-page-content table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}





/* ========================================
   SINGLE ARTICLE TEMPLATE
   Prefix: sa-
   Template: single.php
   ======================================== */

/* Article Header */
.sa-article-header {
    padding: 60px 20px 40px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.sa-article-header-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.sa-article-categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.sa-category-badge {
    background: #078da0;
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s;
}

.sa-category-badge:hover {
    background: #0aa5bd;
}

.sa-article-title {
    font-size: 42px;
    font-weight: 800;
    color: #333;
    margin: 0 0 25px 0;
    line-height: 1.2;
}

.sa-article-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 15px;
    color: #666;
}

.sa-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sa-meta-item i {
    color: #078da0;
    font-size: 14px;
}

.sa-meta-divider {
    color: #ccc;
}

/* Featured Image */
.sa-featured-image-section {
    padding: 0 20px 40px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.sa-featured-image-container {
    max-width: 1200px;
    margin: 0 auto;
}

.sa-featured-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* Article Content Section */
.sa-article-content-section {
    padding: 80px 20px;
    background: white;
}

.sa-article-content-container {
    max-width: 800px;
    margin: 0 auto;
}

.sa-article-body {
    margin-bottom: 60px;
}

/* Article Content (Same styles as page.php) */
.sa-article-content {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 50px;
}

.sa-article-content>*:first-child {
    margin-top: 0;
}

.sa-article-content p {
    margin: 0 0 25px 0;
}

.sa-article-content h1,
.sa-article-content h2,
.sa-article-content h3,
.sa-article-content h4,
.sa-article-content h5,
.sa-article-content h6 {
    color: #078da0;
    font-weight: 700;
    margin: 40px 0 20px 0;
    line-height: 1.3;
}

.sa-article-content h2 {
    font-size: 32px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e0f7fa;
}

.sa-article-content h3 {
    font-size: 26px;
}

.sa-article-content h4 {
    font-size: 22px;
}

.sa-article-content ul,
.sa-article-content ol {
    margin: 25px 0;
    padding-left: 30px;
}

.sa-article-content li {
    margin-bottom: 12px;
    line-height: 1.7;
}

.sa-article-content a {
    color: #078da0;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s;
}

.sa-article-content a:hover {
    border-bottom-color: #078da0;
}

.sa-article-content strong {
    font-weight: 700;
    color: #333;
}

.sa-article-content blockquote {
    background: #f8f9fa;
    border-left: 4px solid #078da0;
    padding: 25px 30px;
    margin: 30px 0;
    font-style: italic;
    color: #666;
    border-radius: 4px;
}

.sa-article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 30px 0;
}

.sa-article-content code {
    background: #f4f4f4;
    padding: 3px 8px;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 16px;
    color: #d63384;
}

.sa-article-content pre {
    background: #f4f4f4;
    padding: 20px;
    border-radius: 8px;
    overflow-x: auto;
    margin: 25px 0;
}

.sa-article-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    border: 1px solid #e0e0e0;
}

.sa-article-content table th {
    background: #f8f9fa;
    padding: 15px;
    text-align: left;
    font-weight: 700;
    border-bottom: 2px solid #078da0;
}

.sa-article-content table td {
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
}

/* Tags */
.sa-article-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 30px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 40px;
}

.sa-tags-label {
    font-weight: 600;
    color: #666;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sa-tags-label i {
    color: #078da0;
}

.sa-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sa-tag {
    background: #f0f0f0;
    color: #666;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.sa-tag:hover {
    background: #078da0;
    color: white;
}

/* Share Section */
.sa-article-share {
    background: #f8f9fa;
    padding: 35px;
    border-radius: 12px;
    margin-bottom: 50px;
}

.sa-share-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0 0 20px 0;
}

.sa-share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.sa-share-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s;
    color: white;
}

.sa-share-btn i {
    font-size: 16px;
}

.sa-share-facebook {
    background: #1877f2;
}

.sa-share-facebook:hover {
    background: #0d5dba;
}

.sa-share-twitter {
    background: #1da1f2;
}

.sa-share-twitter:hover {
    background: #0c85d0;
}

.sa-share-linkedin {
    background: #0077b5;
}

.sa-share-linkedin:hover {
    background: #005582;
}

.sa-share-email {
    background: #666;
}

.sa-share-email:hover {
    background: #333;
}

/* Author Box */
.sa-author-box {
    display: flex;
    gap: 25px;
    background: #f8f9fa;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 50px;
}

.sa-author-avatar {
    flex-shrink: 0;
}

.sa-author-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid white;
}

.sa-author-info {
    flex: 1;
}

.sa-author-name {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0 0 10px 0;
}

.sa-author-bio {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Post Navigation */
.sa-post-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 60px;
}

.sa-nav-previous,
.sa-nav-next {
    min-width: 0;
}

.sa-nav-next {
    text-align: right;
}

.sa-nav-link {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s;
    height: 100%;
}

.sa-nav-link:hover {
    background: #078da0;
}

.sa-nav-label {
    font-size: 13px;
    color: #999;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sa-nav-link:hover .sa-nav-label {
    color: white;
}

.sa-nav-title {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    line-height: 1.4;
}

.sa-nav-link:hover .sa-nav-title {
    color: white;
}

/* Related Posts */
.sa-related-posts {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 2px solid #e0e0e0;
}

.sa-related-title {
    font-size: 28px;
    font-weight: 800;
    color: #333;
    margin: 0 0 30px 0;
}

.sa-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.sa-related-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s;
}

.sa-related-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.sa-related-image {
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.sa-related-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.sa-related-card:hover .sa-related-image img {
    transform: scale(1.05);
}

.sa-related-content {
    padding: 20px;
}

.sa-related-card-title {
    margin: 0 0 10px 0;
}

.sa-related-card-title a {
    font-size: 17px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    line-height: 1.3;
}

.sa-related-card:hover .sa-related-card-title a {
    color: #078da0;
}

.sa-related-date {
    font-size: 13px;
    color: #999;
    display: flex;
    align-items: center;
    gap: 6px;
}

.sa-related-date i {
    color: #078da0;
}

/* ========================================
   RESPONSIVE - SINGLE ARTICLE
   ======================================== */

@media (max-width: 768px) {
    .sa-article-header {
        padding: 40px 15px 30px;
    }

    .sa-article-title {
        font-size: 32px;
    }

    .sa-article-meta {
        font-size: 14px;
        gap: 10px;
    }

    .sa-featured-image-section {
        padding: 0 15px 30px;
    }

    .sa-article-content-section {
        padding: 50px 15px;
    }

    .sa-article-content {
        font-size: 16px;
    }

    .sa-article-content h2 {
        font-size: 26px;
    }

    .sa-article-tags {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .sa-article-share {
        padding: 25px 20px;
    }

    .sa-share-buttons {
        flex-direction: column;
    }

    .sa-share-btn {
        justify-content: center;
    }

    .sa-author-box {
        flex-direction: column;
        text-align: center;
        align-items: center;
        padding: 25px 20px;
    }

    .sa-post-navigation {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .sa-nav-next {
        text-align: left;
    }

    .sa-related-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .sa-article-header {
        padding: 30px 12px 25px;
    }

    .sa-article-title {
        font-size: 26px;
    }

    .sa-article-meta {
        flex-direction: column;
        gap: 8px;
    }

    .sa-meta-divider {
        display: none;
    }

    .sa-article-content-section {
        padding: 40px 12px;
    }

    .sa-article-content {
        font-size: 15px;
    }

    .sa-article-share {
        padding: 20px 15px;
    }

    .sa-share-title {
        font-size: 18px;
    }

    .sa-nav-link {
        padding: 15px;
    }

    .sa-nav-title {
        font-size: 15px;
    }
}




/* ========================================
   ARCHIVE TEMPLATE - BLOG LISTING
   Prefix: ar-
   Template: archive.php
   ======================================== */

/* Archive Header */
.ar-archive-header {
    padding: 60px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #e0e0e0;
}

.ar-archive-header-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.ar-archive-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #078da0;
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.ar-archive-badge i {
    font-size: 14px;
}

.ar-archive-title {
    font-size: 48px;
    font-weight: 800;
    color: #333;
    margin: 0 0 15px 0;
    line-height: 1.2;
}

.ar-archive-description {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 20px;
}

.ar-archive-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 15px;
    color: #999;
}

.ar-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ar-meta-item i {
    color: #078da0;
}

/* Author Info in Header */
.ar-author-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 600px;
    margin: 0 auto 25px;
}

.ar-author-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.ar-author-bio {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    text-align: center;
    margin: 0;
}

/* Archive Content Section */
.ar-archive-content-section {
    padding: 80px 20px;
    background: white;
}

.ar-archive-content-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Posts Grid */
.ar-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

/* Featured Post (primul) - span 2 coloane */
.ar-featured-post {
    grid-column: span 2;
    grid-row: span 2;
}

/* Post Card */
.ar-post-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
}

.ar-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    border-color: #078da0;
}

/* Post Image */
.ar-post-image {
    display: block;
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.ar-featured-post .ar-post-image {
    height: 400px;
}

.ar-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.ar-post-card:hover .ar-post-image img {
    transform: scale(1.05);
}

.ar-post-category {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #078da0;
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    z-index: 1;
}

/* Post Content */
.ar-post-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.ar-featured-post .ar-post-content {
    padding: 35px;
}

.ar-post-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #999;
    margin-bottom: 15px;
}

.ar-meta-date,
.ar-meta-reading {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ar-meta-date i,
.ar-meta-reading i {
    color: #078da0;
}

.ar-meta-divider {
    color: #ddd;
}

.ar-post-title {
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.ar-post-title a {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.ar-featured-post .ar-post-title a {
    font-size: 32px;
}

.ar-post-card:hover .ar-post-title a {
    color: #078da0;
}

.ar-post-excerpt {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 20px 0;
    flex: 1;
}

.ar-featured-post .ar-post-excerpt {
    font-size: 17px;
}

.ar-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #078da0;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s;
}

.ar-read-more:hover {
    gap: 12px;
    color: #0aa5bd;
}

.ar-read-more i {
    font-size: 12px;
}

/* Pagination */
.ar-pagination {
    margin-top: 60px;
}

.ar-pagination-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ar-pagination-list li {
    margin: 0;
}

.ar-pagination-list a,
.ar-pagination-list span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    height: 45px;
    padding: 0 15px;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    color: #666;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.ar-pagination-list a:hover {
    background: #078da0;
    color: white;
    border-color: #078da0;
}

.ar-pagination-list span.current {
    background: #078da0;
    color: white;
    border-color: #078da0;
}

.ar-pagination-list .dots {
    border: none;
    background: none;
    cursor: default;
}

/* No Posts */
.ar-no-posts {
    text-align: center;
    padding: 80px 20px;
    max-width: 600px;
    margin: 0 auto;
}

.ar-no-posts-icon {
    font-size: 80px;
    color: #ddd;
    margin-bottom: 30px;
}

.ar-no-posts h2 {
    font-size: 32px;
    font-weight: 800;
    color: #333;
    margin: 0 0 15px 0;
}

.ar-no-posts p {
    font-size: 18px;
    color: #666;
    margin: 0 0 30px 0;
}

.ar-btn-home {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #078da0;
    color: white;
    padding: 14px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s;
}

.ar-btn-home:hover {
    background: #0aa5bd;
}

/* ========================================
   RESPONSIVE - ARCHIVE
   ======================================== */

@media (max-width: 1024px) {
    .ar-posts-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .ar-featured-post {
        grid-column: span 2;
        grid-row: span 1;
    }

    .ar-featured-post .ar-post-image {
        height: 300px;
    }

    .ar-featured-post .ar-post-title a {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .ar-archive-header {
        padding: 40px 15px;
    }

    .ar-archive-title {
        font-size: 36px;
    }

    .ar-archive-description {
        font-size: 16px;
    }

    .ar-archive-content-section {
        padding: 50px 15px;
    }

    .ar-posts-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ar-featured-post {
        grid-column: span 1;
    }

    .ar-post-image,
    .ar-featured-post .ar-post-image {
        height: 220px;
    }

    .ar-featured-post .ar-post-title a {
        font-size: 24px;
    }

    .ar-featured-post .ar-post-excerpt {
        font-size: 16px;
    }

    .ar-pagination-list {
        gap: 8px;
        flex-wrap: wrap;
    }

    .ar-pagination-list a,
    .ar-pagination-list span {
        min-width: 40px;
        height: 40px;
        padding: 0 12px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .ar-archive-header {
        padding: 30px 12px;
    }

    .ar-archive-title {
        font-size: 28px;
    }

    .ar-archive-description {
        font-size: 15px;
    }

    .ar-archive-content-section {
        padding: 40px 12px;
    }

    .ar-post-content {
        padding: 20px;
    }

    .ar-featured-post .ar-post-content {
        padding: 25px;
    }

    .ar-post-title a {
        font-size: 18px;
    }

    .ar-featured-post .ar-post-title a {
        font-size: 22px;
    }

    .ar-post-excerpt,
    .ar-featured-post .ar-post-excerpt {
        font-size: 15px;
    }

    .ar-pagination-list a,
    .ar-pagination-list span {
        min-width: 38px;
        height: 38px;
        padding: 0 10px;
        font-size: 13px;
    }

    .ar-no-posts {
        padding: 60px 15px;
    }

    .ar-no-posts h2 {
        font-size: 26px;
    }

    .ar-no-posts p {
        font-size: 16px;
    }
}





/* ========================================
   SIMPLE PAGE HEADER - MINIMALIST
   Prefix: sph-
   Universal pentru toate paginile
   ======================================== */

.sph-page-header {
    padding: 80px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

/* Decorative elements (optional) */
.sph-page-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(7, 141, 160, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.sph-page-header::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(7, 141, 160, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.sph-page-header-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.sph-header-content {
    text-align: center;
}

/* Badge */
.sph-header-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: white;
    color: #078da0;
    padding: 10px 24px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(7, 141, 160, 0.1);
}

.sph-header-badge i {
    font-size: 14px;
}

/* Title */
.sph-header-title {
    font-size: 48px;
    font-weight: 800;
    color: #333;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

/* Description */
.sph-header-description {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin: 0;
    max-width: 700px;
    margin: 0 auto;
}

/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 768px) {
    .sph-page-header {
        padding: 60px 15px;
    }

    .sph-header-badge {
        font-size: 12px;
        padding: 8px 20px;
        margin-bottom: 20px;
    }

    .sph-header-title {
        font-size: 36px;
    }

    .sph-header-description {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .sph-page-header {
        padding: 50px 12px;
    }

    .sph-header-badge {
        font-size: 11px;
        padding: 7px 18px;
    }

    .sph-header-title {
        font-size: 28px;
    }

    .sph-header-description {
        font-size: 15px;
    }
}











/* ========================================
   GALERIE ARCHIVE - GRID
   ======================================== */

.gal-section {
    padding: 80px 20px;
    background: white;
}

.gal-container {
    max-width: 1400px;
    margin: 0 auto;
}

.gal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

/* Card */
.gal-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.gal-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.gal-card.hidden {
    opacity: 0;
    transform: scale(0.9);
    pointer-events: none;
}

.gal-link {
    display: block;
    text-decoration: none;
    cursor: zoom-in;
}

.gal-img-wrapper {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    background: #f5f5f5;
}

.gal-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gal-card:hover .gal-img {
    transform: scale(1.05);
}

.gal-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);
}

.gal-placeholder i {
    font-size: 60px;
    color: #078da0;
    opacity: 0.5;
}

/* Overlay */
.gal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(7, 141, 160, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gal-card:hover .gal-overlay {
    opacity: 1;
}

.gal-icon {
    width: 70px;
    height: 70px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: transform 0.3s ease 0.1s;
}

.gal-card:hover .gal-icon {
    transform: scale(1);
}

.gal-icon i {
    font-size: 28px;
    color: #078da0;
}

/* Empty state */
.gal-empty {
    text-align: center;
    padding: 80px 20px;
    color: #999;
}

.gal-empty i {
    font-size: 80px;
    color: #ddd;
    margin-bottom: 30px;
}

.gal-empty h2 {
    font-size: 32px;
    color: #666;
    margin: 0 0 15px 0;
}

.gal-empty p {
    font-size: 18px;
    margin: 0;
}

/* Pagination */
.gal-pagination {
    margin-top: 60px;
}

.gal-pagination-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.gal-pagination-list li {
    margin: 0;
}

.gal-pagination-list a,
.gal-pagination-list span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    height: 45px;
    padding: 0 15px;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    color: #666;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.gal-pagination-list a:hover {
    background: #078da0;
    color: white;
    border-color: #078da0;
}

.gal-pagination-list span.current {
    background: #078da0;
    color: white;
    border-color: #078da0;
}

/* ========================================
   FILTER CATEGORII
   ======================================== */

.gal-filter-section {
    padding: 40px 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
}

.gal-filter-container {
    max-width: 1400px;
    margin: 0 auto;
}

.gal-filter-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.gal-filter-btn {
    background: white;
    border: 2px solid #e0e0e0;
    color: #666;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.gal-filter-btn:hover {
    border-color: #078da0;
    color: #078da0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(7, 141, 160, 0.15);
}

.gal-filter-btn.active {
    background: #078da0;
    color: white;
    border-color: #078da0;
    box-shadow: 0 4px 12px rgba(7, 141, 160, 0.3);
}

.gal-filter-btn i {
    font-size: 14px;
}

/* ========================================
   PHOTOSWIPE CUSTOM - Caption jos cu scroll
   ======================================== */

/* Caption container - fix jos */
.pswp-caption-box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 10000;
    padding: 30px 40px;
    text-align: center;
}

/* Caption title */
.pswp-caption-title {
    font-size: 28px;
    font-weight: 800;
    color: white;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

/* Caption category */
.pswp-caption-category {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.pswp-caption-category i {
    font-size: 11px;
}

/* DESCRIERE - CU SCROLL */
.pswp-caption-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin: 15px auto 0;
    max-width: 900px;
    white-space: pre-line;

    /* SCROLL PE DESCRIERE */
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;

    /* Fix pentru mouse scroll */
    overscroll-behavior: contain;
    touch-action: pan-y;
}

/* Scrollbar pentru descriere */
.pswp-caption-description::-webkit-scrollbar {
    width: 6px;
}

.pswp-caption-description::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 3px;
}

.pswp-caption-description::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.pswp-caption-description::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 1024px) {
    .gal-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 25px;
    }

    .gal-img-wrapper {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .gal-section {
        padding: 50px 15px;
    }

    .gal-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
    }

    .gal-img-wrapper {
        height: 280px;
    }

    .gal-filter-section {
        padding: 30px 15px;
    }

    .gal-filter-btn {
        padding: 10px 20px;
        font-size: 13px;
    }

    .pswp-caption-box {
        padding: 25px 20px;
    }

    .pswp-caption-title {
        font-size: 22px;
    }

    .pswp-caption-description {
        font-size: 15px;
        max-height: 120px;
    }
}

@media (max-width: 480px) {
    .gal-section {
        padding: 40px 12px;
    }

    .gal-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .gal-img-wrapper {
        height: 300px;
    }

    .gal-filter-section {
        padding: 25px 12px;
    }

    .gal-filter-buttons {
        gap: 8px;
    }

    .gal-filter-btn {
        padding: 8px 16px;
        font-size: 12px;
    }

    .pswp-caption-box {
        padding: 20px 15px;
    }

    .pswp-caption-title {
        font-size: 18px;
    }

    .pswp-caption-category {
        font-size: 11px;
    }

    .pswp-caption-description {
        font-size: 14px;
        max-height: 100px;
    }
}










/* ========================================
   SINGLE GALERIE - SIMPLU
   Prefix: sgal-simple-
   ======================================== */

.sgal-simple {
    padding: 60px 20px;
    background: white;
}

.sgal-simple-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* ========================================
   PHOTO
   ======================================== */

.sgal-simple-photo {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    background: #f5f5f5;
}

.sgal-simple-img {
    width: 100%;
    height: auto;
    display: block;
}

.sgal-simple-placeholder {
    width: 100%;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);
}

.sgal-simple-placeholder i {
    font-size: 80px;
    color: #078da0;
    opacity: 0.5;
}

.sgal-simple-placeholder p {
    font-size: 18px;
    color: #666;
    margin: 0;
}

/* ========================================
   INFO
   ======================================== */

.sgal-simple-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Category */
.sgal-simple-category {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e0f7fa;
    color: #078da0;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    align-self: flex-start;
}

.sgal-simple-category i {
    font-size: 12px;
}

/* Title */
.sgal-simple-title {
    font-size: 36px;
    font-weight: 800;
    color: #333;
    margin: 0;
    line-height: 1.2;
}

/* Description */
.sgal-simple-description {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
}

.sgal-simple-description p {
    margin: 0 0 15px 0;
}

.sgal-simple-description p:last-child {
    margin-bottom: 0;
}

/* Back Button */
.sgal-simple-back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #078da0;
    color: white;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s;
    align-self: flex-start;
}

.sgal-simple-back:hover {
    background: #0aa5bd;
    transform: translateX(-5px);
}

.sgal-simple-back i {
    font-size: 16px;
}

/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 768px) {
    .sgal-simple {
        padding: 50px 15px;
    }

    .sgal-simple-container {
        gap: 30px;
    }

    .sgal-simple-title {
        font-size: 28px;
    }

    .sgal-simple-description {
        font-size: 16px;
    }

    .sgal-simple-placeholder {
        min-height: 400px;
    }
}

@media (max-width: 480px) {
    .sgal-simple {
        padding: 40px 12px;
    }

    .sgal-simple-container {
        gap: 25px;
    }

    .sgal-simple-title {
        font-size: 24px;
    }

    .sgal-simple-description {
        font-size: 15px;
    }

    .sgal-simple-back {
        width: 100%;
        justify-content: center;
    }

    .sgal-simple-back:hover {
        transform: none;
    }

    .sgal-simple-placeholder {
        min-height: 300px;
    }

    .sgal-simple-placeholder i {
        font-size: 60px;
    }
}