body {
    background: radial-gradient(circle at 0% 50%, rgba(52, 132, 255, 0.2) 7%, transparent 20%),
    radial-gradient(circle at 100% 35%, rgba(52, 132, 255, 0.2) 7%, transparent 25%),
    white;
}

.sponsors-sidebar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin: 40px auto 0 auto;
    text-align: center;
}

.sponsors-sidebar h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .sponsors-sidebar {
        display: none;
    }
}


.white-label-container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.white-label-contact {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 150px;
    align-items: flex-start;
    justify-content: center;
}

.white-label-contact-logo {
    display: flex;
    width: 60%;
}

.white-label-contact-info-inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
}

.white-label-contact-phone {
    display: flex;
    width: 50%;
}

.white-label-contact-email {
    display: flex;
    width: 50%;
}

.white-label-contact-logo,
.white-label-contact-phone,
.white-label-contact-email {
    height: 100%;
    align-items: center;
    padding: 50px;
}

.white-label-contact-logo img {
    max-width: 140px;
    max-height: 140px;
}

.white-label-contact-phone img,
.white-label-contact-email img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
}

.white-label-business-name {
    display: flex;
    justify-content: center;
    align-items: center;
}

.white-label-business-name h1 {
    font-size: 65px;
    font-weight: bold;
}

.white-label-business-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 60%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
    color: #737373;
}

.white-label-business-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
    gap: 10px;
}

.selected-category-item {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 120px;
    max-width: 250px;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #34D082;
    border-radius: 25px;
    color: #34D082;
    padding: 5px 15px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.selected-category-item h2 {
    font-size: clamp(14px, 4vw, 18px);
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.white-label-business-header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.white-label-business-header img {
    border-radius: 20px;
    width: 80%;
    height: 500px;
}

.white-label-top-link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
    margin-top: 10px;
}

.selected-topLink-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 50px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 20px;
    margin-right: 10px;
    background-color: #3378F9;
    color: #fff;
    padding: 5px;
    transition: transform 0.2s ease-in-out, font-size 0.2s ease-in-out;
}

.selected-topLink-item:hover {
    transform: scale(1.1);
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

.selected-topLink-item:active {
    transform: scale(1.2);
    font-size: 21px;
}

.white-label-basic-product {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
}

.white-label-basic-product h1 {
    font-size: 44px;
    font-weight: bold;
}

.product_container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
}

.single-product-item {
    display: flex;
    width: 80%;
    flex-direction: row;
    justify-content: center;
}

.single-product-image img {
    width: 485px;
    height: 311px;
    border-radius: 20px;
}

.single-product-content {
    display: flex;
    width: calc(100% - 40%);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    margin-left: 20px;
}

.single-product-content-name {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 15%;
}

.single-product-content-description {
    display: flex;
    width: 100%;
    max-height: 40%;
}
.single-product-content-category {
    display: flex;
    width: 100%;
    height: 15%;
}
.single-product-content-price {
    display: flex;
    align-items: center;
    width: 100%;
    height: 15%;
    color: #5CAF86;
    font-size: 32px;
    font-weight: 400;
}

.currency-symbol {
    font-weight: 650;
    margin-right: 5px;
}

.price-value {
    font-weight: 400;
}

.price-value::after {
    content: ".00";
    font-size: 0.8em;
}

.single-product-content-button {
    display: flex;
    width: 100%;
    height: 15%;
}

.single-product-category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 188px;
    height: 45px;
    border: 2px solid #34D082;
    color: #34D082;
    border-radius: 20px;
}

.single-product-button {
    display: flex;
}

.single-product-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 237px;
    height: 45px;
    color: #fff;
    background-color: #34D09C;
    border-radius: 10px;
    font-size: 20px;
}

.single-product-content-name,
.single-product-content-description,
.single-product-content-category,
.single-product-content-price,
.single-product-content-button {
    margin-bottom: 15px;
}

.white-label-basic-address {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
}

.white-label-basic-address img {
    margin-right: 10px;
}

.white-label-basic-address span {
    font-size: 20px;
    font-weight: bold;
}

.white-label-basic-media {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 20px;
    margin-bottom: 50px;
}

.white-label-basic-media a {
    display: inline-flex;
    transition: transform 0.2s ease-in-out;
}

.white-label-basic-media img {
    width: 50px;
    height: auto;
}

.white-label-basic-media a:hover {
    transform: scale(1.1);
}


@media (max-width: 768px) {
    .white-label-container {
        padding: 10px;
    }

    .white-label-contact {
        flex-direction: column;
        align-items: center;
        height: auto;
        gap: 20px;
    }

    .white-label-contact-logo,
    .white-label-contact-phone,
    .white-label-contact-email {
        width: 100%;
        justify-content: center;
        padding: 20px;
    }

    .white-label-contact-info-inner {
        flex-direction: column;
        gap: 20%;
    }

    .white-label-contact-logo img {
        max-width: 130px;
        max-height: 130px;
    }

    .white-label-business-name h1 {
        font-size: 42px;
        text-align: center;
    }

    .white-label-business-description {
        font-size: 16px;
        max-width: 90%;
    }

    .white-label-business-categories {
        flex-wrap: wrap;
        gap: 10px;
    }

    .selected-category-item {
        width: 120px;
        height: 35px;
        font-size: 14px;
        border-radius: 15px;
        padding: 5px 10px;
    }

    .selected-category-item h2 {
        font-size: 14px;
    }

    .white-label-business-header img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .white-label-top-link {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .selected-topLink-item {
        width: 90%;
        font-size: 16px;
        height: 45px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .white-label-basic-product h1 {
        font-size: 32px;
    }

    .product_container {
        flex-direction: column;
    }

    .single-product-item {
        flex-direction: column;
        width: 90%;
        align-items: center;
    }

    .single-product-image img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .single-product-content {
        width: 100%;
        margin-left: 0;
        text-align: center;
        align-items: center;
    }

    .single-product-content-name,
    .single-product-content-description,
    .single-product-content-category,
    .single-product-content-price,
    .single-product-content-button {
        width: 100%;
        text-align: center;
    }

    .single-product-content-price {
        font-size: 28px;
    }

    .single-product-category {
        width: 100%;
        height: auto;
        padding: 10px;
    }

    .single-product-button {
        width: 70%;
    }

    .single-product-button a {
        width: 100%;
    }

    .white-label-basic-address {
        text-align: center;
    }

    .white-label-basic-media {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .white-label-basic-media img {
        width: 40px;
    }
}

.white-label-products {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 40px;
}

.white-label-products h2 {
    font-size: 44px;
    font-weight: bold;
}

.products_container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.multiple_products_container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 80vw;
    padding: 20px;
    position: relative;
}

.product-item {
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    padding: 20px;
    transition: transform 0.2s ease-in-out;
}

.multiple_products_container .product-item:nth-child(1):nth-last-child(1) {
    flex: 1 1 100%;
    max-width: 500px; /* Or whatever max-width looks nice */
}

/*.multiple_products_container:has(.product-item:nth-child(1):nth-last-child(1)) {*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

.multiple_products_container .product-item:nth-child(1):nth-last-child(2),
.multiple_products_container .product-item:nth-child(2):nth-last-child(1) {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
}

.multiple_products_container .product-item:nth-child(1):nth-last-child(3),
.multiple_products_container .product-item:nth-child(2):nth-last-child(2),
.multiple_products_container .product-item:nth-child(3):nth-last-child(1) {
    flex: 1 1 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
}

.multiple_products_container .product-item {
    flex: 1 1 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
}

.product-item:nth-last-child(-n+3):nth-child(3n + 1),
.product-item:nth-last-child(-n+2):nth-child(3n + 2),
.product-item:nth-last-child(-n+1):nth-child(3n + 3) {
    position: relative;
    z-index: 10;
    margin-bottom: -90px;
}

.multiple_products_container:has(.product-item:nth-child(1):nth-last-child(1)) {
    display: flex;
    justify-content: center;
}

.product-item:hover {
    transform: translateY(-5px);
}

.product-item-image {
    width: 100%;
    max-width: 480px;
    max-height: 280px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.product-item-image-carousel {
    width: 100%;
    max-width: 480px;
    max-height: 280px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transform: translateX(100%);
    transition: all 0.8s ease-in-out;
}

.product-item-image-carousel.active {
    opacity: 1;
    transform: translateX(0);
    z-index: 1;
}

.product-content-name h1 {
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0;
}

.product-content-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    line-height: 1.6;
}

.product-content-category {
    margin-bottom: 10px;
}

.product-category {
    display: inline-block;
    padding: 8px 15px;
    border: 2px solid #34D082;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #34D082;
}

.product-content-price {
    font-size: 24px;
    font-weight: bold;
    color: #34D082;
    margin-bottom: 15px;
}

.product-content-button {
    display: flex;
    justify-content: center;
}

.product-button a {
    display: inline-block;
    padding: 12px 25px;
    background-color: #34D09C;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
}

.product-button a:hover {
    background-color: #2aaf82;
}

.white-label-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #2C3245, #3378F9);
    width: 100%;
    min-height: 600px; /* ✅ replaces height */
    position: relative;
    overflow: visible; /* ✅ allow content like address to show */
}


.top-links {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
    flex-direction: column;
    gap: 10px;
}

.top-links h2 {
    font-weight: bold;
    font-size: 44px;
    color: white;
}

.topLink-item {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #3378F9;
    color: #0a0a0a;
    font-size: 24px;
    width: 450px;
    height: 70px;
    border-radius: 10px;
}

.topLink-item:hover {
    transform: scale(1.1);
    color: #0a0a0a;
    text-decoration: none;
    font-size: 28px;
}

.topLink-item:active {
    transform: scale(1.2);
    font-size: 21px;
}

.white-label-address {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.white-label-address img {
    margin-right: 10px;
}

.white-label-address span {
    font-size: 20px;
    font-weight: bold;
    color: white;
}

@media (max-width: 768px) {
    .white-label-products {
        padding: 20px;
    }

    .white-label-products h2 {
        font-size: 32px;
        text-align: center;
    }

    .multiple_products_container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 20px 10px;
    }

    .product-item {
        width: 90% !important;
        max-width: 450px !important;
        flex: none !important;
    }

    .product-item:nth-last-child(-n+3) {
        margin-bottom: 0 !important;
    }

    .product-content-description {
        font-size: 13px;
    }

    .product-category {
        font-size: 12px;
        padding: 6px 12px;
    }

    .product-content-price {
        font-size: 20px;
    }

    .product-button a {
        font-size: 14px;
        padding: 10px 20px;
    }

    .white-label-links {
        height: auto;
        padding: 30px 10px;
        text-align: center;
    }

    .top-links {
        padding: 15px;
        margin-top: 50px;
    }

    .top-links h2 {
        font-size: 28px;
    }

    .topLink-item {
        width: 90%;
        height: 60px;
        font-size: 20px;
    }

    .white-label-address {
        flex-direction: column;
        text-align: center;
    }

    .white-label-address img {
        margin-bottom: 10px;
    }

    .white-label-address span {
        font-size: 18px;
    }
}

.white-label-website-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

/* 🌍 The Earth */
.css-globe {
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #3fa9f5 40%, #1c78c0 100%);
    box-shadow: inset -5px -5px 8px rgba(255, 255, 255, 0.3),
    inset 5px 5px 8px rgba(0, 0, 0, 0.2),
    0 0 30px rgba(52, 132, 255, 0.5);
    overflow: hidden;
    animation: spin 15s linear infinite;
}

/* 🟢 Landmasses (randomized shape for realism) */
.css-globe::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: radial-gradient(circle at 25% 50%, rgba(34,139,34,0.6) 15%, transparent 40%),
    radial-gradient(circle at 75% 30%, rgba(34,139,34,0.6) 10%, transparent 35%),
    radial-gradient(circle at 50% 80%, rgba(34,139,34,0.6) 12%, transparent 45%);
    animation: landmove 8s linear infinite;
    border-radius: 50%;
    z-index: 2;
}

/* ☁️ Animated Cloud Layers */
.cloud-layer {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.2) 15%, transparent 40%),
    radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.15) 10%, transparent 50%);
    animation: cloudmove 14s linear infinite;
    border-radius: 50%;
    z-index: 3;
}

/* 🌙 Shading for 3D effect */
.css-globe::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 120% 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.2) 90%);
    border-radius: 50%;
    z-index: 4;
}

/* ✨ Glow effect around the planet */
.glow-ring {
    position: absolute;
    top: -8px;
    left: -8px;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    border-radius: 50%;
    box-shadow: 0 0 25px rgba(52, 132, 255, 0.4),
    0 0 50px rgba(52, 132, 255, 0.2);
    animation: pulse 5s ease-in-out infinite;
    z-index: 0;
}

/* 🏷️ Tooltip with Business Name */
.globe-tooltip {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.2s ease-in-out;
}

/* Show tooltip on hover */
.white-label-website-link a:hover .globe-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-5px);
}

/* 🌐 Animations */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes landmove {
    0% { left: -100%; }
    100% { left: 0%; }
}

@keyframes cloudmove {
    0% { left: -100%; }
    100% { left: 0%; }
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 0 25px rgba(52, 132, 255, 0.4),
        0 0 50px rgba(52, 132, 255, 0.2);
    }
    50% {
        box-shadow: 0 0 35px rgba(52, 132, 255, 0.6),
        0 0 60px rgba(52, 132, 255, 0.3);
    }
}


.white-label-reviews-section {
    padding: 40px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.review-cards-scroll {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding: 20px 0;
}

.review-cards-scroll::-webkit-scrollbar {
    height: 8px;
}

.review-cards-scroll::-webkit-scrollbar-thumb {
    background-color: #34D082;
    border-radius: 4px;
}

.review-card {
    min-width: 250px;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.review-card h4 {
    margin-bottom: 10px;
}

.review-card .stars {
    color: #FFD700;
}

#review-form {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#review-form {
    margin-top: 30px;
    padding: 30px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 600px;
    width: 100%;
}

#review-form input[type="text"],
#review-form textarea,
#review-form select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

#review-form input[type="text"]:focus,
#review-form textarea:focus,
#review-form select:focus {
    border-color: #34D082;
    outline: none;
    box-shadow: 0 0 0 3px rgba(52, 208, 130, 0.15);
}

#review-form textarea {
    min-height: 120px;
    resize: vertical;
}

#review-form select {
    background-color: #fff;
}

#review-form button {
    padding: 12px 20px;
    background-color: #34D09C;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, transform 0.15s ease-in-out;
}

#review-form button:hover {
    background-color: #2aaf82;
    transform: scale(1.02);
}

#review-form button:active {
    transform: scale(0.98);
}

#review-msg {
    margin-top: 10px;
    font-weight: 500;
    font-size: 15px;
    color: #34D082;
}

.star-rating {
    display: flex;
    gap: 5px;
    font-size: 30px;
    margin: 10px 0;
    cursor: pointer;
    user-select: none;
}

.star-rating .star {
    color: #ccc;
    transition: color 0.2s ease-in-out;
}

.star-rating .star.selected {
    color: #FFD700; /* gold */
}

.carousel-img {
    width: 100%;
    border-radius: 15px;
    transition: opacity 0.5s ease-in-out;
    object-fit: cover;
}

.links-wrapper {
    position: relative;
    transition: top 0.3s ease;
}

/* --- GALLERY --- */
.product-gallery {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-main {
    width: 100%;
}

.product-main-image {
    width: 100%;
    max-width: 480px;
    max-height: 280px;
    border-radius: 15px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.product-thumbs {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}

.product-thumb {
    padding: 0;
    border: 2px solid transparent;
    border-radius: 10px;
    background: transparent;
    cursor: pointer;
    transition: transform .15s ease, border-color .15s ease, opacity .15s ease;
}

.product-thumb img {
    width: 70px;
    height: 55px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    opacity: .7;
}

.product-thumb.active,
.product-thumb:hover {
    border-color: #34D082;
}

.product-thumb.active img,
.product-thumb:hover img {
    opacity: 1;
}

@media (max-width: 768px) {
    .product-main-image {
        max-width: 100%;
        height: auto;
    }
    .product-thumb img {
        width: 60px;
        height: 48px;
    }
}

/* Remove the duplicated decimals */
.price-value::after { content: none; }

/* 1) Products stack above; give them bottom padding for the overlap space */
.products_container {
    position: relative;
    z-index: 2;                 /* above the blue section */
    padding-bottom: 120px;      /* room for the overlap */
}

/* 2) Blue section is pulled up a fixed amount and provides internal top padding */
.white-label-links {
    position: relative;
    z-index: 1;
    background: linear-gradient(to right, #2C3245, #3378F9);
    width: 100%;
    overflow: visible;
    /* replace min-height/height games with padding that works with the overlap */
    margin-top: -90px;          /* actual overlap height */
    padding-bottom: 40px;       /* as you like */
    min-height: 0;              /* let padding create the height */
}

/* Center the content consistently */
.white-label-links .links-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

/* 3) REMOVE the row-dependent negative margins */
.product-item:nth-last-child(-n+3):nth-child(3n + 1),
.product-item:nth-last-child(-n+2):nth-child(3n + 2),
.product-item:nth-last-child(-n+1):nth-child(3n + 3) {
    margin-bottom: 0;           /* or just delete this whole rule */
}

/* Optional: smooth mobile overlap */
@media (max-width: 768px) {
    .products_container { padding-bottom: 80px; }
    .white-label-links { margin-top: -60px; }
}
