body {
    overflow-x: hidden;
    background-color: #fff;
    background-image: none;
}

/* Slider boyutları */
.mySlider {
    position: relative;
    height: 856px;
    overflow: hidden;
    margin: 18px;
    border-radius: 4px;
    --swiper-pagination-color: #FF0000;
    --swiper-theme-color: #FF0000;
}

.mySlider .swiper-wrapper,
.mySlider .swiper-slide,
.mySlider .hero-slide {
    height: inherit;
}

.hero-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #111;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 60px;
    box-sizing: border-box;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    max-width: 1510px;
    margin: 0 auto;
    padding: 0 15px;
}

.hero-content p {
    font-size: 20px;
    opacity: 0.8;
}

.hero-content h2 {
    font-size: 48px;
    font-weight: 800;
    margin: 10px 0;
}

.hero-content span {
    display: block;
    margin-bottom: 20px;
    opacity: 0.7;
}

.btn-red {
    background: #FF0000;
    color: #fff;
    border: none;
    font-family: Mulish;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 4px;
    display: flex;
    width: max-content;
}

.hero-slide img {
    width: 400px;
}

.slider-subtitle {
    font-family: Mulish;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 48px;
    color: #FFFFFF;
}

.slider-title {
    font-family: Mulish;
    font-weight: 900;
    font-style: Black;
    font-size: 58px;
    color: #FFFFFF;
}

.slider-desc {
    font-family: Mulish;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    color: #FFFFFFB2;
    margin-bottom: 20px;
}

.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 0.5 !important;
}

.swiper-pagination-bullet-active {
    background: #FF0000 !important;
    opacity: 1 !important;
}

.card-title {
    font-family: Mulish;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
}

.product-card {
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 4px 38.4px 0px #0000001A;
    margin: 10px;
    display: flex;
    flex-direction: column;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.product-card .img-box {
    width: 100%;
    position: relative;
}

.product-card .img-box img {
    width: 450px;
    height: 380px;
    max-width: 100%;
    object-fit: cover;
    display: block;
}

.product-card .card-body {
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}

.product-card h6 {
    font-family: 'Mulish', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.4;
    max-width: 80%;
}

.aboutus-button {
    background: #FF0000;
    color: #fff;
    border: none;
    font-family: Mulish;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    padding: 12px 25px;
    border-radius: 4px;
    display: flex;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.iletisim-button {
    background: #ffffff;
    color: #fff;
    border: none;
    font-family: Mulish;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    padding: 12px;
    border-radius: 4px;
    display: flex;
    text-align: center;
    width: max-content;
}

.product-card .btn-arrow {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E5E5E5;
    background: #fff;
    color: #333;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.product-card .btn-arrow i {
    font-size: 14px;
    transition: all 0.3s ease;
}

.product-card:hover .btn-arrow {
    background: #FF0000;
    border-color: #FF0000;
    color: #fff;
}

.custom-accordion .accordion-button {
    background: transparent;
    box-shadow: none;
    font-weight: 500;
    padding-left: 0;
}

.custom-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #eaeaea;
    border-radius: 0;
    background-color: transparent !important;
}

.custom-accordion .accordion-button {
    background: transparent !important;
    box-shadow: none !important;
    font-family: Mulish;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    color: #1F1F1F;
    padding: 20px 0;
}

.accordion-article {
    font-family: Mulish;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    color: #1F1F1F99;
    margin-bottom: 20px;
}

.accordion-article span {
    font-family: Mulish;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    color: #1F1F1F;
    margin-bottom: 20px;
}

.accordion-detail {
    font-family: Mulish;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #E60000;
}

.about-desc {
    font-family: Mulish;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: #4C4C4C;
    margin-top: 16px;
    margin-bottom: 62px;
}

.custom-accordion .accordion-button:not(.collapsed) {
    color: #000;
    background: transparent;
    box-shadow: none;
}

.custom-accordion .accordion-button::after {
    display: none;
}

/* Custom Red Arrow */

.custom-accordion .accordion-button::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f107";
    /* angle-down */
    color: #FF0000;
    position: absolute;
    right: 0;
    transition: all 0.3s;
}

/* Active Arrow */

.custom-accordion .accordion-button:not(.collapsed)::before {
    content: "\f106";
    /* angle-up */
}

.custom-accordion .accordion-body {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

.bg-light-grey {
    background-color: #F8F8F8;
}

.solution-text {
    max-width: 850px;
}

.solution-subtitle {
    font-family: Mulish;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 30px;
    color: #1F1F1F;
}

.solution-title,
.solution-text h1,
.solution-text h2,
.solution-text h3 {
    font-family: Mulish;
    font-weight: 900;
    font-style: Black;
    font-size: 40px;
    color: #1F1F1F;
    margin: 0;
}

.solution-desc,
.solution-text p {
    font-family: Mulish;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    color: #4C4C4C;
    margin-top: 20px;
    line-height: 1.6;
}

.stats-boxs {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.stat-box {
    background-color: #f7f7f7;
    padding: 40px 20px;
    text-align: center;
    border-radius: 6px;
    height: 100%;
    transition: transform 0.3s;
}

.stat-number {
    font-family: Mulish;
    font-weight: 700;
    font-style: ExtraBold;
    font-size: 38px;
    color: #232323;
}

.stat-text {
    font-family: Mulish;
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    color: #555555;
}

.video-box {
    position: relative;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background-color: #000;
    cursor: pointer;
    aspect-ratio: 16 / 9;
}

.video-box img {
    width: 100%;
    max-width: 1092px;
    aspect-ratio: 1092 / 614;
    object-fit: cover;
}

.video-box:hover img {
    opacity: 0.5;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    z-index: 2;
    transition: transform 0.3s ease;
}

.video-box:hover .play-btn {
    transform: translate(-50%, -50%) scale(1.1);
}

.play-btn i {
    color: #e50000;
    font-size: 30px;
    margin-left: 5px;
}

#inlineVideoIframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: none;
    z-index: 3;
}

.contact-banner {
    background-color: #E60000;
    background-image: url('/img/indexileitşimbanner.png');
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    height: 302px;
    max-height: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.article {
    font-family: Mulish;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    color: #1F1F1F;
    gap: 8px;
    display: flex;
    margin-top: 40px;
}

.footer {
    margin-top: 0px !important;
}

.contact-banner {
    margin: 0 18px;
}

/* FULL WIDTH BACKGROUND */

.contact-box {
    border-radius: 6px;
    padding: 50px 0;
    color: #fff;
}

.contact-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
}

.contact-text {
    max-width: 600px;
}

.contact-title {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 15px;
}

.contact-desc {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
}

/* BUTTON */

.contact-btn {
    background: #fff;
    color: #000;
    padding: 12px 25px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 3px;
    transition: 0.3s;
    white-space: nowrap;
}

.contact-btn:hover {
    background: #000;
    color: #fff;
}

.space {
    margin: 18px;
}

.solution-article {
    display: flex;
    gap: 20px;
}

@media (max-width: 999px) {
    .mySlider {
        height: 700px;
    }
    .stats-boxs {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .stat-box {
        width: 100%;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 482px) {
    .contact-banner {
        height: 400px;
    }

    .stats-boxs {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .hero-slide {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #111;
        color: #fff;
        padding: 10px;
        box-sizing: border-box;
    }

    .hero-content {
        position: relative;
        z-index: 2;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        max-width: 1510px;
        margin: 0 auto;
    }

    .slider-subtitle {
        font-family: Mulish;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 20px;
        color: #FFFFFF;
    }

    .slider-title {
        font-family: Mulish;
        font-weight: 900;
        font-style: Black;
        font-size: 32px;
        color: #FFFFFF;
    }

    .slider-desc {
        font-family: Mulish;
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        color: #FFFFFFB2;
        margin-bottom: 20px;
    }

    .mySlider {
        position: relative;
        height: 600px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-size: cover;
        background-position: center;
        margin: 18px;
        border-radius: 4px;
    }

    .space {
        margin: 0px;
    }

    .solution-title {
        font-family: Mulish;
        font-weight: 900;
        font-style: Black;
        font-size: 32px;
        color: #1F1F1F;
    }

    .contact-banner {
        margin: 0px;
        margin-top: 80px;
    }

    .contact-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 28px;
    }

    .solution-article {
        display: flex;
        gap: 2px;
    }

    .custom-accordion .accordion-button {
        background: transparent !important;
        box-shadow: none !important;
        font-family: Mulish;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 24px;
        color: #1F1F1F;
        padding: 10px;
        padding-left: 0;
    }
}