:root {

  --color-accent: #E0633D;
}

.hero_cta_wrap {
  margin: auto;
  width: fit-content;
  display: block;
}

.hero_cta_wrap strong {
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 600;
  color: #fff;
  background-color: var(--color-accent);
}

/* .bg-txt {
  background: url(../img/pink_bg.svg) no-repeat;
  background-size: 100% 100%;
  padding: 10px 40px;
  display: block;
  width: fit-content;
  margin-inline: auto;
} */
.page-template-template-landing .sort_wrap{
  margin-bottom: 24px;
}

.bg-text {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  font-weight: 900;
  position: relative;
  padding-block: 13px;
  width: fit-content;
  margin-inline: auto;
  z-index: 1;
}

.bg-text:before {
  content: '';
  background: url(../img/pbg1.svg);
  background-repeat: no-repeat;
  width: 70%;
  height: 100%;
  position: absolute;
  left: -20px;
  top: 0;
  z-index: -1;
  background-size: cover;
}

.bg-text:after {
  content: '';
  background: url(../img/pbg1.svg);
  background-repeat: no-repeat;
  width: 70%;
  height: 100%;
  position: absolute;
  right: -20px;
  top: 0;
  z-index: -1;
  background-position: right center;
  background-size: cover;
}

.landing_hero_section {
  position: relative;

  &::before,
  &::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    background-size: cover;
    z-index: 0;
  }

  &::before {
    background-image: url(../img/ice.svg);
    background-repeat: no-repeat;
    left: 0;
    width: 20.14vw;
    max-width: 290px;
    aspect-ratio: 0.67285;
    max-height: 431px;

  }

  &::after {
    background-image: url(../img/green_lines.svg);
    background-repeat: no-repeat;
    right: 0;
    width: 24.51vw;
    max-width: 535px;
    aspect-ratio: 1.023;
    max-height: 410px;
  }

}



.et_pb_menu .et_pb_menu__wrap {
  justify-content: flex-end;
}

.custom_header .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
  padding: 16px 7.5px;
}

.custom_header .et_pb_menu__wrap .et-menu-nav .menu-item:last-child a {
  background-color: #fff;
  padding: 16px 35px;
  gap: 10px;
  border-radius: 5px;
  color: #01172B;

}

.section_filter .et_pb_row {
  width: 100%;
}



.esg-hero-section {
  background: #01172B;
  padding: 77px 20px 150px;
  position: relative;
  overflow: hidden;
}

.esg-hero-container {
  max-width: 1273px;
  padding-inline: 15px;
  margin: 0 auto;
  text-align: center;
}

.container.container {
  max-width: 1273px;
  padding-inline: 15px;
  width: 100%;
  margin: 0 auto;
}

.esg-hero-badge {
  display: flex;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(224, 99, 61, 1);
  color: #fff;
  margin-inline: auto;
  padding: 5px;
  gap: 8px;
  border-radius: 10px;
  font-size: 18px;
  margin-bottom: 35px;
  padding-right: 14px;
}

.badge-new {

  border-radius: 6px;
  background: #ff6b35;
  color: white;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 18px;
  border-radius: 6px;
}

.esg-hero-title h1,
.esg-hero-title {
  font-size: 56px;
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
  line-height: 1.1;
  margin-bottom: 26px;
  letter-spacing: -0.0007em;
}

/* .highlight-pink {
  color: #fff;
  background: url(../img/pink_bg.svg) 0% 0% / 100% 100% no-repeat;
  padding: 0 20px;
  border-radius: 50px;
  display: inline-block;
} */

.highlight-pink {
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  position: relative;
  color: #fff;
  padding-inline: 10px;
  margin-right: 10px;
}

.highlight-pink:before {
  content: '';
  background: url(../img/pbg1.svg);
  background-repeat: no-repeat;
  width: 70%;
  height: 100%;
  position: absolute;
  left: -10px;
  top: 0;
  z-index: -1;
  background-size: cover;
}

.highlight-pink:after {
  content: '';
  background: url(../img/pbg1.svg);
  background-repeat: no-repeat;
  width: 70%;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 0;
  z-index: -1;
  background-position: right center;
  background-size: cover;
}
.esg-hero-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  max-width: 660px;
  margin: 0 auto 40px;
}

.esg-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: white;
  color: #001f3f;
  padding: 17px 26px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s ease;
}

.esg-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
}

.esg-hero-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(264px, 1fr));
  gap: 10px;
  background: rgba(230, 230, 234, 1);
  padding: 32px;
  border-radius: 24px;
  position: relative;
  z-index: 4;
  margin-top: -70px;
  max-width: 1150px;
  margin-inline: auto;
}

.benefit-item {
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
  padding: 14px 20px;
  font-size: 17px;
}

.benefit-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.benefit-icon img {
  width: 100%;
  height: 100%;
}

/* Courses Section */
.esg-courses-section {
  padding: 80px 0 100px;
}

.esg-courses-container {
  max-width: 1400px;
  margin: 0 auto;
}

.esg-section-header h2 {
  color: #001f3f;
  letter-spacing: -0.005em;
font-weight: 700;
font-size: 40px;
line-height: 50px;
text-transform: uppercase;

}

/* Benefits Section */
.esg-benefits-section {
  padding: 110px 0px 80px;
  background: rgba(230, 230, 234, .2);
}

.esg-benefits-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.esg-benefits-title {
  font-size: 42px;
  font-weight: 700;
  color: #001f3f;
  margin-bottom: 7px;
  line-height: 1.3;
  max-width: 820px;
  margin-inline: auto;
}

.esg-benefits-title .highlight-pink:before,
.esg-benefits-title .highlight-pink::after{
  background-image: url(../img/pink_bg.svg);
}
.esg-benefits-subtitle {
  font-size: 18px;
  color: #01172B;
  margin: 0 auto 60px;
  max-width: 610px;
  margin-inline: auto;
}

header .et_builder_inner_content {
  z-index: 99 !important;
}

.esg-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-bottom: 60px;
  position: relative;
  z-index: 3;
}

.benefit-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #E6E6EA;
  border-radius: 10px;
  padding: 40px 20px;
}

.benefit-card-image {

  margin: auto;
}


.benefit-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: #001f3f;
  margin-bottom: 15px;
  letter-spacing: -0.005em;
  text-transform: uppercase;
}


.esg-benefits-cta {
  margin-top: 40px;
  position: relative;
  z-index: 55;
}

.esg-cta-button-dark {
  background-color: #01172B;
  color: #fff;
}

.esg-cta-button-dark svg rect {
  fill: #fff;
}

.esg-benefits-cta .esg-cta-button {
  font-size: 16px;
  padding: 15px 36px;
}
.esg-benefits-section {
  position: relative;

  &::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    background-size: cover;
    z-index: 0;
    background-image: url(../img/lines_2.svg);
    background-repeat: no-repeat;
    left: 0;
    width: 37.51vw;
    max-width: 500px;
    aspect-ratio: 500/348;
    max-height: 410px;
  }

}

/* Responsive */
@media (max-width: 768px) {
  .esg-hero-title {
    font-size: 36px;
  }

  .esg-hero-benefits {
    grid-template-columns: 1fr;
  }

  .esg-benefits-title {
    font-size: 32px;
  }
}



.esg-lessons-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}


.esg-filters-wrap {
  flex: 0 0 auto;
  width: 401px;
}

.esg-filters-wrap h2 {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  letter-spacing: -0.005em;
  color: #01172B;


}

.esg-lessons-list-wrap {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.esg-filters_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.esg-filters {
  background-color: #01172B;
  color: #fff;
  border-radius: 24px;
  padding: 32px;
  margin-top: 0;
}

.esg-lesson-title {
  padding-bottom: 0;
}

.esg-filters_top h3 {
  padding-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.esg-reset {
  border: none;
  background: none;
  color: #64B5E5;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}

.esg-reset:hover {
  color: #096da7;
  transition: all .25s ease;
}

.filter_search {
  background-color: #fff;
  border-radius: 12px;
  margin-top: 28px;
  background-image: url('data:image/svg+xml,<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.5"><path d="M27.3369 23.7598L20.8995 17.322C21.9933 15.5807 22.6281 13.5226 22.6281 11.3138C22.6281 5.06501 17.5624 0 11.3138 0C5.06524 0 0 5.06501 0 11.3138C0 17.5629 5.06501 22.6274 11.3138 22.6274C13.7175 22.6274 15.9439 21.8759 17.776 20.599L24.1367 26.9602C24.5787 27.4018 25.1581 27.6217 25.7368 27.6217C26.3162 27.6217 26.895 27.4018 27.3376 26.9602C28.2209 26.076 28.2209 24.6438 27.3369 23.7598ZM11.3138 18.9619C7.09035 18.9619 3.66622 15.538 3.66622 11.3143C3.66622 7.09058 7.09035 3.66645 11.3138 3.66645C15.5375 3.66645 18.9614 7.09058 18.9614 11.3143C18.9614 15.538 15.5375 18.9619 11.3138 18.9619Z" fill="%2301172B"/></g></svg>');
  background-size: 28px;
  background-position: center right 22px;
  background-repeat: no-repeat;
}


.filter_search input {
  width: calc(100% - 50px);
  background-color: #fff;
  padding: 23px 22px;
  color: rgba(1, 23, 43, 1);
  text-align: left;
  border-radius: 12px;
  border: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;

}



.filter_search input::placeholder {
  color: rgba(1, 23, 43, .5);
}

.esg-cats {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 28px;
}

.esg-cats input {
  display: none;
}

.esg-cats input:checked+label {
  &::after {
    opacity: 1;
  }
}

.esg-cats label:hover {
  color: #64b5e5;
}

.filter_inputs {
  display: flex;
}

.esg-cats label {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.005em;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;


  &::before,
  &::after {
    content: '';
    display: block;
  }

  &::before {
    width: 32px;
    min-width: 32px;
    height: 32px;
    background: #01172B;
    border: 1px solid #64B5E5;
    border-radius: 4px;

  }

  &::after {
    position: absolute;

    opacity: 0;
    left: 10px;
    top: 12px;
    background-image: url('data:image/svg+xml,<svg width="11" height="9" viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 4.85693L3.4702 7.32713" stroke="white" stroke-width="2" stroke-linecap="round"/><path d="M9.79736 1L3.47015 7.32721" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>');
    display: block;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}



.sort_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  color: rgba(1, 23, 43, .5);
}
.sort_wrap p{
font-weight: 400;
font-size: 18px;
line-height: 28px;
letter-spacing: 0%;
color: rgb(1 23 43 / 50%)
}
.select_sort {

  padding: 19px 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  padding-right: 45px;
  gap: 10px;
  border: none;
  background: #E6E6EA;
  border-radius: 12px;

  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #01172B;
  appearance: none;





}


.select_sort_wrap {
  position: relative;



  &::after {
    position: absolute;
    right: 24px;
    top: 17px;
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml,<svg width="12" height="16" viewBox="0 0 12 16" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="5.65674" y="16" width="8" height="2" transform="rotate(-135 5.65674 16)" fill="%2301172B"/><rect x="4.24219" y="14.5858" width="8" height="2" transform="rotate(-45 4.24219 14.5858)" fill="%2301172B"/><rect x="4.72754" y="14" width="14" height="2" transform="rotate(-90 4.72754 14)" fill="%2301172B"/></svg>');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.sort_desc::after {
  transform: rotate(180deg);
}


.esg-lessons-list {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.esg-lesson-card {
  display: grid;
  grid-template-columns: 320px auto;
  align-items: center;
  gap: 32px;
  border: 1px solid #E6E6EA;
  border-radius: 24px;
  padding: 14px 20px;
  padding-right: 5%;
}

.esg-lesson-card:hover .esg-lesson-thumb a::after {
  transition: background-color .35s ease ;
  background-color: rgba(1, 23, 43, .6);
}

.esg-lesson-thumb {
  position: relative;
}

.esg-lesson-thumb a {
  display: block;
  position: relative;
  border-radius: 14px;
  overflow: hidden;

  &::after {
    transition: background-color .35s ease;
    content: '';
    width: 94px;
    aspect-ratio: 1;
    position: absolute;
    display: block;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .2);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: 17px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg width="17" height="20" viewBox="0 0 17 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.5 9.52625L-8.97232e-07 19.0525L-6.44184e-08 -3.50535e-05L16.5 9.52625Z" fill="white"/></svg>');
  }
}

.esg-lesson-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.thumb_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.005em;
  text-align: center;
  width: 100%;
  padding-inline: 25px;
  opacity: .7;
}


.thumb_text h4 {
  font-weight: 800;
  font-size: 30.78px;
  line-height: 41.03px;
  letter-spacing: -0.005em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.esg-lesson-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;

}


.lesson-meta {
  padding: 9px 12px;
  border-radius: 100px;
  background-color: rgba(230, 230, 234, 1);
}

.esg-lesson-title a {
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.005em;
  text-transform: uppercase;

}

.esg-short-blurb {
  font-size: 18px;
  margin-top: 4px;
}

.esg-instructor-meta {
  text-transform: uppercase;
}

.esg-instructor {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
}

.esg-instructor img {
  max-width: 72px;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
}

.esg-instructor .d-flex {
  display: flex;
  gap: 2px;
  flex-direction: column;
  font-size: 18px;
}

.esg-instr-name {
  font-weight: 700;
  font-size: 18px;
}

.esg-instr-position {
  color: rgba(0, 0, 0, .5);
}


.footer-white-lessons .et_pb_section_0_tb_footer.et_pb_section {
  background-color: #E6E6EA !important;
}

.footer-esg-lessons .et_pb_section_0_tb_footer.et_pb_section {
  position: relative;

  &::before {
    content: '';
    display: block;
    width: 109px;
    height: 174px;
    background-image: url(../img/footer.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
  }
}



.footer-esg-lessons .et_pb_row_1_tb_footer .et_pb_text_inner a {
  color: rgba(255, 255, 255, 0.5);
}

.footer-white-lessons .et_pb_text_inner span,
.footer-white-lessons .et_pb_text_inner a {
  color: #01172B !important;
}

.footer-white-lessons .et_pb_row_1_tb_footer .et_pb_text_inner a {
  color: rgba(1, 23, 43, .5) !important;
}

/* login */

.esg-auth-section {
  min-height: calc(100vh - 200px);
  background: #01172B;
  padding: 60px 20px 100px;
}

.esg-auth-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 47px;
  align-items: center;
}



.esg-logos-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  align-items: center;
}

.logo-item {
  text-align: center;
}

.logo-item img {
  max-width: 109px;
  height: auto;
  opacity: 0.8;
}

.esg-auth-right {
  background: white;
  border-radius: 20px;
  padding: 95px 40px 80px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.esg-auth-title {
  font-size: 28px;
  font-weight: 700;
  color: #001f3f;
  margin-bottom: 20px;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
}

.esg-auth-subtitle {
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 1.6;
  max-width: 441px;
  color: rgb(1 23 43);
  text-align: center;
  margin-inline: auto;
}

.esg-auth-tabs {
  display: none;
  gap: 10px;
  margin-bottom: 30px;
  border-bottom: 2px solid #e0e0e0;
}

.esg-tab-btn {
  background: none;
  border: none;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #999;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.esg-tab-btn.active {
  color: #1a8a9f;
}

.esg-tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: #1a8a9f;
}

.esg-auth-form {
  display: none;
}

.esg-auth-form.active {
  display: block;
}

.esg-form-group {
  margin-bottom: 20px;
}

.esg-form-group input {
  width: 100%;
  padding: 18px 20px;
  border: none;
  background-color: #01172b0d;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.esg-form-group input:focus {
  outline: none;
  border-color: #1a8a9f;
  box-shadow: 0 0 0 3px rgba(26, 138, 159, 0.1);
}

.esg-submit-btn {
  width: 100%;
  padding: 15px 18px;
  background: #1C7D94;
  color: white;
  border: none;
  border-radius: 5px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  font-size: 16px;
}

.esg-submit-btn:hover {
  background: #156d7e;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(26, 138, 159, 0.3);
}

.esg-submit-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
}

.esg-switch-text {
  text-align: center;
  color: #01172B;
  font-size: 18px;
line-height: 28px;
}

.esg-switch-link {
font-weight: 400;
font-size: 18px;
line-height: 28px;
letter-spacing: 0%;
text-decoration: underline;
color: #64B5E5;
}

.esg-switch-link:hover {
  text-decoration: underline;
}

.esg-forgot-password {
  text-align: center;
  margin-top: 15px;
}

.esg-forgot-password a {
  color: #64B5E5;
  text-decoration: none;
  font-size: 14px;
}

.esg-forgot-password a:hover {
  text-decoration: underline;
}

#esg-auth-messages {
  margin-bottom: 20px;
}

.esg-message {
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.esg-message.success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.esg-message.error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* Responsive */
@media (max-width: 1024px) {
  .esg-auth-container {
    grid-template-columns: 1fr;
  }


}

@media (max-width: 768px) {
  .esg-auth-right {
    padding: 40px 30px;
  }

  .esg-auth-title {
    font-size: 24px;
  }
  .esg-form-group input,
  .esg-submit-btn {
    padding: 10px;
  }
}


/* login */


/* library */

/* Hero Section */
.esg-library-hero {
  background: #01172B;
  padding: 50px 15px 30px;
  position: relative;
  overflow: hidden;
}

.esg-library-hero-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.esg-hero-badges {
  display: flex;
  gap: 7px;
  margin-bottom: 39px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 400;
}

.badge-type {
  color: rgba(255, 255, 255, .9);
  background: #01172B;
  border: 1px solid #E0633D;
  border-radius: 10px;
}

.badge-access {
  color: #fff;
}

.esg-library-hero-title {
  font-size: 60px;
  font-weight: 900;
  color: white;
  margin-bottom: 25px;
  line-height: 1.1;
  text-transform: uppercase;
}

/* .highlight-orange {
  background: url(../img/orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 5px 20px;
  display: inline-block;

} */



.highlight-orange {
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  font-weight: 900;
  position: relative;
  background: none;
  padding-inline: 0;

}

.highlight-orange:before {
  content: '';
  background: url(../img/orange.svg);
  background-repeat: no-repeat;
  width: 70%;
  height: 100%;
  position: absolute;
  left: -20px;
  top: 0;
  z-index: -1;
  background-size: cover;
}

.highlight-orange:after {
  content: '';
  background: url(../img/orange.svg);
  background-repeat: no-repeat;
  width: 70%;
  height: 100%;
  position: absolute;
  right: -20px;
  top: 0;
  z-index: -1;
  background-position: right center;
  background-size: cover;
}
.esg-library-hero-subtitle {
  font-size: 28px;
  color: white;
  margin-bottom: 29px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  max-width: 819px;
  line-height: 129%;
  letter-spacing: -0.005em;
}


.esg-hero-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  align-items: center;
}


.hero-logo-item img {
  width: 60px;
}

.hero-decoration {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35.51vw;
  max-width: 494px;
  max-height: 348px;
  aspect-ratio: 494/348;
  z-index: 1;
  pointer-events: none;
}

/* .hero-decoration img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

/* Courses Section */
.esg-courses-section {
  padding: 44px 0px 80px;
}

.esg-courses-container {
  max-width: 1400px;
  margin: 0 auto;
}

.esg-section-header {
  margin-bottom: 17px;
}

.esg-section-title {
  font-size: 40px;
  font-weight: 700;
  color: #001f3f;
  line-height: 55px;
  position: relative;
  letter-spacing: -0.005em;
}

.esg-section-title .bg-txt{
  padding-right: 20px;

}
.esg-section-title .bg-txt::before,
.esg-section-title .bg-txt::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  background-image: url(../img/b_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 70%;
  height: 100%;
  z-index: -1;
}

.esg-section-title .bg-txt::before {
  left: -20px;
}

.esg-section-title .bg-txt::after {
  right: -20px;
  background-position: right center;
}
@media (max-width: 1280px) {
.esg-section-title .bg-txt::before{
  left: -10px;
}
}
@media (max-width: 768px) {
.esg-courses-section-library .esg-section-header .bg-txt{
  padding-left: 0;
}

}
/* Responsive */
@media (max-width: 1024px) {
  .hero-decoration {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 768px) {
  .esg-library-hero-title {
    font-size: 40px;
  }

  .hero-decoration {
    display: none;
  }

  .esg-hero-logos {
    justify-content: center;
  }

  .esg-section-title {
    font-size: 28px;
  }
}


/* library */




/* single */


.esg-user-progress {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 12px;
  margin: 30px 0;
}

.esg-user-progress h3 {
  margin-bottom: 15px;
  color: #001f3f;
}

.progress-bar {
  width: 100%;
  height: 12px;
  background: #e0e0e0;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #10b981, #059669);
  transition: width 0.5s ease;
}

.progress-text {
  font-size: 14px;
  color: #666;
  margin: 0;
}


.esg-user-progress {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 12px;
  margin: 30px 0;
}

.esg-user-progress h3 {
  margin: 0 0 20px 0;
  color: #001f3f;
  font-size: 24px;
}

.progress-bar-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.progress-bar {
  flex: 1;
  height: 12px;
  background: #e0e0e0;
  border-radius: 20px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #10b981, #059669);
  transition: width 0.5s ease;
}

.progress-percentage {
  font-weight: 600;
  color: #001f3f;
  font-size: 18px;
  min-width: 50px;
  text-align: right;
}

.progress-text {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.completed-lessons {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}

.completed-lessons h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #001f3f;
}

.completed-lessons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.completed-lessons li {
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}

.completed-lessons a {
  color: #1a8a9f;
  text-decoration: none;
  transition: color 0.3s;
}

.completed-lessons a:hover {
  color: #156d7e;
}

.esg-progress-login {
  background: #fff3cd;
  padding: 15px 20px;
  border-radius: 8px;
  border-left: 4px solid #ffc107;
  color: #856404;
}

.esg-progress-login a {
  color: #856404;
  font-weight: 600;
  text-decoration: underline;
}


/* Module Page Styles */
.esg-module-page {
  background: #001f3f;
}

.esg-module-hero {
  background: #01172B;
  padding: 40px 20px 80px;
  position: relative;
  overflow: hidden;
}

.esg-module-hero-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  position: relative;
  z-index: 2;
}

.esg-breadcrumb {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-bottom: 20px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  border-radius: 6px;
}

.esg-module-title {
  margin-top: 20px;
}

.esg-module-title h1 {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 900;
  color: white;
  margin-bottom: 30px;
  line-height: 1.2;
}


.esg-module-title h1 strong {
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  font-weight: 900;
  position: relative;
}

.esg-module-title h1 strong:before {
  content: '';
  background: url(../img/pbg1.svg);
  background-repeat: no-repeat;
  width: 70%;
  height: 100%;
  position: absolute;
  left: -20px;
  top: 0;
  z-index: -1;
  background-size: cover;
}

.esg-module-title h1 strong:after {
  content: '';
  background: url(../img/pbg1.svg);
  background-repeat: no-repeat;
  width: 70%;
  height: 100%;
  position: absolute;
  right: -20px;
  top: 0;
  z-index: -1;
  background-position: right center;
  background-size: cover;
}

/* .esg-module-title h1 strong:last-of-type {
  background-image: url(../img/pbg2.svg);
} */

.episode-number {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #ec4899;
  margin-bottom: 10px;
}

.hero-decoration-lesson {
  background-image: url(../img/pink_lines.svg);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.esg-module-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
  line-height: 28px;
}

.esg-module-subtitle strong {
  font-size: 24px;
  margin-bottom: -10px;
  display: block;
}

.esg-module-subtitle p {
  max-width: 481px;
}

.esg-learning-outcomes {
  margin-bottom: 30px;
}

.esg-learning-outcomes h3 {
  color: rgba(255, 255, 255, .9);
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.outcomes-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 460px;
}

.outcomes-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 26px;
}

.outcomes-list svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.esg-resources {
  margin-top: 30px;
}

.esg-resources h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.9);
  padding-bottom: 0;
}

.resource-download {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  color: #001f3f;
  padding: 12px 0;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  background-position: center;
  font-size: 24px;
  position: relative;
}

.resource-download::before,
.resource-download::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  background-image: url('../img/yellow.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 70%;
  height: 100%;
  z-index: -1;
}

.resource-download::before {
  left: -20px;
}

.resource-download::after {
  right: -20px;
  background-position: right center;
}


/* Video Card */
.esg-video-card {
  background: white;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  max-width: 505px;
  margin-left: auto;
  width: 100%;
  padding: 30px;
}

.video-wrapper {
  position: relative;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
  background: #000;
  overflow: hidden;
  border-radius: 16.63px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-info {
  margin-top: 20px;
}

.instructor-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.instructor-photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.instructor-name {
  font-weight: 600;
  color: #001f3f;
  margin: 0;
}

.instructor-position {
  font-size: 14px;
  color: #666;
  margin: 4px 0 0 0;
}

.video-title {

  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 117%;
  color: #01172B;
  opacity: 0.9;
  margin-bottom: 20px;
}

.video-meta {
  gap: 22px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.video-duration,
.video-access {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
}

.btn-start-learning {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: #1C7D94;
  color: white;
  padding: 13.1px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
}

.btn-start-learning:hover {
  background: #156d7e;
  transform: translateY(-2px);
}



/* Keep Learning Section */
.esg-keep-learning {
  background: #f8f9fa;
  padding: 92px 20px;
}

.esg-keep-learning-container {
  max-width: 1400px;
  margin: 0 auto;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #001f3f;
  margin-bottom: 40px;
}

.title-badge {
  display: inline-block;
  background: #001f3f;
  color: white;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  margin-right: 15px;
}

/* Responsive */
@media (max-width: 1024px) {
  .esg-module-hero-container {
    grid-template-columns: 1fr;
  }

  .hero-decoration {
    display: none;
  }
}

@media (max-width: 768px) {
  .esg-module-title {
    font-size: 32px;
  }

  .section-title {
    font-size: 28px;
  }
}


/* single */


.esg-courses-section-library .esg-section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  text-transform: uppercase;
}

.esg-courses-section-library .esg-section-header .bg-txt {
  background-image: none;
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 1;
}


 .esg-courses-section-library .esg-section-header .bg-txt {
   display: block;
   width: fit-content;
  }
.et_pb_menu_0_tb_header {
  padding-inline: 7% !important;
}

/* mobile */
@media (max-width: 1280px) {
  .esg-filters-wrap {
    width: 30%;
  }

  .esg-auth-right {
    padding-inline: 30px;
  }

  .esg-module-hero-container {
    gap: 20px;
  }
}

@media (max-width: 1200px) {

  .et_pb_menu_0_tb_header.et_pb_menu_0_tb_header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .et_pb_menu_0_tb_header {
    padding-inline: 15px !important;
  }

  .custom_header .et_pb_menu__wrap .et-menu-nav .menu-item:last-child a {
    padding: 16px;
  }

  .et_pb_menu_0_tb_header.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
    color: #fff;
  }

  .et_pb_menu.et_pb_menu .et_mobile_menu {
    height: 100vh;
    width: 100vw;
    left: 0;
    position: fixed;
    top: 72px;
  }

  .admin-bar .et_pb_menu.et_pb_menu .et_mobile_menu {
    top: 104px;
  }

  .admin-bar .has_et_pb_sticky .et_pb_menu.et_pb_menu .et_mobile_menu {
    top: 83px;
  }

  .has_et_pb_sticky .et_pb_menu.et_pb_menu .et_mobile_menu {
    top: 52px;
  }

  .esg-lesson-card {
    grid-template-columns: 1fr 1fr;
    padding-right: 15px;
    padding: 15px;
    gap: 15px;

  }


  .hero-decoration {
    width: 25.51vw;
  }


  .esg-auth-container {
    gap: 15px;
  }

  .esg-auth-container {
    display: flex;
    align-items: center;
  }

  .esg-auth-left,
  .esg-auth-right {
    width: 50%;
  }

  .esg-logos-grid {
    display: flex;
    flex-wrap: wrap;
  }

  .esg-module-hero-container {
    display: flex;
    flex-direction: column;

  }

  .esg-module-subtitle p {
    max-width: 100%;
  }

  .esg-video-card {
    margin-inline: auto;
  }

}

@media (max-width: 992px) {


  footer .et_pb_row_1_tb_footer .et_pb_text_inner p {
    text-align: center !important;
  }

  .esg-courses-section {
    padding-inline: 0;
  }

  .bg-txt {
    background-size: contain;
    background-position: center;
  }

  .esg-lessons-wrapper {
    flex-direction: column;
  }

  .esg-filters-wrap,
  .esg-lessons-list-wrap {
    width: 100%;
  }

  .esg-cats {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }

  .esg-benefits-grid {
    gap: 20px;
  }

  .esg-library-hero {
    padding-bottom: 90px;
  }

  .hero-decoration {
    display: none;
  }

  .esg-courses-section-library .esg-section-header {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
.sort_wrap{
  margin-inline: auto;
}
  .esg-auth-container {
    flex-direction: column-reverse;
  }

  .esg-auth-left,
  .esg-auth-right {
    width: 100%;
  }

  .esg-logos-grid {
    justify-content: center;
  }

  @media (max-width: 992px) {
    .admin-bar .et_pb_menu .et_mobile_menu {
      overflow-y: auto !important;
      height: calc(100vh - 104px) !important;
    }

    .admin-bar .has_et_pb_sticky .et_pb_menu .et_mobile_menu {
      overflow-y: auto !important;
      height: calc(100vh - 83px) !important;
    }

    .et_pb_menu .et_mobile_menu {
      overflow-y: auto !important;
      height: calc(100vh - 72px) !important;
    }

    .has_et_pb_sticky .et_pb_menu .et_mobile_menu {
      overflow-y: auto !important;
      height: calc(100vh - 52px) !important;
    }

.et_pb_text_3_tb_footer{
  margin-left: 0 !important;
}
  }
}

@media (max-width: 768px) {
  .et_pb_text_3_tb_footer.et_pb_text_3_tb_footer.et_pb_text_3_tb_footer.et_pb_text_3_tb_footer {
    margin-left: 0 !important;
  }

  .esg-hero-title {
    font-size: 36px;
  }

  .thumb_text h4 {
    font-size: 22px;
  }

  .esg-lesson-card {
    grid-template-columns: 1fr;
  }

  .hero-logo-item {
    width: calc(100% / 5 - 17px);
    text-align: center;
  }

  .esg-library-hero {
    padding-bottom: 40px;
  }

  .esg-auth-section {
    padding-inline: 0;
  }

  .esg-module-title h1 {
    font-size: 40px;
  }


  .esg-section-header h2 {
    text-align: left;
  }
}

@media (max-width: 600px) {
  .esg-keep-learning .esg-section-title .bg-txt {
    padding: 10px 5px;
    font-size: 30px;
  }

  .esg-keep-learning .esg-section-title {
    text-align: center;
    margin-inline: auto;
  }
}

@media (max-width: 575px) {
  /* .esg-hero-badge {
    flex-direction: column;
  } */

  .resource-download {
    font-size: 18px;
  }
  .esg-cats {
    flex-direction: column;
    gap: 15px;
  }
  .esg-keep-learning{
    padding-inline: 0;
  }

  .next-lesson-suggestion{
    padding-inline: 10px;
  }
  .esg-video-card{
    padding-inline: 15px;
  }

  .benefit-card h3{
    font-size: 20px;
  }

  .highlight-orange{
    padding-block:  10px;
  }
   .highlight-orange::before{
    left: -23px;
  }
  .esg-hero-badges{
    flex-wrap: wrap;
  }
}

.mobile_nav.opened .mobile_menu_bar:before {
  content: '\4d' !important;
}

/* mobile */


.et_pb_text_inner a:hover,
.et_pb_text_inner a:hover span {
  opacity: .7 !important;
}


.wp-child-theme-divi-child .footer-esg-lessons .et_pb_section_0_tb_footer.et_pb_section::before {
  content: '';
  display: block;
  width: 109px;
  height: 174px;
  background-image: url(../img/footer.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}


@media (max-width: 1200px) {
  .et_pb_sticky.et_pb_menu_0_tb_header.et_pb_menu {
    width: 100% !important;
  }

  .wp-child-theme-divi-child footer .et_pb_row {
    max-width: 100%;
    width: 95%;
  }
}


@media (max-width: 980px) {
    .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5:first-child {
        width: 100%;
        margin-right: 0;
    }
 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5:first-child .et_pb_image_0_tb_footer{
  max-width: 200px;
  margin-inline: auto;
 }
 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5:first-child .et_pb_text_inner table tr{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
  gap: 15px;
}

 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5:first-child .et_pb_text_inner table tr td{
  width: 47px !important;
}
.esg-benefits-section{
  padding-block: 80px;
}
}



.page-template-template-landing .et_pb_section_0_tb_footer.et_pb_section::before,
.page-template-template-esg-library .et_pb_section_0_tb_footer.et_pb_section::before,
.esg_lesson-template-default .et_pb_section_0_tb_footer.et_pb_section::before {
  content: '';
  display: block;
  width: 109px;
  height: 174px;
  background-image: url(../img/footer.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 390px) {
  .page-template-template-landing .et_pb_section_0_tb_footer.et_pb_section::before,
.page-template-template-esg-library .et_pb_section_0_tb_footer.et_pb_section::before,
.esg_lesson-template-default .et_pb_section_0_tb_footer.et_pb_section::before {
    width: 89px;
  height: 154px;
}
}
/* Password Strength Indicator */
.password-requirements {
    margin-top: 8px !important;
    font-size: 13px !important;
    color: #666 !important;
    list-style: none !important;
    padding: 0 !important;
}

.password-requirements li {
    margin-bottom: 4px !important;
    transition: color 0.3s ease;
}

.password-requirements li.valid {
    color: #009640 !important;
}

.password-requirements .req-icon {
    display: inline-block;
    width: 16px;
    font-weight: bold;
    margin-right: 4px;
}

.password-strength-indicator {
    margin-top: 8px;
}

.strength-bar {
    height: 4px;
    background-color: #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 4px;
}

.strength-bar-fill {
    height: 100%;
    transition: width 0.3s ease, background-color 0.3s ease;
    width: 0;
    background-color: #ccc;
}

.strength-bar-fill.weak {
    width: 33%;
    background-color: #ff4444;
}

.strength-bar-fill.medium {
    width: 66%;
    background-color: #ffaa00;
}

.strength-bar-fill.strong {
    width: 100%;
    background-color: #009640;
}

.strength-text {
    font-size: 12px;
    color: #666;
}

.esg-message {
    padding: 12px 16px;
    border-radius: 4px;
    margin-bottom: 16px;
    font-size: 14px;
}

.esg-message.error {
    background-color: #fff3f3;
    color: #d32f2f;
    border: 1px solid #ffcdd2;
}

.esg-message.success {
    background-color: #f1f8f4;
    color: #009640;
    border: 1px solid #c8e6c9;
}

@media (min-width: 992px) {

  .esg-courses-section-hero{
    padding-top: 94px;
    padding-bottom: 100px;
  }
}

/* ESG Simple Header */
.esg-simple-header {
    background: #0A2540;
    padding: 20px 0;
}

.esg-simple-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.esg-simple-header .logo img {
    height: 40px;
    width: auto;
}

.esg-header-cta {
    background: white;
    color: #0A2540;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.2s ease;
}

.esg-header-cta:hover {
    opacity: 0.9;
    color: #0A2540;
}


/* Simple Header Styles */
.simple-header {
    background-color: #01172B;
    padding: 40px 0 26px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
     transition: all .35s ease;
}
.logo-container{
    max-width: 190px;
    width: 100%;
}

@media (min-width: 981px) {

    .page-template-page-template-esg.et_fixed_nav.et_show_nav #page-container {
        padding-top: 80px;
    }
}
@media (min-width: 981px) {
   .page-template-page-template-esg.et_right_sidebar #main-content .container:before {
       content: none !important;
    }
}
.admin-bar .simple-header {
    top: 32px;
}
.scrolled.simple-header {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all .35s ease;
}
.admin-bar .scrolled.simple-header {
    top: 0;
}
.header_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.simple-header .header-cta {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.simple-header .book-demo-btn {
    background-color: #ffffff;
    color: #0a2540;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.simple-header .book-demo-btn:hover {
    background-color: #f0f0f0;
}
/**cache test*/

/**cache test 2*/