/* =============================================== */
/* HIZMETLER.CSS - TEMIZLENMIŞ VE OPTIMIZE */
/* =============================================== */

/* FONT IMPORTS */
@font-face {
  font-family: 'Aquire';
  src: url('./fonts/aquire.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/* GLOBAL RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.login-modal,
.login-modal * {
  box-sizing: content-box !important;  /* eski hesaplama */
}
html, body {
  overflow-x: hidden;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  background-color: rgba(0,0,0,0.95);
  padding-top: 80px;
  scroll-behavior: smooth;
  position: relative;
  z-index: 1;
}

/* COMMON ELEMENTS */
a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  font-weight: bold;
  border: none;
  border-radius: 25px;
  padding: 12px 24px;
}

.hidden {
  display: none !important;
}



/* BACKGROUND WRAPPER */
.bg-wrapper {
  position: relative;
  min-height: 60vh;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0) 0%, #000 100%) no-repeat center 12% / 100% 12%,
    url(./res/services-main-banner.png) top center / contain no-repeat,
    #000;
  overflow: hidden;
  z-index: 0;
}

/* MAIN SECTIONS */
main section {
  padding: 60px 40px;
  text-align: center;
}

/* Header spacing fix */
@media (max-width: 1024px) {
  main section {
    padding-top: 80px;
  }

  .intro-section {
    margin-top: 60px;
    padding-top: 60px;
  }
}

/* COMMON LABEL STYLES */
.section-label, .ajans-slogan, .website-slogan {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 400;
  color: white;
  padding: 10px 24px;
  border-radius: 40px;
  background-color: transparent;
  position: relative;
  z-index: 0;
}

.section-label::before, .ajans-slogan::before, .website-slogan::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  padding: 1px;
  background: linear-gradient(to right, white, #ffa3a7);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  z-index: -1;
}

.section-dot, .ajans-dot, .website-dot {
  width: 12px;
  height: 12px;
  background-color: #ff002f;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 5px;
}
.intro-section .section-label {
  display: inline-flex;      /* mevcut stil korunur */
  margin-bottom: 40px;       /* 👈 etiket ile başlık arası */
}

.intro-section .intro {
  margin-bottom: 50px;       /* 👈 başlık ile görsel arası */
}

.intro-section .intro-banner {
  margin-top: 0;             /* ekstra boşluk istemiyorsanız */
}
/* INTRO SECTION */
.intro-section {
  margin-top: 120px;
  padding-top: 40px;
}

.intro {
  font-size: 60px;
  font-weight: 600;
  color: white;
}

.intro-banner {
  max-height: 250px;
}

.highlight-red {
  color: #ff0000;
}

/* YZ SECTION */
.yz-section {
  background-image: url(./res/kontenjan-background.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  margin-bottom: 100px;
}

.yz-text {
  margin-bottom: 60px;
  font-size: 35px;
  font-weight: 600;
  color: white;
}

.yz-section p {
  z-index: 99;
  margin-top: -35px;
  color: white;
  font-size: 18px;
}

.yz-red-button {
  font-family: 'Montserrat', sans-serif;
  font-size: 13pt;
  font-weight: 400;
  height: 60px;
  width: auto;
  border-radius: 30px;
  background: linear-gradient(90deg, #ff0000, #b30000);
  color: white;
  margin-top: 30px;
  cursor: pointer;
  transition: all 0.3s;
}

.yz-red-button:hover {
  background: linear-gradient(90deg, #ff2a2a, #cc0000);
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(255,0,0,0.4);
}

/* AJANS SECTION */
.ajans {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 100px;
  padding: 100px 60px;
  position: relative;
  flex-wrap: wrap;
}

.ajans-content {
  flex: 1;
  max-width: 650px;
  text-align: right;
  z-index: 2;
  margin-left: auto;
  margin-right: 200px;
}

.ajans-slogan {
  margin-bottom: 20px;
}

.ajans-title {
  text-align: right;
  font-size: 58px;
  font-weight: 700;
  margin: 20px 0;
  color: white;
}

.ajans-description {
  text-align: right;
  font-size: 18px;
  color: #aaa;
  line-height: 1.6;
  margin-bottom: 40px;
}

.ajans-button {
  font-family: 'Montserrat', sans-serif;
  background: linear-gradient(90deg, #ff0000, #b30000);
  color: white;
  padding: 18px 50px;
  font-size: 16px;
  border: none;
  border-radius: 40px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}

.ajans-button:hover {
  background: linear-gradient(90deg, #ff2a2a, #cc0000);
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(255,0,0,0.4);
}

.ajans-visual-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ajans-image {
  width: 100%;
  max-width: 700px;
  z-index: 2;
}

.ajans-glow-circle {
  position: absolute;
  width: 1200px;
  height: 1200px;
  background: radial-gradient(circle, rgba(255, 0, 47, 0.6) 0%, transparent 70%);
  filter: blur(55px);
  z-index: 0;
  right: -600px;
  top: 50%;
  transform: translateY(-50%);
}

/* WEBSITE SECTION */
.website {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 100px;
  padding: 100px 60px;
  position: relative;
  flex-wrap: wrap;
}

.website-content {
  flex: 1;
  max-width: 650px;
  text-align: left;
  z-index: 2;
  margin-right: auto;
  margin-left: 200px;
}

.website-slogan {
  margin-bottom: 20px;
}

.website-title {
  text-align: left;
  font-size: 57px;
  font-weight: 700;
  color: white;
}

.website-description {
  text-align: left;
  font-size: 18px;
  color: #aaa;
  line-height: 1.6;
  margin-bottom: 40px;
}

.website-button {
  font-family: 'Montserrat', sans-serif;
  background: linear-gradient(90deg, #ff0000, #b30000);
  color: white;
  padding: 18px 28px;
  font-size: 16px;
  border: none;
  border-radius: 40px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}

.website-button:hover {
  background: linear-gradient(90deg, #ff2a2a, #cc0000);
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(255,0,0,0.4);
}

.website-visual-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.website-image {
  width: 100%;
  max-width: 700px;
  z-index: 2;
}

.website-glow-circle {
  position: absolute;
  width: 1200px;
  height: 1200px;
  background: radial-gradient(circle, rgba(255, 0, 47, 0.6) 0%, transparent 70%);
  filter: blur(55px);
  z-index: 0;
  left: -600px;
  top: 50%;
  transform: translateY(-50%);
}

/* NEW GEN SECTION */
.new-gen-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 20px;
}

.new-gen-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  position: relative;
}

.new-gen-image-container {
  position: relative;
  overflow: hidden;
  width: 1200px;
  background-color: #0b0b0e;
  z-index: 2;
  border-radius: 20px;
  margin-bottom: 150px;
}

.new-gen-text {
  margin-bottom: 60px;
  font-size: 35px;
  font-weight: 600;
  color: white;
}

.new-gen-section p {
  margin-top: -35px;
  color: #9f9d9d;
  font-size: 16px;
}

.new-gen-logo {
  max-height: 60px;
  margin-bottom: 50px;
}

.new-gen-banner {
  position: relative;
  background-color: #0b0b0e;
  overflow: hidden;
  width: 100%;
}

.new-gen-banner-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: contain;
}

.new-gen-terminal {
  position: absolute;
  top: 56px;
  left: 150px;
  right: 50px;
  bottom: 0;
  overflow: auto;
  font-family: "Fira Code", monospace;
  font-size: 21px;
  line-height: 2.5;
  color: #fff;
  z-index: 10;
  white-space: pre-wrap;
  word-break: break-word;
  text-align: left;
  font-weight: 300;
  letter-spacing: 2px;
}

.new-gen-terminal pre {
  font-family: "Fira Code", monospace;
  font-weight: 300;
  margin: 0;
  position: relative;
}

.type-cursor {
  display: inline-block;
  width: 10px;
  height: 40px;
  background-color: white;
  margin-left: 2px;
  animation: blink 1s steps(2, start) infinite;
  vertical-align: middle;
  transform: translateY(-4px);
}

@keyframes blink {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0; }
}

/* TABLET RESPONSIVE (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .intro-section {
    margin-top: 70px;
    padding-top: 25px;
  }
  .bg-wrapper {
    background-image: url('./res/services-main-banner.jpg'); /* ✅ Mobil görseli */
    background-size: 250% auto;         /* İsteğe göre contain/auto */
    background-position: 10% 0%;/* İsteğe göre ayarla */
  }
  /* YZ Section Mobile Glow */
  .yz-section {
    background-image: url(./res/kontenjan-background.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    padding: 80px 20px 60px 20px;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
  }

  .yz-section::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -150px;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(255, 0, 0, 0.08) 0%, rgba(255, 0, 0, 0.02) 70%, rgba(255, 0, 0, 0) 100%);
    border-radius: 50%;
    filter: blur(80px);
    transform: translateY(-50%);
    z-index: 0;
  }

  .yz-text {
    font-size: 22px;
    line-height: 1.4;
    max-width: 90%;
    margin: 0 auto 20px auto;
    position: relative;
    z-index: 1;
  }

  .yz-section p {
    font-size: 15px;
    line-height: 1.6;
    max-width: 95%;
    margin: 0 auto;
  }

  .yz-red-button {
    font-size: 15px;
    padding: 12px 24px;
  }

  /* Ajans Section Mobile */
  .ajans {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
  }

  .ajans::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 0, 0, 0.12) 0%, rgba(255, 0, 0, 0.03) 65%, rgba(255, 0, 0, 0) 100%);
    filter: blur(120px);
    transform: translateY(-50%);
    z-index: 0;
    pointer-events: none;
  }

  .ajans-content {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0;
    position: relative;
    z-index: 1;
  }

  .ajans-slogan, .ajans-title, .ajans-description, .ajans-button {
    text-align: center;
  }

  .ajans-button {
    white-space: nowrap;
    padding: 14px 32px;
    font-size: 16px;
    margin: 0 0 40px 0;
  }

  .ajans-visual-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
  }

  .ajans-image {
    display: block;
    margin: 0 auto;
    max-width: 85%;
    height: auto;
    filter: drop-shadow(0 0 6px rgba(255,0,0,0.18)) drop-shadow(0 0 12px rgba(255,0,0,0.08));
    border-radius: 10px;
    transition: transform 0.6s ease, filter 0.6s ease;
    animation: softGlow 4s ease-in-out infinite alternate;
  }

  @keyframes softGlow {
    0% { filter: drop-shadow(0 0 6px rgba(255,0,0,0.18)) drop-shadow(0 0 12px rgba(255,0,0,0.08)); }
    100% { filter: drop-shadow(0 0 10px rgba(255,0,0,0.28)) drop-shadow(0 0 20px rgba(255,0,0,0.15)); }
  }

  .ajans-image:active {
    transform: scale(1.02);
  }

  /* Website Section Mobile - Match Ajans Layout */
  .website {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
  }

  /* Website Content First, Then Visual */
  .website-content {
    order: 1;
  }

  .website-visual-wrapper {
    order: 2;
  }

  .website::before {
    content: "";
    position: absolute;
    top: 40%;
    left: -150px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(255, 0, 0, 0.15) 0%, rgba(255, 0, 0, 0.03) 70%, rgba(255, 0, 0, 0) 100%);
    border-radius: 50%;
    filter: blur(100px);
    transform: translateY(-50%);
    z-index: 0;
    pointer-events: none;
    animation: glowPulse 6s ease-in-out infinite;
  }

  .website-content {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 0 40px 0;
    position: relative;
    z-index: 1;
    order: 1;
  }

  .website-slogan, .website-title, .website-description, .website-button {
    text-align: center;
  }

  .website-button {
    white-space: nowrap;
    padding: 14px 32px;
    font-size: 16px;
    margin: 0 0 40px 0;
  }

  .website-visual-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    order: 2;
  }

  .website-image {
    display: block;
    margin: 0 auto;
    max-width: 85%;
    height: auto;
    filter: drop-shadow(0 0 6px rgba(255,0,0,0.18)) drop-shadow(0 0 12px rgba(255,0,0,0.08));
    border-radius: 10px;
    transition: transform 0.6s ease, filter 0.6s ease;
    animation: softGlow 4s ease-in-out infinite alternate;
  }

  .website-image:active {
    transform: scale(1.02);
  }

  /* New Gen Section Mobile */
  .new-gen-banner {
    transform: scale(0.4);
    transform-origin: top center;
  }

  .new-gen-logo {
    width: 50%;
    max-width: 250px;
    height: auto;
    margin-bottom: 0.5rem;
  }

  .new-gen-text {
    font-size: clamp(18px, 3vw, 28px);
    text-align: center;
  }

  .new-gen-section p {
    font-size: clamp(12px, 2vw, 16px);
    text-align: center;
  }

  .new-gen-section {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .new-gen-image-container {
    position: relative;
    overflow: visible;
    max-width: 90%;
    margin: 0 auto;
    z-index: 0;
  }

  .new-gen-image-container::before {
    content: "";
    position: absolute;
    top: -38%;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    max-width: 390px;
    aspect-ratio: 1/1;
    background: url("res/new-gen-bg.svg") no-repeat center;
    background-size: contain;
    opacity: 0.7;
    z-index: -1;
    pointer-events: none;
  }

  .new-gen-terminal {
    left: 10%;
    right: 8%;
    font-size: 20px;
    line-height: 2;
  }

  footer {
    position: relative;
    z-index: 99;
    margin-top: -250px;
  }
}

/* MOBILE RESPONSIVE (768px and below) */
@media (max-width: 768px) {

  /* Ajans Section Mobile */
  /* BACKGROUND WRAPPER */
  .bg-wrapper {
    background-image: url('./res/services-main-banner.jpg'); /* ✅ Mobil görseli */
    background-size: 300% auto;         /* İsteğe göre contain/auto */
    background-position: 10% 0%;/* İsteğe göre ayarla */
  }

  .ajans {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
  }

  .ajans::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 0, 0, 0.12) 0%, rgba(255, 0, 0, 0.03) 65%, rgba(255, 0, 0, 0) 100%);
    filter: blur(120px);
    transform: translateY(-50%);
    z-index: 0;
    pointer-events: none;
  }

  .ajans-content {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 0 40px 0;
    position: relative;
    z-index: 1;
  }

  .ajans-slogan, .ajans-title, .ajans-description, .ajans-button {
    text-align: center;
  }

  .ajans-button {
    white-space: nowrap;
    padding: 14px 32px;
    font-size: 16px;
    margin: 0 0 40px 0;
  }

  .ajans-visual-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
  }

  .ajans-image {
    display: block;
    margin: 0 auto;
    max-width: 85%;
    height: auto;
    filter: drop-shadow(0 0 6px rgba(255,0,0,0.18)) drop-shadow(0 0 12px rgba(255,0,0,0.08));
    border-radius: 10px;
    transition: transform 0.6s ease, filter 0.6s ease;
    animation: softGlow 4s ease-in-out infinite alternate;
  }

  .ajans-image:active {
    transform: scale(1.02);
  }

  /* Website Section Mobile */
  .website {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
  }

  .website::before {
    content: "";
    position: absolute;
    top: 40%;
    left: -150px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(255, 0, 0, 0.15) 0%, rgba(255, 0, 0, 0.03) 70%, rgba(255, 0, 0, 0) 100%);
    border-radius: 50%;
    filter: blur(100px);
    transform: translateY(-50%);
    z-index: 0;
    pointer-events: none;
    animation: glowPulse 6s ease-in-out infinite;
  }

  /* Website Content First, Then Visual */
  .website-content {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 0 40px 0;
    position: relative;
    z-index: 1;
    order: 1;
  }

  .website-slogan, .website-title, .website-description, .website-button {
    text-align: center;
  }

  .website-button {
    white-space: nowrap;
    padding: 14px 32px;
    font-size: 16px;
    margin: 0 0 40px 0;
  }

  .website-visual-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    order: 2;
  }

  .website-image {
    display: block;
    margin: 0 auto;
    max-width: 85%;
    height: auto;
    filter: drop-shadow(0 0 6px rgba(255,0,0,0.18)) drop-shadow(0 0 12px rgba(255,0,0,0.08));
    border-radius: 10px;
    transition: transform 0.6s ease, filter 0.6s ease;
    animation: softGlow 4s ease-in-out infinite alternate;
  }

  .website-image:active {
    transform: scale(1.02);
  }

  .yz-section {
    background-size: 170%;
    padding: 80px 15px 60px 15px;
    margin-bottom: 80px;
    min-height: 400px;
  }

  .yz-text {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
    padding: 0 15px;
  }

  .yz-section p {
    font-size: 13px;
    line-height: 1.6;
    padding: 0 15px;
    margin-top: -20px;
  }

  .yz-red-button {
    font-size: 14px;
    padding: 10px 20px;
    height: auto;
    margin-top: 20px;
  }

  @keyframes softGlow {
    0% { filter: drop-shadow(0 0 6px rgba(255,0,0,0.18)) drop-shadow(0 0 12px rgba(255,0,0,0.08)); }
    100% { filter: drop-shadow(0 0 10px rgba(255,0,0,0.28)) drop-shadow(0 0 20px rgba(255,0,0,0.15)); }
  }

  .intro {
    font-size: 36px;
  }

  .intro {
    font-size: 36px;
  }

  .ajans-title, .website-title {
    font-size: 28px;
  }

  .new-gen-text {
    font-size: 22px;
  }

  /* New Gen Section Mobile */
  .new-gen-banner {
    transform: scale(0.4);
    transform-origin: top center;
  }

  .new-gen-logo {
    width: 50%;
    max-width: 250px;
    height: auto;
    margin-bottom: 0.5rem;
  }

  .new-gen-text {
    font-size: clamp(18px, 3vw, 28px);
    text-align: center;
  }

  .new-gen-section p {
    font-size: clamp(12px, 2vw, 16px);
    text-align: center;
  }

  .new-gen-section {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .new-gen-image-container {
    position: relative;
    overflow: visible;
    max-width: 90%;
    margin: 0 auto;
    z-index: 0;
  }

  .new-gen-image-container::before {
    content: "";
    position: absolute;
    top: -38%;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    max-width: 390px;
    aspect-ratio: 1/1;
    background: url("res/new-gen-bg.svg") no-repeat center;
    background-size: contain;
    opacity: 0.7;
    z-index: -1;
    pointer-events: none;
  }

  .new-gen-terminal {
    left: 10%;
    right: 8%;
    font-size: 20px;
    line-height: 2;
  }

  footer {
    position: relative;
    z-index: 99;
    margin-top: -250px;
  }
  .ajans-glow-circle {
    position: absolute;
    width: 900px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 0, 47, 0.6) 0%, transparent 70%);
    filter: blur(55px);
    z-index: 0;
    right: -600px;
    top: 50%;
    transform: translateY(-50%);
  }
.website-glow-circle {
  position: absolute;
  width: 900px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 0, 47, 0.6) 0%, transparent 70%);
  filter: blur(55px);
  z-index: 0;
  left: -600px;
  top: 50%;
  transform: translateY(-50%);
}

}

@keyframes glowPulse {
  0%, 100% {
    transform: translateY(-50%) scale(1);
    opacity: 0.9;
  }
  50% {
    transform: translateY(-50%) scale(1.1);
    opacity: 1;
  }
}

/* SOCIAL ICONS */
.social-icons-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
}

.social-icons-list li a {
  display: inline-block;
}

.social-icon {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}

.social-icons-list li a:hover .social-icon {
  filter: brightness(0) saturate(100%) sepia(100%) hue-rotate(200deg) brightness(1.2);
}

.social-icons-list li a.linkedin:hover .social-icon {
  filter: invert(32%) sepia(56%) saturate(746%) hue-rotate(181deg) brightness(94%) contrast(89%);
}

.social-icons-list li a.facebook:hover .social-icon {
  filter: invert(37%) sepia(15%) saturate(1551%) hue-rotate(189deg) brightness(92%) contrast(92%);
}

.social-icons-list li a.instagram:hover .social-icon {
  filter: invert(33%) sepia(48%) saturate(2493%) hue-rotate(297deg) brightness(88%) contrast(96%);
}

/* DESKTOP GLOW EFFECTS (only on desktop) */
@media (min-width: 1025px) {
  .ajans-glow-circle {
    position: absolute;
    width: 1200px;
    height: 1200px;
    background: radial-gradient(circle, rgba(255, 0, 47, 0.6) 0%, transparent 70%);
    filter: blur(55px);
    z-index: 0;
    right: -600px;
    top: 50%;
    transform: translateY(-50%);
  }

  .ajans-visual-wrapper {
    position: relative;
    z-index: 0;
  }

  .ajans-image-wrapper {
    position: relative;
    z-index: 1;
  }

  .ajans-image {
    position: relative;
    z-index: 2;
  }
}