/* ==========================================================================
   Propak Temizlik — Cleanu teması ek stilleri
   Tema dosyalarına dokunulmaz; yalnızca PHP'ye taşırken eklenen
   bileşenler burada stillenir.
   ========================================================================== */

:root {
    --propak-ana: #0d6efd;
    --propak-koyu: #0b2239;
    --propak-gri: #f5f7fa;
    --propak-metin: #5f6d7e;
    --propak-cizgi: #e5e9ef;
}

/* --- Erişilebilirlik --------------------------------------------------- */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 9999;
    background: #fff;
    color: #111;
    padding: 10px 16px;
    border-radius: 0 0 6px 0;
}
.skip-link:focus { left: 0; }

/* --- WhatsApp butonu --------------------------------------------------- */
.wa-buton {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #25d366;
    color: #fff !important;
    padding: 12px 18px;
    border-radius: 60px;
    font-weight: 600;
    font-size: 14.5px;
    box-shadow: 0 10px 26px rgba(37, 211, 102, .38);
    transition: transform .2s ease, box-shadow .2s ease;
}
.wa-buton:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(37, 211, 102, .5); color: #fff !important; }
.wa-buton i { font-size: 21px; line-height: 1; }
@media (max-width: 575px) {
    .wa-buton { right: 14px; bottom: 14px; padding: 13px; }
    .wa-buton span { display: none; }
}

/* --- İçerik tipografisi ------------------------------------------------ */
.icerik { color: var(--propak-metin); line-height: 1.9; }
.icerik h2 {
    font-size: 27px;
    margin: 38px 0 16px;
    line-height: 1.35;
}
.icerik h3 {
    font-size: 21px;
    margin: 30px 0 13px;
    line-height: 1.4;
}
.icerik h2:first-child, .icerik h3:first-child { margin-top: 0; }
.icerik p { margin-bottom: 17px; }
.icerik ul, .icerik ol { margin: 0 0 20px; padding-left: 20px; }
.icerik ul { list-style: none; padding-left: 0; }
.icerik ul li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 10px;
}
.icerik ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 1px;
    color: var(--propak-ana);
    font-size: 13px;
}
.icerik ol li { margin-bottom: 10px; padding-left: 4px; }
.icerik blockquote {
    border-left: 4px solid var(--propak-ana);
    background: var(--propak-gri);
    padding: 20px 24px;
    margin: 26px 0;
    font-size: 17px;
    font-style: italic;
    color: var(--propak-koyu);
    border-radius: 0 8px 8px 0;
}
.icerik blockquote p:last-child { margin-bottom: 0; }
.icerik strong { color: var(--propak-koyu); }

.icerik table {
    width: 100%;
    margin: 26px 0;
    border-collapse: collapse;
    font-size: 15px;
}
.icerik table th,
.icerik table td {
    border: 1px solid var(--propak-cizgi);
    padding: 11px 14px;
    text-align: left;
    vertical-align: top;
}
.icerik table thead th {
    background: var(--propak-koyu);
    color: #fff;
    font-weight: 600;
}
.icerik table tbody tr:nth-child(even) { background: var(--propak-gri); }

/* Geniş tabloların taşmaması için sarmalayıcı (propak.js ekler) */
.tablo-kaydir { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 26px 0; }
.tablo-kaydir table { margin: 0; min-width: 520px; }

.lead {
    font-size: 18.5px;
    line-height: 1.75;
    color: var(--propak-koyu);
    margin-bottom: 24px;
}

/* --- Kontrol listesi --------------------------------------------------- */
.list-check { list-style: none; padding: 0; margin: 0 0 24px; }
.list-check li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    color: var(--propak-metin);
    line-height: 1.7;
}
.list-check li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--propak-ana);
}

/* --- Süreç listesi ----------------------------------------------------- */
.surec-liste { counter-reset: adim; list-style: none; padding: 0; margin: 0 0 24px; }
.surec-liste li {
    counter-increment: adim;
    position: relative;
    padding-left: 52px;
    margin-bottom: 20px;
    color: var(--propak-metin);
    line-height: 1.75;
}
.surec-liste li::before {
    content: counter(adim);
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--propak-ana);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* --- Bölge (yerel SEO) bileşenleri ------------------------------------- */
.bolge-liste {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 22px 0;
}
.bolge-liste a,
.bolge-liste span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--propak-gri);
    border: 1px solid var(--propak-cizgi);
    color: var(--propak-koyu);
    padding: 8px 15px;
    border-radius: 40px;
    font-size: 14px;
    transition: all .2s ease;
}
.bolge-liste a:hover {
    background: var(--propak-ana);
    border-color: var(--propak-ana);
    color: #fff;
}
.bolge-liste i { font-size: 12px; color: var(--propak-ana); }
.bolge-liste a:hover i { color: #fff; }

.bolge-kart {
    border: 1px solid var(--propak-cizgi);
    border-radius: 10px;
    padding: 26px 24px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    transition: box-shadow .25s ease, transform .25s ease;
}
.bolge-kart:hover { box-shadow: 0 14px 34px rgba(11, 34, 57, .1); transform: translateY(-3px); }
.bolge-kart h3 { font-size: 20px; margin-bottom: 10px; }
.bolge-kart .mahalle { font-size: 13.5px; color: #8794a4; margin-bottom: 15px; line-height: 1.65; }
.bolge-kart ul { list-style: none; padding: 0; margin: 0 0 14px; }
.bolge-kart ul li { margin-bottom: 7px; font-size: 14.5px; }
.bolge-kart ul li a { color: var(--propak-metin); }
.bolge-kart ul li a:hover { color: var(--propak-ana); }

.bolge-hizmet-kart {
    border: 1px solid var(--propak-cizgi);
    border-radius: 9px;
    padding: 22px 20px;
    margin-bottom: 24px;
    height: calc(100% - 24px);
}
.bolge-hizmet-kart i { font-size: 32px; color: var(--propak-ana); display: block; margin-bottom: 12px; }
.bolge-hizmet-kart h4 { font-size: 17px; margin-bottom: 8px; line-height: 1.45; }
.bolge-hizmet-kart p { font-size: 14px; margin: 0; color: var(--propak-metin); }

/* --- CTA şeridi -------------------------------------------------------- */
.cta-serit { padding: 58px 0; }
.cta-serit h2 { color: #fff; font-size: 29px; margin-bottom: 12px; line-height: 1.35; }
.cta-serit p { color: rgba(255, 255, 255, .82); margin: 0; }
@media (max-width: 991px) {
    .cta-serit { text-align: center; }
    .cta-serit .text-lg-end { margin-top: 26px; }
    .cta-serit .btn { margin: 5px 4px; }
}

/* --- Proje bilgi kutusu ------------------------------------------------ */
.proje-bilgi { list-style: none; padding: 0; margin: 0; }
.proje-bilgi li {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 11px 0;
    border-bottom: 1px solid var(--propak-cizgi);
    font-size: 14.6px;
}
.proje-bilgi li:last-child { border-bottom: 0; }
.proje-bilgi span { color: #8794a4; }
.proje-bilgi strong { color: var(--propak-koyu); text-align: right; }

/* --- Ekip ------------------------------------------------------------- */
.team-tek-foto img { width: 100%; border-radius: 10px; }
.team-single-area .unvan {
    display: inline-block;
    color: var(--propak-ana);
    font-weight: 600;
    margin-top: 4px;
}
.yazar-yazilar { list-style: none; padding: 0; margin: 0; }
.yazar-yazilar li {
    padding: 11px 0;
    border-bottom: 1px solid var(--propak-cizgi);
}
.yazar-yazilar li small { color: #8794a4; margin-left: 8px; }

/* --- Blog -------------------------------------------------------------- */
.benzer-kart {
    border: 1px solid var(--propak-cizgi);
    border-radius: 9px;
    overflow: hidden;
    margin-bottom: 24px;
}
.benzer-kart img { width: 100%; height: 150px; object-fit: cover; display: block; }
.benzer-kart h4 {
    font-size: 15.5px;
    line-height: 1.5;
    padding: 15px 16px;
    margin: 0;
    color: var(--propak-koyu);
}
.benzer-kart:hover h4 { color: var(--propak-ana); }

.post-tags-share .tags { margin-top: 30px; }
.post-tags-share .tags h4 { font-size: 16px; display: inline-block; margin-right: 12px; }
.post-tags-share .tags ul { display: inline-flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; }
.post-tags-share .tags ul li a {
    display: inline-block;
    background: var(--propak-gri);
    border: 1px solid var(--propak-cizgi);
    padding: 6px 13px;
    border-radius: 30px;
    font-size: 13.4px;
    color: var(--propak-metin);
}
.post-tags-share .tags ul li a:hover { background: var(--propak-ana); border-color: var(--propak-ana); color: #fff; }

.sidebar-item.cta-yan .sidebar-info { padding: 4px 0; }
.sidebar-item.cta-yan p { margin-bottom: 15px; }

/* --- Arama ------------------------------------------------------------- */
.arama-formu { display: flex; gap: 10px; max-width: 560px; margin-inline: auto; }
.arama-formu .form-control { height: 50px; }
.arama-sonuc { list-style: none; padding: 0; margin: 26px 0 0; }
.arama-sonuc li {
    padding: 20px 0;
    border-bottom: 1px solid var(--propak-cizgi);
}
.arama-sonuc .tur {
    display: inline-block;
    background: var(--propak-gri);
    color: var(--propak-ana);
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 8px;
}
.arama-sonuc li a { display: block; font-size: 18px; font-weight: 600; color: var(--propak-koyu); }
.arama-sonuc li a:hover { color: var(--propak-ana); }
.arama-sonuc li p { margin: 6px 0 0; font-size: 14.5px; color: var(--propak-metin); }

/* --- 404 --------------------------------------------------------------- */
.error-box h1 {
    font-size: 130px;
    font-weight: 800;
    line-height: 1;
    color: var(--propak-ana);
    margin-bottom: 10px;
}
.error-box h2 { font-size: 27px; margin-bottom: 14px; }
.error-box code {
    background: var(--propak-gri);
    padding: 3px 10px;
    border-radius: 5px;
    color: var(--propak-koyu);
    word-break: break-all;
}
.oneri-kutu {
    background: var(--propak-gri);
    border: 1px solid var(--propak-cizgi);
    border-radius: 10px;
    padding: 22px;
    margin: 28px auto 0;
    max-width: 520px;
}
.oneri-kutu p { margin-bottom: 12px; }
@media (max-width: 575px) { .error-box h1 { font-size: 84px; } }

/* --- Çalışma saatleri tablosu ------------------------------------------ */
.calisma-saat { width: 100%; border-collapse: collapse; }
.calisma-saat th,
.calisma-saat td {
    padding: 10px 4px;
    border-bottom: 1px solid var(--propak-cizgi);
    font-size: 15px;
}
.calisma-saat th { text-align: left; font-weight: 600; color: var(--propak-koyu); }
.calisma-saat td { text-align: right; color: var(--propak-metin); }

/* --- Referans kutuları ------------------------------------------------- */
.referans-kutu { text-align: center; margin-bottom: 34px; }
.referans-kutu img {
    max-height: 78px;
    width: auto;
    max-width: 100%;
    filter: grayscale(1);
    opacity: .72;
    transition: all .25s ease;
}
.referans-kutu:hover img { filter: none; opacity: 1; }
.referans-kutu span { display: block; margin-top: 10px; font-size: 13px; color: #8794a4; }

/* --- Galeri filtresi --------------------------------------------------- */
.galeri-filtre { display: flex; flex-wrap: wrap; gap: 9px; justify-content: center; }
.galeri-filtre a {
    padding: 8px 18px;
    border: 1px solid var(--propak-cizgi);
    border-radius: 40px;
    font-size: 14px;
    color: var(--propak-metin);
}
.galeri-filtre a:hover { background: var(--propak-ana); border-color: var(--propak-ana); color: #fff; }

/* --- Footer bölge listesi ---------------------------------------------- */
.footer-bolgeler {
    border-top: 1px solid rgba(255, 255, 255, .14);
    padding: 28px 0 6px;
}
.footer-bolgeler .widget-title { font-size: 16px; margin-bottom: 16px; }
.footer-bolgeler ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 7px 9px;
}
.footer-bolgeler ul li a {
    display: inline-block;
    font-size: 12.8px;
    color: rgba(255, 255, 255, .68);
    background: rgba(255, 255, 255, .08);
    padding: 5px 12px;
    border-radius: 30px;
}
.footer-bolgeler ul li a:hover { background: rgba(255, 255, 255, .2); color: #fff; }

/* --- Form ------------------------------------------------------------- */
.contact-form select.form-control {
    height: 55px;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23888' d='M8 11L3 6h10z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 15px;
    padding-right: 42px;
}
.form-kvkk { font-size: 12.8px; color: #8794a4; display: block; }
.form-kvkk a { color: var(--propak-ana); text-decoration: underline; }
.contact-form .alert { border-radius: 8px; font-size: 14.5px; }

/* --- Sayfalama --------------------------------------------------------- */
.pagination { justify-content: center; margin-top: 40px; gap: 6px; }
.pagination .page-link {
    border-radius: 7px !important;
    border: 1px solid var(--propak-cizgi);
    color: var(--propak-koyu);
    min-width: 42px;
    text-align: center;
}
.pagination .page-item.active .page-link {
    background: var(--propak-ana);
    border-color: var(--propak-ana);
    color: #fff;
}

/* --- Küçük düzeltmeler ------------------------------------------------- */
.default-padding-top { padding-top: 100px; }
.google-maps iframe { height: 480px; display: block; }
/* Tema .maps-area'ya margin:-30px veriyor; sayfa kenarında taşmasın */
.maps-area { max-width: 100vw; }
img { max-width: 100%; height: auto; }
.services-single-content .thumb img { width: 100%; border-radius: 10px; }
.site-heading.text-left { text-align: left; }
.site-heading.text-left .devider { margin-left: 0; }

/* --- Banner: h1 (SEO) tema h2 stilini birebir alsın ------------------- */
.banner-area.text-regular .content h1 {
    font-weight: 600;
    font-size: 60px;
    line-height: 1.1;
    margin-bottom: 24px;
    color: inherit;
}
/* Uzun başlıkta üst etiket navigasyonun altında kalmasın */
.banner-area.text-regular .content h4 { margin-bottom: 14px; }
.banner-area.content-less .content h1 { margin-bottom: 0; }

@media only screen and (max-width: 1199px) {
    .banner-area.text-regular .content h1 { font-size: 48px; }
}
@media only screen and (max-width: 991px) {
    .banner-area .content-box h1,
    .banner-area h1 { font-size: 36px !important; line-height: 1.2; }
}
@media only screen and (max-width: 767px) {
    .banner-area .content h1 { margin-bottom: 18px; }
}

/* --- Yatay taşma güvenliği --------------------------------------------
   NOT: html/body üzerinde overflow-x kullanılmıyor; tema html ve body'ye
   height:100% verdiği için bu ikili dikey kaydırmayı kilitliyor. Taşmayı
   üreten kapsayıcılar tek tek sınırlanır. */
.contact-area .contact-content { max-width: 100%; }
.google-maps { overflow: hidden; }
.maps-area { overflow: hidden; }
footer, .breadcrumb-area, .banner-area, .appoinment-area { overflow-x: clip; }

/* --- Ön yükleyici: takılırsa kendini kapatsın ------------------------- */
.se-pre-con.kapandi { display: none !important; }

/* --- Banner: içerik sabit navigasyonun altında kalmasın --------------- */
@media (min-width: 992px) {
    .banner-area.top-pad-extra .content { padding-top: 130px; }
}
@media (max-width: 991px) {
    .banner-area.top-pad-extra .content { padding-top: 60px; }
}

/* ==========================================================================
   SABİT GÖRSEL ORANLARI
   Panelden yüklenen görseller farklı en-boy oranlarında olabiliyor
   (tema görselleri de öyle: 600x1100, 1500x701, 800x800 …). Bu yüzden
   kartlar birbirinden farklı yükseklikte görünüyordu.
   Çözüm: her görsel alanına sabit oran + object-fit: cover.
   Görsel kırpılır ama asla ezilmez/gerilmez ve tüm kartlar eşit olur.
   ========================================================================== */

/* --- Ana sayfa slider: yükseklik slaytlar arasında değişmesin ----------
   Tema iç katmanları display:table / table-cell kullanıyor. Sadece
   .carousel-item'a min-height vermek yetmiyor: tablo yüksekliğini kendi
   içeriğinden alıyor, bu yüzden üstteki şeffaf mavi katman (.box-cell,
   .gradient) slaytın altını boş bırakıyordu. Yüksekliği tek bir değişkende
   tutup üç katmana da veriyoruz.                                        */
.banner-area .carousel-item {
    --slayt-yukseklik: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: var(--slayt-yukseklik);
}
.banner-area .carousel-item > .box-table {
    min-height: var(--slayt-yukseklik);
    height: var(--slayt-yukseklik);
    width: 100%;
}
.banner-area .carousel-item > .box-table > .box-cell {
    height: var(--slayt-yukseklik);
    vertical-align: middle;
}

@media (min-width: 1200px) { .banner-area .carousel-item { --slayt-yukseklik: 760px; } }
@media (min-width: 992px) and (max-width: 1199px) { .banner-area .carousel-item { --slayt-yukseklik: 660px; } }
@media (min-width: 768px) and (max-width: 991px) { .banner-area .carousel-item { --slayt-yukseklik: 620px; } }
@media (max-width: 767px) { .banner-area .carousel-item { --slayt-yukseklik: 600px; } }

/* İçerik sabit yüksekliği aşarsa slayt büyüsün, kaplama yine tam otursun */
.banner-area .carousel-item > .box-table > .box-cell > .container { padding-block: 20px; }

/* Küçük ekranda uzun bir slayt metni o slaydı diğerlerinden yüksek
   yapmasın: başlık ve özet satır sayısıyla sınırlanır. */
@media (max-width: 991px) {
    .banner-area .content h1,
    .banner-area .content h2 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .banner-area .content .hero-ozet {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

/* --- Tamamlanan İşler (ana sayfa karuseli) ---------------------------- */
.project-style-one img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* --- Projeler / Çalışmalarımız ızgarası -------------------------------- */
.project-style-two img,
.gallery-items .pf-item img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* --- Rehber Yazılar / Blog kartları ----------------------------------- */
.blog-area .item .thumb img,
.blog-items .item .thumb img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Blog liste sayfasındaki geniş kartlar biraz daha yatay dursun */
@media (min-width: 992px) {
    .blog-area.full-blog .blog-item-box > .item > .thumb img { aspect-ratio: 16 / 8; }
}

/* Blog yazısı içindeki büyük görsel */
.blog-area.single .item .thumb img { aspect-ratio: 16 / 9; }

/* İlgili yazılar kartı */
.benzer-kart img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; }

/* Kenar çubuğu "Son Yazılar" küçük görselleri */
.sidebar-item.recent-post .thumb img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; }

/* --- Ekip kartları ----------------------------------------------------- */
.team-style-one .thumb img,
.team-tek-foto img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center top;
    display: block;
}

/* --- Çalışma süreci adımları ------------------------------------------ */
.process-items .single-item .thumb img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

/* --- Hizmet / sayfa / proje detay büyük görseli ------------------------ */
.services-single-content > .thumb img,
.project-details-items > .thumb img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

/* --- Müşteri yorumları avatarı ---------------------------------------- */
.testimonial-carousel .item > img {
    width: 100px;
    height: 100px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
}

/* --- Hakkımızda ikili görsel ------------------------------------------ */
@media (min-width: 992px) {
    .about-us-area .thumb img:first-child { aspect-ratio: 3 / 4; object-fit: cover; }
    .about-us-area .thumb img:nth-child(2) { aspect-ratio: 1 / 1; object-fit: cover; }
}

/* aspect-ratio desteklemeyen eski tarayıcılar için yedek:
   görsel en azından taşmaz, kart yıkılmaz. */
@supports not (aspect-ratio: 1 / 1) {
    .project-style-one img,
    .project-style-two img,
    .gallery-items .pf-item img,
    .blog-area .item .thumb img,
    .team-style-one .thumb img { height: 260px; object-fit: cover; }
}

/* --- Ana sayfa blog kartları: kart yükseklikleri de eşitlensin --------- */
.blog-area.grid-style .blog-items .single-item { display: flex; }
.blog-area.grid-style .blog-items .single-item > .item {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.blog-area.grid-style .blog-items .item > .info {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
/* Başlık iki, özet üç satırda sabitlenir; kartlar hizalı kalır */
.blog-area.grid-style .blog-items .item .info h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.6em;
}
.blog-area.grid-style .blog-items .item .info p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* "Yazıyı Oku" her kartta aynı hizada, en altta dursun */
.blog-area.grid-style .blog-items .item .info .btn-simple { margin-top: auto; }

/* Üst bilgi satırı: kelime ortasından kesilmesin; sığmazsa alt satıra insin */
.blog-area.grid-style .blog-items .meta ul { flex-wrap: wrap; row-gap: 2px; }
.blog-area.grid-style .blog-items .meta li { white-space: nowrap; font-size: 13px; }

/* --- Hizmet kutuları da eşit yükseklikte ------------------------------- */
.features-area .features-items .feature-style-three { display: flex; }
.features-area .features-items .feature-style-three > .item {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.features-area .features-items .feature-style-three .btn-simple { margin-top: auto; }
