body {
  font-family: 'Poppins', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

html{
  scroll-behavior: smooth;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nice-list {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.nice-list ol {
  counter-reset: list-counter;
  list-style: none;
  padding-left: 0;
}

.nice-list ol li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.6;
}

.nice-list ol li::before {
  counter-increment: list-counter;
  content: counter(list-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #ff9f01; /* portocaliu frumos ca în tema ta */
  font-size: 20px;
}

.nice-list ol li:hover {
  color: #e78f00; /* o nuanță puțin mai închisă la hover */
}
.after-list-text {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.7;
  color: #333333;
}

.underline-title {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 36px;
}

.underline-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 80px;
  background-color: #ff9f01; /* portocaliul tău */
  border-radius: 2px;
}


.heading_container h2 {
  text-align: center;
}

.heading_container h2 span {
  font-weight: bold;
  color: #ff9f01;
}

/*header section*/
.hero_area {
  height: 100vh;
  background-color: #111111;
  position: relative;
  font-family: "Roboto", sans-serif;
}

.hero_area::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 275px;
  height: 100%;
  background-color: #ff9f01;
  z-index: 5;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .about_section {
  padding: 150px 0;
}

.sub_page .car_section {
  margin-bottom: 75px;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  padding: 15px 0;
  font-family: "Roboto", sans-serif;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 0;
  margin: 0px 22px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link:hover {
  color: #ff9f01;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link,
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link.active {
  color: #ff9f01;
}

@media (max-width: 1200px) {
  .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    font-size: 13px;
    margin: 0px 18px;
  }
}

@media (max-width: 992px) {
  .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    font-size: 12px;
    margin: 0px 15px;
  }
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.before-list-text {
  font-size: 20px;
  color: #555555;
  margin-bottom: 20px;
  line-height: 1.6;
  text-align: center; /* Sau left dacă preferi */
  padding-bottom: 10px;
}

.experience-text {
  font-size: 20px;
  color: #555555;
  margin-top: 15px;
  margin-bottom: 40px;
  line-height: 1.8;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}.nice-ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.nice-ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.6;
  color: #444;
}

.nice-ul li::before {
  content: "✔"; /* bifă frumoasă */
  position: absolute;
  left: 0;
  top: 0;
  color: #ff9f01; /* portocaliu tematic */
  font-weight: bold;
  font-size: 20px;
}
.logo-ue {
  height: 50px;
  width: auto;
  background: #ffffff;
  padding: 5px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;

}


.logo-ue:hover {
  transform: scale(1.05); /* un mic efect de mărire la hover */
}

.custom_nav-container .nav_search-btn {
  background: transparent;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  visibility: hidden;
}

.navbar-brand span {
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
}

.custom_nav-container {
  z-index: 99999;
  padding: 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 40px;
}

/* Dropdown menu styling */
.custom_nav-container .navbar-nav .dropdown {
  position: relative;
}

/* Stiluri pentru item-ul activ din dropdown */
.custom_nav-container .navbar-nav .dropdown-item.active {
  background-color: #ff9f01;
  color: #ffffff;
}

.custom_nav-container .navbar-nav .dropdown-toggle::after {
  margin-left: 8px;
  vertical-align: middle;
  border-top: 5px solid #ffffff;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
}

.custom_nav-container .navbar-nav .dropdown:hover > .dropdown-toggle::after,
.custom_nav-container .navbar-nav .dropdown.show > .dropdown-toggle::after {
  border-top-color: #ff9f01;
  transform: rotate(180deg);
}

.custom_nav-container .navbar-nav .dropdown-menu {
  background-color: #ffffff;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  margin-top: 15px;
  padding: 8px 0;
  min-width: 240px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: block;
}

.custom_nav-container .navbar-nav .dropdown:hover > .dropdown-menu,
.custom_nav-container .navbar-nav .dropdown.show > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 10px;
}

.custom_nav-container .navbar-nav .dropdown-item {
  color: #0c0c0c;
  padding: 12px 24px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.3s ease;
  border: none;
  background: transparent;
  display: block;
  width: 100%;
  text-align: left;
}

.custom_nav-container .navbar-nav .dropdown-item:hover,
.custom_nav-container .navbar-nav .dropdown-item:focus {
  background-color: #ff9f01;
  color: #ffffff;
  text-decoration: none;
  padding-left: 28px;
}

.custom_nav-container .navbar-nav .dropdown-item:active {
  background-color: #e78f00;
  color: #ffffff;
}

/* Hover functionality for dropdown */
.custom_nav-container .navbar-nav .dropdown:hover > .dropdown-toggle {
  color: #ff9f01;
}

/* Mobile: keep click functionality */
@media (max-width: 991px) {
  .custom_nav-container .navbar-nav .dropdown-menu {
    opacity: 1;
    visibility: visible;
    position: static;
    transform: none;
    box-shadow: none;
    margin-top: 0;
    padding-left: 20px;
  }
  
  .custom_nav-container .navbar-nav .dropdown-item {
    padding: 10px 20px;
    font-size: 13px;
  }
}

/*end header section*/
/* slider section */
.slider_section {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90%;
}

.slider_section .detail-box {
  margin: 0 auto;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 3rem;
  text-transform: uppercase;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 8px 40px;
  background-color: #ff9f01;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin: 35px 0 50px 0;
  text-transform: uppercase;
}

.slider_section .detail-box a:hover {
  background-color: #e78f00;
}

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

.slider_section #carouselExampleIndicators {
  position: unset;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  position: absolute;
  left: initial;
  top: 50%;
  right: 275px;
  width: 40px;
  height: 40px;
  border: 1.5px solid #ff9f01;
  border-radius: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center;
  background-color: #111111;
  background-position: center;
  z-index: 9;
}

.slider_section .carousel-control-prev:hover,
.slider_section .carousel-control-next:hover {
  background-color: #ffffff;
}

.slider_section .carousel-control-prev {
  background-image: url(../images/prev.png);
  -webkit-transform: translate(50%, -60%);
          transform: translate(50%, -60%);
}

.slider_section .carousel-control-prev:hover {
  background-image: url(../images/prev-yellow.png);
}

.slider_section .carousel-control-next {
  background-image: url(../images/next.png);
  -webkit-transform: translate(50%, 60%);
          transform: translate(50%, 60%);
}

.slider_section .carousel-control-next:hover {
  background-image: url(../images/next-yellow.png);
}

.slider_section .indicator_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 25px;
  right: 15px;
  z-index: 5;
}

.slider_section ol.carousel-indicators {
  position: unset;
  margin: 0;
}

.slider_section ol.carousel-indicators .indicator_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section ol.carousel-indicators li {
  width: auto;
  height: auto;
  border-radius: 100%;
  text-indent: 0px;
  text-align: center;
  line-height: 55px;
  color: #ffffff;
  background-color: transparent;
  opacity: 1;
  border: none;
  display: none;
}

.slider_section ol.carousel-indicators li.active {
  display: list-item;
}

.find_section {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
  z-index: 9;
}

.find_section .form_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f3f3f3;
}

.find_section .form_container .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.find_section .form_container .box.b-1 {
  -webkit-box-flex: 1.3;
      -ms-flex: 1.3;
          flex: 1.3;
}

.find_section .form_container .box.b-2 .form-control, .find_section .form_container .box.b-3 .form-control {
  text-align: center;
}

.find_section form {
  padding: 30px 45px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 11px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 20px 11px rgba(0, 0, 0, 0.09);
}

.find_section form .form-control {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: none;
  border-right: 1px solid #cacbcc;
  background-color: transparent;
  margin: 8px 0;
}

.find_section form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/down-arrow.png);
  background-size: 15px;
  background-position: 97% center;
  background-repeat: no-repeat;
}

.find_section form .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.find_section form .btn-box button {
  display: inline-block;
  padding: 14px 35px;
  background-color: #ff9f01;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  width: 100%;
}

.find_section form .btn-box button:hover {
  background-color: #e78f00;
}

.job_section .handler_btn-box {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.job_section .handler_btn-box .nav-tabs {
  border: none;
}

.job_section .handler_btn-box .nav-link {
  width: 110px;
  padding: 10px 0;
  color: #ffffff;
  background-color: #111111;
  margin: 0 10px;
  border-radius: 25px;
  text-align: center;
  cursor: pointer;
  border: none;
  outline: none;
}

.job_section .handler_btn-box .nav-link.active {
  background-color: #ff9f01;
}

.job_section .job_board {
  -webkit-transition: none;
  transition: none;
}

.job_section .content-box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 75px 0 50px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.job_section .content-box .content .box {
  width: 225px;
  height: 300px;
  background-color: #252525;
  margin: 0px 10px 25px 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  border-radius: 25px;
}

.job_section .content-box .content .box h3 {
  text-transform: uppercase;
  color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.job_section .content-box .content .box a {
  text-transform: uppercase;
  color: #ff9f01;
}

.job_section .content-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.job_section .content-box .btn-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: #ff9f01;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.job_section .content-box .btn-box a:hover {
  background-color: #e78f00;
}

.feature_section {
  background-color: #ff9f01;
}

.feature_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.feature_section .detail-box {
  color: #ffffff;
  margin: 45px 0;
}

.feature_section .detail-box h2 {
  margin-bottom: 35px;
}

.feature_section .detail-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: #111111;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 35px;
}

.feature_section .detail-box a:hover {
  background-color: #040404;
}

.feature_section .img-box {
  height: 900px;
  max-height: 900px;
  overflow: hidden;
}

.feature_section .img-box img {
  width: 100%;
  height: 900px;
  max-height: 900px;
  object-fit: cover;
  object-position: center;
}

.people_section .people_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.people_section .people_container.c-2 {
  padding-left: 20%;
}

.people_section .people_container .box {
  margin: 10px;
}

.people_section .people_container .box img {
  width: 100%;
}

.people_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.people_section .btn-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: #ff9f01;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.people_section .btn-box a:hover {
  background-color: #e78f00;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #ffffff;
  padding: 45px 15px;
}

.client_section .box .img-box {
  width: 150px;
}

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

.client_section .box .detail-box {
  margin-top: 35px;
}

.client_section .box .detail-box h5 {
  text-transform: uppercase;
  color: #ff9f01;
}

.client_section .box .detail-box p {
  margin-top: 20px;
}

.client_section .carousel_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0;
  border-bottom: 1px solid #acacac;
  margin: 0 -1.5px;
}

.client_section #carouselExampleControls {
  margin: 0 10%;
  border: 1px solid #acacac;
  margin-top: 45px;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  position: unset;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  background-color: #ff9f01;
  background-position: center;
  border-radius: 100%;
  margin: 0 2.5px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #111111;
}

.client_section .carousel-control-prev {
  background-image: url(../images/prev-angle.png);
}

.client_section .carousel-control-next {
  left: initial;
  background-image: url(../images/next-angle.png);
}

/* info section */
.info_section {
  position: relative;
  background-color: #252525;
}

.info_section h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 35px;
}

.info_section .about_links h5 {
  border-bottom: 2px solid #ff9f01;
}

.info_section img {
  width: 100%;
}

.info_section ul {
  padding: 0;
}

.info_section ul li {
  list-style-type: none;
  margin: 10px 0;
}

.info_section ul li a,
.info_section ul li a:hover {
  color: #fff;
}

.info_section h5 {
  margin-bottom: 12px;
  font-size: 22px;
  color: #fff;
  padding: 1px 3px;
}

.info_section .social-box {
  margin: 25px 0;
}

.info_section .social-box img {
  width: 35px;
  margin-right: 5px;
}

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

.info_section .form_container label {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}

.info_section .form_container input {
  width: 300px;
  height: 40px;
  border: none;
  outline: none;
  padding-left: 15px;
  background-color: #fff;
  margin-left: 45px;
  margin-right: 10px;
}

.info_section .form_container button {
  display: inline-block;
  padding: 8px 50px;
  background-color: #ff9f01;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  border: none;
  text-transform: uppercase;
}

.info_section .form_container button:hover {
  background-color: #e78f00;
}

.info_section .form_container button:hover {
  -webkit-transform: none;
          transform: none;
}

/* end info section */
/* footer section*/
.footer_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  padding: 20px;
}

.footer_section p {
  color: #292929;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #292929;
}

/* end footer section*/

/* Carousel stagii de practică */
.practice-carousel-wrapper {
  max-width: 1200px;
  margin: 40px auto;
  position: relative;
  padding: 0 60px;
}

.practice-carousel {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.practice-carousel .carousel-inner {
  border-radius: 12px;
}

.practice-carousel .carousel-item img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.practice-carousel .carousel-item img:hover {
  opacity: 0.9;
}

.practice-carousel-nav {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 159, 1, 0.9);
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.practice-nav-left {
  left: 0;
}

.practice-nav-right {
  right: 0;
}

.practice-carousel-nav:hover {
  background-color: rgba(255, 159, 1, 1);
  transform: translateY(-50%) scale(1.1);
}

.practice-carousel-nav .carousel-control-prev-icon,
.practice-carousel-nav .carousel-control-next-icon {
  width: 20px;
  height: 20px;
}

/* Modal pentru imagini mari */
#practiceImageModal .modal-content {
  background: transparent;
  border: none;
}

#practiceImageModal .modal-body {
  padding: 0;
}

#practiceImageModal .close {
  color: #fff;
  opacity: 1;
  font-size: 35px;
  text-shadow: 0 0 10px rgba(0,0,0,0.8);
  z-index: 1051;
}

#practiceImageModal .close:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .practice-carousel-wrapper {
    padding: 0 50px;
  }

  .practice-carousel .carousel-item img {
    height: 400px;
  }

  .practice-carousel-nav {
    width: 40px;
    height: 40px;
  }

  .practice-carousel-nav .carousel-control-prev-icon,
  .practice-carousel-nav .carousel-control-next-icon {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 576px) {
  .practice-carousel-wrapper {
    padding: 0 40px;
  }

  .practice-carousel .carousel-item img {
    height: 300px;
  }

  .practice-carousel-nav {
    width: 35px;
    height: 35px;
  }
}

/*# sourceMappingURL=style.css.map */