:root {
  --primary: #016fff;
  --dark: #111;
  --dark-subtle: #333;
  --font: 'Poppins', sans-serif;
  --bs-navbar-toggler-icon-bg-custom: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
}

body {
  font-family: var(--font);
}

body a {
  text-decoration: none;
}

body p {
  margin-bottom: 0;
}

.text-primar {
  color: var(--primary);
}

.bg-primar {
  background-color: var(--primary);
}

.btn.btn-primar {
  background-color: var(--dark)!important;
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 0px!important;
}

.btn-primar:hover {
  background-color: var(--dark-subtle)!important;
  color: #fff;
}

.header-filter::before {
  background: linear-gradient(90deg,rgba(31,36,44,.64) 32.85%,rgba(31,36,44,0));
}

.header-filter::before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  /* left: 0; */
  top: 0;
  content: "";
}

.header-filter {
  position: relative;
}

.navbar-toggler {
  border: 0;
}

.navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}

.dropdown-toggle::after {
  right: 0;
  position: absolute;
}

#header {
  transition: top .3s ease;
}

#header.navbar-white-header {
  transition: all .3s ease;
  /* background-color: var(--bs-body-bg); */
  background-color: rgba(255,255,255);
  /* backdrop-filter: saturate(180%) blur(10px); */
}

#header.navbar-transparent-header {
  background-color: transparent;
  transition: all .3s ease;
}

#header.navbar-white-header .bi, #header.navbar-white-header .dropdown button, #header.navbar-white-header .main-menu-item {
  color: #000!important;
  transition: all .3s ease;
}

#header.navbar-white-header .btn-light {
  background-color: #000!important;
  color: #fff;
  transition: all .3s ease;
}

#header.navbar-white-header .bi-list {
  color: #000!important;
  transition: all .3s ease;
}

#header.navbar-white-header .logo-brand {
  color: #000!important;
  transition: all .3s ease;
}

/* Stiluri generale pentru h1 */
h1 {
  font-size: 50px;  /* Dimensiune font desktop */
  line-height: 1.5; /* Înălțimea liniei desktop */
  height: auto;     /* Înălțimea automată */
}

/* Media query pentru telefoane (ecrane mai mici de 768px) */
@media (max-width: 768px) {
  h1 {
      font-size: 30px;  /* Dimensiune font pentru mobil */
      line-height: 1.3; /* Înălțimea liniei pentru mobil */
  }
}


.is-p {
  font-size: calc(1.125rem + .30242vw);
  line-height: calc(1.4rem + .96774vw);
}

@media (max-width: 374px){
  .logo-brand {
      display: none;
  }
}

@media (min-width: 1280px){
  .w-lg-75 {
      width: 75%!important;
  }
}

.link-effect:hover {
  color: #949494!important;
}

.opacity-10 {
  opacity: 10%;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary);
}

.op-feature-box.selected {
  background-color: #111!important;
  color: #fff;
}

.btn-outline-black {
  color: #111;
  background-color: #fff;
  border: 1px solid #111;
  border-color: #111;
}

.product-list-item .item-content p {
  border-bottom: 1px solid #1f242c;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  position: relative;
}

.product-list-item:hover {
  background-color: #f0f6f4;
}

/* .filtre .form-check .form-check-input {
  opacity: inherit;
  height: 14px;
  width: 14px;
  overflow: inherit;
} */

.filtre .form-check-input:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
  opacity: .25;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

.accordion-button:focus {
  box-shadow: none;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: var(--dark);
}

.nav-pills .nav-link {
  color: var(--dark);
  border: 1px solid var(--dark);
  margin: 1px;
}

#breadcrumb .breadcrumb-item+.breadcrumb-item {
  padding-left: 0;
}

#breadcrumb .breadcrumb-item+.breadcrumb-item:before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  content: "\203A";
}

.active>.page-link, .page-link.active {
  background-color: var(--dark);
  border-color: var(--dark);
  border-radius: 0px!important;
}

.page-link, .page-link.active {
  color: var(--dark);
}


#locations-paginator .pagination {
  margin-bottom: 0;
}

.shadow {
  box-shadow: 0 2px 12px rgba(0,0,0,.10)!important;
}

.icon-btn .bi {
  position: relative!important;
}

.icon-btn:hover .bi {
  transform: translateX(0.25rem)!important;
  transition: transform .3s;
}

.icon-btn-left:hover .bi {
  transform: translateX(-0.25rem)!important;
  transition: all .3s;
}

/* #header .dropdown-menu > li:hover > a > i {
  opacity: 1!important;
  position: absolute;
  right: 0px;
}

#header .dropdown-menu.dropdown-item:hover, .nav-link a i.bi.bi-chevron-right {
  opacity: 0!important;
  position: absolute;
} */

.dropdown-menu > li:hover > a, .navbar-nav > li:hover > a {
  /* background-color: transparent; */
  font-weight: 500;
}

.dropdown-item:active {
  background-color: transparent;
}

#breadcrumb .breadcrumb-item a {
  color: var(--bs-dark);
  font-weight: 500;
}

.shadow-greenish:hover {
  --tw-shadow: 10px 10px 20px 0 rgba(0, 180, 45, 0.05),-10px -10px 20px 0 rgba(61, 153, 0, 0.05);
  --tw-shadow-colored: 10px 10px 20px 0 var(--tw-shadow-color),-10px -10px 20px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1270px;
  }
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #c5c5c5;
  outline: 0;
  box-shadow: none;
}

.modal-content {
  border-radius: 0px;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: auto;
  margin-top: var(--bs-dropdown-spacer);
}

.form-select:focus {
  border-color: var(--dark);
  outline: 0;
  box-shadow: none;
}

.noUi-connect {
  background: var(--dark);
}

.parteneri:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.parteneri img {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  aspect-ratio: 2 / 1;
}

.noUi-horizontal {
  height: 8px!important;
}

.noUi-horizontal .noUi-handle {
  width: 22px;
  height: 22px;
  right: -17px;
  top: -8px;
  border-radius: 50%;
  transition: left 0.5s ease 0s;
  background-color: var(--dark);
}

.noUi-handle:before, .noUi-handle:after {
  display: none;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.form-check-input[type=checkbox] {
  border-radius: 2px;
}

.form-check-input:checked {
  background-color: var(--dark);
  border-color: var(--dark);
}

.video-section video {
  z-index: 0;
  object-fit: cover;
}

.video-section {
  width: 100%;
  height: 100vh;
}

.video-section::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
  height: 300px;
  background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.video-section::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100vh;
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  transform: translate(0px, 0px);
}

@media (min-width: 992px){
  .video-section::after {
      width: 58%!important;
  }
}

@media (min-width: 768px){
  .video-section::after {
      width: 90%;
      clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 80% 0%);
  }
}

/* .table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: rgba(0, 128, 6, 0.05);
} */


.starrr {
  display: inline-block;
}

.starrr a {
  font-size: 16px;
  padding: 0 1px;
  cursor: pointer;
  color: #FFD119;
  text-decoration: none;
}

.new-accordion .accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border-left: 0;
  border-right: 0;
  border-radius: 0px;
  /* border-top: 1px solid var(--bs-dark); */
  /* border-bottom: 1px solid var(--bs-dark); */
}

/* Carousel */

.carousel-control-next,
.carousel-control-prev {
  background-image: none;
  border-radius: 100%;
  height: 3rem;
  opacity: 1;
  position: static;
  width: 3rem
}

@media(max-width:767.98px) {

  .carousel-control-next,
  .carousel-control-prev {
      height: 2.5rem;
      width: 2.5rem
  }
}

.carousel-control-prev .icon {
  transform: scaleX(-1)
}

.carousel-control-moss400 {
  background-color: #c5dbd3
}

.carousel-control-moss400:hover {
  background-color: #92a8a0
}

.carousel-control-moss400:focus {
  background-color: #c5dbd3;
  border: 2px solid #fff;
  box-shadow: 0 0 1px 4px rgba(224, 255, 239, .92)
}

.carousel-control-moss400.disabled {
  background-color: rgba(197, 219, 211, .322)
}

.carousel-control-moss500 {
  background-color: #b6d2c8
}

.carousel-control-moss500:hover {
  background-color: #6d7e78
}

.carousel-control-moss500:focus {
  background-color: #b6d2c8;
  border: 2px solid #fff;
  box-shadow: 0 0 1px 4px rgba(224, 255, 239, .92)
}

.carousel-control-moss500.disabled {
  background-color: rgba(197, 219, 211, .322)
}

.carousel-control-grey1000 {
  background-color: #1f242c
}

.carousel-control-grey1000:hover {
  background-color: #62666b
}

.carousel-control-grey1000:focus {
  background-color: #1f242c;
  border: 2px solid #fff;
  box-shadow: 0 0 1px 4px rgba(224, 255, 239, .92)
}

.carousel-control-grey1000.disabled {
  opacity: .65
}

.carousel-control-spacegrey {
  background-color: #c1cccb
}

.carousel-control-spacegrey:hover {
  background-color: #62666b
}

.carousel-control-spacegrey:focus {
  background-color: #c1cccb;
  border: 2px solid #fff;
  box-shadow: 0 0 1px 4px rgba(224, 255, 239, .92)
}

.carousel-control-spacegrey.disabled {
  opacity: .65
}

.carousel-control-forest500 {
  background-color: #253c44
}

.carousel-control-forest500:hover {
  background-color: #162429
}

.carousel-control-forest500:focus {
  background-color: #253c44;
  border: 2px solid #fff;
  box-shadow: 0 0 1px 4px rgba(224, 255, 239, .92)
}

.carousel-control-forest500.disabled {
  opacity: .65
}

.link {
  color: #1f242c
}

.link:hover {
  color: #62666b
}

.link:focus {
  border: 4px solid #e0ffef;
  padding: 12px 16px
}

.carousel .carousel-item .image-container,
.carousel .carousel-item .video-container {
  width: 100%
}

.carousel .carousel-controls {
  display: flex;
  justify-content: flex-end;
  padding: 40px 64px
}

@media(max-width:767.98px) {
  .carousel .carousel-controls {
      padding: 32px 24px
  }
}

.carousel .carousel-controls button {
  background: #d3e4de;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 48px;
  margin-left: 16px;
  opacity: 1;
  width: 48px
}

@media(max-width:767.98px) {
  .carousel .carousel-controls button {
      height: 48px;
      margin-left: 16px;
      width: 48px
  }
}

.carousel .carousel-controls button:hover {
  opacity: .8
}

.carousel .carousel-controls button.carousel-control-prev {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTYuNzggOS45Ny0xLjA2IDEuMDZMLjYyNSA2IDUuNzIuOTdsMS4wNiAxLjA2LTMuMjIgMy4yMkgxM3YxLjVIMy41NmwzLjIyIDMuMjJaIiBmaWxsPSIjMDAwIi8+PC9zdmc+)
}

.carousel .carousel-controls button.carousel-control-next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHN0eWxlPi5zdDB7ZmlsbDpub25lO3N0cm9rZTojMDAwO3N0cm9rZS13aWR0aDoxLjU7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlO3N0cm9rZS1saW5lam9pbjpyb3VuZH08L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNyAxMkg2TTE0IDhsNCA0LTQgNCIvPjwvc3ZnPg==)
}

.carousel .carousel-indicators {
  justify-content: center;
  margin: -1px 0 0;
  overflow: hidden;
  position: relative;
  text-indent: 0;
  z-index: 300
}

@media(max-width:767.98px) {
  .carousel .carousel-indicators {
      justify-content: normal;
      overflow-x: scroll;
      padding-left: 16px;
      padding-right: 16px
  }
}

.carousel .carousel-indicators [data-bs-target] {
  text-indent: 0
}

.carousel .carousel-indicators button {
  background-color: transparent;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  flex-shrink: 0;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  text-indent: 0;
  width: 15%
}

@media(max-width:767.98px) {
  .carousel .carousel-indicators button {
      width: 33%
  }
}

.carousel .carousel-indicators button.active {
  opacity: 1
}

.carousel .carousel-indicators button.active img {
  box-shadow: 0 0 1px 2px var(--primary)
}

.carousel .carousel-indicators button.video:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iNDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE4LjcxNyAxOS40NTF2LTMuNzA4bDE0LjM3MiA4LjQyNS0xNC4zNzEgOS40MTdoLS4wMDJWMTkuNDVabTEwLjkxOCA1LjIxM0wyMC43IDE5LjQ1djEwLjQyNWw4LjkzNi01LjIxMloiIGZpbGw9IiNmZmYiLz48Y2lyY2xlIGN4PSIyNC42NjQiIGN5PSIyNC42NjQiIHI9IjIyLjc4OSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=);
  display: inline-block;
  height: 100%;
  left: 0;
  padding-top: 19%;
  position: absolute;
  top: 0;
  width: 100%
}

@media(max-width:767.98px) {
  .carousel .carousel-indicators button.video:after {
      padding-top: 2%
  }
}

.carousel__controls-container {
  bottom: 0;
  height: 48px;
  right: 64px;
  width: 112px
}

@media(max-width:767.98px) {
  .carousel__controls-container {
      bottom: 2px;
      height: 40px;
      right: 20px;
      width: 96px
  }
}

.with-controls {
  padding-bottom: 130px !important
}

@media(max-width:767.98px) {
  .with-controls {
      padding-bottom: 90px !important
  }
}

.with-controls .carousel__controls-container {
  bottom: 60px !important
}

@media(max-width:767.98px) {
  .with-controls .carousel__controls-container {
      bottom: 40px !important
  }
}

/* END Carousel */

.card {
  border-color: rgb(0, 0, 0, .05);
}

.alert.alert-success {
  background-color: #55b559;
  color: #fff;
  border: none;
}

.review-stars {
    color: #FFCC02;
    /* color: #FFD119; */
}
.starrr {
  display: inline-block;
}
.starrr a {
  font-size: 20px;
  padding: 0 1px;
  cursor: pointer;
  color: #FFCC02;
  text-decoration: none;
}

@media(max-width:768px) {
  #account-dropdown {
      min-width: 50vw;
  }
}

@media(min-width:768px) {
  #account-dropdown {
      min-width: 365px;
      right: 0;
  }
}

.nav-custom {
  color: #000;
  position: relative;
  transition: color 0.2s ease;
}

.nav-custom::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px; /* înălțimea liniei */
  background-color: #ff0000; /* culoarea liniei */
  bottom: -5px; /* distanța față de text */
  left: 0;
  transition: width 0.2s ease;
}

.nav-custom:hover {
  color: #ff0000;
}

.nav-custom:hover::after {
  width: 100%; /* extinde linia la întreaga lățime */
}

.menu-sidebar::before {
  content: "";
  width: 3px;
  height: 25px;
  background-color: var(--primary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
  transition: all .5sease-in;
  -moz-transition: all .5s ease-in;
  -ms-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  -webkit-transition: all .5sease-in;
}

@media (max-width: 768px) {
    .menu-sidebar::before {
      left: -10px;
  }
}

.nav-item a {
  color: #222;
}

.nav-item a.menu-sidebar {
  color: var(--primary)!important;
}

.nav-item .nav-link:hover {
  color: var(--primary);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='black' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* .btn-cst{
  background-color: #b21b1b;
}

.btn-cst:hover{
  background-color: #b21b1b;
}

.custom-hr {
  border: none;
  height: 4px;
  background: linear-gradient(to right, transparent 0%, transparent 20%, #ff0000 50%, transparent 80%, transparent 100%);
} */

.custom-hr-2 {
  border: none;
  height: 4px;
  background: linear-gradient(to right, transparent 0%, transparent 20%, #0f9ed5 50%, transparent 80%, transparent 100%);
}

/* .line {
  height: 2px;
  background-color: #ff0000;
  width: 10%;
}

.line-2 {
  height: 3px;
  background-color: #ff0000;
  width: 10%;
} */

.sticky-img {
  position: sticky;
  top: 0;
  height: 100vh;
  object-fit: cover;
}

/* .article-title:hover{
  color: #ff0000;
} */

.btn-contact{
  background-color: #0f9ed5;
}

.btn-contact:hover{
  background-color: #0f9ed5;
}

.btn {
  border-radius: 50px;
  padding: .75rem 1.5rem;
  font-weight: 500!important;
}

.bg-outline-primary {
  border: 2px solid var(--primary) !important;
  color: var(--primary)!important;
}

.bg-outline-primary.active {
  color: #fff!important;
}

.bg-outline-primary:hover {
  background-color: var(--primary) !important;
  color: #fff!important;
}

.text-cst{
  color: #0f9ed5;
}

.image-cont {
  overflow: hidden;
}

.zoom-image {
  transition: transform 0.3s ease;
}

.zoom-image:hover {
  transform: scale(1.02);
}

.card-img-scale .card-img-scale-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  overflow: hidden;
  /* height: 100%; */
  /* width: 100%; */
}

.card-img-scale:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.card-img-scale img {
  will-change: transform;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-img-scale .card-img-scale-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.card-img-scale img {
  will-change: transform;
  -webkit-transition: all .5sease;
  transition: all .5sease;
  -webkit-transform: scale(11);
  transform: scale(1);
}

.header-filter {
  position: relative;
}

.header-filter:before {
  background: rgba(0, 0, 0, 0.3);
}

.header-filter:after, .header-filter:before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: "";
}

.circle-topics {
  width: 50px;
  height: 50px;
  background-color: white; /* Fundal alb */
  color: #0d6efd; /* Culoarea textului albastru */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: bold;
  margin: 0 auto;
  border: 3px solid #0d6efd; /* Marginea albastră */
}

.bg-image{
  background-size: cover;
  background-position: center;
  background-attachment: fixed; 
  position: relative;
  object-fit: cover;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table, th, td {
  border: 1px solid black;
}
