* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.about-ak-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px 70px 24px;
  font-family: "Poppins", Arial, sans-serif;
  box-sizing: border-box;
}
.about-ak-title {
  font-size: 12rem;
  font-weight: 900;
  color: #ffb300;
  letter-spacing: -2px;
  margin: 36px 0 20px 0;
  text-align: left;
  line-height: 1;
  margin: 150px 0px 80px 150px;
}
.about-ak-main {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  margin: 0 auto;
  justify-content: space-evenly;
}
.about-ak-imgbox {
  min-width: 300px;
  max-width: 500px;
  flex: 0 1 40%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
}
.about-ak-img-slider {
  position: relative;
  width: 470px;
  height: 700px;
  background: transparent;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  border-radius: 0px;
}
.about-ak-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  transition: opacity 0.5s;
}
.about-ak-img.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.about-ak-img-label {
  position: absolute;
  right: -46px;
  height: 100%;
  width: 350px;
  background: #ffb300;
  color: #ffffff;
  font-size: 12.4rem;
  font-weight: 800;
  letter-spacing: 1px;
  writing-mode: sideways-lr;
  text-orientation: mixed;
  display: flex;
  align-items: end;
  justify-content: center;
  /* opacity: 0.26; */
  z-index: 1;
  pointer-events: none;
  user-select: none;
}
.about-ak-arrow {
  display: none;
  position: absolute;
  bottom: 16px;
  right: 46px;
  z-index: 20;
  width: 20px;
  height: 20px;
  background: #fff;
  color: #be1616;
  border: 1px solid #be1616;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  transition:
    background 0.15s,
    color 0.15s;
}
.about-ak-arrow.about-ak-prev {
  left: 16px;
  right: auto;
}
.about-ak-arrow:hover {
  background: #ffb300;
  color: #fff;
}

/* Right/Content area */
.about-ak-content {
  flex: 1 1 420px;
  min-width: 310px;
  max-width: 540px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 22px;
}
.about-ak-heading {
  color: #ffb300;
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 8px;
  margin-left: 50px;
  text-align: start;
}
.about-ak-subtitle {
  font-size: 16px;
  color: #ffb300;
  font-weight: 400;
  margin-left: 50px;
  margin-bottom: 30px;
}
.about-ak-summary {
  font-size: 2rem;
  color: #626262;
  line-height: 1.7;
}

.about-ak-bottom {
  margin-top: 22px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 0px;
  gap: 0px;
}
.about-ak-bottom-text {
  flex: 1;
  color: #626262;
  font-size: 2rem;
  letter-spacing: 0.1px;
  font-weight: 400;
  line-height: 3rem;
  margin-bottom: 0;
}
.about-ak-btn {
  background: #111;
  color: #fff;
  border: none;
  padding: 14px 40px;
  border-radius: 0px;
  font-size: 17px;
  font-weight: 100;
  cursor: pointer;
  transition: background 0.21s;
  margin-left: 18px;
  margin-top: 20px;
}
.about-ak-btn:hover {
  background: #ffb300;
  color: #fff;
}

/* Responsive styles */
@media (max-width: 900px) {
  .about-ak-title {
    font-size: 6rem;
    margin-top: 50px;
  }
  .about-ak-main {
    flex-direction: column;
    gap: 22px;
    align-items: center;
  }
  .about-ak-imgbox {
    justify-content: center;
  }
  .about-ak-content {
    padding-top: 19px;
  }
  .about-ak-img-slider {
    width: 100vw;
    height: 100vw;
    min-width: 135px;
    min-height: 130px;
  }
  .about-ak-img-label {
    font-size: 13.4rem;
    width: 250px;
    right:  -50px;
  }
}
.about-ak-summary {
  font-size: 1.6rem;
  text-align: justify;
}
.about-ak-bottom-text {
  font-size: 1.6rem;
}

@media (max-width: 600px) {
  .about-ak-title {
    font-size: 54px;
    margin: 18px 0 14px 0;
  }
  .about-ak-img-slider {
    width: 100vw;
    height: 150vw;
    min-width: 135px;
    min-height: 130px;
  }
  .about-ak-img-label {
    font-size: 8rem;
    min-width: 30vw;
    right: -30px;
  }
  .about-ak-content {
    font-size: 15px;
    min-width: 0;
  }
  .about-ak-bottom {
    flex-direction: column;
    gap: 0px;
  }
  .about-ak-bottom-text {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .about-ak-btn {
    margin-left: 0;
  }
  .about-ak-summary {
    font-size: 1rem;
  }
  .about-ak-bottom-text {
    line-height: 1.9rem;
  }
  .about-ak-section {
    margin-top: 50px;
  }
}

.about-ak-indicators {
  position: absolute;
  top: 95%;
  right: -30px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 13px;
  z-index: 30;
}

.about-ak-indicator {
  width: 16px;
  height: 16px;
  border-radius: 0px;
  background: #ffb300;
  /* opacity: 0.45; */
  transition:
    background 0.22s,
    opacity 0.22s;
}

.about-ak-indicator.active {
  background: #ffb300;
  opacity: 1;
  box-shadow: 0 2px 8px rgba(190, 22, 22, 0.13);
}

/* Responsive placement */
@media (max-width: 900px) {
  .about-ak-indicators {
    top: unset;
    bottom: 22px;
    right: 35px;
    flex-direction: row;
    transform: none;
    gap: 6px;
  }
  .about-ak-indicator {
    width: 15px;
    height: 15px;
    border-radius: 0px;
  }
  .about-ak-bottom-text {
    max-width: 550px;
  }
}
.about-ak-bottom-more {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.6s cubic-bezier(0.61, 0.18, 0.25, 1),
    opacity 0.45s;
  opacity: 0;
}
.about-ak-bottom-more.show {
  max-height: 500px; /* Large enough for your content */
  opacity: 1;
}
/* Basic styles for Read More functionality */
.about-ak-bottom-more {
  display: none;
}
.about-ak-bottom-more.show {
  display: block;
}
.about-ak-indicator.active {
  background: #000000;
} /* Sample active style */
.about-ak-img.active {
  opacity: 1;
}
.about-ak-img {
  opacity: 0.5;
  transition: opacity 0.3s;
}
/* ...other styles as needed */
.about-ak-summary-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0 8px;
}

.about-ak-summary-list li {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom:22px;
  font-size: 1.3rem;
  color: #222;
  line-height: 1.6;
}

/* ...your custom checkbox styles from previous messages go here ... */
.container input {
  position: absolute;
  opacity: 0;
  cursor: default;
  height: 0;
  width: 0;
}
.container {
  display: none;
  position: relative;
  cursor: default;
  font-size: 20px;
  user-select: none;
  margin-right: 0px;
  min-width: 1.3em;
}
.checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 1.3em;
  width: 1.3em;
  background-color: #343434;
  border-radius: 50%;
  transition: all 0.5s;
}
.container input:checked ~ .checkmark {
  background-color: #f0f0f0;
  border: 2px solid #343434;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  filter: drop-shadow(0 0 10px #888);
}
.container input:checked ~ .checkmark:after {
  display: block;
}
.container .checkmark:after {
  left: 0.3em;
  top: 0.05em;
  width: 0.3em;
  height: 0.65em;
  border: solid #343434;
  border-width: 0 0.2em 0.2em 0;
  border-radius: 4px;
  transform: rotate(45deg);
  animation: bounceFadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@keyframes bounceFadeIn {
  from {
    transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translate(0, 0) rotate(45deg);
    opacity: 1;
  }
}
