a {
    text-decoration: none;
    color: inherit;
}

.container.custom-container {
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 15px;
}

/* BANNER */

.banner {
    background-image: linear-gradient(90deg, rgb(0 0 0 / 53%) 0%, rgba(0, 0, 0, 0) 100%), url(/img/bull-metal-banner.png);
    position: relative;
    width: 100%;
    height: 544px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.banner-text-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-title {
    font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 600;
    font-size: 46px;
    color: #FFFFFF;
}

.banner-button {
    max-width: 100%;
    height: 100%;
    padding: 8px 16px;
    border: 2px solid #FFFFFF3D;
    border-radius: 4px;
}

.index-link {
    color: #FFFFFF99;
    font-family: Raleway, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.bannerbutton-link {
    font-family: Raleway, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}

.banner-bigname {
    position: absolute;
    bottom: 0;
    margin: auto;
    width: 100%;
    font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 700;
    font-size: 140px;
    text-align: center;
    line-height: 88px;
    color: transparent;
    -webkit-text-stroke: 1px #FFFFFF5C;
    letter-spacing: 50px;
}

/* HİZMET BLOKLARI */

.hizmet-img img {
    border-radius: 4px;
}

.hizmet-title {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 600;
    font-size: 48px;
    color: #000000;
}

.hizmet-desc {
    margin-top: 42px;
    font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #1B1B1B;
    padding-right: 70px;
}

.hizmet-container-area {
    margin-top: 120px;
    display: flex;
    background-color: #F5F5F5;
    padding-top: 120px;
    padding-bottom: 120px;
}

.hizmet-area {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* AKORDİYON BLOĞU */

.hizmet-accordion-title {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 600;
    font-size: 48px;
    color: #000000;
}

.hizmet-accordion {
    margin-top: 10px;
}

.hizmet-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.hizmet-accordion .accordion-item:last-child {
    border-bottom: none;
}

.hizmet-accordion .accordion-button {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    height: auto;

    font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    transition: color 0.3s ease;
}

.hizmet-accordion .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: transparent;
}

.hizmet-accordion .accordion-button:focus {
    box-shadow: none;
}

.hizmet-accordion .accordion-body {
    padding-left: 0;
    padding-top: 10px;
    font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #485561;
}

.hizmet-accordion .accordion-item.active {
    border-bottom: 1px solid var(--yesil-bg, #28a745);
}

.hizmet-accordion .accordion-button::after {
    background-image: url(/img/accardion-downy.svg) !important;
}

/* SATIR ARALIKLARI */

.hizmet-row {
    margin-top: 100px !important;
}

/* Diğer hizmet sayfalarında kullanılacak satır */
.boru-row {
    margin-top: 140px !important;
}

/* RESPONSIVE */

@media (max-width: 991px) {
    .boru-row {
        margin-top: 80px !important;
    }

    .hizmet-title br {
        display: none !important;
    }

    .hizmet-row {
        margin-top: 80px !important;
    }

    .hizmet-title,
    .hizmet-accordion-title {
        font-size: 35px;
        line-height: 40px;
    }

    .hizmet-desc {
        padding-right: 0 !important;
    }

    .hizmet-area {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .hizmet-accordion .accordion-button {
        font-size: 18px;
    }

    .hizmet-container-area {
        margin-top: 80px;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .hizmet-desc {
        font-size: 16px;
        margin-top: 25px;
    }

    .hizmet-title,
    .hizmet-accordion-title {
        margin-top: 3rem;
        font-size: 25px;
        line-height: 35px;
    }
}

@media (max-width: 471px) {
    .banner-text-area {
        flex-direction: column;
        row-gap: 12px;
    }
}