/* Start custom CSS for html, class: .elementor-element-981b7ad *//* =====================================================
   AFTAŞ SERVICES SHOWCASE PAGE
   ===================================================== */

.aftas-services-showcase,
.aftas-services-showcase * {
  box-sizing: border-box;
}

.aftas-services-showcase {
  --aftas-dark: #081120;
  --aftas-dark-soft: #101a2c;
  --aftas-text: #101828;
  --aftas-muted: #667085;
  --aftas-accent: #d9c7b2;
  --aftas-accent-soft: #f4ede7;
  --aftas-line: rgba(16,24,40,.08);
  --mouse-x: 50%;
  --mouse-y: 20%;

  position: relative;
  overflow: hidden;
  padding: 96px 24px 110px;
  background:
    radial-gradient(circle at var(--mouse-x) var(--mouse-y), rgba(217,199,178,.20), transparent 24%),
    linear-gradient(135deg, #ffffff 0%, #f8f8f7 52%, #eef1f5 100%);
}

.aftas-services-showcase__bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15,23,42,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,23,42,.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.70), transparent 92%);
  pointer-events: none;
}

.aftas-services-showcase__shape {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.aftas-services-showcase__shape--one {
  width: 420px;
  height: 420px;
  right: -190px;
  top: 120px;
  border-radius: 50%;
  border: 1px solid rgba(8,17,32,.10);
}

.aftas-services-showcase__shape--two {
  width: 260px;
  height: 260px;
  left: -130px;
  bottom: 260px;
  border-radius: 70px;
  background: rgba(217,199,178,.22);
  transform: rotate(18deg);
}

.aftas-services-showcase__container {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
}

/* HERO */

.aftas-services-showcase__hero {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  padding: 58px;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  gap: 52px;
  align-items: center;
  border-radius: 46px;
  background:
    radial-gradient(circle at 92% 12%, rgba(217,199,178,.16), transparent 30%),
    linear-gradient(135deg, #081120 0%, #101a2c 100%);
  box-shadow: 0 36px 100px rgba(8,17,32,.22);
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s ease, transform .75s ease;
}

.aftas-services-showcase__hero.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.aftas-services-showcase__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: .42;
  pointer-events: none;
}

.aftas-services-showcase__hero-content,
.aftas-services-showcase__hero-visual {
  position: relative;
  z-index: 2;
}

.aftas-services-showcase__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(217,199,178,.24);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

.aftas-services-showcase__label::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--aftas-accent);
  box-shadow: 0 0 0 7px rgba(217,199,178,.11);
}

.aftas-services-showcase h1 {
  max-width: 820px;
  margin: 24px 0 22px;
  color: #fff;
  font-size: clamp(42px, 5.3vw, 78px);
  line-height: .96;
  letter-spacing: -3.2px;
  font-weight: 900;
}

.aftas-services-showcase h1 span {
  display: block;
  color: var(--aftas-accent);
}

.aftas-services-showcase__hero-content > p {
  max-width: 640px;
  margin: 0;
  color: rgba(255,255,255,.70);
  font-size: 18px;
  line-height: 1.76;
}

.aftas-services-showcase__quick {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 38px;
}

.aftas-services-showcase__quick div {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.065);
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
}

.aftas-services-showcase__quick strong {
  display: block;
  margin-bottom: 7px;
  color: var(--aftas-accent);
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}

.aftas-services-showcase__quick span {
  display: block;
  color: rgba(255,255,255,.68);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}

/* HERO VISUAL */

.aftas-services-showcase__hero-visual {
  min-height: 430px;
  overflow: hidden;
  border-radius: 34px;
  clip-path: polygon(8% 0, 100% 0, 100% 88%, 86% 100%, 0 100%, 0 12%);
  box-shadow: 0 28px 70px rgba(0,0,0,.24);
}

.aftas-services-showcase__hero-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform .55s ease;
}

.aftas-services-showcase__hero-visual:hover img {
  transform: scale(1.07);
}

.aftas-services-showcase__hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(8,17,32,.70), rgba(8,17,32,.08)),
    linear-gradient(135deg, rgba(217,199,178,.16), transparent 48%);
}

.aftas-services-showcase__hero-card {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 3;
  padding: 20px;
  border-radius: 24px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(14px);
}

.aftas-services-showcase__hero-card small {
  display: block;
  margin-bottom: 7px;
  color: rgba(255,255,255,.68);
  font-size: 12px;
  font-weight: 850;
}

.aftas-services-showcase__hero-card strong {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
}

/* SERVICE BODY */

.aftas-services-showcase__body {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.aftas-service-block {
  position: relative;
  overflow: hidden;
  grid-column: span 4;
  min-height: 520px;
  display: grid;
  grid-template-rows: 210px 1fr;
  border-radius: 36px;
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(16,24,40,.075);
  box-shadow: 0 24px 60px rgba(15,23,42,.065);
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity .75s ease,
    transform .34s ease,
    border-color .34s ease,
    box-shadow .34s ease,
    background .34s ease;
}

.aftas-service-block.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.aftas-service-block:nth-child(2) {
  transition-delay: .06s;
}

.aftas-service-block:nth-child(3) {
  transition-delay: .12s;
}

.aftas-service-block:nth-child(4) {
  transition-delay: .18s;
}

.aftas-service-block:nth-child(5) {
  transition-delay: .24s;
}

.aftas-service-block:nth-child(6) {
  transition-delay: .30s;
}

.aftas-service-block--large,
.aftas-service-block--wide {
  grid-column: span 8;
  grid-template-columns: .92fr 1.08fr;
  grid-template-rows: auto;
  min-height: 420px;
}

.aftas-service-block__link {
  position: absolute;
  inset: 0;
  z-index: 8;
}

.aftas-service-block__image {
  position: relative;
  overflow: hidden;
  background: var(--aftas-dark);
}

.aftas-service-block__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(8,17,32,.32), transparent),
    linear-gradient(135deg, rgba(217,199,178,.12), transparent 48%);
  transition: opacity .3s ease;
}

.aftas-service-block__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .55s ease;
}

.aftas-service-block__content {
  position: relative;
  z-index: 2;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.aftas-service-block__content::before {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: -86px;
  top: -86px;
  border-radius: 50%;
  background: rgba(217,199,178,.22);
  pointer-events: none;
  transition: transform .34s ease, background .34s ease;
}

.aftas-service-block:hover {
  transform: translateY(-8px);
  border-color: rgba(217,199,178,.82) !important;
  background: #fff !important;
  box-shadow: 0 34px 86px rgba(15,23,42,.105) !important;
}

.aftas-service-block:hover .aftas-service-block__image img {
  transform: scale(1.08);
}

.aftas-service-block:hover .aftas-service-block__content::before {
  transform: scale(1.18);
  background: rgba(217,199,178,.32);
}

.aftas-service-block__top,
.aftas-service-block h2,
.aftas-service-block p,
.aftas-service-block__tags,
.aftas-service-block__cta {
  position: relative;
  z-index: 2;
}

.aftas-service-block__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 24px;
}

.aftas-service-block__top > span {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  background: var(--aftas-accent-soft);
  color: var(--aftas-dark);
  font-size: 14px;
  font-weight: 900;
}

.aftas-service-block__top small {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(8,17,32,.055);
  color: var(--aftas-muted);
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
}

.aftas-service-block h2 {
  margin: 0 0 14px;
  color: var(--aftas-dark);
  font-size: 29px;
  line-height: 1.08;
  letter-spacing: -1px;
  font-weight: 900;
}

.aftas-service-block p {
  margin: 0 0 24px;
  color: var(--aftas-muted);
  font-size: 15.5px;
  line-height: 1.68;
}

.aftas-service-block__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.aftas-service-block__tags span {
  min-height: 34px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(8,17,32,.045);
  color: var(--aftas-muted);
  font-size: 12.5px;
  line-height: 1;
  font-weight: 750;
}

.aftas-service-block__cta {
  width: fit-content;
  min-height: 48px;
  margin-top: auto;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--aftas-dark);
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  transition: transform .28s ease, background .28s ease, color .28s ease;
}

.aftas-service-block__cta::after {
  content: "→";
  margin-left: 9px;
  transition: transform .28s ease;
}

.aftas-service-block:hover .aftas-service-block__cta {
  background: #0d1728 !important;
  color: #fff !important;
}

.aftas-service-block:hover .aftas-service-block__cta::after {
  transform: translateX(4px);
}

/* DARK CARD */

.aftas-service-block--dark {
  background:
    radial-gradient(circle at 100% 0%, rgba(217,199,178,.14), transparent 34%),
    linear-gradient(135deg, #081120 0%, #101a2c 100%);
  border-color: rgba(255,255,255,.09);
}

.aftas-service-block--dark .aftas-service-block__content::before {
  background: rgba(217,199,178,.12);
}

.aftas-service-block--dark:hover {
  background:
    radial-gradient(circle at 100% 0%, rgba(217,199,178,.18), transparent 34%),
    linear-gradient(135deg, #081120 0%, #101a2c 100%) !important;
  box-shadow: 0 34px 86px rgba(8,17,32,.22) !important;
}

.aftas-service-block--dark .aftas-service-block__top > span {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.12);
  color: var(--aftas-accent);
}

.aftas-service-block--dark .aftas-service-block__top small,
.aftas-service-block--dark .aftas-service-block__tags span {
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.70);
}

.aftas-service-block--dark h2 {
  color: #fff;
}

.aftas-service-block--dark p {
  color: rgba(255,255,255,.72);
}

.aftas-service-block--dark .aftas-service-block__cta {
  background: #fff;
  color: var(--aftas-dark);
}

.aftas-service-block--dark:hover .aftas-service-block__cta {
  background: #fff !important;
  color: var(--aftas-dark) !important;
}

/* FINAL CTA */

.aftas-services-showcase__final {
  margin-top: 22px;
  padding: 32px 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 100% 0%, rgba(217,199,178,.14), transparent 34%),
    linear-gradient(135deg, #081120 0%, #101a2c 100%);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 28px 76px rgba(8,17,32,.22);
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s ease, transform .75s ease;
}

.aftas-services-showcase__final.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.aftas-services-showcase__final strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -.7px;
  font-weight: 900;
}

.aftas-services-showcase__final span {
  display: block;
  color: rgba(255,255,255,.68);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 600;
}

.aftas-services-showcase__final a,
.aftas-services-showcase__final a:hover,
.aftas-services-showcase__final a:focus,
.aftas-services-showcase__final a:active {
  min-height: 56px;
  padding: 0 30px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff !important;
  color: var(--aftas-dark) !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 850;
  box-shadow: none !important;
  outline: none !important;
  transition: transform .28s ease;
}

.aftas-services-showcase__final a:hover {
  transform: translateY(-3px);
}

/* TABLET */

@media (max-width: 1100px) {
  .aftas-services-showcase {
    padding: 82px 22px 92px;
  }

  .aftas-services-showcase__hero {
    grid-template-columns: 1fr;
    padding: 48px;
  }

  .aftas-services-showcase__hero-visual {
    min-height: 420px;
  }

  .aftas-service-block,
  .aftas-service-block--large,
  .aftas-service-block--wide {
    grid-column: span 6;
    grid-template-columns: 1fr;
    grid-template-rows: 230px 1fr;
    min-height: auto;
  }
}

/* MOBILE */

@media (max-width: 767px) {
  .aftas-services-showcase {
    padding: 68px 18px 78px;
  }

  .aftas-services-showcase__hero {
    min-height: auto;
    padding: 28px 20px;
    border-radius: 32px;
    gap: 34px;
  }

  .aftas-services-showcase h1 {
    font-size: 38px;
    line-height: 1;
    letter-spacing: -1.8px;
  }

  .aftas-services-showcase__hero-content > p {
    font-size: 16px;
    line-height: 1.68;
  }

  .aftas-services-showcase__quick {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 28px;
  }

  .aftas-services-showcase__hero-visual {
    min-height: 300px;
    border-radius: 26px;
    clip-path: none;
  }

  .aftas-services-showcase__body {
    margin-top: 18px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .aftas-service-block,
  .aftas-service-block--large,
  .aftas-service-block--wide {
    grid-column: auto;
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 205px 1fr;
    border-radius: 28px;
  }

  .aftas-service-block:hover {
    transform: none;
  }

  .aftas-service-block__content {
    padding: 24px;
  }

  .aftas-service-block__top {
    margin-bottom: 22px;
  }

  .aftas-service-block__top > span {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    border-radius: 15px;
    font-size: 13px;
  }

  .aftas-service-block__top small {
    font-size: 11px;
  }

  .aftas-service-block h2 {
    font-size: 24px;
    letter-spacing: -.8px;
  }

  .aftas-service-block p {
    font-size: 15px;
    line-height: 1.62;
  }

  .aftas-service-block__cta {
    width: 100%;
  }

  .aftas-services-showcase__final {
    margin-top: 16px;
    padding: 26px 22px;
    display: grid;
    gap: 22px;
    border-radius: 28px;
  }

  .aftas-services-showcase__final strong {
    font-size: 21px;
  }

  .aftas-services-showcase__final a {
    width: 100%;
  }
}

/* SMALL MOBILE */

@media (max-width: 420px) {
  .aftas-services-showcase {
    padding: 62px 16px 70px;
  }

  .aftas-services-showcase__hero {
    padding: 24px 18px;
    border-radius: 28px;
  }

  .aftas-services-showcase h1 {
    font-size: 33px;
  }

  .aftas-services-showcase__label {
    font-size: 12px;
  }

  .aftas-service-block__content {
    padding: 22px;
  }

  .aftas-service-block h2 {
    font-size: 22px;
  }
}
/* =====================================================
   AFTAŞ SERVICES SHOWCASE - PREMIUM LAYOUT FIX
   ===================================================== */

/* Section tam geniş hissi versin */
.aftas-services-showcase {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: clamp(18px, 3.2vw, 64px) !important;
  padding-right: clamp(18px, 3.2vw, 64px) !important;
}

/* İçerik daha geniş aksın */
.aftas-services-showcase__container {
  max-width: 1640px !important;
  width: 100%;
}

/* Hero artık küçük kutu gibi değil, daha güçlü panel */
.aftas-services-showcase__hero {
  min-height: 640px !important;
  padding: clamp(34px, 4vw, 72px) !important;
  grid-template-columns: 1fr .92fr !important;
  border-radius: 54px !important;
}

/* Hero görseli daha güçlü dursun */
.aftas-services-showcase__hero-visual {
  min-height: 470px !important;
  border-radius: 36px !important;
  clip-path: polygon(10% 0, 100% 0, 100% 86%, 88% 100%, 0 100%, 0 14%) !important;
}

/* Başlık alanını daha dengeli kullan */
.aftas-services-showcase h1 {
  max-width: 900px !important;
}

/* Alt istatistik kutuları biraz daha premium */
.aftas-services-showcase__quick {
  max-width: 680px;
}

.aftas-services-showcase__quick div {
  min-height: 92px;
}

/* Body boşluklarını ve ritmi iyileştir */
.aftas-services-showcase__body {
  margin-top: 34px !important;
  gap: 22px !important;
}

/* Genel kart hover daha kontrollü */
.aftas-service-block:hover {
  transform: translateY(-7px) !important;
}

/* 1. kart büyük kalsın */
.aftas-service-block:nth-child(1) {
  grid-column: span 8 !important;
  min-height: 460px !important;
}

/* 2. kart sağda dikey tamamlayıcı */
.aftas-service-block:nth-child(2) {
  grid-column: span 4 !important;
  min-height: 460px !important;
}

/* 3. ve 4. kart satırı artık 5/7 oranlı daha dinamik */
.aftas-service-block:nth-child(3) {
  grid-column: span 5 !important;
  min-height: 520px !important;
}

.aftas-service-block:nth-child(4) {
  grid-column: span 7 !important;
  min-height: 520px !important;
}

/* Son iki kart artık yarım kalmasın, 6 + 6 olarak tam doldursun */
.aftas-service-block:nth-child(5),
.aftas-service-block:nth-child(6) {
  grid-column: span 6 !important;
  min-height: 390px !important;
  grid-template-columns: .82fr 1.18fr !important;
  grid-template-rows: auto !important;
}

/* Son iki kartın görselleri daha iyi otursun */
.aftas-service-block:nth-child(5) .aftas-service-block__image,
.aftas-service-block:nth-child(6) .aftas-service-block__image {
  min-height: 100%;
}

/* Son iki kartın içerik yoğunluğunu dengeler */
.aftas-service-block:nth-child(5) .aftas-service-block__content,
.aftas-service-block:nth-child(6) .aftas-service-block__content {
  padding: 32px !important;
}

/* Son iki kartın başlığı çok kırılmasın */
.aftas-service-block:nth-child(5) h2,
.aftas-service-block:nth-child(6) h2 {
  font-size: 27px !important;
}

/* CTA artık daha geniş ve final hissi güçlü */
.aftas-services-showcase__final {
  margin-top: 28px !important;
  padding: 38px 42px !important;
  border-radius: 38px !important;
}

/* Sağ-sol boşluğa görsel ritim ekle */
.aftas-services-showcase::before {
  content: "";
  position: absolute;
  right: -180px;
  top: 680px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  border: 1px solid rgba(8,17,32,.08);
  pointer-events: none;
}

.aftas-services-showcase::after {
  content: "";
  position: absolute;
  left: -120px;
  top: 1180px;
  width: 260px;
  height: 260px;
  border-radius: 58px;
  background: rgba(217,199,178,.18);
  transform: rotate(18deg);
  pointer-events: none;
}

/* Görsellerde sektör dışı hissi biraz daha sinematik yap */
.aftas-service-block__image img,
.aftas-services-showcase__hero-visual img {
  filter: saturate(.92) contrast(1.04);
}

/* Hoverda butonun öne gelmesi */
.aftas-service-block:hover .aftas-service-block__cta {
  transform: translateY(-2px);
}

/* TABLET FIX */
@media (max-width: 1100px) {
  .aftas-services-showcase {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .aftas-services-showcase__container {
    max-width: 100% !important;
  }

  .aftas-services-showcase__hero {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    border-radius: 42px !important;
  }

  .aftas-services-showcase__hero-visual {
    min-height: 420px !important;
  }

  .aftas-service-block:nth-child(1),
  .aftas-service-block:nth-child(2),
  .aftas-service-block:nth-child(3),
  .aftas-service-block:nth-child(4),
  .aftas-service-block:nth-child(5),
  .aftas-service-block:nth-child(6) {
    grid-column: span 6 !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: 230px 1fr !important;
    min-height: auto !important;
  }
}

/* MOBILE FIX */
@media (max-width: 767px) {
  .aftas-services-showcase {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .aftas-services-showcase__hero {
    padding: 28px 20px !important;
    border-radius: 32px !important;
  }

  .aftas-services-showcase__hero-visual {
    min-height: 300px !important;
    clip-path: none !important;
    border-radius: 26px !important;
  }

  .aftas-service-block:nth-child(1),
  .aftas-service-block:nth-child(2),
  .aftas-service-block:nth-child(3),
  .aftas-service-block:nth-child(4),
  .aftas-service-block:nth-child(5),
  .aftas-service-block:nth-child(6) {
    grid-column: auto !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: 205px 1fr !important;
  }

  .aftas-service-block:hover {
    transform: none !important;
  }

  .aftas-services-showcase__final {
    padding: 26px 22px !important;
    border-radius: 28px !important;
  }
}/* End custom CSS */