/* header */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Manrope", sans-serif !important;
  background: rgb(243, 243, 243) !important;
}
.headingbold {
  font-weight: 800;
}
.navbar {
  background-color: #309380;
}
.search-box {
  background: white;
  border-radius: 4px;
  padding: 4px 8px;
  transition: width 0.3s ease;
  width: 40px;
  overflow: hidden;
}
.search-box input {
  border: none;
  outline: none;
  display: none;
}
.search-box.active {
  width: 200px;
}
.search-box.active input {
  display: inline-block;
  width: 140px;
}

.navbar {
  z-index: 1030;
}
.nav-link {
  color: white;
}
.navbar .logoimage img {
  width: 120px;
  height: auto;
}
.navbar-collapse .navbar-nav .nav-link {
  color: white;
}
.navbar-collapse .navbar-nav .dropdown button {
  color: white;
  border: none;
}
.navbar-collapse .navbar-nav .used-gear-btn {
  background: #ffffff;
  color: #309380;
  border-radius: 50px;
  font-size: 13px;
}
.small-icon {
  width: 16px;
  height: 16px;
}
.shoppingcart {
  color: white;
  width: 24px;
  height: 24px;
}
@media (max-width: 991.98px) {
  .navbar-nav .nav-item {
    margin-bottom: 0.75rem;
  }

  .navbar-nav {
    align-items: flex-start !important;
    padding-left: 1rem;
  }

  .navbar-nav .search-box {
    width: 100%;
  }
  .shoppingcart {
    margin-right: 1rem;
  }
}
.location-card {
  width: 120px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.location-card:hover {
  background-color: #f8f9fa;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.location-card.selected {
  border: 2px solid #309380;
  box-shadow: 0 0 10px rgba(48, 147, 128, 0.5);
}

/*FOOTER*/

/* Footer Styling */
.fologo .footerlogo img {
  width: 100%;
  height: auto;
  max-width: 120px;
}
.footer-about p {
  margin: 0;
  font-size: 14px;
  color: #a7a7a7; /* Links in white */
}
footer {
  background-color: #000; /* Black background */
  color: #fff; /* White text */
}

footer h5 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

footer ul {
  padding-left: 0;
  list-style-type: none;
}

footer ul li {
  margin-bottom: 0.5rem;
}

footer ul li a {
  color: #a7a7a7; /* Links in white */
  text-decoration: none;
  font-size: 15px;
}

footer ul li a:hover {
  color: #f8f9fa; /* Lighter white color on hover */
  text-decoration: none;
}

/* Social Icons */
footer .social-icons {
  display: flex;
  align-items: center;
}

footer .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #969696;

  background-color: transparent;
  color: #fff;
  font-size: 1.5rem;
  margin-right: 1rem;
  transition: all 0.3s ease;
}

/* Hover and Active State */
footer .social-icons a:hover,
footer .social-icons a:active {
  background-color: #309380;
  border-color: #309380;
  color: #fff;
  transform: scale(1.05);
}

/* Feather icons fix (makes the icon fully centered and clickable) */
footer .social-icons a i {
  pointer-events: none;
}

/* ========== Responsive ========== */
@media (max-width: 768px) {
  footer .col-md-3 {
    margin-bottom: 1rem;
  }

  footer .social-icons {
    justify-content: left;
  }

  footer .social-icons a {
    width: 36px;
    height: 36px;
    font-size: 1.2rem;
    margin: 0 0.5rem;
  }

  footer .text-center p {
    font-size: 1rem;
  }
}

/* Footer Section Layout */
footer .container {
  max-width: 1140px;
  margin: 0 auto;
}

/* Column Spacing */
footer .row > div {
  margin-bottom: 2rem;
}

footer .col-md-3 {
  margin-bottom: 2rem;
}
.playimage .playstore img {
  max-width: 60%;
  height: auto;
}
/* Center the Email Text */
footer .text-center p {
  font-size: 1.1rem;
}

footer .text-center p a {
  color: #fff;
}

footer .text-center p a:hover {
  text-decoration: underline;
}
/* Address List Styling */
.addresslist {
  display: flex;
  align-items: flex-start;
  color: #a7a7a7;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}

.addresslist i {
  font-size: 16px;
  margin-right: 10px;
  min-width: 20px;
  margin-top: 2px;
  color: #a7a7a7;
  transition: color 0.3s ease;
}

.addresslist span {
  display: inline-block;
  max-width: 230px; /* Optional: control wrapping width */
}

.addresslist:hover,
.addresslist:hover i {
  color: #ffffff;
}
.footercopyright .foocopy {
  color: #a7a7a7;
  font-size: 15px;
}

/* Mobile Responsiveness */

/*Home Banner*/
/* .home-banner {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
} */
.home-banner {
  height: auto;
  max-height: 600px; /* or set your preferred height */
  object-fit: cover;
}

/*icon text */
.rounded-box {
  border-radius: 20px; /* You can adjust the value */
}
.cameraicon .icon-text-box {
  text-align: left;
}
.cameraicon .icon-img {
  width: 40px;
  height: auto;
}

/*price box*/
.card.h-100 {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.price-box {
  font-size: 14px;
  transition: all 0.3s ease;
}

hr {
  border-top: 1px solid #ddd;
  width: 100%;
}
.product-img {
  height: 200px; /* Set your desired height */
  object-fit: contain; /* Keeps the image inside without distortion */
  width: 100%;
}

@media (max-width: 576px) {
  .product-img {
    height: 200px; /* smaller height for mobile */
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.viewprice .btn-view-pricing {
  background-color: rgb(57, 57, 57);
  color: white;
  border-radius: 7px;
  padding: 0px 6px;
  font-size: 0.875rem;
  gap: 4px;
  display: inline-flex;
  align-items: center;
  border: none;
  line-height: 1;
  height: 34px; /* keeps the button tall enough for 32px icon */
}
.viewprice .btn-view-pricing:hover {
  background-color: rgb(57, 57, 57);
  color: white;
}
.viewprice .btn-view-pricing img {
  height: 25px;
}

.viewprice .btn-view-pricing .icon-view {
  height: 32px;
  width: auto;
}

.viewprice .btn-view-pricing .text {
  margin: 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
}

.viewprice .cart-icon {
  height: 29px;
}

/* viewprice calender */
#calendarContent {
  border: none;
}

#calendarContent td {
  vertical-align: top;
  padding: 4px;
  height: 60px;
  width: 14.28%;

  border: none; /* Remove border from table cells */
}

#calendarContent td div {
  font-size: 14px;
  line-height: 1.2;
}

#calendarContent .fw-bold {
  font-size: 16px;
  margin-bottom: 4px;
}

#calendarContent .text-muted {
  font-size: 12px;
}
#calendarContent td.selected-day {
  background-color: #ffeeba;
  border-radius: 6px;
  box-shadow: inset 0 0 0 2px #ffc107;
  cursor: pointer;
}

/*new product*/
.newproduct {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
/*Testimonial*/
.testimonial-section {
  background: url("../lenstiger_images/carosuelbackground.png") no-repeat center
    center;

  background-size: cover;
}

.testimonial-card {
  background-color: #fff;
  color: #000;
  padding: 20px;
  border-radius: 15px;
  max-width: 300px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.stars {
  color: #f8d100;
}

/*FAQ*/
.faq-item {
  background-color: #ffffff;
  border-radius: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: background 0.3s;
}

.faq-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 1rem;
  transition: color 0.3s;
}

.faq-number {
  font-weight: bold;
  margin-right: 10px;
}

.faq-question {
  flex: 1;
  font-weight: 600;
  transition: color 0.3s;
}

.faq-toggle {
  font-size: 24px;
  width: 30px;
  text-align: center;
  font-weight: bold;
  transition: color 0.3s;
}

.faq-answer {
  display: none;
  padding: 0 1rem 1rem 1rem;
  font-size: 15px;
  transition: color 0.3s;
}

/* Active styles */
.faq-item.active {
  background-color: #000;
}

.faq-item.active .faq-question,
.faq-item.active .faq-toggle,
.faq-item.active .faq-number {
  color: #fff;
}

.faq-item.active .faq-answer {
  display: block;
  color: rgb(184, 184, 184);
}

/* view_detail */
.detail-section {
  background-image: url("../lenstiger_images/detailbackground.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  padding: 120px;
}
.calenderdetail {
  background-color: white;
}
.calenderdetail p {
  font-size: 14px;
  color: #727272;
}
.detail-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.main-image-wrapper {
  flex: 1 1 40%;
  display: flex;
  justify-content: center;
}

.main-image {
  height: 300px;
  /* width: 300px; */
  object-fit: cover;
}

.thumbnail-wrapper {
  flex: 1 1 30%;
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-self: center;
}

.thumbnail {
  width: 120px;
  height: 120px;
  object-fit: contain;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  transition: border 0.3s ease;
  padding: 10px;
}

.thumbnail:hover {
  border-color: #000;
}

/* ✅ Mobile View */
@media (max-width: 768px) {
  .detail-section {
    background-image: url("../lenstiger_images/mobilebackground.png");
    background-size: cover;
    padding: 40px 20px;
  }

  .detail-container {
    flex-direction: column;
    align-items: center;
  }

  .main-image {
    /* width: 250px; */
    height: 250px;
  }

  .thumbnail-wrapper {
    margin-top: 15px;
    justify-content: center;
  }

  .thumbnail {
    width: 80px;
    height: 80px;
  }
}
.calendar-header {
  background-color: #309380;
}
.calendar-card {
  background: #fff;
  border-radius: 8px;
}

.calendar-card table {
  width: 100%;
  border-collapse: collapse;
}

.calendar-card th,
.calendar-card td {
  border: none !important;
  width: 14.28%;
  text-align: center;
  padding: 10px 5px;
  vertical-align: middle;
}

.calendar-card th {
  background-color: #f0f0f0;
  font-weight: 600;
}

.text-success {
  color: green;
}

.text-danger {
  color: red;
}

@media (max-width: 768px) {
  .calendar-card {
    margin-top: 20px;
  }
}

.owl-carousel .cart-icon {
  width: 14% !important;
}

/* product list */
.updated-detail-section {
  padding: 20px;
  border-radius: 10px;
}

.updated-detail-section .detail-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/* Background ONLY behind main image */
.updated-detail-section .main-image-bg {
  background-image: url("../lenstiger_images/mobilebackground.png");
  background-repeat: no-repeat;
  background-size: contain; /* Ensure the whole image is contained */
  background-position: center; /* Center the image within the div */
  padding: 70px;
}

.updated-detail-section .main-image-wrapper {
  display: flex;
  justify-content: center;
}

.updated-detail-section .main-image {
  height: 350px;
  width: auto;
  object-fit: cover;
  border-radius: 10px;
}

/* Thumbnails below with no background */
.updated-detail-section .thumbnail-wrapper-row {
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.updated-detail-section .thumbnail {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  transition: border 0.3s ease;
  padding: 6px;
}

.updated-detail-section .thumbnail:hover {
  border-color: #000;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  /* Stack the layout for mobile */
  .updated-detail-section .detail-container {
    flex-direction: column;
    align-items: center;
  }

  /* Adjust main image padding */
  .updated-detail-section .main-image-bg {
    padding: 40px; /* Reduced padding on mobile */
  }

  .updated-detail-section .main-image {
    height: 200px; /* Adjust image height for mobile */
  }

  .updated-detail-section .thumbnail-wrapper-row {
    gap: 10px; /* Reduced gap between thumbnails */
  }

  .updated-detail-section .thumbnail {
    width: 60px; /* Smaller thumbnails on mobile */
    height: 60px;
  }

  /* Calendar and text adjustments */
  .col-md-6 {
    width: 100%; /* Full width on mobile */
    margin-bottom: 20px; /* Space between sections */
  }
}

@media (max-width: 576px) {
  /* Further adjustments for very small screens */
  .updated-detail-section .main-image-bg {
    padding: 30px; /* Further reduced padding */
  }

  .updated-detail-section .main-image {
    height: 180px; /* Smaller image height */
  }

  .updated-detail-section .thumbnail {
    width: 50px; /* Even smaller thumbnails on very small screens */
    height: 50px;
  }
}

/* productlist */
.brand-item {
  width: 105px;
  height: 102px;
  background-color: #119e83;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  transition: background-color 0.3s;
  /* REMOVE this if present: */
  /* margin: auto; */
}

.brand-item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 8px;
}

.brand-item p {
  margin: 0;
  font-weight: bold;
  font-size: 14px;
}

.brand-item.active {
  background-color: #ffd700; /* Yellow */
  color: black;
}
.productcaro .carousel-inner img {
  width: 100%;
  height: 320px; /* Adjust height as needed */
  object-fit: contain;
  border-radius: 12px;
  background: #ffffff; /* Light background to fill empty space if needed */
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: brightness(0) saturate(100%); /* Makes the icon black */
  background-color: transparent; /* Optional: no background */
  width: 2rem; /* Adjust size as needed */
  height: 2rem;
}

/* cart sidebar */
/* === Cart Sidebar Styles === */
.cart-sidebar {
  position: fixed;
  top: 0;
  right: -350px;
  width: 350px;
  height: 91%;
  background: white;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1050;
  transition: right 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}

/* Slide in when open */
.cart-sidebar.open {
  right: 0;
}

/* === Header & Footer === */
.cart-header,
.cart-footer {
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.cart-footer {
  margin-top: auto;
  border-top: 1px solid #eee;
}

/* === Cart Items Scroll Section === */
.cart-items {
  padding: 15px;
  overflow-y: auto;
  flex: 1;
}

/* === Cart Item Box === */
.cart-item {
  display: flex;
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 10px;
  gap: 12px;
  margin-bottom: 12px;
  align-items: center;
}

/* === Image Wrapper with White BG === */
.cart-img-wrapper {
  background-color: white;
  border-radius: 8px;
  padding: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-img-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  object-fit: contain;
}

/* === Cart Details === */
.cart-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cart-name {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 2px;
}

.cart-date {
  font-size: 12px;
  color: #555;
  margin-bottom: 4px;
}

.cart-price {
  font-size: 14px;
  color: green;
  font-weight: 500;
}

/* === Close Button === */
.close-btn {
  background: none;
  border: none;
  font-size: 20px;
  float: right;
  cursor: pointer;
  color: #333;
}

/* === Footer Buttons === */
.view-cart-btn {
  background: #ffc107;
  border: none;
  padding: 10px;
  width: 100%;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
}

.checkout-btn {
  background: #28a745;
  border: none;
  padding: 10px;
  width: 100%;
  color: white;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
  border-radius: 5px;
}
/* login */
.loginc {
  background: white;
}
.login-box-wrapper {
  max-width: 380px;
  width: 100%;
}

.loginc .login-box {
  background: #fff;
  padding: 30px;
  border-radius: 10px;

  text-align: center;
}

.loginc .login-box h2 {
  margin-bottom: 20px;
  font-size: 24px;
}

.loginc .login-box input {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}

.loginc .login-box button {
  width: 100%;
  padding: 12px;
  background-color: #309380;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
}

.loginc .login-box button:hover {
  background-color: #ffffff;
  color: #309380;
  border: 1px solid #309380;
}

.loginc .bottom-text {
  margin-top: 20px;
  font-size: 14px;
}

.loginc .bottom-text a {
  color: #007bff;
  text-decoration: none;
}

.loginc .bottom-text a:hover {
  text-decoration: underline;
}

/* signup */
.signup-section {
  background: white;
}
.signup-section .container {
  display: flex;
  justify-content: center;
}

.signup-box {
  background: #fff;
  padding: 30px;
  border-radius: 10px;

  width: 100%;
}

.signup-box h2 {
  font-size: 26px;
  font-weight: 600;
}

.signup-box h4 {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}

.signup-box .form-group {
  margin-bottom: 15px;
}

.signup-box input {
  width: 100%;
  padding: 9px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
}

.signup-box button {
  width: 100%;
  padding: 12px;
  background-color: #309380;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
}

.signup-box button:hover {
  background-color: #ffffff;
  color: #309380;
  border: 1px solid #309380;
}

/* forgotpassword */
.forgotpass {
  background: white;
}
.forgotpass .login-box-wrapper {
  width: 100%;
  max-width: 400px;
  padding: 20px;
}

.forgotpass .login-box {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}

.forgotpass .login-box h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.forgotpass .login-box input {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}

.forgotpass .login-box button {
  width: 100%;
  padding: 12px;
  background-color: #309380;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
}

.forgotpass .login-box button:hover {
  background-color: #ffffff;
  color: #309380;
  border: 1px solid #309380;
}

/* otp */

.otp-card {
  background: white;
  padding: 40px 30px;
  border-radius: 15px;
  max-width: 400px;
  width: 100%;
}

.otp-input {
  width: 60px;
  height: 60px;
  font-size: 24px;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #ced4da;
  transition: border-color 0.3s;
}

.otp-input:focus {
  border-color: #000;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.otp-card button {
  background-color: #309380;
  color: white;
  padding: 12px 0;
  font-weight: bold;
  border-radius: 10px;
}
.otp-card button:hover {
  background-color: #ffffff;
  border: 1px solid #309380;
  color: #309380;
}
.resend-link {
  text-decoration: none;
  font-weight: 500;
  color: #000;
}

.resend-link:hover {
  text-decoration: underline;
}

/* cart */
.cartbutt button {
  background-color: #309380;
  color: white;
}
.cartbutt button:hover {
  color: #309380;
  border: 1px solid #309380;
}

/* checkout */
.checkout {
  background-color: #ffffff;
}
.checkout-form {
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.checkout-form .form-control,
.checkout-form .form-select {
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 16px;
}

.checkbut button {
  background-color: #309380;
  color: white;
  padding: 10px 25px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.checkbut button:hover {
  /* background-color: #267665; */
  border: 1px solid #267665;
  color: #267665;
}

@media (max-width: 576px) {
  .checkbut button {
    width: 100%;
  }

  .checkout-form {
    padding: 20px;
  }
}

/* confirmbooking */
.confirmbooking {
  background: white;
}

.confirm-booking .table-responsive {
  border-radius: 10px;
  overflow-x: auto; /* important for x-scroll */
  -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
  padding: 15px;
}

.confirm-booking table.table {
  background: #d0d0d0;
}

.confirm-booking table.table thead th {
  background: #dedada;
  border-bottom: 1px solid #b0b0b0;
}

.confirm-booking table.table td {
  background: #f5f5f5;
  margin-bottom: 10px;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 15px;
}

.confirm-booking table.table tr {
  background: white;
}
.confirmbooking-summary .table td {
  padding: 0.6rem 0.5rem;
  border-top: none;
}

.confirmbooking-summary .card {
  border-radius: 1rem;
}

/* .confirmbooking-summary {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.confirmbooking-box {
  flex: 1 1 300px;

  border-radius: 10px;
}

.table-borderless td {
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #ddd;
}

.table-borderless tr:last-child td {
  border-bottom: none;
}

.coupon-box {
  margin-top: 20px;
}

.coupon-header button {
  background-color: black;
  color: white;
}
.coupon-header button:hover {
  border: 1px solid black;
  color: black;
}
.applycoupon .applycou {
  background-color: green;
  color: white;
}
.applycoupon .applycou:hover {
  border: 1px solid green;
  color: green;
}
.applycoupon .clearcou {
  background-color: #be0202;
  color: white;
}
.applycoupon .clearcou:hover {
  border: 1px solid #be0202;
  color: #be0202;
}
.proceedcheck {
  background-color: black;
  color: white;
}
.proceedcheck:hover {
  border: 1px solid black;
  color: black;
} */

/* Apply Coupons */
.ticket-coupon {
  display: flex;
  background: #1b1b1b;
  color: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  min-height: 150px;
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Add smooth transition */
}
.ticket-coupon:hover {
  transform: translateY(-5px); /* Lift effect on hover */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); /* Enhance shadow on hover */
}
.ticket-left,
.ticket-right {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ticket-left {
  background: #292929;
  width: 35%;
  position: relative;
  padding: 20px;
}

.ticket-right {
  width: 65%;
  padding: 20px;
}
.ticket-left h6 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #f1f1f1; /* Lighter color for the text */
}
.ticket-left small {
  font-size: 14px;
  color: #b0b0b0; /* Lighter small text */
}
.ticket-right h5 {
  font-size: 22px;
  font-weight: bold;
  color: #00bfa5; /* Use the same color as circle */
}
.ticket-right p {
  font-size: 14px;
  color: #f1f1f1;
  margin-bottom: 15px;
}
.ticket-left::after,
.ticket-left::before {
  content: "";
  position: absolute;
  right: -20px;
  width: 40px;
  height: 40px;
  background: #f1f1f1;
  border-radius: 50%;
}

.ticket-left::before {
  top: -20px;
}

.ticket-left::after {
  bottom: -20px;
}

.code {
  margin-top: 10px;
  font-weight: bold;
  background: #1b7e69;
  padding: 8px 12px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: white;
  transition: background 0.3s ease;
}
.code:hover {
  background: #1a7a5a; /* Darker shade on hover */
}
.circle {
  width: 25px;
  height: 25px;
  background: linear-gradient(135deg, #00bfa5, #1b7e69); /* Green gradient */
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); /* Subtle shadow */
}

.circle:hover {
  background: linear-gradient(
    135deg,
    #1b7e69,
    #00bfa5
  ); /* Inverted gradient on hover */
  transform: scale(1.1); /* Slightly enlarge on hover */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Enhance shadow on hover */
}

.circle.active {
  background-color: #00bfa5; /* Solid green when active */
  color: white;
}

.circle.active::after {
  content: "✔";
  font-size: 20px;
  font-weight: bold;
  color: white;
}

/* Optional - Add a pulse animation to the circle to draw attention */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 5px rgba(0, 191, 165, 0.6), 0 0 10px rgba(0, 191, 165, 0.4);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(0, 191, 165, 0.8), 0 0 20px rgba(0, 191, 165, 0.5);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 5px rgba(0, 191, 165, 0.6), 0 0 10px rgba(0, 191, 165, 0.4);
  }
}

.circle:hover {
  animation: pulse 1.5s infinite; /* Add pulse effect on hover */
}

/* Popup */
.coupon-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-content {
  background: white;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  width: 300px;
  position: relative;
}

.popup-img {
  width: 131px;
  margin-bottom: -8px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  color: #333;
  cursor: pointer;
}
.couponbox {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  width: 350px; /* control the width */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.applycouponbox .btn {
  background-color: #21967c;
  color: white;
}

.applycouponbox .btn:hover {
  background-color: #ffffff;
  color: #1b7e69;
  border: 1px solid#1b7e69;
}

.applycouponbox .clearco {
  background-color: #be0202;
  color: white;
}
.applycouponbox .clearco:hover {
  border: 1px solid #be0202;
  color: #be0202;
}

/* finalbooking */
.placeorder button {
  background-color: #1b7e69;
  color: white;
}
.placeorder button:hover {
  border: 1px solid #1b7e69;
  color: #1b7e69;
}

/* myorders */
.myorders {
  background-color: white;
}

/* myorderlist */
.myorderslist {
  background-color: white;
}
.fixed-image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}

/*accountdetails*/
.accountdetails {
  background-color: white;
}
