@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


svg {
    width: 15px;
}

body {
    font-family: Arial, sans-serif;
    background: #f8f9fa;
}


/* header */
.phone-number svg {
    width: 18px !important;
    color: #2f80ed;
}

.phone-number svg path {
    fill: #2f80ed !important;
}

header {
    background: #e8f2fc;
    padding: 20px;
    margin: 11px;
    border-radius: 10px;
}

.elementor-button-content-wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
}

a.elementor-button.elementor-button-link.elementor-size-sm {
    width: 100%;
    background-color: #182342 !important;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #2f80ed;
    border-radius: 10px 10px 10px 10px;
    padding: 12px 25px 12px 25px;
    text-decoration: none;
    text-transform: capitalize;
}

a.elementor-button.elementor-button-link.elementor-size-sm.singup {
    background-color: #2f80ed !important;
}

.user-profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.name h4 {
    font-family: "Montserrat", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: #2f80ed;
}

.phone-number {
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
}

span.elementor-button-text {
    font-size: 18px;
    color: white;
    text-decoration: none;
}

.elementor-nav-menu--main {
    margin-top: 20px;
}

ul#menu-1-15c9614 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

li.menu-item {
    list-style: none;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 25px;
}

a.elementor-item {
    text-align: end;
    color: #182342;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}
footer a.elementor-item {
    text-align: left;
}   
a.elementor-item svg {
    width: 11px;
}

.sub-menu.elementor-nav-menu--dropdown {
    display: none;
    position: absolute;
    background: #2f80ed;
    padding: 20px 20px;
    z-index: 9;
}
.elementor-button-content-wrapper svg path {
    fill: white !important;
}


ul#sm-17582132131274143-2 li a {
    color: white;
    text-decoration: none;
    font-size: 15px;
}

ul#sm-17582132131274143-2 li {
    margin-bottom: 12px;
}







section.section-form {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 100vh; */
    padding: 50px 0px;
}


.form-step {
    display: none;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.form-step.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.buttons {
    margin-top: 15px;
}

.flex-area label,
.flex-area input {
    width: fit-content;
}

button {
    padding: 8px 15px;
    margin-right: 10px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    background: #007bff;
    color: white;
}

button:disabled {
    background: #ccc;
    cursor: not-allowed;
}

h2 {
    margin-bottom: 10px;
}

label {
    display: block;
    /* margin: 8px 0 4px; */
}

input,
select,
textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

/* Progress Bar */

.progress-container {
    width: 100%;
    background: #e9ecef;
    border-radius: 20px;
    height: 12px;
    margin-bottom: 20px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #007bff, #00c3ff);
    width: 0%;
    transition: width 0.6s ease-in-out;
}

/* Step indicator text */

.step-label {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #555;
}









footer {
    background: #2f80ed;
    padding: 110px 60px 50px;
}

.form-footer {
    margin-top: 100px;
    width: 80%;
}

h2.elementor-heading-title.elementor-size-default {
    font-family: "Montserrat", Sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 34px;
    color: white;
    margin-bottom: 22px;
}

.form-flexfooter {
    display: flex;
    align-items: center;
    gap: 14px;
}

.form-flexfooter input {
    background: transparent;
    border: 1px solid white;
}

.form-flexfooter input::placeholder {
    color: white;
}

.form-flexfooter button {
    background: white;
    color: #182342;
    border-radius: 4px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 12px 12px 12px;
}
footer h4 {
    font-family: "Montserrat", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 20px;
    color: white;
    margin-bottom: 40px;
}

ul#menu-1-cac16b3 {
    padding: 0;
}

ul#menu-1-cac16b3 li {
    margin-bottom: 12px;
}

ul#menu-1-cac16b3 li a {
    color: white;
}
ul.elementor-icon-list-items {
    padding: 0;
}

ul.elementor-icon-list-items li {
    list-style: none;
    margin-bottom: 21px;
    color: white;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

ul.elementor-icon-list-items li a {
    color: white;
    text-decoration: none;
}
.elementor-social-icons-wrapper.elementor-grid {
    margin-top: 80px;
    display: flex;
    align-items: center;
    gap: 15px;
}

span.elementor-grid-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    HEIGHT: 60PX;
    background: transparent;
    border-radius: 50px;
    border: 2px solid white;
}

span.elementor-grid-item a svg {
    width: 25px;
}

span.elementor-grid-item a svg path {
    fill: white;
}
.logo-footer img {
    width: 60%;
}

.copyright {
    padding: 30px 60px;
    background: #2f80ed;
    border-top: 1px solid white;
}

.copyright p {
    margin: 0;
    color: white;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 500;
}

ul#menu-1-67fad38 {
    padding: 0;
    display: flex;
    justify-content: right;
    gap: 40px;
    margin: 0;
}

ul#menu-1-67fad38 li a {color: white;font-family: "Montserrat", Sans-serif;font-size: 18px;font-weight: 500;}

