.about-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F5F5F5;
}

.hizmet-card-row a {
    color: #000000 !important;
}

.sosyal-media i {
    color: white !important;
}

.mobile-carousel a {
    color: #000000 !important;
}

.border-btn {
    width: max-content;
    margin-bottom: 28px;
    padding: 8px 16px;
    border: 1px solid #FE0000;
    color: #000000 !important;
    font-family: Raleway;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    border-radius: 2px;
}

.section-title {
    color: #1B1B1B;
    font-family: Inter;
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: -4%;
}

.hizmet-card-row {
    row-gap: 20px !important;
}

.section-paragraph {
    font-family: Manrope;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #333333;
}

.hkm-btn {
    margin-top: 57px !important;
    justify-content: center !important;
    column-gap: 10px !important;
    display: flex !important;
    align-items: center !important;
    border-radius: 4px !important;
    width: 214px !important;
    height: 61px !important;
    background-color: #FE0000 !important;
    color: #FFFFFF !important;
    font-family: Manrope !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 120% !important;
}

.btn-custom-red {
    background-color: #dc3545;
    color: #fff;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-custom-red:hover {
    background-color: #bb2d3b;
    color: #fff;
    transform: translateY(-2px);
}

.image-stack {
    position: relative;
    min-height: 500px;
}

.image-stack .image-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 460px;
    z-index: 1;
    border-radius: 8px;
}

.image-stack .image-front {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 85%;
    z-index: 2;
    border: 10px solid #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.media-title {
    font-family: Manrope;
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: -4%;
    color: #1B1B1B;
    margin-bottom: 62px;
}

.medya-row {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.medya-carousel .owl-stage {
    padding-left: 0 !important;
}

.mobile-carousel .owl-stage {
    padding-left: 0 !important;
}

.medya-card a {
    text-decoration: none !important;
}

.medya-card img {
    border-radius: 4px !important;
    aspect-ratio: 2 / 1.5;
    object-fit: cover;
}

.medya-card-date {
    margin-top: 30px;
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #545454;
}

.medya-card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 24px;
    font-family: Manrope;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}

.medya-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    column-gap: 10px !important;
    margin-top: 30px !important;
    border: 1px solid #FE0000 !important;
    border-radius: 4px !important;
    width: 171px !important;
    height: 48px !important;
    font-family: Manrope !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 120% !important;
    color: #000000 !important;
    transition: .4s !important;
}

.medya-card:hover .medya-button {
    background-color: #FE0000 !important;
    color: white !important;
    transition: .4s !important;
}

.services-section {
    padding: 100px 0;
}

.services-section .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.service-card {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    height: 500px;
    display: flex;
    flex-direction: column;
    transition: .4s !important;
}

.service-card:hover {
    transition: .4s !important;
}

.card-img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: .4s !important;
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.service-card:hover .card-img {
    transform: scale(1.05);
    transition: .4s !important;
}

.card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    z-index: 3;
    transition: .4s !important;
}

.card-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-details .right-btn {
    font-size: 20px;
    margin-left: 50px;
    background-color: white !important;
    color: #FE0000 !important;
    border-radius: 4px !important;
}

.card-title {
    margin: 0;
    margin-bottom: 16px;
    font-family: Manrope;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    transition: .4s !important;
}

.number {
    position: absolute;
    top: 20px;
    right: 20px;
    color: transparent;
    -webkit-text-stroke: 1px #B0B0B099;
    z-index: 2;
    font-family: Manrope;
    font-weight: 700;
    font-size: 100px;
    line-height: 100%;
    text-align: right;
    transition: .4s !important;
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(0deg, #d9d9d97d, #d9d9d9), 
                linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), 
                linear-gradient(180deg, rgba(0, 0, 0, 0) 31.18%, rgb(0 0 0 / 0%) 100%), 
                linear-gradient(0deg, rgb(255 255 255 / 24%), rgb(255 255 255 / 92%));
    transition: .4s !important;
}

.service-card .card-details {
    margin-top: 18px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #E6E6E6;
    transition: max-height 0.4s ease-out, opacity 0.4s ease-out 0.1s;
}

.service-card:hover .card-details {
    color: #E6E6E6 !important;
    max-height: 100px;
    opacity: 1;
    transition: .4s !important;
}

.service-card:hover .card-title {
    color: #E6E6E6;
    opacity: 1;
    transition: .4s !important;
}

.service-card:hover .card-overlay {
    opacity: 1 !important;
    mix-blend-mode: multiply !important;
    background: #fe0000 !important;
    transition: .4s !important;
}

.service-card:hover .number {
    color: white;
    transition: .4s !important;
}

.service-card.is-white:hover .card-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.medya-btn {
    margin-top: 5rem !important;
    width: 235px !important;
    height: 61px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #FE0000 !important;
    column-gap: 15px !important;
    font-family: Manrope !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 120% !important;
    color: white !important;
    border-radius: 4px !important;
}

.hero-section {
    background: url('../img/herosectionbackground.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}

.badge-custom {
    margin-bottom: 28px;
    border: 1px solid #FE0000 !important;
    width: 107px !important;
    height: 32px !important;
    color: #FFFFFF;
    font-family: Raleway;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: -4%;
    margin-bottom: 25px;
    color: white;
}

.description {
    font-family: Manrope;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #E6E6E6;
}

.stats-container {
    margin-top: 45px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.neden-row {
    align-items: center;
    justify-content: end;
}

.stats-card {
    border-radius: 4px;
    padding: 25px 20px;
    text-align: center;
    transition: all 0.3s ease;
    flex: 1;
    border: 2px solid #FE0000;
}

.stats-card:hover {
    transform: translateY(-3px);
}

.stats-number {
    margin-bottom: 31px;
    font-family: Inter;
    font-weight: 700;
    font-size: 62px;
    line-height: 62px;
    letter-spacing: -4%;
    text-align: center;
    color: white;
}

.stats-label {
    font-family: Manrope;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #E6E6E6;
}

.icon-circle {
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #007bff, #0056b3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 1.2rem;
    color: white;
}

.green-icon {
    background: linear-gradient(45deg, #28a745, #20c997);
}

.content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.mobile-row {
    display: none !important;
}

.hizmet-card-row {
    display: flex !important;
}

.mobile-carousel .owl-dots {
    display: none !important;
}

.mobile-carousel .owl-nav {
    display: none !important;
}

.swiper {
    width: 100%;
    height: 820px;
}

.autoplay-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ffffff33;
    z-index: 10;
    overflow: hidden;
}

.autoplay-progress .progress-bar {
    height: 100%;
    width: 0%;
    background-color: #FE0000;
    transition: width 0s linear;
}

.swiper-image,
.swiper-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-text-area {
    position: absolute;
    top: 0;
    max-width: 1600px;
    height: 100%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 46px;
}

.swiper-image {
    position: relative;
}

.swiper-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000004f;
}

.slider-title {
    font-family: Manrope;
    font-weight: 500;
    font-size: 68px;
    line-height: 84px;
    letter-spacing: -4%;
    text-align: center;
    color: #FFFFFF;
}

.slider-title span {
    font-family: Manrope;
    font-weight: 700;
    font-size: 68px;
    line-height: 84px;
    letter-spacing: -4%;
    text-align: center;
    color: #FFFFFF;
}

.slider-btn {
    width: 235px !important;
    height: 61px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #FE0000 !important;
    column-gap: 15px !important;
    font-family: Manrope !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 120% !important;
    color: white !important;
    border-radius: 4px !important;
    border: none;
}

.slider-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    column-gap: 24px !important;
}

.swiper-pagination-bullet-active {
    opacity: unset !important;
    background: #FE0000 !important;
    border: 1px solid #FFFFFF9E !important;
}

.swiper-pagination-bullet {
    opacity: unset !important;
    border-radius: 2px !important;
    width: 16px !important;
    height: 16px !important;
    background: #FFFFFF3D;
    backdrop-filter: blur(5.49px) !important;
}

.swiper-pagination {
    bottom: 50px !important;
}

@media (max-width: 991px) {
    .medya-btn {
        margin-top: 3rem !important;
        width: 200px !important;
        height: 55px !important;
    }

    .medya-card.active .medya-button {
        background-color: #FE0000 !important;
        color: white !important;
    }

    .service-card.active .card-overlay {
        opacity: 1 !important;
        mix-blend-mode: multiply !important;
        background: #fe0000 !important;
    }

    .service-card.active .card-title {
        color: white !important;
    }

    .service-card.active .number {
        -webkit-text-stroke: 1px #ffffff !important;
    }

    .main-title,
    .description,
    .media-title {
        text-align: center;
    }

    .badge-custom {
        margin: 0 auto 28px !important;
    }

    .hakkimizda-row {
        row-gap: 4rem;
    }

    .hkm-btn {
        width: 100% !important;
    }

    .border-btn {
        margin: 0 auto 30px !important;
    }

    .service-card {
        height: 550px;
    }

    .mobile-carousel .owl-nav .owl-prev {
        background-color: #FE0000 !important;
        border-radius: 100% !important;
        width: 40px !important;
        height: 40px !important;
        color: black !important;
    }

    .mobile-carousel .owl-nav .owl-next {
        background-color: black !important;
        border-radius: 100% !important;
        width: 40px !important;
        height: 40px !important;
    }

    .mobile-carousel .owl-nav {
        justify-content: center !important;
        font-size: 16px !important;
        column-gap: 40px !important;
        color: #FE0000 !important;
        display: flex !important;
        margin-top: 50px;
    }

    .mobile-carousel .owl-dots {
        display: none !important;
    }

    .hizmet-card-row {
        display: none !important;
    }

    .mobile-row {
        display: flex !important;
    }

    .about-section {
        text-align: center;
    }

    .image-stack {
        margin-top: 50px;
        min-height: 400px;
    }
}

@media (max-width: 767px) {
    .service-card .card-content .card-details {
        display: none !important;
    }

    .service-card .card-content .card-title {
        padding-bottom: 25px;
    }

    .slider-btn {
        width: 190px !important;
    }

    .slider-title {
        font-size: 45px;
        line-height: 48px;
    }

    .slider-title span {
        font-size: 40px;
        line-height: 48px;
    }

    .description,
    .section-paragraph {
        font-size: 16px;
    }

    .media-title,
    .main-title,
    .section-title {
        font-size: 35px;
        line-height: 45px;
    }

    .image-stack {
        min-height: 300px;
    }

    .stats-number {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 575px) {
    .card-content {
        padding: 14px;
    }

    .service-card {
        height: 450px;
    }

    .hkm-btn {
        height: 53px !important;
    }

    .medya-card-date {
        font-size: 13px;
    }

    .stats-label {
        font-size: 16px;
        line-height: 20px;
    }

    .medya-card-title {
        margin-top: 10px;
        font-size: 18px;
    }

    .stats-number {
        font-size: 35px;
    }

    .description,
    .section-paragraph {
        font-size: 15px;
    }

    .card-title {
        font-size: 22px;
    }

    .media-title,
    .main-title,
    .section-title {
        font-size: 25px;
        line-height: 35px;
    }

    .slider-btn {
        height: 53px !important;
    }

    .swiper-text-area {
        row-gap: 20px;
    }

    .slider-button {
        flex-direction: column;
        row-gap: 1rem;
    }

    .slider-title {
        font-size: 35px !important;
        line-height: 40px !important;
    }

    .slider-title span {
        font-size: 35px !important;
        line-height: 40px !important;
    }
}