/* SAĞLAM Logo Stilleri */
.saglam-logo {
    width: 200px;
    height: 200px;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #035B4C;
    border: 8px solid white;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.logo-inner-circle {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 3px solid white;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-text-top {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    font-weight: bold;
    color: white;
    letter-spacing: 3px;
    white-space: nowrap;
}

.logo-text-bottom {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 8px;
    font-weight: 600;
    color: white;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 1.2;
}

.logo-dot {
    position: absolute;
    width: 4px;
    height: 4px;
    background: white;
    border-radius: 50%;
}

.logo-dot-left {
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.logo-dot-right {
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.logo-graphic {
    position: absolute;
    width: 110px;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo-year {
    position: absolute;
    top: 5px;
    font-size: 10px;
    color: white;
    font-weight: 600;
}

.logo-house {
    position: relative;
    width: 40px;
    height: 35px;
    margin-left: 25px;
    margin-top: 5px;
}

.house-roof {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 15px solid white;
    position: absolute;
    top: 0;
}

.house-body {
    width: 35px;
    height: 20px;
    border: 2px solid white;
    position: absolute;
    top: 15px;
    left: 2.5px;
    background: transparent;
}

.house-window {
    width: 8px;
    height: 8px;
    border: 1.5px solid white;
    position: absolute;
    top: 18px;
    left: 8px;
}

.house-door {
    width: 6px;
    height: 10px;
    border: 1.5px solid white;
    border-top: none;
    position: absolute;
    top: 25px;
    left: 14.5px;
}

.house-chimney {
    width: 4px;
    height: 8px;
    background: white;
    position: absolute;
    top: -3px;
    right: 8px;
}

.logo-trees {
    position: absolute;
    left: 5px;
    top: 20px;
    display: flex;
    gap: 8px;
}

.tree {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid white;
    position: relative;
}

.tree::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid white;
    top: 8px;
    left: -8px;
}

.tree-trunk {
    width: 2px;
    height: 8px;
    background: white;
    position: absolute;
    bottom: -8px;
    left: -1px;
}

.logo-hills {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 15px;
    display: flex;
    align-items: flex-end;
}

.hill {
    flex: 1;
    height: 8px;
    border-top: 2px solid white;
    border-radius: 50px 50px 0 0;
    margin: 0 2px;
}

.hill:nth-child(1) {
    height: 6px;
}

.hill:nth-child(2) {
    height: 8px;
}

.hill:nth-child(3) {
    height: 5px;
}

/* Küçük Logo Versiyonu */
.saglam-logo-small {
    width: 80px;
    height: 80px;
}

.saglam-logo-small .logo-circle {
    width: 80px;
    height: 80px;
    border-width: 4px;
}

.saglam-logo-small .logo-inner-circle {
    width: 60px;
    height: 60px;
    border-width: 2px;
}

.saglam-logo-small .logo-text-top {
    font-size: 12px;
    top: 10px;
    letter-spacing: 1px;
}

.saglam-logo-small .logo-text-bottom {
    font-size: 5px;
    bottom: 8px;
    line-height: 1.1;
}

.saglam-logo-small .logo-graphic {
    width: 45px;
    height: 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.saglam-logo-small .logo-year {
    font-size: 5px;
    top: 2px;
}

.saglam-logo-small .logo-house {
    width: 18px;
    height: 16px;
    margin-left: 12px;
    margin-top: 3px;
}

.saglam-logo-small .house-roof {
    border-left-width: 9px;
    border-right-width: 9px;
    border-bottom-width: 7px;
}

.saglam-logo-small .house-body {
    width: 16px;
    height: 9px;
    top: 7px;
    left: 1px;
    border-width: 1px;
}

.saglam-logo-small .house-window {
    width: 4px;
    height: 4px;
    top: 8px;
    left: 4px;
    border-width: 1px;
}

.saglam-logo-small .house-door {
    width: 3px;
    height: 5px;
    top: 11px;
    left: 6.5px;
    border-width: 1px;
}

.saglam-logo-small .house-chimney {
    width: 2px;
    height: 4px;
    top: -2px;
    right: 4px;
}

.saglam-logo-small .logo-trees {
    left: 2px;
    top: 9px;
    gap: 4px;
}

.saglam-logo-small .tree {
    border-left-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 6px;
}

.saglam-logo-small .tree::after {
    border-left-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 5px;
    top: 4px;
    left: -4px;
}

.saglam-logo-small .tree-trunk {
    width: 1px;
    height: 4px;
    bottom: -4px;
    left: -0.5px;
}

.saglam-logo-small .logo-hills {
    height: 8px;
}

.saglam-logo-small .hill {
    height: 4px;
    border-top-width: 1px;
    margin: 0 1px;
}

.saglam-logo-small .hill:nth-child(1) {
    height: 3px;
}

.saglam-logo-small .hill:nth-child(2) {
    height: 4px;
}

.saglam-logo-small .hill:nth-child(3) {
    height: 2.5px;
}

/* Navbar Logo */
.navbar-logo {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 10px;
}

.navbar-logo .logo-circle {
    width: 50px;
    height: 50px;
    border-width: 3px;
}

.navbar-logo .logo-inner-circle {
    width: 38px;
    height: 38px;
    border-width: 1.5px;
}

.navbar-logo .logo-text-top {
    font-size: 8px;
    top: 6px;
    letter-spacing: 0.5px;
}

.navbar-logo .logo-text-bottom {
    font-size: 3px;
    bottom: 5px;
    line-height: 1;
}

.navbar-logo .logo-graphic {
    width: 28px;
    height: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.navbar-logo .logo-year {
    font-size: 3px;
    top: 1px;
}

.navbar-logo .logo-dot {
    width: 1.5px;
    height: 1.5px;
}

.navbar-logo .logo-dot-left {
    left: 6px;
}

.navbar-logo .logo-dot-right {
    right: 6px;
}

.navbar-logo .logo-house {
    width: 12px;
    height: 10px;
    margin-left: 8px;
    margin-top: 2px;
}

.navbar-logo .house-roof {
    border-left-width: 6px;
    border-right-width: 6px;
    border-bottom-width: 4px;
}

.navbar-logo .house-body {
    width: 10px;
    height: 6px;
    top: 4px;
    left: 1px;
    border-width: 1px;
}

.navbar-logo .house-window {
    width: 2px;
    height: 2px;
    top: 5px;
    left: 2px;
    border-width: 0.5px;
}

.navbar-logo .house-door {
    width: 1.5px;
    height: 3px;
    top: 7px;
    left: 4.25px;
    border-width: 0.5px;
}

.navbar-logo .house-chimney {
    width: 1px;
    height: 2px;
    top: -1px;
    right: 2px;
}

.navbar-logo .logo-trees {
    left: 1px;
    top: 5px;
    gap: 2px;
}

.navbar-logo .tree {
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 3px;
}

.navbar-logo .tree::after {
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2.5px;
    top: 2px;
    left: -2px;
}

.navbar-logo .tree-trunk {
    width: 0.5px;
    height: 2px;
    bottom: -2px;
    left: -0.25px;
}

.navbar-logo .logo-hills {
    height: 4px;
}

.navbar-logo .hill {
    height: 2px;
    border-top-width: 0.5px;
    margin: 0 0.5px;
}

.navbar-logo .hill:nth-child(1) {
    height: 1.5px;
}

.navbar-logo .hill:nth-child(2) {
    height: 2px;
}

.navbar-logo .hill:nth-child(3) {
    height: 1px;
}

