@charset "UTF-8";

/*
Template Name: CloudContabil
Author: CloudContabil
Author URI: https://CloudContabil.ro/
Version: 1.0.0
*/

/* Imported styles */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Syne:wght@600;700;800&display=swap');

:root {
    --main-color: #379e46;
}

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

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #222;
    z-index: auto;
    background: linear-gradient(140deg, #101b16 0%, #1c2a23 45%, #2e3a2f 100%);
    background-attachment: fixed;
    position: relative;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 32px 32px;
    opacity: 0.4;
    pointer-events: none;
    z-index: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal !important;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 40px;
    line-height: 40px;
    padding: 15px 0 20px 0;
}

hr {
    margin:2 0px 0;
    border: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

ul, p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #f15a24;
    outline: 0;
}

.clearfix {
    content: ' ';
    height: 0;
    width: 100%;
    overflow: hidden;
    clear: both;
    display: block;
}

.clearfix:before,
.clearfix:after,
.clearfix-after:after,
.clearfix-before:after {
    content: ' ';
    height: 0;
    width: 100%;
    overflow: hidden;
    clear: both;
    display: block;
}

.text-center { text-align: center; }
/**********************************************************/
/* WRAPPER */
/**********************************************************/    
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.wrapper {
    margin: 0;
    padding: 5px;
    background: #fff;
}

.row {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

.col-50 {
    width: 50%;
}

.col-1,.col-10, .col-11, .col-12, .col-2, .col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9 {
    float: left;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    width: 41.66666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    width: 58.33333333%
}
.col-8 {
    width: 66.66666667%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.33333333%;
}
.col-11 {
    width: 91.66666667%
}
.col-12 {
    width: 100%;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex .center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex .space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*==============================================
    Top bar Area
===============================================*/
.top-bar-area {
    background: linear-gradient(120deg, #0f1e18, #1c2923);
    padding: 10px 0;
}
.top-bar-area p {
    color: #e8efe9;
    line-height: 18px;
    font-size: 13px;
}
.top-bar-area p span {
    margin: 0 0 5px 0;
}
.top-bar-area p i {
    color: #9be2b0;
    margin-right: 6px;
}
.top-bar-area a {
    color: #f4fff8;
    text-decoration: none;
}

.top-bar-area .container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px 18px;
}

.top-bar-area .pull-left,
.top-bar-area .pull-right {
    display: flex;
    align-items: center;
    gap: 10px 14px;
    flex-wrap: wrap;
}

.top-bar-area .pull-right {
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    gap: 14px;
}

.top-bar-area .pull-left p,
.top-bar-area .pull-right p {
    margin: 0;
    padding: 0;
}

.top-bar-area .pull-right p {
    white-space: nowrap;
}

.top-bar-area .pull-left {
    justify-content: flex-start;
    min-width: 0;
}

.top-bar-area .pull-right {
    min-width: 0;
}

.top-bar-area .pull-right p {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.top-socials {
    justify-content: flex-end;
    margin-top: 2px;
}


/* =============================================== */
/* TOP NAVIGATION
/* =============================================== */
nav {
    background: rgba(255, 255, 255, 0.95);
    padding: 14px 20px;
    border-bottom: 1px solid #e6e6e6;
    backdrop-filter: blur(6px);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.logo img {
    max-width: 100%;
    height: auto;
}
.mobile-menu { display: none; }

.nav-links {
    padding: 0;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.nav-links a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #1f2b25;
    text-decoration: none;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 999px;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
    font-family: 'Manrope', 'Hind', Arial, sans-serif;
}

.nav-links a:hover {
    color: #0f1e18;
    background: rgba(55, 158, 70, 0.18);
    text-decoration: none;
    transform: translateY(-1px);
}

.nav-links a:focus-visible {
    outline: 2px solid rgba(55, 158, 70, 0.55);
    outline-offset: 2px;
}

.nav-links a i {
    color: #379e46;
}


/* Main content */
.hero {
    /*background-color: #2a2a2a;*/
    color: #fff;
    text-align: center;
    padding: 4rem 2rem;
    /*margin-bottom: 2rem;*/
}

.cloud-hero {
    background: linear-gradient(120deg, rgba(5, 18, 32, 0.9), rgba(18, 32, 22, 0.9)), url('images/back_black.jpg') center/cover no-repeat;
    font-family: 'Manrope', 'Hind', Arial, sans-serif;
}

.cloud-hero .cloud-hero__inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: left;
}

.cloud-hero h1,
.cloud-section h2,
.cloud-section h3 {
    font-family: 'Syne', 'Montserrat', Arial, sans-serif;
    font-weight: 700;
}

.cloud-eyebrow {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    color: #cfe7d5;
    margin-bottom: 10px;
}

.cloud-lead {
    font-size: 18px;
    max-width: 720px;
}

.cloud-sublead {
    color: #d8e3de;
    max-width: 720px;
    margin: 8px 0 0 0;
}

.cloud-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.cloud-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}

.cloud-stat {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 12px 14px;
}

.cloud-stat__value {
    font-size: 20px;
    font-weight: bold;
    display: block;
    color: #ffffff;
}

.cloud-stat__label {
    font-size: 12px;
    color: #d8e3de;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cloud-section {
    padding: 32px 10px;
    font-family: 'Manrope', 'Hind', Arial, sans-serif;
}

.cloud-section__head {
    max-width: 760px;
    margin: 0 auto 18px auto;
    text-align: center;
}

.cloud-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 22px;
}

.cloud-card {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
}

.cloud-card--soft {
    background: linear-gradient(135deg, #f7fbf8, #ffffff);
}

.cloud-checks,
.cloud-reqs {
    list-style: none;
    padding: 0;
    margin: 14px 0 0 0;
}

.cloud-checks li,
.cloud-reqs li {
    padding: 8px 0 8px 26px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.cloud-checks li:last-child,
.cloud-reqs li:last-child {
    border-bottom: none;
}

.cloud-checks li::before,
.cloud-reqs li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 8px;
    color: #379e46;
    font-weight: bold;
}

.cloud-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0 18px 0;
}

.cloud-tag {
    background: #f3f3f3;
    border: 1px solid #e0e0e0;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 12px;
    color: #333;
}

.cloud-benefits,
.cloud-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
    counter-reset: steps;
}

.cloud-benefits li,
.cloud-steps li {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 14px 16px 14px 46px;
    position: relative;
}

.cloud-steps li::before {
    counter-increment: steps;
    content: counter(steps);
    position: absolute;
    left: 14px;
    top: 12px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #379e46;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

.cloud-benefits li::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 16px;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background: rgba(55, 158, 70, 0.15);
    border: 1px solid rgba(55, 158, 70, 0.35);
}

.cloud-section--split .cloud-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
}

.cloud-callout {
    background: linear-gradient(135deg, #1f5130, #2e7a4a);
    color: #ffffff;
    padding: 22px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
}

.cloud-callout .cta-button {
    background-color: #ffffff;
    color: #1f5130;
}

.cloud-callout .cta-button:hover {
    background-color: #e8f2ea;
}

.cloud-step__title {
    font-weight: bold;
    color: #1f5130;
}

.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.cta-button {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #379e46;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #1d781d;
}

.more-button {
    background-color: #aa1515;
}

.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.feature-card {
    padding: 2rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
}


.section-contact {
    margin: 20px 0;
}

/* Footer */
footer {
    background-color: #2c3e50;
    color: white;
    padding: 2rem;
    margin-top: 0;
}

.site-footer {
    background: linear-gradient(135deg, #0f1e18, #1f2b25);
    border-radius: 0;
    padding: 28px 24px 0 24px;
    color: #e8efe9;
    overflow: hidden;
}

.footer-contact-grid {
    margin: 0 0 18px 0;
}

.footer-contact-grid .row {
    gap: 12px;
    justify-content: space-between;
}

.footer-card {
    background: rgba(255, 255, 255, 0.08);
    border: none;
    border-radius: 0;
    padding: 16px;
    gap: 12px;
}

.footer-contact {
    padding: 0;
    background: none;
    margin: 0 5px;
    display: flex;
    align-items: center;
}

.footer-contact-icon {
    padding: 10px;
    text-align: center;
    font-size: 26px;
    margin: 0 12px 0 0;
    color: #9be2b0;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 0;
    min-width: 46px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-contact .media-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-contact-text {
    font-weight: 600;
    margin-bottom: 4px;
    color: #ffffff;
}

.footer-contact-link {
    color: #f4fff8;
    font-size: 16px;
}

.footer-note {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #c9d8cf;
}

.footer-base {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 16px 0 20px 0;
}

.footer-socials {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.footer-socials a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    color: #e8efe9;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 13px;
}

.footer-socials a:hover {
    background: rgba(155, 226, 176, 0.2);
    color: #9be2b0;
}

.footer-base__row {
    align-items: center;
}

.footer-links li a,
.footer-links li a:visited {
    color: #e8efe9;
    text-decoration: none;
}

.footer-links li a:hover {
    text-decoration: underline;
}

.footer-links .cookie-link {
    background: none;
    border: none;
    color: #e8efe9;
    font: inherit;
    padding: 0;
    cursor: pointer;
}

.footer-links .cookie-link:hover {
    text-decoration: underline;
}

.cookie-banner {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: #ffffff;
    color: #1f2b25;
    border: 1px solid #e0e0e0;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
    z-index: 9999;
    padding: 16px 18px;
}

.cookie-banner__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.cookie-banner__text h3 {
    margin: 0 0 6px 0;
    font-size: 16px;
}

.cookie-banner__text p {
    margin: 0;
    color: #4a4a4a;
    max-width: 640px;
}

.cookie-banner__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.cookie-btn {
    border: 1px solid #cfd7d1;
    background: #f5f5f5;
    color: #1f2b25;
    padding: 8px 14px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
}

.cookie-btn--primary {
    background: #379e46;
    border-color: #379e46;
    color: #ffffff;
}

.cookie-btn--ghost {
    background: transparent;
}

.cookie-settings {
    margin-top: 14px;
    border-top: 1px solid #e6e6e6;
    padding-top: 12px;
    display: grid;
    gap: 10px;
}

.cookie-settings__row {
    display: grid;
    gap: 6px;
}

.cookie-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.cookie-settings__actions {
    display: flex;
    justify-content: flex-end;
}


/* ================================================ */
.copyright {
    margin: 10px 0 0 0;
    border-top: 5px solid #111947;
    background: #fff;
    color: #555;
    padding: 5px 10px;
}

.text-end {
    text-align: right!important;
}

.footer-links ul {
    padding: 0;
    margin: 0;
}
.footer-links li {
    font-family: var(--body-font);
    display: inline-block;
    margin-right: 20px;
}

.footer-links li a, .footer-links li a:visited {
    color: #fff;
    text-decoration: underline;
}

/* Contact form */
.contact-form {
    display: grid;
    gap: 1rem;
    max-width: 600px;
    margin: 0 auto;
}

.form-group {
    display: grid;
    gap: 0.5rem;
}

input, textarea {
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.contact-section {
    padding: 18px 0 24px 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 18px;
}

.contact-card {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    padding: 18px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.contact-card h2,
.contact-card h3 {
    margin: 0 0 12px 0;
    color: #1f5130;
    font-weight: 700;
}

.contact-form {
    max-width: 100%;
    margin: 0;
}

.contact-field {
    display: grid;
    gap: 6px;
}

.contact-field input,
.contact-field textarea {
    padding: 10px 12px;
    border: 1px solid #d7ddd9;
    border-radius: 4px;
    font-size: 14px;
}

.contact-field--terms {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.contact-field--terms input {
    margin-top: 3px;
}

.contact-actions {
    display: flex;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
}

.contact-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #2a2a2a;
}

.contact-list li i {
    color: #379e46;
    width: 16px;
    text-align: center;
}

.contact-list a {
    color: inherit;
    text-decoration: none;
}

.contact-note {
    background: #f7fbf8;
    border: 1px solid #e6e6e6;
    padding: 12px;
}

.contact-note p {
    margin: 0 0 10px 0;
    color: #4a4a4a;
}

/* Price table */
.price-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
}

.price-table th,
.price-table td {
    padding: 1rem;
    border: 1px solid #ddd;
    text-align: left;
}

.price-table th {
    background-color: #f5f5f5;
}

/* Responsive design */
@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 1rem;
    }

    .nav-links {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .nav-links a {
        width: 100%;
        justify-content: center;
    }

    .top-bar-area .container {
        grid-template-columns: 1fr;
        align-items: flex-start;
    }

    .top-bar-area .pull-right {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .cloud-hero .cloud-hero__inner {
        text-align: center;
    }

    .cloud-hero__actions {
        justify-content: center;
    }

    .cloud-hero__stats {
        grid-template-columns: 1fr;
    }

    .cloud-grid,
    .cloud-section--split .cloud-split {
        grid-template-columns: 1fr;
    }

    .about-hero,
    .about-section--split .about-split {
        grid-template-columns: 1fr;
    }

    .about-grid {
        grid-template-columns: 1fr;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .footer-contact-grid .row,
    .footer-base__row {
        flex-direction: column;
        gap: 12px;
    }

    .footer-base__row .text-end {
        text-align: center !important;
    }

    .cookie-banner {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }

    .cookie-banner__content {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-banner__actions {
        width: 100%;
    }

    .cookie-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ================================================ */
/* ABOUT BOX ====================================== */
/* ================================================ */
.about-box {
    margin: 0;
    padding: 0;
}

.about-box .column {
    text-align: left;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1 1 auto;
    margin: 12px 8px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    padding: 18px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.about-box h2 {
    color: #1f5130;
    font-weight: 700;
    margin: 10px 0 8px 0;
}

.about-box i.fa {
    font-size: 36px;
    color: #379e46;
}

.about-post {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.about-post a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(55, 158, 70, 0.12);
    color: #379e46;
}

.about-post p {
    color: #4a4a4a;
}

.about-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 20px;
    align-items: start;
    margin-bottom: 28px;
}

.about-hero__content h2 {
    margin: 0 0 10px 0;
    color: #1f5130;
    font-weight: 700;
}

.about-hero__actions {
    margin-top: 18px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.about-hero__card {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    padding: 18px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.about-checks {
    list-style: none;
    margin: 14px 0 0 0;
    padding: 0;
}

.about-checks li {
    padding: 6px 0 6px 24px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.about-checks li:last-child {
    border-bottom: none;
}

.about-checks li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 6px;
    color: #379e46;
    font-weight: bold;
}

.about-section {
    padding: 18px 0 24px 0;
}

.about-section__head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 18px auto;
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.about-card {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    padding: 16px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.about-card h3 {
    margin: 0 0 6px 0;
    color: #1f5130;
    font-weight: 700;
    font-size: 16px;
}

.about-section--split .about-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    gap: 16px;
    align-items: stretch;
}

.about-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.about-tag {
    background: #f3f3f3;
    border: 1px solid #e0e0e0;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
}

.about-callout {
    background: linear-gradient(135deg, #1f5130, #2e7a4a);
    color: #ffffff;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
}

.about-callout .cta-button {
    background-color: #ffffff;
    color: #1f5130;
}

.about-callout .cta-button:hover {
    background-color: #e8f2ea;
}

/* Box title styling */
.box-title {
    margin: -16px -24px 0;
    padding: 16px 24px;
    font-size: 18px;
    font-weight: 600;
    
}

/* Box content area */
.box-body {
    padding: 16px 24px;
    line-height: 1.6;
    background: #fff;
    margin: 0 0 12px 0;
    position: relative;
    border-radius: 5px;
}

/* ================================================ */
/* PRICES BOX ====================================== */
/* ================================================ */
.prices {
    flex-wrap: nowrap;
    align-items: flex-end;
}
.prices h2 {
    text-align: center;
}

.is_popular {
    background-color: #379e46;
    border-radius: 20px;
    padding: 0 3px 12px;
}
.price-box {
/*    padding: 15px;*/
    background: #fff;
    margin: 0 5px;
    border-radius: 15px;
    padding: 5px 10px 12px 10px;
}
.main-popular-plan-txt {
    display: flex;
    justify-content: center;
    padding: 8px 0;
    color: #fff;
    font-size: 17px;
}

.price {
    display: flex;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    /* width: 90px; */
    color: #444;
    margin: 0 auto;
    /* background: -webkit-linear-gradient(0deg, #0071b9 0%, #be0000 50%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: baseline;
}
.planDuration {
    color: #222;
    font-size: 18px;
    background: none;
}

.features {
    padding: 20px;
    background: white;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    align-items: center;
}

.feature-list li:last-child {
    border-bottom: none;
}

.feature-list li::before {
    content: "✓";
    color: green;
    margin-right: 10px;
    font-weight: bold;
}

li > i.fa-times { color: red; }

.highlight {
    font-weight: bold;
    color: #f15a24;
}

.blue-button a {
    display: inline-block;
    background-color: #444;
    /* font-size: 12px; */
    font-weight: 400;
    color: #fff;
    /* text-transform: capitalize; */
    padding: 5px 10px;
    margin: 14px 0 0 0;
    border-radius: 5px;
    letter-spacing: 1px;
}

.blue-button a:hover {
    background-color: #ff695f;
}

.important {
    margin: 10px 0;
    padding: 10px;
    background-color: #ffdddd; /* Red */
    color: red;
    margin-bottom: 15px;
}
.info {
    margin: 10px 0;
    padding: 10px;
    background-color: #ddffff; /* Red */
    color: #444;
    margin-bottom: 15px;
}
/* ================================================ */
/* ACTUALIZARI ==================================== */
/* ================================================ */
.pagina-actualizari p {
    margin: 10px 0;
}
.pagina-actualizari ul {
    padding: 10px 15px;
    list-style: disc;
    margin: 0 0 0 10px;
}

.lista-actualizari {
    color: #000;
    margin: 0 10px 15px 10px;
}

.actualizare {
    margin: 10px 0 0 0;
    float: left;
    width: 100%;
    border: 1px solid #d4dae5;
}

.ver-title {
    width: 100%;
    float: left;
    padding: 5px;
    background: #e8eef9;
}

.ver-title > div {
    float: left;
    text-align: center;
    display: flex;
}

.versiune {
    margin-left: 10px;
}

.data {
    float: right!important;
}

.ver-content {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.ver-content ol {
    margin: 0 0 0 25px;
    padding: 0;
    list-style: decimal;
}


/* ================================================ */
/* BLOG BOX ======================================= */
/* ================================================ */
.blog-post .single-blog-post {
    margin-bottom: 24px;
    display: grid;
    grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
    gap: 16px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    padding: 14px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.single-blog-post .img-holder {
    display: block;
    /*overflow: hidden;*/
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.single-blog-post .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    display: block;
}
.single-blog-post .text-holder {
    transition: all 300ms ease;
    position: relative;
    z-index: 1;
    background: #ffffff;
    border: none;
    margin: 0;
    padding: 0;
}

.single-blog-post .text-holder .blog-title {
  color: #1f5130;
  font-size: 18px;
  font-weight: 700!important;
  margin: 0 0 6px;
  line-height: 26px;
  transition: all 300ms ease;
}
.single-blog-post .text-holder .blog-title:hover{
    color: #000;
    text-decoration: none;        
} 
.single-blog-post .text-holder .text{
    overflow: hidden;
    padding-bottom: 6px;
    color: #4a4a4a;
}
.single-blog-post .text-holder .meta-info {
    overflow: hidden;
    margin: 0 0 8px 0;
    display: block;
    padding: 0;
}
.single-blog-post .text-holder .meta-info .left {
    display: block;
    padding: 0;
}
.single-blog-post .text-holder .meta-info .post-info li {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    float: none;
    margin-right: 12px;
    border-right: 1px solid #e6e6e6;
    padding-right: 12px;
    line-height: 15px;
    color: #6b6b6b;
    font-size: 12px;
    font-weight: 500;
}
.single-blog-post .text-holder .meta-info .post-info li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.single-blog-post .text-holder .text a {
    color: #379e46;
    font-weight: 600;
    text-decoration: none;
}

.single-blog-post .text-holder .text a:hover {
    text-decoration: underline;
}

.blog-cta {
    margin: 24px 0 0 0;
    padding: 18px;
    background: linear-gradient(135deg, #f7fbf8, #ffffff);
    border: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.blog-cta__content h3 {
    margin: 0 0 6px 0;
    color: #1f5130;
    font-size: 18px;
    font-weight: 700;
}

.blog-cta__content p {
    margin: 0;
    color: #4a4a4a;
}

.blog-cta__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

@media screen and (max-width: 467px) {
    .row {
        display: flex;
        flex-direction: column;
    }
    .col-4 {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0 0 5px 0;
    }

    .blog-post .single-blog-post {
        grid-template-columns: 1fr;
    }

    .single-blog-post .img-holder {
        height: 180px;
    }

    .blog-cta {
        flex-direction: column;
        align-items: flex-start;
    }
}
