/************ STYLE FOR HERO SECTION - start */
.hero-section {
  background-color: var(--absolute-zero-100) !important;
  background: linear-gradient(360deg, rgba(1, 3, 15, 0) 0%, #01030F 100%);
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.row-one-hero-section {
  max-width: none !important;
  width: 100%;
  display: flex;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  background: linear-gradient(360deg, rgba(1, 3, 15, 0) 0%, #01030F 100%);
}

.column-one-hero-section {
  padding: 154px 144px;
  margin-right: 0px !important;
  width: 50% !important;
  flex: 1;
  display: flex;
  align-items: center;
}

.column-one-hero-section .et_pb_text_inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.column-one-hero-section .et_pb_text_inner div:first-child {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.column-one-hero-section h1 {
  color: var(--white);
}

.column-one-hero-section h5 {
  color: var(--green-10);
  font-weight: 400;
}

.column-two-hero-section {
  width: 50% !important;
}

.column-two-hero-section .et_pb_image .et_pb_image_wrap {
  width: 100%;
  height: auto;
}

.column-two-hero-section img {
  border-left: 1px solid;
  border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
  display: block;
  width: 100%;
  height: auto;
}
/************STYLE FOR HERO SECTION - end ************/

/************STYLE FOR WHAT WE DO SECTION - start  ************/
.what-we-do-section {
  background-color: var(--absolute-zero-100);
  padding: 0px !important;
}

.row-one-what-we-do-section {
  background-color: white;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  width: 100% !important;
  margin: 0px !important;
  max-width: none !important;
  background-image: url('/wp-content/uploads/2024/10/bg_whatwedo.png');
  padding-top: 96px !important;
  padding-bottom: 20px;
}

.row-one-what-we-do-section .et_pb_text_inner:first-child{
  max-width: 960px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin: auto;
}

.row-one-what-we-do-section .et_pb_text_inner p{
    color: var(--silver-60) !important;
}

.row-one-what-we-do-section .et_pb_text_inner h2{
   color : var(--indigo-100);
}

.row-one-what-we-do-section .et_pb_text_inner p.regular-h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 64px;
  display: flex;
  align-items: center;
  text-align: center;
  color: black !important;
}
.row-two-what-we-do-section{
  background-color: white;
  width: 100% !important;
  max-width: none !important;
  display: flex;
  align-items: center;
  margin: auto !important;
  padding-bottom: 96px;
}

.row-two-what-we-do-section .et_pb_column{
  /* padding-left: 128px;
  padding-right: 128px; */
  width: 100%;
  margin: auto !important;
}

.row-two-what-we-do-section .et_pb_module:first-child{
  margin-bottom: 10px !important;
}

.row-two-what-we-do-section .et_pb_text_inner p {
    color: var(--silver-80) !important;
}

 /* .logo-carousel img {
  width: 178px;
  height: 90px;
  display: block;
  margin: 0 auto;
  opacity: 0.8px;
} */

.logo-carousel img {
    width: auto;
    height: 70px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}


.logo-carousel .slick-slide {
    /* max-width: 240px !important; */
    margin-right: 24px;
    margin-left: 24px;
}

/************ STYLE FOR WHAT WE DO SECTION - end  ************/


/************ STYLE FOR PRODUCTS SECTION - start  ************/
.products-section {
  background-color: #01265C;
  padding: 0px !important;
}

.products-section .et_pb_row {
  background-color: white !important;
}

.products-section .title-row {
  max-width: none !important;
  width: 100%;
  padding-top: 104px;
  padding-bottom: 104px;
}

.title-row .et_pb_text_inner:first-child {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 960px;
  margin: auto;
}

.products-section .two-titles-container .title-head-normal p {
  color: var(--gray-60) !important;
}

.products-section .two-titles-container h2 {
  color: var(--indigo-100) !important;
  padding-bottom: 0px;
}

.title-row p:last-child {
  color: var(--gray-80) !important;
}

.row-product{
  max-width: none !important;
  width: 100%;
  background-color: var(  --white) !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 !important;
}

.row-product .et_pb_column{
  margin-bottom: 0px !important;
}

.column-one-row-products{
  margin-right: 0px !important;
  width: 100% !important;
}

.column-one-row-products img {
  display: block;
  width: 100%;
  height: auto;
}

.product-three .column-one-row-products img{
  border-bottom-left-radius: 48px;
}

.column-one-row-products .et_pb_image .et_pb_image_wrap {
  width: 100%;
  height: auto;
}

.product-one .column-one-row-products .et_pb_code_inner{
 background: #EDFAF7;
}

.product-two .column-one-row-products .et_pb_code_inner{
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, rgba(201, 54, 161, 0.08), rgba(201, 54, 161, 0.08));
}
.product-three .column-one-row-products .et_pb_code_inner{
  background: #F5ECDA;
}

.product-three .title-head-normal{
  color: #CCA047;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 2px;
  text-align: left;
  padding-bottom: 16px;
}

.animation-source, .animation-lead, .animation-data-trove{
  display: none;
}

.row-product  .column-two-row-products {
  padding: 80px 104px;
  width: 100% !important;
  margin: auto !important;
}

.product-one .title-head-normal p{
  color: var(--green-base) !important;
  margin-bottom: 16px !important;
}

.tags {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.tag{
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: var(--gray-80);
  padding: 8px 32px;
  border-radius: 100px;
  border: 1px solid #000F2514;
  height: 56px;
  display: flex;
  align-items: center;
}

 .product-one .tag:hover{
  box-shadow: 0px 50px 20px rgba(26, 188, 156, 0.01), 0px 28px 17px rgba(26, 188, 156, 0.04), 0px 13px 13px rgba(26, 188, 156, 0.07), 0px 3px 7px rgba(26, 188, 156, 0.08);
  border: 1px solid;
  border-image-source: linear-gradient(180deg, #D1F2EB 16%, #1ABC9C 100%);
  color: var(--green-base);
}

.product-one .tag.active{
  background: var(--green-50);
  border: 1px solid var(--green-base);
  box-shadow: 0px 50px 20px rgba(26, 188, 156, 0.01), 0px 28px 17px rgba(26, 188, 156, 0.04), 0px 13px 13px rgba(26, 188, 156, 0.07), 0px 3px 7px rgba(26, 188, 156, 0.08);
  color: var(--white);
}

.column-two-row-products .title-product h4,
.column-two-row-products .title-product h3{
  color: var(--indigo-100);
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  margin-bottom: 24px;
}

.column-two-row-products .body-normal p{
  color: var(--grey-80);
  text-align: left;
}

.column-two-row-products .body-normal p:first-child{
  margin-bottom: 40px;
}

.column-two-row-products .body-normal img{
 height: 24px;
 width: 24px;
}

.column-two-row-products .check-items{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.column-two-row-products .check-item{
  display: flex;
  align-items: self-start;
  gap: 16px;
}

.column-two-row-products .check-item img{
  max-width: none;
}

.column-two-row-products .check-item p{
  padding-bottom: 0px !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: var(--grey-80) !important;
}

.check-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: var(--grey-80) !important;
}
.column-two-row-products .check-item h6,
.column-two-row-products .check-item p.check-text{
  color: var(--indigo-100) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 32px !important;
}

.product-two .title-head-normal p{
  color: #C936A1 !important;
  margin-bottom: 16px !important;
}

.product-two .buttons-solutions-row .button-with-icon img{
  content: url("/wp-content/uploads/2024/10/arrow-right.png") !important;
}

 .product-three .title-head-normal p {
  color: #CCA047 !important;
  margin-bottom: 16px !important;
}

.product-three .tag:hover{
  background: #FFFFFF;
  box-shadow: 0px 50px 20px rgba(204, 160, 71, 0.01), 0px 28px 17px rgba(204, 160, 71, 0.04), 0px 13px 13px rgba(204, 160, 71, 0.07), 0px 3px 7px rgba(204, 160, 71, 0.08);
  border: 1px solid;
  border-image-source: linear-gradient(180deg, #F5ECDA 16%, #CCA047 100%);
  color: #CCA047;
}

.product-three .tag.active{
  background: #CCA047;
  border: 1px solid #CCA047;
  box-shadow: 0px 3px 7px 0px #CCA04714, 0px 13px 13px 0px #CCA04712, 0px 28px 17px 0px #CCA0470A, 0px 50px 20px 0px #CCA04703, 0px 78px 22px 0px #CCA04700;
  color: var(--white);
}

.product-three{
  border-bottom-left-radius: 48px;
  border-bottom-right-radius: 48px;
}

.column-two-row-products .et_pb_code{
  margin-top: auto;
}

.buttons-solutions-row{
  display: flex;
  align-items: center;
  gap:32px;
}

.buttons-solutions-row .schedule-consultation-button{
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.buttons-solutions-row .button-with-icon a{
  display:flex;
  gap: 8px;
  align-items: center;
}

.buttons-solutions-row .button-with-icon p{
  color: var(--indigo-100) !important;
}

.buttons-solutions-row .button-with-icon img{
  height: 20px;
  width: 20px;
}

.buttons-solutions-row  .button-with-icon:hover {
  border-radius: 100px;
  background: rgba(235, 238, 238);
  padding-left: 32px;
  padding-right: 8px;
  animation-timing-function: ease-out;
  animation-duration: 300ms;
  padding-top: 8px;
  padding-bottom: 8px;
}

.buttons-solutions-row .button-with-icon:hover a{
  gap:16px;
}

.buttons-solutions-row .button-with-icon:hover .button-icon {
  content: url(/wp-content/uploads/2024/09/Frame-427320658.png);
  width: 40px;
  height: 40px;
}


.product-two .buttons-solutions-row .button-with-icon:hover img {
  content: url(/wp-content/uploads/2024/12/circle-arrow-right-pink.png) !important;
  width: 40px;
  height: 40px;
}

.product-three .buttons-solutions-row .button-with-icon:hover img {
  content: url(/wp-content/uploads/2024/12/circle-arrow-right-yellow.png) !important;
  width: 40px;
  height: 40px;
}


/************ STYLE FOR PRODUCTS SECTION - end  ************/

/* arccodion style -start */
.difference-section  .et_pb_toggle {
  padding: 32px;
  margin-bottom: 16px !important;
}

.difference-section .et_pb_accordion_item {
  background: transparent;
  border-radius: 16px;
  border: 1px solid #FFFFFF14;
}

.difference-section .et_pb_accordion_item:hover{
  background: #FFFFFF !important;
  border: 1px solid #1ABC9C !important;
}

.difference-section .et_pb_accordion_item:hover .et_pb_toggle_title{
  color: #070D17 !important
}


.difference-section .et_pb_toggle_title{
  font-weight: 600  !important;
  font-size: 20px  !important;
  line-height: 32px  !important;
  color: var(--white) !important;
  display: flex;
}

h5.et_pb_toggle_title {
  display: flex;
  align-items: center !important;
}

.difference-section .et_pb_toggle_title:before{
  content: url('/wp-content/uploads/2024/10/arrow-down-gri.png') !important;
  display: inline-block !important;
}

.difference-section .et_pb_toggle_content p {
  font-weight: 400  !important;
  font-size: 16px  !important;
  line-height: 32px  !important;
  color: #515155  !important;
}

.difference-section .et_pb_toggle_open{
  box-shadow: 0px 3px 7px 0px #1ABC9C14, 0px 13px 13px 0px #1ABC9C12, 0px 28px 17px 0px #1ABC9C0A, 0px 50px 20px 0px #1ABC9C03, 0px 78px 22px 0px #1ABC9C00;
  background: #FFFFFF !important;
  border: 1px solid #1ABC9C !important;
}

.difference-section .et_pb_toggle_open .et_pb_toggle_title {
  color: #070D17 !important;
}

.difference-section .et_pb_toggle_open .et_pb_toggle_title:before {
  content: url('/wp-content/uploads/2024/09/arrow-up-gri.png') !important;
}
/* arccodion style - end*/


/************ START RESPONSIVE *****************/
@media screen and (max-width: 1604px) {
  .column-one-hero-section {
      padding: 5%;
  }

  .row-product .column-two-row-products {
      padding: 40px 64px;
  }
}

@media screen and (max-width: 1248px) {
/*Vesiunea de mobile */
/*Hero section mobile - start*/
.row-one-hero-section {
  flex-direction: column-reverse;
  align-items: center;
}

.column-one-hero-section {
  width: 100% !important;
}

.column-two-hero-section {
  width: 100% !important;
}

.column-two-hero-section img {
  width: 100% !important;
  height: 400px !important;
  object-fit: contain;
}

.column-one-hero-section .et_pb_text_inner div:first-child {
  gap: 12px;
}

.column-one-hero-section .et_pb_text_inner {
  gap: 16px;
}

.hero-section .title-head-normal {
  order: initial !important;
  text-align: center;
}

.column-one-hero-section h5 {
  font-size: 20px;
  text-align: center;
}
/*Hero section mobile - end*/

/*What we do section mobile - start */

.products-section .title-row .body-normal {
    width: calc(100% - 48px);
    margin: auto;
}

.row-one-what-we-do-section .et_pb_text_inner p.regular-h2 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
}
.row-one-what-we-do-section{
  padding-top: 56px !important;
}

/* .row-one-what-we-do-section .et_pb_text_inner:first-child{
  flex-direction: column-reverse;
} */

.row-one-what-we-do-section  h2.regular-h2 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
}

.row-one-what-we-do-section .et_pb_text_inner{
  width: calc(100% - 48px) !important;
  margin: auto;
}

.row-two-what-we-do-section{
  padding-bottom: 0px;
}

/* .row-two-what-we-do-section .et_pb_column{
  padding-left: 10px;
  padding-right: 10px;
} */
/*What we do section mobile - stop */

/*Products section mobile - start */
.products-section .title-row {
  padding-top: 56px;
  padding-bottom: 56px;
}

.title-row .et_pb_text_inner:first-child{
  gap:24px;
}

/* .title-row .et_pb_text_inner:first-child{
  width: calc(100% - 48px);
} */

.row-product{
  display: flex;
  flex-direction: column;
}

.row-product:nth-child(odd){
  flex-direction: column-reverse
}

.column-one-row-products .et_pb_image .et_pb_image_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.column-one-row-products img {
  width: auto;
  height: 600px;
}

.column-two-row-products .et_pb_text_inner:first-child {
  gap:16px;
}

.column-two-row-products .et_pb_text_inner h4{
  line-height: 40px;
}

.column-two-row-products .et_pb_text_inner p{
  line-height: 24px;
}

.product-three .column-one-row-products img{
 border-bottom-left-radius: initial;
}

.tags{
  margin-bottom: 20px;
}

.tag{
  height: 48px;
}

.column-two-row-products .title-product h4,
.column-two-row-products .title-product h3 {
  margin-bottom: 16px;
  padding: 0;
}

.column-two-row-products .body-normal p:first-child {
  margin-bottom: 28px;
}

.column-two-row-products .check-items {
  gap: 8px;
}

.check-text, .check-item strong {
  line-height: 24px !important;
}
/*Products section mobile - stop */
}

@media screen and (max-width: 600px) {

.column-two-hero-section img {
    object-fit: cover;
    height: auto !important;
}

.column-one-row-products img{
  height: auto;
}

.row-product .column-two-row-products {
    padding: 32px;
}

}

@media screen and (max-width: 510px){

.products-section .schedule-consultation-button{
  padding: 12px !important;
  width: 100%;
}

.buttons-solutions-row {
  gap: 0px;
  flex-direction: column;
}
}

/************ STOP RESPONSIVE *****************/
