@charset "UTF-8";
body {
  background-image: url("/upload/asli-arslan-bg.png");
  background-size: contain;
  background-position: left center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #0f0f0f;
}
@media (max-width: 1024px) {
  body {
    background-position: top center;
  }
}

.about {
  display: block;
  padding: 40px 20%;
  font-size: 0;
}
@media (max-width: 1366px) {
  .about {
    padding: 40px 5%;
  }
}
@media (max-width: 1024px) {
  .about {
    padding: 40px 4%;
  }
}
.about .left {
  display: inline-block;
  width: 380px;
  vertical-align: top;
}
@media (max-width: 1024px) {
  .about .left {
    width: 100%;
  }
}
.about .left .img-cont {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.about .left .img-cont img {
  display: block;
  width: 100%;
  height: auto;
}
.about .right {
  display: inline-block;
  width: calc(100% - 380px);
  vertical-align: top;
  padding-left: 20px;
}
@media (max-width: 1024px) {
  .about .right {
    width: 100%;
    padding: 20px 1%;
  }
}
.about .right h2 {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #222;
  padding-bottom: 20px;
}
.about .right p {
  display: block;
  font-size: 16px;
  color: #4d5673;
  line-height: 150%;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .about .right p {
    font-weight: 400;
  }
}
.about .right .box {
  display: inline-block;
  padding: 20px 20px;
  background-color: #f5f6fa;
  border-radius: 12px;
  margin: 0 10px 0 0;
  text-align: center;
  font-size: 16px;
  vertical-align: top;
}
@media (max-width: 1024px) {
  .about .right .box {
    width: 48%;
    margin: 0 1%;
    height: 130px;
  }
}
.about .right .box img {
  display: inline-block;
}
.about .right .box .text {
  display: block;
  color: #0f1d3e;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 0;
}
.about .right .box .text span {
  display: inline-block;
  color: #3672e7;
}

.article {
  display: block;
  padding: 40px 15% 20px;
}
@media (max-width: 1366px) {
  .article {
    padding: 40px 5%;
  }
}
@media (max-width: 1024px) {
  .article {
    padding: 40px 4%;
  }
}
.article h2 {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #222;
  padding: 20px 0 10px 0;
  text-align: center;
}
.article .motto {
  display: block;
  color: #808cb3;
  font-size: 12px;
  text-align: center;
}
.article .carousel {
  display: block;
  margin-top: 20px;
}
.article .carousel .item {
  display: inline-block;
  width: 100%;
  min-height: 210px;
  padding: 32px 8px;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
}
.article .carousel .item.h310 {
  height: 270px;
}
.article .carousel .item h3 {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #0f1d3e;
  padding: 20px 0;
}
.article .carousel .item p {
  display: block;
  font-size: 12px;
  color: #4d5673;
  font-weight: 400;
  line-height: 150%;
}
.article .carousel .owl-controls {
  display: block;
  padding: 10px;
  color: #3672e7;
}
.article .carousel .owl-controls .owl-nav > div {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  color: #3672e7;
  opacity: 0.6;
}
.article .carousel .owl-controls .owl-nav > div:hover {
  opacity: 1;
}
.article .carousel .owl-controls .owl-nav .owl-prev {
  left: 0;
  top: 40%;
  background-image: url("/assets/images/icon-prev-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px 60px;
}
@media (max-width: 1366px) {
  .article .carousel .owl-controls .owl-nav .owl-prev {
    left: -10%;
  }
}
.article .carousel .owl-controls .owl-nav .owl-next {
  right: 0;
  top: 40%;
  background-image: url("/assets/images/icon-next-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px 60px;
}
@media (max-width: 1366px) {
  .article .carousel .owl-controls .owl-nav .owl-next {
    right: -10%;
  }
}
.article.expertise-areas {
  display: inline-block;
  font-size: 0;
  background-color: transparent;
  background-attachment: scroll;
  background-position: left center;
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 40%;
  padding: 0;
}
@media (max-width: 1024px) {
  .article.expertise-areas {
    width: 80%;
    left: 10%;
    right: 10%;
  }
}
.article.expertise-areas .owl-carousel .owl-stage-outer {
  padding: 10px 0;
}
.article.expertise-areas .carousel .item {
  border: 1px solid #949494;
  background-color: #222;
  padding: 0;
  text-align: center;
  overflow: hidden;
  transition: all 0.5s ease;
}
.article.expertise-areas .carousel .item:hover {
  box-shadow: rgba(0, 239, 255, 0.62) 0px 0px 20px;
}
.article.expertise-areas .carousel .item a {
  display: block;
}
.article.expertise-areas .carousel .item img.icon {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.article.blog .carousel .item {
  border-radius: 16px;
  background: #f5f6fa;
  padding: 0 0 10px 0;
  text-align: left;
  overflow: hidden;
}
.article.blog .carousel .item .img-crop {
  display: block;
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.article.blog .carousel .item .img-crop img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: contain;
}
.article.blog .carousel .item .date {
  display: block;
  font-size: 14px;
  padding: 10px 10px;
}
.article.blog .carousel .item .date img {
  display: inline-block;
  width: 16px;
  height: auto;
  margin: 0 4px 0 0;
}
.article.blog .carousel .item .date span {
  display: inline-block;
  color: #3672e7;
}
.article.blog .carousel .item h3 {
  padding: 20px 10px;
  line-height: 150%;
  text-align: center;
  margin-top: 15px;
  border-top: 1px solid #ffbe00;
}
.article.blog .carousel .item p {
  padding: 5px 10px;
}
.article.practices-health {
  font-size: 0;
  padding: 0 4%;
}
.article.practices-health .box {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 32.33%;
  height: 220px;
  margin: 20px 0.5%;
  padding: 30px 50px;
  background: lightgray center center;
  border-radius: 8px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .article.practices-health .box {
    width: 100%;
    margin: 5px 0.5%;
  }
}
.article.practices-health .box:hover {
  background-color: #3672e7;
  box-shadow: 0px 6px 16px 0px #b7c7e7;
}
.article.practices-health .box.active {
  background-color: #3672e7;
  box-shadow: 0px 6px 16px 0px #b7c7e7;
}
.article.practices-health .box .mask {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.article.practices-health .box .mask h3 {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}
.article.practices-health .box .mask p {
  width: 100%;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}
.article.practices-health .tab-buttons {
  display: block;
}
.article.practices-health .tab-buttons .tab-button {
  display: inline-block;
  width: 49.6%;
  padding: 18px 0;
  font-size: 14px;
  font-weight: 500;
  background-color: #f5f6fa;
  text-align: center;
  margin: 10px 0.2%;
  border-radius: 8px;
  color: #808cb3;
  cursor: pointer;
}
.article.practices-health .tab-buttons .tab-button:hover {
  color: #fff;
  background-color: #f18518;
}
.article.practices-health .tab-buttons .tab-button.active {
  color: #fff;
  background-color: #f93;
}
.article.practices-health .tab-contents {
  display: block;
  padding: 20px 0;
}
.article.practices-health .tab-contents .tab-content {
  display: none;
  text-align: center;
}
.article.practices-health .tab-contents .tab-content.active {
  display: block;
}
.article.practices-health .tab-contents .tab-content h3 {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #0f1d3e;
}
.article.practices-health .tab-contents .tab-content p {
  display: block;
  font-size: 12px;
  color: #4d5673;
  font-weight: 400;
  line-height: 150%;
  margin: 20px 0;
  padding: 0 10%;
}

.documents h2 {
  display: flex;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  color: #222;
  padding-bottom: 20px;
}
.documents .image-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 40px 18%;
  border-top: 1px solid #ffbe00;
}
.documents .image-container .lightbox-image {
  width: 90px;
  cursor: zoom-in;
  object-fit: contain;
  transition: transform 0.2s ease;
}
.documents .image-container .lightbox-image:hover {
  transform: scale(1.05);
}

.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(6px); /* 🎯 işte bu */
  background: rgba(0, 0, 0, 0.4); /* bulanıklık üstüne karartma */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn 0.3s ease-out;
}

.lightbox-content {
  background: rgba(255, 255, 255, 0.793);
  padding: 20px;
  border-radius: 10px;
  max-width: 500px;
  width: 90%;
  text-align: center;
  position: relative;
}

.lightbox-content img {
  max-width: 100%;
  border-radius: 8px;
}

.lightbox-content .title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
}

.lightbox-content a.link {
  display: inline-block;
  margin-top: 8px;
  color: #007bff;
  text-decoration: underline;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}

.lightbox-overlay.closing {
  animation: fadeOut 0.3s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.text-carusel {
  position: absolute;
  right: 10%;
  top: 30%;
  display: block;
  width: 500px;
}
@media (max-width: 1024px) {
  .text-carusel {
    position: relative;
    width: 100%;
    top: 20%;
    right: unset;
  }
}
.text-carusel .owl-dots {
  position: relative;
  z-index: 9999 !important;
  display: block !important;
  text-align: center;
  margin-top: 20px;
}
.text-carusel .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 4px;
}
.text-carusel .owl-dots .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.text-carusel .owl-dots .owl-dot.active span {
  background: #ffffff;
  transform: scale(1.2);
}
.text-carusel .owl-carousel .owl-item p {
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .text-carusel .owl-carousel .owl-item p {
    font-size: 18px;
    padding: 0;
  }
}
.text-carusel .owl-carousel .owl-item div {
  display: block;
  text-align: center;
}
.text-carusel .owl-carousel .owl-item div img {
  display: inline-block;
  width: 50%;
  height: auto;
}