.element-about-ikan {
  display: flex;
  flex-direction: column;
  width: 100%;
   min-width: 320px;
  align-items: center;
  position: relative;
  background-color: var(--colors-dark-white);
  margin: 0 auto;
  box-sizing: border-box;
}

.element-about-ikan .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--spaces-space-3);
  padding: var(--spaces-space-5) var(--spaces-space-18) var(--spaces-space-5)
    var(--spaces-space-18);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-top: 80px;
}

.element-about-ikan .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--regular-regular-m-font-family);
  font-weight: var(--regular-regular-m-font-weight);
  color: var(--colors-dark-dark-500);
  font-size: var(--regular-regular-m-font-size);
  text-align: left;
  letter-spacing: var(--regular-regular-m-letter-spacing);
  line-height: var(--regular-regular-m-line-height);
  white-space: nowrap;
  direction: rtl;
  font-style: var(--regular-regular-m-font-style);
}

.element-about-ikan .div {
  width: fit-content;
  font-family: var(--regular-regular-m-font-family);
  font-weight: var(--regular-regular-m-font-weight);
  color: var(--colors-dark-dark-500);
  font-size: var(--regular-regular-m-font-size);
  line-height: var(--regular-regular-m-line-height);
  white-space: nowrap;
  position: relative;
  margin-top: -1.00px;
  letter-spacing: var(--regular-regular-m-letter-spacing);
  font-style: var(--regular-regular-m-font-style);
}

.element-about-ikan .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--regular-regular-m-font-family);
  font-weight: var(--regular-regular-m-font-weight);
  color: var(--colors-primary-primary);
  font-size: var(--regular-regular-m-font-size);
  text-align: left;
  letter-spacing: var(--regular-regular-m-letter-spacing);
  line-height: var(--regular-regular-m-line-height);
  white-space: nowrap;
  direction: rtl;
  font-style: var(--regular-regular-m-font-style);
}

.element-about-ikan .home {
  position: relative;
  width: 18px;
  height: 18px;
}

.element-about-ikan .about {
  align-items: center;
  gap: var(--spaces-space-12);
  padding: var(--spaces-space-11) var(--spaces-space-18) var(--spaces-space-16)
    var(--spaces-space-18);
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.element-about-ikan .about-2 {
  align-items: center;
  gap: var(--spaces-space-8);
  padding: var(--spaces-space-16) var(--spaces-space-12) var(--spaces-space-16)
    var(--spaces-space-12);
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: var(--spaces-space-8);
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.92) 0%,
    rgba(0, 0, 0, 0.32) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.element-about-ikan .text-wrapper-3 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--bold-bold-4xl-font-family);
  font-weight: var(--bold-bold-4xl-font-weight);
  color: var(--colors-dark-white);
  font-size: var(--bold-bold-4xl-font-size);
  text-align: center;
  letter-spacing: var(--bold-bold-4xl-letter-spacing);
  line-height: var(--bold-bold-4xl-line-height);
  direction: rtl;
  font-style: var(--bold-bold-4xl-font-style);
}

.element-about-ikan .p {
  position: relative;
  width: 720px;
  font-family: var(--regular-regular-xl-font-family);
  font-weight: var(--regular-regular-xl-font-weight);
  color: var(--colors-dark-white);
  font-size: var(--regular-regular-xl-font-size);
  text-align: center;
  letter-spacing: var(--regular-regular-xl-letter-spacing);
  line-height: var(--regular-regular-xl-line-height);
  direction: rtl;
  font-style: var(--regular-regular-xl-font-style);
}

.element-about-ikan .number {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: var(--spaces-space-12);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  flex-wrap: wrap;
}

.element-about-ikan .about-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--spaces-space-8);
  padding: var(--spaces-space-11);
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-color: var(--colors-dark-dark-50);
  border-radius: var(--spaces-space-8);
  overflow: hidden;
}

.element-about-ikan .frame {
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
 
}

.element-about-ikan .text-wrapper-4 {
  position: relative;
  width: fit-content;
  font-family: var(--bold-bold-3xl-font-family);
  font-weight: var(--bold-bold-3xl-font-weight);
  color: var(--colors-dark-dark-800);
  font-size: var(--bold-bold-3xl-font-size);
  letter-spacing: var(--bold-bold-3xl-letter-spacing);
  line-height: var(--bold-bold-3xl-line-height);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  direction: rtl;
  font-style: var(--bold-bold-3xl-font-style);
}

.element-about-ikan .interface-essential-wrapper {
  display: flex;
  flex-direction: column;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  position: relative;
  background-color: var(--colors-primary-primary-100);
  border-radius: var(--spaces-space-19);
}

.element-about-ikan .interface-essential {
  position: relative;
  width: 32px;
  height: 32px;
}

.element-about-ikan .content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: var(--spaces-space-7);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element-about-ikan .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spaces-space-7);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element-about-ikan .text-wrapper-5 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--regular-regular-l-font-family);
  font-weight: var(--regular-regular-l-font-weight);
  color: var(--colors-dark-dark-600);
  font-size: var(--regular-regular-l-font-size);
  letter-spacing: var(--regular-regular-l-letter-spacing);
  line-height: var(--regular-regular-l-line-height);
  direction: rtl;
  font-style: var(--regular-regular-l-font-style);
}

.element-about-ikan .statistics {
  display: flex;
   align-items: center;
  gap: var(--spaces-space-16);
  padding: var(--spaces-space-16) var(--spaces-space-19) var(--spaces-space-16)
    var(--spaces-space-19);
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  background-color: var(--colors-dark-dark-800);
}

.element-about-ikan .frame-2 {
  flex-direction: column;
  align-items: flex-end;
 

  gap: var(--spaces-space-13);
  flex: 1;
  flex-grow: 1;
  display: flex;
  position: relative;
}

.element-about-ikan .div-wrapper {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--spaces-space-8);
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.element-about-ikan .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: var(--spaces-space-11);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element-about-ikan .feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--spaces-space-8);
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.element-about-ikan .icon {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: var(--spaces-space-4) 0px 0px 0px;
  position: relative;
  flex: 0 0 auto;
}

.element-about-ikan .img {
  position: relative;
  width: 48px;
  height: 48px;
}

.element-about-ikan .frame-3 {
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spaces-space-3);
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.element-about-ikan .text-wrapper-6 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--bold-bold-xl-font-family);
  font-weight: var(--bold-bold-xl-font-weight);
  color: var(--colors-dark-white);
  font-size: var(--bold-bold-xl-font-size);
  text-align: center;
  letter-spacing: var(--bold-bold-xl-letter-spacing);
  line-height: var(--bold-bold-xl-line-height);
  direction: rtl;
  font-style: var(--bold-bold-xl-font-style);
}

.element-about-ikan .text-wrapper-7 {
  position: relative;
  align-self: stretch;
  font-family: var(--regular-regular-m-font-family);
  font-weight: var(--regular-regular-m-font-weight);
  color: var(--colors-dark-dark-400);
  font-size: var(--regular-regular-m-font-size);
  text-align: center;
  letter-spacing: var(--regular-regular-m-letter-spacing);
  line-height: var(--regular-regular-m-line-height);
  direction: rtl;
  font-style: var(--regular-regular-m-font-style);
}

.element-about-ikan .frame-4 {
  align-items: center;
  gap: var(--spaces-space-15);
  padding: var(--spaces-space-16) var(--spaces-space-19) var(--spaces-space-16)
    var(--spaces-space-19);
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--colors-dark-dark-50);
  display: flex;
  position: relative;
}

.element-about-ikan .about-4 {
  align-items: flex-end;
  gap: var(--spaces-space-8);
  flex: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.element-about-ikan .text-wrapper-8 {
  align-self: stretch;
  font-family: var(--bold-bold-4xl-font-family);
  font-weight: var(--bold-bold-4xl-font-weight);
  color: var(--colors-dark-dark-800);
  font-size: var(--bold-bold-4xl-font-size);
  line-height: var(--bold-bold-4xl-line-height);
  direction: rtl;
  position: relative;
  margin-top: -1.00px;
  letter-spacing: var(--bold-bold-4xl-letter-spacing);
  font-style: var(--bold-bold-4xl-font-style);
}

.element-about-ikan .text-wrapper-9 {
  position: relative;
  align-self: stretch;
  font-family: var(--regular-regular-xl-font-family);
  font-weight: var(--regular-regular-xl-font-weight);
  color: var(--colors-dark-dark-600);
  font-size: var(--regular-regular-xl-font-size);
  letter-spacing: var(--regular-regular-xl-letter-spacing);
  line-height: var(--regular-regular-xl-line-height);
  direction: rtl;
  font-style: var(--regular-regular-xl-font-style);
}

.element-about-ikan .text-wrapper-10 {
  position: relative;
  align-self: stretch;
  font-family: var(--medium-medium-xl-font-family);
  font-weight: var(--medium-medium-xl-font-weight);
  color: var(--colors-dark-dark-700);
  font-size: var(--medium-medium-xl-font-size);
  letter-spacing: var(--medium-medium-xl-letter-spacing);
  line-height: var(--medium-medium-xl-line-height);
  direction: rtl;
  font-style: var(--medium-medium-xl-font-style);
}

.element-about-ikan .rectangle {
  position: relative;
  flex: 1;
  flex-grow: 1;
  border-radius: 16px;
  height: 500px;
  object-fit: cover;
  width: 40px;
}

.element-about-ikan .frame-5 {
  align-items: center;
  gap: var(--spaces-space-16);
  padding: var(--spaces-space-16) var(--spaces-space-19) var(--spaces-space-16)
    var(--spaces-space-19);
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  flex-direction: row-reverse;
  display: flex;
  position: relative;
}

.element-about-ikan .image {
  display: flex;
  width: 553px;
  height: 574px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
}

.element-about-ikan .overlap-group-wrapper {
  position: relative;
  width: 357px;
  height: 520.41px;
}

.element-about-ikan .overlap-group {
  position: relative;
  width: 357px;
  height: 520px;
}

.element-about-ikan .vector {
  position: absolute;
  width: 353px;
  height: 445px;
  top: 75px;
  left: 2px;
}

.element-about-ikan .image-2 {
  object-fit: cover;
    width: 400px;
}

.element-about-ikan .about-5 {
  align-items: flex-end;
  gap: var(--spaces-space-14);
  flex: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.element-about-ikan .frame-6 {
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spaces-space-10);
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.element-about-ikan .text-wrapper-11 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--medium-medium-2xl-font-family);
  font-weight: var(--medium-medium-2xl-font-weight);
  color: var(--colors-primary-primary);
  font-size: var(--medium-medium-2xl-font-size);
  letter-spacing: var(--medium-medium-2xl-letter-spacing);
  line-height: var(--medium-medium-2xl-line-height);
  direction: rtl;
  font-style: var(--medium-medium-2xl-font-style);
}

.element-about-ikan .text-wrapper-12 {
  position: relative;
  align-self: stretch;
  font-family: var(--regular-regular-xl-font-family);
  font-weight: var(--regular-regular-xl-font-weight);
  color: var(--colors-dark-dark-700);
  font-size: var(--regular-regular-xl-font-size);
  letter-spacing: var(--regular-regular-xl-letter-spacing);
  line-height: var(--regular-regular-xl-line-height);
  direction: rtl;
  font-style: var(--regular-regular-xl-font-style);
}

.element-about-ikan .text-wrapper-13 {
  position: relative;
  align-self: stretch;
  font-family: var(--medium-medium-2xl-font-family);
  font-weight: var(--medium-medium-2xl-font-weight);
  color: var(--colors-dark-dark-800);
  font-size: var(--medium-medium-2xl-font-size);
  letter-spacing: var(--medium-medium-2xl-letter-spacing);
  line-height: var(--medium-medium-2xl-line-height);
  direction: rtl;
  font-style: var(--medium-medium-2xl-font-style);
}

.element-about-ikan .image-3 {
  position: relative;
  width: 280px;
  height: 82.74px;
  aspect-ratio: 3.38;
  object-fit: cover;
}

/* ===================== */
/* Mobile Responsive Styles */
/* ===================== */

/* Tablet and below */
@media (max-width: 991px) {
  .element-about-ikan {
    width: 100% !important;
    padding: 0;
  }
  
  .element-about-ikan .breadcrumb {
    padding: 10px 20px;
    margin-top: 70px;
  }
  
  .element-about-ikan .about {
    padding: 24px 20px 40px;
  }
  
  .element-about-ikan .p {
    width: 100%;
    max-width: 600px;
  }
  
  .element-about-ikan .statistics {
    width: 100%;
    flex-direction: column;
    padding: 40px 20px;
    gap: 32px;
  }
  
  .element-about-ikan .frame-4 {
    flex-direction: column;
    padding: 32px 20px;
    gap: 32px;
  }
  
  .element-about-ikan .frame-5 {
    flex-direction: column;
    padding: 40px 20px;
    gap: 32px;
  }
  
  .element-about-ikan .image {
    width: 100%;
    height: auto;
  }
  
  .element-about-ikan .overlap-group-wrapper {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  
  .element-about-ikan .overlap-group {
    width: 100%;
    height: auto;
  }
  
  .element-about-ikan .vector,
  .element-about-ikan .image-2 {
    position: static;
    width: 100%;
    height: auto;
  }
}

/* Mobile styles */
@media (max-width: 767px) {
  .element-about-ikan {
   
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  
  .element-about-ikan .breadcrumb {
    padding: 10px 16px;
    margin-top: 70px;
  }
  
  .element-about-ikan .about {
    padding: 24px 16px 32px;
    gap: 24px;
  }
  
  .element-about-ikan .about-2 {
    padding: 32px 16px;
    border-radius: 12px;
  }
  
  .element-about-ikan .text-wrapper-3 {
    font-size: 24px;
    line-height: 1.3;
  }
  
  .element-about-ikan .p {
    width: 100%;
    max-width: none;
    font-size: 14px;
    line-height: 1.6;
  }
  
  .element-about-ikan .number {
    flex-direction: column;
    gap: 16px;
  }
  
  .element-about-ikan .about-3 {
    width: 100%;
    padding: 16px;
  }
  
  .element-about-ikan .frame {
    flex-direction: row;
    gap: 12px;
    align-items: center;
  }
  
  .element-about-ikan .text-wrapper-4 {
    font-size: 18px;
    text-align: center;
  }
  
  .element-about-ikan .interface-essential-wrapper {
    width: 60px;
    height: 60px;
    padding: 8px;
  }
  
  .element-about-ikan .interface-essential {
    width: 24px;
    height: 24px;
  }
  
  .element-about-ikan .content {
    text-align: center;
    align-items: center;
  }
  
  .element-about-ikan .text {
    align-items: center;
  }
  
  .element-about-ikan .text-wrapper-5 {
    font-size: 13px;
    text-align: right;
  }
  
  .element-about-ikan .statistics {
    width: 100vw;
    padding: 32px 16px;
    box-sizing: border-box;
  }
  
  .element-about-ikan .row {
    flex-direction: column;
    gap: 24px;
  }
  
  .element-about-ikan .feature {
    width: 100%;
    padding: 16px;
    min-height: 120px;
    touch-action: manipulation;
  }
  
  .element-about-ikan .img {
    width: 36px;
    height: 36px;
  }
  
  .element-about-ikan .text-wrapper-6 {
    font-size: 16px;
  }
  
  .element-about-ikan .text-wrapper-7 {
    font-size: 12px;
  }
  
  .element-about-ikan .frame-4 {
    flex-direction: column;
    padding: 24px 16px;
    gap: 24px;
  }
  
  .element-about-ikan .about-4 {
    align-items: center;
    text-align: center;
  }
  
  .element-about-ikan .text-wrapper-8 {
    font-size: 20px;
    text-align: right;
  }
  
  .element-about-ikan .text-wrapper-9,
  .element-about-ikan .text-wrapper-10 {
    font-size: 14px;
    text-align: right;
  }
  
  .element-about-ikan .rectangle {
    width: 100%;
    height: 200px;
    max-width: none;
    border-radius: 8px;
  }
  
  .element-about-ikan .frame-5 {
    flex-direction: column;
    padding: 32px 16px;
    gap: 24px;
  }
  
  .element-about-ikan .image {
    width: 100%;
    max-width: 280px;
    height: auto;
    margin: 0 auto;
  }
  
  .element-about-ikan .overlap-group-wrapper {
    width: 100%;
    max-width: 250px;
    height: auto;
    margin: 0 auto;
  }
  
  .element-about-ikan .overlap-group {
    width: 100%;
    height: auto;
    position: relative;
  }
  
  .element-about-ikan .vector {
    position: absolute;
    width: 90%;
    height: auto;
    top: 10%;
    left: 5%;
  }
  
  .element-about-ikan .image-2 {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 8px;
  }
  
  .element-about-ikan .about-5 {
    align-items: center;
    text-align: center;
  }
  
  .element-about-ikan .frame-6 {
    align-items: center;
    text-align: center;
  }
  
  .element-about-ikan .text-wrapper-11 {
    font-size: 16px;
    text-align: center;
  }
  
  .element-about-ikan .text-wrapper-12 {
    font-size: 14px;
    text-align: right ;
  }
  
  .element-about-ikan .text-wrapper-13 {
    font-size: 18px;
    text-align: center;
  }
  
  .element-about-ikan .image-3 {
    width: 200px;
    height: auto;
    max-width: 100%;
  }
}

/* Extra small mobile */
@media (max-width: 479px) {
  .element-about-ikan .breadcrumb {
    padding: 8px 12px;
    margin-top: 60px;
  }
  
  .element-about-ikan .about,
  .element-about-ikan .about-2 {
    padding: 20px 12px;
  }
  
  .element-about-ikan .text-wrapper-3 {
    font-size: 20px;
    line-height: 1.2;
  }
  
  .element-about-ikan .p {
    font-size: 13px;
    line-height: 1.5;
  }
  
  .element-about-ikan .statistics,
  .element-about-ikan .frame-4,
  .element-about-ikan .frame-5 {
    padding: 24px 12px;
  }
  
  .element-about-ikan .about-3 {
    padding: 12px;
  }
  
  .element-about-ikan .text-wrapper-4 {
    font-size: 16px;
  }
  
  .element-about-ikan .interface-essential-wrapper {
    width: 50px;
    height: 50px;
  }
  
  .element-about-ikan .interface-essential {
    width: 20px;
    height: 20px;
  }
  
  .element-about-ikan .text-wrapper-8 {
    font-size: 18px;
    text-align: right;
  }
  
  .element-about-ikan .text-wrapper-11 {
    font-size: 14px;
    text-align: right;
  }
  
  .element-about-ikan .text-wrapper-13 {
    font-size: 16px;
    text-align: right;
  }
  
  .element-about-ikan .feature {
    padding: 12px;
  }
  
  .element-about-ikan .img {
    width: 32px;
    height: 32px;
  }
  
  .element-about-ikan .text-wrapper-6 {
    font-size: 14px;
  }
  
  .element-about-ikan .text-wrapper-7 {
    font-size: 11px;
    line-height: 1.4;
  }
}

/* Tablet landscape */
@media (min-width: 768px) and (max-width: 1023px) {
  .element-about-ikan {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
  
  .element-about-ikan .breadcrumb {
    padding: 12px 40px;
  }
  
  .element-about-ikan .about {
    padding: 32px 40px 48px;
  }
  
  .element-about-ikan .about-2 {
    padding: 48px 32px;
  }
  
  .element-about-ikan .text-wrapper-3 {
    font-size: 28px;
  }
  
  .element-about-ikan .p {
    width: 100%;
    max-width: 600px;
    font-size: 16px;
  }
  
  .element-about-ikan .number {
    gap: 20px;
  }
  
  .element-about-ikan .about-3 {
    padding: 20px;
  }
  
  .element-about-ikan .statistics {
    padding: 48px 40px;
  }
  
  .element-about-ikan .row {
    gap: 20px;
  }
  
  .element-about-ikan .feature {
    padding: 20px;
  }
  
  .element-about-ikan .frame-4 {
    padding: 32px 40px;
  }
  
  .element-about-ikan .frame-5 {
    padding: 40px;
  }
}

/* Large desktop */
@media (min-width: 1400px) {
  .element-about-ikan {
    width: 100%;
    
    margin: 0 auto;
  }
  
  .element-about-ikan .breadcrumb {
    padding: 15px 100px;
  }
  
  .element-about-ikan .about {
    padding: 40px 100px 72px;
  }
  
  .element-about-ikan .about-2 {
    padding: 72px 48px;
  }
  
  .element-about-ikan .statistics {
    padding: 72px 100px;
  }
  
  .element-about-ikan .frame-4 {
    padding: 48px 100px;
  }
  
  .element-about-ikan .frame-5 {
    padding: 72px 100px;
  }
}

/* Landscape orientation on mobile */
@media (max-width: 767px) and (orientation: landscape) {
  .element-about-ikan .breadcrumb {
    margin-top: 40px;
    padding: 8px 16px;
  }
  
  .element-about-ikan .about {
    padding: 20px 16px 24px;
  }
  
  .element-about-ikan .about-2 {
    padding: 24px 16px;
  }
  
  .element-about-ikan .text-wrapper-3 {
    font-size: 20px;
  }
  
  .element-about-ikan .p {
    font-size: 13px;
  }
  
  .element-about-ikan .number {
    flex-direction: row;
    gap: 12px;
  }
  
  .element-about-ikan .about-3 {
    padding: 12px;
  }
  
  .element-about-ikan .statistics {
    padding: 24px 16px;
  }
  
  .element-about-ikan .row {
    flex-direction: row;
    gap: 12px;
  }
  
  .element-about-ikan .feature {
    padding: 12px;
    min-height: 100px;
  }
}

/* Print styles */
@media print {
  .element-about-ikan {
    width: 100%;
    max-width: none;
    background: white;
  }
  
  .element-about-ikan .breadcrumb {
    display: none;
  }
  
  .element-about-ikan .about-2 {
    background: #f5f5f5;
    color: black;
  }
  
  .element-about-ikan .text-wrapper-3,
  .element-about-ikan .p {
    color: black;
  }
  
  .element-about-ikan .about-3 {
    border: 1px solid #ddd;
    background: white;
  }
  
  .element-about-ikan .feature {
    border: 1px solid #ddd;
    background: white;
    break-inside: avoid;
  }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .element-about-ikan .interface-essential,
  .element-about-ikan .img,
  .element-about-ikan .home {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}

/* Reduced motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  .element-about-ikan * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .element-about-ikan .text-wrapper-3,
  .element-about-ikan .p {
    color: black !important;
    background: white !important;
  }
  
  .element-about-ikan .about-3,
  .element-about-ikan .feature {
    border: 2px solid black !important;
  }
}

 

/* RTL (Arabic) - Left aligned */
  
html[dir="rtl"] .element-about-ikan .text-wrapper,
html[dir="rtl"] .element-about-ikan .text-wrapper-2 {
  text-align: left;
  direction: rtl;
}

html[dir="rtl"] .element-about-ikan .about-2 {
  text-align: left;
}
 

 

html[dir="rtl"] .element-about-ikan .text-wrapper-4 {
  text-align: left;
}

html[dir="rtl"] .element-about-ikan .text-wrapper-5 {
  text-align: left;
}

 
 

html[dir="rtl"] .element-about-ikan .text-wrapper-8 {
  text-align: left;
}

html[dir="rtl"] .element-about-ikan .text-wrapper-9 {
  text-align: left;
}

html[dir="rtl"] .element-about-ikan .text-wrapper-10 {
  text-align: left;
}

html[dir="rtl"] .element-about-ikan .text-wrapper-11 {
  text-align: left;
}

html[dir="rtl"] .element-about-ikan .text-wrapper-12 {
  text-align: left;
}

html[dir="rtl"] .element-about-ikan .text-wrapper-13 {
  text-align: left;
}

 

/* LTR (English) - Right aligned */
 
html[dir="ltr"] .element-about-ikan .text-wrapper,
html[dir="ltr"] .element-about-ikan .text-wrapper-2 {
  text-align: right;
  direction: ltr;
}

html[dir="ltr"] .element-about-ikan .about-2 {
  text-align: right;
}

 
html[dir="ltr"] .element-about-ikan .p {
  text-align: right;
}

html[dir="ltr"] .element-about-ikan .text-wrapper-4 {
  text-align: right;
}

html[dir="ltr"] .element-about-ikan .text-wrapper-5 {
  text-align: right;
}

 
 
html[dir="ltr"] .element-about-ikan .text-wrapper-8 {
  text-align: right;
}

html[dir="ltr"] .element-about-ikan .text-wrapper-9 {
  text-align: right;
}

html[dir="ltr"] .element-about-ikan .text-wrapper-10 {
  text-align: right;
}

html[dir="ltr"] .element-about-ikan .text-wrapper-11 {
  text-align: right;
}

html[dir="ltr"] .element-about-ikan .text-wrapper-12 {
  text-align: right;
}

html[dir="ltr"] .element-about-ikan .text-wrapper-13 {
  text-align: right;
}

 
 

/* Responsive RTL/LTR adjustments */
@media (max-width: 768px) {
   
  html[dir="ltr"] .element-about-ikan .breadcrumb {
    justify-content: center;
  }
  
 
}
