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

body {
    overflow-x: hidden;
    font-family: "Inter", sans-serif;
}

a:focus,
a:focus-visible,
button:focus,
button:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}




/* HEADER */
header {
    position: absolute;
    top: 20px;
    z-index: 999;
    width: 100%;
}

.hero-navbar {
    background: #fff;
    padding: 20px 50px;
    border-radius: 65px;
    border: 1px solid #EEEEEE;
}

.hero-navbar .navbar-brand {
    padding: 0;
    margin: 0;
}

.hero-navbar .navbar-nav {
    gap: 18px;
}

.hero-navbar .nav-link {
    color: #003B95;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    padding: 0 !important;
}

.hero-navbar .nav-link:hover {
    color: #73A5FF;
}

.btn-download {
    border-radius: 100px;
    padding: 16px 26px;
    background: #003B95;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    transition: 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-download:hover {
    color: #fff;
    background: #73A5FF;
    transform: scale(0.98);
}

.shine:after {
    content: '';
    position: absolute;
    top: -50%;
    right: 0%;
    bottom: -50%;
    left: -50%;
    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
    transform: rotateZ(60deg) translate(-5em, 7.5em);
}

.shine:hover::after {
    animation: shine 1.5s forwards;
}

@keyframes shine {
    100% {
        transform: rotateZ(60deg) translate(1em, -12em);
    }
}

.navbar-toggler {
    border: 0;
    padding: 0;
}

.close-menu {
    display: none;
    color: #023996;
    font-size: 32px;
}
.navbar-toggler[aria-expanded="true"] .humburg-icon{
    display:none;
}
.navbar-toggler[aria-expanded="true"] .close-menu{
    display:block;
}

/* HERO SECTION */
.hero-section {
    position: relative;
    background: url('../image/hero-banner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 114px 0 0 0;
    border-radius: 0 0 16px 16px;
    color: #fff;
    overflow: hidden;
}

/* HERO CONTENT */
.hero-wrp {
    text-align: center;
}

.hero-content {
    padding: 122px 0;
}

.hero-title {
    color: #fff;
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    margin: 0;
    padding-bottom: 24px;
}

.hero-text {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.hero-buttons {
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

}

.btn {
    border-radius: 100px;
    padding: 16px 24px;
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
    border: 1px solid #fff;
    position: relative;
    overflow: hidden;
    transition: 0.3s all;
}

.btn-fill {
    color: #003B95;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.btn-outline {
    background: #73A5FF;
    color: #fff;
    border: 1px solid #E6EBF4;
    position: relative;
    overflow: hidden;
}

.btn-fill:hover {
    background: #003B95;
    color: #fff;
    border: 1px solid #003B95;
}

.btn:hover {
    transform: scale(0.98);
}

.btn-outline:hover {
    color: #fff;
}

.hero-phone {
    position: relative;
    width: 100%;
    max-width: 326px;
    margin: 0 auto;
}

.hero-left-photo {
    position: absolute;
    left: -195px;
    top: 125px;
}

.hero-right-photo {
    position: absolute;
    right: -158px;
    top: 130px;
}


/* service-section */
.service-section {
    position: relative;
    padding: 112px 0;
    background: #f7f7f7;
}

.title-wrp {
    margin-bottom: 80px;
}

.title-wrp h2 {
    margin-bottom: 24px;
    color: #151413;
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
}

.title-wrp p {
    margin: 0;
    color: #505050;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.service-section [class*="col-"] {
    margin-bottom: 37px;
}

.service-card {
    background: #EEEFF0;
    border-radius: 23px;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.card-photo {
    padding: 45px 45px 0 45px;
    margin: 0 auto;
}

.card-info {
    background: linear-gradient(110.95deg, #EEEFF1 -89.08%, #EEEFF1 112.87%);
    box-shadow: 0px 4.38px 37.5px 0px #00000033;
    padding: 18px 70px;
    min-height: 120px;
}

.card-info h3 {
    color: #262424;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 11px;
}

.card-info p {
    color: #505050;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

/* Step Section */
.step-section {
    position: relative;
    background: #F7F7F7;
    padding: 65px 0 106px 0;
}

.sticky-title {
    position: sticky;
    top: 25px;
    height: 100%;
}

.step-card {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    position: relative;
}

.step-line {
    flex-flow: column;
    flex: none;
    align-self: stretch;
    align-items: center;
    gap: 0;
    width: min-content;
    height: auto;
    padding: 0;
    display: flex;
    position: relative;
}

.step-number {
    background: #151413;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    min-width: 50px;
}

.dot-line {
    width: 1px;
    height: 100%;
    display: block;
    flex: 1 0 0;
    opacity: 0.4;
    border-left: 2px dashed #151413;
}

.step-box {
    padding-bottom: 37px;
    width: 100%;
}

.step-card:last-child .step-box {
    padding-bottom: 0;
}

.step-box .card-info {
    box-shadow: none;
    padding: 22px;
    min-height: 115px;
}

.service-card .step-number {
    display: none;
}

.white-box {
    background: #fff;
    padding: 112px 0;
}

/* Blue Card Section */
.blue-card-section {
    background: #3881FF;
    padding: 32px;
    border-radius: 23px;
}

.blue-card-content {
    width: 100%;
    max-width: 75%;
}

.blue-card-content span {
    background: #fff;
    border-radius: 20px;
    padding: 10px 12px 9px 12px;
    color: #003B95;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    vertical-align: middle;
    text-transform: uppercase;
    display: inline-block;
}

.blue-card-content h2 {
    margin: 24px 0 14px 0;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    line-height: 55px;
}

.blue-card-content p {
    margin: 0;
    color: #F6FBFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.blue-card-photo img {
    border-radius: 23px;
}

.user-card-section {
    margin-top: 38px;
    background: #F7F7F7;
}

.user-card-section .blue-card-content {
    margin-left: auto;
}

.user-card-section span {
    background: #003B95;
    color: #fff;
}

.user-card-section h2 {
    color: #151413;
}

.user-card-section p {
    color: #505050;
}

.user-card-section .btn-fill {
    color: #fff;
    background: #003B95;
}

.user-card-section .btn-outline {
    color: #151413;
    background: #EEEFF1;
}

.user-card-section .btn-outline:hover {
    color: #fff;
    background: #73A5FF;
}

/* Slider Section */
.slider-section {
    background: #F7F7F7;
    padding: 112px 0;
}

.testimonial-slider {
    position: relative;
}

.slider-item {
    position: relative;
    margin: 0 12px;
}

.slider-box {
    background: #fff;
    border: 1px solid #0000001A;
    box-shadow: 8px 8px 64px 0px #3C4FFB0D;
    padding: 32px;
    border-radius: 16px;
}

.slider-box p {
    color: #151413;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    margin: 32px 0 48px 0;
    font-family: "Manrope", sans-serif;
    min-height: 120px;
}

.client-wrp {
    display: flex;
    align-items: center;
    gap: 20px;
}

.client-wrp span {
    border: 1px solid #4C103633;
    border-radius: 100px;
    width: 64px;
    height: 64px;
    min-width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-wrp span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px;
}

.client-wrp h4 {
    color: #000;
    font-weight: 500;
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 8px;
}

.client-wrp em {
    color: #726C6C;
    font-weight: 500;
    font-size: 16px;
    font-family: "Manrope", sans-serif;
    line-height: 150%;
    font-style: normal;
}

.rating {
    display: flex;
    gap: 4px;
}

/* FAQ Section */
.faq-section {
    background: #fff;
    padding: 112px 0;
}

.faq-section .title-wrp br,
.slider-section .title-wrp br {
    display: none;
}

.accordion-item {
    background: #f7f7f7;
    border: 0 !important;
    border-radius: 24px !important;
    margin-bottom: 16px;
}

.accordion-item:first-of-type {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.accordion-button {
    padding: 24px;
    background-color: transparent !important;
    box-shadow: none !important;
    color: #030303 !important;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
}

.accordion-body {
    padding: 0 24px 24px 24px;
    color: #787878;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    margin: 0;
}

.accordion-button::after {
    background-image: url('../image/plus.svg');
    transform: none;
    background-repeat: no-repeat;
    background-size: auto;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../image/minus.svg');
    transform: none;
    background-repeat: no-repeat;
    background-size: auto;
}

/* Book Section */
.book-box {
    background: #F7F7F7;
    padding: 112px 0;
}

.book-box .blue-card-content h2 {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 36px;
    line-height: normal;
}

.book-box .blue-card-content {
    width: 100%;
    max-width: 80%;
}

/* Footer Section */
footer {
    background: #3881FF;
    padding: 56px 0;
}

.footer-top {
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 132px;
}

.essential-menu h3 {
    color: #fff;
    font-family: "Boldonse", system-ui;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.64px;
    margin-bottom: 40px;
}

.essential-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.essential-menu ul li a {
    text-decoration: none;
    color: #DDDDDD;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
}

.essential-menu ul li a:hover {
    color: #003B95;
}

.app-btns a {
    text-decoration: none;
    color: #003B95;
    background: #fff;
    font-family: "Boldonse", system-ui;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 34px 37px 28px 37px;
    position: relative;
    overflow: hidden;
    transition: 0.4s ease;
}

.app-btns a svg {
    position: relative;
    top: -2px;
}

.app-btns a:hover {
    background: #003B95;
    color: #fff;
}

.app-btns a:hover svg path {
    fill: #fff;
}

.footer-logo {
    text-align: center;
}

.footer-logo a {
    text-decoration: none;
    color: #fff;
    font-family: "Boldonse", system-ui;
    font-weight: 400;
    font-size: 110.68px;
    line-height: 100%;
    letter-spacing: 0.64px;
    text-align: center;
}


.gsap-word {
    display: inline-block;
    opacity: 0;
    transform: translateY(110%);
}





/* RESPONSIVE */
@media (max-width: 1399px) {
    .footer-logo a {
        font-size: 96px;
    }
}

@media (max-width: 1199px) {
    .hero-navbar {
        padding: 20px 30px;
    }

    .hero-navbar .navbar-brand {
        width: 169px;
        line-height: 0;
    }

    .hero-navbar .navbar-brand img {
        width: 100%;
        line-height: 0;
    }

    .hero-navbar .navbar-nav {
        gap: 14px;
    }

    .hero-navbar .nav-link {
        font-size: 16px;
        line-height: 100%;
    }

    .btn-download {
        padding: 16px 24px;
        font-size: 14px;
    }

    .card-photo img {
        width: 100%;
    }

    .card-info {
        padding: 18px 20px;
    }

    .step-section {
        padding: 0px 0 80px 0;
    }

    .sticky-title {
        position: inherit;
        top: inherit;
        height: auto;
    }

    .step-section .title-wrp {
        text-align: center;
    }

    .step-section .card-photo img {
        width: auto;
    }

    .footer-logo a {
        font-size: 81px;
    }

    .book-box .blue-card-content,
    .blue-card-content {
        max-width: 100%;
    }

    .blue-card-content h2 br {
        display: none;
    }
}

@media (max-width: 991px) {

    .hero-content {
        padding: 80px 0;
    }

    .hero-navbar {
        border-radius: 38px;
    }

    .hero-navbar .navbar-nav {
        margin-top: 20px;
        margin-bottom: 20px !important;
    }

    .footer-logo a {
        font-size: 60px;
    }

    .app-btns a {
        padding: 24px 28px 18px 28px;
    }

    .blue-card-section .row {
        gap: 48px;
    }

    .blue-card-photo {
        text-align: center;
    }

    .user-card-section .row {
        flex-direction: column-reverse;
    }
}

@media (max-width: 767px) {

    .hero-section {
        border-radius: 0 0 21px 21px;
    }

    .hero-content {
        padding: 48px 0;
    }

    .hero-title {
        font-size: 32px;
        line-height: normal;
    }

    .hero-buttons {
        margin-top: 36px;
        flex-direction: column;
        width: 100%;
    }

    .btn {
        width: 100%;
        padding: 19px 24px;
    }

    .hero-phone {
        max-width: 206px;
    }

    .hero-left-photo {
        left: -130px;
        top: 80px;
        width: 200px;
    }

    .hero-right-photo {
        position: absolute;
        right: -115px;
        top: 83px;
        width: 190px;
    }

    .hero-phone .hero-phone-photo {
        width: 100%;
    }

    .hero-navbar {
        padding: 11px 17px;
    }

    .shine:after {
        display: none;
    }

    .btn:hover,
    .btn-download:hover {
        transform: none;
    }

    .card-photo {
        padding: 20px 90px 0 90px;
    }

    .service-section [class*="col-"] {
        margin-bottom: 20px;
    }

    .card-info h3 {
        font-size: 16px;
        margin-bottom: 7px;
        font-weight: 600;
    }

    .card-info p {
        font-size: 14px;
        line-height: 17px;
    }

    .card-info {
        padding: 12px 12px;
        min-height: auto;
    }

    .service-card {
        border-radius: 14px;
    }

    .service-section {
        padding: 80px 0;
    }

    .title-wrp {
        margin-bottom: 36px;
        text-align: center;
    }

    .title-wrp h2 {
        font-size: 32px;
        line-height: normal;
    }

    .service-card .step-number {
        position: absolute;
        top: 15px;
        left: 12px;
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .step-line {
        display: none;
    }

    .service-card .step-number {
        display: flex;
    }

    .step-section .card-photo img {
        width: 100%;
    }

    .footer-logo a {
        font-size: 44px;
    }



}

@media (max-width: 575px) {
    footer {
        padding: 40px 0 11px 0;
    }

    .footer-logo a {
        font-size: 31px;
        line-height: 43px;
    }

    .footer-top {
        justify-content: start;
        margin-bottom: 100px;
        flex-direction: column;
        gap: 48px;
    }

    .app-btns {
        width: 100%;
    }

    .app-btns a {
        width: 100%;
        justify-content: center;
        padding: 26px 28px 20px 28px;
    }

    .essential-menu h3 {
        font-size: 20px;
    }

    .book-box {
        padding: 0 0 93px 0;
    }

    .book-box .container {
        background: #fff;
        padding-bottom: 40px;
    }

    .faq-section,
    .slider-section,
    .white-box {
        padding: 40px 0;
    }

    .step-section {
        padding: 0px 0 40px 0;
    }

    .white-box {
        background: #f7f7f7;
    }

    .step-box {
        padding-bottom: 20px;
    }

    .blue-card-content h2 {
        margin: 14px 0 17px 0;
        font-size: 26px;
        line-height: 32px;
    }

    .blue-card-content p {
        line-height: 19px;
    }

    .blue-card-content span {
        padding: 9px 12px 9px 12px;
        font-size: 10px;
    }

    .user-card-section span {
        border: 3px solid #73A5FF45;
    }

    .slider-box p {
        font-size: 14px;
        margin: 29px 0 36px 0;
    }

    .client-wrp {
        gap: 18px;
    }

    .client-wrp span {
        width: 42px;
        height: 42px;
        min-width: 42px;
    }

    .client-wrp h4 {
        font-size: 18px;
        line-height: 130%;
        margin-bottom: 2px;
    }

    .client-wrp em {
        font-size: 14px;
    }

    .slider-box {
        padding: 24px;
        border-radius: 14px;
    }

    .faq-section .title-wrp br,
    .slider-section .title-wrp br {
        display: block;
    }

    .accordion-body {
        font-size: 16px;
    }

    .book-box .blue-card-content h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .hero-left-photo {
        left: -71px;
        top: 80px;
        width: 150px;
    }

    .hero-right-photo {
        right: -70px;
        top: 85px;
        width: 140px;
    }

    .hero-section {
        padding: 76px 0 0 0;
    }

    .user-card-section {
        padding: 0;
    }

    .accordion {
        padding-bottom: 24px;
    }
	
	.user-card-section{
		background: #ffffff;
	}

    .blue-card-section {
        padding: 20px 17px;
        border-radius: 14px;
    }
}