::selection {
  background: #006BAC;
  color: #fff;
}

.display_none {
  display: none !important;
}

/* Spatierea intre sectiuni */
body .vc_row.wpb_row:not(.vc_inner) {
  margin-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  body .vc_row.wpb_row:not(.vc_inner) {
    margin-bottom: 4rem;
  }
}

.wpcf7-form .title {
  font-size: 20px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
  margin-top: 30px;
}

.send_btn {
  margin-top: 20px;
}

.height-100 {
  height: 100%;
}

.h2 {
  font-family: "Montserrat";
  color: #2a2a2a;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  line-height: 1.5em;
}

.h3 {
  font-family: "Montserrat";
  color: #2a2a2a;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  line-height: 1.5em;
}


/* Sectiun Articole Blog Homepage */
.row-posts-homepage .vc_gitem-post-data-source-post_excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 150px;
}
.row-posts-homepage .vc_gitem-post-data-source-post_title {
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 60px;
}
.row-posts-homepage .vc_btn3.vc_btn3-color-juicy-pink,
.row-posts-homepage .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  background-color: #006fb2;
}
.row-posts-homepage .vc_btn3.vc_btn3-color-juicy-pink:hover,
.row-posts-homepage .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
  background-color: #338CC1;
}

.row-posts-homepage .vc_custom_1419240516480 {
  background-color: #fff !important;
  border: 1px #99999930 solid;
}

/* Buton principal */
.custom-btn {
  position: relative;
  color: #eee !important;
  font-size: 14px;
  background-color: #006fb2;
  padding: 0.8em 1.2em;
  font-weight: bold;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 200ms ease-in-out;
}
.custom-btn:hover {
  background-color: #338CC1;
  color: #eee !important;
}
.custom-btn a {
  text-decoration: none !important;
  color: #fff !important;
}


/* Sectiune de doua imagini una langa alta Homepage */
.row-imgs-side-by-side {
  display: flex;
  justify-content: center;
  align-items: center;
}
.row-imgs-side-by-side--img {
  width: 100%;
  text-align: center;
  padding: 20rem 0;
}
.row-imgs-side-by-side--img:first-child {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/wp-content/uploads/2021/11/Transport-intern.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.row-imgs-side-by-side--img:last-child {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/wp-content/uploads/2021/11/Transport-international.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 2rem;
}
.row-imgs-side-by-side--title {
  color: #fff;
  padding: 0.25rem;
  font-weight: 600;
  font-size: 1.6em;
}
@media screen and (max-width: 768px) {
  .row-imgs-side-by-side {
    flex-direction: column;
  }
  .row-imgs-side-by-side--img:last-child {
    margin-left: 0rem;
    margin-top: 2rem;
  }
}


/* Sectiunea de iconite Homepage */
.row-transport-icons {
  display: flex;
  gap: 3rem;
  margin-bottom: 3rem;
}
.row-transport-icons--icon {
  border: 1px #99999930 solid;
  padding: 2rem;
  width: 100%;
  transition: border-color 200ms ease-in;
}
.row-transport-icons--icon a {
  display: flex;
  align-items: center;
  transition: all 200ms ease-in;
}
.row-transport-icons--icon:hover {
  border-color: #006FB266;
}
.row-transport-icons--icon i {
  padding-right: 2rem;
  transform: translateY(5px);
}
.row-transport-icons--icon i::before {
  font-size: 6rem;
}
.row-transport-icons--icon div {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .row-transport-icons {
    flex-direction: column;
    gap: 2rem;
  }
}


/* Sectiune Tabs Homepage */
.row-tabs {
  display: flex;
  flex-wrap: wrap;
}
.row-tabs label {
  order: 1;
  display: block;
  padding: 1rem 2rem;
  margin-right: 0.2rem;
  margin-bottom: 0;
  cursor: pointer;
  background: #006fb2;
  color: #fff;
  font-weight: bold;
  border: 1px #99999930 solid;
  transition: background ease 0.2s;
}
.row-tabs label:hover {
  background: #338CC1;
}
.row-tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 2rem;
  border: 1px #99999930 solid;
}
.row-tabs input[type="radio"] {
  display: none;
}
.row-tabs input[type="radio"]:checked + label {
  background: #fff;
  color: #000;
}
.row-tabs input[type="radio"]:checked + label + .tab {
  display: block;
}

@media (max-width: 768px) {
  .row-tabs .tab,
  .row-tabs label {
    order: initial;
  }
  .row-tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}


/* Sectiunea Homepage FAQ */
.row-faq {
  justify-content: center;
  align-items: center;
  border: 1px #99999930 solid;
}
.row-faq details {
  font-family: 'Raleway', sans-serif;
}
.row-faq summary {
  transition: background 200ms ease;
  width: 100%;
  outline: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-top: 1px solid #D3D3D3;
}
.row-faq .row-faq__question {
  color: #006fb2;
  font-weight: 600;
  margin-bottom: 0;
  padding: 1rem;
}
.row-faq details p {
  padding: 0 25px 15px 25px;
  margin: 0;
}
.row-faq summary::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  display: inline-block;
  padding-right: 15px;
  font-size: 180%;
  color: #034171;
}
.row-faq details[open] summary::after {
  content: '\f106';
  display: inline-block;
  padding-right: 15px;
  font-size: 180%;
}
.row-faq details[open] summary:hover {
  background:none;
}
.row-faq summary:hover {
  background: #fafafa;
}
.row-faq details summary::-webkit-details-marker {
  display:none;
}


/* Sectiunea TESTIMONIALE Homepage */
.gtco-testimonials {
  position: relative;
}

.gtco-testimonials .owl-stage-outer {
  padding-bottom: 2rem;
}

.gtco-testimonials .owl-nav {
  display: none;
}

.gtco-testimonials .owl-dots {
  text-align: center;
}

.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #006fb2;
  margin: 0 5px;
  transition: transform 200ms ease-in;
}

.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}

.gtco-testimonials .owl-dots .active span {
  background: #006fb2;
  box-shadow: none;
  transform: scale(1.35);
  margin-bottom: -1px;
}

.gtco-testimonials .card {
  background: #fff;
  margin: 0 20px;
  padding: 0 1.2rem;
  border: 1px #99999930 solid;
}

.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 3%);
  width: 100px;
  height: 100px;
}

.gtco-testimonials .card .card-body--name {
  color: #006fb2;
  font-size: 1.5rem;
  font-weight: 600;
}

.gtco-testimonials .card .card-body--company {
  font-size: 1rem;
  color: #666;
}

.gtco-testimonials .card .card-body--text {
  text-align: justify;
  font-style: italic;
  line-height: 1.5;
  margin-top: 0.875rem;
}

.gtco-testimonials .card p {
  color: #555;
  padding-bottom: 15px;
}

.gtco-testimonials .active {
  opacity: 0.75;
  transition: all 0.3s;
}

.gtco-testimonials .center {
  opacity: 1;
}

.gtco-testimonials .center .card-img-top {
  /*max-width: 100%;*/
}

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  outline: 0;
}

.owl-carousel button.owl-dot {
  outline: 0;
}