 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

 body {
     height: auto;
 }

 @media(min-height:1140px) {
     body {
         height: 100vh;
     }
 }

 body {
     /* background: radial-gradient(circle at center, #0162eb 0%, #013a82 100%); */
     /* height: 100vh; */
     display: flex;
     align-items: center;
     justify-content: center;
     /* overflow: hidden; */
     font-family: 'Montserrat', sans-serif;
     background: linear-gradient(to bottom,
             #2196f3 0%,
             #176fd1 30%,
             #0d4fa3 60%,
             #07336b 100%) !important;
 }

 /* login_page_css_start */
 /* LEFT PANEL TRACING */
 .left-panel {
     width: 50%;
     height: 100%;
     /* background: linear-gradient(180deg, #0060e3 0%, #0045a3 100%); */
     position: relative;
     z-index: 1;
 }

 /* Large Curve Trace */
 .main-curve {
     position: absolute;
     top: -120px;
     right: 20px;
     width: 750px;
     height: 750px;
     /* background: #0054ca; */
     border-radius: 50%;
     z-index: 2;
     background: radial-gradient(circle at center, #0162eb 0%, #013a82 100%);
 }

 /* Sphere 1 (Top Left Overlap) */
 .sphere-top {
     position: absolute;
     width: 250px;
     height: 250px;
     top: -80px;
     left: -80px;
     background: radial-gradient(circle at 35% 35%, #0276ff 0%, #01368c 100%);
     border-radius: 50%;
     z-index: 3;
 }

 /* Sphere 2 (Bottom Left) */
 .sphere-bottom-left {
     position: absolute;
     width: 300px;
     height: 300px;
     bottom: -96px;
     left: -80px;
     background: radial-gradient(circle at 35% 35%, #0276ff 0%, #01368c 100%);
     border-radius: 50%;
     z-index: 4;
     box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.25);
 }

 /* Sphere 3 (Center Bottom) */
 .sphere-center-bottom {
     position: absolute;
     width: 180px;
     height: 180px;
     bottom: 93px;
     left: 440px;
     background: radial-gradient(circle at 35% 35%, #0276ff 0%, #01368c 100%);
     border-radius: 50%;
     z-index: 5;
     box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.3);
 }

 /* Right Corner Decoration */
 .corner-blob {
     position: absolute;
     width: 150px;
     height: 150px;
     bottom: -35px;
     right: -30px;
     background: radial-gradient(circle at 35% 35%, #0276ff 0%, #01368c 100%);
     border-radius: 50%;
     z-index: 10;
 }

 /* LEFT TEXT CONTENT */
 .left-content {
     position: absolute;
     z-index: 6;
     left: 51px;
     top: 74px;
     color: white;
     width: 500px;
 }

 .welcome-content h1 {
     font-size: 38px;
     font-weight: 800;
     text-transform: uppercase;
     letter-spacing: 2px;
     margin-bottom: 2px;
 }

 .welcome-content h2 {
     font-size: 13px;
     font-weight: 700;
     text-transform: uppercase;
     letter-spacing: 1.5px;
     margin-bottom: 22px;
 }

 .welcome-content p {
     font-size: 7px;
     line-height: 1.6;
     opacity: 0.9;
     letter-spacing: 0.2px;
 }

 /* RIGHT PANEL TRACING */
 .right-panel {
     width: 600px;
     height: 100%;
     padding: 30px 65px 0 55px;
     position: relative;
     z-index: 1;
 }

 .right-panel h3 {
     font-size: 31px;
     font-weight: 700;
     color: #1a1a1a;
     margin-bottom: 14px;
     font-family: 'Poppins', sans-serif;
     margin-top: 15px;
     text-transform: uppercase;
 }

 .right-panel .sub {
     font-size: 8px;
     color: #888;
     margin-bottom: 28px;
 }

 .input-box {
     width: 100%;
     height: 50px;
     background: #f1f1f1;
     border-radius: 8px;
     margin-bottom: 12px;
     display: flex;
     align-items: center;
     padding: 0 15px;
 }

 .input-box svg {
     width: 25px;
     height: 25px;
     fill: #555;
     margin-right: 12px;
 }

 .input-box span {
     font-size: 10px;
     color: #999;
 }

 .input-box .show-btn {
     margin-left: auto;
     font-size: 9px;
     font-weight: 800;
     color: #003366;
     text-transform: uppercase;
 }



 .btn-primary {
     width: 100%;
     height: 44px;
     background: #003366;
     color: white;
     border-radius: 6px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 13px;
     font-weight: 700;
     margin-bottom: 12px;
 }

 .or-divider {
     text-align: center;
     font-size: 11px;
     color: #444444;
     margin-bottom: 12px;
     font-weight: 700;
 }

 .btn-secondarys {
     width: 60%;
     height: 44px;
     background: #fff;
     gap: 10px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #222;
     border-radius: 6px;
     font-size: 15px;
     font-weight: 700;
     /* border: 1px solid #222; */
     padding: 4px 9px;
     margin: 12px auto;
     font-family: 'Poppins', sans-serif;
 }

 .btns-secondary {
     background: transparent;
     border: 2px solid #fff;
     color: #fff;
 }

 .btn-secondarys a,
 .btn-secondarys i {
     color: #043366;
 }

 .btns-secondary a,
 .btns-secondary i,
 .btns-secondary a:hover {
     color: #fff;
 }

 .footer-text {
     text-align: center;
     font-size: 14px;
     color: #111111;
     margin-top: 59px;
     font-weight: 600;
     font-family: 'Poppins', sans-serif;
 }

 .footer-text a {
     color: #0276ff;
     text-decoration: none;
     font-weight: 700;
 }

 /* .left-content {
            position: relative;
            z-index: 1;
        } */

 .left-content h1 {
     font-size: 3.5em;
     font-weight: 700;
     color: #fff;
     margin-bottom: 5px;
     /* letter-spacing: 3px; */
     /* text-transform: uppercase; */
     font-family: 'Poppins', sans-serif;
 }

 .left-content h2 {
     font-size: 2em;
     color: #fff;
     margin-bottom: 15px;
     font-weight: 600;
     position: relative;
     padding-bottom: 20px;
     font-family: 'Poppins', sans-serif;
 }

 .left-content h2::after {
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     width: 80px;
     height: 4px;
     background: linear-gradient(90deg, #126cec, #ffffff);
     border-radius: 2px;
 }

 .left-content p {
     font-size: 16px;
     color: #fff;
     margin-bottom: 25px;
     text-align: justify;
     font-family: 'Poppins', sans-serif;
     font-weight: 500;
 }

 .left-content ul {
     list-style: none;
     padding: 0;
     display: grid;
     gap: 5px;
     font-family: 'Poppins', sans-serif;
 }

 .left-content ul li {
     font-size: 15px;
     color: #fff;
     padding: 8px 25px;
     padding-left: 60px;
     position: relative;
     background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
     border-radius: 15px;
     border-left: 4px solid transparent;
     background-clip: padding-box;
     transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
     font-weight: 500;
 }

 .left-content ul li:nth-child(1) {
     animation-delay: 0.2s;
 }

 .left-content ul li:nth-child(2) {
     animation-delay: 0.4s;
 }

 .left-content ul li:nth-child(3) {
     animation-delay: 0.6s;
 }



 .left-content ul li::before {
     content: '✓';
     position: absolute;
     left: 20px;
     top: 50%;
     transform: translateY(-50%);
     width: 25px;
     height: 25px;
     background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
     color: white;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     font-weight: bold;
     font-size: 13px;
     box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
     transition: all 0.4s ease;
 }





 @keyframes slideUp {
     from {
         opacity: 0;
         transform: translateY(30px);
     }

     to {
         opacity: 1;
         transform: translateY(0);
     }
 }


 @media (max-width: 768px) {
     .left-content h1 {
         font-size: 2.5em;
         letter-spacing: 2px;
     }

     .left-content h2 {
         font-size: 1.5em;
     }

     .left-content p,
     .left-content ul li {
         font-size: 1em;
     }

     .left-content ul li {
         padding: 18px 20px;
         padding-left: 65px;
     }

     .left-content ul li::before {
         width: 32px;
         height: 32px;
         left: 18px;
     }
 }

 .new_site_logo {
     text-align: center;
 }

 .new_site_logo img {
     width: 200px;
     height: 90px;
     object-fit: contain;
     padding: 8px;
     border-radius: 4px;
 }

 /* .btn-enquiry{
                color: #222;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #222;
        padding: 4px 25px;
        } */


 .bg-circles {
     position: fixed;
     inset: 0;
     z-index: 1;
 }

 .circle {
     position: absolute;
     border-radius: 50%;
     border: 20px solid rgb(255 255 255 / 3%);
     animation: slideUpDown 5s ease-in-out infinite;
     /* opacity: .5; */
 }

 /* Circle positions (matched visually) */
 .c1 {
     width: 220px;
     height: 220px;
     top: 60px;
     left: 80px;
 }

 .c2 {
     width: 160px;
     height: 160px;
     bottom: 80px;
     left: 160px;
 }

 .c3 {
     width: 300px;
     height: 300px;
     top: 120px;
     right: 120px;
 }

 .c4 {
     width: 180px;
     height: 180px;
     bottom: 140px;
     right: 200px;
 }

 .c5 {
     width: 90px;
     height: 90px;
     bottom: 60px;
     right: 80px;
 }

 @media(max-width:767px) {
     .left-panel {
         display: none;
         padding: 30px 5px 0 5px;
     }
 }

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

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

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

 /* login_page_css_end */

 /* form_design_start */
 .form-header {
     /* background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%); */
     padding: 14px 50px;
     position: relative;
     overflow: hidden;
     display: flex;
     align-items: center;
     gap: 25px;
     /* border-bottom: 2px solid #0b3772; */
     background: radial-gradient(circle at center, #0162eb 0%, #013a82 100%);
 }




 .header-left {
     display: flex;
     align-items: center;
     gap: 25px;
     position: relative;
     z-index: 1;
     flex: 1;
 }

 .header-text {
     width: 80%;
     text-align: center;
 }



 .header-text h1 {
     color: #fff;
     font-size: 40px;
     font-weight: 800;
     /* text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); */
     margin-bottom: 5px;
 }

 .header-text p {
     color: #fff;
     font-size: 17px;
     margin-top: 13px;
     font-weight: 500;
 }

 .tabs-container {
     display: flex;
     background: #f8f9fa;
     padding: 0;
     border-bottom: 3px solid #e9ecef;
     overflow-x: auto;
     scrollbar-width: none;
 }
 @media(max-width: 767px) {
     .tabs-container {
         flex-wrap: wrap;
     }
 }

 .tabs-container::-webkit-scrollbar {
     display: none;
 }

 .tab {
     flex: 1;
     min-width: 200px;
     padding: 10px 30px;
     background: #f8f9fa;
     border: none;
     cursor: pointer;
     font-size: 1em;
     font-weight: 600;
     color: #6c757d;
     transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
     opacity: 0.6;
     font-family: 'Poppins', sans-serif;
     /* background: radial-gradient(circle at center, #0162eb 0%, #013a82 100%); */
     /* border: 1px solid #fff; */
     /* border-radius: 6px; */
     /* color: #fff; */
 }

 .tab.can-access {
     opacity: 1;
     cursor: pointer;
 }

 .tab.cannot-access {
     cursor: not-allowed;
 }

 .tab::after {
     content: '';
     position: absolute;
     bottom: -3px;
     left: 0;
     width: 100%;
     height: 3px;
     background: linear-gradient(90deg, #667eea, #764ba2);
     transform: scaleX(0);
     transition: transform 0.4s ease;
 }

 .tab.can-access:hover {
     color: #667eea;
     background: rgba(102, 126, 234, 0.05);
 }

 .tab.active {
     color: #0b3670;
     background: white;
     box-shadow: 0 -4px 10px rgba(102, 126, 234, 0.1);
 }

 .tab.active::after {
     transform: scaleX(1);
 }

 .tab.completed {
     color: #0b3670;
 }

 .tab.completed::before {
     content: '✓';
     position: absolute;
     top: 8px;
     right: 8px;
     width: 20px;
     height: 20px;
     background: #10b981;
     color: white;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 12px;
     font-weight: 700;
     box-shadow: 0 4px 10px rgba(16, 185, 129, 0.4);
     font-family: system-ui;
 }

 .tab-icon {
     font-size: 1.3em;
     transition: transform 0.3s ease;
 }

 .tab.active .tab-icon,
 .tab.can-access:hover .tab-icon {
     /* transform: scale(1.2) rotate(5deg); */
 }

 .form-content {
     padding: 15px 50px 65px 50px;
     min-height: 500px;
     position: relative;
 }

 .tab-pane {
     display: none;
     animation: fadeInScale 0.5s ease-out;
     text-align: center;
 }

 .tab-pane.active {
     display: block;
 }

 @keyframes fadeInScale {
     from {
         opacity: 0;
         transform: scale(0.95) translateY(20px);
     }

     to {
         opacity: 1;
         transform: scale(1) translateY(0);
     }
 }

 .section-title {
     position: relative;
     z-index: 1;
     margin-bottom: 15px;
     display: inline-block;
     font-size: 17px;
     line-height: 28px;
     background: radial-gradient(circle at center, #0162eb 0%, #013a82 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;
     font-weight: 700;
     text-align: center;
 }

 .section-title::before {
     position: absolute;
     content: '';
     width: 70px;
     height: 2px;
     background-image: linear-gradient(270deg, #ffffff 0%, #772e8b 100%);
     left: -76px;
     top: 12px;
 }

 .section-title::after {
     position: absolute;
     content: '';
     width: 70px;
     height: 2px;
     background-image: linear-gradient(270deg, #772e8b 0%, #ffffff 100%);
     right: -74px;
     top: 12px;
 }

 .form-row {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
     gap: 25px;
     margin-bottom: 15px;
 }

 .form-group {
     display: flex;
     flex-direction: column;
     position: relative;
     text-align: left;
     margin-bottom: 10px !important;
 }

 .form-group.full-width {
     grid-column: 1 / -1;
 }

 label {
     color: #2d3748;
     font-weight: 600;
     margin-bottom: 2px;
     font-size: 15px;
     display: flex;
     align-items: center;
     gap: 8px;
 }

 label .required {
     color: #e74c3c;
     font-size: 1.2em;
 }

 .input,
 textarea,
 .select2-choice,
 .form__input {
     width: 100%;
     padding: 13px 20px !important;
     border: 2px solid #e2e8f0 !important;
     border-radius: 15px !important;
     font-size: 1em;
     transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
     background: #f8fafc !important;
     font-family: inherit;
     color: #000 !important;
     font-weight: 600;
     height: unset !important;
 }

 .select2-choice {
     height: unset !important;
     line-height: unset !important;
     margin-top: 4px;
     color: #444 !important;
 }

 .select2-search input {
     padding: 4px 20px 4px 5px !important;
 }

 input:focus,
 select:focus,
 textarea:focus {
     outline: none;
     border-color: #667eea;
     background: white;
     box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15),
         0 0 0 4px rgba(102, 126, 234, 0.1);
     transform: translateY(0px);
 }

 input:hover,
 select:hover,
 textarea:hover {
     border-color: #764ba2;
     background: white;
 }

 input.error,
 select.error,
 textarea.error,
.select2-container.error .select2-choice,
.ms-options-wrap.error > button,
.ms-options-wrap > button.error {
     border-color: #e74c3c !important;
     animation: shake 0.5s;
 }

 @keyframes shake {

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

     25% {
         transform: translateX(-10px);
     }

     75% {
         transform: translateX(10px);
     }
 }

 textarea {
     resize: vertical;
     min-height: 120px;
 }

 .radio-group {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
     gap: 15px;
     /* margin-top: 10px; */
 }

 .radio-option {
     position: relative;
 }

 .radio-option input[type="radio"] {
     position: absolute;
     opacity: 0;
 }

 .radio-option label {
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 16px 20px;
     border: 2px solid #e2e8f0;
     border-radius: 15px;
     cursor: pointer;
     transition: all 0.3s ease;
     background: #f8fafc;
     font-weight: 600;
     gap: 10px;
     height: 50px;
 }

 .radio-option input[type="radio"]:checked+label {
     background: linear-gradient(135deg, #667eea, #764ba2);
     color: white;
     border-color: #667eea;
     transform: scale(1.05);
     box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
 }

 .radio-option label:hover {
     border-color: #667eea;
     transform: translateY(-2px);
     box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2);
 }

 .button-group {
     display: flex;
     gap: 15px;
     margin-top: 20px;
     margin-bottom: 40px;
     justify-content: space-between;
 }

 .btn {
     padding: 16px 40px;
     border: none;
     border-radius: 50px;
     font-size: 16px;
     font-weight: 600;
     cursor: pointer;
     transition: all 0.4s ease;
     letter-spacing: 1px;
     /* text-transform: uppercase; */
     position: relative;
     overflow: hidden;
     max-width: fit-content;
 }

 .btn-prev {
     background: linear-gradient(135deg, #6c757d, #495057);
     color: white;
     box-shadow: 0 8px 20px rgba(108, 117, 125, 0.3);
 }

 .btn-next,
 .btn-submit {
     background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
     background-size: 200% 200%;
     color: white;
     box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
     flex: 1;
     font-family: 'Poppins', sans-serif;
 }

 .btn::before {
     content: '';
     position: absolute;
     top: 0;
     left: -100%;
     width: 100%;
     height: 100%;
     background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
     transition: left 0.5s;
 }

 .btn:hover::before {
     left: 100%;
 }

 .btn:hover {
     transform: translateY(-3px);
     box-shadow: 0 12px 30px rgba(102, 126, 234, 0.6);
 }

 .btn:active {
     transform: translateY(-1px);
 }

 .btn:disabled {
     opacity: 0.5;
     cursor: not-allowed;
     transform: none !important;
 }

 select {
     cursor: pointer;
     appearance: none;
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23667eea' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
     background-repeat: no-repeat;
     background-position: right 15px center;
     padding-right: 45px;
 }

 @media (max-width: 768px) {
     body {
         padding: 20px 10px;
     }

     .container {
         border-radius: 20px;
     }

     .form-header {
         padding: 30px 20px;
         flex-direction: column;
         gap: 20px;
     }

     .header-left {
         flex-direction: column;
         text-align: center;
         gap: 15px;
     }

     .logo {
         width: 60px;
         height: 60px;
         font-size: 2em;
     }

     .header-text h1 {
         font-size: 1.8em;
     }

     .completion-badge {
         padding: 15px 25px;
     }

     .completion-percentage {
         font-size: 2.5em;
     }

     .form-content {
         padding: 30px 20px 120px 20px;
     }

     .tab {
         min-width: 150px;
         padding: 20px 15px;
         font-size: 0.9em;
     }

     .tab-icon {
         font-size: 1.1em;
     }

     .button-group {
         flex-direction: row-reverse;
     }

     .btn-prev {
         order: 2;
     }

     .btn-next,
     .btn-submit {
         order: 1;
     }
 }

 .select2-choice::after {
     font-family: "Font Awesome 5 Free";
     font-size: 13px;
     font-weight: bold;
     color: rgb(61 61 61);
     line-height: 27px;
     content: "\f107";
     text-align: center;
     border-radius: 50%;
     background-color: rgb(236, 236, 236);
     pointer-events: none;
     width: 25px;
     height: 25px;
     position: absolute;
     right: calc(0px + 15px);
     top: 25%;
     cursor: pointer;
     z-index: 0;
 }

 .select2-dropdown-open .select2-choice::after {
     font-family: "Font Awesome 5 Free";
     font-size: 13px;
     font-weight: bold;
     color: rgb(61 61 61);
     line-height: 27px;
     content: "\f106";
     text-align: center;
     border-radius: 50%;
     background-color: rgb(236, 236, 236);
     pointer-events: none;
     width: 25px;
     height: 25px;
     position: absolute;
     right: calc(0px + 15px);
     top: 25%;
     cursor: pointer;
     z-index: 0;
 }

 .new_site_logo {
     /* background: #fff; */
     padding: 6px;
     border-radius: 9px;
 }

 .form-decoration {
     position: absolute;
     border-radius: 50%;
     pointer-events: none;
     z-index: 0;
 }

 .form-decoration:nth-child(1) {
     width: 120px;
     height: 120px;
     background: radial-gradient(circle at 30% 30%, rgba(79, 70, 229, 0.1), transparent);
     top: 50px;
     right: 50px;
     animation: floatSlow 15s infinite ease-in-out;
 }

 .form-decoration:nth-child(2) {
     width: 80px;
     height: 80px;
     background: radial-gradient(circle at 30% 30%, rgba(236, 72, 153, 0.1), transparent);
     bottom: 75px;
     left: 127px;
     animation: floatSlow 12s infinite ease-in-out reverse;
 }

 @keyframes floatSlow {

     0%,
     100% {
         transform: translate(0, 0);
     }

     50% {
         transform: translate(20px, -20px);
     }
 }


 /* prograss_container_design_start */
 .progress-containers {
     position: fixed;
     bottom: 0;
     left: 0;
     width: 100%;
     background: white;
     box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
     z-index: 1000;
     padding: 5px 30px;
 }

 .progress-wrapper {
     max-width: 1100px;
     margin: 0 auto;
     display: flex;
     align-items: center;
     gap: 20px;
 }

 .progress-info {
     display: flex;
     flex-direction: column;
     min-width: 120px;
 }

 .completion-percentage {
     font-size: 2em;
     font-weight: 800;
     background: linear-gradient(135deg, #667eea, #764ba2);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;
     line-height: 1;
 }

 .completion-label {
     color: #6c757d;
     font-size: 0.85em;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 1px;
     margin-top: 5px;
 }

 .progress-bars {
     flex: 1;
     height: 12px;
     background: #e9ecef;
     border-radius: 20px;
     position: relative;
     overflow: hidden;
     box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
 }

 .progress-fill {
     height: 100%;
     background: linear-gradient(90deg, #667eea, #764ba2, #f093fb);
     border-radius: 20px;
     transition: width 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
     position: relative;
     box-shadow: 0 2px 8px rgba(102, 126, 234, 0.4);
 }

 .progress-fill::after {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
     animation: shimmer 2s infinite;
 }

 @keyframes shimmer {
     0% {
         transform: translateX(-100%);
     }

     100% {
         transform: translateX(100%);
     }
 }

 /* prograss_container_design_end */
 @media(max-width:992px) {
     .button-pre {
         display: none;
     }

     .button-group {
         margin-bottom: 10px;
     }
 }

 .form-break {
     border-bottom: 2px solid #e3e3e3;
 }

 .parent-break {
     margin-top: 20px;
 }

 /* form_design_end */

 /* attachment_design_start */
 .upload-area-inner label {
     padding: 13px;
 }

 .upload-area-inner label {
     border: dotted 2px rgb(201, 215, 227);
     padding: 7px 40px;
     border-radius: 20px;
     width: 80%;
     cursor: pointer;
     text-align: center;
     display: block;
 }

 .upload-area-inner img {
     width: 30%;
 }

 .upload-area-inner label .text {
     font-weight: 500;
     font-size: 17px;
     margin-top: 20px;
 }

 .upload-area-inner label span {
     font-weight: 500;
     color: rgb(0 0 0 / 66%);
 }

 .upload-area-inner label .text span {
     color: rgb(2 28 165);
 }

 .upload-area-inner label .text span i {
     margin-right: 5px;
 }

 /* attachment_design_end */
 .logout_btn {
     border-radius: 6px;
     background: red;
     display: flex;
     place-content: center;
     align-items: center;
     color: #fff;
     padding: 6px 20px;
 }

 .logout_btn:hover {
     background: red;
     color: #fff;
     text-decoration: none;
 }

 @media(max-width:992px) {
     .deco-element {
         display: none;
     }
 }

 .button-group a:focus {
     color: #fff;
 }
 .ms-options-wrap button{
    width: 100%;
    padding: 13px 20px !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 15px !important;
    font-size: 1em;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background: #f8fafc !important;
    font-family: inherit;
    color: #000 !important;
    font-weight: 600;
    height: unset !important;
 }