* {
    padding: 0;
    margin: 0;
}


:root {
    --black-bg-color: #111827;
    --white-bg-color: #FFFFFF;
    --black-text-color: #111827;
    --green-color: #0CAF60;
    --red-color: #EC595B;
    --link-color: #5688F7;
    --score-color: #B956F7;
}

.mt-12 {
    margin-top: 12px !important;
}

.mt-16 {
    margin-top: 16px !important;
}

.color-purple {
    color: #B956F7 !important;
}

.color-green {
    color: #1B917A !important;
}

body {
    font-family: "Plus Jakarta Sans", serif;
    background: #FFF;
}

.hidden-pc {
    display: none !important;
}

.q-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
}

.q-btn {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-align: center;
    padding: 10px 24px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 8px;
}

.q-btn-white {
    color: #111827;
    background: #FFFFFF;
}

.q-btn-green {
    background: #1B917A;
    border-color: #1B917A;
}

.q-btn-export {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    padding: 4px 12px;
    text-decoration: none;
    border: 1px solid #F1F2F4;
    border-radius: 4px;
    color: var(--black-text-color);
    background-image: url('../images/icon-export.png');
    background-repeat: no-repeat;
    background-position: left 6px center;
    background-size: 20px 20px;
    padding-left: 32px;
}

.navbar {
    width: 100%;
    background: var(--black-bg-color);
    padding: 0;
    margin: 0;
}

.navbar .q-container {
    padding: 22px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-items: center;
}

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

.navbar-brand img {
    width: 214px;
}

.navbar-brand .text-muted {
    font-size: 10px;
    font-weight: 500;
    line-height: 10.17px;
    letter-spacing: 0.05em;
    color: #FFFFFF !important;
    display: block;
    margin-top: 8px;
    text-transform: uppercase;
}

.navbar .navbar-center {
    flex: 1;
    justify-content: center;
}

.navbar .navbar-center form {
    width: 90%;
    max-width: 363px;
    display: flex;
    position: relative;
}

.q-input-search {
    padding: 10px 68px 10px 40px;
    border-radius: 10px;
    outline: none;
    background-color: #323B49;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #323B49;
    max-width: 100%;
    color: #FFFFFF;
    position: relative;
    flex: 1;
    background-image: url('../images/icon-search.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left 10px center;
}

.q-search-submit {
    position: absolute;
    width: 52px;
    height: 32px;
    background-color: transparent;
    background-image: url('../images/icon-command.png');
    background-repeat: no-repeat;
    background-size: 100%;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    border: none;
    outline: none;
}

.q-input-search::placeholder {
    color: #A0AEC0;
    opacity: 1;
    /* Firefox */
}

.navbar .navbar-right {
    flex-grow: 0;
    gap: 10px;
}

.navbar-nav {
    margin: 0;
    padding: 0;
}

.navbar-nav .nav-link {
    color: #CBD5E0;
    padding: 0 !important;
    margin: 0;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
}

.navbar-nav .nav-item.active .nav-link {
    color: #FFFFFF;
    font-weight: 600;
}

#lpSection1 {
    background: linear-gradient(180deg, #111827 33.77%, rgba(17, 24, 39, 0) 43.43%, #111827 82.08%);
    color: #fff;
    text-align: center;
    padding-bottom: 70px;
    position: relative;
    /* z-index: -2; */
}

.intro-header h1 {
    font-weight: 700;
    font-size: 78px;
    line-height: 93.6px;
    letter-spacing: 0%;
}

.intro-header h5 {
    max-width: 591px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0%;
    text-align: center;
    color: #687588;
    margin: 12px auto 24px;
}

.intro-video-container {
    position: absolute;
    bottom: 50px;
    overflow: hidden;
    width: 100%;
    z-index: -1;
}

.intro-video-container video {
    max-width: 100%;
}

.intro-footer {
    margin-top: 290px;
}

.intro-footer .title {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 12px;
    align-items: center;
}

.countdown .box {
    text-align: center;
    min-width: 70px;
}

.countdown .box .time {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    border-radius: 6px;
    border: 1.54px solid #323B49;
    padding: 15.43px;
    margin-bottom: 6px;
}

.countdown .box .label {
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}

#lpSection2 {
    padding-bottom: 32px;
}

.btn-stars {
    background-image: url('../images/icon-stars.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left 15px center;
    padding-left: 40px !important;
}

.company-info-header {
    text-align: center;
    margin-bottom: 70px;
}

.company-info-header>span {
    border: 1px solid #F1F2F4;
    background-color: #FAFAFA;
    border-radius: 99px;
    font-weight: 600;
    font-size: 13.11px;
    line-height: 16.09px;
    letter-spacing: 0%;
    color: #1B917A;
    padding: 11px 20px;
}

.company-info-header h2 {
    font-weight: 700;
    font-size: 56px;
    line-height: 72.8px;
    letter-spacing: 0%;
    color: #111827;
    margin-top: 12px;
}

.company-info-content {
    display: flex;
}

.company-info-content>div {
    border-radius: 32px;
    padding: 40px;
    border: 2px solid #F1F2F4;
}

.company-info-content>div h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -0.03em;
    color: #1A1C1E;
    margin-bottom: 24px;
}

.company-info-content>div p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.02em;
    color: #6C7278;
}

.company-info-content div.has-image {
    width: calc(170% - 32px);
    padding-bottom: 120px;
    overflow: hidden;
}

.company-info-content>div.has-image h3,
.company-info-content>div.has-image p {
    width: 50%;
}

.info-bg-green {
    background-color: #146A5A;
}

.info-bg-gray {
    background-color: #F1F2F4;
}

.company-info-content>div.info-bg-green h3 {
    color: #fff;
}

.company-info-content>div.info-bg-green p {
    color: #DCE4E8;
}

.company-info-content .has-image {
    position: relative;
}

.company-info-content .has-image img {
    position: absolute;
    right: 0;
    bottom: 0;
}

#lpSection3 {
    padding: 70px 0 150px;
    background-color: #FAFAFA;
}

.quote-icon {
    margin-bottom: 32px;
}

.quote-text {
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #111827;
}

.quote-text span {
    color: #687588;
}


.offers-section {
    padding: 80px 110px;
    border-radius: 32px;
    background-color: #146A5A;
    color: #fff;
}

.offers-section-header>span {
    padding: 5px 25px;
    border-radius: 80px;
    background-color: #1A8671;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.02em;
}

.offers-section-header h2 {
    font-weight: 700;
    font-size: 56px;
    line-height: 78.4px;
    letter-spacing: -0.03em;
}

.offers-section-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
    grid-auto-rows: minmax(min-content, max-content);
    height: 100%;
}

.offers-section-content>div {
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.33) 0%, rgba(255, 255, 255, 0) 100%); */
    background: linear-gradient(180deg, #006753 0%, #167462 100%);
    padding: 24px;
    border-radius: 14px;
    text-align: center;
}

.offers-section-content>div .offers-img {
    height: 0;
    padding-top: 90%;
    position: relative;
}

.offers-section-content>div .offers-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.offers-section-content>div:nth-child(2) .offers-img img {
    width: 110%;
    height: 110%;
    top: -10px;
    left: -5px;
}

.offers-section-content>div:nth-child(3) .offers-img img {
    width: 120%;
    height: 130%;
    top: -15px;
    right: -20px;
    left: auto;
}

.offers-section-content>div h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33.6px;
    letter-spacing: 0%;
    margin: 20px 0 10px;
    text-align: left;
}

.offers-section-content>div p {
    font-weight: 400;
    font-size: 14.75px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
}

#lpSection5 {
    margin-top: 47px;
}

.scroll-image-section {
    background-color: #111827;
    padding: 80px 110px;
    color: #fff;
    border-radius: 32px;
}

.vertical-scroll-change-image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.vertical-scroll-change-image .image-container {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    padding-right: 80px;
}

.vertical-scroll-change-image .image-container h2 {
    font-weight: 700;
    font-size: 56px;
    line-height: 67.2px;
}

.vertical-scroll-change-image .image-container img {
    max-width: 440px;
}

.vertical-scroll-change-image .content .section {
    /* margin-bottom: 105px; */
    display: flex;
    gap: 80px;
    height: 250px;
}

.vertical-scroll-change-image .content .section:last-child {
    margin-bottom: 0;
    height: auto;
}

.vertical-scroll-change-image .content .section h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 44.8px;
    letter-spacing: -0.03em;
    margin-bottom: 12px;
}

.vertical-scroll-change-image .content .section p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.02em;
    color: #6C7278;
    /* padding-bottom: 105px; */
}

.line-container {
    position: relative;
    width: 20px;
    height: 100%;
    padding-top: 15px;
}

.line-container .line-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #1B917A;
    background: #111827;
    z-index: 2;
    position: relative;
}

.line-container .line {
    height: 100%;
    border: 2px solid #323B49;
    width: 1px;
    margin: 0 auto;
    position: relative;
}

.line-container .line2 {
    height: 0%;
    border: 2px solid #1B917A;
    width: 1px;
    position: absolute;
    z-index: 1;
    top: -6px;
    left: -2px;
}

.top-q-tickers {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.top-ticker-item {
    border: 1px solid #323B49;
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
}

.top-ticker-item .item-row {
    border-bottom: 1px solid #323B49;
    display: flex;
}

.top-ticker-item .item-row:last-child {
    border-bottom: none;
}

.top-ticker-item .item-row>div {
    border-right: 1px solid #323B49;
    padding: 10px 14px;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    width: 50%;
}

.top-ticker-item .item-row>div:last-child {
    border-right: none;
}

.top-ticker-item .item-row .rank-icons {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-ticker-item .item-row .rank-icons .rank-icon {
    width: 12px;
    height: 12px;
    background-image: url('../images/icon-rank-down.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.top-ticker-item .item-row .rank-icons .rank-icon.up {
    background-image: url('../images/icon-rank-up.png');
}

.top-ticker-item .item-row .rank-icons .rank {
    width: 19.5px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../images/icon-rank-top-1.png');
}

.top-ticker-item .item-row .rank-icons .rank-2 {
    background-image: url('../images/icon-rank-top-2.png');
}

.top-ticker-item .item-row .rank-icons .rank-3 {
    background-image: url('../images/icon-rank-top-3.png');
}

.top-ticker-item .item-row .item-company-info {
    flex: 1;
    display: flex;
    gap: 12px;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.top-ticker-item .item-row .item-company-info img {
    width: 24px;
    height: 24px;
}

.top-ticker-item .item-row .has-sort {
    position: relative;
    padding-right: 32px;
}

.top-ticker-item .item-row .has-sort::after {
    display: block;
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url('../images/icon-table-sort.png');
    background-repeat: no-repeat;
    background-size: 7.5px 10px;
    background-position: center;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

#lpSection6 {
    padding: 70px 0;
}

.testimonials-section>h2 {
    font-weight: 700;
    font-size: 56px;
    line-height: 78.4px;
    letter-spacing: -0.03em;
    color: #111827;
    margin-bottom: 50px;
}

.testimonials {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 13px;
}

.testimonials .card {
    box-shadow: 0px 24px 184px -10px #00000024;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 24px;
    border-color: #fff;
    position: relative;
    padding-bottom: 150px;
}

.testimonials .card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #003D29;
}

.testimonials .card .profile {
    position: absolute;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonials .card .profile img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.testimonials .card .profile .profile-info {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    color: #003D29;
}

.testimonials .card .profile .profile-info span {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0%;
    display: block;
}

#lpSection7 {
    text-align: center;
    padding: 70px 0 85px;
}

#lpSection7 h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    letter-spacing: -0.03em;
    text-align: center;
    margin-bottom: 50px;
}

.top-footer-image {
    width: 95%;
    display: block;
    margin: 0 auto;
}

footer {
    padding: 80px 90px;
    background-color: #146A5A;
    color: #fff;
}

footer .navbar-brand {
    max-width: 200px;
}

footer .navbar-brand img {
    width: 187px;
}

footer .navbar-brand span.text-muted {
    /* font-family: Verdana; */
    font-weight: 400;
    font-size: 8px;
    line-height: 8.3px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    max-width: 200px;
}

footer .company-info {
    flex: 1;
}

footer .company-info h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -0.03em;
    margin: 40px 0;
    max-width: 270px;
}

footer .copyright {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #DCE4E8;
}

footer .social-icon {
    width: 300px;
}

footer .social-icon ul {
    display: flex;
    gap: 8px;
    padding: 0;
    margin-top: 32px;
    margin-bottom: 0;
}

footer .social-icon ul li {
    list-style: none;
}

#newsletterModal .modal-content {
    min-width: 580px;
}

#newsletterModal .modal-body {
    padding: 20px 40px 40px;
}

#newsletterModal .btn-close {
    float: right;
}

#newsletterModal .modal-body h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
    display: block;
    width: 100%;
    text-align: center;
    margin: 40px 0 20px;
    font-weight: 700;
}

#newsletterModal .modal-body form>p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}

#newsletterModal .modal-body form .form-inline {
    display: flex;
    gap: 10px;
}

#newsletterModal .modal-body form .form-inline input {
    padding: 10px 20px;
}

.faq-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
    gap: 60px;
}

.faq-left {
    flex: 1;
    min-width: 300px;
}

.faq-left h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 24px;
}

.faq-left p {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
}

.faq-right {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.faq-item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.faq-question {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.faq-toggle {
    font-size: 24px;
    font-weight: bold;
    transition: all 0.3s ease;
    pointer-events: none;
}

.faq-answer {
    margin-top: 12px;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    display: none;
    transition: all 0.5s ease;
}

.faq-item.open .faq-answer {
    display: block;
}

.faq-item.open .faq-toggle {
    transform: rotate(45deg);
}
