  body {
      overflow-x: hidden;
  }

  .detailed_model_detailedshot_extra {
      height: 140px;
      width: auto;
  }

  .ChoosepremiumBackdrop {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
      gap: 10px;
      max-width: 800px;
      margin: auto;
  }

  .radio-option {
      position: relative;
      display: flex;
      align-items: center;
      cursor: pointer;
      padding: 5px 10px;
      font-size: 13px !important;

  }

  .radio-option input[type="radio"] {
      margin-right: 5px;
      transform: translateY(1px);
      margin-top: -4px;
      /* Aligns with text */
  }

  .tooltip-icon {
      font-size: 12px;
      margin-left: 4px;
      color: #888;
      cursor: pointer;
      border: 1px solid #aaa;
      border-radius: 50%;
      width: 14px;
      height: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
  }

  .tooltip-text {
      display: none;
      position: absolute;
      top: -50px;
      left: 0;
      color: #000000;
      font-size: 12px;
      padding: 5px 8px;
      border-radius: 4px;
      z-index: 1;
      margin-left: 0px;
      width:250px
  }

  .radio-option:hover .tooltip-text {
      display: block;
  }

  /* Responsive text alignment fix */
  @media (max-width: 600px) {
      .ChoosepremiumBackdrop {
          grid-template-columns: repeat(2, 1fr);
      }
      .tooltip-text {
        font-size:10px
      }
  }



  .premiumColorBg {
      max-width: 350px;
  }

  .premiumColorBg h4 {
      margin-bottom: 12px;
      font-size: 14px;
      font-weight: bold;
      color: #333;
      letter-spacing: 1px;
  }

  .palette {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 12px;
      margin-top: 5px;
  }

  .shade-box-wrapper {
      text-align: center;
  }

  .shade-box {
      width: 55px;
      height: 55px;
      border-radius: 12px;
      cursor: pointer;
      position: relative;
      transition: box-shadow 0.3s ease;
      margin: 0 auto;
  }

  .shade-box.selected {
      box-shadow: 0 0 0 3px rgba(125, 86, 199, 0.4);
  }

  .shade-box .checkmark {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: white;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      color: #555;
      display: none;
  }

  .shade-box.selected .checkmark {
      display: flex;
  }

  .color-label {
      margin-top: 6px;
      font-size: 10px;
      color: #555;
  }



  .model_detailed_division_extra {
      min-width: 150px;
      border: 2px solid transparent;
      border-radius: 8px;
      padding: 8px;
      text-align: center;
      cursor: pointer;
      transition: border-color 0.3s, box-shadow 0.3s;
  }

  .model_detailed_division_extra img {
      width: 100%;
      border-radius: 6px;
  }

  .model_detailed_division_extra p {
      margin-top: 8px;
      font-weight: bold;
      font-size: 14px;
      color: #333;
  }

  .model_detailed_division_extra.active-creative {
      /* border-color: #6c63ff; */
      background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 5px, transparent 5px) 0% 0%/8px 8px no-repeat,
          radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 5px, transparent 5px) 100% 0%/8px 8px no-repeat,
          radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 5px, transparent 5px) 0% 100%/8px 8px no-repeat,
          radial-gradient(circle at 0 0, #ffffff 0, #ffffff 5px, transparent 5px) 100% 100%/8px 8px no-repeat,
          linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 6px) calc(100% - 16px) no-repeat,
          linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 16px) calc(100% - 6px) no-repeat,
          linear-gradient(181deg, transparent 0%, #A59EC6 100%);
      border-radius: 8px;
      padding: 5px;
      box-sizing: border-box;

      border-top: none;
  }

  .inner_model_detailed_division_extra {
      width: 90px;
      border: 2px solid transparent;
      border-radius: 8px;
      padding: 8px;
      text-align: center;
      cursor: pointer;
      transition: border-color 0.3s, box-shadow 0.3s;
  }

  .inner_model_detailed_division_extra img {
      width: 100%;
      border-radius: 6px;
  }

  .inner_model_detailed_division_extra p {
      margin-top: 8px;
      font-weight: bold;
      font-size: 14px;
      color: #333;
  }

  .inner_detailed_model_detailedshot_extra {
      /* height:100%; */
      width: 100%;
  }

  .template_palette {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
  }

  @media (max-width: 767px) {
      .inner_model_detailed_division_extra {
          width: 80px;
      }

      .template_palette {
          grid-template-columns: repeat(4, 1fr);
      }
  }

  .showcase {
      text-align: center;
      margin: 80px 0px 0px 0px;
      width: 100%;

  }

  .showcase_heading {
      font-size: 1.5rem;
      font-weight: 500;
      color: #424242;
      margin: 1px 0px;
      padding: 0px;
  }

  .showcas_para {
      font-size: 0.8rem;
      font-weight: 500;
      color: #424242;
      padding: 0px;

  }

  .premiumContainer {
      padding: 5px 0px 10px 0px;
      max-width: 400px;
  }

  .premiumHeading {
      font-size: 16px;
      font-weight: bold;
      /* margin-bottom: 6px; */
      text-align: left
  }

  .premiumDescription {
      margin-bottom: 8px;
      color: #333;
      font-size: 12px;
      text-align: left;
  }

  .premiumDropdownWrapper {
      margin-bottom: 20px;
  }

  .premiumSelect {
      width: 75%;
      padding: 10px;
      font-size: 14px;
      border: 0.5px solid #949494ff !important;
      border-radius: 4px;
  }

  .premiumQuantitySelector {
      display: flex;
      border: 0.5px solid #949494ff !important;
      width: fit-content;
      text-align: center;
  }

  .premiumQuantityBtn,
  .premiumQuantityInput {
      padding: 8px 10px;
      border: 0.5px solid #949494ff !important;
      font-size: 18px;
      min-width: 26px;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .premiumQuantityInput {
      border: none;
      width: 70px;
      text-align: center;
      font-weight: bold;
  }

  .premiumQuantityBtn:last-child {
      border-right: none;
      cursor: pointer;
  }

  .premiumQuantityBtn:first-child {
      cursor: pointer;
  }



  .premium_booking_wrapper {
      display: flex;
      gap: 12px;
      align-items: center;
      max-width: 400px;
  }

  .premium_booking_button {
      flex: 1;
      /* Makes both buttons equal width */
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 10px 20px;
      font-size: 12px;
      font-weight: 500;
      border-radius: 6px;
      cursor: pointer;
      border: 1px solid transparent;
      transition: all 0.3s ease;
      text-decoration: none;
      box-sizing: border-box;
  }

  .premium_booking_button.add_to_bag {
      border: 1px solid #000;
      background-color: white;
      color: black;
  }

  .premium_booking_button.add_to_bag img {
      width: 16px;
      height: 16px;
      margin-right: 8px;
  }

  .premium_booking_button.book_shoot {
      background-color: #3479F7;
      color: white;
      border: none;
      box-shadow: 0 4px 8px rgba(52, 121, 247, 0.3);
  }

  .premium_booking_button:hover {
      opacity: 0.9;
  }




  .image-gallery {
      display: grid;
      gap: 10px;
      padding: 10px;
  }


  .image-container img {
      width: 100%;
      height: auto;
      display: block;
      box-shadow: 0px 6px 10px 4px #00000026;
  }


  .load_more {
      background: linear-gradient(90.71deg, #A25EBA -30.76%, #FF4048 115.9%);
      color: white;
      padding: 10px;
      border: none;
      border-radius: 5px;
  }


  .referenceImg_tag {
      width: fit-content !important;
  }

  /* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) {
      .image-gallery {
          grid-template-columns: repeat(3, 1fr);
      }
  }

  /* Medium devices (tablets, 768px and up) */
  @media (min-width: 768px) and (max-width: 991px) {
      .image-gallery {
          grid-template-columns: repeat(3, 1fr);
      }
  }

  /* Small devices (phones, less than 768px) */
  @media (max-width: 767px) {
      .image-gallery {
          grid-template-columns: repeat(2, 1fr);
      }

      .load_more {
          padding: 5px;
      }

      .showcase_heading {
          font-size: 1.2rem;

      }

      .showcas_para {
          font-size: 0.6rem;


      }
  }


  #cartMessage {
      position: fixed;
      top: 80px;
      right: 0px;
      /* transform: translateX(-50%); */
      align-items: center;
      background-color: #ffffff;
      border: 1px solid #8A51B5;
      border-left: 5px solid #8A51B5;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      padding: 10px 15px;
      margin-bottom: 10px;
      color: #333;
      font-size: 14px;
      border-radius: 4px;

      opacity: 1;
      z-index: 1000;
  }


  .cart-logo {
      width: 30px;
      height: 30px;
      margin-right: 10px
  }

  .hidden-cart-msg {
      display: none;
  }

  .cart-message.show {
      transform: translateX(-50%) scale(1);
      opacity: 1;
  }

  .cart-message.hide {
      opacity: 0;
      transform: translateX(-50%) scale(0.8);
  }

  .load_button {
      border-radius: 20px;
      border: 1px solid gray;
      margin: auto;
      padding: 10px 16px;
      width: 200px;
      text-align: center;
      background: #3479F7;
      color: #ffffff !important;
  }


  /* ---- Voila Studio Form Styling ---- */

  .vs-form {
      width: 100%;
      max-width: 600px;
      margin: auto;
      /* padding: 30px; */
      border-radius: 16px;
      background: #ffffff;
      /* box-shadow: 0 6px 25px rgba(0,0,0,0.08); */
      font-family: 'Poppins', sans-serif;
  }

  .vs-label {
      display: block;
      margin: 10px 0px;
      font-weight: 600;
      color: #333;
      font-size: 15px;
      text-align:left;
  }

  .vs-textarea {
      width: 100%;
      padding: 15px;
      min-height: 70px;
      border: 1.5px solid #ddd;
      border-radius: 10px;
      font-size: 14px;
      resize: vertical;
      transition: 0.3s ease;
  }

  .vs-textarea:focus {
      outline: none;
      border-color: #ff4f81;
      box-shadow: 0 0 0 3px rgba(255, 79, 129, 0.2);
  }

  .vs-input,
  .vs-input-file {
      width: 100%;
      padding: 12px;
      margin-bottom: 18px;
      border: 1.5px solid #ddd;
      border-radius: 10px;
      font-size: 14px;
      transition: 0.3s ease;
  }

  .vs-input:focus {
      outline: none;
      border-color: #ff4f81;
      box-shadow: 0 0 0 3px rgba(255, 79, 129, 0.2);
  }

  .vs-btn {
      width: 100%;
      padding: 14px;
      background: linear-gradient(135deg, #ff4f81, #ff7a5c);
      color: #fff;
      border: none;
      border-radius: 12px;
      cursor: pointer;
      font-size: 16px;
      font-weight: 600;
      transition: 0.3s ease;
  }

  .vs-btn:hover {
      background: linear-gradient(135deg, #ff3b6a, #ff6a47);
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(255, 79, 129, 0.3);
  }

  @media screen and (max-width: 600px) {
      p.detailed_model_heading_more {
          text-align: left !important;
      }
  }


 .info-wrapper {
  position: relative;
  display: inline-block;
  margin:5px;
}

.info-icon {
  border: 1px solid #616161ff;
  color: #808080ff;
  font-weight: bold;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  font-size: 10px;
}

/* UPDATED CLASS NAME */
.voila_tooltip {
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border: 1px solid #303030ff;
  color: #000000ff;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  width:200px;
}

/* UPDATED SHOW CLASS */
.voila_tooltip.show {
  opacity: 1;
}

.sucessfull{
    color:green;
    text-align: center;
    margin-top: 10px;
        font-weight: 600;

}

.danger{
    color:red;
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
}