/************ 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{
  padding-top: 0px;
  max-width: none !important;
  width: 100%;
  padding-top: 0px !important;
  display: flex;
}

.column-one-hero-section{
  padding: 161px 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-one-hero-section p.description-hero{
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  color: var(--green-10);
}
.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 SOLUTIONS SECTION - start ************/
.solutions-section{
  background-color: var(  --absolute-zero-100) !important;
  padding-top: 0px !important;
}

.solutions-section .title-row{
  background-color: var(  --white) !important;
  max-width: none!important;
  width: 100%;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  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;
}

.solutions-section .two-titles-container .title-head-normal p{
  color: var(--gray-60) !important;
}

.solutions-section .two-titles-container h2{
  color: var(--indigo-100) !important;
  padding-bottom: 0px;

}

.title-row p:last-child{
  color: var(--gray-80) !important;
}

.row-solution{
  max-width: none !important;
  width: 100%;
  background-color: var(  --white) !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 !important;
}

.row-solution .et_pb_column{
  margin-bottom: 0px !important;
}

.column-one-row-solutions{
  margin-right: 0px !important;
  width: 100% !important;
}

.column-one-row-solutions .et_pb_image .et_pb_image_wrap {
  width: 100%;
  height: auto;
}

.column-one-row-solutions img {
  display: block;
  width: 100%;
  height: auto;
}

.row-solution  .column-two-row-solutions {
  padding: 80px 104px;
  width: 100% !important;
  margin: auto !important;
}

.column-two-row-solutions .et_pb_text_inner h4{
  font-weight: 600;
  color: var(--indigo-100) !important;
  padding-bottom: 0px;
}

.column-two-row-solutions .et_pb_text_inner h3{
  font-weight: 600;
  color: var(--indigo-100) !important;
  padding-bottom: 0px;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
}


.column-two-row-solutions .et_pb_text_inner p{
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: var(--gray-80) !important;
}

.column-two-row-solutions .et_pb_text_inner:first-child{
  display: flex;
  flex-direction: column;
  gap:24px;
}

.column-two-row-solutions h5.et_pb_toggle_title{
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 32px !important;
  color: var(--indigo-100) !important;
}

.column-two-row-solutions  .et_pb_accordion_item{
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #F5F5F8;
  margin-bottom: 8px !important;
}

.column-two-row-solutions .et_pb_toggle_title:before{
  content: url('/wp-content/uploads/2024/10/arrow-down-gri.png') !important;
  display: inline-block !important;
}

.column-two-row-solutions .et_pb_toggle_open .et_pb_toggle_title:before {
  content: url('/wp-content/uploads/2024/09/arrow-up-gri.png') !important;
}

.column-two-row-solutions .et_pb_toggle_close {
    background-color: white ;
}

.column-two-row-solutions  .et_pb_accordion_item p{
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  color: var(--gray-80) !important;
}

.column-two-row-solutions .et_pb_toggle_content {
  padding-top: 24px;
}

 .column-two-row-solutions  .et_pb_toggle_open{
   background: linear-gradient(180deg, rgba(26, 188, 156, 0) 0%, rgba(26, 188, 156, 0.08) 100%), #FFFFFF;
   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 #1ABC9C;
}

 .column-two-row-solutions .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;
}

.row-solution:last-child{
  border-bottom-left-radius: 48px;
  border-bottom-right-radius: 48px;
}

.row-solution:last-child .column-one-row-solutions img{
  border-bottom-right-radius: 48px;
}

/* STYLE FOR SOLUTIONS SECTION - end ************/

/************ START RESPONSIVE *****************/
@media screen and (max-width: 1604px) {
.column-one-hero-section {
    padding: 5%;
}
.row-solution .column-two-row-solutions {
    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,
.column-one-hero-section p.description-hero{
  font-size: 20px;
  text-align: center;
}

/*Hero section mobile - end*/

/*Solutions section mobile - start*/

.solutions-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-solution{
  display: flex;
  flex-direction: column;
}
.row-solution:nth-child(odd){
  flex-direction: column-reverse
}

.column-one-row-solutions .et_pb_image .et_pb_image_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.column-one-row-solutions img {
  width: auto;
  height: 600px;
}

.column-two-row-solutions .et_pb_text_inner:first-child {
  gap:16px;
}

.column-two-row-solutions .et_pb_text_inner h4,
.column-two-row-solutions .et_pb_text_inner h3{
  line-height: 40px;
}

.column-two-row-solutions .et_pb_text_inner p{
  line-height: 24px;
}

.column-two-row-solutions .et_pb_accordion_item {
    padding: 20px
}

.row-solution:last-child .column-one-row-solutions   img{
 border-bottom-right-radius: initial;
}

/*Solutions section mobile - end*/

}

@media screen and (max-width: 600px) {
  .column-two-hero-section img {
    object-fit: cover;
  }

  .column-one-row-solutions img{
    object-fit: cover;
    height: auto !important;
  }

  .row-solution .column-two-row-solutions {
      padding: 32px;
  }

}


@media screen and (max-width: 510px){
  .schedule-consultation-button{
    padding: 12px !important;
    width: 100%;
  }

  .buttons-solutions-row {
    gap: 0px;
    flex-direction: column;
  }

}
/************ STOP RESPONSIVE *****************/
