.elementor-453 .elementor-element.elementor-element-afa99b5{--display:flex;--justify-content:space-evenly;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-afa99b5 *//* ========================================
   SEOBIFY FOOTER CSS
   Global CSS değişkenlerini kullanır
   Mobile-First Responsive Design
======================================== */

/* ========================================
   FOOTER BASE STYLES
======================================== */
.sbf-footer {
    background: linear-gradient(180deg, #0a0a0a 0%, #050505 100%);
    border-top: 1px solid rgba(200, 167, 77, 0.2);
    padding: 50px 0 0;
    position: relative;
    overflow: hidden;
}

.sbf-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold-mid), transparent);
}

.sbf-footer-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ========================================
   FOOTER TOP - BRAND
======================================== */
.sbf-footer-top {
    text-align: center;
    margin-bottom: 40px;
}

.sbf-footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.sbf-footer-logo {
    text-decoration: none;
    display: block;
}

.sbf-logo-img {
    height: 40px;
    width: auto;
    transition: opacity 0.3s ease;
}

.sbf-footer-logo:hover .sbf-logo-img {
    opacity: 0.85;
}

.sbf-footer-tagline {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    max-width: 500px;
    margin: 0;
    text-align: center;
}

/* ========================================
   SERVICE TAGS
======================================== */
.sbf-footer-services {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sbf-service-tag {
    display: inline-block;
    padding: 10px 18px;
    background: transparent;
    border: 1px solid rgba(200, 167, 77, 0.4);
    border-radius: 6px;
    color: var(--gold-text, #E8D5A3);
    font-size: 0.8rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sbf-service-tag:hover {
    background: rgba(200, 167, 77, 0.1);
    border-color: var(--gold-mid);
    color: var(--gold-light);
    transform: translateY(-2px);
}

/* ========================================
   FOOTER MIDDLE - COLUMNS
======================================== */
.sbf-footer-middle {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sbf-footer-column {
    text-align: center;
}

.sbf-footer-heading {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    display: inline-block;
}

.sbf-footer-heading::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, var(--gold-dark), var(--gold-mid));
    border-radius: 2px;
}

/* Footer Links List */
.sbf-footer-links,
.sbf-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sbf-footer-links li,
.sbf-footer-contact li {
    margin-bottom: 12px;
}

.sbf-footer-links a,
.sbf-footer-contact a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sbf-footer-links a i,
.sbf-footer-contact a i {
    color: var(--gold-mid);
    font-size: 0.85rem;
    width: 18px;
    text-align: center;
    transition: transform 0.3s ease;
}

.sbf-footer-links a:hover,
.sbf-footer-contact a:hover {
    color: var(--gold-light);
}

.sbf-footer-links a:hover i,
.sbf-footer-contact a:hover i {
    transform: scale(1.1);
}

/* ========================================
   SOCIAL LINKS
======================================== */
.sbf-social-links {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

.sbf-social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: rgba(200, 167, 77, 0.08);
    border: 1px solid rgba(200, 167, 77, 0.2);
    border-radius: 50%;
    color: var(--gold-mid);
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sbf-social-links a:hover {
    background: linear-gradient(135deg, var(--gold-mid), var(--gold-dark));
    border-color: transparent;
    color: #000000;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(200, 167, 77, 0.3);
}

/* ========================================
   FOOTER BOTTOM - COPYRIGHT
======================================== */
.sbf-footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 30px 0;
    text-align: center;
}

.sbf-copyright p {
    margin: 0;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
}

.sbf-footer-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.sbf-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: rgba(200, 167, 77, 0.08);
    border: 1px solid rgba(200, 167, 77, 0.15);
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
    font-weight: 500;
}

.sbf-badge i {
    color: var(--gold-mid);
    font-size: 0.7rem;
}

/* ========================================
   RESPONSIVE - TABLET (768px+)
======================================== */
@media (min-width: 768px) {
    .sbf-footer {
        padding: 60px 0 0;
    }

    .sbf-footer-container {
        padding: 0 40px;
    }

    .sbf-logo-img {
        height: 48px;
    }

    .sbf-footer-tagline {
        font-size: 1rem;
    }

    .sbf-service-tag {
        padding: 12px 22px;
        font-size: 0.85rem;
    }

    .sbf-footer-middle {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        text-align: left;
    }

    .sbf-footer-column {
        text-align: left;
    }

    .sbf-footer-heading::after {
        left: 0;
        transform: none;
    }

    .sbf-social-links {
        justify-content: flex-start;
    }

    .sbf-footer-bottom {
        flex-direction: row;
        justify-content: space-between;
    }
}

/* ========================================
   RESPONSIVE - DESKTOP (1024px+)
======================================== */
@media (min-width: 1024px) {
    .sbf-footer {
        padding: 70px 0 0;
    }

    .sbf-logo-img {
        height: 55px;
    }

    .sbf-footer-middle {
        gap: 50px;
    }

    .sbf-social-links a {
        width: 46px;
        height: 46px;
        font-size: 1.1rem;
    }
}

/* ========================================
   ANIMATIONS & EFFECTS
======================================== */
@keyframes footerFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sbf-footer-column {
    animation: footerFadeIn 0.6s ease-out forwards;
}

.sbf-footer-column:nth-child(1) {
    animation-delay: 0.1s;
}

.sbf-footer-column:nth-child(2) {
    animation-delay: 0.2s;
}

.sbf-footer-column:nth-child(3) {
    animation-delay: 0.3s;
}

/* ========================================
   ACCESSIBILITY
======================================== */
@media (prefers-reduced-motion: reduce) {

    .sbf-footer-column,
    .sbf-social-links a,
    .sbf-service-tag {
        animation: none;
        transition: none;
    }
}

.sbf-footer-links a:focus,
.sbf-footer-contact a:focus,
.sbf-social-links a:focus,
.sbf-service-tag:focus {
    outline: 2px solid var(--gold-mid);
    outline-offset: 3px;
}/* End custom CSS */