* {
    font-family: 'Fira Sans', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #1C9583;
}

.enable-mob {
    display: none;
}

@media screen and (max-width: 768px) {
    .enable-mob {
        display: block;
    }

    .no-mob {
        display: none;
    }
}

.text-hightlight-jade {
    color: white;
    background-color: #1C9583;
    padding: 2px 6px;
    border-radius: 10px;
}

.max-width-1100 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.cuan-cat-img {
    width: 70%;
}

*, ::after, ::before {
    border-color: white;
}

.text-lime-ocbc {
    color: #C2D464 !important;
}

.bg-lime-ocbc {
    background-color: #C2D464 !important;
}

.text-jade-ocbc {
    color: #1C9583 !important;
}

.bg-jade-ocbc {
    background-color: #1C9583 !important;
}

.text-navy-blue-ocbc {
    color: #001f3f !important;
}

.text-green-ocbc {
    color: #414F0F;
}

.border-jade-ocbc {
    border-color: #1C9583 !important;
}

.border-green-ocbc {
    border-color: #414F0F !important;
}

h1 {
    font-weight: 800;
}

h2 {
    font-weight: 700;
}

h3 {
    font-weight: 700;
}

h4 {
    font-weight: 600;
}

h5 {
    font-weight: 600;
}

h6 {
    font-weight: 600;
}

@media (max-width: 1024px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 25px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

}

@media (min-width: 1024px) {
    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 35px;
    }

    h4 {
        font-size: 30px;
    }

    h5 {
        font-size: 25px;
    }

    h6 {
        font-size: 20px;
    }

}

button {
    font-size: 17px;
    font-weight: 600;
}

@media (min-width: 768px) {
    button {
        font-size: 17px;
    }
}

@media (min-width: 1024px) {
    button {
        font-size: 20px;
    }
}

ul {
    font-size: 17px;
    font-weight: 400;
    padding-left: 25px;
}

li {
    font-size: inherit;
    line-height: 1.6;
}

@media (min-width: 768px) {
    ul {
        font-size: 17px;
    }
}

@media (min-width: 1024px) {
    ul {
        font-size: 20px;
    }
}

/* Start Hero Section */
#hero-section {
    background-image: url('https://on-c2-cmshub-public.s3.ap-southeast-3.amazonaws.com/hero_section_bg_c2e25a0b7b.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    padding: 150px 0;
}

#hero-section-container {
    max-width: 600px;
}

#hero-section h1 {
    line-height: 120%;
    text-shadow: 2px 2px 5px gray;
}
/* End Hero Section */

/* Start Hero Section 2 */
#hero-section-2 {
    background-color: #C2D464;
    padding: 50px 0;
}

#hero-section-2 h4 {
    text-shadow: 1px 1px 3px gray;
}

#hero-section-2-cuan-cat {
    box-shadow: 0 10px 2px -2px #1C9583; 
    border-radius: 20px;
}

#download-btn {
    background-color: #1C9583;
    font-size: 17px;
}

#download-btn:hover {
    background-color: #1C9583;
}

.custom-shape-divider-top-1741178507 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1741178507 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 65px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1741178507 .shape-fill {
    fill: #bcd63b;
}

/* End Hero Section 2 */

/* Start CTA */
/* #cta-section {
    background-image: url("../assets/cta-section-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-position 0.3s ease-out;
    padding: 0 0 80px 0;
} */

/* End CTA */

/* Start Promo */
#promo {
    background-image: url("https://on-c2-cmshub-public.s3.ap-southeast-3.amazonaws.com/promo_section_bg_1535db8eb0.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    transition: background-position 0.3s ease-out;
    background-attachment: fixed;
    padding: 150px 0 80px 0;
}

#promo-card-desc {
    min-height: 100px;
}

.tab-list-promo {
    margin: 0 5px;
}

#promo-desc {
    font-size: 20px;
}

#see-more-btn {
    background-color: #1C9583;
    padding: 10px 20px;
    font-size: 16px;
}

#see-more-btn:hover {
    background-color: #0fc5a9;
}

.load-more-btn {
    background-color: #61B6C1;
    font-size: 18px;
    padding: 10px 20px;
    margin-top: 20px;
}

.load-more-btn:hover {
    background-color: rgb(254, 176, 30);
}

#promo-card-name {
    font-size: 20px;
}

.promo-card-individual {
    padding: 20px;
}

.custom-shape-divider-top-1741178781 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1741178781 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 65px;
}

.custom-shape-divider-top-1741178781 .shape-fill {
    fill: #1C9583;
}

/* End Promo */

/* Start E-Book */
#e-book {
    background-image: url("https://on-c2-cmshub-public.s3.ap-southeast-3.amazonaws.com/e_book_section_bg_62505b1abb.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

#e-book h2 {
    line-height: 110%;
    text-shadow: 1px 1px 3px gray;
}

/* End E-Book */

/* Start General Responsive */
@media (max-width: 468px) {
    #cta-section,
    #promo {
        padding: 40px 0;
    }
    
    #hero-section {
        padding: 100px 0 20px 0;
    }
}

@media (max-width: 468px) {
    #e-book {
        padding: 40px 0 0 0;
    }
}

@media (max-width: 768px) {
    #hero-section-2 {
        padding: 40px 0;
    }
}

/* End General Responsive */

/* Start Scroll to Top */
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: white;
    color: #D32F2F;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, background-color 0.3s ease;
    z-index: 1000;
}

#back-to-top:hover {
    background-color: rgb(241, 241, 241);
    transform: scale(1.1);
}

#back-to-top i {
    font-size: 20px;
}

@media screen and (max-width: 750px) {
    #back-to-top {
        width: 40px;
        height: 40px;
    }
}

/* End Scroll to Top */

/* Start Site Footer Section */
.site-footer-section {
    padding: 20px;
    background-color: #D32F2F;
}

.site-footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
}

.site-footer-content p {
    font-size: 14px;
    color: white;
}

@media screen and (max-width: 750px) {
    .video-section {
        padding: 70px 20px;
        width: 100%;
        height: auto;
    }

    .site-footer-grid {
        grid-template-columns: 1fr;
    }

    .site-footer-content {
        text-align: center;
    }
}

/* End Site Footer Section */

/* Start Entry Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.scroll-animation,
.scroll-animation-left,
.scroll-animation-right,
.scroll-animation-down,
.scroll-animation-up {
    opacity: 0;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.scroll-animation {
    transform: translateY(0);
}

.scroll-animation-left {
    transform: translateX(-20px);
}

.scroll-animation-right {
    transform: translateX(20px);
}

.scroll-animation-down {
    transform: translateY(-20px);
}

.scroll-animation-up {
    transform: translateY(20px);
}

.fade-in {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.fade-in-left {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

.fade-in-right {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

.fade-in-down {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.fade-in-up {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.delay-150 {
    transition-delay: 0.15s;
}

.delay-300 {
    transition-delay: 0.3s;
}

/* End Entry Animation */