/*
 Theme Name:   Neve Child
 Theme URI:    https://wordpress.org/themes/neve/
 Description:  Este o temă care moștenește tema <strong>Neve</strong> și nu va funcționa fără aceasta.
 Author:       Stachie Alexandru-Dan
 Template:     neve
 Version:      1.0.7
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

.nv-single-page-wrap.col {
    margin-bottom: 30px;
}

.grecaptcha-badge {
    display: none !important;
}

.nav-ul .sub-menu {
    background-color: #54495B !important;
    box-shadow: none !important;
}

.nav-ul .sub-menu li .sub-menu {
    background-color: #6B5D74 !important;
}

.footer--row.footer-top {
    padding-top: 1.2rem;
}

.hfg-slot.left .widget-area .widget {
    margin-bottom: 8px;
}

.hfg-slot.left .widget-area .widget:first-child,
.hfg-slot.left .widget-area .widget:last-child,
.hfg-slot.center .widget-area .widget:first-child {
    margin-bottom: 30px !important;
}

.card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    max-width: 450px;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.card-image {
    height: 160px;
}

/* Gradient Variations */
.card-image.blue {
    background: linear-gradient(135deg, #3b82f6, #1e3a8a);
}

.card-image.purple {
    background: linear-gradient(135deg, #a855f7, #7e22ce);
}

.card-image.green {
    background: linear-gradient(135deg, #22c55e, #15803d);
}

.card-image.orange {
    background: linear-gradient(135deg, #f59e0b, #ea580c);
}

.card-image.pink {
    background: linear-gradient(135deg, #ec4899, #be185d);
}

.card-content {
    padding: 25px;
}

.card-category {
    font-size: 13px;
    font-weight: 600;
    color: #6B5D74;
    letter-spacing: 1px;
}

.card-content h3 {
    margin: 10px 0 15px;
    font-size: 22px;
    color: #3b3340;
}

.card-content a {
    text-decoration-color: #6B5D74;
}

.card-content p {
    font-size: 15px;
    color: #6B5D74;
    line-height: 1.6;
}

.blog-archive {
    padding: 5rem 1rem;
}

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

/* Tablet */
@media (max-width: 1199px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 767px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}

.read-more {
    background: #EB7E78;
    color: white;
    padding: 12px 22px;
    border-radius: 13px 13px 0px 13px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s ease;
}

.read-more:hover {
    color: white;
    background: #F09D99;
}

.blog-title {
    color: #3b3340;
    font-size: 24px;
    font-weight: 700;
}

.blog-category {
    display: inline-block;
    background: #EB7E78;
    color: white;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
}

.blog-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.blog-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.blog-content {
    color: #3b3340;
    padding: 1rem;
}

.blog-date,
.blog-excerpt {
    font-weight: bold;
    color: #6B5D74;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
    border-radius: 13px 13px 0px 13px;
}