.login-page-container {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url("../images/login_img.webp") no-repeat center center;
}

.forgot-page-container {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url("../images/forgot_img.webp") no-repeat center center;
}

.order-page-container {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url("../images/forgot_img.webp") no-repeat center center;
}

.image-page-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70vh;
	width: 100%;
	background-size: cover;
	font-family: 'Arial', sans-serif;
	margin: 0;
	padding: 0;
}

.bundle-page-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	background-size: cover;
	font-family: 'Arial', sans-serif;
	margin: 0;
	padding: 50px 0;
}

.glass-card {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 15px;
	padding: 2rem;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	max-width: 500px;
	width: 100%;
	min-height: 350px;
	text-align: center;
}

.order-glass-card {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 15px;
	padding: 2rem;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	max-width: 80%;
	width: 100%;
	min-height: 350px;
	text-align: center;
}

.glass-card-header {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 1.5rem;
}

.glass-card-book-icon {
	width: 24px;
	height: 24px;
	margin-right: 0.5rem;
}

.glass-card-header-text {
	font-size: 1rem;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}

.glass-card-title {
	font-size: 2.5rem;
	color: #fff;
	margin-bottom: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.glass-card-group {
	margin-bottom: 1.5rem;
	text-align: left;
}

.glass-card-group label {
	display: block;
	margin-bottom: 0.5rem;
	color: rgb(255, 255, 255);
}

.glass-card-group.form-control {
	width: 100%;
	padding: 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 8px;
	transition: border-color 0.3s ease;
	background: rgba(255, 255, 255, 0.2);
	color: #333;
}

.glass-card-group.form-select {
	width: 100%;
	padding: 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 8px;
	transition: border-color 0.3s ease;
	background: rgba(255, 255, 255, 0.2);
	color: #333;
}

.password-container {
	position: relative;
	width: 100%;
}

.eye-icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.login-btn {
	width: 100%;
	padding: 0.75rem;
	border: none;
	border-radius: 8px;
	color: white;
	cursor: pointer;
	transition: background 0.3s ease;
}

.forgot-password {
	margin-top: 1rem;
	text-align: center;
}

.forgot-password a {
	color: #ffffff;
	text-decoration: none;
	transition: color 0.3s ease, text-decoration 0.3s ease;
}

.forgot-password a:hover {
	color: #00bfff !important;
	text-decoration: underline;
}

.terms {
	color: rgb(255, 255, 0) !important;
}

/* ===========================================
   MOBILE RESPONSIVE - GLASS CARD SYSTEM
   Works perfectly on all mobile devices!
=========================================== */

/* TABLET (Portrait & Landscape) */
@media (max-width: 991.98px) {
    .image-page-container {
        padding: 20px;
    }
    
    .glass-card,
    .order-glass-card {
        max-width: 90%;
        padding: 1.5rem;
        min-height: 300px;
        margin: 0 auto;
    }
    
    .order-page-container{
		height: 100%;
	}
	
	.form-control, .form-select {
		margin-bottom: 0 ;
	}
}

/* MOBILE LARGE (iPhone 12+) */
@media (max-width: 767.98px) {
    .login-page-container,
    .forgot-page-container,
    .order-page-container {
        background-size: cover !important;
        background-position: center !important;        
    }
    
    .image-page-container {       
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .glass-card,
    .order-glass-card {
        max-width: 95%;
        width: 95%;
        padding: 1.25rem;
        min-height: 320px;
        border-radius: 12px;
        margin: 10px auto;
    }
    
    .glass-card-title {
        font-size: 2rem !important;
        margin-bottom: 1rem;
        line-height: 1.2;
    }
    
    .glass-card-header-text {
        font-size: 0.9rem !important;
    }
    
    .glass-card-group {
        margin-bottom: 1.2rem;
    }
    
    .glass-card-group label {       
        margin-bottom: 0.4rem;
    }
    
    .glass-card-group.form-control,
    .glass-card-group.form-select {
        padding: 0.7rem;
        font-size: 1rem;
        min-height: 45px;
    }
    
    .login-btn {
        padding: 0.8rem;
        font-size: 1.1rem;
        min-height: 48px;
        margin-top: 0.5rem;
    }
    
    .forgot-password {
        margin-top: 1rem;
    }
      
    .terms {
        line-height: 1.3;
    }
    
    .password-container {
        margin-bottom: 1rem;
    }
    
    .eye-icon {
        right: 8px;
        width: 18px;
        height: 18px;
    }
    
    .order-page-container{
		height: 100%;
	}
	
	.form-control, .form-select {
		margin-bottom: 0 ;
	}
}

/* MOBILE SMALL (iPhone SE, Small Android) */
@media (max-width: 480px) {
    .image-page-container {
        padding: 10px;
    }
    
    .glass-card,
    .order-glass-card {
        max-width: 98%;
        width: 98%;
        padding: 1rem;
        min-height: 280px;
        border-radius: 10px;
    }
    
    .glass-card-title {
        font-size: 1.7rem !important;
        margin-bottom: 0.8rem;
    }
    
    .glass-card-header {
        margin-bottom: 1rem;
    }
    
    .glass-card-book-icon {
        width: 20px;
        height: 20px;
    }
    
    .glass-card-group.form-control,
    .glass-card-group.form-select {
        padding: 0.65rem;
        font-size: 16px;
    }
    
    .login-btn {
        padding: 0.75rem;
        font-size: 1rem;
        min-height: 46px;
    }
    
    .order-page-container{
		height: 100%;
	}
	.form-control, .form-select {
		margin-bottom: 0 ;
	}
    
}

/* MOBILE EXTRA SMALL (Very Small Screens) */
@media (max-width: 360px) {
    .glass-card,
    .order-glass-card {
        padding: 0.9rem;
        min-height: 260px;
    }
    
    .glass-card-title {
        font-size: 1.5rem !important;
    }
    
    .glass-card-group {
        margin-bottom: 1rem;
    }
    
    .login-btn {
        padding: 0.7rem;
    }
    
    .order-page-container{
		height: 100%;
	}
	.form-control, .form-select {
		margin-bottom: 0 ;
	}
}

/* LANDSCAPE MOBILE FIX */
@media (max-height: 500px) and (orientation: landscape) {
    .image-page-container {      
        padding: 10px;
    }
    
    .glass-card,
    .order-glass-card {
        max-width: 85%;
        min-height: 250px;
        padding: 1rem;
    }
    
    .glass-card-title {
        font-size: 1.8rem !important;
        margin-bottom: 0.5rem;
    }
    
    .glass-card-group {
        margin-bottom: 0.8rem;
    }
    
    .order-page-container{
		height: 100%;
	}
	
	.form-control, .form-select {
		margin-bottom: 0 ;
	}
}

/* TOUCH ENHANCEMENTS FOR MOBILE */
@media (hover: none) and (pointer: coarse) {
    .login-btn:active {
        transform: scale(0.98);
    }
    
    .forgot-password a:active {
        color: #00bfff !important;
    }
    
    .eye-icon:active {
        transform: translateY(-50%) scale(0.9);
    }
       
}

/* ===========================================
   TWO BUTTONS MOBILE FIX - ADD THIS ONLY!
=========================================== */

/* MOBILE LARGE - SIDE BY SIDE */
@media (max-width: 767.98px) and (min-width: 481px) {   
    .text-center .btn {
        flex: 1 !important;
        margin-top: 7px !important;      
    }
}

/* MOBILE SMALL - STACK VERTICAL */
@media (max-width: 480px) {
    .text-center .btn {
        width: 100% !important;
         margin-top: 7px !important;      
    }
}
/* OTP MODAL OVERLAY */
.otp-glass-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  backdrop-filter: blur(6px);
  animation: fadeIn 0.3s ease-in-out;
}

/* OTP CARD */
.otp-glass-card {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border-radius: 15px;
  padding: 2rem;
  max-width: 500px;
  width: 100%;
  min-height: 350px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
  animation: slideUp 0.3s ease-in-out;
}

/* CLOSE BUTTON */
.otp-close-btn {
  position: absolute;
  top: 10px;
  right: 12px;
  background: rgba(255, 255, 255, 0.25);
  border: none;
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.otp-close-btn:hover {
  background: rgba(255, 255, 255, 0.4);
  transform: scale(1.1);
}

/* RESEND TIMER CONTAINER */
.resend-timer-container {
  display: inline-flex !important;
  align-items: center;
  margin-left: 10px;
  gap:20px;
  margin-bottom: 15px;
}

.btn-resend-otp {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(255, 193, 7, 0.2);
  border: 1px solid rgb(255, 255, 255);
  color: #ffffff !important;
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  transition: all 0.3s ease;
  min-width: 80px;
  height: 40px;
  line-height: 1 !important;
}

.btn-resend-otp span#countdown {
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  line-height: 1 !important;
  margin: 0 !important;
}

.btn-resend-otp .icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
  margin-right: 6px !important;
  line-height: 1 !important;
}

.btn-resend-otp .icon i {
  font-size: 16px !important;
  margin: 0 !important;
  display: block !important;
}

/* ANIMATIONS */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes slideUp {
  from { transform: translateY(40px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}


/* 🌟 Transparent Glass Table Style */
.custom-glass-table {
	background-color: rgba(255, 255, 255, 0.05); /* subtle glass effect */
	backdrop-filter: blur(8px);
	color: #fff; /* white text */
	border-collapse: collapse;
	width: 100%;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
	border-radius: 10px;
	overflow: hidden;
}

/* Table header style */
.custom-glass-table thead th {
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

/* Table body style */
.custom-glass-table tbody td {
	background-color: rgba(255, 255, 255, 0.05);
	color: #fff;
}

/* Footer */
.custom-glass-table tfoot td {
	background-color: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-weight: bold;
}

/* Borders */
.custom-glass-table th,
.custom-glass-table td {
	border: 1px solid rgba(255, 255, 255, 0.15);
}

/* 🌟 Glass-style white heading */
.custom-glass-heading {
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-top: 1rem;
	margin-bottom: 1rem;
	text-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
}

/* Optional: a soft glowing underline for better visibility */
.custom-glass-heading::after {
	content: "";
	display: block;
	width: 120px;
	height: 2px;
	background: rgba(255, 255, 255, 0.3);
	margin: 8px auto 0;
	border-radius: 2px;
}


/* =============================
   📦 Custom Large Glass Modal
   ============================= */
.large-glass-modal {
  max-width: 95%;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.large-glass-modal .order-glass-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 2.5rem 3rem;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  width: 100%;
  min-height: 500px;
  text-align: left;
}

/* ✅ Transparent modal background */
.large-glass-modal .modal-content {
  background: transparent;
  border: none;
}

/* ✅ Close button styling */
.glass-close-btn {
  position: absolute;
  top: 12px;
  right: 15px;
  background: rgba(255, 255, 255, 0.25);
  border: none;
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  z-index: 10;
}
.glass-close-btn:hover {
  background: rgba(255, 255, 255, 0.4);
  transform: scale(1.1);
}

/* ✅ Delivery radio buttons */
.delivery-type {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.radio-label {
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.05rem;
}
.radio-label input[type="radio"] {
  accent-color: #28a745;
  transform: scale(1.2);
}

/* ✅ Form control styling */
.modal-form .form-control {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-radius: 10px;
}
.modal-form .form-control:focus {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(72, 187, 120, 0.25);
  border-color: #28a745;
}

/* ✅ Labels */
.modal-form label {
  font-weight: 500;
  color: #fff;
}

/* ===============================
   ⚙️ Quantity Section Alignment Fix
   =============================== */
.quantity-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.quantity-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  padding: 4px 8px;
  width: fit-content;
  margin: 0 auto;
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.08);
}

/* ✅ Quantity Buttons */
.quick-order-btn-minus,
.quick-order-btn-plus {
  width: 38px;
  height: 40px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  color: #fff;
  backdrop-filter: blur(8px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  min-width: 90px !important;
}

/* Minus Button - Red Glass */
.quick-order-btn-minus {
  background: rgba(255, 50, 50, 0.3);
  border: 1px solid rgba(255, 80, 80, 0.4);
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}


.quick-order-btn-minus:hover {
  background: rgba(255, 50, 50, 0.6);
  transform: scale(1.0);
}

/* Plus Button - Green Glass */
.quick-order-btn-plus {
  background: rgba(50, 200, 80, 0.3);
  border: 1px solid rgba(80, 255, 100, 0.4);
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.quick-order-btn-plus:hover {
  background: rgba(50, 200, 80, 0.6);
  transform: scale(1.0);
}

/* ✅ Quantity Input */
.qty-input {
  width: 60px;
  height: 38px;
  text-align: center;
  background: transparent;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  box-shadow: none;
}
.qty-input:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}

/* ✅ Keep row aligned */
.quantity-row .form-group {
  margin-bottom: 0;
}


/* ✅ Responsive design */
@media (max-width: 768px) {
  .large-glass-modal {
    max-width: 100%;
    width: 95%;
  }

  .large-glass-modal .order-glass-card {
    padding: 1.5rem;
    min-height: auto;
  }

  .delivery-type {
    flex-direction: column;
    gap: 1rem;
  }
}

.custom-select-dark {
	background-color: #1e1e1e;
	color: #fff;
	border: 1px solid #444;
	border-radius: 6px;
}

.custom-select-dark:focus {
	background-color: #262626;
	color: #fff;
	border-color: #888;
	outline: none;
	box-shadow: 0 0 4px rgba(255, 255, 255, 0.2);
}

.custom-select-dark option {
	background-color: #2b2b2b;
	color: #fff;
}

/* ================================
   Custom Button Group Styling
   ================================ */
.custom-btn-group {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

/* Common button styles */
.custom-btn-group .proceed-btn,
.custom-btn-group .back-btn {
	min-width: 180px;
	font-weight: 600;
	border-radius: 8px;
	padding: 10px 20px;
	transition: all 0.3s ease;
	text-align: center;
	box-sizing: border-box;
}

/* Proceed button */
.custom-btn-group .proceed-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(0, 123, 255, 0.4);
}

/* Back button */
.custom-btn-group .back-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Responsive: stack and make same width visually */
@media (max-width: 768px) {
	.custom-btn-group {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
		width: 100%;
		padding: 0 10px;
	}

	.custom-btn-group .proceed-btn,
	.custom-btn-group .back-btn {
		width: 100%;
		max-width: none;
		flex: 1;
	}
}
