/* GİV Modern Theme — kurumsal kimlik korunarak */
:root {
  --giv-blue: #1D2B8B;
  --giv-blue-deep: #16236f;
  --giv-blue-bright: #1D2B8B;
  --giv-amber: #F58220;
  --giv-amber-hover: #d96f12;
  --giv-ink: #0f1a2e;
  --giv-muted: #5a6a7e;
  --giv-surface: #f4f7fb;
  --giv-white: #ffffff;
  --giv-line: rgba(15, 26, 46, 0.08);
  --giv-shadow: 0 18px 40px rgba(22, 63, 138, 0.12);
  --giv-radius: 14px;
  --giv-font-display: "Sora", system-ui, sans-serif;
  --giv-font-body: "Figtree", system-ui, sans-serif;
  --giv-nav-h: 72px;
  --giv-topbar-h: 42px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #ffffff;
}

body.body--home,
body {
  margin: 0;
  font-family: var(--giv-font-body);
  color: var(--giv-ink);
  background: #ffffff !important;
  background-image: none !important;
  background-attachment: scroll;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* Anasayfa: eski main.css max-width (1170 / %76) kırılıyor — yanlarda beyaz şerit kalmasın */
html:has(body.body--home) {
  background-color: #ffffff;
}

body.body--home {
  overflow-x: hidden;
}

body.body--home .main-container,
body.body--home .main-container.p-0 {
  max-width: none !important;
  min-width: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

h1, h2, h3, h4, h5, h6,
.giv-display {
  font-family: var(--giv-font-display);
  letter-spacing: -0.02em;
  color: var(--giv-ink);
}

a {
  color: var(--giv-blue);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--giv-blue-deep);
}

.main-container {
  background: transparent !important;
  min-height: 50vh;
}


/* ---------- Buttons ---------- */
.giv-btn,
.app-btn,
.app-btn.app-btn--primary,
.home-about-us-box-more,
.btn.btn-outline-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.4rem;
  border-radius: 10px !important;
  border: none;
  font-family: var(--giv-font-display);
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.giv-btn--primary,
.app-btn.app-btn--primary,
.home-about-us-box-more {
  background: var(--giv-blue) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(32, 89, 194, 0.28);
}

.giv-btn--primary:hover,
.app-btn.app-btn--primary:hover,
.home-about-us-box-more:hover {
  background: var(--giv-blue-deep) !important;
  color: #fff !important;
  transform: translateY(-2px);
}

.giv-btn--amber {
  background: var(--giv-amber) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(224, 138, 30, 0.3);
}

.giv-btn--amber:hover {
  background: var(--giv-amber-hover) !important;
  color: #fff !important;
}

.giv-btn--ghost {
  background: transparent;
  color: #fff !important;
  border: 1.5px solid rgba(255, 255, 255, 0.55) !important;
}

.giv-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
}

/* Trap page stacking contexts so Swiper/hero z-index cannot cover the nav */
.main-container {
  position: relative;
  z-index: 0;
  isolation: isolate;
}

.app-footer {
  position: relative;
  z-index: 1;
}

/* ---------- Header / Navbar (two-tier, örnek layout) ---------- */
.giv-site-header {
  position: sticky;
  top: 0;
  z-index: 10000;
  overflow: visible;
  isolation: isolate;
  box-shadow: 0 10px 28px rgba(15, 26, 46, 0.18);
  border-bottom: 2px solid var(--giv-amber);
}

.giv-site-header.is-scrolled {
  box-shadow: 0 12px 36px rgba(15, 26, 46, 0.22);
}

.giv-site-header .headbar {
  display: none !important;
}

.giv-nav-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  overflow: visible !important;
  position: relative;
}

/* Top utility bar */
.giv-topbar {
  background: #ffffff;
  border-bottom: 1px solid rgba(29, 43, 139, 0.12);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
  line-height: 1.35;
}

.giv-topbar .giv-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 42px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}

.giv-topbar__promo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
}

.giv-topbar__promo p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.giv-topbar__promo a {
  color: var(--giv-blue);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.giv-topbar__promo a:hover {
  color: var(--giv-amber);
}

.giv-topbar__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
}

.giv-topbar__contacts {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-shrink: 0;
}

.giv-topbar__contact {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--giv-blue) !important;
  white-space: nowrap;
}

.giv-topbar__contact:hover {
  color: var(--giv-amber) !important;
}

.giv-topbar__contact i {
  opacity: 0.85;
  font-size: 0.78rem;
}

.giv-topbar__contact strong {
  font-weight: 600;
}

.giv-topbar__divider {
  width: 1px;
  height: 16px;
  background: rgba(29, 43, 139, 0.18);
}

/* Main nav bar */
.giv-site-header .app-navbar {
  background: #ffffff !important;
  min-height: var(--giv-nav-h);
  height: auto !important;
  padding: 0.55rem 0;
  overflow: visible !important;
  position: relative;
  z-index: 10001;
  border-top: 1px solid rgba(29, 43, 139, 0.08);
  box-shadow: 0 2px 12px rgba(29, 43, 139, 0.08);
}

.giv-site-header .app-navbar .container,
.giv-site-header .app-navbar .giv-nav-inner {
  z-index: 2002;
}

.giv-site-header .app-navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: calc(var(--giv-nav-h) - 8px);
  height: auto !important;
  overflow: visible !important;
  position: relative;
  z-index: 2002;
}

.giv-site-header .app-navbar-logo {
  flex-shrink: 0;
}

.giv-site-header .app-navbar-logo img {
  height: auto !important;
  max-height: 78px;
  width: auto;
  filter: drop-shadow(0 1px 4px rgba(29, 43, 139, 0.15));
}

.giv-site-header .app-navbar-ul {
  display: flex !important;
  align-items: center;
  flex-wrap: nowrap !important;
  gap: 0;
  margin: 0;
  margin-left: auto;
  padding: 0;
  list-style: none;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  height: auto !important;
  flex-basis: auto !important;
  order: 0 !important;
  flex-direction: row !important;
  border-top: none !important;
  z-index: 2003;
}

.giv-site-header .app-navbar-ul-link {
  height: auto !important;
  width: auto !important;
  padding: 0 !important;
  position: relative;
  z-index: 1;
}

.giv-site-header .app-navbar-ul-link.has-child {
  z-index: 2;
  overflow: visible !important;
}

.giv-site-header .app-navbar-ul-link.has-child:hover,
.giv-site-header .app-navbar-ul-link.has-child:focus-within,
.giv-site-header .app-navbar-ul-link.has-child.open {
  z-index: 3000;
}

.giv-site-header .app-navbar-ul-link.has-child > a::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.55em;
  margin-left: 0.4rem;
  opacity: 0.75;
  position: static !important;
  transform: none !important;
  right: auto !important;
  top: auto !important;
}

.giv-site-header .app-navbar-ul-link-a {
  color: var(--giv-blue) !important;
  font-family: var(--giv-font-display);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  padding: 0.55rem 0.55rem !important;
  border-radius: 8px;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease;
}

.giv-site-header .app-navbar-ul-link.has-child > a::after {
  color: var(--giv-blue);
  transition: color 0.2s ease;
}

.giv-site-header .app-navbar-ul-link-a:hover,
.giv-site-header .app-navbar-ul-link.has-child:hover > a {
  background: transparent;
  color: var(--giv-amber) !important;
}

.giv-site-header .app-navbar-ul-link.has-child:hover > a::after {
  color: var(--giv-amber);
}

.giv-site-header .app-navbar-ul-link.has-child.open > a {
  background: transparent;
  color: var(--giv-blue) !important;
}

.giv-site-header .app-navbar-ul-link.has-child.open > a::after {
  color: var(--giv-blue);
}

.giv-site-header .app-navbar-ul-link.has-child.open:hover > a {
  color: var(--giv-amber) !important;
}

.giv-site-header .app-navbar-ul-link.has-child.open:hover > a::after {
  color: var(--giv-amber);
}

.giv-site-header .app-navbar-ul-link.has-child .app-navbar-dropdown,
.giv-site-header .app-navbar-dropdown {
  background: #fff !important;
  border-radius: 12px !important;
  box-shadow: 0 18px 40px rgba(22, 63, 138, 0.22) !important;
  border: 1px solid var(--giv-line) !important;
  padding: 0.5rem !important;
  min-width: 240px;
  max-height: min(70vh, 520px);
  overflow-x: hidden !important;
  overflow-y: auto !important;
  position: absolute !important;
  left: 0 !important;
  top: 100% !important;
  z-index: 10050 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  height: auto !important;
  width: max-content !important;
  margin: 0.35rem 0 0 !important;
  pointer-events: none !important;
  transform: translateY(6px) !important;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease !important;
  display: block !important;
  clip: auto !important;
  clip-path: none !important;
}

.giv-site-header .app-navbar-ul-link.has-child .app-navbar-dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -0.45rem;
  height: 0.45rem;
}

.giv-site-header .app-navbar-ul-link.has-child:hover > .app-navbar-dropdown,
.giv-site-header .app-navbar-ul-link.has-child:focus-within > .app-navbar-dropdown,
.giv-site-header .app-navbar-ul-link.has-child.open > .app-navbar-dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

.giv-site-header .app-navbar-dropdown a {
  color: var(--giv-ink) !important;
  font-family: var(--giv-font-body);
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  display: block;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  height: auto !important;
  width: auto !important;
}

.giv-site-header .app-navbar-dropdown a:hover {
  background: rgba(224, 138, 30, 0.12);
  color: var(--giv-amber) !important;
}

/* Right action cluster */
.giv-nav-quote {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.85rem;
  border: 1.5px solid var(--giv-amber);
  border-radius: 999px;
  background: var(--giv-amber);
  color: #fff !important;
  font-family: var(--giv-font-display);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(224, 138, 30, 0.28);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.giv-nav-quote:hover {
  background: var(--giv-amber-hover);
  border-color: var(--giv-amber-hover);
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(224, 138, 30, 0.36);
}

.giv-nav-quote i {
  font-size: 0.72rem;
  opacity: 0.9;
}

.giv-nav-icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  color: var(--giv-blue) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
  padding: 0;
  text-decoration: none !important;
  flex-shrink: 0;
}

.giv-nav-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
  margin-left: 0.35rem;
}

@media (max-width: 1240px) {
  .giv-nav-quote span,
  .giv-nav-quote {
    font-size: 0.68rem;
    padding: 0.45rem 0.7rem;
  }

  .giv-site-header .app-navbar-ul-link-a {
    padding: 0.5rem 0.4rem !important;
    font-size: 0.72rem;
  }
}

.giv-nav-icon-btn:hover,
.giv-nav-icon-btn[aria-expanded="true"] {
  background: var(--giv-amber);
  border-color: var(--giv-amber);
  color: #fff !important;
}

.giv-site-header .app-navbar-trigger {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  border: 1.5px solid rgba(255, 255, 255, 0.35) !important;
  box-shadow: none !important;
}

.giv-site-header .app-navbar-trigger:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  transform: none;
}

/* Search panel */
.giv-nav-search {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.65rem;
  padding: 0.45rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
}

.giv-nav-search[hidden] {
  display: none !important;
}

.giv-nav-search input {
  flex: 1;
  border: none;
  background: transparent;
  color: #fff;
  font-family: var(--giv-font-body);
  font-size: 0.95rem;
  padding: 0.55rem 0.75rem;
  outline: none;
}

.giv-nav-search input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.giv-nav-search button {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 10px;
  background: var(--giv-amber);
  color: #fff;
  cursor: pointer;
}

.giv-nav-search button:hover {
  background: var(--giv-amber-hover);
}

.app-navbar-ul-link--mobile-only {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1100px) {
  .giv-topbar .giv-nav-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }

  .giv-topbar__contacts {
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
  }

  .giv-topbar__divider {
    display: none;
  }

  .giv-topbar__promo p {
    white-space: normal;
  }

  .giv-nav-quote {
    display: none;
  }

  .giv-nav-icon-btn--desktop {
    display: none;
  }

  .giv-site-header .app-navbar-trigger {
    display: inline-flex !important;
  }

  .giv-site-header .app-navbar-ul {
    display: none !important;
    position: absolute !important;
    left: 1rem !important;
    right: 1rem !important;
    top: calc(100% + 0.5rem) !important;
    width: auto !important;
    background: #fff;
    border-radius: 14px;
    box-shadow: var(--giv-shadow);
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 0.75rem;
    max-height: 75vh;
    overflow: auto !important;
    z-index: 5000 !important;
    margin-left: 0 !important;
  }

  .giv-site-header .app-navbar-ul.is-open {
    display: flex !important;
  }

  .giv-site-header .app-navbar-ul-link-a {
    color: var(--giv-ink) !important;
  }

  .giv-site-header .app-navbar-ul-link.has-child > a::after {
    float: right;
    margin-top: 0.35rem;
  }

  .giv-site-header .app-navbar-ul-link.has-child:hover > a,
  .giv-site-header .app-navbar-ul-link-a:hover {
    background: rgba(224, 138, 30, 0.12);
    color: var(--giv-amber) !important;
  }

  .giv-site-header .app-navbar-ul-link.has-child .app-navbar-dropdown,
  .giv-site-header .app-navbar-dropdown {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    display: none !important;
    box-shadow: none !important;
    border: none !important;
    background: var(--giv-surface) !important;
    margin: 0.25rem 0 0.5rem !important;
    max-height: none;
    width: auto !important;
  }

  .giv-site-header .app-navbar-ul-link.has-child.open > .app-navbar-dropdown {
    display: block !important;
  }

  .giv-site-header .app-navbar-ul-link.has-child:hover > .app-navbar-dropdown {
    display: none !important;
  }

  .giv-site-header .app-navbar-ul-link.has-child.open:hover > .app-navbar-dropdown {
    display: block !important;
  }

  .app-navbar-ul-link--mobile-only {
    display: list-item !important;
  }
}

@media (max-width: 720px) {
  .giv-topbar__contacts span {
    font-size: 0.78rem;
  }

  .giv-topbar__contact strong {
    font-weight: 500;
  }
}


/* Hide floating social bar noise — social stays in footer */
.icon-bar {
  display: none !important;
}

/* ---------- Hero (split layout, full-bleed) ---------- */
.giv-hero {
  --giv-header-offset: 162px;
  --giv-hero-h: calc(100dvh - var(--giv-header-offset));
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: var(--giv-hero-h);
  min-height: 480px;
  max-height: none;
  overflow: hidden;
  color: #fff;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  isolation: isolate;
  background: #0f1a2e;
}

@supports not (height: 100dvh) {
  .giv-hero {
    --giv-hero-h: calc(100vh - var(--giv-header-offset));
  }
}

.giv-hero__swiper {
  width: 100%;
  height: 100% !important;
}

.giv-hero__slide {
  width: 100%;
  height: 100% !important;
  overflow: hidden;
  background: #0f1a2e;
}

.giv-hero .swiper-slide {
  opacity: 0 !important;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s ease;
}

.giv-hero .swiper-slide-active,
.giv-hero .swiper-slide-duplicate-active {
  opacity: 1 !important;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}

.giv-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  width: 100%;
  height: 100%;
  min-height: 0;
}

.giv-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.05rem;
  padding: clamp(2rem, 5vw, 4rem) clamp(1.5rem, 5vw, 4.5rem);
  background:
    radial-gradient(900px 420px at 0% 100%, rgba(32, 89, 194, 0.35), transparent 55%),
    linear-gradient(160deg, #0f1a2e 0%, #163f8a 58%, #1a4a9c 100%);
  overflow: hidden;
}

.giv-hero__copy::after {
  content: "";
  position: absolute;
  left: -8%;
  bottom: -18%;
  width: 70%;
  height: 70%;
  background:
    linear-gradient(135deg, transparent 40%, rgba(255, 255, 255, 0.04) 41%, transparent 42%),
    repeating-linear-gradient(
      -28deg,
      transparent 0 14px,
      rgba(255, 255, 255, 0.035) 14px 15px
    );
  mask-image: linear-gradient(to top right, rgba(0, 0, 0, 0.55), transparent 70%);
  pointer-events: none;
}

.giv-hero__eyebrow {
  margin: 0;
  font-family: var(--giv-font-display);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.giv-hero__title {
  margin: 0;
  font-family: var(--giv-font-display);
  font-size: clamp(1.55rem, 2.8vw, 2.55rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #fff;
  max-width: 18ch;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.giv-hero__rule {
  display: block;
  width: 56px;
  height: 2px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 2px;
}

.giv-hero__excerpt {
  margin: 0;
  max-width: 44ch;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.giv-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  align-self: flex-start;
  margin-top: 0.35rem;
  padding: 0.9rem 1.45rem;
  border-radius: 999px;
  background: #fff;
  color: var(--giv-ink) !important;
  font-family: var(--giv-font-display);
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.giv-hero__cta:hover {
  background: var(--giv-amber);
  color: #fff !important;
  transform: translateY(-2px);
}

.giv-hero__cta i {
  font-size: 0.78rem;
}

.giv-hero__visual {
  position: relative;
  min-height: 0;
  height: 100%;
  overflow: hidden;
  background: #123056;
}

.giv-hero__media {
  position: absolute;
  inset: 0;
}

.giv-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.giv-hero__media img[data-broken="1"] {
  display: none;
}

.giv-hero__media--fallback {
  background:
    linear-gradient(145deg, rgba(32, 89, 194, 0.35), rgba(15, 26, 46, 0.2)),
    radial-gradient(circle at 70% 30%, rgba(224, 138, 30, 0.25), transparent 45%),
    #163f8a;
}

.giv-hero__media--fallback::after {
  content: "GİV";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--giv-font-display);
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.18);
}

.giv-hero__card {
  position: absolute;
  right: 1.35rem;
  bottom: 1.35rem;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  max-width: min(280px, 78%);
  padding: 1rem 1.05rem;
  background: linear-gradient(135deg, var(--giv-amber) 0%, #c97512 100%);
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 12px;
  box-shadow: 0 14px 32px rgba(15, 26, 46, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.giv-hero__card:hover {
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(15, 26, 46, 0.34);
}

.giv-hero__card-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.giv-hero__card-title {
  margin: 0 0 0.25rem;
  font-family: var(--giv-font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
}

.giv-hero__card-text {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
}

.giv-hero .swiper-button-next,
.giv-hero .swiper-button-prev {
  color: #fff;
  width: 44px;
  height: 44px;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(15, 26, 46, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  backdrop-filter: blur(6px);
}

.giv-hero .swiper-button-prev {
  left: calc(52% + 0.85rem);
  right: auto;
}

.giv-hero .swiper-button-next {
  right: 1.25rem;
  left: auto;
}

.giv-hero .swiper-button-next::after,
.giv-hero .swiper-button-prev::after {
  font-size: 0.9rem;
  font-weight: 700;
}

.giv-hero .swiper-pagination {
  left: auto !important;
  right: 1.35rem;
  width: auto !important;
  bottom: 6.75rem;
  text-align: right;
  z-index: 4;
}

.giv-hero .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.4;
}

.giv-hero .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--giv-amber);
}

@media (max-width: 980px) {
  .giv-hero {
    --giv-hero-h: auto;
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .giv-hero__swiper,
  .giv-hero__slide {
    height: auto !important;
  }

  .giv-hero__grid {
    grid-template-columns: 1fr;
  }

  .giv-hero__copy {
    padding: 2rem 1.35rem 1.75rem;
    min-height: 300px;
  }

  .giv-hero__title {
    max-width: none;
    -webkit-line-clamp: 5;
  }

  .giv-hero__visual {
    height: min(52vw, 360px);
    min-height: 280px;
  }

  .giv-hero .swiper-button-next,
  .giv-hero .swiper-button-prev {
    top: auto;
    bottom: 1rem;
    transform: none;
  }

  .giv-hero .swiper-button-prev {
    left: auto;
    right: 4.2rem;
  }

  .giv-hero .swiper-button-next {
    right: 1rem;
  }

  .giv-hero .swiper-pagination {
    right: auto;
    left: 1.25rem !important;
    bottom: 1.15rem;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .giv-hero__card {
    right: 0.85rem;
    bottom: 0.85rem;
    max-width: min(240px, 86%);
    padding: 0.85rem 0.9rem;
  }

  .giv-hero__card-text {
    display: none;
  }
}

@keyframes giv-fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---------- Sections ---------- */
.giv-section {
  padding: 4.5rem 0;
}

.giv-section--tight {
  padding: 3rem 0;
}

.giv-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.giv-section-head {
  text-align: center;
  margin-bottom: 2.25rem;
}

.giv-section-head h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin: 0 0 0.5rem;
  color: var(--giv-blue-deep);
}

.giv-section-head p {
  margin: 0 auto;
  max-width: 46ch;
  color: var(--giv-muted);
}

.section-title-wrapper h1,
.section-title-wrapper.light-bg h1 {
  font-family: var(--giv-font-display) !important;
  font-size: clamp(1.6rem, 3vw, 2.2rem) !important;
  color: var(--giv-blue-deep) !important;
  text-align: center !important;
  font-weight: 700 !important;
  margin-bottom: 1.75rem;
}

/* Program cards — örnek layout, kurumsal kimlik */
.giv-section--programs {
  padding: 3.5rem 0 4rem;
  background: #fff;
}

.giv-programs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.35rem;
}

@media (max-width: 1100px) {
  .giv-programs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

@media (max-width: 560px) {
  .giv-programs {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin: 0 auto;
  }
}

.giv-program {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none !important;
  color: inherit;
  background: #f7f8fa;
  border: 1px solid rgba(15, 26, 46, 0.08);
  border-radius: 22px 22px 18px 18px;
  padding: 0 1.15rem 1.6rem;
  min-height: 100%;
  overflow: visible;
  box-shadow: 0 10px 28px rgba(15, 26, 46, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.giv-program:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(22, 63, 138, 0.12);
  border-color: rgba(32, 89, 194, 0.18);
  color: inherit;
}

.giv-program__media {
  width: calc(100% + 2.3rem);
  margin: 0 -1.15rem;
  height: 168px;
  border-radius: 22px 22px 48% 48% / 22px 22px 55% 55%;
  overflow: hidden;
  background: linear-gradient(145deg, #163f8a, #2059c2);
  flex-shrink: 0;
}

.giv-program__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.45s ease;
}

.giv-program:hover .giv-program__media img {
  transform: scale(1.06);
}

.giv-program__badge {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  margin-bottom: 0.85rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(15, 26, 46, 0.06);
  box-shadow: 0 8px 20px rgba(15, 26, 46, 0.1);
  overflow: hidden;
  padding: 0.45rem;
  box-sizing: border-box;
}

.giv-program__badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.giv-program__body {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 0 0.15rem;
}

.giv-program__title {
  margin: 0;
  font-family: var(--giv-font-display);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--giv-blue-deep);
  letter-spacing: -0.01em;
}

.giv-program__text {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--giv-muted);
}

.giv-program__img,
.giv-program__label {
  display: none;
}

/* Partners / kayan logolar — renkli, örnek boyutlandırma */
.giv-partners {
  padding: 2.75rem 0 1.75rem;
  background: #fff;
}

.giv-partners .giv-container {
  max-width: 1240px;
}

.giv-partners .customer-logos {
  margin: 0;
  padding: 0.35rem 0;
}

.giv-partners .customer-logos .slick-track {
  display: flex !important;
  align-items: center;
}

.giv-partners .customer-logos .slick-slide {
  height: auto;
  float: none;
}

.giv-partners .customer-logos .slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 150px;
  padding: 0 1.5rem;
  box-sizing: border-box;
}

.giv-partners .customer-logos .slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.giv-partners .customer-logos .slide img,
.customer-logos .slide img {
  max-height: 120px !important;
  max-width: min(280px, 92%) !important;
  width: auto !important;
  height: auto !important;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
  filter: none !important;
  opacity: 1 !important;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.giv-partners .customer-logos .slide img:hover,
.customer-logos .slide img:hover {
  transform: scale(1.04);
  filter: none !important;
  opacity: 1 !important;
}

/* About */
.giv-about {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border-radius: calc(var(--giv-radius) + 4px);
  border: 1px solid var(--giv-line);
  background: #fff;
  box-shadow: var(--giv-shadow);
}

@media (max-width: 900px) {
  .giv-about {
    grid-template-columns: 1fr;
  }
}

.giv-about__copy {
  padding: clamp(2rem, 4vw, 3.5rem);
  background:
    linear-gradient(160deg, #fff 0%, #f7faff 100%);
}

.giv-about__copy .title,
.home-about-us-box .title {
  display: block;
  font-family: var(--giv-font-display);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  color: var(--giv-blue-deep);
  margin-bottom: 1rem;
  font-weight: 700;
}

.giv-about__copy .description,
.home-about-us-box .description {
  color: var(--giv-muted);
  font-size: 1.05rem;
  margin-bottom: 1.75rem;
}

.giv-about__media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}

.shape-at-left .home-about-us-box-shape {
  display: none;
}

.shape-at-left {
  max-width: 1240px;
  margin: 3rem auto;
  padding: 0 1.25rem;
}

.shape-at-left .home-about-us-box {
  background: transparent;
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

/* Quote band */
.giv-quote {
  margin: 3.5rem 0;
  padding: 3rem 0;
  background:
    linear-gradient(120deg, var(--giv-blue-deep), var(--giv-blue) 55%, #3a78d8);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.giv-quote::before {
  content: "";
  position: absolute;
  inset: auto -10% -40% auto;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16), transparent 65%);
  pointer-events: none;
}

.giv-quote h3 {
  color: #fff !important;
  font-weight: 500;
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  line-height: 1.45;
}

.giv-quote h4 {
  color: #fff !important;
}

/* Gallery cards in slick */
.carousel-cell {
  border-radius: var(--giv-radius);
  overflow: hidden;
  border: 1px solid var(--giv-line);
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 26, 46, 0.06);
  transition: transform 0.25s ease;
  max-width: none !important;
}

.carousel-cell:hover {
  transform: translateY(-4px);
}

.carousel-cell img {
  width: 100% !important;
  max-width: none !important;
  max-height: 200px !important;
  height: 200px;
  object-fit: cover;
  display: block;
}

.carousel-cell > .col-md-12[style*="background"] {
  background: linear-gradient(90deg, var(--giv-blue-deep), var(--giv-blue)) !important;
  height: auto !important;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem !important;
}

.carousel-cell .title {
  color: #fff !important;
  width: auto !important;
  font-family: var(--giv-font-display) !important;
  font-size: 0.88rem !important;
}

.slick-slider {
  margin-bottom: 0.5rem;
}

.slick-next,
.slick-prev {
  width: 42px !important;
  height: 42px !important;
}

/* Promo band */
.giv-promo {
  display: block;
  margin: 0;
  overflow: hidden;
}

.giv-promo img {
  width: 100%;
  display: block;
  transition: transform 0.45s ease;
}

.giv-promo:hover img {
  transform: scale(1.02);
}

/* ---------- Inner pages ---------- */
.page-hero {
  position: relative;
  min-height: 240px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 2rem !important;
  overflow: hidden;
}

.page-hero-cover {
  position: absolute;
  inset: 0;
}

.page-hero-cover img,
.page-hero-cover .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 240px;
  filter: brightness(0.55);
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 26, 46, 0.15), rgba(22, 63, 138, 0.72));
  pointer-events: none;
}

.page-hero .container {
  position: relative;
  z-index: 2;
  padding-bottom: 1.75rem;
}

.page-hero-wrapper .title,
.page-hero h2.title {
  color: #fff !important;
  font-family: var(--giv-font-display);
  font-size: clamp(1.5rem, 3vw, 2.2rem) !important;
  margin: 0;
}

article .container {
  padding-top: 0.5rem;
  padding-bottom: 3rem;
}

.article-content-main .title,
.article-content-wrapper .title {
  font-family: var(--giv-font-display);
  color: var(--giv-blue-deep);
}

.article-content-details {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  color: var(--giv-muted);
  margin-bottom: 1.25rem;
}

.app-aside-widget {
  background: #fff;
  border: 1px solid var(--giv-line);
  border-radius: var(--giv-radius);
  padding: 1.1rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 8px 20px rgba(15, 26, 46, 0.04);
}

.app-aside-widget-title span.title {
  font-family: var(--giv-font-display);
  color: var(--giv-blue-deep) !important;
}

.app-aside-widget-menu-item,
.app-aside-widget-rich-menu-item {
  border-radius: 10px;
  transition: background 0.2s ease;
}

.app-aside-widget-rich-menu-item:hover {
  background: var(--giv-surface);
}

/* Member / board grids */
.col-md-4.text-center img,
.col-md-3.text-center img {
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(15, 26, 46, 0.1);
  transition: transform 0.25s ease;
}

.col-md-4.text-center a:hover img,
.col-md-3.text-center a:hover img {
  transform: translateY(-4px);
}

/* Forms */
.app-input,
.form-control.app-input {
  border-radius: 10px !important;
  border: 1px solid var(--giv-line);
  padding: 0.75rem 1rem;
  font-family: var(--giv-font-body);
}

.app-input:focus,
.form-control.app-input:focus {
  border-color: var(--giv-blue);
  box-shadow: 0 0 0 3px rgba(32, 89, 194, 0.15);
}

/* ---------- Footer ---------- */
.app-footer,
#footer.app-footer {
  background:
    linear-gradient(160deg, #0f1a2e 0%, #163f8a 55%, #1a4caa 100%) !important;
  color: rgba(255, 255, 255, 0.86);
  margin-top: 2rem;
  padding-top: 1rem;
}

.app-footer h5 {
  font-family: var(--giv-font-display);
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
}

.app-footer .quick-links a,
.app-footer a {
  color: rgba(255, 255, 255, 0.8);
}

.app-footer .quick-links a:hover,
.app-footer a:hover {
  color: #fff;
}

.app-footer .quick-links li {
  margin-bottom: 0.45rem;
}

.app-footer .app-social-link {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  transition: background 0.2s ease, transform 0.2s ease;
}

.app-footer .app-social-link:hover {
  background: var(--giv-amber);
  transform: translateY(-2px);
}

.app-footer .btn-light {
  background: var(--giv-amber) !important;
  border-color: var(--giv-amber) !important;
  color: #fff !important;
  border-radius: 10px !important;
  font-family: var(--giv-font-display);
  font-weight: 600;
}

.app-footer .btn-light:hover {
  background: var(--giv-amber-hover) !important;
}

/* Reveal on scroll */
.giv-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.giv-reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Slick arrows in theme */
.slick-prev,
.slick-next {
  background: var(--giv-blue) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 50% !important;
  z-index: 5;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-prev {
  left: -8px;
}

.slick-next {
  right: -8px;
}

/* Inner content readability */
.article-content-main .description,
.article-content-main p,
.bykhabericerik,
.about-us-content-main-text {
  color: var(--giv-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.page-has-aside .article-wrapper {
  background: #fff;
  border: 1px solid var(--giv-line);
  border-radius: var(--giv-radius);
  padding: 1.5rem;
  box-shadow: 0 10px 28px rgba(15, 26, 46, 0.05);
}

/* Board / member listing polish */
article .col-md-4.col-xs-6,
article .col-md-3 {
  margin-bottom: 1.25rem;
}

article .col-md-4 p,
article .col-md-3 p {
  font-family: var(--giv-font-display);
  font-weight: 600;
  color: var(--giv-ink);
  margin-top: 0.65rem;
}

/* Legacy cleanup overrides */
.body--home .banner-swipper {
  display: none !important;
}

#mobile .gallery-mobile {
  display: none !important;
}

/* İletişim — iletişim bilgileri paneli (lacivert + turuncu ikon) */
.app-contact-wrapper .contact-form-details::before {
  background: rgba(15, 26, 46, 0.88) !important;
}

.app-contact-wrapper .contact-form-details-item i {
  color: var(--giv-amber) !important;
}

.app-contact-wrapper .contact-form-details-item:hover {
  background: #ffffff !important;
}

.app-contact-wrapper .contact-form-details-item:hover i {
  color: var(--giv-amber) !important;
}

.app-contact-wrapper .contact-form-details-item:hover .item-content span.title,
.app-contact-wrapper .contact-form-details-item:hover .item-content span.subtitle {
  color: inherit !important;
}

.app-contact-wrapper .contact-form-details-item:hover .item-content span.title {
  color: var(--giv-ink) !important;
}

.app-contact-wrapper .contact-form-details-item:hover .item-content span.subtitle {
  color: var(--giv-muted) !important;
}

.app-contact-wrapper form.contact-form-wrapper .input-row button[type="submit"].app-btn--primary,
.app-contact-wrapper form.contact-form-wrapper .input-row .app-btn.app-btn--primary {
  background: var(--giv-blue-deep) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(15, 26, 46, 0.22);
}

.app-contact-wrapper form.contact-form-wrapper .input-row button[type="submit"].app-btn--primary:hover,
.app-contact-wrapper form.contact-form-wrapper .input-row .app-btn.app-btn--primary:hover {
  background: #0f1a2e !important;
  color: #fff !important;
  transform: translateY(-2px);
}

/* ========== Site geneli responsive ========== */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
}

img,
video,
iframe {
  max-width: 100%;
}

.main-container {
  max-width: none !important;
  min-width: 0 !important;
  width: 100% !important;
}

.giv-container,
.container {
  width: 100%;
  max-width: 1240px;
  padding-left: clamp(0.85rem, 3vw, 1.25rem);
  padding-right: clamp(0.85rem, 3vw, 1.25rem);
}

.main-map-wrapper {
  max-width: 100%;
  overflow: hidden;
}

.main-map-map {
  width: 100% !important;
  max-width: 100%;
  min-height: 280px;
}

@media (max-width: 1200px) {
  .giv-programs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .giv-partners .customer-logos .slide {
    height: 130px;
    padding: 0 1rem;
  }

  .giv-partners .customer-logos .slide img,
  .customer-logos .slide img {
    max-height: 96px !important;
  }
}

@media (max-width: 992px) {
  .giv-section {
    padding: 3rem 0;
  }

  .giv-section--tight,
  .giv-section--programs {
    padding: 2.5rem 0;
  }

  .page-hero {
    min-height: 180px;
  }

  .page-hero-cover img,
  .page-hero-cover .img-fluid {
    min-height: 180px;
  }

  .app-contact-wrapper {
    width: 100% !important;
  }

  .app-contact-wrapper form.contact-form-wrapper,
  .app-contact-wrapper .contact-form-details {
    min-height: 0 !important;
    height: auto !important;
  }

  .app-contact-wrapper .contact-form-details {
    padding: 1.5rem 1rem !important;
  }

  .giv-quote {
    margin: 2rem 0;
    padding: 2rem 0;
  }

  .giv-quote .row {
    text-align: center;
  }

  .giv-quote img {
    margin: 1rem auto 0;
  }

  .carousel-cell {
    margin-left: 0.35rem;
    margin-right: 0.35rem;
  }

  article .col-md-4.col-xs-6,
  article .col-md-3 {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .giv-topbar {
    display: none;
  }

  .giv-site-header .app-navbar-logo img {
    max-height: 64px;
    width: auto;
  }

  .giv-nav-actions {
    gap: 0.3rem;
  }

  .giv-nav-icon-btn {
    width: 38px;
    height: 38px;
  }

  .giv-hero__copy {
    padding: 1.5rem 1.1rem 1.35rem;
    min-height: 260px;
  }

  .giv-hero__title {
    font-size: clamp(1.25rem, 6vw, 1.7rem);
  }

  .giv-hero__excerpt {
    -webkit-line-clamp: 3;
    font-size: 0.92rem;
  }

  .giv-hero__visual {
    height: min(62vw, 300px);
    min-height: 220px;
  }

  .giv-hero__card {
    max-width: min(220px, 82%);
  }

  .giv-programs {
    grid-template-columns: 1fr;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .giv-program__media {
    height: 150px;
  }

  .giv-partners {
    padding: 1.75rem 0 1.25rem;
  }

  .giv-partners .customer-logos .slide {
    height: 100px;
    padding: 0 0.75rem;
  }

  .giv-partners .customer-logos .slide img,
  .customer-logos .slide img {
    max-height: 72px !important;
    max-width: min(200px, 88%) !important;
  }

  .giv-about__media img {
    min-height: 220px;
  }

  .giv-section-head {
    margin-bottom: 1.5rem;
  }

  .giv-section-head h2 {
    font-size: clamp(1.35rem, 5.5vw, 1.8rem);
  }

  .giv-section-head p {
    font-size: 0.92rem;
    padding: 0 0.25rem;
  }

  .page-hero {
    min-height: 150px;
    margin-bottom: 1.25rem !important;
  }

  .page-hero-cover img,
  .page-hero-cover .img-fluid {
    min-height: 150px;
  }

  .page-hero .container {
    padding-bottom: 1.1rem;
  }

  .page-hero-wrapper .title,
  .page-hero h2.title {
    font-size: clamp(1.2rem, 5vw, 1.6rem) !important;
  }

  .slick-prev,
  .slick-next {
    width: 38px;
    height: 38px;
  }

  .app-footer .row > [class*="col-"] {
    margin-bottom: 1.5rem;
  }

  .app-footer {
    text-align: left;
  }

  .giv-contact-page {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100%;
  }

  .app-contact-wrapper form.contact-form-wrapper {
    padding: 1.5rem 1.1rem !important;
  }

  .app-contact-wrapper .contact-form-details-item {
    padding: 0.85rem 1rem !important;
  }

  .app-contact-wrapper .contact-form-details-item + .contact-form-details-item {
    margin-top: 0.85rem !important;
  }

  .app-contact-wrapper .contact-form-details-item i {
    font-size: 1.35em !important;
    margin-right: 0.85rem !important;
  }

  .main-map-content {
    padding: 0 0.75rem;
  }

  article .container {
    padding-bottom: 2rem;
  }
}

@media (max-width: 560px) {
  .giv-nav-inner {
    padding-left: 0.85rem !important;
    padding-right: 0.85rem !important;
  }

  .giv-hero__cta {
    width: 100%;
    justify-content: center;
  }

  .giv-btn,
  .app-btn.app-btn--primary {
    width: auto;
    max-width: 100%;
  }

  article .col-md-4.col-xs-6,
  article .col-md-3 {
    width: 100%;
  }

  .carousel-cell .title {
    font-size: 0.82rem;
  }

  .giv-quote h3 {
    font-size: clamp(1.1rem, 5vw, 1.4rem);
  }

  .shape-at-left {
    margin: 1.5rem auto;
    padding: 0 0.85rem;
  }
}

@media (max-width: 400px) {
  .giv-site-header .app-navbar-logo img {
    max-height: 52px;
  }

  .giv-hero__card-title {
    font-size: 0.85rem;
  }
}
