/* KOCHWASH LOGO WRAPPER */
.koch-svg {
    width: 100%;

    height: 100%;

    display: block;
}

.koch-logo-wrapper {
    width: 220px;

    height: 220px;

    display: flex;

    justify-content: center;

    align-items: center;

    position: relative;
}

.koch-logo {
    width: 180px;

    height: 180px;

    margin: auto;

    display: flex;

    align-items: center;

    justify-content: center;

    position: relative;
}

.logo-aura {
    position: absolute;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: radial-gradient(
        rgba(0, 132, 255, 0.45),
        rgba(0, 132, 255, 0.12),
        transparent 70%
    );
    filter: blur(24px);
    animation: auraPulse 3s ease-in-out infinite;
    z-index: 1;
}

.logo-shine {
    position: absolute;
    inset: -30px;
    overflow: hidden;
    border-radius: 50%;
    z-index: 8;
}

.logo-shine::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 320px;
    left: -120px;
    top: -40px;
    transform: rotate(25deg);
    background: linear-gradient(
        transparent,
        rgba(255, 255, 255, 0.85),
        transparent
    );
    animation: shineSweep 3.8s linear infinite;
}

.preloader {
    position: fixed;
    inset: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    background: linear-gradient(135deg, #558B2F 0%, #558B2F 35%, #558B2F 100%);

    /* background: linear-gradient(135deg, #0f4fa8 0%, #0b6de3 35%, #37a7ff 100%); */
}

.bg-gradient {
    position: absolute;
    inset: -40%;
    background:
        radial-gradient(circle, #8ed6ff 0%, transparent 55%),
        radial-gradient(circle, #ffffff20 0%, transparent 50%),
        radial-gradient(circle, #4ea9ff 0%, transparent 45%);
    animation: gradientMove 20s linear infinite;
    opacity: 0.6;
}

@keyframes gradientMove {
    0% {
        transform: translate(-4%, -4%) rotate(0deg);
    }

    100% {
        transform: translate(4%, 4%) rotate(360deg);
    }
}

/* new css style ends here */
@keyframes floatLogo {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes logoPulse {
    0%,
    100% {
        filter: drop-shadow(0 0 10px rgba(0, 123, 255, 0.25));
    }

    50% {
        filter: drop-shadow(0 0 28px rgba(0, 123, 255, 0.55));
    }
}

.wave {
    position: absolute;
    left: -15%;
    width: 130%;
    height: 220px;
    border-radius: 45%;
    background: rgba(255, 255, 255, 0.08);
    filter: blur(40px);
}

.wave1 {
    bottom: -40px;
    animation: waveMove1 18s ease-in-out infinite;
}

.wave2 {
    bottom: 100px;

    opacity: 0.55;

    animation: waveMove2 24s ease-in-out infinite;
}

.wave3 {
    bottom: 240px;

    opacity: 0.35;

    animation: waveMove3 28s ease-in-out infinite;
}

@keyframes waveMove1 {
    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-90px);
    }
}

@keyframes waveMove2 {
    0%,
    100% {
        transform: translateX(-40px);
    }

    50% {
        transform: translateX(60px);
    }
}

@keyframes waveMove3 {
    0%,
    100% {
        transform: translateX(60px);
    }

    50% {
        transform: translateX(-70px);
    }
}

.particle {
    position: absolute;

    width: 5px;

    height: 5px;

    border-radius: 50%;

    background: white;

    opacity: 0.35;

    animation: particleFloat linear infinite;
}

.p1 {
    left: 8%;
    top: 82%;
    animation-duration: 12s;
}

.p2 {
    left: 22%;
    top: 70%;
    animation-duration: 18s;
}

.p3 {
    left: 46%;
    top: 88%;
    animation-duration: 15s;
}

.p4 {
    left: 65%;
    top: 76%;
    animation-duration: 17s;
}

.p5 {
    left: 82%;
    top: 92%;
    animation-duration: 14s;
}

.p6 {
    left: 93%;
    top: 80%;
    animation-duration: 20s;
}

.bg-bubble {
    position: absolute;

    border-radius: 50%;

    border: 2px solid rgba(255, 255, 255, 0.35);

    animation: bubbleFloat linear infinite;
}

.b1 {
    width: 18px;
    height: 18px;
    left: 12%;
    bottom: -40px;
    animation-duration: 11s;
}

.b2 {
    width: 12px;
    height: 12px;
    left: 34%;
    bottom: -60px;
    animation-duration: 15s;
}

.b3 {
    width: 15px;
    height: 15px;
    left: 58%;
    bottom: -40px;
    animation-duration: 13s;
}

.b4 {
    width: 10px;
    height: 10px;
    left: 77%;
    bottom: -50px;
    animation-duration: 16s;
}

.b5 {
    width: 20px;
    height: 20px;
    left: 90%;
    bottom: -60px;
    animation-duration: 18s;
}

@keyframes bubbleFloat {
    from {
        transform: translateY(0);

        opacity: 0.5;
    }

    to {
        transform: translateY(-120vh);

        opacity: 0;
    }
}

.bg-ripple {
    position: absolute;

    border-radius: 50%;

    border: 2px solid rgba(255, 255, 255, 0.18);

    animation: rippleExpand 10s infinite;
}

.ripple-a {
    width: 180px;
    height: 180px;
    left: 8%;
    top: 18%;
}

.ripple-b {
    width: 240px;
    height: 240px;
    right: 10%;
    bottom: 18%;

    animation-delay: 3s;
}

.ripple-c {
    width: 160px;
    height: 160px;
    left: 52%;
    top: 10%;

    animation-delay: 6s;
}

@keyframes rippleExpand {
    0% {
        transform: scale(0.5);

        opacity: 0.5;
    }

    100% {
        transform: scale(2.2);

        opacity: 0;
    }
}

@keyframes particleFloat {
    from {
        transform: translateY(420px) scale(0.3);

        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    100% {
        transform: translateY(-150px) scale(1);

        opacity: 0;
    }
}

@keyframes particleFloat {
    from {
        transform: translateY(0);

        opacity: 0.25;
    }

    to {
        transform: translateY(-900px);

        opacity: 0;
    }
}

.preloader-inner {
    width: 430px;
    padding: 60px;
    text-align: center;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

/* PREMIUM GLASS CARD */
.glass-loader-card {
    position: relative;
    width: 460px;
    max-width: 92%;
    padding: 55px 45px;
    border-radius: 30px;
    overflow: hidden;
    text-align: center;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    box-shadow:
        0 20px 70px rgba(0, 0, 0, 0.18),
        0 1px 0 rgba(255, 255, 255, 0.3);
    animation: cardFloat 4s ease-in-out infinite;
}

.glass-loader-card::before {
    content: "";
    position: absolute;
    top: -40%;
    left: -30%;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(rgba(255, 255, 255, 0.4), transparent 70%);
    filter: blur(12px);
}

.glass-loader-card::after {
    content: "";
    position: absolute;
    bottom: -90px;
    left: -10%;
    width: 120%;
    height: 150px;
    background: linear-gradient(transparent, rgba(255, 255, 255, 0.08));
}

@keyframes cardFloat {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.koch-loader {
    position: relative;
    width: 170px;
    height: 170px;
    margin: auto;
}

.koch-loader img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 105px;
    transform: translate(-50%, -50%);
    animation: logoPulse 2s infinite ease-in-out;
    z-index: 20;
}

/* WATER RIPPLE*/
.ripple {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    border: 3px solid rgba(0, 123, 255, 0.25);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: ripple 3s infinite;
}

.ripple2 {
    animation-delay: 0.6s;
}

.ripple3 {
    animation-delay: 1.2s;
}

/* BUBBLES*/
.bubble {
    position: absolute;
    background: #3db7ff;
    border-radius: 50%;
    opacity: 0.8;
}

.bubble1 {
    width: 12px;
    height: 12px;
    left: 18%;
    bottom: 25%;
    animation: floatBubble 3s infinite;
}

.bubble2 {
    width: 10px;
    height: 10px;
    right: 22%;
    bottom: 20%;
    animation: floatBubble 2.8s infinite 0.3s;
}

.bubble3 {
    width: 14px;
    height: 14px;
    left: 50%;
    bottom: 12%;
    animation: floatBubble 3.4s infinite 0.8s;
}

.bubble4 {
    width: 8px;
    height: 8px;
    left: 35%;
    bottom: 18%;
    animation: floatBubble 2.5s infinite 0.6s;
}

.bubble5 {
    width: 11px;
    height: 11px;
    right: 35%;
    bottom: 28%;
    animation: floatBubble 3.3s infinite 0.4s;
}

/* TITLE*/
/* .loader-title {
            margin-top: 20px;
            color: #fff;
            font-size: 36px;
            font-weight: 800;
            letter-spacing: 2px;
            text-transform: uppercase;
            text-shadow: 0 8px 25px rgba(0, 0, 0, .18);
        } */
.loader-title {
    display: flex;

    justify-content: center;

    gap: 4px;

    margin-top: 20px;

    font-size: 32px;

    font-weight: 800;

    letter-spacing: 4px;

    color: #ffffff;

    text-transform: uppercase;

    overflow: hidden;
}

.loader-title {
    animation: titleGlow 3s ease-in-out infinite;
}

@keyframes titleGlow {
    0% {
        text-shadow: 0 0 8px rgba(255, 255, 255, 0.15);
    }

    50% {
        text-shadow:
            0 0 20px rgba(0, 170, 255, 0.65),
            0 0 45px rgba(0, 170, 255, 0.35);
    }

    100% {
        text-shadow: 0 0 8px rgba(255, 255, 255, 0.15);
    }
}

.loader-title span {
    display: inline-block;

    opacity: 0;

    transform: translateY(35px);

    animation: letterReveal 0.6s forwards;
}

.loader-title span:nth-child(1) {
    animation-delay: 0.1s;
}

.loader-title span:nth-child(2) {
    animation-delay: 0.18s;
}

.loader-title span:nth-child(3) {
    animation-delay: 0.26s;
}

.loader-title span:nth-child(4) {
    animation-delay: 0.34s;
}

.loader-title span:nth-child(5) {
    animation-delay: 0.42s;
}

.loader-title span:nth-child(6) {
    animation-delay: 0.5s;
}

.loader-title span:nth-child(7) {
    animation-delay: 0.58s;
}

.loader-title span:nth-child(8) {
    animation-delay: 0.66s;
}

@keyframes letterReveal {
    0% {
        opacity: 0;

        transform: translateY(35px) scale(0.8);
    }

    100% {
        opacity: 1;

        transform: translateY(0) scale(1);
    }
}

.loader-text {
    opacity: 0;
    display: flex;

    justify-content: center;

    gap: 4px;
    transform: translateY(15px);
    color: white;

    animation: taglineReveal 0.8s ease 0.9s forwards;
}

@keyframes taglineReveal {
    from {
        opacity: 0;

        transform: translateY(15px);
    }

    to {
        opacity: 1;

        transform: translateY(0);
    }
}

.title-line {
    width: 0;

    height: 3px;

    margin: 18px auto;

    border-radius: 50px;

    background: linear-gradient(90deg, #18b6ff, #6ad8ff, #18b6ff);

    animation: lineGrow 0.8s ease 0.8s forwards;
}

@keyframes lineGrow {
    from {
        width: 0;

        opacity: 0;
    }

    to {
        width: 120px;

        opacity: 1;
    }
}

/*ANIMATIONS*/
@keyframes auraPulse {
    0%,
    100% {
        transform: scale(0.9);
        opacity: 0.45;
    }

    50% {
        transform: scale(1.15);
        opacity: 1;
    }
}

@keyframes shineSweep {
    from {
        left: -120px;
    }

    to {
        left: 320px;
    }
}

@keyframes logoFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes logoPulse {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.04);
    }
}

@keyframes ripple {
    0% {
        transform: translate(-50%, -50%) scale(0.7);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.7);
        opacity: 0;
    }
}

@keyframes logoPulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.08);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes floatBubble {
    0% {
        transform: translateY(0);
        opacity: 0.8;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateY(-70px);
        opacity: 0;
    }
}

@keyframes textGlow {
    0% {
        opacity: 0.7;
    }

    50% {
        opacity: 1;
        text-shadow: 0 0 12px rgba(0, 123, 255, 0.25);
    }

    100% {
        opacity: 0.7;
    }
}

@media (max-width: 768px) {
    .glass-loader-card {
        width: 92%;
        padding: 45px 25px;
        border-radius: 24px;
    }

    .loader-title {
        font-size: 30px;
        letter-spacing: 2px;
    }

    .loader-text {
        font-size: 13px;
        letter-spacing: 2px;
    }
}

.loader-progress {
    width: 260px;

    height: 10px;

    margin: 35px auto 14px;

    background: rgba(255, 255, 255, 0.18);

    border-radius: 100px;

    overflow: hidden;

    position: relative;

    box-shadow:
        inset 0 0 12px rgba(255, 255, 255, 0.18),
        0 10px 30px rgba(0, 0, 0, 0.12);

    backdrop-filter: blur(12px);
}

.loader-progress-fill {
    width: 0;

    height: 100%;

    position: relative;

    overflow: hidden;

    border-radius: 100px;

    background: linear-gradient(90deg, #33c4ff, #0088ff, #0058ff);

    animation:
        loadingFill 3.8s ease forwards,
        waterGradient 2s linear infinite;
    background-size: 300% 100%;
}

.loader-progress-bar::after {
    content: "";

    position: absolute;

    inset: 0;

    opacity: 0.25;

    background:
        radial-gradient(
            circle at 15px 5px,
            rgba(255, 255, 255, 0.55) 3px,
            transparent 4px
        ),
        radial-gradient(
            circle at 45px 8px,
            rgba(255, 255, 255, 0.35) 2px,
            transparent 3px
        ),
        radial-gradient(
            circle at 75px 6px,
            rgba(255, 255, 255, 0.45) 3px,
            transparent 4px
        );

    animation: waterTexture 3s linear infinite;
}

@keyframes waterTexture {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(70px);
    }
}

.loader-progress-shine {
    position: absolute;

    top: 0;

    left: -45%;

    width: 40%;

    height: 100%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.75),
        transparent
    );

    animation: progressShine 1.3s linear infinite;
}

@keyframes waterGradient {
    0% {
        background-position: 0%;
    }

    100% {
        background-position: 200%;
    }
}

@keyframes loadingFill {
    0% {
        width: 0;
    }

    25% {
        width: 30%;
    }

    50% {
        width: 55%;
    }

    70% {
        width: 82%;
    }

    100% {
        width: 100%;
    }
}

@keyframes progressShine {
    from {
        left: -45%;
    }

    to {
        left: 130%;
    }
}

.loader-percent {
    font-size: 14px;

    color: #dbefff;

    font-weight: 500;

    letter-spacing: 1px;

    text-align: center;

    animation: textBlink 2s infinite;
}

@keyframes textBlink {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

.lens-flare {
    position: absolute;

    top: -80px;

    left: -80px;

    width: 220px;

    height: 220px;

    border-radius: 50%;

    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.9) 0%,

        rgba(255, 255, 255, 0.25) 25%,

        transparent 70%
    );

    filter: blur(12px);

    opacity: 0.55;

    animation: lensMove 7s ease-in-out infinite;

    pointer-events: none;
}

@keyframes lensMove {
    0% {
        transform: translate(-30px, -20px) scale(0.8);
    }

    50% {
        transform: translate(90px, 60px) scale(1.2);
    }

    100% {
        transform: translate(-30px, -20px) scale(0.8);
    }
}

.glass-shine {
    position: absolute;

    inset: 0;

    overflow: hidden;

    border-radius: 28px;
}

.glass-shine::before {
    content: "";

    position: absolute;

    top: -50%;

    left: -40%;

    width: 35%;

    height: 200%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.35),
        transparent
    );

    transform: rotate(25deg);

    animation: glassSweep 5s linear infinite;
}

@keyframes glassSweep {
    from {
        left: -60%;
    }

    to {
        left: 160%;
    }
}

.logo-reflection {
    position: absolute;

    bottom: 80px;

    left: 50%;

    transform: translateX(-50%);

    width: 180px;

    height: 70px;

    border-radius: 50%;

    background: radial-gradient(
        ellipse,
        rgba(0, 170, 255, 0.35),
        transparent 70%
    );

    filter: blur(18px);

    animation: reflectionPulse 3s ease-in-out infinite;
}

@keyframes reflectionPulse {
    0%,
    100% {
        opacity: 0.35;

        transform: translateX(-50%) scale(0.9);
    }

    50% {
        opacity: 0.7;

        transform: translateX(-50%) scale(1.15);
    }
}

.particles {
    position: absolute;

    inset: 0;

    overflow: hidden;

    pointer-events: none;
}

.particles span {
    position: absolute;

    width: 6px;

    height: 6px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.65);

    filter: blur(0.5px);

    animation: particleFloat linear infinite;
}

.particles span:nth-child(1) {
    left: 10%;

    animation-duration: 8s;
}

.particles span:nth-child(2) {
    left: 24%;

    animation-duration: 10s;
}

.particles span:nth-child(3) {
    left: 38%;

    animation-duration: 9s;
}

.particles span:nth-child(4) {
    left: 52%;

    animation-duration: 11s;
}

.particles span:nth-child(5) {
    left: 66%;

    animation-duration: 8.5s;
}

.particles span:nth-child(6) {
    left: 78%;

    animation-duration: 10.5s;
}

.particles span:nth-child(7) {
    left: 90%;

    animation-duration: 9.5s;
}

.particles span:nth-child(8) {
    left: 45%;

    animation-duration: 12s;
}

.glass-loader {
    box-shadow:
        0 25px 70px rgba(0, 0, 0, 0.28),
        0 0 80px rgba(0, 132, 255, 0.18),
        inset 0 0 1px rgba(255, 255, 255, 0.45);
}

.background-aura {
    position: absolute;

    width: 650px;

    height: 650px;

    border-radius: 50%;

    background: radial-gradient(rgba(0, 153, 255, 0.18), transparent 72%);

    filter: blur(50px);

    animation: auraRotate 12s linear infinite;
}

@keyframes auraRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.sparkles {
    position: absolute;

    inset: 0;

    pointer-events: none;
}

.sparkles span {
    position: absolute;

    width: 5px;

    height: 5px;

    background: #ffffff;

    border-radius: 50%;

    box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);

    animation: sparkle 3s infinite ease-in-out;
}

.sparkles span:nth-child(1) {
    top: 18%;
    left: 22%;
    animation-delay: 0s;
}

.sparkles span:nth-child(2) {
    top: 28%;
    right: 20%;
    animation-delay: 0.8s;
}

.sparkles span:nth-child(3) {
    bottom: 24%;
    left: 28%;
    animation-delay: 1.6s;
}

.sparkles span:nth-child(4) {
    bottom: 18%;
    right: 24%;
    animation-delay: 2.4s;
}

@keyframes sparkle {
    0%,
    100% {
        transform: scale(0.4);

        opacity: 0;
    }

    50% {
        transform: scale(1.4);

        opacity: 1;
    }
}
/*==========================================
PRELOADER EXIT
==========================================*/

.preloader.fade-out {
    animation: preloaderFade 0.9s ease forwards;
}

.glass-card.exit {
    animation: cardShrink 0.8s ease forwards;
}
.glass-card {
    position: relative;

    width: 470px;

    max-width: 92%;

    padding: 50px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    gap: 20px;

    text-align: center;

    border-radius: 28px;

    background: rgba(255, 255, 255, 0.12);

    backdrop-filter: blur(18px);

    border: 1px solid rgba(255, 255, 255, 0.18);

    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.25);
}

@keyframes preloaderFade {
    to {
        opacity: 0;

        visibility: hidden;
    }
}

@keyframes cardShrink {
    0% {
        transform: scale(1);

        opacity: 1;
    }

    30% {
        transform: scale(1.06);
    }

    100% {
        transform: scale(0.72);

        opacity: 0;
    }
}
.preloader::after {
    content: "";

    position: absolute;

    width: 160px;

    height: 160px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.12);

    opacity: 0;

    transform: scale(0.2);

    pointer-events: none;
}

.preloader.fade-out::after {
    animation: rippleExit 0.9s ease;
}

@keyframes rippleExit {
    0% {
        opacity: 0.8;

        transform: scale(0.2);
    }

    100% {
        opacity: 0;

        transform: scale(14);
    }
}

/* AVATER ON WELCOME .BLADE .PHP */

