/*
  Garanti Sepetim landing overrides for TemplateMo 590 Topic Listing.
  Loaded only on the home page so admin/user/service panels stay stable.
*/

:root {
  --primary-color: #0b5f77;
  --secondary-color: #69d6c7;
  --custom-btn-bg-color: #0b5f77;
  --custom-btn-bg-hover-color: #083d55;
  --section-bg-color: #eef9fb;
  --link-hover-color: #083d55;
}

.topic-landing {
  background: #ffffff;
}

.topic-navbar {
  border-bottom-color: rgba(255, 255, 255, 0.24);
}

.topic-navbar .navbar-brand,
.topic-footer .navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.topic-navbar .navbar-brand i,
.topic-footer .navbar-brand i {
  font-size: 1.75rem;
}

.topic-login-link,
.topic-nav-cta {
  border-radius: 999px;
  color: #ffffff;
  font-family: var(--title-font-family);
  font-size: var(--menu-font-size);
  font-weight: 700;
  padding: 10px 16px;
  text-transform: uppercase;
}

.topic-login-link {
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.topic-nav-cta {
  background: #ffffff;
  color: var(--primary-color);
}

.topic-login-link:hover,
.topic-nav-cta:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
}

.topic-hero {
  min-height: 620px;
  background:
    linear-gradient(15deg, rgba(8, 61, 85, 0.98) 0%, rgba(11, 95, 119, 0.92) 42%, rgba(105, 214, 199, 0.92) 100%),
    url("topic/images/colleagues-working-cozy-office-medium-shot.jpg");
  background-position: center;
  background-size: cover;
}

.topic-eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--title-font-family);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.topic-hero h1 {
  max-width: 900px;
  margin-inline: auto;
  letter-spacing: 0;
}

.topic-hero h6 {
  color: rgba(255, 255, 255, 0.82);
}

.topic-hero-search {
  max-width: 760px;
  margin-inline: auto;
}

.topic-hero-search button[type="submit"] {
  max-width: 170px;
}

.topic-hero-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}

.topic-hero-links a {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #ffffff;
  font-weight: 700;
  padding: 8px 14px;
}

.topic-hero-links a:hover {
  background: #ffffff;
  color: var(--primary-color);
}

.topic-featured {
  background-color: var(--secondary-color);
}

.topic-feature-card p,
.topic-service-card p {
  font-size: 1rem;
  line-height: 1.65;
}

.topic-feature-card .custom-block-image {
  object-fit: contain;
}

.topic-overlay-card .custom-block-image {
  filter: saturate(0.9);
}

.topic-proof-row {
  align-items: center;
  gap: 10px;
}

.topic-proof-row p {
  margin: 0;
}

.topic-proof-row span {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 5px 10px;
}

.topic-section-kicker {
  color: var(--primary-color);
  display: inline-flex;
  margin-bottom: 10px;
}

.topic-tabs {
  overflow-x: auto;
  padding-inline: 12px;
}

.topic-service-card {
  min-height: 280px;
}

.topic-service-card:hover {
  background-color: #eef9fb;
}

.topic-card-icon {
  color: var(--secondary-color);
  display: block;
  font-size: 5rem;
  margin-top: 34px;
  text-align: right;
}

.topic-faq-image {
  border-radius: 28px;
}

.topic-role-card {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 1rem 3rem rgba(13, 84, 122, 0.12);
  height: 100%;
  padding: 30px;
}

.topic-role-card i {
  align-items: center;
  background: linear-gradient(15deg, var(--primary-color), var(--secondary-color));
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  font-size: 1.6rem;
  height: 56px;
  justify-content: center;
  margin-bottom: 20px;
  width: 56px;
}

.topic-role-card p {
  font-size: 1rem;
  line-height: 1.7;
}

.topic-footer {
  background: #ffffff;
}

.topic-footer .copyright-text {
  color: var(--p-color);
}

@media screen and (max-width: 991px) {
  .topic-hero {
    min-height: 560px;
    padding-top: 130px;
    padding-bottom: 120px;
  }

  .topic-login-link,
  .topic-nav-cta {
    display: inline-flex;
    margin: 8px 10px 0;
  }

  .topic-card-icon {
    font-size: 4rem;
    margin-top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .topic-hero-search .input-group {
    border-radius: 28px;
    display: grid;
    gap: 10px;
    padding: 14px;
  }

  .topic-hero-search input[type="search"],
  .topic-hero-search button[type="submit"] {
    border-radius: 999px !important;
    max-width: none;
    width: 100%;
  }

  .topic-hero-search .input-group-text {
    display: none;
  }

  .topic-hero-search input[type="search"] {
    background: #f7fbff;
    padding-left: 18px;
  }

  .topic-proof-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .timeline-container .vertical-scrollable-timeline li {
    padding-left: 112px;
  }

  .timeline-container .vertical-scrollable-timeline .list-progress {
    left: 46px;
  }

  .timeline-container .vertical-scrollable-timeline li::before {
    left: 46px;
  }

  .timeline-container .vertical-scrollable-timeline li .icon-holder {
    height: 92px;
    width: 92px;
  }

  .timeline-container .vertical-scrollable-timeline li .icon-holder::before {
    height: 70px;
    width: 70px;
  }
}
