:root {
  --text-color: #44464d;
  --heading-color: #0b091b;
  --box-color: #f52717;
  --red-color: #f52717;
  --count-text: #c1282a;
  --danger-color: #c82333;
  --black-color: #000000;
  --par-color: #595b62;
  --bx-color: #ffe6e6;
  --bxx-color-blue2: #e6f3ff;
  --bxx-color-blue1: #eef2f4;
  --color-footer: #a4b4c3a6;
  --color-white: #ffffff;
  --border-color: #719ed6;
}
/* hero-section */

.hero-section-climate {
  position: relative;
  background: url("../img/Climate&Sustainability/Climate-Banner.jpg") no-repeat center center/cover;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-overlay-climate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(75.76% 130.48% at 51.46% 37.79%, rgba(0, 0, 0, 0.8) 0%, rgba(8, 8, 41, 0.1) 100%);


}

.btn-sustain {
  background: linear-gradient(to bottom, var(--red-color), var(--count-text));
  color: white;
  border: none;
  text-align: center;
  padding: 6px 36px;
  font-size: 17px;
  border-radius: 25px;
  display: inline-block;
}
.climate-strategy {
  max-width: 900px;
  margin: auto;
  text-align: center;
}
.main-heading {
  font-size: 40px;
  font-weight: 500;
}
.para {
  font-size: 15px;
  line-height: 1.5;
}
.para p{
  color: rgba(68, 70, 77, 1);
  font-weight: 300;
}
.strategy-img {
  width: 100%;
  height: 450px;
  border-radius: 25px;
  margin-bottom: 20px;
}

.strategy-btn {
  background: linear-gradient(to bottom, var(--red-color), var(--count-text));
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 15px;
  transition: 0.3s;
  margin-bottom: 20px;
}

.strategy-btn:hover {
  transition: 0.3s;
}

/* --- Governance section --- */
.cgov-sec{
  padding: 60px;
}
.corprategovern {
  width: 100%;
  background: linear-gradient(to bottom, #044e770d, #044e771a);
  padding: 60px;
  margin: auto;
  border-radius: 40px;
  padding-bottom: 70px;
}

.corp-gov-img{
  width: 100%;
  height: 500px;
  border-radius: 25px;
}

.gov-para{
  font-size: 14px;
  line-height: 1.5;
  width: 510px;
  font-weight: 300;
}

/* --- Finance Section --- */
.cfinance-sec{
  margin-top: 40px;
  margin-bottom: 70px;
}

/* --- Training section --- */
.ctraining-img {
  width: 100%;
  height: 295px;
  border-radius: 25px;
}
.train-sec{
  margin: 30px 0;
}

/* --- Reporting section --- */
.rep-head{
  margin-bottom: 50px;
}
.creport-sec{
  margin-top: 50px;
  margin-bottom: 70px;
}
.reporting-img{
    width: 100%;
    height: 355px;
    border-radius: 25px;
}
.report-btn{
    background: linear-gradient(to bottom, var(--red-color), var(--count-text));
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 13px;
    transition: 0.3s;
}

/* --- Choose Section --- */
.choose-sec{
  padding-bottom: 50px;
  width:900px;
}
.choose-text{
  color: var(--heading-color) !important;
    font-family: var(--font-th);
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 45px;
}

/* card */
.climate-card1 {
  border: none;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.ccard1{
  height: 230px;
}
.ccard2{
  height: 300px;
}
.climateIcon-container {
  display: flex;
  text-align: left;
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.climate-par {
  font-size: 15px;
  font-weight: 300;
  max-width: 315px;
}
.climate-head {
  font-size: 25px;
  font-weight: 500;
  margin-top: 10px;
  width: 290px;
}

/* card colors */
.pink-card{
  background: linear-gradient(145.97deg, rgba(245, 39, 23, 0.05) 0%, rgba(245, 39, 23, 0.15) 100%);
}
.blue-card{
  background: linear-gradient(145.97deg, rgba(4, 78, 119, 0.05) 0%, rgba(4, 78, 119, 0.15) 100%);
}
.grey-card{
  background: linear-gradient(145.97deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.15) 100%);
}

/* --- Intro Section --- */
.cintro-sec{
  margin-top: 150px;
  margin-bottom: 80px;
  width:900px;
}
.intro-p {
  margin-top: 40px;
  margin-bottom: 22px;
}
.out-toggle {
  font-size: 15px;
  margin-bottom: 15px;
}


@media (max-width:1024px) {
  .gov-para {
    width: 420px;
  }
  .corp-gov-img{
    height: 535px;
  }
  .strategy-btn {
    font-size: 13px;
  }
}
@media (max-width:913px) {
  .para {
    font-size: 13px;
  }
  .corp-gov-img {
    height: auto;
  }
  .climate-head {
    font-size: 17px;
  }
  .climate-par {
    font-size: 14px;
  }
  .choose-text {
    padding-top: 10px;
  }
}
@media (max-width:768px) {
  .strategy-img {
    width: 100%;
    height: 400px;
  }
  .cgov-sec {
    padding: 0;
  }
  .gov-para {
    width: 345px;
  }
  .strategy-btn {
    font-size: 10px;
  }
  .gov-para {
    font-size: 12px;
  }
  .corp-gov-img {
    height: 510px;
  }
  .para {
    font-size: 13px;
  }
  .ctraining-img {
    width: 100%;
    height: 340px;
  }
  .choose-text {
    font-size: 35px;
  }
  .climate-head {
    font-size: 17px;
  }
  .intro-p {
    margin-top: 75px;
    text-align: left;
  }
  .cintro-sec {
    width: 100%;
  }
  .hero-height{
    height: 70vh;
  }
}
@media (max-width:576px) {
  .main-heading {
    font-size: 32px;
  }
  .corp-gov-img {
    height: auto;
  }
  .strategy-img {
    height: auto;
  }
  .cfinance-sec {
    margin-bottom: 0px;
  }
  .ctraining-img {
    height: auto;
  }
  .creport-sec {
    margin-top: 0px;
    margin-bottom: 0;
  }
  .reporting-img {
    margin-bottom: 20px;
    height: auto;
  }
  .ccard2 {
    height: auto;
  }
  .choose-sec {
    width: 80%;
    padding-bottom: 0;
  }
  .choose-text {
    font-size: 30px;
  }
  .cintro-sec {
    width: 95%;
  }
  .climate-strategy {
    width: 80%;
  }
  .hero-height{
    height: 70vh;
  }
}

@media (max-width: 376px) {
  .choose-text {
      font-size: 27px;
  }
  .choose-sec{
    margin-right: 10px;
    margin-left: 10px;
    
  }
  .hero-height{
    height: 70vh;
  }
}
@media (max-width: 360px) {
  .choose-sec {
      margin-right: 10px;
      margin-left: 30px;
  }
  .cintro-sec {
    width: 85%;
  }
  .hero-height{
    height: 70vh;
  }
}