﻿
@keyframes dot1_ {
    3%,97% {
        width: 160px;
        height: 100px;
        margin-top: -50px;
        margin-left: -80px;
    }

    30%,36% {
        width: 80px;
        height: 120px;
        margin-top: -60px;
        margin-left: -40px;
    }

    63%,69% {
        width: 40px;
        height: 80px;
        margin-top: -40px;
        margin-left: -20px;
    }
}

@keyframes dot2_ {
    3%,97% {
        height: 90px;
        width: 150px;
        margin-left: -75px;
        margin-top: -45px;
    }

    30%,36% {
        width: 70px;
        height: 96px;
        margin-left: -35px;
        margin-top: -48px;
    }

    63%,69% {
        width: 32px;
        height: 60px;
        margin-left: -16px;
        margin-top: -30px;
    }
}

@keyframes dot3_ {
    3%,97% {
        height: 20px;
        width: 40px;
        margin-left: -20px;
        margin-top: 50px;
    }

    30%,36% {
        width: 8px;
        height: 8px;
        margin-left: -5px;
        margin-top: 49px;
        border-radius: 8px;
    }

    63%,69% {
        width: 16px;
        height: 4px;
        margin-left: -8px;
        margin-top: -37px;
        border-radius: 10px;
    }
}


.rz-body, .rz-footer {
    background: url(../Images/Menu_Img/BG.png) no-repeat fixed top center #fafafa;
}

.rz-body {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.rz-fieldset-legend-text {
    font-size: large;
    font-weight: 500;
}

.uploadBtn:hover {
    transform: scale(1.03);
}

.uploadBtn {
    transition: all 0.5s ease-in-out;
}

input[type="file"] {
    display: none;
}

.buttonMR {
    position: relative;
    padding: 6px 18px;
    border-radius: 6px;
    border: none;
    color: #28363c !important;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    background-color: #fafafa;
    transition: all 0.2s ease;
}

    .buttonMR:active {
        transform: scale(0.96);
    }

    .buttonMR:before,
    .buttonMR:after {
        position: absolute;
        content: "";
        width: 150%;
        left: 50%;
        height: 100%;
        transform: translateX(-50%);
        z-index: -1000;
        background-repeat: no-repeat;
    }

    .buttonMR:hover:before {
        top: -70%;
        background-image: radial-gradient(circle, #fafafa 20%, transparent 20%), radial-gradient(circle, transparent 20%, #fafafa 20%, transparent 30%), radial-gradient(circle, #fafafa 20%, transparent 20%), radial-gradient(circle, #fafafa 20%, transparent 20%), radial-gradient(circle, transparent 10%, #fafafa 15%, transparent 20%), radial-gradient(circle, #fafafa 20%, transparent 20%), radial-gradient(circle, #fafafa 20%, transparent 20%), radial-gradient(circle, #fafafa 20%, transparent 20%), radial-gradient(circle, #fafafa 20%, transparent 20%);
        background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
        background-position: 50% 120%;
        animation: greentopBubbles 0.6s ease;
    }
.rz-form .rz-text-truncate {
    right: auto;
/*    top: var(--rz-form-field-label-floating-top);
    transform: translate(0, 0);
    color: var(--rz-input-placeholder-color);
    background-color: #e9edf0 !important;*/
    font-size: 0.75rem;
    line-height: 0.75rem;
    max-width: fit-content !important;
}

/*.rz-text-truncate {
    right: auto;
    top: var(--rz-form-field-label-floating-top);
    transform: translate(0, 0);
    color: var(--rz-input-placeholder-color);
    background-color: inherit !important;
    font-size: 0.75rem;
    line-height: 0.75rem;
    max-width: calc(100% - 1.5rem);
}*/





/**/

/* From Uiverse.io by Shoh2008 */
/*.loader {
    display: block;
    width: 84px;
    height: 84px;
    position: relative;
}

    .loader:before, .loader:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 64px;
        height: 64px;
        border-radius: 50%;
        background: #80a4ab;
        transform: translate(-50%, -100%) scale(0);
        animation: push_401 2s infinite linear;
    }

    .loader:after {
        animation-delay: 1s;
    }

@keyframes push_401 {
    0%, 50% {
        transform: translate(-50%, 0%) scale(1)
    }

    100% {
        transform: translate(-50%, -100%) scale(0)
    }
}*/

/**/
@keyframes slideIn {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

.slide-in {
    animation: slideIn 1s ease-out;
}

/* */


@keyframes slideUpBounce {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    80% {
        transform: translateY(-10px);
        opacity: 1;
    }

    100% {
        transform: translateY(0);
    }
}

.dock-slide-up {
    animation: slideUpBounce 1s ease-out;
}

/*.rz-dropdown-panel {
    width: 100%;
    min-width: 275px !important;
    max-width: 400px;
    overflow-x: auto;
}*/
.rz-fieldset-content {
    padding-left: 5px;
    padding-right: 5px;
}

@media screen and (max-width: 575.98px) {
    .rz-datepicker-popup-container {
        left: 0px !important;
        width: auto !important;
    }

    .rz-dropdown-panel {
        display: block;
        padding: 0px;
        width: 140.467px;
        z-index: 2000;
        top: 371px;
        min-width: 95% !important;
        left: 0px !important;
    }
}


.id-header2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #e0e7e8;
    /* border-radius: 15px; */
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-bottom: 2px;
}

    .id-header2 h2 {
        color: #80a4ab;
        margin-left: 40px;
        color: #80a4ab;
        margin-left: 40px;
        margin-bottom: 0px;
        padding: 20px 5px;
        font-size: 16px;
        font-weight: 600;
    }

    .id-header2 .id-logo {
        position: absolute;
        left: 0;
        width: 65px;
    }

.id-photo {
    border-radius: 25%;
    /* margin-top: 5rem; */
    margin-bottom: -4rem;
    border: 5px solid #e0e7e8;
    width: 120px;
}

.id-details {
    padding: 1rem;
    margin-top: 3rem;
}

    .id-details h1 {
        text-align: center;
        font-size: 1.5rem;
        text-transform: uppercase;
        margin-bottom: 0.3rem;
    }

    .id-details h3 {
        text-align: center;
        /* color: #ff0000; */
        margin-top: 0;
        font-size: 1rem;
        text-transform: uppercase;
    }

    .id-details .m-info {
        display: grid;
        grid-template-columns: 1fr;
        /* gap: 1rem; */
    }

    .id-details .m-info-group {
        /* margin-bottom: 1rem; */
        text-transform: uppercase;
    }

        .id-details .m-info-group .info-value {
            color: #3a474d;
            font-weight: 500;
        }

            .id-details .m-info-group .info-value.email {
                text-transform: lowercase;
            }

        .id-details .m-info-group h4 {
            margin-bottom: 0;
            margin-top: 0.2rem;
        }

.id-footer {
    background-color: #02283D;
    color: #FFFFFF;
    text-align: center;
    padding: 0.3rem;
}

.id-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    padding: 0 1rem;
}

    .id-bottom .m-qrcode img {
        width: 60px;
        height: 60px;
        padding-right: 5px !important;
    }

    .id-bottom .m-signature {
        text-align: center;
        /* font-size: 0.9rem;*/
        font-size: 0.7rem;
        margin: auto;
    }

        .id-bottom .m-signature img {
            width: 120px;
            /* height: 50px; */
        }








/* Two-Column Layout */
.login-container {
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e9f2 100%);
}

.svg-column {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.login-svg {
    max-width: 100%;
    height: auto;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .svg-column {
        display: none; /* Hide SVG on mobile */
    }
}


.rz-body, .rz-footer, .getheaderbg, .mr_bg {
    background: url(../Images/Menu_Img/BG.png) no-repeat fixed top center #fafafa;
}


.rz-body {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.rz-dialog-mask {
    height: 450vh !important;
}

.rz-fieldset-legend-text {
    font-size: large;
    font-weight: 500;
}

.uploadBtn:hover {
    transform: scale(1.03);
}

.uploadBtn {
    transition: all 0.5s ease-in-out;
}

input[type="file"] {
    display: none;
}

.buttonMR {
    position: relative;
    padding: 6px 18px;
    border-radius: 6px;
    border: none;
    color: #28363c !important;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    background-color: #fafafa;
    transition: all 0.2s ease;
}

    .buttonMR:active {
        transform: scale(0.96);
    }

    .buttonMR:before,
    .buttonMR:after {
        position: absolute;
        content: "";
        width: 150%;
        left: 50%;
        height: 100%;
        transform: translateX(-50%);
        z-index: -1000;
        background-repeat: no-repeat;
    }

    .buttonMR:hover:before {
        top: -70%;
        background-image: radial-gradient(circle, #fafafa 20%, transparent 20%), radial-gradient(circle, transparent 20%, #fafafa 20%, transparent 30%), radial-gradient(circle, #fafafa 20%, transparent 20%), radial-gradient(circle, #fafafa 20%, transparent 20%), radial-gradient(circle, transparent 10%, #fafafa 15%, transparent 20%), radial-gradient(circle, #fafafa 20%, transparent 20%), radial-gradient(circle, #fafafa 20%, transparent 20%), radial-gradient(circle, #fafafa 20%, transparent 20%), radial-gradient(circle, #fafafa 20%, transparent 20%);
        background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
        background-position: 50% 120%;
        animation: greentopBubbles 0.6s ease;
    }

/*.rz-text-truncate {
            right: auto;
            top: var(--rz-form-field-label-floating-top);
            transform: translate(0, 0);*/
/*     color: var(--rz-input-placeholder-color);
            background-color: inherit !important;*/
/*font-size: 0.75rem !important;
            line-height: 0.75rem;
            max-width: fit-content !important;
        }*/
.rz-text-truncate span {
    font-size: 0.73rem !important;
    line-height: 0.78rem !important;
}

.rz-form-field-label:last-child {
    inset-inline-end: 1.5rem;
    /* background-color: rgba(128, 164, 171, 0.4) !important;
            color: currentColor;*/
    font-size: 0.75rem !important;
    line-height: 0.78rem !important;
    max-width: fit-content !important;
}

.rz-dropdown-items-wrapper, .rz-multiselect-items-wrapper {
    overflow: auto;
    margin: 0;
    border-radius: var(--rz-input-border-radius);
}

.NeedWrap .rz-cell-data {
    text-wrap: auto !important;
}

/*        ForIDCard*/

.id-card {
    border: 1px solid #ddd;
    /* width: fit-content; */
    width: 320px;
    margin: auto;
}

.id-header {
    display: flex;
    justify-content: center;
    position: relative;
    /* background-color: #80a4ab;
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%; */
}


.id-header2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #e0e7e8;
    /* border-radius: 15px; */
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-bottom: 2px;
}

    .id-header2 h2 {
        color: #80a4ab;
        margin-left: 40px;
        color: #80a4ab;
        margin-left: 40px;
        margin-bottom: 0px;
        padding: 20px 5px;
        font-size: 16px;
        font-weight: 600;
    }

    .id-header2 .id-logo {
        position: absolute;
        left: 0;
        width: 65px;
    }

.id-photo {
    border-radius: 25%;
    /* margin-top: 5rem; */
    margin-bottom: -4rem;
    border: 5px solid #e0e7e8;
    width: 120px;
}

.id-details {
    padding: 1rem;
    margin-top: 3rem;
}

    .id-details h1 {
        text-align: center;
        font-size: 1.5rem;
        text-transform: uppercase;
        margin-bottom: 0.3rem;
    }

    .id-details h3 {
        text-align: center;
        /* color: #ff0000; */
        margin-top: 0;
        font-size: 1rem;
        text-transform: uppercase;
    }

    .id-details .m-info {
        display: grid;
        grid-template-columns: 1fr;
        /* gap: 1rem; */
    }

    .id-details .m-info-group {
        /* margin-bottom: 1rem; */
        text-transform: uppercase;
    }

        .id-details .m-info-group .info-value {
            color: #3a474d;
            font-weight: 500;
        }

            .id-details .m-info-group .info-value.email {
                text-transform: lowercase;
            }

        .id-details .m-info-group h4 {
            margin-bottom: 0;
            margin-top: 0.2rem;
        }

.id-footer {
    background-color: #02283D;
    color: #FFFFFF;
    text-align: center;
    padding: 0.3rem;
}

.id-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    padding: 0 1rem;
}

    .id-bottom .m-qrcode img {
        width: 60px;
        height: 60px;
        padding-right: 5px !important;
    }

    .id-bottom .m-signature {
        text-align: center;
        font-size: 0.7rem;
        margin: auto;
    }

        .id-bottom .m-signature img {
            width: 120px;
            /* height: 50px; */
        }


/*Certificate*/
.certificateIClub {
    margin: auto;
    width: 297mm;
    height: 210mm;
    background: linear-gradient(to bottom, #ffffff 0%, #fefff5 100%);
    position: relative;
    box-shadow: 0 30px 90px rgba(0,0,0,0.5);
}

/* Decorative Background Pattern */
.bg-decorationIClub {
    position: absolute;
    inset: 0;
    opacity: 0.03;
    background-image: radial-gradient(circle at 20% 50%, #0f4c3a 2px, transparent 2px), radial-gradient(circle at 80% 50%, #0f4c3a 2px, transparent 2px);
    background-size: 50px 50px;
    background-position: 0 0, 25px 25px;
}

/* Main Border */
.main-borderIClub {
    position: absolute;
    top: 2mm;
    left: 3mm;
    right: 3mm;
    bottom: 2mm;
    border: 4px solid #0f4c3a;
    /*background: linear-gradient(45deg, transparent 0%, transparent 48%, #0f4c3a 48%, #0f4c3a 52%, transparent 52%, transparent 100%);*/
    background: linear-gradient( 45deg, transparent 0%, transparent 48%, rgba(15, 76, 58, 0.5) 48%, /* 50% opacity */
    rgba(15, 76, 58, 0.5) 52%, /* 50% opacity */
    transparent 52%, transparent 100% );
    background-size: 15px 15px;
    background-repeat: repeat;
    padding: 3px;
}

    .main-borderIClub::before {
        content: '';
        position: absolute;
        inset: 8px;
        border: 2px solid #d4af37;
        box-shadow: 0 0 0 2px #0f4c3a inset;
    }

/* Corner Flourishes */
.flourishIClub {
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 5;
}

    .flourishIClub::before,
    .flourishIClub::after {
        content: '';
        position: absolute;
        background: #d4af37;
    }

.flourish-tlIClub {
    top: 14mm;
    left: 14mm;
}

.flourish-tlIClub::before {
    width: 60px;
    height: 3px;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #d4af37, transparent);
}

.flourish-tlIClub::after {
    width: 3px;
    height: 60px;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #d4af37, transparent);
}

.flourish-trIClub {
    top: 14mm;
    right: 14mm;
}

.flourish-trIClub::before {
    width: 60px;
    height: 3px;
    top: 0;
    right: 0;
    background: linear-gradient(to left, #d4af37, transparent);
}

.flourish-trIClub::after {
    width: 3px;
    height: 60px;
    top: 0;
    right: 0;
    background: linear-gradient(to bottom, #d4af37, transparent);
}

.flourish-blIClub {
    bottom: 14mm;
    left: 14mm;
}

.flourish-blIClub::before {
    width: 60px;
    height: 3px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #d4af37, transparent);
}

.flourish-blIClub::after {
    width: 3px;
    height: 60px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #d4af37, transparent);
}

.flourish-brIClub {
    bottom: 14mm;
    right: 14mm;
}

.flourish-brIClub::before {
    width: 60px;
    height: 3px;
    bottom: 0;
    right: 0;
    background: linear-gradient(to left, #d4af37, transparent);
}

.flourish-brIClub::after {
    width: 3px;
    height: 60px;
    bottom: 0;
    right: 0;
    background: linear-gradient(to top, #d4af37, transparent);
}

/* Content Container */
.contentIClub {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35mm 45mm;
}

/* Header Section */
.headerIClub {
    text-align: center;
    margin-bottom: 8px;
}

.logo-sectionIClub {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.logoIClub {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #0f4c3a 0%, #2d9e7f 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    border: 3px solid #d4af37;
    box-shadow: 0 5px 20px rgba(15,76,58,0.3);
}

.institution-nameIClub {
    font-family: 'Playfair Display', serif;
    font-size: 45px;
    font-weight: 900;
    color: #0f4c3a;
    letter-spacing: 2px;
    /*text-transform: uppercase;*/
}

.cert-labelIClub {
    font-size: 13px;
    letter-spacing: 6px;
    color: #555;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 5px;
}

.cert-titleIClub {
    font-family: 'Playfair Display', serif;
    font-size: 35px;
    font-weight: 800;
    color: #0f4c3a;
    margin: 10px 0;
    letter-spacing: 2px;
    text-shadow: 2px 2px 0px rgba(212,175,55,0.3);
}

.cert-subtitleIClub {
    font-family: 'Libre Baskerville', serif;
    font-size: 20px;
    color: #2d9e7f;
    font-style: italic;
    font-weight:900;
}

/* Divider */
.dividerIClub {
    height: 3px;
    background: linear-gradient(to right, transparent, #d4af37 20%, #d4af37 80%, transparent);
    margin: 12px auto;
    width: 400px;
    position: relative;
}

    .dividerIClub::after {
        content: '◆';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: white;
        color: #d4af37;
        padding: 0 10px;
        font-size: 14px;
    }

/* Body Section */
.bodyIClub {
    text-align: center;
    margin: 15px 0;
}

.presented-textIClub {
    font-family: 'Libre Baskerville', serif;
    font-size: 18px;
    color: #666;
    margin-bottom: 15px;
    font-weight: 600;
}

.recipientIClub {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 700;
    color: #0f4c3a;
    margin: 18px 0;
    padding: 0 30px;
    display: inline-block;
    border-bottom: 3px solid #d4af37;
    position: relative;
}

.achievementIClub {
    display: inline-block;
    background: linear-gradient(135deg, #0f4c3a 0%, #2d9e7f 100%);
    color: #d4af37;
    padding: 12px 35px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 15px 0;
    box-shadow: 0 5px 15px rgba(15,76,58,0.4);
    border: 2px solid #d4af37;
}

.descriptionIClub {
    font-family: 'Libre Baskerville', serif;
    font-size: 16px;
    color: #555;
    line-height: 1.9;
    max-width: 700px;
    margin: 15px auto;
}

.event-highlightIClub {
    font-weight: 700;
    color: #0f4c3a;
    font-size: 17px;
}

/* Footer Section */
.footerIClub {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    padding: 0 10px;
}

.sign-blockIClub {
    text-align: center;
    min-width: 180px;
}

.sign-nameIClub {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 700;
    color: #0f4c3a;
    padding-top: 10px;
    border-top: 2px solid #0f4c3a;
    margin-bottom: 5px;
}

.sign-titleIClub {
    font-size: 11px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.date-sectionIClub {
    text-align: center;
}

.date-labelIClub {
    font-size: 10px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.date-valueIClub {
    font-family: 'Libre Baskerville', serif;
    font-size: 15px;
    color: #0f4c3a;
    font-weight: 700;
    border-top: 2px solid #0f4c3a;
    padding-top: 10px;
}

/* Seal */
.sealIClub {
    position: absolute;
    bottom: 20mm;
    left: 20mm;
    width: 100px;
    height: 100px;
    z-index: 10;
}

.seal-circleIClub {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle, #fff 0%, #f5f5f5 70%);
    border: 5px double #d4af37;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 25px rgba(0,0,0,0.3);
    transform: rotate(-12deg);
    position: relative;
}

    .seal-circleIClub::before {
        content: '';
        position: absolute;
        width: 110px;
        height: 110px;
        border: 2px solid rgba(212,175,55,0.4);
        border-radius: 50%;
        border-style: dashed;
    }

.seal-iconIClub {
    font-size: 32px;
    margin-bottom: 3px;
}

.seal-textIClub {
    font-family: 'Playfair Display', serif;
    font-size: 9px;
    font-weight: 700;
    color: #0f4c3a;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.seal-yearIClub {
    font-size: 14px;
    color: #d4af37;
    font-weight: 700;
    margin-top: 2px;
}

/* Print Button */

@media print {
    .bodyIClub {
        background: white;
        padding: 0;
    }

    .certificateIClub {
        box-shadow: none;
    }

    .print-btn {
        display: none;
    }
}

@media (max-width: 1200px) {
    .certificateIClub {
        width: 100%;
        height: auto;
        aspect-ratio: 297/210;
    }

    .contentIClub {
        padding: 5vw 8vw;
    }

    .cert-titleIClub {
        font-size: 8vw;
    }

    .recipientIClub {
        font-size: 6vw;
    }

    .sCustomIClub {
        margin-left: 80px;
    }

    /*.seal {
         display: none; 
    }*/
}



/*Global Loader*/
.logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 800px;
    padding: 2rem;
}

.logo-text {
    color: white;
    font-size: 3rem;
    font-weight: bold;
    margin-top: 1rem;
    text-align: center;
    background: linear-gradient(90deg, #598087, #7ba8b0, #8cbac2, #4a6e75);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 400% 400%;
    animation: gradientShift 4s ease infinite;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
}

.inline-block {
    display: inline-block;
}

.dash {
    animation: dashArray 2s ease-in-out infinite, dashOffset 2s linear infinite;
}

.spin {
    animation: spinDashArray 2s ease-in-out infinite, spin 8s ease-in-out infinite, dashOffset 2s linear infinite;
    transform-origin: center;
}

@keyframes dashArray {
    0% {
        stroke-dasharray: 0 1 359 0;
    }

    50% {
        stroke-dasharray: 0 359 1 0;
    }

    100% {
        stroke-dasharray: 359 1 0 0;
    }
}

@keyframes spinDashArray {
    0% {
        stroke-dasharray: 270 90;
    }

    50% {
        stroke-dasharray: 0 360;
    }

    100% {
        stroke-dasharray: 250 90;
    }
}

@keyframes dashOffset {
    0% {
        stroke-dashoffset: 385;
    }

    100% {
        stroke-dashoffset: 5;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    12.5%, 25% {
        transform: rotate(270deg);
    }

    37.5%, 50% {
        transform: rotate(540deg);
    }

    62.5%, 75% {
        transform: rotate(810deg);
    }

    87.5%, 100% {
        transform: rotate(1080deg);
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.logo-svg {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.3));
}

    .logo-svg path {
        stroke-linejoin: round;
        stroke-linecap: round;
    }

    .logo-svg .dash {
        animation: dashArray 2s ease-in-out infinite, dashOffset 2s linear infinite;
    }

    .logo-svg .spin {
        animation: spinDashArray 2s ease-in-out infinite, spin 8s ease-in-out infinite, dashOffset 2s linear infinite;
        transform-origin: center;
    }

.subtitle {
    color: #a8c8cf;
    font-size: 1.2rem;
    margin-top: 0.5rem;
    text-align: center;
    font-weight: 400;
    opacity: 0.9;
    max-width: 400px;
}

@media (max-width: 768px) {
    .logo-svg {
        max-width: 300px;
    }

    .logo-text {
        font-size: 2.5rem;
    }

    .subtitle {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .logo-svg {
        max-width: 250px;
    }

    .logo-text {
        font-size: 2rem;
    }

    .subtitle {
        font-size: 0.9rem;
    }
}

.logo-container2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: fit-content;
    padding: 0px!important;
}



.loader2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: fit-content;
}

.inline-block {
    display: inline-block;
}

.dash {
    animation: dashArray 2s ease-in-out infinite, dashOffset 2s linear infinite;
}

.spin {
    animation: spinDashArray 2s ease-in-out infinite, spin 8s ease-in-out infinite, dashOffset 2s linear infinite;
    transform-origin: center;
}

@keyframes dashArray {
    0% {
        stroke-dasharray: 0 1 359 0;
    }

    50% {
        stroke-dasharray: 0 359 1 0;
    }

    100% {
        stroke-dasharray: 359 1 0 0;
    }
}

@keyframes spinDashArray {
    0% {
        stroke-dasharray: 270 90;
    }

    50% {
        stroke-dasharray: 0 360;
    }

    100% {
        stroke-dasharray: 250 90;
    }
}

@keyframes dashOffset {
    0% {
        stroke-dashoffset: 385;
    }

    100% {
        stroke-dashoffset: 5;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    12.5%, 25% {
        transform: rotate(270deg);
    }

    37.5%, 50% {
        transform: rotate(540deg);
    }

    62.5%, 75% {
        transform: rotate(810deg);
    }

    87.5%, 100% {
        transform: rotate(1080deg);
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.logo-svg2 {
    width: 60px;
    max-width: 400px;
    height: auto;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.3));
}

    .logo-svg path {
        stroke-linejoin: round;
        stroke-linecap: round;
    }

    .logo-svg .dash {
        animation: dashArray 2s ease-in-out infinite, dashOffset 2s linear infinite;
    }

    .logo-svg .spin {
        animation: spinDashArray 2s ease-in-out infinite, spin 8s ease-in-out infinite, dashOffset 2s linear infinite;
        transform-origin: center;
    }

 

@media (max-width: 768px) {
    .logo-svg {
        max-width: 300px;
    }

    .logo-text {
        font-size: 2.5rem;
    }

    .subtitle {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .logo-svg {
        max-width: 250px;
    }

    .logo-text {
        font-size: 2rem;
    }

    .subtitle {
        font-size: 0.9rem;
    }
}
