body {
    /* font-family: "Rubik", sans-serif; */
    background-color: #f4f4f4;
    font-family: "Inter", sans-serif;
    background: linear-gradient(8deg, #84b5ed, #e6f2ff),linear-gradient(142deg, transparent, white),linear-gradient(108deg, #e3f1fe, transparent);
}

.top-progress {
    height: 10px;
    background-color: #ddd;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 10px;
}

.top-progress-fill {
    height: 100%;
    background-color: #4CAF50;
    width: 0%;
    transition: width 0.4s ease-in-out;
}

.reward-message {
    display: none;
    color: #8bbd4d;
    font-weight: 600;
    margin: 10px 0 20px;
    text-align: center;
    position: absolute;
    bottom: 48px;
}

.survey-question {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
/* .survey-option {
      margin: 10px 0;
      padding: 8px;
      border-radius: 4px;
      cursor: pointer;
      color: #fff;
      font-size: 16px;
      transition: background 0.3s ease;
      position: relative;
      width: 46%;
      float: left;
      margin-right: 4%;
      padding-left: 12px;
    } */

.survey-option {
    margin: 10px 0;
    margin-right: 0px;
    padding: 10px 17px;
    border-radius: 34px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    transition: background 0.3s ease;
    position: relative;
    width: 46%;
    float: left;
    margin-right: 4%;
    padding-left: 12px;
    text-align: center;
}


    .survey-option:hover {
        background: aliceblue !important;
    }

    .survey-option:nth-child(0) {
        background-color: #ffffff;
        color: #000000;
        border: 1px solid #cccccc;
    }

    .survey-option:nth-child(1) {
        background-color: #ffffff;
        color: #000000;
        border: 1px solid #cccccc;
    }

    .survey-option:nth-child(2) {
        background-color: #ffffff;
        color: #000000;
        border: 1px solid #cccccc;
    }

    .survey-option:nth-child(3) {
        background-color: #ffffff;
        color: #000000;
        border: 1px solid #cccccc;
    }

    .survey-option:nth-child(4) {
        background-color: #ffffff;
        color: #000000;
        border: 1px solid #cccccc;
    }

    .survey-option:nth-child(5) {
        background-color: #ffffff;
        color: #000000;
        border: 1px solid #cccccc;
    }

.percentage-label {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 16px;
    display: none;
}

.thank-you {
    display: none;
    text-align: center;
    font-size: 24px;
    color: #2c7a00;
    /* margin-top: 30px; */
}

/* ===================================================== */
/* body {
      background: #f4f4f4;
      font-family: "Open Sans", sans-serif;
    } */
.bodyPart {
    height: 100vh;
    display: flex;
    /* background: linear-gradient(8deg, #84b5ed, #e6f2ff),linear-gradient(142deg, transparent, white),linear-gradient(108deg, #e3f1fe, transparent); */
    /* background: #fff; */
    /* background: #fff url(../images/line.webp); */
    margin: 0;
    padding: 0;
    /* background: linear-gradient(180deg, #F6F6F6 43.71%, rgba(246, 246, 246, 0.00) 100%); */
    /* background: linear-gradient(180deg, #F6F6F6 43.71%, rgba(139, 191, 74, 0.33) 100%); */
}

.quiz_part {
    margin: auto;
    position: relative;
}

.quiz-container {
    background: #fff;
    -webkit-box-shadow: 0 31px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 31px 35px rgba(0, 0, 0, .1);
    padding: 60px 40px;
    width: 830px;
    margin: auto;
    border-radius: 60px;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
    position: relative;
    position: relative;
    /* background-image: url(../images/gradient.svg);
      background-size: 100% auto;
      border: 1px solid #fff; */
    border: 1px solid #dbdbdb;
    /* background-image:linear-gradient(180deg, #FFF 43.71%, rgba(139, 191, 74, 0.33) 100%); */
    /* background: linear-gradient(155deg, rgb(255 255 255) 0%, rgb(203 253 223) 50%, #ffc1073d 100%); */
    /* background: linear-gradient(155deg, rgb(255 255 255) 0%, #fff 50%, #8abb4c73 100%); */
    /* background: linear-gradient(155deg, rgb(255 255 255) 0%, #fff 50%, #c4ffde73 100%); */
    float: left;
    z-index: 9;
    box-shadow: rgba(3, 0, 71, 0.09) 0px 8px 45px;
}

.question {
    font-size: 30px;
    margin-bottom: 45px;
    font-weight: 600;
    line-height: 35px;
}

.options {
    list-style: none;
    padding: 0;
}
    /* .options li {
      background: #eee;
      padding: 10px 15px;
      margin-bottom: 8px;
      border-radius: 4px;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
    } */

    .options li {
        background: #8abb4c;
        padding: 10px 35px;
        margin-bottom: 20px;
        border-radius: 4px;
        cursor: pointer;
        /* display: flex;
      justify-content: space-between;
      align-items: center; */
        position: relative;
        width: 44%;
        float: left;
        margin-right: 6%;
        color: #fff;
        font-size: 23px;
        text-align: center;
        font-weight: 600;
    }

.percent-text {
    color: #4caf50;
    font-weight: bold;
    display: none;
}

#quiz {
    padding-top: 21px;
    /* text-align: center; */
}

    #quiz h2 {
        font-weight: 600;
        text-align: center;
    }

.options li:hover {
    background: #7cb335;
}
/* .progress {
      background: #ddd;
      height: 20px;
      border-radius: 10px;
      margin-top: 20px;
      overflow: hidden;
    } */
.progress-bar {
    height: 100%;
    /* background: #4caf50; */
    width: 0%;
    transition: width 0.5s ease;
}

.percent-bar {
    /* background: #2196F3; */
    height: 20px;
    margin-top: 10px;
    border-radius: 4px;
    color: white;
    text-align: center;
    line-height: 20px;
    display: none;
}

.progress {
    /* background:#beda99; */
    background: #0000001c;
    height: 58px;
    margin-top: 20px;
    overflow: hidden;
    position: absolute;
    width: 828px;
    top: -27px;
    left: 0;
    border-radius: 400px 400px 0 0;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.reward-points {
    position: absolute;
    top: -25px;
    left: 10px;
    background: gold;
    color: black;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: bold;
    animation: floatUp 1.5s ease forwards;
    pointer-events: none;
    opacity: 0;
    z-index: 10;
}

@keyframes floatUp {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(-30px);
        opacity: 0;
    }
}


.header {
    background: #fff;
   /* position: fixed;*/
    width: 100%;
    z-index: 99;
    /* padding: 20px 0; */
    box-shadow: 0px 0px 7px #e9e9e9;
}

.right_text {
    text-align: right;
    line-height: 49px;
    font-size: 23px;
    font-weight: 600;
}

.logo img {
    width: 220px;
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgb(137, 187, 75) !important;
}

.percent-text {
    background: #ffffff;
    color: #8abb4c;
    position: absolute;
    right: -18px;
    top: -1px;
    padding: 9px;
    border-radius: 50px;
    width: 57px;
    height: 57px;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid #8abb4c;
}

.right_text p {
    background: linear-gradient(to right, #fda420, #8abb4c);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}


.percent-text {
    /* color: #4caf50; */
    font-weight: bold;
    display: inline-block;
    opacity: 0;
    transform: translateX(10px);
    animation: slideIn 0.5s ease forwards;
}

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



.circle-1, .circle-2 {
    content: " ";
    z-index: -1;
    width: 150px;
    height: 150px;
    position: absolute;
    background: rgb(227, 233, 239);
}

.circle-1 {
    top: 0px;
    right: 0px;
    margin-top: -65px;
    margin-right: -75px;
    border-radius: 300px;
    background: rgb(251, 238, 240);
    z-index: 1;
}

.circle-2 {
    left: 0px;
    bottom: 0px;
    margin-left: -75px;
    border-radius: 300px;
    margin-bottom: -65px;
    z-index: 1;
}

footer {
    /* position: absolute;
      bottom: 0;
      left: 50px; */
    font-size: 14px;
}

    footer ul {
        padding: 20px 50px;
        margin: 0;
    }

        footer ul li {
            list-style: none;
            color: #fff;
        }

.survey-option.active {
    background-color: #e2e8ef !important;
    border-color: #dadde1;
    color: #000000;
}

.percentage-label {
    font-weight: bold;
    font-size: 16px;
    color: #7cb335;
    text-align: right;
    /* margin-top: 5px; */
}

.prgressPartHide {
    width: 828px;
    height: 63px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 51px 51px 0 0;
}

#survey-content {
    margin-top: 6px;
}














.quizAdd {
    height: 100%;
    position: relative;
    padding-bottom: 150px;
}

.quiz_partAdd01 {
    margin-top: 160px;
}





/*  */


/* Animated background particles */
.particles {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.particle {
    position: absolute;
    background: rgba(232, 171, 171, 0.1);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

    .particle:nth-child(1) {
        width: 8px;
        height: 8px;
        left: 10%;
        animation-delay: 0s;
    }

    .particle:nth-child(2) {
        width: 12px;
        height: 12px;
        left: 20%;
        animation-delay: 1s;
    }

    .particle:nth-child(3) {
        width: 6px;
        height: 6px;
        left: 30%;
        animation-delay: 2s;
    }

    .particle:nth-child(4) {
        width: 10px;
        height: 10px;
        left: 70%;
        animation-delay: 0.5s;
    }

    .particle:nth-child(5) {
        width: 14px;
        height: 14px;
        left: 80%;
        animation-delay: 1.5s;
    }

    .particle:nth-child(6) {
        width: 8px;
        height: 8px;
        left: 90%;
        animation-delay: 2.5s;
    }

@keyframes float {
    0%, 100% {
        transform: translateY(100vh) rotate(0deg);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateY(-100px) rotate(360deg);
        opacity: 0;
    }
}

.container {
    text-align: center;
    position: relative;
    z-index: 2;
    /* padding: 40px;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(20px);
        border-radius: 30px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
        max-width: 600px;
        margin: 0 20px; */
   /* animation: slideUp 1s ease-out;*/
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.main-text {
    font-size: 35px;
    font-weight: 700;
    /* background: linear-gradient(45deg, #ff6b6b, #ffd93d, #6bcf7f, #4ecdc4, #45b7d1); */
    /* background: linear-gradient(45deg, #ff6b6b, #ffd93d, #6bcf7f, #4a89c1, #537c86);
        background-size: 300% 300%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        animation: gradientShift 3s ease-in-out infinite; */
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.emphasis {
    position: relative;
    display: inline-block;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

.subtitle {
    font-size: 1.2rem;
    /* color: rgba(255, 255, 255, 0.9); */
    font-weight: 400;
    margin-top: 10px;
    animation: fadeIn 2s ease-in;
    color: rgb(0, 0, 0);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.decorative-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.star {
    position: absolute;
    color: #ffd93d;
    font-size: 1.5rem;
    animation: twinkle 2s infinite;
}

    .star:nth-child(1) {
        top: 20%;
        left: 5%;
        animation-delay: 0s;
    }

    .star:nth-child(2) {
        top: 20%;
        right: 10%;
        animation-delay: 0.5s;
    }

    .star:nth-child(3) {
        bottom: 15%;
        left: 10%;
        animation-delay: 1s;
    }

    .star:nth-child(4) {
        bottom: 25%;
        right: 15%;
        animation-delay: 1.5s;
    }

@keyframes twinkle {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

/* .progress-bar {
        width: 100%;
        height: 8px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 10px;
        margin-top: 30px;
        overflow: hidden;
        position: relative;
    }
    
    .progress-fill {
        height: 100%;
        background: linear-gradient(90deg, #ff6b6b, #ffd93d, #6bcf7f);
        border-radius: 10px;
        width: 85%;
        animation: progressFill 3s ease-out;
        position: relative;
        overflow: hidden;
    }
    
    .progress-fill::after {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
        animation: shimmer 2s infinite;
    }
    
    @keyframes progressFill {
        from { width: 0%; }
        to { width: 85%; }
    }
    
    @keyframes shimmer {
        0% { left: -100%; }
        100% { left: 100%; }
    }
    
    .progress-text {
        color: rgba(255, 255, 255, 0.8);
        font-size: 0.9rem;
        margin-top: 10px;
        font-weight: 500;
    } */

/* Responsive design */
@media (max-width: 768px) {
    .container {
        padding: 30px 20px;
        margin: 0 15px;
    }

    .main-text {
        font-size: 2rem;
    }

    .subtitle {
        font-size: 1rem;
    }
}





/* ----------------------------------------- */


/* 
    .progress-bar {
      height: 8px;
      background: #ccc;
      border-radius: 8px;
      margin-bottom: 20px;
      overflow: hidden;
    }

    .progress-fill {
      height: 100%;
      background: linear-gradient(to right, #76b900, #76b900);
      width: 0%;
      transition: width 0.3s ease;
    } */

.question {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

.options {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.option {
    flex: 1 1 45%;
    /* background: #f6f6f6; */
    background: #e6e6e6d6;
    border: 1px solid #cccccc73;
    border-radius: 25px;
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

    .option.active {
        /* background: #dce1e9; */
        background: #d9e7fd;
    }

    .option span {
        font-weight: bold;
        color: #76b900;
        position: absolute;
        right: 15px;
    }

.footer {
    margin-top: 30px;
}

.points {
    color: #76b900;
    font-weight: bold;
    display: none;
}

.next-btn {
    background: #76b900;
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    float: right;
}

.copyright {
    font-size: 12px;
    text-align: center;
    color: #999;
    margin-top: 50px;
}

#totalPoints {
    position: absolute;
    right: 30px;
    top: -50px;
    background: #76b900;
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: bold;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    display: none; /* <-- Initially hidden */
    transition: opacity 0.5s ease;
}





.redirect-progress-bar {
    background: #0000001c;
    height: 58px;
    margin-top: 20px;
    overflow: hidden;
    position: absolute;
    width: 828px;
    top: -27px;
    left: 0;
    border-radius: 400px 400px 0 0;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
    display: none;
}

.redirect-progress-fill {
    height: 110px;
    width: 0%;
    background: #76b900;
    /* border-radius: 50px; */
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}


.quiz-container01 {
    /* background-image: url(../images/02.png); */
    /* background-image: url(../images/bonus_bg.png);
      background-repeat: no-repeat;
      background-size: cover;
      padding: 40px 40px 10px 40px !important;         */
    /* height: 550px; */
    height: auto;
    width: 830px;
    padding: 0 20px !important;
    display: flex;
}

.p_tag {
    font-size: 28px;
    font-weight: 400;
    margin: 0;
}

.bodyPart01 {
    height: 100vh;
}







/* .question_bonusPoint {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
} */
.animated-bg_bonusPoint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.floating-shape_bonusPoint {
    position: absolute;
    opacity: 0.06;
    animation: floatUpDown 8s ease-in-out infinite;
}

.shape-1_bonusPoint {
    width: 120px;
    height: 120px;
    background: linear-gradient(45deg, #667eea, #764ba2);
    border-radius: 50%;
    top: 10%;
    left: 15%;
    animation-delay: -2s;
}

.shape-2_bonusPoint {
    width: 100px;
    height: 100px;
    background: linear-gradient(45deg, #f093fb, #f5576c);
    border-radius: 20px;
    top: 20%;
    right: 20%;
    animation-delay: -1s;
}

.shape-3_bonusPoint {
    width: 140px;
    height: 140px;
    background: linear-gradient(45deg, #4facfe, #00f2fe);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    bottom: 20%;
    left: 10%;
    animation-delay: -3s;
}

.shape-4_bonusPoint {
    width: 110px;
    height: 110px;
    background: linear-gradient(45deg, #43e97b, #38f9d7);
    border-radius: 15px;
    bottom: 30%;
    right: 15%;
    animation-delay: -4s;
}

@keyframes floatUpDown {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-40px) rotate(180deg);
    }
}

.container01_bonusPoint {
    max-width: 790px;
    margin: 0 auto;
    padding: 2rem;
    /* min-height: 100vh; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.main-content_bonusPoint {
    text-align: center;
}

/* .main-text {
    font-size: clamp(28px, 5vw, 40px) !important;
    font-weight: bold !important;
    line-height: 1.3 !important;
    text-align: center !important;
    color: #2d3748;
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.2s forwards;
} */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.p_tag_bonusPoint {
    font-size: clamp(16px, 2.5vw, 20px);
    color: #718096;
    font-weight: 500;
    max-width: 600px;
    margin: 0 auto 1rem auto;
    line-height: 1.6;
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.4s forwards;
}

.carousel-section_bonusPoint {
    /* margin:1rem 0; */
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.6s forwards;
}

.carousel-container_bonusPoint {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 2rem 0;
}

.carousel-track_bonusPoint {
    display: flex;
    width: calc(220px * 16); /* 8 logos × 2 for seamless loop */
    animation: scroll 25s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-220px * 8));
    }
}

.logo-tile_bonusPoint {
    flex-shrink: 0;
    width: 200px;
    height: 110px;
    margin: 0 10px;
    background: white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1), 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 2px solid #f8f9fa;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    padding: 35px !important;
}

    .logo-tile_bonusPoint::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
        transition: left 0.6s ease;
    }

    .logo-tile_bonusPoint:hover {
        transform: translateY(-12px) scale(1.08);
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 10px 30px rgba(0, 0, 0, 0.1);
        border-color: #667eea;
    }

        .logo-tile_bonusPoint:hover::before {
            left: 100%;
        }

        .logo-tile_bonusPoint:hover ~ * .carousel-track_bonusPoint {
            animation-play-state: paused;
        }

.logo-icon_bonusPoint {
    /* width: 70px;
    height: 70px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: white;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); */
}

.logo-name_bonusPoint {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d3748;
    text-align: center;
}

/* Brand specific gradients */
/* .amazon-1_bonusPoint, .amazon-2_bonusPoint { 
    background: linear-gradient(135deg, #ff9900, #ffb84d); 
}
.apple-1_bonusPoint, .apple-2_bonusPoint { 
    background: linear-gradient(135deg, #1d1d1f, #424245); 
}
.walmart-1_bonusPoint, .walmart-2_bonusPoint { 
    background: linear-gradient(135deg, #004c91, #0071ce); 
}
.adidas-1_bonusPoint, .adidas-2_bonusPoint { 
    background: linear-gradient(135deg, #000000, #333333); 
}
.nike-1_bonusPoint, .nike-2_bonusPoint { 
    background: linear-gradient(135deg, #ff6b35, #f7931e); 
}
.google-1_bonusPoint, .google-2_bonusPoint { 
    background: linear-gradient(135deg, #4285f4, #34a853); 
}
.microsoft-1_bonusPoint, .microsoft-2_bonusPoint { 
    background: linear-gradient(135deg, #00bcf2, #0078d4); 
}
.tesla-1_bonusPoint, .tesla-2_bonusPoint { 
    background: linear-gradient(135deg, #e31937, #cc1629); 
} */

/* Image support for logos */
.logo-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
    padding: 20px;
}

/* Tablet (≤1024px) */
@media (max-width: 1024px) {
    .carousel-track_bonusPoint {
        width: calc(160px * 16);
        animation: scrollTablet 22s linear infinite;
    }

    @keyframes scrollTablet {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-160px * 8));
        }
    }

    .logo-tile_bonusPoint {
        width: 150px;
        height: 110px;
        margin: 0 6px;
        border-radius: 16px;
    }

    .logo-icon_bonusPoint {
        width: 55px;
        height: 55px;
        font-size: 1rem;
    }

    .logo-name_bonusPoint {
        font-size: 0.9rem;
    }
}

/* Mobile (≤768px) */
@media (max-width: 768px) {
    .carousel-container_bonusPoint {
        padding: 0.5rem 0;
    }


    .carousel-track_bonusPoint {
        width: calc(0px * 16); /* smaller width for mobile */
        animation: scrollMobile 25s linear infinite;
    }

    @keyframes scrollMobile {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-160px * 8));
        }
    }

    .logo-tile_bonusPoint {
        width: 150px; /* smaller cards */
        height: 110px;
        margin: 0 6px;
        border-radius: 16px;
    }

    .logo-icon_bonusPoint {
        width: 55px;
        height: 55px;
        font-size: 1.2rem;
    }

    .logo-name_bonusPoint {
        font-size: 0.95rem;
        font-weight: 600;
    }

    .main-text {
        font-size: 20px !important;
    }

    .p_tag_bonusPoint {
        font-size: 14px;
        margin-bottom: 2rem;
    }

    .container01_bonusPoint {
        padding: 1rem;
    }

    .main-text {
        font-size: 30px !important;
        line-height: 37px !important;
    }
}

/* Small Mobile (≤480px) */
@media (max-width: 480px) {
    .carousel-track_bonusPoint {
        width: calc(0px * 16); /* even smaller */
        animation: scrollSmallMobile 28s linear infinite;
    }

    @keyframes scrollSmallMobile {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-140px * 8));
        }
    }

    .logo-tile_bonusPoint {
        width: 130px; /* only 1 card fits cleanly */
        height: 100px;
        margin: 0 5px;
        border-radius: 14px;
    }

    .logo-icon_bonusPoint {
        width: 50px;
        height: 50px;
        font-size: 1rem;
    }

    .logo-name_bonusPoint {
        font-size: 0.9rem;
    }
}



/* Pause animation on hover for desktop */
@media (min-width: 769px) {
    .carousel-container_bonusPoint:hover .carousel-track_bonusPoint {
        animation-play-state: paused;
    }
}

/* Smooth transitions for all animations */
.carousel-track_bonusPoint {
    transition: animation-play-state 0.3s ease;
}

/* Enhanced floating shapes for better visual */
.floating-shape_bonusPoint {
    filter: blur(1px);
}

/* Add subtle gradient overlay */
.carousel-container_bonusPoint::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0.8), transparent);
    z-index: 2;
    pointer-events: none;
}

.carousel-container_bonusPoint::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(to left, rgba(255,255,255,0.8), transparent);
    z-index: 2;
    pointer-events: none;
}
















@media screen and (min-width: 320px) and (max-width: 767px) {
    body {
        width: 100%;
        display: inline-block;
        background: linear-gradient(8deg, #84b5ed, #e6f2ff),linear-gradient(142deg, transparent, white),linear-gradient(108deg, #e3f1fe, transparent);
        height: 110vh;
    }

    .quiz-container {
        width: 100%;
        padding: 20px;
        border-radius: 20px;
    }

    .question {
        font-size: 15px;
        margin-bottom: 15px;
        text-align: left;
        line-height: 19px;
    }

    .progress {
        width: 100%;
        top: -24px;
        border-radius: 17px 17px 0 0;
        height: 30px;
        margin-top: 20px;
    }

    .redirect-progress-bar {
        width: 100%;
        top: -24px;
        border-radius: 17px 17px 0 0;
        height: 30px;
        margin-top: 20px;
    }

    .options {
        display: block;
    }

    .container-fluid {
        --vz-gutter-x: 1.5rem;
    }

    .logo img {
        width: 150px;
        margin: 0 auto;
        display: block;
    }

    .right_text {
        text-align: center;
        font-size: 14px;
        top: 0 !important;
    }

        .right_text p {
            margin: 0;
        }

    .option {
        margin-bottom: 10px;
        padding: 7px 17px;
        font-size: 14px;
    }

    .bodyPart {
        width: 90%;
        margin: 0 auto;
    }

    .next-btn {
        padding: 6px 30px;
        border-radius: 25px;
        font-size: 14px;
        margin-top: 10px;
    }

    .footer {
        margin-top: 10px;
    }

    .points {
        font-size: 12px;
    }

    #totalPoints {
        right: 0;
    }

    .main-text {
        font-size: 20px !important;
        line-height: 27px !important;
    }

    .quiz-container01 {
        padding: 20px 20px 10px 20px !important;
        height: 410px;
        background-position: center;
    }

    .bodyPart01 {
        height: 100vh;
    }
}


@media screen and (min-width:768px) and (max-width: 1150px) {
    .quiz-container {
        width: 650px;
        padding: 20px;
        border-radius: 20px;
    }

    .progress {
        width: 100%;
        top: -24px;
        border-radius: 17px 17px 0 0;
        height: 30px;
        margin-top: 20px;
    }

    .redirect-progress-bar {
        width: 100%;
        top: -24px;
        border-radius: 17px 17px 0 0;
        height: 30px;
        margin-top: 20px;
    }

    .bodyPart {
        width: 90%;
        margin: 0 auto;
    }

    .next-btn {
        padding: 6px 30px;
        border-radius: 25px;
        font-size: 14px;
        margin-top: 10px;
    }

    .footer {
        margin-top: 10px;
    }

    #totalPoints {
        right: 0;
    }

    .main-text {
        font-size: 20px !important;
        line-height: 20px !important;
    }

    .quiz-container01 {
        padding: 20px 20px 10px 20px !important;
        height: 280px;
        background-position: center;
    }

    .bodyPart01 {
        height: 100vh;
    }
}

/* New css */

.main-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0px 2px rgba(0,0,0,0.2);
    z-index: 999;
}

footer {
    text-align: center;
    background: #fafafa;
    color: #000;
    padding: 50px 0 0 0;
}

.footer-top {
    margin-bottom: 20px;
}

    .footer-top a {
        color: #000;
        text-decoration: none;
        margin: 0 10px;
        font-weight: 500;
        font-size: 16px;
    }

        .footer-top a:hover {
            color: #8bbf4a;
        }

    .footer-top span {
        color: #000;
        margin: 0 5px;
    }

.footer-middle {
    border-top: 1px solid #e6e6e6;
    margin-top: 20px;
    padding: 20px 20px 0;
    font-size: 16px;
}

.footer-bottom {
    background: #f4f4f4; /* Darker green background */
    margin-top: 20px;
    padding: 15px 10px;
}

    .footer-bottom p {
        margin: 0;
        font-size: 14px;
    }

.highlight {
    color: #719f37; /* Orange color for "USOpinionPoll.com" */
    font-weight: bold;
}

/* Responsive CSS================Start */
@media screen and (min-width: 320px) and (max-width: 767px) {
    .footer-top a {
        width: 100%;
        display: block;
        padding: 10px 0;
    }

    .footer-top span {
        display: none;
    }

    footer {
        padding: 10px 0 0 0;
    }

    .footer-middle {
        font-size: 12px;
    }

    .footer-bottom p {
        font-size: 12px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
    .container {
        padding: 0px 20px;
    }

    .footer-top a {
        font-size: 14px;
    }

    .footer-middle {
        font-size: 12px;
    }

    .feature-content h3 {
        font-size: 18px;
    }

    .feature-content p {
        font-size: 14px;
    }
}

.customlogo01{
    position:relative !important;
    top:14px !important;
}
.customlogo02 {
    position: relative !important;
    top: 10px !important;
}