
.main_products_list {
  margin: 50px auto;
  max-width: 1200px;
  padding: 20px;
  background-color: #14121b;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      position: relative;
    z-index: 10;
}


button, .product_button {
    position: relative;
    z-index: 15;
    pointer-events: auto;
}
.product_block_title {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}



.product_card {
  background-color: #1e1b29;
  border-radius: 10px;
  padding: 20px;
  margin: 20px;
  width: 250px;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4); 
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.product_card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6); 
}

.product_card h4 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 15px;
}

.product_price {
  font-size: 40px;
  color: #dc5ceb; 
  margin-bottom: 10px;
  font-weight: bold;
}


.product_button {
  background-color: #bd7bfd !important;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
  padding: 1rem 1.8rem;
  border-radius: 10px;
  font-weight: 500;
  display: inline-block;
  margin-top: auto;
  align-self: center;
}

.product_button:hover {
  background-color: #a97dd4 !important;
}

.content_container {
  flex-wrap: wrap;
  justify-content: center;
}

.product_details {
  font-size: 18px;
  color: #ccc; 
  line-height: 1.6;
  margin-bottom: 20px;
}

.products {
  display: flex;
  justify-content: center; 
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px; 
}

.payment_note {
  text-align: center;
  margin-top: 30px;
  color: #ffffff;
  font-size: 20px; 
  font-family: Inter, sans-serif; 
  font-weight: bold;
}

.payment_note a {
  color: #9b4db5; 
  text-decoration: underline; 
  font-family: 'Discord';
}

.payment_note a:hover {
  color: #7a3b91;
  text-decoration: underline;
}


.pagination {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.pagination p {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.pagination-buttons {
    display: flex;
    justify-content: center;
    gap: 15px; /* Adds space between buttons */
    margin-top: 5px;
}

/* Ensure feedback buttons stay in one line */
.feedbackbutton {
    background-color: #181621;
    color: #b703cd;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 16px;
}

.feedbackbutton:hover {
    background-color: #b703cd;
    color: #ffffff;
}

.feedbackbutton.disabled {
    background-color: #444;
    color: #888;
    cursor: not-allowed;
}

.hero_desc2 {
    margin-bottom: 20px; 
}

@media (max-width: 768px) {
    .hero_desc2 {
        margin-bottom: 20px; 
        font-display: swap; 
        opacity: 0; 
        animation: fadeIn 0.3s ease-in forwards; 
    }

    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }
}
@font-face {
  font-family: 'Discord';
  src: url('/assets/fonts/UniSansHeavy.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('/assets/fonts/SpaceGrotesk.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'Rebellion';
    src: url('/assets/fonts/RebellionSquad.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'MightySouly';
    src: url('/assets/fonts/MightySouly.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
      font-family: 'Inter';
      src: url('/assets/fonts/Inter-Black.woff2') format('woff2'),
		   url('/assets/fonts/Inter-Black.woff') format('woff');
      font-display: swap;
}
@font-face {
      font-family: 'Monte';
      src: url('/assets/fonts/Montserrat.ttf') format('truetype'),
		   url('/assets/fonts/Montserrat.ttf') format('truetype');
      font-display: swap;
}

.cheapcolor {
  font-family: 'Discord', sans-serif;
}

@media (max-width: 768px) { 
  @font-face {
      font-family: 'Inter';
      src: url('/assets/fonts/Inter-Black.woff2') format('woff2'),
		   url('/assets/fonts/Inter-Black.woff') format('woff');
      font-display: swap;
  }

  body {
      font-family: 'Inter', sans-serif;
  }
}



@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}



@media (max-width: 768px) {
    .hero_desc {
        font-size: 15px; 
        line-height: 1.4;
        text-align: center; 
        opacity: 0; 
        animation: fadeIn 0.3s ease-in forwards; 
    }

    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }
}


@media (max-width: 768px) {
    .desktop-only {
        display: none !important;
    }
}

.logo-container {
    display: flex;
    align-items: center; /* Vertically center */
	margin-bottom: 10px;
}

.logo-container img {
    height: 60px; /* Adjust based on your design */
	width: 60px;
    margin-right: 10px; /* Space between logo and text */
}

.logo-blustboosts {
    font-size: 24px; /* Adjust as needed */
    font-weight: bold;
    color: white; /* Adjust color */
	text-align: center;
	font-family: 'Inter';
	font-display: swap;
}

.tos {
    font-family: 'Inter';
    font-size: 40px;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 100%; /* Ensure it takes full height of its container */
    text-align: center; /* Center text within the element */
}

@keyframes rainbowBorder {
    0% { border-color: #ed5bff; }
    16% { border-color: #f38eff; }
    33% { border-color: #f8beff; }
    66% { border-color: #e71fff; }
    83% { border-color: #e615ff; }
    100% { border-color: #9300a5; }
}

.shopnow_button, .discord_button {
    padding: 1rem 1.8rem;
    color: #fff !important;
    border-radius: 10px;
    font-weight: 500;
    display: inline-block;
    border: 3px solid;
    animation: rainbowBorder 6s infinite linear;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease-in-out;
	
}

.shopnow_button {
    background-color: #bd7bfd !important;
}

.discord_button {
    background-color: #181621 !important;
}

.shopnow_button:hover, .discord_button:hover {
    transform: scale(1.05);
}
.button-container {
    margin-top: 10px; 
    display: flex;
    gap: 10px;  
    margin-bottom: 38px; 
}

.shopnowbutton, .discord-button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .button-container {
        display: flex;
        justify-content: center; /* Centers horizontally */
        align-items: center; /* Centers vertically */
        flex-direction: column; /* Stack buttons vertically */
        text-align: center;
    }

    .shopnow_button, .discord_button {
        width: 80%; /* Make buttons take most of the screen width */
        text-align: center;
    }
}
/*/
==============================================

*/

/* Fix layout for iPad Pro (1024x1366) */
@media screen and (max-width: 1024px) {
    .container {
        max-width: 75%;
        padding: 0 15px;
    }

    .footer-flex, .blustheader {
        text-align: center;
        align-items: center;
    }

    .header_menu {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

	.hero_container {
		margin: 0 auto;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: relative;
	}

    .button-container {
        display: flex;
        justify-content: center; /* Centers horizontally */
        align-items: center; /* Centers vertically */
        flex-direction: column; /* Stack buttons vertically */
        text-align: center;
    }

    .shopnow_button, .discord_button {
        width: 80%; /* Make buttons take most of the screen width */
        text-align: center;
    }

    .content_container {
        max-width: 90%; /* Adjust width to fit the screen */
        padding: 0 20px; /* Add spacing on both sides */
        margin: 0 auto; /* Keep it centered */
    }


}

/* Fix for Asus Zenbook (853x1280) and Surface Pro (912x1368) */
@media screen and (max-width: 912px) {
    .container, .container_large, .container_medium {
        max-width: 70%;
        padding: 0 10px;
    }

    .hero_image {
        max-width: 80%;
        height: auto;
        margin: 0 auto;
    }

    .footer-section {
        width: 100%;
        text-align: center;
    }

    .blustheader {
        flex-direction: column;
        align-items: center;
    }

	.hero_container {
		margin: 0 auto;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: relative;
	}
    .button-container {
        display: flex;
        justify-content: center; /* Centers horizontally */
        align-items: center; /* Centers vertically */
        flex-direction: column; /* Stack buttons vertically */
        text-align: center;
    }

    .shopnow_button, .discord_button {
        width: 80%; /* Make buttons take most of the screen width */
        text-align: center;
    }
    .content_container {
        max-width: 90%; /* Adjust width to fit the screen */
        padding: 0 20px; /* Add spacing on both sides */
        margin: 0 auto; /* Keep it centered */
    }
}

@media screen and (min-width: 768px) and (max-width: 768px) and (min-height: 1024px) and (max-height: 1024px) {
    .container, .container_large, .container_medium {
        max-width: 37%;
        padding: 0 10px;
    }
}
@media screen and (min-width: 540px) and (max-width: 540px) and (min-height: 720px) and (max-height: 720px) {
    .container, .container_large, .container_medium {
        max-width: 51%;
        padding: 0 10px;
    }
}

/*iphone 13 pro*/
@media only screen 
  and (device-width: 390px) 
  and (device-height: 844px) 
  and (-webkit-device-pixel-ratio: 3) {
  
  .cheapcolor {
    font-size: 47px !important;/* tweak this if needed */
    padding: 0 10px;
    text-align: center;
  }
}

.social-share {
  display: flex;
  justify-content: center;
  gap: 25px;
  padding: 20px 0;
}

.social-share a {
  font-size: 24px;
  color: #fff;
  transition: transform 0.2s, color 0.2s;
}

.social-share a:hover {
  transform: scale(1.2);
  color: #e784f3; 
}


.footer-socials {
  padding: 10px;
  text-align: center;
  margin-top: 10px;
}

.footer-socials h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.productboosts_title {
    font-size: 20px; 
    font-weight: bold; 
    margin-bottom: 15px;
}

#reviews {
  padding: 1rem 0 4.5rem;
}

#reviews .product_block_title {
  margin-bottom: 1.1rem !important;
}

#reviews .grid_container {
  margin-top: 0rem !important;
}
.boost_duration {
  font-size: 1rem;
  color: #bd7bfd; 
  font-weight: 400;
  display: inline-block;
  margin-top: 0.1rem;
}


.product_card.hot-buy {
  position: relative;
  border: 2px solid #e08ca8;
  box-shadow: 0 0 0 6px rgba(224,140,168,.12),
              0 12px 32px rgba(224,140,168,.18);
  overflow: hidden;
}

.badge-crown {
  position: absolute;
  top: 0;
  right: 0;
  background: #e08ca8;
  padding: 4px 10px;      
  border-bottom-left-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(224,140,168,.35);
  z-index: 3;
}


.badge-crown svg {
  width: 18px;
  height: 18px;
  fill: #fff;   
}


@media (max-width: 480px) {
  .badge-crown {
    padding: 3px 8px;  
  }
  .badge-crown svg {
    width: 16px;
    height: 16px;
  }
}


.reviews-track{
  display: flex;
  align-items: stretch;
  gap: 32px;                 
  will-change: transform;
  animation: bb-slide-ltr 40s linear infinite;
  white-space: nowrap;
  transform: translateX(0);
}


.review_card{
  display: grid;
  grid-template-rows: auto 1fr auto; 
  align-items: stretch;
  justify-items: center;
  text-align: center;
  height: var(--bb-card-h, auto);
  min-width: 380px;           
  max-width: 420px;
  width: 400px;
  min-height: 160px;
  padding: 16px 18px;
  box-sizing: border-box;

  background: transparent;
  border: 1px solid #23212B;
  border-radius: 12px;
}


.review_card .review_meta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  margin-bottom: .4rem;
}


.review_card .stat_desc{
  align-self: center;        
  margin: 0 .3rem .5rem;
  font-size: .95rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
  white-space: normal;
}


.review_card .stat_title{
  align-self: end;
  justify-self: center;
  margin: 0;
  padding-top: .4rem;
  color: #facc15;
}






.reviews-marquee {
  overflow: hidden;
  padding-top: 0.35rem;
}




#reviews, #FAQ {
  content-visibility: auto;
  contain-intrinsic-size: 800px; 
}

@media (max-width: 768px) {
  #reviews {
    padding: 0.5rem 0 3.25rem;
  }

  .reviews-track {
    animation-duration: 20s;
  }
}
.footer-payments { text-align:center; margin: 12px auto 0; }
.footer-payments h4 { font-size: 1rem; margin: 0 0 8px; color: #fff; opacity: .9; }
.payment-icons { list-style: none; display: flex; gap: 10px; align-items: center; justify-content: center; padding: 0; margin: 0; flex-wrap: wrap; }
.payment-icons img { display:block; height:auto; filter: brightness(1) contrast(1.05); opacity:.95; }
.payment-icons img[alt*="Bitcoin"],
.payment-icons img[alt*="Litecoin"] { margin-left: 2px; }
@media (max-width: 480px){ .payment-icons { gap: 8px; } }


/* Desktop (default) */
.blustboostslogo {
    margin-left: -110px;
}

/* iPhone / Mobile */
@media (max-width: 768px) {
    .blustboostslogo {
        margin-left: 80px;
    }
}




.compact_filter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 auto 26px;
  text-align: center;
}

.category_btn {
  appearance: none;
  -webkit-appearance: none;
  min-width: 190px;
  height: 56px;
  padding: 0 22px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid transparent;
  transition: all 0.25s ease;
}

/* principali */
.primary_btn {
  background: #bd7bfd;
  color: #fff;
  border-color: #8050af;
  box-shadow: 0 4px 14px rgba(255, 101, 255, 0.14);
}

.primary_btn:hover {
  background: #a97dd4;
  border-color: #8050af;
}

/* secondari */
.secondary_btn {
  background: #1e1b29;
  color: rgba(255,255,255,0.92);
  border-color: #312b42;
  box-shadow: none;
}

.secondary_btn:hover {
  background: #2a2438;
  border-color: #4b4363;
}

/* stato attivo comune */
.category_btn.active {
  transform: translateY(-1px);
}

/* attivo principale */
.primary_btn.active {
  box-shadow:
    0 0 0 2px rgba(255,255,255,0.08),
    0 8px 22px rgba(220,92,235,0.22);
}

/* attivo secondario */
.secondary_btn.active {
  background: #2b2338;
  border-color: #dc5ceb;
  color: #fff;
  box-shadow:
    0 0 0 2px rgba(255,255,255,0.08),
    0 8px 22px rgba(220,92,235,0.16);
}

.shop_catalog {
  display: grid;
  grid-template-columns: minmax(210px, 240px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.service_selector {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service_selector_btn {
  width: 100%;
  min-width: 0;
}

.service_selector_btn.active {
  background: #bd7bfd;
  border-color: #8050af;
  color: #fff;
  box-shadow:
    0 0 0 2px rgba(255,255,255,0.08),
    0 8px 22px rgba(220,92,235,0.22);
}

.service_panels {
  min-width: 0;
  position: relative;
}

.service_group {
  display: block;
}

.service_group_label {
  display: none;
}

.service_group_products {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

#service-boosts #category2 {
  order: -1;
}

.service_group_products .products {
  justify-content: flex-start;
}

.product_group {
  display: block !important;
}

.product_group_title {
  margin: 0 0 16px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: left;
}

@media (max-width: 768px) {
  .compact_filter {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .category_btn {
    width: min(100%, 320px);
    min-width: 0;
  }

  .shop_catalog {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service_selector {
    align-items: center;
  }

  .service_selector_btn {
    width: min(100%, 320px);
  }

  .service_group_products .products {
    justify-content: center;
  }

  .main_products_list {
    padding: 18px 14px;
    margin: 36px auto;
  }

  .product_card {
    width: 100%;
    max-width: 320px;
    margin: 0;
  }

  .product_group_title {
    text-align: center;
  }

  .review_card {
    min-width: min(84vw, 320px);
    max-width: min(84vw, 320px);
    width: min(84vw, 320px);
    min-height: 190px;
  }

  .reviews-track {
    gap: 18px;
  }
}
