﻿
.motrix-about-hero {
    background-image: url('../images/slider/motrix-slider-03.webp');
    background-size: cover;
    background-position: center;
    height: 60vh;
    background-blend-mode: overlay;
    position: relative;
}

    .motrix-about-hero::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(15, 15, 15, 0.70);
        z-index: 1;
    }

    .motrix-about-hero .container {
        position: relative;
        z-index: 2;
    }

.motrix-about-content p {
    line-height: 1.7;
}

.motrix-about-vision-mission i {
    color: #00ffd5;
}


.motrix-vizyonmisyon .icon-box {
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.motrix-vizyonmisyon .motrix-title {
    font-size: 2.5rem;
    font-weight: 800;
}

.motrix-vizyonmisyon p {
    font-size: 1rem;
    color: #ccc;
    line-height: 1.6;
}

.motrix-vizyonmisyon .icon-box,
.motrix-degerlerimiz i {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.motrix-vizyonmisyon .motrix-title,
.motrix-degerlerimiz h5 {
    font-size: 2.5rem;
    font-weight: 800;
}

.motrix-vizyonmisyon p,
.motrix-degerlerimiz p {
    font-size: 1rem;
    color: #ccc;
    line-height: 1.6;
}



.motrix-leader-message {
    background: linear-gradient(to right, #121212, #1c1c1c);
    border-top: 1px solid rgba(255,255,255,0.05);
}

    .motrix-leader-message h2 {
        font-size: 2.2rem;
    }

    .motrix-leader-message p.lead {
        font-size: 1.1rem;
        color: #ccc;
        line-height: 1.7;
    }
.hover-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(255,255,255,0.05);
    transition: all 0.3s ease;
}


@media (max-width: 768px) {
    .motrix-vizyonmisyon .motrix-title,
    .motrix-degerlerimiz h5 {
        font-size: 1.8rem;
    }

    .motrix-vizyonmisyon p,
    .motrix-degerlerimiz p {
        font-size: 0.95rem;
    }

    .motrix-leader-message img {
        max-width: 80%;
        margin: 0 auto;
        display: block;
    }
}

h2 {
    font-size: 3.5rem;
}

