/* Bioekran About v1.0.0
 * Author: rtsasuk
 * https://t.me/rtsasuk
 */
.bioekran-about-module {
  --bio-about-navy:#082a55;
  --bio-about-blue:#087fc5;
  --bio-about-yellow:#ffc515;
  --bio-about-muted:#607187;
  --bio-about-line:#dce9f2;
  --bio-about-shadow:0 20px 50px rgba(6,46,87,.10);

  background:linear-gradient(180deg,#fff,#f9fcfe);
  padding:96px 0;
  box-sizing:border-box;
}

.bioekran-about-module *,
.bioekran-about-module *:before,
.bioekran-about-module *:after {
  box-sizing:border-box;
}

.bioekran-about-module .bioekran-about-container {
  width:100%;
  max-width:1470px;
  margin-left:auto;
  margin-right:auto;
  padding-left:24px;
  padding-right:24px;
}

/* Container and row are separate to avoid Bootstrap/OpenCart .container conflicts. */
.bioekran-about-module .about-grid {
  display:flex !important;
  flex-wrap:wrap;
  align-items:center;
  margin-left:-37px;
  margin-right:-37px;
}

.bioekran-about-module .about-visual,
.bioekran-about-module .about-copy {
  padding-left:37px;
  padding-right:37px;
}

.bioekran-about-module .about-visual {
  position:relative;
}

.bioekran-about-module .about-image {
  height:520px;
  overflow:hidden;
  border-radius:30px;
  box-shadow:var(--bio-about-shadow);
  background:#eef6fa;
}

.bioekran-about-module .about-image img {
  display:block;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center;
}

.bioekran-about-module .experience-card {
  position:absolute;
  z-index:3;
  right:13px;
  bottom:-24px;
  width:250px;
  padding:25px;
  border-radius:22px;
  background:var(--bio-about-yellow);
  color:var(--bio-about-navy);
  box-shadow:0 18px 40px rgba(102,81,0,.15);
}

.bioekran-about-module .experience-card strong {
  display:block;
  margin-bottom:8px;
  font-size:46px;
  line-height:1;
  font-weight:900;
}

.bioekran-about-module .experience-card span {
  display:block;
  font-size:15px;
  line-height:1.45;
  font-weight:800;
}

.bioekran-about-module .eyebrow {
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-bottom:15px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--bio-about-blue);
}

.bioekran-about-module .eyebrow:before {
  content:"";
  width:28px;
  height:3px;
  border-radius:3px;
  background:var(--bio-about-yellow);
}

.bioekran-about-module h2 {
  margin:0;
  max-width:760px;
  color:var(--bio-about-navy);
  font-size:clamp(32px,3.3vw,50px);
  line-height:1.12;
  letter-spacing:-.03em;
}

.bioekran-about-module .about-copy > p {
  margin:20px 0 0;
  max-width:760px;
  color:var(--bio-about-muted);
  font-size:17px;
  line-height:1.55;
}

.bioekran-about-module .benefit-list {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin-top:28px;
}

.bioekran-about-module .benefit {
  display:flex;
  align-items:flex-start;
  gap:12px;
  color:#2b4a63;
  font-size:15px;
  line-height:1.45;
  font-weight:700;
}

.bioekran-about-module .benefit i {
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 25px;
  width:25px;
  height:25px;
  border-radius:50%;
  background:#e6f6fc;
  color:var(--bio-about-blue);
  font-style:normal;
  line-height:1;
}

.bioekran-about-module .about-button {
  margin-top:30px;
}

.bioekran-about-module .btn.btn-outline {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 24px;
  border:1px solid #bcd8e8;
  border-radius:14px;
  background:#fff;
  color:var(--bio-about-navy);
  font-weight:800;
  text-decoration:none;
  transition:.25s ease;
}

.bioekran-about-module .btn.btn-outline:hover,
.bioekran-about-module .btn.btn-outline:focus {
  border-color:var(--bio-about-blue);
  color:var(--bio-about-blue);
  text-decoration:none;
}

@media (max-width:991px) {
  .bioekran-about-module .about-grid {
    margin-left:-15px;
    margin-right:-15px;
  }

  .bioekran-about-module .about-visual,
  .bioekran-about-module .about-copy {
    padding-left:15px;
    padding-right:15px;
  }

  .bioekran-about-module .about-visual {
    margin-bottom:70px;
  }

  .bioekran-about-module .about-image {
    height:460px;
  }

  .bioekran-about-module .experience-card {
    right:0;
  }
}

@media (max-width:767px) {
  .bioekran-about-module {
    padding:70px 0;
  }

  .bioekran-about-module .bioekran-about-container {
    padding-left:14px;
    padding-right:14px;
  }

  .bioekran-about-module .about-image {
    height:380px;
    border-radius:24px;
  }

  .bioekran-about-module .experience-card {
    position:relative;
    right:auto;
    bottom:auto;
    width:calc(100% - 24px);
    margin:-42px 12px 0;
  }

  .bioekran-about-module .about-visual {
    margin-bottom:38px;
  }

  .bioekran-about-module .benefit-list {
    grid-template-columns:1fr;
  }
}

@media (max-width:480px) {
  .bioekran-about-module .about-image {
    height:320px;
  }

  .bioekran-about-module .experience-card strong {
    font-size:40px;
  }
}
