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

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

.app-header-panel-container {
    display: none;
}

.header-panel-container {
    z-index: 2;
    padding: 0 20px 0 16px;
    height: inherit;
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.header-shadow-scroll {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}

.header-shadow-menu {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}

.mobile-menu-icon-container {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu-icon {
    display: flex;
    justify-content: flex-end;
    width: 12px;
    height: 2px;
    background-color: #000F25;
    transition: 0.4s;
}

.mobile-menu-icon::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #000F25;
    transition: 0.4s;
}


.mobile-menu-icon::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 2px;
    background-color: #000F25;
    transition: 0.4s;
}

.mobile-menu-icon::before {
    transform: translateY(-5px);
}

.mobile-menu-icon::after {
    transform: translateY(5px);
}

.mobile-menu-icon-container.open .mobile-menu-icon {
    background: transparent;
}

.mobile-menu-icon-container.open .mobile-menu-icon::before {
    transform: rotate(-45deg);
    width: 16px;
}

.mobile-menu-icon-container.open .mobile-menu-icon::after {
    transform: rotate(45deg);
    width: 16px;
}

.drop-down-menu {
    padding: 0 4px;
}

.drop-down-background {
    display: none;
    background-color: white;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    z-index: 1;
}

.drop-down-background-image {
    background-image: url(assets/mobileBackground2.png);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100%;
}

.drop-down-panel {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(24px);
    border-radius: 8px;
    padding: 12px 16px;
    width: calc(100% - 64px);
    position: absolute;
    display: flex;
    right: 16px;
    flex-direction: column;
    left: 16px;
    top: 20px;
    justify-content: center;
    z-index: 3;
    gap: 8px;
}

.mobile-menu-item {
    background: #FFFFFF;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 16px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.04em;color: #0B0D0E;
}

.section-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(assets/mobileBackground.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 100px 0 62px 0;
    padding-top: 75px;
}

.section-1-sub-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(24px);
    border-radius: 400px;
    height: 300px;
    width: 300px;
    margin: 0 auto 82px auto;
    text-align: center;
}

.section-1-sub-1-text-1 {
    font-family: 'Oswald', sans-serif;
    color: #1B2632;
    font-weight: normal;
    font-size: 28px;
    letter-spacing: 0.04em;
    padding: 0 30px;
    margin-block-end: 0;
}

.section-1-sub-1-text-2 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #79A6D2;
    padding: 0 40px;
}

.app-section-1-sub-2 {
    display: none;
}

.section-1-sub-2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.03em;
    padding: 13px 60px;
    background-color: #0080FF;
    border-radius: 4px;
    color: #FFFFFF;
    text-decoration: none;
}

.section-2 {
    background-color: #F0F7FF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 16px;
}

.section-2-sub-1 {

    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #1B2632;
}

.section-2-sub-2 {
    margin: 32px 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.section-2-sub-2 img {
    width: 100%;
    max-width: 602px;
}

.app-about-us-img {
    display: none;
}

.section-2-sub-3 {
    max-width: 760px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #0B0D0E;
}

.section-3 {
    padding: 42px 16px 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 29px
}

.section-3-sub-1 {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #1B2632;
}

.section-3-sub-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.section-3-sub-2-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.section-3-sub-2-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.section-3-sub-2-item {
    max-width: 485px;
    display: flex;
    height: 100px;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

.app-service-images {
    display: none;
}

.service-images {
    display: initial;
}

.section-3-sub-2-item-img {
    padding: 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-3-sub-2-item-img-extra-padding {
    padding: 0 12px;
}

.section-3-sub-2-item-separator {
    border-left: 1px solid #E6E6E6;
    height: 60px;
}

.section-3-sub-2-item-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    padding: 0 8px;
}

.section-3-sub-2-item-text-sub-1 {
    font-family:'Nunito Sans', sans-serif;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #0B0D0E;
}

.section-3-sub-2-item-text-sub-2 {
    font-family:'Nunito Sans', sans-serif;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.02em;
    color: #0B0D0E;
}

.section-4 {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    background-color: #FFFFFF;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.section-4-background {
    padding: 100px 16px 90px 16px;
    background-image: url(assets/mobileBackground2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 500px;
    margin: 0 auto;
}

.section-4-sub-common {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 16px;
}

.section-4-sub-1 {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #1B2632;
    margin: 32px auto;
}

.section-4-sub-2 {
}

.section-4-sub-3 {
}

.section-4-sub-4 {
}

.section-4-sub-5 {
    margin-bottom: 12px;
}

.section-4-sub-input-header {
    padding: 0 12px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #9A9A9A;
}

.section-4 input {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #0B0D0E;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    outline: none;
    padding: 13px 12px;
}

.section-4 textarea {
    resize: none;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #0B0D0E;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    outline: none;
    padding: 13px 12px;
}

.g-recaptcha-container {
    width: 201px;
    height: 52px;
    margin: 0 auto;
}

.g-recaptcha {
    transform:scale(0.66);
    -webkit-transform:scale(0.66);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}

.submit-button-container {
    margin-top: 12px;
}

.submit-button {
    display: block;
    margin: 0 auto;
    width: calc(100% - 32px);
    border: none;
    padding: 13px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    background: #0080FF;
    border-radius: 4px;
    transition: 0.4s;
    cursor: pointer;
}

#submit-button:disabled {
    opacity: 0.5;
}
#submit-button:enabled:hover {
    opacity: 0.8;
}

.contact-info-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 16px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #1B2632;
}

.footer {
    padding: 32px 61px 40px 61px;
    background-color: #F0F7FF;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.footer-section-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.footer-section-1-sub-2 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: #0B0D0E;
}

.footer-section-2 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.footer-section-2 a {
    text-decoration: none;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #0B0D0E;
}

.footer-section-2-sub {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 516px) and (max-width: 1199px) {
    .footer-section-2 {
        flex-direction: row;
        gap: 48px;
        justify-content: center;
    }
    .footer-section-2-sub {
        gap: 48px;
        width: unset;
    }
}

@media (min-width: 1200px) {

    .header-panel-container {
        display: none;
    }

    .drop-down-background {
       display: none!important;
    }

    .header {
        height: 100px;
    }

    .app-header-panel-container {
        height: inherit;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 95px;
    }

    .app-header-panel-navigation-bar {
        display: flex;
        align-items: center;
        gap: 40px;
    }

    .app-header-panel-navigation-bar a {
        cursor: pointer;
    }

    .app-header-panel-navigation-bar a {
        font-family: 'Nunito Sans', sans-serif;
        font-weight: 400;
        font-size: 20px;
        color: #0B0D0E;
    }

    .section-1 {
        background-image: url("assets/desktopBackground.png");
        min-height: 888px;
        background-size: cover;
        padding: 0;
        margin: 100px 0 0 0;
    }
    .section-1-sub-1 {
        margin: auto;
        width: 542px;
        height: 542px;
    }

    .section-1-sub-1-text-1 {
        font-size: 40px;
        margin-block-start: 0;
        margin-block-end: 10px;
    }

    .section-1-sub-1-text-2 {
        font-size: 20px;
        margin-block-start: 0;
        padding: 0;
        margin-block-end: 2em;
    }

    .section-2 {
        margin-top: 112px;
    }

    .app-section-1-sub-2 {
        display: initial;
        font-family: 'Oswald', sans-serif;
        font-weight: 600;
        font-size: 20px;
        text-align: center;
        letter-spacing: 0.03em;
        padding: 13px 60px;
        background-color: #0080FF;
        border-radius: 4px;
        color: #FFFFFF;
        text-decoration: none;
        cursor: pointer;
    }

    .app-section-1-sub-2:hover {
        animation: fade 1s linear forwards;
    }

    .app-section-1-sub-2:not(:hover) {
        animation: fadeout 1s linear forwards;
    }

    .section-1-sub-2 {
        display: none;
    }

    @keyframes fadeout {
        0% {
            opacity: 0.8;
        }
        100% {
            opacity: 1;
        }
    }

    @keyframes fade {
        0% {
            opacity: 1;
        }
        100% {
            opacity: 0.8;
        }
    }

    .section-2 {
        padding: 47px 166px 53px 98px;
    }

    .section-2-sub-2 {
        margin: 0;
        width: unset;
        justify-content: unset;
    }

    .section-2-sub-2 img {
        width: 100%;
        max-width: unset;
        min-width: 390px;
        height: auto;
    }

    .app-about-us-img {
        display: initial;
    }

    .about-us-img {
        display: none;
    }

    .app-section-2-sub-2-3-container {
        margin: 27px 0;
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        gap: 50px;
    }

    .section-2-sub-3 {
        justify-content: center;
        gap: 36px;
        font-size: 18px;
        letter-spacing: 0.02em;
    }

    .section-2-sub-3-text-1 {
        max-width: 746px;
    }

    .section-3 {
        padding: 80px 94px 0 94px;
        gap: 60px;
    }

    .section-3-sub-2 {
        width: 100%;
        flex-direction: row;
        justify-content: center;
    }
    .section-3-sub-2-column {
        width: 50%;
    }
    .section-3-sub-2-item {
        width: 100%;
        max-width: 760px;
        height: 130px;
    }

    .section-3-sub-2-item-text {
        padding: 0 20px;
        gap: 16px;
    }

    .section-3-sub-2-item-img {
        padding: 0 21px;
    }

    .section-3-sub-2-item-img-extra-padding {
        padding: 0 28px;
    }

    .section-3-sub-2-item-text-sub-1 {
        font-size: 18px;
    }

    .section-3-sub-2-item-text-sub-2 {
        font-size: 16px;
    }

    .section-3-sub-2-item-separator {
        height: 100px;
    }

    .app-service-images {
        display: initial;
    }

    .service-images {
        display: none;
    }

    .section-4-background {
        padding: 0 0 30px 0;
        background-image: url(assets/appBackground2.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom;
        max-width: unset;
        margin: 120px 0 100px 0;
    }

    .section-4 {
        box-shadow: 0 7px 22px rgba(0, 0, 0, 0.07);
        border-radius: 12px;
        max-width: 500px;
        margin: 0 auto;
    }

    .section-4-sub-1 {
        font-weight: 400;
        font-size: 28px;
        text-align: center;
        letter-spacing: 0.04em;
        color: #1B2632;
        margin: 40px auto 35px auto;
    }
    .section-4-sub-input-header {
        font-weight: 600;
    }

    .section-4 input {
        border-radius: 8px;
    }
    .section-4-sub-common {
        margin-bottom: 19px;
        padding: 0 40px;
    }

    .section-4-sub-5 {
        margin-bottom: 16px;
    }

    .section-4 textarea {
        height: 202px;
    }
    .submit-button-container {
        margin-top: 16px;
    }

    .submit-button {
        border-radius: 8px;
        width: calc(100% - 80px);
    }
    .contact-info-container {
        padding: 40px;
        font-size: 16px;
    }

    .footer {
        padding: 32px 94px;
        flex-direction: row;
        justify-content: space-between;
    }
    .footer-section-1 {
        flex-direction: row;
        gap: 40px;
    }
    .footer-section-1-sub-2 {
        font-size: 16px;
    }

    .footer-section-2 {
        flex-direction: row;
        gap: 48px;
    }
    .footer-section-2-sub {
        flex-direction: row;
        gap: 48px;
        width: unset;
    }

    .footer-section-2 a {
        font-size: 20px;
    }

}
