﻿
/* Footer Bölümü */
.footer-section {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    border-top: 6px solid #ffc800;
}

.footer-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/base/sys_img/statik/iletisim_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    z-index: 0;
}

.footer-wrapper {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    background: #ffffffdb;
}

.map-container {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    margin-bottom: 0;
}

    .map-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.footer-heading {
    position: relative;
    font-weight: 500;
    font-size: clamp(28px, 4vw, 40px);
    color: #000;
    line-height: 1.5em;
    padding-bottom: 15px;
    display: inline-block;
    margin-bottom: 20px;
    padding-top: 30px;
}

    .footer-heading::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 5px;
        width: 55px;
        background-color: #ffc800;
    }

    .footer-heading::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 2px;
        height: 1px;
        width: 95%;
        max-width: 255px;
        background-color: #ffc800;
    }

.footer-card-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
}

.footer-circle-marker {
    width: 20px;
    height: 20px;
    background-color: #ffc800;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-right: 15px;
}

.contact-info a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-contact-link,
.footer-address-link,
.footer-social-links li a {
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .footer-contact-link i,
    .footer-address-link i,
    .footer-social-links i {
        font-size: 1.2rem;
        color: #000;
        width: 25px;
    }

    .footer-contact-link:hover,
    .footer-address-link:hover {
        color: #ffc800;
    }

.footer-social-links li a {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .footer-social-links li a:hover {
        color: #ffc800;
    }

        .footer-social-links li a:hover i {
            color: #ffc800;
        }

.footer-separator {
    display: none;
}

.footer-bottom-link {
    color: #555;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .footer-bottom-link:hover {
        color: #ffc800;
    }

.gulfateknoloji-link {
    color: #000000 !important;
    text-decoration: none;
}

@media (max-width: 768px) {
    .footer-heading::before,
    .footer-heading::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-card {
        text-align: center;
    }

    .d-flex.align-items-center {
        justify-content: center;
    }

    .footer-contact-link,
    .footer-address-link,
    .footer-social-links li a {
        justify-content: center;
    }

    .map-container {
        padding-bottom: 100%;
    }
}





/*HEADING STİLİ*/

.page-heading-container {
    background: none;
    padding: 2rem 1rem;
    text-align: center;
    position: relative;
    z-index: 2;
}

    .page-heading-container h1 {
        position: relative;
        padding: 0;
        margin: 0 auto;
        font-weight: 500;
        font-size: clamp(28px, 4vw, 40px);
        color: #000;
        letter-spacing: 0;
        line-height: 1.5em;
        padding-bottom: 15px;
        transition: all 0.4s ease 0s;
        display: inline-block;
    }

        .page-heading-container h1::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 5px;
            width: 55px;
            background-color: #ffc800;
        }

        .page-heading-container h1::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 2px;
            height: 1px;
            width: 95%;
            max-width: 255px;
            background-color: #ffc800;
        }

.page-heading-description {
    color: #555;
    font-size: 1rem;
    max-width: 800px;
    margin: 10px auto 0;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .page-heading-container {
        padding: 40px 20px;
    }
}


/*PAGE STİLİ*/
.page-wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-heading-container {
    padding: 2rem 1rem;
    text-align: center;
    position: relative;
    z-index: 2;
}

    .page-heading-container h1 {
        position: relative;
        padding: 0;
        margin: 0 auto;
        font-weight: 500;
        font-size: clamp(28px, 4vw, 40px);
        color: #000;
        letter-spacing: 0;
        line-height: 1.5em;
        padding-bottom: 15px;
        transition: all 0.4s ease 0s;
        display: inline-block;
    }

        .page-heading-container h1::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 5px;
            width: 55px;
            background-color: #ffc800;
        }

        .page-heading-container h1::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 2px;
            height: 1px;
            width: 95%;
            max-width: 255px;
            background-color: #ffc800;
        }

.page-heading-description {
    color: #555;
    font-size: 1rem;
    max-width: 800px;
    margin: 10px auto 0;
    line-height: 1.6;
}

.page-content-wrapper {
    position: relative;
    padding: 40px;
    text-align: left;
    line-height: 1.8;
    color: #444;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    z-index: 1;
}

    .page-content-wrapper::before {
        content: '';
        position: absolute;
        top: 0;
        left: -5px;
        width: 10px;
        height: 100%;
        background-color: #ffc80057;
        z-index: -1;
    }

    .page-content-wrapper h3 {
        margin-top: 30px;
        font-size: 1.5rem;
        color: #000;
    }

    .page-content-wrapper p {
        margin-bottom: 20px;
    }

    .page-content-wrapper ul {
        padding-left: 20px;
    }

    .page-content-wrapper li {
        margin-bottom: 10px;
    }

@media (max-width: 768px) {
    .page-content-wrapper {
        padding: 20px;
    }

    .page-heading-container {
        padding: 40px 20px;
    }
}
