@charset "UTF-8";
/* CSS Document */

.header {
    background-color: #00001b;
    padding: 30px 0px 220px 0px;
    background-image: url("../img/heder-main.webp");
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto; /* Prevent upscaling */
}

.header-inside {
    background-color: #00001b;
    padding: 30px 0px 30px 0px;
    background-image: url("../img/heder-top.webp");
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto; /* Prevent upscaling */
}

.blubg {
	background: #222E44;
background: linear-gradient(180deg, rgba(34, 46, 68, 1) 0%, rgba(46, 88, 107, 1) 100%);
}

.bot-head { width: 90%;}
.hide-arrow { display: block; margin-bottom: 20px; }
.hide-button { display: none; }
.hide-mid { display: block; }
.hide-mid2 { display: none; }



/* CUSTOM Button */
.custom-button {
  background-color: #e69412;
  color: white;
  text-decoration: none;
  border: none;
  padding: 20px 24px;
  width: 330px;
  font-size: 22px;
  cursor: pointer;
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
  animation: pulse 2s ease infinite;
	border-radius: 50px;
}

.custom-button:hover {
  background-color: #1fadb1;
  transform: scale(1.03); /* Slightly enlarges on hover */
}

.custom-button-outline {
  background-color: transparent;
  color: #e69412;
  text-decoration: none;
  border: 2px solid #e69412;
  padding: 20px 24px;
  width: 330px;
  font-size: 22px;
  cursor: pointer;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.custom-button-outline:hover {
  background-color: #1fadb1;
  color: white;
  transform: scale(1.03);
	border: 0;
}


@media (max-width: 768px) {
  .custom-button {
    width: 100%;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(230, 148, 18, 0.7);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(230, 148, 18, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(230, 148, 18, 0);
  }
}


@media (max-width: 768px) {
  .header {
    background-color: #00001b;
    padding: 30px 0px 150px 0px;
    background-image: url("../img/heder-mob.webp");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
	  height: 850px;
}
}

/* Grow Image */
.imgrow {
  display: block;
  width: 100%;
  height: auto;
}

.imgrow:hover {
  transform: scale(1.03); 
}
/* Testimonials */
.custom-box {
  background-color: #2d5468;
  border-radius: 20px;
  border: 1px solid #1fadb1;
  color: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%; 
	text-align: center; 
}
.testi { width: 50%; margin: 0 auto; padding-bottom: 20px;}
.star { width: 40%; margin: 0 auto; padding-bottom: 20px;}

/* Custom Form Contact Us */
.clean-form {
  width: 100%;              /* ✅ Full width */
  padding: 10px;
  font-family: Arial, sans-serif;
  background: transparent;
  border: none;
  border-radius: 10px;       /* ✅ Rounded corners for the form itself */
}

.clean-form label {
  display: block;
  margin-bottom: 5px;
}

.clean-form input,
.clean-form textarea{
  width: 100%;
  padding: 8px;
  margin-bottom: 5px;
  border: 1px solid #aaaaaa;
  border-radius: 10px;
  box-sizing: border-box;
  background: transparent;
  resize: vertical; /* allows user to resize the textarea if needed */	
}
.clean-form select {
  width: 100%;
  padding: 8px;
  padding-right: 30px; /* Extra space for dropdown arrow */
  margin-bottom: 15px;
  border: 1px solid #aaaaaa;
  border-radius: 10px;
  box-sizing: border-box;
  background: transparent;

  /* Remove default arrow */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* Custom arrow using inline SVG */
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='10' viewBox='0 0 20 20' width='10' xmlns='http://www.w3.org/2000/svg'><path d='M5.516 7.548l4.484 4.484 4.484-4.484z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 30px;
}

/* small Button */
.small-button {
  background-color: #e69412;
  color: white;
  text-decoration: none;
  border: none;
  padding: 10px 20px;
  width: 80%;
  font-size: 20px;
  cursor: pointer;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

/* Hover Effect */
.small-button:hover {
  background-color: #cf860f;
  transform: scale(1.02);
}

/* Footer */
.footer { 
	color: #333333;
	font-size: 16px;
	text-align: center;
	padding: 50px 0;
	border-top: 1px solid #ccc; /* Light gray top border */
}
.footerlink:link { color: #333333; font-size: 16px; text-decoration: none;} 
.footerlink:hover { color: #1fadb1; } 
.footerlink:visited { color: #333333; }

/* CART */
.cart-box {
  background-color: #2d5468;
  border-radius: 20px;
  padding: 20px 20px;
  color: white;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: left;
}
.cart-box-white {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 1px solid #999999;
}

    .product-row {
      background-color: #f0f0f0;
      border-radius: 8px;
      padding: 1rem;
      margin-bottom: 1rem;
      position: relative;
    }
    .remove-btn {
      position: absolute;
      top: 0.75rem;
      left: 0.75rem;
      border: none;
      background: transparent;
      font-size: 1.25rem;
      cursor: pointer;
      color: black;
      font-weight: 600;
      line-height: 1;
    }
    /* Align header labels to content columns on desktop */
    .header-desktop > div {
      text-align: center;
      font-weight: 600;
    }
    .header-desktop > div:first-child {
      text-align: start;
      padding-left: 1.5rem;
    }
    /* Image fixed size */
    .product-img {
      width: 80px;
      height: auto;
    }

    /* Desktop table header visible only on md+ */
    .header-desktop {
      display: none;
    }
    /* Mobile layout hidden on md+ */
    .product-mobile {
      display: none;
    }

    @media (min-width: 768px) {
      .header-desktop {
        display: flex;
        background: none;
        margin-bottom: 0.75rem;
        user-select: none;
      }
      .product-desktop {
        display: flex;
        align-items: center;
        gap: 1rem;
      }
      .product-mobile {
        display: none !important;
      }
      /* For desktop, each column flex width */
      .col-product {
        flex: 4;
        display: flex;
        align-items: center;
        gap: 1rem;
      }
      .col-price, .col-quantity, .col-subtotal {
        flex: 1;
        text-align: center;
      }
      .remove-btn {
        display: block;
        position: static;
        margin-right: 0.5rem;
        color: #000;
      }
    }

    @media (max-width: 767.98px) {
      .header-desktop {
        display: none;
      }
      .product-desktop {
        display: none;
      }
      .product-mobile {
        display: block;
      }
      .product-mobile .remove-btn {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem; /* move to the right instead of left */
  left: auto;      /* override the left positioning */
}
    }

<style>
    .checkbox-label {
      display: flex;
      align-items: center;
      font-family: Arial, sans-serif;
      cursor: pointer;
      font-size: 1.1rem;
    }

    .checkbox-label input[type="checkbox"] {
      width: 20px;
      height: 20px;
      margin-right: 10px;
      accent-color: #007BFF; /* optional: change checkbox color */
    }

    .toggle-text {
      display: none;
      margin-top: 10px;
      font-family: Arial, sans-serif;
      color: #333;
      font-size: 1rem;
    }

.visa-card {
	width: 50%;
}

  .expiry-container {
    display: flex;
    gap: 10px; /* space between inputs */
  }

  .expiry-container input {
    flex: 1; /* equal width */
    padding: 8px;
    box-sizing: border-box;
  }
.cvv-container {
  font-family: sans-serif;
  margin-bottom: 15px;
}

.cvv-input-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cvv-input-group input[type="text"] {
  width: 80px;
  padding: 8px;
}

.cvv-help {
  font-size: 16px;
  text-decoration: none;
}

.cvv-help:hover {
  text-decoration: underline;
}

.checkout-privacy {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
}

.privacy-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  position: relative;
}

.privacy-label input[type="checkbox"] {
  accent-color: #dddddd; /* Green tick */
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

.privacy-label a {
  color: #0073aa;
  text-decoration: underline;
}

