/** ADD YOUR AWESOME CODES HERE **/
.whatsapp-float {
  position: fixed;
  bottom: 60px;
  right: 10px;
  background-color: #25d366;
  color: white;
  border-radius: 37%;
  padding: 11px;
  font-size: 23px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 999;
  transition: background-color 0.3s ease;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media only screen and (max-width: 599px) {
  .all-title-box {
      background-size: cover !important;
      background-repeat: no-repeat !important;
      background-position: top !important;
      min-height: 124px !important;
  }
}
@media only screen and (max-width: 599px){
    .neden-tasari-list{
        margin-left: -37px;
    }
}

.whatsapp-float:hover {
  background-color: #128c7e;
  color: #fff;
  text-decoration: none;
  transform: scale(1.1);
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
}

.loader-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px !important;
  height: 160px !important;
  border-radius: 50%;
  object-fit: contain;
  z-index: 2;
  background: white;
  animation: logoScale 4s ease-in-out infinite;
}

@keyframes logoScale {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  25% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.5);
  }
  75% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

@media (max-width: 768px) {
  .loader-logo {
    width: 140px !important;
    height: 140px !important;
  }
}

/* kurslarimiz2025plus özel tasarım start */
#kurslarimiz2025plus {
  background: #eaf7f5;
  position: relative;
  padding: 90px 0 70px 0;
  overflow: hidden;
}
#kurslarimiz2025plus .bg-text {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 8vw;
  color: #b6d3d0;
  opacity: 0.35;
  font-weight: 800;
  letter-spacing: 2px;
  user-select: none;
  pointer-events: none;
  z-index: 1;
  line-height: 1;
}
#kurslarimiz2025plus .main-title {
  font-size: 3.5rem;
  font-weight: 900;
  color: #1a2340;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  z-index: 2;
  position: relative;
  display: inline-block;
}
#kurslarimiz2025plus .subtitle {
  color: #f26c3d;
  font-size: 3.15rem;
  font-weight: 600;
  margin-bottom: 2.2rem;
  z-index: 2;
  position: relative;
}
#kurslarimiz2025plus .kurs-kart {
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  padding: 28px 6px 0px 25px;
  min-height: 296px;
  height: 479px !important;
  width: 213px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: box-shadow 0.3s, transform 0.3s;
  background: #fff;
}
#kurslarimiz2025plus .kart-turuncu {
  background: linear-gradient(135deg, #ff6b4d 0%, #ff8359 100%);
  color: #fff;
}
#kurslarimiz2025plus .kurs-kart:hover {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.13);
  transform: translateY(-6px) scale(1.02);
}
#kurslarimiz2025plus .kart-baslik {
  font-size: 4rem;
  font-weight: 900;
  color: #ff6b4d;
  margin-bottom: 18px;
  letter-spacing: 1px;
  line-height: 1;
}
#kurslarimiz2025plus .kart-turuncu .kart-baslik {
  color: #fff;
}
#kurslarimiz2025plus .kart-ust-baslik {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a2340;
  margin-bottom: 12px;
}
#kurslarimiz2025plus .kart-turuncu .kart-ust-baslik {
  color: #fff;
}
#kurslarimiz2025plus .kart-aciklama {
  font-size: 1rem;
  color: #8a8a8a;
  margin-bottom: 0;
  font-weight: 400;
}
#kurslarimiz2025plus .kart-turuncu .kart-aciklama {
  color: #fff;
  opacity: 0.95;
}
#kurslarimiz2025plus .kart-footer {
  border-top: none;
  padding-top: 0;
  margin-top: 32px;
  gap: 14px;
}
@media (min-width: 1200px) {
  #kurslarimiz2025plus > div.container.position-relative {
      max-width: 1500px !important;
      height: 700px !important;
  }
}
#kurslarimiz2025plus .kart-ikon img {
  width: 36px;
  height: 36px;
  display: block;
}
#kurslarimiz2025plus .bilgi-al-link {
  font-weight: 700;
  color: #c2c2c2;
  font-size: 1.05rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s, opacity 0.2s;
  pointer-events: none;
  opacity: 0.7;
}
#kurslarimiz2025plus .bilgi-al-link img {
  width: 20px;
  height: 20px;
  margin-left: 2px;
  transition: transform 0.2s, filter 0.2s;
  filter: grayscale(1) brightness(0.7);
}
#kurslarimiz2025plus .kart-turuncu .bilgi-al-link {
  color: #fff;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.2s;
}
#kurslarimiz2025plus .kart-turuncu .bilgi-al-link img {
  filter: none;
}
#kurslarimiz2025plus .bilgi-al-link:hover {
  color: #ff6b4d;
  opacity: 1;
}
#kurslarimiz2025plus .bilgi-al-link:hover img {
  transform: translateX(4px);
  filter: none;
}
#kurslarimiz2025plus .kart-turuncu .bilgi-al-link:hover {
  color: #fff;
  opacity: 0.85;
}
#kurslarimiz2025plus .kart-turuncu .bilgi-al-link:hover img {
  filter: none;
}
#kurslarimiz2025plus .bilgi-al-link.disabled {
  cursor: not-allowed !important;
}
@media (max-width: 991px) {
  #kurslarimiz2025plus .kurs-kart {
    padding: 32px 18px 24px 18px;
    min-height: 340px;
  }
  #kurslarimiz2025plus .kart-baslik {
    font-size: 2.7rem;
  }
}
@media (max-width: 767px) {
  #kurslarimiz2025plus {
    padding: 40px 0 30px 0;
  }
  #kurslarimiz2025plus .bg-text {
    font-size: 2.5rem;
    top: 10px;
  }
  #kurslarimiz2025plus .main-title {
    font-size: 2rem;
  }
  #kurslarimiz2025plus .kurs-kart {
    padding: 18px 8px 16px 8px;
    min-height: 220px;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 18px;
  }
  #kurslarimiz2025plus .kart-baslik {
    font-size: 2rem;
  }
  #kurslarimiz2025plus .kart-footer {
    margin-top: 18px;
  }
}
/* kurslarimiz2025plus özel tasarım end */

/* Kurslarımız Alanı Başlangıç */
#kurslarimiz2025plus .section-header {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

#kurslarimiz2025plus .section-title {
  font-size: 36px;
  font-weight: 700;
  color: #1a2340;
  margin-bottom: 10px;
}

#kurslarimiz2025plus .section-subtitle {
  font-size: 18px;
  color: #ff6b4d;
  margin: 0;
}

#kurslarimiz2025plus .course-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

#kurslarimiz2025plus .course-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

#kurslarimiz2025plus .course-card.orange {
  background: #ff6b4d;
  color: #fff;
}

#kurslarimiz2025plus .course-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#kurslarimiz2025plus .course-header {
  margin-bottom: 20px;
}

#kurslarimiz2025plus .course-card h2 {
  font-size: 48px;
  font-weight: 800;
  color: #ff6b4d;
  margin-bottom: 15px;
  line-height: 1;
}

#kurslarimiz2025plus .course-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1a2340;
  margin: 0;
  line-height: 1.4;
}

#kurslarimiz2025plus .course-card p {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
  flex-grow: 1;
}

#kurslarimiz2025plus .course-card.orange h2,
#kurslarimiz2025plus .course-card.orange h3,
#kurslarimiz2025plus .course-card.orange p {
  color: #fff;
}

#kurslarimiz2025plus .course-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#kurslarimiz2025plus .course-card.orange .course-footer {
  border-top-color: rgba(255, 255, 255, 0.2);
}

#kurslarimiz2025plus .course-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
}

#kurslarimiz2025plus .course-icon img {
  width: 100%;
  height: auto;
}

#kurslarimiz2025plus .course-link {
  color: #666;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

#kurslarimiz2025plus .course-card.orange .course-link {
  color: #fff;
}

#kurslarimiz2025plus .course-link img {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

#kurslarimiz2025plus .course-link:hover {
  color: #ff6b4d;
}

#kurslarimiz2025plus .course-card.orange .course-link:hover {
  opacity: 0.8;
}

#kurslarimiz2025plus .course-link:hover img {
  transform: translateX(5px);
}

/* Tablet için responsive ayarlar */
@media (max-width: 991px) {
  #kurslarimiz2025plus {
    padding: 60px 0;
  }

  #kurslarimiz2025plus .bg-text {
    font-size: 80px;
  }

  #kurslarimiz2025plus .section-title {
    font-size: 30px;
  }

  #kurslarimiz2025plus .course-card {
    padding: 25px;
  }

  #kurslarimiz2025plus .course-card h2 {
    font-size: 36px;
  }

  #kurslarimiz2025plus .course-card h3 {
    font-size: 18px;
  }
}

/* Mobil için responsive ayarlar */
@media (max-width: 767px) {
  #kurslarimiz2025plus {
    padding: 40px 0;
  }

  #kurslarimiz2025plus .bg-text {
    font-size: 60px;
  }

  #kurslarimiz2025plus .section-title {
    font-size: 24px;
  }

  #kurslarimiz2025plus .section-subtitle {
    font-size: 16px;
  }

  #kurslarimiz2025plus .course-card {
    padding: 20px;
    margin-bottom: 20px;
  }

  #kurslarimiz2025plus .course-card h2 {
    font-size: 32px;
  }

  #kurslarimiz2025plus .course-card h3 {
    font-size: 16px;
  }

  #kurslarimiz2025plus .course-card p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
/* Kurslarımız Alanı Bitiş */

/* kurslar row yüksekliği düzenleme start */
@media (min-width: 992px) {
  #kurslarimiz2025plus .row.justify-content-center.g-4 {
    height: 535px;
    min-height: 535px;
    align-items: stretch;
  }
}
@media (max-width: 991px) {
  #kurslarimiz2025plus .row.justify-content-center.g-4 {
    height: auto;
    min-height: unset;
  }
}
/* kurslar row yüksekliği düzenleme end */

/* kayan yazı start */
#kayan-yazi {
  width: 100%;
  overflow: hidden;
  background: #2a7b9b;
  background: linear-gradient(
    90deg,
    rgba(42, 123, 155, 1) 19%,
    rgba(87, 199, 133, 1) 100%,
    rgba(237, 221, 83, 1) 100%
  );
  margin: 4px auto 0 auto;
  position: relative;
  z-index: 2;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.kayan-yazi-icerik {
  display: inline-block;
  white-space: nowrap;
  font-size: 1.15rem;
  color: white;
  font-weight: 600;
  animation: kayanYaziAnimasyon 15s linear infinite;
}
@keyframes kayanYaziAnimasyon {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media (max-width: 768px) {
  .kayan-yazi-icerik {
    font-size: 1rem;
  }
  #kayan-yazi {
    min-height: 36px;
    padding: 7px 0;
  }
}
/* kayan yazı end */

/* sinavlar dropdown start */
.sinavlar-dropdown {
  position: relative;
}
.sinavlar-menu {
  min-width: 320px;
  max-width: 98vw;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.13);
  padding: 8px 0;
  margin-top: 8px;
  border: none;
  position: absolute;
  left: 0;
  right: auto;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
}
.sinavlar-menu .dropdown-item {
  color: #222;
  font-size: 1rem;
  padding: 10px 22px;

  white-space: nowrap;
  transition: background-color 0.2s, color 0.2s;
  border-radius: 30px !important;
}
.sinavlar-menu .dropdown-item:hover,
.sinavlar-menu .dropdown-item:focus {
  background: #eea412;
  color: #fff;
}
@media (max-width: 600px) {
  .sinavlar-menu {
    min-width: 180px;
    font-size: 0.95rem;
    left: 0;
    right: 0;
    max-width: 100vw;
  }
  .sinavlar-menu .dropdown-item {
    padding: 9px 12px;
  }
  .navbar-nav .dropdown-menu {
    float: left;
  }
}
body {
  overflow-x: hidden;
}
/* sinavlar dropdown end */

/* cerez politikasi alanı start */
.cerez-politikasi-wrapper {
  max-width: 900px;
  margin: 36px auto 36px auto;
  background: #f7f7f7;
  border-radius: 10px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.07);
  padding: 32px 36px 32px 36px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.cerez-politikasi-ust {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 3px solid #eea412;
  padding-bottom: 12px;
  margin-bottom: 24px;
}
.cerez-politikasi-icon {
  font-size: 2.2rem;
  color: #2d3032;
  background: #e6e6e6;
  border-radius: 8px;
  padding: 8px 14px 8px 10px;
  display: flex;
  align-items: center;
}
.cerez-politikasi-ust h1 {
  font-size: 2rem;
  font-weight: 600;
  color: #222;
  margin: 0;
}
.cerez-politikasi-icerik h2 {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 18px;
  color: #222;
}
.cerez-politikasi-icerik h3 {
  font-size: 1.08rem;
  font-weight: 600;
  margin-top: 18px;
  margin-bottom: 8px;
  color: #222;
}
.cerez-politikasi-icerik p {
  font-size: 1.05rem;
  color: #222;
  margin-bottom: 12px;
}
.cerez-politikasi-icerik ul {
  margin: 0 0 0 18px;
  padding: 0;
}
.cerez-politikasi-icerik li {
  font-size: 1.05rem;
  color: #222;
  margin-bottom: 8px;
  line-height: 1.6;
}
@media (max-width: 700px) {
  .cerez-politikasi-wrapper {
    padding: 18px 6vw 18px 6vw;
    margin: 18px 0 18px 0;
  }
  .cerez-politikasi-ust h1 {
    font-size: 1.2rem;
  }
  .cerez-politikasi-icon {
    font-size: 1.3rem;
    padding: 6px 10px 6px 7px;
  }
  .cerez-politikasi-icerik h2 {
    font-size: 1.05rem;
  }
  .cerez-politikasi-icerik p,
  .cerez-politikasi-icerik li {
    font-size: 0.98rem;
  }
}
/* cerez politikasi alanı end */

/* acik riza metni alanı start */
.acik-riza-wrapper {
  max-width: 900px;
  margin: 36px auto 36px auto;
  background: #f7f7f7;
  border-radius: 10px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.07);
  padding: 32px 36px 32px 36px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.acik-riza-ust {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 3px solid #eea412;
  padding-bottom: 12px;
  margin-bottom: 24px;
}
.acik-riza-icon {
  font-size: 2.2rem;
  color: #2d3032;
  background: #e6e6e6;
  border-radius: 8px;
  padding: 8px 14px 8px 10px;
  display: flex;
  align-items: center;
}
.acik-riza-ust h1 {
  font-size: 2rem;
  font-weight: 600;
  color: #222;
  margin: 0;
}
.acik-riza-icerik h2 {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 18px;
  color: #222;
}
.acik-riza-icerik p {
  font-size: 1.05rem;
  color: #222;
  margin-bottom: 12px;
}
.acik-riza-icerik ul {
  margin: 0 0 0 18px;
  padding: 0;
}
.acik-riza-icerik li {
  font-size: 1.05rem;
  color: #222;
  margin-bottom: 8px;
  line-height: 1.6;
}
@media (max-width: 700px) {
  .acik-riza-wrapper {
    padding: 18px 6vw 18px 6vw;
    margin: 18px 0 18px 0;
  }
  .acik-riza-ust h1 {
    font-size: 1.2rem;
  }
  .acik-riza-icon {
    font-size: 1.3rem;
    padding: 6px 10px 6px 7px;
  }
  .acik-riza-icerik h2 {
    font-size: 1.05rem;
  }
  .acik-riza-icerik p,
  .acik-riza-icerik li {
    font-size: 0.98rem;
  }
}
/* acik riza metni alanı end */

/* kvkk-wrapper (gizlilik politikası ve KVKK sayfaları için ortak kutulu alan) start */
.gizlilik-politikasi-wrapper,
.kvkk-wrapper {
  max-width: 900px;
  margin: 36px auto 36px auto;
  background: #f7f7f7;
  border-radius: 10px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.07);
  padding: 32px 36px 32px 36px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.gizlilik-politikasi-ust,
.kvkk-ust {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 3px solid #eea412;
  padding-bottom: 12px;
  margin-bottom: 24px;
}
.gizlilik-politikasi-icon,
.kvkk-icon {
  font-size: 2.2rem;
  color: #2d3032;
  background: #e6e6e6;
  border-radius: 8px;
  padding: 8px 14px 8px 10px;
  display: flex;
  align-items: center;
}
.gizlilik-politikasi-ust h1,
.kvkk-ust h1 {
  font-size: 2rem;
  font-weight: 600;
  color: #222;
  margin: 0;
}
.gizlilik-politikasi-icerik h2,
.kvkk-icerik h2 {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 18px;
  color: #222;
  margin-top: 28px;
}
.gizlilik-politikasi-icerik h3,
.kvkk-icerik h3 {
  font-size: 1.08rem;
  font-weight: 600;
  margin-top: 18px;
  margin-bottom: 8px;
  color: #222;
}
.gizlilik-politikasi-icerik p,
.kvkk-icerik p {
  font-size: 1.05rem;
  color: #222;
  margin-bottom: 12px;
}
.gizlilik-politikasi-icerik ul,
.kvkk-icerik ul {
  margin: 0 0 0 18px;
  padding: 0;
}
.gizlilik-politikasi-icerik li,
.kvkk-icerik li {
  font-size: 1.05rem;
  color: #222;
  margin-bottom: 8px;
  line-height: 1.6;
}
.gizlilik-politikasi-icerik a,
.kvkk-icerik a {
  color: #eea412;
  text-decoration: underline;
}
.gizlilik-politikasi-icerik a:hover,
.kvkk-icerik a:hover {
  color: #b97c0b;
}
@media (max-width: 700px) {
  .gizlilik-politikasi-wrapper,
  .kvkk-wrapper {
    padding: 18px 6vw 18px 6vw;
    margin: 18px 0 18px 0;
  }
  .gizlilik-politikasi-ust h1,
  .kvkk-ust h1 {
    font-size: 1.2rem;
  }
  .gizlilik-politikasi-icon,
  .kvkk-icon {
    font-size: 1.3rem;
    padding: 6px 10px 6px 7px;
  }
  .gizlilik-politikasi-icerik h2,
  .kvkk-icerik h2 {
    font-size: 1.05rem;
  }
  .gizlilik-politikasi-icerik p,
  .gizlilik-politikasi-icerik li,
  .kvkk-icerik p,
  .kvkk-icerik li {
    font-size: 0.98rem;
  }
}
/* kvkk-wrapper end */

/* ticari-iletisim-wrapper start */
.ticari-iletisim-wrapper {
  max-width: 900px;
  margin: 36px auto 36px auto;
  background: #f7f7f7;
  border-radius: 10px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.07);
  padding: 32px 36px 32px 36px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.ticari-iletisim-ust {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 3px solid #eea412;
  padding-bottom: 12px;
  margin-bottom: 24px;
}
.ticari-iletisim-icon {
  font-size: 2.2rem;
  color: #2d3032;
  background: #e6e6e6;
  border-radius: 8px;
  padding: 8px 14px 8px 10px;
  display: flex;
  align-items: center;
}
.ticari-iletisim-ust h1 {
  font-size: 2rem;
  font-weight: 600;
  color: #222;
  margin: 0;
}
.ticari-iletisim-icerik h2 {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 18px;
  color: #222;
  margin-top: 28px;
}
.ticari-iletisim-icerik h3 {
  font-size: 1.08rem;
  font-weight: 600;
  margin-top: 18px;
  margin-bottom: 8px;
  color: #222;
}
.ticari-iletisim-icerik p {
  font-size: 1.05rem;
  color: #222;
  margin-bottom: 12px;
}
.ticari-iletisim-icerik ul {
  margin: 0 0 0 18px;
  padding: 0;
}
.ticari-iletisim-icerik li {
  font-size: 1.05rem;
  color: #222;
  margin-bottom: 8px;
  line-height: 1.6;
}
.ticari-iletisim-icerik a {
  color: #eea412;
  text-decoration: underline;
}
.ticari-iletisim-icerik a:hover {
  color: #b97c0b;
}
@media (max-width: 700px) {
  .ticari-iletisim-wrapper {
    padding: 18px 6vw 18px 6vw;
    margin: 18px 0 18px 0;
  }
  .ticari-iletisim-ust h1 {
    font-size: 1.2rem;
  }
  .ticari-iletisim-icon {
    font-size: 1.3rem;
    padding: 6px 10px 6px 7px;
  }
  .ticari-iletisim-icerik h2 {
    font-size: 1.05rem;
  }
  .ticari-iletisim-icerik p,
  .ticari-iletisim-icerik li {
    font-size: 0.98rem;
  }
}
/* ticari-iletisim-wrapper end */

/* LGS Blog CSS - Başlangıç */
.blog-content-wrapper {
  max-width: 960px;
  margin: 40px auto;
  background: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 23px 9px rgba(140, 133, 130, 0.89);
  -moz-box-shadow: 0px 0px 23px 9px rgba(140, 133, 130, 0.89);
  box-shadow: 0px 0px 23px 9px rgba(140, 133, 130, 0.89);
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.blog-main-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #2d3032;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}

.blog-main-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #eea412;
  border-radius: 2px;
}

.blog-main-title i {
  color: #eea412;
  margin-right: 12px;
}

.blog-main-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.blog-intro-text,
.blog-conclusion-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 25px;
}

.blog-section {
  margin-bottom: 40px;
}

.blog-section-title {
  font-size: 2rem;
  font-weight: 600;
  color: #2d3032;
  margin-top: 35px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 0;
  text-align: left;
}

.blog-section-title::before {
  display: none;
}

.blog-section ul {
  list-style: none;
  padding-left: 0;
}

.blog-section ul li {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.blog-section ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #eea412;
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: 4px;
}

/* Responsive Düzenlemeler */
@media (max-width: 768px) {
  .blog-content-wrapper {
    margin: 24px 15px;
    padding: 25px;
    border-radius: 8px;
  }
  .blog-main-title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .blog-main-title::after {
    width: 60px;
    height: 3px;
  }
  .blog-section-title {
    font-size: 1.6rem;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .blog-intro-text,
  .blog-conclusion-text,
  .blog-section ul li {
    font-size: 1rem;
  }
  .blog-section ul li::before {
    font-size: 0.9rem;
    top: 3px;
  }
}

@media (max-width: 480px) {
  .blog-main-title {
    font-size: 1.6rem;
  }
  .blog-main-title::after {
    width: 50px;
    height: 2px;
  }
  .blog-section-title {
    font-size: 1.4rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .blog-intro-text,
  .blog-conclusion-text,
  .blog-section ul li {
    font-size: 0.95rem;
  }
}
/* LGS Blog CSS - Bitiş */

/* Blog Sayfası Kart Düzenlemesi - Başlangıç */
.blog-item {
  display: flex;
  flex-direction: column;
  height: 100%; /* Ensure it takes full height of its column */
  min-height: 520px; /* Adjust as needed for consistent height */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); /* Hafif gölge */
  border-radius: 10px;
  overflow: hidden; /* Ensure content doesn't break out */
}

.blog-item .image-blog {
  flex-shrink: 0; /* Gorsel sabit kalir */
  height: 200px; /* Sabit yükseklik belirle */
  overflow: hidden; /* Taşmayı gizle */
}

.blog-item .image-blog img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Resmi kutuya sığdırırken oranları koru */
}

.blog-item .blog-title {
  flex-grow: 0; /* Başlık sabit kalır */
}

.blog-item .blog-desc {
  flex-grow: 1; /* Açıklama alanı esnek olur */
  max-height: 120px; /* Ayarlanabilir maksimum yükseklik */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* 5 satırdan sonra kes */
  -webkit-box-orient: vertical;
}

.blog-item .blog-button {
  margin-top: auto; /* Push to the bottom */
  flex-shrink: 0; /* Düğme sabit kalır */
  padding-top: 15px; /* Düğme öncesi boşluk */
}

@media (max-width: 991px) {
  /* Tablet ve altı için */
  .blog-item {
    min-height: 480px; /* Daha küçük ekranlar için min yükseklik */
  }
  .blog-item .image-blog {
    height: 180px; /* Tablet için daha az yükseklik */
  }
  .blog-item .blog-desc {
    -webkit-line-clamp: 4; /* Daha az satır göster */
  }
}

@media (max-width: 767px) {
  /* Mobil ekranlar için */
  .blog-item {
    min-height: 450px; /* Mobil için daha da az min yükseklik */
  }
  .blog-item .image-blog {
    height: 160px; /* Mobil için daha az yükseklik */
  }
  .blog-item .blog-desc {
    -webkit-line-clamp: 3; /* Mobil için 3 satır */
  }
}
/* Blog Sayfası Kart Düzenlemesi - Bitiş */

/* İletişim Formu Stilleri */
.contact-form-wrapper {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.contact-form-wrapper:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.contact-form-title {
  color: #5c2566;
  font-weight: 600;
  margin-bottom: 24px;
  font-size: 1.7rem;
}

/* .contact-form-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #5c2566;
  margin-top: 8px;
} */

.contact-form-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.contact-form-group {
  flex: 1;
  min-width: 180px;
}

.contact-input,
.contact-textarea,
.contact-select {
  background: #ffe66d;
  border: none;
  padding: 12px;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.contact-input:focus,
.contact-textarea:focus,
.contact-select:focus {
  background: #fff3b3;
  box-shadow: 0 0 0 2px rgba(255, 230, 109, 0.3);
}

/* İlçe seçimi dropdown stilleri start */
.contact-select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235c2566' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
}

.contact-select option {
  background: #fff;
  color: #333;
  font-weight: 500;
}

.contact-select option:first-child {
  color: #999;
  font-style: italic;
}
/* İlçe seçimi dropdown stilleri end */

.contact-form-label {
  font-weight: 600;
  color: #5c2566;
  display: block;
  margin-bottom: 8px;
}

.contact-radio-group,
.contact-checkbox-group {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-radio,
.contact-checkbox {
  accent-color: #ffe66d;
  margin-right: 8px;
}

.contact-checkbox-container {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 8px;
}

.contact-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.contact-checkbox-label input {
  margin-top: 4px;
}

.contact-link {
  color: #5c2566;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.contact-link:hover {
  color: #7c3586;
}

.contact-form-submit {
  text-align: right;
  margin-top: 16px;
}

.contact-submit-btn {
  background: #ffe66d;
  color: #5c2566;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  padding: 12px 36px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-submit-btn:hover {
  background: #fff3b3;
  transform: translateY(-2px);
}

/* İletişim Bilgileri Stilleri */
.contact-info-wrapper {
  background: #fff;
  border-radius: 8px;
  padding: 20px 24px 12px 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  margin-bottom: 18px;
  transition: all 0.3s ease;
}

.contact-info-wrapper:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.contact-info-title {
  color: #333;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 12px;
}

.contact-info-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #5c2566;
  margin-top: 8px;
}

.contact-info-address {
  color: #222;
  font-size: 1.08rem;
  margin-bottom: 10px;
  line-height: 1.5;
}

.contact-info-location {
  font-size: 0.97rem;
  color: #444;
}

.contact-info-phone,
.contact-info-email {
  margin-bottom: 10px;
  color: #222;
}

.contact-info-link {
  color: #222;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.contact-info-link:hover {
  color: #5c2566;
}

.contact-info-whatsapp {
  margin-bottom: 10px;
}

.whatsapp-button {
  display: inline-flex;
  align-items: center;
  background: #eaffd0;
  color: #1ebea5;
  font-weight: bold;
  font-size: 1.3rem;
  border-radius: 6px;
  padding: 6px 12px 6px 8px;
  text-decoration: none;
  margin-bottom: 4px;
  transition: all 0.3s ease;
}

.whatsapp-button i {
  font-size: 1.7rem;
  margin-right: 8px;
}

.whatsapp-button:hover {
  background: #d8f5c0;
  transform: translateY(-2px);
}

.contact-info-social {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.social-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  margin: 0 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.social-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.social-button.facebook {
  background: linear-gradient(45deg, #1877f2, #0d6efd);
}

.social-button.instagram {
  background: linear-gradient(
    45deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
  );
}

.social-button.whatsapp {
  background: linear-gradient(45deg, #25d366, #128c7e);
}

/* İletişim Sayfası Responsive Stilleri */
@media (max-width: 991px) {
  .contact-form-row {
    gap: 8px;
  }

  .contact-form-group {
    min-width: 150px;
  }

  .contact-info-title {
    font-size: 1.8rem;
  }

  .contact-info-address {
    font-size: 1rem;
  }

  .whatsapp-button {
    font-size: 1.1rem;
  }

  .whatsapp-button i {
    font-size: 1.5rem;
  }

  .social-button {
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
    margin: 0 6px;
  }
}

@media (max-width: 767px) {
  .contact-form-wrapper,
  .contact-info-wrapper {
    padding: 16px;
  }

  .contact-form-title,
  .contact-info-title {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }

  .contact-form-row {
    flex-direction: column;
    gap: 12px;
  }

  .contact-form-group {
    min-width: 100%;
  }

  .contact-input,
  .contact-textarea,
  .contact-select {
    padding: 10px;
    font-size: 0.95rem;
  }

  .contact-form-label {
    font-size: 0.95rem;
  }

  .contact-radio-group,
  .contact-checkbox-group {
    gap: 8px;
  }

  .contact-checkbox-label {
    font-size: 0.9rem;
  }

  .contact-submit-btn {
    width: 100%;
    padding: 10px 24px;
    font-size: 16px;
  }

  .contact-info-address {
    font-size: 0.95rem;
  }

  .contact-info-location {
    font-size: 0.9rem;
  }

  .whatsapp-button {
    width: 100%;
    justify-content: center;
    font-size: 1rem;
  }

  .contact-info-social {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .contact-form-wrapper,
  .contact-info-wrapper {
    padding: 12px;
  }

  .contact-form-title,
  .contact-info-title {
    font-size: 1.3rem;
    margin-bottom: 12px;
  }

  .contact-input,
  .contact-textarea,
  .contact-select {
    padding: 8px;
    font-size: 0.9rem;
  }

  .contact-form-label {
    font-size: 0.9rem;
  }

  .contact-checkbox-label {
    font-size: 0.85rem;
  }

  .contact-submit-btn {
    padding: 8px 20px;
    font-size: 15px;
  }

  .contact-info-address {
    font-size: 0.9rem;
  }

  .contact-info-location {
    font-size: 0.85rem;
  }

  .whatsapp-button {
    font-size: 0.95rem;
  }

  .whatsapp-button i {
    font-size: 1.3rem;
  }

  .social-button {
    width: 32px;
    height: 32px;
    font-size: 1rem;
    margin: 0 4px;
  }
}

/* SEO ve Erişilebilirlik İyileştirmeleri */
.contact-form-wrapper:focus-within {
  box-shadow: 0 0 0 3px rgba(92, 37, 102, 0.2);
}

.contact-input:focus,
.contact-textarea:focus,
.contact-select:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(92, 37, 102, 0.2);
}

.contact-radio:focus,
.contact-checkbox:focus {
  outline: 2px solid #5c2566;
  outline-offset: 2px;
}

.contact-submit-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(92, 37, 102, 0.3);
}

/* Yüksek Kontrast Modu Desteği */
@media (forced-colors: active) {
  .contact-input,
  .contact-textarea,
  .contact-select {
    border: 2px solid currentColor;
  }

  .contact-submit-btn {
    border: 2px solid currentColor;
  }

  .contact-link {
    text-decoration: underline;
  }
}

/* Yazdırma Stilleri */
@media print {
  .contact-form-wrapper,
  .contact-info-wrapper {
    box-shadow: none;
    border: 1px solid #ddd;
  }

  .contact-input,
  .contact-textarea,
  .contact-select {
    background: none;
    border: 1px solid #ddd;
  }

  .contact-submit-btn {
    display: none;
  }

  .contact-info-social {
    display: none;
  }
}

/* Bildirim Stilleri */
.notification-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
}

.notification {
  padding: 15px 25px;
  margin-bottom: 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  animation: slideIn 0.3s ease-out;
  max-width: 350px;
}

.notification.success {
  background: linear-gradient(45deg, #28a745, #20c997);
}

.notification.error {
  background: linear-gradient(45deg, #dc3545, #c82333);
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Form Validasyon Stilleri */
.contact-input.invalid {
  border-color: #dc3545;
  background-color: #fff8f8;
}

.contact-input.invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.contact-select.invalid {
  border-color: #dc3545;
  background-color: #fff8f8;
}

.contact-select.invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

@media (max-width: 768px) {
  .notification-container {
    top: 10px;
    right: 10px;
    left: 10px;
  }

  .notification {
    max-width: none;
    margin-bottom: 8px;
    padding: 12px 20px;
    font-size: 13px;
  }
}

/* Telefon Input Grubu */
.phone-input-group {
  position: relative;
  display: flex;
  align-items: center;
}

.phone-prefix {
  position: absolute;
  left: 12px;
  color: #666;
  font-weight: 500;
  z-index: 1;
}

.phone-input-group .contact-input {
  padding-left: 45px;
}

/* Harita Stilleri */
.map-box {
  position: relative;
  height: 400px;
  margin-top: 20px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

#custom-places {
  width: 100%;
  height: 100%;
}

.info-window {
  padding: 10px;
  font-family: "Poppins", sans-serif;
}

.info-window h3 {
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.info-window p {
  color: #666;
  font-size: 14px;
  margin: 5px 0;
  line-height: 1.4;
}

.info-window a {
  color: #1a76d2;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  margin-top: 8px;
  transition: color 0.3s ease;
}

.info-window a:hover {
  color: #1557b0;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .map-box {
    height: 300px;
    margin-top: 15px;
  }

  .info-window h3 {
    font-size: 15px;
  }

  .info-window p {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .map-box {
    height: 250px;
    margin-top: 10px;
  }
}

/* HEADER LOGO AND TEXT STYLES START */
@media (max-width: 767px) {
  .navbar-brand img {
    max-height: 45px;
  }
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px; /* Logo ve yazı arasına boşluk ekler */
}

.bakirkoy-text {
  color: black;
  font-family: "Rubik", sans-serif; /* style.css'ten alınan font */
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  white-space: nowrap; /* Yazının tek satırda kalmasını sağlar */
}

@media (max-width: 991px) {
  .bakirkoy-text {
    font-size: 22px;
    letter-spacing: 1px;
  }
}

@media (max-width: 767px) {
  .bakirkoy-text {
    font-size: 18px;
    letter-spacing: 0.8px;
  }
}
/* HEADER LOGO AND TEXT STYLES END */

/* // navbar düzenleme start */
.top-navbar {
  background: #fff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.top-navbar .navbar {
  background: #fff !important;
  min-height: 100px;
  padding: 10px 32px !important;
  box-sizing: border-box;
}
.top-navbar .container-fluid {
  height: 100px;
  align-items: center;
  display: flex;
}
.navbar-brand {
  margin-left: 32px !important;
  display: flex;
  align-items: center;
}
.navbar-brand img {
  max-height: 105px;
  width: auto;
}
/* Menüdeki aşağı ok simgesi hizalaması */
.navbar-nav .dropdown-toggle .fa-chevron-down {
  font-size: 0.85em;
  margin-left: 4px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .top-navbar .navbar {
    min-height: 70px;
    padding: 8px 8px !important;
  }
  .top-navbar .container-fluid {
    height: 70px;
  }
  .navbar-brand {
    margin-left: 8px !important;
  }
  .navbar-brand img {
    max-height: 40px;
  }
}
/* // navbar düzenleme end */

/* // custom-slider revert to original style start */
.custom-slider {
  position: relative;
  width: 100%;
  min-height: 650px;
  font-family: "Poppins", Arial, sans-serif;
  overflow: hidden;
  background: none;
  margin: 0 auto 6px auto;
}
.custom-slider-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.custom-slider-slide {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: perspective(800px) translateY(-60px) rotateX(18deg) rotateY(-12deg)
    scale(0.92);
  transition: opacity 1.4s cubic-bezier(0.4, 2, 0.6, 1),
    transform 1.4s cubic-bezier(0.4, 2, 0.6, 1);
}
.custom-slider-slide.active {
  opacity: 1;
  z-index: 2;
  visibility: visible;
  transform: perspective(800px) translateY(0) rotateX(0deg) rotateY(0deg)
    scale(1);
}
.custom-slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0a1623 0%, #3a8dde 100%);
  z-index: 1;
  opacity: 1;
}
.custom-slider-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 650px;
  padding: 32px 0;
}
.custom-slider-badge {
  display: inline-block;
  background: #f26c3d;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 20px;
  padding: 7px 18px;
  margin-bottom: 18px;
  letter-spacing: 1px;
}
.custom-slider-left h1,
.custom-slider-left h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 18px;
  color: #fff;
  line-height: 1.2;
}
.custom-slider-left p {
  font-size: 1.15rem;
  color: #e0e0e0;
  margin-bottom: 28px;
  font-weight: 400;
}
.custom-slider-btn {
  min-width: 260px;
  max-width: 320px;
  width: 100%;
  height: 56px;
  margin: 32px 0 0 0;
  border-radius: 12px;
  font-size: 1.15rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  letter-spacing: 1px;
  background: #327bc2;
  color: white;
}
.custom-slider-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 7vw 24px 32px;
  z-index: 2;
}
.custom-slider-poster img {
  max-height: 850px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  background: #fff;
}
.custom-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.85);
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #2561a7;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.custom-slider-arrow-left {
  left: 24px;
}
.custom-slider-arrow-right {
  right: 24px;
}
.custom-slider-arrow:hover,
.custom-slider-arrow:focus {
  background: #f26c3d;
  color: #fff;
  box-shadow: 0 4px 18px rgba(242, 108, 61, 0.13);
}
.custom-slider-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 12;
}
.custom-slider-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
  border: 2px solid #2561a7;
}
.custom-slider-dot.active {
  opacity: 1;
  background: #2561a7;
}
@media (max-width: 991px) {
  .custom-slider-content {
    flex-direction: column;
    min-height: 420px;
    padding: 10px 0;
  }
  .custom-slider-left,
  .custom-slider-right {
    max-width: 100%;
    padding: 10px 2vw;
    text-align: center;
  }
  .custom-slider-poster img {
    max-height: 350px;
    margin: 0 auto;
  }
  .custom-slider-arrow-left {
    left: 8px;
  }
  .custom-slider-arrow-right {
    right: 8px;
  }
  .custom-slider-btn {
    min-width: 180px;
    max-width: 100%;
    height: 44px;
    font-size: 1rem;
    margin: 24px 0 0 0;
  }
}
@media (max-width: 600px) {
  .custom-slider {
    min-height: 260px;
  }
  .custom-slider-content {
    min-height: 260px;
    padding: 0;
  }
  .custom-slider-left h1,
  .custom-slider-left h2 {
    font-size: 1.3rem;
  }
  .custom-slider-left p {
    font-size: 0.98rem;
  }
  .custom-slider-badge {
    font-size: 0.85rem;
    padding: 5px 12px;
  }
  .custom-slider-btn {
    min-width: 120px;
    max-width: 100%;
    font-size: 1rem;
    padding: 10px 0;
  }
  .custom-slider-poster img {
    max-height: 200px;
  }
  .custom-slider-dot {
    width: 9px;
    height: 9px;
  }
}
/* // custom-slider revert to original style end */

/* // custom slider yüksekliği düzenleme start */
.custom-slider,
.custom-slider-inner,
.custom-slider-slide,
.custom-slider-content {
  min-height: 78vh;
  height: 78vh;
  display: flex;
  justify-content: center;
}
/* @media (max-width: 991px) {
    .custom-slider, .custom-slider-inner, .custom-slider-slide, .custom-slider-content {
        min-height: 420px;
        height: 420px;
    }
} */
@media (max-width: 600px) {
  .custom-slider,
  .custom-slider-inner,
  .custom-slider-slide,
  .custom-slider-content {
    min-height: 640px;
    height: 640px;
    display: block;
  }
}
/* // custom slider yüksekliği düzenleme end */

/* // custom slider yazı alanı, 2. buton hover ve resim yüksekliği düzenleme start */
.custom-slider-left {
  max-width: 520px;
  min-width: 320px;
  margin-left: 48px;
  margin-top: 32px;
  background: none;
}
@media (max-width: 991px) {
  .custom-slider-left {
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    min-width: 0;
    max-width: 95vw;
  }
}
/* 2. buton hover kaldırma */

/* Sağdaki resmin yüksekliği büyütülmüş hali start */
.custom-slider-poster img {
  max-height: 850px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  background: #fff;
}
@media (max-width: 991px) {
  .custom-slider-poster img {
    max-height: 350px;
  }
}
@media (max-width: 600px) {
  .custom-slider-poster img {
    max-height: 200px;
  }
}
/* Sağdaki resmin yüksekliği büyütülmüş hali end */
/* // custom slider yazı alanı, 2. buton hover ve resim yüksekliği düzenleme end */

/* // kurs kartları renk düzenleme start */
#kurslarimiz2025 .row .col-md-4:nth-child(1) .kurs-kart,
.kurs-aciklama,
#kurslarimiz2025 .row .col-md-4:nth-child(3) .kurs-kart,
.kurs-aciklama {
  background: #fe6e4d;
  color: #fff;
}
#kurslarimiz2025 .row .col-md-4:nth-child(1) .kurs-basvuru-btn,
.kurs-baslik,
#kurslarimiz2025 .row .col-md-4:nth-child(3) .kurs-basvuru-btn,
.kurs-baslik {
  color: #fe6e4d;
  background: #fff;
}

#kurslarimiz2025 .row .col-md-4:nth-child(1) .kurs-kart,
.kurs-aciklama,
#kurslarimiz2025 .row .col-md-4:nth-child(3) .kurs-kart,
.kurs-aciklama {
  background: #fe6e4d;
  color: #fff;
}
#kurslarimiz2025 .row .col-md-4:nth-child(2) .kurs-basvuru-btn,
.kurs-baslik,
#kurslarimiz2025 .row .col-md-4:nth-child(4) .kurs-basvuru-btn,
.kurs-baslik {
  color: #fe6e4d;
  background: #fff;
}

/* header mobil düzenleme start */
@media (max-width: 767px) {
  .top-navbar .navbar {
    min-height: 56px;
    padding: 4px 4vw !important;
  }
  .top-navbar .container-fluid {
    height: auto;
    flex-direction: row;
    align-items: center;
    padding: 0;
  }
  .navbar-brand {
    margin-left: 0 !important;
    padding: 0;
    max-width: 60vw;
    min-width: 0;
  }
  .navbar-brand img {
    max-height: 38px;
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
  .navbar-toggler {
    margin-left: auto;
    padding: 6px 10px;
    font-size: 1.2rem;
  }
  .navbar-nav {
    width: 100%;
    text-align: left;
    background: #fff;
    padding: 0 0 10px 0;
  }
  .navbar-nav .nav-item {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  .navbar-nav .nav-link {
    padding: 10px 16px;
    font-size: 1rem;
    border-bottom: 1px solid #f1f1f1;
  }
  .navbar-nav .dropdown-menu {
    position: static !important;
    float: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    margin: 0;
    background: #f9f9f9;
  }
}
/* header mobil düzenleme end */

/* WhatsApp Bildirim Baloncuğu Başlangıç */
.whatsapp-badge {
  position: absolute;
  bottom: 55%;
  right: 38px; /* İkonun soluna konumlandır */
  transform: translateY(50%) translateX(-10px); /* Hafif sola kaydırılmış sabit pozisyon */
  background-color: #25d366; /* Yeşil arkaplan */
  color: white; /* Beyaz yazı */
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  opacity: 1; /* Her zaman görünür */
  visibility: visible; /* Her zaman görünür */
  transition: none; /* Animasyonları kaldır */
  z-index: 1000; /* Üst katmanda görünür */
}

/* Baloncuğun oku */
.whatsapp-badge::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%; /* Baloncuğun sağına ekle */
  margin-top: -6px; /* Oku dikeyde ortala */
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #25d366; /* Sola bakan ok */
}

/* whatsapp-badge hover efekti start */
.whatsapp-badge:hover {
  background-color: #128c7e !important;
  transition: background-color 0.2s;
}
/* whatsapp-badge hover efekti end */

/* WhatsApp mobil görünüm düzenlemesi */
@media (max-width: 768px) {
  .whatsapp-float {
    bottom: 20px;
    right: 15px;
    padding: 12px;
    font-size: 25px;
  }
  
  .whatsapp-badge {
    bottom: 50%;
    right: 45px;
    font-size: 13px;
    padding: 6px 12px;
    max-width: 200px;
    white-space: normal;
    line-height: 1.3;
  }
}

@media (max-width: 480px) {
  .whatsapp-float {
    bottom: 66px;
    right: 20px;
    padding: 10px;
    font-size: 22px;
  }
  
  .whatsapp-badge {
    bottom: 45%;
        right: 40px;
        font-size: 12px;
        padding: 5px 10px;
        max-width: 250px;
        width: 136px;
  }
}
/* WhatsApp Bildirim Baloncuğu Bitiş */

/* Kurslar Dropdown Düzenleme Başlangıç */
.dropdown-menu[aria-labelledby="dropdown-a"] .dropdown-item {
  text-align: center;
  border-radius: 25px !important; /* Hover animasyon hatasını düzeltmek için */
  transition: background-color 0.2s ease, color 0.2s ease; /* Yumuşak geçiş */
}
/* Kurslar Dropdown Düzenleme Bitiş */

/* footer hover renk düzenlemesi start */
.footer a:hover,
.footer-links a:hover {
  color: darkgray !important;
}
/* footer hover renk düzenlemesi end */

/* // kurslarimiz2025plus kutu ikon hover efekt start */
#kurslarimiz2025plus .kurs-kart:hover .kart-ikon img {
  transform: scale(1.18) rotate(-6deg);
  box-shadow: 0 4px 18px rgba(242, 108, 61, 0.18);
  transition: transform 0.25s cubic-bezier(0.4, 2, 0.6, 1), box-shadow 0.25s;
}
/* // kurslarimiz2025plus kutu ikon hover efekt end */

/* neden-tasari ek class stilleri start */
#neden-tasari > div {
  max-width: 1500px;
}
#neden-tasari .neden-tasari-ust {
  color: #ff6b4d;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 2px;
}
#neden-tasari .neden-tasari-baslik {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a2340;
  margin-bottom: 28px;
}
#neden-tasari .neden-tasari-img {
  max-width: 100%;
  height: auto;
  min-width: 220px;
}
@media (max-width: 991px) {
  #neden-tasari .neden-tasari-baslik {
    font-size: 2rem;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  #neden-tasari .row {
    flex-direction: column-reverse;
  }
  #neden-tasari .neden-tasari-baslik {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
}
/* neden-tasari ek class stilleri end */

/* neden-tasari iconlu madde stili start */
#neden-tasari .neden-tasari-list li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 8px;
  font-size: 1rem;
  color: #444;
  line-height: 1.7;
}
#neden-tasari .neden-tasari-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 28px;
  height: 28px;
  background: url("../images/anasayfa/tasari-icon-li.avif") no-repeat center
    center/contain;
  display: inline-block;
}
@media (max-width: 991px) {
  #neden-tasari .neden-tasari-list li {
    font-size: 1rem;
    margin-bottom: 9px;
    padding-left: 32px;
  }
  #neden-tasari .neden-tasari-list li:before {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 767px) {
  #neden-tasari .neden-tasari-list li {
    font-size: 0.97rem;
    margin-bottom: 7px;
    padding-left: 28px;
  }
  #neden-tasari .neden-tasari-list li:before {
    width: 18px;
    height: 18px;
  }
}
/* neden-tasari iconlu madde stili end */

/* neden-tasari madde başı nokta kaldırma start */
#neden-tasari .neden-tasari-list {
  list-style: none !important;
}
/* neden-tasari madde başı nokta kaldırma end */

/* loader düzenleme start */
.progress-br.shadow:before,
.progress-br.shadow:after {
  display: none !important;
}
/* loader düzenleme end */

/* Timeline butonlarını tamamen eşitle ve okları saf CSS ile çiz */
.timeline-nav-button {
  background: #eea412 !important;
  border: none !important;
  border-radius: 50% !important;
  width: 44px !important;
  height: 44px !important;
  box-shadow: 0 2px 8px rgba(238, 164, 18, 0.13);
  position: relative !important;
  transition: background 0.2s;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

.timeline-nav-button:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  padding: 0;
  background: none;
  position: relative;
}

.timeline-nav-button--prev:before {
  transform: rotate(135deg);
  left: 1px;
}

.timeline-nav-button--next:before {
  transform: rotate(-45deg);
  left: 1px;
}

.timeline-nav-button:hover,
.timeline-nav-button:focus {
  background: #d18c00 !important;
}

/* Hakkımızda Modern Tab Alanı ve Sayaçlar */
.about-modern-section {
  padding: 64px 0 32px 0;
  background: #fff;
}
.about-modern-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.07);
}
.about-modern-content {
  padding-left: 0;
}
.about-modern-title {
  font-size: 2.1rem;
  font-weight: 700;
  color: #444;
  margin-bottom: 18px;
  position: relative;
}

.about-modern-tabs {
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
  gap: 8px;
}
.about-modern-tabs .nav-link {
  color: #888;
  font-weight: 500;
  font-size: 1.1rem;
  border: none;
  border-bottom: 3px solid transparent;
  background: none;
  margin-right: 18px;
  transition: color 0.2s, border-color 0.2s;
  padding: 8px 0 10px 0;
}
.about-modern-tabs .nav-link.active {
  color: #d32f2f;
  border-bottom: 3px solid #d32f2f;
  background: none;
}
.about-modern-tab-content {
  margin-top: 18px;
}
.about-modern-subtitle {
  color: #888;
  font-size: 1.05rem;
  margin-bottom: 18px;
}
.about-modern-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-modern-list li {
  font-size: 1.08rem;
  color: #222;
  margin-bottom: 16px;
  position: relative;
  padding-left: 28px;
}
.about-modern-list .icon-check {
  color: #d32f2f;
  font-size: 1.1rem;
  position: absolute;
  left: 0;
  top: 2px;
}

.about-modern-counters {
  margin-top: 48px;
  margin-bottom: 0;
}
.about-modern-counter {
  background: none;
  padding: 0 0 0 0;
}
.about-modern-counter-number {
  font-size: 3.3rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 6px;
  border-bottom: 3px solid #d32f2f;
  display: inline-block;
  padding-bottom: 4px;
}
.about-modern-counter-label {
  color: #888;
  font-size: 2.05rem;
  margin-top: 2px;
}

@media (max-width: 991px) {
  .about-modern-section {
    padding: 36px 0 18px 0;
  }
  .about-modern-title {
    font-size: 1.4rem;
  }
  .about-modern-image img {
    max-width: 100%;
    margin-bottom: 18px;
  }
  .about-modern-content {
    padding-left: 0;
    margin-top: 18px;
  }
  .about-modern-counters {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .about-modern-section {
    padding: 18px 0 8px 0;
  }
  .about-modern-title {
    font-size: 1.1rem;
  }
  .about-modern-image img {
    max-width: 100%;
    margin-bottom: 12px;
  }
  .about-modern-content {
    padding-left: 0;
    margin-top: 12px;
  }
  .about-modern-counters {
    margin-top: 18px;
  }
  .about-modern-counter-number {
    font-size: 1.3rem;
    padding-bottom: 2px;
  }
  .about-modern-counter-label {
    font-size: 0.95rem;
  }
}

/* // about-modern-list başlık altı çizgi start */
.about-modern-list b {
  display: inline-block;
  position: relative;
  padding-bottom: 6px;
}
.about-modern-list b::after {
  content: "";
  display: block;
  width: 140px;
  height: 3px;
  background: #d359a1;
  border-radius: 2px;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .about-modern-list b::after {
    width: 140px;
    height: 2px;
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  .about-modern-list b::after {
    width: 140px;
    height: 2px;
    margin-top: 3px;
  }
}
/* // about-modern-list başlık altı çizgi end */

/* iletişim formu modern yeşil tema start */
.custom-contact-form-bg {
  background: #e0f2e9 !important;
  color: #3c3c3c !important;
  font-family: "Poppins", "Open Sans", Arial, sans-serif !important;
}
.custom-contact-form-bg label,
.custom-contact-form-bg .contact-form-label {
  color: #2d6a4f !important;
  font-family: "Poppins", "Open Sans", Arial, sans-serif !important;
}
.custom-contact-form-bg .contact-form-title {
  color: #1b4332 !important;
  font-family: "Poppins", "Open Sans", Arial, sans-serif !important;
}
.custom-contact-form-bg,
.custom-contact-form-bg input,
.custom-contact-form-bg textarea,
.custom-contact-form-bg select,
.custom-contact-form-bg span,
.custom-contact-form-bg div {
  color: #3c3c3c !important;
  font-family: "Poppins", "Open Sans", Arial, sans-serif !important;
}
.custom-contact-form-bg .contact-checkbox-label,
.custom-contact-form-bg .contact-checkbox-label span,
.custom-contact-form-bg .contact-radio-group label,
.custom-contact-form-bg .contact-checkbox-group label {
  color: #3c3c3c !important;
}
.custom-contact-form-bg input::placeholder,
.custom-contact-form-bg textarea::placeholder {
  color: #6b9080 !important;
  opacity: 1;
  font-family: "Poppins", "Open Sans", Arial, sans-serif !important;
}
.custom-contact-form-bg input,
.custom-contact-form-bg textarea {
  font-family: "Poppins", "Open Sans", Arial, sans-serif !important;
}
.custom-contact-form-bg .contact-submit-btn {
  background: #2d6a4f !important;
  color: #fff !important;
  font-family: "Poppins", "Open Sans", Arial, sans-serif !important;
  border: none;
  border-radius: 4px;
  padding: 12px 36px;
  font-size: 18px;
  font-weight: bold;
  transition: background 0.2s, color 0.2s;
}
.custom-contact-form-bg .contact-submit-btn:hover,
.custom-contact-form-bg .contact-submit-btn:focus {
  background: #1b4332 !important;
  color: #fff !important;
}
/* iletişim formu modern yeşil tema end */

/* iletişim formu radio ve checkbox border düzeltme start */
.custom-contact-form-bg input[type="radio"],
.custom-contact-form-bg input[type="checkbox"] {
  outline: none !important;
  box-shadow: none !important;
  border: 1.5px solid #2d6a4f !important;
  accent-color: #2d6a4f;
  transition: border-color 0.2s;
}
.custom-contact-form-bg input[type="radio"]:focus,
.custom-contact-form-bg input[type="checkbox"]:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1.5px solid #1b4332 !important;
}
/* iletişim formu radio ve checkbox border düzeltme end */

/* iletişim formu input ve mesaj alanı focus/active renk düzeltme start */
.custom-contact-form-bg input:focus,
.custom-contact-form-bg textarea:focus,
.custom-contact-form-bg select:focus {
  background: #e0f2e9 !important;
  box-shadow: none !important;
  border: 1.5px solid #2d6a4f !important;
  color: #3c3c3c !important;
}
.custom-contact-form-bg input:active,
.custom-contact-form-bg textarea:active,
.custom-contact-form-bg select:active {
  background: #e0f2e9 !important;
  box-shadow: none !important;
  border: 1.5px solid #2d6a4f !important;
  color: #3c3c3c !important;
}
.custom-contact-form-bg input:valid,
.custom-contact-form-bg textarea:valid,
.custom-contact-form-bg select:valid {
  background: #e0f2e9 !important;
  border: 1.5px solid #2d6a4f !important;
  color: #3c3c3c !important;
}
.custom-contact-form-bg input:invalid,
.custom-contact-form-bg textarea:invalid,
.custom-contact-form-bg select:invalid {
  background: #e0f2e9 !important;
  border: 1.5px solid #2d6a4f !important;
  color: #3c3c3c !important;
}
/* iletişim formu input ve mesaj alanı focus/active renk düzeltme end */

/* iletişim formu input ve mesaj alanı sabit sarı renk start */
.custom-contact-form-bg input,
.custom-contact-form-bg textarea,
.custom-contact-form-bg select {
  background: #feda00 !important;
  color: #3c3c3c !important;
  border: 1.5px solid #2d6a4f !important;
  font-family: "Poppins", "Open Sans", Arial, sans-serif !important;
}
.custom-contact-form-bg input:focus,
.custom-contact-form-bg textarea:focus,
.custom-contact-form-bg select:focus,
.custom-contact-form-bg input:active,
.custom-contact-form-bg textarea:active,
.custom-contact-form-bg select:active,
.custom-contact-form-bg input:valid,
.custom-contact-form-bg textarea:valid,
.custom-contact-form-bg select:valid,
.custom-contact-form-bg input:invalid,
.custom-contact-form-bg textarea:invalid,
.custom-contact-form-bg select:invalid {
  background: #feda00 !important;
  color: #3c3c3c !important;
  border: 1.5px solid #2d6a4f !important;
}
/* iletişim formu input ve mesaj alanı sabit sarı renk end */

/* iletişim formu mesaj alanı (textarea) tüm state'lerde sabit sarı renk start */
.custom-contact-form-bg textarea,
.custom-contact-form-bg textarea:focus,
.custom-contact-form-bg textarea:active,
.custom-contact-form-bg textarea:valid,
.custom-contact-form-bg textarea:invalid,
.custom-contact-form-bg textarea:visited,
.custom-contact-form-bg textarea:hover,
.custom-contact-form-bg textarea:disabled,
.custom-contact-form-bg textarea[readonly],
.custom-contact-form-bg textarea:-webkit-autofill {
  background: #feda00 !important;
  color: #3c3c3c !important;
  border: 1.5px solid #2d6a4f !important;
  font-family: "Poppins", "Open Sans", Arial, sans-serif !important;
}
/* iletişim formu mesaj alanı (textarea) tüm state'lerde sabit sarı renk end */

/* // custom-slider-arrow hover/focus/active fix start */
.custom-slider-arrow:active,
.custom-slider-arrow:focus:not(:hover) {
  background: rgba(255, 255, 255, 0.85) !important;
  color: #2561a7 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}
/* // custom-slider-arrow hover/focus/active fix end */

/* // custom-slider-arrow border hover/focus/active fix start */
.custom-slider-arrow:active,
.custom-slider-arrow:focus:not(:hover) {
  background: rgba(255, 255, 255, 0.85) !important;
  color: #2561a7 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
  border: none !important;
}
/* // custom-slider-arrow border hover/focus/active fix end */

/* // sinavlar-menu .dropdown-item active/focus fix start */
.sinavlar-menu .dropdown-item:active,
.sinavlar-menu .dropdown-item:focus:not(:hover) {
  background: #fff !important;
  color: #222 !important;
}
/* // sinavlar-menu .dropdown-item active/focus fix end */

/* // neden-tasari-img 3D perspektif efekt start */
.neden-tasari-img {
  transform: perspective(900px) rotateY(-5deg) scale(1.01);
  transition: transform 0.8s cubic-bezier(0.4, 2, 0.6, 1);
}
.neden-tasari-img:hover {
  transform: perspective(900px) rotateY(-2deg) scale(1.04);
}
/* // neden-tasari-img 3D perspektif efekt end */

/* // neden-tasari-img sola kaydırma start */
.neden-tasari-img {
  margin-right: 30px;
}
/* // neden-tasari-img sola kaydırma end */

/* // neden-tasari-img mobilde perspektif kaldırma start */
@media (max-width: 767px) {
  .neden-tasari-img {
    transform: none !important;
  }
  .neden-tasari-img {
    padding-bottom: 20px;
  }
}
/* // neden-tasari-img mobilde perspektif kaldırma end */

/* iletişim formu mesaj alanı (textarea) tüm state'lerde sabit sarı renk start */
.custom-contact-form-bg textarea,
.custom-contact-form-bg textarea:focus,
.custom-contact-form-bg textarea:active,
.custom-contact-form-bg textarea:valid,
.custom-contact-form-bg textarea:invalid,
.custom-contact-form-bg textarea:visited,
.custom-contact-form-bg textarea:hover,
.custom-contact-form-bg textarea:disabled,
.custom-contact-form-bg textarea[readonly],
.custom-contact-form-bg textarea:-webkit-autofill {
  background: #feda00 !important;
  color: #3c3c3c !important;
  border: 1.5px solid #2d6a4f !important;
  font-family: "Poppins", "Open Sans", Arial, sans-serif !important;
}
/* iletişim formu mesaj alanı (textarea) tüm state'lerde sabit sarı renk end */

/* iletişim formu ilçe seçimi (select) tüm state'lerde sabit sarı renk start */
.custom-contact-form-bg select,
.custom-contact-form-bg select:focus,
.custom-contact-form-bg select:active,
.custom-contact-form-bg select:valid,
.custom-contact-form-bg select:invalid,
.custom-contact-form-bg select:visited,
.custom-contact-form-bg select:hover,
.custom-contact-form-bg select:disabled,
.custom-contact-form-bg select[readonly] {
  background: #feda00 !important;
  color: #3c3c3c !important;
  border: 1.5px solid #2d6a4f !important;
  font-family: "Poppins", "Open Sans", Arial, sans-serif !important;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232d6a4f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 16px !important;
  padding-right: 40px !important;
}

.custom-contact-form-bg select option {
  background: #fff !important;
  color: #333 !important;
  font-weight: 500;
  font-family: "Poppins", "Open Sans", Arial, sans-serif !important;
}

.custom-contact-form-bg select option:first-child {
  color: #6b9080 !important;
  font-style: italic;
}
/* iletişim formu ilçe seçimi (select) tüm state'lerde sabit sarı renk end */

/* iletişim formu invalid durumu yeşil tema start */
.custom-contact-form-bg input.invalid,
.custom-contact-form-bg textarea.invalid,
.custom-contact-form-bg select.invalid {
  background: #fff3cd !important;
  border: 1.5px solid #dc3545 !important;
  color: #3c3c3c !important;
}

.custom-contact-form-bg input.invalid:focus,
.custom-contact-form-bg textarea.invalid:focus,
.custom-contact-form-bg select.invalid:focus {
  background: #fff3cd !important;
  border: 1.5px solid #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}
/* iletişim formu invalid durumu yeşil tema end */

/* ilce-select fix start */
.contact-select {
  min-height: 48px;
  height: auto;
  line-height: 1.4;
  font-size: 1.08rem;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 40px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .contact-select {
    min-height: 44px;
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 35px;
  }
}
/* ilce-select fix end */

/* label-darkgreen start */
.label-darkgreen {
  color: #2d6a4f !important;
  font-weight: 600;
}
/* label-darkgreen end */

/* ilce-select responsive fix start */
.contact-select,
.custom-contact-form-bg select {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.contact-select option,
.custom-contact-form-bg select option {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100vw;
}
@media (max-width: 767px) {
  .contact-select,
  .custom-contact-form-bg select {
    width: 100vw;
    max-width: 100vw;
    left: 0;
    right: 0;
  }
}
/* ilce-select responsive fix end */

/* ilce-select responsive fix (mobile overflow düzeltme) start */
@media (max-width: 767px) {
  .contact-select,
  .custom-contact-form-bg select {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
}
/* ilce-select responsive fix (mobile overflow düzeltme) end */

/* modelistlik-program-gallery start */
.modelistlik-program-gallery {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
  margin: 32px 0 24px 0;
  flex-wrap: wrap;
}
.modelistlik-gallery-img {
  max-width: 320px;
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(44, 44, 44, 0.1);
  object-fit: cover;
  transition: transform 0.25s cubic-bezier(0.4, 2, 0.6, 1), box-shadow 0.25s;
}
.modelistlik-gallery-img:hover {
  transform: scale(1.04) rotate(-2deg);
  box-shadow: 0 8px 32px rgba(44, 44, 44, 0.18);
}
@media (max-width: 991px) {
  .modelistlik-program-gallery {
    gap: 14px;
  }
  .modelistlik-gallery-img {
    max-width: 220px;
  }
}
@media (max-width: 600px) {
  .modelistlik-program-gallery {
    flex-direction: column;
    gap: 12px;
  }
  .modelistlik-gallery-img {
    max-width: 98vw;
  }
}
/* modelistlik-program-gallery end */

/* // kurslar kutusu ikon renkleri start */
#kurslarimiz2025plus .kart-beyaz .kart-ikon img {
  /* Turuncu ikon için filtre */
  filter: invert(54%) sepia(89%) saturate(749%) hue-rotate(-10deg) brightness(1.1) contrast(1.1) !important;
}
#kurslarimiz2025plus .kart-turuncu .kart-ikon img {
  /* Beyaz ikon */
  filter: brightness(0) invert(1) !important;
}
/* // kurslar kutusu ikon renkleri end */

/* // whatsapp icon görünürlük düzeltme start */
.whatsapp-float i {
  display: block !important;
  font-size: inherit;
  color: inherit;
  visibility: visible !important;
  opacity: 1 !important;
}
/* // whatsapp icon görünürlük düzeltme end */

/* hemen bilgi al rengi düzenleme start */
#kurslarimiz2025plus .kart-beyaz .bilgi-al-link {
  color: #ff6b4d !important;
}
/* hemen bilgi al rengi düzenleme end */

/* // menu active nokta start */
.navbar-nav .nav-item.active .nav-link::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff6b4d;
  margin: 0 auto 4px auto;
}
/* // menu active nokta end */

/* // custom-slider-arrow mobil boyut düzenleme start */
@media (max-width: 767px) {
  .custom-slider-arrow {
    width: 30px !important; /* mobilde genişlik */
    height: 30px !important; /* mobilde yükseklik */
    min-width: 30px !important;
    min-height: 30px !important;
    font-size: 1.1rem;
  }
}
/* // custom-slider-arrow mobil boyut düzenleme end */

/* kurslar menüsü aktiflik noktası start */
.nav-item.dropdown.active > .nav-link::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #2d6a4f;
  border-radius: 50%;
  margin: 0 auto 4px auto;
}
/* kurslar menüsü aktiflik noktası end */
