@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Baloo";
  src: url("../fonts/Baloo-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*scrollbar theme*/
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #ffaf17;
}

::-webkit-scrollbar-thumb:hover {
    background: #ffaf17;
}


* {
  font-family: "Montserrat", serif;
}
body{
  scroll-behavior: smooth;
}
:root {
  --primary-blue: #005f8c;
  --primary-orange: #ffaf17;
  --light-shade: #e6f4fa;
}
.baloo {
  font-family: "Baloo", sans-serif;
}
.yellow-btn {
  border-radius: 24px;
  padding: 12px 22px;
  background-color: var(--primary-orange);
  border: 1px solid var(--primary-orange);
  font-size: 12px;
  font-weight: 600;
  color: black;
  transition: 0.5s;
}
.yellow-btn:hover {
  background-color: var(--primary-blue);
  border: 1px solid var(--primary-blue);
  color: white;
}
.h3-heading {
  color: var(--primary-blue);
  font-weight: 800;
  font-size: 28px;
}
.see-all-btn {
  padding: 10px 14px;
  border-radius: 24px;
  background-color: var(--light-shade);
  border: 1px solid var(--light-shade);
  font-weight: 600;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}
.see-all-btn:hover {
  background-color: var(--primary-blue);
  border: 1px solid var(--primary-blue);
  color: white;
}
.left-img {
  flex-basis: 62%;
}
.right-content {
  flex-basis: 38%;
  z-index: 999;
}
.h-screen {
  height: 100vh;
}
.left-img > img {
  height: 100vh;
  width: 100%;
  z-index: 999;
}
.right-content h3 {
  font-size: 40px;
}
.right-content p {
  width: 360px;
  color: #00000099;
}
.dot {
  width: 12px;
  height: 8px;
  padding: 0px 6px;
  background-color: #453e3e99;
  border-radius: 50px;
}

.active-dot {
  width: 30px;
  background-color: black;
  border-radius: 5px;
}
.right-arw-btn {
  width: 64px;
  height: 64px;
  border-radius: 17px;
  background-color: var(--primary-blue);
  border: 1px solid var(--primary-blue);
  transition: 0.5s;
}
.right-arw-btn:hover {
  background-color: var(--primary-orange);
  border: 1px solid var(--primary-orange);
}
.shape-bottom-left {
  top: 60%;
  left: 54%;
  z-index: 99;
}
.left-img-sign > img {
    height: 100%;
}
/*.shape-bottom-left-sign{
    top: 50%;
    left: 50%;
}*/
.iti--separate-dial-code{
    width: 100% !important;
}
.notification-menu-scroll{
    max-height: 370px;
    overflow: scroll;
}
.login-content h3 {
  font-size: 32px;
}
.login-content h3 span {
  color: var(--primary-blue);
}
.login-btn {
  height: 60px;
  color: white;
  width: 360px;
}
.login_error_message{
  width: 360px;
}
.line {
  height: 1px;
  width: 80%;
  background-color: rgba(0, 0, 0, 0.2);
}

.or-text {
  font-size: 14px;
  color: black;
  background: white;
  position: relative;
  left: -43.5%;
  background-color: #fff;
  padding: 0 10px;
}

.custom-input {
  background-color: var(--light-shade);
  border: 1px solid var(--light-shade);
  border-radius: 17px;
  font-weight: 500;
  height: 60px;
  padding-left: 50px;
  font-size: 16px;
}

.custom-input:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--primary-blue);
}

.icon-wrapper {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: black;
}
.social-btn {
  background-color: var(--light-shade);
  border: none;
  border-radius: 17px;
  width: 48%;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.social-btn img {
  width: 24px;
}
.social-btn:hover {
  background-color: #BEE3F8;
}
.opacity-20 {
  opacity: 0.6;
}
.register-text {
  font-size: 14px;
}
.register-text a {
  color: var(--primary-blue);
  font-weight: bold;
  text-decoration: none;
}
.guest-box {
  width: 360px;
}
.guest-login {
  font-size: 20px;
}
.guest-login span {
  color: var(--primary-orange);
}
.yellow-right-btn {
  background-color: var(--primary-orange);
  width: 44px;
  height: 44px;
  border-radius: 17px;
  border: 1px solid var(--primary-orange);
  transition: background-color 0.3s ease;
}

.yellow-right-btn:hover {
  background-color: #FF8C00;
}
.user-img {
  width: 132px;
  height: 132px;
}
.TandC p {
  font-size: 12px;
}
input[type="checkbox"] {
  width: 15px;
  height: 15px;
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #19c90d;
  border-radius: 3px;
  cursor: pointer;
}

input[type="checkbox"]:checked {
  background-color: #19c90d;
  border-color: #19c90d;
  position: relative;
}

input[type="checkbox"]:checked::after {
  content: "✔";
  color: white;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal {
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}

.modal-box {
  border-radius: 27px;
  max-width: 90%;
  width: 365px;
  min-height: 398px;
  z-index: 999;
}

.modal-box h4 {
  font-size: 2rem;
  color: var(--primary-blue);
}

.otp-input {
  max-width: 15%;
  width: 73px;
  min-height: 10vh;
  height: 80px;
  border-radius: 17px;
}

.otp-input:focus {
  outline: none;
  box-shadow: none;
  background-color: var(--primary-orange);
  border-color: var(--primary-orange);
}

.fs-12 {
  font-size: 0.75rem;
}

.popup-close-btn {
  border-radius: 0px 27px 0px 27px;
  width: 64px;
  height: 64px;
  background-color: var(--primary-blue);
  border: 1px solid var(--primary-blue);
}

.common-header {
  background-color: var(--primary-blue);
  height: 90px;
  /* overflow: hidden; */
}

.nav-items {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: white;
  opacity: 50%;
  cursor: pointer;
}

.nav-active {
  color: var(--primary-orange);
  font-weight: 800;
  opacity: 100%;
}

.user-icon {
  max-width: 50px;
  max-height: 50px;
}

.main-logo {
  margin-top: 16px;
  flex-basis: 13%;
}

.navigation-area {
  flex-basis: 70%;
}

.nav-links {
  flex-basis: 85%;
}

.icon-group {
  flex-basis: 15%;
}

.search-input {
  background-color: var(--light-shade);
  border: 1px solid var(--light-shade);
  border-radius: 17px;
  font-weight: 500;
  height: 50px;
  width: 300px;
  padding-left: 50px;
  font-size: 12px;
}
/* Mobile Header Start */
.mobile-header {
  display: none;
  background-color: var(--primary-blue);
  height: 90px;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 24px;
  width: 30px;
}
.mobile-logo {
  width: 150px;
}
.mobile-user {
  width: 40px;
  height: 40px;
}
.off-canvas {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  background-color: var(--primary-blue);
  transition: left 0.3s ease;
  padding: 20px;
  z-index: 1000;
}

.off-canvas.active {
  left: 0;
}

.off-canvas .nav-links ul {
  flex-direction: column;
  align-items: flex-start;
}

.off-canvas .nav-items {
  margin-bottom: 15px;
}

.off-canvas .search-container,
.off-canvas .icon-group {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .common-header {
    display: none !important;
  }

  .mobile-header {
    display: flex !important;
  }
  .fixed-header{
    display: none;
  }
  .mobile-fixed-header{
    padding-bottom: 100px;
  }

  .off-canvas .search-input {
    width: 100%;
  }
}
/* Mobile Header End */
.img-card {
  border-radius: 27px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
    url("../images/home-hero-img.jpg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 324px;
}

.img-card h2 {
  font-size: 44px;
}

.hero-content-box {
  left: 3%;
  bottom: 10%;
}

.card-style {
  text-align: center;
}

.card-style img {
  border-radius: 22px;
  width: 100%;
  height: 230px;
  transition: 0.5s;
}
.card-style img:hover {
  transform: scale(1.04);
  overflow: hidden;
}

.card-style h5 {
  font-weight: 600;
  font-size: 14px;
  color: black;
  padding-top: 10px;
}
.card-style-2 {
  border-radius: 22px;
  width: 100%;
  height: 305px;
  transition: 0.5s;
}
.card-style-2:hover {
  transform: scale(1.04);
}

/*.trip-tour-1 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
    url("../assets/style-2-card.jpg");
}

.trip-tour-2 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
    url("../assets/trip-tour-2.jpg");
}

.trip-tour-3 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
    url("../assets/trip-tour-3.jpg");
}

.trip-tour-4 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
    url("../assets/trip-tour-4.jpg");
}*/

.trip-tour {
  background-size: cover !important;
  background-position: bottom !important;
  background-repeat: no-repeat !important;
}

.discount-box {
  border-radius: 22px 0px 22px 0px;
  background-color: var(--primary-orange);
  padding: 12px 11px;
  font-size: 12px;
  font-weight: 600;
}

.date-box {
  width: 30px;
  border-radius: 6px;
  color: black;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  background-color: white;
  position: absolute;
  right: 4%;
  top: 4%;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-10 {
  font-size: 10px;
}

.image-container {
    position: relative;
    display: inline-block;
    height: 200px !important;
}

.image-loader {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #e6f4fa 25%, #d1e9f0 50%, #e6f4fa 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite linear;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px; /* Optional: Rounded corners */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #333; /* Text color */
    font-weight: bold;
    font-size: 16px;
}

@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

.card-style-2 .card-text {
  bottom: 5%;
  left: 5%;
}
.card-style-3 {
  width: 100%;
  height: 100%;
  border-radius: 27px;
  background-color: var(--light-shade);
  padding: 12px 10px;
  transition: box-shadow 0.2s ease;
}

.card-style-3 img {
  border-radius: 22px;
  width: 100%;
  height: 230px;
/*  height: 100%;*/
  object-fit: cover;
  transition: transform 0.2s ease;
}

.card-style-3:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.card-style-3:hover img {
  transform: scale(1.04);
}

.h3-heading {
  font-size: 28px;
}

.see-all-btn {
  font-size: 16px;
}

.fs-12 {
  font-size: 12px;
}
.banner {
  height: 324px;
  border-radius: 27px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.banner h3 {
  font-size: 44px;
}

.banner_2 {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.banner_2 .deg {
  font-size: 94px;
}

.catering-item {
  border-radius: 22px;
  height: 446px;
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.catering-1 {
  background-size: cover !important;
  transition: transform 0.3s ease;
}

.catering-2 {
  background-size: cover !important;
  transition: transform 0.3s ease;
}

.catering-3 {
  background-size: cover !important;
  transition: transform 0.3s ease;
}
.catering-item:hover {
  transform: scale(1.03); 
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.catering-item:hover .catering-1 {
  transform: scale(1.1); 
}

.catering-price {
  background-color: var(--primary-orange);
  padding: 12px 20px;
  border-radius: 22px 22px 0px 0px;
}
.footer {
  background-color: #005580;
  color: white;
  padding: 4rem 0 1rem 0;
}

.footer-logo {
  width: 120px;
  margin-bottom: 1rem;
}

.footer-description {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 1.5rem;
  max-width: 455px;
}

.footer h5 {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.social-icons {
  margin-top: 1rem;
}

.social-icons a {
  color: white;
  margin-right: 1rem;
  font-size: 1.2rem;
  text-decoration: none;
}

.copyright {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
  margin-top: 2rem;
  font-weight: 600;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
}

.contact-info {
  font-size: 14px;
}

.contact-info p {
  margin-bottom: 0.5rem;
}
.social-icon:hover {
  transition: 0.5s;
  color: var(--primary-orange);
}

.detail-img {
  min-width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 22px;
  object-fit: cover;
}
.detail-content {
  max-width: 100%;
}
.detail-heading {
  font-size: 36px;
  color: var(--primary-blue);
}
.detail-price {
  font-size: 24px;
  color: var(--primary-orange);
}
.add-cart-btn {
  border-radius: 17px;
  background-color: var(--primary-blue);
  width: 300px;
  height: 60px;
  color: white;
  font-weight: 700;
  border: 1px solid var(--primary-blue);
  transition: 0.5s;
}
.add-cart-btn:hover {
  background-color: var(--primary-orange);
  color: black;
  border: 1px solid var(--primary-orange);
}
.favorite-btn {
  background-color: var(--primary-orange);
  width: 170px;
  height: 60px;
  border-radius: 17px;
  border: 1px solid var(--primary-orange);
  color: black;
  font-weight: 700;
  transition: 0.5s;
}
.favorite-btn-details {
  background-color: var(--light-shade);
  border: 1px solid var(--light-shade);
  width: 170px;
  height: 60px;
  border-radius: 17px;
  color: black;
  font-weight: 700;
  transition: 0.5s;
}
.hidden {
    display: none !important;
}

.add-market-button{
    width: 200px;
    height: 50px;
}

.favorite-btn-details:hover {
  background-color: transparent;
  border: 1px solid var(--primary-blue);
}
.favorite-btn:hover {
  background-color:var(--light-shade);
  border: 1px solid var(--primary-blue);
}
.share-btn {
  background-color: var(--light-shade);
  border: 1px solid var(--light-shade);
  border-radius: 17px;
  width: 60px;
  height: 60px;
  transition: 0.5s;
}
.share-btn:hover {
  background-color: transparent;
  border: 1px solid var(--primary-blue);
}
.term-condition h5 {
  color: var(--primary-blue);
}
.availability-item {
  background-color: var(--light-shade);
  border-radius: 25px;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 500;
  color: black;
}
.see-all-btn-small {
  padding: 8px 12px;
  border-radius: 24px;
  background-color: var(--light-shade);
  border: 1px solid var(--light-shade);
  font-weight: 600;
  font-size: 12px;
  color: rgba(0, 0, 0,0.5);
  transition: 0.5s;
}

.overrall-rating {
  padding: 8px 12px;
  font-weight: 600;
  font-size: 12px;
  color: rgba(0, 0, 0,0.5);
  transition: 0.5s;
}

.see-all-btn-small:hover {
  background-color: var(--primary-blue);
  border: 1px solid var(--primary-blue);
  color: white;
}
.rating-card {
  padding: 20px 30px;
  background-color: var(--primary-blue);
  border-radius: 17px;
  font-size: 14px;
  width: 100%;
}
.rating-card .user-name {
  color: var(--primary-orange);
  font-style: italic;
}
.star-icon-fill {
  color: var(--primary-orange);
}

.pdetail-imgs {
  width: 100%;
/*  height: 95px;*/
  border-radius: 22px;
  object-fit: cover;
}

.service-detail-images a{
    flex-basis: 23%;
}


.seller-box img {
  border-radius: 17px;
  width: 54px;
  height: 54px;
}
.see-product-btn {
  border: 1px solid var(--primary-blue);
  color: var(--primary-blue);
  background-color: white;
  padding: 8px 10px;
  font-size: 10px;
  font-weight: 600;
  border-radius: 24px;
  transition: 0.5s;
}
.see-product-btn:hover {
  color: white;
  background-color: var(--primary-blue);
}
.fs-14 {
  font-size: 14px;
}
.availability-box {
  border-top: 1px solid var(--light-shade);
  border-bottom: 1px solid var(--light-shade);
}

.rating-card {
  padding: 20px 30px;
  background-color: var(--primary-blue);
  border-radius: 17px;
  font-size: 14px;
  width: 100%;
}
.rating-card .user-name {
  color: var(--primary-orange);
  font-style: italic;
}
.star-icon-fill {
  color: var(--primary-orange);
}
.gallery-img {
  border-radius: 22px;
  flex-grow: 1;
  width: 85px;
  height: 104px;
  object-fit: cover;
}
/*.pdetail-imgs {
  width: 95px;
  height: 95px;
  border-radius: 22px;
  object-fit: cover;
}*/
.seller-box img {
  border-radius: 17px;
  width: 54px;
  height: 54px;
}
.see-product-btn {
  border: 1px solid var(--primary-blue);
  color: var(--primary-blue);
  background-color: white;
  padding: 8px 10px;
  font-size: 10px;
  font-weight: 600;
  border-radius: 24px;
}
.fs-14 {
  font-size: 14px;
}
.availability-box {
  border-top: 1px solid var(--light-shade);
  border-bottom: 1px solid var(--light-shade);
}

.cart-heading {
  font-size: 36px;
  font-weight: 700;
  color: black;
}

/* Checkbox */
.checkbox-container {
  display: inline-flex;
  align-items: center;
}

/* Hide the default checkbox */
.checkbox-container input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  background-color: var(--light-shade);
  border-radius: 3px;
  border: 2px solid var(--light-shade);
  cursor: pointer;
  position: relative;
  outline: none;
}

/* Styling for the checkmark */
.checkbox-container input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid var(--primary-blue);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.cart-item {
  border-radius: 17px;
  background-color: var(--light-shade);
  padding: 12px;
}
.cart-item img {
  width: 74px;
  height: 74px;
  border-radius: 17px;
}
.quantity-btn {
  width: 64px;
  border-radius: 15px;
  background-color: var(--primary-blue);
  border: 2px solid var(--primary-blue);
}
.quantity-btn button {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background-color: var(--primary-orange);
  border: 1px solid var(--primary-orange);
  color: white;
  font-size: 15px;
}
.add-address-box {
  border-radius: 17px;
  border: 1px dashed var(--primary-blue);
  background-color: var(--light-shade);
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-blue);
}
.change-btn {
  background-color: var(--primary-blue);
  color: white;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0px 17px 0px 17px;
  border: 1px solid var(--primary-blue);
}
.address-change-btn{
    background-color: var(--primary-blue);
      color: white;
      padding: 5px 10px;
      font-size: 14px;
      font-weight: 600;
      border-radius: 0px 17px 0px 17px;
      border: 1px solid var(--primary-blue);
}

.payment-success-modal {
  width: 375px;
  height: 600px;
  background-color: var(--primary-blue);
  border-radius: 30px;
}
.success-close-btn {
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 999;
}

.invoice-modal {
  width: 405px;
  /* height: 660px; */
  border-radius: 27px;
}
.rating-card-lite {
  background-color: var(--light-shade);
  color: black;
}
.profile-dropdown {
  border-radius: 25px;
  border: none;
}
.polygon-shape {
  right: 4%;
  top: -4%;
}

/* Reset Bootstrap's default dropdown behavior */
.dropdown-menu {
  display: block !important;
}

/* Backdrop styles */
/* .backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1050;
}

.backdrop.show {
  opacity: 1;
  visibility: visible;
} */

/* Dropdown container */
.dropdown {
  position: relative;
  z-index: 1060;
}

/* User icon styles */
.user-icon {
  cursor: pointer;
  position: relative;
  z-index: 1060;
}

/* Profile dropdown styles */
.profile-dropdown {
  position: absolute;
  right: 0;
  margin-top: 10px;
  background: white;
  border-radius: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 1060;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translateY(-10px);
}

.profile-dropdown.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Polygon pointer styles */
.polygon-shape {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  right: 20px;
  z-index: 1060;
}

/* Menu item styles */
.dropdown-item {
  font-size: 15px;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
}
.dropdown-icon {
  width: 74px;
  height: 74px;
  border-radius: 17px;
  border: 2px solid #f9f8f5;
}
.profile-dropdown h6 {
  color: var(--primary-blue);
}
.profile-dropdown small {
  font-size: 15px;
  font-weight: 300;
  color: black;
}
.logout-btn {
  font-size: 15px;
  color: #ea4335;
}
.logout-btn:hover{
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.rewards-box {
  max-width: 550px;
  margin: auto;
}

.total-coins {
  border-radius: 18px;
  background: linear-gradient(90deg, #005f8c, #005076);
}

.total-coins h4 {
  font-size: 30px;
  color: var(--primary-orange);
}

.redeem-btn {
  border-radius: 24px;
  background-color: var(--primary-orange);
  padding: 6px 16px;
  color: var(--primary-blue);
  font-weight: 700;
  font-size: 12px;
  border: 1px solid var(--primary-orange);
  transition: 0.5s;
}
.redeem-btn:hover {
  background-color: white;
  color: black;
  border: 1px solid black;
}

.h5-heading {
  color: var(--primary-blue);
  font-weight: 800;
  font-size: 24px;
}

.reward-card {
  border-radius: 17px;
  background-color: var(--light-shade);
  padding: 15px;
  cursor: pointer;
}

.reward-img {
  border-radius: 17px;
  width: 64px;
  height: 64px;
  object-fit: cover;
}

.cart-heading {
  font-size: 28px;
}
.modal-coin {
  width: 100px;
  max-width: 100%;
  height: auto;
}

.blue-modal-title {
  font-size: 30px;
  color: var(--primary-blue);
}

.redeem-modal {
  max-width: 365px;
  width: 90%;
  border-radius: 27px;
}

.details-modal {
  width: 90%;
  border-radius: 27px;
}
.details-modal h1,
.details-modal h2,
.details-modal h3,
.details-modal h4,
.details-modal h5,
.details-modal h6 {
    color: var(--primary-blue);
    text-align: center;
}
.details-modal ul{
    list-style: none;
    padding-left: 0px;
}
.details-modal ul li:before{
    content: url('../images/verify.svg');
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.add-cart-btn {
  background-color: var(--primary-blue);
  color: white;
  border: none;
  border-radius: 17px;
  padding: 10px 20px;
  font-weight: 700;
  transition: background-color 0.3s ease;
}

.modal-refer-img {
  max-width: 100%;
  height: auto;
  width: 285px;
}
.edit-user-img {
  width: 115px;
  height: 115px;
}
.camera-icon {
  left: 50%;
  top: 75%;
  transform: translateX(-50%);
}

.product-card {
  border-radius: 17px;
  background-color: var(--light-shade);
  height: 100%;
  overflow: hidden;
  transition: box-shadow 0.2s ease; 
}

.product-card img {
  border-radius: 17px;
  max-height: 192px;
  width: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.product-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.product-card:hover img {
  transform: scale(1.03);
}

.product-card h3 {
  font-size: 18px;
  font-weight: 500;
}

.product-card p {
  letter-spacing: 0.5px;
}

.delivery-badge {
  border-radius: 24px;
  background-color: var(--primary-blue);
  padding: 8px 10px;
  color: white;
  font-weight: 700;
  font-size: 10px;
}
.pb-120 {
  padding-bottom: 120px;
}

/* Notification dropdown styles */
.notification-dropdown {
  position: relative;
  z-index: 1060;
}

.notification-icon {
  cursor: pointer;
  position: relative;
  z-index: 1060;
}

/* Notification menu styles */
.notification-menu {
  width: 370px;
  position: absolute;
  right: -10px;
  top: 40px;
  margin-top: 10px;
  background: white;
  border-radius: 25px;
  z-index: 1060;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translateY(-10px);
  max-height: 578px;
  padding: 25px 15px;
}
.polygon-shape-2 {
  top: -3%;
  right: 2%;
}
.notification-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.notification-box {
  background-color: var(--light-shade);
  border-radius: 17px;
  padding: 12px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.notification-box:hover {
  background-color: var(--primary-shade); /* Slightly darker or accent color */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow on hover */
}

.notification-box h5 {
  color: var(--primary-blue);
}
.notification-box p {
  font-size: 10px;
  font-weight: 500;
}
.notification-box span {
  font-size: 8px;
  color: black;
  opacity: 40%;
  font-weight: 700;
  bottom: 15px;
  right: 15px;
}

.product-card-2 {
  border-radius: 17px;
  background-color: var(--light-shade);
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}
.product-card-2 img {
  height: 192px;
  border-radius: 17px;
  width: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}
.product-card-2:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}

.product-card-2:hover img {
  transform: scale(1.03);
}
.product-card-2 h3 {
  font-size: 18px;
  font-weight: 500;
  color: black;
}

.toggle-btn {
  display: inline-flex;
  border-radius: 17px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.preview-image{
    width: 107px;
    height: 100px;
}

/* Toggle Btn */
.toggle-container {
  background-color: var(--light-shade);
  border-radius: 17px;
  display: inline-flex;
  position: relative;
  width: 335px;
  height: 50px;
}

.toggle-button {
  flex: 1;
  border: none;
  padding: 8px 20px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
  border-radius: 17px;
  background: transparent;
  font-weight: 800;
}

.toggle-button.active {
  color: white;
}

.toggle-button:not(.active) {
  color: black;
  opacity: 60%;
}

.slider {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(50% - 5px);
  height: calc(100% - 10px);
  background-color: var(--primary-blue);
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.slider.right {
  transform: translateX(100%);
}

/* Add animation for text */
.toggle-button {
  transition: transform 0.2s ease;
}

.toggle-button:active {
  transform: scale(0.95);
}

.tab-content {
  position: relative;
}

.tab-pane {
  /*opacity: 0;
  visibility: hidden;*/
  display: none;
  position: absolute;
  width: 100%;
  transform: translateX(20px);
  transition: all 0.3s ease-in-out;
}

.tab-pane.active {
  /*opacity: 1;
  visibility: visible;*/
  display: block;
  position: relative;
  transform: translateX(0);
}

.cancel-btn {
  background-color: #ea4335;
}
.blue-text {
  color: var(--primary-blue);
}
.light-blue-text{
  color: var(--light-shade);
}
.booking-date {
  font-size: 16px;
  color: #ea4335;
}

.main-image {
  width: 550px;
  height: 540px;
  border-radius: 22px;
  overflow: hidden;
}

.main-image img {
  width: 100%;
  border-radius: 22px;
}

.contact-info {
  width: 360px;
}
.contact-item-info {
  height: 94px;
}
.content-width {
  max-width: 750px;
  margin: auto;
}

.fs-24 {
  font-size: 24px;
}

.logout-img {
  width: 94px;
  height: 94px;
  margin: auto;
}


.weather-img {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), url("../images/weather-img.jpeg") no-repeat;
  height: 300px;
  width: 100%;
  background-size: cover;
  border-radius: 27px 27px 0px 0px;
}

.weather-data {
  font-size: 70px;
}

.weather-badge {
  border-radius: 24px;
  padding: 10px 14px;
  color: white;
  background-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(26.8px);
  -webkit-backdrop-filter: blur(26.8px);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.weather-block-1,
.weather-block-2 {
  flex-basis: 48%;
}

.weather-block-2 {
  border-radius: 22px;
  background-color: var(--primary-blue);
}

.weather-block-2 img {
  width: 55px;
  height: 55px;
}

.yellow-text {
  color: var(--primary-orange);
}

.w-block-1 {
  background-color: var(--light-shade);
  border-radius: 22px;
}

.w-block-2 {
  background-color: var(--primary-orange);
  border-radius: 22px;
}



.current-location{
  width: 100%;
  height: 84px;
  border-radius: 17px;
  border: 1px solid var(--light-shade);
}

.fs-30{
  font-size: 30px;
}
.cancel-booking-img{
  width: 124px;
  height: 124px;
  margin: auto;
}


.add-review-img {
  width: 154px;
  height: 154px;
  border-radius: 27px;
  object-fit: cover;
}

.review-star {
  width: 40px;
  height: 40px;
}

.review-textbox {
  border: 1px solid var(--light-shade);
  background-color: var(--light-shade);
  border-radius: 17px;
  resize: none;
  padding: 20px;
}

.add-review-image {
  width: 80px;
  height: 94px;
  border-radius: 22px;
  object-fit: cover;
}

.add-review-btn {
  width: 107px;
  height: 100px;
  border-radius: 22px;
  border: 1px dashed var(--primary-blue);
  background-color: var(--light-shade);
}


/* Services */
.filter-block{
  flex-basis: 28%;
  border-right: 1px solid rgba(0, 95, 140, 0.2);
  transition: all 0.3s ease;
}
.services-block{
  flex-basis: 72%;
  transition: all 0.3s ease;
}

.filter-header {
  margin-bottom: 24px;
}

.filter-header h2 {
  color: var(--primary-blue);
  font-size: 32px;
  font-weight: 700;
}

.filter-section {
  padding-bottom: 30px;
}

.filter-section h3 {
  color: black;
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 700;
}

.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.checkbox-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkbox-item input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  accent-color: var(--primary-blue);
}

.checkbox-item label {
  color: black;
  font-weight: 500;
  font-size: 14px;
}

.price-range {
  width: 100%;
}

.price-range input[type="range"] {
  width: 100%;
  height: 4px;
  background: #005F8C;
  border-radius: 2px;
  outline: none;
}

.price-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}

.price-labels span {
  color: black;
  font-size: 12px;
  font-weight: 500;
}

.star-rating {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.star-item {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.star {
  color: #FFB800;
}

.size-options, .time-options, .type-options {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.option-btn {
  padding: 10px 20px;
  border: 1px solid var(--light-shade);
  border-radius: 20px;
  background: var(--light-shade);
  font-weight: 500;
  color: black;
  cursor: pointer;
  font-size: 12px;
  transition: all 0.3s ease;
}

.option-btn.active {
  padding: 10px 20px;
  border: 1px solid var(--primary-orange);
  background: var(--primary-orange);
  color: black;
  font-weight: 500;
}

.show-all {
  color: black;
  text-decoration: none;
  font-size: 16px;
  margin-top: 12px;
  display: inline-block;
}
/* filter end */

.service-testimonial{
  height: 230px;
}
.next-prev-btn{
  background-color: var(--primary-orange);
  border-radius: 50px;
  height: 28px;
  width: 28px;
  border: 1px solid var(--primary-orange);
}
.next-prev-btn:hover{
  background-color: transparent;
  border: 1px solid var(--primary-blue);
}
.next-prev-btn img{
  width: 14px;
  height: 14px;
}
.next-prev-btn-big{
  background-color: var(--primary-orange);
  border-radius: 50px;
  height: 36px;
  width: 36px;
  border: 1px solid var(--primary-orange);
  transition: all 0.3s ease;
}
.next-prev-btn-big:hover{
  background-color: transparent;
  border: 1px solid var(--primary-blue);
}
.next-prev-btn-big img{
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}
.rotate-btn{
  transform: rotate(180deg);
}
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--light-shade);
  opacity: 1;
}
.carousel-indicators .active {
  background-color: var(--primary-blue);
}


.fav-btn{
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0;
}
.fav-btn svg{
  top: 10px;
  right: 10px;
}

.red-text{
  color: #ea4335;
}

.candle-icon{
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.boat-search{
  width: 335px;
}


.supplier-detail > .user-img{
  width: 132px;
  height: 132px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.fs-22{
  font-size: 22px !important;
}
.contact-btn{
  width: 162px;
  height: 60px;
  border-radius: 17px;
  font-weight: 700;
  background-color: var(--primary-orange);
  border: 1px solid var(--primary-orange);
  color: white;
  transition: 0.5s;
}
.contact-btn:hover{
  background-color: #cc8d13;
  border: 1px solid #cc8d13;
}
.whatsapp-btn{
  background-color: #34A853;
  border: 1px solid #34A853;
  transition: 0.5s;
}
.whatsapp-btn:hover{
  background-color: #2c8d45;
  border: 1px solid #2c8d45;
}
.rounded-27{
  border-radius: 27px !important;
}

.custom-textarea textarea{
  height: auto;
  resize: none;
}
.custom-textarea img{
  top: 0%;
}
.custom-textarea .textarea-icon{
  top: 16%;
}
.fs-30{
  font-size: 30px;
}
.additional-info h4{
  font-size: 18px;
}
.additional-info img{
  width: 24px;
  height: 24px;
}

.upload-container {
  max-width: 600px;
}

.upload-area {
  border: 1px dashed var(--primary-blue);
  border-radius: 17px;
/*  height: 116px;*/
  text-align: center;
  background-color: var(--light-shade);
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

.upload-area:hover {
  background-color: #f0f9ff;
}
.upload-icon {
  width: 32px;
  height: 32px;
}
#fileInput {
  display: none;
}


.all-booking {
  max-width: 1150px;
  margin: auto;
}

.booking-date-block {
  flex-basis: 40%;
}

.booking-card-block {
  flex-basis: 60%;
}

/* Calendar Styles */
.wrapper {
  background: #fff;
  max-width: 360px;
  width: 100%;
  border-radius: 27px;
  border: 1px solid var(--light-shade);
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
  padding: 30px;
}

.wrapper header {
  display: flex;
  align-items: center;
  padding: 0 0 30px;
  justify-content: space-between;
}

.current-date {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.icons {
  display: flex;
  gap: 20px;
}

.icons span {
  width: 38px;
  height: 38px;
  color: #939393;
  font-size: 1.4rem;
  cursor: pointer;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.icons span:hover {
  background: #f0f0f0;
  color: #000;
}

.calendar {
  padding: 0;
}

.calendar ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  text-align: center;
  padding: 0;
  margin: 0;
}

.calendar .weeks {
  margin-bottom: 20px;
}

.calendar .weeks li {
  font-weight: 600;
  color: black;
}

.calendar ul li {
  position: relative;
  width: calc(100% / 7);
  font-size: 16px;
  font-weight: 500;
  color: black;
}

.calendar .days {
  margin-bottom: 20px;
}

.calendar .days li {
  margin-top: 30px;
  cursor: pointer;
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
}

.days li.inactive {
  color: #aaa;
}

.days li.highlight {
/*  color: var(--primary-orange);*/
  font-weight: 500;
}

.calendar .days li::before {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  top: 50%;
  left: 50%;
  z-index: -1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.days li:hover::before {
  background: #f0f0f0;
}

.days li.highlight::before {
    background: var(--secondary_color, #FFAF17);
/*  background: rgba(255, 140, 0, 0.1);*/
}

.icons i:hover {
  color: var(--primary-blue);
}

@media (max-width: 991px) {
  .booking-date-block,
  .booking-card-block {
    flex-basis: 100%;
  }

  .wrapper {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .wrapper {
    padding: 20px;
  }
  
  .current-date {
    font-size: 20px;
  }
  
  .calendar .weeks li,
  .calendar .days li {
    font-size: 14px;
  }

  .icons span {
    width: 32px;
    height: 32px;
    font-size: 1.2rem;
    line-height: 32px;
  }
}

@media (max-width: 575px) {
  .calendar .weeks li,
  .calendar .days li {
    font-size: 12px;
  }

  .calendar .days li::before {
    height: 32px;
    width: 32px;
  }
}



.time-slot-btn{
  border-radius: 17px;
  padding: 18px 20px;
  border: none;
  background-color: var(--light-shade);
  color: black;
  font-size: 14px;
  font-weight: 500;
}
.blue-active{
  color: white;
  font-weight: 700;
  background-color: var(--primary-blue);
}

.calender-popup{
  border-radius: 0px;
  border-top: 1px solid var(--light-shade);
  border-left: none;
  border-bottom: none;
  border-right: none;
}


.timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding-left: 50px;
}

.timeline-line {
  position: absolute;
  left: 11px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  border-left: 2px dashed var(--primary-blue);
}

.timeline-item {
  position: relative;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
}

.timeline-dot {
  position: absolute;
  left: -54px;
  width: 30px;
  height: 30px;
  border: 6px solid var(--light-shade);
  background-color: var(--primary-blue);
  border-radius: 50%;
  z-index: 1;
}

.timeline-content {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: black;
}

.fav-btn-85{
  flex-basis: 85%;
}

/* Range Slider Styling */
.noUi-connect {
  background: var(--primary-blue); 
}

.noUi-target {
  height: 8px;
  background-color: #E5E5E5;
  border-radius: 10px;
}

.noUi-handle {
  width: 24px !important;
  transform: translateY(-3px);
  height: 24px !important;
  border-radius: 50%;
  background-color: var(--primary-orange); /* Orange color */
  border: 3px solid white;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.noUi-handle:after, .noUi-handle:before{
  display: none;
}

/* Price Values */
.price-value {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1rem;
  color: #000;
}

#price-range-values {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.mb-100{
  padding-bottom: 100px;
}
.z-999{
  z-index: 999;
}
.carousel-inner {
  transition: transform 0.5s ease-in-out;
}

.verification-text {
  color: #333;
  margin: 20px 0 30px;
  line-height: 1.6;
}

.verification-inputs {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}

.verification-input {
  width: 70px;
  min-height: 10vh;
  height: 80px;
  border-radius: 17px;
  border: none;
  background-color: #e8f0fe;
  font-size: 24px;
  text-align: center;
  font-weight: bolder;
  color: black;
}

.verification-input:focus {
  outline: none;
  background-color: var(--primary-orange);
  font-weight: bolder;
  color: black;
  box-shadow: 0 0 0 2px var(--primary-orange);
}

.first-input {
  background-color: #ffa500;
  color: white;
  font-weight: bold;
}
.whatsapp-big{
  width: 30px !important;
  height: 30px !important;
  cursor: pointer;
}
.fish-food-card > img{
  width: 245px !important;
  height: 155px !important;
}
.fs-15{
  font-size: 15px;
}
.country-img{
  width: 32px;
  height: 32px;
  object-fit: cover;
  object-position: left;
  border-radius: 50%;
  border: 1px solid rgba(0, 95, 140, 0.2);
}
.blank-tick{
  background-color: var(--light-shade);
  width: 20px;
  height: 20px;
  border-radius: 11px;
}
.cursor-pointer{
  cursor: pointer;
}
.lang-box{
  min-height: 100%;
}
.intl-tel-input {
  width: 100%;
}
.phone-input {
  width: 360px !important;
}
.iti__country-list {
  width: 450px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  background-color: var(--light-shade);
  border: 1px solid var(--primary-blue);
}
.iti__country{
  font-size: 12px;
}
.phone-input2{
  width: 380px;
}
.menu-items-scroll{
  max-height: 45vh;
  overflow: scroll;
  scroll-behavior: smooth;
}
.iti__selected-flag {
  background-color: transparent !important;
}

.toast-success {
    background-color: #d98e0d !important; /* Dark background */
    opacity: 1 !important;
}

.toast-error {
    background-color: red !important; /* Dark background */
    opacity: 1 !important;
}

.favourite-image{
  width: 22px !important;
  height: 22px !important;
  top: 15px;
  right: 15px;
}

.drop-point-card {
    background: white;
    position: relative;
}

.drop-point-title {
    font-size: 14px;
    color: gray;
    font-weight: 500;
    margin-bottom: 5px;
}

.drop-point-heading {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.drop-point-name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
}

.drop-point-address {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

.drop-point-icon {
    position: absolute;
    top: 20px;
    right: 0px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.drop-point-icon img{
    width: 40px;
}
.service-facilities{
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 15px;
    background-color: white;
    padding: 0px;
}
.service-facilities img{
    width: 54px;
}
.leave-date{
    color: #EA4335 !important;
}

.reward-section {
    background: #FFE8BE;
    border-radius: 24px;
    padding: 6px 14px;
    text-align: center;
    gap: 4px;
}

.discount-btn {
    border-radius: 17px;
/*    border-top-left-radius: 17px !important;
    border-bottom-left-radius: 17px !important;*/
    background-color: var(--primary-blue);
    width: 100px;
    height: 60px;
    color: white;
    font-weight: 700;
    border: 1px solid var(--primary-blue);
    transition: 0.5s;
}
.discount-btn:hover {
  background-color: var(--primary-orange);
  color: black;
  border: 1px solid var(--primary-orange);
}
.booking-number{
    background-color: var(--primary-blue);
    color: white;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid var(--primary-blue);
    margin-bottom: 10px;
    padding: 5px 14px;
    transition: 0.5s;
}

.weather-card{
    background-color: #FFAF1733;
    border-radius: 22px;
}
.weather-card-2{
    background-color: var(--light-shade);
    border-radius: 22px;
}

.weather-img-1 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), url("../images/weather/Thunderstorm.png") no-repeat;
  height: 300px;
  width: 100%;
  background-size: cover;
  border-radius: 27px 27px 0px 0px;
}

.weather-img-2 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), url("../images/weather/Drizzle.png") no-repeat;
  height: 300px;
  width: 100%;
  background-size: cover;
  border-radius: 27px 27px 0px 0px;
}

.weather-img-3 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), url("../images/weather/Rain.png") no-repeat;
  height: 300px;
  width: 100%;
  background-size: cover;
  border-radius: 27px 27px 0px 0px;
}

.weather-img-4 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), url("../images/weather/Snow.png") no-repeat;
  height: 300px;
  width: 100%;
  background-size: cover;
  border-radius: 27px 27px 0px 0px;
}

.weather-img-5 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), url("../images/weather/Atmosphere.png") no-repeat;
  height: 300px;
  width: 100%;
  background-size: cover;
  border-radius: 27px 27px 0px 0px;
}

.weather-img-6 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), url("../images/weather/Clear.png") no-repeat;
  height: 300px;
  width: 100%;
  background-size: cover;
  border-radius: 27px 27px 0px 0px;
}

.weather-img-7 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), url("../images/weather/Clouds.png") no-repeat;
  height: 300px;
  width: 100%;
  background-size: cover;
  border-radius: 27px 27px 0px 0px;
}

.member-number {
  color: var(--primary-blue);
  font-size: 0.9rem;
  font-weight: 500;
}

.member-name {
  font-weight: bold;
  font-size: 1rem;
}

.member-details {
  color: black;
  font-size: 0.9rem;
}

.delete-icon {
  color: #dc3545;
  cursor: pointer;
}

.member-item {
  border-bottom: 1px solid #dee2e6;
  padding: 12px 0px;
}

.member-item:last-child {
  border-bottom: none;
}

.coupon-alert {
  background-color: #fff6e5;
  border: 2px dashed #ffa500;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  display: flex;
/*  align-items: center;*/
  justify-content: space-between;
/*  max-width: 400px;*/
/*  margin: 1rem auto;*/
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.coupon-content {
  flex-grow: 1;
}

.coupon-code {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}

.coupon-close-btn {
  background-color: #e74c3c;
  color: white;
  border-radius: 50%;
  border: none;
  width: 26px;
  height: 24px;
  padding: 4px;
  text-align: center;
  line-height: 0;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
}

.coupon-close-btn:hover {
  background-color: #c0392b;
}