/* ===================================
    Crafto - Bisiness
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam:wght@100;300;400;500;600;700;800&display=swap');
/* variable */
:root {     
    --base-color: #1e7d4a;
    --base-color-light: #2d9a5f;
    --base-color-rgb: 30, 125, 74;
    --dark-gray: #262b35;
    --medium-gray:#868d98;
    --primary-font: 'Be Vietnam', sans-serif;
    --alt-font: 'Sora', sans-serif;
    --solitude-blue: #eef6f1;
}
/* reset */
body { 
    font-size: 17px;
    line-height: 32px;
}
/* header */
header .navbar-brand img {
    max-height: 26px;
}
.navbar .navbar-nav .nav-link {
    font-size: 17px;
    font-weight: 400;
}
.sticky .header-transparent .header-button .btn {
    color: var(--dark-gray);
    border-color: var(--dark-gray);
}
.sticky .header-transparent .header-button .btn:hover {
    border-color: var(--dark-gray);
    color: var(--white);
    background:  var(--dark-gray);
}
header.sticky.sticky-active [data-header-hover="light"] .widget-text i {
    color: var(--white);
}
/* accordion style 02 */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    background-color: var(--dark-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:hover a,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a{
    opacity: .5;
}
/* bg color */
.bg-gradient-sherpa-blue-black {
    background-image: linear-gradient(to right top, #23248C, #22236D, #232348, #222226, #232323);
}
.bg-gradient-sherpa-black-blue {
    background-image: linear-gradient(to right top, #232323, #222226, #232348, #22236D, #23248C);
} 
/* bg transparent color */
.bg-base-color-transparent {
    background-color: rgba(var(--base-color-rgb), .8);
}

.bg-solitude-blue {
    background-color: var(--solitude-blue);
}

.bg-gradient-solitude-blue-transparent {
    background: linear-gradient(to top, rgb(238, 246, 241), rgba(255, 255, 255, 0));
}

.bg-dark-slate-blue {
    background-color: #12382b;
}
/*  tabs style 05  */
.tab-style-05 .nav-tabs > li.nav-item {
    letter-spacing: -.5px;
}
/* accordion */
.accordion .accordion-item .accordion-header .accordion-title i {
    top: 52%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {margin-bottom: 25px}

/*  progress bar style 01  */
.progress-bar-style-01 .progress .progress-bar-title {
    bottom: 15px;
}
/* page title */
.page-title-extra-large h1 {
    font-size: 4.7rem;
    line-height: 4.7rem;
}
/* separator line */
.separator-line-9px {
    height: 9px;
}
/* tag */
.tag-cloud a { 
    padding-top: 5px;
    padding-bottom: 9px;
}
/* blog comment */ 
.blog-comment li .btn-reply {
    padding-top: 5px;
    padding-bottom: 7px;
}
/* number pagination style 01 */
.pagination-style-01 .page-item .page-link {
    line-height: 42px;
}
.pagination-style-01 .page-item.active .page-link {
    background: var(--dark-gray);
    color: var(--white);
}
/* top right bottom left */
.bottom-minus-45px {
    bottom: -45px;
}
.right-minus-45px {
    right: -45px;
}
/* footer */
footer .footer-logo img {
    max-height: 26px;
}
footer ul li {
    margin-bottom: 0;
}
.footer-dark a:hover {
    color: var(--white);
}
/* model popup */
.mfp-bg {
    background: #0f1222;
    opacity: 0.82;
}

.login-modal-compact {
    max-width: 400px;
    margin: 0 auto;
    position: relative;
}

.login-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow:
        0 4px 6px -1px rgba(var(--base-color-rgb), 0.08),
        0 24px 48px -12px rgba(15, 18, 34, 0.22);
    border: 1px solid rgba(var(--base-color-rgb), 0.12);
}

.login-card-accent {
    height: 4px;
    background: linear-gradient(90deg, #1e7d4a 0%, #3aaf7a 50%, #1e7d4a 100%);
    background-size: 200% 100%;
    animation: login-accent-shift 4s ease infinite;
}

@keyframes login-accent-shift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.login-card-body {
    padding: 28px 28px 30px;
    padding-top: 32px;
}

.login-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

.login-brand-logo {
    width: auto;
    max-width: 64px;
    height: 56px;
    object-fit: contain;
    flex-shrink: 0;
}

.login-brand-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--base-color);
    background: rgba(var(--base-color-rgb), 0.1);
    padding: 2px 8px;
    border-radius: 100px;
    line-height: 1.6;
    margin-bottom: 4px;
}

.login-brand-title {
    font-family: var(--alt-font);
    font-size: 19px;
    font-weight: 700;
    color: var(--dark-gray);
    margin: 0;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.login-brand-sub {
    font-size: 13px;
    color: var(--medium-gray);
    margin: 2px 0 0;
    line-height: 1.3;
}

.login-field {
    margin-bottom: 14px;
}

.login-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: var(--dark-gray);
    margin-bottom: 6px;
    letter-spacing: 0.02em;
}

.login-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.login-input-icon {
    position: absolute;
    left: 13px;
    font-size: 16px;
    color: var(--medium-gray);
    pointer-events: none;
    line-height: 1;
    z-index: 1;
}

.login-input {
    width: 100%;
    height: 44px;
    padding: 0 14px 0 40px;
    font-size: 14px;
    font-family: var(--primary-font);
    color: var(--dark-gray);
    background: #f4f5f9;
    border: 1.5px solid transparent;
    border-radius: 12px;
    outline: none;
    transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}

.login-input::placeholder {
    color: #a8adb8;
}

.login-input:focus {
    background: #fff;
    border-color: rgba(var(--base-color-rgb), 0.45);
    box-shadow: 0 0 0 3px rgba(var(--base-color-rgb), 0.12);
}

.login-pw-toggle {
    position: absolute;
    right: 5px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    border-radius: 8px;
    color: var(--medium-gray);
    cursor: pointer;
    padding: 0;
    transition: color 0.15s, background 0.15s;
}

.login-pw-toggle:hover {
    color: var(--base-color);
    background: rgba(var(--base-color-rgb), 0.08);
}

.login-pw-toggle i {
    font-size: 15px;
    line-height: 1;
}

.login-captcha {
    margin-bottom: 18px;
}

.login-captcha-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.login-captcha-img-wrap {
    position: relative;
    flex-shrink: 0;
    width: 128px;
    height: 44px;
    padding: 0;
    border: 1.5px solid #e8eaef;
    border-radius: 12px;
    overflow: hidden;
    background: #f4f5f9;
    cursor: pointer;
    transition: border-color 0.2s;
}

.login-captcha-img-wrap:hover {
    border-color: rgba(var(--base-color-rgb), 0.4);
}

.login-captcha-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.login-captcha-refresh {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 18, 34, 0.45);
    color: #fff;
    opacity: 0;
    transition: opacity 0.2s;
    font-size: 14px;
}

.login-captcha-img-wrap:hover .login-captcha-refresh {
    opacity: 1;
}

.login-captcha-input {
    flex: 1;
    min-width: 0;
    padding-left: 12px;
}

.login-captcha-hint {
    display: block;
    font-size: 11px;
    color: var(--medium-gray);
    margin-top: 5px;
}

.login-submit {
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--alt-font);
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #1e7d4a 0%, #2d9a5f 100%);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.2s, opacity 0.15s;
    box-shadow: 0 4px 14px rgba(var(--base-color-rgb), 0.35);
}

.login-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(var(--base-color-rgb), 0.45);
}

.login-submit:active {
    transform: translateY(0);
    opacity: 0.92;
}

.login-submit i {
    font-size: 16px;
    line-height: 1;
    transition: transform 0.2s;
}

.login-submit:hover i {
    transform: translateX(3px);
}

.mfp-inline-holder .mfp-content .login-modal-compact {
    max-width: 400px;
}

.mfp-inline-holder .mfp-content {
    max-width: 420px;
    position: relative;
}

.mfp-inline-holder button.mfp-close,
.mfp-inline-holder button.mfp-close:active {
    right: 12px;
    top: 12px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e8eaef;
    opacity: 1;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(15, 18, 34, 0.1);
    transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
    z-index: 5;
}

.mfp-inline-holder button.mfp-close:hover {
    background: #f8f9fc;
    border-color: rgba(var(--base-color-rgb), 0.35);
    box-shadow: 0 2px 12px rgba(var(--base-color-rgb), 0.15);
}

.mfp-inline-holder button.mfp-close:before,
.mfp-inline-holder button.mfp-close:active:before {
    color: #868d98;
    font-size: 15px;
    line-height: 1;
}

.mfp-inline-holder button.mfp-close:hover:before {
    color: var(--base-color);
}

@media (max-width: 440px) {
    .login-modal-compact {
        max-width: calc(100vw - 32px);
    }

    .login-card-body {
        padding: 22px 20px 24px;
    }
}
/* media query responsive */
@media (max-width: 1499px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    } 
}
@media (max-width: 1399px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 13px;
        padding-right: 13px;
    }
    .sticky-wrap.shadow-in {
        left: 35px;
    }
}
@media (max-width: 1300px) {
    .sticky-wrap.shadow-in {
        left: 10px;
    }
}
@media (max-width: 991px) {
    .header-transparent .header-button .btn {
        color: var(--dark-gray);
        border-color: var(--dark-gray);
    }
    .header-transparent .header-button .btn:hover {
        border-color: var(--dark-gray);
        color: var(--white);
        background:  var(--dark-gray);
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        width: calc(100% + 30px) !important;
        margin-left: -15px;
        padding: 10px 45px;
        margin-bottom: 0;
        margin-right: -15px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a {
        padding-bottom: 17px;
    }
}
@media (max-width: 767px) {
    p {
        margin-bottom: 20px;
    }
    .page-title-extra-large h1 {
        font-size: 40px;
        line-height: 46px;
    }
}

/* landing page — header & hero */
.landing-header-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1320px;
    margin: 0 auto;
    padding: 16px 24px;
}

.landing-brand {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    padding: 0;
    margin: 0;
}

.landing-brand img {
    max-height: 42px;
    width: auto;
}

.landing-nav-collapse {
    flex-grow: 0;
    width: 100%;
    justify-content: center;
}

.landing-nav-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0 auto;
}

.landing-nav-menu .nav-link {
    font-weight: 500;
    padding: 10px 18px;
    border-radius: 999px;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.landing-nav-menu .nav-link:hover,
.landing-nav-menu .nav-link:focus {
    background-color: rgba(255, 255, 255, 0.12);
}

.landing-header-login {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.landing-nav-toggle {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.landing-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    padding: 120px 0 60px;
    overflow: hidden;
}

.landing-hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(12, 46, 35, 0.88) 0%, rgba(22, 74, 56, 0.78) 38%, rgba(18, 56, 43, 0.82) 72%, rgba(10, 36, 28, 0.9) 100%),
        url('../../images/bg-landing.jpg') center center / cover no-repeat;
}

.landing-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.45;
    pointer-events: none;
}

.landing-hero-glow--1 {
    width: 420px;
    height: 420px;
    top: -120px;
    left: -80px;
    background: radial-gradient(circle, rgba(30, 125, 74, 0.9) 0%, transparent 70%);
}

.landing-hero-glow--2 {
    width: 360px;
    height: 360px;
    bottom: -100px;
    right: -60px;
    background: radial-gradient(circle, rgba(45, 154, 95, 0.75) 0%, transparent 70%);
}

.landing-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(circle at center, black 30%, transparent 85%);
    opacity: 0.35;
}

.landing-hero-content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.landing-hero-badge {
    display: inline-block;
    margin-bottom: 22px;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
}

.landing-hero-title {
    font-size: clamp(2.6rem, 6vw, 4.5rem);
    line-height: 1.08;
    font-weight: 700;
    margin-bottom: 22px;
}

.landing-hero-accent {
    display: inline-block;
    background: linear-gradient(90deg, #ffffff 0%, #c8e6d5 55%, #a8dcc4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.landing-hero-subtitle {
    font-size: clamp(1.1rem, 2.2vw, 1.45rem);
    line-height: 1.55;
    font-weight: 500;
    max-width: 720px;
    margin: 0 0 18px 0;
    opacity: 0.95;
}

.landing-hero-desc {
    font-size: 17px;
    line-height: 1.7;
    max-width: 640px;
    margin: 0 0 36px 0;
    opacity: 0.72;
}

.landing-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 14px 22px;
}

.landing-hero-link {
    font-weight: 500;
    opacity: 0.88;
    text-decoration: none;
}

.landing-hero-link:hover {
    opacity: 1;
    color: #fff;
}

header.sticky.sticky-active .landing-nav-menu .nav-link:hover {
    background-color: rgba(38, 43, 53, 0.08);
}

@media (max-width: 991px) {
    .landing-header-wrap {
        justify-content: flex-start;
        padding: 14px 20px;
    }

    .landing-brand {
        position: static;
        transform: none;
        margin-right: auto;
    }

    .landing-brand img {
        max-height: 36px;
    }

    .landing-nav-toggle {
        position: static;
        transform: none;
        margin-left: auto;
    }

    .landing-nav-collapse {
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .landing-nav-menu {
        flex-direction: column;
        align-items: center;
        gap: 2px;
        margin-bottom: 16px;
    }

    .landing-nav-menu .nav-link {
        width: 100%;
        text-align: center;
        padding: 12px 16px;
    }

    .landing-header-login {
        position: static;
        transform: none;
        justify-content: center;
        width: 100%;
        display: flex !important;
        margin-bottom: 8px;
    }

    .landing-hero {
        min-height: 100vh;
        min-height: 100dvh;
        padding: 120px 0 70px;
    }
}

@media (max-width: 575px) {
    .landing-hero-title {
        font-size: 2.35rem;
    }

    .landing-hero-actions {
        flex-direction: column;
    }

    .landing-hero-actions .btn {
        width: 100%;
        max-width: 280px;
    }
}

/* landing footer */
.landing-footer {
    color: #fff;
    padding: 0 !important;
    margin: 0;
}

.landing-footer-main {
    background: linear-gradient(160deg, #1e5c45 0%, #164a38 55%, #12382b 100%);
    padding: 56px 0 48px;
}

.landing-footer-bottom {
    background: #0f2e23;
    padding: 16px 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.82);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-footer-logo {
    width: 52px;
    height: auto;
    margin-bottom: 16px;
}

.landing-footer-title {
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 14px;
    color: #fff;
}

.landing-footer-desc {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 22px;
}

.landing-footer-heading {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 18px;
}

.landing-footer-social {
    display: flex;
    gap: 10px;
}

.landing-footer-social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.22);
    color: #fff;
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.landing-footer-social-btn:hover {
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    transform: translateY(-2px);
}

.landing-footer-social-btn i {
    font-size: 17px;
    line-height: 1;
}

.landing-footer-map-wrap {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.15);
}

.landing-footer-map {
    display: block;
    width: 100%;
    height: 220px;
    border: 0;
}

.landing-footer-map-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    transition: color 0.2s ease;
}

.landing-footer-map-link:hover {
    color: #fff;
}

.landing-footer-map-link i {
    font-size: 15px;
}

.landing-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.88);
}

.landing-footer-contact li:last-child {
    margin-bottom: 0;
}

.landing-footer-contact-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.22);
    color: #fff;
}

.landing-footer-contact-icon i {
    font-size: 16px;
    line-height: 1;
}

.landing-footer-contact a {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    transition: color 0.2s ease;
}

.landing-footer-contact a:hover {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .landing-footer-main {
        padding: 44px 0 36px;
    }

    .landing-footer-heading {
        margin-top: 8px;
    }
}

@media (max-width: 575px) {
    .landing-footer-map {
        height: 200px;
    }

    .landing-footer-bottom {
        font-size: 13px;
    }
}

/* landing page — scroll */
html:has(body.landing-page) {
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: #1e7d4a #eef6f1;
}

@media (prefers-reduced-motion: reduce) {
    html:has(body.landing-page) {
        scroll-behavior: auto;
    }
}

.landing-page section[id] {
    scroll-margin-top: 88px;
}

html:has(body.landing-page)::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

html:has(body.landing-page)::-webkit-scrollbar-track {
    background: #eef6f1;
    border-radius: 100px;
}

html:has(body.landing-page)::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #2d9a5f 0%, #1e7d4a 100%);
    border-radius: 100px;
    border: 2px solid #eef6f1;
    transition: background 0.2s ease;
}

html:has(body.landing-page)::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #3aaf7a 0%, #1e7d4a 100%);
}

html:has(body.landing-page)::-webkit-scrollbar-corner {
    background: #eef6f1;
}

.landing-scroll-top.scroll-progress.scroll-simple {
    right: 28px;
    bottom: 28px;
    z-index: 105;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition:
        opacity 0.35s ease,
        visibility 0.35s ease,
        transform 0.35s ease;
}

.landing-scroll-top.scroll-progress.scroll-simple.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.landing-scroll-top.scroll-progress.scroll-simple .scroll-top {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, #1e7d4a 0%, #2d9a5f 100%);
    color: #fff;
    font-size: 18px;
    line-height: 1;
    box-shadow:
        0 4px 14px rgba(30, 125, 74, 0.35),
        0 2px 6px rgba(15, 18, 34, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.landing-scroll-top.scroll-progress.scroll-simple .scroll-top:hover {
    transform: translateY(-3px);
    box-shadow:
        0 8px 22px rgba(30, 125, 74, 0.42),
        0 4px 10px rgba(15, 18, 34, 0.14);
}

.landing-scroll-top.scroll-progress.scroll-simple .scroll-top:active {
    transform: translateY(0);
}

.landing-scroll-top.scroll-progress.scroll-simple .scroll-top i {
    line-height: 1;
}

@media (max-width: 575px) {
    .landing-page section[id] {
        scroll-margin-top: 72px;
    }

    .landing-scroll-top.scroll-progress.scroll-simple {
        right: 16px;
        bottom: 16px;
    }

    .landing-scroll-top.scroll-progress.scroll-simple .scroll-top {
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }
}