* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Ubuntu';
}

:root {
    --secondary-colorr: #9D9D9F;
}

.gray-text {
    color: #9D9D9F;
}

.text-black {
    color: #2C2C2C;
}

.seondary-color {
    color: #656565;
}

button:focus:not(:focus-visible) {
    box-shadow: unset;
}

.banner-btn {
    background-color: #FDC211;
    border: #FDC211;
    font-weight: 500;
    font-family: "Montserrat";
    padding: 16px 42px;
    border-radius: 10px;

    /* margin-top: 16px;  */
    /* box-shadow: 0px 7px 15px 0px #FDC2111A; */
    box-shadow:
        0px 7px 15px 0px #FDC2111A,
        0px 28px 28px 0px #FDC21117,
        0px 62px 37px 0px #FDC2110D,
        0px 110px 44px 0px #FDC21103,
        0px 173px 48px 0px #FDC21100;
    position: relative;

    display: inline-block;
    cursor: pointer !important;
}

.banner-btn:hover {
    background-color: #FDC211;
    border: #FDC211;
}

/* li {
    list-style-type: none;
} */

ul li {
    list-style-type: none !important;
}

a {
    text-decoration: none;
}

p ol li {
    list-style-type: decimal !important;
}

.my-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.header-wrapper ul li a,
.header-right ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.header-logo {
    max-width: 300px;
    height: auto;
}

.header-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*  banner start here */
.banner {
    padding: 70px 0 40px 0px;
    position: relative;
    background-color: #FBFBFB;
    min-height: 600px;
}

/* Auth CTA Cards Section */
.auth-cta-section {
    background-color: #fff;
}

.auth-cta-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.auth-cta-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.banner-wrapper {
    text-align: center;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}

.banner-wrapper h1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 58px;
    margin-bottom: 16px;
    font-family: "Montserrat";
}

.banner-wrapper h1 span {
    color: #2C2C2C;
    font-family: "Montserrat";
    font-weight: 500;
}

.banner-image {
    width: 100%;
}

.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: -40px;
}

.section-title {
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    font-family: "Montserrat";

}

.section-title span {
    color: #2C2C2C;
    font-weight: 700;
    font-family: "Montserrat";
}

.content-wrapper {
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
}

.how-it-works-wrapper,
.why-one-llama-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    margin-top: 36px;
}

.how-it-works-item-icon,
.why-one-llama-item-icon {
    width: 48px;
    height: 48px;
}

.how-it-works-item,
.why-one-llama-item {
    background-color: #FAFAFA;
    padding: 24px 13px;

}

.how-it-works-item-content h3,
.why-one-llama-item-content h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 12px;
}

.testimonial .content-wrapper .section-title {
    font-size: 48px;
    line-height: 58px;
    font-family: "Montserrat";
    font-weight: 400;
}

.testimonial .content-wrapper .section-title span {
    font-weight: 700;
    font-family: "Montserrat";
}

.how-it-works-item-content p,
.why-one-llama-item-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #656565;
}

.why-one-llama-item-content p {
    line-height: 18px;
}

.testimonial-user-name {
    color: #1A1A1A;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}

.testimonial-wrapper {
    overflow: hidden;
}

.testimonial-wrapper .testimonial-item {
    margin: 0 15px;
    height: 100%;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: auto !important;
    flex-direction: column !important;
    display: flex !important;
    align-items: stretch !important;
}

.testimonial-card {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.price-box h5 {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #FDC211;
}

.price-box p {
    /* font-family: "Ubuntu"; */
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.why-one-llama {
    font-family: "Montserrat";
}

.why-one-llama h3,
.why-one-llama p {
    font-family: "Montserrat";
}

.why-one-llama .content-wrapper .section-title {
    font-weight: 400;
    font-family: "Montserrat";
}

.why-one-llama .content-wrapper .section-title span {
    font-family: "Montserrat";
    font-weight: 500;
}

.network {
    font-family: "Montserrat";
}

.network .section-title,
.network .section-title span {
    font-family: "Montserrat";
    font-weight: 400;
}

.network-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-top: 36px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.network-card .network-card-icon {
    width: 48px;
    height: 48px;
}

.network-card h5 {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.event {
    padding: 50px 0px;
}

.event .section-title span {
    font-weight: 500;
}

.event-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 36px;
}

.event .section-title {
    font-family: "Montserrat";
    font-weight: 400;
}

.event-item {
    width: 100%;
    transition: all 0.3s ease;
}

.event-item.active {
    background-color: #FDC211 !important;
}
.event-item.active h3{
    color: #fff !important;
}

.event-item.active p{
    color: #fff;
}

.event-item:first-child {
    margin: 0px 0px 24px 0px;
}

.event-item-icon {
    width: 48px;
    height: 48px;
}

.event-item-content h3 {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.event-item-content p {
    font-family: "Montserrat";
}

.membership {
    background-color: #2C2C2C;
    color: #fff;
    /* max-width: 800px; */
    width: 100%;
    margin: 0 auto;
    border-radius: 40px;
}

.membership-title {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 36px;
    line-height: 150%;
    /* max-width: 655px; */
    width: 100%;
    text-align: center;
    color: #9D9D9F;
    color: var(--llama-yellow);
}

.membership-title span {

    color: #fff;
}

.membership-cards-wrapper {
    /* max-width: 655px; */
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
    padding: 30px 40px 20px 40px;
   
}

.membership-card {
    display: grid;
    grid-template-columns: 60px 1fr;
    align-items: top;
    /* max-width: 307px; */
    width: 100%;

}

.membership-card-icon {
    width: 48px;
    height: 48px;
    /* background-color: #414141; */
    background-color: #FDC211;
}

.membership-card-content h3 {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.membership-card-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

.membership-info-box {
    /* max-width: 655px; */
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #9D9D9F;
}



.faq-question-icon {
    position: relative;
}

.faq-question-icon span {
    width: 13px;
    height: 2px;
    background-color: #000;
    display: block;
    margin-bottom: 2px;
    border-radius: 10px;

}

.faq-question-icon span:last-child {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
    display: block;
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

/* FAQ Active States */
.one-llama-faq-question.active {
    background: #FDC211 !important;
    /* background: #9D9D9F !important; */
    color: #fff !important;
}

/* .one-llama-faq-question.active p {
    color: #fff !important;
} */

.one-llama-faq-question.active .text-white {
    color: #2C2C2C !important;
}

.one-llama-faq-question p {
    width: calc(100% - 30px);
}

.faq-question-icon.rotated span:last-child {
    transform: rotate(0deg);
    /* background-color: #fff !important; */
}

.faq-question-answer {
    display: none;
}

/* Show answer for active FAQ question */
.one-llama-faq-content {
    font-family: "Montserrat";
}

.one-llama-faq-content .section-title {
    font-family: "Montserrat";
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 68px;
}

.one-llama-faq-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .3px;
}

.one-llama-faq-content .section-title span {
    font-weight: 500;
}

.one-llama-faq-question.active+.faq-question-answer {
    display: block;
}

/* FAQ Block styling improvements */
.faq-question {
    margin-bottom: 16px;
}

.one-llama-faq-question {
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    display: block;
    color: #2c2c2c;
}

.one-llama-faq-question:hover {
    background: #9D9D9F !important;
    background: #FDC211 !important;
}

.one-llama-faq-question:hover .text-white {
    color: #2C2C2C !important;
}

.one-llama-faq-question p {
    font-size: 16px;
    line-height: 19px;
    font-family: 'Montserrat';
}

.footer-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    margin-top: 36px;
}

.footer-item h3 {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 40px;
    color: #fff;
}

.footer-item p,
.footer-content p {
    font-weight: 400;
    font-size: 14px;
    margin: 15px 0px 15px 0px;
}

.footer-item ul {
    padding-left: 0px;
}

.footer-item ul li a {

    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #b8b8b8;
    margin-bottom: 16px;
    display: block;
}

.social-icon {
    width: 40px;
    height: 40px;
}

footer a {
    font-weight: 400;
    font-size: 14px;
    color: #b8b8b8;
}

.footer-address p {
    color: #b8b8b8;
    margin-bottom: 2px !important;
}

@media (max-width: 768px) {
    .membership-cards-wrapper {
      
        padding: 0px ;
       
    }
    .membership-info-box{
        max-width: 100%;
    }
    
    .testimonial-wrapper .testimonial-item {
        margin: 0 0;
    }
    .testimonial-item-icon img{
        width: 20px;
        height: 20px;
    }
}

/* Mobile header & drawer */
.mobile-header .join-now-mobile {
    background-color: #2c2c2c;
    border-color: #2c2c2c;
    color: #fff !important;
}

.mobile-header .join-now-mobile:hover,
.mobile-header .join-now-mobile:focus {
    background-color: #2c2c2c;
    border-color: #2c2c2c;
    color: #fff !important;
}

.mobile-hamburger {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #9D9D9F33;

    border-radius: 8px;
}

.mobile-hamburger .hamburger-lines {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #2C2C2C;
    /* middle bar */
    transition: background-color .3s ease;
}

.mobile-hamburger .hamburger-lines::before,
.mobile-hamburger .hamburger-lines::after {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background: #2C2C2C;
    transition: transform .3s ease, opacity .3s ease;
}

.mobile-hamburger .hamburger-lines::before {
    top: -6px;
}

.mobile-hamburger .hamburger-lines::after {
    top: 6px;
}

.mobile-hamburger.active .hamburger-lines {
    background: transparent;
}

.mobile-hamburger.active .hamburger-lines::before {
    transform: translateY(6px) rotate(45deg);
}

.mobile-hamburger.active .hamburger-lines::after {
    transform: translateY(-6px) rotate(-45deg);
}

.mobile-drawer .offcanvas-header {
    border-bottom: 1px solid #0000001A;
}

.mobile-drawer .drawer-logo {
    max-width: 140px;
}

.mobile-drawer .mobile-nav a.gray-text {
    color: #656565;
}

.offcanvas-start.mobile-drawer {
    transition: transform .35s ease-in-out;
}

@media only screen and (max-width: 1024px) {

    .how-it-works-wrapper,
    .why-one-llama-wrapper,
    .network-cards-wrapper,
    .event-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .event-item {
        max-width: 97%;
        margin: 0px 0px 20px 0px;
    }
}

.banner-image img:last-child {
    display: none;
}

@media only screen and (max-width: 768px) {
    .banner {
        min-height: unset;
        display: flex;
        flex-direction: column-reverse;
        padding: 35px 0px 65px 0px;
    }

    .banner-wrapper {
        margin-top: 20px;
    }

    .banner-image img {
        margin-top: 0px;
    }

    .banner-image img:first-child {
        display: none;
    }

    .banner-image img:last-child {
        display: block;
    }

    .how-it-works-wrapper,
    .why-one-llama-wrapper,
    .network-cards-wrapper,
    .event-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .event-item {
        max-width: 100%;
        margin: 0px 0px 20px 0px;
        /* height: 100%; */
    }

    .our-packages-wrapper,
    .faq-wrapper,
    .one-llama-faq-questions,
    .network-wrapper {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr);
        max-width: 100% !important;
        width: 100% !important;
    }

    .our-packages-item,
    .one-llama-faq-content,
    .network-left {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0px 0px 20px 0px;
    }

    .our-packages-item:last-child {
        margin-bottom: 0px;
    }

    .our-package-right,
    .network-right {
        width: 100% !important;
    }

    .our-package-right .price-box,
    .network-right .price-box {
        width: 100% !important;
    }

    .membership-cards-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .footer-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .footer-item {
        max-width: 100% !important;
        margin: 0px 0px 20px 0px;
    }

    .footer-item:last-child {
        margin-bottom: 0px;
    }

}

@media only screen and (max-width: 640px) {
    .banner-wrapper h1 {
        font-family: "Montserrat";
        font-size: 32px;
        line-height: 38px;
    }

    .banner-wrapper h1 h1 span {
        font-family: "Montserrat";
        font-weight: 500;
        font-size: 32px;
        line-height: 150%;
    }

    .banner-wrapper p {
        font-size: 15px;
        color: #656565;
    }

    .section-title,
    .testimonial .content-wrapper .section-title {

        font-family: "Montserrat";
        font-weight: 400;
        font-size: 36px;
        line-height: 43px;
    }

    .section-title span {
        font-weight: 500;
    }

    .content-wrapper p {
        font-size: 15px;
        color: #656565;
        line-height: 22px;
    }

    .one-llama-faq-content .section-title {
        line-height: 32px;
    }

    .membership {
        border-radius: 20px;
    }

    .footer-wrapper {
        margin-top: 0px;
        gap: 15px;
    }

    .footer-item {
        margin-bottom: 0px;
    }

    .footer-item h3 {
        margin-bottom: 20px;
    }

    .event .section-title,
    .membership-title {
        font-family: "Montserrat";
    }

    .membership-title {
        font-size: 24px;
        line-height: 29px;
        font-family: 'Montserrat';
    }

}

@media only screen and (max-width: 480px) {

    .section-title,
    .testimonial .content-wrapper .section-title {

        font-family: "Montserrat";
        font-weight: 400;
        font-size: 22px;
        line-height: 29px;
    }

    .membership-title {
        font-size: 22px;
        line-height: 29px;

    }
}

@media only screen and (max-width: 767px) {
    .header-logo {
        max-width: 160px;
    }
}

@media only screen and (max-width: 390px) {
    .header-logo {
        max-width: 130px;
    }

    .banner-wrapper {
        margin-top: 40px;
    }

    .join-now-mobile {
        font-family: 'Montserrat';
        font-size: 14px !important;
        font-weight: 500 !important;
    }
}

/* Affiliate Landing Page Specific Styles */

/* Affiliate Step Cards */
.affiliate-step-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.affiliate-step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #FDC211 0%, #FDB813 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.affiliate-step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0px 15px 40px rgba(253, 194, 17, 0.25);
    border-color: #FDC211 !important;
}

.affiliate-step-card:hover::before {
    transform: scaleX(1);
}

.affiliate-step-card .step-number {
    transition: all 0.3s ease;
}

.affiliate-step-card:hover .step-number {
    transform: scale(1.1) rotate(5deg);
}

.affiliate-step-card .how-it-works-item-icon {
    transition: all 0.4s ease;
}

.affiliate-step-card:hover .how-it-works-item-icon {
    transform: scale(1.1);
    box-shadow: 0px 8px 20px rgba(253, 194, 17, 0.4);
}

/* Enhanced Commission Cards */
.commission-card-enhanced {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.commission-card-enhanced:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.12);
}

.commission-card-enhanced.level-1 {
    box-shadow: 0px 8px 25px rgba(253, 194, 17, 0.2);
}

.commission-card-enhanced.level-1:hover {
    box-shadow: 0px 15px 45px rgba(253, 194, 17, 0.35);
    border-color: #FDB813 !important;
}

.commission-card-enhanced .commission-icon,
.commission-card-enhanced .commission-icon-lg {
    transition: all 0.3s ease;
}

.commission-card-enhanced:hover .commission-icon,
.commission-card-enhanced:hover .commission-icon-lg {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0px 8px 20px rgba(253, 194, 17, 0.4);
}

.commission-card-enhanced .commission-rate {
    transition: all 0.3s ease;
}

.commission-card-enhanced:hover .commission-rate {
    transform: translateX(5px);
}

/* Total Earning Banner */
.total-earning-banner {
    transition: all 0.4s ease;
    box-shadow: 0px 10px 30px rgba(253, 194, 17, 0.3);
}

.total-earning-banner:hover {
    transform: scale(1.02);
    box-shadow: 0px 15px 45px rgba(253, 194, 17, 0.45);
}

/* Legacy commission card */
.commission-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.commission-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 30px rgba(253, 194, 17, 0.3);
}

.earning-level {
    border-left: 4px solid #FDC211;
    padding-left: 20px;
}

.earning-level h5 {
    font-family: 'Montserrat';
    font-weight: 600;
    color: #2C2C2C;
}

.commission-card .d-flex .bg-llama-yellow {
    min-width: 48px;
    min-height: 48px;
}

.commission-card h4 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.commission-card p {
    font-size: 14px;
    line-height: 18px;
}

@media only screen and (max-width: 768px) {
    .commission-card .d-flex {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .commission-card .d-flex .bg-llama-yellow {
        margin-bottom: 10px;
    }

    .earning-level {
        margin-top: 15px;
    }
}