/* GSAP Preloader Styles */
#gsap-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.preloader-content {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    will-change: transform;
}

.logo-container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-path {
    stroke: url(#paint0_linear_590_2385);
    stroke-width: 1.5;
    fill: transparent;
}

.text-wrapper {
    overflow: hidden;
    width: 0px;
    padding-left: 0px;
    opacity: 0;
    display: flex;
    align-items: center;
}

.text-container {
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    white-space: nowrap;
}

.text-ehsani {
    font-size: 38px;
    font-weight: 800;
    color: #28475c;
    line-height: 0.9;
    letter-spacing: 1px;
    margin-bottom: 2px;
    font-family: 'Inter', sans-serif;
}

.text-corp {
    font-size: 22px;
    font-weight: 500;
    color: #28475c;
    line-height: 1;
    letter-spacing: 1.5px;
    font-family: 'Inter', sans-serif;
}

.loading-percentage {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    font-weight: 600;
    color: #337FB0;
    font-family: monospace;
    letter-spacing: 2px;
}
