.coo-section-header {
    background-image:
        linear-gradient(to bottom, #0c3f7267, #005e6057),
        url('/static/images/resources/header_bg.png');
    background-size: cover;
    background-position: center;
    padding: 50px 20px 40px;
    color: white;
    position: relative;
    /* text-align: center; */
}

.coo-section-header h1{
    font-size: 128px;
    color: #C8FF08;
    margin-bottom: 15px;
    font-weight: bold;
}

.header-title {
    background-image:
        linear-gradient(to bottom, #0c3f7258, #005e603d),
        url('/static/images/resources/header-title.png');
    max-width: 1400px;
    margin: auto;
    border-radius: 20px;
}

.card-title {
    background-image: linear-gradient(to bottom, rgb(0, 94, 96, 0.3), rgb(6, 31, 31, 0.3 ));
    border-radius: 12px;
    padding: 30px;
    margin: 20px;
    flex: 1 1 300px;
    max-width: 500px;
    flex-direction: column;
    align-items: center;
}

.header-title h1{
    font-size: 64px;
    color: #C8FF08;
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: bold;
}

[lang="en"] .header-title h1{
    font-size: 55px;  
}

.card-title p{
    font-size: 25px;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 300;
}

.project-info {
    max-width: 1500px;
    background: #a2a2a270;
    border-radius: 12px;
    padding: 30px 30px 0 110px;
    line-height: 1.8;
    padding-inline: 1.5rem;
    margin: 0 auto;
    /* align-content: center; */
}

.project-info h1 {
    font-size: 64px;
    color: #C8FF08;
    margin-bottom: 15px;
    font-weight: bold;
}

.project-info h2 {
    font-size: 24px;
    color: #caff00;
    margin-bottom: 15px;
    font-weight: bold;
}

.project-info h3 {
    font-size: 20px;
    color: #caff00;
    margin-bottom: 10px;
    font-weight: 700;
}

.project-info p {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 300;
}

.card {
    background: #494949a2;
    border-radius: 12px;
    padding: 30px;
    margin: 20px;
    flex: 1 1 300px;
    /* max-width: 400px; */
    flex-direction: column;
    align-items: center;
}

.background {
  background-image: url('your-image.png'); /* replace with your image */
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  position: relative;
  padding: 30px;
}

/* Top-right white header */
.top-header {
  background-color: white;
  color: #003366;
  padding: 20px;
  border-radius: 10px;
  max-width: 600px;
  margin-bottom: 20px;
  font-weight: bold;
}

.top-header h2 {
  margin: 0;
  line-height: 1.8;
  font-size: 20px;
}

/* Layout container */
.overlay {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

/* Left Column */
.left-box {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.section {
  background-color: rgba(22, 43, 60, 0.5); /* 50% transparent gray */
  padding: 15px;
  border-radius: 8px;
}

.section h3 {
  color: #FFE600;
  margin-top: 0;
}

/* Right Column */
.right-box {
  width: 55%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.gray-box {
  background-color: rgba(22, 43, 60, 0.5); /* 50% transparent gray */
  padding: 15px;
  border-radius: 8px;
}

.gray-box h4 {
  color: #FFE600;
  margin-top: 0;
}

.report {
  background-image: linear-gradient(rgba(22, 43, 60, 0.5), rgba(22, 43, 60, 0.5)), url('/static/images/resources/body.png');
  /* padding: 15px; */
  max-width: 1600px;
  margin: auto;
  margin-top: 60px;
}

.report h3{
  font-size: 24px;
  color: #DEFF03;
  margin-bottom: 40px;
  font-weight: bold;
}

.report p {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 25px;
}

.masonry-cols {
  column-count: 2;
  column-gap: 5px;
}

.box {
  padding: 1rem;
  margin-bottom: 2rem;
  break-inside: avoid;
}

.title-box {
  padding: 0px !important;
  background-color: #ffffff;
}

.box-content{
  background-color: #49494984; /* optional */
  padding: 1rem;
  border-radius: 20px;
  margin-bottom: 2rem;
  break-inside: avoid;
  box-shadow: 0 0 10px rgba(0,0,0,0.05); /* optional */
}

.title-box h1 {
  font-size: 40px;
  color: #005E60;
  margin-bottom: 10px;
  font-weight: bold;
  padding-right: 50px;
  padding-left: 75px;
  padding-top: 60px;
  padding-bottom: 60px;
}

[lang="en"] .title-box h1 {
padding-left: 50px;
padding-right: 100px;
}

.card-box {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: right;
  padding: 1rem;
  width: 100%;
  margin: auto;
  max-width: 550px;
}

.card-img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 1rem;
}

.card-box h5 {
  color: #00646d;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0.75rem;
}

.card-box p {
  color: #444;
  font-size: 13px;
  margin-bottom: 1rem;
}

.card-btn {
  background-color: #e4ff00;
  color: #005254;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  font-weight: bold;
  transition: background 0.2s;
  display: inline-block;
  margin-top: 50px;
}

.card-btn .arrow {
  font-size: 1.1rem;
  margin-right: 0.3rem;
}

.card-btn:hover {
  background-color: #d4eb00;
}


.orange-text {
  color: #FFC828;
}

.blue-text{
  color: #48C9FF;
}

.green-text {
  color: #4EFF08;
}

.pe-100{
  padding-right: 100px;
}

.ps-100{
  padding-left: 100px;
}

@media (max-width: 512px) {
  .coo-section-header h1 {
        font-size: 70px !important;
  }

  .card-title h1 {
      font-size: 50px !important;
  }

  

  .project-info h1{
    font-size: 50px !important;
  }

  p {
   font-size: 14px !important;
  }

  .button-wrapper img{
    width: 100%;
  }
  .title-box {
    width: 90%;
    margin: auto;
  }

  .title-box h1 {
    font-size: 16px !important;
    padding-right: 31px;
    padding-left: 20px;
    padding-top: 19px;
    padding-bottom: 18px;
  }

  [lang="en"] .title-box h1 {
    padding-right: 31px;
    padding-left: 20px;
}

.pe-100, .ps-100 {
  padding-right: 0px;
  padding-left: 0px;
}

.report h3 {
  font-size: 16px;
}

.report p {
  font-size: 14px;
}

.masonry-cols {
  column-count: 1;
}
.box{
  width: 90%;
        margin: auto;
}
.box-content{
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.card-body p{
text-align: justify;
}
}