
/* GOTHAM ROUNDED LIGHT ITALIC (example of a specific variant) */
@font-face {
  font-family: 'Gotham Rounded';
  src: url('fonts/Gotham-Book.otf') format('opentype');
  
}

/* GOTHAM ULTRA (e.g., weight: 800) */
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
/* HUDSON NY CORE FONT */
@font-face {
  font-family: 'Hudson NY';
  src: url('fonts/Hudson NY.woff') format('woff'),
       url('fonts/Hudson NY.otf') format('opentype');
  font-weight: 500; /* Use a bold weight for display fonts */
  font-style: normal;
  font-display: swap; 
}


body {
  background-color: #001839;
  font-family: 'Syne', sans-serif;
  /* cursor: url('../img/cursor.png'), auto; */
}
#awsNavbarNav{
  font-family: 'Hudson NY', Impact, sans-serif;
  font-weight: 400;
  font-size: 16px;
}
#navmenu{
  font-family: 'Hudson NY', Impact, sans-serif;
  font-weight: 400;
  font-size: 25px;
}

.navbar {
  position: static ;
  background-color:  #001839;
  width: 100%;
  z-index: auto;

}

.nav-link {
 
  color: #fff !important;
 
  margin: 0 0px;

}


.navbar-toggler-icon{
  border: white 4px solid;
  background-color: white;
  width: 2.5rem;
  height: 2.5rem;
}
.nav-link:hover {
  color: #FFFFFF !important;
}

.hero {
  background-color: #eeeeee;
}

.hero-child {
  background-color: #022c66 ;
}

.hero-heading {
  font-weight: 400;
  font-size: 36px;
}

.hero-para {
  font-weight: 400;
  font-size: 16px;
}

.hero-pare {
  font-weight: 400;
  font-size: 14px;
}

.hero-childs {
  background-color: #001839;
  margin-left: 3%;
  width: 94%;
  padding: 2%;
  overflow: hidden;
}

.btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-weight: 400;
  color: rgba(9, 29, 55, 1);
  text-align: center;
  background: goldenrod ;
  /* border: 1px solid #f8f9fa; */
  padding: 0.375rem 0.75rem;
  font-size: 20px;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.login-btn:hover {
  color: #fff;
  /* background-color: transparent; */
  /* background-color: #f8f9fa; */
  border-color: #f8f9fa;
}


.custom-btn {
  font-family: 'Hudson NY', Impact, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-weight: 400;
  color: rgba(9, 29, 55, 1);
  text-align: center;
  background: goldenrod ;
  /* border: 1px solid #f8f9fa; */
  padding: 0.375rem 0.75rem;
  font-size: 24px;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-btn:hover {
  color: #fff;
  /* background-color: transparent; */
  /* background-color: #f8f9fa; */
  border-color: #f8f9fa;
}

.customs-btn {
  color: rgba(9, 29, 55, 1);
  background: goldenrod !important;
  /* border: 1px solid #f8f9fa; */
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  font-size: 20px;
  transition: all 0.3s ease;
}

.customs-btn:hover {
  color: #001839;
 
  border-color: #f8f9fa;
}

/* Right Side Icons */
.right-icons .icon-box {
  width: 70px;
  height: 40px;
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease;
}

.right-icons .icon-box:hover {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.formatted-text {
  white-space: pre-line;
  line-height: 1.8;
  font-size: 16px;
  color: #fff;
}

.me-2 {
  margin-left: 1.3rem !important;
}



.feature-card {
  background-color: white;
  border: none !important;
}
.feature-card,h3{
  font-family: 'Hudson NY', Impact, sans-serif;
  font-weight: 400;
  font-size: 46px;

}

.info,
.customer {
  background-color: #001839;
}

.bg-darkblue {
  background-color: #001839;
}

footer input::placeholder {
  color: #bbb;
  font-size: 0.85rem;
  text-transform: uppercase;
}

footer .btn-light {
  background-color: goldenrod !important;
  color: #000;
  border: none;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
}

footer p {
  line-height: 1.4;
}

.small {
  font-size: 10px;

}

input::placeholder {
  color: #ffffff !important;
  opacity: 1;
}

.stars {
  color: #c5951f;
  font-size: 1.5rem;
}

button.btn {
  font-weight: 600;
}

/*slider css */


/* Add border around entire section */
.custom-border {
  border: 3px solid #FFFFFFED;
  padding: 30px;
  background: url("../img/slider-bg.png") center center/cover no-repeat;
  position: relative;
  color: #fff;
  overflow: hidden;
}

/* Dots (indicators) styling */
.carousel-indicators {
  bottom: -35px;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 0.5;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #FFFFFF;
  /* gold active dot */
}

/* Stars */
.stars {
  color: #000080ED;
  font-size: 1.4rem;
  letter-spacing: 3px;
  margin-top: 10px;
}

/* Background Overlay for better text readability */
.customer-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

/* Keep content above overlay */
.customer-section .container-fluid {
  position: relative;
  z-index: 2;
}


.order-box {
  
  padding: 30px;
}

.order-box h3 {
  font-weight: 700;
}

.order-box button,
.order-box .form-control {
  border-radius: 0;
  font-weight: 600;
  background-color: white;
}








.order-box input::placeholder {
  color: #cfd0d1 !important;
}

.input-group-text {
  border-radius: 0 !important;
  background-color: #FFFFFF;
}

/* ensure disabled input text & placeholder render the same */
.custom-placeholder,
.custom-placeholder {
  color: #000000D9 !important;
  -webkit-text-fill-color: #000000D9 !important;
  background-color: #D8D8D8;
  opacity: 1 !important;
}

.custom-placeholders,
.custom-placeholders {
  color: #B9B9B9 !important;
  -webkit-text-fill-color: #B9B9B9 !important;
  background-color: #D8D8D8;
  /* for WebKit */
  opacity: 1 !important;
}

/* .form-control {
  background: #E6EBF0 !important;
} */



/*fifth page end style */

/* Main navbar container */


.aws-nav-inner .aws-nav-item {
  margin: 0 0.8rem;
}

.aws-nav-inner .aws-nav-link {
  
  color: #FFFFFF !important;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  
  
}

.aws-nav-inner .aws-nav-link i {
  margin-right: 0.4rem;
  font-size: 1rem;
}

/* Button group (no border radius) */
.aws-btn-group .aws-btn {
  border: none;
  border-radius: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  padding: 1rem 2rem;
}

.aws-btn-user {
  background-color: #d7d7d7;
  color: #0c1c2c;
}
.aws-btn-request {
  background-color: white;
  color: goldenrod;
}
/* Remove default outline from hamburger */
.aws-toggler {
  border: none;
  box-shadow: none !important;
}

.aws-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255,255,255,0.9%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.head1 {
  
  /* background: #091D37; */
  font-family: 'Hudson NY', Impact, sans-serif;
  font-weight: 400;
  font-size: 36px;
  text-align: center;
  line-height: 1.2;
  margin: 3% auto;
  padding: 5px 0;
  width: 100%;
  box-sizing: border-box;
}

.pera1 {
  font-family: 'Gotham';
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  
}

.head2 {
  font-family: 'Hudson NY', Impact, sans-serif;
  font-weight: 400;
  font-size: 33px;
  /* leading-trim: NONE; */
  line-height: 100%;
  letter-spacing: 0%;
  color: #212020;
}


.aws-navbar {
  
  width: 100%;
  z-index: auto !important;
}

.aws-category-bar {
 
  width: 88%;
  color: #000;
  text-align: center;
  z-index: auto !important;
}


/* .aws-category-bar {} */

.aws-cat-item {
  font-family: 'Gotham';
  color: #0c1c2c;
  background-color: white;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 0;
  transition: all 0.3s ease;
}


/* Hover effect (optional, matches real site look) */
.aws-category-bar .aws-cat-item:hover {
  background-color: goldenrod;
  color: #fff;
  cursor: pointer;
}
.category-emoji {
    /* Keep the emoji slightly larger than the text */
    font-size: 1.25rem; 
    /* The me-1 Bootstrap class handles the margin-right */
}


.modal-dialog-centered {
  max-width: 700px;
}

.modal.right .modal-dialog {
  position: fixed;
  right: 0;
  top: 0;
  margin: 0;
  height: 100%;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
}

.modal.right.show .modal-dialog {
  transform: translateX(0);
}

.modal-content {
  border: none;
  border-radius: 0;
  height: 100%;
  /* overflow-y: auto; */
}

.cart-item img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  object-fit: cover;
}

.suggested-item img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  object-fit: cover;
}

.checkout-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-weight: 400;
  font-size: 21px;
  color: #fff;
  background-color: goldenrod ;
  padding: 5px;
  border: 3px solid #fff;
  outline: 3px solid #E9742A;
  text-decoration: none !important;
}

.checkout-btn:hover {
  color: #001839;

  /* background-color: #f8f9fa; */
  border-color: #f8f9fa;
  text-decoration: none !important;
}

a {
  /* color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1)); */
  text-decoration: none !important;
}

.complete-box {
  border-radius: 20px;
  padding: 15px;
}

.checkout-section {
  padding: 40px 0;
  /* background-color: #a3681f; */
}

.checkout-main {
  background-color: #0c1c2c;
  color: white;
}

.order-summary {
  background-color: #C6981E;
  border-radius: 20px;
  padding: 25px;
  color: #0c1c2c;
}

.order-summary img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  object-fit: cover;
}

.order-summary h6 {
  font-weight: 600;
  margin-bottom: 0;
}

.paypal-btn {
  background-color: #ffc439;
  border: none;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
}

.paypal-btn:hover {
  background-color: #f4b731;
}

.card-btn {
  background-color: #1d1d1d;
  border: none;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
}

.card-btn:hover {
  background-color: #000;
}

/* .form-control,
.form-select {
  border-radius: 10px;
  background-color: #fff3f3;
  border: none;
  padding: 10px;
} */

.discount-input {
  border-radius: 10px 0 0 10px;
}

.apply-btn {
  background-color: #c37c28;
  color: white;
  border: none;
  border-radius: 0 10px 10px 0;
  padding: 0 20px;
}

.apply-btn:hover {
  background-color: #a9691f;
}

.color-golden {
  color: #FFD700;
  /* Assuming golden color */
}

.bg-golden {
  background-color: #FFD700;
}

/* General Wrapper Styling */
.wrapper {
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Ensure both sides align perfectly */
.wrapper.content-body {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.col-md-5 .wrapper.content-body {
  position: relative;
  top: 0;
}

.second-div {
  margin-top: -10px;
}

.d-block.w-66 p {
  margin-bottom: 2px;
  line-height: 1.1;
  font-size: 16px;
  font-weight: 600 !important;
}

.d-block.w-66 .d-flex {
  margin-bottom: 4px;
}

button.cta-golden {
  width: 100%;
  position: relative;
  padding: 12px 20px 11px;
  background-color: #ae9275;
  color: #fff;
  /* border: 3px solid #ae9275; */
  outline: 3px solid #ae9275;
  font-size: 20px;
  line-height: 1;
  z-index: 0;
  margin-bottom: 40px;
}

/* Order Details */
.order-details {
  text-align: left;
}

.order-details p {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-size: 14px;
  color: #333;
}

.order-details i {
  width: 30px;
  text-align: center;
}

/* Edit Link */
.edit-link {
  text-decoration: underline;
  color: #d4a017;
  font-weight: 500;
}

/* Map Section */
.vue-map-container {
  display: flex;
  justify-content: center;
}

.vue-map-container iframe {
  width: 90%;
  max-width: 600px;
  display: block;
}

/* Address Section */
.address-section p.address-disclaimer {
  text-align: center;
  font-size: 14px;
  color: #666;
}

.checkout-headings {
  font-size: 36px;
  font-weight: 600;
  color: #222;
  margin-bottom: 1.5rem;
  text-align: left;
  margin-left: 25px;
}

.checkout-heading {
  font-size: 36px;
  font-weight: 600;
  color: #222;
  margin-bottom: 1.5rem;
  text-align: left;
  margin-left: 2px;
}

.description {
  font-size: 15px;
  /* font-weight: 600; */
  color: #222;
  margin-bottom: 1.5rem;
  text-align: left;
  margin-left: 2px;
}

.modal-body {
  text-align: left;
  margin-left: 22px;
  margin-right: 22px;
  /* optional, to keep balance */
}

.modal-body h5 {
  font-weight: 600;
  color: #222;
  margin-bottom: 0.75rem;
}

.modal-body p,
.modal-body label,
.modal-body textarea {
  
  font-size: 15px;
}

.modal-footer {
  padding-left: 22px;
  padding-right: 22px;
}

.extra-header {
  padding: 14px 25px;
  background-color: rgba(138, 21, 56, .05);
}

.extra-body[data-v-6cf24fad] {
  padding: 16px 25px 20px;
}

textarea[data-v-6cf24fad] {
  border: none;
  width: 100%;
  font-family: "Gotham";
  font-size: 13px;
  font-weight: 400;
  color: #8a1538;
}

.extra-body[data-v-6cf24fad] {
  padding: 16px 25px 20px;
}

.extra-body ul[data-v-6cf24fad] {
  padding: 0;
  list-style: none;
}

.extra-body ul li[data-v-6cf24fad] {
  margin-bottom: 3px;
}



.extra-body label[data-v-6cf24fad] {
  font-size: 15px;
  font-weight: 600;
  margin-left: 10px;
  display: inline;
}

.extra-body label span[data-v-6cf24fad] {
  position: absolute;
  right: 25px;
  font-size: 16px;
  font-weight: 600;
}

.checkout-sub-heading {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  margin-bottom: 1.5rem;
  text-align: left;
  margin-left: 22px;
}

.checkout-form-wrapper {
  margin-left: 22px;
  margin-right: 22px;
}

.checkout-form-wrapper .form-label {
  font-weight: 500;
  color: #333;
}

.checkout-form-wrapper .form-control {
  border-radius: 8px;
  padding: 10px 12px;
}

.checkout-row {
  margin-left: 22px !important;
  margin-right: 22px !important;
  text-align: left;
}

.edit-quantity {
  background-color: #c5951f;
  color: #fff;
  padding: 2px 5px;
  width: 25px;
  height: 25px;
  justify-content: center;
  border-radius: 50px;
  line-height: 1;
  font-size: 16px;
  display: inline;
}

.item-quantitys {
  display: block;
  margin-left: 18px;
  margin-right: 18px;
}

.edit-quantitys {
  background-color: #c5951f;
  color: #fff;
  padding: 2px 5px;
  width: 25px;
  height: 25px;
  justify-content: center;
  border-radius: 50px;
  line-height: 1;
  font-size: 16px;
  display: inline;
}

.text-small {
  font-size: 0.875rem;
}

.fw-300 {
  font-weight: 300;
}

.lh-1 {
  line-height: 1;
}

.w-33 {
  width: 33.333%;
}

.w-66 {
  width: 66.667%;
}

.modal-cta {
  text-align: left;
  margin-left: 22px;
  margin-right: 22px;
}

.modal-cta[data-v-6cf24fad] {
  padding: 15px 25px 35px;
}

.modal-cta .edit-quantity[data-v-6cf24fad]:first-child {
  background-color: #c5951f;
  color: #fff;
}

.modal-cta p[data-v-6cf24fad] {
  margin: auto 20px;
  font-size: 21px;
  vertical-align: middle;
  color: #ae9275;
}

.modal-cta .edit-quantity[data-v-6cf24fad] {
  background-color: #c5951f;
  color: #fff;
  padding: 2px 5px;
  width: 35px;
  height: 35px;
  justify-content: center;
  border-radius: 50px;
  line-height: 1;
  font-size: 20px;
  display: inline;
}

.modal-cta .add-button[data-v-6cf24fad] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-weight: 400;
  font-size: 21px;
  color: #fff;
  background-color: #c5951f;
  padding: 5px;
  border: 3px solid #fff;
  outline: 3px solid #c5951f;
}

.modal-cta .add-button[data-v-6cf24fad]:hover {
  color: #091D37;
  background-color: transparent;
  /* background-color: #f8f9fa; */
  border-color: #f8f9fa;
}

.modal-cta .add-button span[data-v-6cf24fad] {
  position: relative;
  font-size: 18px;
  padding-left: 25px;
}

.bg-rayas-tostadas {
  background-color: #f7f3ed;
  background-image: repeating-linear-gradient( 45deg, #8bc9e0, #f7f3ed 5px, #e9e6e1 5px, #f0f0f0 6px );
  border: 5px solid #F39A23;

  color: black;
}

span[data-v-f7020b22],
ul[data-v-f7020b22] {
  list-style: none;
  padding-left: 0;
  margin: 20px;
}

li[data-v-f7020b22] {
  font-size: 18px;
  font-weight: 400;
  padding-top: 20px !important;
  text-align: left;
  padding-bottom: 15px !important;
  border-bottom: 2px solid #FFFFFF;
  cursor: pointer;
}

.bg-white {
  background-color: #fff;
  /* color: #8a1538; */
}

.bg-red {
  background-color: #8a1538;
  color: #fff;
}

.form-group[data-v-143d0c8a] {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

input[data-v-143d0c8a]:not(.cta),
label[data-v-143d0c8a] {
  font-size: 16px;
}

input[data-v-143d0c8a]:not(.cta) {
  padding: 15px 24px;
  border: 1px solid #8a1538;
  border-radius: 0;
  font-weight: 500;
  color: #8a1538;
}

.cta[data-v-143d0c8a] {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content;
  position: relative;
  padding: 11px 36px;
  background: rgba(223, 223, 223);
  color: rgba(9, 29, 55, 1);
  border: 3px solid #fff;
  outline: 1px solid rgba(223, 223, 223);
  font-size: 21px;
  z-index: 0;
  border-radius: 0;
  margin-top: 10px;
}

.color-golden {
  color: #ae9275;
}

.text-decoration-underline {
  text-decoration: underline !important;
  color: #FFFFFF;
}

.border-white {
  border: 4px solid #fff;
}

.bg-multipunto {
  background-image: url(../img/patron-bg.png);
  text-shadow: 0 0 .375rem #8a1538, 0 0 .375rem #8a1538;
}

.menu-section {
  scroll-margin-top: 90px;
  /* space for sticky navbar */
}

.blue-color {
  background-color: white;
  color: #001839;
}

/* Center collapsed menu on mobile */
@media (max-width: 991px) {
  .navbar .d-lg-none {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
  }

  .navbar-toggler {
    order: 1;
  }

  .navbar .d-lg-none a {
    order: 2;
  }

  .icon-box {
    width: 40px;
    height: 40px;
    color: #fff;
  }

  #awsNavbarNav {
    text-align: center;
  }

  #awsNavbarNav .aws-nav-inner {
    flex-direction: column;
    align-items: center;
  }

  #awsNavbarNav .aws-btn-group {
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  #awsNavbarNav .aws-btn-group .aws-btn {
    width: 80%;
    border-radius: 0;
    margin-bottom: 5px;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .custom-border {
    border-width: 2px;
    padding: 20px;
  }

  .order-summary {
    margin-top: 25px;
  }

  .order-box {
    padding: 20px;
  }

  .customer-section {
    background-position: top center;
  }

  .carousel-indicators {
    bottom: -25px;
  }

  .stars {
    font-size: 1.2rem;
  }

  .hero-childs {
    margin-left: 7%;
    width: 88%;
  }

  
}
/* Custom Styles for the Modal */
.product-modal-body {
    /* Set a custom font family or adjust padding if needed */
    padding: 1.5rem; /* Standard Bootstrap padding for modal-body */
}

/* Product Title (LOSER) */


/* Modal Close Button (Top Left 'x') */
.modal-close-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    width: 30px;
    height: 30px;
    background-color: white;
    opacity: 1; /* Ensure it's visible */
    border-radius: 50%;
    /* Use the standard close button icon for X, or use an explicit 'x' and style it */
    padding: 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.modal-close-btn > span {
    font-size: 1.5rem; /* Adjust 'x' size */
    color: #000; /* Dark color for the 'x' */
    line-height: 1;
}
/* This is for the standard Bootstrap button icon, which is harder to see in the image */
.modal-close-btn:focus {
    box-shadow: none;
}

/* --- Radio Buttons and Checkboxes Border/Color --- */
.form-check-input:checked {
    /* Background and border color when selected */
    background-color: #ae9275; /* Your desired color */
    border-color: #ae9275; /* Your desired color */
}

.form-check-input[type="radio"] {
    /* Style for unselected radio buttons */
    border: 1px solid #ced4da; /* Default gray border */
    /* Add a transition for smooth color change */
    transition: background-color 0.2s, border-color 0.2s;
}

.form-check-input[type="radio"]:checked {
    /* Style for selected radio buttons */
    background-color: #ae9275;
    border-color: #ae9275;
}

/* Ensure focus/active state also uses the color */
.form-check-input:focus {
    border-color: #ae9275;
    box-shadow: 0 0 0 0.25rem rgba(174, 146, 117, 0.25); /* Subtle shadow using the color */
}

/* --- Textarea Border --- */
.modal-body textarea.form-control {
    /* Apply border color and ensure visibility */
    border: 1px solid #ced4da;
    border-color: #ced4da; 
    transition: border-color 0.2s;
}
.modal-body textarea.form-control:focus {
    /* Focus state border color */
    border-color: #c5951f;
    box-shadow: 0 0 0 0.25rem rgba(174, 146, 117, 0.25);
}

/* --- Quantity Buttons Styling --- */
.quantity-btn {
    /* Custom background color */
    background-color: goldenrod; /* Your desired color */
    border: 1px solid #D23A2E; 
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 1;
    /* Remove default Bootstrap focus shadow */
    box-shadow: none; 
}
.quantity-btn:disabled {
    /* Style for the disabled minus button */
    background-color: goldenrod;
    color: #ced4da;
    border-color: #D23A2E;
}

/* Quantity Selector and Footer CTA - Kept as is */
.product-modal-footer {
    padding: 1rem 1.5rem; 
    background-color: #f8f8f8;
}

.add-to-order-btn {
    background-color: goldenrod; 
    color: white;
    border: 3px solid #fff;
    outline: 3px solid #D23A2E;
    border-radius: 4px;
    line-height: 1;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

/* Custom Checkbox/Radio List Item Style */
.option-section .form-check {
    padding-left: 0; /* Remove default padding for better alignment */
}


/* For a basic visual match, ensure input/label are aligned */
.option-section li {
    padding-bottom: 0.5rem !important; 
    padding-top: 0.5rem !important;
}

.option-section .option-price {
    font-weight: bold;
    color: #494949 !important; /* Match the dark text color */
}

@media (max-width: 767.98px) {
  .hero .col-md-6.d-flex.flex-column {
    margin-top: 6%;
  }

  .hero .col-md-6 {
    margin-top: 6%;
  }

  .navbar-nav .nav-item.border {
    margin-top: 2%;
  }

  .order-details {
    padding-left: 0 !important;
  }

  .edit-link {
    float: none;
    display: inline-block;
    margin-top: 10px;
  }

  .vue-map-container iframe {
    width: 100%;
  }

  .wrapper.content-body {
    padding: 1.25rem !important;
  }
}

@media (max-width: 767px) {
  .hero-childs {
    margin-left: 7%;
    width: 86%;
  }
}
@media (max-width: 768px) { /* mobile view */
    .navbar {
        position: sticky !important;
        top: 0;
       
        z-index: 9999; /* ensure it stays above other elements */
        transform: translateZ(0); 
        
        /* 🔑 FIX 2: Ensure content above and below it doesn't interfere */
        will-change: transform;
    }
}



