html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

jk
/* Custom CSS for background image */
.header {
  position: relative;
  background: url("/images/Sacramento.jpeg") center/cover no-repeat;
  height: 300px; /* Adjust the height as needed */
  color: #fff; /* Text color on top of the background image */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Adjust the overlay color and transparency as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: bold;
}
/* Custom CSS for rounded corners on top of the square */
.square {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
/* Custom CSS for equal height columns using flexbox */
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

.col-eq-height {
  display: flex;
  flex-direction: column;
}


  .col-eq-height.square {
    flex-grow: 1;
  }





/* Custom CSS for "Most Popular" box */
.most-popular {
  background-color: #ce2029;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* Custom CSS for description boxes */
.description-box {
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Align content to bottom */
  padding: 10px; /* Add padding to the description box */
}

/* Custom CSS for order buttons */
.order-btn {
  margin-top: auto;
}

  .order-btn a {
    background-color: transparent;
    color: #012768;
    border: 2px solid #012768; /* Add border style with the desired color */
    transition: background-color 0.3s, color 0.3s; /* Optional: add transition effect */
  }

    .order-btn a:hover {
      background-color: #012768;
      color: #fff;
    }

.accordion {
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem #012768;
}
/* Custom CSS for the rotated "Sale" tag */
.square {
  position: relative;
}

  .square.sale-item::before {
    content: "Save";
    position: absolute;
    top: 40px; /* Adjust the top position as needed */
    left: 10px; /* Adjust the left position as needed */
    background-color: #db861e;
    color: #fff;
    padding: 5px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    transform: rotate(-45deg); /* Rotate the tag */
    transform-origin: left top; /* Set the rotation origin to the top-left corner */
  }

  .square.rush-item::before {
    content: "Fastest";
    position: absolute;
    top: 40px; /* Adjust the top position as needed */
    left: 10px; /* Adjust the left position as needed */
    background-color: #18077d;
    color: #fff;
    padding: 5px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    transform: rotate(-45deg); /* Rotate the tag */
    transform-origin: left top; /* Set the rotation origin to the top-left corner */
  }

.navbar-custom {
  background-color: #02075D;
}

.navbar-brand, .nav-link {
  color: white !important;
}

.navbar-toggler {
  color: white !important;
  border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler-icon {
  background-color: #02075D;
  mask-image: none;
}

.navbar-nav,
.nav-link,
.btn {
  padding-left: 20px;
}

a:hover {
  color: #A3A0FB;
}

.hero {
  background-color: #02075D;
}

.btn-cta {
  background-color: #5D5802;
  color: #fff;
}

  .btn-cta:hover {
    background-color: rgb(43.0736842105, 40.7578947368, 0.9263157895);
  }

.btn-with-icon {
  display: flex;
  align-items: center;
}

  .btn-with-icon svg {
    margin-right: 5px; /* Adjust the margin as needed */
  }

.image-container {
  position: relative;
  display: inline-block; /* Ensures the container only takes the space of the image */
}

.image {
  max-width: 100%; /* Ensure the image does not exceed the container width */
  height: auto; /* Maintain aspect ratio */
}

.bottom-left-button::before {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 10px; /* Adjust margin as needed */
}

.text-justify {
  text-align: justify;
}

.square {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Distributes space evenly */
  height: 100%; /* Ensures equal height */
}


.description-box {
  min-height: 80px; /* Adjust as needed */
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.order-btn {
  margin-top: auto; /* Pushes the button section to align at the bottom */
}

.text-justify {
  text-align: justify;
}
/* Override text color within modal */
.modal-content,
.modal-body,
.modal-footer,
.modal-header {
  color: #000000 !important; /* Set text color to black */
}

.modalbtn {
  width: 200px;
}

.highlight-btn {
  animation: pulseconsent 1s infinite;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
  background-color: azure;
}

@keyframes pulseconsent {
  0% {
    box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.5);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(25, 135, 84, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(25, 135, 84, 0);
  }
}
