@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    background-color: #000;
    justify-content: center;
    text-align: center;
    width: 100%;
    overflow-x: hidden; /* prevent horizontal scroll */
}

.download-container {
  color: #fff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 20px 120px; /* Pushes content up from the footer */
  text-align: center;
}

.download-container h1 {
  margin-bottom: 40px;
  font-size: 2.5rem;
}

.paypal-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

paypal-add-to-cart-button {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  box-sizing: border-box !important;
}

paypal-cart-button {
  display: inline-block !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  box-sizing: border-box !important;
}

.paypal-logo {
  height: 46px;
  width: auto;
  border-radius: 6px; /* Matches the cart button's rounded corners */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); /* Optional: subtle shadow to match button styling */
}

.paypal-trust-logo {
  margin-top: 40px;
  text-align: center;
}

.paypal-trust-logo img {
  width: 120px;
  height: auto;
  opacity: 0.9;
}

/* Make sure this class name is unique */
.paypal-cart-logo {
  height: 46px;
  width: auto;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.paypal-floating-box {
  position: fixed;
  top: 95px; /* ← adjust this value to move down from the top */
  left: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* ensures left alignment of items */
  gap: 10px; /* spacing between cart button and logo */
  max-width: 220px; /* ⬅ Base width for wider screens */
  z-index: 1000; /* keep it above background elements */
}

.secure-payment-note {
  color: #ccc;
  font-size: 0.9rem;
  line-height: 1.4;
  word-wrap: break-word;
  text-align: left;  /* reinforce left alignment */  
}

.secure-payment-note i {
  color: #4caf50;
}

.checkmark {
  color: #4caf50;  /* green */
  font-weight: bold;
  font-size: 1.1rem;
}

.shield-icon {
  width: 42px;         /* Adjust size as needed */
  height: auto;
  margin-top: 6px;
  opacity: 0.85;
}

.paypal-button-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 300px; /* or whatever max width fits your design */
  margin: 0 auto;
  text-align: center;
  justify-content: flex-end;
}

@media (max-width: 6000px) {
   
.paypal-floating-box {
  position: fixed;
  top: 460px; /* ← adjust this value to move down from the top */
  left: 52px; /* ← adjust this value to right down from the left */
  transform: scale(4.0);  /* adjust this as needed */
  transform-origin: left;
}

}

@media (max-width: 3840px) {
   
.paypal-floating-box {
  position: fixed;
  top: 340px; /* ← adjust this value to move down from the top */
  left: 44px; /* ← adjust this value to right down from the left */
  transform: scale(3.0);  /* adjust this as needed */
  transform-origin: left;
}

}

@media (max-width: 2561px) {
   
.paypal-floating-box {
  position: fixed;
  top: 190px; /* ← adjust this value to move down from the top */
  left: 42px; /* ← adjust this value to right down from the left */
  transform: scale(1.2);  /* adjust this as needed */
  transform-origin: left;
}

}

@media (max-width: 2560px) {
   
.paypal-floating-box {
  position: fixed;
  top: 180px; /* ← adjust this value to move down from the top */
  left: 32px; /* ← adjust this value to right down from the left */
  transform: scale(1.5);  /* adjust this as needed */
  transform-origin: left;
}

}

@media (max-width: 1920px) {
   
.paypal-floating-box {
  position: fixed;
  top: 170px; /* ← adjust this value to move down from the top */
  left: 26px; /* ← adjust this value to right down from the left */
  transform: scale(1.5);  /* adjust this as needed */
  transform-origin: left;
}

  .paypal-grid {
    justify-content: center !important;
    width: 100% !important;
    padding: 45px 0 0 0 !important;
  }


}

@media (max-width: 1024px) {
  .download-container {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box;
  }
  
    .paypal-button-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .paypal-grid {
    justify-content: center !important;
    width: 100% !important;
    padding: 50px 0 0 0 !important;
  }

  paypal-add-to-cart-button {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: right !important;
  box-sizing: border-box !important;
}

  paypal-cart-button {
  display: inline-block !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: right !important;
  box-sizing: border-box !important;
}
  
  .paypal-floating-box {
    top: 70px; /* Keep same vertical alignment */
    left: auto;
    right: 20px; /* Align to the right side of the screen */
    align-items: flex-end; /* Align children to the right */
    text-align: right; /* Ensure text like the secure note is right-aligned */
    transform: scale(0.80);  /* adjust this as needed */
    transform-origin: top right;
  }
  
  .secure-payment-note {
    text-align: right;
  }
  
  }
  
  @media (max-width: 540px) {
  .download-container {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box;
  }
  
    .paypal-button-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .paypal-grid {
    justify-content: center !important;
    width: 100% !important;
    padding: 40px 0 0 0 !important;
  }

  paypal-add-to-cart-button {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: right !important;
  box-sizing: border-box !important;
}

  paypal-cart-button {
  display: inline-block !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: right !important;
  box-sizing: border-box !important;
}
  
  .paypal-floating-box {
    top: 60px; /* Keep same vertical alignment */
    left: auto;
    right: 20px; /* Align to the right side of the screen */
    align-items: flex-end; /* Align children to the right */
    text-align: right; /* Ensure text like the secure note is right-aligned */
    transform: scale(0.80);  /* adjust this as needed */
    transform-origin: top right;
  }
  
  .secure-payment-note {
    text-align: right;
  }
  
  }
  
    @media (max-width: 414px) {
  .download-container {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box;
  }
  
    .paypal-button-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    max-width: none !important;
    justify-content: flex-end;
    margin: 0 auto;    
  }

  .paypal-grid {
    justify-content: center !important;
    width: 100% !important;
    padding: 30px 0 0 0 !important;
  }

  paypal-add-to-cart-button {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: right !important;
  box-sizing: border-box !important;
}

  paypal-cart-button {
  display: inline-block !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: right !important;
  box-sizing: border-box !important;
}
  
  .paypal-floating-box {
    top: 70px; /* Keep same vertical alignment */
    left: auto;
    right: 20px; /* Align to the right side of the screen */
    align-items: flex-end; /* Align children to the right */
    text-align: right; /* Ensure text like the secure note is right-aligned */
    transform: scale(1.1);  /* adjust this as needed */
    transform-origin: top right;
  }
  
  .secure-payment-note {
    text-align: right;
  }
  
  }




