/************ 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;
}

.hero-section .row-one-hero-section{
  max-width: none !important;
  width: 100%;
  display: flex;
  padding: 0px !important;
}

.column-one-hero-section{
  padding: 96px 144px;
  margin-right: 0px !important;
  width: 50% !important;
  flex:1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.breadcrumbs{
  justify-content: left;
}

.column-one-hero-section .et_pb_text_inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.column-one-hero-section  .et_pb_module:first-child{
  margin: auto;
}

.column-one-hero-section  .et_pb_module:first-child .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;
}

.molecule-hero-section{
  margin-top: auto;
  width: 100%;
  padding-top: 32px;
}

.molecule-hero-section .et_pb_text_inner{
  display: flex;
  flex-direction: row;
  padding: 12px 16px 12px 24px;
  gap: 24px;
  border-radius: 8px;
  border: 1px solid #FFFFFF14;
  background: #FFFFFF0A;
  align-items: center;
  animation-timing-function: ease-out;
  animation-duration: 300ms;
  justify-content: space-between;
  height: 88px;
}

.molecule-hero-section .et_pb_text_inner div p:first-child{
  color: var(--green-10);
  font-weight: 400 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.molecule-hero-section .et_pb_text_inner div{
  width: 50%;
}

.molecule-hero-section .et_pb_text_inner strong{
  color: white !important;
  font-weight: 600 !important;
}

.molecule-hero-section .et_pb_text_inner:hover{
  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);
}

.molecule-hero-section .et_pb_text_inner:hover div p:first-child {
  color: var(--silver-80);
}

.molecule-hero-section .et_pb_text_inner:hover strong {
  color: black !important;
}

.molecule-hero-section  .et_pb_text_inner img {
  margin-left: auto;
}

.molecule-hero-section  .et_pb_text_inner:hover img {
  content: url('/wp-content/uploads/2024/10/arrow-right-black.png');
}

.molecule-hero-section  .et_pb_text_inner:hover p:hover img {
  content: url('/wp-content/uploads/2024/09/button-round-1-e1727727241811.png');
  width: 40px;
  height: 42px;
}
/************ STYLE FOR HERO SECTION - end************/

/************ STYLE FOR CUSTOMER SECTION - start ************/
.row-product .column-two-row-products .et_pb_module:nth-child(2){
  border: 1px solid #000F2514;
  padding: 24px;
  border-radius: 8px;
  background: #070D1705;
}

.row-product .column-two-row-products .et_pb_module:last-child{
  border: none !important;
  padding: none !important
  border-radius: none !important;
}

.row-product .button-with-icon p{
  color: var(--indigo-100);
  margin-right: 8px;
}
.row-product .button-with-icon{
  align-items: flex-start;
  justify-content: flex-start;
}

.row-one-overview-2-section .et_pb_text_inner a{
  text-decoration: underline !important;
  color: #515155;
}

.row-product  .button-with-icon:hover{
  background-color: #00202814;
  width: fit-content !important;
  padding-left: 32px;
  padding-right: 8px;
  animation-timing-function: ease-out;
  animation-duration: 300ms;
  padding-top: 8px;
  padding-bottom: 8px;
}
/************ STYLE FOR CUSTOMER SECTION - end ************/

/************ STYLE FOR OVERVIEW 2 SECTION - start ************/
.overview-2-section{
  background-color: var(  --absolute-zero-100) !important;
  padding: 0px !important;
}

.row-one-overview-2-section{
  background: white;
  max-width: none !important;
  width: 100%;
  padding: 104px 144px 45px 144px !important;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  display: flex;
}

.row-one-overview-2-section .et_pb_column,
.row-one-overview-2-section .et_pb_column:last-child {
  max-width: 1280px;
  width: 100%;
  margin: auto !important;
}

.row-one-overview-2-section  .et_pb_text_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.row-one-overview-2-section p{
  color: var(--grey-60) !important;
}

.row-one-overview-2-section h2{
  color: var(--indigo-100) !important;
  padding-top: 15px;
  margin-right: 60px;
}

.row-one-overview-2-section .et_pb_text_inner > p:last-child {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: var(--grey-80) !important;
  margin-top: 31px;
}

.products-section .title-row{
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  padding-top: 186px !important;
}

.overview-2-section .row-benefits-carousel{
  background: white;
  padding-bottom: 26px;
}

.overview-2-section  .benefit-item{
  border: 1px solid #000F2514 !important;
}

.overview-2-section .title-benefit-item h4{
  color: var(--indigo-100) !important;
}

/* .overview-2-section  .description-benefit-item p{
  color: var(--grey-80) !important;
} */

.description-benefit-item p.body-small{
  color: #515155 !important;
}

.benefit-item p.title-text{
  color: #070D17 !important;
}

.overview-2-section .benefit-item:hover {
  border: 1px solid  !important;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 16%, #1ABC9C 100%) !important;
  border-image-slice: 1 !important;
}

.overview-2-section .et_pb_row:last-child{
  background: white;
  max-width: none !important;
  width: 100%;
  padding: 0px !important;
}

.overview-2-section .et_pb_row:last-child .et_pb_text_inner{
  display: flex;
  justify-content: center;
}
.overview-2-section .et_pb_row:last-child .button-with-icon{
  width: fit-content;
}

.overview-2-section .et_pb_row:last-child .button-with-icon a{
  color: var(--indigo-100) !important;
}

.overview-2-section .et_pb_row:last-child img.button-icon{
  content: url("/wp-content/uploads/2024/09/arrow-right-green.png");
  width: 16px;
  height: 16px;
}

.overview-2-section .et_pb_row:last-child  .button-with-icon:hover {
  padding-left: 16px !important;
  padding-right: 4px !important;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #00202814;
}

.overview-2-section .et_pb_row:last-child  .button-with-icon:hover .button-icon {
  content: url("/wp-content/uploads/2024/09/Frame-427320658.png");
  width: 32px;
  height: 32px;
}

.overview-2-section .button-with-icon {
    margin: auto;
}

.overview-2-section .button-with-icon p {
    color: #070D17;
}
.page-id-1031 .row-product:last-child .column-one-row-products img{
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 0px;
}
.row-product .button-with-icon{
  padding-left: 32px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}
/************ STYLE FOR OVERVIEW 2 SECTION - end ************/




/************ START RESPONSIVE *****************/
@media screen and (max-width: 1604px) {
.column-one-hero-section {
    padding: 5%;
}
}

@media screen and (max-width: 1248px) {
/*Vesiunea de mobile */

/*Hero section mobile - start*/

.hero-section .row-one-hero-section{
  flex-direction: column-reverse;
  align-items: center;
  width: 100% !important;
}

.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;
}
.molecule-hero-section .et_pb_text_inner div{
  width: 90%;
}
/*Hero section mobile - end*/

/*Overview section mobile - start*/
.row-one-overview-2-section{
  padding: 56px 0px 0px 0px !important;
}

.row-one-overview-2-section .et_pb_text_inner {
  display: block;
  max-width: 960px;
  margin: auto;
  width: calc(100% - 48px) !important;
}

.row-one-overview-2-section .et_pb_text_inner * {
    text-align: center !important;
}

.row-one-overview-2-section h2 {
    margin-right: 0px;
}
/*Overview section mobile - end*/


.row-benefits-carousel {
    padding-bottom: 0px !important;
}

.products-section .title-row{
  padding-top: 56px !important;
}
}

@media screen and (max-width: 600px) {
.column-two-hero-section img{
  object-fit: cover;
  height: auto !important;
}

.products-section .request-a-demo-button p{
  padding: 4px !important;
}

.products-section .request-a-demo-button{
width: 100%;
display: flex;
justify-content: center;
}

.row-product .button-with-icon{
  margin-top: 24px !important;
}
}

/************ STOP RESPONSIVE *****************/
