
/* Modal styles */
.custom-modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4);
  align-items: center;
  justify-content: center;
}


.custom-modal-content {
  background-color: #fefefe;
  margin: 15px;
  padding: 40px;
  border: 1px solid #888;
  width: 500px;
  border-radius: 15px;
}

.custom-modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.custom-modal .close:hover,
.custom-modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Modal styles end */

.site-main {
  max-width: unset;
}

.text-primary-coral-gradient {
  padding-right: 15px;
}

h2 {
  margin-top: 0;
  margin-bottom: 24px;
}

h4, h5 {
  margin-top: 0;
}

.banner:before {
  content: '';
  background-image: url("/assets/img/partner-with-us/bg-right-top.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  display: block;
  height: 700px;
  width: 800px;
  position: absolute;
  top: -227px;
  right: -240px;
  z-index: 0;
  opacity: .8;
  transform: rotate(180deg);
}
.banner {
  position: relative;
  background-color: var(--black);
  overflow: hidden;
}


.banner h1 {
  color: var(--white);
  margin-bottom: 24px;
  font-size: 87px;
}

.banner p {
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.banner .col-group {
  max-width: 1192px;
  margin: auto;
  padding: 80px 0;
  align-items: flex-end;
  gap: 60px;
  position: relative;
  z-index: 1;
}

.text-primary-coral-gradient {
  padding-bottom: 18px;
  margin-bottom: -18px;
}

.banner a{
  white-space: nowrap;
}

.our-partners {
  background-color: var(--black);
}

.our-partners .container {
  max-width: 1192px;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 80px;
}

.our-partners h5 {
  margin-top: 0;
  margin-bottom: 24px;
  color: var(--white);
}

.our-partners .logos {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}


.our-partners .logos a {
  padding: 4px 12px;
  background-color: #171E1D;
  border-radius: 12px;
}

.our-partners .logos a:hover {
  background-color: var(--white);
}

.our-partners .logos a:hover img{
  filter: brightness(0);
}

.ltr-section .container{
  max-width: 1192px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 119px;
  align-items: center;
}

.graph-section .container{
  max-width: 1192px;
  margin: auto;
  padding: 80px 0;
}

.graph-section .header{
  display: flex;
  justify-content: space-between;
  gap: 126px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--brand-color-1);
}

.graph-section .header p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.graph-section .header h2 {
  width: 480px;
  margin-bottom: 0;
}

.graph-section .header > div {
  width: 587px;
}

.graph-section .counter-inner-container {
  display: flex;
  margin-bottom: 40px;
}

.graph-container {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.graph {
  width: 789px;
  box-shadow: 0px 4px 10px 0px #0000001A;
  padding: 32px 32px 64px 32px;
}

.line-group {
  display: flex;
  gap: 56.25px;
  height: 204px;
  align-items: flex-end;
}

.line-item {
  width: 100px;
  text-align:center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.line-item small {
  position: absolute;
  width: 100px;
  left: 0;
  bottom: -24px;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
}

.line-item .two-line {
  bottom: -40px;
}

.graph-content {
  width: 387px;
  padding: 24px 32px;
}

.graph-content small {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  margin-bottom: 8px;
}

.graph-content h4:not(:last-of-type) {
  margin-bottom: 48px;
}

.line-bar {
  width: 100%;
  display: block;
  background-color: #65C9BD;
  border-radius: 6px;
  height: 0;
  transition: height 1s ease-in-out;
}

.cta-section {
  background: var(--coral-gradient);
  padding: 80px 0;
}

.cta-section .cta-content {
  max-width: 1192px;
  margin: auto;
}

.cta-section .text-italic {
  display: block;
}

.cta-section h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 24px;
}

.cta-section .cta-content p {
  color: var(--black);
  width: 631px;
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.cta-section .logos {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.cta-section .cta-content img {
  margin-bottom: 24px;
}

.cta-section .btn.btn-secondary:hover {
  background: var(--white) !important;
  color: var(--black);
}

.cta-section .btn-outline:hover {
  border-color: var(--white);
  color: var(--white) !important;
}

.pricing-section {
  padding: 80px 0px;
  /* background-color: var(--black); */
}

.pricing-section.exec-plus .pricing-content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--brand-color-1);
}

.pricing-section .pricing-content {
    max-width: 1192px;
    margin: auto;
}

.pricing-content h2 {
  margin-top: 0;
  margin-bottom: 24px;
  position: relative;
  color: var(--white);
}

.pricing-section.exec-plus .pricing-description {
  width: 587px;
}

.pricing-section p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: var(--white);
}

.pricing-section.exec-plus .package-details {
  max-width: 1192px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.pricing-section.exec-plus .package-menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 486px;
}

.pricing-section.exec-plus .package-menu .menu-item {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: var(--white);
  padding: 16px 0 16px 32px;
  border-bottom: 1px solid #AEAEAE;
  text-decoration: none;
  cursor: pointer;
}

.pricing-section.exec-plus .package-menu .menu-item.active {
  color: var(--brand-color-1);
}

.pricing-section.exec-plus .package-menu .menu-item:after {
  content: url(/assets/img/arrow-right.svg);
  float: right;
  filter: invert(58%) sepia(85%) saturate(0%) hue-rotate(160deg) brightness(104%) contrast(85%);
  transform: translate3d(-0.5rem, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transition: all .28s;
}

.pricing-section.exec-plus .package-menu .menu-item.active:after {
  content: url(/assets/img/arrow-right.svg);
  float: right;
  opacity: 1;
  transform: translate3d(0, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  filter: none;
}

.pricing-section.exec-plus .package-descriptions {
  width: 587px;
}

.package-detail {
  display: none;
}

.package-detail.active {
  display: block;
}

.pricing-section.exec-plus .package-detail {
  padding-top: 16px;
}

.pricing-section.exec-plus .package-details-mobile {
  display: none;
}

.key-takeaway > ul > li {
  font-family: Poppins, sans-serif !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 24px !important;
  background-position-y: 0;
  color: var(--white);
}

.pricing-section.exec-plus .package-menu .menu-item:hover {
  color: var(--brand-color-1);
}

.insider-section {
  /* background-color: var(--black); */
}

.insider-section .insider-content {
  padding: 80px 0;
  max-width: 1192px;
  margin: auto;
}

.insider-content h2 {
  margin-top: 0;
  color: var(--white);
  display: inline-block;
  margin-bottom: 40px;
}

.insider-section .insider-content .insider-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  overflow: hidden;
}

.insider-section .insider-content .insider-card {
  background-color: var(--white);
  border-radius: 12px;
  padding: 40px 32px;
  flex: 1;
}

.insider-card h4 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.05em;
}

.insider-section .insider-card p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.insider-card p {
  margin-bottom: 0;
}

.case-study .container {
  max-width: 1192px;
  margin: auto;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.case-study .container .content {
  width: 586px;
}

.case-study .tag {
  display: inline-block;
  border-radius: 40px;
  border: 1px solid #09100F;
  padding: 8px 12px;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.case-study p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.ltr-section.bg-black {
  background-color: var(--black);
}

.ltr-section {
  padding: 80px 0;
  background-color: var(--white);
  background-image: url(/assets/img/eclipse-left-bottom-light.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
}

.ltr-section .ltr-content {
  max-width: 1188px;
  margin: auto;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

#bookCall .ltr-content {
  gap: 120px;
}

.ltr-section .ltr-content .image {
  width: 588px;
  display: flex;
  align-items: center;
}

.ltr-section .ltr-content .content {
  width: 587px;
  margin: auto;
}

.ltr-section .ltr-content .content h2 {
  margin-top: 0;
  margin-bottom: 24px;
  color: var(--white);
}

.ltr-section .ltr-content .content p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 24px;
}

.ltr-section.bg-black .ltr-content .content p {
  color: var(--white);
}

.ltr-section .ltr-content .content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}

.ltr-section .ltr-content .content ul li {
  margin: 0;
  padding-left: 24px;
  background: url(https://pma-assets-external.ams3.cdn.digitaloceanspaces.com/Janrey-test/bullet-point.svg) no-repeat;
  background-position-y: 2px;
}

.ltr-section .ltr-content .content ul li {
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.ltr-section.bg-black .ltr-content .content ul li {
  color: var(--white);
}

.ltr-section .ltr-content iframe {
  border-radius: 32px;
}

.ltr-section p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.courses-counter-box p{
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.courses-counter {
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: -0.04em;
}

.merge-section {
  background-color: var(--black);
  background-image: url("/assets/img/partner-with-us/small-bg-blurr-pa-color.svg");
  background-position: 224% 100%;
  background-repeat: no-repeat;
  background-size: 70%;
}

button.accordion {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  text-align: left;
  padding: 16px 0;
  color: var(--white);
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.04em;
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #AEAEAE;
}

button.accordion:before {
  /* content: " ";
  border: 2px solid var(--white);
  width: 8px;
  display: block; */
  /* transform: rotate(90deg); */
  /* transition: transform .2s ease-in-out; */
}

button.accordion.is-open {
  color: var(--brand-color-1);
}

button.accordion.is-open:before {
  /* transform: rotate(0);
  border-color: var(--brand-color-1); */
  content: url("/assets/img/arrow-right.svg");
}

.accordion-content {
  background-color: transparent;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out, padding 0.2s ease-in-out;
}

.accordion-content p {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.accordion-content p:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 601px) and (max-width: 1200px) {
  .banner {
    background-size: 56%;
  }

  #bookCall .ltr-content {
    gap: 56px;
  }
  #bookCall .ltr-content .image {
    width: 100%;
  }

  .banner .col-group {
    padding: 80px 56px 12px 56px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .banner h1 .text-italic {
    display: inline;
  }
  .banner h1 {
    margin-bottom: 24px;
  }
  .banner p {
    margin-bottom: 24px;
  }

  .our-partners {
    margin-top: -2px;
  }
  .our-partners .container {
    padding-left: 56px;
    padding-right: 56px;
  }
  .our-partners .logos {
    flex-wrap: wrap;
  }

  .ltr-section {
    padding: 80px 56px;
  }
  .ltr-section .container {
    gap: 32px;
    flex-direction: column-reverse;
  }

  .graph-section .container {
    padding: 80px 56px;
  }
  .graph-section .counter-inner-container {
    column-gap: 100px;
    flex-wrap: wrap;
  }

  .cta-section {
    padding: 80px 56px;
  }

  .pricing-section {
    padding: 80px 56px;
  }
  .pricing-section.exec-plus .pricing-content {
    gap: 24px;
    flex-direction: column;
  }
  .pricing-section.exec-plus .package-details {
    gap: 64px;
  }

  .insider-section .insider-content {
    padding: 80px 56px;
  }

  .case-study .container {
    padding: 80px 56px;
  }

  .ltr-section .ltr-content {
    gap: 32px;
  }

  .line-group {
    height: 80%;
  }
  .graph {
    width: 700px;
  }
  .line-item small {
    width: 80px;
  }
  .line-item .two-line {
    bottom: -50px;
  }
}

@media screen and (max-width: 768px) {
  .pricing-section.exec-plus .package-details {
    display: none;
  }

  .pricing-section.exec-plus .package-details-mobile {
    display: block;
  }
  .ltr-section .ltr-content {
    flex-direction: column-reverse;
  }

  .ltr-section .ltr-content .image {
    align-items: center;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .banner h1 {
    font-size: 56px;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: -0.04em;
  }
  .banner h1 span {
    display: inline;
  }
  .banner .col-group{
    padding: 56px 32px 24px 32px;
    align-items: unset;
    gap: 24px;
  }
  .banner {
    background-size: unset;
  }
  .banner p {
    margin-bottom: 24px;
  }
  .banner .btn-group {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .our-partners {
    margin-top: -1px;
  }
  .our-partners .container {
    padding: 12px 32px 56px 32px;
  }
  .our-partners .logos {
    flex-wrap: wrap;
    gap: 24px;
  }

  .ltr-section {
    padding: 56px 32px;
  }
  .ltr-section.no-bg {
    padding-bottom: 28px;
  }
  .ltr-section .container {
    gap: 38px;
    flex-direction: column-reverse;
  }
  .ltr-section h2 {
    font-family: Poppins, sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.04em;
  }
  .ltr-section img {
    width: 100%;
  }

  .graph-section .container {
    padding: 56px 32px;
    padding-top: 28px;
  }
  .graph-section .header {
    flex-direction: column;
    gap: 24px;
    padding-bottom: 24px;
  }
  .graph-section .header h2 {
    font-family: Poppins, sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.04em;
    width: unset;
  }
  .graph-section .header h2 span{
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .graph-section .header > div {
    width: unset;
  }
  .graph-section .btn-group {
    flex-direction: column;
    align-items: flex-start;
  }
  .graph-section .counter-inner-container {
    flex-direction: column;
  }
  .courses-counter {
    font-size: 56px;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: -0.04em;
  }
  .graph {
    width: 100%;
    height: 100%;
    padding: 33px 32px 88px 32px;
  }
  .graph-container {
    flex-direction: column;
  }
  .line-group {
    gap: 16px;
    height: 164px;
  }
  .line-item {
    width: 43px;
  }
  .line-item small {
    width: 43px;
    bottom: -30px;
  }
  .line-item .two-line {
    bottom: -74px;
  }
  .graph-content {
    width: unset;
    padding: 24px 0;
  }
  .graph-content h4:not(:last-of-type) {
    margin-bottom: 32px;
  }

  .cta-section {
    padding: 56px 32px;
  }
  .cta-section h2 {
    font-size: 42px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.04em;
  }
  .cta-section .cta-content > img {
    width: 100%;
  }
  .cta-section .logos {
    column-gap: 24px;
    row-gap: 0;
  }
  .cta-section .cta-content .logos {
    margin-bottom: 31px;
  }
  .cta-section .cta-content .logos > img {
    margin-bottom: 0;
  }
  .cta-section .cta-content p {
    width: unset;
  }
  .btn-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-section {
    padding: 56px 32px;
  }
  .pricing-section .package-details {
    display: none !important;
  }
  .pricing-section.exec-plus .pricing-content {
    flex-direction: column;
  }
  .pricing-section h2 {
    font-size: 42px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.04em;
  }
  .pricing-section.exec-plus .pricing-description {
    width: unset;
  }
  .package-details-mobile {
    display: block !important;
  }
  

  .merge-section {
    display: flex;
    flex-direction: column-reverse;
  }
  .insider-section .insider-content {
    padding: 56px 32px;
  }
  .insider-section h2 {
    font-size: 42px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.04em;
  }
  .insider-section .insider-content .insider-cards {
    flex-direction: column;
  }

  .case-study .container {
    flex-direction: column;
    padding: 56px 32px;
  }
  .case-study .container .content {
    width: unset;
    margin-bottom: 24px;
  }
  .case-study .image img {
    width: 100%;
  }

  .ltr-section .ltr-content {
    flex-direction: column-reverse;
  }
  .ltr-section .ltr-content .image {
    width: unset;
  }
  .ltr-section .ltr-content .content {
    width: unset;
  }
  /* .calendly-inline-widget {
    width: 100%;
    min-width: unset !important;
  } */

  h1 .text-italic, h2 .text-italic {
    line-height: 42px !important;
  }

  .custom-modal-content {
    width: 90%;
  }
}