@charset "UTF-8";
@keyframes logo-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes logo-drift {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}
.single-instructor-hero-section {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* =========================================================
     HERO BASE
     ========================================================= */
  position: relative !important;
  overflow: hidden !important;
  /* =========================================================
     BOTTOM FADE EFFECT
     ========================================================= */
  /* =========================================================
     DECORATIONS
     ========================================================= */
  /* =========================================================
     RIGHT COLUMN -> FULL OVERLAY LAYER
     ========================================================= */
  /* Sağ kolonu tamamen overlay yap */
  /* =========================================================
     HERO IMAGE – 2048 x 820
     ========================================================= */
  /* =========================================================
     READABILITY GRADIENT (solda yazı için)
     ========================================================= */
  /* Gradyan katmanı kaldırıldı */
  /* =========================================================
     SPINNING BADGE
     ========================================================= */
  /* =========================================================
     COMPANIES LOGOS
     ========================================================= */
  /* =========================================================
     SPECIFIC FONT OVERRIDES (Geri Küçültme)
     ========================================================= */
  /* ================================
     FIX: title typing causes layout shift
     ================================ */
  /* ... (rest of the file) */
  /* =========================================================
     BANNER CARDS WRAPPER
     ========================================================= */
  /* =========================================================
     BANNER CARDS
     ========================================================= */
}
.single-instructor-hero-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.15) 40%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 10;
}
.single-instructor-hero-section__contents {
  padding: 80px 0 150px;
  position: relative !important;
  z-index: 20 !important;
}
@media (max-width: 991px) {
  .single-instructor-hero-section {
    height: auto;
  }
  .single-instructor-hero-section__contents {
    padding: 75px 0;
  }
}
.single-instructor-hero-section__welcome-icon {
  display: inline-block;
  animation-name: wave-animation;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}
.single-instructor-hero-section__welcome-separator {
  width: 16px;
  height: 1px;
  background-color: var(--black);
}
.single-instructor-hero-section__description .circle-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--black);
}
.single-instructor-hero-section__description .line-separator {
  width: 16px;
  height: 1px;
  background-color: var(--black);
}
.single-instructor-hero-section .row.h-100 {
  position: relative !important;
}
.single-instructor-hero-section .row.h-100 > .col-12.col-lg-6.mt-20.mt-lg-0 {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
}
.single-instructor-hero-section__main-img {
  position: absolute !important;
  left: -320px !important;
  /* yazıların altına girsin */
  bottom: -120px !important;
  width: 2048px !important;
  height: 820px !important;
  max-width: none !important;
  max-height: none !important;
  display: block !important;
  overflow: visible !important;
  z-index: 1 !important;
  /* Görselin kendisi */
}
.single-instructor-hero-section__main-img img,
.single-instructor-hero-section__main-img img.img-cover {
  width: 2048px !important;
  height: 820px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  opacity: 1 !important;
  /* ✅ net görünürlük */
  display: block !important;
}
@media (max-width: 991px) {
  .single-instructor-hero-section__main-img {
    left: -600px !important;
    bottom: -80px !important;
    width: 2048px !important;
    height: 820px !important;
  }
  .single-instructor-hero-section__main-img img {
    filter: none !important;
    opacity: 1 !important;
  }
}
.single-instructor-hero-section__spinning-img {
  width: 132px;
  height: 132px;
  position: absolute;
  bottom: 324px;
  right: 0;
  z-index: 30 !important;
  transition: all 0.4s;
  animation: rotate-animation 12s infinite linear;
}
.rtl .single-instructor-hero-section__spinning-img {
  right: auto;
  left: 0;
}
.single-instructor-hero-section__companies-logos {
  width: 100%;
  min-height: 90px;
  position: relative;
  overflow: hidden;
  z-index: 50;
  /* Neural Mesh Background */
  background: linear-gradient(135deg, var(--primary) 0%, #3438ed 100%);
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.1);
  /* Glass Overlay */
  /* Logos Marquee Container */
}
.single-instructor-hero-section__companies-logos::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.15) 0%, transparent 40%), radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 40%);
  z-index: 1;
  pointer-events: none;
}
.single-instructor-hero-section__companies-logos::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.single-instructor-hero-section__companies-logos .container {
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .single-instructor-hero-section__companies-logos {
    height: auto;
    padding: 24px 0;
  }
}
.single-instructor-hero-section__companies-logos-title-separator {
  width: 8px;
  height: 1px;
  background-color: var(--white);
  opacity: 0.5;
}
.single-instructor-hero-section__companies-logos-item {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  flex-shrink: 0;
  filter: brightness(0) invert(1) opacity(0.8);
  transition: all 0.3s;
  animation: logo-drift 10s ease-in-out infinite alternate;
}
.single-instructor-hero-section__companies-logos-item:hover {
  filter: brightness(0) invert(1) opacity(1);
  transform: scale(1.05);
}
.single-instructor-hero-section__companies-logos-item img {
  max-height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-instructor-hero-section__companies-logos-list-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
          mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}
.single-instructor-hero-section__companies-logos-list {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  animation: logo-marquee 30s linear infinite;
}
.single-instructor-hero-section__companies-logos-list:hover {
  animation-play-state: paused;
}
.single-instructor-hero-section h1.font-64,
.single-instructor-hero-section h1 .font-64 {
  font-size: 64px !important;
}
.single-instructor-hero-section__description .font-16 {
  font-size: 16px !important;
}
@media (min-width: 992px) {
  .single-instructor-hero-section .row.h-100 {
    min-height: 820px !important;
  }
}
.single-instructor-hero-section h1 .d-inline-flex.align-items-center.gap-12.font-64 {
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
  align-items: baseline !important;
  font-size: 64px !important;
}
@media (min-width: 992px) {
  .single-instructor-hero-section h1 .d-inline-flex.align-items-center.gap-12.font-64 {
    position: relative !important;
  }
}
.single-instructor-hero-section .js-single-instructor-hero-highlight-words-card {
  display: inline-block !important;
  white-space: nowrap !important;
  flex: 0 0 auto !important;
  line-height: 1 !important;
  vertical-align: baseline !important;
  font-size: 64px !important;
}
@media (min-width: 992px) {
  .single-instructor-hero-section .js-single-instructor-hero-highlight-words-card {
    position: absolute !important;
    left: auto !important;
    top: 0 !important;
    margin-left: 12px !important;
  }
}
@media (min-width: 992px) {
  .single-instructor-hero-section h1.d-inline-flex.flex-column.font-64.mt-16 {
    min-height: 230px !important;
    font-size: 64px !important;
  }
  .single-instructor-hero-section .d-flex.flex-column.flex-lg-row.align-items-lg-center.mt-40.gap-16 {
    margin-left: 11px !important;
  }
}
.single-instructor-hero-section .bannar-card,
.single-instructor-hero-section .Ebaner-card {
  position: relative;
  padding: 40px 0;
  margin-top: 24px;
  background: linear-gradient(90deg, #faebe3 0%, rgba(250, 235, 227, 0.9) 30%, rgba(250, 235, 227, 0.8) 70%, rgba(250, 235, 227, 0.7) 100%);
  border-radius: 24px;
  overflow: hidden;
}
.single-instructor-hero-section .bannar-card::before,
.single-instructor-hero-section .Ebaner-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(250, 235, 227, 0.3) 0%, transparent 50%), radial-gradient(circle at 80% 50%, rgba(250, 235, 227, 0.2) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}
.single-instructor-hero-section .bannar-card .row,
.single-instructor-hero-section .Ebaner-card .row {
  position: relative;
  z-index: 1;
}
.single-instructor-hero-section .banner-card-1 {
  position: relative;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  overflow: hidden;
}
.single-instructor-hero-section .banner-card-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.05) 0%, rgba(139, 92, 246, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.single-instructor-hero-section .banner-card-1:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(99, 102, 241, 0.15);
}
.single-instructor-hero-section .banner-card-1:hover::before {
  opacity: 1;
}
.single-instructor-hero-section .banner-card-1 .row {
  align-items: center;
  position: relative;
  z-index: 1;
}
.single-instructor-hero-section .banner-card-1 img {
  width: 100%;
  height: auto;
  max-width: 48px;
  filter: drop-shadow(0 2px 8px rgba(99, 102, 241, 0.2));
  transition: transform 0.3s ease;
}
.single-instructor-hero-section .banner-card-1:hover img {
  transform: scale(1.1);
}
.single-instructor-hero-section .banner-card-1 h6 {
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
  margin: 0;
  background: linear-gradient(135deg, var(--black) 0%, rgba(99, 102, 241, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.single-instructor-hero-section .banner-card-1 p {
  font-size: 14px;
  color: var(--gray-500);
  margin: 4px 0 0 0;
}
.single-instructor-hero-section .arrow-side:nth-child(1) .banner-card-1 {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.08) 0%, rgba(255, 255, 255, 0.95) 100%);
}
.single-instructor-hero-section .arrow-side:nth-child(1) .banner-card-1::before {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(139, 92, 246, 0.05) 100%);
}
.single-instructor-hero-section .arrow-side:nth-child(2) .banner-card-1 {
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.08) 0%, rgba(255, 255, 255, 0.95) 100%);
}
.single-instructor-hero-section .arrow-side:nth-child(2) .banner-card-1::before {
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.1) 0%, rgba(251, 146, 60, 0.05) 100%);
}
.single-instructor-hero-section .arrow-side:nth-child(3) .banner-card-1 {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.08) 0%, rgba(255, 255, 255, 0.95) 100%);
}
.single-instructor-hero-section .arrow-side:nth-child(3) .banner-card-1::before {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.1) 0%, rgba(59, 130, 246, 0.05) 100%);
}
