.video-button-container {
  position: relative; /* or make sure the parent container is */
}

.video-button-container a {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.video-button-img {
  width: 100px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  transition: all 0.1s ease-in-out;
}

.video-button-img:active {
  box-shadow: none;
  transform: translateY(2px);
}



.blurred-button {
  display: inline-block;
  padding: 24px 24px;
  font-size: 30px;
  font-family: 'Caveat', cursive;
  color: yellow;
  text-decoration: none;
  border: none;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  width: 230px;
  height: 150px;
  text-align: center;
  transform: rotate(-25deg);
  line-height: 1;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* Wrapper to align button */
.button-wrapper {
  text-align: right;
  margin: 15px 0px 0 0; /* top: 10px; right: 50px */
}

    .blurred-button:hover {
      background: rgba(255, 255, 255, 0.2);
      transform: scale(1.05);
    }

.footer-blur {
  background-color: rgba(0, 0, 0, 0.6); /* Dark overlay */
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding-top: 0px;
  padding-bottom: 20px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  border: none; /* Remove white border */
}




html, body {
//--bs-body-bg: #222222; //!important;
  //background-color: #222222;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  scroll-behavior: auto;
  overflow-x: hidden;
}

body {
  display: flex;
  flex-direction: column;
}

    main {
      background-image:url('cupido_table_lite_small_left.jpeg');
      flex: 1 0 auto;
      background-size: cover;        /* Makes it responsive */
      background-position: center;   /* Center the image */
      background-repeat: no-repeat;  /* Prevent repeat */
      min-height: 100vh;             /* Full height if needed */
      padding: 20px;
    }

    maininfo {
      background-image:url('cupido_table_lite_dark_blur.jpg');
      flex: 1 0 auto;
      background-size: cover;        /* Makes it responsive */
      background-position: center;   /* Center the image */
      background-repeat: no-repeat;  /* Prevent repeat */
      min-height: 100vh;             /* Full height if needed */
      padding: 20px;
    }

main form {
  color: white;
  background-color: rgba(0, 0, 0, 0.4); /* or rgba(255, 255, 255, 0.1) */
  padding: 20px;
  border-radius: 8px;
  backdrop-filter: blur(8px);
  font-family: 'Poppins', sans-serif;
}

main form input[type="text"],
main form input[type="email"],
main form input[type="password"],
main form textarea,
main form select {
  background-color: white;
  color: black;
  border: 1px solid #ccc;
}

main form input[type="text"]:focus,
main form input[type="email"]:focus,
main form input[type="password"]:focus,
main form textarea:focus,
main form select:focus {
  background-color: white !important;
  color: black !important;
  border-color: #007bff; /* or your desired border color */
  outline: none;
  box-shadow: none; /* or add custom focus styles if you like */
}



    .custom-collapse {
      background-color: #ffffff;
      border: 1px solid #dee2e6;
      border-radius: 6px;
      padding: 1rem;
      position: absolute;
      top: 100px;
      right: 15px;
      width: 200px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }


    .fontnice {
       font-family: 'Poppins', sans-serif;
     }
    .fontniceh {
       font-family: 'Poppins', sans-serif;
       text-align: center;
     }
     .center {
       text-align: center;
     }
     .colorgray {
       color: #999999;
     }



.outlined-text {
font-family: 'Poppins', sans-serif;
letter-spacing: 0;
color: #efefef;
text-shadow: -2px -2px 0px red, -2px -1px 0px red, -2px 0px 0px red, -2px 1px 0px red, -2px 2px 0px red, -1px -2px 0px red, -1px 2px 0px red, 0px -2px 0px red, 0px 2px 0px red, 1px -2px 0px red, 1px 2px 0px red, 2px -2px 0px red, 2px -1px 0px red, 2px 0px 0px red, 2px 1px 0px red, 2px 2px 0px red;
}

.modal-backdrop.blur {
  backdrop-filter: blur(100px);
  background-color: rgba(0, 0, 0, 5.7); /* optional: adds a slight dark overlay */
}

    
    header, footer {
      /*height: 100px;*/
      background-color: #f8f9fa;
      border-bottom: 1px solid #dee2e6;
      border: 1px solid #dee2e6;
      flex-shrink: 0;
      z-index: 10;
      position: sticky;
      top: 0;
    }
    
    
    header {
      height: 100px;
      z-index: 1030;
    }

    footer {
      height: 50px;
    }    

    .navbar {
      height: 100px;
    }


    .logo {
      height: 60px;
    }

    .no-underline {
      text-decoration: none !important;
    }

    .content {
      flex-grow: 1;
      overflow: hidden;
    }

    iframe {
      width: 100%;
      height: 100%;
      border: none;
    }
      .custom-offcanvas {
    position: fixed;
    top: 100px; /* below header */
    right: 0;
    width: 250px;
    background-color: white;
    border: 1px solid #dee2e6;
    z-index: 1050;
    padding: 1rem;
    display: none;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  }

  .object-fit-cover {
    object-fit: cover;
  }

  .custom-offcanvas.show {
    display: block;
  }

  @media (min-width: 992px) {
    .custom-offcanvas {
      display: none !important;
    }
    .custom-collapse {
      all: unset;
    }
  }
  
  

  .fade-wrapper {
    transition: opacity 0.3s ease;
  }

  .fade-out {
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .fade-in {
    opacity: 1;
    transition: opacity 0.3s ease;
  }

  .d-none {
    display: none !important;
  }



  .fade-slide {
    overflow: hidden;
    transition: opacity 1.4s ease, max-height 1.4s ease;
    opacity: 1;
    max-height: 1000px;
  }

  .fade-slide.hidden-soft {
    opacity: 0;
    max-height: 0;
    pointer-events: none;
  }



.modal-backdrop.custom {
  background-color: rgba(0, 0, 0, 0.5);
}



.modal-blur-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1040; /* Just below Bootstrap modal (1045) */
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px); /* Safari */
  background-color: rgba(0, 0, 0, 0.1); /* Increased darkness */
  pointer-events: none; /* So clicks go to modal */
}


.qr-wrapper {
  display: flex;
  flex-direction: column; /* mobile first: stacked layout */
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
  margin: 2rem auto;
}

/* Make box shrink to fit */
.qrcodebox {
  display: inline-block;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
}



/* Desktop layout: side by side */
@media (min-width: 768px) {
  .qr-wrapper {
    flex-direction: row;
    align-items: center;
    text-align: left;
  }

  .outlined-text {
    max-width: 250px;
    margin-left: 1rem;
  }
}




.footer-link {
  color: #cccccc;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: #ffffff;
}

.footer-icon {
  font-size: 1.5rem;
  color: #cccccc;
  transition: color 0.2s ease;
}

.footer-icon:hover {
  color: #ffffff;
}

footer .text-muted {
  color: #aaaaaa !important;
}


  .mattel-button {
    width: 280px;
    height: 280px;
  }

  .mattel-button svg {
    width: 100%;
    height: 100%;
  }

  .mattel-text {
    font-family: 'Caveat', cursive;
    color: yellow;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    transform: rotate(-15deg);
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .mattel-container {
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 10;
  }

.modal-fullscreen-vertical {
  width: 100vw;
  height: 100vh;
  margin: 0;
  max-width: 100vw;
  max-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-fullscreen-vertical .modal-content {
  width: auto;
  max-width: 420px;
  height: 95vh;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
}

.ratio-9x16 {
  position: relative;
  width: 100%;
  padding-top: 177.77%; /* 9:16 */
}

.ratio-9x16 iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.modal-dialog {
  margin: 0 auto;
}

.modal-content {
  background-color: #000; /* or your preferred backdrop */
}




















