.ir-section {
  margin: 40px 0;
}

.ir-card {
  background: #fff;
  border: 1px solid #d8d0c2;
  padding: 20px;
  margin-bottom: 25px;
  border-radius: 4px;
}

.ir-title {
  background: #c9d6b9;
  padding: 8px 15px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}


.ir-box {
  border: 1px solid #d6d1c4;
  padding: 25px;
  position: relative;
}

.ir-heading {
  position: absolute;
  top: -43px;
  left: 0;
  background: #c9d6b9;
  padding: 8px 20px;
  font-weight: 600;
  font-size: 16px;
}

.ir-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.ir-col {
  display: flex;
  align-items: center;
  gap: 15px;
}

.ir-icon {
  width: 50px;
  height: 50px;
}

.ir-text h4 {
  color: #a97817;
  font-size: 14px;
  margin: 0;
  font-weight: 600;
}

.ir-text p {
  font-size: 12px;
  margin: 2px 0 0;
}




@media (max-width: 768px) {
  .ir-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .ir-row {
    grid-template-columns: 1fr;
  }
}

.ir-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.ir-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.ir-item h4 {
  color: #a97817;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.ir-item p {
  font-size: 12px;
  margin: 4px 0 0;
  color: #444;
}

.ir-bottom {
  display: flex;
  gap: 20px;
}

.ir-bottom .ir-card {
  flex: 1;
}


/* ===== Awards Section ===== */

.aw-section {
  background: #f4f1ea;
  padding: 50px 0;
}

.aw-title-main {
  color: #e21c23;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}


.aw-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}


.aw-card {
  border: 1px solid #d6cbb3;
  background: #fff;
  display: flex;
  flex-direction: column;
}


.aw-logo {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #fff;
}

.aw-logo img {
  max-height: 60px;
  object-fit: contain;
}


.aw-body {
  background: #e9e3d7;
  padding: 15px;
  border-top: 1px solid #d6cbb3;
  height: 80%;
}

.aw-body h4 {
  font-size: 13px;
  font-weight: 600;
  color: #a97817;
  margin-bottom: 10px;
  border-bottom: 1px solid #d6cbb3;
}


.aw-highlight {
  color: #e21c23;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 5px;
}


.aw-body p {
  font-size: 12px;
  margin: 0;
}

.aw-group {
  margin-bottom: 10px;
}

.aw-group:not(:last-child) {
  border-bottom: 1px solid #d6cbb3;
  padding-bottom: 8px;
}

.aw-card-height {
  grid-row: span 2;
}

@media (max-width: 992px) {
  .aw-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .aw-grid {
    grid-template-columns: 1fr;
  }

  .aw-title-main {
    font-size: 22px;
  }
}

/* ===== Labour Principles Section ===== */

.lp-section {
  padding: 50px 0;
}

.lp-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  position: relative;
  position: relative;
  z-index: 0;
}


.lp-card {
  background: #efe9dd;
  border: 1px solid #d6cbb3;
  padding: 20px;
  position: relative;
  z-index: 0;
  margin: 8px;
}

.lp-card h3 {
  background: #c9d6b9;
  padding: 28px;
  font-size: 15px;
  font-weight: 600;
 margin: -20px 0px 16px -20px;
  width: 106.5%;
  height: 17%;
}


.lp-card p {
  font-size: 13px;
  line-height: 1.6;
}

.lp-ref {
  color: #a97817;
  font-weight: 600;
  margin-top: 10px;
}

.lp-card ul {
  padding-left: 18px;
  font-size: 12px;
}


.lp-badge {
  position: absolute;
  top: -35px;
  left: -2px;
  color:#d09a2f;
  border: 1px solid #d6cbb3;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 600;
}

.lp-badge-new {
  position: absolute;
top: -34px;
  left: 34px;
  color: #d09a2f;
  border: 1px solid #d6cbb3;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 600;
}

.lp-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.lp-circle {
  width: 120px;
  height: 120px;
  background: #dfe8d2;
  border-radius: 50%;
  border: 3px solid #d6cbb3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lp-circle img {
  width: 40px;
  margin-bottom: 5px;
}

.lp-circle span {
  color: #e21c23;
  font-weight: bold;
}


@media (max-width: 992px) {
  .lp-wrapper {
    grid-template-columns: 1fr;
  }

  .lp-center {
    position: static;
    transform: none;
    margin: 20px auto;
  }
}
/* Key events */
.key-events {
  padding: 40px;
}

.key-events__container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1px;
}


.key-events__card {
  grid-column: span 4; 
  background: #fff;
  overflow: hidden;
}


.key-events__card:nth-child(n+4):nth-child(-n+7) {
  grid-column: span 3; 
}


.key-events__card:nth-child(n+8):nth-child(-n+10) {
  grid-column: span 4;
}


.key-events__card:nth-child(n+11):nth-child(-n+14) {
  grid-column: span 3;
}


.key-events__card:nth-child(15),
.key-events__card:nth-child(16) {
  grid-column: span 4;
}


.key-events__card:nth-child(15) {
  grid-column: 3 / span 4;  
}

.key-events__card:nth-child(16) {
  grid-column: 7 / span 4; 
}


.key-events__image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.key-events__image {
  position: relative;
}

.key-events__month {
  position: absolute;
  bottom: 1px;
  left: 0px;
  background: red;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
}


.key-events__content {
  padding: 14px;
  font-size: 14px;
  background-color:#d6cbb3;
  height: 135px;
}


.key-events__card--horizontal {
  display: flex;
  height: 100%;
}

.key-events__card--horizontal .key-events__image {
  width: 50%;
}

.key-events__card--horizontal .key-events__image img {
  height: 100%;
  object-fit: cover;
}


.key-events__card--horizontal .key-events__content {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 15px;
  background-color: #d6cbb3;
  height: 100%;
}


.key-events__card--horizontal .key-events__month {
top: 1px;
left: 173px;
  bottom: auto;
}

@media (max-width: 768px) {
  .key-events__card--horizontal {
    flex-direction: column;
  }

  .key-events__card--horizontal .key-events__image,
  .key-events__card--horizontal .key-events__content {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .key-events__container {
    grid-template-columns: repeat(2, 1fr);
  }

  .key-events__card {
    grid-column: span 1 !important; 
  }
}


@media (max-width: 600px) {
  .key-events__container {
    grid-template-columns: 1fr;
  }

  .key-events__card {
    grid-column: span 1 !important;
  }
}