.coknet-graphic {
    max-width: 200px;;
}

.hata-icon-6 {
    top: -9%;
    left: -6%
}

.hata-icon-22 {
    bottom: 9%;
    right: -22%
}

.z-index-1 {
    z-index: 1 !important;
}

.text-black {
    color: #000 !important;
}

.img-contain {
    max-height: 455px !important;
    object-fit: contain;
}

.position-lg-sticky {
    top: 8rem;
}

.svg-icon-ex {
    width: 2.6rem;
    height: 2.6rem;
}

.icon-svg-orange {
    fill: rgb(255, 149, 0);
}

.icon-svg-green {
    fill: rgb(16, 185, 129);
}

.icon-svg-purple {
    fill: rgb(139, 92, 246)
}

.icon-svg-soft-green {
    fill: rgb(29, 181, 190);
}

.icon-svg-red {
    fill: rgb(239, 68, 68);
}

.icon-svg-primary {
    fill: rgb(99, 102, 241)
}

.navbar-expand-lg.transparent.fixed .navbar-nav .dropdown:not(.dropdown-submenu):not(.language-select) > .dropdown-menu {
    margin-top: 0;
}

.breadcrumb li::after {
    content: "/";
    margin: 0 0.5rem;
}

.breadcrumb li:last-child::after {
    content: "";
}

.navbar-border-bottom {
    border-bottom: 1px solid #e5e7eb;
}

.cok-bg-yellow {
    background: -webkit-linear-gradient(to right, #ffefba, #ffffff);
    background: linear-gradient(to right, #ffefba, #ffffff);
}

.about-img {
    height: 20px;
}

.image-wrapper.purple {
    &:before {
        opacity: .4;
        background: linear-gradient(120deg, #000000 50%, #332487 100%);
    }

    .container {
        z-index: 2;
    }

}

#bg-top {
    &::before {
        background: transparent;
    }

    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
}

.about-graphic {
    width: 100px;
    height: 100px !important;
}

.rectangle {
    position: relative;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}


.org-chart {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.level {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    width: 100%;
}

.employee-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    min-width: 280px;
    max-width: 320px;
}

.employee-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: #3498db;
}

.employee-card.ceo {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    transform: scale(1.05);
}

.employee-card.ceo:hover {
    transform: scale(1.08) translateY(-8px);
}

.employee-card.manager {
    border-left: 4px solid #e74c3c;
}

.employee-card.developer {
    border-left: 4px solid #3498db;
}

.employee-card.designer {
    border-left: 4px solid #9b59b6;
}

.employee-card.marketing {
    border-left: 4px solid #f39c12;
}

.employee-card.finance {
    border-left: 4px solid #27ae60;
}

.employee-card.teacher {
    border-left: 4px solid #2c3e50;
}

.avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 15px;
    background: linear-gradient(135deg, #3498db, #2980b9);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: bold;
    color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.employee-card.ceo .avatar {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.name {
    font-weight: 700;
    margin-bottom: 5px;
    color: #2c3e50;
}

.employee-card.ceo .name {
    color: white;
}

.position {
    color: #3498db;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 14px;
}

.employee-card.ceo .position {
    color: rgba(255, 255, 255, 0.9);
}


.connection-line {
    width: 2px;
    height: 30px;
    background: linear-gradient(to bottom, #3498db, #2980b9);
    margin: 0 auto;
    position: relative;
}

.connection-line::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #3498db;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.3);
}

.department-label {
    background: linear-gradient(135deg, #34495e, #2c3e50);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.animate-spin {
    animation: spin 1s linear infinite;
}

.cursor-pointer {
    cursor: pointer;
}

.h-250px {
    height: 250px !important;
}

.logo {
    height: 100px;
}

@keyframes spin {
    100% {
        transform: rotate(1turn)
    }
}

@media (min-width: 991px) {
    .level.level-flex {
        flex-wrap: nowrap;
    }

    .desk-h-250px {
        height: 250px !important;
    }
}

@media (max-width: 768px) {
    .logo {
        height: 80px;
    }
    .move-child {
        justify-content: center;
    }

    .header h1 {
        font-size: 2rem;
    }

    .level {
        gap: 20px;
    }

    .employee-card {
        min-width: 250px;
        max-width: 280px;
        padding: 20px;
    }

    .employee-card.ceo {
        transform: none;
    }

    .employee-card.ceo:hover {
        transform: translateY(-8px);
    }
}


@media (max-width: 480px) {
    .employee-card {
        min-width: 100%;
        max-width: 100%;
    }

    .level {
        flex-direction: column;
        align-items: center;
    }
}

.fade-in {
    animation: fadeIn 0.8s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
}

@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-footer {
    position: fixed;
    right: 0;
    bottom: 20px;
    display: flex;
    align-items: center;
    padding: 5px;
}

.page-footer a {
    margin-left: 4px;
}

.no-after::after {
    content: none !important;
}

.w-60px {
    width: 60px
}

.h-60px {
    height: 60px
}

@media (min-width: 991px) {
    .fs-md-14 {
        font-size: 14px;
    }

    .home-feature {
        height: 415px;
    }
}