.elementor-19 .elementor-element.elementor-element-afc71ff{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19 .elementor-element.elementor-element-2575fe8{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 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 html, class: .elementor-element-2575fe8 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&family=Montserrat:wght@500;600;700;800&display=swap');

:root {
    --nb-bg-dark: #020617;
    --nb-text-gray: #94A3B8;
    --nb-text-white: #F1F5F9;
    --nb-accent: #0EA5E9; /* Sky Blue */
    --nb-border-color: rgba(255, 255, 255, 0.08);
    --insta-grad: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    --linkedin-col: #0077b5;
}

/* --- Wrapper & Layout --- */
.nb-footer-force-full {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: var(--nb-bg-dark);
    font-family: 'Inter', sans-serif;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    color: var(--nb-text-gray);
}

.nb-footer-force-full *, .nb-footer-force-full *::before, .nb-footer-force-full *::after {
    box-sizing: border-box;
}

.nb-glow-bg {
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.08) 0%, rgba(0,0,0,0) 70%);
    pointer-events: none;
    z-index: 0;
}

.nb-footer-inner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 80px 0 40px 0;
    position: relative;
    z-index: 1;
}

.nb-footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 70px;
}

/* --- Sütun Yapısı --- */
.nb-col {
    flex: 1;
    min-width: 180px;
    display: flex;
    flex-direction: column;
}
.nb-brand-col { flex: 1.5; min-width: 280px; }
.nb-contact-col { flex: 1.3; min-width: 260px; }

/* --- Marka & Logo (YENİ HOVER EFEKTİ) --- */
.nb-logo-link {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    margin-bottom: 24px;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); /* Yaylanma efekti */
}

.nb-logo-link:hover {
    transform: translateY(-3px); /* Hafif yukarı kalkma */
}

.nb-sym {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: -3px;
    line-height: 1;
    color: #fff;
    transition: all 0.3s ease;
}

.nb-logo-link:hover .nb-sym {
    color: var(--nb-accent); /* Hoverda maviye dön */
    text-shadow: 0 0 20px rgba(14, 165, 233, 0.5); /* Neon parlama */
}

.nb-meta {
    display: flex;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1;
    background: linear-gradient(90deg, #ffffff, #94a3b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease;
}

.nb-logo-link:hover .nb-meta {
    filter: brightness(1.3); /* Hoverda yazı parlar */
}

.nb-sub-meta {
    font-size: 10px;
    font-weight: 600;
    color: var(--nb-accent);
    -webkit-text-fill-color: var(--nb-accent);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 4px;
}

.nb-bio {
    font-size: 14px;
    line-height: 1.7;
    max-width: 300px;
    font-weight: 300;
}

/* --- Başlıklar --- */
.nb-head {
    color: var(--nb-text-white);
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 25px 0;
    padding-left: 15px;
    border-left: 3px solid var(--nb-accent);
}

/* --- Linkler --- */
.nb-menu { list-style: none; padding: 0; margin: 0; }
.nb-menu li { margin-bottom: 12px; }

.nb-menu a {
    text-decoration: none;
    color: var(--nb-text-gray);
    font-size: 14px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0px;
}

.nb-menu a::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: var(--nb-accent);
    border-radius: 50%;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    box-shadow: 0 0 8px var(--nb-accent);
}

.nb-menu a:hover {
    color: var(--nb-text-white);
    padding-left: 5px;
    gap: 10px;
}

.nb-menu a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

/* --- Sosyal Medya --- */
.nb-soc-wrap {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.nb-soc-item {
    position: relative;
    flex: 1;
    height: 48px;
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--nb-border-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    color: var(--nb-text-white);
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
}

.nb-soc-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.nb-soc-item svg, .nb-soc-text {
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
}

.nb-soc-item:hover {
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

.nb-soc-item:hover .nb-soc-bg { transform: scaleX(1); }

.insta-btn .nb-soc-bg { background: var(--insta-grad); }
.linkd-btn .nb-soc-bg { background: var(--linkedin-col); }

/* --- WhatsApp Butonu (DÜZELTİLDİ) --- */
.nb-wa-modern {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(37, 211, 102, 0.06);
    border: 1px solid rgba(37, 211, 102, 0.2);
    padding: 14px 18px;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.3s;
    overflow: hidden;
}

.nb-wa-modern:hover {
    background: rgba(37, 211, 102, 0.15);
    border-color: #25D366;
    box-shadow: 0 0 25px rgba(37, 211, 102, 0.15);
}

.nb-wa-icon-circle {
    width: 40px;
    height: 40px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 4px 10px rgba(37,211,102,0.3);
}

.nb-wa-content {
    display: flex;
    flex-direction: column;
}

/* Hover'da renk düzeltmesi: opacity 1 ve white renk */
.nb-wa-label { 
    font-size: 10px; 
    text-transform: uppercase; 
    letter-spacing: 0.5px; 
    opacity: 0.7; 
    color: var(--nb-text-gray);
    transition: all 0.3s ease;
}

.nb-wa-modern:hover .nb-wa-label {
    color: #ffffff; /* Parlak beyaz */
    opacity: 1;
}

.nb-wa-cta { color: #fff; font-weight: 600; font-size: 14px; }

.nb-wa-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    transition: 0.5s;
}

.nb-wa-modern:hover .nb-wa-shine { left: 150%; transition: 0.7s ease-in-out; }

/* --- Alt Bar --- */
.nb-bottom-bar {
    border-top: 1px solid var(--nb-border-color);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

.nb-bottom-bar p { margin: 0; opacity: 0.7; }

.nb-legal-links { display: flex; gap: 20px; }
.nb-legal-links a { color: var(--nb-text-gray); text-decoration: none; transition: 0.3s; }
.nb-legal-links a:hover { color: var(--nb-text-white); text-decoration: underline; }

/* --- Responsive --- */
@media (max-width: 1024px) {
    .nb-footer-row { gap: 30px; }
    .nb-brand-col { flex: 100%; margin-bottom: 20px; }
    .nb-contact-col { flex: 100%; margin-top: 10px; }
}

@media (max-width: 767px) {
    .nb-footer-inner { padding-top: 50px; }
    .nb-col { flex: 100%; text-align: center; align-items: center; margin-bottom: 20px; }
    .nb-logo-link { justify-content: center; }
    .nb-head { border-left: none; border-bottom: 2px solid var(--nb-accent); padding-left: 0; padding-bottom: 8px; display: inline-block; }
    .nb-menu a { justify-content: center; }
    .nb-soc-wrap, .nb-wa-modern { width: 100%; max-width: 380px; }
    .nb-wa-modern { justify-content: center; text-align: left; }
    .nb-bottom-bar { flex-direction: column; gap: 15px; text-align: center; }
}/* End custom CSS */