:root {
  --green: #1E5C2B;
}

.esg-section {
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10rem 6rem;
  background-image: url(../images/2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-notice {
  border-left: 15px solid #ffcc00;
  padding: 0 5px;
  text-align: left;
}


.top-notice p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #fff6c1;
  font-weight: 400;
}

.top-notice strong {
  color: #ffcc00;
}

.report-link {
  color: #a1e4d7;
  text-decoration: underline;
  font-weight: 500;
}

.section-title {
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  color: #ffffff;
  padding: 30px 0px 10px;
}


.section-title::before,
.section-title::after {
  content: "";
  display: inline-block;
  width: 380px;
  height: 2px;
  background-color: #e0ba5c;
  margin: 0 12px;
  vertical-align: middle;
}

.green {
  color: #7fe0a3;
}

/* ESG Cards */
.esg-components {
  display: flex;
  justify-content: center;
  gap: 75px;
  margin-top: 30px;
}

.esg-card {
  background-color: transparent;
  color: #ffffff;
  text-align: left;
  max-width: 360px;
  display: flex;
  gap: 10px;
}

.esg-card img {
  width: 150px;
  height: 180px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
  margin-bottom: 10px;
}

.esg-card h3 {
  font-size: 22px;
  font-weight: bold;
  color: #ffb800;
  margin-bottom: 8px;
}

.esg-card:nth-child(2) h3 {
  color: #f8961e;
}

.esg-card:nth-child(3) h3 {
  color: #f8961e;
}

.esg-card p {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}

.themed-track {
  background-color: #ffffff;
  color: #333333;
  padding: 40px 6rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.track-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.track-box .left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 65%;
}

.right {
  width: 30%;
}

.track-box .right img {
  width: 350px;
  border-radius: 10px;
}


.themed-track h3 strong {
  color: var(--green);
}

.themed-track h3 {
  color: black;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: left;
}

.themed-track p {
  font-size: 18px;
  line-height: 1.6;
  text-align: justify;
  color: black;
}


.track-section {
  padding: 40px 6rem;
}

.gap-p {
  padding: 40px 6rem;
}


.track-title {
  font-size: 25px;
  color: #1c1c1c;
  margin-bottom: 20px;
  font-weight: bold;
}

.track-title span {
  color: var(--green);
}

.track-cards {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.track-card {
  background: linear-gradient(to bottom right, #0c532c, #135732);
  color: white;
  border-radius: 8px;
  padding: 20px;
  width: 370px;
  height: 270px;
  display: flex;

  background-image: url(../images/ESG\ Foundation.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.track-card2 {
  background: linear-gradient(to bottom right, #0c532c, #135732);
  color: white;
  border-radius: 8px;
  padding: 20px;
  width: 370px;
  height: 270px;
  display: flex;
  background-image: url(../images/ESG.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.ri-instance-line,
.ri-hourglass-fill {
  font-weight: lighter !important;
  font-size: 16px !important;
}

.tag {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: gold;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px;
}

.trending::before {
  content: "📈 ";
}

.new::before {
  content: "🎁 ";
}

.subtitle {
  font-size: 14px;
  margin-top: 10px;
  color: #f2f2f2;
  letter-spacing: 1px;
}

.titles {
  font-size: 28px;
  font-weight: bold;
  margin: 10px 0;
  line-height: 1.2;
}

.details {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.details p {
  font-size: 14px;
  margin: 6px 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.link {
  color: #f8c86c;
  font-weight: bold;
  cursor: pointer;
}

.coming-soon {
  background: linear-gradient(to bottom right, #a5c89e, #b8d3aa);
  color: #2c3e50;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.coming-soon p {
  font-size: 16px;
  font-weight: bold;
}

.coming-soon h3 {
  font-size: 20px;
  color: var(--green);
  margin-top: 10px;
}

.bootcamp-note {
  font-size: 18px;
  margin-top: 20px;
}

.bootcamp-note a {
  color: black;
  text-decoration: underline;
}


.contact-box {
  display: flex;
  gap: 20px;
}



.course-info {
  padding: 40px 6rem;
  margin: auto;
}

.section-heading {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}

.section-heading span {
  color: var(--green);
}

.course-info p {
  font-size: 18px;
}

.cards-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}

.info-card {
  background-color: #dde7de;
  ;
  color: #1b1b1b;
  border-radius: 8px;
  flex: 1 1 170px;
  padding: 20px 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  line-height: 1.5;
}

.brochure-link {
  font-size: 15px;
  color: #000;
}

.brochure-link a {
  color: var(--green);
  font-weight: bold;
  text-decoration: none;
}

.brochure-link a:hover {
  text-decoration: underline;
}

/* Ideal For Section */
.ideal-for {
  background-color: var(--green);
  color: #ffffff;
  padding: 40px 6rem;
  text-align: center;
}

.ideal-for h4 {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  color: #ffcc00;
}

.ideal-for p {
  font-size: 18px;
  line-height: 1.6;
  margin: auto;
  text-align: left;
  font-weight: 400;
}

.info-card img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.about-nse {
  padding: 40px 6rem;
  margin: auto;
}

.about-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}

.text-box {
  flex: 1 1 50%;
}

.text-box h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
  color: black;
  font-weight: 400;
}

.text-box h3 span {
  font-weight: 600;
  color: #2c2376;
}

.text-box p {
  font-size: 18px;
  margin-bottom: 15px;
  text-align: justify;
  color: black;
  font-weight: 400;
}

.image-box {
  flex: 1 1 40%;
}

.image-box img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* modul cards css start  */

.module_card {
  display: flex;
  flex-direction: column;
  width: 90%;
}

.module_card_inner {
  background-color: #1E5C2B;
  color: #d9d4d4;
  padding: 1rem;
  font-size: 2.5rem;
}

.module_card_body {
  background-color: #F6F6F6;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: 180px;
  justify-content: space-between;
}

.module_card_img {
  width: 35%;
  height: 7rem;
  padding-top: 10px;
}

.module_card_img img {
  width: 100%;
  height: 100%;
}

.modal_module {
  --bs-modal-width: 100% !important;

}

.duration_text {
  font-size: 2rem;
  font-weight: 400;
}

.fa-hourglass-end {
  font-size: 2rem;
}

.modal-fullscreen-xxl-down .modal_module_body {
  overflow-y: scroll !important;
  height: 140vh;
}

.module_card_duration {
  display: flex;
  justify-content: end;
}

.esg_text {
  font-size: 4.5rem;
  color: #1e5c2b;
  font-weight: 700;
}

.module_card_body h3 {
  font-size: 2rem;
  font-weight: 400;
}

.module_text p {
  font-size: 2rem;
}

.hr_line {
  border: none;
  height: 1px;
  background: #aba5a5;
  margin: 15px 0;
  opacity: 1;
  width: 100%;
  position: relative;
}

.modal-fullscreen-xxl-down .modal-body {
  overflow-y: hidden;
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: hidden !important;
  }
}

.module_card_img {
  width: 38%;
  height: 7rem;
  padding-top: 10px;
}

.module_card_img_aicpa {
  width: 35%;
  height: 5rem;
  padding-top: 10px;
}

.module_card_img_grant {
  width: 35%;
  height: 5rem;
  padding-top: 10px;
}

.module_card_img img {
  width: 100%;
}

.module_card_img_aicpa img {
  width: 140%;
}

.module_card_img_grant img {
  width: 180%;
}

.section_container {
  padding: 40px 10rem;
}