/*
Theme Name:   Neve Child
Theme URI:    http://example.com/neve-child
Description:  A child theme of Neve for customizations.
Author:       Radu Perianu
Author URI:   http://jobit.ro
Template:     neve
Version:      1.0.0
Text Domain:  neve-child
*/


/* Template-specific minimal styles */
.nv-template-servicii1 .nv-hero {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-size: cover;
    background-position: center;
    min-height: 60vh;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 60px 0;
}
.nv-template-servicii1 .nv-hero .hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}
.nv-template-servicii1 .nv-hero h1 {
    font-size: 2.4rem;
    margin: 0 0 12px;
}
.nv-template-servicii1 .nv-hero p.lead {
    font-size: 1.05rem;
    margin: 0 0 18px;
}
.nv-template-servicii1 .nv-hero .btn-cta {
    background: #0073aa;
    color: #fff;
    padding: 12px 20px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
}

/* Services list (cards fallback kept) */
.nv-template-servicii1 .services {
    padding: 60px 0;
}
/* CONTAINED inner wrapper for services (behaves like .container) */
.nv-template-servicii1 .services .services-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.nv-template-servicii1 .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 20px;
}
.nv-template-servicii1 .service-card {
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 24px;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.03);
}
.nv-template-servicii1 .service-card h3 {
    margin-top: 0;
    font-size: 1.1rem;
    margin-top: 0.9rem;
    margin-bottom: 0.6rem;
}
.nv-template-servicii1 .service-card p {
    margin: 0.6rem 0;
    font-size: 0.8rem;
}

/* Table styles for services price list */
.nv-template-servicii1 .services-table-wrapper {
    overflow-x: auto;
    background: #fff;
    border-radius: 6px;
    padding: 8px;
}
.nv-template-servicii1 table.services-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}
.nv-template-servicii1 table.services-table th,
.nv-template-servicii1 table.services-table td {
    padding: 12px 14px;
    border: 1px solid #eee;
    text-align: left;
    vertical-align: middle;
}
.nv-template-servicii1 table.services-table th {
    background: #fafafa;
    font-weight: 600;
}
.nv-template-servicii1 table.services-table tbody tr:nth-child(even) {
    background: #fbfbfb;
}
.nv-template-servicii1 .price {
    white-space: nowrap;
    text-align: center !important;
}
.nv-template-servicii1 .action-btn {
    display:inline-block;
    background:#222;
    color:#fff;
    padding:8px 10px;
    border-radius:4px;
    text-decoration:none;
    font-size:0.9rem;
}

.nv-template-servicii1 .ending {
    background: #f7f7f7;
    padding: 40px 0;
}
@media (min-width: 900px) {
    .nv-template-servicii1 .nv-hero h1 { font-size: 3rem; }
}
@media (max-width:700px) {
    .nv-template-servicii1 .nv-hero { padding:40px 0; }
}

.container-custom {
    width: 100%;
    max-width: 1140px; /* Standard Bootstrap Desktop width */
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* Semantic Section Spacing */
.services-intro-content, 
.services-pricing {
    padding: 40px 0;
}

.services-cta-footer {
    background: #f8f9fa;
    padding: 60px 0;
    text-align: center;
}

/* SEO Content Typography */
.entry-content {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
}

.entry-content h2 {
    margin-top: 1.5em;
    color: #000;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-top: 1.3rem !important;
  margin-bottom: 0.9rem !important;
}