body {
  /* Set "my-sec-counter" to 0 */
  counter-reset: my-sec-counter;

}

.page-pcs-pentru-frunizare header,
.page-pcs-pentru-frunizare footer {
    display: none;
}
.page-pcs-pentru-frunizare .arch-divider.first-section {
    background-size: 125%;
}
.checkbox {
  padding-left: 0;
}

.dropdown-toggle-icon {
    color: white;
    width: 14px;
    cursor: pointer;
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.blur-nav {
    z-index: 10;

}
.blur-nav .dropdown-menu {
    backdrop-filter: blur(5px);
}

.dropdown-mobile.show .dropdown-toggle-icon {
    transform: rotate(180deg);
}

.dropdown-menu {
    display: none;
    list-style: none;
    padding-left: 15px;
}

.dropdown-mobile.show > .dropdown-menu {
    display: block;
}

a {
  color:#00aace;
  transition: .3s;
}
a:hover {
  color:#018198;
}
html, body {
  -webkit-overflow-scrolling: touch;
}
.page-description p {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .page-description p {
    font-size: 1rem;
  }
}
p {
  text-align: justify !important;
}
.checkbox li, .card-achizitii .achizitii-list li {
  list-style: none;
  position: relative;
  padding-left: 25px;
}
.checkbox li ul li:before {
  content:'';
  background-image: url('/storage/app/media/neogas/checkbox-check.svg');
  background-size:contain;
  background-repeat: no-repeat;
  top: 4px;
}
.checkbox li:before, .card-achizitii .achizitii-list li:before {
  content: '';
  background-image: url('/storage/app/media/neogas/checkbox.svg');
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  background-size:contain !important;
  background-repeat: no-repeat;
}
.checkbox.orange li:before {
  background-image: url('/storage/app/media/neogas/checkbox-orange.svg');
}

.flex-1 {
  flex:1;
}
@media (min-width: 768px) {
  .w-md-100 {
    width: 100%;
  }
  .featured-image {
      height: 310px;
  }
}
.background-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/storage/app/media/neogas/bg-logos-op.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  transform: translateZ(0);
  opacity: .5;
}

.fadethisdiv {
  visibility: hidden; /* Hidden by default */
  opacity: 0; /* Invisible */
  transform: translateY(75px); /* Start 30px below its final position */
  transition: all 0.5s ease-out; /* Smooth transition */
}
.table-responsive.border-shadow {
  background-color: #fff;
}
.custom-7-col {
  flex: 0 0 calc(100% / 7);
  max-width: calc(100% / 7);
} 
.z-index {
  z-index: 9;
  backdrop-filter: blur(7px);
  background-color: #0000008c;
}
#video-hp {
  top: -50%;
}

.offcanvas .dropdown-mobile.show .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 768px) {
  #video-hp {
    top: 0%;
    height: 100%;
    object-fit: cover;
  }
}
.no-border {
  border: none !important;
}

.fadethisdiv.animate-fade-in {
  visibility: visible; /* Become visible */
  opacity: 1; /* Fully opaque */
  transform: translateY(0); /* Move to its original position */
}

.text-container-height, .text-container-height-anunturi {
  overflow: hidden;
  height: 105px; /* Initial height */
  transition: height 0.5s ease; /* Smooth transition for height */
  position: relative;
}
.text-container-height-anunturi {
  height: 0;
}

.post-list {
    list-style-type: none ;
}
.bg-noutati {
    position: relative;
    border-radius: 80px !important;
}

.bg-noutati::after {
    content:" ";
    background-color: #00000066;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
}
.bg-noutati h1, .bg-noutati h4 {
    z-index: 10;
}
.z-index-noutati {
    z-index: 10;
}

.bg-noutati h1 {
    font-size:2.25rem;
}
    .bg-noutati h4 {
    font-size:1.25rem;
}
.bg-noutati {
    height: 500px;
}
@media(max-width: 768px) {
    .bg-noutati {
    border-radius: 40px !important;
}
        .bg-noutati h4 {
    font-size:1rem;
}
    .bg-noutati h1 {
    font-size:1.5rem;
}
    .bg-noutati {
    height: 300px;
}
}
.page-blog-post .content p {
    font-weight: 400 !important;
}

.pcs-sign {
  font-size: 1.25rem !important;
}
@media (max-width: 768px) {
    .post-card .featured-image {
    height: 200px;
}
  .pcs-sign {
    font-size: 1rem !important;
  }
}
.breadcrumb-list ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.breadcrumb-list ul li,
.breadcrumb-list ul li a{
    color: #A5A5A5;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.breadcrumb-list ul li a {
    transition: .3s;
}
.breadcrumb-list ul li a:hover {
    color:#000
}
.breadcrumb-list .active {
   text-decoration: underline;
}
.breadcrumb-list li:first-child:after,
.breadcrumb-list.breacrumb-subpage li:first-child:after,
.breadcrumb-list.breacrumb-subpage li:nth-child(2):after {
  content: '›';
    position: relative;
    display: inline-block;
    margin: 0 10px;
    color: #A5A5A5;
}

/* width */
.scroll-section::-webkit-scrollbar {
  width: 14px;
  border-radius: 30px;
  background-color: red;
}

/* Track */
.scroll-section::-webkit-scrollbar-track {
  background: #F4F4F4; 
  border: 4px solid transparent;
}
 
/* Handle */
.scroll-section::-webkit-scrollbar-thumb {
  background: #D9D9D9; 
  border-radius: 30px;
  border: 2px solid white;
  box-shadow: 0px 2px 2px 0px #0000001A;


}


.border-black {
  border: 1px solid #0000001A;
}

.concesiuni-map {
  border-radius: 20px;
}
.font-40 {
  font-size: 2.5rem;
}
.font-32 {
  font-size: 2rem;
}
.bg-default {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.h-m-160 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nav-item {
  display: flex;
  justify-content: center;
}
.scrolled {
  position:sticky;
  top: 0;
  z-index: 999;
}
.text-grey {
  color: #666666 !important;
}
.navbar {
  transition: .3s;
}
.scrolled .navbar {
  padding: 15px 0px;
}

.h-400 {
  height: 400px;
}

.text-grey {
  color: #717171;
}
.text-red {
  color: #cf1316;
}
.bg-lightgrey {
  background-color: #fafafa;
}
.a-tab {
  width: 100%;
  display: block;
  transition: 0.3s;
}
.a-tab:hover {
  background-color: #dcdcdc;
}

@media (max-width: 768px) {
  .page-homepage .second-section .col-md-4:nth-child(3) {
    border-right: 1px solid #f4f4f4;
  }
  .page-homepage .second-section .col-md-4:nth-child(4) {
    border-bottom: 1px solid #f4f4f4;
  }
    .background-fixed {
      background-image:url('/storage/app/media/neogas/bg-body-mobile.svg');
      background-size: contain;
    }

  .page-transmitere-index .big-p {
    font-size: 1rem;
  }
  .big-p.text-center {
    font-size: 1rem;
  }
  .calculare-consum .big-p.text-center {
    font-size: 1.25rem;
  }
  .h-400 {
    height: 300px;
  }
  .big-p {
    font-size: 1.25rem;
  }
  .semibig-p {
    font-size: 1rem;
  }
  .h4-big {
    font-size: 1.5rem;
  }
}

.border-radius-round {
  border-radius: 100px;
}

/* NAVIGATION */

@media (max-width: 991px) {
    .value-section .col-item {
    width: 48% !important;
    margin-bottom: 4%;
}
}
@media (min-width: 768px) {
  .mobile-logo {
    display: none;
  }
}

.navbar .dropdown-menu {
  display: none; /* Hide by default */
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s, opacity 0.2s;
  top: 35px;

}

.offcanvas {
  max-width: 85%;
}
.offcanvas  .dropdown-item {
  white-space: normal;
}
.offcanvas .btn-close {
  filter: brightness(0) invert(1);
}
.offcanvas .offcanvas-body {
  padding: 0 12px;
}
.offcanvas .offcanvas-header {
  padding-bottom: 0;
}
.offcanvas .nav-item {
  justify-content:start;
}
.dropdown-mobile {
  flex-direction: column;
}
.navbar .dropdown:hover .dropdown-menu,
.dropdown-mobile .dropdown-menu.show {
  display: block; /* Show dropdown on hover */
  visibility: visible;
  opacity: 1;
}
.col-right,.navbar-brand {
  width: 240px;
}
.logo {
  width: 190px;
}
@media(max-width: 768px) {
    .logo {
  width: 150px;
}
}
.dropdown-menu[data-bs-popper] {
  right: auto;
  left: auto;
}

@media (max-width: 768px) {
  .navbar-brand {
    width: auto;
  }
}
header .dropdown-menu {
  border-radius: 30px;
  border: none;
  padding: 20px 5px;
  box-shadow: 0px 3px 8px 0px #00000024;
}
.offcanvas {
  overflow-x: hidden;
}
.offcanvas .dropdown-menu {
  box-shadow: none;
  border-radius: 24px;
  padding: 10px;
}
.offcanvas .btn-close {
  opacity: 1;
}
@media (max-width:768px) {
    .main-menu .container-fluid {
    flex-wrap: nowrap !important;
}
    .navbar-toggler {
        padding: 6px 12px !important;
    }
     .acc-icon {
         padding: 7px 12px !important;
     }
}

.logo-mobile-menu {
  width: 150px;
  position: absolute;
  bottom: 20px;
  right: -50px;
}
header .dropdown-menu a.dropdown-item {
  transition: 0.3s;
  padding: 8px 16px;
}
.offcanvas .dropdown-menu a.dropdown-item:hover,
.offcanvas .dropdown-menu a.dropdown-item:focus,
.offcanvas .dropdown-menu a.dropdown-item.active {
  border-radius: 10px;
}
.mobile-menu.offcanvas .dropdown-menu {
  background-color: #D9D9D933;
}

header .dropdown-menu a.dropdown-item:hover,
header .dropdown-menu a.dropdown-item:focus,
header .dropdown-menu a.dropdown-item.active {
  background-color: #fd7b4c;
  color: #fff;
  border-radius: 100px;
}
header .dropdown-menu a.dropdown-item:hover {
  background-color: #fd7b4c99; 
}

header .nav-item > a.menu-link-active,
header .nav-item > a.active {
  color: #fff !important;
  text-decoration: underline !important;
}


/* BACKGROUNDS */

li,
p {
  text-align: left;
}

.neo-banner.background-text {
  mask-size: cover;
  mask-position: center;
}
.neo-banner.background-text .row {
  background-size: cover;
  background-position: center;
}


.text-green {
  color: #136e30;
}
h3.h3-big {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .container {
    width: 1130px;
  }
  .container-fluid {
    width: 1360px !important;
  }
}
.text-right {
  text-align: right;
}

.bg-blue {
  background-color: #00B6D50D;
  border: 2px solid #00B6D5 !important;
  backdrop-filter: blur(10px) !important;
}

.bg-green {
  background-color: #006e300D;
  border: 2px solid #006e30 !important;
  backdrop-filter: blur(10px) !important;
}

.bg-yellow {
  background-color: #fd7b4c0D;
  border: 2px solid #fd7b4c !important;
  backdrop-filter: blur(10px) !important;
}

.bg-grey {
  background-color: #3c3c3c0D;
  border: 2px solid #3c3c3c !important;
  backdrop-filter: blur(10px) !important;
}

.bg-red {
  background-color: #d80e0e0D;
  border: 2px solid #d80e0e !important;
  backdrop-filter: blur(10px) !important;
}
.call-btn {
  display: flex;
  position: fixed;
  bottom: 90px;
  right: 20px;
  padding: 6.5px 17px !important;
  align-items: center;
  gap: 10px;
  min-width: 180px;
  justify-content: center;
  z-index: 99;
}
.call-btn.blue {
  background-color: #02b6d6;
  right: 20px;
  bottom: 20px;
}
.call-btn.blue:hover {
  background-color:#018198;
}

.call-btn p {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.call-btn .text-call-btn {
  font-size: 12px;
}
.call-btn .number-call-btn {
  font-size: 14px;
}
.call-btn img {
  width: 20px;
  height: 20px;
}

a,
.slick-arrow {
  cursor: pointer;
}
.slick-disabled {
  cursor: inherit;
}
.bg-neo-green {
  background-color: #006e30;
}
.btn-search img {
  margin: 0 !important;
  width: 20px;
}
.nav-icon, .btn-search {
  background-color: #ffffff4d;
  padding: 5px 12px;
  border-radius: 50px;
  border: none;
  transition: .3s;
}
.nav-icon:hover,.btn-search:hover {
  color: #fff;
  background-color: #ffffff26;
}
.ss-search-form {
  display: flex;
}
.ss-search-form__input {
  display: flex;
  flex-direction: row;
  background-color: #4D926E;
  border-radius: 100px;
}
.ss-search-form__input input {
  border: none;
  background-color: transparent;
  padding:  0px 15px;
  color: #FFFFFF;
}
.ss-search-form__input input::placeholder {
  color: #FFFFFF66;
}
.owl-carousel .container-fluid {
  z-index: 2;
}
.owl-carousel-home.owl-carousel .owl-nav.disabled {
  display: block;
}

.slick-carousel-home .slider {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}



.slick-carousel-home .slick-dots {
  bottom: 120px;
  width: auto;
  padding-left: 3rem;
  display: flex !important;
  gap: 14px;
  display: none;
}
.slick-carousel-acasa-la-tine-mobile .slick-dots,
.certificari-carousel .slick-dots {
  display: flex;
  gap: 14px;
  justify-content: center;
  bottom: 0;
}
.certificari-carousel .slick-dots {
  bottom: -40px;
}
.slick-carousel-home .slick-dots li button:before,
.slick-carousel-acasa-la-tine-mobile .slick-dots li button:before,
.certificari-carousel .slick-dots li button:before {
  display: none;
  content: "";
}
.slick-carousel-home .slick-dots li,
.slick-carousel-acasa-la-tine-mobile .slick-dots li,
.certificari-carousel .slick-dots li {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border-radius: 100px;
  border: 1px solid #fff;
  margin: 0px;
}
.slick-carousel-acasa-la-tine-mobile .slick-dots li,
.certificari-carousel .slick-dots li {
  border-color: #000000;
}
.slick-carousel-home .slick-dots .slick-active {
  background-color: #fff;
}
.slick-carousel-acasa-la-tine-mobile .slick-dots .slick-active,
.certificari-carousel .slick-dots .slick-active {
  background-color: #000;
}
.slick-carousel-home .slick-arrow {
  position: absolute;
  top: 20px;
  padding: 6px 13px;
  background-color: #ffffff4d;
  border-radius: 75px;
  z-index: 10;
  transition: 0.3s;
}
.slick-carousel-home .slick-disabled {
  opacity: 0.7;
}
.slick-carousel-home .prev-arrow {
  left: 20px;
}
.slick-carousel-home .next-arrow {
  left: 70px;
}
.neo-btn, .termsfeed-com---palette-light .cc-nb-okagree,
.termsfeed-com---palette-light .cc-nb-reject, .termsfeed-com---palette-light .cc-nb-changep,
.termsfeed-com---palette-light .cc-cp-foot-save {
  font-size: 14px !important;
  font-weight: 500 !important;
  border-radius: 100px !important;
  padding: 14px 32px;
  transition: 0.3s !important;
  box-shadow: 0px 2px 5px 0px #0000001a !important;
}
button.neo-btn {
  border: none;
}
.termsfeed-com---palette-light .cc-nb-okagree,
.termsfeed-com---palette-light .cc-nb-reject,
.termsfeed-com---palette-light .cc-cp-foot-save {
    background-color: #FD7B4C !important;
}

button.scroll-button:disabled {
  opacity: .75;
  cursor: not-allowed;
}
.blue-btn {
  background-color: #02b6d6;
  color: #fff;
}
.text-orange {
  color: #FD7B4C;
  transition: .3s;
}
.text-orange:hover {
  color:#B45736;
}

.orange-btn {
  background-color: #fd7b4c;
  color: #fff;
}
.green-outline-btn {
  background-color: transparent;
  color: #006e30;
  border: 1px solid #006e30;
}

.green-outline-btn:hover {
  background-color: #006e30;
  color: #fff;
  border: 1px solid #006e30;
}
.blue-btn:hover {
  color: #fff;
  background-color: #018198;
}

.orange-btn:hover {
  color: #fff;
  background-color: #b45736;
}
.border-shadow {
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #0000001A;
}
.arch-divider.first-section {
  background-image: url("/storage/app/media/neogas/arch-divider.svg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 103%;
}


.arch-divider.legal.first-section {
  background-size: 2000px;
}
@media (max-width:768px) {
  .arch-divider.legal.first-section {
    background-size: 1000px !important;
  }
}
.page-homepage .first-section .col-md-12 {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;

  background-color: #08143a;
  overflow: hidden;
}
.value-section img,
.neo-icon {
  width: 55px;
  height: 55px;
  object-fit: contain;
}
.page-homepage .first-section .col-md-12:after {
  content: "";
  background-image: url("/storage/app/media/neogas/first-section-banner.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
}
.first-section .col-md-12 .row {
  z-index: 10;
}

p.opacity {
  opacity: 0.6;
}
.container-plus-btn {
  padding: 17px;
  border: 1px solid #fff;
  transition: 0.3s;
  display: inline-block;
  border-radius: 50px;
}
.container-plus-btn:hover {
  background-color: #fff;
}
.container-plus-btn:hover path {
  fill: #3c3c3c;
}

.page-homepage .second-section .col-md-4:first-child,
.page-homepage .second-section .col-md-4:nth-child(2) {
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}
.page-homepage .second-section .col-md-4:nth-child(3) {
  border-bottom: 1px solid #f4f4f4;
}
.page-homepage .second-section .col-md-4:nth-child(4),
.page-homepage .second-section .col-md-4:nth-child(5) {
  border-right: 1px solid #f4f4f4;
}
.second-section .container-icon {
  display: inline-block;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #f4f4f4;
  padding: 16px;
}
.second-section .col-md-4 {
  position: relative;
  overflow: hidden;
}

.page-homepage .second-section .col-md-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgba(2, 182, 214, 1) 0%,
    rgba(0, 255, 204, 1) 100%
  );
  opacity: 0;
  transition: opacity 300ms ease-in-out;
  z-index: 0;
}
.page-homepage .second-section .container-icon,
.page-homepage .second-section p,
.page-homepage .second-section h4,
.page-homepage .second-section a {
  z-index: 2;
  position: inherit;
}
.page-homepage .second-section .col-md-4:hover::before {
  opacity: 1;
}
.text-align-justify {
  text-align: justify;
}
.outline-btn {
  color: #fff;
  border: 1px solid #fff !important;
  padding: 12px 24px;
  transition: 0.3s;
  background-color: #ffffff00;
}
.outline-btn:hover {
  background-color: #fff;
  color: #000;
}

.page-homepage .second-section .col-md-4:hover {
  background: #fff; /* Optional, to keep the solid color during transition */
}
.page-homepage .second-section .col-md-4:hover h4,
.page-homepage .second-section .col-md-4:hover p {
  color: #fff;
}
.second-section .col-md-4 {
  overflow: hidden;
}
.page-homepage .second-section .container-btn-outline {
  transform: translateY(120px);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.second-section .col-md-4:hover .container-btn-outline {
  transform: translateY(0px);
  opacity: 1;
}
slick-carousel-home .second-section .outline-btn:hover {
  background-color: #fff;
  color: #3c3c3c;
}
.page-homepage .second-section h4,
.value-section h4, .pasi-avize h4 {
  font-size: 18px;
  font-weight: 700;
  color: #3c3c3c;

  transition: 0.3s;
}
.page-homepage .second-section p {
  font-size: 14px;
  font-weight: 500;
  color: #3c3c3c;

  transition: 0.3s;
}


footer ul {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer li {
  list-style: none;
}
footer .link-container li:first-child {
  font-size: 18px;
  font-weight: 700;
  color: #005714;
  margin-bottom: 14px;
}
footer li a {
  font-size: 14px;

  font-weight: 500;
  color: #000;
  transition: 0.3s;
}

footer li a:hover,
header .col-center a:hover,
footer li .active {
  color: #fd7b4c;
}

footer .bottom-footer li a {
  font-size: 12px;

  font-weight: 400;
  color: #3c3c3c;
}
footer .bottom-footer p {
  font-size: 11px !important;
}
footer .social-footer {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;

}
footer .social-footer.linkedin {
  color: #3665bf;
}
footer .social-footer.facebook {
  color: #4267b2;
}

.neo-banner .container-fluid .row {
  mask-size: cover;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
/* .neo-banner.background-text .row:after {
    content:'';
    height: 100%;
    width: 100%;
    background-color: #00000080;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
} */
.neo-banner .container-fluid .row h4 {
  z-index: 99;
}

.neo-banner.background-text .container .row {
  height: 570px;
  background-position: center top;
  background-repeat: no-repeat;
}

.neo-banner.background-text.one h2 {
  left: 50px;
  width: 380px;
  bottom: 10px;
  margin: 0;
  font-size: 32px;
}

.neo-banner.background-text.two h2 {
  right: 0px;
  width: 380px;
  top: 10px;
  margin: 0;
  font-size: 32px;
}

.neo-banner .container-fluid,
.neo-banner.background-text .container {
  position: relative;
}
.neo-banner .subheading{
  text-transform: uppercase;
position: relative;
}

.neo-banner .subheading, h4.instructiuni {
  font-weight: 700;
  font-size: 1.25rem;
}

@media (min-width: 1350px) {
  .neo-banner h1 {
    position: absolute;
    bottom: 20px;
    right: 10px;
    font-size: 2.25rem;
    font-weight: 700;
    z-index: 99;
    width: 530px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0000001A;
    background-color: #3c3c3c0D;
    backdrop-filter: blur(10px);
    border-radius: 45px;
  }
}


.page-acasa-la-tine-si-afacearea-ta .ov-cards p,
.page-utile .ov-cards p {
  font-size: 14px;
  color: #3c3c3c;

  font-weight: 500;
}

.page-acasa-la-tine-si-afacearea-ta .background-image h4,
.page-utile .background-image h4 {
  z-index: 10;
}
.page-acasa-la-tine-si-afacearea-ta .background-image .subheading:after {
  display: none;
}

.page-acasa-la-tine-si-afacearea-ta .background-image:after,
.page-utile .background-image:after {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
}

.background-text-card .background-text-top {
  height: 480px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}

.background-text-card .small-background-top {
  height: 200px;
}
/* .background-text-top:after {
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  height: 100px;
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
} */


/* TABLE */
.styled-table, .tabelPCS {
  font-size: 1rem;
  min-width: 400px;
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 23px;

  overflow: hidden;
}
.styled-table thead tr,
.tablePCS thead tr {
  background-color: #136e30;
  color: #ffffff;
  text-align: left;
}
.styled-table tbody tr:nth-child(even),
.tablePCS tbody tr:nth-child(even) {
  background-color: #0f99181a;
}
.tabelPCS thead {
  background: #006e30 !important;
  color: #fff;
}

.styled-table th,
.styled-table td,
.tablePCS th,
.tablePCS td {
  padding: 1rem;
  font-size: 0.875rem;
}
.styled-table thead tr th:first-child,
.tablePCS thead tr th:first-child {
  border-radius: 20px 0px 0px 0px;
}
.styled-table thead tr th:last-child,
.tablePCS thead tr th:last-child {
  border-radius: 0px 20px 0px 0px;
}
/* TABLE */

/* RACORDARE TABS */
.legislatie .accordion-item {
  border: none;
}
.legislatie .accordion-button:not(.collapsed) {
  color:#006e30;
}
.legislatie .accordion-button:not(.collapsed)::after {
  background-image: url('/storage/app/media/neogas/arrow-accordion.svg');
}
.legislatie .accordion-button:not(.collapsed) {
  background-color: #006e300D;
}
.legislatie .accordion-button:focus {
  border: none;
  box-shadow: none;
}



.legenda li {
  font-size: 0.75rem !important;
  font-weight: 500;
  list-style: none;
  position: relative;
}
.legenda li::before {
  content: '';
  width: 20px;
  height: 10px;
  background-color: #fff;
  border: 1px solid #000;
  position: absolute;
  left: -30px;
  top: 4px;
  border-radius: 100px;
  display: block;
}
.legenda li.orange::before {
  background-color: #fd7b4c;
}
.legenda li.yellow::before {
  background-color: #e8cc03;
}
.legenda li.red::before {
  background-color: #ff0000;
}
.legenda li.green::before {
  background-color: #00b219;
}
.legenda li.grey::before {
  background-color: #d3d3d3;
}
.legenda li.darkgrey::before {
  background-color: #7b7c7f;
}
.legenda li.blue::before {
  background-color: #5883ff;
}
.legenda li.pink::before {
  background-color: #ec028e;
}





.racordare-tabs.achizitii-tabs {
  transform: translateY(0) !important;
  width: 200px !important;
}
.achizitii-tabs.more-years {
  width: 300px !important;
}
.racordare-tabs {
  width: 1020px;
  margin: 0 auto;
  background-color: #dcdcdc;
  border-radius: 100px;
  padding: 8px;
  position: relative;
  transform: translateY(-50%);
}
.racordare-tabs button {
  transition: all 0.3s;
}
.racordare-tabs button:hover {
  background-color: #ffffff4d;
}
.racordare-tabs button.active {
  background-color: #ffffff;
  color: #076E39;
  border: 2px solid #076E39;
}
.racordare-tabs li a {
  width: 100%;
}

.racordare-tabs li {
  flex: 1;
}
.racordare-tabs li button {
  width: 100%;
  background-color: transparent;
  color: #7f7f7f;

  border: none;
  border-radius: 100px;
  z-index: 30;
  position: relative;
}
.client-tabs li button:hover,
.client-tabs li button:focus {
  color: #000
}
.racordare-tabs li button:hover,
.racordare-tabs li button:focus {
  color: #076E39;
}
.border-radius-140 {
  border-radius: 60px;
}
.border-radius-14 {
  border-radius: 14px;
}

.client-tabs li {
  flex: 0 1 12%;
}
#client-nou-tabs li {
  flex: 0 1 10%;
}
.client-tabs {
  gap: 10px !important;
}
.client-tabs button {
  color: #000;
  background-color: transparent;
  font-size: 0.75rem;
  font-weight: 600;
  border: none;
  opacity: 0.5;
  transition: opacity 0.3s;
  height: 100%;
  display: flex;
}
.client-tabs li {
  position: relative;
}
.client-tabs button:before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter);
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: 28px;
  height: 28px;
  margin: 0 auto;
  color: #ffffff;
  background-color: #000;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-tabs button.active {
  border-bottom: 2px solid #000;
  opacity: 1;
}
.more-tabs {
  width: 1120px;
}
.more-tabs li button {
  font-size: 1rem;
}
@media(max-width:768px) {
  .more-tabs {
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .year-tabs {
    overflow-x: auto;
    flex-wrap: wrap;
    border-radius: 30px;
    width: 100% !important; 
  }
  .year-tabs li {
    flex: auto ;
    width: 16.6%;
  }
  .year-tabs li button{
    padding: 8px 0;
  }
  .big-p.fw-semibold {
    font-size: 1.25rem;
  }
}
.year-tabs {
  background-color: transparent;
  border: 1px solid #ECECEC;
  transform: translateY(0);
}
.year-tabs li button {
  text-transform: uppercase;
  color: #ACACAC;
  
}
.year-tabs button.active {
  background-color: #EAEAEA;
  color: #000;
  box-shadow: none;
}
.year-tabs button:hover {
  color: #000;
}

@media (max-width: 768px) {
  .racordare-tabs {
    width: 95%;
  }
  #pills-tab {
    margin-bottom: 0 !important;
  }
  .tab-content h4.h4-big.w-75 {
    width: 100% !important;
  }

  .border-m-40 {
    border-radius: 40px !important;
  }
  .background-image h4 {
    font-size: 12px;
  }
  .text-mobile-white {
    color: #fff !important;
  }
  .racordare-tabs li button {
    font-size: 1rem; 
  }

  .border-black > .row > .col-12 > .nav.racordare-tabs.more-tabs li button {
    min-width: 200px;
  }


  .racordare-tabs::after {
    height: 40px;
    width: 47.5%;
  }

  .legislatie-tabs::after {
    height: 80%;
  }

  #client-existent-tabs li,
  #client-nou-tabs li {
    flex: 0 1 30%;
  }
  #client-nou-tabs {
    gap: 40px 10px !important;
  }
  .tab-content .background-text h4.h4-big {
    font-size: 1.25rem;
  }
  .pas-label {
    font-size: 0.75rem;
  }

  .table-responsive.border-shadow {
    overflow-x: scroll;
  }
}

/* PCS */
.pcs-calcul .icon-text {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 2rem !important;
}
.pcs-calcul .one {
  color: #006e30;
  border: 3px solid #006e30;
}
.pcs-calcul .two {
  color: #00cdd4;
  border: 3px solid #00cdd4;
}
.pcs-calcul .three {
  color: #fd7b4c;
  border: 3px solid #fd7b4c;
}
.pcs-calcul .icon-description {
  font-size: 0.8rem;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.certificari-box img {
  width: 100%;
}

/* PCS FORMS */
.page-puterea-calorifica-superioara .pcs-forms select,
.page-puterea-calorifica-superioara .pcs-forms input,
.page-pcs-pentru-frunizare input,
.page-pcs-pentru-frunizare select,
.container-form select,
.urgente-select select,
.container-form input,
.page-contact textarea,
.span-input-file {
  border-radius: 20px;
  border: 1px solid #d6d6d6;
  padding: 0 25px;
  font-weight: 500;
  width: 100% !important;
}
.span-input-file {
  background-color: #fff;
  align-items: center;
}
.page-puterea-calorifica-superioara .pcs-forms select,
.page-puterea-calorifica-superioara .pcs-forms input,
.page-pcs-pentru-frunizare .pcs-forms select,
.page-pcs-pentru-frunizare .pcs-forms input,
.container-form select,
.container-form input,
.span-input-file,
.urgente-select select {
  height: 65px;
}
.prefix {
  display: none;
}
@media (max-width: 768px) {
  .page-puterea-calorifica-superioara .pcs-forms select,
  .urgente-select select,
.page-puterea-calorifica-superioara .pcs-forms input,
.container-form select,
.container-form input,
.span-input-file {
  height: 50px;
}
.page-puterea-calorifica-superioara .pcs-forms select,
.page-puterea-calorifica-superioara .pcs-forms input,
.container-form select,
.container-form input,
.page-contact textarea,
.urgente-select select,
.span-input-file {
  border-radius: 15px;

}
}


.page-puterea-calorifica-superioara .pcs-forms button,
.page-pcs-pentru-frunizare button {
  background-color: #fd7b4c;
  color: #fff;
  font-size: 16px;
  border-radius: 100px;
  height: 65px;
  width: 100%;
}
.page-puterea-calorifica-superioara .pcs-forms span {
  position: absolute;
  right: 20px;
  top: 20px;
}
.page-puterea-calorifica-superioara .localitate_form .col-md-4:first-child {
  position: relative;
}
.page-puterea-calorifica-superioara
  .localitate_form
  .col-md-4:first-child
  input {
  padding-right: 35px;
}

/* MOBILE */
@media (max-width: 1350px) {
  .container-fluid {
    width: 100% !important;
  }
   .neo-banner.no-height .row {
    height: auto !important;
  }
  .neo-banner .row {
    height: 500px;
    border-radius: 40px;
  }
   .neo-banner.no-height .row {
    height: 200px;

  }
   

  .text-mobile-white {
    color: #fff;
  }
  .neo-banner h1 {
    font-size: 2rem !important;
    left: 2rem;

    bottom: 3rem;
    position: absolute;
    z-index: 99;
  }
}

@media (min-width: 1350px) {
    .mb-custom {
        margin-bottom: 7rem !important;
    }
  .neo-banner .container-fluid .row {
    height: 570px;
    mask-image: url("/storage/app/media/neogas/shape-two-bg.svg");
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  footer .container-fluid {
      position: relative;
    background-image: url("/storage/app/media/neogas/footer-bg.svg");
    height: 570px;
    background-repeat: no-repeat;
  }
  footer .footer-top-icon {
    position: absolute;
    top: 4px;
    left: 210px;
}
  footer .footer-bottom-icon {
    position: absolute;
    bottom: 110px;
    right: 60px;
}
}

@media (max-width: 1350px) {
  footer .container-fluid {
    border-radius: 40px;
    border: 4px solid #006e30;
    margin-bottom: 3.5rem;
    background: #f2f2f2;
  }
  footer .footer-top-icon, footer .footer-bottom-icon {
      display: none;
  }
}

@media (min-width: 768px) and (max-width: 1350px) {
  footer .footer-logo {
    padding: 30px 60px 0 !important;
  }
}

@media (max-width: 768px) {
  .localitate_form .row {
    max-width: 100%  !important;
  }
  .localitate_form .row-input {
    margin-bottom: 10px !important;
  }

  h3.h3-big {
    font-size: 1.125rem;

  }


  .neo-banner h2 {
    font-size: 2rem;
    left: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;

  }
  .neo-banner .container-fluid .row {
    height: 300px;
  }
  .container-icon img {
    width: 24px;
    height: 24px;
  }
  .container-icon {
    padding: 8px;
  }
  .slick-carousel-home .slick-dots li,
  .slick-carousel-acasa-la-tine-mobile .slick-dots li,
  .certificari-carousel .slick-dots li {
    width: 12px;
    height: 12px;
  }
  .slick-carousel-home .slick-dots {
    bottom: 40px;
    left: 1.5rem;
    padding: 0;
  }
  .slick-carousel-home .slider {
    height: 500px;
  }
  .numbers-section {
    width: 100%;
  }
  .numbers-section h3 {
    font-size: 2rem !important;
    font-weight: 400;
  }
  .numbers-section p {
    font-size: 0.75rem;
  }
  .slick-arrow {
    display: none !important;
  }
  h2 {
    font-size: 2rem;
  }
  .neo-btn {
    font-size: 0.875rem;
    display: flex;
    align-content: center;
    justify-content: center;
  }
  .neo-btn.outline-btn {
    padding: 12px;
  }
  .container-plus-btn {
    padding: 6px 11px 7px;
  }
  .container-plus-btn svg {
    width: 15px;
    height: 15px;
  }
  h3 {
    font-size: 1.25rem !important;
  }
  .h-m-160 {
    height: 160px;
  }
  .h-m-150 {
    height: 150px;
  }
  .font-40,
  .font-32 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  
  footer .anpc-logo-footer,
  footer .bottom-footer {
    padding: 0 60px;
  }
  footer .anpc-logo-footer,
  footer .anre-logo-footer {
    height: 55px;
  }
  footer .link-container {
    padding: 80px 60px 0px;
  }

  .page-homepage .first-section .col-md-12 {
    height: 400px !important;

    padding: 45px 75px !important;
  }
  .slick-carousel-home .slider {
    height: 645px;
    mask-image: url("/storage/app/media/neogas/mask-hp-desktop.svg");
    mask-size: cover;
  }
  .numbers-section {
    width: 45%;
    position: absolute;
    bottom: 40px;
    right: 0;
  }
}
@media (max-width: 1200px) {
  .racordare-tabs {
    width: 90%;
  }
}
/* TRANSMITERE INDEX MODAL */

input.invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9JzAgMCAxMiAxMicgd2lkdGg9JzEyJyBoZWlnaHQ9JzEyJyBmaWxsPSdub25lJyBzdHJva2U9JyNkYzM1NDUnPg0KPGNpcmNsZSBjeD0nNicgY3k9JzYnIHI9JzQuNScvPjxwYXRoIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIGQ9J001LjggMy42aC40TDYgNi41eicvPjxjaXJjbGUgY3g9JzYnIGN5PSc4LjInIHI9Jy42JyBmaWxsPScjZGMzNTQ1JyBzdHJva2U9J25vbmUnLz4NCjwvc3ZnPg==");
}

.modal-dialog button {
    border: none;
}

.modal-dialog input {
  height: 65px;
  border-radius: 20px;
  border: 1px solid #d6d6d6;
  padding: 0 25px;
  font-weight: 500;
}
.modal-dialog textarea,
.modal-dialog .span-input-file {
  border-radius: 20px;
  border: 1px solid #d6d6d6;
  padding: 0 25px;
  font-weight: 500;
}
.modal-dialog .span-input-file {
  align-items: center;
}
.modal-dialog .checkmark2 {
  border-radius: 10px;
  border: 1px solid #d6d6d6;
}
.modal-dialog .check2 input:checked ~ .checkmark2 {
  background-color: #0f9918;
}

@media (max-width: 768px) {
  .icon-text-box img {
    width: 50px;
  }
  .icon-text-box .h-m-50 {
    height: 50px !important;
    width: 100%;
  }
  .icon-text-box p {
    font-size: 0.95rem;
  }
  .calculare-consum .w-75 {
    width: 100% !important;
  }
  .modal-dialog input {
    height: 58px;
  }
}

.card-achizitii .achizitii-list {
  padding: 0;
  list-style: none;
}
.card-achizitii .achizitii-list li {
  position: relative;
  padding-bottom: 16px;
  padding-left: 24px;
}

.card-achizitii .achizitii-list li a {
  transition: .3s;
}
.card-achizitii .achizitii-list li a:hover {
  color: #fd7b4c !important;
}
.anunt-achizitii p {
  color: #000;
}
/* SEARCH */
.pagination {
  justify-content: center;

}
.pagination .active span {
  color:#fff;
}
.pagination .active>.page-link, .page-link.active {
  background-color: #02b6d669;
  border-color: #02b6d6;
}
.pagination .page-link {
  color:#02b6d6;
}
.pagination .active .page-link {
    color: #fff !important;
}
.ss-result__aside {
  display: none;
}
.page-rezultat-cautare mark {
  padding: 0 ;
  background-color: transparent;
  color: #fd7b4c;
}
.ss-result__title {
  margin-bottom: 0;
}
.ss-result__title a {
  color: #000 !important;
  
}
.page-rezultat-cautare hr {
  display: none;
}
.ss-result {
  padding:  30px;
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #0000001A;
}
@media(max-width: 768px) {
  .ss-result {
    padding: 20px;
  }
}
.page-rezultat-cautare .mb-5 .col-12 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ss-result__url a {
  font-size: 0px;
  
}
.ss-result__url a:before {
  font-size: 16px;
  content: 'Vezi mai mult';
  font-weight: 500;
  background-color: #02b6d6;
  border-radius: 100px;
  transition: .3s;
  box-shadow: 0px 2px 5px 0px #0000001a;
  min-width: 180px;
  padding: 17px 32px ;
  color:#fff;
}
.ss-result__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ss-result__url {
  margin: 15px 0 20px;
}

/* MOBILE MENU */
.mobile-menu.offcanvas {
  z-index: 1051;
  background-color: #076E39;
}
.mobile-menu.offcanvas .nav-item.dropdown{
  flex-direction: column;
}
.mobile-menu.offcanvas .nav-item.dropdown a {
  text-align: center;
}
.offcanvas-header {
  justify-content: flex-end;
}
.mobile-menu.offcanvas .dropdown-menu {
  background-color: #ffffff4d;
}

.mobile-menu.offcanvas .dropdown-menu a {
  color: #fff;
}

/* DESPRE NOI */
.despre-noi-row {
  justify-content: space-between;
}
.despre-noi-card {
  width: 24%;
}

.page-despre-noi .despre-noi-card {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 182px;
}

.page-despre-noi .dot-box {
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
.inner-shadow {
  width: 23px;
  height: 23px;
  border-radius: 100px;
  box-shadow: inset -3px 0px 5px  rgba(186, 186, 186, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.year-despre-noi p, .dot-box, .year-box {
  transition: all .3s;
}
.dot-box.hover-effect {
  box-shadow: 5px 5px 5px 0px rgba(186,186,186,1);
  transform: scale(1.05);
}
.year-box.hover-effect,
.year-despre-noi .hover-effect,
.year-despre-noi.hover-effect p
 {
  color: #000;
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .year-box.hover-effect,
.year-despre-noi .hover-effect,
.year-despre-noi.hover-effect p
 {
  color: #000;
  transform: scale(1.02);
}
}

.text-lightgrey {
  color: #A3A3A3;
}
.page-despre-noi .year-box {
  width: 10vw;
}
.color-dot {
  width: 10px;
  height: 10px;
  border-radius: 100px;
}
.green-dot {
  background: rgb(135,190,59);
  background: linear-gradient(90deg, rgba(135,190,59,1) 0%, rgba(109,190,34,1) 100%);
}
.yellow-dot {
  background: rgb(255,230,10);
  background: linear-gradient(90deg, rgba(255,230,10,1) 0%, rgba(255,219,41,1) 100%);
}
.blue-dot {
  background: #00B6D5;
}
.purple-dot {
  background: rgb(100,83,164);
background: linear-gradient(90deg, rgba(100,83,164,1) 0%, rgba(100,51,164,1) 100%);
}
.timeline-despre-noi .row {
  position: relative;
}
.timeline-despre-noi p {
  text-align: left !important;
}

@media (min-width: 768px) {

.year-despre-noi, .year-box, .dot-box {
  position: absolute;
}
.timeline-despre-noi {
  margin-bottom: 150px !important;
}
/* 2013 */
.year-2013 {
  top: 80px;
  left: 100px;
}
.year-2013-box {
  top: 160px;
  left: 80px;
  width: 250px !important;
}
/* 2013 */

/* 2017 */
.year-2017 {
  top: 50px;
  left: 330px;
}
.year-2017-box {
  top: -80px;
  left: 420px;
  width: 250px !important;
}
.dot-box-2017 {
  top: 20px;
  left: 450px;
}
/* 2017 */

/* 2018 */
.year-2018 {
  bottom: -60px;
  left: 350px;
}
.year-2018-box {
  bottom: -140px;
  left: 400px;
  width: 250px !important;
}
.dot-box-2018 {
  bottom: 20px;
  left: 460px;
}
/* 2018 */

/* 2019 */
.year-2019 {
  top: 40px;
  left: 550px;
}
.year-2019-box {
  top: 150px;
  left: 600px;
  width: 200px !important;
}
.dot-box-2019 {
  top: 110px;
  left: 680px;
}
/* 2019 */

/* 2020 */
.year-2020 {
  top: -90px;
  left: 770px;
}
.year-2020-box {
  top: -30px;
  left: 920px;
  width: 200px !important;
}
.dot-box-2020 {
  top: 0px;
  left: 850px;
}
/* 2020 */

/* 2021 */
.year-2021 {
  bottom: -90px;
  right: 420px;
}
.year-2021-box {
  bottom: -150px;
  right: 250px;
  width: 200px !important;
}
.dot-box-2021 {
  top: 270px;
  right: 380px;
}
/* 2021 */

/* 2022 */
.year-2022 {
  bottom: 30px;
  right: 150px;
}
.year-2022-box {
  bottom: -50px;
  right: 40px;
  width: 200px !important;
}
.dot-box-2022 {
  top: 180px;
  right: 270px;
}
/* 2022 */

/* 2023 */
.year-2023 {
  top: -90px;
  right: 80px;
}
.year-2023-box {
  top: -20px;
  right: -20px;
  width: 200px !important;
}
.dot-box-2023 {
  top: 180px;
  right: 270px;
}
/* 2023 */
}

@media (max-width: 768px) {
  .page-despre-noi .year-box{
    width: 100% !important;
  }
  .despre-noi-card {
    width: 100%;
  }

  .page-despre-noi .despre-noi-card {
    height: 190px;
  }
  .dots-timeline-mobile {
    width: 2px;
  }
}
.no-before h2 {
    border: none;
    background-color: transparent;
    border-radius: 0px;
}

.no-before .row:before {
  display: none;
}

/* CONTACT */
.page-contact h2,
.page-contact-trimis h2 {
  font-size: 3.125rem;
}
.page-contact .arch-divider
 {
background-size: 3150px ;
}

.page-contact-trimis .arch-divider {
background-size: 3000px;
}
.page-contact,.page-contact-trimis {
  overflow-x: hidden;
}

.page-contact .contact-btn {
max-width: 270px;
margin: auto;
}

@media (max-width: 768px) {
  .page-contact .w-75,
  .page-contact-trimis .w-75 {
    width: 100% !important;
  }

    .page-contact .arch-divider{
      background-size: 2600px !important;
      }
      .arch-divider-mobile {
        background-size: 1050px !important;
      }

  .page-contact-trimis .arch-divider {
    background-size: 1500px !important;
    }

    .page-contact h2,
    .page-contact-trimis h2 {
      font-size: 2rem;
    }
}
.despre-noi-num {
  font-weight: 600;
}
.steps-mobile {
  min-height: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps-mobile-img {
  max-width: 95px;
}

.despre-noi-num,.page-despre-noi .year-despre-noi p  {
  font-size: 3rem;
  line-height: 4rem;
}
 h1 {
  font-size: 3.125rem;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
  .despre-noi-num {
    font-size: 2rem;
    line-height: 2rem;
  }
}

p,li, a .tab-text,a, .numbers-section p {
  font-size: 1rem;
}
@media (max-width: 768px) {
  p,li, a .tab-text, a, .numbers-section p {
    font-size: 0.875rem;
  }
}
.list-footer a {
  font-size: 0.875rem;
}
.bottom-footer a {
  font-size: 11px !important;
}


.racordare-tabs li button, 
.big-p,
.background-image h4,.contact-card h4{
  font-size: 1rem;
}

.numbers-section h3 {
  font-size: 2.5rem;
}
h3, .h4-big {
  font-size: 1.5rem;
  font-weight: 600;
}
input[type="radio"] {
  height: auto !important;
  width: auto !important;
  margin-right: 5px;
}


.semibig-p {
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  .neo-banner .subheading, h4.instructiuni {
    font-size: 1rem;
  }
  .neo-banner h2 {
    font-weight: 600;
  }
  .background-height-auto {
    height: auto !important;
  }
}

.border-shadow .tabelPCS thead{ 
  background:#006e30 !important; 
  color: #fff; 
}
.border-shadow .tabelPCS thead td {
  font-weight: normal !important;
}
.border-shadow .tabelPCS {
  border: 1px solid #d6d6d6;
}

.border-shadow .tabelPCS tbody tr:hover {
  background-color: transparent !important;
  color: #000 !important;
  font-weight: normal !important;
}


/* COOKIE */
.termsfeed-com---nb-interstitial-overlay {
    background: rgba(0,0,0,.5);
}
#termsfeed-com---nb {
    border: 1px solid #0000001A;
    border-radius: 30px;
}
    
/* COOKIE */