.alsman-profile-section {
  padding: 80px 0;
}

.alsman-profile-section .alsman-profile-row {
  display: flex;
  align-items: stretch;
  gap: 50px;
}

.alsman-profile-section .alsman-profile-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.alsman-profile-section .alsman-profile-title-area {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 24px;
}

.alsman-profile-section .alsman-profile-title-icon {
  width: 45px;
  height: auto;
  display: block;
}

.alsman-profile-section .alsman-profile-title-text {
  flex: 1;
}

.alsman-profile-section .alsman-profile-subtitle {
  font-family: var(--title-font-family);
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0;
  color: var(--color-primary);
}

.alsman-profile-section .alsman-profile-title {
  margin-top: 12px;
  font-family: var(--title-font-family);
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--title-text-color);
  letter-spacing: 0.01em;
  line-height: 1.1;
  margin-bottom: 0;
}

.alsman-profile-section .alsman-profile-desc {
  margin-bottom: 0;
}

.alsman-profile-section .alsman-profile-desc p {
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-color);
  margin: 0;
}

.alsman-profile-section .alsman-profile-slider {
  flex: 1;
  max-width: 47%;
  display: flex;
  align-items: stretch;
}

.alsman-profile-section .swiper {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.alsman-profile-section .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.alsman-profile-section .swiper-slide {
  width: 100%;
  height: 100%;
}

.alsman-profile-section .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.alsman-profile-section .swiper-pagination {
  bottom: 20px;
}

.alsman-profile-section .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
}

.alsman-profile-section .swiper-pagination-bullet-active {
  background: var(--btn-hover);
}

@media (max-width: 991px) {
  .alsman-profile-section .alsman-profile-row {
    flex-direction: column;
  }

  .alsman-profile-section .alsman-profile-content {
    text-align: center;
  }
  .alsman-profile-section .alsman-profile-content .alsman-profile-title-text{
    text-align: left;
  }
  .alsman-profile-section .alsman-profile-title-area {
    justify-content: center;
  }

  .alsman-profile-section .alsman-profile-slider {
    max-width: 100%;
    height: 400px;
  }
}

@media (max-width: 767px) {
  .alsman-profile-section {
    padding: 50px 0;
  }

  .alsman-profile-section .alsman-profile-title {
    font-size: 1.8rem;
  }

  .alsman-profile-section .alsman-profile-subtitle {
    font-size: 1rem;
  }

  .alsman-profile-section .alsman-profile-desc p {
    font-size: 14px;
  }

  .alsman-profile-section .alsman-profile-slider {
    height: 300px;
  }
}
