.hero {
    display: flex;
    flex-direction: column;
    padding: 26px 50px;
    position: relative;
    background-color: #fafafa59;
    background: linear-gradient(0deg, rgba(250, 250, 250, 0.35) 0%, rgba(250, 250, 250, 0.35) 100%);
}



.hero .inner {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
}

/* Desktop layout */
@media screen and (min-width: 768px) {
    .hero .inner {
        flex-direction: row;
        justify-content: space-between;
    }

    .hero .content-text {
        /* flex: 1;  */
        max-width: 50%;
    }

    .hero .frame-11 {
        flex: 1;
        max-width: 50%;
    }
}

/* Mobile layout */
@media screen and (max-width: 767px) {
    .hero {
        padding: 16px;
    }

    .hero .inner {
        flex-direction: column;
        justify-content: center;
    }

    .hero .content-text {
        width: 100%;
    }

    .hero .frame-11 {
        display:none;
        width: 100%;
        height: 700px;
        /* Adjusted for mobile */
    }
}

/* Rest of your existing styles remain the same */
.hero .content-text {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.hero .frame-5 {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.hero .frame-6,
.hero .frame-7 {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hero .frame-8 {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.hero .frame-11 {
    position: relative;
    height: 100%;
    border-radius: 0px 64px 0px 64px;
    background-image: url(../images/admin2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 24px;
}

.hero .frame-11::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 8px;
    border-radius: 0px 64px 0px 64px;
    background: linear-gradient(130deg, rgba(241, 142, 26, 0.5) 11%, rgba(0, 111, 181, 1) 50%, rgba(24, 145, 208, 1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
}

.welcome-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    /* gap: 24px; */
    font-family: "Open Sans", sans-serif;
    font-size: 40px;

}

.welcome-gradient {
    background: linear-gradient(90deg, rgba(241, 142, 26, 1) 0%, rgba(0, 111, 181, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.p {
    /* width: 473px; */
    /* height: 22px; */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    /* line-height: 27px; */
    display: flex;
    align-items: center;
    color: #021929;

}

li {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    /* line-height: 27px; */

    color: #021929;
}

/* //contact us start */
.contact-us {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    /* padding: 48px 92px; */
    position: relative;
    background-color: #fafafa59;
    background: linear-gradient(0deg, rgba(250, 250, 250, 0.35) 0%, rgba(250, 250, 250, 0.35) 100%);
}


.contact-us .text-wrapper {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: var(--VMS-BOLD-8-font-family);
    font-weight: var(--VMS-BOLD-8-font-weight);
    color: var(--vms-blk);
    font-size: var(--VMS-BOLD-8-font-size);
    text-align: center;
    letter-spacing: var(--VMS-BOLD-8-letter-spacing);
    line-height: var(--VMS-BOLD-8-line-height);
    font-style: var(--VMS-BOLD-8-font-style);
}

.contact-us .frame {
    flex-wrap: wrap;
    gap: 32px 32px;
    display: flex;
    align-items: flex-start;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.contact-us .address {
    display: flex;
    flex-direction: column;
    height: 320px;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 48px;
    position: relative;
    flex: 1;
    flex-grow: 1;
    background-color: #fafafa;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 4px 4px 50px 5px #0219291a;
}

.contact-us .ICON {
    position: relative;
    width: 98px;
    height: 86px;
    border-radius: 100px;
    overflow: hidden;
}

.contact-us .div {
    position: relative;
    width: 48px;
    height: 48px;
    top: 19px;
    left: 25px;
}

.contact-us .overlap-group {
    position: relative;
    width: 70px;
    height: 70px;
    top: -11px;
    left: -11px;
    background-color: #fafafa;
    border-radius: 35px;
    box-shadow: 0px 4px 4px #00000040;
}

.contact-us .vector {
    position: absolute;
    width: 31px;
    height: 48px;
    top: 11px;
    left: 19px;
}

.contact-us .img {
    position: absolute;
    width: 31px;
    height: 48px;
    top: 11px;
    left: 20px;
}

.contact-us .frame-2 {
    flex-direction: column;
    gap: 8px;
    display: flex;
    align-items: flex-start;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.contact-us .text-wrapper-2 {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: var(--VMS-BOLD-5-font-family);
    font-weight: var(--VMS-BOLD-5-font-weight);
    color: var(--vms-blk);
    font-size: var(--VMS-BOLD-5-font-size);
    text-align: center;
    letter-spacing: var(--VMS-BOLD-5-letter-spacing);
    line-height: var(--VMS-BOLD-5-line-height);
    font-style: var(--VMS-BOLD-5-font-style);
}

.contact-us .p {
    position: relative;
    align-self: stretch;
    font-family: var(--VMS-reg3-font-family);
    font-weight: var(--VMS-reg3-font-weight);
    color: var(--vms-blk);
    font-size: var(--VMS-reg3-font-size);
    text-align: center;
    letter-spacing: var(--VMS-reg3-letter-spacing);
    line-height: var(--VMS-reg3-line-height);
    font-style: var(--VMS-reg3-font-style);
}

.contact-us .mdi-address-marker {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    left: 0;
}

.contact-us .vector-2 {
    position: absolute;
    width: 36px;
    height: 44px;
    top: 13px;
    left: 17px;
}

.contact-us .img-wrapper {
    position: relative;
    width: 70px;
    height: 70px;
    top: 8px;
    left: 14px;
    background-color: #fafafa;
    border-radius: 35px;
    box-shadow: 0px 4px 4px #00000040;
}

.contact-us .img-2 {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 11px;
    left: 11px;
}

.contact-us .overlap-group-wrapper {
    position: relative;
    width: 98px;
    height: 86px;
    margin-top: -16.00px;
    border-radius: 100px;
    overflow: hidden;
}

.contact-us .frame-3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    margin-bottom: -16.00px;
}

/* how it works start  */

/* how it works start  */
.content-section {
    width: 100%;
}

.how-it-works {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 48px 92px;
    background: url('../images/bg.png');   
}

/* Desktop layout */
@media screen and (min-width: 768px) {
    .how-it-works {
        padding: 48px 92px;
        width:100%;
    }

    .steps {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 32px;
    }

    .content-wrapper {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        width: 100%;
        gap: 40px;
        min-height: 400px;
        margin: 0 auto;
        max-width: 1200px;
    }

    .frame-4 {
        flex: 0 0 50%;
        max-width: 600px;
    }

    .fingerprint-rafiki {
        flex: 0 0 50%;
        position: relative;
    }
}

/* Mobile layout */
@media screen and (max-width: 767px) {
    .contact-us .address {
        display: flex;
        flex-direction: column;
        margin-right:5px;
        height: 320px;
        align-items: center;
        justify-content: center;
        gap: 24px;
        padding: 78px;
        position: relative;
        flex: 1;
        flex-grow: 1;
        background-color: #fafafa;
        border-radius: 32px;
        overflow: hidden;
        box-shadow: 4px 4px 50px 5px #0219291a;
    }
    .how-it-works {
        padding: 24px 16px;
    }

    .steps {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        gap: 16px;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
        scrollbar-width: thin;
        scrollbar-color: var(--vms-primary-1) #fafafa;
    }

    .content-wrapper {
        flex-direction: column;
        width: 100%;
        gap: 24px;
    }

    .frame-4 {
        width: 100%;
    }

    .fingerprint-rafiki {
        width: 100%;
        height: 300px;
    }
}
.try-now .text-wrapper-5 {
    font-family:open sans;
    font-weight:300;
    font-size: 20px;
    color:#006FB5;
    margin-top:10px;
}
/* Steps styling */
.how-it-works .steps {
    margin-bottom: 16px;
}

.how-it-works .step-item {
    flex: 0 0 auto;
    /* min-width: 120px; */
    cursor: pointer;
    transition: all 0.3s ease;
}

.how-it-works .div-wrapper,
.how-it-works .frame-2 {
    display: flex;
    height: 64px;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 24px;
    box-shadow: 0px 4px 4px #00000040;
    transition: all 0.3s ease;
}

.how-it-works .div-wrapper,
.how-it-works .step-item.active .frame-2 {
    /* background-color: var(--vms-primary-1); */
}

.how-it-works .frame-2 {
    background-color: #fafafa;
}

.how-it-works .text-wrapper-2,
.how-it-works .step-item.active .text-wrapper-3 {
    color: #fafafa;
}

.how-it-works .text-wrapper-3 {
    color: var(--primaryprimaryblue-11);
}

/* Content styling */
.how-it-works .frame-4 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 32px;
    background-color: #fafafa;
    border-radius: 48px;
    box-shadow: 0px 4px 4px #00000040;
    min-height: 300px;
}

.how-it-works .step-content {
    width: 100%;
}

.how-it-works .p {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: var(--primaryprimaryblue-11);
    font-size: 40px;
    letter-spacing: var(--PRIMARY-FONT-h2exbold-letter-spacing);
    line-height: var(--PRIMARY-FONT-h2exbold-line-height);
}

.how-it-works .text-wrapper-4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: var(--vms-blk);
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 16px;
}

/* Image styling */
.how-it-works .fingerprint-rafiki {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-it-works .step-image {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.how-it-works .step-image.active {
    opacity: 1;
}

.how-it-works .graphics {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 400px;
}
/* newsletter start */
.content-section {
    width: 100%;
}

.services-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 24px 92px;
    background-color: #fafafa;
}

/* Desktop layout */
@media screen and (min-width: 768px) {
    .services-section {
        padding: 24px 92px;
        max-width: 1440px;
        /* Maintains original max width */
        margin: 0 auto;
        /* Centers the section */
    }

    .VMS-INPUT {
        width: 345px;
    }

    .VMS-BUTTON-TYPE {
        width: 225px;
    }
}

/* Mobile layout */
@media screen and (max-width: 767px) {
    .how-it-works .p {
        margin: 0;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        color: var(--primaryprimaryblue-11);
        font-size: 25px;
        letter-spacing: var(--PRIMARY-FONT-h2exbold-letter-spacing);
        line-height: var(--PRIMARY-FONT-h2exbold-line-height);
    }
    .services-section {
        padding: 16px;
    }

    .frame {
        gap: 16px;
        /* Reduced gap for mobile */
    }

    .VMS-INPUT {
        width: 100%;
        /* Full width on mobile */
        max-width: 345px;
        /* Maintains max width */
        height: 56px;
        /* Slightly reduced height */
    }

    .VMS-BUTTON-TYPE {
        width: 100%;
        /* Full width on mobile */
        max-width: 225px;
        /* Maintains max width */
        height: 60px;
        /* Slightly reduced height */
        padding: 10px 20px;
        /* Adjusted padding */
    }

    .div {
        height: auto;
        /* Allows text to wrap naturally */
        font-size: 16px;
        /* Slightly smaller for mobile */
        line-height: 24px;
    }
}

/* General styles */
.services-section .frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.services-section .text-wrapper {
    font-family: var(--VMS-BOLD-8-font-family);
    font-weight: var(--VMS-BOLD-8-font-weight);
    color: var(--vms-blk);
    font-size: var(--VMS-BOLD-8-font-size);
    text-align: center;
    letter-spacing: var(--VMS-BOLD-8-letter-spacing);
    line-height: var(--VMS-BOLD-8-line-height);
    font-style: var(--VMS-BOLD-8-font-style);
}

.services-section .div {
    font-family: var(--VMS-reg5-font-family);
    font-weight: var(--VMS-reg5-font-weight);
    color: var(--vms-blk);
    font-size: var(--VMS-reg5-font-size);
    text-align: center;
    letter-spacing: var(--VMS-reg5-letter-spacing);
    line-height: var(--VMS-reg5-line-height);
    font-style: var(--VMS-reg5-font-style);
}

.services-section .VMS-INPUT {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-bottom: 1px solid var(--vms-blk);
}

.services-section .text-wrapper-2 {
    flex: 1;
    font-family: var(--VMS-reg4-font-family);
    font-weight: var(--VMS-reg4-font-weight);
    color: var(--vms-blk);
    font-size: var(--VMS-reg4-font-size);
    letter-spacing: var(--VMS-reg4-letter-spacing);
    line-height: var(--VMS-reg4-line-height);
    font-style: var(--VMS-reg4-font-style);
}

.services-section .VMS-BUTTON-TYPE {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background-color: var(--vms-primary-1);
    border-radius: 8px;
    overflow: hidden;
}

.services-section .register {
    font-family: var(--VMS-BOLD-3-font-family);
    font-weight: var(--VMS-BOLD-3-font-weight);
    color: #fafafa;
    font-size: var(--VMS-BOLD-3-font-size);
    letter-spacing: var(--VMS-BOLD-3-letter-spacing);
    line-height: var(--VMS-BOLD-3-line-height);
    white-space: nowrap;
    font-style: var(--VMS-BOLD-3-font-style);
    margin: 0 20px;
    /* Simplified from negative margins */
}

.content-section {
    display: flex;
    justify-content: center;
    width: 100%;
}




.content-section-home {
    display: flex;
    justify-content: center;
    background-image: url(../images/bg.png);
    width: 100%;
}

.content-section {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 20px;
    /* Added padding to prevent edge touching */
}

.mission {
    display: flex;
    flex-direction: column;
    /* Default for mobile */
    align-items: center;
    padding: 24px 10px;
    background-color: #fafafa;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    /* Maintains maximum width */
}

/* Desktop layout */
@media screen and (min-width: 768px) {
    .mission {
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        /* Ensures even spacing */
        padding: 24px 40px;
        /* Increased padding for better spacing */
    }

    .mission .frame-wrapper {
        flex: 1;
        max-width: 48%;
        /* Slightly reduced to account for padding */
        margin-right: 2%;
        /* Small margin for separation */
    }

    .mission .frame-2 {
        flex: 1;
        max-width: 48%;
        /* Slightly reduced to account for padding */
    }
}

/* Mobile layout */
@media screen and (max-width: 767px) {
    .mission {
        padding: 16px;
    }

    .mission .frame-wrapper {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .mission .frame-2 {
        width: 100%;
    }
}

/* Frame and image styles */
.mission .frame-2 {
    position: relative;
    border-radius: 0px 64px 0px 64px;
    overflow: hidden;
}

.mission .mission-image {
    width: 100%;
    height: 387px;
    /* Default desktop height */
    object-fit: cover;
    display: block;
}

/* Image border effect */
.mission .frame-2::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 8px;
    border-radius: 0px 64px 0px 64px;
    background: linear-gradient(130deg, rgba(241, 142, 26, 0.5) 11%, rgba(0, 111, 181, 1) 50%, rgba(24, 145, 208, 1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    pointer-events: none;
}

/* Mobile image height adjustment */
@media screen and (max-width: 767px) {
    .mission .mission-image {
        height: 300px;
    }
}

/* Rest of the styles */
.mission .frame-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
}

.mission .div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
}

.mission .communication-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* Changed from center for better left alignment */
    gap: 10px;
    width: 100%;
}

.mission .communication {
    font-family: var(--VMS-BOLD-6-font-family);
    font-weight: var(--VMS-BOLD-6-font-weight);
    color: var(--vms-blk);
    font-size: var(--VMS-BOLD-6-font-size);
    letter-spacing: var(--VMS-BOLD-6-letter-spacing);
    line-height: var(--VMS-BOLD-6-line-height);
    font-style: var(--VMS-BOLD-6-font-style);
    text-align: left;
}

.mission .instant {
    font-family: "Open Sans-Regular", Helvetica;
    font-weight: 400;
    color: var(--vms-blk);
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
    width: 100%;
    padding-left: 20px;
    margin: 0;
}

.VMS-INPUT input {
    border: none;
    border-bottom: 2px solid #006FB5;
    background: transparent;
    outline: none;
    padding: 10px 0;
    transition: border-color 0.3s ease;
}

.VMS-INPUT input:focus {
    border-bottom-color: #F18E1A;
}

@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.suite-logos {
    overflow: hidden;
    padding: 20px 0;
    background: white;
    white-space: nowrap;
    position: relative;
}

.logos-slide {
    display: inline-block;
    animation: 20s slide infinite linear;
}

.suite-logo {
    height: 50px;
    margin: 0 40px;
}

/* Pause animation when hovering */
.suite-logos:hover .logos-slide {
    animation-play-state: paused;
}

.steps-container {
   width:100%
}
.step-item {
    cursor: pointer;
}

.step-content,
.step-image {
    display: none;
}

.step-content.active,
.step-image.active {
    display: block;
}

.step-item.active {
    background-color: var(--vms-primary-1);
}

.step-item.active .text-wrapper-2,
.step-item.active .text-wrapper-3 {
    color: #FAFAFA;
}

.fingerprint-rafiki {
    position: relative;
    height: 400px;
}

.step-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}