/* Reset styles for Bootstrap 5 */

/* Remove all margins and paddings */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

/* Reset body styles */
body {
    background-color: #fff;
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.5;
    margin: 0;
    overflow-x: hidden;
}

/* Reset headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;

}

.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {

    .h1,
    h1 {
        font-size: 2.5rem;
    }
}

.h2,
h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {

    .h2,
    h2 {
        font-size: 2rem;
    }
}

.h3,
h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {

    .h3,
    h3 {
        font-size: 1.75rem;
    }
}

.h4,
h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {

    .h4,
    h4 {
        font-size: 1.5rem;
    }
}

/* Reset lists */
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Reset links */
a {
    text-decoration: none;
    color: inherit;
}

/* Reset images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
}

/* Reset tables */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Reset buttons */
button {
    all: unset;
    cursor: pointer;
}

/* Reset forms */
input,
textarea,
select,
button {
    font: inherit;
    color: inherit;
}

/* Reset fieldsets */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* Shadow */
.shadow {
    box-shadow: 0 .375rem 1.5rem 0 rgba(140, 152, 164, .125) !important
}

.shadow-sm {
    box-shadow: 0 .375rem .75rem rgba(140, 152, 164, .075) !important
}

.shadow-lg {
    box-shadow: 0 .6125rem 2.5rem .6125rem rgba(140, 152, 164, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.shadow-xl {
    box-shadow: 0 3.75rem 5rem 0 rgba(140, 152, 164, .3) !important
}

/* Spacing */

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.p-120 {
    padding: 120px 0px;
}

.pt-64 {
    padding-top: 64px;
}

.pb-64 {
    padding-bottom: 64px;
}

.p-64 {
    padding: 64px 0px;
}

.pt-48 {
    padding-top: 48px;
}

.pb-48 {
    padding-bottom: 48px;
}

.p-48 {
    padding: 48px 0px;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
    .pt-lg-120 {
        padding-top: 120px;
    }

    .pb-lg-120 {
        padding-bottom: 120px;
    }

    .p-lg-120 {
        padding: 120px 0px;
    }

    .pt-lg-64 {
        padding-top: 64px;
    }

    .pb-lg-64 {
        padding-bottom: 64px;
    }

    .p-lg-64 {
        padding: 64px 0px;
    }

    .pt-lg-48 {
        padding-top: 48px;
    }

    .pb-lg-48 {
        padding-bottom: 48px;
    }

    .p-lg-48 {
        padding: 48px 0px;
    }

}


/* Font size */
.f-2 {
    font-family: "Space Mono", monospace;
}

.fs-xs {
    font-size: 14px;

}

.fs-sm {
    font-size: 12px;

}

.bg-primary {
    background-color: #065573 !important;

}

.bg-success {
    background-color: #10B981 !important;
}

.bg-success-soft {
    background-color: #10b98121 !important;
}

.bg-primary-soft {
    background-color: #82c2ff26 !important
}

.bg-warning-soft {
    background-color: #fdf39326 !important
}

.bg-info-soft {
    background-color: rgba(51, 74, 192, .1);

}

.bg-card-services-03 {
    background-color: #EDFFDB !important;

}

.bg-card-services-04 {
    background-color: #FFF2C9 !important;

}

.bg-card-services-05 {
    background-color: #FFDFDF !important;

}

/* ================== Content Templates ================== */


body {
    font-family: "Inter", sans-serif;

}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(0.44, rgb(0 83 255)),
            color-stop(0.72, rgb(0 114 255)),
            color-stop(0.86, rgb(0 120 255)));
}


/* ===== Button Back Top ===== */

.icon-support-center {
    position: relative;
    z-index: 9;
}

.chat-center {
    position: fixed;
    right: 16px;
    bottom: 140px;
    width: 80px;
    text-align: center;
}

.chat-center img {
    background: hsla(0, 0%, 100%, .2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);

    border-radius: 100px;
}



.chat-center a:hover {
    cursor: pointer;
}

.back-top a {
    position: relative;
    bottom: 70px;
    right: 0;
    border: 2px solid #10b981;
    background-color: #10b981;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    z-index: 100;
    color: #fff;
    opacity: 0;
    transition: all 0.9s linear 0s;
    border-radius: 10px;
    display: block;
    text-align: center;
    margin: auto;
}

.back-top a::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: 40px;
    height: 40px;
    animation: ripple 1.6s ease-out infinite;
    opacity: 1;
    background-color: #08e79d;
    border-radius: 10px;
}

@-webkit-keyframes ripple {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.back-top {
    position: fixed;
    right: 16px;
    bottom: 0px;
    width: 80px;
    text-align: center;
    margin: auto;
}

.back-top.active a {
    opacity: 1;
}

.back-top a:hover {
    background-color: #10b981;
    border: 2px solid #10b981;
    color: #fff;
}

.effect-glass {
    background: #0016366b;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(4px);
    color: #fff;
}

.img-map {
    position: sticky;
    position: -webkit-sticky;
    top: 20px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler {
    position: relative;
    width: 1.875rem;
    height: 2.25rem;
    border: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.navbar-toggler-icon {
    top: 50%;
    display: block;
    margin-top: -0.0625rem;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-duration: .075s;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-color: #ffffff;
    background-image: none;
}

.navbar-toggler-icon::before {
    top: -0.4375rem;
    transition: top .075s .12s ease, opacity .075s ease, width .15s ease-in-out;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    display: block;
    width: .9625rem;
    content: "";
}

.navbar-toggler-icon,
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    position: absolute;
    width: 1.375rem;
    height: .125rem;
    background-color: #ffffff;
    transition-property: transform;
}

.navbar-toggler-icon::after {
    right: 0;
    bottom: -0.4375rem;
    transition: bottom .075s .12s ease, transform .075s cubic-bezier(0.55, 0.055, 0.675, 0.19), width .15s ease-in-out;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    display: block;
    width: .9625rem;
    content: "";
    background-color: #ffffff;
}

.btn-close:focus {
    box-shadow: none;
}

/* ================== COMPONENTS ================== */

.logo-white {
    transition: 0.5s all;
}

.header-scroll .logo-white {
    transition: 0.5s all;
    transform: scale(1.2) translateX(10px);
}

/* ===== Colors ===== */

.text-primary {
    color: #065573 !important;
}

.text-gradient {
    background: #8360c3;
    background: -webkit-linear-gradient(to right, #006CE6, #04E5D3);
    background: linear-gradient(to right, #006CE6, #04E5D3);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient2 {
    background: #FFEEEE;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #DDEFBB, #FFEEEE);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #DDEFBB, #FFEEEE);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-clip: text;
    -webkit-text-fill-color: transparent;
}



/* ===== Button ===== */
.btn {


    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1),
        border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.btn .fa-arrow-right {
    display: inline-block;
    /* Cho phép transform hoạt động chính xác */
    transition: transform 0.7s ease;
    /* Thời gian và kiểu chuyển động :contentReference[oaicite:3]{index=3} */
}

/* Khi hover lên button, di chuyển icon 5px sang phải */
.btn:hover .fa-arrow-right {
    transform: translateX(5px);
    /* Dịch chuyển trên trục X :contentReference[oaicite:4]{index=4} */
}


.btn-primary {
    color: #fff;
    background-color: #1976d2;
    /* primary main */
}

.btn-primary:hover {
    background-color: #1565c0;
    /* MUI primary dark */
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
        0px 4px 5px 0px rgba(0, 0, 0, 0.14),
        0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

/* ===== Nav ===== */


.navbar-nav .nav-link {
    font-size: 14px;
    font-weight: bold;
    padding: 12px 16px !important;
    transition: 0.5s all;
}

.nav-home .nav-link {
    color: #ffffff9e;
    transition: 0.5s all;
}

.nav-home .nav-link:hover {
    color: #ffffff;
    transition: 0.5s all;
}

.nav-home .nav-link.active {
    color: #ffffff;
}


/* ================== HERO ================== */

.hero-page {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}

/* Material UI Style Button */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    padding: 8px 16px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    text-decoration: none;
    text-transform: none;
    color: inherit;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.25;
    border-radius: 10px;
    min-width: 64px;
    transition: all 120ms ease-in;
}

.btn-primary {
    color: #fff;
    text-shadow: 0 1px 1px hsla(200, 10%, 4%, 0.6);
    background-color: #1976d2;
    border: 1px solid #1565c0;
    box-shadow:
        hsla(210, 100%, 60%, 0.5) 0 1px 0 inset,
        hsla(210, 100%, 30%, 0.4) 0 -1px 0 1px inset,
        hsla(200, 10%, 4%, 0.1) 0 2px 4px 0;
}

.btn-primary:hover {
    background-color: #1565c0;
    box-shadow:
        hsla(210, 100%, 60%, 0.6) 0 1px 0 inset,
        hsla(210, 100%, 30%, 0.5) 0 -1px 0 1px inset,
        hsla(200, 10%, 4%, 0.15) 0 4px 8px 0;
}

.btn-primary:active {
    background-color: #0d47a1;
    box-shadow:
        hsla(210, 100%, 30%, 0.4) 0 1px 0 inset,
        hsla(200, 10%, 4%, 0.2) 0 1px 2px 0;
}

.btn-success {
    color: #fff;
    text-shadow: 0 1px 1px hsla(145, 63%, 22%, 0.6);
    background-color: #28a745;
    border: 1px solid #218838;
    box-shadow:
        hsla(134, 61%, 41%, 0.5) 0 1px 0 inset,
        hsla(134, 61%, 21%, 0.4) 0 -1px 0 1px inset,
        hsla(145, 63%, 22%, 0.1) 0 2px 4px 0;
}

.btn-success:hover {
    background-color: #218838;
    box-shadow:
        hsla(134, 61%, 41%, 0.6) 0 1px 0 inset,
        hsla(134, 61%, 21%, 0.5) 0 -1px 0 1px inset,
        hsla(145, 63%, 22%, 0.15) 0 4px 8px 0;
}

.btn-success:active {
    background-color: #1e7e34;
    box-shadow:
        hsla(134, 61%, 21%, 0.4) 0 1px 0 inset,
        hsla(145, 63%, 22%, 0.2) 0 1px 2px 0;
}

.btn-gradient {
    color: #fff;
    text-shadow: 0 1px 1px hsla(200, 10%, 4%, 0.6);
    background: linear-gradient(to right, #006CE6, #04E5D3);
    border: 1px solid #005bbd;
    box-shadow:
        hsla(210, 100%, 60%, 0.5) 0 1px 0 inset,
        hsla(210, 100%, 30%, 0.4) 0 -1px 0 1px inset,
        hsla(200, 10%, 4%, 0.1) 0 2px 4px 0;
}

.btn-gradient:hover {
    background: linear-gradient(to right, #005bbd, #03c4b1);
    box-shadow:
        hsla(210, 100%, 60%, 0.6) 0 1px 0 inset,
        hsla(210, 100%, 30%, 0.5) 0 -1px 0 1px inset,
        hsla(200, 10%, 4%, 0.15) 0 4px 8px 0;
}

.btn-gradient:active {
    background: linear-gradient(to right, #004a9b, #02a391);
    box-shadow:
        hsla(210, 100%, 30%, 0.4) 0 1px 0 inset,
        hsla(200, 10%, 4%, 0.2) 0 1px 2px 0;
}


.btn:hover i {
    transform: translateX(4px);
}

.btn i {
    transition: transform 0.2s ease;
}

/* Responsive styles for percentage counter */
.percentage-counter {
    top: 170px;
    right: 200px;
    font-size: 72px;
    font-weight: bold;
}

/* Tablet styles (768px to 991px) */
@media (max-width: 991px) and (min-width: 768px) {
    .percentage-counter {
        top: 120px;
        right: 100px;
        font-size: 48px;
    }
}

/* Mobile styles (max-width: 767px) */
@media (max-width: 767px) {
    .percentage-counter {
        top: 80px;
        right: 20px;
        font-size: 32px;
    }
}

/* Extra small mobile (max-width: 480px) */
@media (max-width: 480px) {
    .percentage-counter {
        top: 54px;
        right: 15px;
        font-size: 36px;
    }
}

/* Business label responsive styles */
.business-label {
    top: 260px;
    right: 160px;
    font-size: 24px;
    font-weight: 300;
}

/* Tablet styles for business label */
@media (max-width: 991px) and (min-width: 768px) {
    .business-label {
        top: 200px;
        right: 80px;
        font-size: 20px;
    }
}

/* Mobile styles for business label */
@media (max-width: 767px) {
    .business-label {
        top: 180px;
        right: 20px;
        font-size: 18px;
        font-weight: 400;
    }
}

/* Extra small mobile for business label */
@media (max-width: 480px) {
    .business-label {
        top: 95px;
        right: 15px;
        font-size: 14px;
        font-weight: 400;
    }
}

/* Logo section responsive styles */
.logo-section {
    top: 135px;
    left: 27px;
}

.logo-img {
    width: 100px;
}

.savings-text {
    font-size: inherit;
}

/* Tablet styles for logo section */
@media (max-width: 991px) and (min-width: 768px) {
    .logo-section {
        top: 100px;
        left: 20px;
    }

    .logo-img {
        width: 80px;
    }

    .savings-text {
        font-size: 0.9em;
    }
}

/* Mobile styles for logo section */
@media (max-width: 767px) {
    .logo-section {
        top: 80px;
        left: 15px;
    }

    .logo-img {
        width: 60px;
        margin-bottom: 0.5rem !important;
    }

    .savings-text {
        font-size: 0.8em;
        line-height: 1.2;
    }
}

/* Extra small mobile for logo section */
@media (max-width: 480px) {
    .logo-section {
        top: 35px;
        left: 10px;
    }

    .logo-img {
        width: 50px;
        margin-bottom: 0.3rem !important;
    }

    .savings-text {
        font-size: 16px;
        line-height: normal;
    }
}