/* Üretkenlik Kartları CSS */

.productivity-section {
    margin-top: 60px;
}

.productivity-title {
    background: #060394;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.productivity-description {
    font-size: 1.3rem;
    color: #6c757d;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.modern-card {
    background: #495057 url(../img/bg-section-01.png) no-repeat fixed;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    height: 100%;
    border: 1px solid rgba(102, 126, 234, 0.1);
    transition: all 0.4s ease;
}

/* Excel Kartı */
.excel-card {
    transform: translate(-386px, 10px);
    text-align: left;
}

.excel-card .excel-title,
.excel-card .excel-text {
    text-align: left;
}

/* İş Gücü Kartı */
.workforce-card {
    transform: translate(386px, 10px);
    text-align: left;
}

.workforce-card .workforce-title,
.workforce-card .workforce-text {
    text-align: left;
}

/* Telefon Kartı */
.phone-card {
    transform: translate(-386px, 10px);
    text-align: left;
}

.phone-card .phone-title,
.phone-card .phone-text {
    text-align: left;
}

/* SMS Kartı */
.sms-card {
    transform: translate(386px, 10px);
    text-align: left;
}

.sms-card .sms-title,
.sms-card .sms-text {
    text-align: left;
}



.modern-card.text-right {
    text-align: left;
}

/* Excel Kartı Stilleri */
.excel-title {
    color: #060394;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.3;
}

.excel-text {
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.7;
    margin: 0;
}

/* İş Gücü Kartı Stilleri */
.workforce-title {
    color: #060394;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.3;
}

.workforce-text {
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.7;
    margin: 0;
}

/* Telefon Kartı Stilleri */
.phone-title {
    color: #060394;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.3;
}

.phone-text {
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.7;
    margin: 0;
}

/* SMS Kartı Stilleri */
.sms-title {
    color: #060394;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.3;
}

.sms-text {
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.7;
    margin: 0;
}

.card-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px auto;
    transition: all 0.3s ease;
}

/* Excel İkonu */
.excel-icon {
    background: linear-gradient(135deg, #ffffff, #162171c2);
}

/* İş Gücü İkonu */
.workforce-icon {
    background: linear-gradient(135deg, #ffffff, rgba(41, 26, 85, .12));
}

/* Telefon İkonu */
.phone-icon {
    background: linear-gradient(135deg, #ffffff, rgba(41, 26, 85, .12));
}

/* SMS İkonu */
.sms-icon {
    background: linear-gradient(135deg, #ffffff, rgba(41, 26, 85, .12));
}

.card-icon:hover {
    transform: scale(1.1);
}

.card-icon-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}

.image-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-image {
    max-width: 713%;
    height: auto;
    border-radius: 15px;
}

/* Mobile Responsive Styles */
@media (max-width: 991px) {
    .modern-card {
        margin-bottom: 30px;
        transform: none !important;
        padding: 30px 20px;
    }
    
    .productivity-title {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    
    .productivity-description {
        font-size: 1.1rem;
        line-height: 1.5;
    }
    
    .excel-title,
    .workforce-title,
    .phone-title,
    .sms-title {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    
    .excel-text,
    .workforce-text,
    .phone-text,
    .sms-text {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    .card-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    
    .card-icon-img {
        width: 100px;
        height: 100px;
    }
    
    .side-image {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .productivity-section {
        margin-top: 40px;
    }
    
    .productivity-title {
        font-size: 1.8rem;
        margin-bottom: 12px;
    }
    
    .productivity-description {
        font-size: 1rem;
        line-height: 1.4;
        padding: 0 10px;
    }
    
    .modern-card {
        padding: 25px 15px;
        border-radius: 15px;
        margin-bottom: 20px;
    }
    
    .excel-title,
    .workforce-title,
    .phone-title,
    .sms-title {
        font-size: 1.3rem;
        margin-bottom: 15px;
        line-height: 1.2;
    }
    
    .excel-text,
    .workforce-text,
    .phone-text,
    .sms-text {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    .card-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }
    
    .card-icon-img {
        width: 80px;
        height: 80px;
    }
    
    .side-image {
        max-width: 80%;
        margin-bottom: 15px;
    }
    
    /* Stack cards vertically on mobile */
    .row.mb-5 {
        margin-bottom: 20px !important;
    }
    
    .col-lg-2 {
        order: 2;
        margin-top: 15px;
    }
    
    .col-lg-10 {
        order: 1;
    }
}

@media (max-width: 576px) {
    .productivity-title {
        font-size: 1.6rem;
    }
    
    .productivity-description {
        font-size: 0.95rem;
        padding: 0 5px;
    }
    
    .modern-card {
        padding: 20px 12px;
        border-radius: 12px;
    }
    
    .excel-title,
    .workforce-title,
    .phone-title,
    .sms-title {
        font-size: 1.2rem;
        margin-bottom: 12px;
    }
    
    .excel-text,
    .workforce-text,
    .phone-text,
    .sms-text {
        font-size: 0.85rem;
        line-height: 1.4;
    }
    
    .card-icon {
        width: 45px;
        height: 45px;
        margin-bottom: 12px;
    }
    
    .card-icon-img {
        width: 70px;
        height: 70px;
    }
    
    .side-image {
        max-width: 70%;
    }
}

@media (max-width: 480px) {
    .productivity-section {
        margin-top: 30px;
    }
    
    .productivity-title {
        font-size: 1.4rem;
    }
    
    .productivity-description {
        font-size: 0.9rem;
    }
    
    .modern-card {
        padding: 18px 10px;
        border-radius: 10px;
    }
    
    .excel-title,
    .workforce-title,
    .phone-title,
    .sms-title {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }
    
    .excel-text,
    .workforce-text,
    .phone-text,
    .sms-text {
        font-size: 0.8rem;
        line-height: 1.3;
    }
    
    .card-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }
    
    .card-icon-img {
        width: 60px;
        height: 60px;
    }
    
    .side-image {
        max-width: 60%;
    }
}
