/* =========================================================
   Egechem - Hizmetlerimiz Page
   Page: /hizmetlerimiz/
========================================================= */

.eg-servicesPage{
  position: relative;
  overflow: hidden;
  padding: 72px 0 90px;
  background:
    radial-gradient(circle at 8% 4%, rgba(30,89,137,.10), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f7fbff 46%, #fff 100%);
}

.eg-servicesPage::before{
  content: "";
  position: absolute;
  right: -160px;
  top: 120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(30,89,137,.07);
  pointer-events: none;
}

.eg-servicesPage__head{
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto 38px;
  text-align: center;
}

.eg-servicesPage__kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-bottom: 14px;
  color: var(--eg-blue-500);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.eg-servicesPage__kicker::before,
.eg-servicesPage__kicker::after{
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: var(--eg-blue-500);
}

.eg-servicesPage__head h2{
  color: var(--eg-blue-900);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.06;
  letter-spacing: -.045em;
  margin-bottom: 18px;
}

.eg-servicesPage__head p{
  max-width: 780px;
  margin: 0 auto;
  color: var(--eg-muted);
  font-size: 17px;
  line-height: 1.78;
}

.eg-servicesPage__seo{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 34px;
}

.eg-servicesPage__text,
.eg-servicesPage__note{
  border: 1px solid rgba(30,89,137,.12);
  border-radius: 28px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 18px 50px rgba(11,42,62,.08);
  padding: 30px;
  backdrop-filter: blur(10px);
}

.eg-servicesPage__text h3,
.eg-servicesPage__note h3{
  color: var(--eg-blue-900);
  font-size: 25px;
  line-height: 1.25;
  margin-bottom: 14px;
}

.eg-servicesPage__text p,
.eg-servicesPage__note p{
  color: var(--eg-muted);
  font-size: 16px;
  line-height: 1.78;
  margin-bottom: 14px;
}

.eg-servicesPage__text p:last-child,
.eg-servicesPage__note p:last-child{
  margin-bottom: 0;
}

.eg-servicesPage__note{
  background:
    linear-gradient(180deg, rgba(230,242,255,.78), #fff);
}

.eg-servicesPage__noteIcon{
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: var(--eg-blue-900);
  color: #fff;
  font-size: 20px;
  margin-bottom: 16px;
}

.eg-servicesPage__grid{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.eg-serviceCard{
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 26px;
  border-radius: 28px;
  border: 1px solid rgba(30,89,137,.12);
  background: #fff;
  box-shadow: 0 16px 42px rgba(11,42,62,.08);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.eg-serviceCard::after{
  content: "";
  position: absolute;
  right: -70px;
  top: -80px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(30,89,137,.07);
  transition: transform .25s ease, background .25s ease;
}

.eg-serviceCard:hover{
  transform: translateY(-5px);
  border-color: rgba(30,89,137,.26);
  box-shadow: 0 24px 64px rgba(11,42,62,.14);
}

.eg-serviceCard:hover::after{
  transform: scale(1.12);
  background: rgba(30,89,137,.11);
}

.eg-serviceCard__icon{
  position: relative;
  z-index: 1;
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--eg-blue-500), var(--eg-blue-900));
  color: #fff;
  font-size: 23px;
  margin-bottom: 20px;
  box-shadow: 0 14px 26px rgba(11,42,62,.18);
}

.eg-serviceCard h3{
  position: relative;
  z-index: 1;
  color: var(--eg-blue-900);
  font-size: 22px;
  line-height: 1.22;
  letter-spacing: -.025em;
  margin-bottom: 12px;
}

.eg-serviceCard p{
  position: relative;
  z-index: 1;
  color: var(--eg-muted);
  font-size: 15.5px;
  line-height: 1.72;
  margin-bottom: 20px;
}

.eg-serviceCard__meta{
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.eg-serviceCard__meta span{
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(30,89,137,.08);
  color: var(--eg-blue-900);
  font-size: 12px;
  font-weight: 800;
}

.eg-serviceCard__btn{
  position: relative;
  z-index: 1;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 12px 15px;
  border-radius: 999px;
  background: var(--eg-blue-900);
  color: #fff;
  font-weight: 850;
  font-size: 14px;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.eg-serviceCard__btn:hover{
  transform: translateY(-2px);
  background: var(--eg-blue-500);
  box-shadow: 0 14px 28px rgba(30,89,137,.22);
}

.eg-servicesPage__bottom{
  position: relative;
  z-index: 1;
  margin-top: 42px;
  padding: 36px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 90% 10%, rgba(255,255,255,.14), transparent 30%),
    linear-gradient(135deg, var(--eg-blue-500), var(--eg-blue-900));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  box-shadow: 0 24px 70px rgba(11,42,62,.20);
}

.eg-servicesPage__bottom h3{
  color: #fff;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.12;
  letter-spacing: -.035em;
  margin-bottom: 10px;
}

.eg-servicesPage__bottom p{
  max-width: 760px;
  color: rgba(255,255,255,.80);
  line-height: 1.75;
  margin: 0;
}

.eg-servicesPage__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.eg-servicesPage__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 999px;
  font-weight: 850;
  border: 1px solid transparent;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.eg-servicesPage__btn:hover{
  transform: translateY(-2px);
}

.eg-servicesPage__btn--white{
  background: #fff;
  color: var(--eg-blue-900);
}

.eg-servicesPage__btn--ghost{
  color: #fff;
  border-color: rgba(255,255,255,.34);
  background: rgba(255,255,255,.08);
}

.eg-servicesPage__btn--ghost:hover{
  background: rgba(255,255,255,.14);
}

@media (max-width: 1180px){
  .eg-servicesPage__seo{
    grid-template-columns: 1fr;
  }

  .eg-servicesPage__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eg-servicesPage__bottom{
    grid-template-columns: 1fr;
  }

  .eg-servicesPage__actions{
    justify-content: flex-start;
  }
}

@media (max-width: 767px){
  .eg-servicesPage{
    padding: 46px 0 62px;
  }

  .eg-servicesPage__head{
    text-align: left;
    margin-bottom: 26px;
  }

  .eg-servicesPage__kicker{
    justify-content: flex-start;
    font-size: 11px;
  }

  .eg-servicesPage__kicker::after{
    display: none;
  }

  .eg-servicesPage__head p{
    font-size: 15.5px;
  }

  .eg-servicesPage__text,
  .eg-servicesPage__note,
  .eg-serviceCard,
  .eg-servicesPage__bottom{
    border-radius: 22px;
    padding: 22px;
  }

  .eg-servicesPage__grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .eg-serviceCard{
    min-height: auto;
  }

  .eg-serviceCard__icon{
    width: 56px;
    height: 56px;
    border-radius: 18px;
    font-size: 21px;
  }

  .eg-serviceCard h3{
    font-size: 20px;
  }

  .eg-serviceCard__btn,
  .eg-servicesPage__btn{
    width: 100%;
  }

  .eg-servicesPage__actions{
    display: grid;
    grid-template-columns: 1fr;
  }
}