﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #1f2933;
    /*margin-bottom: 60px;*/
}


.custom-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.navbar .container {
    flex-wrap: wrap; /* taşmayı engeller */
}

.contact-box {
    display: flex;
    gap: 8px;
}
.navbar-nav {
    flex-wrap: wrap;
    text-align: center;
}
.phone-btn {
    white-space: nowrap; /* satır kırılmasını engeller */
    font-size: 14px; /* gerekirse biraz küçült */
}


.left-panel {
    display: block;
    flex-direction: column;
    align-items: center; /* İçerikleri ortalar */
    margin-right: 50px; /* Sağdaki boşluğu en aza indirir */
}

.right-panel {
    display: block;
    justify-content: center;
    align-items: center;
}


/* Standart buton tasarımı */
.btn-reserve {
    background-color: #66bb6a; /* Yeşil tonları */
    color: white;
    border: none;
    padding: 15px 48px; /* Uzunluğu artır */
    font-size: 18px; /* Yazı boyutunu büyüt */
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 15px;
    transition: background-color 0.3s, transform 0.3s;
    width: calc(300px * 1.6); /* Buton genişliğini 1.6 katına çıkar */
    text-align: center;
    margin-bottom: 10px; /* Alt aralık */
}

    .btn-reserve:hover {
        background-color: #4caf50; /* Hover efekti için daha koyu yeşil */
        transform: translateY(-2px);
    }

    .btn-reserve:focus {
        outline: none;
    }
.btn-teklif {
    background-color: #66bb6a; /* Yeşil tonları */
    color: white;
    border: none;
    padding: 15px 48px; /* Uzunluğu artır */
    font-size: 25px; /* Yazı boyutunu büyüt */
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 25px;
    transition: background-color 0.3s, transform 0.3s;
    width: calc(1200px * 2); /* Buton genişliğini 1.6 katına çıkar */
    text-align: center;
}

    .btn-teklif:hover {
        background-color: #4caf50; /* Hover efekti için daha koyu yeşil */
        transform: translateY(-2px);
    }

    .btn-teklif:focus {
        outline: none;
    }
.btn-izinler {
    background-color: #66bb6a; /* Yeşil tonları */
    color: white;
    border: none;
    padding: 15px 48px; /* Uzunluğu artır */
    font-size: 25px; /* Yazı boyutunu büyüt */
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 25px;
    transition: background-color 0.3s, transform 0.3s;
    width: calc(531px * 1.6); /* Buton genişliğini 1.6 katına çıkar */
    text-align: center;
}

    .btn-teklif:hover {
        background-color: #4caf50; /* Hover efekti için daha koyu yeşil */
        transform: translateY(-2px);
    }

    .btn-teklif:focus {
        outline: none;
    }

/* Geniş butonlar (Sayfayı tamamen kaplayanlar) */
.wide-button {
    background-color: #4caf50; /* Daha koyu bir yeşil */
    color: white;
    border: none;
    font-size: 20px; /* Yazı boyutunu artır */
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.3s;
    padding: 15px 20px;
    width: 100vw;
    max-width: 100%;
    margin: 0.5px 0; /* Üst ve alt aralık */
    box-sizing: border-box; /* Padding dahil genişlik hesaplanır */
    text-align: center; /* Yazıyı ortalar */
}

    .wide-button:hover {
        background-color: #3b8f3b; /* Hover efekti için daha koyu ton */
    }

    .wide-button:focus {
        outline: none;
    }
.social-icons {
    display: flex;
    justify-content: flex-end; /* İkonları yatayda ortalar */
    gap: 10px; /* İkonlar arasındaki boşluk */
    margin-top: 5px; /* Butonlarla ikonlar arasındaki boşluk */
    margin-left: 310px; /* Butonlarla ikonlar arasındaki boşluk */
}

.icon {
    width: 40px; /* İkon genişliği */
    height: 40px; /* İkon yüksekliği */
    border-radius: 50%; /* Yuvarlak görünüm */
    object-fit: cover; /* Görüntünün düzgün oturmasını sağlar */
    transition: transform 0.3s ease; /* Hover animasyonu */
    border: 2px solid #ddd; /* İkon çevresine ince bir çerçeve */
}

.icon:hover {
    transform: scale(1.1); /* Hover efektiyle %10 büyütme */
    cursor: pointer; /* Fare imlecini değiştirir */
    border-color: #007bff; /* Hover sırasında çerçeve rengi */
}

.image-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.image-box {
    position: relative;
    text-align: center;
}

    .image-box img {
        width: 400px;
        height: 400px;
        object-fit: cover;
        border-radius: 8px;
    }

    .image-box p {
        margin-top: 10px;
        font-size: 1rem;
        color: #333;
    }

.about-us-image-box {
    margin-bottom: 25px;
    position: relative;
    text-align: center;
}

    .about-us-image-box img {
        width: 100%;
        height: auto; /* oranı koru */
        max-width: 1000px; /* PC’de fazla büyümesin */
        border-radius: 8px;
        object-fit: contain; /* tamamı görünsün */
    }

.side-image-box {
    position: relative;
    text-align: center;
}

    .side-image-box img {
        width: 250px;
        height: 110px;
        object-fit: cover;
        border-radius: 8px;
    }

    .side-image-box p {
        margin-top: 10px;
        font-size: 1rem;
        color: #333;
    }

.hover-text {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    font-size: 1rem;
    text-align: center;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 5px;
    opacity: 0;
    transition: opacity 0.3s;
    border-radius: 5px;
}

.image-box:hover .hover-text {
    opacity: 1;
}
.full-info {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0; /* full width olduğu için köşe kırpma gerekmez */
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}


    .full-info h1 {
        font-size: 2.8rem;
        font-weight: 700;
        text-align: center;
        margin-bottom: 15px;
        color: #2c3e50;
    }

.intro-text {
    text-align: center;
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 40px;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.info-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .info-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    }

    .info-card img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }

    .info-card h3 {
        font-size: 1.4rem;
        margin: 15px;
        color: #27ae60;
    }

    .info-card p {
        font-size: 1rem;
        color: #444;
        margin: 0 15px 20px 15px;
        line-height: 1.6;
    }

@media (min-width: 768px) {
    .full-info {
        padding: 40px;
    }

        .full-info h1 {
            font-size: 3rem;
        }

        .full-info p {
            font-size: 1.25rem;
        }
}

.about-us {
    max-width: 1200px;
    margin: 50px auto; /* Sayfanın ortasında yer alır */
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.85); /* Hafif gri arka plan */
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Hafif gölge efekti */
}
    .about-us h1 {
        font-size: 2.5rem;
        font-weight: 700;
        color: #2c3e50; /* Koyu renk başlık */
        text-align: center;
        margin-bottom: 20px;
    }

    .about-us p {
        font-size: 1.125rem; /* Daha okunabilir boyut */
        color: #34495e; /* Daha açık gri-mavi metin */
        line-height: 1.6; /* Satır aralığını artırarak metni daha okunabilir yapar */
        margin-bottom: 20px;
        text-align: left;
    }

.insurance-section {
    max-width: 1500px;
    margin: 50px auto; /* Sayfanın ortasında yer alır */
    background-color: rgba(255, 255, 255, 0.85); /* Hafif gri arka plan */
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Hafif gölge efekti */
}

    .section-title {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 30px;
        color: #27ae60;
        text-shadow: 0 2px 6px rgba(0,0,0,0.2);
    }

    .insurance-section .container {
        display: flex;
        justify-content: center;
    }


    @media (min-width: 768px) {
        .about-us {
            padding: 40px;
        }

            .about-us h1 {
                font-size: 3rem;
            }

            .about-us p {
                font-size: 1.25rem;
            }
    }

    .selectable-image {
        position: relative;
        width: 300px;
        height: 300px;
        border: 3px solid rgba(224, 224, 224, 0.7); /* %70 şeffaf */
        border-radius: 12px;
        padding: 8px;
        background: #fff;
        box-shadow: 0 4px 10px rgba(0,0,0,0.15);
        transition: all 0.3s ease;
    }
        /* Resim */
        .selectable-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
            display: block;
        }
        /* Hover efekti */
        .selectable-image:hover {
            border-color: #2ecc71;
            box-shadow: 0 8px 18px rgba(0,0,0,0.25);
            transform: scale(1.03);
            cursor: pointer;
        }



    .hover-text {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        padding: 5px;
        display: none;
    }

    .main-image-container {
        display: flex;
        gap: 20px;
        margin-top: 20px;
    }

    #main-image {
        width: 600px;
        height: 600px;
        object-fit: contain;
    }

    #other-images {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

        #other-images img {
            width: 80px;
            height: 80px;
            object-fit: cover;
            cursor: pointer;
        }

            #other-images img:hover {
                opacity: 0.7;
            }

    .contact-container {
        max-width: 900px;
        margin: 50px auto;
        padding: 30px;
        background-color: #f9f9f9;
        border-radius: 15px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }

        .contact-container h2 {
            text-align: center;
            margin-bottom: 30px;
            font-size: 28px;
        }

    .form-control {
        width: 100%;
        padding: 12px;
        margin-bottom: 20px;
        border: 1px solid #ccc;
        border-radius: 10px;
        font-size: 16px;
    }

    .btn-reserve-contact {
        display: block;
        width: 100%;
        padding: 14px;
        font-size: 18px;
        font-weight: bold;
        color: white;
        background-color: #66bb6a;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

        .btn-reserve-contact:hover {
            background-color: #4caf50;
        }

    .message-status {
        text-align: center;
        margin-top: 20px;
        font-weight: bold;
    }
    /* Carousel item image styling */
    .carousel-item img {
        width: 1600px;
        height: 700px;
        object-fit: cover;
        border-radius: 15px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        transition: none !important;
    }
    /* Styling for carousel controls (arrows) */
    .carousel-control-prev, .carousel-control-next {
        background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background for better visibility */
        border-radius: 50%; /* Make the arrows round */
        width: 750px; /* Increase size */
        height: 750px; /* Increase size */
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

    .carousel-control-prev-icon, .carousel-control-next-icon {
        background-color: white; /* White background for visibility */
        border-radius: 50%;
        display: block;
    }

        .carousel-control-prev-icon::after {
            content: '<'; /* Left arrow */
            font-size: 20px;
            color: #007bff;
        }

        .carousel-control-next-icon::after {
            content: '>'; /* Right arrow */
            font-size: 20px;
            color: #007bff;
        }
    /* Page indicators in the bottom right corner */
    .carousel-indicators {
        position: absolute;
        right: 10px;
        bottom: 10px;
        z-index: 1;
    }

        .carousel-indicators li {
            background-color: rgba(0, 0, 0, 0.5);
            border-radius: 50%; /* Make the dots round */
            width: 12px; /* Adjust the size of dots */
            height: 12px; /* Adjust the size of dots */
        }

        .carousel-indicators .active {
            background-color: #007bff; /* Highlight the active dot */
        }
    /* Büyük resim ve arka plan için kapsayıcı */
    #lightbox {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 10000;
        justify-content: center;
        align-items: center;
    }
    /* Büyük resim */
    #main-image {
        max-width: 90%;
        max-height: 80%;
        object-fit: contain;
        z-index: 10001;
    }
    /* Çarpı işareti */
    #close-btn {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 2rem;
        color: white;
        background-color: rgba(0, 0, 0, 0.5);
        border: none;
        padding: 10px;
        cursor: pointer;
        z-index: 10002;
    }
    /* Sağ ve sol ok tuşları */
    .navigation-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 3rem;
        color: white;
        background-color: rgba(0, 0, 0, 0.5);
        border: none;
        padding: 10px;
        cursor: pointer;
        z-index: 10002;
    }

    #prev-btn {
        left: 20px;
    }

    #next-btn {
        right: 20px;
    }
    /* Resim animasyonu ve hover efekti */
    .selectable-image img {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        cursor: pointer;
    }

        .selectable-image img:hover {
            transform: scale(1.1);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
            cursor: pointer;
        }
    /* Resim kapsayıcı */
    .image-container {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px;
    }

    .hover-text {
        display: none;
    }

    #main-image.zoomed {
        transform: scale(2); /* Resmi 2 kat büyüt */
        cursor: zoom-out;
        transition: transform 0.3s ease;
    }
    /* Cursor büyüteç işareti (hover sırasında) */
    #main-image:not(.zoomed):hover {
        cursor: zoom-in;
    }
    /**/
    /* Büyük resim */
    /* Resim animasyonu ve hover efekti */

    .index-selectable-image img {
        width: 500px;
        height: 300px;
        object-fit: cover;
        border-radius: 8px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        cursor: pointer;
    }

        .index-selectable-image img:hover {
            transform: scale(1.1);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
            cursor: pointer;
        }

    .index-selectable-image p {
        text-align: center; /* Yazıyı ortala */
        margin-top: 10px; /* Üstten biraz boşluk bırak */
    }
    /* Resim kapsayıcı */
    .index-image-container {
        display: flex;
        gap: 50px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px;
    }

    .index-hover-text {
        display: none;
    }

    #index-main-image.zoomed {
        transform: scale(2); /* Resmi 2 kat büyüt */
        cursor: zoom-out;
        transition: transform 0.3s ease;
    }
    /* Cursor büyüteç işareti (hover sırasında) */
    #index-main-image:not(.zoomed):hover {
        cursor: zoom-in;
    }

    .brand-text {
        font-size: clamp(18px, 4vw, 26px); /* mobil → küçük, masaüstü → büyük */
        font-weight: 800;
        padding: 6px 14px;
        border-radius: 12px;
        background: linear-gradient(90deg, #2ecc71, #0d6efd);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        /* NET gölge + hafif glow */
        text-shadow: 0 1px 2px rgba(0,0,0,0.23), 0 0 4px rgba(46,204,113,0.4);
        transition: all 0.3s ease;
        white-space: nowrap; /* satır kaymasın */
    }


        .brand-text i {
            color: #2ecc71;
            margin-right: 6px;
            filter: drop-shadow(0 0 2px rgba(46,204,113,0.6));
        }

        .brand-text:hover {
            text-shadow: 0 1px 3px rgba(0,0,0,0.6), 0 0 6px rgba(13,110,253,0.5);
        }



    .nav-link {
        color: #1f2933 !important;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0.3px;
        transition: all 0.2s ease;
    }

        .nav-link:hover {
            color: #1FA851 !important;
            transform: translateY(-1px);
        }

    .contact-list li {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 8px;
    }
    /* Icon rengi */
    .contact-list i {
        color: #1FA851;
    }
    /* ===== FOOTER GENEL ===== */
    footer {
        font-family: 'Poppins', sans-serif;
        padding: 40px 0 25px 0; /* üst - alt boşluk */
    }
        /* Footer kolon aralıkları */
        footer .col-md-3,
        footer .col-md-4 {
            margin-bottom: 20px;
        }
        /* Başlıklar */
        footer h5 {
            font-weight: 600;
            font-size: 17px;
            margin-bottom: 15px;
        }
        /* Listeler */
        footer ul {
            list-style: none;
            padding-left: 0;
            margin: 0;
        }
            /* Liste elemanları arası boşluk */
            footer ul li {
                margin-bottom: 12px;
                line-height: 1.6;
            }
                /* Linkler */
                footer ul li a {
                    text-decoration: none;
                    color: #333;
                    transition: color 0.2s ease;
                }
                    /* Hover */
                    footer ul li a:hover {
                        color: #1FA851;
                    }
        /* İcon + text hizalama */
        footer .contact-list li {
            display: flex;
            align-items: flex-start;
            gap: 8px;
        }
    /* Copyright */
    .footer-bottom {
        text-align: center;
        padding: 10px 0 20px 0;
        font-size: 0.9rem;
        color: rgba(0,0,0,0.9);
    }
    /* ===== GLASS EFFECT ===== */
    .glass-nav,
    .glass-footer {
        background-color: rgba(255, 255, 255, 0.75);
        backdrop-filter: blur(7px);
        -webkit-backdrop-filter: blur(7px);
        box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    }


    .footer-bottom {
        background: #111;
        color: #ccc;
        padding: 15px 0;
        font-size: 14px;
        letter-spacing: 0.5px;
    }

        .footer-bottom strong {
            color: #fff;
        }

    .hero-section {
        position: relative;
        width: 100vw;
        height: 90vh; /* ekranın tamamı */
        background: url('/images/hero.jpg') center center / cover no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient( rgba(0,0,0,0.25), rgba(0,0,0,0.05) );
        backdrop-filter: blur(7px);
    }

    .hero-text {
        position: relative;
        text-align: center;
        color: white;
        animation: fadeUp 1.2s ease;
        z-index: 2;
    }
        /* Başlık */
        .hero-text h1 {
            font-size: clamp(32px, 5vw, 52px);
            font-weight: 700;
            text-shadow: 0 3px 10px rgba(0,0,0,0.4);
        }
    /* Furkan Besicilik (el yazısı) */
    .brand-name {
        font-family: 'Pacifico', cursive;
        font-size: clamp(42px, 6vw, 64px);
        margin-top: 10px;
        color: #ffffff;
        text-shadow: 0 3px 12px rgba(0,0,0,0.5);
    }
    /* Açıklama */
    .hero-text p {
        font-size: clamp(16px, 3vw, 20px);
        margin-top: 12px;
        margin-bottom: 30px;
        text-shadow: 0 2px 6px rgba(0,0,0,0.4);
    }
    /* Buton */
    .hero-btn {
        display: inline-block;
        padding: 14px 46px;
        font-size: 18px;
        font-weight: 600;
        border-radius: 999px;
        background: linear-gradient(90deg, #2ecc71, #0d6efd);
        color: white;
        text-decoration: none;
        border: none;
        box-shadow: none; /* siyah kenarları yok eder */
        transition: all 0.3s ease;
    }
        /* Hover efekti */
        .hero-btn:hover {
            opacity: 0.9;
            transform: translateY(-2px);
        }
    /* Animasyon */
    @keyframes fadeUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .blog-card {
        max-width: 1200px;
        margin: 0 auto;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 6px 15px rgba(0,0,0,0.1);
        padding: 30px;
        display: flex;
        gap: 30px;
    }
    /* İçteki iki blog */
    .blog-item {
        flex: 1; /* %50 - %50 */
        text-align: center;
    }
        /* Resimler */
        .blog-item img {
            width: 100%;
            height: 260px;
            object-fit: cover;
            border-radius: 12px;
        }
        /* Başlık */
        .blog-item h2 {
            margin-top: 15px;
            font-size: 1.6rem;
            color: #27ae60;
        }
        /* Açıklama */
        .blog-item p {
            margin-top: 10px;
            font-size: 1rem;
            color: #444;
            line-height: 1.6;
        }
    /* Mobil uyum */
    @media (max-width: 768px) {
        .blog-card {
            flex-direction: column;
        }
    }

    .about-us-wrapper {
        display: flex;
        align-items: center;
        gap: 30px;
        margin-top: 40px;
        background-color: rgba(255, 255, 255, 0.85);
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        margin: 50px auto;
        max-width: 1200px;
        padding: 25px 30px; /* 🔥 içten boşluk ekledik */
    }
    /* Sol taraf (GIF) */
    .about-image img {
        width: 150px;
        border-radius: 12px;
    }
    /* Sağ taraf (yazılar) */
    .about-text h2 {
        margin-bottom: 15px;
    }

    .about-text p {
        line-height: 1.7;
        margin-bottom: 12px;
    }
    /* Mobil uyum */
    @media (max-width: 768px) {
        .about-us-wrapper {
            flex-direction: column;
            text-align: center;
            padding: 20px; /* mobilde de iç boşluk */
        }

        .about-image img {
            width: 100%;
            max-width: 300px;
        }
    }

    .contact-cards {
        display: flex;
        gap: 25px;
        justify-content: center;
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .contact-card {
        width: 300px;
        background: #fff;
        border-radius: 12px;
        padding: 25px 15px;
        text-align: center;
        text-decoration: none;
        color: #333;
        box-shadow: 0 6px 15px rgba(0,0,0,0.1);
        transition: all 0.3s ease;
    }

        .contact-card img {
            width: 60px;
            margin-bottom: 15px;
        }

        .contact-card h3 {
            margin-bottom: 10px;
            color: #27ae60;
        }

        .contact-card p {
            font-size: 1rem;
        }

        .contact-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
        }
    /* Mobil uyum */
    @media (max-width: 768px) {
        .contact-cards {
            flex-direction: column;
            align-items: center;
        }
    }

    .insurance-section {
        width: 100%;
        padding: 60px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section-title {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 30px;
        color: #27ae60;
        text-shadow: 0 2px 6px rgba(0,0,0,0.2);
    }

    .insurance-section .container {
        display: flex;
        justify-content: center;
    }
.contact-title {
    text-align: center;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

.contact-desc {
    text-align: center;
    color: #eaeaea;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto 30px auto;
    text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}

    /*footer {
    font-family: 'Poppins', sans-serif;
    padding-top: 20px;*/ /* yukarı boşluk */
    /*padding-bottom: 10px;*/ /* aşağı boşluk */
    /*}

    footer .col-md-4 {
        margin-bottom: 20px;
    }

    footer h5 {
        font-weight: 600;
        font-size: 17px;
        margin-bottom: 10px;
        padding-bottom: 10px;*/ /* aşağı boşluk */
    /*}

    footer ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

        footer ul li {
            margin-bottom: 10px;*/ /* alt alta olanlar arası boşluk */
    /*}*/
    /* Footer linklerinde alt çizgiyi kaldır */
    /*footer ul li a {
                text-decoration: none;
                color: #333;
                transition: color 0.2s ease;
            }*/
    /* Hover efekti */
    /*footer ul li a:hover {
                    text-decoration: none;*/ /* alt çizgi yine çıkmasın */
    /*color: #1FA851;
                }


    footer .text-center {
        font-size: 0.9rem;
        color: rgba(0,0,0,1);
        text-align: center;
    }

.glass-nav, .glass-footer {
    background-color: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);*/
    /*border-bottom: 1px solid rgba(255,255,255,0.4);*/
    /*}

.glass-nav, .glass-footer {
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}*/
