/*This is a general css for all resouces templates*/

/*Style to repair some css applied by post type css - start*/
.single .et_pb_post {
 margin-bottom: 0px;
}

.clinical-maestro-column,
.core-column{
  padding-bottom: 8px;
}
body .et-db #et-boc .et-l .et_pb_social_media_follow_network_0_tb_footer a.icon,
body .et-db #et-boc .et-l .et_pb_social_media_follow_network_1_tb_footer a.icon,
body .et-db #et-boc .et-l .et_pb_social_media_follow_network_2_tb_footer a.icon {
  background-color: transparent !important;
}

/*Style to repair some css applied by post type css - end*/

/************ STYLE FOR HERO SECTION - start  ************/

/* 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-bottom: 0px !important;
  max-width: none !important;
  width: 100%;
  padding-top: 0px !important;
  display: flex;
}

.column-one-hero-section {
  padding: 96px 144px;
  margin-right: 0px !important;
  width: 50% !important;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.column-one-hero-section .et_pb_module:first-child{
  margin-bottom: 32px !important;
}

.column-one-hero-section .et_pb_text_inner, .column-one-hero-section .et_pb_text_inner h1 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  font-size: 50px;
  line-height: 65px;
}

.column-one-hero-section  .et_pb_module:first-child .et_pb_text_inner div:first-child{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.title-resource {
  font-size: 64px !important;
  font-weight: 700 !important;
  line-height: 80px !important;
  color: var(--white);
}

.title-resource h1{
  color: var(--white);
}

.column-one-hero-section h5{
  color: var(--green-10);
  font-weight: 400;
}

/* .column-two-hero-section{
  width: 50% !important;
  margin: auto;
} */

.column-two-hero-section .et_pb_module.et_pb_image{
  height: 100%;
}

.column-two-hero-section .et_pb_image .et_pb_image_wrap {
  width: 100%;
  height: 100%;
}

.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: 100%;
  object-fit: cover;
  object-position: center center;
}

/************ STYLE FOR HERO SECTION - end  ************/


/************ STYLE FOR TEXT SECTION - START  ************/
.text-section{
  background-color: var(  --absolute-zero-100) !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.row-text-description{
  background-color: var(  --white) !important;
  max-width: none!important;
  width: 100%;
  border-radius: 48px;
  border-radius: 48px;
  padding: 104px 144px !important;
  display: flex;
}


/*Style for chapter card - start */
.benefits-card-mobile{
  display: none;
}

.benefits-card-mobile .color-card{
  display: none !important;
}

.color-card-mobile{
  display: none !important;
}
/*Style for chapter card - end */


/*Style for social - start */
.social-card {
  border-top: 1px solid #000F2514;
  display: flex;
  flex-direction: column;
  padding-top: 16px;
}

.social-card h2,
.social-card p.enjoy,
.text-section .social-card p.enjoy {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 32px !important;
  color: var(--indigo-100) !important;
  padding-bottom: 0px !important;
}

.social-card p{
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  color: var(--grey-80) !important;
  padding-bottom: 0px !important;
}
.social-icons{
  display: flex;
  gap: 16px !important;
  padding-top: 16px;
}

.social-icons img{
  width: initial !important;
}

.social-card-mobile{
  display: none;
}
/*Style for social - end */

/*Style for text - start */
.text-section .column-one-description-section strong{
  color: var(--indigo-100) !important;
}

.text-section .column-one-description-section p,
.resource_text,
.row-text-description .video-description p,
.row-text-description .video-description ul li,
.resource_text ul li {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
  color: var(--grey-80) !important;
  padding-bottom: 24px;
}

.resource_text ul li{
  padding-bottom: 0px !important;
}

.text-section .column-one-description-section h4,
.text-section .column-one-description-section h2{
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 44px !important;
  text-align: left !important;
  color: var(--indigo-100) !important;
  padding-bottom: 40px;
}

.text-section .column-one-description-section h5,
.text-section .column-one-description-section h3{
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 40px !important;
  text-align: left !important;
  color: var(--indigo-100) !important;
  padding-bottom: 24px;
}

.text-section .column-one-description-section h4::before {
  content: url('/wp-content/uploads/2024/10/unnamed-file.png');
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
  display: flex;
  margin-bottom:24px;
}

.text-section .column-one-description-section h4{
  font-size: 20px !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 40px !important;
  text-align: left !important;
  color: var(--green-80);
  background: #1ABC9C14;
  padding: 32px !important;
  border-radius: 16px;
  margin-bottom: 32px;
}
/*Style for text - end */

/************ STYLE FOR TEXT SECTION - end  ************/



/************ START RESPONSIVE *****************/
@media screen and (max-width: 1604px) {
  .column-one-hero-section {
    padding: 5%;
  }

  .row-text-description{
    padding-left: 84px !important;
    padding-right: 84px !important;
  }
}

@media screen and (max-width: 1300px) {
.clinical-maestro-column,
.core-column{
  padding-left: 8px;
  padding-right: 8px;
}
}


@media screen and (max-width: 1248px) {
/*Vesiunea de mobile */
.breadcrumbs{
  justify-content: center;
}
.column-one-hero-section .et_pb_text_inner {
  font-size: 32px;
  line-height: 44px;
}
.column-one-hero-section .et_pb_text_inner h1{
  font-size: 32px !important;
  line-height: 44px !important;
}
/*Hero section mobile - start*/
.row-one-hero-section{
  flex-direction: column-reverse;
  align-items: center;
}

.title-resource {
  font-size: 40px !important;
  line-height: 56px !important;
  text-align: center !important;
}


.column-one-hero-section .et_pb_module:first-child {
  margin-bottom: 28px !important;
}

.column-one-hero-section {
  width: 100% !important;
  align-items: center;
}

.column-two-hero-section{
  width: 100% !important;
}

.column-two-hero-section img {
  width: 100% !important;
  height: 400px !important;
}

.column-one-hero-section .et_pb_text_inner div:first-child {
  gap:12px;
}

.column-one-hero-section .et_pb_text_inner, .column-one-hero-section .et_pb_text_inner h1{
  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*/

/*Text section mobile - start*/
.row-text-description{
  padding: 86px 48px !important;
}

/*Style for text mobile - start */
.text-section .column-one-description-section p {
  line-height: 28px !important;
  text-align: left !important;
  padding-bottom: 20px;
}

.color-card p,
.text-section .column-one-description-section .color-card p {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 32px !important;
  color: white !important;
}

.text-section .column-one-description-section h4{
  font-size: 20px !important;
  line-height: 32px !important;
}


.text-section .column-one-description-section h5,
.text-section .column-one-description-section h3{
  line-height: 36px !important;
  padding-bottom: 20px;
}

.text-section .column-one-description-section h4::before {
  width: 20px;
  height: 20px;
  display: flex;
  margin-bottom:16px;
}

 .text-section .column-one-description-section h2{
    font-size: 24px !important;
    line-height: 32px !important;
 }

 .text-section .column-one-description-section h3{
   font-size: 20px !important;
   line-height: 28px !important;
 }

/*Style for text - end */
/*Text section mobile - end*/



}

@media screen and (max-width: 1100px) {

/*Se elimina coloana din stanga si apar card-urile in coloana cu text*/
.column-two-description-section{
  display: none !important;
}

.column-one-description-section{
  width: 100% !important;
  margin-right: 0px !important;
}

.social-card-mobile{
  display: flex !important;
  align-items: center;
}

.benefits-card-mobile{
  display: block;
}

.color-card-mobile{
  display: block !important;
}


.color-card {
  padding: 20px !important;
}

}


@media screen and (max-width: 768px) {
.row-text-description {
  padding: 56px 24px !important;
}

}


@media screen and (max-width: 600px) {
.column-two-hero-section img{
  object-fit: cover;
  height: auto !important;
}

h1{
  font-size: 32px !important;
}
}


@media (max-width: 479px) {
    .et_pb_post h2 {
        font-size: 32px;
        padding-bottom: 10px;
    }
}
