@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: 'Poppins';
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 10vh;
    scrollbar-gutter: stable;
}


a {
    text-decoration: none;
}

.active-link {
    background: linear-gradient(120.95deg, #856220 14.44%, #F4E683 35.13%, #BF923D 52.05%, #F1EA82 89.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-emphasis-color: transparent;
}


::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #2a2a2a;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(120.95deg, #856220 14.44%, #F4E683 35.13%, #BF923D 52.05%, #F1EA82 89.67%);
    border-radius: 10px;
    border: 3px solid #2a2a2a;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(120.95deg, #9b7428 14.44%, #fff191 35.13%, #d5a344 52.05%, #fff88c 89.67%);
}

body {
    background-color: #000;
    color: #fff;
    margin: 0;
    padding: 0;
}

header {
    position: fixed;
    width: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(99, 96, 96, 0.3);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}


.header-wrapper ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.header-wrapper ul li a {
    text-decoration: none;
    color: #fff;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}

.header-wrapper ul li a:hover {
    background: linear-gradient(120.95deg, #856220 14.44%, #F4E683 35.13%, #BF923D 52.05%, #F1EA82 89.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-emphasis-color: transparent;
}

.header-wrapper img {
    width: 200px;
    height: auto;
}

.btn-gold {
    padding: 10px 20px;
    border-radius: 30px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    outline: none;
    border: none;
    box-shadow: none;
    background: linear-gradient(120.95deg, #856220 14.44%, #F4E683 35.13%, #BF923D 52.05%, #F1EA82 89.67%);
}

.btn-outline {
    border: 2px solid transparent;

    background-image: linear-gradient(#000, #000),
        linear-gradient(to right, #856220 0%, #F4E683 28%, #BF923D 50%, #F1EA82 100%);

    background-origin: border-box;
    background-clip: padding-box, border-box;
    color: #fff;
    padding: 9px 20px;
    border-radius: 30px;

}

.gold-box {
    border: 2px solid transparent;

    background-image: linear-gradient(#000, #000),
        linear-gradient(to right, #856220 0%, #F4E683 28%, #BF923D 50%, #F1EA82 100%);

    background-origin: border-box;
    background-clip: padding-box, border-box;

    border-radius: 10px;
    padding: 10px 20px;
    width: fit-content;
}

.gold-box span {
    background: linear-gradient(120.95deg, #856220 14.44%, #F4E683 35.13%, #BF923D 52.05%, #F1EA82 89.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-emphasis-color: transparent;
    font-weight: 600;

}


.gold-text {
    background: linear-gradient(120.95deg, #856220 14.44%, #F4E683 35.13%, #BF923D 52.05%, #F1EA82 89.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-emphasis-color: transparent;
    font-weight: 600;
}

.gold-box .price {
    font-size: 50px;

    line-height: 50px;
}



.section-hero {

    /* min-height: 100vh; */
    /* position: relative; */
    display: flex;
    /* justify-content: center;
    align-items: center; */
}

/* .section-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background:
        url('../images/gradient-middle.png'),
        url('../images/gradient-bottom.png');

    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 1;
} */

/* .section-hero::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/coffee-pouring.png');
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
} */

.section-hero::after {
    /* content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/coffee-pouring.png');
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    right: 0;
    top: 0; */

    content: "";
    position: absolute;
    width: 900px;
    height: 900px;
    background-image: url('../images/coffee-pouring.webp');
    background-size: contain;
    /* background-position: right; */
    background-repeat: no-repeat;
    right: 0;
    top: -60px;
}

.section-hero-franchise {
    min-height: 100vh;
    /* position: relative; */
    display: flex;
    align-items: center;
}

.section-hero-franchise::after {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    background-image: url('../images/franchise-img.webp');
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: -60px;
}

/* .unlimited-image-wrapper {
    display: flex;
} */

.unlimited-image-wrapper .unlimited-image {
    width: 100%;
    height: auto;
    max-width: 280px;
}


.section-hero .container {
    position: relative;
    z-index: 2;
    padding-top: 10rem;
}

.section-hero-franchise .container {
    position: relative;
    z-index: 2;
}

.section-hero-franchise .container .hero-wrapper .hero-content .logo-img,
.section-hero .container .hero-wrapper .hero-content .logo-img {
    width: 100%;
    height: auto;
    max-width: 241px;
}

.section-hero-franchise .container .hero-wrapper .hero-content h3,
.section-hero .container .hero-wrapper .hero-content h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    /* line-height: 81px; */
    letter-spacing: 0.2em;

    color: #FFFFFF;

    text-shadow: 0px 112.531px 31.1624px rgba(0, 0, 0, 0.01), 0px 71.8466px 28.5655px rgba(0, 0, 0, 0.07), 0px 40.6842px 24.2374px rgba(0, 0, 0, 0.25), 0px 18.1781px 18.1781px rgba(0, 0, 0, 0.43), 0px 4.32811px 9.52184px rgba(0, 0, 0, 0.49);
}


.section-hero-franchise .container .hero-wrapper .hero-content h1,
.section-hero .container .hero-wrapper .hero-content h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 80px;
    /* line-height: 105px; */

    background: radial-gradient(50% 50% at 50% 50%, #9F6217 0%, #F2CD65 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-emphasis-color: transparent;

}

.section-hero-franchise .container .hero-wrapper .hero-content h5,
.section-hero .container .hero-wrapper .hero-content h5 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 39px;
}

.list-benefits {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 20px;
}

.list-benefits img {
    width: 50px;
    height: 50px;
}

.flex-class {
    display: flex;
    align-items: center;
}

.about-subscription {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.about-subscription img {
    width: 25px;
    height: 25px;
}



.download-app-wrapper {
    margin-top: 20px;
}

.app-banner {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px 30px;
    background-color: #000;

    border: 2px solid transparent;

    background-image: linear-gradient(#000, #000),
        linear-gradient(to right, #856220 0%, #F4E683 28%, #BF923D 50%, #F1EA82 100%);

    background-origin: border-box;
    background-clip: padding-box, border-box;

    border-radius: 20px;
}

.app-cta {
    display: flex;
    flex-direction: column;

    gap: 15px;
}

.app-title {

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20.9787px;
    line-height: 31px;
    background: linear-gradient(120.95deg, #856220 14.44%, #F4E683 35.13%, #BF923D 52.05%, #F1EA82 89.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-emphasis-color: transparent;
}

.store-buttons {
    display: flex;
    gap: 15px;
}

.store-buttons img {
    height: 45px;
    width: auto;
}

.vertical-line {
    width: 1px !important;
    padding: 0;
    /* height: 80px; */
    background-image: linear-gradient(to right, #856220 0%, #F4E683 28%, #BF923D 50%, #F1EA82 100%);
    opacity: 1;
    transform: rotate(-180deg);
}

.app-features {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.feature-item img {
    width: 60px;
    height: 60px;
}

.feature-item p {
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
    color: #fff;
}

.horizontal-line {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, #856220 0%, #F4E683 28%, #BF923D 50%, #F1EA82 100%);
    opacity: 1;
    margin: 20px 0;
    width: 15%;
}





@media (max-width: 1200px) {
    .section-hero .hero-wrapper .hero-content h1 {
        font-size: 70px;
        line-height: 1.1;
    }
}

@media (max-width: 1152px) {
    .section-hero::before {
        background-position: left bottom;
    }
}

/* @media (max-width: 992px) {

    .horizontal-line {
        width: 100%;
    }

    .app-cta {
        align-items: center;
    }

    .contact-wrapper {
        text-align: center;
    }

    .section-hero .container .hero-wrapper .hero-content .logo-img {
        margin-bottom: 20px;
    }

    .about-subscription {
        justify-content: center;
    }

    .hero-content,
    .unlimited-image-wrapper {
        text-align: center;
    }

    .section-hero::before {
        background-size: cover;
        background-position: center bottom;
    }

    .section-hero::after {
        background-size: cover;
    }

    .app-banner {
        flex-direction: column;
        border-radius: 20px;
        text-align: center;
    }

    .app-features {
        flex-direction: column;
        gap: 20px;
    }
} */

.contact-wrapper {
    margin-top: 30px;
}

.contact-wrapper h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */
    letter-spacing: 0.11em;
    background: linear-gradient(120.95deg, #856220 14.44%, #F4E683 35.13%, #BF923D 52.05%, #F1EA82 89.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-emphasis-color: transparent;
}


@media (max-width: 768px) {
    .section-hero .container .hero-wrapper .hero-content h3 {
        font-size: 32px;
        line-height: 1.2;
    }

    .section-hero .container .hero-wrapper .hero-content h1 {
        font-size: 50px;
        line-height: 1.1;
    }

    .section-hero .container .hero-wrapper .hero-content h5 {
        font-size: 18px;
    }

    .contact-wrapper {
        text-align: center;
    }

    .contact-wrapper .d-flex {
        justify-content: center;
        margin-top: 15px;
    }
}

.link-email {
    text-decoration: none;
    color: #fff;
}

.section-limitless-works {
    /* padding: 40px 0; */
    /* background: linear-gradient(to bottom,
            #121212 0%,
            #282828 100%); */
    /* background: linear-gradient(180deg, #151515 0%, #0E0E0C 100%); */
    position: relative;
    padding-top: 5rem;
    /* background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0%, #151515 100%); */
    background: linear-gradient(to bottom,
            #151515 0%,
            #0E0E0C 100%);
}

.section-limitless-works::before {
    content: "";
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
    height: 200px;
    background-image: url('../images/shadow-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.section-limitless-works .how-limitless-works-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .section-limitless-works::before {
    content: "";
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('./images/shadow-1.png');
    background-repeat: no-repeat;
    z-index: 1;
} */

.section-limitless-works .subscribe-icon,
.section-limitless-works .order-anytime-icon,
.section-limitless-works .enjoy-daily-coffee-icon {
    width: 100px;
    height: auto;
}

.section-limitless-works .why-pay-per-cup-wrapper {
    position: relative;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background-image: linear-gradient(rgb(13, 13, 13), rgb(13, 13, 13)),
        linear-gradient(to right, #856220 0%, #F4E683 28%, #BF923D 50%, #F1EA82 100%);
    /* background: rgb(13, 13, 13); */

    background-origin: border-box;
    background-clip: padding-box, border-box;
    height: 45rem;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.section-limitless-works .why-pay-per-cup-wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url('../images/coffee-side-bg.png') no-repeat;
    background-size: contain;
    background-position: right bottom;
    z-index: 1;
    width: 25rem;
    height: 25rem;

}

.section-limitless-works .why-pay-per-cup-wrapper .why-pay-per-cup-wrapper-row {
    background-color: #0D0D0D;
    margin-left: 0;
    margin-right: 0;
}


/* .section-limitless-works .why-pay-per-cup-wrapper .why-pay-per-cup-wrapper-row .why-pay-per-cup-image-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 28.4rem;
    width: 200px;
    height: 100%;
    background-image: url('../images/coffees-fade.png');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
} */

.section-limitless-works .why-pay-per-cup-wrapper .why-pay-per-cup-wrapper-row .why-pay-per-cup-image-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 40rem;
    width: 200px;
    height: 100%;
    background-image: url('../images/coffees-fade.png');
    background-repeat: no-repeat;
    background-size: contain;
    rotate: 180deg;
}

.section-why-limitless .why-pay-per-cup-wrapper .why-pay-per-cup-wrapper-row .why-pay-per-cup-image-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 31.5rem;
    width: 200px;
    height: 100%;
    background-image: url('../images/coffees-fade.png');
    background-repeat: no-repeat;
    background-size: contain;
    rotate: 180deg;
}


.section-limitless-works .why-pay-per-cup-wrapper .coffees-img {
    width: 650px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.section-limitless-works .why-pay-per-cup-wrapper .franchise-coffees-img {
    width: 510px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}


.section-limitless-works .why-pay-per-cup-wrapper .why-pay-per-cup-wrapper-row .traditional-vs-unlimited-card {
    position: relative;
    overflow: hidden;
    /* padding: 20px; */
    border-radius: 20px;
    border: 1px solid transparent;
    background-image: linear-gradient(#000, #000),
        linear-gradient(to right, #856220 0%, #F4E683 28%, #BF923D 50%, #F1EA82 100%);

    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.section-limitless-works .why-pay-per-cup-wrapper .why-pay-per-cup-wrapper-row .traditional-vs-unlimited-card h6 {
    border-bottom: 1px solid #BF923D;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.section-limitless-works .why-pay-per-cup-wrapper .why-pay-per-cup-wrapper-row .traditional-vs-unlimited-card p {
    margin-bottom: 0;
    padding: 10px;
}

.section-limitless-works .why-pay-per-cup-wrapper .why-pay-per-cup-wrapper-row .traditional-vs-unlimited-card .border-highlights {
    border-right: 1px solid #BF923D;
}

.section-limitless-works .why-pay-per-cup-wrapper .why-pay-per-cup-content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* padding-right: 6.5rem; */
}


.vs-middle {
    position: absolute;
    width: 110px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-limitless-works .whats-included-wrapper {
    width: 100%;
    height: auto;
    background-image: url('../images/transparent-coffee-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* min-height: 100vh; */
}

.section-limitless-works .whats-included-wrapper .whats-included-list-benefits {
    display: flex;
    gap: 40px;
}


.section-limitless-works .whats-included-wrapper .whats-included-list-benefits .benefits-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.section-limitless-works .whats-included-wrapper .whats-included-list-benefits .benefits-item div {
    width: 100%;
}

.section-limitless-works .whats-included-wrapper .whats-included-list-benefits img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.section-limitless-works .whats-included-wrapper .whats-included-list-benefits p {
    margin: 0;
    font-size: 15px;
}

.section-limitless-works .whats-included-wrapper .smart-ordering-box {
    padding: 50px 50px;
    position: relative;
    border-radius: 20px;
    border: 1px solid #BF923D;
    background-image: linear-gradient(#000, #000),
        linear-gradient(to right, #856220 0%, #F4E683 28%, #BF923D 50%, #F1EA82 100%);
    background: rgba(0, 0, 0, 0.6);

    background-origin: border-box;
    background-clip: padding-box, border-box;
}


.section-limitless-works .whats-included-wrapper .smart-ordering-box .vertical-line {
    position: absolute;
    height: 20rem;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%) rotate(-180deg);
}

.smart-ordering-box .smart-ordering-benefits-wrapper {
    display: flex;
}

/* .smart-ordering-box .smart-ordering-benefits-wrapper .smart-ordering-content,
.smart-ordering-box .smart-ordering-benefits-wrapper .smart-ordering-img {
    width: 50%;
} */

.smart-ordering-box .mockup-limitless-app-mobile-size {
    display: none;
}

.smart-ordering-box .mockup-limitless-app {
    position: absolute;
    width: 200px;
    height: auto;
    bottom: 0;
    left: 24rem;
}


.smart-ordering-box .mockup-limitless-app-2 {
    position: absolute;
    width: 260px;
    height: auto;
    top: -14rem;
    right: 4rem;
}

.downloads-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.downloads-wrapper a img {
    height: 50px;
    width: auto;
}

.made-for-people {
    background: linear-gradient(90deg, #0A0A0A 0%, #1C1C1C 61.69%);
    border-radius: 33px;
    position: relative;
    overflow: hidden;
    padding: 3rem;
}

.made-for-people .made-for-people-benefits {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.made-for-people .professionals-icon,
.made-for-people .students-icon,
.made-for-people .remote-workers-icon,
.made-for-people .coffee-lovers-icon {
    width: 90px;
    height: auto;
}

.made-for-people .girl-and-coffee {
    position: absolute;
    height: 100%;
    width: auto;
    bottom: 0;
    right: 0;
}

.footer-content {
    background-image: url('../images/transparent-coffee-footer-bg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 50px;
}

.footer-content .testimonial-card {
    background: rgba(18, 18, 18, 0.8);
    border: 1px solid #6C6C6C;
    border-radius: 29px;
    padding: 30px;
}

.testimonial-card .star-rating img {
    width: 25px;
    height: auto;
}

.testimonial-card .testimonial-text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 10px;
}

.footer-content .testimonial-card .mark-entrepreneur-image-wrapper img {
    max-width: 5rem;
    height: auto;
}


.footer-content .unlimited-coffee-pass-card {
    position: relative;
    border-radius: 20px;
    border: 1px solid transparent;
    background-image: linear-gradient(#0F0F0F, #0F0F0F),
        linear-gradient(to right, #856220 0%, #F4E683 28%, #BF923D 50%, #F1EA82 100%);
    /* background: #0F0F0F; */
    background-origin: border-box;
    background-clip: padding-box, border-box;
    padding: 30px;
    margin-top: 70px;
    overflow: hidden;
}

/* .unlimited-coffee-pass-card .unlimited-coffee-pass-content {

} */


.unlimited-coffee-pass-card .unlimited-coffee-pass-img {
    position: absolute;
    width: 400px;
    height: auto;
    bottom: 0;
    left: 0;
}

.unlimited-coffee-pass-card .unlimited-coffee-pass-img-mobile {
    display: none;
}

.price-text {
    background: linear-gradient(120.95deg, #856220 14.44%, #F4E683 35.13%, #BF923D 52.05%, #F1EA82 89.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-emphasis-color: transparent;
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;

}

.franchise-page h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 48px;
    letter-spacing: 0.2em;
}


.why-limitless-images {
    height: 50px;
    width: 50px;
    margin-bottom: 10px;
}

.new-generation-card {
    padding: 20px;
    background: transparent;
    border-radius: 20px;
    border: 1px solid #BF923D;
}

.new-generation-card::after {
    content: "";
    position: absolute;
    background-image: url('../images/new-generation-card.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.our-mission-card::after {
    content: "";
    position: absolute;
    background-image: url('../images/our-mission-card-cover.webp');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.new-generation-card .card-body {
    position: relative;
    z-index: 2;
}

.new-generation-card .card-img-top {
    width: 5rem;
    height: auto;
    border-radius: 20px;
    position: relative;
    z-index: 2;
}

.section-our-concept {
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
    height: auto;
    background-image: url('../images/our-concept-bg-cover.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.concept-card {
    background: transparent;
    text-align: center;
    gap: 30px;
    padding: 20px;
}

.concept-card .concept-img {
    width: 100px;
    height: auto;
}

.concept-card .polygon-img {
    width: 25px;
    height: auto;
}

.concept-card p {
    color: #fff;
}

.section-app-features {
    margin-bottom: 50px;
}

.section-app-features .container .section-app-features-row {
    position: relative;
    border-radius: 20px;
    border: 1px solid #BF923D;
    height: 480px;
    display: flex;
    padding: 0px 0px 0px 50px;
    align-items: center;
}

.section-app-features .container .mockup-limitless-app-desktop {
    position: absolute;
    width: 300px;
    height: auto;
    bottom: 0;
}

.section-app-features .container .mockup-limitless-app-mobile {
    display: none;
    width: 200px;
    height: auto;
}

.section-franchise-information {
    background: url('../images/franchise-information-cover.webp') no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 100px 0;
}

.section-franchise-information .container .column-franchise-info:nth-child(2) .card-franchise-info,
.section-franchise-information .container .column-franchise-info:nth-child(3) .card-franchise-info {
    margin-top: 5rem;
}


.card-franchise-info {
    background: transparent;
    border-radius: 20px;
    border: 1px solid #BF923D;
    padding: 20px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    background: rgba(18, 18, 18, 0.8);
    height: 220px;
}

.card-franchise-info .card-img-top {
    width: 7rem;
    height: auto;
    position: absolute;
    z-index: 2;
    top: -50px;
}


.franchise-whats-included-wrapper {
    background: #121212;
    border-radius: 20px;
    border: 1px solid #BF923D;
    padding: 50px 50px;
    position: relative;

}

.franchise-whats-included-wrapper .whats-included-row {
    width: 700px;
    position: relative;
}

.franchise-whats-included-wrapper .whats-included-row img {
    width: 40px;
    height: auto;
}

.franchise-whats-included-wrapper::before {
    content: "";
    position: absolute;
    background-image: url('../images/gold-logo-limitless.png');
    background-repeat: no-repeat;
    background-position: left top;
    top: 0;
    left: 0;
    background-size: contain;
    width: 300px;
    height: 300px;
}


.franchise-whats-included-wrapper::after {
    content: "";
    position: absolute;
    background-image: url('../images/coffee-side-right.png');
    background-repeat: no-repeat;
    background-position: right top;
    right: 0;
    top: 0;
    background-size: contain;
    width: 350px;
    height: 350px;
}

.section-franchise-inquiry {
    padding: 100px 0;
    position: relative;
    border-top: 1px solid #BF923D;
    border-bottom: 1px solid #BF923D;
}

.section-franchise-inquiry::before {
    content: "";
    position: absolute;
    background-image: url('../images/franchise-inquiry-cover.webp');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.section-franchise-inquiry .form-select,
.section-franchise-inquiry .form-control {
    font-style: normal;
    font-size: 14px;
    background:
        linear-gradient(#000, #000) padding-box,
        linear-gradient(90deg,
            #856220 0%,
            #F4E683 28%,
            #BF923D 50%,
            #F1EA82 100%) border-box;

    border: 1px solid transparent;
    border-radius: 10px;

    color: #fff;
    box-shadow: none;
    padding: 10px 15px;
}

.form-select {
    cursor: pointer;
}


.disable-option {
    color: #888 !important;
}

.arrow-down-select {
    position: absolute;
    right: 25px;
    top: 37%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 8;
    height: 13px;
    width: 13px;
}



.form-select option {
    background-color: #000;
    color: #fff;
}


.section-franchise-inquiry .form-control::placeholder {
    color: #fff;
    opacity: 0.7;
}






/* Responsive Styles */

@media (max-width: 1400px) {
    .smart-ordering-box .mockup-limitless-app {
        left: 21rem;
    }

    .smart-ordering-box .mockup-limitless-app-2 {
        right: 2rem;
    }

    .section-limitless-works .whats-included-wrapper .smart-ordering-box .vertical-line {
        display: none;
    }
}


@media (max-width: 1200px) {
    /* .header-wrapper ul {
        gap: 15px;
    } */

    .header-wrapper {
        padding: 10px 10px;
    }

    .vs-middle {
        width: 70px;
    }

    .header-wrapper ul li a {
        font-size: 16px;
    }

    .btn-gold {
        padding: 10px 15px;
    }

    .smart-ordering-box .mockup-limitless-app {
        left: 18.3rem;
        width: 160px;
    }

    .header-wrapper .btn-gold {
        padding: 7px 20px;
        font-size: 14px;
    }

    .header-wrapper img {
        width: 150px;
    }

    .section-hero .container {
        padding-top: 7rem
    }

    .section-hero .container .hero-wrapper .hero-content h3 {
        font-size: 40px;
    }

    .section-hero .container .hero-wrapper .hero-content h1 {
        font-size: 60px;
    }

    .section-hero .container .hero-wrapper .hero-content h5 {
        font-size: 18px;
    }

    .section-limitless-works::before {
        top: -8.8%;
    }

    .section-hero::after {
        width: 800px;
        height: 800px;
        top: -95px;
    }

    .section-limitless-works .why-pay-per-cup-wrapper {
        height: 35rem;
    }

    .franchise-why-limitless-wrapper {
        height: 40rem !important;
    }



    .section-limitless-works .why-pay-per-cup-wrapper .coffees-img {
        width: 500px;
    }

    /* .section-limitless-works .why-pay-per-cup-wrapper .franchise-coffees-img {
        width: 400px;
    } */

    .franchise-why-limitless-wrapper {
        height: 40rem !important;
    }

    .section-limitless-works .why-pay-per-cup-wrapper .franchise-coffees-img {
        width: 450px;
    }


    .section-limitless-works .whats-included-wrapper .whats-included-list-benefits {
        gap: 20px;
    }

    .section-limitless-works .whats-included-wrapper .whats-included-list-benefits p {
        font-size: 14px;
    }

    .section-limitless-works .whats-included-wrapper .smart-ordering-box {
        padding: 30px 30px;
    }

    .smart-ordering-box .smart-ordering-icons {
        width: 35px;
        height: 35px;
    }

    .section-limitless-works .why-pay-per-cup-wrapper .why-pay-per-cup-wrapper-row .why-pay-per-cup-image-wrapper::after {
        left: 28rem;
    }


    .smart-ordering-box .mockup-limitless-app-2 {
        width: 200px;
        top: -10rem;
        right: 1rem;
    }

    .downloads-wrapper {
        flex-direction: column;
    }

    .section-limitless-works .why-pay-per-cup-wrapper .why-pay-per-cup-wrapper-row .traditional-vs-unlimited-card h6 {
        padding-top: 15px;
        padding-bottom: 15px;
    }


}



@media (max-width: 992px) {

    .download-app-buttons {
        align-items: start;
    }

    .header-wrapper div:nth-child(2),
    .header-wrapper div:nth-child(3) {
        display: none;
    }

    .section-hero::after {
        width: 700px;
        height: 700px;
        top: 80px;
        background-size: cover;
        top: 0;
        opacity: 0.5;
    }

    .section-limitless-works .why-pay-per-cup-wrapper .why-pay-per-cup-wrapper-row .why-pay-per-cup-image-wrapper::after {
        display: none;
    }


    .section-limitless-works .why-pay-per-cup-wrapper .coffees-img {
        opacity: 0.2;
    }

    .section-limitless-works .why-pay-per-cup-wrapper .franchise-coffees-img {
        opacity: 0.1;
        height: 100%;
    }

    .concept-card .polygon-img,
    .section-our-concept .horizontal-line {
        display: none;
    }

    .franchise-whats-included-wrapper::after {
        background-position: right bottom !important;
        bottom: 0 !important;
        right: 0 !important;
        top: auto !important;
        opacity: 0.5 !important;
    }

    .franchise-page h2 {
        font-size: 25px;
        line-height: 36px;
    }

    .section-franchise-information .container .column-franchise-info:nth-child(2) .card-franchise-info,
    .section-franchise-information .container .column-franchise-info:nth-child(3) .card-franchise-info {
        margin-top: 0 !important;
    }

    .section-franchise-information .container .column-franchise-info .card-franchise-info {
        margin-bottom: 5rem;
    }

    .section-franchise-inquiry::before {
        opacity: 0.2 !important;
        background-size: cover !important;
        height: 100% !important;
    }

    .section-franchise-inquiry {
        padding: 50px 0 !important;
    }

    .section-hero-franchise {
        min-height: auto !important;
        position: inherit !important;
        padding-top: 150px !important;
    }

    .section-hero-franchise::after {
        top: -60px !important;
        opacity: 0.5 !important;
    }

    .section-limitless-works .why-pay-per-cup-wrapper::after {
        display: none;
    }

    .section-app-features .container .section-app-features-row {
        height: 100%;
    }

    .section-app-features .container .section-app-features-row {
        padding:  20px;
    }

    .section-app-features .container .mockup-limitless-app-desktop {
        display: none;
    }

    .section-app-features .container .mockup-limitless-app-mobile { 
        display: block;
        margin-top: 30px;
    }

    .app-features-column-content {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .app-features-column-content-wrapper {
        padding-left: 30px;
    }
    

    .section-hero-franchise .container .hero-wrapper .hero-content h3,
    .section-hero .container .hero-wrapper .hero-content h3 {
        font-size: 30px;
    }

    .section-hero-franchise .container .hero-wrapper .hero-content h1,
    .section-hero .container .hero-wrapper .hero-content h1 {
        font-size: 45px;
    }

    .section-hero-franchise .container .hero-wrapper .hero-content h5,  
    .section-hero .container .hero-wrapper .hero-content h5 {
        line-height: 25px;
        font-size: 17px;
    }

    .section-limitless-works {
        padding-top: 4rem;
    }

    .section-limitless-works .why-pay-per-cup-wrapper .why-pay-per-cup-content {
        z-index: 1;
    }

    .made-for-people .professionals-icon,
    .made-for-people .students-icon,
    .made-for-people .remote-workers-icon,
    .made-for-people .coffee-lovers-icon {
        width: 70px;
    }

    .made-for-people .made-for-people-benefits {
        flex-wrap: wrap;
        justify-content: center;
        gap: 25px;
    }

    .girl-and-coffee-wrapper .girl-and-coffee {
        display: none;
    }

    .hero-content .flex-class {
        flex-direction: column;
    }

    .list-benefits {
        text-align: center;
        justify-content: start;
        gap: 15px;
    }

    .section-limitless-works .horizontal-line {
        display: none;
    }

    .vs-middle {
        width: 60px;
    }

    .smart-ordering-box .mockup-limitless-app {
        display: none;
    }

    .smart-ordering-box .mockup-limitless-app-mobile-size {
        display: block;
        width: 160px;
        height: auto;
        margin-top: 25px;
        margin-left: 3.5rem;
    }


    .section-limitless-works .flex-class {
        flex-direction: column;
        text-align: center;
        margin-bottom: 2rem;
    }

    .smart-ordering-box .smart-ordering-benefits-wrapper {
        /* display: inline-block; */
        /* flex-direction: column; */
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        /* padding-left: 2rem; */
        /* margin-top: 25px; */
    }

    .smart-ordering-box .smart-ordering-benefits-wrapper .smart-ordering-benefits-everything {
        margin-top: 25px;
    }

    .whats-included-wrapper h4 {
        text-align: center;
    }

    .section-limitless-works .whats-included-wrapper .whats-included-list-benefits {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    /* .smart-ordering-box .smart-ordering-benefits-wrapper .smart-ordering-content,
    .smart-ordering-box .smart-ordering-benefits-wrapper .smart-ordering-img {
        width: 100%;
    } */

    .smart-ordering-box .mockup-limitless-app {
        position: inherit;
    }

    .smart-ordering-box .mockup-limitless-app-2 {
        width: 190px;
        position: inherit;
        margin-top: 20px;
        margin-left: 30px;
    }

    .smart-ordering-download-app-buttons {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        margin-top: 15px;
    }

    .made-for-people {
        padding: 2rem;
        /* padding-bottom: 0; */
    }

    .girl-and-coffee-wrapper {
        display: flex;
        justify-content: center;
    }

    .girl-and-coffee-wrapper .girl-and-coffee {
        position: inherit;
        margin-top: 20px;
        width: 150px;
        height: 150px;
        border-radius: 10rem;
        border: solid 2px transparent;
        background-image: linear-gradient(#000, #000),
            linear-gradient(to right, #856220 0%, #F4E683 28%, #BF923D 50%, #F1EA82 100%);
        background-origin: border-box;
        background-clip: padding-box, border-box;
    }

    footer .unlimited-coffee-pass-card {
        margin-top: 40px;
        height: 100%;
        padding: 0px;
        background: #000000;
        border: 1px solid #BF923D;
        overflow: hidden;
    }

    footer .testimonial-card {
        margin-bottom: 20px;
    }

    .unlimited-coffee-pass-image-wrapper {
        display: flex;
        justify-content: center;
    }

    .unlimited-coffee-pass-card .unlimited-coffee-pass-img {
        width: 100%;
        position: inherit;
        display: none;
    }

    .unlimited-coffee-pass-card .unlimited-coffee-pass-img-mobile {
        width: 100%;
        height: auto;
        display: block;
    }

    .unlimited-coffee-pass-card .list-benefits {
        justify-content: center !important;
    }

    .unlimited-coffee-pass-card .list-benefits .flex-class {
        flex-direction: column;
        font-size: 14px;
    }

    .section-limitless-works .subscribe-icon,
    .section-limitless-works .order-anytime-icon,
    .section-limitless-works .enjoy-daily-coffee-icon {
        width: 70px;
    }

    .unlimited-coffee-pass-content {
        padding: 20px;
    }

    .unlimited-coffee-pass-content .unlimited-coffee-pass-column {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section-limitless-works::before {
        top: -12.4rem;
    }

    .section-limitless-works .how-limitless-works-content {
        margin-top: 1rem;
    }


    .section-limitless-works .how-limitless-works-content .gold-text {
        font-size: 14px;
    }

    .section-limitless-works .flex-class {
        font-size: 12px;
    }

    .franchise-why-limitless-wrapper {
        height: 100% !important;
        padding: 2rem 1rem;
    }
}

@media (max-width: 768px) {
    .smart-ordering-box .mockup-limitless-app-mobile-size {
        margin-left: 2rem;
    }
}

.swal2-styled.btn-swal-gold {
    background: linear-gradient(120.95deg, #856220 14.44%, #F4E683 35.13%, #BF923D 52.05%, #F1EA82 89.67%) !important;
    color: #000 !important;
    font-weight: bold !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 10px 32px !important;
    box-shadow: none !important;
}


.swal2-title.title-swal-gold {
    background: linear-gradient(120.95deg, #856220 14.44%, #F4E683 35.13%, #BF923D 52.05%, #F1EA82 89.67%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

/* .swal2-icon.swal2-success {
    border-color: #D4AF37 !important; 
    color: #D4AF37 !important;
}

.swal2-success-ring {
    border-color: #856220  !important;
}

.swal2-success-line-tip,
.swal2-success-line-long {
    background: linear-gradient(120.95deg, #856220 14.44%, #F4E683 35.13%, #BF923D 52.05%, #F1EA82 89.67%) !important;
    z-index: 2 !important;
} */