﻿
.advantage-card {
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

    .advantage-card:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

.advantage-image-wrapper {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.advantage-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.advantage-card:hover .advantage-image {
    transform: scale(1.1);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 10px;
}

.advantage-card:hover .overlay {
    opacity: 1;
}

.advantage-content {
    padding: 15px;
}

    .advantage-content h5 {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        margin: 10px 0 0;
    }
    /* Genel Ayarlar */
.custom-faq-section {
    padding: 120px 0; /* Yukarıdaki padding bilgisi */
    color: #858585; /* Yazı rengi */
    font: 16px "Urbanist", sans-serif; /* Yazı tipi ve boyutu */
}
.custom-title {
    font-size: 32px;
    font-weight: bold;
    color: #333; /* Başlık rengi (#333 uyumlu kalabilir) */
    margin-bottom: 10px;
}
.custom-description {
    font-size: 16px;
    color: #858585; /* Açıklama metni rengi */
}

.custom-container {
    max-width: 1200px;
    margin: 0 auto;
}

.custom-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.custom-col-left, .custom-col-right {
    flex: 1;
    min-width: 300px;
}

/* Başlık ve Açıklama */
.custom-section-header {
    margin-bottom: 30px;
}

.custom-title {
    font-size: 32px;
    font-weight: bold;
    color: #333; /* Siyah başlık */
    margin-bottom: 10px;
}

.custom-description {
    font-size: 16px;
    color: #666; /* Gri açıklama */
}

/* Accordion */
.custom-accordion {
    margin-top: 20px;
}

.custom-accordion-item {
    margin-bottom: 10px;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    background-color: #eaf6ff; /* Hafif mavi arka plan */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.custom-accordion-header {
    background: none;
    border: none;
    text-align: left;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #333; /* Siyah yazı */
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}

.custom-accordion-header:hover {
    background-color: #d8ebff; /* Daha koyu mavi hover efekti */
}

.custom-accordion-collapse {
    padding: 0;
}

.custom-accordion-body {
    padding: 15px 20px;
    font-size: 14px;
    color: #555; /* Koyu gri metin */
    background-color: #eaf6ff; /* Hafif mavi arka plan */
    border-top: 1px solid #d8ebff;
}

/* Sağ Taraf: Görsel */
.custom-image-container {
    text-align: center;
    padding: 20px;
}

.custom-image {
    max-width: 100%;
    height: auto;
   
}

/* Responsive Ayarlar */
@media (max-width: 768px) {
    .custom-row {
        flex-direction: column;
    }

    .custom-col-left, .custom-col-right {
        min-width: 100%;
    }

    .custom-title {
        font-size: 24px;
    }

    .custom-description {
        font-size: 14px;
    }

    .custom-image {
        max-width: 80%;
    }
}
.mobile-only {
    display: none;
}

/* Mobil ekranlar için (max-width: 768px) */
@media (max-width: 768px) {
    .mobile-only {
        display: inline-block; /* Butonu göster */
    }
}
@media (max-width: 768px) {
    th, td {
        font-size: 14px;
        padding: 8px;
    }

    .table-container {
        padding: 0;
    }

    .table-responsive {
        overflow-x: auto;
    }
}
.work-process-box.style1 .step {
    color:white;
    text-align: center;
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.32px;
    display: inline-flex;
    height: 24px;
    padding: 7px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: #ff8300;
    margin-bottom: 10px;
}
.breadcumb-container-wrapper {
    padding: 140px 0 0px !important;
    background-color: var(--theme3);
    position: relative;
    overflow: hidden;
}
