.footer-numara-kapsayici {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.footer-numara-kapsayici > div {
    flex: 1 1 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px;
    color: white;
    max-width: 300px;
}

.footer-numara-kapsayici i {
    font-size: 25px;
    color: white;
}

.footer-numara-kapsayici span {
    font-size: 28px;
    white-space: nowrap;
}


#main-menu .navbar-nav > li {
    margin-bottom: 15px;
}

#main-menu .navbar-nav > li > a {
    display: block;
    text-align: start;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    line-height: 1.4;
    height: 2.8em;
    white-space: normal;
    word-wrap: break-word;
}

.footer-sosyal-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

.sosyal-medya-baslik {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: white;
}

.footer-sosyal-medya {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-sosyal-medya a {
    text-decoration: none;
}

.footer-sosyal-medya .fa-brands {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px !important;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    transition: opacity 0.3s ease;
}

.footer-sosyal-medya a:hover .fa-brands {
    opacity: 0.8;
}

.footer-sosyal-medya .fa-brands.fa-facebook {
    background: #415a99;
}

.footer-sosyal-medya .fa-brands.fa-instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.footer-sosyal-medya .fa-brands.fa-x-twitter {
    background: #00caff;
}

.footer-sosyal-medya .fa-brands.fa-youtube {
    background: #da4735;
}

.introduce-title-1{
    background-color: royalblue;

}

.introduce-title-2{
    background-color: orange;

}

.introduce-title-3{
    background-color: deeppink;

}

.introduce-title-4{
    background-color: green;
}

#e-bülten-text {
    color: white;
}

.introduce-title-1,
.introduce-title-2,
.introduce-title-3,
.introduce-title-4 {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-size: 17px;
    list-style: none;
    margin-bottom: 8px;
}

.bulten-container {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    background-color: white;
    max-width: 100%;
    margin-bottom: 15px;
}

.bulten-container input[type="text"] {
    flex: 1;
    padding: 12px 14px;
    font-size: 15px;
    border: none;
    outline: none;
    font-family: Arial, sans-serif;
}

.bulten-container button.bülten-buton {
    background-color: orange;
    color: white;
    padding: 0 5px; /* Daha az yatay padding */
    font-size: 15px;
    border: none;
    cursor: pointer;
    font-family: Arial, sans-serif;
    white-space: nowrap;
    transition: background-color 0.3s;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100px; /* Maksimum genişlik sınırı */
    box-sizing: border-box;
}


.bulten-container button.bülten-buton:hover {
    background-color: #cc7000;
}

.footer_cizgi {
    margin-top: 5px;
}

.odeme_yontemleri {
    padding: 10px;
    background: orange;
    height: 5px;
}
