.form-section-modal-blk {
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 40px;
    padding: 90px;
    background: #01C2F3;
    position: relative;
    overflow: hidden;
}

.form-section-modal-blk h1 {
    color: #1D458C;
    font-family: 'MangoGrotesque-Bold', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 44px;
    font-weight: 100;
    letter-spacing: 1px;
}

.form-section-modal-blk .flex-box-blk {
    gap: 10px;
    align-items: center;
}

.form-section-modal-blk p {
    color: #475467;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.form-section-modal-blk .container-pill-list-blk {
    margin-top: 20px;
    width: 450px;
    position: relative;
    z-index: 999;
}

.form-section-modal-blk .container-pill-list-blk>.flex-box-blk {
    padding: 25px;
    border-radius: 24px;
    background:#132F5D;
    margin-top: 20px;
}

.form-section-modal-blk .container-pill-list-blk>.flex-box-blk p {
    color: #FFF;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.form-section-modal-blk .container-pill-list-blk button {
    border-radius: 16px;
    margin-top: 20px;
    display:flex;
    padding: 12px;
    gap: 10px;
    align-items: center;
    justify-content: center;
    background: #FECF0C;
    width: 100%;
    font-weight: 600;
    border : 0;
    cursor: pointer;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}



/* Decorative Circles Design */
.decorative-circles {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 1000px;
    height: 1000px;
    z-index: 1;
}

.circle-orbit {
    position: absolute;
    border: 1px solid #1D458C;
    border-radius: 50%;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
}

.orbit-1 {
    width: 30%;
    height: 30%;
    opacity: 100%;
}

.orbit-2 {
    width: 45%;
    height: 45%;
    opacity: 80%;
}

.orbit-3 {
    width: 61%;
    height: 61%;
    opacity: 60%;
}

.orbit-4 {
    width: 78%;
    height: 78%;
    opacity: 40%;
}

.orbit-5 {
    width: 96%;
    height: 96%;
    opacity: 20%;
}

.dot {
    position: absolute;
    width: 21px;
    height: 21px;
    background: #1D458C;
    border-radius: 50%;
}

.orbit-1 .dot {
    top: -5%;
    left: 47%;
}

.orbit-2 .dot-1 {
    top: 96.5%;
    left: 41%;
}

.orbit-2 .dot-2 {
    top: 30%;
    left: -0.5%;
}

.orbit-3 .dot-1 {
    top: 4%;
    left: 23%;
}

.orbit-3 .dot-2 {
    top: 70%;
    left: 3%;
}

.orbit-4 .dot {
    top: 50%;
    left: -2%;
}

.orbit-5 .dot-1 {
    top: 73%;
    left: 5%;
}

.orbit-5 .dot-2 {
    top: 23.5%;
    left: 5%;
}



.modal-overlay {
    display: none;
    position: fixed;
    z-index: 99999999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.90);
    animation: fadeIn 0.3s ease forwards;

}

.modal-content-form {
    background: linear-gradient(180deg, #09172E 0%, #06101F 100%);
    color: #111827;
    border-radius: 10px;
    max-width: 1200px;
    margin: 60px auto;
    width: 100%;
        padding: 80px 96px;
    position: relative;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    animation: slideUp 0.4s ease;
}


.modal-content-form h2 {
    color:  #FFF;
    font-family: 'MangoGrotesque-Bold', Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 1.44px;
    text-transform: capitalize;
    margin-bottom: 20px;
    display:block;
}

.modal-content-form p {
    color:#fff;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: 24px;
}

.modal-content-form .input-section-blk {
    display: block;
}

.close-modal {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.demo-form-update {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    padding: 25px;
    background:red;
    border-radius: 24px;
    background: #0D1F3E;
}

.demo-form-update .flex-box-blk {
    gap: 10px;
}

.demo-form-update .flex-box-blk div {
    flex: 1;
}

.demo-form-update label {
    color: #FFF;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: block;
    margin-bottom: 5px;
}

.demo-form-update input {
    padding: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #132F5D;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    background:none;
    color:#fff;
}

.demo-form-update textarea {
    padding: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #132F5D;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    background: none;
    color: #fff;
    resize:none;
    height: 200px;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
}

.demo-form-update input:focus, .demo-form-update textarea:focus {
    outline:none;
}

.submit-btn {
    background-color: #facc15;
    border: none;
    border-radius: 6px;
    padding: 10px 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #eab308;
}

.input-error {
    border: 1px solid #ff4d4f !important;
}

.error-msg {
    color: #ff4d4f;
    font-size: 13px;
    margin-top: -10px;
    margin-bottom: 10px;
    display: block;
}

.demo-form-update .glow-button {
    position: relative;
    display: flex;
    margin-left: auto;
    width: 200px;
    text-align: center;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    background: rgba(1, 194, 243, 0.15);
    border: 2px solid rgba(1, 194, 243, 0.8);
    border-radius: 15px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.5s ease-in-out box-shadow 0.3s ease-in-out; box-shadow: 0 0 10px rgba(1, 194, 243, 1) inset, 0 0 30px rgb(5 5 5 / 20%) inset;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    margin-top: 20px;
}

.demo-form-update .glow-button span {
    position: relative;
    z-index: 2;
}

.demo-form-update .glow-button .flex-box-blk {
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.demo-form-update .glow-button .flex-box-blk p {
    color: #FFF;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.demo-form-update .glow-button img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.success-paragraph-blk {
    display:none;
}

.loading-dots::after {
    content: " .";
    animation: dots 1.5s steps(5, end) infinite;
}

@keyframes dots {

    0%,
    20% {
        content: " .";
    }

    40% {
        content: " ..";
    }

    60% {
        content: " ...";
    }

    80%,
    100% {
        content: " .";
    }
}

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}


@media screen and (max-width: 998px) {
    .form-section-modal-blk {
        padding: 50px;
    }
    .form-section-modal-blk .container-pill-list-blk {
        width: 100%;
    }
}