.industry-card {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    min-height: 350px;
    background-size: cover;
    background-position: center;
    transition: transform .45s ease, box-shadow .45s ease;
}

.industry-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform .8s ease;
    z-index: 0;
}

.industry-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, .90),
        rgba(0, 0, 0, .30),
        rgba(0, 0, 0, .10)
    );
    transition: .45s;
    z-index: 1;
}

.industry-card-content {
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 35px;
    z-index: 2;
    transition: .45s;
}

.industry-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 34px;
    border-radius: 50px;
    background: #ff003c;
    color: #fff;
    font-weight: 600;
    transition: .35s;
}

.industry-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .28);
}

.industry-card:hover::before {
    transform: scale(1.08);
}

.industry-card:hover .industry-card-overlay {
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, .95),
        rgba(0, 0, 0, .45),
        rgba(0, 0, 0, .20)
    );
}

.industry-card:hover .industry-card-content {
    bottom: 45px;
}

.industry-card:hover .industry-card-btn {
    background: #fff;
    color: #e5003d;
}

.industry-card h3,
.iep-panel-baslik {
    text-transform: none !important;
}

.industry-card h3 {
    color: #fff !important;
    font-size: 20px;
}

@media (min-width: 992px) {
    .b-infoblock-with-icon-group .industry-card {
        min-height: 300px;
    }

    .b-infoblock-with-icon-group .industry-card-content {
        left: 20px;
        right: 20px;
        bottom: 25px;
    }

    .b-infoblock-with-icon-group .industry-card h3 {
        font-size: 16px;
        line-height: 1.3;
    }

    .b-infoblock-with-icon-group .industry-card-btn {
        padding: 10px 22px;
        font-size: 13px;
    }
}

.iep-industry-cards {
    margin-top: 20px;
}

/* Anasayfa sol sabit talep sekmesi (teklifal) gizli */
.talep_buton {
    display: none !important;
}

.iep-hizmet-page-cards {
    margin-top: 0;
    margin-bottom: 40px;
}

/* Anasayfa — banner altı bölümler aynı container genişliğinde */
.iep-home-intro {
    padding-bottom: 0;
}

.custom-procedure-area {
    padding: 28px 0;
    background: #fff;
}

.custom-procedure-grid {
    display: flex;
    width: 100%;
    align-items: stretch;
    overflow: hidden;
    border-radius: 0;
}

.custom-procedure-box {
    position: relative;
    display: flex;
    align-items: flex-start;
    color: #fff;
    text-decoration: none;
    transition: box-shadow .3s ease, transform .3s ease;
}

.custom-procedure-box:hover,
.custom-procedure-box:focus {
    color: #fff;
    text-decoration: none;
}

.custom-procedure-green {
    width: 50%;
    background: #bd2c32;
    padding: 28px 32px;
}

.custom-procedure-blue {
    width: 50%;
    background: #E5DDCA;
    padding: 28px 32px;
}

.custom-procedure-icon {
    flex: 0 0 64px;
    margin-right: 22px;
}

.custom-procedure-icon img {
    max-width: 56px;
    max-height: 56px;
    width: auto;
    height: auto;
    object-fit: contain;
    opacity: .95;
}

.custom-procedure-content {
    flex: 1;
    min-width: 0;
}

.custom-procedure-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.custom-procedure-title h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
    text-transform: none;
}

.custom-procedure-arrow {
    display: inline-block;
    font-size: 22px;
    line-height: 1;
    color: #fff;
    transition: transform .3s ease;
    flex-shrink: 0;
}

.custom-procedure-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: rgba(255, 255, 255, .92);
}

.custom-procedure-blue .custom-procedure-title h3,
.custom-procedure-blue .custom-procedure-arrow,
.custom-procedure-blue .custom-procedure-content p {
    color: #303030;
}

.custom-procedure-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
    z-index: 2;
}

.custom-procedure-box:hover .custom-procedure-arrow {
    transform: translateX(6px);
}

.logo-carousel-section {
    position: relative;
    width: 100%;
    padding: 35px 0;
    background: #fff;
    overflow: visible;
}

.logo-carousel-track-wrapper {
    width: 100%;
    overflow: visible;
}

.logo-carousel-track {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 8px;
}

.logo-carousel-item {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 4px;
}

.logo-carousel-item img {
    display: block;
    max-width: 100%;
    max-height: 55px;
    width: auto;
    height: auto;
    object-fit: contain;
    opacity: .75;
    transition: all .3s ease;
}

.logo-carousel-item:hover img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.06);
}

@media (max-width: 991px) {
    .custom-procedure-grid {
        flex-direction: column;
    }

    .custom-procedure-green,
    .custom-procedure-blue {
        width: 100%;
    }

    .logo-carousel-item {
        padding: 4px 2px;
    }

    .logo-carousel-item img {
        max-height: 48px;
    }
}

@media (max-width: 767px) {
    .logo-carousel-track-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .logo-carousel-track {
        justify-content: flex-start;
        gap: 12px;
        min-width: min-content;
    }

    .logo-carousel-item {
        flex: 0 0 auto;
        min-width: 88px;
        padding: 4px 6px;
    }
    .custom-procedure-area {
        padding: 20px 0;
    }

    .custom-procedure-green,
    .custom-procedure-blue {
        padding: 22px 20px;
    }

    .custom-procedure-icon {
        flex-basis: 52px;
        margin-right: 16px;
    }

    .custom-procedure-title h3 {
        font-size: 19px;
    }

    .custom-procedure-content p {
        font-size: 14px;
    }

    .logo-carousel-section {
        padding: 30px 0;
    }

    .logo-carousel-item img {
        max-height: 44px;
    }
}
