/* Modern Slider Call-to-Action Butonları ve Bilgi Kartları */

/* Slider Main Container Reset */
.wpr-slider-btns {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin-top: 20px !important;
}

/* Slider Content Genişliğini Düzenle */
.elementor-9 .elementor-element.elementor-element-8e695ad .wpr-slider-content {
    max-width: 1000px !important;
    width: 95% !important;
    margin: 0 auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* CTA Butonları Container */
.slider-cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 20px auto;
    /* Auto margin centers it */
    max-width: 500px;
    width: 100%;
    align-items: center;
    /* Center items */
}

/* Telefon Butonu - Kırmızı/Turuncu */
.cta-phone {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
    color: white;
    padding: 18px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 6px 20px rgba(238, 90, 111, 0.4);
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
    width: 100%;
}

.cta-phone:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(238, 90, 111, 0.5);
}

/* WhatsApp Butonu - Yeşil */
.cta-whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #20ba5a 100%);
    color: white;
    padding: 18px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    width: 100%;
}

.cta-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.5);
}

/* Bilgi Kartları Grid */
.info-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 sütun yan yana desktop için */
    gap: 15px;
    margin: 30px auto;
    max-width: 900px;
    width: 100%;
}

/* Kart Stilleri */
.info-card {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 20px 10px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.info-card:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.18);
}

.info-card-icon {
    font-size: 32px;
    margin-bottom: 5px;
    opacity: 0.9;
}

.info-card-number {
    font-size: 28px;
    font-weight: 900;
    color: white;
    margin: 5px 0;
}

.info-card-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    line-height: 1.2;
}

/* Renkler */
.card-blue {
    background: linear-gradient(135deg, rgba(66, 99, 165, 0.4) 0%, rgba(52, 73, 120, 0.4) 100%);
}

.card-green {
    background: linear-gradient(135deg, rgba(72, 149, 112, 0.4) 0%, rgba(58, 120, 90, 0.4) 100%);
}

.card-orange {
    background: linear-gradient(135deg, rgba(184, 134, 65, 0.4) 0%, rgba(150, 108, 52, 0.4) 100%);
}

.card-purple {
    background: linear-gradient(135deg, rgba(142, 94, 162, 0.4) 0%, rgba(115, 75, 130, 0.4) 100%);
}

/* Tablet Responsive */
@media (max-width: 1024px) {
    .info-cards {
        grid-template-columns: repeat(2, 1fr);
        /* Tablette 2x2 */
        max-width: 500px;
    }
}

/* Mobil Responsive Optimization */
@media (max-width: 767px) {

    /* Ana Slider Container */
    .elementor-9 .elementor-element.elementor-element-8e695ad .wpr-slider-content {
        width: 100% !important;
        padding: 5px 10px !important;
        /* Padding'i çok azalttık */
        max-width: 100% !important;
    }

    /* Ana Başlık */
    .elementor-9 .elementor-element.elementor-element-e2b21a6 .elementor-heading-title {
        font-size: 24px !important;
        /* 32px -> 24px */
        line-height: 1.1 !important;
        margin-bottom: 5px !important;
    }

    /* Açıklama Metni */
    .elementor-9 .elementor-element.elementor-element-8e695ad .wpr-slider-description p {
        font-size: 13px !important;
        line-height: 1.3 !important;
        margin-bottom: 15px !important;
        padding: 0 5px !important;
    }

    /* Buton Grubu */
    .wpr-slider-btns {
        margin-top: 5px !important;
        width: 100% !important;
    }

    .slider-cta-buttons {
        max-width: 100%;
        width: 100% !important;
        gap: 8px;
        /* Boşluğu azalttık */
        margin: 5px 0;
    }

    /* Telefon Butonu */
    .cta-phone {
        font-size: 14px;
        /* 16px -> 14px */
        padding: 10px 10px;
        width: 100%;
        min-height: 40px;
    }

    /* WhatsApp Butonu */
    .cta-whatsapp {
        font-size: 14px;
        /* 15px -> 14px */
        padding: 10px 10px;
        width: 100%;
        min-height: 40px;
    }

    /* Kartlar - Grid */
    .info-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
        margin-top: 10px;
        width: 100% !important;
        padding-bottom: 20px;
        /* Alttan biraz boşluk */
    }

    /* Tekil Kart */
    .info-card {
        padding: 8px 4px;
        min-height: 80px;
    }

    /* Kart İkonu */
    .info-card-icon {
        font-size: 20px;
        /* 24px -> 20px */
        margin-bottom: 2px;
    }

    /* Kart Sayısı */
    .info-card-number {
        font-size: 18px;
        /* 20px -> 18px */
        margin: 1px 0;
    }

    /* Kart Metni */
    .info-card-text {
        font-size: 9px;
        /* 10px -> 9px */
        line-height: 1.1;
    }
}