/*
Theme Name: Evior
Theme URI: http://gossipthemes.com/evior
Author: Gossip Themes
Author URI: http://gossipthemes.com
Description: Modern Magazine WordPress Theme
Version: 2.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: evior
Tags: two-columns, three-columns, four-columns, right-sidebar, custom-menu, featured-images, full-width-template
*/

.firma-rehberi-alani {
    margin: 20px 0 30px;
}

.firma-rehberi-ust {
    display: flex;
    gap: 24px;
    align-items: stretch;
    background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
    border: 1px solid #e6edf5;
    border-radius: 18px;
    padding: 26px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.firma-rehberi-sol {
    flex: 1 1 65%;
}

.firma-rehberi-sag {
    flex: 0 0 320px;
}

.fr-badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: #eaf2ff;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 14px;
}

.fr-baslik {
    font-size: 30px;
    line-height: 1.25;
    margin: 0 0 12px;
    color: #111827;
    font-weight: 800;
}

.fr-aciklama {
    font-size: 15px;
    line-height: 1.8;
    color: #4b5563;
    margin: 0 0 18px;
}

.fr-butonlar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
}

.fr-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 20px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: 0.25s ease;
}

.fr-btn-primary {
    background: #2563eb;
    color: #fff;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.22);
}

.fr-btn-primary:hover {
    background: #1d4ed8;
    color: #fff;
}

.fr-btn-whatsapp {
    background: #22c55e;
    color: #fff;
    box-shadow: 0 8px 18px rgba(34, 197, 94, 0.20);
}

.fr-btn-whatsapp:hover {
    background: #16a34a;
    color: #fff;
}

.fr-ozellikler {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 16px;
}

.fr-ozellikler li {
    position: relative;
    padding-left: 24px;
    color: #374151;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}

.fr-ozellikler li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #16a34a;
    font-weight: 700;
}

.fr-kart {
    height: 100%;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.fr-kart:before {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, #2563eb, #16a34a, #ef4444);
    position: absolute;
    top: 0;
    left: 0;
}

.fr-kart-etiket {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: #2563eb;
    background: #eff6ff;
    border-radius: 999px;
    padding: 6px 10px;
    margin-bottom: 14px;
}

.fr-kart h3 {
    font-size: 27px;
    line-height: 1.35;
    margin: 0 0 12px;
    color: #111827;
    font-weight: 800;
}

.fr-kart p {
    font-size: 14px;
    line-height: 1.8;
    color: #4b5563;
    margin: 0 0 18px;
}

.fr-kart-tel {
    display: block;
    width: 100%;
    text-align: center;
    background: #2563eb;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 12px;
}

.fr-kart-tel:hover {
    color: #fff;
    background: #1d4ed8;
}

.fr-kart-link {
    display: block;
    width: 100%;
    text-align: center;
    background: #ef4444;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    border-radius: 12px;
    padding: 13px 16px;
}

.fr-kart-link:hover {
    color: #fff;
    background: #dc2626;
}

.firma-rehberi-alt {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.fr-mini-kart {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 18px;
}

.fr-mini-kart strong {
    display: block;
    font-size: 14px;
    color: #111827;
    margin-bottom: 8px;
    font-weight: 800;
}

.fr-mini-kart span {
    display: block;
    font-size: 14px;
    line-height: 1.7;
    color: #4b5563;
}

@media (max-width: 991px) {
    .firma-rehberi-ust {
        flex-direction: column;
    }

    .firma-rehberi-sag {
        flex: 1 1 100%;
    }

    .firma-rehberi-alt {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .firma-rehberi-ust {
        padding: 18px;
    }

    .fr-baslik {
        font-size: 24px;
    }

    .fr-ozellikler {
        grid-template-columns: 1fr;
    }

    .fr-butonlar {
        flex-direction: column;
    }

    .fr-btn {
        width: 100%;
    }
}


