/* HERO ARKA PLAN RENGİ */
.banner-area-two {
  background: #efefef !important;
}
/* HERO'YU EKRAN ORTASINA AL */
.banner-area-two {
  min-height: 100vh;          /* 🔴 EN KRİTİK SATIR */
  display: flex;
  align-items: center;        /* DİKEY ORTALAMA */
}

/* container ve row da ortalamaya uysun */
.banner-area-two .container,
.banner-area-two .row {
  width: 100%;
  align-items: center;
}
/* İçeriği çok az yukarı kaydır */
.banner-area-two .container {
  transform: translateY(-60px);
}
html, body {
  background: #efefef !important;
}

#main, .main, .site-wrapper, .wrapper, .page-wrapper, .content-wrapper {
  background: transparent !important;
}
.features-area-three .section-title-two {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.features-area-three .section-title-two .sub-title {
    order: 2;
    font-size: 15px;
    opacity: 0.9;
}

.features-area-three .section-title-two .title {
    order: 1;
}
/* BRAND AREA TWO – ARKA PLAN */
.brand-area-two {
    background: #000080;
    padding: 60px 0; /* yükseklik dengeli */
}

/* BAŞLIK ORTALAMA */
.brand-area-two .section-title-two {
    text-align: center;
}

/* BAŞLIK RENGİ */
.brand-area-two .section-title-two .title {
    color: #efefef;
}

/* Alt çizgi / dekorasyon varsa kaldır */
.brand-area-two .section-title-two::after,
.brand-area-two .section-title-two::before {
    display: none !important;
}
.brand-area-two .brand-item img{
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

.brand-area-two .brand-item:hover,
.brand-area-two .brand-item a:hover{
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
}
/* FEATURES ALANI ARKA PLAN */
.features-area-three {
    background-color: #000080;
    padding: 100px 0; /* istersen sonra kısaltırız */
}

/* Alt başlık (span) */
.features-area-three .section-title-two .sub-title {
    color: #efefef !important;
}

/* Ana başlık (h2) */
.features-area-three .section-title-two .title {
    color: #efefef !important;
}
/* KART GENEL TASARIM */
.features-item-three {
    background: rgba(239, 239, 239, 0.9); /* #efefef ama hafif cam */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 16px;
    padding: 32px 24px;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Hover’da SADECE hafif yükselsin */
.features-item-three:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

/* İKON ALANI */
.features-icon-three {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: transparent !important; /* 🔴 ASLA beyaz olmaz */
    border-radius: 12px;
}

/* Icon image */
.features-icon-three img {
    max-width: 42px;
}

/* Font icon */
.features-icon-three i {
    font-size: 36px;
    color: #000080;
}

/* HOVER'DA İKON ARKA PLANI SABİT */
.features-item-three:hover .features-icon-three {
    background: transparent !important;
}

/* BAŞLIK */
.features-content-three .title {
    font-size: 20px;
    font-weight: 600;
    color: #000080;
    margin-bottom: 10px;
    transition: none !important; /* 🔴 renk değişmez */
}

/* Hover’da başlık sabit */
.features-item-three:hover .features-content-three .title {
    color: #000080;
}

/* AÇIKLAMA */
.features-content-three p {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}
.features-item-three:hover {
    background: rgba(239, 239, 239, 0.7);
}
@media (max-width: 767px) {

    /* SADECE KARTLAR – 2-2 */
    .features-item-wrap-two .row > div {
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* Kartlar arası boşluk */
    .features-item-three {
        margin-bottom: 20px;
    }

    /* Başlık biraz küçülsün, kesilme olmasın */
    .features-content-three .title {
        font-size: 16px;
        line-height: 1.25;
        white-space: normal;   /* taşmayı engeller */
        overflow: visible;
    }

    /* Açıklama biraz küçülsün */
    .features-content-three p {
        font-size: 14px;
    }
}
@media (max-width: 767px) {

    /* Kartlar arası ALT–ÜST mesafe */
    .features-item-wrap-two .row {
        row-gap: 40px;
    }

    /* Ek garanti: kartın altına boşluk */
    .features-item-three {
        margin-bottom: 40px;
    }
}
/* TESTIMONIAL ALANI ARKA PLAN */
.testimonial-bg-two {
    background: #000080 !important;
}