@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&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&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap");
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
label,
li,
ul,
a,
input {
  margin: 0;
}

div {
  text-wrap: pretty;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* A elements that don't have a class get default styles */
a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
  outline: none;
}

input {
  resize: none !important;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/**
 * Mixin for setting padding and margin properties.
 * 
 * @param {String} $property - The CSS property to set (e.g., 'padding' or 'margin').
 * @param {List} $values - A list of values to set for the property. Accepts 1 to 4 values.
 * 
 * Usage:
 * @include box-model(padding, 10px); // All sides
 * @include box-model(margin, 10px, 20px); // Vertical | Horizontal
 * @include box-model(padding, 10px, 20px, 30px); // Top | Horizontal | Bottom
 * @include box-model(margin, 5px, 10px, 15px, 20px); // Top | Right | Bottom | Left
 */
body,
html {
  margin: 0;
  padding: 0;
  height: 100svh;
  position: relative;
  /* No specific height needed; let content dictate body height */
  overflow-x: hidden; /* Prevents horizontal scro
lling */
}

html {
  font-family: Lato, sans-serif;
  font-size: 10px; /* Adjust as needed */
  font-weight: 200;
  text-rendering: optimizeSpeed;
}

body {
  background-color: rgb(33.456, 43.0032, 48.144);
  color: #dadae0;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  scrollbar-width: none;
  /* No specific height needed; let content dictate body height */
}

.image-holder {
  flex-grow: 1;
  border: 3px solid rgba(134.2575, 66.963, 64.6425, 0.7);
  padding: 30px;
  background-color: rgba(226, 96, 88, 0.2);
  background-clip: content-box;
  width: 100%;
  height: 100%;
}

.body-text {
  font-size: 1.6rem;
  line-height: 2rem;
  text-transform: none;
  text-align: justify;
}
@media (min-width: 480px) {
  .body-text {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .body-text {
    font-size: 1.1rem;
    line-height: 6rem;
  }
}
@media (min-width: 1440px) {
  .body-text {
    font-size: 1.3rem;
    line-height: 1.4rem;
  }
}

.content {
  position: relative;
  overflow: hidden;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 300;
  padding: 20px 7vw;
  text-align: center;
}
.content .highlight {
  color: #56b680; /* Example: a vivid orange */
  font-weight: 500;
  font-style: italic;
}

.content-heading {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 600;
  text-transform: capitalize;
  font-family: Lato, sans-serif;
  color: #e26058;
  padding: 20px 0 10px 0;
}
.content-heading span {
  font-weight: 500;
  color: rgba(206.04, 103.496, 99.96, 0.7);
}

ul {
  list-style: none;
  margin: 20px 0;
  padding: 0 20px;
}
ul li {
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 300;
  text-align: justify;
  padding: 5px 0;
  list-style-type: disc;
}

.content-block {
  display: block;
  overflow: hidden;
  flex-grow: unset;
  width: clamp(300px, 80%, 800px);
}
.content-block .image-inline {
  float: left;
  width: 40%;
  height: 300px;
  margin: 0 20px 20px 0;
}
.content-block .content {
  text-align: justify;
  padding: unset;
  width: 100%;
  display: block;
}

.txt-punchline {
  width: 80%;
  text-align: center;
  font-weight: 300;
  text-transform: capitalize;
}
.txt-punchline .highlight {
  color: #e26058;
}

.txt-heading {
  width: 80%;
  font-size: 2.8rem;
  line-height: 3.6rem;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
  font-family: Lato, sans-serif;
  padding-bottom: 10px;
}
.txt-heading span {
  font-weight: 500;
  color: rgba(225.93, 226.406, 233.07, 0.7);
}
.txt-heading .highlight {
  color: #e26058;
}

h1 {
  font-size: 3.2rem;
  line-height: 4.6rem;
  font-weight: 400;
  font-family: Merriweather, serif;
}

h2 {
  font-weight: 300;
  padding: 0;
  text-indent: -2px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 5.6rem;
    line-height: 1.3;
    font-family: Merriweather, serif;
  }
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  color: #dadae0;
  position: sticky;
  top: 0;
  z-index: 10000;
}
.navbar.logo-home {
  background-color: rgb(33.456, 43.0032, 48.144);
}
.navbar.logo-about {
  background-color: rgb(33.456, 43.0032, 48.144);
}
.navbar.logo-insurance {
  background-color: rgb(31.059, 37.247, 40.341);
}
.navbar.logo-products {
  background-color: #e26058;
}
.navbar.logo-testimonials, .navbar.logo-contact, .navbar.logo-claims, .navbar.logo-business {
  background-color: rgb(33.456, 43.0032, 48.144);
}

.content-mask {
  position: absolute;
  width: 100%;
  height: 30vh;
  top: 65px; /* Height of the gradient effect */
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgb(33.456, 43.0032, 48.144) 100%);
  pointer-events: none; /* Allows interaction with elements below */
}

.logo-container {
  flex-grow: 0;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}
.logo-container.minimized #logo_header {
  transform: translateX(calc(-1 * (50vw - 90px))) translateY(-135px);
  opacity: 0;
  width: 11vw;
}
.logo-container.minimized #logo {
  opacity: 1;
}

#logo_header {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 35vw;
  opacity: 1;
  transition: transform 500ms ease, opacity 500ms ease, width 500ms ease;
  transform-origin: top left;
  z-index: 1000;
}
#logo_header .direct-business {
  fill: #dadae0;
}
#logo_header .phone,
#logo_header .insurance {
  fill: #e26058;
}

#logo {
  width: 80px;
  opacity: 0; /* Starting size */
  transition: opacity 500ms ease-out; /* Smooth fade in */
}
#logo .logo-db {
  transition: fill 300ms ease-in-out;
  fill: #dadae0;
}
#logo .logo-db.logo-home {
  fill: #dadae0;
}
#logo .logo-db.logo-about {
  fill: #dadae0;
}
#logo .logo-db.logo-insurance {
  fill: #dadae0;
}
#logo .logo-db.logo-products {
  fill: rgb(33.456, 43.0032, 48.144);
}
#logo .logo-db.logo-contact {
  fill: #dadae0;
}
#logo .logo-db.logo-claims {
  fill: #dadae0;
}
#logo .logo-db.logo-business {
  fill: #dadae0;
}
#logo .logo-i {
  transition: fill 300ms ease-in-out;
  fill: #e26058;
  /* Smooth transition for fill color change */
}
#logo .logo-i.logo-home {
  fill: #e26058;
}
#logo .logo-i.logo-about {
  fill: #e26058;
}
#logo .logo-i.logo-insurance {
  fill: #e26058;
}
#logo .logo-i.logo-products {
  fill: #dadae0;
}
#logo .logo-i.logo-contact, #logo .logo-i.logo-contact, #logo .logo-i.logo-claims, #logo .logo-i.logo-business {
  fill: #e26058;
}

.hamburger {
  display: block;
}

.hamburger {
  display: block; /* Hidden by default, shown in mobile view */
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.nav-items {
  display: none;
  position: absolute;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 200;
  gap: 10px;
}
.nav-items .claims {
  color: #56b680;
  font-weight: 500;
}
.nav-items.mobile-menu {
  display: flex;
  flex-direction: column;
  transform: translateX(0);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.8);
  font-size: 2.2rem;
  line-height: 4rem;
  border-radius: 5px;
  width: 200px;
  z-index: 1100;
  background: linear-gradient(to bottom, rgb(33.456, 43.0032, 48.144), rgb(33.456, 43.0032, 48.144));
  top: 0;
  right: 0;
  padding: 30px 20px 30px 40px;
  align-items: flex-start;
  border-bottom-left-radius: 20px;
}

.menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 10;
}

.nav-items.mobile-menu + .menu-backdrop {
  display: block;
  animation: fadeIn 0.3s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.nav-overlay {
  height: 65px;
  width: 100%;
  z-index: 400;
  position: sticky;
  background-color: inherit;
}

.hamburger {
  cursor: pointer;
  background: none;
  border: none;
  display: block;
  position: relative;
  width: 30px;
  height: 24px;
  padding: 0;
}

.hamburger span {
  background-color: #dadae0;
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  z-index: 1101;
}

.hamburger span:nth-child(1) {
  top: 4px;
}

.hamburger span:nth-child(2) {
  top: 11px;
}

.hamburger span:nth-child(3) {
  top: 18px;
}

/* Animation state */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
}

@media (min-width: 768px) {
  .navbar {
    padding: 10px 30px;
  }
  #logo_header {
    bottom: -50px;
    width: 180px;
  }
  .hamburger {
    display: none; /* Hidden on larger screens */
  }
  .nav-items {
    display: flex;
    flex-direction: row;
    transform: none;
    position: relative;
  }
  .nav-items .nav-items {
    display: none;
    gap: 20px;
  }
}
section {
  width: 100%;
  min-height: calc(100vh - 65px);
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 15px;
  justify-items: center;
  transition: background-color 0.3s ease;
  padding: max(env(safe-area-inset-top), 50px) max(env(safe-area-inset-right)) max(env(safe-area-inset-bottom), 50px) max(env(safe-area-inset-left));
  align-items: start;
}

@media (min-width: 768px) {
  section, footer {
    min-height: -moz-max-content;
    min-height: max-content;
  }
}
footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: -moz-max-content;
  height: max-content;
  background-color: #e26058;
  color: #dadae0;
  padding: 20px 7vw 20px 7vw;
  margin: 0;
}

#links_container {
  width: 100%;
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 20px;
}

.links-column {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.links-section {
  display: flex;
  flex-direction: column;
  font-family: Lato, sans-serif;
  gap: 5px;
}

.links-header {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6rem;
  color: rgba(225.93, 226.406, 233.07, 0.8);
  text-transform: uppercase;
}

.links-list {
  display: flex;
  font-weight: 300;
  flex-direction: column;
  text-transform: capitalize;
  font-size: 1.4rem;
  line-height: 1.6rem;
  gap: 4px;
}
.links-list.txt-hq-address {
  font-size: 1.4rem;
  line-height: 2.2rem;
}

#social_container {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
#social_container .social-icon {
  fill: #dadae0;
  width: 40px;
  height: 40px;
}

#terms_container {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

@media (min-width: 768px) {
  footer {
    padding: 20px 15vw 20px 15vw;
  }
}
.cards {
  width: 100%;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fill, 150px);
  grid-auto-rows: max-content;
  gap: 20px;
  padding: 20px;
  transition: all 0.5s ease;
}

.card {
  display: flex;
  flex-direction: column;
  border: 3px solid rgb(103.275, 51.51, 49.725);
  background-color: rgb(33.456, 43.0032, 48.144);
  border-radius: 8px;
  overflow: hidden;
  transition: inherit;
}

.card-label {
  padding: 5px;
  background-color: rgb(33.456, 43.0032, 48.144);
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.8rem;
  text-transform: uppercase;
  text-align: center;
}

.card-image-container {
  background-color: rgb(33.456, 43.0032, 48.144);
  flex-grow: 1;
}

.card-image {
  background-color: rgba(226, 96, 88, 0.5);
  clip-path: ellipse(140% 90% at 50% 0%);
  height: 100px;
}

.card-hero {
  clip-path: ellipse(140% 90% at 50% 0%);
}

.card-cta-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(33.456, 43.0032, 48.144);
}

.card-cta {
  width: -moz-max-content;
  width: max-content;
  background-color: #e26058;
  color: #dadae0;
  font-size: 1.2rem;
  padding: 0.5em 1em;
  border-radius: 5px;
  border: 2px solid rgba(134.2575, 66.963, 64.6425, 0.7);
  font-family: Lato, sans-serif;
  font-weight: 500;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .cards {
    width: clamp(600px, 80vw, 1600px);
    grid-template-columns: repeat(auto-fill, 300px);
    grid-auto-rows: max-content;
    justify-content: center;
    gap: 40px;
  }
  .cards .card-label {
    padding: 10px;
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .card {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .card-image {
    height: 250px;
  }
  .card-hero {
    height: 250px;
  }
  .card-cta {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
@media (min-width: 1440px) {
  .cards {
    width: clamp(600px, 80vw, 2000px);
    grid-template-columns: repeat(auto-fill, 300px);
    grid-auto-rows: max-content;
    justify-content: center;
    gap: 40px;
  }
  .card-cta {
    font-size: 1.8rem;
    line-height: 3rem;
    margin: 1em auto;
  }
}
.scenarios {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  padding: 20px 30px;
}

.scenario {
  overflow: hidden;
}
.scenario:nth-child(even) .scenario-image {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}

.scenario-image {
  float: left;
  border: 3px solid rgba(134.2575, 66.963, 64.6425, 0.7);
  padding: 30px;
  background-color: rgba(226, 96, 88, 0.2);
  background-clip: content-box;
  width: clamp(100px, 40%, 400px); /* Ensure this is correctly applying */
  margin-right: 20px;
  height: 20vh; /* Adjust height as necessary, or remove if not needed */
}

.scenario-content {
  display: block;
}

.txt-scenario-heading {
  font-family: Merriweather, serif;
  font-weight: weight(3);
  font-size: 1.2rem;
  line-height: 2rem;
  margin-bottom: 15px;
  font-style: italic;
  overflow: visible;
  margin-left: 5px;
}
@media (min-width: 480px) {
  .txt-scenario-heading {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .txt-scenario-heading {
    font-size: 0.85rem;
    line-height: 6rem;
  }
}
@media (min-width: 1440px) {
  .txt-scenario-heading {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}

.txt-scenario-content {
  font-family: Lato, sans-serif;
  word-wrap: break-word; /* Ensures words break to prevent overflow */
  -webkit-hyphens: auto;
          hyphens: auto; /* Automatically adds hyphens if needed */
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 1.2rem;
  line-height: 2rem;
}
@media (min-width: 480px) {
  .txt-scenario-content {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .txt-scenario-content {
    font-size: 0.85rem;
    line-height: 6rem;
  }
}
@media (min-width: 1440px) {
  .txt-scenario-content {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
.txt-scenario-content span {
  font-weight: 600;
}

.info-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: auto;
}

.info-row {
  display: grid;
  gap: 10px;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  align-items: end;
  width: 100%;
}
@media (min-width: 1440px) {
  .info-row {
    gap: 5px;
  }
}

.info-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-grow: 1;
  gap: 10px;
}
.info-item .info-label {
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  pointer-events: none;
  height: -moz-max-content;
  height: max-content;
  color: #e26058;
}
.info-item .info-data {
  display: flex;
  gap: 10px;
  font-size: 1.8rem;
  line-height: 2.6;
  font-weight: 300;
  align-items: center;
  min-height: 50px;
  color: #dadae0;
}
.info-item .info-data input[type=file] {
  text-align: center;
}

#hero {
  position: absolute;
  display: grid;
  grid-template-columns: 1fr;
  align-items: end;
  width: 100vw;
  bottom: -30px;
  z-index: 10;
  transition: top 200ms ease;
}

#hero_guys {
  position: absolute;
  display: grid;
  align-items: end;
  width: 100vw;
  grid-template-columns: 1fr;
  bottom: 50px;
}

#about .content .highlight {
  color: #e26058;
}

#hero_right,
#hero_left {
  height: 400px;
  transition: all 200ms ease;
}
#hero_right .white,
#hero_left .white {
  fill: #dadae0;
}
#hero_right .shade-1,
#hero_left .shade-1 {
  fill: #dadae0;
}
#hero_right .shade-2,
#hero_left .shade-2 {
  fill: #dadae0;
}
#hero_right .accent-1,
#hero_left .accent-1 {
  fill: #e26058;
}

#hero_right {
  justify-self: end;
  margin-right: -120px;
}

#happydude {
  align-self: start;
  max-height: 270px;
  margin-left: 20px;
  transition: all 200ms ease;
}
#happydude .eyes {
  fill: rgb(33.456, 43.0032, 48.144);
}

#saddude {
  max-height: 200px;
  display: none;
}

#hero_left {
  display: none;
}

.lightening {
  fill: #efa96a;
}
@keyframes singleFlash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes doubleFlash {
  0%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes shake {
  0%, 100% {
    transform: translate(0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate(-2px, -2px);
  }
  20%, 40%, 60%, 80% {
    transform: translate(2px, 2px);
  }
}
.lightening.single-flash {
  animation: singleFlash 0.2s linear, shake 0.6s linear;
}
.lightening.double-flash {
  animation: doubleFlash 0.4s linear, shake 0.6s linear;
}

.sparkle {
  fill: #dadae0;
  stroke: #efa96a;
  transform-origin: center;
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}

.twinkle {
  animation: blink 200ms linear 1;
}

@media (min-height: 720px) {
  #hero_right,
  #hero_left {
    height: 400px;
  }
  #happydude {
    height: 300px;
  }
}
@media (min-width: 768px) {
  #hero {
    grid-template-columns: 1fr 1fr;
    bottom: clamp(-5%, -50px, -10%);
    bottom: -80px;
    min-width: 1400px;
    max-width: 1500px;
    transition: all 200ms ease;
  }
  #hero_guys {
    grid-template-columns: 1fr 1fr;
    bottom: 2%;
  }
  #happydude {
    justify-self: start;
    max-height: 275px;
    margin-left: min(140px, 15vw);
  }
  #saddude {
    display: block;
    justify-self: end;
    max-height: 275px;
    margin-right: min(140px, 15vw);
  }
  #hero_left {
    display: block;
    justify-self: left;
    margin-left: -15%;
    height: 700px;
    margin-right: min(280px, 34vw);
  }
  #hero_right {
    display: block;
    justify-self: right;
    height: 700px;
    margin-right: -15%;
    margin-left: min(280px, 30vw);
  }
}
.accordion {
  width: 100%;
  max-width: 600px; /* Adjust the width as needed */
  padding: 20px 20px;
  background-color: rgba(226, 96, 88, 0.2);
}

.accordion-header {
  display: flex;
  background-color: rgb(31.059, 37.247, 40.341);
  align-items: center;
  color: #e26058;
  border: 1px solid rgba(218, 218, 224, 0.5);
  cursor: pointer;
  padding: 10px 20px;
  min-height: 40px;
  margin: 0;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 300;
  text-align: left;
  transition: all 0.3s ease;
}
.accordion-header span {
  margin-left: auto;
}
.accordion-header.optional {
  color: #56b680;
  font-weight: 400;
}

.accordion-header.open {
  background-color: #e26058;
  color: rgb(33.456, 43.0032, 48.144);
  font-weight: 400;
}
.accordion-header.open.optional {
  background-color: #56b680;
}

.accordion-content {
  background-color: rgb(33.456, 43.0032, 48.144);
  color: #dadae0;
  overflow: hidden;
  padding: 0 20px;
  display: none; /* Start state as hidden */
}

.accordion-content p {
  margin: 10px 0;
  padding: 10px 0;
  font-size: 1.6rem;
  line-height: 2.8rem;
}

@media (min-width: 768px) {
  .content-header {
    font-size: 2.4rem;
    height: 50px;
  }
  .accordion {
    max-width: unset;
    width: clamp(300px, 80%, 800px);
  }
  .accordion-content p {
    margin: 10px 0;
    padding: 10px 0;
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
  .accordion-header:hover {
    background-color: #e26058;
    color: rgb(33.456, 43.0032, 48.144);
  }
}
#banner {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  position: sticky;
  align-items: center;
  bottom: 10px;
  left: 10px;
  z-index: 10000;
  gap: 5px;
  background-color: rgb(33.456, 43.0032, 48.144);
  padding: 1em 1.5em;
  width: -moz-max-content;
  width: max-content;
  min-height: unset;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 3px 3px 6px 0px rgba(31.059, 37.247, 40.341, 0.5), -3px -3px 6px 0px rgba(31.059, 37.247, 40.341, 0.8);
  border: 3px solid rgba(134.2575, 66.963, 64.6425, 0.7);
}
#banner .phone-icon {
  width: 30px;
  grid-row: 1/span 2;
  grid-column: 2/span 1;
}
#banner .number {
  grid-row: 1/span 1;
  grid-column: 1/span 1;
  font-family: Merriweather, serif;
  font-size: 1.6rem;
}
#banner .times {
  grid-row: 2/span 1;
  grid-column: 1/span 1;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  #banner {
    bottom: 15px;
    left: 15px;
    padding: 1.5em 2em;
  }
  #banner .phone-icon {
    width: 40px;
  }
  #banner .number {
    font-size: 2rem;
  }
  #banner .times {
    font-size: 1.4rem;
  }
}
.input-text,
.input-choice {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::file-selector-button,
input::-webkit-file-upload-button {
  display: none;
}

input {
  -webkit-background-clip: text;
          background-clip: text;
  /* Clip background behind the text */
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: currentColor;
  /* Set text color for autofilled entries */
  box-shadow: inset 0 0 0 1px rgb(33.456, 43.0032, 48.144);
  /* Inner shadow for background effect */
}

.input-text,
.input-email {
  background: rgb(31.059, 37.247, 40.341);
  border-color: #dadae0;
  color: #dadae0;
  height: 50px;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 400;
  border-radius: 5px;
  border-width: 3px;
  outline: none;
  padding: 0 10px;
  width: 100%;
  text-transform: none;
  box-shadow: none;
  border-style: solid;
}
.input-text option,
.input-email option {
  font-size: 1.8rem;
}
.input-text::-moz-placeholder, .input-email::-moz-placeholder {
  color: currentColor;
  opacity: 0.5;
}
.input-text::placeholder,
.input-email::placeholder {
  color: currentColor;
  opacity: 0.5;
}

.input-button {
  background: #e26058;
  border-color: rgba(134.2575, 66.963, 64.6425, 0.7);
  color: #dadae0;
  height: 50px;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 400;
  border-radius: 5px;
  border-width: 3px;
  outline: none;
  padding: 0.4em 1.5em;
  width: 100%;
  text-transform: capitalize;
  box-shadow: none;
  border-style: solid;
}
.input-button option {
  font-size: 1.8rem;
}
.input-button::-moz-placeholder {
  color: currentColor;
  opacity: 0.5;
}
.input-button::placeholder {
  color: currentColor;
  opacity: 0.5;
}

.input-textarea {
  background: rgb(31.059, 37.247, 40.341);
  border-color: #dadae0;
  color: #dadae0;
  height: 200px;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 400;
  border-radius: 5px;
  border-width: 3px;
  outline: none;
  padding: 10px;
  width: 100%;
  text-transform: none;
  box-shadow: none;
  border-style: solid;
  resize: none !important;
}
.input-textarea option {
  font-size: 1.8rem;
}
.input-textarea::-moz-placeholder {
  color: currentColor;
  opacity: 0.5;
}
.input-textarea::placeholder {
  color: currentColor;
  opacity: 0.5;
}

.input-choice {
  background: rgb(31.059, 37.247, 40.341);
  border-color: #dadae0;
  color: #dadae0;
  height: 50px;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 400;
  border-radius: 5px;
  border-width: 3px;
  outline: none;
  padding: 0 10px;
  width: -moz-min-content;
  width: min-content;
  text-transform: capitalize;
  box-shadow: none;
  border-style: solid;
}
.input-choice option {
  font-size: 1.8rem;
}
.input-choice::-moz-placeholder {
  color: currentColor;
  opacity: 0.5;
}
.input-choice::placeholder {
  color: currentColor;
  opacity: 0.5;
}

.input-datefield {
  background: rgb(33.456, 43.0032, 48.144);
  border-color: #dadae0;
  color: #dadae0;
  height: 50px;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 400;
  border-radius: 5px;
  border-width: 2px;
  outline: none;
  padding: 0 10px;
  width: -moz-min-content;
  width: min-content;
  text-transform: none;
  box-shadow: none;
  border-style: solid;
}
.input-datefield option {
  font-size: 1.8rem;
}
.input-datefield::-moz-placeholder {
  color: currentColor;
  opacity: 0.5;
}
.input-datefield::placeholder {
  color: currentColor;
  opacity: 0.5;
}
.input-datefield::-webkit-calendar-picker-indicator {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" fill="#dadae0" viewBox="0 0 24 24"><path d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}

.checkbox, .checkbox-icon {
  display: grid;
  grid-template-columns: min-content auto;
  grid-gap: 0;
  width: -moz-min-content;
  width: min-content;
  color: currentColor;
}
.checkbox .checkbox__control, .checkbox-icon .checkbox__control {
  display: grid;
  width: 20px;
  height: 20px;
  border: 1px solid currentColor;
  border-radius: 50px;
  padding: 0;
}
.checkbox .checkbox__control svg, .checkbox-icon .checkbox__control svg {
  fill: currentColor;
  height: 14px;
  place-self: center;
  transform: scale(0);
  transform-origin: center;
  transition: transform 0.2s ease-in 25ms;
  width: 14px;
}
.checkbox .checkbox__input, .checkbox-icon .checkbox__input {
  display: grid;
  place-self: center;
  grid-template-areas: "checkbox";
  place-items: center;
}
.checkbox .checkbox__input > *, .checkbox-icon .checkbox__input > * {
  grid-area: checkbox;
}
.checkbox .checkbox__input input, .checkbox-icon .checkbox__input input {
  height: 1em;
  opacity: 0;
  place-self: center;
  width: 1em;
}
.checkbox .checkbox__input input:checked + .checkbox__control svg, .checkbox-icon .checkbox__input input:checked + .checkbox__control svg {
  transform: scale(1);
}

.checkbox-icon .checkbox__control {
  border: solid 2px #dadae0;
}
.checkbox-icon .checkbox__control .svg-click {
  fill: rgb(124.389, 205.8496, 253.011);
  opacity: 0.3;
  transform: unset;
  transition: all 0.2s ease-in 25ms;
  place-self: center;
}
.checkbox-icon .checkbox__input {
  place-items: unset;
}
.checkbox-icon .checkbox__input input {
  place-self: center;
}
.checkbox-icon .checkbox__input input:checked + .checkbox__control .svg-click {
  transform: unset;
  opacity: 1;
}

.input-color-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 29px;
  height: 29px;
  padding: 0;
  border: 2px solid #dadae0;
  border-radius: 50%;
}
.input-color-wrapper .input-color {
  width: 30px;
  height: 30px;
  background-color: rgb(33.456, 43.0032, 48.144);
  border-radius: 50%;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
  -webkit-mask-image: radial-gradient(circle, black 48%, transparent 50%);
  mask-image: radial-gradient(circle, black 48%, transparent 50%);
}
.input-color-wrapper .input-color::-webkit-color-swatch-wrapper {
  padding: 0;
}
.input-color-wrapper .input-color::-webkit-color-swatch {
  border: none;
}

.upload-container {
  display: flex;
  align-items: center;
  padding-right: 6px;
  gap: 10px;
}
.upload-container label {
  display: flex;
  align-items: center;
}
.upload-container .input-text {
  line-height: 1.6rem;
  text-align: center;
  white-space: no-wrap;
  text-overflow: ellipsis;
}
.upload-container .svg-button {
  width: 20px;
  height: 20px;
  fill: currentColor;
  padding: 0;
}
.input-text,
.input-choice,
.input-datefield,
.input-textarea {
  box-shadow: inset 5px 5px 1px 1px rgb(10.71, 13.566, 14.79);
}
.input-text.error,
.input-choice.error,
.input-datefield.error,
.input-textarea.error {
  border: solid 2px #e26058;
}

.svg-button {
  margin: 0;
  justify-self: center;
  align-self: center;
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
  flex-shrink: 0;
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  fill: #dadae0;
  padding: 0;
  transition: all 600ms ease-out;
}
.svg-button:not(.selected):not(.selected-subsection):not(.disabled):hover {
  transform: scale(1.18);
  fill: #dadae0;
  border: 1px solid rgba(33.456, 43.0032, 48.144, 0.3);
  transition: all 300ms ease-out;
  box-shadow: 0 0 6px rgba(33.456, 43.0032, 48.144, 0.8);
  -moz-box-shadow: 0 0 6px rgba(33.456, 43.0032, 48.144, 0.8);
  -webkit-box-shadow: 0 0 6px rgba(33.456, 43.0032, 48.144, 0.8);
  background: rgb(131.4525, 87.975, 167.025);
}
.svg-button.selected:not(.disabled) {
  border: 2px solid rgba(124.389, 205.8496, 253.011, 0.5);
  fill: rgb(124.389, 205.8496, 253.011);
  background: rgb(31.059, 37.247, 40.341);
  background-size: calc(100% - 5px) calc(100% - 5px);
  background-position: center;
}
.svg-button.selected:not(.disabled):hover {
  fill: rgb(124.389, 205.8496, 253.011);
  border-color: rgb(131.4525, 87.975, 167.025);
  padding: 4px;
}

.contrast .svg-button {
  width: 20px;
  height: 20px;
  fill: #8a5f28;
  padding: 0;
}
.contrast .svg-button:not(.selected):not(.selected-subsection):not(.disabled):hover {
  fill: #2a1b05;
  background: #f0b86b;
}
.contrast .svg-button.selected:not(.disabled) {
  fill: rgb(97.92, 68.544, 24.48);
  border-color: #2a1b05;
  background: #f0b86b;
}
.contrast .svg-button.selected:not(.disabled):hover {
  fill: rgb(97.92, 68.544, 24.48);
  border-color: #2a1b05;
  background: #f0b86b;
}
.contrast .svg-table-icon .clr-base {
  fill: #2a1b05;
}
.contrast .svg-table-icon .clr-accent {
  fill: #bdbfe3;
}

.svg-table-icon {
  width: 30px;
  height: 30px;
}
.svg-table-icon .clr-base {
  fill: rgb(33.456, 43.0032, 48.144);
}
.svg-table-icon .clr-accent {
  fill: #bdbfe3;
}
@media (min-width: 1440px) {
  .svg-table-icon {
    width: 20px;
    height: 20px;
  }
}

.btn-screenshot {
  position: absolute;
  z-index: 1000;
  width: 40px;
  height: 40px;
  bottom: 20px;
  left: 20px;
}

#tooltip {
  font-family: Montserrat, sans-serif;
  font-size: 6;
  font-weight: 1;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #dadae0;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
  text-align: left;
  width: -moz-min-content;
  width: min-content;
  min-height: 10px;
  opacity: 0;
  padding: 5px 10px;
  position: absolute;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: left;
  pointer-events: none;
  border-radius: 15px 15px 15px 0;
  border: 2px solid rgb(124.389, 205.8496, 253.011);
  background-color: hsla(201, 18%, 16%, 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  box-shadow: -2px -2px 7px rgba(33.456, 43.0032, 48.144, 0.4), 5px 5px 7px rgba(33.456, 43.0032, 48.144, 0.4);
  -moz-box-shadow: -2px -2px 7px rgba(33.456, 43.0032, 48.144, 0.4), 5px 5px 7px rgba(33.456, 43.0032, 48.144, 0.4);
  -webkit-box-shadow: -2px -2px 7px rgba(33.456, 43.0032, 48.144, 0.4), 5px 5px 7px rgba(33.456, 43.0032, 48.144, 0.4);
  transition: opacity 0.35s ease-in-out, min-height 0.35s ease-in-out, font-size 0.35s ease-in-out, transform 0.35s ease-out;
}

#tooltip.active {
  z-index: 10000;
  min-height: 40px;
  width: -moz-min-content;
  width: min-content;
  max-width: 30vw;
  white-space: nowrap;
  overflow-wrap: break-word;
  font-size: 0.9rem;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transform: translateY(calc(var(--tooltip-active-top))) translateX(calc(var(--tooltip-active-left))) scale(1);
}

.tbl-image {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  padding: 4px;
  border: 2px solid rgba(124.389, 205.8496, 253.011, 0.5);
  filter: grayscale(30%);
}

.carousel-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  /* Adjust based on your layout */
}

.carousel-track {
  display: grid;
  grid-auto-flow: column;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.carousel-card {
  transition: transform 0.5s ease-in-out;
  display: grid;
  width: 100vw;
  grid-template-rows: max-content max-content max-content;
  grid-template-columns: 1fr;
  gap: 20px;
  justify-content: center;
  align-items: start;
  height: 100%;
  /* Adjust height as needed */
  overflow: hidden;
  /* Ensures content does not flow outside the border /* Border for visibility */
}

.carousel-card-label {
  padding: 0 30px;
  text-align: center;
  font-family: Merriweather, serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 3rem;
  text-transform: uppercase;
}

.carousel-card-image {
  width: 100vw;
  /* Full viewport width */
  height: auto;
  /* Height automatically adjusts based on the image */
  overflow: hidden;
  /* Prevents any overflow from the image spilling out */
  position: relative;
  /* Position relative to allow absolute positioning inside if needed */
  display: flex;
  /* Ensures the content (images) are centered */
  align-items: center;
  /* Aligns items vertically center */
  justify-content: flex-start;
}
.carousel-card-image img {
  width: 100vw;
  /* Set width to fill the viewport width */
  height: auto;
  /* Height will automatically adjust to maintain aspect ratio */
  display: block;
  /* Remove any extra space below the image */
}

.carousel-card-short-info {
  padding: 0 30px;
  text-align: center;
  font-family: Lato, sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.carousel-card-cta {
  width: -moz-max-content;
  width: max-content;
  background-color: #e26058;
  color: #dadae0;
  font-size: 1.8rem;
  line-height: 2.8rem;
  padding: 0.4em 1.5em;
  border-radius: 10px;
  border: 3px solid rgba(134.2575, 66.963, 64.6425, 0.7);
  font-family: Lato, sans-serif;
  font-weight: 500;
  margin: 0 auto;
  text-transform: uppercase;
}

.carousel-control {
  position: absolute;
  top: 100px;
  z-index: 5000;
  background: none;
  border: none;
  color: #dadae0;
  /* Adjust as needed */
  font-size: 3rem;
  font-weight: 700;
  opacity: 0.7;
  cursor: pointer;
  transform: translateY(-50%);
  transition: color 0.3s ease-in-out;
}
.carousel-control:hover {
  color: #e26058;
}

.carousel-control.left {
  left: 0;
}

.carousel-control.right {
  right: 0;
}

.carousel-nav {
  position: absolute;
  bottom: -20px;
  z-index: 5000;
  /* Adjust based on the actual layout */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  opacity: 0.7;
}

.carousel-nav-dot {
  padding: 10px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 50%;
  background: #dadae0;
}

.carousel-nav-dot.active {
  background: #e26058;
}

@media (min-width: 768px) {
  .carousel-card {
    grid-template-rows: max-content max-content max-content;
  }
  .carousel-card-image {
    width: 60vw;
    margin: 0 auto;
  }
  .carousel-card-label {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
  .carousel-card-short-info {
    width: 60vw;
    margin: 0 auto;
  }
  .carousel-control {
    position: absolute;
    top: 250px;
    font-size: 8rem;
  }
}
#business {
  min-height: calc(100vh - 65px);
  grid-template-columns: 1fr;
}

.txt-punchline {
  margin-top: 0;
}

.trade-banner {
  width: 100vw; /* Adjust as needed */
  height: 50vw; /* Adjust as needed */
  background-size: cover;
  overflow: hidden; /* Hide any content outside the clipped area */
}
.trade-banner.restaurants {
  background-image: url("../img/restaurant.svg");
}
.trade-banner.pubs {
  background-image: url("../img/pubs.svg");
}
.trade-banner.cafes {
  background-image: url("../img/cafes.svg");
  background-position: center calc(50% - 10px);
}
.trade-banner.clubs {
  background-image: url("../img/clubs.svg");
}
.trade-banner.fishandchips {
  background-image: url("../img/fishandchips.svg");
}
.trade-banner.takeaways {
  background-image: url("../img/takeaways.svg");
}

.content {
  display: inline-block;
}

.price-hero {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  margin: 10px 20px;
  padding: 20px;
  background-color: rgba(226, 96, 88, 0.2);
  font-size: 2rem;
  border: 3px solid #e26058;
  border-radius: 5px;
}
.price-hero .price {
  font-family: Merriweather, serif;
  font-size: 5.6rem;
  line-height: 7rem;
}
.price-hero .ipt {
  font-size: 2rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  .trade-banner {
    width: 80vw; /* Adjust as needed */
    height: 40vw; /* Adjust as needed */
  }
  .txt-punchline {
    margin-top: 50px;
  }
  .price-hero {
    float: right;
    margin: 10px 20px;
    padding: 20px;
    font-size: 2rem;
  }
  .price-hero .price {
    font-size: 5.6rem;
    line-height: 7rem;
  }
}/*# sourceMappingURL=catering.css.map */