@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

:root {
  --color-primary: #3c79ac;
  --color-secondary: #747474;
  --color-complementary: #008080;
  --color-white: #ffffff;
  --color-black: #000000;
  --font-base: "Inter", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--font-base) !important;
  font-size: 16px;
  background-color: var(--color-white);
  color: var(--color-black);
  overflow-x: hidden;
}

table {
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#summary-table tbody tr td:first-child {
  margin-right: -50px;
}

#summary-table tbody tr td:nth-child(2) {
  margin-right: 11px;
  margin-left: 50px;
}



p {
  font-size: small;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#label1 {
  position: absolute;
  max-width: 70%;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 901;
}

#myVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100vw;
  min-height: 100%;
  object-fit: cover;
  z-index: 1 !important;
}

.play-btn {
  width: 94px;
  height: 94px;
  margin: 0 auto;
  background: radial-gradient(#c21a1a00 30%, rgba(172, 172, 172, 0.5) 72%);
  border-radius: 50%;
  display: block;
  overflow: hidden;
  animation: pulse-animation 2s infinite;
}

.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #000000;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.69);
}

.play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 3s;
  animation: pulsate-btn 3s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(130, 197, 255, 0.7);
  top: -15%;
  left: -15%;
  /* background: rgba(198, 16, 0, 0); */
}

.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  color: #c0c0c0;
  width: 100%;
  padding: 20px;
}

#myBtn {
  background-color: rgba(0, 0, 0, 0.6);
  min-width: 100px;
  min-height: 40px;
  color: #d29d00;
  position: fixed;
  bottom: 25%;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 903;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
}

#myBtn:hover {
  background: rgb(107, 74, 44);
  color: rgb(255, 255, 255);
}

#framyframe {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2147483647;
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.offcanvas-size-xl {
  --bs-offcanvas-width: min(95vw, 600px) !important;
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(170, 169, 173, 0.589);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 243, 132, 0.1);
  }
}

@keyframes pulse-red-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 0, 0, 0.719);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 154, 154, 0.144);
  }
}

.profile-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  margin: 20px;
  bottom: 10px;
  right: 10px;
  z-index: 904;
}

.profile-circle img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 120px;
  right: 20px;
  background-color: rgb(0, 0, 0, 0.6);
  color: #b17313;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;

  display: flex;
  justify-content: center;
  align-items: center;
}

.float_2 {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 190px;
  right: 20px;
  background-color: rgb(0, 0, 0, 0.6);
  color: #b17313;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;

  display: flex;
  justify-content: center;
  align-items: center;
}

.float_3 {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 260px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #b17313;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;

  display: flex;
  justify-content: center;
  align-items: center;
}

.float_3.open {
  animation: pulse-red-animation 2s infinite;
}

.float_4 {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 420px;
  right: 20px;
  /* background-color: rgba(255, 255, 255, 1); */
  color: #b17313;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;

  display: flex;
  justify-content: center;
  align-items: center;
}

.float_5 {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 330px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #b17313;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;

  display: flex;
  justify-content: center;
  align-items: center;
}

.float_6 {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 410px;
  right: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #b17313;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;

  display: flex;
  justify-content: center;
  align-items: center;
}

.float_4:active {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 440px;
  right: 20px;
  background-color: rgba(0, 183, 255, 0.2);
  /* color: #B17313; */
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.float_1_2 {
  position: fixed;
  width: 40px;
  height: 40px;
  top: 20px;
  left: 20px;
  color: rgb(255, 255, 255);
  border-radius: 50px;
  text-align: center;
  font-size: 1.5rem;
  z-index: 2147483647 !important;

  display: flex;
  justify-content: center;
  align-items: center;
}

#collapse-toggler {
  position: fixed;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  top: 30px;
  right: 20px;
  color: #b17313;
  font-size: 38px;
  z-index: 9990 !important;

  justify-content: center;
  align-items: center;
}

.hidden {
  display: none !important;
}

#collapse-toggler.hidden {
  display: none;
}

/* overlay summary of items */

#display_items_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0);
  z-index: 2147483646;
  display: none;
  overflow: hidden;
}

#close_me_close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2147483647;
}

/* end overlay summary of items */

.overlay {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  width: 80%;
  max-width: 500px;
}

#closeOverlay {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 1);
  z-index: 2147483647;
  cursor: pointer;
}

#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}

.swiper-container {
  width: 100%;
  z-index: 2147483645 !important;
}

.swipe-animation {
  display: flex;
  align-items: center;
}

.video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2147483647;
  overflow: hidden;
}

.video-container video {
  min-width: 75%;
  min-height: 75%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#share-collapse {
  position: absolute;
  top: 200px;
  right: calc(100% - 60px);
}

.bi_x {
  font-size: 48px;
  cursor: pointer;
  margin-left: 1rem;
}

.fullscreen-collapse {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1030;
  display: none;
  align-items: center;
  background-color: #b17313;
  opacity: 50%;
}

.fullscreen-collapse.show {
  display: flex;
}

#collapse-toggler {
  color: #b17313;
}

.card_price {
  position: relative;
  max-width: 300px;
  height: auto;
  background: linear-gradient(-45deg, #797979, #feae3f);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  margin: 0 auto;
  padding: 40px 20px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  overflow: hidden;
}

.swiper-slide {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-form {
  width: 100%;
}

@media (min-width: 768px) {
  /* Medium screens and up */
  .custom-form {
    max-width: 50vw;
  }
}

@media (max-width: 767px) {
  /* Mobile screens */
  .custom-form {
    max-width: 75vw;
  }
}

.form-check-input:checked {
  background-color: #ffc107 !important;
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25) !important;
}
.form-check-input:not(:checked) {
  background-color: #343a40 !important;
}
.form-check-input:not(:checked) + .form-check-label {
  color: #6c757d;
}
.form-check-input:not(:checked):before,
.form-check-input:checked:before {
  background-color: #6c757d !important;
}

ul {
  font-size: 1rem;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul li label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul li label div:nth-child(1) {
  padding: 0;
  margin-left: 0px;
  font-size: 0.85rem;
}

ul li label div:nth-child(2) {
  white-space: nowrap;
  padding: 0;
  margin: 0;
  font-size: 0.85rem;
}

/* Increase the size of the switch */
.form-check-input[type="checkbox"] {
  width: 52px !important;
  height: 25px !important;
  margin-top: 6px;
  margin-right: 10px;
}

/* Increase the size of the switch knob */
.form-check-input[type="checkbox"]::before {
  width: 24px !important;
  height: 24px !important;
}

.table-caption {
  caption-side: top;
  margin-bottom: 1rem;
}

/* Increase the size of the special in overlay switch */
#special[type="checkbox"] {
  width: 26px !important;
  height: 26px !important;
  margin-top: 3px;
  margin-right: 5px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.card_body_product_1 {
  font-family: Poppins;
  font-size: 0.85rem;
  color: #c0c0c0;
  /* white-space: nowrap; */
  line-height: 1.5;
}

.no-scroll {
  overflow: hidden !important;
}

.scrollable-text {
  display: block;
  width: 100%;
  height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.scrollable-text2 {
  display: block;
  width: 100%;
  height: 65vh;
  overflow-y: auto;
  overflow-x: hidden;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scrollable-text2::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scrollable-text2 {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.scrollable-text::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.scrollable-text {
  scrollbar-width: none; /* Firefox */
}

.scrollable-text {
  -ms-overflow-style: none; /* Internet Explorer and Edge */
}

.obese-text {
  font-family: "Varela Round", sans-serif;
  font-weight: bolder;
}

.scrollable-wrapper {
  max-height: 45vh;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.scrollable-wrapper::-webkit-scrollbar {
  display: none;
}

.scrollable-wrapper2 {
  max-height: 45vh;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.scrollable-wrapper2::-webkit-scrollbar {
  display: none;
}

.scroll-indicator {
  display: block;
  position: absolute;
  color: #fff2d5;
  font-size: 2rem;
  left: 50%;
  bottom: 35px;
  transform: translateX(-50%);
  animation: fadeInOut 2s linear infinite;
  opacity: 0;
}

.scroll-indicator-up {
  display: block;
  position: fixed;
  color: rgba#fff2d5;
  font-size: 2rem;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
  animation: fadeInOut 2s linear infinite;
  opacity: 0;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(0);
  }
  10% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  90% {
    opacity: 1;
    transform: translateX(-50%) translateY(-10px);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-10px);
  }
}

#order_mail {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fullscreen-collapse {
  display: none;
}

#fullscreen-box.fullscreen-collapse {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 166, 0, 0.863);
  z-index: 990;
}

#fullscreen-box_mail.fullscreen-collapse_mail {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 166, 0, 0.863);
  z-index: 990;
}

.centered-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px; /* or whatever max width you prefer */
  padding: 20px;
  box-sizing: border-box;
}

.form-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.grecaptcha-badge {
  visibility: hidden;
}

#loading {
  position: fixed;
  max-width: 100vw;
  top: 50vh;
  z-index: 1000;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}

#loading img {
  width: 180px;
  height: 180px;
}

#main-content {
  display: none;
}

.btn-close {
  animation: pulse-animation 2s infinite;
  background-color: white;
  margin-right: 20px;
}

.scrolla_me_this {
  max-height: 1000px !important; /* Define a max-height to allow more content */
  overflow-y: auto !important; /* Force overflow-y to auto */
  position: relative !important; /* Ensure position is relative */
}
.swiper-slide img {
  min-height: 65vh !important;
  width: auto;
  object-fit: contain;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.swiper-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh !important; /* or any height that you want */
}

.swiper-wrapper {
  height: auto;
}

/* Product Gallery Styles */
.product-gallery .main-image-container {
  text-align: center;
  margin-bottom: 1rem;
}
.product-gallery .main-image {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
  border-radius: 8px;
}
.product-gallery .thumbnail-container {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  overflow-x: auto;
  padding: 0.5rem 0;
}
.product-gallery .thumbnail {
  width: 80px;
  height: auto;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.product-gallery .thumbnail.active {
  border-color: var(--color-primary);
}

/* Glassmorphic card component */
.card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

/* Button enhancements */
.btn {
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}
.btn-primary {
  background-color: var(--color-primary) !important;
  color: var(--color-white) !important;
  border: none;
}
.btn-primary:hover {
  background-color: #336b8e !important;
  color: var(--color-white) !important;
}

.modal-body table {
  position: static !important;
  transform: none !important;
  width: 100% !important;
  margin-bottom: 1.5rem !important;
}
/* Override styles to ensure product cards and actions are visible */
.product-card {
  background-color: var(--color-white) !important;
  backdrop-filter: none !important;
  border: 1px solid var(--color-secondary) !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.product-card .card-body {
  display: block !important;
  background-color: var(--color-white) !important;
  color: var(--color-black) !important;
}
.product-card .button-group .btn {
  background-color: var(--color-primary) !important;
  color: var(--color-white) !important;
  border: none !important;
  margin-right: 0.5rem !important;
}
.product-card .button-group .btn-whatsapp {
  background-color: #25D366 !important;
}
.product-card .button-group .btn-email {
  background-color: #6c757d !important;
}
/* Force product cards to fully expand and show all content */
.product-card {
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
}
.product-card .card-body {
  min-height: 0 !important;
}
/* Custom product-card spacing and box model */
.product-card {
  padding: 1rem !important;
  margin-bottom: 1.5rem !important;
  box-sizing: border-box !important;
}
/* Prevent product cards from shrinking and ensure full content visibility */
.product-card {
  display: block !important;
  flex: none !important;
  width: 100% !important;
}
/* Remove modal-body height restriction to display all cards without inner scroll */

/* Allow the product selection modal to expand fully */

