@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;600&family=Poppins:wght@600&display=swap');


.ust-bilgi {
    position: relative;
    width: 100%;
    height: 106px;
    background: #FFFFFF;
    filter: drop-shadow(0px 4px 13px rgba(0, 0, 0, 0.25));
    margin: 0 auto;
    z-index: 1000;
    min-width: 1300px;
    overflow: visible;
}

.top-vector {
    position: absolute;
    width: 1500px;
    height: 34px;
    left: 445px;
    top: 0px;
    background: linear-gradient(90deg, #37BA77 0%, #F7941E 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%);
    z-index: 1;
}

.phone-number {
    position: absolute;
    width: auto;
    height: 21px;
    left: 1121px;
    top: 6px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 21px;
    color: #FFFFFF;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.phone-number:hover {
    color: #37BA77;
}

.phone-icon {
    position: static;
    width: 21px;
    height: 21px;
    z-index: 10;
    flex-shrink: 0;
}

.logo-container {
    position: absolute;
    width: 177px;
    height: 79px;
    left: 120px;
    top: 9px;
    z-index: 5;
}

.logo-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nav-menu a {
    position: absolute;
    top: 60px;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
    text-decoration: none;
    transition: color 0.3s;
    white-space: nowrap;
    z-index: 5;
}

.nav-menu a:hover {
    color: #37BA77;
}

.nav-anasayfa { left: 462px; width: 96px; text-transform: uppercase; }
.nav-kurumsal { left: 598px; width: 100px; text-transform: uppercase; }
.nav-urunler { left: 738px; width: 86px; text-transform: uppercase; }
.nav-referanslar { left: 864px; width: 131px; text-transform: uppercase; }
.nav-uretim { left: 1035px; width: 168px; text-transform: uppercase; }
.nav-iletisim { left: 1243px; width: 77px; text-transform: uppercase; }

.mobile-menu-logo {
    display: none;
}

.hamburger {
    display: none;
    position: absolute;
    right: 20px;
    top: 35px;
    cursor: pointer;
    z-index: 2001;
}

.hamburger span {
    display: block;
    width: 30px;
    height: 3px;
    background: #333;
    margin: 5px 0;
    transition: 0.3s;
}

@media screen and (max-width: 992px) {
    .ust-bilgi {
        min-width: 100%;
        height: 80px;
    }

    .top-vector, .phone-number, .phone-icon {
        display: none;
    }

    .logo-container {
        left: 20px;
        width: 140px;
        height: 60px;
        top: 10px;
    }

    .hamburger {
        display: block;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 250px;
        height: 100vh;
        background: #fff;
        box-shadow: 2px 0 10px rgba(0,0,0,0.1);
        display: flex;
        flex-direction: column;
        padding-top: 30px;
        transition: 0.3s ease;
        z-index: 2000;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-menu a {
        position: relative;
        top: auto;
        left: auto !important;
        width: 100%;
        padding: 15px 20px;
        border-bottom: 1px solid #eee;
    }

    .mobile-menu-logo {
        display: block;
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
        margin-bottom: 10px;
        margin-left: 20px;
        border-bottom: 1px solid #eee;
    }

    .mobile-menu-logo img {
        height: 50px;
        width: auto;
        object-fit: contain;
    }

    .hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 6px); }
    .hamburger.active span:nth-child(2) { opacity: 0; }
    .hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -6px); }
}

@media screen and (max-width: 1200px) {
    .ust-bilgi {
      max-width: 1200px;  
    }  

    .top-vector {
        width: 1200px;
    }
}

@media screen and (min-width: 1600px) {
    .nav-menu {
        position: absolute;
        right: 120px;
        top: 60px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 135px;
    }

    .nav-menu a {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: auto !important;
    }

    .nav-anasayfa,
    .nav-kurumsal,
    .nav-urunler,
    .nav-referanslar,
    .nav-uretim,
    .nav-iletisim {
        left: auto !important;
        width: auto !important;
    }

    .phone-number {
        left: auto;
        right: 120px;
    }
}


.site-footer {
    background-color: #FFFFFF;
    font-family: 'Rubik', sans-serif;
    padding: 40px 0 20px 0;
    border-top: 1px solid #e5e5e5;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}

.footer-container {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 40px; 
    box-sizing: border-box;
    gap: 72px;
}

.footer-col {
    flex: 1;
    min-width: 200px;
    margin-bottom: 20px;
}

.logo-col {
    flex: 0 0 260px; 
    padding-right: 30px;
}

.products-col {
    flex: 0 0 400px; 
}

.contact-col {
    flex: 0 0 280px;
}

@media (min-width: 993px) {
    .contact-col .contact-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 14px;
        font-size: 13px;
        color: #444;
    }

    .contact-col .contact-icon-cell {
        width: 26px;
        min-width: 26px;
        flex-shrink: 0;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        margin-right: 10px;
        padding-top: 2px;
        line-height: 0;
    }

    .contact-col .contact-icon-cell .footer-icon {
        width: 16px;
        height: 16px;
        object-fit: contain;
        display: block;
    }

    .contact-col .contact-text {
        flex: 1;
        min-width: 0;
        line-height: 1.5;
        font-size: 13px;
        color: #444;
    }

    .contact-col .contact-text strong {
        color: #333;
        font-weight: 700;
        margin-right: 4px;
    }
}

.footer-logo img {
    width: 140px;
    height: auto;
    margin-bottom: 15px;
    object-fit: contain;
}

.footer-desc {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
}

.footer-col h3 {
    color: #37BA77;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 0.5px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    text-decoration: none;
    color: #444;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #37BA77;
}

.contact-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-link:hover {
    color: #37BA77;
}

.site-footer a:hover {
    color: #37BA77;
}

.two-column-list {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    column-gap: 20px; 
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 14px;
    font-size: 13px;
    color: #444;
    font-family: 'Poppins', sans-serif;
}

.contact-icon-cell {
    width: 26px;
    min-width: 26px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 10px;
    line-height: 0;
    padding-top: 2px;
}

.contact-icon-cell .footer-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: block;
    vertical-align: middle;
}

.contact-icon-cell a {
    display: flex;
    align-items: center;
    line-height: 0;
}

.contact-text {
    flex: 1;
    min-width: 0;
    line-height: 1.5;
}

.contact-text strong {
    color: #333;
    font-weight: 700;
    margin-right: 4px;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
}

.social-icons a {
    display: block;
    line-height: 0;
    transition: transform 0.2s ease, opacity 0.3s;
}

.social-icons img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.social-icons a:hover {
    opacity: 1;
    transform: translateY(-2px);
}

.social-icons a:hover img {
    filter: brightness(0) saturate(100%) invert(56%) sepia(40%) saturate(1200%) hue-rotate(120deg);
}

.footer-bottom {
    border-top: 1px solid #e5e5e5;
    margin-top: 30px;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.copyright-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.copyright-text {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}

.beranet-logo {
    height: 20px;
    width: auto;
    margin-right: 8px;
}

@media (max-width: 992px) {
    .footer-container {
        flex-direction: column;
        padding: 0 20px;
        align-items: center !important;
        text-align: center !important;
        justify-content: center;
    }
    .footer-col, .logo-col, .products-col, .contact-col {
        flex: 100% !important;
        padding-right: 0 !important;
        margin-bottom: 30px;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        justify-content: center;
    }
    .logo-col {
        align-items: center !important;
        text-align: center !important;
    }
    .footer-logo {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100%;
        margin: 0 auto;
    }
    .footer-logo img {
        margin: 0 auto !important;
        display: block;
    }
    .footer-desc {
        text-align: center !important;
        margin: 0 auto;
    }
    .footer-col h3 {
        text-align: center !important;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-links {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0 auto;
    }
    .footer-links li {
        text-align: center !important;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-links a {
        text-align: center !important;
        display: inline-block;
    }
    .two-column-list {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        width: 100%;
        grid-template-columns: 1fr !important;
    }
    .two-column-list li {
        text-align: center !important;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .contact-item {
        justify-content: center !important;
        text-align: center !important;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .contact-icon-cell {
        justify-content: center !important;
        margin: 0 auto 10px auto;
    }
    .contact-text {
        text-align: center !important;
        width: 100%;
    }
    .social-icons {
        justify-content: center !important;
        width: 100%;
        margin: 15px auto 0 auto;
    }
    .products-col {
        width: 100% !important;
    }
}

