<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>EB Rebosio &#187; admin</title>
	<atom:link href="http://www.ebrebosio.com.tr/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ebrebosio.com.tr</link>
	<description>Silikon İzolatörde Doğru Tercih</description>
	<lastBuildDate>Sun, 15 Mar 2026 13:51:57 +0000</lastBuildDate>
	<language>tr</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6.1</generator>
	</channel>
</rss>

<!-- EBRA Group Popup Announcement -->
<style>
/* Reset and basic styles for the modal to avoid conflicts */
#ebra-announcement-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

#ebra-announcement-modal.show {
    opacity: 1;
    visibility: visible;
}

#ebra-modal-content {
    background: #ffffff;
    width: 95%;
    max-width: 1000px;
    max-height: 95vh;
    border-radius: 12px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    position: relative;
    transform: translateY(20px) scale(0.95);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
}

#ebra-announcement-modal.show #ebra-modal-content {
    transform: translateY(0) scale(1);
}

#ebra-modal-header {
    padding: 15px 20px;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    justify-content: center; /* Logoyu ortalamak için center yaptık */
    align-items: center;
    background: #192A45; /* Logoya uygun koyu lacivert tonu */
    color: white;
    border-radius: 12px 12px 0 0;
}

#ebra-modal-logo {
    max-height: 40px;
    width: auto;
    object-fit: contain;
}

#ebra-modal-header h2 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: none; /* Logo eklendiği için metni gizliyoruz, isteğe bağlı açılabilir */
}

#ebra-modal-close {
    background: transparent;
    border: none;
    color: white;
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s;
    padding: 0;
}

#ebra-modal-close:hover {
    color: #cbd5e1;
}

#ebra-modal-body {
    display: flex;
    padding: 20px;
    gap: 20px;
}

.ebra-modal-col {
    flex: 1;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #334155;
}

.ebra-modal-col h3 {
    color: #0f172a;
    font-size: 1.15rem;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
}

.ebra-modal-col p {
    margin-bottom: 8px;
}

.ebra-modal-col ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}

.ebra-modal-col ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 5px;
}

.ebra-modal-col ul li::before {
    content: "🔹";
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 0.85rem;
}

.ebra-modal-footer {
    text-align: center;
    padding: 15px;
    background: #f8fafc;
    border-top: 1px solid #eaeaea;
    border-radius: 0 0 12px 12px;
}

.ebra-modal-footer a {
    display: inline-block;
    color: white;
    background: #2563eb;
    padding: 10px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: background 0.2s, transform 0.2s;
    box-shadow: 0 4px 6px -1px rgba(37, 99, 235, 0.2);
}

.ebra-modal-footer a:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
}

.ebra-divider {
    width: 1px;
    background: #e2e8f0;
}

@media (max-width: 768px) {
    #ebra-modal-content {
        width: 95%;
        max-height: 98vh; /* Ekrana tam sığması için */
    }
    #ebra-modal-header {
        padding: 10px 15px;
    }
    #ebra-modal-logo {
        max-height: 30px;
    }
    #ebra-modal-close {
        font-size: 24px;
    }
    #ebra-modal-body {
        flex-direction: column;
        padding: 12px 15px;
        gap: 12px;
    }
    .ebra-modal-col h3 {
        font-size: 1rem;
        margin-bottom: 6px;
    }
    .ebra-modal-col p {
        font-size: 0.8rem;
        margin-bottom: 6px;
        line-height: 1.3;
    }
    .ebra-modal-col ul {
        margin: 0 0 6px 0;
    }
    .ebra-modal-col ul li {
        font-size: 0.8rem;
        margin-bottom: 3px;
        padding-left: 18px;
    }
    .ebra-modal-col ul li::before {
        font-size: 0.75rem;
        top: 1px;
    }
    .ebra-modal-footer {
        padding: 10px;
    }
    .ebra-modal-footer a {
        padding: 8px 16px;
        font-size: 0.95rem;
    }
    .ebra-divider {
        width: 100%;
        height: 1px;
    }
}
</style>

<div id="ebra-announcement-modal">
    <div id="ebra-modal-content">
        <div id="ebra-modal-header">
            <img src="ebra-logo.jpg" alt="EBRA Group" id="ebra-modal-logo">
        </div>
        <div id="ebra-modal-body">
            <div class="ebra-modal-col">
                <h3>EB Rebosio A.Ş.’de Yeni Bir Dönem Başlıyor!</h3>
                <p>Türkiye’deki 20. yılımızda, şirketimizin geleceğini şekillendiren önemli bir dönüşümü gururla duyuruyoruz.</p>
                <p><strong>2026 yılı itibarıyla EB Rebosio A.Ş., faaliyetlerine tamamen yerli sermaye yapısıyla EBRA Group olarak devam edecektir.</strong></p>
                <p>60 yıllık mühendislik mirasımızdan aldığımız güçle, yeni yapılanmamız kapsamında:</p>
                <ul>
                    <li>Türkiye’nin mühendislik yetkinliğini daha etkin kullanmayı</li>
                    <li>Üretim kapasitemizi ve operasyonel gücümüzü artırmayı</li>
                    <li>Daha sürdürülebilir ve güçlü bir kurumsal yapı oluşturmayı</li>
                    <li>Global pazarlardaki varlığımızı büyütmeyi</li>
                </ul>
                <p>hedefliyoruz.</p>
                <p>Bu dönüşüm, yalnızca bir sermaye yapısı değişikliği değil; aynı zamanda geleceğe yönelik güçlü bir stratejik adımdır. Bize güvenen tüm iş ortaklarımıza, müşterilerimize ve tedarikçilerimize teşekkür ederiz.</p>
                <p><strong>Daha güçlü bir gelecek için birlikte ilerliyoruz.</strong></p>
            </div>
            
            <div class="ebra-divider"></div>
            
            <div class="ebra-modal-col">
                <h3>A New Era Begins at EB Rebosio A.Ş.!</h3>
                <p>In our 20th year in Turkey, we proudly announce a significant transformation that shapes the future of our company.</p>
                <p><strong>As of 2026, EB Rebosio A.Ş. will continue its operations with an entirely domestic capital structure as EBRA Group.</strong></p>
                <p>With the strength we derive from our 60-year engineering heritage, within the scope of our new structure, we aim to:</p>
                <ul>
                    <li>Utilize Turkey's engineering competence more effectively</li>
                    <li>Increase our production capacity and operational strength</li>
                    <li>Create a more sustainable and robust corporate structure</li>
                    <li>Expand our presence in global markets</li>
                </ul>
                <p>This transformation is not merely a change in capital structure; it is also a powerful strategic step towards the future. We thank all our business partners, customers, and suppliers for their continued trust.</p>
                <p><strong>Moving forward together for a stronger future.</strong></p>
            </div>
        </div>
        <div class="ebra-modal-footer">
            <a href="https://www.ebragroup.com.tr" target="_blank">www.ebragroup.com.tr</a>
        </div>
    </div>
</div>

<script>
document.addEventListener('DOMContentLoaded', function() {
    // Sadece popup'ın açılmasını sağlıyoruz, kapanma fonksiyonları kaldırıldı (Sabit popup)
    setTimeout(function() {
        var modal = document.getElementById('ebra-announcement-modal');
        if(modal) modal.classList.add('show');
    }, 500);
});
</script>
