.header-main {
    min-height: 200px;
    letter-spacing: 1px;
    line-height: 5px;
    padding-bottom: 0% !important;
    border-radius: 15px 15px 0 0;
    background-image: url(../img/Kalan.jpg);
    background-color: rgb(136, 33, 33);
    background-position: right;
}

.line-dark {
    height: 20px;
    letter-spacing: 1px;
    line-height: 5px;
    margin-bottom: 0% !important;
    padding-top: 0%;
    border-radius: 0 0 2px 2px;
    background-color: #233446;
}

.card-main {
    min-height: 600px;
    letter-spacing: 1px;
    /*  line-height: 5px;*/
    padding-top: 0%;
    border-radius: 0 0 2px 2px;
}

.main-bg {
    background-image: url(../img/bg-2.jpg);
    /*background-color: #E1F4FF;*/
    background-size: cover;
    background-repeat: no-repeat;
}

.dot-main {
    height: 25px;
    width: 20px;
    border-radius: 100%;
    background-color: rgb(136, 33, 33);
    float: left;
    display: flex;
    margin-right: 15px;
}

.table-main {
    border: 4px solid #233446;
    border-radius: 15px;
    padding-left: 0%;
    padding-right: 0px;
}

.table-item {
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.adress-item {
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.table-check {
    justify-content: center;
    align-items: center;
}

.line-brown {
    height: 20px;
    letter-spacing: 1px;
    line-height: 5px;
    margin-bottom: 0% !important;
    padding-top: 0%;
    border-radius: 0 0 2px 2px;
    background-color: rgb(136, 33, 33);
}

.footer-main {
    min-height: 200px;
    letter-spacing: 1px;
    line-height: 5px;
    padding-bottom: 0%;
    margin-bottom: 0% !important;
    border-radius: 0 0 15px 15px;
    background-color: #233446
}

.label .error {
    font-size: 15px;
}


/* yeni eklenen alanlar */

[ng-cloak] {
    display: none !important;
}




.layout-menu-fixed .layout-navbar-full .layout-menu,
.layout-page {
    padding-top: 0px !important;
}

.content-wrapper {
    padding-bottom: 0px !important;
}

#bgVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    object-fit: cover;
    /* Video renk tonunu ayarlamak için filtreler */
    filter: grayscale(50%) brightness(100%) contrast(100%) sepia(5%);
}

/* Yarı saydam renk katmanı */
.color-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #DADFE2;
    opacity: 0.5; /* Renk katmanının saydamlığı */
    z-index: 0; /* Video ile içerik arasında katman */
}

/* Diğer içerikler için */
.layout-wrapper {
    position: relative;
    z-index: 1; /* İçeriklerin videonun önünde görünmesini sağlar */
}



.custom-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    position: relative;
}

@media (min-width: 769px) {

    .custom-card {
        min-height: 800px;
    }
}




.custom-card-body {
    padding: 20px;
    flex-grow: 1;
    flex: 1;
    position: relative;
    padding-bottom: 70px;
}




.hidden {
    display: none;
}





.custom-step {
    display: none;
}

    .custom-step.active {
        display: block;
    }

.form-group {
    margin-bottom: 15px;
}

    .form-group label {
        display: block;
        margin-bottom: 5px;
        color: #333;
    }

    .form-group input {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.button-group {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px;
}

.btn {
    margin-left: 10px;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.3s;
    font-size: 0.8rem;
}

@media (max-width: 768px) {
    .button-group {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 50px;
    }

        .button-group .btn {
            margin-left: 0;
            width: 90%;
        }

    .custom-step {
        margin-bottom: 50px;
    }
}

.btn-primary {
    background-color: #007bff;
    color: white;
}

    .btn-primary:hover {
        background-color: #0056b3;
        box-shadow: 0 4px 8px rgba(0, 91, 187, 0.3);
    }

.btn-secondary {
    background-color: #6c757d;
    color: white;
}

    .btn-secondary:hover {
        background-color: #5a6268;
        box-shadow: 0 4px 8px rgba(90, 98, 104, 0.3);
    }

.btn-success {
    background-color: #28a745;
    color: white;
}

    .btn-success:hover {
        background-color: #218838;
        box-shadow: 0 4px 8px rgba(33, 136, 56, 0.3);
    }

.btn:active {
    transform: translateY(2px);
    box-shadow: none;
}

.step {
    display: none;
}

    .step.active {
        display: block;
    }

.steps-indicator .step-indicator {
    cursor: pointer;
    flex: 1;
    position: relative;
    text-align: center;
    padding: 10px 0;
}

    .steps-indicator .step-indicator.active::after {
        content: "";
        height: 3px;
        width: 100%;
        background-color: #233446;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .steps-indicator .step-indicator::before {
        content: attr(data-step);
        background-color: #ccc;
        color: #fff;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -20px;
        left: calc(50% - 15px);
    }

    .steps-indicator .step-indicator.active::before {
        background-color: #233446;
    }

.card {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border: none;
}

.btn-primary, .btn-success {
    width: 100px;
}

.btn-secondary {
    width: 100px;
}

.progress {
    height: 8px;
}

.progress-bar {
    transition: width 0.3s;
}

.steps-indicator {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.steps-indicator {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.step-indicator {
    flex: 1 1 15%;
    text-align: center;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 16px; /* Varsay�lan font boyutu */
}

    .step-indicator.active {
        background: linear-gradient(135deg, rgb(102, 25, 25), rgb(136, 33, 33));
        color: #fff;
    }

    .step-indicator:hover {
        background-color: rgb(110, 30, 30);
        color: #fff;
    }

@media (max-width: 768px) {
    .step-indicator {
        flex: 1 1 45%;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .step-indicator {
        flex: 1 1 100%;
        font-size: 12px;
    }
}

.form-control {
    padding: 0.75rem;
    border: 1px solid #ced4da;
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

    .form-control:focus {
        border-color: #5e72e4;
        box-shadow: 0 0 0 0.2rem rgba(94, 114, 228, 0.25);
    }

/* İkon stili */
.input-group-text {
    background-color: #f8f9fa;
    border-right: 0;
    padding: 0.75rem;
}

.bx-user {
    font-size: 1.2rem;
    color: #5e72e4;
}

@media (max-width: 768px) {
    .custom-card-body {
        padding-bottom: 80px;
    }

    .button-group {
        right: 10px;
        flex-direction: column;
        align-items: flex-end;
    }

        .button-group button {
            margin-bottom: 10px;
            min-width: 100%;
        }

    .form-control {
        width: 100%;
    }
}

.form-container {
    margin: auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

label {
    font-weight: bold;
}

.custom-input-group {
    display: flex;
    align-items: center;
}

    .custom-input-group .form-check {
        margin-right: 15px;
    }

.custom-link {
    color: #007bff;
}

.custom-success-text {
    color: #28a745;
}

.form-section {
    margin-bottom: 20px;
}



.text-button-wrapper {
    position: relative;
    display: inline-block;
    margin: 20px;
}

/* Buton Stili */
.text-button {
    background: linear-gradient(135deg, rgb(136, 33, 33), rgb(102, 25, 25));
    color: white;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 6px 25px rgba(136, 33, 33, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}


    .text-button:hover {
        background: linear-gradient(135deg, rgb(102, 25, 25), rgb(136, 33, 33));
        transform: scale(1.1);
        box-shadow: 0 10px 30px rgba(136, 33, 33, 0.7);
    }


.icon {
    font-size: 28px;
    transition: transform 0.3s ease;
}


.text-button:hover .icon {
    transform: rotate(360deg);
}

.info-box {
    display: none;
    position: absolute;
    top: 50%;
    left: 110%;
    transform: translateY(-50%);
    background-color: rgba(136, 33, 33, 0.9);
    color: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    z-index: 10;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    min-width: 200px;
    max-width: 300px;
    word-wrap: break-word;
    white-space: normal;
}

@media (max-width: 768px) {
    .info-box {
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 150px;
        max-width: calc(100vw - 20px);
    }
}


.text-button-wrapper:hover .info-box {
    display: block;
    opacity: 1;
}


.text-button-wrapper:focus-within .info-box,
.text-button-wrapper:hover .info-box {
    display: block;
    opacity: 1;
}


@media (max-width: 768px) {
    .text-button {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .info-box {
        font-size: 12px;
    }

    .info-icon {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .text-button {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .info-box {
        font-size: 10px;
        min-width: 120px;
        max-width: calc(100vw - 20px);
    }

    .info-icon {
        font-size: 18px;
    }
}

.btn-hbt {
    background: linear-gradient(135deg, rgb(102, 25, 25), rgb(136, 33, 33)) !important;
}

.card-title {
    font-size: 24px !important; 
    line-height: 1.5 !important;
    
}

@media (max-width: 768px) {
    .card-title {
        font-size: 20px !important; 
    }
}

@media (max-width: 576px) {
    .card-title {
        font-size: 18px !important;
    }
}



















/* Modalın arka planı */
.modal-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Daha koyu arka plan */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Modal kutu boyutları 1920x800 fotoğraf için ayarlandı */
/* Modal arka planı */
.modal-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Modal kutusu */
.modal-box {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    max-width: 90%;
    width: 90%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    text-align: center;
}

/* Kapatma butonu */
.modal-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

/* Kampanya resmi */
.modal-image {
    width: 100%;
    height: auto;
    max-height: 700px;
    border-radius: 6px;
    margin-bottom: 20px;
}

/* Başlık ve açıklama */
.modal-title {
    font-size: 2em;
    margin-bottom: 10px;
    color: #333;
}

.modal-text {
    font-size: 1.2em;
    color: #555;
}

/* Tamam butonu */
.modal-ok-btn {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1em;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
    transition: background-color 0.3s;
}

    .modal-ok-btn:hover {
        background-color: #45a049;
    }

/* Responsive düzenlemeler */
@media (min-width: 768px) {
    .modal-box {
        max-width: 80%;
    }

    .modal-image {
        max-height: 600px;
    }
}

@media (min-width: 1024px) {
    .modal-box {
        max-width: 70%;
    }

    .modal-image {
        max-height: 800px;
    }
}

.kampanya-image {
    width: 80%;
}
.kampanya-detay-btn {
    background-color: #007bff; /* Butonun arka plan rengi */
    color: #fff; /* Yazı rengi */
    border: none; /* Kenarlık yok */
    padding: 12px 20px; /* İçerik etrafındaki boşluk */
    font-size: 16px; /* Yazı boyutu */
    border-radius: 8px; /* Köşe yuvarlama */
    cursor: pointer; /* Fare ile üzerine gelindiğinde imleç değişir */
    width: 50%; /* Butonun genişliği */
    transition: all 0.3s ease; /* Butona tıklama ve hover efektleri için geçiş animasyonu */
}

    .kampanya-detay-btn:hover {
        background-color: #0056b3; /* Hover durumunda butonun arka plan rengi */
    }

    .kampanya-detay-btn:focus {
        outline: none; /* Butona tıklandığında mavi kenarlık görünmesini engeller */
    }


/* Başlık düzenlemeleri */
/* Modal genel ayarları */
.modal-background {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.modal-box {
    background: #fff;
    padding: 30px;
    border-radius: 12px; /* Yuvarlak köşeler */
    width: 90%;
    max-width: 600px;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative; /* Kapatma düğmesinin doğru konumlanması için */
    max-height: 80%; /* Yüksekliği sınırladık */
    overflow-y: auto; /* İçerik taşarsa kaydırma */
    border: 1px solid #ccc; /* Modalın kenarına sınır ekledik */
}

    /* İçeriğin sağ alt köşede kaydırma alanı oluştuğunda kenar yuvarlama */
    .modal-box::-webkit-scrollbar {
        width: 10px; /* Scrollbar genişliğini belirleyelim */
    }

    .modal-box::-webkit-scrollbar-thumb {
        background-color: #888; /* Kaydırma çubuğunun rengi */
        border-radius: 12px; /* Scrollbar'ı da yuvarlatıyoruz */
    }

        .modal-box::-webkit-scrollbar-thumb:hover {
            background-color: #555; /* Hover durumunda kaydırma çubuğunun rengi */
        }

/* Kapatma düğmesi */
.modal-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1.5em;
    color: #aaa;
    cursor: pointer;
}

/* Resim */
.modal-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px; /* Resmin köşelerine yuvarlama */
    margin-bottom: 20px;
}

/* Başlık */
.modal-title {
    font-size: 1.8em;
    margin-bottom: 20px;
    font-weight: 600;
    color: #333;
}

/* Kampanya Detayları */
.kampanya-detaylari ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.kampanya-detaylari li {
    margin-bottom: 12px;
    line-height: 1.7;
    color: #555;
}

.kampanya-detaylari strong {
    color: #333;
    font-weight: bold;
}

.warning-text {
    color: #d9534f; /* Uyarı kırmızı */
    font-weight: bold;
}

.highlight-text {
    color: #007bff; /* Öne çıkan metin rengi */
    font-weight: bold;
}

/* Düğme */
.modal-ok-btn {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 12px 25px;
    font-size: 1.1em;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .modal-ok-btn:hover {
        background: #0056b3;
    }

.kampanya-detay-btn-wrapper {
    position: relative;
    width: 100%; /* Yüzde 100 genişlik */
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%; /* Yüksekliği resimle uyumlu olacak şekilde sınırla */
}

.kampanya-info-text {
    font-family: 'Arial', sans-serif; /* Modern font */
    color: #fff; /* Yazı rengi beyaz */
    font-size: 18px; /* Yazı boyutu */
    font-weight: 500; /* Orta ağırlıkta yazı */
    line-height: 1.6; /* Satır aralığı */
    text-align: center; /* Metni ortalamak */
    padding: 30px;
    border-radius: 8px;
    background: #233446; /* Arka plan rengi */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Hafif gölge efekti */
    display: flex; /* Flexbox kullanarak dikey ortalama */
    flex-direction: column; /* Dikey düzen */
    justify-content: center; /* Dikeyde ortalamak */
    align-items: center; /* Yatayda ortalamak */
    height: 100%; /* Resimle aynı yükseklikte olacak */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
}

    .kampanya-info-text:hover {
        transform: scale(1.05); /* Hover efektiyle büyüme */
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2); /* Hover'da daha belirgin gölge */
    }

    .kampanya-info-text del {
        color: rgb(136, 33, 33); /* Eski fiyat kırmızı rengi */
        text-decoration: line-through; /* Üstü çizili */
    }

    .kampanya-info-text .kampanya-tutar {
        font-size: 22px; /* Yeni fiyat daha büyük olacak */
        font-weight: 700; /* Yeni fiyatı vurgulamak için kalın yazı */
        color: #fff; /* Yeni fiyat için beyaz renk */
    }

    .kampanya-info-text .kampanya-adi {
        font-size: 24px; /* Kampanya adı daha büyük */
        font-weight: 600;
        color: #fff; /* Kampanya adı beyaz */
        text-transform: uppercase; /* Kampanya adı büyük harflerle */
    }
.layout-menu-fixed .layout-navbar-full .layout-menu,
.layout-page {
    padding-top: 0px !important;
}

.content-wrapper {
    padding-bottom: 0px !important;
}

#uyari {
    color: #d9534f; /* Kırmızı renk */
    font-weight: bold;
    font-size: 0.7rem
}

.kampanya-detay-btn-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .kampanya-detay-btn-wrapper:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
    }

    .kampanya-detay-btn-wrapper img {
        width: 100%;
        height: auto;
        cursor: pointer;
        border-radius: 15px;
    }

.kampanya-detay-btn-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    text-align: center;
}

/* Alert Box */
.kampanya-detay-btn-alert {
    display: none;
}

.kampanya-detay-btn-wrapper img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.show-alert {
    display: block;
}




/* Genel Buton stili */
.custom-btn {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s, transform 0.3s;
}

.custom-btn:hover {
    transform: scale(1.05);
}

/* 'Önceden Kayıtlı Formu Temizle' butonu için stil */
.custom-btn-info {
    background-color: #17a2b8;
    color: white;
}

.custom-btn-info:hover {
    background-color: #138496;
}

/* 'Türmob Müsteri Sorgula' butonu için stil */
.custom-btn-primary {
    background-color: #007bff;
    color: white;
}

.custom-btn-primary:hover {
    background-color: #0056b3;
}

/* Responsive düzenleme */
@media (max-width: 768px) {
    .custom-btn {
        width: 100%;
        font-size: 14px;
        padding: 10px 0;
    }
}

@media (max-width: 480px) {
    .custom-btn {
        font-size: 12px;
        padding: 8px 0;
    }
}
