/* 7/24 Acil Yol Yardım ve Çekici Dönüşüm CSS */

/* Mobil Sabit Arama Butonu */
.floating-call-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: linear-gradient(135deg, #c0392b, #e74c3c);
    color: #ffffff !important;
    text-align: center;
    padding: 14px 25px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: 0 8px 25px rgba(192, 57, 43, 0.4);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.floating-call-btn i {
    font-size: 20px;
    animation: phone-wiggle 1.5s infinite ease-in-out;
}

.floating-call-btn:hover,
.floating-call-btn:focus {
    background: linear-gradient(135deg, #a93226, #c0392b);
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(192, 57, 43, 0.6);
    text-decoration: none;
}

/* Telefon Numarası Dikkat Çekici Pulsing / Glow Efektleri */
.pulse-call-number {
    display: inline-block;
    position: relative;
    color: #c0392b !important;
    animation: text-pulse 2s infinite ease-in-out;
}

.pulse-call-button {
    background: #c0392b !important;
    border-color: #c0392b !important;
    color: #fff !important;
    animation: button-pulse-glow 2s infinite ease-in-out;
    box-shadow: 0 0 0 0 rgba(192, 57, 43, 0.7);
}

/* Animasyon Tanımları */
@keyframes phone-wiggle {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(-15deg);
    }

    20% {
        transform: rotate(15deg);
    }

    30% {
        transform: rotate(-15deg);
    }

    40% {
        transform: rotate(15deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes text-pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
        color: #e74c3c !important;
    }

    100% {
        transform: scale(1);
    }
}

@keyframes button-pulse-glow {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(192, 57, 43, 0.7);
    }

    70% {
        transform: scale(1.03);
        box-shadow: 0 0 0 10px rgba(192, 57, 43, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(192, 57, 43, 0);
    }
}

/* Sadece mobil cihazlarda göster */
@media (max-width: 767px) {

    .intro_section>img,
    .intro_section .slides>li>img {
        opacity: 1;
    }

    .floating-call-btn {
        display: flex;
    }

    /* Alttan boşluk bırak ki içerik butonun altında kalmasın */
    body {
        padding-bottom: 80px !important;
    }

    /* Slider Description: Light & Airy Mobile View */
    .intro_section .slide_description {
        background: #ffffff !important;
        color: #333333 !important;
        padding: 30px 10px 25px !important;
        border-bottom: 1px solid #eeeeee;
    }

    .intro_section .slide_description .big {
        color: #222222 !important;
        font-size: 24px !important;
        line-height: 1.3 !important;
        font-weight: 800 !important;
        margin-bottom: 15px !important;
    }

    .intro_section .slide_description .big strong.highlight {
        color: #c0392b !important;
        /* Premium deep red for mobile headers */
        font-weight: 900 !important;
        display: inline-block;
        margin-top: 5px;
    }

    .intro_section .slide_description .lightfont {
        color: #555555 !important;
        font-size: 18px !important;
        line-height: 1.5 !important;
        margin-top: 15px !important;
        margin-bottom: 5px !important;
        font-weight: 500;
    }

    /* Motto Bar: Cleaner and more compact on mobile */
    .ls.section_padding_15 {
        /* font-size: 14px !important; */
        padding: 12px 15px !important;
        letter-spacing: 0.5px !important;
        line-height: 1.4 !important;
    }

    /* Contacts Section: Light, Airy Cards instead of Dark/Skewed Stack */
    #contacts {
        background: #fdfdfd !important;
        padding: 25px 0 !important;
        border-bottom: 1px solid #eaeaea;
    }

    /* Remove skewed background styles and make them clean white cards */
    #contacts .with_skew_bg {
        background: #ffffff !important;
        transform: none !important;
        -webkit-transform: none !important;
        padding: 20px !important;
        /* margin: 10px 15px !important; */
        border-radius: 8px !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04) !important;
        border: 1px solid #eaeaea !important;
    }

    .intro_section [class*="col-"] {
        padding: 0px !important;
    }

    #contacts .with_skew_bg:before {
        display: none !important;
    }

    #contacts .background-icon-wrap {
        display: none !important;
    }

    #contacts .with_skew_bg h3,
    #contacts .with_skew_bg h3 strong,
    #contacts .with_skew_bg h3.grey {
        color: #333333 !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        letter-spacing: 0px !important;
        line-height: 1.4 !important;
    }

    #contacts .with_skew_bg h3 strong {
        color: #e8a000 !important;
        font-weight: 700 !important;
    }

    #contacts .teaser_icon {
        background: #e8a000 !important;
        color: #ffffff !important;
        box-shadow: 0 3px 8px rgba(232, 160, 0, 0.3) !important;
    }

    #contacts .teaser_icon.main_bg_color {
        background: #e8a000 !important;
    }

    /* Center column (Phone Number Container) custom styling on mobile */
    #contacts .col-lg-4:nth-child(2) {
        padding: 15px 0 !important;
    }

    #contacts .col-lg-4:nth-child(2) .teaser {
        background: #ffffff !important;
        border: 2px dashed #c0392b !important;
        padding: 25px 20px !important;
        border-radius: 8px !important;
        margin: 10px 15px !important;
        box-shadow: 0 6px 20px rgba(192, 57, 43, 0.05) !important;
    }

    #contacts .pulse-call-number {
        font-size: 22px !important;
        color: #c0392b !important;
        font-weight: 800 !important;
        display: block !important;
        margin-bottom: 0px !important;
    }

    /* "Yolda Kaldığınızda Yanınızdayız" Section Mobile Spacing & List Improvements */
    .ls.yolda-yardim-section {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .ls.yolda-yardim-section p.fontsize_18 {
        font-size: 15px !important;
        line-height: 1.6 !important;
        margin-bottom: 30px !important;
        text-align: left !important;
    }

    .ls.yolda-yardim-section .col-md-6 {
        margin-bottom: 30px !important;
    }

    .ls.yolda-yardim-section .col-md-6:last-child {
        margin-bottom: 0 !important;
    }

    .ls.yolda-yardim-section ul.list1.checklist {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    /* Convert checklists to clean independent white cards on mobile */
    .ls.yolda-yardim-section ul.list1.checklist li {
        background: #ffffff !important;
        border: 1px solid #eaeaea !important;
        border-radius: 8px !important;
        padding: 16px 16px 16px 45px !important;
        margin-bottom: 12px !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02) !important;
        line-height: 1.5 !important;
        font-size: 14px !important;
    }

    /* Reset borders on first/last child */
    .ls.yolda-yardim-section ul.list1.checklist li:first-child {
        border-top: 1px solid #eaeaea !important;
        margin-top: 0 !important;
    }

    .ls.yolda-yardim-section ul.list1.checklist li:last-child {
        border-bottom: 1px solid #eaeaea !important;
        margin-bottom: 0 !important;
    }

    /* Position checkbox icon relative to the card */
    .ls.yolda-yardim-section ul.list1.checklist li:before {
        left: 18px !important;
        top: 18px !important;
        font-size: 16px !important;
        color: #e8a000 !important;
    }

    /* Display list item strong title as a header on its own line */
    .ls.yolda-yardim-section ul.list1.checklist li strong {
        color: #222222 !important;
        display: block !important;
        margin-bottom: 4px !important;
        font-size: 15px !important;
        font-weight: 700 !important;
    }

    .ls.yolda-yardim-section ul.list1.checklist li {
        color: #555555 !important;
    }
}