/* ---------------------------------------------------
    GENEL STİLLER
----------------------------------------------------- */

body {
  background-color: #f2f7ff;
  font-family: 'Poppins', Helvetica;
  font-weight: 400;
  /* Regular */
  font-size: medium;
  min-width: 320px;
  /* 300 yerine genelde 320px önerilir */

}

/* SPA İçerik Alanı Geçiş Stili */
#icerik {
  min-height: 60vh;
  transition: opacity 0.25s ease;
}

.sayfabasligi {
  margin-bottom: 1px;
  background-color: #e7f1f7;
}

p {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.3em;
  color: #999;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

a:hover {

  text-decoration: none;
  transition: all 0.3s;
  color: #407c32
}

a:focus {

  text-decoration: none;
  transition: all 0.3s;
  color: #407c32
}

a[aria-expanded=true] {
  background: #fff;
}

a[aria-expanded=true]:after {
  transform: translateY(-50%) rotate(0deg) !important;
}

a[data-toggle=collapse] {
  position: relative;
}

.SayfaBolum {
  padding-bottom: 1.5rem;
}

.SayfaBolum .BolumBaslik {
  font-size: 2.1rem;
  line-height: 2.3rem;
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 1rem;
}

.SayfaBolum .BolumAltBaslik {
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-family: "Charm", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
  color: #999;

}

.hr2 {
  border: 0;
  height: 0.15em;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(9, 84, 132), rgba(0, 0, 0, 0));
  width: 60%;
}

.golge {
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
}

.golge:hover {
  opacity: 1;
}

.golge i {
  color: #fff;
}

.golge span {
  color: #fff;
}




/* ---------------------------------------------------
    DÖNEMSEL ETKİNLİK ALANI (KampanyaDetay) STİLLERİ
----------------------------------------------------- */

/* Kampanya masraflar açıklama bloğu */
.KampanyaAciklamaBlok {
  background: linear-gradient(135deg, #f0faf4, #e8f5e9);
  border-left: 4px solid #407c32;
  border-radius: 0 10px 10px 0;
  padding: 0.75rem 1rem;
}

.KampanyaAciklamaBaslik {
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  color: #283a63;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.KampanyaAciklamaBaslik i {
  color: #407c32;
  font-size: 1.1rem;
}

/* Dahil masraflar listesi */
.KampanyaMasrafListesi {
  list-style: none;
  padding: 0;
  margin: 0;
}

.KampanyaMasrafListesi li {
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 600;
  color: #445e3a;
  padding: 0.18rem 0;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.KampanyaMasrafListesi li i {
  color: #407c32;
  font-size: 1rem;
  flex-shrink: 0;
}

/* Vurgulu bildirim satırları bloğu */
.KampanyaBildirimler {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.KampanyaBildirimSatir {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 8px;
  padding: 0.45rem 0.75rem;
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  line-height: 1.3;
  background-color: #abf4ff;
  color: #316119;
}

.KampanyaBildirimSatir i {
  font-size: 1.2rem;
  flex-shrink: 0;
}

/* Kompakt hisse bedeli etiketi */
.KompaktHisseBedeli {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: linear-gradient(135deg, #407c32, #2e5e24);
  color: #fff;
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 0.4rem 0.9rem;
  border-radius: 8px;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(64, 124, 50, 0.35);
}

.KompaktHisseBedeli i {
  font-size: 1.1rem;
}

/* Kompakt buton alanı düzeni */
#KampanyaButonAlani {
  flex-wrap: wrap;
}

/* Vurgulu Hisse Bedeli Kartı */
.HisseBedeliKart {
  background: linear-gradient(135deg, #1f8a9b, #1f8a9b);
  border-radius: 12px;
  color: #fff;
  border: 4px solid #fff;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  padding: 1.25rem 1rem;
}

.HisseBedeliKart:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 25px rgba(40, 58, 99, 0.2);
}

.HisseBedeliKart i {
  color: #ffca2c;
  filter: drop-shadow(0 0 5px rgba(255, 202, 44, 0.4));
}

.HisseBedeliKart .HisseEtiketi {
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 1px;
  opacity: 0.85;
  margin-top: 0.5rem;
}

.HisseBedeliKart .HisseFiyat {
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.2;
}

#KampanyaButonAlani .btn {
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  border-radius: 8px;
  transition: all 0.25s ease;
}

#KampanyaButonAlani .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(13, 110, 253, 0.35);
}

/* ---------------------------------------------------
    HEADER ALANI İÇİN KULLANILAN STİLLER
----------------------------------------------------- */
.AnaSayfaUstCerceve {
  background-image: url("../../PG-Depolar/DepoResim/afrika-kurban-3.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  /* height: 100vh; */
}

.AnaSayfaUstCerceve::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.493);

}

.header-baslik {
  color: #fff;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-family: "Charm", Helvetica;
  font-weight: 400;
  margin-bottom: 1rem;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 25rem 0 25rem 0;
  display: inline-block;
  /* Sadece yazının uzunluğu kadar arka plan için */
  padding: 1rem 2rem 1rem 2rem;
  clear: both;
  z-index: 1;
  /* Diğer içeriklerin üstünde görünmesi için */
}

.header-altbaslik {
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-family: "Quicksand", Helvetica;
  font-weight: 600;
  margin-bottom: 1rem;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 15rem 15rem 15rem 15rem;
  display: inline-block;
  /* Sadece yazının uzunluğu kadar arka plan için */
  padding: 0.6rem 1.2rem 0.6rem 1.2rem;
  clear: both;
  z-index: 1;
  /* Diğer içeriklerin üstünde görünmesi için */
}

/* ---------------------------------------------------
    Faaliyetlerimiz ALANI İÇİN KULLANILAN STİLLER
----------------------------------------------------- */
#Faaliyetlerimiz .card {
  border: none;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5rem;
  overflow: hidden;

}

#Faaliyetlerimiz .kopru {
  position: relative;
  ;
}

#Faaliyetlerimiz .card .card-body .card-title {
  font-size: 1.2rem;
  font-family: "Quicksand", Helvetica;
  font-weight: 600;
  color: #283a63;
}

#Faaliyetlerimiz .card-img-top {
  width: 100%;
  height: 150px;
  object-fit: cover;

}

#Faaliyetlerimiz .golge {
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
}

#Faaliyetlerimiz .golge:hover {
  opacity: 1;
}

#Faaliyetlerimiz .golge i {
  color: #fff;
}




/* ---------------------------------------------------
    Bağış Yap ALANI İÇİN KULLANILAN STİLLER
----------------------------------------------------- */

.tabmenu.nav-tabs {
  border-bottom: 2px solid #407c3234;
  display: flex;
  justify-content: center;
  margin-bottom: 0.1rem;
}

.tabmenu .nav-item {
  position: relative;
  overflow: hidden;
}

.tabmenu .nav-item .TabBaslik {
  margin-bottom: -2px;
  padding: 2rem 3rem 2rem 3rem;
  border-width: 2px;
  font-size: 1rem;
  font-family: "Quicksand", Helvetica;
  font-weight: 700;
  text-align: center;
}

.nav-item .img-container {
  position: relative;
  display: flex;
  justify-content: center;
}

.nav-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.nav-item:hover .overlay {
  opacity: 1;
}

.tabmenu .nav-item.show .nav-link,
.tabmenu .nav-link.active {
  color: #495057;
  background-color: #f8f9fa;
  border-width: 2px;
  border-color: #407c3234 #407c3234 #f8f9fa;
}

.tabmenu .nav-link:focus,
.tabmenu .nav-link:hover {
  color: #fff;
  border-color: #407c3234 #407c3234 #f8f9fa;
}

#BagisYap .Tabicerik {
  padding: 1rem;
  border: 0 2px 2px 2px solid #2b532234;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #f8f9fa;
  box-shadow: 0 4px 8px #2b532234
}

#BagisYap .TabicerikAlani {
  color: #283a63;
  font-family: "Quicksand", Helvetica;

}

#BagisYap .BagisYapResim {
  object-fit: cover;
}

/* ---------------------------------------------------
    Sayfa Üst Çerçeve İÇİN KULLANILAN STİLLER
----------------------------------------------------- */

.SayfaUstCerceve {
  height: 220px;
  position: relative;
  overflow: hidden;
}

.SayfaUstGolge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* yarı saydam siyah */
  z-index: -1;
  /* resmin üstünde, metnin altında */
  display: flex;
  justify-content: center;
  /* yatay ortalama */
  align-items: flex-end;
  /* dikeyde aşağıya yaslama */
  padding-bottom: 20px;
  /* aşağıdan biraz iç boşluk */

}

.SayfaBaslik {
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
}

.SayfaSlogan {
  font-family: 'Charm', Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  color: #cecccc;
}

.SayfaUstResim {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  /* en arkada */
}

/* ---------------------------------------------------
    BS5 ÖZELLEŞTİRİLEN STİLLER
----------------------------------------------------- */

/****** Navbar - #ustmenu *****/
#ustmenualan {
  background-color: #0344697a;
  border: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 17px;
  margin: 15px;
  z-index: 1050;
  left: 0;
  right: 0;
}

/* Üst Menü Logo için Stil Ayarları */
#ustmenualan .navbar-brand {
  font-size: 1.5rem;
  font-family: "Charm", Helvetica;
  font-weight: 400;
  letter-spacing: 0.063em;
  color: #fff !important;
}

#ustmenualan .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  font-family: "Quicksand", Helvetica;
  color: #283a63;
  letter-spacing: 0.06em;
  position: relative;
}

#ustmenualan .dropdown-item {
  font-weight: 600;
  font-family: "Quicksand", Helvetica;
  color: #283a63;
  letter-spacing: 0.06em;
  position: relative;
  transition: all 0.3s ease;
}

#ustmenualan .navbar-nav .nav-item .nav-link.active,
#ustmenualan .navbar-nav .nav-item .nav-link:hover,
#ustmenualan .dropdown-item.active,
#ustmenualan .dropdown-item:hover {
  color: #407c32 !important;
  background-color: transparent !important;
}

#ustmenualan .navbar-nav .nav-item .nav-link.active::before,
#ustmenualan .navbar-nav .nav-item .nav-link:hover::before,
#ustmenualan .dropdown-item.active::before,
#ustmenualan .dropdown-item:hover::before {
  width: 30px;
  /* Sola dayalı, sabit genişlikte bir çizgi isterseniz burayı ayarlayabilirsiniz */
  visibility: visible;
}

#ustmenualan .navbar-nav .nav-item .nav-link::before,
#ustmenualan .dropdown-item::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 8px;
  /* Sol taraftan biraz boşluk */
  width: 0;
  height: 2px;
  background-color: #407c32;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

#ustmenualan .navbar-toggler:focus {
  outline: none;
  box-shadow: #407c3277 0 0 0 0.2rem;
  border: none;
}

/* Masaüstü ekranlarda (LG ve üzeri) açılır menülerin üzerine gelince açılması */
@media (min-width: 992px) {
  #ustmenualan .nav-item.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
    /* Boşluk kalmaması için */
    animation: fadeIn 0.3s ease;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#AltBolum {
  font-family: 'Quicksand', sans-serif;
  color: #283a63;
}

#AltBolum h5 {
  color: #283a63;
  position: relative;
  padding-bottom: 10px;
}

.KartBaslik {
  color: #283a63;
}

#AltBolum h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background-color: #407c32;
}

.footer-linkler li a {
  transition: all 0.3s ease;
}

.footer-linkler li a:hover {
  color: #407c32 !important;
  padding-left: 5px;
}

.sosyal-ikonlar a {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.sosyal-ikonlar a:hover {
  transform: translateY(-5px);
  background-color: #407c32 !important;
  border-color: #407c32 !important;
  color: #fff !important;
}

.sosyal-ikonlar a svg {
  width: 20px;
  height: 20px;
  display: block;
  transition: all 0.3s ease;
  overflow: visible;
}

/* SVG iç elemanlarının (path, circle vb.) rengini doğrudan belirle */
.sosyal-ikonlar a svg,
.sosyal-ikonlar a svg path,
.sosyal-ikonlar a svg circle {
  fill: #0d6efd !important;
}

/* Hover durumunda ikon rengini beyaza çevir */
.sosyal-ikonlar a:hover svg,
.sosyal-ikonlar a:hover svg path,
.sosyal-ikonlar a:hover svg circle {
  fill: #fff !important;
}

/* Banka Kartı Renk Sınıfları */
.Banka-Kuveyt { border-color: #16A085 !important; }
.Banka-Kuveyt .card-header { background-color: #16A085 !important; }
.Banka-Kuveyt .btn-outline-primary { color: #16A085; border-color: #16A085; }
.Banka-Kuveyt .btn-outline-primary:hover { background-color: #16A085; color: #fff; }

.Banka-Ziraat { border-color: #E52629 !important; }
.Banka-Ziraat .card-header { background-color: #E52629 !important; }
.Banka-Ziraat .btn-outline-danger { color: #E52629; border-color: #E52629; }
.Banka-Ziraat .btn-outline-danger:hover { background-color: #E52629; color: #fff; }

.BankaLogo svg {
  height: 35px;
  width: auto;
  max-width: 100%;
}

.BankaLogo svg path,
.BankaLogo svg polygon,
.BankaLogo svg rect,
.BankaLogo svg text {
  fill: #ffffff !important;
}