﻿/* reset css start */
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@500;600&family=Karla:wght@400;500;600;700&display=swap");

:root {
    --theme-color: #FFEE49;
}

html {
    scroll-behavior: smooth;
}

body {
    position: relative;
    font-family: "Karla", sans-serif;
    color: #C3BCAD;
    font-size: 1.125rem;
    padding: 0;
    margin: 0;
    font-weight: 400;
    position: relative;
    line-height: 1.7;
    background-color: #000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow-x: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    flex-flow: column;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1199px) {
    body {
        font-size: 1rem;
    }
}

footer {
    margin-top: auto;
}

@-webkit-keyframes spinRoll {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinRoll {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spinRoll {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinRoll {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

img {
    max-width: 100%;
    height: auto;
    user-select: none;
}

select {
    cursor: pointer;
}

button {
    cursor: pointer;
}

*:focus {
    outline: none;
}

button {
    border: none;
}

button:focus {
    outline: none;
}

span {
    display: inline-block;
}

hr {
    background-color: #e5e5e5;
    opacity: 0.25;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

/* reset css end */
/* global css strat */
.text-primary {
    color: #7367f0 !important;
}

.text-secondary {
    color: #868e96 !important;
}

.text-success {
    color: #28c76f !important;
}

.text-danger {
    color: #ea5455 !important;
}

.text-warning {
    color: #ff9f43 !important;
}

.text-info {
    color: #1e9ff2 !important;
}

.text-dark {
    color: #082032 !important;
}

.text-muted {
    color: #707070 !important;
}

.text-h {
    color: #fff;
}

.text-p {
    color: #C3BCAD;
}

.hover-text-base:hover {
    color: #FFEE49;
}

.theme-color {
    color: #FFEE49 !important;
}

/* background color css start */
.bg--primary {
    background-color: #7367f0 !important;
}

.bg--secondary {
    background-color: #868e96 !important;
}

.bg--success {
    background-color: #28c76f !important;
}

.bg--danger {
    background-color: #ea5455 !important;
}

.bg--warning {
    background-color: #ff9f43 !important;
}

.bg--info {
    background-color: #1e9ff2 !important;
}

.bg--dark {
    background-color: #082032 !important;
}

.bg--light {
    background-color: #bcc7da !important;
}

.bg--base {
    background-color: #FFEE49 !important;
}

/* background color css end */
.z-index {
    z-index: 1;
}

.hn_block_header {
    margin-bottom: 80px;
}

@media (max-width: 1399px) {
    .hn_block_header {
        margin-bottom: 3.75rem;
    }
}

@media (max-width: 1199px) {
    .hn_block_header {
        margin-bottom: 2.8125rem;
    }
}

@media (max-width: 575px) {
    .hn_block_header {
        margin-bottom: 2.1875rem;
    }
}

.hn_block_header p {
    margin-top: 15px;
    font-size: 20px;
}

@media (max-width: 991px) {
    .hn_block_header p {
        font-size: 18px;
        margin-top: 10px;
    }
}

@media (max-width: 575px) {
    .hn_block_header p {
        font-size: 16px;
        margin-top: 8px;
    }
}

.hn_block_title {
    font-weight: 700;
    font-size: 56px;
    position: relative;
}

@media (max-width: 1399px) {
    .hn_block_title {
        font-size: 52px;
    }
}

@media (max-width: 1199px) {
    .hn_block_title {
        font-size: 48px;
    }
}

@media (max-width: 991px) {
    .hn_block_title {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .hn_block_title {
        font-size: 28px;
    }
}

.hn_block_title span {
    color: var(--theme-color);
}

.hn_block_title.img_el_left img {
    top: -10px;
    left: -30px;
}

@media (max-width: 991px) {
    .hn_block_title.img_el_left img {
        display: none;
    }
}

.hn_block_title.img_el_right img {
    top: -10px;
    right: -30px;
}

@media (max-width: 991px) {
    .hn_block_title.img_el_right img {
        display: none;
    }
}

.hn_block_title img {
    position: absolute;
}

.section-bg {
    background-color: #212227;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    width: 45px;
    height: 45px;
    box-shadow: 0 5px 10px rgba(255, 238, 73, 0.45);
    line-height: 45px;
    text-align: center;
    display: none;
    color: #000;
    font-size: 1.5rem;
    cursor: pointer;
}

.preloader-holder {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #15161B;
    z-index: 9999;
}

.preloader {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation: rotatePreloader 2s infinite ease-in;
}

.preloader div {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.preloader div:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0%;
    width: 10%;
    height: 10%;
    transform: translateX(-50%);
    border-radius: 50%;
}

.preloader div:nth-child(1) {
    transform: rotateZ(0deg);
    animation: rotateCircle1 2s infinite linear;
    z-index: 9;
}

.preloader div:nth-child(2) {
    transform: rotateZ(36deg);
    animation: rotateCircle2 2s infinite linear;
    z-index: 8;
}

.preloader div:nth-child(3) {
    transform: rotateZ(72deg);
    animation: rotateCircle3 2s infinite linear;
    z-index: 7;
}

.preloader div:nth-child(4) {
    transform: rotateZ(108deg);
    animation: rotateCircle4 2s infinite linear;
    z-index: 6;
}

.preloader div:nth-child(5) {
    transform: rotateZ(144deg);
    animation: rotateCircle5 2s infinite linear;
    z-index: 5;
}

.preloader div:nth-child(6) {
    transform: rotateZ(180deg);
    animation: rotateCircle6 2s infinite linear;
    z-index: 4;
}

.preloader div:nth-child(7) {
    transform: rotateZ(216deg);
    animation: rotateCircle7 2s infinite linear;
    z-index: 3;
}

.preloader div:nth-child(8) {
    transform: rotateZ(252deg);
    animation: rotateCircle8 2s infinite linear;
    z-index: 2;
}

.preloader div:nth-child(9) {
    transform: rotateZ(288deg);
    animation: rotateCircle9 2s infinite linear;
    z-index: 1;
}

.preloader div:nth-child(10) {
    transform: rotateZ(324deg);
    animation: rotateCircle10 2s infinite linear;
    z-index: 0;
}

@keyframes rotatePreloader {
    0% {
        transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    }

    100% {
        transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
    }
}

@keyframes rotateCircle1 {
    0% {
        opacity: 0;
    }

    0% {
        opacity: 1;
        transform: rotateZ(36deg);
    }

    7% {
        transform: rotateZ(0deg);
    }

    57% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle2 {
    5% {
        opacity: 0;
    }

    5.0001% {
        opacity: 1;
        transform: rotateZ(0deg);
    }

    12% {
        transform: rotateZ(-36deg);
    }

    62% {
        transform: rotateZ(-36deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle3 {
    10% {
        opacity: 0;
    }

    10.0002% {
        opacity: 1;
        transform: rotateZ(-36deg);
    }

    17% {
        transform: rotateZ(-72deg);
    }

    67% {
        transform: rotateZ(-72deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle4 {
    15% {
        opacity: 0;
    }

    15.0003% {
        opacity: 1;
        transform: rotateZ(-72deg);
    }

    22% {
        transform: rotateZ(-108deg);
    }

    72% {
        transform: rotateZ(-108deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle5 {
    20% {
        opacity: 0;
    }

    20.0004% {
        opacity: 1;
        transform: rotateZ(-108deg);
    }

    27% {
        transform: rotateZ(-144deg);
    }

    77% {
        transform: rotateZ(-144deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle6 {
    25% {
        opacity: 0;
    }

    25.0005% {
        opacity: 1;
        transform: rotateZ(-144deg);
    }

    32% {
        transform: rotateZ(-180deg);
    }

    82% {
        transform: rotateZ(-180deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle7 {
    30% {
        opacity: 0;
    }

    30.0006% {
        opacity: 1;
        transform: rotateZ(-180deg);
    }

    37% {
        transform: rotateZ(-216deg);
    }

    87% {
        transform: rotateZ(-216deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle8 {
    35% {
        opacity: 0;
    }

    35.0007% {
        opacity: 1;
        transform: rotateZ(-216deg);
    }

    42% {
        transform: rotateZ(-252deg);
    }

    92% {
        transform: rotateZ(-252deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle9 {
    40% {
        opacity: 0;
    }

    40.0008% {
        opacity: 1;
        transform: rotateZ(-252deg);
    }

    47% {
        transform: rotateZ(-288deg);
    }

    97% {
        transform: rotateZ(-288deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle10 {
    45% {
        opacity: 0;
    }

    45.0009% {
        opacity: 1;
        transform: rotateZ(-288deg);
    }

    52% {
        transform: rotateZ(-324deg);
    }

    102% {
        transform: rotateZ(-324deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
/* global css end */
.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-80 {
    padding-top: 80px;
}

@media (max-width: 767px) {
    .pt-80 {
        padding-top: 70px;
    }
}

@media (max-width: 575px) {
    .pt-80 {
        padding-top: 50px;
    }
}

.pb-80 {
    padding-bottom: 80px;
}

@media (max-width: 767px) {
    .pb-80 {
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .pb-80 {
        padding-bottom: 50px;
    }
}

.pt-100 {
    padding-top: 100px;
}

@media (max-width: 991px) {
    .pt-100 {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .pt-100 {
        padding-top: 70px;
    }
}

@media (max-width: 575px) {
    .pt-100 {
        padding-top: 50px;
    }
}

.pb-100 {
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .pb-100 {
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .pb-100 {
        padding-bottom: 50px;
    }
}

.mt-32px {
    margin-top: 32px;
}

body .header,
body .main-wrapper, .custom-checkbox label::before {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.back-to-top, .preloader div:before {
    background-color: #FFEE49;
}

.pagination .page-item .page-link, .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: #fff;
}

a:hover {
    color: #FFEE49;
}

.accordion-item .accordion-header .accordion-button:not(.collapsed), .accordion-item .accordion-header .accordion-button, .form-control, [data-header]::before, .caption-list li .caption {
    color: #fff;
}

.hn_border_tabs .nav-item .nav-link, .hn_main_table thead th {
    color: #C3BCAD;
}

.btn-close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn-close {
    justify-content: center;
}

.btn-close {
    align-items: center;
}

.hn_card {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.back-to-top {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.check-list li + li {
    margin-top: 0.9375rem;
}

.check-list li {
    position: relative;
    padding-left: 2.1875rem;
}

.check-list li::before {
    position: absolute;
    top: 3px;
    left: 0;
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f058";
    font-size: 1.5rem;
    color: #FFEE49;
    margin-right: 0.5rem;
    line-height: 1;
}

.number-list {
    list-style: decimal;
    padding-left: 1.125rem;
}

.number-list li + li {
    margin-top: 0.625rem;
}

.disc-list li + li {
    margin-top: 0.625rem;
}

.disc-list li {
    position: relative;
    padding-left: 0.9375rem;
}

.disc-list li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 0.375rem;
    height: 0.375rem;
    margin-top: -0.1875rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #575757;
}

.caption-list li {
    display: flex;
    flex-wrap: wrap;
    padding: 0.625rem 0;
    font-size: 0.9375rem;
    border-bottom: 1px dashed #C3BCAD;
}

.caption-list li:first-child {
    padding-top: 0;
}

.caption-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.caption-list li .caption {
    width: 40%;
    font-family: "Kanit", sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    position: relative;
}

.caption-list li .caption::after {
    position: absolute;
    content: ":";
    top: 0;
    right: 0;
}

.caption-list li .value {
    width: 60%;
    padding-left: 0.9375rem;
}

.caption-list-two {
    padding: 0.625rem 0.9375rem;
    background-color: rgba(255, 238, 73, 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.caption-list-two li {
    font-family: "Kanit", sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 0.875rem;
    padding: 0.5rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px dashed #ada490;
}

.caption-list-two li:first-child {
    padding-top: 0;
}

.caption-list-two li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.caption-list-two li .caption {
    width: 20%;
    position: relative;
    font-weight: 700;
    padding-right: 10px;
}

.caption-list-two li .caption::after {
    position: absolute;
    content: ":";
    top: 0;
    right: 0;
}

.caption-list-two li .value {
    width: 80%;
    padding-left: 20px;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.shake {
    animation: shake 0.5s 1 linear;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@-moz-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@-ms-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-ms-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-ms-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

h1 {
    font-size: 3.875rem;
}

h2 {
    font-size: 3rem;
}

@media (max-width: 1399px) {
    h2 {
        font-size: 2.25rem;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 2rem;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 1.75rem;
    }
}

h3 {
    font-size: 2.375rem;
}

@media (max-width: 1399px) {
    h3 {
        font-size: 2rem;
    }
}

@media (max-width: 1199px) {
    h3 {
        font-size: 1.625rem;
    }
}

@media (max-width: 767px) {
    h3 {
        font-size: 1.5rem;
    }
}

h4 {
    font-size: 2.125rem;
}

@media (max-width: 1399px) {
    h4 {
        font-size: 1.75rem;
    }
}

@media (max-width: 1199px) {
    h4 {
        font-size: 1.625rem;
    }
}

@media (max-width: 767px) {
    h4 {
        font-size: 1.5rem;
    }
}

h5 {
    font-size: 1.5rem;
}

@media (max-width: 1199px) {
    h5 {
        font-size: 1.375rem;
    }
}

@media (max-width: 767px) {
    h5 {
        font-size: 1.125rem;
    }
}

h6 {
    font-size: 1.25rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Kanit", sans-serif;
    color: #fff;
    font-weight: 600;
    line-height: 1.1;
    word-break: break-word;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    font-family: "Kanit", sans-serif;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.4;
    word-break: break-word;
}

a {
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
}

a:hover {
    text-decoration: none;
}

strong {
    font-weight: 500;
}

.fs-xl {
    font-size: 1.25rem !important;
}

@media (max-width: 575px) {
    .fs-xl {
        font-size: 1.125rem !important;
    }
}

.fs-lg {
    font-size: 1.125rem !important;
}

.fs-md {
    font-size: 1rem !important;
}

.fs-sm {
    font-size: 0.875rem !important;
}

.fs-xs {
    font-size: 0.75rem !important;
}

.h-font {
    font-family: "Kanit", sans-serif !important;
}

.p-font {
    font-family: "Karla", sans-serif !important;
}

.fw-medium {
    font-weight: 600 !important;
}

.btn {
    font-family: "Karla", sans-serif;
    font-size: 1.125rem;
    padding: 14px 30px;
    font-weight: 600;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

@media (max-width: 991px) {
    .btn {
        padding: 12px 30px;
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .btn {
        padding: 10px 20px;
    }
}

.btn:focus {
    box-shadow: none;
}

.btn.btn-lg {
    padding: 1rem 2.1875rem;
    font-size: 1.25rem;
}

.btn.btn-md {
    padding: 0.625rem 1.5625rem;
    font-size: 1rem;
}

.btn.btn-sm {
    padding: 0.5rem 1.25rem;
    font-size: 0.875rem;
}

.hn_btn_solid {
    background-color: #FFEE49;
    color: #2b2b2b;
}

.hn_btn_solid:hover {
    color: #2b2b2b;
    background-color: #FFEE49;
}

.hn_btn_border_base {
    border: 1px solid #FFEE49;
    color: var(--theme-color);
    background-color: rgba(255, 238, 73, 0.15);
}

.hn_btn_border_base:hover {
    background-color: #FFEE49;
    color: #15161B;
}

.btn_circle_arrow {
    width: 30px;
    height: 30px;
    background-color: #15161B;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn-md .btn_circle_arrow {
    width: 25px;
    height: 25px;
    font-size: 16px;
}

.badge {
    padding: 0 0 0 15px;
    position: relative;
    color: #052554;
    background-color: transparent;
    font-size: 14px;
}

.badge::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #052554;
    border-radius: 50%;
    margin-top: -5px;
}

.badge-primary {
    color: #6777EF;
}

.badge-primary::before {
    background-color: #6777EF;
}

.badge-info {
    color: #0bb2d4;
}

.badge-info::before {
    background-color: #0bb2d4;
}

.badge-warning {
    color: #eb6709;
}

.badge-warning::before {
    background-color: #eb6709;
}

.badge-danger {
    color: #ff4c52;
}

.badge-danger::before {
    background-color: #ff4c52;
}

.badge-success {
    color: #11c26d;
}

.badge-success::before {
    background-color: #11c26d;
}

/* table css start */
.hn_main_table {
    margin-bottom: 0;
}

.hn_main_table thead th {
    padding: 0.5rem 1.25rem;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 500;
    vertical-align: middle;
    background-color: #212227;
    border-bottom: 1px solid rgba(195, 188, 173, 0.35) !important;
}

.hn_main_table thead th:first-child {
    text-align: left;
}

.hn_main_table thead th:last-child {
    text-align: right;
}

.hn_main_table tbody td {
    border-top: none;
    border-bottom: 1px solid rgba(195, 188, 173, 0.15);
    padding: 0.9375rem 1.25rem;
    color: #C3BCAD;
    vertical-align: middle;
    background-color: transparent;
}

.hn_main_table tbody td:first-child {
    text-align: left;
}

.hn_main_table tbody td:last-child {
    text-align: right;
}

.hn_main_table tbody tr:last-child td {
    border-bottom: none;
}

.hn_table_gateway {
    display: inline-flex;
    align-items: center;
}

.hn_table_gateway img {
    max-height: 35px;
}

.hn_table_gateway h6 {
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    margin-bottom: 0;
}

[data-header] {
    position: relative;
}

[data-header]::before {
    position: absolute;
    content: attr(data-header);
    font-weight: 700;
    top: 0;
    left: 0;
    padding: 0.8125rem 0.9375rem;
    display: none;
    font-size: 0.875rem;
}

@media (max-width: 991px) {
    .hn_main_table thead {
        display: none;
    }

    .hn_main_table tbody tr:nth-child(odd) {
        background-color: #0e0f12;
    }

    .hn_main_table tbody tr:last-child td {
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

    .hn_main_table tbody tr td {
        padding-right: 15px;
    }

    .hn_main_table tbody tr td:last-child {
        padding-right: 15px;
    }

    .hn_main_table tr th, .hn_main_table tr td {
        display: block;
        padding-left: 45% !important;
        text-align: right !important;
    }

    .hn_main_table tr th:first-child, .hn_main_table tr td:first-child {
        border-top: none !important;
    }

    .hn_main_table [data-header]::before {
        display: block;
    }
}
/* table css end */
/* form css start */
.form-group {
    margin-bottom: 0.9375rem;
}

.form-control {
    padding: 0.625rem 0.9375rem;
    border: 1px solid #C3BCAD;
    width: 100%;
    background-color: transparent;
    color: #C3BCAD;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    height: 58px;
    font-family: "Karla", sans-serif;
}

.form-control::-webkit-input-placeholder {
    color: #7c7c7c;
}

.form-control::-moz-placeholder {
    color: #7c7c7c;
}

.form-control:-ms-input-placeholder {
    color: #7c7c7c;
}

.form-control:-moz-placeholder {
    color: #7c7c7c;
}

.form-control:focus {
    background-color: transparent;
    border-color: var(--theme-color) !important;
    box-shadow: 0 0 5px rgba(var(--theme-color), 0.35);
    color: #fff;
}

.form-control[readonly] {
    background-color: rgba(var(--theme-color), 0.1);
}

.form-control.form-control-md {
    height: 45px;
}

.form-control.form-control-sm {
    height: 35px;
}

.form-select {
    padding: 0.625rem 0.9375rem;
    width: 100%;
    border: 1px solid #C3BCAD;
    cursor: pointer;
    color: #C3BCAD;
    background-color: transparent;
    height: 58px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: #C3BCAD;
}

.form-select:focus {
    box-shadow: none;
    border-color: var(--theme-color);
}

.form-select option {
    padding: 0.625rem 0;
    display: block;
    background-color: #000;
}

.form-select.select--sm {
    height: 2.1875rem;
    font-size: 0.875rem;
    padding: 0.3125rem;
}

textarea {
    min-height: 155px !important;
    resize: none;
    width: 100%;
}

label {
    font-family: "Kanit", sans-serif;
    color: #fff;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
}

.input-group > .form--control,
.input-group > .select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group select {
    background-color: transparent;
    border: none;
}

.custom-radio {
    position: relative;
    padding-left: 0;
}

.custom-radio input[type=radio] {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    cursor: pointer;
}

.custom-radio input[type=radio]:checked ~ label::before {
    border-width: 2px;
    border-color: #FFEE49;
}

.custom-radio input[type=radio]:checked ~ label::after {
    opacity: 1;
}

.custom-radio label {
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
    font-size: 0.875rem;
    font-weight: 400;
}

.custom-radio label::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #888888;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.custom-radio label::after {
    position: absolute;
    content: "";
    top: 8px;
    left: 4px;
    width: 7px;
    height: 7px;
    background-color: #FFEE49;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.custom-checkbox {
    padding-left: 1.5625rem;
}

.custom-checkbox input {
    display: none;
}

.custom-checkbox input:checked ~ label::before {
    content: "\f14a";
    color: #FFEE49;
}

.custom-checkbox label {
    position: relative;
    font-size: 0.9375rem;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 0;
}

.custom-checkbox label::before {
    position: absolute;
    content: "\f04d";
    font-family: "Line Awesome Free";
    font-weight: 900;
    top: 3px;
    left: -1.5625rem;
    font-size: 1.25rem;
    line-height: 1;
}

/* form css end*/
/* card css start */
.hn_card {
    background-color: rgba(111, 111, 111, 0.1);
}

.hn_card .card-header {
    padding: 0.9375rem 1.25rem;
    border-bottom: 1px solid rgba(195, 188, 173, 0.35);
    background-color: transparent;
}

.hn_card .card-body {
    padding: 1.25rem;
}

/* card css end */
/* modal css start */
.modal {
    z-index: 999999;
}

.modal-open {
    overflow: hidden;
    overflow-y: auto;
    padding-right: 0 !important;
}

.btn-close {
    width: 12px;
    height: 12px;
    background-color: #ea5455;
    opacity: 1;
    background-size: 12px;
}

.btn-close:hover {
    opacity: 1;
}

.btn-close:focus {
    box-shadow: none;
}

.modal-content {
    background-color: #212227;
}

.modal-header {
    border-bottom-color: rgba(195, 188, 173, 0.15);
}

.modal-footer {
    border-top-color: rgba(195, 188, 173, 0.15);
}

.modal.fade .modal-dialog {
    transform: scale(0.85, 0.85) translate(0);
}

.modal.show .modal-dialog {
    transform: scale(1, 1) translate(0);
}

/* modal css end */
.accordion-item {
    border: none;
    border-bottom: 1px solid #e5e5e5;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-item .accordion-header .accordion-button {
    font-size: 1.125rem;
    font-weight: 500;
    box-shadow: none;
    padding: 0.9375rem 0;
    font-weight: 600;
}

.accordion-item .accordion-body {
    padding: 0 0 1.125rem 0;
}

.hn_border_tabs {
    border-bottom: none;
}

.hn_border_tabs .nav-item .nav-link {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 0.9375rem 1.5625rem;
    font-weight: 500;
    position: relative;
}

.hn_border_tabs .nav-item .nav-link::after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 50%;
    width: 75%;
    height: 2px;
    background-color: var(--theme-color);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
}

.hn_border_tabs .nav-item .nav-link.active {
    background-color: transparent;
    color: #fff;
}

.hn_border_tabs .nav-item .nav-link.active::after {
    opacity: 1;
}

.pagination {
    margin: -0.3125rem -0.4375rem;
    flex-wrap: wrap;
    margin-top: 1.25rem;
    justify-content: flex-end;
}

.pagination .page-item {
    margin: 0.3125rem 0.4375rem;
}

.pagination .page-item.active .page-link {
    background-color: #FFEE49;
    color: #fff;
    border-color: #FFEE49;
}

.pagination .page-item .page-link {
    width: 2.375rem;
    height: 2.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #C3BCAD;
}

.pagination .page-item .page-link:hover {
    background-color: #FFEE49;
    border-color: #FFEE49;
    color: #fff;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes upDown {
    0% {
        top: 0%;
    }

    25% {
        top: 50%;
    }

    50% {
        top: 100%;
    }

    75% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@-moz-keyframes upDown {
    0% {
        top: 0%;
    }

    25% {
        top: 50%;
    }

    50% {
        top: 100%;
    }

    75% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@-ms-keyframes upDown {
    0% {
        top: 0%;
    }

    25% {
        top: 50%;
    }

    50% {
        top: 100%;
    }

    75% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@keyframes upDown {
    0% {
        top: 0%;
    }

    25% {
        top: 50%;
    }

    50% {
        top: 100%;
    }

    75% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@-webkit-keyframes downUp {
    0% {
        bottom: 0%;
    }

    25% {
        bottom: 50%;
    }

    50% {
        bottom: 100%;
    }

    75% {
        bottom: 50%;
    }

    100% {
        bottom: 0%;
    }
}

@-moz-keyframes downUp {
    0% {
        bottom: 0%;
    }

    25% {
        bottom: 50%;
    }

    50% {
        bottom: 100%;
    }

    75% {
        bottom: 50%;
    }

    100% {
        bottom: 0%;
    }
}

@-ms-keyframes downUp {
    0% {
        bottom: 0%;
    }

    25% {
        bottom: 50%;
    }

    50% {
        bottom: 100%;
    }

    75% {
        bottom: 50%;
    }

    100% {
        bottom: 0%;
    }
}

@keyframes downUp {
    0% {
        bottom: 0%;
    }

    25% {
        bottom: 50%;
    }

    50% {
        bottom: 100%;
    }

    75% {
        bottom: 50%;
    }

    100% {
        bottom: 0%;
    }
}

.dropdown-menu {
    background-color: #212227;
}

.dropdown-menu .dropdown-item {
    color: #fff;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #151619;
}

.hn_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 25px 0;
    z-index: 2;
}

@media (max-width: 991px) {
    .hn_header {
        background-color: rgba(255, 255, 255, 0.05);
        padding: 10px 0;
    }
}

.hn_header_logo {
    display: inline-flex;
    align-items: center;
    padding: 6px 0;
}
.hn_header_logo img {
    max-height: 70px;
    width: auto;
    height: auto;
    max-width: 220px;
    object-fit: contain;
    transition: transform .25s ease, filter .25s ease;
    filter: drop-shadow(0 2px 8px rgba(255,238,73,0.25));
}
.hn_header_logo:hover img {
    transform: scale(1.04);
}

@media (max-width: 1199px) {
    .hn_header_logo img { max-height: 58px; max-width: 190px; }
}
@media (max-width: 991px) {
    .hn_header_logo img { max-height: 50px; max-width: 170px; }
}
@media (max-width: 575px) {
    .hn_header_logo img { max-height: 42px; max-width: 140px; }
}

.hn_header_area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .hn_header_menu_area {
        position: fixed;
        top: 0;
        left: -105%;
        background-color: #000;
        min-height: 100vh;
        padding: 20px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        z-index: 999;
    }
}

.hn_header_menu_area.active {
    left: 0;
}

.hn_header_menu_close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 28px;
    line-height: 1;
    color: #fff;
    background-color: transparent;
    padding: 0;
    border: none;
    display: none;
}

@media (max-width: 991px) {
    .hn_header_menu_close {
        display: inline-block;
    }
}

.hn_header_menu_open {
    font-size: 32px;
    line-height: 1;
    color: #fff;
    background-color: transparent;
    padding: 0;
    border: none;
    display: none;
}

@media (max-width: 991px) {
    .hn_header_menu_open {
        display: inline-block;
    }
}

.hn_header_menu {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .hn_header_menu {
        display: block;
    }
}

.hn_header_menu li a {
    position: relative;
    padding: 10px 15px;
    color: #C3BCAD;
    font-size: 1.125rem;
    font-family: "Kanit", sans-serif;
}

.hn_header_menu li a::after {
    position: absolute;
    content: "";
    bottom: 5px;
    left: 50%;
    width: 70%;
    height: 3px;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    background-color: var(--theme-color);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
}

.hn_header_menu li a:hover {
    color: var(--theme-color);
}

.hn_header_menu li a.active {
    color: var(--theme-color);
}

.hn_header_menu li a.active::after {
    opacity: 1;
}

.hn_lang_btn {
    color: #fff;
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

/* footer section start */
.hn_footer {
    padding-top: 120px;
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .hn_footer {
        padding-top: 70px;
    }
}

.hn_footer_shape {
    position: absolute;
    top: 30%;
    left: 0;
    z-index: -1;
    width: 95%;
}

.hn_footer_shape_two {
    position: absolute;
    top: -50%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 150%;
}

.hn_footer_logo {
    display: inline-flex;
    align-items: center;
    padding: 4px 0;
}
.hn_footer_logo img {
    max-height: 65px;
    width: auto;
    height: auto;
    max-width: 220px;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(255,238,73,0.20));
    transition: transform .25s ease;
}
.hn_footer_logo:hover img { transform: scale(1.04); }

@media (max-width: 991px) {
    .hn_footer_logo img { max-height: 52px; max-width: 180px; }
}
@media (max-width: 575px) {
    .hn_footer_logo img { max-height: 44px; max-width: 150px; }
}

.hn_social_media {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.hn_social_media li a {
    width: 40px;
    height: 40px;
    border: 1px solid #C3BCAD;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #C3BCAD;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.hn_social_media li a:hover {
    background-color: var(--theme-color);
    color: #2b2b2b;
    border-color: var(--theme-color);
}

.hn_footer_menu li + li {
    margin-top: 10px;
}

.hn_footer_menu li a {
    color: #C3BCAD;
}

.hn_footer_menu li a:hover {
    color: var(--theme-color);
}

.hn_copy_right {
    background-color: rgba(240, 255, 242, 0.04);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    text-align: center;
    padding: 15px 30px;
    margin-top: 100px;
}

@media (max-width: 1399px) {
    .hn_copy_right {
        margin-top: 70px;
    }
}

@media (max-width: 575px) {
    .hn_copy_right {
        padding-inline: 15px 20px;
    }
}
/* footer section end */
/* Banner Section css start */
.hn_banner {
    position: relative;
    padding-top: 220px;
    padding-bottom: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

@media (max-width: 1199px) {
    .hn_banner {
        padding-top: 175px;
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .hn_banner {
        padding-top: 155px;
    }
}

.hn_banner_img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

@media (max-width: 1500px) {
    .hn_banner_img {
        max-width: 73%;
    }
}

@media (max-width: 991px) {
    .hn_banner_img {
        opacity: 0.25;
    }
}

.hn_banner_details {
    font-size: 20px;
}

@media (max-width: 1999px) {
    .hn_banner_details {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .hn_banner_details {
        font-size: 16px;
    }
}

.hn_banner_title {
    font-size: 80px;
    position: relative;
}

@media (max-width: 1399px) {
    .hn_banner_title {
        font-size: 68px;
    }
}

@media (max-width: 1199px) {
    .hn_banner_title {
        font-size: 56px;
    }
}

@media (max-width: 991px) {
    .hn_banner_title {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    .hn_banner_title {
        font-size: 32px;
    }
}

.hn_banner_title img {
    position: absolute;
    top: -8px;
    left: -23px;
}

@media (max-width: 991px) {
    .hn_banner_title img {
        display: none;
    }
}

.hn_banner_title span {
    color: var(--theme-color);
}

/* Banner Section css end */
/* Inner Hero css start */
.hn_page_banner {
    padding-top: 170px;
    padding-bottom: 90px;
    background-color: rgba(0, 0, 0, 0.45);
}

@media (max-width: 1399px) {
    .hn_page_banner {
        padding-top: 155px;
        padding-bottom: 70px;
    }
}

@media (max-width: 991px) {
    .hn_page_banner {
        padding-top: 125px;
        padding-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .hn_page_banner {
        padding-top: 100px;
        padding-bottom: 40px;
    }
}

.hn_page_banner_title {
    font-size: 42px;
}

@media (max-width: 1199px) {
    .hn_page_banner_title {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .hn_page_banner_title {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .hn_page_banner_title {
        font-size: 28px;
    }
}

.hn_page_breadcrumb {
    display: flex;
    align-items: center;
}

.hn_page_breadcrumb li::after {
    content: "/";
    padding: 0 10px;
}

.hn_page_breadcrumb li:last-child::after {
    display: none;
}

.hn_page_breadcrumb a {
    color: var(--theme-color);
}

/* /Inner Hero css end */
/* hn_about css start */
.hn_about {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1399px) {
    .hn_about {
        padding-bottom: 70px;
    }
}

@media (max-width: 991px) {
    .hn_about {
        padding-top: 70px;
    }
}

@media (max-width: 575px) {
    .hn_about {
        padding-bottom: 50px;
    }
}

.hn_about_shape {
    position: absolute;
    bottom: -22%;
    right: 0;
    z-index: -1;
}

/* hn_about css end */
/* plan section css start */
.hn_plan {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1399px) {
    .hn_plan {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .hn_plan {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.hn_plan .hn_plan_shape {
    position: absolute;
    width: 100%;
    bottom: -30%;
    right: 0;
    z-index: -1;
}

.hn_plan_item {
    position: relative;
    padding: 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid #C3BCAD;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hn_plan_item:hover {
    border-color: var(--theme-color);
}

.hn_plan_item::after {
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    right: 26%;
    bottom: 43%;
    background-color: var(--theme-color);
    filter: blur(100px);
    opacity: 0.45;
    transition: all 0.3s;
}

.hn_plan_item_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hn_plan_item_top {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 238, 73, 0.43);
}

.hn_plan_item_title {
    margin-top: 20px;
}

.hn_plan_item_price {
    font-size: 20px;
}

.hn_plan_item_feature {
    padding: 30px 0;
}

.hn_plan_item_feature ul li + li {
    margin-top: 15px;
}

.hn_plan_item_feature ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

/* plan section css end */
/* calculator css start */
.hn_calculator {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1399px) {
    .hn_calculator {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .hn_calculator {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.hn_calculator .calculator_main_shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.hn_calculator .calculator_shape {
    position: absolute;
    z-index: -1;
}

.hn_calculator .calculator_shape_left {
    inset-block-start: 0;
    inset-inline-start: calc(50vw - 660px);
    animation: toBottomFromTop 4s infinite forwards;
}

@media (max-width: 1399px) {
    .hn_calculator .calculator_shape_left {
        inset-inline-start: calc(50vw - 570px);
    }
}

@media (max-width: 1199px) {
    .hn_calculator .calculator_shape_left {
        display: none;
    }
}

.hn_calculator .calculator_shape_right {
    inset-block-end: 0;
    inset-inline-end: calc(50vw - 660px);
    animation: toTopFromBottom 4s infinite forwards;
    animation-delay: 0.5s;
}

@media (max-width: 1399px) {
    .hn_calculator .calculator_shape_right {
        inset-inline-end: calc(50vw - 570px);
    }
}

@media (max-width: 1199px) {
    .hn_calculator .calculator_shape_right {
        display: none;
    }
}

.hn_calculator_wrapper {
    padding: 40px 70px;
    border: 1px solid #FFEE49;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

@media (max-width: 575px) {
    .hn_calculator_wrapper {
        padding: 30px;
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toBottomFromTop {
    49% {
        transform: translateY(100%);
    }

    50% {
        opacity: 0;
        transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}
/* calculator css end */
/* investor css start */
.hn_investor {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .hn_investor {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .hn_investor {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.hn_investor .hn_investor_shape {
    position: absolute;
    bottom: -60%;
    right: 0;
    z-index: -1;
    width: 100%;
}

.hn_investor_item {
    position: relative;
}

.hn_investor_item_thumb {
    height: 490px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .hn_investor_item_thumb {
        height: 400px;
    }
}

.hn_investor_item_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.hn_investor_item_content {
    position: absolute;
    bottom: 30px;
    background-color: rgba(14, 14, 0, 0.69);
    padding: 15px 30px;
    width: 100%;
}

.hn_investor_item_content p {
    font-size: 20px;
    color: var(--theme-color);
    font-weight: 500;
}

.hn_investor_item .hn_investor_name {
    margin-bottom: 5px;
}

.hn_investor_slider .slick-list {
    margin: 0 -15px;
}

.hn_investor_slider .hn_investor_slide {
    padding: 0 15px;
}

.hn_investor_slider .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.hn_investor_slider .slick-dots li {
    margin: 0 5px;
}

.hn_investor_slider .slick-dots li.slick-active button {
    width: 35px;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    background-color: var(--theme-color);
    opacity: 1;
}

.hn_investor_slider .slick-dots li button {
    font-size: 0;
    padding: 0;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 0.15;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* investor css end */
/* How Work section start */
.hn_how_work {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}

@media (max-width: 1399px) {
    .hn_how_work {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .hn_how_work {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.hn_how_work_shape {
    position: absolute;
    bottom: -10%;
    right: 0;
    z-index: -1;
    width: 95%;
}

.hn_work_item {
    position: relative;
    padding-right: 85px;
}

@media (max-width: 1199px) {
    .hn_work_item {
        padding-right: 55px;
    }
}

@media (max-width: 991px) {
    .hn_work_item {
        padding-right: 0;
    }
}

.hn_work_item_step {
    position: absolute;
    top: -40px;
    right: 85px;
    font-family: "Kanit", sans-serif;
    font-size: 180px;
    line-height: 1;
    color: rgba(149, 149, 86, 0.18);
    font-weight: 600;
}

@media (max-width: 1399px) {
    .hn_work_item_step {
        font-size: 156px;
    }
}

@media (max-width: 991px) {
    .hn_work_item_step {
        font-size: 112px;
    }
}

@media (max-width: 575px) {
    .hn_work_item_step {
        top: -25px;
    }
}

.hn_work_item_title span {
    color: var(--theme-color);
}

.hn_work_item_icon {
    width: 60px;
    height: 60px;
    border: 1px solid var(--theme-color);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}

/* How Work section end */
/* Referral section css start */
.hn_referral {
    position: relative;
    padding-top: 120px;
    padding-bottom: 100px;
    z-index: 1;
}

@media (max-width: 1399px) {
    .hn_referral {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .hn_referral {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.hn_referral .hn_referral_shape {
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 95%;
    z-index: -1;
}

.hn_referral_item_wrapper {
    position: relative;
    z-index: 1;
}

.hn_referral_item_wrapper_line {
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -11;
    width: auto;
}

@media (max-width: 1399px) {
    .hn_referral_item_wrapper_line {
        top: -15px;
    }
}

@media (max-width: 991px) {
    .hn_referral_item_wrapper_line {
        display: none;
    }
}

.hn_referral_item {
    text-align: center;
}

.hn_referral_item_icon {
    width: 178px;
    height: 178px;
    border: 1px solid var(--theme-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #0B0F0A;
}

@media (max-width: 1399px) {
    .hn_referral_item_icon {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 767px) {
    .hn_referral_item_icon {
        width: 100px;
        height: 100px;
    }
}

.hn_referral_item_icon i {
    font-size: 68px;
    line-height: 1;
    color: #fff;
}

@media (max-width: 1399px) {
    .hn_referral_item_icon i {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .hn_referral_item_icon i {
        font-size: 36px;
    }
}

.hn_referral_item_content {
    margin-top: 40px;
    padding: 0 75px;
}

@media (max-width: 1199px) {
    .hn_referral_item_content {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .hn_referral_item_content {
        padding: 0;
    }
}

.hn_referral_item_content p {
    margin-bottom: 0;
}

.hn_referral_item_title {
    margin-bottom: 15px;
}

.hn_referral_item_title span {
    color: var(--theme-color);
}

.hn_referral_step {
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1399px) {
    .hn_referral_step {
        padding-bottom: 70px;
    }
}

.hn_referral_step_shape {
    position: absolute;
    bottom: 0%;
    right: 0;
    z-index: -1;
    width: 95%;
}

.hn_referral_step_item {
    width: 170px;
    height: 170px;
    border: 1px solid var(--theme-color);
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #0B0F0A;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hn_referral_step_item_title {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-top: 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hn_referral_step_item_percentage {
    font-size: 28px;
    margin-top: 6px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hn_referral_step_item_number {
    width: 48px;
    height: 48px;
    background-color: var(--theme-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 34px;
    font-weight: 700;
    color: #0B0F0A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Kanit", sans-serif;
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hn_referral_slider .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.hn_referral_slider .slick-dots li {
    margin: 0 5px;
}

.hn_referral_slider .slick-dots li.slick-active button {
    width: 35px;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    background-color: var(--theme-color);
    opacity: 1;
}

.hn_referral_slider .slick-dots li button {
    font-size: 0;
    padding: 0;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 0.15;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hn_referral_slider .hn_referral_step_item {
    margin-top: 22px;
}

.hn_referral_slider .hn_referral_slide {
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hn_referral_slider .hn_referral_slide.slick-active + .slick-active .hn_referral_step_item {
    width: 211px;
    height: 211px;
}

@media (max-width: 1399px) {
    .hn_referral_slider .hn_referral_slide.slick-active + .slick-active .hn_referral_step_item {
        width: 175px;
        height: 175px;
    }
}

.hn_referral_slider .hn_referral_slide.slick-active + .slick-active .hn_referral_step_item_title {
    font-size: 16px;
}

.hn_referral_slider .hn_referral_slide.slick-active + .slick-active .hn_referral_step_item_percentage {
    font-size: 34px;
}

.hn_referral_slider .hn_referral_slide.slick-active + .slick-active .hn_referral_step_item_number {
    width: 56px;
    height: 56px;
}

.hn_referral_slider .hn_referral_slide.slick-current .hn_referral_step_item {
    width: 235px !important;
    height: 235px !important;
}

@media (max-width: 1399px) {
    .hn_referral_slider .hn_referral_slide.slick-current .hn_referral_step_item {
        width: 220px !important;
        height: 220px !important;
    }
}

.hn_referral_slider .hn_referral_slide.slick-current .hn_referral_step_item_title {
    font-size: 20px !important;
}

.hn_referral_slider .hn_referral_slide.slick-current .hn_referral_step_item_percentage {
    font-size: 48px !important;
}

.hn_referral_slider .hn_referral_slide.slick-current .hn_referral_step_item_number {
    width: 67px !important;
    height: 67px !important;
}

.hn_referral_slider .hn_referral_slide.slick-current + .slick-active .hn_referral_step_item {
    width: 211px !important;
    height: 211px !important;
}

@media (max-width: 1399px) {
    .hn_referral_slider .hn_referral_slide.slick-current + .slick-active .hn_referral_step_item {
        width: 175px !important;
        height: 175px !important;
    }
}

.hn_referral_slider .hn_referral_slide.slick-current + .slick-active .hn_referral_step_item_title {
    font-size: 16px !important;
}

.hn_referral_slider .hn_referral_slide.slick-current + .slick-active .hn_referral_step_item_percentage {
    font-size: 34px !important;
}

.hn_referral_slider .hn_referral_slide.slick-current + .slick-active .hn_referral_step_item_number {
    width: 56px !important;
    height: 56px !important;
}

.hn_referral_slider .hn_referral_slide.slick-current ~ .slick-active .hn_referral_step_item {
    width: 170px;
    height: 170px;
}

.hn_referral_slider .hn_referral_slide.slick-current ~ .slick-active .hn_referral_step_item_title {
    font-size: 16px;
}

.hn_referral_slider .hn_referral_slide.slick-current ~ .slick-active .hn_referral_step_item_percentage {
    font-size: 28px;
}

.hn_referral_slider .hn_referral_slide.slick-current ~ .slick-active .hn_referral_step_item_number {
    width: 48px;
    height: 48px;
}

/* Referral section css end */
/* testimonial css start */
.hn_testimonial {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .hn_testimonial {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .hn_testimonial {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.hn_testimonial_shape {
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 95%;
    z-index: -1;
}

.hn_testimonial_item {
    padding: 30px;
    border: 1px solid var(--theme-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: rgba(3, 11, 4, 0.55);
}

.hn_testimonial_item_img {
    width: 45px;
    height: 45px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    overflow: hidden;
}

.hn_testimonial_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.hn_testimonial_item_client {
    width: calc(100% - 45px);
    padding-left: 20px;
}

.hn_testimonial_item_client h5 {
    font-size: 20px;
    margin-bottom: 0;
}

.hn_testimonial_item_client p {
    font-size: 14px;
    margin-bottom: 0;
    color: var(--theme-color);
}

.hn_testimonial_item_content {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 0;
}

.hn_testimonial_slider .slick-list {
    margin: 0 -15px;
}

.hn_testimonial_slider .hn_testimonial_slide {
    padding: 0 15px;
}

.hn_testimonial_slider .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.hn_testimonial_slider .slick-dots li {
    margin: 0 5px;
}

.hn_testimonial_slider .slick-dots li.slick-active button {
    width: 35px;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    background-color: var(--theme-color);
    opacity: 1;
}

.hn_testimonial_slider .slick-dots li button {
    font-size: 0;
    padding: 0;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 0.15;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* testimonial css end */
/* blog section css start */
.hn_blog {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1399px) {
    .hn_blog {
        padding-top: 70px;
    }
}

@media (max-width: 575px) {
    .hn_blog {
        padding-top: 50px;
    }
}

.hn_blog_shape {
    position: absolute;
    bottom: 10%;
    right: 0;
    width: 95%;
    z-index: -1;
}

.hn_blog_item {
    padding: 20px 25px;
    background-color: rgba(240, 255, 242, 0.04);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

@media (max-width: 1399px) {
    .hn_blog_item {
        padding: 15px 20px;
    }
}

.hn_blog_item_img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: 225px;
    overflow: hidden;
}

.hn_blog_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.hn_blog_item_content {
    margin-top: 20px;
}

.hn_blog_item_btn {
    display: inline-flex;
    align-items: center;
    color: var(--theme-color);
}

.hn_blog_item_btn i {
    font-size: 20px;
    margin-left: 10px;
}

/* blog section css end */
/* Newsletter css start */
.hn_newsletter {
    padding-bottom: 120px;
}

@media (max-width: 1399px) {
    .hn_newsletter {
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .hn_newsletter {
        padding-bottom: 50px;
    }
}

.hn_newsletter_wrapper {
    position: relative;
    padding: 50px 100px;
    background-color: rgba(240, 255, 242, 0.04);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    z-index: 1;
}

@media (max-width: 767px) {
    .hn_newsletter_wrapper {
        padding: 40px 50px;
    }
}

@media (max-width: 575px) {
    .hn_newsletter_wrapper {
        padding: 30px 20px;
    }
}

.hn_newsletter_wrapper_shape {
    position: absolute;
    top: 40px;
    left: 30px;
    z-index: -1;
}

.hn_newsletter_wrapper_shape_two {
    position: absolute;
    bottom: -50px;
    right: -40px;
    z-index: -1;
}

@media (max-width: 991px) {
    .hn_newsletter_wrapper_shape_two {
        right: 0;
    }
}
/* Newsletter css end */
/* transaction css start */
.hn_transaction {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1399px) {
    .hn_transaction {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .hn_transaction {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.hn_transaction_area {
    border: 1px solid #C3BCAD;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: rgba(3, 11, 4, 0.55);
}

.hn_transaction_area_header {
    border-bottom: 1px solid #C3BCAD;
}

/* transaction css end */
/* Dashboard css start */
.hn_dashboard_sidebar {
    width: 350px;
    background-color: #161616;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}

.hn_dashboard_sidebar.active {
    left: 0;
}

@media (max-width: 1399px) {
    .hn_dashboard_sidebar {
        width: 275px;
    }
}

@media (max-width: 991px) {
    .hn_dashboard_sidebar {
        left: -105%;
    }
}

.hn_dashboard_sidebar .hn_logo {
    height: 80px;
    display: flex;
    align-items: center;
    padding: 10px 24px;
}
.hn_dashboard_sidebar .hn_logo img {
    max-height: 58px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(255,238,73,0.20));
}
@media (max-width: 991px) {
    .hn_dashboard_sidebar .hn_logo { height: 70px; padding: 8px 18px; }
    .hn_dashboard_sidebar .hn_logo img { max-height: 48px; max-width: 170px; }
}

.hn_dashboard_sidebar_close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    color: var(--theme-color);
    font-size: 28px;
    display: none;
}

@media (max-width: 991px) {
    .hn_dashboard_sidebar_close {
        display: inline-block;
    }
}

.hn_dashboard_sidebar_open {
    background-color: transparent;
    color: var(--theme-color);
    font-size: 28px;
    display: none;
}

@media (max-width: 991px) {
    .hn_dashboard_sidebar_open {
        display: inline-block;
    }
}

.hn_sidebar_menu {
    padding: 30px 30px;
}

.hn_sidebar_menu li + li {
    margin-top: 15px;
}

.hn_sidebar_menu li a {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hn_sidebar_menu li a:hover {
    color: var(--theme-color);
}

.hn_sidebar_menu li a.active {
    background-color: #070707;
    color: var(--theme-color);
}

.hn_sidebar_menu li a i {
    margin-right: 10px;
    font-size: 24px;
}

.hn_dashboard_navbar {
    padding: 10px 30px;
    width: calc(100% - 350px);
    background-color: #161616;
    position: fixed;
    top: 0;
    left: 350px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1399px) {
    .hn_dashboard_navbar {
        width: calc(100% - 275px);
        left: 275px;
    }
}

@media (max-width: 991px) {
    .hn_dashboard_navbar {
        left: 0;
        width: 100%;
    }
}

.hn_dashboard_main {
    padding-top: 100px;
    padding-left: 380px;
    padding-right: 30px;
    padding-bottom: 30px;
}

@media (max-width: 1399px) {
    .hn_dashboard_main {
        padding-left: 305px;
    }
}

@media (max-width: 991px) {
    .hn_dashboard_main {
        padding-left: 30px;
    }
}

@media (max-width: 575px) {
    .hn_dashboard_main {
        padding: 90px 15px 20px 15px;
    }
}

.hn_user_card {
    padding: 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: 100%;
}

@media (max-width: 1399px) {
    .hn_user_card {
        padding: 15px;
    }
}

.hn_user_card img {
    height: 40px;
}

@media (max-width: 1399px) {
    .hn_user_card img {
        height: 30px;
    }
}

.hn_user_card_amount {
    font-size: 28px;
}

@media (max-width: 1399px) {
    .hn_user_card_amount {
        font-size: 22px;
    }
}

.hn_user_card_bg_01 {
    background-color: #FFC2AE;
}

.hn_user_card_bg_02 {
    background-color: #FFEE49;
}

.hn_user_card_bg_03 {
    background-color: #FFA172;
}

.hn_user_card_bg_04 {
    background-color: #E4FFEC;
}

.hn_user_card_two {
    padding: 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: rgba(111, 111, 111, 0.1);
    height: 100%;
}

.hn_user_card_two img {
    height: 55px;
}

@media (max-width: 1399px) {
    .hn_user_card_two img {
        height: 35px;
    }
}

.hn_user_card_two_amount {
    font-size: 28px;
}

@media (max-width: 1399px) {
    .hn_user_card_two_amount {
        font-size: 22px;
    }
}

.profit-chart {
    height: 378px;
}

@media (max-width: 575px) {
    .profit-chart {
        height: 270px;
    }
}

.word-break {
    word-break: break-word !important;
}

/* Dashboard css end */
/* contact css start */
.hn_contact {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (max-width: 1399px) {
    .hn_contact {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.hn_contact_item {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    border: 1px solid #C3BCAD;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    position: relative;
    overflow: hidden;
    background-color: rgba(3, 11, 4, 0.55);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    align-items: center;
}

.hn_contact_item:hover {
    border-color: var(--theme-color);
}

.hn_contact_item::after {
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    right: 26%;
    bottom: 43%;
    background-color: var(--theme-color);
    filter: blur(100px);
    opacity: 0.45;
    transition: all 0.3s;
}

.hn_contact_item_icon {
    width: 65px;
}

@media (max-width: 575px) {
    .hn_contact_item_icon {
        width: 45px;
    }
}

.hn_contact_item_icon i {
    font-size: 42px;
    color: var(--theme-color);
}

@media (max-width: 575px) {
    .hn_contact_item_icon i {
        font-size: 32px;
    }
}

.hn_contact_item_title {
    font-size: 24px;
}

@media (max-width: 575px) {
    .hn_contact_item_title {
        font-size: 20px;
    }
}

.hn_contact_item_content {
    width: calc(100% - 65px);
    padding-left: 15px;
}

@media (max-width: 575px) {
    .hn_contact_item_content {
        width: calc(100% - 45px);
    }
}

.hn_contact_item_content a {
    color: #C3BCAD;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hn_contact_item_content a:hover {
    color: var(--theme-color);
}

.hn_contact_form {
    padding: 40px;
    border: 1px solid #C3BCAD;
    background-color: rgba(3, 11, 4, 0.55);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

@media (max-width: 575px) {
    .hn_contact_form {
        padding: 20px;
    }
}
/* contact css end */
.hn_auth {
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
}

.hn_auth_main {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 650px;
    background-color: rgba(0, 0, 0, 0.35);
    padding: 40px;
}

@media (max-width: 1399px) {
    .hn_auth_main {
        width: 500px;
    }
}

@media (max-width: 991px) {
    .hn_auth_main {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .hn_auth_main {
        padding: 40px 20px;
    }
}

.hn_auth_main .hn_logo img {
    max-height: 55px;
}

@media (max-width: 1399px) {
    .hn_auth_main .hn_logo img {
        max-height: 45px;
    }
}

@media (max-width: 575px) {
    .hn_auth_main .hn_logo img {
        max-height: 35px;
    }
}

.hn_auth_main .hn_auth_main_body {
    padding: 40px 0;
}

.hn_auth_image {
    width: calc(100% - 650px);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

@media (max-width: 1399px) {
    .hn_auth_image {
        width: calc(100% - 500px);
    }
}

@media (max-width: 991px) {
    .hn_auth_image {
        display: none;
    }
}

/* =============================================================
   FAQ section â€” larger + bigger image
   ============================================================= */
.hn_faq {
    padding-top: 140px;
    padding-bottom: 140px;
}
@media (max-width: 991px) {
    .hn_faq { padding-top: 80px; padding-bottom: 80px; }
}

.hn_faq_visual {
    position: relative;
    text-align: center;
    padding: 30px 10px;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hn_faq_globe {
    position: relative;
    z-index: 2;
    max-width: 600px;
    width: 100%;
    animation: hn-float 6s ease-in-out infinite;
    filter: drop-shadow(0 20px 40px rgba(255, 238, 73,0.20));
}
.hn_faq_globe_shadow {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 600px;
    width: 100%;
    z-index: 1;
    opacity: 0.5;
}
.hn_faq_badge {
    position: absolute;
    top: 50px;
    right: 10px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 14px;
    background: linear-gradient(135deg, rgba(255, 238, 73,0.20) 0%, rgba(255, 238, 73,0.06) 100%);
    border: 1px solid rgba(255, 238, 73,0.40);
    border-radius: 16px;
    padding: 16px 22px;
    backdrop-filter: blur(8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.40);
}
.hn_faq_badge i {
    font-size: 42px;
    color: var(--theme-color, #FFEE49);
}
.hn_faq_badge strong {
    display: block;
    color: var(--theme-color, #FFEE49);
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
}
.hn_faq_badge span {
    color: #cbd5e1;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
}
@keyframes hn-float {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-18px); }
}
@media (max-width: 991px) {
    .hn_faq_visual { padding: 20px; min-height: 400px; }
    .hn_faq_globe, .hn_faq_globe_shadow { max-width: 400px; }
    .hn_faq_badge { top: 20px; right: 10px; padding: 12px 16px; }
    .hn_faq_badge strong { font-size: 22px; }
    .hn_faq_badge i { font-size: 32px; }
}

/* Image inside work-item icon container */
.hn_work_item .hn_work_item_icon img {
    max-width: 40px;
    max-height: 40px;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.30));
    transition: all .35s ease;
}
.hn_work_item:hover .hn_work_item_icon img {
    filter: brightness(0) saturate(100%) invert(8%) sepia(34%) saturate(2876%) hue-rotate(213deg) brightness(40%) contrast(94%);
}

/* Image inside referral-item icon container */
.hn_referral_item .hn_referral_item_icon img {
    max-width: 44px;
    max-height: 44px;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.25));
}

/* =============================================================
   FAQ section â€” dark accordion polish
   ============================================================= */
.hn_faq .accordion-item {
    background: rgba(255,255,255,0.03) !important;
    border: 1px solid rgba(255, 238, 73, 0.18) !important;
    border-radius: 16px !important;
    margin-bottom: 18px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0,0,0,0.25);
    transition: all .3s ease;
}
.hn_faq .accordion-item:hover {
    border-color: rgba(255, 238, 73, 0.35) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0,0,0,0.35);
}
.hn_faq .accordion-header { margin: 0; border: none; }
.hn_faq .accordion-button {
    background: transparent !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    padding: 24px 64px 24px 28px !important;
    border: none !important;
    box-shadow: none !important;
    position: relative;
}
.hn_faq .accordion-button:focus {
    box-shadow: 0 0 0 3px rgba(255, 238, 73, 0.18) !important;
}
.hn_faq .accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, rgba(255, 238, 73,0.10) 0%, transparent 100%) !important;
    color: var(--theme-color, #FFEE49) !important;
}
/* Replace default Bootstrap chevron with custom yellow chevron */
.hn_faq .accordion-button::after {
    content: '\f067' !important;       /* fa-plus */
    font-family: 'Font Awesome 5 Free', 'Font Awesome 6 Free', sans-serif;
    font-weight: 900;
    background-image: none !important;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(255, 238, 73, 0.10) !important;
    color: var(--theme-color, #FFEE49) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: all .3s ease;
    transform: none !important;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -16px;
}
.hn_faq .accordion-button:not(.collapsed)::after {
    content: '\f068' !important;       /* fa-minus */
    background-color: var(--theme-color, #FFEE49) !important;
    color: #1a1a2e !important;
    transform: rotate(360deg) !important;
}
.hn_faq .accordion-body {
    background: transparent !important;
    color: #cbd5e1 !important;
    padding: 0 28px 26px 28px !important;
    font-size: 15px;
    line-height: 1.8;
    border-top: 1px dashed rgba(255, 238, 73, 0.15);
    padding-top: 20px !important;
}

/* =============================================================
   How It Works section polish (.hn_work_item)
   ============================================================= */
.hn_work_item {
    position: relative;
    padding: 30px 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(0,0,0,0.25) 100%);
    border: 1px solid rgba(255, 238, 73, 0.18);
    border-radius: 16px;
    transition: all .35s ease;
    overflow: hidden;
    height: 100%;
}
.hn_work_item:hover {
    transform: translateY(-6px);
    border-color: var(--theme-color, #FFEE49);
    box-shadow: 0 14px 32px rgba(255, 238, 73, 0.18);
}
.hn_work_item .hn_work_item_step {
    position: absolute !important;
    top: -20px !important;
    right: 16px !important;
    font-family: "Kanit", "Plus Jakarta Sans", sans-serif !important;
    font-size: 96px !important;
    line-height: 1 !important;
    color: rgba(255, 238, 73, 0.10) !important;
    font-weight: 800 !important;
    z-index: 0;
    pointer-events: none;
}
.hn_work_item .hn_work_item_icon {
    position: relative;
    z-index: 1;
    width: 64px !important;
    height: 64px !important;
    border: 1px solid var(--theme-color, #FFEE49) !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, rgba(255, 238, 73,0.18) 0%, rgba(255, 238, 73,0.04) 100%);
    color: var(--theme-color, #FFEE49);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px !important;
    box-shadow: 0 6px 18px rgba(255, 238, 73, 0.18);
    transition: all .35s ease;
}
.hn_work_item:hover .hn_work_item_icon {
    background: var(--theme-color, #FFEE49);
    color: #1a1a2e;
    transform: scale(1.06);
}
.hn_work_item .hn_work_item_title {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    position: relative;
    z-index: 1;
}
.hn_work_item .hn_work_item_title span {
    color: var(--theme-color, #FFEE49) !important;
    font-weight: 800 !important;
}
.hn_work_item p {
    color: #94a3b8 !important;
    font-size: 13px !important;
    line-height: 1.7;
    margin-bottom: 0 !important;
    position: relative;
    z-index: 1;
}

/* Full-thumb plan icon wrapper (replaces hero property image) */
.invest-card-thumb .plan-icon-wrap {
    width: 100%;
    height: 100%;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 238, 73,0.10) 0%, transparent 70%),
        linear-gradient(135deg, #1a1d2e 0%, #0e1020 100%);
}
.invest-card-thumb .plan-icon-wrap img {
    width: auto;
    height: auto;
    max-width: 50%;
    max-height: 130px;
    object-fit: contain;
    filter: drop-shadow(0 8px 22px rgba(255, 238, 73,0.20));
    transition: transform .35s ease;
}
.invest-card:hover .plan-icon-wrap img {
    transform: scale(1.06);
}

/* Upcoming-profit countdown box (inside plan cards) */
.next-profit-box {
    padding: 10px 14px;
    border-radius: 10px;
    background: rgba(255, 238, 73, 0.08);
    border: 1px dashed rgba(255, 238, 73, 0.35);
    text-align: center;
}
.next-profit-box small {
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 11px;
}
.next-profit-box .countdown-timer {
    font-size: 15px;
    letter-spacing: 0.02em;
    font-variant-numeric: tabular-nums;
}
.countdown-timer .badge {
    font-size: 11px;
    padding: 5px 10px;
}

/* ============================================================
   PAYMENT / DEPOSIT / WITHDRAW pages â€” global polish
   Auto-applies to all 56 gateway views without per-file edits
   ============================================================ */

.dashboard-body-part .card {
    background: var(--bg-2, #14182a) !important;
    border: 1px solid rgba(255, 238, 73, 0.20) !important;
    border-radius: 14px !important;
    box-shadow: 0 4px 18px rgba(0,0,0,0.25);
    overflow: hidden;
}
.dashboard-body-part .card-header {
    background: linear-gradient(135deg, rgba(255, 238, 73, 0.10) 0%, transparent 100%) !important;
    border-bottom: 1px solid rgba(255, 238, 73, 0.20) !important;
    padding: 16px 22px !important;
}
.dashboard-body-part .card-header h4,
.dashboard-body-part .card-header h5 {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    gap: 8px;
}
.dashboard-body-part .card-header h4::before {
    content: '';
    width: 4px;
    height: 18px;
    background: var(--theme-color, #FFEE49);
    border-radius: 2px;
    display: inline-block;
}
.dashboard-body-part .card-body {
    padding: 22px !important;
}

/* Polished list-group rows (payment summary) */
.dashboard-body-part .list-group {
    border: none;
    border-radius: 10px;
    overflow: hidden;
}
.dashboard-body-part .list-group-item {
    background: rgba(255,255,255,0.03) !important;
    border: 1px solid rgba(255, 238, 73, 0.08) !important;
    color: #cbd5e1 !important;
    padding: 12px 18px !important;
    margin-bottom: 6px !important;
    border-radius: 8px !important;
    font-size: 14px;
    transition: background .2s ease;
}
.dashboard-body-part .list-group-item:hover {
    background: rgba(255, 238, 73, 0.06) !important;
}
.dashboard-body-part .list-group-item span:first-child {
    color: #94a3b8 !important;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 12px;
}
.dashboard-body-part .list-group-item span:last-child {
    color: #fff !important;
    font-weight: 700;
    font-size: 14px;
}

/* Highlight Total Payable row (added .total-row class â€” auto-tagged via JS in master2) */
.dashboard-body-part .list-group .list-group-item.total-row {
    background: linear-gradient(135deg, rgba(255, 238, 73, 0.15) 0%, rgba(255, 238, 73, 0.05) 100%) !important;
    border-color: rgba(255, 238, 73, 0.40) !important;
}
.dashboard-body-part .list-group-item.total-row span:last-child {
    color: var(--theme-color, #FFEE49) !important;
    font-size: 16px;
}

/* Form inputs in payment pages */
.dashboard-body-part .form-control,
.dashboard-body-part input[type="text"],
.dashboard-body-part input[type="number"],
.dashboard-body-part input[type="email"],
.dashboard-body-part input[type="file"],
.dashboard-body-part textarea {
    background: rgba(255,255,255,0.04) !important;
    border: 1px solid rgba(255, 238, 73, 0.20) !important;
    color: #fff !important;
    border-radius: 8px !important;
    padding: 11px 14px !important;
    font-size: 14px;
    transition: all .25s ease;
}
.dashboard-body-part .form-control:focus,
.dashboard-body-part input:focus,
.dashboard-body-part textarea:focus {
    border-color: var(--theme-color, #FFEE49) !important;
    box-shadow: 0 0 0 3px rgba(255, 238, 73, 0.12) !important;
    background: rgba(255,255,255,0.06) !important;
    outline: none;
}
.dashboard-body-part .form-control::placeholder {
    color: rgba(255,255,255,0.35) !important;
}
.dashboard-body-part label {
    color: #cbd5e1 !important;
    font-weight: 600 !important;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 8px !important;
}

/* Legacy .cmn-btn upgrade â€” make it match hn_btn_solid */
.dashboard-body-part .cmn-btn,
.dashboard-body-part button.cmn-btn {
    background: var(--theme-color, #FFEE49) !important;
    color: #1a1a2e !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 12px 28px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: all .25s ease;
    box-shadow: 0 4px 14px rgba(255, 238, 73, 0.25);
}
.dashboard-body-part .cmn-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(255, 238, 73, 0.40);
    color: #1a1a2e !important;
}

/* Payment alert / error box */
.dashboard-body-part .alert-danger {
    background: rgba(239, 68, 68, 0.12) !important;
    border: 1px solid rgba(239, 68, 68, 0.30) !important;
    color: #fca5a5 !important;
    border-radius: 10px !important;
    padding: 12px 18px;
}
.dashboard-body-part .alert-warning {
    background: rgba(245, 158, 11, 0.12) !important;
    border: 1px solid rgba(245, 158, 11, 0.30) !important;
    color: #fcd34d !important;
}
.dashboard-body-part .alert-success {
    background: rgba(16, 185, 129, 0.12) !important;
    border: 1px solid rgba(16, 185, 129, 0.30) !important;
    color: #6ee7b7 !important;
}

/* Premium payment-method tile (gateways selection page) */
.gateway-tile {
    position: relative;
    text-align: center;
    padding: 24px 18px !important;
    border: 1px solid rgba(255, 238, 73, 0.18);
    border-radius: 14px;
    background: linear-gradient(135deg, #1a1d2e 0%, #0e1020 100%);
    transition: all .3s ease;
    cursor: pointer;
    height: 100%;
}
.gateway-tile:hover {
    border-color: var(--theme-color, #FFEE49);
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(255, 238, 73, 0.18);
}
.gateway-tile-logo {
    height: 56px;
    width: auto;
    max-width: 100%;
    margin: 0 auto 14px;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.3));
}
.gateway-tile-name {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-bottom: 6px !important;
    text-transform: capitalize;
}
.gateway-tile-meta {
    color: #94a3b8;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 14px;
}

/* Step indicator for payment flow */
.payment-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}
.payment-step {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 30px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255, 238, 73, 0.15);
    font-size: 12px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.payment-step.active {
    background: var(--theme-color, #FFEE49);
    color: #1a1a2e;
    border-color: var(--theme-color, #FFEE49);
}
.payment-step.done {
    background: rgba(16, 185, 129, 0.18);
    border-color: rgba(16, 185, 129, 0.4);
    color: #6ee7b7;
}
.payment-step .step-num {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255,255,255,0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
}
.payment-step.active .step-num,
.payment-step.done .step-num {
    background: rgba(0,0,0,0.18);
    color: inherit;
}
.payment-arrow {
    color: #475569;
    font-size: 12px;
}
@media (max-width: 575px) {
    .payment-step { padding: 6px 12px; font-size: 11px; }
    .payment-arrow { display: none; }
}

/* =============================================================
   ALL NEW HOME SECTIONS â€” Stats, Calculator, VIP, Ticker,
   Partners, Security, Leaderboard, Bottom CTA
   ============================================================= */

/* ---------- 1. Live Statistics Counter ---------- */
.hn_stats {
    padding: 60px 0;
    margin-top: -60px;
    position: relative;
    z-index: 5;
}
.hn_stats_wrap {
    background: linear-gradient(135deg, rgba(255, 238, 73,0.12) 0%, rgba(26,29,46,0.95) 100%);
    border: 1px solid rgba(255, 238, 73,0.25);
    border-radius: 20px;
    padding: 36px 24px;
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.45);
}
.hn_stat { padding: 14px 8px; }
.hn_stat_icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 14px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255, 238, 73,0.25) 0%, rgba(255, 238, 73,0.06) 100%);
    border: 1px solid rgba(255, 238, 73,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-color, #FFEE49);
    font-size: 26px;
    transition: all .3s ease;
}
.hn_stat:hover .hn_stat_icon {
    background: var(--theme-color, #FFEE49);
    color: #1a1a2e;
    transform: rotateY(360deg);
}
.hn_stat_num {
    color: var(--theme-color, #FFEE49) !important;
    font-size: 32px !important;
    font-weight: 800 !important;
    margin-bottom: 4px !important;
    letter-spacing: -0.02em;
}
.hn_stat_sfx { font-size: 14px; margin-left: 4px; color: #94a3b8; font-weight: 600; }
.hn_stat p {
    color: #cbd5e1;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
    margin: 0;
}

/* ---------- 2. Profit Calculator ---------- */
/* =============================================================
   PROFIT CALCULATOR V2 — premium two-pane design
   ============================================================= */
.hn_calc { padding: 110px 0; position: relative; }
.hn_calc::before {
    content: '';
    position: absolute;
    top: 20%; left: -8%;
    width: 420px; height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,238,73,0.10) 0%, transparent 70%);
    filter: blur(70px);
    z-index: 0;
}

.hn_calc_v2 {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.40) 100%);
    border: 1px solid rgba(255,238,73,0.25);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.45);
    backdrop-filter: blur(6px);
}

/* Left input pane */
.hn_calc_v2_left {
    padding: 40px 36px;
    background: rgba(255,255,255,0.02);
}
.hn_calc_v2_label {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.hn_calc_v2_label small { font-size: 11px; text-transform: none; letter-spacing: 0; font-weight: 500; margin-left: auto; }
.hn_calc_v2_num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px; height: 28px;
    background: var(--theme-color, #FFEE49);
    color: #1a1a2e;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 800;
}

/* Plan selector chips */
.hn_calc_plans {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-height: 220px;
    overflow-y: auto;
    padding: 2px;
    margin: -2px;
}
.hn_calc_plans::-webkit-scrollbar { width: 6px; }
.hn_calc_plans::-webkit-scrollbar-thumb { background: rgba(255,238,73,0.30); border-radius: 3px; }

.hn_calc_plan_btn {
    flex: 1 1 calc(50% - 10px);
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,238,73,0.18);
    border-radius: 12px;
    color: #cbd5e1;
    cursor: pointer;
    transition: all .22s ease;
    text-align: left;
    font-family: inherit;
}
.hn_calc_plan_btn:hover {
    background: rgba(255,238,73,0.06);
    border-color: rgba(255,238,73,0.40);
}
.hn_calc_plan_btn.is-active {
    background: linear-gradient(135deg, rgba(255,238,73,0.20) 0%, rgba(255,238,73,0.04) 100%);
    border-color: var(--theme-color, #FFEE49);
    box-shadow: 0 4px 14px rgba(255,238,73,0.18);
    color: #fff;
}
.hn_calc_plan_rate {
    flex-shrink: 0;
    background: var(--theme-color, #FFEE49);
    color: #1a1a2e;
    font-weight: 800;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 8px;
    min-width: 50px;
    text-align: center;
}
.hn_calc_plan_btn.is-active .hn_calc_plan_rate {
    box-shadow: 0 3px 10px rgba(255,238,73,0.40);
}
.hn_calc_plan_name {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hn_calc_plan_meta {
    font-size: 11px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* Big amount input */
.hn_calc_amount_wrap {
    position: relative;
    background: linear-gradient(135deg, rgba(255,238,73,0.10) 0%, rgba(0,0,0,0.30) 100%);
    border: 2px solid rgba(255,238,73,0.30);
    border-radius: 14px;
    padding: 18px 22px;
    transition: all .25s ease;
    display: flex;
    align-items: center;
    gap: 12px;
}
.hn_calc_amount_wrap:focus-within {
    border-color: var(--theme-color, #FFEE49);
    box-shadow: 0 0 0 4px rgba(255,238,73,0.15);
}
.hn_calc_amount_currency {
    color: var(--theme-color, #FFEE49);
    font-size: 22px;
    font-weight: 800;
    flex-shrink: 0;
}
.hn_calc_amount_wrap input {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    width: 100%;
    padding: 0;
    -moz-appearance: textfield;
}
.hn_calc_amount_wrap input::-webkit-outer-spin-button,
.hn_calc_amount_wrap input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.hn_calc_amount_wrap input::placeholder { color: rgba(255,255,255,0.30); }

#calc_hint { font-size: 13px; min-height: 18px; }

/* Preset chips */
.hn_calc_presets {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    font-size: 12px;
}
.hn_calc_preset {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,238,73,0.20);
    color: #cbd5e1;
    border-radius: 20px;
    padding: 5px 14px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all .2s ease;
}
.hn_calc_preset:hover {
    background: var(--theme-color, #FFEE49);
    color: #1a1a2e;
    border-color: var(--theme-color, #FFEE49);
}

/* Right result panel */
.hn_calc_v2_right {
    padding: 40px 36px;
    background:
        radial-gradient(circle at 80% 0%, rgba(255,238,73,0.18) 0%, transparent 60%),
        linear-gradient(160deg, #1a1d2e 0%, #0e1020 100%);
    position: relative;
}
.hn_calc_v2_panel {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.hn_calc_v2_panel_label {
    color: #94a3b8;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
}
.hn_calc_v2_grand {
    color: var(--theme-color, #FFEE49) !important;
    font-size: 38px !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin-bottom: 6px !important;
    text-shadow: 0 0 30px rgba(255,238,73,0.40);
}
.hn_calc_v2_grand_sub {
    color: #94a3b8;
    font-size: 12px;
    display: block;
    margin-bottom: 22px;
}

.hn_calc_v2_breakdown {
    background: rgba(0,0,0,0.30);
    border: 1px solid rgba(255,238,73,0.15);
    border-radius: 14px;
    padding: 16px 18px;
    text-align: left;
    margin-bottom: auto;
}
.hn_calc_v2_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 0;
    border-bottom: 1px dashed rgba(255,238,73,0.12);
    font-size: 13px;
}
.hn_calc_v2_row:last-child { border-bottom: 0; }
.hn_calc_v2_row span { color: #94a3b8; display: flex; align-items: center; gap: 6px; }
.hn_calc_v2_row span i { color: var(--theme-color, #FFEE49); font-size: 16px; }
.hn_calc_v2_row strong { color: #fff; font-weight: 700; }
.hn_calc_v2_row_meta strong { color: var(--theme-color, #FFEE49); }

@media (max-width: 991px) {
    .hn_calc_v2_left, .hn_calc_v2_right { padding: 28px 22px; }
    .hn_calc_v2_grand { font-size: 30px !important; }
    .hn_calc_amount_wrap input { font-size: 22px; }
    .hn_calc_amount_currency { font-size: 18px; }
}

/* ===== LEGACY (unused after v2 redesign, kept for safety) ===== */
.hn_calc_box {
    background: linear-gradient(135deg, rgba(255,255,255,0.04) 0%, rgba(0,0,0,0.30) 100%);
    border: 1px solid rgba(255, 238, 73,0.25);
    border-radius: 20px;
    padding: 36px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.30);
}
.hn_calc_box label {
    color: #cbd5e1;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}
.hn_calc_box .form-control,
.hn_calc_box select.form-control {
    background: rgba(255,255,255,0.05) !important;
    border: 1px solid rgba(255, 238, 73, 0.25) !important;
    color: #fff !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    height: auto;
    font-size: 15px;
    font-weight: 500;
    transition: all .2s ease;
}
.hn_calc_box .form-control:focus,
.hn_calc_box select.form-control:focus {
    border-color: var(--theme-color, #FFEE49) !important;
    box-shadow: 0 0 0 3px rgba(255, 238, 73, 0.18) !important;
    background: rgba(255,255,255,0.08) !important;
    color: #fff !important;
    outline: none;
}
.hn_calc_box .form-control::placeholder { color: rgba(255,255,255,0.45) !important; }

/* Custom dropdown arrow for select */
.hn_calc_box select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFEE49' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    background-size: 16px 16px !important;
    padding-right: 40px !important;
    cursor: pointer;
}

/* Style the dropdown options (browser-supported subset) */
.hn_calc_box select.form-control option {
    background: #1a1d2e;
    color: #fff;
    padding: 10px;
    font-weight: 500;
}
.hn_calc_box select.form-control option:checked,
.hn_calc_box select.form-control option:hover {
    background: var(--theme-color, #FFEE49);
    color: #1a1a2e;
}
.hn_calc_result {
    border-top: 1px dashed rgba(255, 238, 73,0.25);
    padding-top: 24px;
}
.hn_calc_stat {
    text-align: center;
    padding: 16px 12px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255, 238, 73,0.15);
    border-radius: 12px;
    height: 100%;
}
.hn_calc_stat small {
    color: #94a3b8;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}
.hn_calc_stat h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
}
.hn_calc_stat.hn_calc_stat_hl {
    background: linear-gradient(135deg, var(--theme-color, #FFEE49) 0%, rgba(255, 238, 73,0.5) 100%);
    border-color: var(--theme-color, #FFEE49);
    box-shadow: 0 8px 22px rgba(255, 238, 73,0.30);
}
.hn_calc_stat.hn_calc_stat_hl small,
.hn_calc_stat.hn_calc_stat_hl h4 { color: #1a1a2e; }

/* ---------- 3. VIP / Bonus Levels ---------- */
.hn_vip { padding: 100px 0; }
.hn_vip_card {
    position: relative;
    background: linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.30) 100%);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 18px;
    padding: 32px 24px;
    text-align: center;
    transition: all .35s ease;
    overflow: hidden;
}
.hn_vip_card::before {
    content: '';
    position: absolute;
    top: -40px;
    left: -40px;
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, var(--tier) 0%, transparent 70%);
    opacity: 0.25;
    filter: blur(12px);
}
.hn_vip_card:hover {
    transform: translateY(-8px);
    border-color: var(--tier);
    box-shadow: 0 18px 38px rgba(255, 238, 73,0.20);
}
.hn_vip_ribbon {
    display: inline-block;
    background: var(--tier);
    color: #1a1a2e;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}
.hn_vip_icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--tier) 0%, rgba(255,255,255,0.10) 100%);
    color: #1a1a2e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 8px 20px rgba(255, 238, 73,0.25);
    position: relative;
    z-index: 1;
}
.hn_vip_title { color: #fff; font-size: 22px; font-weight: 800; margin-bottom: 8px; position: relative; z-index: 1; }
.hn_vip_req { color: #94a3b8; font-size: 13px; margin-bottom: 18px; position: relative; z-index: 1; }
.hn_vip_req strong { color: var(--theme-color, #FFEE49); }
.hn_vip_perks {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    position: relative;
    z-index: 1;
}
.hn_vip_perks li {
    color: #cbd5e1;
    font-size: 13px;
    padding: 6px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.hn_vip_perks li i {
    color: var(--theme-color, #FFEE49);
    font-size: 14px;
    flex-shrink: 0;
}

/* ---------- 4. Recent Withdrawals Ticker ---------- */
.hn_ticker_section { padding: 70px 0; }
.hn_ticker_head {
    text-align: center;
    margin-bottom: 28px;
}
.hn_ticker_head h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px;
    display: inline-flex;
    align-items: center;
}
.hn_ticker_head p {
    color: #94a3b8;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}
.hn_live_dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    animation: hn-pulse 1.4s ease-in-out infinite;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
}
@keyframes hn-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(16,185,129,0.7); }
    50%      { box-shadow: 0 0 0 10px rgba(16,185,129,0); }
}
.hn_ticker_wrap {
    overflow: hidden;
    background: linear-gradient(90deg, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0.15) 50%, rgba(0,0,0,0.40) 100%);
    border-top: 1px solid rgba(255, 238, 73,0.20);
    border-bottom: 1px solid rgba(255, 238, 73,0.20);
    padding: 14px 0;
    position: relative;
}
.hn_ticker_wrap::before, .hn_ticker_wrap::after {
    content: '';
    position: absolute;
    top: 0; bottom: 0; width: 80px;
    z-index: 2;
    pointer-events: none;
}
.hn_ticker_wrap::before { left: 0;  background: linear-gradient(90deg, rgba(15,17,30,1), transparent); }
.hn_ticker_wrap::after  { right: 0; background: linear-gradient(-90deg, rgba(15,17,30,1), transparent); }
.hn_ticker_track {
    display: flex;
    gap: 16px;
    width: max-content;
    animation: hn-ticker-scroll 45s linear infinite;
}
@keyframes hn-ticker-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
.hn_ticker_item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255, 238, 73,0.18);
    border-radius: 12px;
    padding: 10px 18px;
    flex-shrink: 0;
    min-width: 320px;
}
.hn_ticker_avatar i { font-size: 32px; color: var(--theme-color, #FFEE49); }
.hn_ticker_body strong { color: #fff; font-size: 14px; display: block; line-height: 1; }
.hn_ticker_body small  { color: #94a3b8; font-size: 11px; text-transform: uppercase; letter-spacing: 0.04em; }
.hn_ticker_amount { font-size: 16px; font-weight: 800; }
.hn_ticker_amount small { font-size: 11px; }
.hn_ticker_time { color: #64748b; font-size: 11px; margin-left: auto; }

/* ---------- 5. Trusted Partners / Payment Methods ---------- */
.hn_partners {
    padding: 110px 0;
    position: relative;
}
.hn_partners::before {
    content: '';
    position: absolute;
    top: 20%;
    left: -10%;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,238,73,0.10) 0%, transparent 70%);
    filter: blur(60px);
    z-index: 0;
    pointer-events: none;
}
.hn_partners_wrap { position: relative; z-index: 1; }

.hn_partner_card {
    position: relative;
    background: linear-gradient(160deg, rgba(255,255,255,0.06) 0%, rgba(0,0,0,0.35) 100%);
    border: 1px solid rgba(255,238,73,0.20);
    border-radius: 20px;
    padding: 36px 24px 28px;
    text-align: center;
    transition: all .35s cubic-bezier(.2,.8,.2,1);
    overflow: hidden;
    height: 100%;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(4px);
}
/* Animated shine sweep on hover */
.hn_partner_card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -100%;
    width: 60%;
    height: 200%;
    background: linear-gradient(90deg, transparent 0%, rgba(255,238,73,0.18) 50%, transparent 100%);
    transform: skewX(-20deg);
    transition: left .8s ease;
    z-index: 1;
    pointer-events: none;
}
.hn_partner_card:hover::before { left: 150%; }

/* Decorative corner glow */
.hn_partner_card::after {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,238,73,0.25) 0%, transparent 70%);
    filter: blur(20px);
    transition: all .35s ease;
    z-index: 0;
}
.hn_partner_card:hover {
    transform: translateY(-8px);
    border-color: var(--theme-color, #FFEE49);
    box-shadow: 0 20px 40px rgba(255,238,73,0.18), 0 4px 14px rgba(0,0,0,0.40);
}
.hn_partner_card:hover::after {
    transform: scale(1.4);
    background: radial-gradient(circle, rgba(255,238,73,0.40) 0%, transparent 70%);
}

/* Verified badge top-left */
.hn_partner_card_badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    box-shadow: 0 4px 10px rgba(16,185,129,0.40);
}
.hn_partner_card_badge i { font-size: 10px; }

/* Logo container — circular bg with subtle ring */
.hn_partner_card_logo {
    position: relative;
    z-index: 2;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    padding: 16px;
    box-shadow:
        0 0 0 4px rgba(255,238,73,0.12),
        0 8px 22px rgba(0,0,0,0.40);
    transition: all .35s ease;
}
.hn_partner_card:hover .hn_partner_card_logo {
    transform: scale(1.08);
    box-shadow:
        0 0 0 8px rgba(255,238,73,0.20),
        0 12px 32px rgba(255,238,73,0.25);
}
.hn_partner_card_logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.hn_partner_card_name {
    position: relative;
    z-index: 2;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    margin-bottom: 12px !important;
    text-transform: capitalize;
    letter-spacing: -0.01em;
}

/* Meta row — Instant / Secure pills */
.hn_partner_card_meta {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}
.hn_partner_card_meta span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(255,238,73,0.10);
    border: 1px solid rgba(255,238,73,0.25);
    color: var(--theme-color, #FFEE49);
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.hn_partner_card_meta i { font-size: 11px; }

@media (max-width: 575px) {
    .hn_partner_card { min-height: 200px; padding: 28px 20px 22px; }
    .hn_partner_card_logo { width: 80px; height: 80px; padding: 12px; }
    .hn_partner_card_name { font-size: 15px !important; }
}

/* ---------- 6. Security & Compliance — V2 (big visual + hex cards) ---------- */
.hn_security {
    padding: 130px 0;
    position: relative;
    overflow: hidden;
}
.hn_security::before {
    content: '';
    position: absolute;
    top: 30%;
    right: -10%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,238,73,0.10) 0%, transparent 70%);
    filter: blur(80px);
    z-index: 0;
}

/* === Left visual: shield with orbiting rings === */
.hn_sec_visual {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hn_sec_shield {
    position: relative;
    z-index: 5;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--theme-color, #FFEE49) 0%, #d4a503 100%);
    color: #1a1a2e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 96px;
    box-shadow:
        0 0 0 8px rgba(255,238,73,0.18),
        0 0 0 16px rgba(255,238,73,0.10),
        0 20px 50px rgba(255,238,73,0.40);
    animation: hn-shield-pulse 3s ease-in-out infinite;
}
@keyframes hn-shield-pulse {
    0%, 100% { transform: scale(1); }
    50%      { transform: scale(1.04); }
}

/* Concentric rotating rings */
.hn_sec_ring {
    position: absolute;
    top: 50%; left: 50%;
    border-radius: 50%;
    border: 1px dashed rgba(255,238,73,0.30);
    z-index: 1;
}
.hn_sec_ring_1 {
    width: 320px; height: 320px;
    margin: -160px 0 0 -160px;
    animation: hn-spin 25s linear infinite;
}
.hn_sec_ring_2 {
    width: 420px; height: 420px;
    margin: -210px 0 0 -210px;
    border-color: rgba(255,238,73,0.18);
    animation: hn-spin 40s linear infinite reverse;
}
.hn_sec_ring_3 {
    width: 520px; height: 520px;
    margin: -260px 0 0 -260px;
    border-color: rgba(255,238,73,0.08);
    animation: hn-spin 60s linear infinite;
}
@keyframes hn-spin { to { transform: rotate(360deg); } }

/* Floating mini-badge orbs */
.hn_sec_orb {
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a1d2e 0%, #0e1020 100%);
    border: 1px solid rgba(255,238,73,0.40);
    color: var(--theme-color, #FFEE49);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    z-index: 4;
    box-shadow: 0 6px 18px rgba(0,0,0,0.50), 0 0 12px rgba(255,238,73,0.30);
    animation: hn-orb-float 4s ease-in-out infinite;
}
.hn_sec_orb_1 { top: 18%;   left: 22%; animation-delay: 0s; }
.hn_sec_orb_2 { top: 18%;   right: 22%; animation-delay: 1s; }
.hn_sec_orb_3 { bottom: 22%; left: 16%; animation-delay: 2s; }
.hn_sec_orb_4 { bottom: 22%; right: 16%; animation-delay: 3s; }
@keyframes hn-orb-float {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-12px); }
}

/* Stat pill below shield */
.hn_sec_stat {
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.65);
    border: 1px solid rgba(255,238,73,0.40);
    border-radius: 12px;
    padding: 10px 22px;
    text-align: center;
    z-index: 6;
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.40);
}
.hn_sec_stat strong {
    color: var(--theme-color, #FFEE49);
    font-size: 22px;
    font-weight: 800;
    display: block;
    line-height: 1;
}
.hn_sec_stat span {
    color: #cbd5e1;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
}

/* === Right: hex-icon cards === */
.hn_sec_card_v2 {
    position: relative;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 22px;
    background: linear-gradient(135deg, rgba(255,255,255,0.06) 0%, rgba(0,0,0,0.35) 100%);
    border: 1px solid rgba(255,238,73,0.20);
    border-radius: 16px;
    transition: all .35s cubic-bezier(.2,.8,.2,1);
    height: 100%;
}
.hn_sec_card_v2:hover {
    transform: translateY(-6px);
    border-color: var(--theme-color, #FFEE49);
    box-shadow: 0 16px 36px rgba(255,238,73,0.18);
}
.hn_sec_card_hex {
    flex-shrink: 0;
    width: 62px;
    height: 70px;
    background: linear-gradient(135deg, var(--theme-color, #FFEE49) 0%, #d4a503 100%);
    color: #1a1a2e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    /* Hexagon shape via clip-path */
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    box-shadow: 0 8px 18px rgba(255,238,73,0.35);
    transition: transform .35s ease;
}
.hn_sec_card_v2:hover .hn_sec_card_hex {
    transform: rotate(360deg);
}
.hn_sec_card_v2 h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}
.hn_sec_card_v2 p {
    color: #94a3b8;
    font-size: 13px;
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 991px) {
    .hn_security { padding: 80px 0; }
    .hn_sec_visual { min-height: 380px; }
    .hn_sec_shield { width: 150px; height: 150px; font-size: 70px; }
    .hn_sec_ring_1 { width: 240px; height: 240px; margin: -120px 0 0 -120px; }
    .hn_sec_ring_2 { width: 320px; height: 320px; margin: -160px 0 0 -160px; }
    .hn_sec_ring_3 { width: 400px; height: 400px; margin: -200px 0 0 -200px; }
    .hn_sec_orb { width: 44px; height: 44px; font-size: 18px; }
}

/* ---------- 7. Top Investors Leaderboard ---------- */
.hn_leaderboard { padding: 90px 0; }
.hn_leaderboard_table {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255, 238, 73,0.18);
    border-radius: 16px;
    overflow: hidden;
}
.hn_leaderboard_row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 22px;
    border-bottom: 1px solid rgba(255, 238, 73,0.08);
    transition: background .2s ease;
}
.hn_leaderboard_row:last-child { border-bottom: none; }
.hn_leaderboard_row:hover { background: rgba(255, 238, 73,0.06); }
.hn_leaderboard_rank {
    width: 60px;
    font-weight: 800;
    color: #94a3b8;
    font-size: 14px;
}
.hn_leaderboard_rank.hn_rank_gold   { color: #ffd700; }
.hn_leaderboard_rank.hn_rank_silver { color: #c0c0c0; }
.hn_leaderboard_rank.hn_rank_bronze { color: #cd7f32; }
.hn_leaderboard_rank i { font-size: 16px; margin-right: 4px; }
.hn_leaderboard_avatar i { font-size: 36px; color: var(--theme-color, #FFEE49); }
.hn_leaderboard_name {
    flex: 1;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
.hn_leaderboard_amount {
    font-size: 18px;
    font-weight: 800;
}
.hn_leaderboard_amount small {
    font-size: 11px;
    margin-left: 2px;
    opacity: 0.8;
}
@media (max-width: 575px) {
    .hn_leaderboard_row { padding: 12px 16px; gap: 10px; }
    .hn_leaderboard_rank { width: 50px; font-size: 12px; }
    .hn_leaderboard_avatar i { font-size: 28px; }
    .hn_leaderboard_amount { font-size: 14px; }
}

/* ---------- 8. Bottom CTA Banner ---------- */
.hn_cta_bottom { padding: 80px 0 100px; }
.hn_cta_box {
    background:
        radial-gradient(circle at 80% 50%, rgba(255, 238, 73,0.18) 0%, transparent 60%),
        linear-gradient(135deg, #1a1d2e 0%, #0e1020 100%);
    border: 1px solid rgba(255, 238, 73,0.30);
    border-radius: 24px;
    padding: 50px 40px;
    box-shadow: 0 24px 60px rgba(0,0,0,0.50);
    position: relative;
    overflow: hidden;
}
.hn_cta_box::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 238, 73,0.30) 0%, transparent 70%);
    filter: blur(30px);
}
.hn_cta_title {
    color: #fff !important;
    font-size: 32px !important;
    font-weight: 800 !important;
    margin-bottom: 10px !important;
    line-height: 1.25;
    position: relative;
    z-index: 1;
}
.hn_cta_title span { color: var(--theme-color, #FFEE49); }
.hn_cta_sub {
    color: #cbd5e1;
    font-size: 15px;
    position: relative;
    z-index: 1;
}
@media (max-width: 991px) {
    .hn_cta_title { font-size: 24px !important; }
    .hn_cta_box { padding: 36px 24px; }
}

/* =============================================================
   PLAN CARD — uniform height (force same size for all cards in row)
   ============================================================= */
.hn_plan_item {
    display: flex !important;
    flex-direction: column;
    height: 100% !important;
}
.hn_plan_item_top { flex-shrink: 0; }
.hn_plan_item_feature {
    flex: 1 1 auto;       /* fills remaining vertical space */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.hn_plan_item_bottom { flex-shrink: 0; margin-top: auto; }

/* =============================================================
   PLAN CARD — HOT/NEW flag, sample profit, rating, listed time
   ============================================================= */

/* Top-left status flag (HOT / NEW) */
.hn_plan_flag {
    position: absolute;
    top: 14px;
    left: -6px;
    z-index: 4;
    font-size: 10px;
    font-weight: 800;
    padding: 5px 12px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.40);
}
.hn_plan_flag::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    border: 3px solid;
    border-color: transparent currentColor currentColor transparent;
    filter: brightness(0.5);
    opacity: 0.5;
}
.hn_flag_hot { background: linear-gradient(135deg, #ef4444 0%, #b91c1c 100%); color: #fff; }
.hn_flag_new { background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%); color: #fff; }
.hn_plan_flag i { animation: hn-flame 1.5s ease-in-out infinite; }
@keyframes hn-flame {
    0%, 100% { transform: scale(1) rotate(-3deg); }
    50%      { transform: scale(1.15) rotate(3deg); }
}

/* Sample profit highlight */
.hn_plan_earn {
    margin-top: 14px;
    padding: 10px 14px;
    background: linear-gradient(90deg, rgba(255,238,73,0.15) 0%, rgba(255,238,73,0.04) 100%);
    border: 1px dashed rgba(255,238,73,0.35);
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #cbd5e1;
}
.hn_plan_earn i { color: var(--theme-color, #FFEE49); font-size: 18px; }
.hn_plan_earn strong { color: var(--theme-color, #FFEE49); font-size: 14px; }

/* Star rating row */
.hn_plan_rating {
    display: flex;
    align-items: center;
    gap: 2px;
}
.hn_plan_rating i {
    color: var(--theme-color, #FFEE49);
    font-size: 12px;
}
.hn_plan_rating i.far { color: rgba(255,238,73,0.30); }
.hn_plan_rating small { color: #94a3b8; font-size: 11px; margin-left: 6px; }

/* Listed time at bottom */
.hn_plan_listed {
    display: block;
    text-align: center;
    margin-top: 10px;
    color: #64748b;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
}
.hn_plan_listed i { color: var(--theme-color, #FFEE49); margin-right: 4px; }

/* =============================================================
   PLAN CARD — extra info badges (top-right floating chips)
   ============================================================= */
.hn_plan_item { position: relative; }
.hn_plan_badges {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    max-width: 75%;
    justify-content: flex-end;
}
.hn_plan_badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(0,0,0,0.55);
    border: 1px solid rgba(255,238,73,0.30);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    backdrop-filter: blur(6px);
}
.hn_plan_badge i { font-size: 11px; color: var(--theme-color, #FFEE49); }

/* =============================================================
   USER DASHBOARD — Welcome banner, chips, countdown, quick actions, notifications
   ============================================================= */
.hn_dash_welcome {
    background: linear-gradient(135deg, rgba(255,238,73,0.12) 0%, rgba(26,29,46,0.95) 100%);
    border: 1px solid rgba(255,238,73,0.25);
    border-radius: 16px;
    padding: 22px 26px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}
.hn_dash_welcome h4 { color: #fff; font-size: 22px; font-weight: 700; }

.hn_status_chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
    color: #cbd5e1;
    transition: all .2s ease;
    text-decoration: none;
}
.hn_status_chip i { font-size: 14px; }
.hn_chip_ok {
    background: rgba(16,185,129,0.18) !important;
    border-color: rgba(16,185,129,0.40) !important;
    color: #6ee7b7 !important;
}
.hn_chip_warn {
    background: rgba(245,158,11,0.18) !important;
    border-color: rgba(245,158,11,0.40) !important;
    color: #fcd34d !important;
}
.hn_chip_pending {
    background: rgba(59,130,246,0.18) !important;
    border-color: rgba(59,130,246,0.40) !important;
    color: #93c5fd !important;
}
.hn_chip_tier {
    background: linear-gradient(135deg, rgba(255,238,73,0.20) 0%, rgba(255,238,73,0.06) 100%) !important;
    border-color: rgba(255,238,73,0.40) !important;
    color: var(--theme-color, #FFEE49) !important;
}
.hn_status_chip:hover { transform: translateY(-1px); }

/* Countdown card */
.hn_dash_countdown {
    background: linear-gradient(135deg, rgba(255,238,73,0.10) 0%, rgba(0,0,0,0.30) 100%);
    border: 1px solid rgba(255,238,73,0.30);
    border-radius: 16px;
    padding: 22px 26px;
    box-shadow: 0 8px 24px rgba(255,238,73,0.10);
}
.hn_count_icon {
    width: 56px; height: 56px;
    border-radius: 14px;
    background: var(--theme-color, #FFEE49);
    color: #1a1a2e;
    display: flex; align-items: center; justify-content: center;
    font-size: 26px;
    box-shadow: 0 4px 14px rgba(255,238,73,0.30);
}
.countdown-large {
    color: var(--theme-color, #FFEE49) !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.02em;
}

/* Quick action buttons */
.hn_quick_btn {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    background: linear-gradient(135deg, rgba(255,255,255,0.04) 0%, rgba(0,0,0,0.30) 100%);
    border: 1px solid rgba(255,238,73,0.18);
    border-radius: 14px;
    color: #fff;
    transition: all .25s ease;
    text-decoration: none;
}
.hn_quick_btn:hover {
    background: linear-gradient(135deg, rgba(255,238,73,0.15) 0%, rgba(0,0,0,0.30) 100%);
    border-color: var(--theme-color, #FFEE49);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(255,238,73,0.18);
}
.hn_quick_btn i {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: var(--theme-color, #FFEE49);
    color: #1a1a2e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
    transition: all .25s ease;
}
.hn_quick_btn:hover i { transform: rotate(360deg); }
.hn_quick_btn strong { display: block; font-size: 15px; }
.hn_quick_btn small  { display: block; color: #94a3b8; font-size: 12px; }

/* Notification list */
.hn_notify_item {
    display: flex;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px dashed rgba(255,238,73,0.12);
    align-items: flex-start;
}
.hn_notify_item:last-child { border-bottom: 0; padding-bottom: 0; }
.hn_notify_dot {
    width: 10px;
    height: 10px;
    background: var(--theme-color, #FFEE49);
    border-radius: 50%;
    margin-top: 6px;
    flex-shrink: 0;
    box-shadow: 0 0 8px rgba(255,238,73,0.50);
    animation: hn-pulse-dot 1.5s ease-in-out infinite;
}
@keyframes hn-pulse-dot {
    0%, 100% { opacity: 1; }
    50%      { opacity: 0.4; }
}

/* Referral link box */
.hn_ref_link_box {
    background: rgba(0,0,0,0.30);
    border: 1px dashed rgba(255,238,73,0.30);
    border-radius: 10px;
    padding: 14px;
}

/*# sourceMappingURL=main.css.map */
