.custom-alert {
  font-size: 0.9rem;
  padding: 0.8rem 1.2rem;
  border-radius: 0.5rem;
  position: relative;
  padding-right: 2.5rem;
  color: #fff;
}

.alert-success {
  background-color: #28a745;
  border: none;
}

.alert-danger {
  background-color: #dc3545;
  border: none;
}

.alert-warning {
  background-color: #ffcc00;
  /* Softer yellow */
  color: #000;
  border: none;
}


.alert-close {
  position: absolute;
  top: 0.4rem;
  right: 0.8rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.alert-close:hover {
  transform: scale(1.2);
}

.icon-heart {
  transition: background-color 0.3s ease;
}

.icon-heart:hover {
  background-color: #ffe6e6;
}

.confirmation-box {
  position: absolute;
  right: 0;
  bottom: 0;
  /* or adjust as needed */
  background: white;
  padding: 10px;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.cart-badge {
  font-size: 12px;
  padding: 2px 6px;
  color: #fff;
}

.user-dropdown-toggle:focus-visible {
  outline: none;
  box-shadow: none;
}

.product-area {
  position: relative;
}

.product-area .main-product-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

/* Make Price range slider handles round */
.noUi-handle {
  border-radius: 50% !important;
  background: #fff;
  border: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  width: 20px !important;
  height: 20px !important;
  top: -7px !important;
  cursor: pointer;
}

/* Remove inner lines (grips) */
.noUi-handle::before,
.noUi-handle::after {
  display: none;
}

/* Slider bar color (blue like your example) */
.noUi-connect {
  background: #007bff !important;
}

/* Track background */
.noUi-target {
  background: #e9ecef !important;
  border-radius: 10px;
  height: 6px;
  border: none;
  box-shadow: none;
}

.disabled-overlay {
  pointer-events: none;
  opacity: 0.6;
  /* Optional: makes it look visually disabled */
}

.validation-error {
  font-size: 0.85rem;
  margin-left: 0.5rem;
  color: #dc3545;
  /* Bootstrap danger color */
}


/* Modal Content - Less Padding */
.modal-content {
  animation: fadeInUp 0.4s ease;
  padding: 1rem 1.25rem;
  border-radius: 1rem;
}

/* Keyframes */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Gradient Button */
.btn-gradient-primary {
  background: linear-gradient(to right, #4e54c8, #8f94fb);
  color: white;
  border: none;
  border-radius: 50px;
  padding: 0.55rem 1.5rem;
  font-weight: 500;
  transition: background 0.3s ease;
  font-size: 1rem;
}

.btn-gradient-primary:hover {
  background: linear-gradient(to right, #3e42b2, #7c82e6);
}

/* Nav Pills (Login / Sign Up Switcher) */
.nav-pills .nav-link {
  border-radius: 50px;
  color: #6c757d;
  font-weight: 500;
  padding: 0.5rem 1.3rem;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin: 0 4px;
  font-size: 0.95rem;
}

.nav-pills .nav-link.active {
  background-color: #343a40 !important;
  color: #fff !important;
}

/* General Nav Link Style */
.nav-link {
  color: #6c757d;
  transition: color 0.2s ease;
  font-weight: 500;
  font-size: 0.95rem;
}

.nav-link:hover {
  color: #0d6efd;
}

/* Text Color Utility */
.text-blue {
  color: #0d6efd !important;
}

.text-blue:hover {
  text-decoration: underline;
}

/* Optional: Tighter Typography */
.modal-title,
.modal-body,
.modal-footer {
  margin-bottom: 0.75rem;
}

.form-label {
  font-weight: 500;
  color: #495057;
  margin-bottom: 0.25rem;
}

.form-control::placeholder {
  color: #adb5bd;
  font-size: 0.95rem;
}

.cart-loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.6);
  /* semi-transparent */
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
  /* blur effect */
  pointer-events: all;
  /* allow loader to block interaction */
}

.cart-alert {
    background-color: #28a745 !important; /* Bootstrap success green */
    color: #fff !important;              /* White text */
}


/* Product details page zoom effect */
.zoom-container {
  display: flex;
  gap: 20px;
}

.image-box {
  position: relative;
  width: 400px;
}

.image-box img {
  width: 100%;
  display: block;
}

/* Rectangle lens */

#lens {
  position: absolute;
  border: 1px solid #ccc;
  width: 240px;
  height: 150px;
  background-image: url('../assets/images/lens-background.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.6;
  display: none;
  cursor: crosshair;
}

.zoom-preview {
  width: 500px;
  height: 500px;
  border: 1px solid #ccc;
  background-repeat: no-repeat;
  background-color: #fff;
  display: none;
}

/* breadcrumb background full screen */
.breadcrumb-main {
    background-color: #f8f9fa; 
}

/* ===========================
   Custom/Bulk Order Section
=========================== */
.custom-order-section,
.bulk-order-section {
    padding: 60px 20px;
    background-color: #ffffff; /* page background white */
    font-family: Arial, sans-serif;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-header h1 {
    font-size: 2.2rem; /* slightly smaller */
    margin-bottom: 10px;
    color: #333;
}

.section-header p {
    font-size: 1rem;
    color: #666;
}

/* Form Container */
.enquiry-form {
    max-width: 600px;
    margin: 0 auto;
    background: #f2f2f2; /* form background gray */
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    font-size: 0.95rem; /* medium font size */
    color: #333;
}

.enquiry-form .form-group {
    margin-bottom: 18px;
}

.enquiry-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
}

.enquiry-form input[type="text"],
.enquiry-form input[type="email"],
.enquiry-form input[type="tel"],
.enquiry-form input[type="file"],
.enquiry-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 0.95rem; /* medium font */
    transition: border-color 0.3s;
}

.enquiry-form input:focus,
.enquiry-form textarea:focus {
    border-color: #007bff;
    outline: none;
}

.enquiry-form textarea {
    resize: vertical;
}

.btn-submit {
    display: inline-block;
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    font-size: 0.95rem;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-submit:hover {
    background-color: #0056b3;
}

/* Success/Error Message */
.alert {
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 0.95rem;
    margin-bottom: 15px;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Responsive */
@media (max-width: 768px) {
    .custom-order-section,
    .bulk-order-section {
        padding: 40px 15px;
    }

    .enquiry-form {
        padding: 20px 15px;
    }
}

.custom-modal-area{
    z-index: 9999; /* Ensure it appears above other elements */
}


/* ===== VIDEO RATIO FIX ===== */

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-container iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    max-height: 100%;
}







