/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-cnbm0fdhh9] {
    position: static;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-cnbm0fdhh9] {
    display: flex; /* Ana i�eri�i dikey flex yap */
    flex-direction: column;
    flex: 1; /* T�m bo�lu�u kapla */
}

article[b-cnbm0fdhh9] {
    flex: 1; /* Article i�eri�i, Footer'� a�a�� itmek i�in bo�lu�u kaplas�n */
}

.sidebar[b-cnbm0fdhh9] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-image: linear-gradient(180deg, rgb(250, 183, 2) 0%, #D45A08 70%);
}
.dropdown-menu[b-cnbm0fdhh9] {
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none; /* Kapal�yken �zerine t�klanmas�n */
    display: block !important; /* Blazor C# ile kontrol etti�imiz i�in hep orada ama g�r�nmez olsun */
}

    .dropdown-menu.active[b-cnbm0fdhh9] {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

.top-row[b-cnbm0fdhh9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-cnbm0fdhh9]  a, .top-row[b-cnbm0fdhh9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-cnbm0fdhh9]  a:hover, .top-row[b-cnbm0fdhh9]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-cnbm0fdhh9]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-cnbm0fdhh9] {
        justify-content: space-between;
    }

        .top-row[b-cnbm0fdhh9]  a, .top-row[b-cnbm0fdhh9]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-cnbm0fdhh9] {
        flex-direction: row;
    }

    .sidebar[b-cnbm0fdhh9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-cnbm0fdhh9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-cnbm0fdhh9]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-cnbm0fdhh9], article[b-cnbm0fdhh9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-cnbm0fdhh9] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-cnbm0fdhh9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MenuToggleItem.razor.rz.scp.css */
/*.dropdown-menu {
    display: none;
}
*/
/* Alt menü başlangıçta gizli */
.dropdown-menu[b-touu3a3c6i] {
    background-color: #ffffff !important; /* Şeffaflık bitti */
    border: 1px solid #ddd !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2) !important;
    display: none; /* Varsayılan kapalı */
    opacity: 1 !important; /* Şeffaflık ihtimalini sıfırla */
      
}

    /* JS 'active' sınıfını eklediğinde görünür yap */
    .dropdown-menu.active[b-touu3a3c6i] {
        display: block !important;
       
       
    }

/* Ok ikonları için (opsiyonel) */
.dropdown-toggle[b-touu3a3c6i]::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.nav-item .dropdown-menu.active[b-touu3a3c6i] {
    display: block !important;
   
}

.nav-item:hover[b-touu3a3c6i] {
    cursor: pointer;
}

.nav-item[b-touu3a3c6i] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    font-weight: 540;
    padding-left:10px;
}

    .nav-item:first-of-type[b-touu3a3c6i] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-touu3a3c6i] {
        padding-bottom: 1rem;
    }

    .nav-item[b-touu3a3c6i]  .nav-link {
        color: #0d0d0d;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-touu3a3c6i]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-touu3a3c6i]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-zmek79jc77] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-zmek79jc77] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-zmek79jc77] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-zmek79jc77] {
    font-size: 1.1rem;
}



.nav-item[b-zmek79jc77] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    font-weight: 540;
    padding-left:10px;
}

    .nav-item:first-of-type[b-zmek79jc77] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-zmek79jc77] {
        padding-bottom: 1rem;
    }

   /* *Menu jobtext **/
    .nav-item > .jobtext[b-zmek79jc77] {
        /* 10 saniyelik, sonsuz d�ng�de animasyon */
        -webkit-animation: myanimation 10s infinite; /* Eski taray�c�lar i�in*/ 
        animation: myanimation-b-zmek79jc77 10s infinite;  /*Modern taray�c�lar i�in */
    }

        .nav-item > .jobtext:hover[b-zmek79jc77] {
            text-shadow: none;
            -webkit-animation-play-state: paused;
            animation-play-state: paused;
            color: white !important;
        }

@keyframes myanimation-b-zmek79jc77 {
    0% {
        color: #555;
        /* Parlak beyaz g�lge efekti (parlama)*/ 
        text-shadow: 1px 1px 2px #fff, 0 0 1em #fff, 0 0 0.2em #d8c3c3;
    }
    /* Ara gri tonlar */
    25%, 75% {
        color: #747474;
    }

    35%, 65% {
        color: #a0a0a0;
    }

    50% {
        color: #e0e0e0;
        text-shadow: none;  /*En a��k noktada par�lt�y� kald�r (s�nme) */
    }

    100% {
        color: #555;
        text-shadow: 1px 1px 2px #fff, 0 0 1em #fff, 0 0 0.2em #d8c3c3;
    }
}

/**End**/

.nav-item[b-zmek79jc77]  .nav-link {
    color: #0d0d0d;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item[b-zmek79jc77]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-zmek79jc77]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-zmek79jc77] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-zmek79jc77] {
    display: block;
}

#logo[b-zmek79jc77] {
    max-width: 200px;
    width: auto;
}



@media (min-width: 641px) {
    .navbar-toggler[b-zmek79jc77] {
        display: none;
    }

    .nav-scrollable[b-zmek79jc77] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* SOSYAL MEDYA ALANI - Buras� kritik */

.social-group[b-zmek79jc77] {
    position: absolute; /* Sidebar konteyn�r�na g�re konumlan */
    bottom: 0; /* En dibe yap��t�r */
    left: 0;
    width: 100%;
    padding: 1.5rem 0; /* "GO" hizas� i�in dikey bo�luk */
    display: flex;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.15); /* Hafif koyu zemin */
}
/* Sosyal ikonlar�n stili */
.social-link[b-zmek79jc77] {
    color: white !important;
    margin: 0 12px;
    font-size: 1.4rem;
    text-decoration: none;
    transition: transform 0.2s ease-in-out;
}

    .social-link:hover[b-zmek79jc77] {
        transform: scale(1.2) translateY(-2px);
        color: #1a1a1a !important;
    }

/* �NEML�: Men� linklerinin ikonlar�n alt�nda kalmamas� i�in */
.nav-scrollable[b-zmek79jc77] {
    padding-bottom: 80px; /* fixbottom'�n y�ksekli�i kadar bo�luk b�rak */
}
/* /Components/Pages/Blog.razor.rz.scp.css */
.card[b-a9ibn8a38r] {
   /* max-height: 650px;*/
    height: 100%;
}
.page-item:not(.active)[b-a9ibn8a38r] {
    cursor: pointer;
}
/* /Components/Pages/content/CaptchaSlider.razor.rz.scp.css */
/*CaptchaSlider.razor.css*/

#slider-track[b-z8k24m946v] {
    width: 100%; /* Kapsayıcıya göre genişlik */
    max-width: 400px;
    height: 30px;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f7f7f7;
    position: relative; /* Parça için referans noktası */
    overflow: hidden; /* Parça dışarı taşmasın diye */
    margin-top: 5px;
    touch-action: pan-y;
    z-index: 9999;
}

#target-line[b-z8k24m946v] {
    position: absolute;
    top: 0;
    left: 0; /* JS tarafından güncellenecek */
    width: 50px; /* Hedef genişliği (Örn: 50 piksel) */
    height: 100%;
    background-color: rgba(220, 53, 69, 0.3); /* Yarı saydam kırmızı alan */
    border-left: 2px dashed #dc3545; /* Sol sınır */
    border-right: 2px dashed #dc3545; /* Sağ sınır */
    z-index: 10;
}

#draggable-piece[b-z8k24m946v] {
    width: 60px; /* Sürükleme parçasının genişliği */
    height: 30px;
    background-color: #28a745; /* Yeşil ton */
    position: absolute; /* Kaydırılabilirlik için mutlak konum */
    top: 0;
    left: 0; /* Başlangıç konumu */
    cursor: grab; /* Sürükleme imleci */
    text-align: center;
    line-height: 30px;
    color: white;
    font-weight: bold;
    user-select: none; /* Sürüklerken metin seçimi engellenir */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    z-index: 20;
}

@media (min-width: 540px) {
    #slider-track[b-z8k24m946v] {
        max-width: 100%;
    }
}
/* /Components/Pages/content/HolidayPopup.razor.rz.scp.css */
/* =========================================================================
   POP-UP (MODAL) STİLLERİ
   ========================================================================= */

/* Arka Plan Karartıcı (Overlay) */
.holiday-popup-overlay[b-ggkpoth80i] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75); /* Yarı şeffaf siyah */
    z-index: 9998; /* Pop-up'ın hemen altında */
    cursor: pointer; /* Tıklanabilir olduğunu belirtir */
}

/* Pop-up İçerik Alanı */
.holiday-popup-content[b-ggkpoth80i] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Ekranın tam ortasına hizalama */
    z-index: 9999;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    max-width: 90vw; /* Ekran genişliğinin %90'ı */
    max-height: 90vh; /* Ekran yüksekliğinin %90'ı */
    overflow-y: auto; /* İçerik taşarsa kaydırma çubuğu */

    text-align: center;
}

/* Resim Stili */
.holiday-image[b-ggkpoth80i] {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin-top: 10px;
}

/* Kapatma Düğmesi */
.close-btn[b-ggkpoth80i] {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    line-height: 1;
    opacity: 0.7;
    transition: opacity 0.2s;
    z-index: 10000;
}

    .close-btn:hover[b-ggkpoth80i] {
        opacity: 1;
    }
/* /Components/Pages/content/HomeSectionFive.razor.rz.scp.css */
.blog-card[b-2v03k0fqpw] {
    transition: all 0.3s ease;
    background: #fff;
    overflow: hidden;
}

    .blog-card img[b-2v03k0fqpw] {
        height: 220px;
        object-fit: cover;
        width: 100%;
    }



/* YAZI SINIRLAMA (Line Clamp) */
.blog-title[b-2v03k0fqpw] {
    font-weight: 700;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Masaüstünde 2 satır */
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 3.2rem; /* Yükseklik farkını önlemek için */
}

.blog-summary[b-2v03k0fqpw] {
    font-size: 0.95rem;
    color: #555;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Masaüstünde 3 satır */
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1rem;
    min-height: 4.2rem; /* Boşlukları eşitler */
}
.card[b-2v03k0fqpw] {
    
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* İçeriği (SVG, h5, p, buton) kutuya dengeli dağıtır */
    align-items: center;
    text-align: center;
}
[b-2v03k0fqpw] .card a.blogs {
    display: inline-block !important; /* Büyüme ve kayma efekti için BU ŞART */
    transition: all 0.3s ease-in-out !important; /* Efektin yumuşak olması için */
    /*text-decoration: none !important;
    color: #666;*/ /* Başlangıç rengi (opsiyonel) */
}
    [b-2v03k0fqpw] .card a.blogs:hover {
        text-decoration: none !important;
        color: #000 !important; /* Hover anında siyah */
        transform: scale(1.1) !important; /* Büyüme ve sağa kayma */
        font-weight: 700 !important;
    }
    /* MOBİL ÖZEL AYARLAR (Responsive) */
    @media (max-width: 768px) {
        .blog-card img[b-2v03k0fqpw] {
        height: 180px; /* Mobilde resim biraz daha küçük olsun ki içerik yukarı çıksın */
    }

    .blog-title[b-2v03k0fqpw] {
        -webkit-line-clamp: 3; /* Mobilde başlık uzunsa 3 satıra kadar izin ver */
        min-height: auto; /* Mobilde yükseklik zorlamasını kaldır (esnek olsun) */
        font-size: 1.1rem;
    }

    .blog-summary[b-2v03k0fqpw] {
        -webkit-line-clamp: 4; /* Mobilde özet daha okunabilir olsun */
        min-height: auto;
        font-size: 0.9rem;
    }

    .card-body[b-2v03k0fqpw] {
        padding: 1rem !important; /* Mobilde iç boşluğu daraltarak alan kazan */
    }
}
/* /Components/Pages/content/HomeSectionFour.razor.rz.scp.css */
/* 1. ANA KAPSAYICI VE ARKAPLAN */
#carouselExampleCaptions[b-xc9wdgziz5] {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("../media/img/carousel-2.webp");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    min-height: 500px; /* Yüksekliği garantiye alıyoruz */
    display: block;
}

/* 2. İÇ ALAN (SLAYTLARIN DÖNDÜĞÜ YER) */
.carousel-inner[b-xc9wdgziz5] {
    position: relative;
    width: 100%;
    height: 500px; /* Burası yukarıdaki min-height ile aynı olmalı */
    overflow: hidden;
}

/* 3. SLAYT MANTIĞI (FADE EFEKTİ) */
.carousel-item[b-xc9wdgziz5] {
    position: absolute !important; /* Hepsini üst üste bindirir */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex !important; /* İçeriği (yazıları) ortalamak için en iyisi */
    align-items: center !important; /* Dikeyde orta */
    justify-content: center !important; /* Yatayda orta */
    text-align: center;
    opacity: 0;
    visibility: hidden;
    /* Geçiş süresi 1.2 saniye - Çok daha yumuşak olur */
    transition: opacity 1.2s ease-in-out, visibility 1.2s ease-in-out;
    z-index: 1;
}

    /* 4. AKTİF SLAYT (ÖNE ÇIKAN) */
    .carousel-item.active[b-xc9wdgziz5] {
        opacity: 1;
        visibility: visible;
        z-index: 2; /* Aktif olanı en üste getirir */
    }

/* 5. YAZI KUTUSU (CAPTION) TASARIMI */
.carousel-caption[b-xc9wdgziz5] {
    /* Bootstrap'in varsayılan sağ/sol yaslamalarını iptal ediyoruz */
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 auto !important; /* Yatayda dış boşlukları eşitle */
    /* Tasarım detayları */
    background-color: rgba(43, 43, 43, 0.85);
    border-radius: 10px;
    padding: 30px 40px;
    max-width: 800px;
    width: 90%;
    z-index: 3;
    /* Yazıların kendi içinde de ortalı durması için */
    text-align: center;
}

    .carousel-caption h5[b-xc9wdgziz5],
    .carousel-caption p[b-xc9wdgziz5],
    .carousel-item a[b-xc9wdgziz5] {
        color: #FFFFFF !important;
        text-decoration: none !important;
        border: none !important;
    }

    .carousel-caption h5[b-xc9wdgziz5] {
        font-size: 2.5rem;
        font-weight: 700;
        color: #fff;
        margin-bottom: 15px;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    }

    .carousel-caption[b-xc9wdgziz5]  a {
        text-decoration: none !important;
        color: rgba(250, 183, 2);
        transition: all 0.4s ease-in-out !important;
        display: inline-block;
    }

        .carousel-caption[b-xc9wdgziz5]  a:hover {
            color: #006bb7;
            transform: translateY(-2px);
        }

    .carousel-caption p[b-xc9wdgziz5] {
        font-size: 1.2rem;
        color: #ddd;
        line-height: 1.6;
    }

/* 6. KONTROL OKLARI (SARI TASARIM) */

.carousel-control-prev[b-xc9wdgziz5],
.carousel-control-next[b-xc9wdgziz5] {
    z-index: 10 !important; /* OKLARI EN ÜSTE ÇIKARDIK (TIKLANMA SORUNUNU ÇÖZER) */
    width: 10%;
    cursor: pointer;
}

.carousel-control-prev-icon[b-xc9wdgziz5],
.carousel-control-next-icon[b-xc9wdgziz5] {
    background-color: rgba(128, 128, 128, 0.5); /* İstediğin o gri daire */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-size: 60%;
    transition: 0.3s;
}

.carousel-control-prev:hover .carousel-control-prev-icon[b-xc9wdgziz5],
.carousel-control-next:hover .carousel-control-next-icon[b-xc9wdgziz5] {
    background-color: rgba(250, 183, 2, 0.9); /* Hover'da sarı olsun (opsiyonel) */
    transform: scale(1.1);
}

/* 7. MOBİL UYUMLULUK */
@media (max-width: 768px) {
    #carouselExampleCaptions[b-xc9wdgziz5], .carousel-inner[b-xc9wdgziz5] {
        min-height: 400px;
        height: 400px;
        background-attachment: scroll; /* Mobilde kasmayı önler */
    }

    .carousel-caption h5[b-xc9wdgziz5] {
        font-size: 1.5rem;
    }

    .carousel-caption p[b-xc9wdgziz5] {
        font-size: 1rem;
    }
}
/* /Components/Pages/content/HomeSectionOne.razor.rz.scp.css */
/*.bg-white {
    padding: 35px !important;
    margin-bottom: 100px;   
  
}
.my-info {
    height: 310px !important;
}
*/

.bg-white[b-wlly3mj67g] {
    /* Padding'i mobilde ezmek için media query kullanacağız, aşağıda */
    padding: 35px;
    margin-bottom: 100px;
}

.my-info[b-wlly3mj67g] {
    /* Masaüstünde 310px'i korur ama içerik taşarsa kutuyu büyütür */
    /* Mevcut yükseklik ayarlarını şu şekilde revize et */
    height: 100%; /* Kapsayıcı border'ın içine tam yayılması için */
    min-height: 350px; /* En uzun içeriğine göre bu değeri (350-400px arası) artırabilirsin */

    display: flex;
    flex-direction: column;
    justify-content: space-between; /* İçeriği (SVG, h5, p, buton) kutuya dengeli dağıtır */
    align-items: center;
    text-align: center;
}

.promo-icon[b-wlly3mj67g], .bi[b-wlly3mj67g] {
    margin-left: auto;
    margin-right: auto;
    display: block; /* Inline-block'tan block'a çekmek ortalamayı garantiler */
    margin-bottom: 15px; /* Başlık ile arasına biraz mesafe */
}
.bi[b-wlly3mj67g] {
    height: 53px;
    width: 53px;
}



[b-wlly3mj67g] .promo-icon,
[b-wlly3mj67g] #imgAkreditasyon {
    width: 53px !important;
    height: 53px !important;
    max-width: 53px !important;
    object-fit: contain;
}


[b-wlly3mj67g] .my-info a.blogs {
    display: inline-block !important; /* Büyüme ve kayma efekti için BU ŞART */
    transition: all 0.3s ease-in-out !important; /* Efektin yumuşak olması için */
    /*text-decoration: none !important;
    color: #666;*/ /* Başlangıç rengi (opsiyonel) */
}

    [b-wlly3mj67g] .my-info a.blogs:hover {
        text-decoration: none !important;
        color: #000 !important; /* Hover anında siyah */
        transform: scale(1.1) !important; /* Büyüme ve sağa kayma */
        font-weight: 700 !important;
    }
@media (max-width: 576px) {
    .bg-white[b-wlly3mj67g] {
        padding: 15px !important; /* Kenarlardan kazanılan alan içeriği ferahlatır */
    }

    .my-info[b-wlly3mj67g] {
        min-height: auto; /* Mobilde kutu boyu içeriğe göre olsun, sıkışmasın */
        padding: 1.5rem !important; /* p-4 mobilde çok fazladır, p-3 ayarına çektik */
    }

    h5[b-wlly3mj67g] {
        font-size: 1.1rem; /* Başlıklar mobilde sırıtmasın */
    }
}
/* /Components/Pages/content/HomeSectionSubscribe.razor.rz.scp.css */
.honeypot-field[b-r9gwuclfbu], .px-6[b-r9gwuclfbu] {
    position: absolute;
    left: -9999px;
    height: 1px;
    overflow: hidden;
}

.notification[b-r9gwuclfbu] {
    height: 51px;
    margin: 0;
}

.notification-fade[b-r9gwuclfbu] {
    /* Tüm değişikliklerin (opacity) 1 saniyede yavaşça gerçekleşmesini sağlar */
    transition: opacity 1s ease-in-out;
    opacity: 1; /* Başlangıçta tam görünür */
}
/* /Components/Pages/content/HomeSectionThree.razor.rz.scp.css */
.my-info-2[b-4m3efayu4t] {
    height: 215px;
}

.bi[b-4m3efayu4t] {
    display: inline-block;
    width: 2.5rem; /* İstenilen Boyut */
    height: 2.5rem;
    font-size: 2.5rem;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; /* İkonun kutuya sığmasını sağlar */
    background-color: #333; /* Dinamik Renk Kontrolü: background-color ikonun rengi olacak */
}

.bi-person-circle[b-4m3efayu4t], .bi-building[b-4m3efayu4t], .bi-globe[b-4m3efayu4t], .bi-people[b-4m3efayu4t] {
    font-size: 2rem;
    color: #fff;
}

/* Farklı Renk Sınıfları */
.icon-color[b-4m3efayu4t] {
    /* İlk başta istediğiniz turuncu renk */
    background-color: rgb(250, 183, 2);
}

.blue-color[b-4m3efayu4t] {
    /* Mavi renk örneği */
    background-color: #007bff;
}
/* /Components/Pages/content/HomeSectionTwo.razor.rz.scp.css */
.service-item[b-s954o98quo] {
    height: 320px !important;
    padding: 30px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    text-align: center !important;
    background: #f5f5f5 !important;
    /*   box-shadow: 0 0 45px rgba(0, 0, 0, .08) !important;*/
    transition: .5s !important;
}

    .service-item:hover[b-s954o98quo] {
        transition: all 0.3s ease-out;
        background-color: rgb(250, 183, 2) !important;
    }

        .service-item:hover .icon-color[b-s954o98quo] {
            color: #FFFFFF !important;
            background-color: transparent !important;
        }

    .service-item .service-icon[b-s954o98quo] {
        margin: 0 auto 30px auto !important;
        width: 65px !important;
        height: 65px !important;
        transition: .5s !important;
    }

.service-icon[b-s954o98quo] {
    margin: 0 auto 30px auto !important;
    width: 65px !important;
    height: 65px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: .5s !important;
}

.service-item:hover .bi.icon-color[b-s954o98quo] {
    color: #FFFFFF !important; /* Üstüne gelince ikon beyaz olsun */
}

.service-item:hover .service-icon[b-s954o98quo] {
    border-color: #FFFFFF !important;
}

.rounded[b-s954o98quo] {
    border-radius: 2px !important;
}

.bg-transparent[b-s954o98quo] {
    background-color: rgba(0, 0, 0, 0) !important;
}

.p-1[b-s954o98quo] {
    padding: .25rem !important;
}

h-100[b-s954o98quo] {
    height: 100% !important;
}

.w-100[b-s954o98quo] {
    width: 100% !important;
}

.border[b-s954o98quo] {
    border: 1px solid #dee2e6 !important;
}

.d-flex[b-s954o98quo] {
    display: flex !important;
}

.bg-transparent[b-s954o98quo] {
    background-color: rgba(0, 0, 0, 0) !important;
}

.bi.icon-color[b-s954o98quo] {
    display: inline-block !important;
    font-size: 2.5rem !important; /* İkonu buradan büyütüyoruz */
    color: rgb(250, 183, 2) !important; /* Varsayılan sarı rengimiz */
    background: none !important; /* Maske/Arkaplan kalıntılarını temizle */
    -webkit-mask-image: none !important;
    mask-image: none !important;
    transition: .3s !important;
}

.bi[b-s954o98quo] {
    display: block; /* inline-block yerine block yapalım, d-flex zaten bunu hizalar */
    width: 2.5rem;
    height: 2.5rem;
    mask-repeat: no-repeat;
    mask-position: center; /* Merkeze zorla */
    /*-webkit-mask-position: center;*/ /* Safari/Chrome için garanti */
    mask-size: contain;
    -webkit-mask-size: contain;
    background-color: #333;
    margin: 0 auto; /* Kendi kutusu içinde sağa sola yaslanmasın */
    display: flex;
    align-content: center;
    justify-content: center;
}

.bi-buildings[b-s954o98quo], .bi-paint-bucket[b-s954o98quo], .bi-people-fill[b-s954o98quo], .bi-activity[b-s954o98quo], .bi-moisture[b-s954o98quo], .bi-eye-fill[b-s954o98quo], .bi-hammer[b-s954o98quo] {
    font-size: 2.5rem;
}

.icon-color[b-s954o98quo] {
    /* İlk başta istediğiniz turuncu renk */
    background-color: rgb(250, 183, 2);
}

.blue-color[b-s954o98quo] {
    /* Mavi renk örneği */
    background-color: #007bff;
}
/* /Components/Pages/content/SimpleCarousel.razor.rz.scp.css */
/* 1. ANA KONTEYNER: Boşluğu engelleyen ve alanı sabitleyen kısım */

.carousel[b-ia9ewq96fe], .carousel-item img[b-ia9ewq96fe] {
    aspect-ratio: 16 / 9;
}

.carousel[b-ia9ewq96fe] {
    position: relative;
    width: 100%;
    /* 1591x894 alanına en yakın ve en stabil oran 16:9'dur */

    overflow: hidden;
    background-color: #1a1a1a; /* Resim gelene kadar boşluk beyaz görünmesin */
}

.carousel-inner[b-ia9ewq96fe] {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5px; /* Senin eski kodundaki yuvarlatma */
}

/* 2. RESİM AYARLARI: Boşluğu bitiren sihirli dokunuş */
.carousel-item img[b-ia9ewq96fe] {
    width: 100%;
    height: auto; /* HTML'deki yüksekliği geçersiz kılıp orana uymasını sağlar */
    max-height: 100%;
    /* Resmin alana tam oturmasını sağlar, boşluk bırakmaz, gerekirse hafif kırpar */
    object-fit: cover;
    object-position: center;
    display: block;
    content-visibility: auto;
}

/* 3. GEÇİŞ EFEKTİ: Fade (Yumuşak Geçiş) ayarı */
.carousel-fade .carousel-item[b-ia9ewq96fe] {
    opacity: 0;
    transition-property: opacity;
    transform: none;
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .carousel-fade .carousel-item.active[b-ia9ewq96fe] {
        opacity: 1;
        z-index: 1;
        position: relative; /* Yüksekliği bu eleman belirler */
    }

/* 4. YAZI ALANI (CAPTION): Okunaklı ve şık */
.carousel-caption[b-ia9ewq96fe] {
    position: absolute;
    right: 15%;
    bottom: 40px;
    left: 15%;
    z-index: 10;
    padding: 20px;
    color: #fff;
    text-align: center;
    background-color: rgba(43, 43, 43, 0.87); /* #2b2b2bde karşılığı */
    border-radius: 8px;
}

    .carousel-caption h5[b-ia9ewq96fe],
    .carousel-caption p[b-ia9ewq96fe] {
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
        margin-bottom: 0.5rem;
    }

/* 5. KONTROLLER: Oklar ve İkonlar */
.carousel-control-prev[b-ia9ewq96fe],
.carousel-control-next[b-ia9ewq96fe] {
    width: 10%;
    z-index: 15;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

    .carousel-control-prev:hover[b-ia9ewq96fe],
    .carousel-control-next:hover[b-ia9ewq96fe] {
        opacity: 1;
    }

.carousel-control-prev-icon[b-ia9ewq96fe],
.carousel-control-next-icon[b-ia9ewq96fe] {
    width: 35px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    background-size: 60%;
}

/* MOBİL AYARI: Mobilde çok devasa görünmesin */
@media (max-width: 768px) {
    .carousel[b-ia9ewq96fe] {
        aspect-ratio: 4 / 3; /* Mobilde daha karemsi bir form */
    }

    .carousel-caption[b-ia9ewq96fe] {
        bottom: 10px;
        padding: 10px;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.skeleton-carousel-placeholder[b-4wcibc5tk1] {
    width: 100%;
    /* Masaüstü için (1366x768 oranına yakın) */
    height: 700px;
    background-color: #f0f0f0; /* Gri arka plan */
    margin-bottom: 20px;
}

/* Mobil cihazlar için bu yüksekliği düşürün */
@media (max-width: 768px) {
    .skeleton-carousel-placeholder[b-4wcibc5tk1] {
        /* Mobil için (728x410 oranına yakın) */
        height: 410px;
    }
}

/* Diğer bölümler için de alan ayırabilirsiniz */
.skeleton-section-placeholder[b-4wcibc5tk1] {
    height: 300px;
    background-color: #f0f0f0;
    margin-bottom: 20px;
}
/* /Components/Pages/ProposalForm.razor.rz.scp.css */
.honeypot-field[b-thlumq65eb], .px-6[b-thlumq65eb] {
    position: absolute;
    left: -9999px;
    height: 1px;
    overflow: hidden;
}

.notification[b-thlumq65eb] {
    height: 51px;
    margin: 0;
}

.notification-fade[b-thlumq65eb] {
    /* Tüm değişikliklerin (opacity) 1 saniyede yavaşça gerçekleşmesini sağlar */
    transition: opacity 1s ease-in-out;
    opacity: 1; /* Başlangıçta tam görünür */
}
