.language-wrapper {
    position: relative;
}

.language-selector {
    background: white !important;
    border: none;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
}

.language:hover {
    color: #1ca8cb;
}

.language-selector img {
    width: 20px;
    height: 20px;
    border-radius: 3px;
}

.language-selector i {
    font-size: 12px;
    transition: transform 0.2s ease;
}

.language-dropdown {
    position: absolute;
    top: 110%;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    min-width: 150px;
    flex-direction: column;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    display: none;
    transition: opacity 0.2s ease;
}

.language-dropdown a {
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s ease;
}

.language-dropdown a:hover {
    background: #afd1db;
    padding-left: 20px;
    color: #1ca8cb;
}

/* Açıldığında görünür */
.language-wrapper.active .language-dropdown {
    display: flex;
    opacity: 1;
    pointer-events: auto;
}

.kare-kapsayici-1 {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
}

.kare-kapsayici-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;  /* Önemli kısım: taşısa bile doldurur */
    object-position: center; /* Ortalanmış şekilde */
    display: block;
    transition: transform 0.4s ease;

}

.kare-kapsayici-exp {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
}

.kare-kapsayici-exp img {
    width: 100%;
    height: 100%;
    object-fit: cover;  /* Önemli kısım: taşısa bile doldurur */
    object-position: center; /* Ortalanmış şekilde */
    display: block;
    transition: transform 0.4s ease;

}

.kare-kapsayici-sup {
    width: 100%;
    height: 550px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
}

.kare-kapsayici-sup img {
    width: 100%;
    height: 100%;
    object-fit: cover;  /* Önemli kısım: taşısa bile doldurur */
    object-position: center; /* Ortalanmış şekilde */
    display: block;
    transition: transform 0.4s ease;
}
.kare-kapsayici-sup:hover img {
    transform: scale(1.1);
}
.kare-kapsayici-1:hover img {
    transform: scale(1.1);
}
.kare-kapsayici-exp:hover img {
    transform: scale(1.1);
}

.square-box img {
    transition: 0.4s;
}
.square-box img:hover {
    filter: brightness(0.7);
    transform: scale(1.05);
}

.card-highlight {
    min-height: 250px;
    border-left: 3px dashed transparent;
    border-image: linear-gradient(45deg, #0a778d, rgba(0,13,32,1)) 0.9;
    padding: 20px;
}

@media (min-width: 1200px) {
    .sticky-sidebar {
        position: sticky;

    }

    .sticky-sidebar.is-fixed {
        position: fixed !important;
        top: 130px;
        width: 416px; /* sağ sütunun gerçek genişliği */
        right: calc((100% - 1295px) / 2); /* 1140px: container genişliği */
        z-index: 10;

    }
}

.color-blue {
    color: #1CA8CB ;
}
.form-clt input, select{
    text-transform: none !important;
}
.form-clt input {
    height: 10px;
}
.form-clt label {
    font-size: 12px;
    margin-left: 5px;
    color: rgba(0, 13, 32, 1);
    font: bold;
}

.form-clt select {
    background-color: #f5f5f6;
}
#select2-countryCodeSelect-container {
    display: none; /* Select2 zaten kendi görünümünü oluşturuyor */
}
