    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        scroll-behavior: smooth;
    }

    body {
      font-family: 'Poppins', sans-serif;
      /*background-color: #e6eff84f*/
      background-color: #ffffff;
      
    }

    h1 {
        font-family: "Poppins", sans-serif;
        font-weight: 800;
        letter-spacing: normal;
        line-height: 1.2;
    }
    h2 {
        font-family: "Poppins", sans-serif;
        font-weight: 100;
        letter-spacing: normal;
    }
    h3 {
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        letter-spacing: normal;
    }

    .btn-ol {
        padding: 10px 20px;
        background-color: #e6ffcf;
        color: #000000;
        border: 1px solid #000000;
        font-size: 20px;
        font-weight: 600;
        margin-top: 30px;
        border-radius: 8px;
        box-shadow: 0 0 0;
        text-decoration: none;
        transition: transform .3s cubic-bezier(.5,2.5,.7,.7),
        box-shadow .3s cubic-bezier(.5,2.5,.7,.7),
        -webkit-transform .3s cubic-bezier(.5,2.5,.7,.7),
        -webkit-box-shadow .3s cubic-bezier(.5,2.5,.7,.7);
        }
        .btn-old:hover{
            background-color: transparent;
            border: 1px solid #000000;
            color: #000000;
            box-shadow: 8px 8px 0px #000000;
        }

    .container {
        width: 100%;
    }

    .brite-qr-header-container {
        width: 100%;
        background-color: #ffffff;
        border-bottom: 1px solid #eeeeee;
        box-shadow: 2px 2px 10px 2px #0000000d;
        position: sticky;
        top: 0;
        z-index: 999999;
    }
    .brite-qr-header {
        display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            width: 98%;
            padding: 10px 20px;
            border-radius: 0 0 40px 40px;
            color: #000000;
            margin: 0 auto;
    }
    .brite-qr-header-col-1 {
        flex-basis: 20%;
    }
    .brite-qr-header-col-1-shuffle-btn {
        position: relative;
    padding: 8px;
    background-color: #ffffff;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    border-radius: 100px;
    border: 1px solid #eeeeee;
    text-align: center;
    margin-left: 10px;
    top: -12px;
    margin-bottom: -12px;
    cursor: pointer;
    }
    .brite-qr-header-col-1 img {
        width: 22%;
    }
    .menu {
        display: inline-block;
    }
    .dropdown {
        display: none;
        margin-top: -1px;
    width: 700px;
    background-color: #ffffff;
    color: #000000;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #eeeeee;
    position: absolute;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 30%)), 0 8px 10px -6px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 30%));
    }
    .dropdown-flex {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
    .dropdown-flex-col {
        flex-basis: 49%;
    }
    .dropdown .link {
        display: block;
        padding: 10px 20px 14px 20px;
        background-color: #ffffff;
        border-radius: 12px;
        margin-bottom: 10px;
        text-align: left;
        transition: .2s ease-in-out;
        cursor: pointer;
    }
    .dropdown .link:hover {
        background-color: #fff500;
    }
    .link-flex {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
    .link-flex-col-1 {
        flex-basis: 9%;
    }
    .link-flex-col-2 {
        flex-basis: 89%;
        margin-left: 10px;
    }
    .dropdown a {
        display: block;
        color: #000000;
        text-decoration: none;
        padding: 10px 20px 10px 0 !important;
        line-height: 0;
        border-right: 0 solid #eeeeee !important;
    }
    .dropdown p {
        display: block;
        font-size: 10px;
        color: #555555;
    }
    .dropdown .icon {
            padding: 10px;
    font-size: 1.3em;
    border-radius: 8px;
    background-color: #eeeeee;
    transition: .2s ease-in-out;
    }
    .dropdown .icon:hover {
        background-color: #ffffff;
    }
    .brite-qr-header-col-2 {
        flex-basis: 60%;
        text-align: right;
    }
    .brite-qr-header-col-2 a {
        color: #101828;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        padding: 20px 25px 20px 20px;
        border-right: 1px solid #eeeeee;
    }
    .brite-qr-header-col-2 a:hover {
        text-decoration: underline;
    }
    .brite-qr-header-col-3 {
        flex-basis: 30%;
        text-align: right;
    }
    .brite-qr-header-col-3 a {
        color: #333333;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        margin: 0 10px;
    }
    .brite-qr-header-col-3 .btn {
        background-color: transparent;
        border-radius: 100px;
        padding: 8px 10px;
        color: #333333;
        border: 1px solid #333333;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
    }

    .content {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            width: 100%;
            padding: 50px;
        }
        .content .btn {
            position: relative;
            width: fit-content;
            background-color: #005dff;
            color: #ffffff;
            padding: 10px 14px;
            border-radius: 100px;
            border: none;
            text-decoration: none;
            font-size: 16px;
            font-weight: 600;
            top: 20px;
            text-align: center;
            margin: 0 auto;
            cursor: pointer;
        }
        .r404 {
            width: 45%;
        }
        .content-col {
            flex-basis: 50%;
            text-align: center;
            padding-top: 50px;
            margin: 0 auto;
        }
        .contactForm {
            input[type="text"], input[type="email"], input[type="tel"] {
                width: 49.5%;
                padding: 10px;
                border-radius: 8px;
                border: 1px solid #333333;
                font-size: 18px;
                font-weight: 300;
                color: #000000;
            }
            input[type="text"]::placeholder {
                font-size: 18px;
                font-weight: 300;
                color: #adadad;
            }
            select {
                width: 100%;
                padding: 10px;
                border-radius: 8px;
                border: 1px solid #333333;
                font-size: 18px;
                font-weight: 300;
                color: #000000;
            }
            textarea {
                width: 100%;
                padding: 10px;
                border-radius: 8px;
                border: 1px solid #333333;
                font-size: 18px;
                font-weight: 300;
                color: #000000;
            }
            textarea::placeholder {
                font-size: 18px;
                font-weight: 300;
                color: #adadad;
            }
            text-align: left;
        }

    .brite-qr-hero-container {
        width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
    background-image: url(../images/brite-hp-h-bg.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    }
    .brite-qr-hero {
        display: flex;
    width: 100%;
    padding: 20px 50px;
    }
    .brite-qr-hero-col {
        flex-basis: 70%;
    flex-direction: row;
    justify-content: space-between;
    width: 70%;
    padding: 150px 20px 20px 20px;
    text-align: center;
    margin: 0 auto;
    }
    .brite-qr-hero-col .headline {
    font-size: 3.5em;
    letter-spacing: -2px;
    color: #000000;
    font-weight: 700;
    width: 80%;
    margin: 0 auto;
    line-height: 1.1em;
    display: block;
    margin-bottom: -25px;
    margin-top: -100px;
    text-align: center;
    }
    .brite-qr-hero-col p, .brite-qr-hero-col h1 {
        font-size: 18px;
    line-height: 1.4em;
    color: #0c0c0c;
    font-weight: 400;
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    }
    .brite-qr-hero-col .btn-1 {
        background-color: #ffffff;
    border-radius: 100px;
    padding: 12px 20px;
    color: #000000;
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: .2s ease-in-out;
    }
    .brite-qr-hero-col .btn-1:hover {
        text-decoration: underline;
    }
    .brite-qr-hero-col .btn-2 {
        background-color: #005dff;
    border-radius: 100px;
    padding: 12px 20px;
    color: #ffffff;
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: .2s ease-in-out;
    }
    .brite-qr-hero-col .btn-1:hover {
        text-decoration: underline;
    }

      .brite-qr-hp-top-4-container {
    padding: 20px 50px;
    width: 100%;
  }
  .brite-qr-hp-top-4 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .brite-qr-hp-top-4-col {
    flex-basis: 24%;
    padding: 20px;
    border: 1px solid #d1d1d1;
    border-radius: 20px;
  }
  .brite-qr-hp-top-4-container h2 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    color: #000000;
  }
  .brite-qr-hp-top-4-col h3 {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
  }
  .brite-qr-hp-top-4-col p {
    font-size: 12px;
    font-weight: 300px;
    color: #333333;
  }
   .brite-qr-hp-top-4-col a {
    font-size: 12px;
    font-weight: 300px;
    color: #005dff;
  }

  

    .brite-qr-generator-container {
        width: 100%;
    }
    .brite-qr-generator {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 90%;
        background: #ffffff;
        background-color: #0056eb0d;
        border: 1px solid #dddddd;
        border-radius: 20px;
        box-shadow: 2px 2px 2px 2px #0000004b;
        margin: 0 auto;
        box-shadow: 10px -15px 0 0 #fff700f1;
        box-shadow: 0 20px 25px -5px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 30%)), 0 8px 10px -6px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 30%));
        
    }
    .brite-qr-generator h3 {
        font-size: 1em;
        color: #333333;
        font-weight: 800;
    }
    .brite-qr-generator-col-1 {
        flex-basis: 25%;
        padding: 20px;
        max-width: 25%;
        overflow-y: scroll;
    }
    .brite-qr-generator-col-1-buttons {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .brite-qr-generator-col-1-buttons .btn {
        flex-basis: 48%;
    padding: 4px 8px;
    color: #333333;
    font-size: 16px;
    font-weight: 800;
    background-color: #ffffff;
    border: 1px solid #333333;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    margin-bottom: -10px;
    }
    .brite-qr-generator-col-2 {
        flex-basis: 50%;
    padding: 20px;
    max-width: 50%;
    text-align: left;
    background-color: #ffffff;
    margin-top: -80px;
    border-radius: 40px 40px 0 0;
    border: 1px solid #dddddd;
    border-bottom: none;
    }
    .qrForm {
        width: 100%;
        input {
            background-color: #eeeeee;
            border: 1px solid #333333;
            border-radius: 8px;
            padding: 12px;
            color: #333333;
            font-size: 16px;
            font-weight: 600;
        }
        input::placeholder {
            font-size: 16px;
            color: #333333;
            font-weight: 600;
        }
        .btn {
            background-color: #ffffff;
            border: 1px solid #333333;
            border-radius: 8px;
            color: #333333;
            font-size: 16px;
            font-weight: 600;
            padding: 12px;
        }
    }
    .brite-qr-generator-col-3 {
        flex-basis: 25%;
        padding: 20px;
        max-width: 25%;
        text-align: left;
    }

    /*
    .brite-qr-features-container {
        width: 100%;
        padding: 50px;
        text-align: center;
    }
    .brite-qr-features-container h2 {
        font-size: 2.5em;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1e2229;
        width: fit-content;
    margin: 0 auto;
    background-color: #eeeeee;
    border-radius: 100px;
    padding: 6px 16px;
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
    font-size: 16px;
    }
    .brite-qr-features {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .brite-qr-features-col {
        flex-basis: 32%;
        border-radius: 20px;
        border: 1px solid #dddddd;
        background-color: #ffffff;
        text-align: center;
        padding: 25px 50px;
        margin-bottom: 10px;
        box-shadow: 0 20px 25px -5px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 30%)), 0 8px 10px -6px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 30%));
        margin-bottom: 20px;
        cursor: pointer;
        transition: .2s ease-in-out;
    }
    .brite-qr-features-col:hover {
        box-shadow: 0px 0px 0px 0px #fffb00;
        transform: scale(.95);
    }
    .brite-qr-features-col h3 {
        font-size: 1.2em;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .brite-qr-features-col p {
        font-size: 14px;
    font-weight: 400;
    color: #4a5565;
    }
    .brite-qr-features-col .btn {
        display: block;
        width: 100%;
        padding: 12px 20px;
        border-radius: 100px;
        border: 1px solid #dddddd;
        font-size: 16px;
        font-weight: 600;
        color: #333333;
        text-decoration: none;
        margin-top: 20px;
        cursor: pointer;
        transition: .2s ease-in-out;
    }
    .brite-qr-features-col .btn:hover {
        background-color: #005dff;
        color: #ffffff;
    }
    */

    .brite-qr-social-container {
        width: 100%;
        background-color: transparent;
        padding: 0;
    }
    .brite-qr-social {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 98%;
        border-radius: 20px;
        /*border: 2px solid #000000;*/
        height: 70vh;
        background: #ffffff;
        /*box-shadow: 10px 10px 0px 0px #fffb00;*/
        margin: 0 auto;
        background-image: url(../images/briteqr-social.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        align-items: center;
    }
    .brite-qr-social-col-1 {
        flex-basis: 40%;
    padding: 50px;
    background-color: #fffb00;
    border-radius: 0 20px 20px 0;
    }
    .brite-qr-social-col-1 h2 {
        font-size: 2.2em;
    font-weight: 800;
    color: #1e2229;
    line-height: 1.1;
    margin-bottom: 20px;
    }
    .brite-qr-social-col-1 .btn {
        text-shadow: 2px 2px 2px #000000;
    padding: 12px 20px;
    border-radius: 100px;
    border: 0px solid #333333;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #005dff;
    text-decoration: none;
    margin-top: 20px;
    cursor: pointer;
    }
    .brite-qr-social-col-2 {
        flex-basis: 50%;
        border-radius: 0 20px 20px 0;
    }

    .brite-qr-gamify-container {
        width: 100%;
        background-color: transparent;
        padding: 50px 0;
    }
    .brite-qr-gamify {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 98%;
        border-radius: 20px;
        /*border: 2px solid #000000;*/
        height: 70vh;
        background: #ffffff;
        /*box-shadow: 10px 10px 0px 0px #fffb00;*/
        margin: 0 auto;
        align-items: center;
        background-image: url(../images/brite-qr-gamify.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .brite-qr-gamify-col-1 {
        flex-basis: 50%;
        border-radius: 20px 0 0 20px;
    }
    .brite-qr-gamify-col-2 {
        flex-basis: 40%;
    padding: 50px;
    border-radius: 20px 0 0 20px;
    background-color: #fffb00;
    }
    .brite-qr-gamify-col-2 h2 {
        font-size: 2.2em;
    font-weight: 800;
    color: #333333;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #1e2229;
    }
    .brite-qr-gamify-col-2 .btn {
    padding: 12px 20px;
    border-radius: 100px;
    border: 0px solid #333333;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #005dff;
    text-decoration: none;
    margin-top: 20px;
    cursor: pointer;
    }

    .brite-qr-join-container {
        width: 100%;
        background-color: transparent;
        padding: 50px 0;
    }
    .brite-qr-join {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 98%;
        border-radius: 20px;
        /*border: 2px solid #000000;*/
        height: 70vh;
        background: #ffffff;
        /*box-shadow: 10px 10px 0px 0px #fffb00;*/
        margin: 0 auto;
        background-image: url(../images/brite-qr-join.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        align-items: center;
    }
    .brite-qr-join-col-1 {
        flex-basis: 40%;
        padding: 50px;
        background-color: #fffb00;
        border-radius: 0 20px 20px 0;
    }
    .brite-qr-join-col-1 h2 {
        font-size: 2.2em;
    font-weight: 800;
    color: #333333;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #1e2229;
    }
    .brite-qr-join-col-1 .btn {
    padding: 12px 20px;
    border-radius: 100px;
    border: 0px solid #333333;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #005dff;
    text-decoration: none;
    margin-top: 20px;
    cursor: pointer;
    }
    .brite-qr-join-col-2 {
        flex-basis: 50%;
        border-radius: 0 20px 20px 0;
    }

    .brite-qr-pricing-container {
        width: 100%;
        padding: 50px;
        text-align: center;
    }
    .brite-qr-pricing-container h2 {
        font-size: 2.5em;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1e2229;
    width: fit-content;
    margin: 0 auto;
    background-color: #eeeeee;
    border-radius: 100px;
    padding: 6px 16px;
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
    font-size: 16px;
    }
    .brite-qr-pricing-container .price-title {
            font-size: 2em;
    color: #333333;
    font-weight: 600;
    margin-bottom: 0;
    }
    .brite-qr-pricing {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
    }
    .brite-qr-pricing-col {
        flex-basis: 32%;
        border-radius: 20px;
        border: 1px solid #dddddd;
        padding: 20px;
        text-align: center;
        background-color: #ffffff;
        /* box-shadow: 10px -15px 0 0 #fff500; */
        /* box-shadow: 0 20px 25px -5px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 30%)), 0 8px 10px -6px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 30%)); */
    
    }
    .brite-qr-pricing-col h2 {
        font-size: 2em;
        color: #333333;
        font-weight: 600;
        margin-bottom: 0;
    }
    .brite-qr-pricing-col ul li {
        color: #1e2229;
        font-size: 13px;
        font-weight: 400;
        display: block;
        width: 100%;
        border-bottom: 1px solid #333333;
        padding: 10px;
    }
    .brite-qr-pricing-col .btn {
    display: block;
    width: 100%;
    padding: 12px 10px;
    border-radius: 100px;
    border: 0px solid #333333;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #005dff;
    text-decoration: none;
    margin-top: 20px;
    cursor: pointer;
    }
    .brite-qr-pricing-col .price {
        font-size: 3em;
        font-weight: 800;
        color: #1e2229;
    }
    .brite-qr-pricing-col .month {
        font-size: 20px;
        font-weight: 300;
        color: #1e2229;
    }
    .brite-qr-pricing-col .pricing-icon {
        font-size: 12px;
    background-color: #23bf5a;
    border-radius: 100px;
    padding: 4px 5px;
    color: #ffffff;
    margin-right: 10px;
    }

    .brite-qr-faq-container {
        width: 100%;
    }
    .brite-qr-faq-container h2 {
        font-size: 2.5em;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1e2229;
        width: fit-content;
    margin: 0 auto;
    background-color: #eeeeee;
    border-radius: 100px;
    padding: 6px 16px;
    margin-bottom: 50px;
    border: 1px solid #d9d9d9;
    font-size: 16px;
    }
    .brite-qr-faq {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
    .brite-qr-faq-col {
        flex-basis: 100%;
    }
    .faq {
        margin-bottom: -10px;
        text-align: left;
      }
      .question {
        background-color: transparent;
        cursor: pointer;
        border: 0;
        border-radius: 0;
        color: #000000;
        margin-top: 10px;
        width: 93%;
        margin: 0 auto;
      }
      .question h3 {
        border-radius: 20px;
    margin: 0;
    font-weight: 600;
    box-shadow: 4px 6px 0 0 #ffd200;
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #dddddd;
      }
      .arrow {
        position: relative;
    right: 10px;
    float: right;
    margin-top: -60px;
    transition: transform 0.3s;
    font-size: 2em;
    color: #005dff;
      }
      .answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s;
        padding: 20px 50px;
        background-color: transparent;
        opacity: 0;
        visibility: hidden;
        border-radius: 0 0 6px 6px;
        line-height: 2;
        margin-bottom: 20px;
      }

      .brite-qr-not-found-container {
        width: 100%;
        text-align: center;
        background-color: #ffffff;
      }
      .brite-qr-not-found {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
      }
      .brite-qr-not-found-col {
        flex-basis: 100%;
        text-align: center;
      }
      .brite-qr-not-found-col img {
        width: 50%;
      }

    .brite-qr-footer-container {
        width: 100%;
        background-color: #ffffff;
        border-top: 1px solid #eeeeee;
        color: #000000;
    }
    .brite-qr-footer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        padding: 50px;
    }
    .brite-qr-footer-col {
        flex-basis: 25%;
    }
    .brite-qr-footer-col h3, .brite-qr-footer-col-newsletter h3 {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
        color: #000000;
    }
    .brite-qr-footer-col a {
        color: #000000;
        font-size: 15px;
        font-weight: normal;
        line-height: 2;
        text-decoration: underline;
    }
    .brite-qr-footer-col-newsletter {
        flex-basis: 50%;
    }
    .brite-qr-footer-col-newsletter p {
        font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    }
    .brite-qr-footer-col-newsletter img {
        width: 10%;
    }
    .brite-qr-footer-col-newsletter .footer-newsletter-form {
        width: 100%;
        font-family: 'Poppins', sans-serif;
        input {
            width: 40%;
        padding: 15px;
        border-radius: 100px;
        border: 1px solid #dddddd;
        color: #000000;
        font-size: 14px;
        font-weight: 400;
        }
        input::placeholder {
            color:#9c9c9c;
            font-weight: 600;
            font-size: 14px;
        }
        button {
        cursor: pointer;
        position: relative;
        padding: 15px;
        background-color: #ffeb00;
        color: #000000;
        font-size: 16px;
        font-weight: 600;
        border-radius: 100px;
        border: none;
        text-align: center;
        margin-bottom: -12px;
        }
    }
    .brite-qr-footer-col-full {
        flex-basis: 100%;
        text-align: center;
    }
    .brite-qr-footer-col-full p {
        font-size: 14px;
        text-align: center;
    }
    
     .cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:#ffffff;
    background: linear-gradient(45deg, #fad935, #fffb00);
    padding: 15px;
    display: none; 
    padding: 25px 50px;
    z-index: 999999;
}
.cookie-banner p {
    font-size: 16px;
    font-weight: 400p;
    color: 000000;
}
.cookie-banner a {
    color: #000000;
}
.cookie-banner button {
    margin: 0 10px;
    padding: 10px 15px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    background-color:#000000; 
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    float: right;
}
.cookie-banner button:hover {
    background-color: #005dff; 
}
    .cookie-banner .cookie {
        font-size: 1.5em;
    }
    .cookie-banner h2 {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .brite-qr-subpage-container{
        width: 100%;
    }
    .brite-qr-subpage {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
    .brite-qr-subpage-col {
        flex-basis: 100%;
        padding: 50px;
    }
    .brite-qr-subpage h1 {
        
    }
    .brite-qr-subpage p {
        
    }
    .brite-qr-subpage ul {
        
    }
    .brite-qr-subpage li {
        
    }
    .brite-qr-subpage a {
        color: blue;
    }

    @media (max-width: 768px) {
        .brite-qr-pricing, .brite-qr-faq, .brite-qr-footer {
            flex-direction: column;
        }
        .brite-qr-header-container {
            background-color: #ffffff;
        }
        .brite-qr-header {
            padding: 10px;
            background-color: transparent;
        }
        .brite-qr-header-col-1 {
            width: 50%;
        }
        .brite-qr-header-col-1 img {
            width : 45%;
        }
        .brite-qr-header-col-1-shuffle-btn {
            display: none;
        }
        .brite-qr-header-col-2 {
            display: none;
        }
        .brite-qr-header-col-3 {
            flex-basis: 65%;
        }
        .brite-qr-generator {
            flex-direction: row;
            width: 100%;
        }
        .brite-qr-generator-container {
            width: 100%;
            padding: 50px 10px;
        }
        .brite-qr-generator-col-1, .brite-qr-generator-col-2, .brite-qr-generator-col-3 {
            flex-basis: 100%;
            max-width: 100%;
            margin-top: 0;
        }
         .brite-qr-features-container {
            padding: 50px 10px;
            text-align: center;
         }
        .brite-qr-features {
            flex-direction: row;
        }
        .brite-qr-features-col {
            flex-basis: 49%;
            padding: 15px;
            box-shadow: none;
            border: 1px solid #000000;
        }
        .brite-qr-features-col p {
            color: #000000;
        }
        .brite-qr-features-col .btn {
            background-color: #005dff;
            color: #ffffff;
        }
        .brite-qr-myaccount-col-1, .brite-qr-myaccount-col-2 {
            padding: 10px;
        }
        .brite-qr-footer {
            padding: 50px 10px;
        }
        .brite-qr-footer-col a {
            background-color: #eeeeee;
    margin-bottom: 1px;
    display: block;
    padding: 10px;
    border-radius: 12px;
        }
        .brite-qr-footer-col-newsletter .footer-newsletter-form {
            input {
                width: 70%;
            }
        }
            .brite-qr-hero-container {
            }
            .brite-qr-hero {
                padding: 0;
                padding-bottom: 50px;
            }
            .brite-qr-hero-col {
                padding: 0;
            }
            .brite-qr-hero-col .headline {
                        font-size: 3em;
        margin-bottom: -25px;
        margin-top: 50px;
        width: 100%;
        line-height: 1;
            }
            .brite-qr-hero-col .btn-1 { 
                
            }
            .brite-qr-hero-col p, .brite-qr-hero-col h1 {
                line-height: 1.2;
                font-size: 16px;
            }
            .brite-qr-hp-top-4-container {
                padding: 30px 10px;
            }
            .brite-qr-hp-top-4 {
                flex-direction: column;
            }
            .brite-qr-hp-top-4-col {
                margin-bottom: 10px;
            }
            .brite-qr-features-container h2 {
                font-size: 1.5em !important;
            }
            .brite-qr-social {
                flex-direction: column;
                padding: 50px;
                margin-bottom: 100px;
            }
            .brite-qr-pricing-container {
                padding: 20px;
            }
            .brite-qr-pricing-container h2 {
                font-size: 1.5em !important;
            }
            .brite-qr-pricing-col {
                margin-bottom: 20px;
            }
            .brite-qr-faq-container h2 {
                font-size: 1.5em !important;
            }
            .brite-qr-gamify {
                flex-direction: column-reverse;
                padding: 50px;
            }
            .brite-qr-join {
                flex-direction: column-reverse;
                padding: 50px;
            }
            .brite-qr-footer-col-newsletter .footer-newsletter-form {
    input {
        width: 40% !important;
    }
            }
        }