/* Common css */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
select,
input,
option,
textarea,
ul,
li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

a {
    color: #000000;
}

a:hover,
a:focus {
    color: var(--primary);
    text-decoration: none;
}

/* End Clearfix */

*,
a,
button,
.btn {
    outline: none !important;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    text-decoration: none !important;
}

:host {
    display: block;
}

:root {
    --primary: #FFCD40;
    --secondary: #272622;
    --light-primary: #FFF2D4;
    --green-bg: #259823;
    --h2-font-size: clamp(22px, 4.5vw, 48px);
    --h3-font-size: clamp(20px, 3.5vw, 36px);
    --p-large-font-size: clamp(15px, 2vw, 18px);
}

.bg-yellow {
    background-color: var(--primary);
}

.bg-green {
    background-color: var(--green-bg);
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Mulish';
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    background-color: #fff;
    overflow-x: hidden;
}

html,
body {
    width: 100%;
    height: 100%;
}

html {
    scroll-behavior: smooth;
}

.hyper-buttons {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: var(--secondary) !important;
    border-radius: 10px;
    padding: 14px 28px !important;
    display: inline-flex;
    align-items: center;
    width: max-content;
    text-decoration: none;
}


.header-main.sticky-header a.hyper-buttons span {
    display: none;
}

.header-main.sticky-header a.hyper-buttons img {
    margin-right: 0 !important;
}

.hyper-buttons:hover,
.hyper-buttons.active {
    background-color: var(--primary);
}

.hyper-buttons .arrow-group {
    font-size: 24px;
    margin-left: 15px !important;
    line-height: 1;
    display: flex;
    align-items: center;
}

.hyper-buttons .arrow-group span {
    transition: 0.3s;
    margin-left: -6px;
}

.hyper-buttons .arrow-group span:first-child {
    margin-left: 0;
}

.hyper-buttons .arrow-group .arr-1 {
    opacity: 0.2;
}

.hyper-buttons .arrow-group .arr-2 {
    opacity: 0.5;
}

.hyper-buttons .arrow-group .arr-3 {
    opacity: 1;
    font-weight: 900;
}

.hyper-buttons:hover .arrow-group .arr-1,
.hyper-buttons:hover .arrow-group .arr-2,
.hyper-buttons:hover .arrow-group .arr-3 {
    opacity: 1;
}

.plr {
    padding-left: 150px;
    padding-right: 150px;
}

.pt {
    padding-top: 150px;
}

.mtb-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

/* .title-common {
    max-width: 1126px;
    margin: 0 auto;
} */

.title-common h2 {
    font-size: var(--h2-font-size);
    font-weight: 800;
    color: var(--secondary);
    line-height: 1.4;
    margin: 30px 0;
}

.title-common h2 span {
    color: #1da341;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 5.75rem);
    padding-left: var(--bs-gutter-x, 5.75rem);
    margin-right: auto;
    margin-left: auto;
}


/* ============================ */



/* Navbar Css */

.header-main {
    padding: 15px 0;
    position: fixed;
    width: 100%;
    z-index: 1020;
    transition: 0.5s;
}

.nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary) !important;
    border-radius: 50px;
    padding: 5px 25px !important;
}

.nav-link.active {
    font-weight: 700;
}

.header-cover .navbar ul.navbar-nav {
    background: #fbd0533d;
    border-radius: 50px;
    padding: 5px 7px;
}

.nav-item .nav-link.active {
    background-color: var(--primary);
}

.nav-item .nav-link:hover {
    background-color: var(--primary);
}

.header-main.sticky-header {
    backdrop-filter: blur(10px);
    transform: scale(0.8);
    border-radius: 50px;
    box-shadow: 0px 5px 0px #fbd053;
    background-image: linear-gradient(270deg, #ffebb2, #FFFFFF);
    transition: 0.5s;
}

.header-main.sticky-header a.nav-link {
    font-size: 22px;
}

.navbar-toggler {
    border: 0;
    box-shadow: none !important;
    padding: 0;
}

.navbar-toggler span {
    width: 25px;
    height: 3px;
    background: #fff;
    display: block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.navbar-toggler span:nth-child(1) {
    width: 16px;
}

.navbar-toggler:hover span:nth-child(1) {
    width: 25px;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    width: 25px;
    -webkit-transform: rotate(45deg) translate(5px, 5px);
    -ms-transform: rotate(45deg) translate(5px, 5px);
    transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
    -ms-transform: rotate(-45deg) translate(5px, -5px);
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-toggler span {
    background: #00a649;
    background-image: none;
}

.header-cover .offcanvas {
    background-color: var(--secondary);
}

.header-cover .offcanvas .btn-close {
    color: #FFFFFF;
    opacity: 1;
    font-size: 24px;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0;
    box-shadow: none !important;
    transition: all 0.3s ease;
}

.header-cover .offcanvas .btn-close:hover {
    color: var(--primary);
    transform: rotate(90deg);
}

.header-cover .offcanvas .btn-close i {
    font-size: 32px;
    line-height: 1;
}

.header-cover .offcanvas a.nav-link {
    font-size: 18px;
    border-bottom: 1px solid #fbd053;
    color: #fbd053 !important;
    padding: 10px 10px !important;
    text-align: center;
    margin-bottom: 15px;
}

.header-cover .offcanvas a.nav-link.active,
.header-cover .offcanvas a.nav-link:hover {
    background-color: var(--primary);
    color: var(--secondary) !important;
}

.header-cover .offcanvas .menu-btn {
    justify-content: center;
}

/* ====================================== */


/* Banner Section */

.banner-cover {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.banner-cover::before {
    content: "";
    position: absolute;
    top: -320px;
    left: -150px;
    height: 270px;
    width: 500px;
    border-radius: 50%;
    box-shadow: 0px 200px 200px 200px rgb(255 255 255 / 90%);
    z-index: 999;
}

/* .banner-main {
    padding-top: 150px;
} */

.banner-content {
    position: relative;
    border-radius: 12px;
    z-index: 999;
    margin-top: 70px;
}

.live-price {
    color: #FF0000;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.live-price span {
    color: var(--secondary);
    margin-right: 2px;
}

.banner-content h2 {
    font-size: var(--h2-font-size);
    font-weight: 900;
    margin: 0 0 15px;
    line-height: 1.4;
}

.banner-content h2 span {
    color: #1da341;
}

.banner-content p {
    font-size: 20px;
    font-weight: 500;
    color: var(--secondary);
    margin-bottom: 40px;
    line-height: 29px;
}

.banner-content p span {
    font-weight: 700;
}

.banner-image img,
.banner-image iframe {
    border-radius: 40px;
    width: 555px;
    height: 531px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

@media (max-width: 1680.98px) {

    .banner-image img,
    .banner-image iframe {
        width: 555px;
        height: 531px;
    }
}

@media (max-width: 1440.98px) {

    .banner-image img,
    .banner-image iframe {
        width: 500px;
        height: 478px;
    }
}

@media (max-width: 1399.98px) {

    .banner-image img,
    .banner-image iframe {
        width: 480px;
        height: 459px;
    }
}

@media (max-width: 1280.98px) {

    .banner-image img,
    .banner-image iframe {
        width: 450px;
        height: 430px;
    }
}

@media (max-width: 1199.98px) {

    .banner-image img,
    .banner-image iframe {
        width: 420px;
        height: 401px;
    }
}

@media (max-width: 991.98px) {

    .banner-image img,
    .banner-image iframe {
        width: 330px;
        height: 315px;
    }
}

@media (max-width: 767.98px) {

    .banner-image img,
    .banner-image iframe {
        width: 510px;
        height: 487px;
    }
}

@media (max-width: 575.98px) {

    .banner-image img,
    .banner-image iframe {
        width: 440px;
        height: 420px;
    }
}

@media (max-width: 480.98px) {

    .banner-image img,
    .banner-image iframe {
        width: 380px;
        height: 363px;
    }
}

@media (max-width: 360.98px) {

    .banner-image img,
    .banner-image iframe {
        width: 290px;
        height: 277px;
    }
}

.banner-harvest-img {
    border-radius: 40px !important;
}


.banner-cover .banner-curv-image {
    position: absolute;
    /* top: 0; */
    top: -225px;
    left: 0;
    z-index: -1;
}

.banner-cover .banner-rotate-img {
    position: absolute;
    top: -100px;
    left: -300px;
    transform: translate(-50%, -50%);
    animation: animName 10s linear infinite;
}

.swiper.mySwiper1 {
    position: relative;
}

.swiper.mySwiper1 .swiper-pagination {
    position: static;
}

@keyframes animName {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.banner-star-vactor {
    position: absolute;
    left: 40%;
    top: 75%;
    transform: translate(-50%, -50%);
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.banner-star-vactor2 {
    position: absolute;
    left: 90px;
    bottom: 70px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.user-animate {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.swiper-pagination-bullet-active {
    background: #ffcd40 !important;
    width: 25px;
    border-radius: 6px;
}

.swiper-wrapper {
    text-align: right;
}

.swiper.mySwiper2 {
    position: relative;
}

.swiper.mySwiper2 .swiper-pagination {
    position: static;
}

.swiper.mySwiper3 {
    position: relative;
}

.swiper.mySwiper3 .swiper-pagination {
    position: static;
}

/* ================================================ */


/* Growth Mony */

.growmony-cover .growmony-contents {
    border: 1px solid #FFCD40;
    border-radius: 20px;
    height: 100%;
    padding: 20px;
    position: relative;
    transition: 0.5s;
    overflow: hidden;
}

.growmony-contents::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #259823;
    border-radius: 20px;
    transition: 0.5s;
    z-index: -1;
}

.growmony-cover .growmony-contents h2 {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    margin-top: 15px;
    color: #272622;
    margin-bottom: 15px;
}

.growmony-cover .growmony-contents p {
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto 15px;
    max-width: 255px;
    color: #7F7F7F;
    /* height: 50PX; */
}

.growmony-cover .growmony-contents:hover.growmony-contents {
    border: 1px solid #259823;
}

.growmony-cover .growmony-contents:hover.growmony-contents::before,
.growmony-cover .growmony-contents.active.growmony-contents::before {
    width: 100%;
}

.growmony-cover .growmony-contents:hover,
.growmony-cover .growmony-contents.active {
    z-index: 1;
}

.growmony-cover .growmony-contents:hover.growmony-contents h2,
.growmony-cover .growmony-contents.active.growmony-contents h2 {
    color: #fff;
}

.growmony-cover .growmony-contents:hover.growmony-contents p,
.growmony-cover .growmony-contents.active.growmony-contents p {
    color: #fff;
}

.growmony-cover .growmony-contents:hover img,
.growmony-cover .growmony-contents.active img {
    filter: brightness(100);
}

.growmony-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Specific yellow arrow element without borders */
.harvest-arrow {
    font-size: 20px;
    color: #FFCD40;
    text-decoration: none;
    margin-top: auto;
    display: inline-flex;
    transition: all 0.4s ease;
}

.growmony-contents:hover .harvest-arrow,
.growmony-contents.active .harvest-arrow {
    color: #fff;
}

.grow-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid var(--primary);
    color: #fff;
    overflow: hidden;
    transition: all 0.4s ease;
    white-space: nowrap;
    padding: 0;
    text-decoration: none;
    margin-top: 10px;
}

.grow-link span {
    opacity: 0;
    margin-left: 0;
    transition: all 0.4s ease;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

.grow-link i {
    opacity: 1;
    transition: all 0.4s ease;
    color: #000;
    margin-left: -55px;
    font-size: 18px;
}

.growmony-contents:hover .grow-link i {
    color: #fff;
}

.growmony-contents:hover .grow-link {
    width: 140px;
    border-radius: 25px;
    justify-content: center;
    padding: 0 20px;
}

.growmony-contents:hover .grow-link span {
    opacity: 1;
    margin-left: 10px;
}

.growmony-contents:hover .grow-link i {
    margin-left: 10px;
}


/* ============================================== */

/* Growth Form */

.investment-growth-main {
    background-image: url(../images/bg-style3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 45px 0;
}

.growth-content-cover h2 {
    font-size: var(--h2-font-size);
    font-weight: 900;
    color: var(--secondary);
}

.growth-content-cover h2 span {
    display: block;
    color: #8B690B;
}

a.qr-code {
    position: absolute;
    right: 170px;
    bottom: -110px;
}

#scroll-image {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 170px;
    height: 140px;
    object-fit: contain;
    display: none;
    z-index: 1000;
}

.mobile-cover {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.phones-section-main {
    margin-top: 80px;
}

/* =============================================== */


/* Mobile Contents */

.contents-box {
    border-radius: 20px;
    padding: 45px;
    width: 239px;
    height: 264px;
}

.contents-box span {
    font-size: 20px;
    font-weight: 700;
}

.contents-box h3 {
    font-size: var(--h3-font-size);
    font-weight: 900;
}

.top-left {
    transform: translateX(350px);
    transition: transform 0.8s ease, opacity 0.8s ease;

}

.top-right {
    transform: translateX(-395px);
    transition: transform 0.8s ease, opacity 0.8s ease;
}

.left-bottom {
    transform: translateX(350px);
    transition: transform 0.8s ease, opacity 0.8s ease;

}

.right-bottom {
    transform: translateX(-395px);
    transition: transform 0.8s ease, opacity 0.8s ease;
}

.content-show.show {
    opacity: 1;
    transform: translateX(0);
}

/* ======================================== */


/* Save More Future */

.save-more-plan-cover {
    border-radius: 20px;
    overflow: hidden;
}

.save-more-plan-cover span {
    font-size: 27px;
    font-weight: 800;
    background-color: var(--primary);
    display: block;
    padding: 20px;
}

/* ============================================== */


/* Partner Section */

.partner-title {
    max-width: 855px;
    margin: 0 auto;
    text-align: center;
}

.partner-title h2 {
    font-size: var(--h2-font-size);
    font-weight: 800;
    color: #7F7F7F;
}

.partner-title h2 span {
    color: #000;
}

.partner-cover {
    overflow: hidden;
    width: 100%;
    padding: 15px 0;
}

.partner-cover ul {
    --transition-timing: 20s;
    display: flex;
    animation: ticker-left var(--transition-timing) linear infinite;
    width: max-content;
}

.partner-cover li {
    padding: 0 2rem;
    /* spacing between items */
    white-space: nowrap;
}

.partner-cover li h2 {
    color: #000;
}

@keyframes ticker-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


/* ====================================== */



/* Mobile Image */

.mobile-cover .left {
    transform: translateX(400px);
    transition: transform 0.8s ease, opacity 0.8s ease;
}

.mobile-cover .right {
    transform: translateX(-395px);
    transition: transform 0.8s ease, opacity 0.8s ease;
}

.mobile-cover .image.show {
    opacity: 1;
    transform: translateX(0);
}

.mobile-cover img.image.middle {
    position: relative;
    z-index: 999;
}

/* ======================================= */


/* Animation delay for variety */
.delay-1 {
    animation-delay: 0.2s;
}

.delay-2 {
    animation-delay: 0.4s;
}

.delay-3 {
    animation-delay: 0.6s;
}

.delay-4 {
    animation-delay: 0.8s;
}

.delay-5 {
    animation-delay: 1s;
}

.delay-6 {
    animation-delay: 1.2s;
}

.delay-7 {
    animation-delay: 1.4s;
}

/* ======================================= */


/* Footer */

.footerlink-cover p {
    font-size: 15px;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 24px;
}

.footerlink-cover h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--green-bg);
}

.footerlink-cover ul:not(.social-icons):not(.contact-info) {
    padding-left: 20px;
}

.footerlink-cover ul:not(.social-icons):not(.contact-info) li {
    list-style-type: disc;
    color: #000;
}

.footerlink-cover a {
    font-size: 16px;
    font-weight: 500;
    color: #272622;
}

.footerlink-cover a:hover {
    color: var(--green-bg);
}

.footerlink-cover ul.social-icons li a {
    border: 1px solid #E0E0E0;
    margin-right: 12px;
    border-radius: 5px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    background-color: #fff;
    transition: all 0.3s ease;
}

.footerlink-cover ul.social-icons li a i {
    font-size: 18px;
    color: var(--secondary);
    transition: all 0.3s ease;
}

.footerlink-cover ul.social-icons li a img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.footerlink-cover ul.social-icons li a:hover {
    background-color: var(--green-bg);
    border-color: var(--green-bg);
}

.footerlink-cover ul.social-icons li a:hover i {
    color: #fff;
}

.footerlink-cover ul.social-icons li a:hover img {
    filter: brightness(0) invert(1);
}

.contact-info li a {
    color: #4A4A4A;
}

.footer-hr {
    border: 0;
    border-top: 1px solid #E0E0E0;
    margin: 40px 0 20px;
    opacity: 1;
}

.copyright {
    padding: 0;
    margin-top: 0;
}

.copyright p {
    font-size: 14px;
    font-weight: 400;
    color: #4A4A4A;
}

.follow-user-main {
    background-image: url(../images/bg-style2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 45px 0;
}

.footer-main {
    padding: 80px 0 30px;
    background-color: #fff;
}

.user-title h2 {
    font-size: var(--h2-font-size);
    font-weight: 900;
    margin-bottom: 10px;
}

.user-title p {
    font-size: var(--p-large-font-size);
    font-weight: 500;
}

.footerlink-cover a.appstore-btn img {
    width: 160px;
    height: auto;
    object-fit: contain;
}

/* ====================================== */



/* Sub Banner */

.subpages-banner-cover {
    background-image: url(../images/bg-style4.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 165px 0;
    background-position: center;
    width: 100%;
}

.subpages-banner-cover h2 {
    font-size: var(--h2-font-size);
    font-weight: 900;
    line-height: 1.4;
}

.subpages-banner-cover h2 span {
    color: var(--green-bg);
}

.subpages-banner-cover p {
    color: #272622;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    max-width: 445px;
    margin: 0 auto;
}

.subpages-banner-cover p span {
    font-weight: 900;
}

/* ======================================= */

/* Vision-mission */

.vision-mission-cover h4 {
    font-size: 30px;
    font-weight: 800;
}

.vision-mission-cover p {
    font-size: 20px;
    font-weight: 500;
}

/* ========================================== */

/* Team */

.our-team-main {
    background-image: url(../images/bg-style3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px 0;
}

.team-cover img {
    width: 343px;
    height: 383px;
    object-fit: contain;
}

.team-cover h5 {
    font-size: 28px;
    font-weight: 800;
    color: var(--green-bg);
    margin: 10px 0;
}

.team-cover span {
    font-size: 20px;
    font-weight: 700;
    color: #8B690B;
}

.team-cover span {
    font-size: 20px;
    font-weight: 500;
}



/* Privacy */

.privacy-contents h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.privacy-contents p {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
}

/* =========================================== */

/* Contact */
.contact-main {
    padding: 130px 0 60px;
}

.contact-details-cover .contact-title h3 {
    font-size: 50px;
    font-weight: 900;
}

.contact-details-cover .contact-title p {
    font-size: 16px;
    font-weight: 500;
}

.border-line {
    border: 1px solid #d4d4d3;
    margin: 20px 0;
}

.contact-info ul li span {
    font-size: 16px;
    font-weight: 700;
}

.contact-info ul li p {
    font-size: 16px;
    font-weight: 400;
}

.contact-form h2 {
    font-size: 30px;
    font-weight: 800;
    color: #8B690B;
}

.contact-form label {
    font-size: 16px;
    font-weight: 600;
}

.contact-form {
    background-color: #fffaed;
    border-radius: 40px;
    padding: 40px;
}

.form-control:focus {
    border-color: #fbd053;
    box-shadow: none;
}

.form-control {
    border-radius: 10px;
}

.contact-form button {
    background-color: #fbd053;
    color: #000;
    border-color: #fbd053;
    border-radius: 10px;
    padding: 5px 30px;
}

.contact-form button:hover {
    background-color: #fbd053;
    color: #000;
    border-color: #fbd053;
}

.btn-primary:focus {
    box-shadow: none;
}

.btn-primary:active:focus {
    box-shadow: none;
}

/* ============================================= */


/* Faq */

.accordion-button::after {
    content: '+';
    font-size: 1.25rem;
    color: #000;
    transform: none;
    background-image: none;
    font-size: 30px;
    line-height: 15px;
}

.accordion-button:not(.collapsed)::after {
    content: '−';
    background-image: none;
    transform: none;
}

.accordion-button:focus {
    border-color: #fbd053;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    padding: 0 20px 15px;
    color: var(--secondary);
}

.faq-cover .accordion-item {
    margin-bottom: 15px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, .125);
    overflow: hidden;
    padding: 15px 0;
    background-image: linear-gradient(360deg, #ffe6a17a, #FFFFFF);
}

.accordion-body {
    padding: 0 20px;
}

.accordion-button {
    font-size: 22px;
    font-weight: 700;
    color: var(--secondary);
    padding: 10px 20px;
    background-color: transparent;
}

.accordion-body p {
    font-size: 16px;
    font-weight: 500;
}

/* Faq End */




/* Media */

@media (max-width: 1440px) {
    .banner-cover .banner-curv-image {
        top: -80px;
    }

    .banner-main {
        padding-top: 100px;
    }
}

@media (max-width: 1366px) {
    .banner-main {
        padding-top: 100px;
    }

    .banner-cover .banner-curv-image {
        top: -143px;
    }





    #scroll-image {
        bottom: 80px;
        width: 140px;
        height: 140px;
    }

    .header-main.sticky-header a.nav-link {
        font-size: 18px;
    }

    .nav-item .nav-link {
        padding: 5px 15px !important;
    }

}

@media (max-width: 1200px) {
    .hyper-buttons span {
        display: none;
    }

    .hyper-buttons img {
        margin-right: 0 !important;
    }

    .nav-item .nav-link {
        padding: 5px 20px !important;
    }
}

@media (max-width: 1199px) {
    .nav-item .nav-link {
        font-size: 14px;
        padding: 5px 10px !important;
    }

    .left {
        width: 200px;
    }

    .right {
        width: 200px;
    }

    .banner-cover .banner-curv-image {
        top: 60px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }

    #scroll-image {
        bottom: 20px;
        width: 160px;
        height: 100px;
    }
}

@media (max-width: 991px) {
    .banner-cover .banner-curv-image {
        display: none;
    }

    .banner-cover {
        height: auto;
    }



    .growmony-cover .growmony-contents {
        margin-bottom: 15px;
        padding: 15px;
    }

    .contents-box {
        border-radius: 20px;
        padding: 15px;
        width: 150px;
        height: auto;
    }



    .contents-box span {
        font-size: 16px;
        font-weight: 400;
    }

    .mobile-cover img.image.middle {
        width: 345px;
    }





    .save-more-plan-cover span {
        font-size: 20px;
    }

    .footerlink-cover {
        margin-bottom: 30px;
    }

    .growth-content-cover {
        margin-top: 30px;
        text-align: center;
    }

    .banner-content {
        margin-bottom: 30px;
        margin-top: 0;
    }

    a.qr-code {
        display: none;
    }

    .banner-image img {
        height: 100%;
    }

    .user-contents ul li {
        margin: 10px 5px;
    }

    .header-main::before {
        display: none;
    }

    .banner-cover .banner-rotate-img {
        display: none;
    }

    .footer-hr {
        margin: 0px 0 20px;
    }

    .footer-main {
        padding: 30px 0;
    }

    .copyright {
        margin-top: 0px;
    }

    .team-cover {
        margin-bottom: 30px;
    }

    .company-value-main .growmony-contents {
        height: 100%;
        margin-bottom: 15px;
        padding: 15px;
    }

    .header-main.sticky-header {
        transform: none !important;
        backdrop-filter: none !important;
        border-radius: 0 0 50px 50px;
    }

    .header-cover .offcanvas .menu-btn a.appstore-btn {
        display: none !important;
    }

    .hyper-buttons span {
        display: block;
    }

    .hyper-buttons img {
        margin-right: 10px !important;
    }
}

@media (max-width: 767px) {


    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: 100%;
        padding-right: var(--bs-gutter-x, 1.75rem);
        padding-left: var(--bs-gutter-x, 1.75rem);
        margin-right: auto;
        margin-left: auto;
    }

    .banner-content {
        text-align: center;
    }

    .live-price {
        justify-content: center;
    }

    .hyper-buttons {
        margin: 0 auto;
    }

    .mobile-cover {
        justify-content: space-around;
    }

    .phones-section-main {
        margin-top: 80px;
        display: block !important;
    }

    .mobile-cover .top-right {
        transform: none;
    }

    .mobile-cover .right-bottom {
        transform: none;
    }

    .mobile-cover .top-left {
        transform: none;
    }

    .mobile-cover .left-bottom {
        transform: none;
    }

    .mobile-cover .right {
        transform: none;
    }

    .mobile-cover .left {
        transform: none;
    }

    .contents-box {
        width: 230px;
        height: auto;
    }

    .vision-mission-cover p {
        font-size: 14px;
        font-weight: 500;
    }

    .accordion-button {
        font-size: 18px;
    }

    .subpages-banner-cover {
        padding: 130px 0;
    }

    .left {
        width: 120px;
    }

    .mobile-cover img.image.middle {
        width: 200px;
    }

    .mobile-gold {
        display: none;
    }

    .mobile-cover img.image.middle {
        width: 180px;
    }

    .mobile-cover .right {
        width: 140px;
    }

    .left {
        width: 140px;
    }

    .display-app1 {
        display: none !important;
    }

    .display-app2 {
        display: block !important;
    }

    .display-app2 img {
        width: 330px;
        height: 600px;
        object-fit: contain;
    }
}

@media (max-width: 576px) {
    .mobile-cover .right {
        width: 120px;
    }

    .mobile-cover {
        flex-direction: row;
    }





    .banner-content p {
        font-size: 14px;
        margin-bottom: 25px;
    }





    .contents-box {
        width: 130px;
    }

    .phones-section-main {
        margin-top: 0px;
    }

    .company-value-main .growmony-contents {
        height: auto;
    }



    .subpages-banner-cover p {
        font-size: 16px;
    }

    .privacy-contents h3 {
        font-size: 24px;
    }
}

@media (max-width: 360px) {}



/* Golden Harvest CSS Start */

html {
    scroll-padding-top: 80px;
}

.p-0 {
    padding: 0 !important;
}

.ptb-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.p-5 {
    padding: 5px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.ptb-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.plr-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}


.p-10 {
    padding: 10px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.ptb-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.plr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}



.p-15 {
    padding: 15px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.ptb-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.plr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.ptb-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.plr-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}


.p-25 {
    padding: 25px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.ptb-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.plr-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}


.p-30 {
    padding: 30px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.ptb-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.plr-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}


.p-35 {
    padding: 35px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.ptb-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.plr-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}


.p-40 {
    padding: 40px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.ptb-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.plr-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}


.p-45 {
    padding: 45px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.ptb-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.plr-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
}


.p-50 {
    padding: 50px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.ptb-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.plr-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}


.pt-55 {
    padding-top: 55px !important;
}

.pb-55 {
    padding-bottom: 55px !important;
}

.pl-55 {
    padding-left: 55px !important;
}

.pr-55 {
    padding-right: 55px !important;
}

.ptb-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}

.plr-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
}


.pt-60 {
    padding-top: 60px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.ptb-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.plr-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}


.pt-65 {
    padding-top: 65px !important;
}

.pb-65 {
    padding-bottom: 65px !important;
}

.ptb-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.ptb-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}


.pt-75 {
    padding-top: 75px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.ptb-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}


.pt-80 {
    padding-top: 80px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.ptb-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}


.pt-85 {
    padding-top: 85px !important;
}

.pb-85 {
    padding-bottom: 85px !important;
}

.ptb-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
}


.pt-90 {
    padding-top: 90px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.ptb-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}


.pt-100 {
    padding-top: 100px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.ptb-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}



/* Margin */

.m-0 {
    margin: 0px !important;
}

.mtb-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mlr-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mtb-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.mlr-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}


.mt-10 {
    margin-top: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mtb-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mlr-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}


.mt-15 {
    margin-top: 15px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mtb-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.mlr-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}


.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mtb-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.mlr-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}


.mt-25 {
    margin-top: 25px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mtb-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.mlr-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}


.mt-30 {
    margin-top: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mtb-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.mlr-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}


.mt-35 {
    margin-top: 35px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.mtb-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}

.mlr-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
}


.mt-40 {
    margin-top: 40px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mtb-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.mlr-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}


.mt-45 {
    margin-top: 45px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

.mtb-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}

.mlr-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
}


.mt-50 {
    margin-top: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mtb-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.mlr-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
}


.mt-55 {
    margin-top: 55px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.ml-55 {
    margin-left: 55px !important;
}

.mr-55 {
    margin-right: 55px !important;
}

.mtb-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
}

.mlr-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
}


.mt-60 {
    margin-top: 60px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mtb-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.mlr-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
}


.mt-70 {
    margin-top: 70px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mtb-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}


.mt-75 {
    margin-top: 75px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.mtb-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
}


.mt-80 {
    margin-top: 80px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mtb-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}


.mt-85 {
    margin-top: 85px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.mtb-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
}


.mt-90 {
    margin-top: 90px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mtb-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
}


.mt-100 {
    margin-top: 100px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mtb-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.mtb-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

/* Swiper Pagination Styling */
.banner-section .swiper-pagination {
    position: static;
    margin-top: 20px;
    text-align: center;
}

.banner-section .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: #DCDCDC !important;
    opacity: 1 !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
    margin: 0 6px !important;
}

.banner-section .swiper-pagination-bullet-active {
    background: var(--primary) !important;
    width: 50px !important;
    border-radius: 12px !important;
}

/* Scroll To Top — Luxury Gold Style */
.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    background-color: var(--secondary);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    background-color: var(--green-bg);
}

.progress-wrap i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 24px;
    color: var(--primary);
    transition: all 0.3s ease;
}

.progress-wrap:hover i {
    color: #fff;
    transform: translate(-50%, -60%);
}

.progress-wrap svg {
    position: absolute;
    top: 0;
    left: 0;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--primary);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear;
}

/* Benefits Section */
.benefits-section {
    background-color: #FCF9EF;
    background-image: url(../images/bg-style.png);
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.benefits-title h2 {
    font-size: var(--h2-font-size);
    font-weight: 800;
    color: #1A1A1A;
}

.benefits-title h2 span {
    color: #259823;
}

.benefits-img {
    border-radius: 24px;
    max-width: 100%;
}

.benefits-list {
    list-style-type: decimal;
    padding-left: 35px;
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    color: #272622;
    line-height: 1.7;
}

.benefits-list li {
    list-style-type: decimal;
    margin-bottom: 25px;
    padding-left: 5px;
}

.benefits-list li::marker {
    font-weight: 700;
}

.benefits-list .highlight-brown {
    color: #8B690B;
    font-weight: 800;
}

/* How Does This Work Section */
.timeline-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 1150px;
    margin: 0 auto;
    padding: 100px 0;
}

.timeline-item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.timeline-circle {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: relative;
    padding: 0;
}

.timeline-circle.bg-green {
    background-color: #259823;
    box-shadow: 0 0 0 15px #fff;
}

.timeline-circle.bg-yellow {
    background-color: #FFCD40;
    box-shadow: 0 0 0 15px #fff;
}

.timeline-circle .filter-white {
    filter: brightness(0) invert(1);
    width: 80px;
    height: 80px;
    object-fit: contain;
}

/* Timeline Paths and Arcs */
.timeline-path {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -7.5px;
    height: 15px;
    z-index: 1;
    left: 0;
}

.timeline-path::before,
.timeline-path::after {
    content: "";
    position: absolute;
    top: 0;
    height: 15px;
}

.timeline-path::before {
    left: 4px;
    width: calc(50% - 94px - 4px);
    border-radius: 10px 0 0 10px;
}

.timeline-path::after {
    right: 4px;
    width: calc(50% - 94px - 4px);
    border-radius: 0 10px 10px 0;
}

.timeline-item:first-child .timeline-path::before {
    display: none;
}

.timeline-item:last-child .timeline-path::after {
    display: none;
}

.timeline-path .arc {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 190px;
    height: 100px;
    border: 15px solid;
    box-sizing: border-box;
    z-index: 1;
}

.path-down .arc {
    top: 0;
    border-top: 0;
    border-radius: 0 0 95px 95px;
}

.path-up .arc {
    bottom: 0;
    border-bottom: 0;
    border-radius: 95px 95px 0 0;
}

.color-green::before,
.color-green::after {
    background-color: #259823;
}

.color-green .arc {
    border-color: #259823;
}

.color-yellow::before,
.color-yellow::after {
    background-color: #FFCD40;
}

.color-yellow .arc {
    border-color: #FFCD40;
}

/* Timeline text */
.timeline-text {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #251911;
}

.top-text {
    bottom: calc(50% + 85px);
}

.bottom-text {
    top: calc(50% + 85px);
}

/* Online Mode Section */
.online-mode-section {
    background-color: #FCF9EF;
    background-image: url(../images/bg-style.png);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.feature-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 12px;
}

.feature-icon-box.bg-yellow {
    background-color: #FFCD40;
}

.feature-icon-box.bg-green {
    background-color: #259823;
}

.feature-icon-box img.filter-white {
    width: 28px;
    height: 28px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.feature-text h4 {
    font-size: 18px;
    font-weight: 600;
    color: #272622;
    line-height: 1.4;
}

.online-mode-image-wrapper img {
    max-width: 100%;
}

/* Online mode scaling logic already handled in consolidated block */

/* Direct Impact on Business */
.directImpactSwiper {
    position: relative;
    padding-bottom: 25px;
}

.directImpactSwiper .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #E0E0E0;
    opacity: 1;
    border-radius: 50%;
    margin: 0 6px !important;
    transition: all 0.3s ease;
}

.directImpactSwiper .swiper-pagination-bullet-active {
    width: 60px;
    border-radius: 50px;
    background-color: var(--primary);
}

/* .direct-impact-header .direct-impact-heading {
    font-size: 80px;
    font-weight: 800;
    color: var(--secondary);
    line-height: 1.15;
    margin: 30px 0;
}

.direct-impact-header .direct-impact-heading span.highlight-green {
    color: #1da341;
} */

.direct-impact-card {
    border-radius: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--primary);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.direct-impact-card-header {
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    min-height: 105px;
    border-radius: 20px 20px 0 0;
    text-align: center;
}

.direct-impact-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #272622;
    margin: 0;
    line-height: 1.4;
}

.direct-impact-card-body {
    flex-grow: 1;
    display: flex;
    background-color: var(--primary);
    padding: 0;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}

.direct-impact-card-body img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 0 0 20px 20px;
}



/* Our Client Section */
.client-logo-wrapper {
    gap: 20px;
}

.client-logo-box {
    width: 160px;
    height: 110px;
    border: 1px solid #F0F0F0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background-color: #fff;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.client-logo-box:hover {
    box-shadow: 0 10px 25px rgba(255, 205, 64, 0.25);
    border-color: #FFDA71;
}

.client-logo-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    /* filter: grayscale(100%);
    opacity: 0.6; */
    transition: all 0.4s ease;
}

/* .client-logo-box:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.08);
} */

.client-count {
    font-size: 28px;
    font-weight: 700;
    color: #272622;
}


/* Call to Action Section */
.cta-section {
    background-image: url(../images/Pricing-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 60px 0;
    margin-bottom: 0px;
}

.cta-wrapper {
    gap: 30px;
}

.cta-content h2 {
    font-size: var(--h2-font-size);
    font-weight: 800;
    color: #272622;
    margin-bottom: 10px;
    line-height: 1.2;
}

.cta-content p {
    font-size: 16px;
    color: #272622;
    margin: 0;
    font-weight: 500;
}

.btn-white-cta {
    background-color: #fff;
    color: #272622;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 40px;
    border-radius: 8px;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    display: inline-block;
}

.btn-white-cta:hover {
    background-color: #272622;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}


/* Header Extra Buttons (Golden Harvest) */
/* .lang-btn {
    background-color: var(--green-bg);
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 8px;
    font-size: 24px;
    transition: 0.3s;
} */

.lang-btn {
    background-color: var(--green-bg);
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    line-height: 16px;
    transition: 0.3s;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 10px 10px !important;
}

.lang-btn:hover {
    background-color: #1a7418;
    color: #fff;
}

.login-text-link {
    font-size: 16px;
    font-weight: 700;
    color: var(--secondary);
    text-decoration: none;
    transition: 0.3s;
}

.login-text-link:hover {
    color: var(--primary);
}

/* Partner Modal Styles */
.partner-modal .modal-content {
    border-radius: 20px;
    padding: 24px;
    border: none;
}

.partner-modal .modal-title {
    color: var(--secondary);
    font-size: 26px;
}

.partner-modal .btn-close {
    background: none;
    opacity: 1;
    font-size: 24px;
    color: var(--secondary);
    line-height: 1;
    padding: 0;
    margin: 0;
    box-shadow: none !important;
}

.partner-modal .btn-close i {
    pointer-events: none;
}

.partner-modal .form-label {
    font-size: 15px;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 6px;
}

.partner-modal .form-control,
.partner-modal .form-select {
    border-radius: 8px;
    padding: 14px 16px;
    border: 1px solid #dee2e6;
    color: #495057;
    box-shadow: none !important;
}

.partner-modal .form-control::placeholder {
    color: #adb5bd;
}

.partner-modal .form-select {
    color: #adb5bd;
}

.partner-modal .form-select:not([value=""]) {
    color: #495057;
}

.partner-modal .submit-btn {
    border-radius: 8px;
    background-color: var(--primary);
    color: var(--secondary) !important;
    border: none;
    font-size: 18px;
    font-weight: 800;
    padding: 12px 40px;
    min-width: 220px;
    transition: 0.3s;
}

.partner-modal .submit-btn:hover {
    background-color: var(--secondary);
    color: var(--primary) !important;
}

/* =========================================== */

/* Comprehensive Responsive Breakpoints for Golden Harvest */

@media (max-width: 1680.98px) {
    /* .direct-impact-header .direct-impact-heading {
        font-size: 70px;
    } */
}

@media (max-width: 1440.98px) {




    .benefits-list {
        font-size: 24px;
    }

    /* .direct-impact-header .direct-impact-heading {
        font-size: 65px;
    } */

    .direct-impact-card-title {
        font-size: 21px;
    }


}

@media (max-width: 1399.98px) {




    .benefits-list {
        font-size: 22px;
    }

    /* .direct-impact-header .direct-impact-heading {
        font-size: 60px;
    } */

    .direct-impact-card-title {
        font-size: 17px;
    }

    .feature-text h4 {
        font-size: 17px;
    }
}

@media (max-width: 1280.98px) {




    .benefits-list {
        font-size: 20px;
    }

    /* .direct-impact-header .direct-impact-heading {
        font-size: 55px;
    } */



    .client-count {
        font-size: 26px;
    }

    .feature-text h4 {
        font-size: 16px;
    }
}

@media (max-width: 1199.98px) {




    .benefits-list {
        font-size: 18px;
    }

    .timeline-container {
        max-width: 900px;
        padding: 60px 0;
    }

    .timeline-circle {
        width: 100px;
        height: 100px;
        box-shadow: 0 0 0 10px #fff;
    }

    .timeline-circle .filter-white {
        width: 45px;
        height: 45px;
    }

    .timeline-text {
        font-size: 16px;
    }

    .timeline-path::before {
        left: 3px;
        width: calc(50% - 73px - 3px);
    }

    .timeline-path::after {
        right: 3px;
        width: calc(50% - 73px - 3px);
    }

    .timeline-item:first-child .timeline-path::before {
        width: calc(50% - 73px);
    }

    .timeline-item:last-child .timeline-path::after {
        width: calc(50% - 73px);
    }

    .timeline-path .arc {
        width: 150px;
        border-width: 10px;
        height: 75px !important;
    }

    .top-text {
        bottom: calc(50% + 70px);
    }

    .bottom-text {
        top: calc(50% + 70px);
    }

    /* .direct-impact-header .direct-impact-heading {
        font-size: 48px;
        margin: 20px 0;
    } */

    .direct-impact-card-title {
        font-size: 16px;
    }

    .direct-impact-card-header {
        padding: 15px 10px;
        min-height: 85px;
    }
}

@media (max-width: 991.98px) {
    .mtb-100 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .ptb-100 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }





    .benefits-list {
        font-size: 16px;
    }

    .timeline-container {
        max-width: 100%;
        flex-direction: column;
        padding: 50px 15px;
        align-items: center;
        position: relative;
    }

    /* Central vertical spine/track */
    .timeline-container::after {
        content: "";
        position: absolute;
        width: 2px;
        height: 100%;
        background-color: #f2f2f2;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        z-index: 0;
    }

    .timeline-item {
        margin-bottom: 50px;
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }

    .timeline-item:last-child {
        margin-bottom: 0;
    }

    .timeline-path {
        display: block !important;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin-top: 0;
        z-index: 1;
    }

    .timeline-path::before,
    .timeline-path::after {
        display: none !important;
    }

    .timeline-path .arc {
        display: block !important;
        width: 140px;
        height: 70px !important;
        border-width: 10px !important;
        border-style: solid !important;
        border-top: 0 !important;
        border-radius: 0 0 100px 100px !important;
        top: 65px !important;
        bottom: auto !important;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }

    .timeline-circle {
        position: relative;
        width: 110px;
        height: 110px;
        box-shadow: 0 0 0 10px #fff;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .timeline-circle .filter-white {
        width: 60px;
        height: 60px;
    }

    .timeline-text {
        position: absolute;
        width: 42%;
        right: calc(50% + 80px);
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        font-weight: 700;
        line-height: 1.3;
        margin: 0;
        text-align: right;
        color: #1A1A1A;
        z-index: 3;
    }

    .timeline-item:nth-child(even) .timeline-text,
    .timeline-item:nth-child(odd) .timeline-text {
        left: auto;
        right: calc(50% + 80px);
        text-align: right;
    }

    .top-text,
    .bottom-text {
        position: absolute;
        top: 50%;
        bottom: auto;
    }

    .feature-icon-box {
        width: 50px;
        height: 50px;
    }

    .feature-icon-box img.filter-white {
        width: 24px;
        height: 24px;
    }

    .feature-text h4 {
        font-size: 15px;
    }

    /* .direct-impact-header .direct-impact-heading {
        font-size: 45px;
        margin: 40px 0;
    } */

    .direct-impact-card-title {
        font-size: 19px;
    }

    .direct-impact-card-header {
        padding: 30px 20px;
        min-height: 110px;
    }



    .cta-content p {
        font-size: 16px;
    }

    .btn-white-cta {
        font-size: 19px;
        padding: 14px 35px;
    }

    .online-mode-image-wrapper {
        margin-top: 25px;
    }
}

@media (max-width: 767.98px) {




    .timeline-item {
        justify-content: flex-start;
    }

    .timeline-circle {
        order: 1;
        margin-right: 25px;
        width: 90px;
        height: 90px;
        box-shadow: 0 0 0 8px #fff;
    }

    .timeline-circle .filter-white {
        width: 45px;
        height: 45px;
    }

    .timeline-text {
        order: 2;
        position: relative !important;
        width: auto !important;
        flex: 1;
        transform: none !important;
        text-align: left !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        font-size: 16px;
    }

    .timeline-item:nth-child(even) .timeline-text,
    .timeline-item:nth-child(odd) .timeline-text {
        text-align: left !important;
        left: auto !important;
        right: auto !important;
    }

    .timeline-container::after {
        left: 60px;
        transform: none;
    }

    .timeline-path .arc {
        left: 45px !important;
        transform: translateX(-50%) !important;
        width: 110px;
        height: 55px !important;
        border-width: 8px !important;
        top: calc(50% + 5px) !important;
    }

    .progress-wrap {
        right: 20px;
        bottom: 20px;
        height: 45px;
        width: 45px;
    }

    .progress-wrap i {
        font-size: 22px;
    }

    /* .direct-impact-header .direct-impact-heading {
        font-size: 32px;
    } */

    .direct-impact-card-title {
        font-size: 15px;
    }

    .client-logo-wrapper {
        gap: 15px;
    }

    .client-logo-box {
        width: 130px;
        height: 90px;
    }

    .client-count {
        font-size: 24px;
    }

    .cta-section {
        padding: 40px 0;
        background-position: center;
    }



    .cta-wrapper {
        text-align: center;
    }

    .cta-content p br {
        display: none;
    }

    .btn-white-cta {
        font-size: 15px;
        padding: 10px 20px;
    }
}

@media (max-width: 575.98px) {




    .benefits-list {
        font-size: 15px;
    }

    .timeline-item {
        margin-bottom: 50px;
        min-height: 90px;
    }

    .timeline-circle {
        width: 80px;
        height: 80px;
        margin-right: 20px;
        box-shadow: 0 0 0 8px #fff;
    }

    .timeline-circle .filter-white {
        width: 40px;
        height: 40px;
    }

    .timeline-container::after {
        left: 55px;
    }

    .timeline-path .arc {
        left: 40px !important;
        width: 100px;
        height: 50px !important;
        border-width: 8px !important;
        top: calc(50% + 5px) !important;
    }

    .timeline-text {
        font-size: 15px;
    }

    .timeline-text br {
        display: none;
    }

    .feature-item {
        margin-bottom: 20px !important;
    }

    .feature-text h4 {
        font-size: 14px;
    }

    /* .direct-impact-header .direct-impact-heading {
        font-size: 28px;
    } */

    .client-logo-box {
        width: 110px;
        height: 75px;
        padding: 10px;
    }

    .client-count {
        font-size: 20px;
    }



    br {
        display: none;
    }
}

@media (max-width: 480.98px) {




    .benefits-list {
        font-size: 14px;
        padding-left: 25px;
    }

    .benefits-list li {
        margin-bottom: 15px;
    }

    .feature-icon-box {
        width: 45px;
        height: 45px;
        border-radius: 8px;
    }

    .feature-icon-box img.filter-white {
        width: 22px;
        height: 22px;
    }

    /* .direct-impact-header .direct-impact-heading {
        font-size: 24px;
        margin: 15px 0;
    } */

    .direct-impact-card-title {
        font-size: 14px;
        line-height: 1.3;
    }

    .direct-impact-card-header {
        padding: 12px 10px;
        min-height: 70px;
    }



    .btn-white-cta {
        font-size: 14px;
        padding: 8px 16px;
    }
}

@media (max-width: 360.98px) {




    .benefits-list {
        font-size: 13px;
        padding-left: 20px;
    }

    .timeline-item {
        margin-bottom: 40px;
        min-height: 80px;
    }

    .timeline-circle {
        width: 70px;
        height: 70px;
        margin-right: 15px;
        box-shadow: 0 0 0 6px #fff;
    }

    .timeline-circle .filter-white {
        width: 35px;
        height: 35px;
    }

    .timeline-container::after {
        left: 50px;
    }

    .timeline-path .arc {
        left: 35px !important;
        width: 90px;
        height: 45px !important;
        border-width: 6px !important;
        top: calc(50% + 5px) !important;
    }

    .timeline-text {
        font-size: 13px;
    }

    .feature-text h4 {
        font-size: 13px;
    }

    /* .direct-impact-header .direct-impact-heading {
        font-size: 22px;
    } */

    .client-logo-box {
        width: 90px;
        height: 65px;
    }

    .client-count {
        font-size: 18px;
    }


}

/* Golden Harvest CSS End */