
.section-title {
  font-family: 'Muli', serif;
  font-size: 30px;
  font-weight: 900;
  color: #111;
  margin-top: 0;
  margin-bottom: 44px;
  padding-bottom: 16px;
  position: relative;
  text-align: center;
}

.section-title:after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: #93c11c;
  position: static;
  bottom: 0;
  left: 0;
  margin: 20px 0 0;
}

.section-title-light {
  color: #ffffff;
}

.section-title-light:after {
  background: #93c11c;
}

/* ============================================================
   BENEFICII
   ============================================================ */

.section-beneficii {
  padding: 70px 0 25px;
  background: #f6f6f4;
}

.trust-badgets-section {
    background: #f6f6f6;
    padding: 40px 0;
    text-align: center;
}

.trust-badgets-section h2 {
    text-align: center;
    font-size: 50px;
    font-family: 'Muli', sans-serif;
    font-weight: 900;
    color: #93c11c;
    margin-bottom: 10px;
    min-height: 60px;
    line-height: 1;
}

.trust-badgets-section .col-md-3:last-child h2 {
    font-size: 24px;
}
.beneficiu-card {
  background: #ffffff;
  padding: 32px 24px 10px;
  margin-bottom: 24px;
  border-top: 3px solid #e4e4e2;
  -webkit-transition: border-color 0.25s, box-shadow 0.25s;
  transition: border-color 0.25s, box-shadow 0.25s;
  min-height: 240px;
}

.beneficiu-card:hover {
  border-top-color: #93c11c;
  box-shadow: 0 6px 24px rgba(0,0,0,0.08);
}

.beneficiu-card:before {
  display: block;
  font-family: FontAwesome;
  font-size: 28px;
  color: #93c11c;
  margin-bottom: 16px;
}

.beneficiu-birou:before   { content: "\f0f7"; }
.beneficiu-sortiment:before { content: "\f1de"; }
.beneficiu-service:before { content: "\f085"; }
.beneficiu-plata:before   { content: "\f09d"; }

.beneficiu-titlu {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  color: #404041;
  margin-top: 0;
  margin-bottom: 10px;
}

.beneficiu-text {
  font-size: 14px;
  color: #666666;
  margin: 0;
}

/* ============================================================
   PENTRU CINE
   ============================================================ */

.section-pentru-cine {
  padding: 70px 0;
  background: #404041;
}

.locatie-item {
  background: #4e4e4f;
  padding: 22px 20px 22px 56px;
  margin-bottom: 16px;
  position: relative;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.locatie-item:hover {
  background: #555556;
}

.locatie-item:before {
  display: block;
  font-family: FontAwesome;
  font-size: 18px;
  color: #93c11c;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.locatie-corporate:before { content: "\f0b1"; }
.locatie-spitale:before   { content: "\f0fe"; }
.locatie-scoli:before     { content: "\f19d"; }
.locatie-fitness:before   { content: "\f21e"; }
.locatie-hoteluri:before  { content: "\f236"; }
.locatie-fabrici:before   { content: "\f275"; }

.locatie-label {
  font-family: 'Muli', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}

.stat-bar {
  margin-top: 0;
  border-left: 4px solid #93c11c;
  padding: 20px 24px;
  background: #4e4e4f;
}

.stat-text {
  font-size: 15px;
  color: #cccccc;
  margin: 0;
  line-height: 1.8;
}

.stat-text strong {
  color: #ffffff;
}

/* ============================================================
   CUM FUNCTIONEAZA
   ============================================================ */

.section-pasi {
  padding: 70px 0 0;
  background: #ffffff;
}

.pas-card {
  padding: 0;
  margin-bottom: 24px;
  /* border: 1px solid #e8e8e6; */
  position: relative;
  -webkit-transition: box-shadow 0.2s;
  transition: all 400ms ease;
  min-height: 205px;
  text-align: center;
}

.pas-card:hover {
  /* box-shadow: 0 4px 20px rgba(0,0,0,0.07); */
  transform: scale(1.05);
}

.pas-card:before {
  display: block;
  font-family: FontAwesome;
  font-size: 22px;
  color: #93c11c;
  margin-bottom: 12px;
}


.pas-nr {
  font-family: 'Muli', serif;
  font-size: 24px;
  font-weight: 700;
  color: #111;
  position: static;
  top: 16px;
  right: 20px;
  line-height: 1;
  width: 70px;
  height: 70px;
  line-height: 60px;
  display: inline-block;
  background: #93c11c;
  border: 5px solid #fff;
  box-shadow: 0 5px 15px #1111111a;
  border-radius: 100px;
}

.pas-titlu {
  font-family: 'Muli', serif;
  font-size: 20px;
  font-weight: 900;
  color: #222;
  margin-top: 0;
  margin-bottom: 8px;
}

.pas-text {
  font-size: 14px;
  color: #666666;
  margin: 0;
}

/* ============================================================
   FAQ
   ============================================================ */

.section-faq {
  padding: 70px 0;
  background: #f6f6f4;
}

.faq-list {
  max-width: 780px;
}


 .faq-container {
            max-width: 800px;
            margin: 0 auto;
            /* font-family: Arial, sans-serif; */
        }
        
        .faq-item {
            margin-bottom: 15px;
            border: 1px solid #ccc;
            border-radius: 0;
            overflow: hidden;
            background: #F9F7F5;
        }
        
        .faq-question {
            padding: 20px;
            padding-right: 60px;
            cursor: pointer;
            background: #F9F7F5;
            position: relative;
            transition: background 0.3s ease;
            margin: 0;
            font-size: 18px;
            font-weight: 600;
            color: #fff;
            /* text-transform: uppercase; */
        }
        
        .faq-question span {
            font-weight: 800;
            color: #222;
            font-family: 'Muli', sans-serif;
            transition: all 300ms ease;
        }
        
        .faq-question:hover {
            opacity: 0.9;
        }
        
        .faq-question::after {
            content: '\f0d7';
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 16px;
            font-weight: 3;
            color: #93c11c;
            transition: transform 0.3s ease;
            font-family: 'FontAwesome';
            font-size: 24px;
        }
        
        .faq-question.active::after {
            content: '\f0d7';
            transform: translateY(-50%) rotate(180deg);
        }
        
        .faq-answer {
            display: none;
            padding: 0 20px 20px;
            background: transparent;
        }
        
        .faq-answer-inner {
            padding: 20px 0 0;
            border-top: 1px solid #ccc;
        }
        
   


/* ============================================================
   CONTACT
   ============================================================ */


.contact-box {
  background: #404041;
  padding: 40px 36px;
}

.contact-box-title {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 10px;
}

.contact-box-subtitle {
  font-family: 'Muli', sans-serif;
  font-size: 13px;
  color: #fff;
  margin-bottom: 32px;
}

.contact-box-card {
  padding: 15px 15px 5px;
  background: #93c11c;
  margin-bottom: 14px;
  position: relative;
  width: calc(50% - 10px);
  display: inline-block;
  float: left;
  margin: 0 5px;
  text-align: center;
}


.contact-card-label {
  font-family: 'Muli', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  margin: 0 0 4px;
  display: block;
  line-height: 1;
}

.contact-box-card p {
  margin: 0;
}

.contact-card-link {
  font-family: 'Muli', serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  display: block;
}

.contact-card-link:hover {
  color: #aad432;
  text-decoration: none;
}

.contact-program {
  font-family: 'Muli', sans-serif;
  font-size: 12px;
  color: #fff;
  margin-top: 24px;
  margin-bottom: 0;
  padding-left: 4px;
  clear: both;
  margin-to;: 30px;
  margin-to;: 30px;
  margin-to;: 30p;
  margin-to;: 30;
  margin-to;: 3;
  margin-top: 35px;
  overflow: hidden;
  padding-top: 30px;
}
p.pas-emoji {
    font-size: 30px;
    margin: 0 0 15px;
}
.contact-program:before {
  font-family: FontAwesome;
  content: "\f017";
  margin-right: 6px;
  color: #93c11c;
}

.faq-contact-wrapper {
    padding-bottom: 60px;
}

.faq-container p {
    margin: 0;
    font-size: 16px;
}
.faq-question.active span, .faq-question:hover span {
    color: #93c11c;
}
.contact-box-card:hover {
    background: #6f9215;
}