/*

Template 2098 Health

http://www.tooplate.com/view/2098-health

*/

  @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');

  body {
    /* background: #ffffff; */
    background: #f5f5f5;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    font-size: 16px;
  }
  :root {
    --navy: #0d2b4e;
    --navy-mid: #1a3f6f;
    --teal: #1a7a9a;
    --lime: #9dc52e;
    --text: #1e2a38;
    --text-muted: #5a6a7a;
    --bg: #f5f7fa;
    --white: #ffffff;
    --card-border: #e2e8f0;
    --shadow: 0 2px 12px rgba(13,43,78,0.08);
    --shadow-hover: 0 8px 32px rgba(13,43,78,0.15);
  }

  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    line-height: inherit;
  }

  h1,h2,h3,h4 {
    letter-spacing: -1px;
  }

  h5 {
    font-weight: 500;
  }

  h1 {
    color: #252525;
    font-size: 32px;
  }

  h2 {
    color: #272727;
    font-size: 26px;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 0;
  }

  h4 {
    color: #454545;
    font-size: 18px;
    padding-bottom: 2px;
  }

  h6 {
    letter-spacing: 0;
    font-weight: normal;
  }

  p {

    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
  }


  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a:hover, a:active, a:focus {
    color: #00c898;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 20px;
  }

  .section-title h2 {
    margin-top: 0;
  }

  .section-btn {
    background: #a5c422;
    border: 0;
    border-radius: 3px;
    color: #ffffff;
    font-size: inherit;
    font-weight: 500;
    padding: 14px 20px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .section-btn:hover {
    transform: translateY(-5px);
  }

  .text-align-right {
    text-align: right;
  }

  .text-align-center {
    text-align: center;
  }

  .border-top {
    border-top: 1px solid #f2f2f2;
    margin-top: 4em;
    padding-top: 2.5em;
  }

  .btn-gray {
    background: #393939;
  }

  .btn-blue {
    background: #4267b2;
  }

  .news-thumb {
    background: #ffffff;
    border-radius: 10px;
  }
  .news-thumb img {
    border-radius: 10px 10px 0 0;
  }

  .news-info {
    padding: 30px;
    text-align: left;
  }
  .news-info span {
    display: block;
    letter-spacing: 0.5px;
  }
  .news-info h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .author {
    border-top: 1px solid #f0f0f0;
    padding-top: 1.5em;
    margin-top: 2em;
  }
  .author img,
  .author .author-info {
    display: inline-block;
    vertical-align: top;
  }
  .author-info h5 {
    margin-bottom: 0;
  }
  .author img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }


  #about, #team, #news,
  #news-detail {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  #news, #service {
    text-align: center;
  }

  #google-map {
    line-height: 0;
    margin: 0;
    padding: 0;
  }


  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  header {
    background: #172157;
    display: flex;
    color: #fff;
    /* height: 45px; */
  }

  header .col-md-8 {
    padding-right: 0;
  }

  header p,
  header span {
    font-size: 16px;
    line-height: 24px;
    padding-top: 12px;
    color: #fff;
    /* margin-left: 20px; */
  }

  header a,
  header span {
    color: #747474;
  }

  header span {
    font-weight: 500;
    display: inline-block;
    padding: 11px 15px;
  }

  header span.date-icon {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    padding-right: 19px;
    padding-left: 19px;
  }

  header span i {
    color: #a5c422;
    margin-right: 5px;
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .navbar-default {
    background: #172157;
    box-shadow: 0 2px 8px rgba(0,0,0,.075);
    border: none;
    margin-bottom: 0;
  }

  .navbar-default .navbar-brand {
    color: #393939;
    font-weight: 500;
  }

  .navbar-default .navbar-brand .fa {
    color: #a5c422;
  }

  .navbar-default .navbar-nav li.appointment-btn {
    margin: 3px 0 0 20px;
  }

  .navbar-default .navbar-nav li.appointment-btn a {
    background: #ed7761;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbar-default .navbar-nav li.appointment-btn a:hover {
    background: #f9f871;
    color: #ffffff !important;
  }

  .navbar-default .navbar-nav li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .navbar-default .navbar-nav > li a:hover {
    color: #f9f871 !important;
  }

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #555555;
    background-color: transparent;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-default .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background: #393939;
    border-color: transparent;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus { 
    background-color: transparent;
  }



  /*---------------------------------------
      HOME              
  -----------------------------------------*/

  #home h1 {
    color: #ffffff;
    padding-bottom: 10px;
    margin-top: 0;
  }

  #home h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
  }

  .slider .container {
    width: 100%;
  }

  .slider .owl-dots {
      position: absolute;
      top: 575px;
      width: 100%;
      justify-content: center;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
  }

  .slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
  }

  .slider .item {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 650px;
  }

  .slider .item-first {
    background-image: url(../images/slider1.jpg);
  }

  .slider .item-second {
    background-image: url(../images/slider2.jpg);
  }

  .slider .item-third {
    background-image: url(../images/slider3.jpg);
  }


  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  #about {
    background: url('../images/about-bg.jpg') no-repeat top center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .profile img,
  .profile figcaption {
    display: inline-block;
    vertical-align: top;
    margin-top: 1em;
  }
  .profile img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
    margin-right: 1em;
  }
  .profile figcaption h3 {
    margin-top: 0;
  }

  #about h6 {
    color: #858585;
    margin: 0;
  }



  /*---------------------------------------
      TEAM MEMBERS              
  -----------------------------------------*/

  .team-thumb {
    /* background-color: #f9f9f9; */
    border: 1px solid #f9f9f9;
    border-radius: 0 0 10px 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
        /* margin-bottom: 20px; */
  }

  .team-info {
    padding: 20px 30px 20px 30px;
    background-color: #f9f9f9;
  }

  .team-contact-info {
    border-top: 1px solid #e9e9e9;
    padding-top: 1.2em;
    margin-top: 1.5em;
  }

  .team-contact-info .fa {
    margin-right: 5px;
    display: inline-block;
  }

  .team-contact-info p {
    margin-bottom: 2px;
  }

  .team-contact-info a {
    color: #757575;
  }

  .team-thumb .social-icon li {
    font-weight: 500;
  }

  .team-thumb .social-icon li a {
    background: #ffffff;
    border-radius: 0px;
    font-size: 20px;
    /* width: 50px;
    height: 50px; */
    line-height: 50px;
    margin: 0 2px 0 2px;
  }

  .team-thumb .social-icon {
    opacity: 0;
    transform: translateY(100%);
    transition: 0.5s 0.2s;
    text-align: center;
    position: relative;
    top: 0;
  }

  .team-thumb:hover .social-icon {
    opacity: 1;
    transition-delay: 0.3s;
    transform: translateY(0px);
    top: -22em;
  }



  /*---------------------------------------
     SERVICE              
  -----------------------------------------*/

  #service {
    background: #a5c422;
  }

  #service h2,
  #service h4 {
    color: #ffffff;
  }

  #service p {
    color: #d9d9d9;
  }

  #service .service-thumb {
    padding: 0 22px;
  }

  #service .fa {
    font-size: 50px;
    margin-bottom: 10px;
    background: #ffffff;
    color: #a5c422;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 100%;
  }


  /*---------------------------------------
      NEWS             
  -----------------------------------------*/

  #news, #news-detail {
    background: #f9f9f9;
  }

  #news-detail blockquote {
    margin: 30px 0;
  }

  .news-detail-thumb .news-image img {
    border-radius: 10px;
  }

  .news-detail-thumb h3 {
    margin-bottom: 8px;
  }

  .news-image {
    margin-bottom: 30px;
    position: relative;
  }

  .news-image img {
    width: 100%;
  }

  .news-detail-thumb ul {
    margin: 32px 12px 22px 0px;
  }

  .news-detail-thumb ul li {
    list-style: circle;
    font-weight: normal;
    padding: 6px 12px 6px 0px;
  }

  .news-sidebar {
    margin-top: 16px;
  }

  .news-social-share {
    text-align: center;
    padding-top: 22px;
  }

  .news-social-share .btn {
    border-radius: 100px;
    border: none;
    font-size: 10px;
    font-weight: 600;
    margin: 2px 6px;
    padding: 8px 14px;
  }

  .news-social-share .btn-primary {
    background: #3b5998;
  }

  .news-social-share .btn-success {
    background: #1da1f2;
  }

  .news-social-share .btn-danger {
    background: #dd4b39;
  }

  .news-social-share a .fa {
    padding-right: 4px;
  }

  .recent-post {
    padding-top: 2px;
    padding-bottom: 18px;
  }

  .recent-post .media img {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    margin-right: 5px;
  }

  .recent-post .media-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: inherit;
    margin-top: 5px;
  }

  .news-categories {
    margin-top: 8px;
  }

  .news-categories li a {
    color: #2b2b2b;
  }

  .news-ads {
    background: #ffffff;
    border-right: 4px solid #2b2b2b;
    padding: 42px;
    text-align: center;
    margin: 26px 0 26px 0;
  }

  .news-ads.sidebar-ads {
    border-left: 4px solid #2b2b2b;
    border-right: 0px;
  }

  .news-ads h4 {
    font-size: 18px;
  }

  .news-tags h4 {
    padding-bottom: 6px;
  }

  .news-categories li,
  .news-tags li {
    list-style: none;
    display: inline-block;
    margin: 4px;
  }

  .news-tags li a {
    background: #393939;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    float: left;
    min-width: 30px;
    padding: 6px 12px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .news-tags li a:hover {
    background: #4267b2;
  }



  /*---------------------------------------
      APPOINTMENT             
  -----------------------------------------*/

  #appointment {
    padding-top: 100px;
  }

  #appointment label {
    color: #393939;
    font-weight: 500;
  }

  #appointment .form-control {
    background: #f9f9f9;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    transition: all ease-in-out 0.4s;
  }

  #appointment input,
  #appointment select {
    height: 45px;
  }

  #appointment button#cf-submit {
    background: #a5c422;
    color: #ffffff;
    font-weight: 600;
    height: 55px;
  }

  #appointment button#cf-submit:hover {
    background: #393939;
    color: #ffffff;
  }


  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #464646;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
  }

  .social-icon li a:hover {
    background: #4267b2;
    color: #ffffff;
  }


  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media only screen and (max-width: 1200px) {
    h1 {
      font-size: 4em;
    }
    h2 {
      font-size: 2.5em;
    }
    h3 {
      font-size: 1.5em;
    }

    header {
      height: inherit;
    }
    header span.date-icon {
      border: 0;
      padding-right: 0;
      padding-left: 0;
    }
    header span.email-icon {
      padding-top: 0;
    }

    .navbar-default .navbar-nav li a {
      padding-right: 15px;
      padding-left: 15px;
    }
  }

  @media only screen and (max-width: 992px) {
    .slider .item {
      background-position: center;
    }
    .logo-1 img {
        max-width: 200px;
    }

    header {
      padding-bottom: 10px;
    }
    header .text-align-right {
      text-align: left;
    }
    header span {
      padding-top: 0;
      padding-left: 0;
      padding-bottom: 0;
    }
  }
  .table-container-scroll {
    overflow-x: auto;
    max-width: 100%;
}

  @media only screen and (max-width: 767px) {
    .result-card{
      flex-direction: column;
      align-items: flex-start;
    }
    .result-thumb{
          width: 100% !important;
    }
    .result-card::before{
      content: unset!important;
    }
    .author-banner{
      flex-direction: column;
      align-items: flex-start;
    }
    #page_title_navigare{
      padding-bottom: 0px !important;
    }
    div#navigare {
      font-size: 14px;
    }
    #page_title_navigare #navigare .breadcrumbs{
      background-color: #ffffff00 !important;
    }
    #page_title_navigare #navigare .breadcrumbs::before{
      border-left: 7px solid #f5f5f500!important;
    }
    .author-divider {
      display: none;
    }
    .logo-1 img {
      width: 210px;
    }
    .onlyMobile{
     display: block !important;
    }
    .tab-buttons .tab-btn.active{
          border-bottom: 1px solid #9E9E9E;
    }
    .tabs {
    margin-top: 10px;
}
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      border-color: transparent;
    }
    .navbar-default .navbar-nav li.appointment-btn {
      margin-left: 15px;
    }
    .navbar-default .navbar-nav li a {
      display: inline-block;
      padding-top: 8px;
      padding-bottom: 8px;
    }

    .news-sidebar {
      margin-top: 2em;
    }

    #appointment-form {
      padding-top: 4em;
      padding-bottom: 4em;
    }


    .footer-thumb {
      padding-bottom: 10px;
    }

    .border-top {
      text-align: center;
    }

    .copyright-text {
      margin-top: 10px;
    }

    .angle-up-btn {
      bottom: 10em;
    }
    .steps-row{
      flex-direction: column!important;
      gap: 6px!important;
      padding: 14px 10px !important;
    }
    .step:not(:last-child)::after{
      display: none !important;
    }
  }
.consultant-avatar {
    object-fit: cover;
    right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #9dc52e;
    flex-shrink: 0;
    background: linear-gradient(135deg, #2a5a8a, #1a3f6f);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
    color: #9dc52e;
    letter-spacing: -1px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
  @media only screen and (max-width: 639px) {
    
    #show_tabs{
      display: none !important;
    }
    .author-banner{
          align-items: flex-start !important;
    }
    .sidebar {
      margin-top: 20px !important;
    }
    h1 {
      font-size: 22px !important;
      line-height: 1.2em;
    }
    .page-hero-inner-t{
      flex-direction: column;
    }
    h2 {
      font-size: 20px !important;
    }
    h4 {
      font-size: 1.4em;
    }

    #home h3 {
      font-size: 11px;
      letter-spacing: 1px;
    }

  }

.mt-5{
  margin-top: 50px;
}
.mb-5{
  margin-bottom: 50px;
}
.mt-3{
  margin-top: 30px;
}
.mb-3{
  margin-bottom: 30px;
}
.product_option {
    /* text-align: center; */
    margin-top: 10px;
    padding-top: 10px;
    /* border-top: 2px solid #e4e5e6; */
}
/* .product_option a {
  top: 15px;
  position: relative;
} */
/* .product_option a {
    position: relative;
    clear: both;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    font-size: 16px;
    margin-top: 4px;
    border: 1px solid #4f5357;
    padding-right: 10px;
    color: #fff;
    background-color: #172157;
} */
.mr-10{
  margin-left:10px;
}
.ml-10{
  margin-right:10px;
}
.tabs_body {
    display: block;
    clear: both;
}
.tabs_body .tab {
    display: none;
    padding: 0px;
    clear: both;
}
.tabs_body .tab > label {
    display: none;
    font-size: 18px;
    position: absolute;
    margin-top: -30px;
    color: #192677;
    left: 60px;
    text-transform: uppercase;
}
.product_content {
    position: relative;
    border: 2px solid #efeeef;
    padding: 20px 20px 20px;
    background: #fff;
}
.print_box, .onlyMinim, .onlyMobile, .onlyTablet, .noDesktop, .noMaxim {
    display: none;
}
.print_box.watermark {
    position: fixed;
    top: 45%;
    left: 50px;
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
    opacity: .2;
    font-weight: bold;
    font-size: 60px !important;
    color: #efefef !important;
    width: 480px;
    text-align: center;
    border: none;
    margin: 0px;
    padding: 0px;
}
.three-design {
    margin-bottom: 25px;
}
.three-design h2 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
}
.three-design h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #111;
}
.three-design h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #333;
}
.tabs_head{margin:0px;padding:0px;display:table;}
.tabs_head li{display:table-cell;padding:0px 4px 0px 0px;text-align:center;vertical-align:top;}
.tabs_head li a{position:relative;height:40px;display:block;width:100%;margin:0px;border-radius:4px 4px 0px 0px;}
.tabs_head li a > span{display:block;line-height:38px;border-radius:4px;height:38px;padding:0px 10px;white-space:nowrap;
	font-size:14px;color:#172157;font-weight:normal;text-transform:uppercase;}
	.tabs_head li a span .noMinim{display:inline-block;}
.tabs_head li a:hover span,.tabs_head li a.active span{background:#172157;color:#fff;
	text-decoration:none;border-radius:0px;}
.tabs_head li a.active{background:#efeeef;}
.tabs_head li a.active span{line-height:42px;height:42px;}
.tabs_head li a.active span.noMinim{display:inline-block !important;padding:0px;}
.tabs_head li a .icon{padding:0px;font-size:26px;float:left;width:34px;text-align:left;}
.tabs_body{display:block;clear:both;}
.tabs_body .tab{display:none;padding:0px;clear:both;}
/* .tabs_body .tab,.tabs_body .tab *{font-family:'Poppins',sans-serif !important;} */
.tabs_body .tab .material-icons{font-family: 'Material Icons' !important;}
.tabs_body .tab.active{display:block;}

#product_option.fixed{top:auto !important;bottom:0px;border-top:2px solid #192677;background:#fff;} 
#product_option.fixed:before{content:'';z-index:99;display:block;position:absolute;top:2px;left:0px;width:100%;
	height:1px;background:#192677;}
#product_option.fixed .box{padding:0px 30px;min-height:auto;}
#product_option.fixed .box *{position:relative;}
#product_option.fixed .box div.paging{padding-top:10px;padding-bottom:10px;}

div.paging{
  display:block;clear:both;padding:10px 0px;line-height:26px;color:#192677;text-align:center;
    gap: 16px;
    background: rgb(255 255 255);
    border: 1px solid rgb(226 232 240);
    border-radius: 10px;
    padding: 12px 20px !important;
    box-shadow: 0 2px 8px rgba(13, 43, 78, 0.06);


}
div.paging *{color:#192677;vertical-align:top;}
.paging span.paging_info{display:block;float:right;    font-size: 12.5px;
    color: #5a6a7a;
    white-space: nowrap;
    /* background: #f5f7fa; */
    /* border: 1px solid #e2e8f0; */
    border-radius: 6px;
    padding: 0px 10px;}
  .paging  span.colorP {
    background: #f5f7fa;
    padding: 0px 10px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
}
.paging form{    display: inline-block;
    padding: 0px 0px 0px 5px;
    width: 70px;
    line-height: 20px !important;
    height: 0px !important;}
.paging form input{    padding: 0px 2px;
    line-height: 30px !important;
    height: 32px !important;
    text-align: center;
    border: 1px solid #d4d8dd;
    border-radius: 6px;
    max-width: 70px;}
.paging span{position:relative;display:inline-grid;text-align:center;line-height:34px !important;height:34px !important;overflow:hidden;align-items: center;}
.paging span .icon{float:none !important;font-size:20px !important;width:inherit !important;}
.paging strong{    margin: 0px 2px 2px 0px;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #d4d8dd;
    border-radius: 4px;
    background: #0d2b4e;
    border-color: #0d2b4e;
    color: white;
    font-weight: 700;
    box-shadow: 0 3px 10px rgba(13, 43, 78, 0.25);
    cursor: default;
}
.paging a,a.paging{background:#fff;border: 1.5px solid rgb(226 232 240);display:inline-block;padding:0px;margin:0px 2px 2px 0px;width:36px;
	height:36px;border-radius:4px;line-height:34px;text-align:center;color: #5a6a7a;}
.paging a:hover,a.paging:hover{background:#e5e7ea;}
.paging a.prev,.paging a.first{float:left;}
.paging a.next,.paging a.last{float:right;}
.paging a.inactiv{width: 36px;
    height: 36px;
    border-radius: 7px;
    border: 1.5px solid rgb(226 232 240);
    background: #ffffff;
    color: #5a6a7a;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.18s;
    text-decoration: none;
    user-select: none;}
.paging a.inactiv *{color:#5a6a7a !important;}
material-icons{font-family: 'Material Icons' !important;vertical-align:text-bottom;font-size:20px;font-weight:normal;font-style:normal;line-height:inherit !important;color:inherit !important;
	letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing: antialiased;}
.fixed {
    position: fixed !important;
    width: 100%;
    top: 0px;
    z-index: 999999 !important;
    left: 0px;
}
#page_title_navigare #navigare .breadcrumbs{position:relative;display:inline-block;padding:0px 2px 0px 10px;margin-right:4px;line-height:22px;
	background:#7b83af;color:#fff;margin-bottom:4px;font-size: 13px;}
#page_title_navigare #navigare .breadcrumbs::before{content:'';position:absolute;left:0px;top:0px;display:block;width:0px;height:0px;
	border-left:7px solid #f5f5f5;border-top:11px solid transparent;border-bottom:11px solid transparent;font-size: 13px;}
#page_title_navigare #navigare .breadcrumbs::after{content:'';position:absolute;left:100%;top:0px;display:block;width:0px;height:0px;
	border-left:7px solid #7b83af;border-top:11px solid transparent;border-bottom:11px solid transparent;font-size: 13px;}
#page_title_navigare #navigare span.breadcrumbs{background:#192677;}
#page_title_navigare #navigare span.breadcrumbs::after{border-left-color:#192677;}
#page_title_navigare #navigare a.breadcrumbs:hover{background:#636ca0;color:#fff;}
#page_title_navigare #navigare a.breadcrumbs:hover::after{border-left-color:#636ca0;}
#page_title_navigare {
    padding-bottom: 15px;
    position: relative;
}

.g-4, .gx-4 {
    --bs-gutter-x: 1.5rem;
}
.row.equal-cols {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px; /* sau margin în coloană, dar nu ambele */
}

.row.equal-cols > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

/* Elementul din interiorul coloanei care trebuie să se întindă */
.row.equal-cols > [class*='col-'] > * {
    flex: 1;
    display: flex;
    flex-direction: column;
        margin-bottom: 20px;
}
.product_content::before{clear:both;content:"";display:table;height:0;}
.product_content_header{position:absolute;background:#efeeef;width:100%;left:0px;top:0px;padding:5px 30px;text-align:right;}
#product_content_header.fixed{text-align:center;top:56px !important;}

/* .product_content img{max-width:100px !important;height:auto !important;} */
.product_content h2.capitol_produs{font-size:25px;line-height:1.6;margin:15px 0px 15px;font-weight:normal;color:#203097;
	text-transform:uppercase;}
.product_content h3.subcapitol_produs{color:#203097;font-size:26px;line-height:1.6;margin:20px 0px;font-weight:700;text-transform:uppercase;}
.product_content h2.capitol_produs + h3.subcapitol_produs{margin-top:0px;}
.product_content .product_firstpage{display:block;width:100%;text-align:center;}
.product_content table{border-spacing:0px !important;border-collapse:collapse !important;border:none !important;max-width:100%;margin:20px 0px;}
.product_content table td{border-spacing:0px !important;border-collapse:collapse !important;border:1px solid #555 !important;
	padding:5px !important;}
.product_content table td p{padding:0px !important;margin:0px !important;}
.product_content table.noborder td{border:none !important;}
.product_content table.nobordercell{outline:1px solid #555 !important;}
.product_content table.nobordercell td{border:none !important;}
.product_content .product_header{margin-bottom:40px;padding-bottom:20px;border-bottom:1px solid #979597;color:#979597;}
.review{display:block;clear:both;padding:20px;margin-bottom:10px; 
	-webkit-box-shadow: 0px 0px 10px 0px rgba(153,153,153,1);-moz-box-shadow: 0px 0px 10px 0px rgba(153,153,153,1);
    box-shadow: 0px 0px 10px 0px rgba(153,153,153,1);}


    .training-item{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
      margin: 10px 10px;
  /* height: auto !important; */
}

.training-content {
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-around;
}
.ribbon-2 {
    color: white;
    --f: 10px;
    --r: 15px;
    --t: 10px;
    position: absolute;
    inset: var(--t) auto auto calc(-1* var(--f));
    padding: 5px 20px 5px calc(10px + var(--r));
    clip-path: polygon(100% 0%, calc(100% - 0.75rem) 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
    background: #192677;
}
.training-content{
    border: 2px solid #192677;
}
.training-content p {
    color: #555;
}
.training-content {
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-around;
}
.rounded-bottom {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.p-4 {
    padding: 1.5rem !important;
}
h5, .h5 {
  font-size: 18px;
}

.same-height>* {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}


   .favorite-button {
      background-color: white;
      border: 2px solid #ff4d6d;
      color: #ff4d6d;
      padding: 5px 10px;
      border-radius: 30px;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 14px;
      transition: background-color 0.3s ease;
      position: relative;
      margin-bottom: 20px;
    }

    .favorite-button:hover {
      background-color: #ffe0e7;
    }

    .icon-heart i {
      font-size: 24px;
      transition: transform 0.3s, color 0.3s;
      color: #ff4d6d;
          vertical-align: bottom;
    }

    .favorite-button .loading {
      animation: rotate 0.8s linear infinite;
    }

    .favorite-button .favorite-border {
      color: white;
      -webkit-text-stroke: 2px #ff4d6d;
    }

    .favorite-button.active .icon-heart i {
      color: #ff4d6d;
      animation: pulse 0.3s ease;
    }

    @keyframes pulse {
      0% { transform: scale(1); }
      50% { transform: scale(1.4); }
      100% { transform: scale(1.2); }
    }

    @keyframes rotate {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
    .navbar-default .navbar-nav li a.active{
      color: #f9f871 !important;
    }
  .text-align-left {
    text-align: left;
  }
.navbar-brand .fa {
    color: #a5c422;
  }

 .navbar-nav li.appointment-btn {
    margin: 3px 0 0 20px;
  }

  .navbar-nav li.appointment-btn a {
    background: #a5c422;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 12px;
  }

 .navbar-nav li.appointment-btn a:hover {
    background: #4267b2;
    color: #ffffff !important;
  }
  .d-flex{
    display: flex;
  }
  .align-items-center{
    align-items: center;
  }
  .float-right{
    float: right;
  }
  fieldset.star::before {
    content: '*';
    display: block;
    position: absolute;
    width: 20px;
    text-align: left;
    height: 20px;
    overflow: hidden;
    vertical-align: top;
    font-size: 30px;
    left: -20px;
    top: 0px;
    height: 100%;
    color: #265aab;
    z-index: 9;
}
fieldset {
    position: relative;
    display: block;
    margin-bottom: 5px;
}
.btn_submit{
    background: #a5c422;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 600;
    padding: 12px 12px;
    border:unset;
}
.btn_submit:hover{
        background: #4267b2;
    color: #ffffff !important;
}
fieldset.checkbox_box {
    font-size: 14px;
}
fieldset.checkbox_box a{
    color: #006bc1;
}
.form_pf{
  padding: 0px 20px;
}
.bg_yellow {
    background: #f2fedc;
    padding: 10px 5px;
    box-shadow: 1px 1px 2px 1px #a5c422;
    text-align:center;
}
.bgColorR{
    border-left: 1px solid #C6C6C7;
    /* padding: 0px 20px 30px; */
}
.font-color-blue{
  color:#004682;
}
.font-weight-bold{
  font-weight: bold;
}

.error_box{position:relative;top:7px;display:inline-block;line-height:1.2;color:#d95b06;font-style:italic;font-size:12px;padding:5px 10px;border-top:1px solid #d95b06;background:#fff;}
.error_box::before{content:'';display:block;position:absolute;top:-7px;left:20px;width:0px;height:0px;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:5px solid #d95b06;}
fieldset.submit_box {
    margin-top: 10px;
}

.block_box{display:block;z-index:9999999 !important;width:500px;color:#000 !important;position:relative !important;
	text-align:center;padding:0px !important;top:100px;left:50%;margin-left:-250px;border:1px solid #192051;border-radius: 6px;
    box-shadow: rgba(13, 43, 78, 0.08) 0px 2px 12px;
	background:#fff;}
.block_box .block_header_box{position:relative;display:block;clear:both;
	font-size:20px!important;padding:40px 80px;margin:0px;text-align:center;}
.block_box .block_header_box img{max-width:340px;}
.block_box .block_body_box{position:relative;display:block;clear:both;
	padding:0px 80px 40px;margin:0px;text-align:left;}
.block_box .block_title{font-size:20px!important;color:#192051;padding-bottom:10px;margin:0px;}
.block_box .block_info{font-size:12px;}
.block_box .block_line{display:block;position:relative;font-size:12px;margin-bottom:20px;
	border-top:1px solid #e4e5e6;color:#555;line-height:12px;text-align:center;}
.block_box .block_line > span{position:relative;top:-7px;display:inline-block;background:#fff;padding:0 10px;}
.block_box .block_button{display:block;color:#001a57;text-align:center;
	text-wrap:nowrap;font-size:16px;font-weight:400;text-transform:uppercase;line-height:40px;
	padding:0 27px;border:2px solid #001a57;}
.block_box input,.block_box select{font-size:16px!important;}	


.tabs {
      margin: 0 auto;
}

    .tab-buttons {
      display: flex;
      flex-wrap: wrap;
      border-bottom: 1px solid #ccc;
    }

    .tab-buttons .tab-btn {
      background: #e5e7eb;
      border: 1px solid transparent;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      padding: 10px 20px;
      cursor: pointer;
      margin-right: 4px;
      font-weight: 500;
    }

    .tab-buttons .tab-btn.active {
      background: white;
      border-color: #ccc;
      border-bottom: 1px solid white;
    }

    .tab-content {
      background: white;
      /* border: 1px solid #ccc;
      border-top: none; */
      border-radius: 0 0 8px 8px;
      padding: 1rem;
      margin-top: -1px;
      border: 1px solid #e5e7eb;
    }

    .tab-panel {
      display: none;
    }

    .tab-panel.active {
      display: block;
    }

    @media (max-width: 640px) {
      .tab-buttons {
        flex-direction: column;
      }

      .tab-buttons .tab-btn {
        margin-bottom: 4px;
        border-radius: 8px;
      }

      .tab-buttons tab-btn.active {
        border-bottom: 1px solid #ccc;
      }
    }
    .mr-10{
      margin-right: 10px;
    }


    .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 3rem;
    }

    .card {
      background: white;

      box-shadow: 0 4px 10px rgb(211 212 218);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      transition: transform 0.2s;
    }

    .card:hover {
      transform: translateY(-5px);
    }



    .card-content {
      flex-grow: 1;
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      justify-content: space-around;
      /* border: 2px solid #192677; */
          box-shadow: 0 4px 10px rgb(211 212 218);
    }

    .card-title {
      margin-bottom: 0.5rem;
      color: #222;
      font-weight: 600;
    }

    .card-description {
      color: #666;
      margin-bottom: 1rem;
    }

    .card-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 1rem 1rem;
    }
    .btn-sterge-favorite {
      background-color: #172157;
      color: white;
      border: none;
      padding: 0.5rem 1rem;
      cursor: pointer;
      font-size: 14px;
      border-radius: 3px;
      color: #ffffff;
      font-weight: 600;
      margin-top:15px;
    }

    .btn-sterge-favorite:hover {
      background-color: #e53935;
    }
    .date-favorite{
      border-top: 1px solid #f0f0f0;
      padding-top: 0.5em;
          font-size: 14px;
    }

    .card-favorite{
      display: flex;
      flex-direction: column;
      flex-grow: 1;
    }
        table.dataTable tbody tr {
        background-color: #ffffff;
    }
    table.dataTable {
        width: 100%;
        margin: 0 auto;
        clear: both;
        border-collapse: separate;
        border-spacing: 0;
    }
.articoleF {
    border-collapse: collapse;
    width: 100%;
}
  
.articoleF td, .articoleF th {
    border: 1px solid #ddd;
    padding: 12px;
}
  
.articoleF tr:nth-child(even){background-color: #f2f2f2;}
  
.articoleF tr:hover {background-color: #ddd;}
  
.articoleF th {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 12px;
    padding-left: 12px;
    text-align: left;
    background-color: #f1f1e6;
  }
  h2.fs-n {
    font-size: 20px;
}
.popup{display:block;z-index:9999999 !important;width:400px;position:fixed !important;padding:30px 20px !important;top:40%;left:50%;margin-left:-200px;}
.popup.big{width:600px;margin-left:-300px;top:20%;}
.popup:before{content:'';position:absolute;background:#C6C6C7;top:0px;left:0px;opacity:0.7;display:block;width:100%;height:100%;}
.popup > div{position:relative;padding:20px;background:#fff !important;}
.popup.big > div{height:400px;overflow-y:scroll;}
.popup .important{color:#22529b !important;}
.popup input[type=submit]{background:#22529b !important;}
.popup input[type=submit]:hover{background:#22529b !important;}
.popup.accent{color:#000 !important;}
.popup.accent:before{background:#ffe500;}

fieldset > span{display:block;float:left;line-height:34px;padding-left:10px;}
fieldset > span input{top:6px;}
fieldset.star input,fieldset.star select{border-left-color:#265aab;}
form.form_pf input.col2{width:45%;}
em.help_form{display:none;position:absolute;background:#265aab;color:#fff;padding:8px 10px;z-index:9999;margin-bottom:10px;width:70%;left:30%;
	bottom:100%;line-height:1.2;}
em.help_form::before{content:'';display:block;position:absolute;bottom:-6px;left:10px;width:0px;height:0px;border-left:10px solid transparent;
	border-right:10px solid transparent;border-top:5px solid #265aab;}
textarea + em.help_form{bottom:100%;}	


.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -110px;
    border: 1px solid #7b83af !important;
}
.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #192677;
}

/*** Team Start ***/
.team-carousel .owl-stage-outer {
    margin-top: 30px;
}
.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: absolute;
    top: 1px;
    padding: 10px 35px;
    border: 1px solid #f28b00;
    color: var(--bs-white);
    background: #f28b00;
    border-radius: 50px;
    transition: 0.5s;
}

.team-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.team-carousel .owl-nav .owl-next {
    right: 0;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 #a5c422 !important;
    color: #fff !important;
}

.team .team-carousel .team-item .team-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}

.team .team-carousel .team-item .team-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    z-index: 2;
}

.team .team-carousel .team-item .team-img .team-icon {
    position: absolute;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 25px;
    display: flex;
    opacity: 0;
    transition: 0.5s;
    z-index: 3;
}

.team .team-carousel .team-item:hover .team-img .team-icon {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
}

.team .team-carousel .team-item .team-content {
    position: relative;
    background: #172157;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 1;
    transition: 0.5s;
}

.team .team-carousel .team-item .team-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-carousel .team-item:hover .team-content a,
.team .team-carousel .team-item:hover .team-content p {
    color: var(--bs-white) !important;
}

.team .team-carousel .team-item:hover .team-content::after {
    height: 100% !important;
}

.team .team-carousel .team-item .team-img img {
    transition: 0.5s;
}

.team .team-carousel .team-item:hover .team-img img {
    transform: scale(1.1);
}
.team-item {
    max-width: 200px;
    margin-left: 50px;
    margin-bottom: 50px;
}
.team-content p{
  color: #fff !important;
}
.team {
    float: right;
}
/*** Team End ***/


.articoleF {
    border-collapse: collapse;
    width: 100%;
}
  
.articoleF td, .articoleF th {
    border: 1px solid #ddd;
    padding: 12px;
}
  
.articoleF tr:nth-child(even){background-color: #f2f2f2;}
  
.articoleF tr:hover {background-color: #ddd;}
  
.articoleF th {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 12px;
    padding-left: 12px;
    text-align: left;
    background-color: #f1f1e6;
  }


  /*** Features ***/
.feature {
    background: linear-gradient(to right, rgba(0, 0, 0, .1), rgba(0, 0, 0, 1) 50%), url(../img/carousel-1.jpg) left center no-repeat;
    background-size: cover;
}

.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

.feature-icon {
    position: relative;
    transition: .5s;
}

.feature-item:hover .feature-icon {
    margin-left: 3rem;
}

.feature-item a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--bs-secondary);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.feature-item a:hover {
    color: var(--bs-primary) !important;
}

.feature-item a:hover::after {
    background: var(--bs-primary);
}

.experience .progress {
    height: 5px;
}

.experience .progress .progress-bar {
    width: 0px;
    transition: 3s;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.h-100 {
    height: 100% !important;
}
.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}
.btn-xxl-square {
    width: 75px;
    height: 75px;
}
.mt-n4 {
    margin-top: -1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.p-5 {
    padding: 3rem !important;
}
.text-body {
    color: #797672 !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.position-relative {
    position: relative !important;
}
.d-flex {
    display: flex !important;
}


/*** Service ***/
.service .service-item {
    position: relative;
    margin-top: 45px;
}

.service .service-inner {
    position: relative;
    height: 100%;
    margin-top: 45px;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service .service-inner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: 1s;
    background: #172157;
}

.service .service-inner:hover::before {
    height: 100%;
    top: 0;
}

.service .service-item img {
    margin-top: -45px;
    padding-left: 45px;
}

.service .service-item * {
    position: relative;
    transition: .5s;
    z-index: 1;
      display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service-item a{
  max-width: 220px;
}
a.btn.btn-secondary:hover {
    background-color: #005b99;
    color: #fff;
}

.service .service-item:hover h5,
.service .service-item:hover p {
    color: #fff;
}

.service .service-item:hover a {
    padding-left: 45px !important;
}
.w-100 {
    width: 100% !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
.pt-4 {
    padding-top: 1.5rem !important;
}
.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.btn-light {
    color: #000;
    background-color: #f9f8f7;
    border-color: #f9f8f7;
}
.pb-5 {
    padding-bottom: 3rem !important;
}

.btn-primary {
    color: #fff;
    background-color: #172157;
    border-color: #172157;
}
.img-coperta-fan{
  max-width: 100%;
}
.team-thumb img {
    max-height: 245px;
    width: auto !important;
    margin: auto;
}
.news-box{
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 6px 12px rgba(0, 0, 0, 0.1);
}
.txt-box{
  padding: 10px;
}

.input-search{
  padding: 9px;
  border: unset;
  width: 100%;
  color: #000;    
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
button.btn-search {
    padding: 0px 15px;
    background: #a5c422;
    border: unset;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.justify-content-center{
  justify-content: center;
}
.border-5 {
    border-width: 5px !important;
}

.border-primary {
    border-color: #172157 !important;
}
/* .border {
    border: 1px solid #dee2e6 !important;
} */
.p-4 {
    padding: 1.5rem !important;
}
.text-primary {
    color: #172157 !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.about-img::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 300px;
    top: 0;
    left: 0;
    border: 5px solid #172157;
    animation: animateUpDown 3s ease-in-out infinite;
    z-index: -1;
}

@keyframes animateUpDown { 
    0% { 
        top: -25px;
    }
    50% { 
        top: -45px;
    }
    100% { 
        top: -25px;
    } 
}
.pb-10 {
    padding-bottom: 10rem;
}

.pt-10 {
    padding-top: 10rem;
}
.btn_view_all{
  padding-block: 0px;
  line-height: 1.5rem;
  letter-spacing: 0px;
      padding: 10px 20px;
  border-radius: 6px;
  font-weight: bold;
  color: #343a3f;
  text-decoration: unset;
  background-color: #172157;
  color: #fff;
}

.library-section-container{
    text-align: center;
}
.border-btn{
  border-left: 2px solid #efeeef;
  border-top: 2px solid #efeeef;
}
.product_image {
    width: 180px;
    height: 180px;
}
.product_image .imgS {
    width: auto;
    height: 100%;
}

.boder-bottom{
      border-top: 1px solid #e4e5e6 !important;
}
.mb-15{
  margin-bottom: 15px;
}
.mt-15{
  margin-top: 15px;
}
.min-height-200 {
    min-height: 200px;
}
.ribbon-color-a5c422{
  background: #a5c422 !important;
}
.btn_view_r{
  position: absolute;
  /* top: 90%;
  left: 40%;
  transform: translate(-30%, -30%);
  padding: 5px 15px; */
  background-color: #172157;
  color: white;
  border: none; 
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  top: 86%;
  left: 35%;
  transform: translate(-25%, -35%);
  padding: 15px 30px;
}
.btn_view_r:hover{
    color: #f9f871 !important;
}
.btn_view_all:hover{
    color: #f9f871 !important;
}
button.btn_view_n {
    background-color: #172157;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    padding: 5px 15px;
}
.btn_view_n:hover{
    color: #f9f871 !important;
}
.tags {
  padding: 5px 5px;
    border-radius: 5px;
    margin: 0px 5px;
    font-size: 14px;
    color: #fff;
    background-color: #7b83af;
}


.header-1 {
    background: #0d2b4e;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.25);
    color: white;
    padding: 15px 0;
}

.header-1 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Logo */
.logo-1 a {
    font-size: 24px;
    color: white;
    text-decoration: none;
    font-weight: bold;
}

/* Butoane de logare */
.login-buttons {
    display: flex;
    gap: 20px;
}

.btn-login, .btn-register {
    padding: 10px 20px;
    border: none;
    background-color: #a5c422;
    color: white;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.btn-login:hover, .btn-register:hover {
    background: #1a7a9a !important;
    transform: translateY(-1px);
    color: #fff !important;
}

/* Meniul */
.menu-1 {
    background: #1a3f6f;
    z-index: 99;
    border-bottom: 3px solid #9dc52e;
}
li.menu-item-1.active {
    background: #9dc52e;
    padding: 1px 10px;
    color: #ffffffcc;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s;
    border-bottom: 3px solid transparent;
    margin-bottom: -3px;
    white-space: nowrap;
}

.menu-list-1 {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
     justify-content: space-between;
    align-items: center;
}
.menu-item-1{
  position: relative;
}

.menu-item-1 a {
    color: #fffc;
    text-decoration: none;
    padding: 15px 20px;
    display: block;
    text-align: center;
    cursor: pointer !important;
}

.menu-item-1 a:hover {
    background-color: #005b99;
}

/* Meniul hamburger */
.menu-toggle-1 {
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
}

.bar-1, .bar-2, .bar-3 {
    width: 30px;
    height: 4px;
    background-color: white;
}

/* Media Query pentru mobil */
@media screen and (max-width: 768px) {
  /* .mt-3{
    margin-top: 0px !important;
  } */
  .onlyDesktop {
    display: none !important;
  }
  #page_title_navigare #navigare .breadcrumbs{
    background-color: #fff;
    color: #272727;
  }
  #page_title_navigare #navigare span.breadcrumbs {
    background: #fff;
    color: #272727;
}
#page_title_navigare #navigare .breadcrumbs{
  padding: 0px !important;
}
#page_title_navigare #navigare span.breadcrumbs::after{
  display: none;
}
#page_title_navigare #navigare .breadcrumbs::after{
  display: none;
}
span.paging_info {
    display: none !important;
}
span.product_firstpage img {
    width: 100%;
}
    .team {
        display: none;
    }
.tags {
    padding: 5px 10px;
    border-radius: 23px;
    margin: 5px 5px;
    color: #fff;
    background-color: #172157;
    /* width: 100%; */
    display: block;
    text-align: center;
}
.feedback-form-container {
    margin: 0px auto !important;
}
.fixed{
      position: relative !important;

}
.team {
    float: none;
}
.team-img img.img-fluid.rounded-top.w-100{
    width: 130px !important;
}
.team-item{
  margin-left: 0px;
  margin-bottom: 10px;
  width: 100%;
}
    .breadcrumbs::before {
        content: "➜ " !important;
        margin-right: 5px !important;
        color: #333 !important;
        font-size: 1rem !important;
        position: unset !important;
        display: unset !important;
    }

  .news-box {
        margin-top: 40px;
        margin-bottom: 40px;
    }
  .onlyDesktop {
      display: none;
  }
  .header-1 .container{
        width: 100%;
  }
    .menu-1 {
        display: none;
        width: 100%;
        position: absolute;
        /* top: 60px; */
        left: 0;
        background-color: #003366;
        text-align: left;
    }
    .menu-list-1 {
      align-items: flex-start;
      width: 100% !important;
    }
    

    .menu-1.active {
        display: block;
    }

    .menu-list-1 {
        flex-direction: column;
        width: 100%;
    }
li.menu-item-1 {
    width: 100% !important;
}
    .menu-item-1 a {
        padding: 15px;
        width: 100%;
        text-align: left;
    }

    .menu-toggle-1 {
        display: flex;
    }

    .login-buttons {
        display: none; /* Ascunde butoanele pe mobil pentru header */
    }
}
.header-1 .container:before{
  display: none !important;
}
.header-1 .container:after{
  display: none !important;
}
.mash{display:block;z-index:9999999 !important;width:100%;height:100%;position:fixed !important;
	padding:0px !important;margin:0px !important;top:0px;left:0px;text-align:center;}
.mash.accent{font-size:14px;}
.mash:before{content:'';position:absolute;background:#000;top:0px;left:0px;opacity:0.7;
	display:block;width:100%;height:100%;}
.mash.accent:before{background:#005b9980;}
.mash > div{position:relative;display:inline-block;padding:20px;background:#fff !important;overflow:hidden;
	width:600px;height:400px;top:20%;}
.mash.accent > div{width:400px;height:auto;min-height:auto;padding: 15px 30px;text-align:left;background:#005b99 !important;color:#fff;}
.mash img{width:100%;}
.mash.exit{display:none;}
.mash h4{color: #fff;}

.bell-icon {
	top: 0px;
	right: 0px;
	width: 20px;
	position: absolute;
	height: 20px;
	display: inline-block;
	background: url('https://www.revistadefiscalitate.ro/img/bell-notification.png') no-repeat center center;
	background-size: contain;
	animation: ring 2s ease-in-out infinite;
	transform-origin: top center;
}

@keyframes ring {
  0%   { transform: rotate(0); }
  10%  { transform: rotate(15deg); }
  20%  { transform: rotate(-10deg); }
  30%  { transform: rotate(5deg); }
  40%  { transform: rotate(-5deg); }
  50%  { transform: rotate(3deg); }
  60%  { transform: rotate(0deg); }
  100% { transform: rotate(0); }
}
 /* --- FORM DESIGN --- */
.feedback-form-container {
    max-width: 600px;
    margin: 0px auto;
    padding: 25px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.07);
    position: relative;
    z-index: 2;
}
.feedback-form-container fieldset {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 20px;
}
.feedback-form-container legend {
    padding: 0 10px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
    float: unset !important;
    margin-bottom: unset;
    width: unset;
}
.feedback-form-container .form-group {
    margin-bottom: 15px;
}
.feedback-form-container .form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}
.feedback-form-container .form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 13px;
    box-sizing: border-box;
    height: 100px;
    resize: vertical;
}

/* --- STAR RATING --- */
.star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.star-rating input[type="radio"] {
    display: none;
}
.star-rating label {
    font-size: 35px;
    color: #ddd;
    cursor: pointer;
    transition: color 0.2s;
    margin-right: 10px;
}

.star-rating input[type="radio"]:not(:disabled) ~ label:hover,
.star-rating input[type="radio"]:not(:disabled) ~ label:hover ~ label {
    color: #f5c518;
}

.star-rating input[type="radio"]:checked ~ label {
    color: #f5c518;
}

.star-rating input[type="radio"]:disabled ~ label {
    pointer-events: none;
    cursor: default;
}
/* .error{position:relative;margin-top:6px;display:inline-block;line-height:1.2;color:#ff6c37;font-style:italic;font-size:12px;padding:5px 10px;border-top:1px solid #ff6c37;}
.error::before{content:'';display:block;position:absolute;top:-6px;left:20px;width:0px;height:0px;border-left:10px solid #fff;border-right:10px solid #fff;border-bottom:5px solid #ff6c37;} */

.table-feedback {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.table-feedback thead tr{
  background-color: #c3188917; 
  text-align: left;
  border-radius: 8px 8px 0 0; 
}
.table-feedback th {
  padding: 12px 15px;
}
.table-feedback tbody tr {
  background-color: #f9f9fb;
  transition: background-color 0.3s ease;
  border-radius: 6px;
}
.table-feedback tbody tr:nth-child(even) {
  background-color: #ffffff;
}
.table-feedback tbody tr:hover {
  background-color: #ffeee594;
}
.table-feedback td {
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
.table-feedback tbody tr:hover td {
  border-bottom-color: #ff7753;
}
.table-feedback tbody td:last-child {
  color: #888;
  font-style: italic;
}
label.account-checked {
    color: #FFEB3B;
}

.table-feedback .star-rating label{
        font-size: 35px !important;
}
.section-actions {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 20px 0px;
}
.section-actions a {
    display: inline-block;
    padding: 10px 16px;
    text-decoration: none;
    color: white;
    background-color: #333;
    border-radius: 4px;
    transition: background-color 0.3s;
}
.section-actions a:hover {
    background-color: #555;
}
.section-actions a.disabled {
    background-color: #aaa;
    pointer-events: none;
    cursor: default;
}

.icon-btn {
    padding: 8px 12px;
    border-radius: 6px;
    background: #f4f4f5;
    border: 1px solid #d4d4d4;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s ease;
}

.icon-btn:hover {
    background: #e8e8ea;
    transform: translateY(-2px);
}

.icon-btn svg text {
    fill: #c31889;
    font-family: "Inter", sans-serif;
}
a.tags:hover {
    color: #fff;
    background: #1a7a9a;
    transform: translateY(-1px);
}
.action-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0 5px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 25px;
}
.action-left, .action-right {
    display: flex;
    gap: 10px;
}
.grey-next{
    background-color: #9E9E9E!important;
}
.blue-prev{
        background: #0085c4 !important;
}
 .card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 12px rgba(13,43,78,0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    display: flex;
    flex-direction: column;
  }
 
  .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(13,43,78,0.15);
  }
 
  .card-date-bar {
    background: #0d2b4e;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 16px;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    gap: 6px;
  }
 
  .card-date-bar::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background:  #9dc52e;
    border-radius: 50%;
    flex-shrink: 0;
  }
 
  .card-body {
    padding: 18px 20px 14px;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
 
 
  .card-excerpt {
    font-size: 16px;
    color: #5a6a7a;
    line-height: 1.6;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
 
  .card-footer {
    padding: 12px 20px 16px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
 
  .card-read-link {
    color:  #1a7a9a;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: gap 0.2s;
  }
 
  .card-read-link:hover { gap: 8px; }
 
  .card-read-link::after {
    content: '→';
  }
  /* ── AUTHOR BANNER ── */
  .author-banner {
    background: linear-gradient(135deg, #0d2b4e 0%, #1a3f6f 60%, #1a5a8a 100%);
    border-radius: 14px;
    padding: 24px 32px;
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 36px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(13,43,78,0.22);
  }
 
  .author-banner::before {
    content: '';
    position: absolute;
    right: -40px;
    top: -40px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(157,197,46,0.15) 0%, transparent 70%);
    border-radius: 50%;
  }
 
  .author-banner::after {
    content: '"';
    position: absolute;
    right: 32px;
    bottom: -10px;
    font-size: 120px;
    color: rgba(255,255,255,0.05);
    line-height: 1;
  }
 
  .author-photo {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 3px solid #9dc52e;
    object-fit: cover;
    flex-shrink: 0;
    background: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
 
.author-photo-placeholder {
    width: 75px;
    object-fit: cover;
    height: 75px;
    border-radius: 50%;
    border: 3px solid #9dc52e;
    flex-shrink: 0;
    background: linear-gradient(135deg, #2a5a8a, #1a3f6f);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 700;
    color: #9dc52e;
    letter-spacing: -1px;
}
 
  .author-info {
    flex: 1;
    z-index: 1;
  }
 
  .author-rubric-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color:  #9dc52e;;
    margin-bottom: 4px;
  }
 
  .author-name {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
  }
 
  .author-role {
    font-size: 13px;
    color: rgba(255,255,255,0.65);
    font-weight: 400;
  }
 
  .author-divider {
    width: 1px;
    height: 50px;
    background: rgba(255,255,255,0.15);
    flex-shrink: 0;
  }
 
  .author-bio-snippet {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    max-width: 420px;
    line-height: 1.55;
    z-index: 1;
    font-style: italic;
  }
    /* ── PAGE TITLE ── */
  .page-title-block {
    padding: 0px 0 0px;
    border-bottom: 3px solid #0d2b4e;
    margin-bottom: 28px;
  }
 
  .page-title-block h1 {
    font-size: 30px;
    font-weight: 700;
    color:#0d2b4e;
    letter-spacing: -0.3px;
  }
   /* info section */
  .team-info {
    padding: 14px 16px 16px;
    border-top: 1px solid #e2e8f0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: space-between;
  }

  .team-info p {
    font-size: 16px;
    font-weight: 600;
    color: #0d2b4e;
    line-height: 1.4;
  }

  /* date tag extracted from title */
  .date-tag {
    font-size: 11.5px;
    font-weight: 600;
    color: #5a6a7a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .date-tag::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #9dc52e;
    border-radius: 50%;
  }
.team-thumb {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 12px rgba(13,43,78,0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
  }

  .team-thumb:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 36px rgba(13,43,78,0.18);
  }

  /* cover image wrapper */
  .cover-wrap {
    background: linear-gradient(160deg, #eef2f7 0%, #dce4ee 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 18px 10px;
    position: relative;
  }

  /* issue number badge */
  .issue-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #0d2b4e;
    color: #9dc52e;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding: 3px 8px;
    border-radius: 4px;
    text-transform: uppercase;
  }

  .img-responsive {
    width: 100%;
    max-width: 130px;
    height: auto;
    display: block;
    border-radius: 4px;
    box-shadow: 0 4px 18px rgba(13,43,78,0.2);
    transition: transform 0.22s ease;
  }

  .team-thumb:hover .img-responsive {
    transform: scale(1.03);
  }

  .team-thumb .btn_view_all {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #0d2b4e;
    color: white;
    text-decoration: none;
    border-radius: 7px;
    padding: 9px 14px;
    font-size: 13px;
    font-weight: 600;
    transition: background 0.2s, gap 0.2s;
    width: 100%;
  }

  .team-thumb .btn_view_all:hover {
    gap: 11px;
    background: #1a7a9a !important;
    transform: translateY(-1px);
    color: #fff !important;
  }

  .team-thumb .btn_view_all .icon {
    font-size: 14px;
    display: flex;
    align-items: center;
  }
  div#navigare a {
    font-size: 15px;
}
 /* ── FORM CARD ── */
  .form-card {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #5a6a7a;
    box-shadow: 0 2px 12px rgba(13,43,78,0.08);
    overflow: hidden;
  }

  .form-card-header {
    background: linear-gradient(135deg, #0d2b4e 0%, #1a3f6f 100%);
    padding: 22px 28px 20px;
    position: relative;
    overflow: hidden;
  }

  .form-card-header::after {
    content: '?';
    position: absolute;
    right: 20px;
    top: -10px;
   
    font-size: 90px;
    color: rgba(255,255,255,0.05);
    line-height: 1;
    pointer-events: none;
  }

  .form-card-header h2 {
   
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
  }

  .form-card-header p {
    font-size: 16px;
    color: rgba(255,255,255,0.65);
    max-width: 480px;
    line-height: 1.5;
  }

  .lime-bar {
    height: 3px;
    background:  #9dc52e;;
    width: 100%;
  }

  .form-card-body {
    padding: 26px 28px 28px;
  }

  /* ── TEXTAREA ── */
  .field-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #5a6a7a;
    margin-bottom: 8px;
  }

  .form-control {
    width: 100%;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    padding: 14px 16px;
    font-size: 14px;
    color: #1e2a38;
    background: #f8fafc;
    resize: vertical;
    min-height: 180px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    line-height: 1.6;
  }

  .form-control::placeholder {
    color: #aab4c0;
    font-style: italic;
  }

  .form-control:focus {
    border-color: #1a7a9a;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(26,122,154,0.1);
  }

  /* character hint */
  .field-hint {
    margin-top: 6px;
    font-size: 11.5px;
    color: #5a6a7a;
    text-align: right;
  }

  /* ── SUBMIT ── */
  .submit-row {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .submit-note {
    font-size: 12.5px;
    color: #5a6a7a;
    line-height: 1.45;
    max-width: 260px;
  }

  .submit-note strong {
    color: #0d2b4e;
  }

  .btn-submit {
    background: #0d2b4e;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 28px;

    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s, transform 0.15s;
    white-space: nowrap;
  }

  .btn-submit:hover {
    background: #1a7a9a;
    transform: translateY(-1px);
  }

  .btn-submit::after {
    content: '→';
    font-size: 15px;
  }

  /* ── SIDEBAR CARD ── */
  .sidebar-card {
    background: linear-gradient(160deg, #0d2b4e 0%, #1a5a8a 100%);
    border-radius: 14px;
    padding: 28px 24px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(13,43,78,0.22);
  }

  .sidebar-card::before {
    content: '';
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, rgba(157,197,46,0.18) 0%, transparent 70%);
    border-radius: 50%;
  }

  .sidebar-icon {
    width: 44px;
    height: 44px;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 16px;
    border: 1px solid rgba(255,255,255,0.15);
  }

  .sidebar-card h3 {
   
    font-size: 20px;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
    line-height: 1.3;
  }

  .sidebar-card p {
    font-size: 16px;
    color: rgba(255,255,255,0.7);
    line-height: 1.6;
    margin-bottom: 22px;
  }

  .btn-sidebar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background:  #9dc52e;;
    color: #0d2b4e;
    text-decoration: none;
    border-radius: 8px;
    padding: 11px 18px;
    font-size: 13.5px;
    font-weight: 700;
    transition: opacity 0.2s, transform 0.15s;
    width: 100%;
  }

  .btn-sidebar:hover {
    opacity: 0.9;
    transform: translateY(-1px);
  }

  .btn-sidebar::after {
    content: '→';
  }

  /* divider inside sidebar */
  .sidebar-divider {
    height: 1px;
    background: rgba(255,255,255,0.1);
    margin: 20px 0;
  }

  .sidebar-stats {
    display: flex;
    gap: 16px;
  }

  .stat-item {
    flex: 1;
    text-align: center;
  }

  .stat-number {
    font-size: 22px;
    font-weight: 700;
    color:  #9dc52e;;
    display: block;
  }

  .stat-label {
    font-size: 11px;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  /* ── RESPONSIVE ── */
  @media (max-width: 760px) {
    .row-layout {
      grid-template-columns: 1fr;
    }

    .submit-row {
      flex-direction: column;
      align-items: stretch;
    }

    .btn-submit {
      justify-content: center;
    }

    .submit-note { max-width: 100%; }
  }

  .form_pf .form-control{
    min-height: unset !important;
  }

    /* ══════════════════════════════════════
     SECTION: CARDS
  ══════════════════════════════════════ */
  .section-cards {
    max-width: 1200px;
    margin: 48px auto;
    padding: 0 32px;
  }

  /* optional section label */
  .section-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
  }

  .section-eyebrow-line {
    flex: 1;
    height: 1px;
    background: #e2e8f0;
  }

  .section-eyebrow span {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #5a6a7a;
    white-space: nowrap;
  }
    .section-eyebrow span h1{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #5a6a7a;
    white-space: nowrap;
  }


  .cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
  }

  /* ── SINGLE CARD ── */
  .feat-card {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 12px rgba(13,43,78,0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.24s ease, box-shadow 0.24s ease;
    position: relative;
  }

  .feat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 36px rgba(13,43,78,0.18);
  }

  /* accent stripe on hover */
  .feat-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #9dc52e;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.28s ease;
  }

  .feat-card:hover::after { transform: scaleX(1); }

  /* image wrapper */
  .card-img-wrap {
    position: relative;
    overflow: hidden;
    height: 185px;
  }

  .card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }

  .feat-card:hover .card-img-wrap img {
    transform: scale(1.05);
  }

  /* dark gradient overlay on image */
  .card-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(13,43,78,0.55) 100%);
  }

  /* category pill on image */
  .card-category {
    position: absolute;
    bottom: 12px;
    left: 14px;
    z-index: 2;
    background: #9dc52e;
    color: #0d2b4e;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 4px;
  }

  /* card body */
  .card-body {
    padding: 18px 18px 14px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .card-title {
   
    font-size: 18px;
    font-weight: 700;
    color: #0d2b4e;
    line-height: 1.35;
    margin-top: 0px;
  }

  .card-desc {
    font-size: 16px;
    color: #5a6a7a;
    line-height: 1.6;
    flex: 1;
  }

  /* card footer */
  .card-footer {
    padding: 12px 18px 16px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .card-cta {
    color: #1a7a9a;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: gap 0.2s;
  }

  .card-cta:hover { gap: 9px; }
  .card-cta::after { content: '→'; }

  .card-footer-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: 1px solid #e2e8f0;
    flex-shrink: 0;
  }

   /* ══════════════════════════════════════
     SECTION: TRIAL CTA
  ══════════════════════════════════════ */


  .trial-inner {
    background: #0d2b4e;
    border-radius: 18px;
    padding: 52px 52px 52px 44px;
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 48px;
    align-items: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 40px rgba(13,43,78,0.28);
  }

  /* subtle diagonal light beam */
  .trial-inner::before {
    content: '';
    position: absolute;
    top: -80px;
    right: 180px;
    width: 320px;
    height: 420px;
    background: linear-gradient(135deg, rgba(157,197,46,0.07) 0%, transparent 60%);
    transform: rotate(-20deg);
    pointer-events: none;
  }

  /* dot grid texture */
  .trial-inner::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 260px;
    background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size: 18px 18px;
    pointer-events: none;
  }

  /* ── visual / magazine stack ── */
  .trial-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 170px;
    z-index: 1;
  }

  .mag-stack { position: relative; 
    /* width: 100px; height: 140px;  */
  }

  .mag {
    position: absolute;
    width: 90px;
    height: 126px;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.35);
  }

  .mag-back {
    background: #1a5a8a;
    transform: rotate(-10deg) translate(-14px, 6px);
    opacity: 0.5;
  }

  .mag-mid {
    background: #1a7a9a;
    transform: rotate(-4deg) translate(-6px, 2px);
    opacity: 0.75;
  }

  .mag-front {
    background: linear-gradient(160deg, #1a3f6f 0%, #0d2b4e 100%);
    border: 1.5px solid rgba(255,255,255,0.12);
    transform: rotate(2deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px;
  }

  .mag-logo {

    font-size: 18px;
    font-weight: 700;
    color: #9dc52e;
    letter-spacing: 2px;
  }

  .mag-lines { display: flex; flex-direction: column; gap: 5px; width: 100%; padding: 0 6px; }
  .mag-lines span {
    display: block;
    height: 3px;
    background: rgba(255,255,255,0.15);
    border-radius: 2px;
  }
  .mag-lines span:first-child { width: 100%; }
  .mag-lines span:nth-child(2) { width: 75%; }
  .mag-lines span:last-child { width: 55%; }

  .trial-badge {
    position: absolute;
    top: -8px;
    right: 10px;
    background: #9dc52e;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 12px rgba(157,197,46,0.45);
    z-index: 3;
    animation: pulse-badge 2.4s ease-in-out infinite;
  }

  @keyframes pulse-badge {
    0%, 100% { transform: scale(1); box-shadow: 0 3px 12px rgba(157,197,46,0.45); }
    50% { transform: scale(1.07); box-shadow: 0 5px 20px rgba(157,197,46,0.65); }
  }

  .badge-hours {

    font-size: 17px;
    font-weight: 700;
    color: #0d2b4e;
    line-height: 1;
  }

  .badge-label {
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0d2b4e;
  }

  /* ── text content ── */
  .trial-content { z-index: 1; }

  .trial-eyebrow {
    display: inline-block;
    background: rgba(157,197,46,0.15);
    border: 1px solid rgba(157,197,46,0.3);
    color: #9dc52e;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 14px;
  }

  .trial-title {
    font-weight: 700;
    color: white;
    line-height: 1.3;
    margin-bottom: 16px;
  }

  .trial-title em {
    color: #9dc52e;
    font-style: normal;
  }

  .trial-lead {
    color: rgba(255,255,255,0.65);
    margin-bottom: 14px;
  }

  .trial-bullets {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 28px;
  }

  .trial-bullets li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: rgba(255,255,255,0.85);
    line-height: 1.5;
  }

  .bullet-icon {
    width: 20px;
    height: 20px;
    background: #9dc52e;
    color: #0d2b4e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    flex-shrink: 0;
    margin-top: 1px;
  }

  .trial-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .btn-trial-primary {
    background: #9dc52e;
    color: #0d2b4e;
    text-decoration: none;
    border-radius: 9px;
    padding: 13px 28px;
   
    font-weight: 700;
    transition: opacity 0.2s, transform 0.15s;
    white-space: nowrap;
  }

  .btn-trial-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    color: #fff;
    background: #1a7a9a;
  }
.card:hover::after {
    transform: scaleX(1);
}

.card:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #9dc52e;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.28s ease;
}
  .trial-note {
    color: rgba(255,255,255,0.4);
  }

  /* ── RESPONSIVE ── */
  @media (max-width: 1000px) {
    .cards-grid { grid-template-columns: repeat(2, 1fr); }
    .trial-inner { grid-template-columns: 1fr; padding: 36px 28px; }
    .trial-visual { height: 120px; }
  }

  @media (max-width: 680px) {
    .cards-grid { grid-template-columns: 1fr; }
    .newsletter-inner { flex-direction: column; align-items: flex-start; }
    .newsletter-form { flex-direction: column; width: 100%; }
    .newsletter-form input { width: 100%; }
    header { padding: 0 16px; }
    .section-cards, .newsletter-banner { padding: 0 16px; }
    .row.equal-cols{
      margin-bottom: unset !important;
    }
    .trial-inner {
        grid-template-columns: 1fr;
        padding: 36px 0px;
        display: block !important;
    }
    .trial-visual{
      height: unset;
    }
    .page-hero-t{
      padding: 10px 0px !important;
    }
    .hero-text-t p{
      text-align: left !important;
    }
    .form-row{
      display: flex!important;
      flex-direction: column!important;
    }
    .form_pf {
      padding: 10px!important;
    }
    .btn-submit{
      align-self: auto !important;
    }
  }
  .trial-lead ul {
    margin-top: 15px;
}

/* steps row */
  .steps-row {
    display: flex;
    gap: 0;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
    padding: 14px 28px;
  }

  .step {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    color: #5a6a7a;
    flex: 1;
    position: relative;
  }

  .step:not(:last-child)::after {
    content: '→';
    position: absolute;
    right: 0;
    color: #e2e8f0;
    font-size: 14px;
  }

  .step-num {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #e2e8f0;
    color: #5a6a7a;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .step.done .step-num { background: #9dc52e; color: #0d2b4e; }
  .step.done { color: #0d2b4e; font-weight: 500; }


  .form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
  }

  .form-group.half { margin-bottom: 0; }

  .field-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #5a6a7a;
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .required-dot {
    color:  #e05252;
    font-size: 16px;
    line-height: 1;
    margin-top: -2px;
  }
  .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
  }
  .form_pf{
    padding: 30px;
  }
   .checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 20px 0 24px;
  }

  .checkbox-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #5a6a7a;
    line-height: 1.5;
  }

  .checkbox-item input[type="checkbox"] {
    width: 17px;
    height: 17px;
    accent-color: #1a7a9a;
    flex-shrink: 0;
    margin-top: 2px;
    cursor: pointer;
  }

  .checkbox-item a { color: #1a7a9a; }
  .checkbox-item .req { color: #e05252; margin-right: 4px; }

  .phone-card {
    background: #0d2b4e;
    border-radius: 14px;
    padding: 24px 22px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(13,43,78,0.2);
    color: #f5f7fa;
  }

  .phone-card::before {
    content: '';
    position: absolute;
    bottom: -20px; right: -20px;
    width: 100px; height: 100px;
    background: radial-gradient(circle, rgba(157,197,46,0.18) 0%, transparent 70%);
    border-radius: 50%;
  }

  .phone-card-title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #9dc52e;
    margin-bottom: 14px;
  }

  .phone-number {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
  }

  .phone-icon {
    width: 36px;
    height: 36px;
    background: rgba(157,197,46,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: 1px solid rgba(157,197,46,0.25);
    align-items: flex-end;
  }

  .phone-number a {
    font-size: 22px;
    font-weight: 700;
    color: white;
    text-decoration: none;
    transition: color 0.2s;
  }

  .phone-number a:hover { color: #9dc52e; }

  .phone-schedule {
    font-size: 12px;
    color: rgba(255,255,255,0.45);
    margin-bottom: 16px;
    padding-left: 46px;
  }

  .phone-card-divider {
    height: 1px;
    background: rgba(255,255,255,0.08);
    margin: 14px 0;
  }

  .phone-card p {
    font-size: 13px;
    color: rgba(255,255,255,0.65);
    line-height: 1.55;
  }

  .benefits-card {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #5a6a7a;
    box-shadow: 0 2px 12px rgba(13,43,78,0.08);
    overflow: hidden;
  }

  .benefits-card-header {
    padding: 16px 20px 14px;
    border-bottom: 1px solid #5a6a7a;
    background: #f8fafc;
  }

  .benefits-card-header h3 {

    font-size: 18px;
    font-weight: 500;
    color: #0d2b4e;
    line-height: 1.35;
  }

  .benefits-list {
    padding: 16px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 11px;
    font-size: 14px;
  }

  .benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #5a6a7a;
    line-height: 1.5;
  }

  .benefit-check {
    width: 18px;
    height: 18px;
    background: #9dc52e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #0d2b4e;
    font-weight: 800;
    flex-shrink: 0;
    margin-top: 1px;
  }
  .sidebar { display: flex; flex-direction: column; gap: 20px; }

  .benefits-list ul li::before {
    content: "✔"; /* sau "1", "•", etc */
    width: 48px;
    height: 18px;
    background: #9dc52e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #0d2b4e;
    font-weight: 800;
}

.benefits-list ul {
    list-style: none;      /* elimină bullet-ul default */
    padding-left: 0;
    margin-left: 0;
}
.benefits-list ul li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.page-hero-t {
    background: linear-gradient(135deg, #0d2b4e 0%, #1a3f6f 60%, #1a5a8a 100%);
    padding: 38px 40px;
    position: relative;
    overflow: hidden;
  }

  .page-hero-t::after {
    content: '';
    position: absolute;
    right: 0; top: 0; bottom: 0;
    width: 300px;
    background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 18px 18px;
    pointer-events: none;
  }

  .page-hero-inner-t {
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 1;
    justify-content: center;
  }

  .hero-badge-t {
    background: #9dc52e;
    color: #0d2b4e;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 20px;
    white-space: nowrap;
    flex-shrink: 0;
    animation: pulse-badge 2.4s ease-in-out infinite;
  }

  @keyframes pulse-badge {
    0%, 100% { box-shadow: 0 0 0 0 rgba(157,197,46,0.4); }
    50% { box-shadow: 0 0 0 6px rgba(157,197,46,0); }
  }

  .hero-text-t h1 {
    font-size: 25px;
    font-weight: 700;
    color: white;
    line-height: 1.3;
  }

  .hero-text-t p {
    font-size: 14px;
    color: rgba(255,255,255,0.65);
    margin-top: 4px;
    text-align: center;
  }

  .welcome-block {
    background: #fff;
    border-radius: 14px;
    border: 1px solid#e2e8f0;
    box-shadow: 0 2px 12px rgba(13,43,78,0.08);
    overflow: hidden;
    margin-bottom: 24px;
  }

  .welcome-header {
    background: linear-gradient(135deg, #0d2b4e, #1a3f6f);
    padding: 22px 28px 20px;
    position: relative;
    overflow: hidden;
  }

  .welcome-header::after {
    content: '';
    position: absolute;
    right: 0; top: 0; bottom: 0;
    width: 180px;
    background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 16px 16px;
    pointer-events: none;
  }

  .welcome-header h1 {

    font-size: 21px;
    font-weight: 700;
    color: white;
    line-height: 1.3;
    position: relative;
    z-index: 1;
  }

  .welcome-header h1 em {
    color: #9dc52e;
    font-style: normal;
  }

  .lime-bar { height: 3px; background: #9dc52e; }

  .welcome-body {
    padding: 20px 28px 24px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
  }
  .magazine-section {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 12px rgba(13,43,78,0.08);
    overflow: hidden;
  }

  .mag-section-header {
    padding: 16px 20px;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .mag-section-header h2 {
    font-size: 21px;
    font-weight: 700;
    color: #0d2b4e;
  }

  .editorial-strip {
    padding: 20px 20px 22px;
    border-top: 3px solid var(--lime);
  }

  .strip-label {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #1a7a9a;
    margin-bottom: 8px;
  }

  .strip-title {

    font-size: 16px;
    font-weight: 700;
    color: #0d2b4e;
    margin-bottom: 6px;
    line-height: 1.35;
  }

  .strip-desc {
    font-size: 13px;
    color: #5a6a7a;
    line-height: 1.55;
    margin-bottom: 14px;
  }

  .btn-read {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #1a7a9a;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: gap 0.2s;
  }
  .btn-read:hover { gap: 10px; }
  .btn-read::after { content: '→'; }

   .alerta-card {
    background: var(--white);
    border-radius: 14px;
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: transform 0.22s, box-shadow 0.22s;
  }
  .alerta-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }

  .alerta-img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    display: block;
    background: linear-gradient(135deg, #1a3f6f, #0d2b4e);
  }

  /* placeholder if image doesn't load */
  .alerta-img-placeholder {
    width: 100%;
    height: 160px;
    /* background: linear-gradient(135deg, #1a3f6f 0%, #0d2b4e 100%); */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .alerta-img-placeholder span {

    font-size: 20px;
    font-weight: 700;
    color: var(--lime);
    letter-spacing: 2px;
    text-align: center;
    line-height: 1.3;
  }

  .alerta-body { padding: 16px 18px 20px; }

  .alerta-tag {
    display: inline-block;
    background: var(--lime);
    color: var(--navy);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 3px 9px;
    border-radius: 4px;
  }

  .alerta-body h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 6px;
    line-height: 1.35;
  }

  .alerta-body p {
    font-size: 12.5px;
    color: var(--text-muted);
    line-height: 1.55;
    margin-bottom: 14px;
  }

  .btn-alerta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background: var(--navy);
    color: white;
    text-decoration: none;
    border-radius: 7px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 600;
    transition: background 0.2s;
    width: 100%;
  }
  .btn-alerta:hover { background: var(--teal); }
  .btn-alerta::after { content: '→'; }
 
  footer {
    background: var(--navy);
    position: relative;
    overflow: hidden;
  }
 
  /* top lime stripe */
  .footer-lime-top {
    height: 4px;
    background: linear-gradient(90deg, var(--lime) 0%, #c8e65a 50%, var(--lime) 100%);
  }
 
  /* subtle dot grid bg */
  footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 22px 22px;
    pointer-events: none;
  }
 
  /* glow accent */
  footer::after {
    content: '';
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(157,197,46,0.07) 0%, transparent 65%);
    border-radius: 50%;
    pointer-events: none;
  }
 
  .footer-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 52px 32px 44px;
    display: grid;
    grid-template-columns: 280px 1fr 1fr 1fr;
    gap: 48px;
    position: relative;
    z-index: 1;
  }
 
  /* ── col 1: brand ── */
  .footer-brand {}
 
  .footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    margin-bottom: 18px;
  }
 
  .footer-logo-text {

    color: var(--white);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
  }
 
  .footer-tagline {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    line-height: 1.65;
    margin-bottom: 22px;
  }
 
  /* social icons */
  .social-row {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
  }
 
  .social-btn {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    transition: background 0.2s, border-color 0.2s, transform 0.15s;
  }
 
  .social-btn:hover {
    background: rgba(157,197,46,0.15);
    border-color: rgba(157,197,46,0.35);
    transform: translateY(-2px);
  }
 
  /* publisher tag */
  .publisher-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 11.5px;
    color: rgba(255,255,255,0.45);
  }
 
  .publisher-tag strong { color: rgba(255,255,255,0.7); }
 
  /* ── col 2–4: nav columns ── */
  .footer-col h4 {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--lime);
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }
 
  .footer-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 0px;
  }
 
  .footer-col ul li a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    font-size: 13.5px;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: color 0.2s, gap 0.2s;
  }
 
  .footer-col ul li a::before {
    content: '';
    width: 4px;
    height: 4px;
    background: rgba(157,197,46,0.4);
    border-radius: 50%;
    flex-shrink: 0;
    transition: background 0.2s;
  }
 
  .footer-col ul li a:hover {
    color: white;
    gap: 10px;
  }
 
  .footer-col ul li a:hover::before {
    background: var(--lime);
  }
 
  /* contact details in col */
  .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 13px;
  }
 
  .contact-icon {
    width: 28px;
    height: 28px;
    background: rgba(157,197,46,0.12);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
    margin-top: 1px;
    border: 1px solid rgba(157,197,46,0.2);
  }
 
  .contact-text {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    line-height: 1.5;
  }
 
  .contact-text a {
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    transition: color 0.2s;
  }
 
  .contact-text a:hover { color: var(--lime); }
 
  .contact-text strong {
    display: block;
    color: rgba(255,255,255,0.45);
    font-size: 10.5px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 2px;
    font-weight: 600;
  }
 
  /* ── DIVIDER ── */
  .footer-divider {
    max-width: 1200px;
    margin: 0 auto;
    height: 1px;
    background: rgba(255,255,255,0.07);
    position: relative;
    z-index: 1;
  }
 
  /* ── BOTTOM BAR ── */
  .footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
  }
 
  .footer-copyright {
    font-size: 12.5px;
    color: rgba(255,255,255,0.35);
  }
 
  .footer-copyright strong { color: rgba(255,255,255,0.55); }
 
  .footer-legal-links {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }
 
  .footer-legal-links a {
    font-size: 12px;
    color: rgba(255,255,255,0.35);
    text-decoration: none;
    transition: color 0.2s;
  }
 
  .footer-legal-links a:hover { color: rgba(255,255,255,0.7); }
 
  .footer-legal-links span {
    color: rgba(255,255,255,0.12);
  }
 
  /* anpc badge */
  .anpc-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 11px;
    color: rgba(255,255,255,0.4);
    text-decoration: none;
    transition: background 0.2s;
  }
 
  .anpc-badge:hover { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.6); }
 
  /* ── RESPONSIVE ── */
  @media (max-width: 1000px) {
    .footer-main {
      grid-template-columns: 1fr 1fr;
      gap: 36px;
    }
    .footer-brand { grid-column: 1 / -1; }
  }
 
  @media (max-width: 580px) {
    .footer-main {
      grid-template-columns: 1fr;
      padding: 36px 20px 32px;
    }
    .footer-brand { grid-column: auto; }
    .footer-bottom { padding: 16px 20px; flex-direction: column; align-items: flex-start; gap: 12px; }
  }
  
    .feedback-card {
        background: var(--white);
        border-radius: 16px;
        border: 1px solid var(--card-border);
        box-shadow: var(--shadow);
        overflow: hidden;
        width: 100%;
        max-width: 580px;
        margin: 20px auto;

    }

    .feedback-header {
        background: linear-gradient(135deg, var(--navy), var(--navy-mid));
        padding: 24px 32px 22px;
        position: relative;
        overflow: hidden;
        text-align: center;
    }

    .feedback-header h2 {
        font-size: 20px;
        font-weight: 700;
        color: white;
        margin-bottom: 5px;
    }

    .feedback-header p {
        font-size: 12.5px;
        color: rgba(255,255,255,0.7);
    }

    .lime-bar { height: 3px; background: var(--lime); }

    .feedback-body { padding: 28px 32px 32px; display: flex; flex-direction: column; gap: 24px; }

    .stars-block {
        background: var(--bg);
        border: 1.5px solid var(--card-border);
        border-radius: 10px;
        padding: 20px 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }

    .stars-label { font-size: 11.5px; font-weight: 600; color: var(--text-muted); text-transform: uppercase; }

    .star-rating { display: flex; flex-direction: row-reverse; gap: 8px; justify-content: center; }
    .star-rating input { display: none; }
    .star-rating label { font-size: 36px; cursor: pointer; color: var(--star-off); transition: 0.15s; line-height: 1; }
    
    .star-rating label:hover, .star-rating label:hover ~ label,
    .star-rating input:checked ~ label { color: var(--star-on); }
    .star-rating label:hover { transform: scale(1.15); }

    .stars-desc { display: flex; justify-content: space-between; width: 100%; max-width: 230px; }
    .stars-desc span { font-size: 11px; color: var(--text-muted); }

  
    .btn-submit {
        background: var(--navy); color: white; border: none; border-radius: 8px;
        padding: 12px 24px; font-size: 13.5px; font-weight: 700; cursor: pointer;
        transition: 0.2s; align-self: flex-end;
    }
    .btn-submit:hover { background: var(--teal); transform: translateY(-2px); }

    .error-msg { color: #dc3545; font-size: 12px; margin-top: 5px; text-align: center; }
    
    /* Success State */
    .feedback-success { display: none; flex-direction: column; align-items: center; gap: 12px; padding: 40px; text-align: center; }
    .success-icon { width: 50px; height: 50px; background: var(--lime); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; color: var(--navy); }
.sugestie-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 28px;
    border-bottom: 3px solid #0d2b4e;
}

.btn-sugestie {
    background-color: #0d2b4e;
    color: #ffffff;
    border-color: #0d2b4e;
    padding: 10px 20px;
    border-radius: 20px 0 0 20px; 
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.btn-sugestie:hover {
  background: #1a7a9a !important;
  transform: translateY(-1px);
  color: #fff !important;
}
.sugestie-header-container h1 {
    font-size: 30px;
    font-weight: 700;
    color: #0d2b4e;
    letter-spacing: -0.3px;
}

/* ── SEARCH HERO ── */
  .search-hero {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 60%, #1a5a8a 100%);
    border-radius: 14px;
    padding: 26px 32px;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(13,43,78,0.18);
  }

  .search-hero::before {
    content: '';
    position: absolute;
    right: 0; top: 0; bottom: 0;
    width: 200px;
    background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 16px 16px;
    pointer-events: none;
  }

  .search-hero::after {
    content: '🔍';
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 64px;
    opacity: 0.04;
    pointer-events: none;
  }

  .search-hero-left { position: relative; z-index: 1; }

  .search-hero-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--lime);
    margin-bottom: 6px;
  }

  .search-hero-left h1 {
    font-size: 24px;
    font-weight: 700;
    color: white;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .search-hero-left h1 em {
    color: var(--lime);
    font-style: italic;
  }

  .results-count {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 12.5px;
    color: rgba(255,255,255,0.7);
    font-weight: 500;
  }

  .results-count strong { color: var(--lime); }
.result-card {
    background: var(--white);
    border-radius: 12px;
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow);
    overflow: hidden;
    display: flex;
    gap: 0;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    position: relative;
  }

  .result-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
  }

  /* left accent bar */
  .result-card::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 4px;
    background: var(--card-border);
    transition: background 0.22s;
  }
  .result-card:hover::before { background: var(--lime); }

  /* thumbnail */
  .result-thumb {
    width: 140px;
    flex-shrink: 0;
    background: linear-gradient(160deg, #eef2f7, #dce4ee);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-right: 1px solid var(--card-border);
    position: relative;
    overflow: hidden;
  }

  .result-thumb img {
    width: 100%;
    max-width: 100px;
    height: auto;
    display: block;
    border-radius: 3px;
    box-shadow: 0 4px 14px rgba(13,43,78,0.18);
    transition: transform 0.3s ease;
  }

  .result-card:hover .result-thumb img { transform: scale(1.04); }

  /* issue number badge on thumb */
  .thumb-badge {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--navy);
    color: var(--lime);
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 0.6px;
    padding: 2px 8px;
    border-radius: 3px;
    white-space: nowrap;
  }

  /* content */
  .result-content {
    flex: 1;
    padding: 18px 22px 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .result-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }

  .meta-date {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11.5px;
    font-weight: 600;
    color: var(--text-muted);
    letter-spacing: 0.3px;
  }

  .meta-date::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--lime);
    border-radius: 50%;
  }

  .result-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--navy);
    line-height: 1.35;
    text-decoration: none;
    display: block;
    transition: color 0.2s;
  }
  .result-title:hover { color: var(--teal); }

  /* highlight keyword in title */
  .result-title mark {
    background: rgba(157,197,46,0.25);
    color: var(--navy);
    border-radius: 2px;
    padding: 0 2px;
    font-style: italic;
  }

  /* sections list */
  .result-sections {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left: 0px !important;
  }

  .result-sections li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--text-muted);
  }
   .section-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(13,43,78,0.06);
    border: 1px solid var(--card-border);
    border-radius: 4px;
    padding: 2px 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--navy);
    white-space: nowrap;
    flex-shrink: 0;
  }
   .section-page {
    font-size: 13px;
    color: var(--text-muted);
  }
   .result-cta {
    margin-top: 2px;
  }

  .btn-result {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--teal);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: gap 0.2s;
  }
  .btn-result:hover { gap: 10px; }
  .btn-result::after { content: '→'; }

  .section-page::after {
    content: "→";
    margin-left: 10px;
}