/* ==========================================================
GOOGLE FONT
========================================================== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* ==========================================================
ROOT VARIABLES
========================================================== */
:root {
    --primary: #6b3d1f;
    --primary-dark: #4a2814;
    --secondary: #f8f4ef;
    --accent: #ffb300;
    --success: #28a745;
    --danger: #dc3545;
    --white: #ffffff;
    --black: #212529;
    --text: #555;
    --shadow: 0 15px 35px rgba(0, 0, 0, .12);
    --radius: 20px;
    --transition: .35s ease;
}

/* ==========================================================
RESET
========================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: 'Poppins', sans-serif;
    background: var(--secondary);
    color: var(--black);
    overflow-x: hidden;
    line-height: 1.7;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
}

ul {
    padding-left: 20px;
}

/* ==========================================================
COMMON
========================================================== */
section {
    padding: 80px 0;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 15px;
}

.lead {
    color: #666;
}

.badge {
    border-radius: 30px;
    font-weight: 600;
    padding: 10px 18px;
}

/* ==========================================================
HERO
========================================================== */
.hero-section {
    background: linear-gradient(135deg, #8d5936, #4d2a16);
    color: #fff;
    padding: 100px 0;
}

.main-title {
    font-size: 58px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.main-title span {
    color: #ffd54f;
}

.speaker {
    font-size: 32px;
    font-weight: 600;
    margin-top: 20px;
}

.hero-image {
    text-align: center;
}

/* .hero-image img{
border-radius:25px;
box-shadow:var(--shadow);
} */
/* ==========================================================
PRICE
========================================================== */
.price {
    margin: 30px 0;
}

.old-price {
    font-size: 26px;
    color: #ddd;
    text-decoration: line-through;
    margin-right: 15px;
}

.new-price {
    font-size: 38px;
    font-weight: 700;
    color: #ffe082;
}

/* ==========================================================
BUTTONS
========================================================== */
.register-btn {
    background: var(--success);
    color: #fff;
    border-radius: 60px;
    padding: 18px 40px;
    font-size: 20px;
    font-weight: 700;
    border: none;
    transition: var(--transition);
    display: inline-block;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .2);
}

.register-btn:hover {
    background: #218838;
    color: #fff;
    transform: translateY(-4px);
}

/* ==========================================================
LEARN CARD
========================================================== */
.learn-card {
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: var(--shadow);
    transition: var(--transition);
    height: 100%;
}

.learn-card:hover {
    transform: translateY(-10px);
}

.learn-card .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    margin-bottom: 25px;
}

.learn-card h3,
.learn-card h4 {
    color: var(--primary);
    margin-bottom: 15px;
    font-weight: 700;
}

.learn-card ul {
    margin-top: 20px;
}

.learn-card li {
    margin-bottom: 12px;
    color: var(--text);
}

/* ==========================================================
ABOUT
========================================================== */
.about-section {
    background: #fff;
}

/* .about-section img{
border-radius:20px;
box-shadow:var(--shadow);
} */
.about-section p {
    color: var(--text);
    margin-bottom: 18px;
}

/* ==========================================================
GOOGLE FONT
========================================================== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* ==========================================================
ROOT VARIABLES
========================================================== */
:root {
    --primary: #6b3d1f;
    --primary-dark: #4a2814;
    --secondary: #f8f4ef;
    --accent: #ffb300;
    --success: #28a745;
    --danger: #dc3545;
    --white: #ffffff;
    --black: #212529;
    --text: #555;
    --shadow: 0 15px 35px rgba(0, 0, 0, .12);
    --radius: 20px;
    --transition: .35s ease;
}

/* ==========================================================
RESET
========================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: 'Poppins', sans-serif;
    background: var(--secondary);
    color: var(--black);
    overflow-x: hidden;
    line-height: 1.7;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
}

ul {
    padding-left: 20px;
}

/* ==========================================================
COMMON
========================================================== */
section {
    padding: 80px 0;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 15px;
}

.lead {
    color: #666;
}

.badge {
    border-radius: 30px;
    font-weight: 600;
    padding: 10px 18px;
}

/* ==========================================================
HERO
========================================================== */
.hero-section {
    background: linear-gradient(135deg, #8d5936, #4d2a16);
    color: #fff;
    padding: 50px 0;
}

.main-title {
    font-size: 58px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.main-title span {
    color: #ffd54f;
}

.speaker {
    font-size: 32px;
    font-weight: 600;
    margin-top: 20px;
}

.hero-image {
    text-align: center;
}

/* .hero-image img{
border-radius:25px;
box-shadow:var(--shadow);
} */
/* ==========================================================
PRICE
========================================================== */
.price {
    margin: 30px 0;
}

.old-price {
    font-size: 26px;
    color: #ddd;
    text-decoration: line-through;
    margin-right: 15px;
}

.new-price {
    font-size: 38px;
    font-weight: 700;
    color: #ffe082;
}

/* ==========================================================
BUTTONS
========================================================== */
.register-btn {
    background: var(--success);
    color: #fff;
    border-radius: 60px;
    padding: 18px 40px;
    font-size: 20px;
    font-weight: 700;
    border: none;
    transition: var(--transition);
    display: inline-block;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .2);
}

.register-btn:hover {
    background: #218838;
    color: #fff;
    transform: translateY(-4px);
}

/* ==========================================================
COUNTDOWN
========================================================== */
.countdown-section {
    background: #fff;
}

#countdown {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.time-box {
    width: 120px;
    background: #4e2f1f;
    color: #fff;
    padding: 25px;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}

.time-box span {
    font-size: 42px;
    font-weight: 700;
    display: block;
}

.time-box small {
    font-size: 16px;
}

/* ==========================================================
LEARN CARD
========================================================== */
.learn-card {
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: var(--shadow);
    transition: var(--transition);
    height: 100%;
}

.learn-card:hover {
    transform: translateY(-10px);
}

.learn-card .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    margin-bottom: 25px;
}

.learn-card h3,
.learn-card h4 {
    color: var(--primary);
    margin-bottom: 15px;
    font-weight: 700;
}

.learn-card ul {
    margin-top: 20px;
}

.learn-card li {
    margin-bottom: 12px;
    color: var(--text);
}

/* ==========================================================
ABOUT
========================================================== */
.about-section {
    background: #fff;
}

.about-section img {
    border-radius: 20px;
    /* box-shadow:var(--shadow); */
}

.about-section p {
    color: var(--text);
    margin-bottom: 18px;
}

/* ==========================================================
HERO BADGES
========================================================== */
.trust-badges {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.trust-badge {
    background: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

/* ==========================================================
ICONS
========================================================== */
.icon-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8b5e3c, #5a3118);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    margin: auto;
    margin-bottom: 20px;
}

/* ==========================================================
LISTS
========================================================== */
.check-list {
    list-style: none;
    padding: 0;
}

.check-list li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    font-size: 17px;
}

.check-list li:last-child {
    border-bottom: none;
}

/* ==========================================================
STATISTICS
========================================================== */
.stats {
    background: #fff;
    border-radius: 25px;
    padding: 50px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .08);
}

.stat-item {
    text-align: center;
}

.stat-item h2 {
    color: #6b3d1f;
    font-size: 52px;
    font-weight: 800;
}

.stat-item p {
    margin-top: 10px;
    font-weight: 600;
}

/* ==========================================================
CTA BANNER
========================================================== */
.cta-banner {
    background: linear-gradient(135deg, #ff9800, #ff5722);
    color: #fff;
    border-radius: 30px;
    padding: 60px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
}

.cta-banner h2 {
    font-size: 48px;
    font-weight: 800;
}

.cta-banner p {
    font-size: 22px;
}

/* ==========================================================
VIDEO GRID
========================================================== */
.video-card {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .08);
}

.video-card iframe {
    width: 100%;
    height: 100%;
}

/* ==========================================================
FOOTER
========================================================== */
.footer-logo {
    font-size: 32px;
    font-weight: 700;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.footer-social a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #6b3d1f;
}

.footer-social a:hover {
    background: #ffc107;
}

/* ==========================================================
SCROLLBAR
========================================================== */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #6b3d1f;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: #eee;
}

/* ==========================================================
RIPPLE
========================================================== */
.register-btn {
    position: relative;
    overflow: hidden;
}

.register-btn span {
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    animation: ripple .6s linear;
    background: rgba(255, 255, 255, .5);
}

@keyframes ripple {
    to {
        transform: scale(15);
        opacity: 0;
    }
}

/* ==========================================================
FADE ANIMATION
========================================================== */
.fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: .8s;
}

.fade-up.show {
    opacity: 1;
    transform: translateY(0);
}

/* ==========================================================
HOVER EFFECT
========================================================== */
.learn-card:hover,
.benefit-card:hover,
.attend-card:hover,
.testimonial-card:hover,
.bonus-card:hover {
    box-shadow: 0 25px 45px rgba(0, 0, 0, .15);
}

/* ==========================================================
MOBILE
========================================================== */
@media(max-width:768px) {
    .trust-badges {
        justify-content: center;
    }

    .stats {
        padding: 30px;
    }

    .stat-item {
        margin-bottom: 30px;
    }

    .cta-banner {
        padding: 30px;
    }

    .cta-banner h2 {
        font-size: 30px;
    }
}

@media(max-width:576px) {
    .hero-section {
        padding-top: 60px;
    }

    .section-title {
        font-size: 26px;
    }

    .learn-card {
        padding: 20px;
    }

    .icon-circle {
        width: 70px;
        height: 70px;
        font-size: 30px;
    }

    .time-box {
        width: 75px;
        padding: 15px;
    }

    .time-box span {
        font-size: 24px;
    }

    .register-btn {
        width: 100%;
    }
}

/*==========================================================
TABLE OF CONTENTS
==========================================================
1. CTA Banner
2. Register Section
3. Floating Buttons
4. Counter Section
5. Success Stories
6. Video Section
7. FAQ
8. Footer
9. Utilities
10. Responsive (1200px)
11. Responsive (992px)
==========================================================*/
/*==========================================================
CTA BANNER
==========================================================*/
.cta-banner {
    background: linear-gradient(135deg, #5d3319, #8b5e3c);
    color: #fff;
    padding: 80px 40px;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .15);
}

.cta-banner h2 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-banner p {
    font-size: 22px;
    margin-bottom: 30px;
}

.cta-banner .register-btn {
    font-size: 22px;
}

/*==========================================================
REGISTER SECTION
==========================================================*/
.register-section {
    background: #fff;
}

.register-box {
    background: #fff;
    border-radius: 25px;
    padding: 50px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .1);
}

.register-box h2 {
    color: #6b3d1f;
    margin-bottom: 20px;
}

.register-box p {
    color: #666;
}

/*==========================================================
COUNTER
==========================================================*/
.counter-section {
    background: #fff8f2;
}

.counter-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    text-align: center;
    transition: .4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.counter-card:hover {
    transform: translateY(-8px);
}

.counter {
    font-size: 54px;
    font-weight: 700;
    color: #6b3d1f;
}

.counter-title {
    margin-top: 10px;
    font-weight: 600;
}

/*==========================================================
SUCCESS STORY
==========================================================*/
.story-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .08);
    transition: .35s;
}

.story-card:hover {
    transform: translateY(-10px);
}

.story-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.story-content {
    padding: 30px;
}

/*==========================================================
VIDEO
==========================================================*/
.video-card {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.video-card iframe {
    width: 100%;
    height: 100%;
}

/*==========================================================
FAQ
==========================================================*/
.faq-section {
    background: #fff;
}

.accordion-button {
    font-size: 18px;
    font-weight: 600;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    color: #666;
    line-height: 1.8;
}

/*==========================================================
FOOTER
==========================================================*/
.footer {
    background: #2f1d12;
    color: #fff;
    padding: 70px 0 20px;
}

.footer-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer li {
    margin-bottom: 12px;
}

.footer a {
    color: #ddd;
    text-decoration: none;
    transition: .3s;
}

.footer a:hover {
    color: #ffc107;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
}

/*==========================================================
FLOATING BUTTONS
==========================================================*/
.whatsapp {
    position: fixed;
    right: 25px;
    bottom: 100px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #25D366;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    z-index: 999;
}

.whatsapp:hover {
    transform: scale(1.08);
    color: #fff;
}

#topButton {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 55px;
    height: 55px;
    border: none;
    border-radius: 50%;
    background: #6b3d1f;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    display: none;
    z-index: 999;
}

/*==========================================================
UTILITY
==========================================================*/
.shadow-lg {
    box-shadow: 0 25px 45px rgba(0, 0, 0, .12) !important;
}

.rounded-30 {
    border-radius: 30px;
}

.text-brown {
    color: #6b3d1f;
}

.bg-brown {
    background: #6b3d1f;
    color: #fff;
}

/*==========================================================
RESPONSIVE
==========================================================*/
@media(max-width:1200px) {
    .main-title {
        font-size: 48px;
    }

    .section-title {
        font-size: 36px;
    }

    .counter {
        font-size: 44px;
    }

    .cta-banner h2 {
        font-size: 42px;
    }
}

/*==========================================================
992px
==========================================================*/
@media(max-width:992px) {
    .hero-section {
        text-align: center;
        padding: 80px 0;
    }

    .hero-image {
        margin-top: 40px;
    }

    .main-title {
        font-size: 42px;
    }

    .section-title {
        font-size: 34px;
    }

    .register-box {
        padding: 35px;
    }

    .story-card img {
        height: 220px;
    }

    .learn-card {
        margin-bottom: 20px;
    }

    .counter-card {
        margin-bottom: 20px;
    }

    .cta-banner {
        padding: 50px 25px;
    }

    .cta-banner h2 {
        font-size: 36px;
    }
}

/*==========================================================
768px RESPONSIVE
==========================================================*/
@media (max-width:768px) {
    section {
        padding: 60px 0;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-section {
        padding: 70px 0;
        text-align: center;
    }

    .main-title {
        font-size: 34px;
        line-height: 1.3;
    }

    .speaker {
        font-size: 24px;
    }

    .price {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .old-price {
        font-size: 22px;
    }

    .new-price {
        font-size: 34px;
    }

    .register-btn {
        width: 100%;
        padding: 16px;
        font-size: 18px;
    }

    /* .hero-image{
margin-top:40px;
} */
    .hero-image img {
        max-width: 340px !important;
        /* margin:auto; */
    }

    .section-title {
        font-size: 30px;
    }

    .learn-card,
    .attend-card,
    .benefit-card,
    .testimonial-card,
    .bonus-card {
        padding: 25px;
    }

    .learn-card h3 {
        font-size: 24px;
    }

    .learn-card h4 {
        font-size: 20px;
    }

    .learn-card ul li {
        font-size: 15px;
    }

    .time-box {
        width: 80px;
        padding: 18px;
    }

    .time-box span {
        font-size: 26px;
    }

    .story-card img {
        height: 220px;
    }

    .video-card {
        margin-bottom: 25px;
    }

    .counter {
        font-size: 40px;
    }

    .cta-banner {
        padding: 45px 25px;
    }

    .cta-banner h2 {
        font-size: 32px;
    }

    .cta-banner p {
        font-size: 18px;
    }

    .footer {
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }
}

/*==========================================================
576px
==========================================================*/
@media(max-width:576px) {
    .hero-section {
        padding-top: 60px;
    }

    .main-title {
        font-size: 28px;
    }

    .section-title {
        font-size: 25px;
    }

    .speaker {
        font-size: 22px;
    }

    .badge {
        font-size: 14px !important;
    }

    .old-price {
        font-size: 18px;
    }

    .new-price {
        font-size: 30px;
    }

    .hero-image img {
        max-width: 280px;
    }

    .learn-card,
    .attend-card,
    .benefit-card,
    .bonus-card,
    .story-card,
    .counter-card {
        padding: 20px;
    }

    .learn-card .icon {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }

    .learn-card h3 {
        font-size: 22px;
    }

    .learn-card h4 {
        font-size: 18px;
    }

    .learn-card li {
        font-size: 14px;
    }

    #countdown {
        gap: 10px;
    }

    .time-box {
        width: 70px;
        padding: 12px;
    }

    .time-box span {
        font-size: 22px;
    }

    .time-box small {
        font-size: 12px;
    }

    .cta-banner {
        border-radius: 20px;
    }

    .cta-banner h2 {
        font-size: 28px;
    }

    .counter {
        font-size: 36px;
    }

    .story-card img {
        height: 200px;
    }

    .footer {
        padding: 50px 0;
    }

    .whatsapp {
        width: 55px;
        height: 55px;
        right: 15px;
        bottom: 90px;
    }

    #topButton {
        width: 50px;
        height: 50px;
        right: 15px;
    }
}

/*==========================================================
480px
==========================================================*/
@media(max-width:480px) {
    .main-title {
        font-size: 25px;
    }

    .section-title {
        font-size: 22px;
    }

    .hero-image img {
        max-width: 240px;
    }

    .learn-card {
        padding: 18px;
    }

    .learn-card h3 {
        font-size: 20px;
    }

    .learn-card h4 {
        font-size: 17px;
    }

    .register-btn {
        font-size: 17px;
    }

    .counter {
        font-size: 32px;
    }

    .cta-banner h2 {
        font-size: 24px;
    }

    .cta-banner p {
        font-size: 16px;
    }
}

/*==========================================================
STICKY REGISTER BAR
==========================================================*/
.mobile-register {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 12px 15px;
    display: none;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, .12);
    z-index: 9999;
}

.mobile-register .price-box {
    font-weight: 700;
}

.mobile-register .old {
    text-decoration: line-through;
    color: #888;
    display: block;
    font-size: 14px;
}

.mobile-register .new {
    color: #dc3545;
    font-size: 24px;
}

.mobile-register .btn {
    border-radius: 50px;
    padding: 12px 25px;
    font-weight: 700;
}

@media(max-width:768px) {
    .mobile-register {
        display: flex;
    }

    body {
        padding-bottom: 90px;
    }
}

/*==========================================================
ANIMATIONS
==========================================================*/
@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0px);
    }
}

.hero-image {
    animation: float 4s ease-in-out infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.register-btn {
    animation: pulse 2s infinite;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

section {
    animation: fadeUp .8s ease;
}

/*==========================================================
GLASS EFFECT
==========================================================*/
.glass {
    background: rgba(255, 255, 255, .15);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 25px;
}

/*==========================================================
HOVER EFFECTS
==========================================================*/
.learn-card:hover,
.benefit-card:hover,
.attend-card:hover,
.counter-card:hover,
.story-card:hover,
.bonus-card:hover,
.testimonial-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, .15);
}

.hero-image img:hover {
    transform: scale(1.03);
    transition: .4s;
}

.register-btn:hover {
    transform: translateY(-3px);
}

.whatsapp:hover {
    transform: scale(1.15);
}

/*==========================================================
SCROLLBAR
==========================================================*/
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    background: #6b3d1f;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
    background: #4d2c18;
}

/*==========================================================
UTILITY CLASSES
==========================================================*/
.radius-20 {
    border-radius: 20px;
}

.radius-30 {
    border-radius: 30px;
}

.shadow-custom {
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
}

.bg-light-brown {
    background: #fff8f2;
}

.text-brown {
    color: #6b3d1f;
}

.fw-700 {
    font-weight: 700;
}

.py-100 {
    padding: 100px 0;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

/* ==========================================================
STICKY REGISTER BUTTON
========================================================== */
.sticky-register {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    background: #28a745;
    padding: 14px;
    text-align: center;
    display: none;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, .15);
}

.sticky-register a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
}

@media(max-width:992px) {
    .sticky-register {
        display: block;
    }
}

/* ==========================================================
WHATSAPP BUTTON
========================================================== */
.whatsapp {
    position: fixed;
    right: 25px;
    bottom: 90px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #25D366;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    color: #fff;
    z-index: 999;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .2);
    transition: .3s;
}

.whatsapp:hover {
    transform: scale(1.1);
    color: #fff;
}

.register-btn {
    position: relative;
    overflow: hidden;
}

.ripple {
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    transform: scale(0);
    animation: ripple .6s linear;
}

@keyframes ripple {
    to {
        transform: scale(15);
        opacity: 0;
    }
}

.learn-card,
.testimonial-card,
.hero-image,
.about-section img {
    opacity: 0;
    transform: translateY(40px);
    transition: all .7s ease;
}

.show {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/*====================================================
BONUS SECTION
====================================================*/
.bonus-section {
    background: linear-gradient(180deg, #fff9ec, #fff);
}

.bonus-badge {
    background: #ff9800;
    color: #fff;
    padding: 10px 28px;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 1px;
}

.bonus-title {
    font-size: 46px;
    font-weight: 700;
    color: #5c3317;
}

.bonus-title span {
    color: #ff9800;
}

.bonus-subtitle {
    color: #666;
    font-size: 18px;
    margin-top: 15px;
}

.bonus-card {
    background: #fff;
    border-radius: 25px;
    padding: 35px;
    height: 100%;
    text-align: center;
    transition: .35s;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
    border: 2px solid transparent;
}

.bonus-card:hover {
    transform: translateY(-12px);
    border-color: #ff9800;
    box-shadow: 0 25px 45px rgba(0, 0, 0, .15);
}

.bonus-icon {
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%;
    background: #fff4de;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    margin-bottom: 25px;
}

.bonus-card h4 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #5c3317;
}

.bonus-card p {
    color: #666;
    min-height: 55px;
}

.worth {
    display: inline-block;
    margin-top: 15px;
    background: #16a34a;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 600;
}

.bonus-total {
    background: #5c3317;
    color: #fff;
    border-radius: 20px;
    padding: 25px;
    text-align: center;
}

.bonus-total h3 {
    margin: 0;
    font-weight: 700;
}

.bonus-total del {
    color: #ffc107;
    margin: 0 10px;
}

.bonus-total span {
    color: #4ade80;
}

/*===========================
Responsive
===========================*/
@media(max-width:992px) {
    .bonus-title {
        font-size: 38px;
    }
}

@media(max-width:768px) {
    .bonus-title {
        font-size: 32px;
    }

    .bonus-card {
        padding: 25px;
    }

    .bonus-icon {
        width: 75px;
        height: 75px;
        font-size: 35px;
    }
}

@media(max-width:576px) {
    .bonus-title {
        font-size: 26px;
    }

    .bonus-subtitle {
        font-size: 15px;
    }

    .bonus-card {
        padding: 20px;
    }

    .bonus-card h4 {
        font-size: 20px;
    }

    .bonus-card p {
        font-size: 14px;
        min-height: auto;
    }

    .bonus-total {
        padding: 18px;
    }

    .bonus-total h3 {
        font-size: 22px;
    }
}

/*=========================================
FOOTER
=========================================*/
.footer {
    background: #24140b;
    color: #fff;
    padding: 70px 0 30px;
}

.footer-logo {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-text {
    color: #cfcfcf;
    line-height: 1.8;
}

.footer h5 {
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #ddd;
    text-decoration: none;
    transition: .3s;
}

.footer-links a:hover {
    color: #ffc107;
    padding-left: 8px;
}

.footer-social {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.footer-social a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b3d1f;
    font-size: 20px;
    transition: .3s;
}

.footer-social a:hover {
    background: #ffc107;
    transform: translateY(-5px);
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
}

.footer-bottom p {
    margin: 0;
    color: #ccc;
}

/*=========================================
WHATSAPP
=========================================*/
.whatsapp {
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
    z-index: 999;
    transition: .3s;
}

.whatsapp:hover {
    transform: scale(1.1);
    color: #fff;
}

/*=========================================
BACK TO TOP
=========================================*/
#topButton {
    position: fixed;
    right: 20px;
    bottom: 25px;
    width: 55px;
    height: 55px;
    border: none;
    border-radius: 50%;
    background: #6b3d1f;
    color: #fff;
    font-size: 22px;
    display: none;
    cursor: pointer;
    z-index: 999;
}

/*=========================================
MOBILE REGISTER
=========================================*/
.mobile-register {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, .15);
    z-index: 9999;
}

.mobile-register .old {
    display: block;
    text-decoration: line-through;
    color: #888;
    font-size: 14px;
}

.mobile-register .new {
    font-size: 24px;
    font-weight: 700;
    color: #dc3545;
}

/*=========================================
RESPONSIVE
=========================================*/
@media(max-width:768px) {
    .footer {
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-links {
        margin-bottom: 30px;
    }
}

@media(min-width:769px) {
    .mobile-register {
        display: none;
    }
}

/*=========================================
TESTIMONIAL SECTION
=========================================*/
.testimonial-section {
    background: #fdf9f5;
}

.testimonial-badge {
    display: inline-block;
    background: #198754;
    color: #fff;
    padding: 10px 28px;
    border-radius: 40px;
    font-weight: 600;
    letter-spacing: .5px;
}

#testimonialCarousel {
    max-width: 900px;
    margin: auto;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
}

#testimonialCarousel img {
    height: 500px;
    width: 100%;
    object-fit: contain;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, .6);
    padding: 20px;
    border-radius: 50%;
}

.video-card {
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .08);
    transition: .3s;
}

.video-card:hover {
    transform: translateY(-8px);
}

.video-card iframe {
    border-radius: 15px;
}

@media(max-width:768px) {
    #testimonialCarousel img {
        height: 320px;
    }
}

@media(max-width:576px) {
    #testimonialCarousel img {
        height: 250px;
    }
}

.learn-card .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #eef4ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.learn-card .icon i {
    font-size: 34px;
    color: #0d6efd;
}

.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Desktop (large screens) */
.hero-img {
    width: 680px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* Tablet */
@media (max-width: 992px) {
    .hero-img {
        width: 520px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .hero-img {
        width: 380px;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .hero-img {
        width: 350px !important;
    }
}

.hero-video {
    max-width: 700px;
    margin: 0 auto;
}

.hero-video video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    object-fit: cover;
}

.hero-video {
    max-width: 750px;
    margin: 0 auto;
}

.hero-video iframe {
    border: 0;
    border-radius: 20px;
}