.home-image {

  background-size: 100% 700px;
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: black;
  width: 100%;
  padding: 0;
}

.flash-message {
  margin-top: 82px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


/* Eye icon styling */
#togglePassword {
  cursor: pointer;
  padding: 0.5rem;
  background-color: #ffffff;
  border-left: 1px solid #ccc;
  z-index: 2;
  
}

#eye-icon {
  color: #007bff;
  font-size: 1.2rem;
}

.input-group .form-control {
  border-right: 0;
}



.input-group-text {
  background: transparent;
  border: none;
  padding: 0;
}
#password-field {
  flex: 1;
}

.input-group-append {
  flex-shrink: 0;
}



#hero-1618 {
  width: 100%;
  height: 700px;
  overflow: hidden;
  padding: 0;
  padding-top: clamp(12.5rem, 31.95vw, 18.75rem);
  position: relative;
  z-index: 1;
}

#hero-1618 .cs-container {
  width: 100%;
  max-width: 80rem;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: 250px;
  gap: clamp(3.75rem, 13vw, 11.25rem);
  padding: 0;
  text-align: center;
}

#hero-1618 .cs-content {
  text-align: center;
  width: 100%;
  max-width: 48.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#hero-1618 .cs-topper {
  font-size: clamp(0.8125rem, 1.5vw, 1rem);
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}

#hero-1618 .cs-chevron {
  --chevronColor: var(--primary);
  width: 3rem;
  height: auto;
}

#hero-1618 .cs-title {
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  max-width: 100%;
  margin: 1rem 0 0rem 0;
  color: #fff;
  position: relative;
  display: block;
  white-space: nowrap;
}

#hero-1618 .cs-text {
  font-size: clamp(1rem, 1.95vw, 1.25rem);
  line-height: 1.5em;
  text-align: inherit;
  width: 100%;
  max-width: clamp(29rem, 60vw, 38.785rem);
  margin: 0 0 2.5rem 0;
  color: #fff;
}

#hero-1618 .cs-button-solid {
  display: inline-block;
  font-size: 1.5rem;
  border-radius: 15px;
  line-height: clamp(5rem, 5.5vw, 5rem);
  text-decoration: none;
  font-weight: 400;
  color: #fff;
  padding: 0 1.5rem;
  background-color: rgb(236, 60, 60);
  position: relative;
  z-index: 1;
  text-align: center;
}

#hero-1618 .cs-button-solid:before {
  content: '';
  position: absolute;
  display: block;
  border-radius: 15px;
  height: 100%;
  width: 0%;
  background: #f5632d;
  opacity: 1;
  top: 0;
  left: 0;
  z-index: -1;
  transition: width .3s;
}

#hero-1618 .cs-button-solid:hover:before {
  width: 100%;
}

#hero-1618 .cs-card-group {
  margin: 0;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(1rem, 2.3vw, 1.25rem);
}

#hero-1618 .cs-item {
  width: 100%;
  text-align: left;
  list-style: none;
  padding: clamp(1.5rem, 3vw, 2rem);
  background-color: #fff;
  box-shadow: 0px 12px 80px 0px rgba(26, 26, 26, 0.08);
  box-sizing: border-box;
  grid-column: span 12;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 1;
}

#hero-1618 .cs-icon {
  width: 3rem;
  height: auto;
  margin-bottom: 1.5rem;
}

.cs-h1 {
  font-size: 40px;
  line-height: 1.2em;
  font-weight: bold;
  text-align: inherit;
  color: var(--headerColor);
}

#hero-1618 .cs-h3 {
  font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
  line-height: 1.2em;
  font-weight: bold;
  color: var(--headerColor);
}

#hero-1618 .cs-item-text {
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  line-height: 1.5em;
  max-width: 28.125rem;
  color: var(--bodyTextColor);
}

#hero-1618 .cs-background {
  background-image: url('/img/home_background.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

#hero-1618 .cs-background:before {
  content: '';
  width: 100%;
  height: 700px;
  background: #111926;
  opacity: .8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

/* Tablet */
@media only screen and (min-width: 48rem) {
  #hero-1618 {
    padding-bottom: 0;
  }

  #hero-1618 .cs-container {
    align-items: flex-start;
  }

  #hero-1618 .cs-content {
    text-align: left;
    margin-left: 0;
    align-items: flex-start;
  }

  #hero-1618 .cs-item {
    grid-column: span 4;
  }

  #hero-1618 .cs-background:before {
    background: linear-gradient(90deg, #111926 21.41%, rgba(17, 25, 38, 0.72) 34.98%, rgba(17, 25, 38, 0) 62.53%);
    opacity: .9;
  }
}

@media only screen and (max-width: 768px) {
  #hero-1618 {
    height: 100vh; 
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: center; 
    align-items: center;     
    text-align: center;      
  }

  #hero-1618 .cs-container {
    display: flex;                  
    justify-content: center;        
    align-items: center;            
    flex-direction: column;         
    margin-left: 0;
    padding: 1rem;
    gap: 2rem;
    max-width: 100%; 
  }

  #hero-1618 .cs-title {
    font-size: 3.5rem; 
    font-weight: bold;
    white-space: normal;
  }

  #hero-1618 .cs-h1 {
    font-size: 2.75rem;
    margin-top: 1rem;
    text-align: center;
  }

  #hero-1618 .cs-button-solid {
    font-size: 1.8rem; 
    line-height: 3.5rem;
    padding: 0 1.5rem;
    margin-top: 2rem;
  }

  #hero-1618 .cs-background {
    height: 100%;
    background-position: center bottom;  
    background-size: cover; 
  }

  #hero-1618 .cs-background:before {
    height: 100%;
  }
}

/* Large Desktop Parallax */
@media only screen and (min-width: 100rem) {
  #hero-1618 .cs-background {
    background-size: 100% auto;
  }

  #hero-1618 .cs-background img {
    display: none;
  }
}
  
.main {
    flex: 1;
}

.bg-gradient-primary-to-secondary {
  background: #1e30f3;
  background: linear-gradient(135deg, #1e30f3 0%, #e21e80 100%);
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fw-bolder {
  font-weight: bolder !important;
}




.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

.d-flex {
  display: flex !important;
}

.profile {
  position: relative;
  height: 75vw;
  width: 75vw;
  border-radius: 5vw;
  margin-top: 5vw;
  max-height: 40rem;
  max-width: 40rem;
}


.justify-content-center {
  justify-content: center !important;
}

.profile .profile-img {
  height: 80vw;
  max-height: 45rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}



.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.text-gradient {
  background: -webkit-linear-gradient(315deg, #f83928 0%, #f18b47 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
}


.mt-100 {
  margin-top: 100px;
}


.mt-55 {
  margin-top: 55px;
}


.mt-10 {
  margin-top: 10px;
}

.d-inline {
  display: inline !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.center-half {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}


.pb-5 {
  padding-bottom: 3rem !important;
}

.fw-light {
  font-weight: 800 !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: white !important;
}


footer {
    background-color: #1a202c;
    color: white;
    text-align: center;
    padding: 20px 0;
}

html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.navbar {
  background: linear-gradient(45deg, rgb(247, 63, 47), rgb(255, 98, 30));
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  padding: 15px 0;
}

.navbar-brand {
  margin-left: 20px;
 max-width: 150px;
 max-height: auto;
}

/* Navigation Links */
.navbar-nav .nav-link {
  font-size: 1.4rem;
  font-weight: 350;
  color: #ffffff !important;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 25px;
  transition: all 0.3s ease;
  margin: 0 15px;
  position: relative;
  text-decoration: none;
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f5f5f5;
  transition: transform 0.3s ease-out;
  transform: scaleX(0);
  transform-origin: bottom left;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  transform: scaleX(1); 
}

.cart-icon {
  width: 28px;
  height: 32px;
  padding-top: 6px;
  margin-right: 7px;
  margin-left: 7px;
}

.bell-icon {
  width: 28px;
  height: 32px;
  padding-top: 6px;
  margin-right: 7px;
  margin-left: 7px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .navbar,
  .navbar-collapse {
    background: linear-gradient(45deg, rgb(247, 63, 47), rgb(255, 98, 30)) !important;
  }

  .navbar-brand {
    font-size: 1.5rem;
    margin-left: 10px;
  }

  .navbar-toggler {
    margin-right: 10px;
    border-color: rgba(255, 255, 255, 0.5);
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  .navbar-nav {
    padding: 10px 0;
  }

  .navbar-nav .nav-link {
    font-size: 1.2rem;
    padding: 10px 15px;
    margin: 5px 0;
    text-align: center;
  }

  .navbar-nav .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .cart-mobile-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 10px 0;
  }

  .cart-icon {
    width: 30px !important;
    height: 30px !important;
  }
  .bell-icon {
    width: 30px !important;
    height: 30px !important;
  }
  .navbar {
    z-index: 1030;
  }
  
  @media (max-width: 991px) {
    .navbar-collapse {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: linear-gradient(45deg, rgb(247, 63, 47), rgb(255, 98, 30));
      padding: 1rem;
    }
  }



}
  
  
  /* Masthead */
.masthead {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 85vh;
    position: relative;
    padding-top: 20px; 
    width: 100%;
  }
  
  .masthead::before {
    content: '';
    position: absolute;
    top: 80px; 
    bottom: 80px; 
    width: 100%; 
    height: calc(100% - 160px); 
    background: rgba(0, 0, 0, 0.5); 
    z-index: -1; 
  }
  
  
  .masthead-heading {
    font-size: 4rem;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
    animation: fadeIn 1s ease-out;
  }

  
  
  .masthead-subheading {
    font-size: 1.5rem;
    color: #ff6347; /* Tomato color for subheading */
    font-weight: 400;
  }

  @media only screen and (min-width: 93.75rem) {
    .masthead {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      min-height: 85vh;
      position: relative;
      padding-top: 20px; 
      width: 100%;
    }
    
    .masthead::before {
      content: '';
      position: absolute;
      top: 40px; 
      bottom: 80px; 
      width: 100%; 
      height: calc(100% - 260px); 
      background: rgba(0, 0, 0, 0.5); 
      z-index: -1; 
    }
  }  

  

  @media (max-width: 768px) {
    .masthead-heading {
      font-size: 3rem;
    }
  
    .masthead-subheading {
      font-size: 1.2rem;
    }
  
    .navbar-nav .nav-link {
      font-size: 1rem;
    }
  }

  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }


    
  /*-- -------------------------- -->
<---          Reviews           -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #reviews-1739 {
    padding: var(--sectionPadding);
    position: relative;
  }
  #reviews-1739 .cs-container {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 90rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #reviews-1739 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    font-size: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
  }
  #reviews-1739 .cs-title {
    max-width: 50ch;
    margin: 0;
  }
  #reviews-1739 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    /* 16px - 20px */
    gap: clamp(1rem, 2vw, 1.25rem);
  }
  #reviews-1739 .cs-item {
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    grid-column: span 12;
    grid-row: span 1;
  }
  #reviews-1739 .cs-picture {
    width: 100%;
    min-height: 21.25rem;
    display: block;
    position: relative;
    /* causes this element to grow to its maximum width, before its sibling elements take up the remaining space */
    flex: 1 0 auto;
  }
  #reviews-1739 .cs-picture img {
    width: 100%;
    height: 100%;
    /* Makes img tag act as a background image */
    object-fit: cover;
    /* pushes the top of the image to the top of the container */
    object-position: top;
    position: absolute;
    top: 0;
    left: 0;
  }
  #reviews-1739 .cs-review {
    text-align: left;
    width: 100%;
    /* prevents padding from affecting height and wodth */
    box-sizing: border-box;
    /* left & right 16px - 32px */
    padding: 2rem clamp(1rem, 5vw, 2rem);
    border-top: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  #reviews-1739 .cs-info {
    background-color: #f7f7f7;
  }
  #reviews-1739 .cs-name {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 0.25rem;
    color: var(--headerColor);
    display: block;
  }
  #reviews-1739 .cs-flex {
    width: 100%;
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #reviews-1739 .cs-desc {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5em;
    color: var(--primary);
    display: block;
  }
  #reviews-1739 .cs-item-text {
    /* 16px - 20px */
    font-size: 15px;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #reviews-1739 .cs-boxes {
    display: flex;
  }
  #reviews-1739 .cs-box {
    /* 24px - 32px top & bottom, 16px - 32px left & right */
    padding: clamp(1.5rem, 2vw, 2rem) clamp(1rem, 2vw, 2rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    /* causes the boxes to grow, equally, within the parent container */
    flex: 1;
  }
  #reviews-1739 .cs-box-light {
    background-color: #e8e8e8;
  }
  #reviews-1739 .cs-box-dark {
    background-color: #1a1a1a;
    color: #f7f7f7;
  }
  #reviews-1739 .cs-weight {
    /* 25px - 31px */
    font-size: clamp(1.5625rem, 4vw, 1.9375rem);
    font-weight: 900;
    line-height: 1.2em;
    margin: 0 0 0.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  #reviews-1739 .cs-arrow {
    width: 1.125rem;
    height: 1.125rem;
  }
  #reviews-1739 .cs-tagline {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
  }
  #reviews-1739 .cs-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

#reviews-1739 .cs-bottom {
  max-width: 100rem;
  margin: auto;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #reviews-1739 .cs-item {
    flex-direction: row;
  }
  #reviews-1739 .cs-picture {
    max-width: 40rem;
    min-height: 0;
  }
}
/* Large Desktop - 1200px */
@media only screen and (min-width: 75rem) {
  #reviews-1739 .cs-container {
    max-width: 150rem;
  }
  #reviews-1739 .cs-item {
    grid-column: span 6;
  }
  #reviews-1739 .cs-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

                                
  
  /*-- -------------------------- -->
<---          Services          -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #services-448 {
    margin-top: 50px;
    margin-bottom: 50px;
      
  }
  #services-448 .cs-container {
      width: 100%;
      /* changes at 1280px at tablet */
      max-width: 34.375rem;
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      /* 48px - 64px */
      gap: clamp(3rem, 6vw, 4rem);
  }
  #services-448 .cs-content {
    margin-top: 70px;
      /* set text align to left if content needs to be left aligned */
      text-align: center;
      width: 100%;
      display: flex;
      flex-direction: column;
      /* centers content horizontally, set to flex-start to left align */
      align-items: center;
  }

  #services-448 .cs-card-group {
      width: 100%;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      /* 16px - 20px */
      column-gap: clamp(1rem, 1.5vw, 1.25rem);
      /* 24px - 60px */
      row-gap: clamp(1.5rem, 5vw, 3.75rem);
  }
  #services-448 .cs-item {
      list-style: none;
      width: 100%;
      max-width: 22.5rem;
      /* changes at desktop */
      padding-top: 9rem;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
 
  }
  #services-448 .cs-item:hover .cs-picture img {
      transform: scale(1.2);
      opacity: 0.4;
      
  }
  #services-448 .cs-item:hover .cs-flex:before {
      opacity: 1;
    
     
  }
  #services-448 .cs-picture {
      width: 100%;
      /* changes at desktop */
      height: 15.625rem;
      border-radius: 0.5rem;
      background-color: black;
      /* clips the corners of the image */
      overflow: hidden;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
  }
  #services-448 .cs-picture img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      /* makes it behave like a background image */
      object-fit: cover;
      /* positions top of image to the top of the container */
      object-position: top;
      transition:
          transform 0.9s,
          opacity 0.5s;
  }
  #services-448 .cs-flex {
    
      text-align: center;
      width: 88%;
      padding: 1.5rem;
      /* prevents padding and border from affecting height and width */
      box-sizing: border-box;
      border: 1px solid #dad9e3;
      border-radius: 0.75rem;
      background-color: #fff;
      box-shadow: 0px 24px 54px rgba(87, 107, 147, 0.12);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;

  }
  #services-448 .cs-flex:before {
      /* hover border box */
      content: "";
      background: transparent;
      /* prevents the mouse from interacting with it */
      pointer-events: none;
      border: 4px solid #dc3545;
      
      border-radius: 0.75rem;
      /* prevents border from affecting height and width */
      box-sizing: border-box;
      opacity: 0;
      position: absolute;
      display: block;
      top: -1px;
      left: -1px;
      right: -1px;
      bottom: -1px;
      transition: opacity 0.5s;
  }
  #services-448 .cs-wrapper {
      /* 80px - 120px */
      width: clamp(5rem, 9.2vw, 7.5rem);
      height: clamp(5rem, 9.2vw, 7.5rem);
      /* 20px - 24px */
      margin: 0 0 clamp(1.25rem, 1.5vw, 1.5rem);
      /* we use the same clamp value for height & width, but multiple by -.5 so it will be a negative value, and be half of the height.  Negative margins pull things toward the element so they overlap them, in this case we want the .cs-wrapper to overlap .cs-flex by half its height, so we use the same clamp for height and half it for the margin top value */
      margin-top: calc(clamp(5rem, 9.2vw, 7.5rem) * -0.5);
      border-radius: 50%;
      border: 4px solid var(--primary);
      background-color: #fff;
      /* prevents border from affecting height and width */
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      z-index: 10;
  }
  #services-448 .cs-icon {
      /* 48px - 64px */
      width: clamp(3rem, 4.3vw, 4rem);
      height: auto;
      display: block;
  }
  #services-448 .cs-h3 {
      /* 20px - 25px */
      font-size: clamp(1.25rem, 1.9vw, 1.5625rem);
      line-height: 1.2em;
      font-weight: 700;
      margin: 0 0 0.5rem 0;
      color: black;
      justify-content: center;
  }
  #services-448 .cs-item-text {
      /* 14px - 16px */
      font-size: 15px;
      line-height: 1.5em;
      font-weight: 400;
      /* 20px - 24px */
      margin: 0 0 clamp(1.25rem, 1.5vw, 1.5rem);
      color: var(--bodyTextColor);
      justify-content: center;
  }
  #services-448 .cs-link {
      /* 16px - 20px */
      font-size: clamp(1rem, 1.5vw, 1.25rem);
      line-height: 1.5em;
      font-weight: 700;
      text-transform: none;
      text-decoration: none;
      margin: 0;
      color: black;
      display: inline-block;
      position: relative;
  }
  #services-448 .cs-link:hover:before {
      width: 100%;
  }
  #services-448 .cs-link:before {
      /* animated underline */
      content: "";
      width: 0%;
      height: 3px;
      background: currentColor;
      opacity: 1;
      position: absolute;
      display: block;
      bottom: -0.125rem;
      left: 0;
      transition: width 0.3s;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #services-448 .cs-container {
      max-width: 80rem;
  }
  #services-448 .cs-card-group {
      flex-direction: row;
  }
  #services-448 .cs-item {
      width: 47%;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #services-448 .cs-card-group {
      flex-wrap: nowrap;
  }
  #services-448 .cs-item {
      width: 100%;
      /* 144px - 274px */
      padding-top: clamp(9rem, 17.5vw, 17.125rem);
  }
  #services-448 .cs-picture {
      /* 224px - 428px */
      height: clamp(14rem, 28vw, 26.75rem);
  }
}

.cs-button-6 {
  text-align: center;
  font-size: 1rem;
  /* 46px - 56px */
  line-height: clamp(2.875rem, 8vw, 3.5rem);
  text-decoration: none;
  font-weight: 700;
  min-width: 10.875rem;
  margin: auto;
  color: #1a1a1a;
  padding: 0 1.5rem;
  /* prevents padding and border from affecting height and width */
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #ff682c;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  position: relative;
  z-index: 1;
  transition: color 0.3s;
}
.cs-button-6:before {
  content: "";
  width: 0.375rem;
  height: 100%;
  background: #ff682c;
  opacity: 1;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  transition: width 0.3s;
  z-index: -1;
}
.cs-button-6 .cs-icon {
  width: 1.5rem;
  height: auto;
}
.cs-button-6 .cs-icon path {
  transition: fill 0.3s;
}
.cs-button-6:hover {
  color: #fff;
}
.cs-button-6:hover:before {
  width: 100%;
}
.cs-button-6:hover .cs-icon path {
  fill: #fff;
}

/*-- -------------------------- -->
<---          Footer            -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #cs-footer-308 {
    width: 100%;
      padding: var(--sectionPadding);
      background-color: #df3721;
      /* Navigation Links */
  }
  #cs-footer-308 .cs-container {
      width: 100%;
      /* reset on desktop */
      max-width: 43.75rem;
      margin: auto;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 2.5rem;
      margin-top: 3rem;
      margin-bottom: 2rem;
  }
  #cs-footer-308 .cs-logo-group {
      /* takes up all the space, lets the other ul's wrap below it */
      width: 100%;
      position: relative;
  }
  #cs-footer-308 .cs-logo {
      width: 30rem;
      height: auto;
      display: block;
      margin-bottom: 0.5rem;
  }
  #cs-footer-308 .cs-logo-img {
      width: 100%;
      height: auto;
  }
  #cs-footer-308 .cs-logo-img.dark {
      display: none;
  }
  #cs-footer-308 .cs-text {
      /* 14px - 16px */
      font-size: 15px;
      line-height: 1.5em;
      margin-left: 0;
      width: 100%;
      text-align: center;
      /* changes to 305px at desktop */
      max-width: 26.25rem;
      
      color: var(--bodyTextColorWhite);
  }
  #cs-footer-308 .cs-nav {
      width: 100%;
      padding: 0;
      margin: 0;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-direction: column;
      gap: 1rem;
      margin-right: 5rem;
      margin-top: 2%;
  }
  #cs-footer-308 .cs-nav-li {
      list-style: none;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
  }
  #cs-footer-308 .cs-header {
      font-size: 2rem;
      line-height: 1.2em;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 0.75rem;
      margin-left: 2rem;
      color: var(--bodyTextColorWhite);
      position: relative;
      display: block;
  }
  #cs-footer-308 .cs-nav-link {
      font-size: 1.5rem;
      text-decoration: none;
      line-height: 1.5em;
      color: var(--bodyTextColorWhite);
      position: relative;
      display: inline-block;
      transition: color 0.3s;
      padding-left: 10px;
  }
  #cs-footer-308 .cs-nav-link:before {
      /* underline */
      content: "";
      width: 0%;
      height: 0.125rem;
      background: currentColor;
      opacity: 1;
      position: absolute;
      display: block;
      bottom: -0.125rem;
      left: 0;
      transition: width 0.3s;
  }
  #cs-footer-308 .cs-nav-link:hover {
      color: var(--primary);
  }
  #cs-footer-308 .cs-nav-link:hover:before {
      width: 100%;
  }
  #cs-footer-308 .cs-icon {
      width: 1.5rem;
      height: auto;
      margin-right: 0.75rem;
  }
  #cs-footer-308 .cs-bottom {
      max-width: 100rem;
      margin: auto;
      margin-top: 2rem;
      padding-top: 1.5rem;
      border-top: 1px solid #f1f1f1;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  #cs-footer-308 .cs-copyright,
  #cs-footer-308 .cs-copyright-link {
      font-size: 1.5rem;
      line-height: 1.5em;
      color: var(--bodyTextColorWhite);
  }
  #cs-footer-308 .cs-copyright-link {
      text-decoration: none;
      transition: color 0.3s;
  }
  #cs-footer-308 .cs-copyright-link:hover {
      color: var(--primary);
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #cs-footer-308 .cs-container {
      row-gap: 0;
      flex-direction: row;
      justify-content: space-between;
      row-gap: 2.5rem;
  }
  #cs-footer-308 .cs-nav {
      width: auto;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #cs-footer-308 .cs-container {
      max-width: 130rem;
      flex-wrap: nowrap;
      /* align everything to the right */
      justify-content: flex-end;
      column-gap: 7rem;
  }
  #cs-footer-308 .cs-logo-group {
      width: 30%;
      max-width: 24.1875rem;
      /* pushes away from everything to the right */
      margin-right: auto;
  }
  #cs-footer-308 .cs-text {
      width: 100%;
  }
}

                                                    

/*-- -------------------------- -->
<---          Contact           -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #contact-1388 {
      padding: var(--sectionPadding);
      
      position: relative;
      z-index: 1;
      padding-top: 500px;
      
  }
  #contact-1388 .cs-container {
      width: 100%;
      /* changes to 1280px at tablet */
      max-width: 36.5rem;
      margin: auto;
      display: flex;
      justify-content: center;
      align-items: stretch;
      flex-direction: column;
      column-gap: auto;
      /* 48px - 64px */
      gap: clamp(2rem, 3vw, 3rem);
      position: relative;
  }
  #contact-1388 .cs-content {
    margin-top: 20px;
      /* set text align to left if content needs to be left aligned */
      text-align: left;
      width: 100%;
      display: flex;
      flex-direction: column;
      /* centers content horizontally, set to flex-start to left align */
      align-items: flex-start;
  }

  #contact-1388 .cs-title {

      max-width: 23ch;
  }
  #contact-1388 .cs-text {
      margin-bottom: 1rem;
  }
  #contact-1388 .cs-text:last-of-type {
      margin-bottom: 2rem;
  }
  #contact-1388 .cs-ul {
    margin-top: 20px;
      text-align: left;
      width: 100%;
      
      padding: 0;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 1.5rem;
      position: relative;
  }
  #contact-1388 .cs-li {
      list-style: none;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 1.25rem;
  }
  #contact-1388 .cs-li:hover .cs-icon-wrapper {
      transform: scale(1.1);
  }
  #contact-1388 .cs-header {
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.2em;
      margin-bottom: 0.75rem;
      color: var(--headerColor);
      display: block;
  }
  #contact-1388 .cs-link {
      font-size: 1rem;
      line-height: 1.5em;
      text-decoration: none;
      color: #767676;
      display: block;
      position: relative;
  }
  #contact-1388 .cs-link:hover {
      text-decoration: underline;
  }
  #contact-1388 .cs-icon-wrapper {
      width: 3.75rem;
      height: 3.75rem;
      margin: 0;
      border-radius: 50%;
      border: 1px solid #bababa;
      display: flex;
      justify-content: center;
      align-items: center;
      /* prevents flexbox from squishing it */
      flex: none;
      transition: transform 0.3s;
  }
  #contact-1388 .cs-icon {
      width: 1.5rem;
      height: auto;
      display: block;
  }
  #contact-1388 .cs-form {
      width: 100%;
      max-width: 39.375rem;
      /* 24px - 48px top and bottom */
      /* 16px - 48px left and right */
      padding: clamp(1.5rem, 5.18vw, 3rem) clamp(1rem, 4vw, 3rem);
      /* prevents flexbox from affecting height and width */
      box-sizing: border-box;
      background-color: #fff;
      border-radius: 1rem;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center;
      gap: 0.75rem;
  }
  #contact-1388 .cs-h3 {
      /* 20px - 39px */
      font-size: clamp(1.25rem, 3vw, 2.4375rem);
      line-height: 1.2em;
      font-weight: 700;
      margin: 0 0 0.25rem 0;
      color: var(--headerColor);
  }
  #contact-1388 .cs-label {
      /* 14px - 16px */
      font-size: clamp(0.875rem, 1.5vw, 1rem);
      width: 100%;
      color: var(--headerColor);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 0.25rem;
  }
  #contact-1388 .cs-input {
      font-size: 1rem;
      width: 100%;
      height: 3.5rem;
      padding: 0;
      padding-left: 1.5rem;
      color: var(--headerColor);
      background-color: #f7f7f7;
      border-radius: 0.5rem;
      border: none;
      /* prevents padding from adding to height and width */
      box-sizing: border-box;
  }
  #contact-1388 .cs-input::placeholder {
      color: #7d799c;
      opacity: 0.6;
  }
  #contact-1388 .cs-textarea {
      min-height: 7.5rem;
      padding-top: 1.5rem;
      margin-bottom: 0.75rem;
      font-family: inherit;
  }
  #contact-1388 .cs-button-solid {
      font-size: 1rem;
      line-height: 3.5rem;
      text-decoration: none;
      font-weight: 700;
      overflow: hidden;
      margin: 0;
      color: #fff;
      padding: 0 3rem;
      border-radius: 1.875rem;
      background-color: var(--primary);
      display: inline-block;
      position: relative;
      z-index: 1;
      transition: color 0.3s;
  }
  #contact-1388 .cs-button-solid:before {
      content: "";
      position: absolute;
      display: block;
      height: 100%;
      width: 0%;
      background: #1a1a1a;
      opacity: 1;
      top: 0;
      left: 0;
      z-index: -1;
      transition: width 0.3s;
  }
  #contact-1388 .cs-button-solid:hover {
      color: var(--primary);
  }
  #contact-1388 .cs-button-solid:hover:before {
      width: 100%;
  }
  #contact-1388 .cs-submit {
      width: 100%;
      min-width: 12.5rem;
      border: none;
  }
  #contact-1388 .cs-submit:hover {
      color: #fff;
      cursor: pointer;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #contact-1388 .cs-container {
      max-width: 80rem;
      flex-direction: row;
      justify-content: space-between;
      top: 50%;
  }
  #contact-1388 .cs-content {
      width: 47%;
      /* prevents flexbox from squishing it */
      flex: none;
  }
  #contact-1388 .cs-submit {
      width: auto;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #contact-1388 .cs-form {
      width: 46%;
      max-width: 36.125rem;
  }
  #contact-1388 .cs-submit {
      width: auto;
  }
}
/* Large Desktop - 1500px */
@media only screen and (min-width: 93.75rem) {
  #contact-1388 .cs-graphic {
      display: block;
  }
}

                              
#contact-1388 {
 
  padding-top: 100px; 
}

.cs-container {
  width: 400px;
  border-radius: 8px; 
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
  padding: 20px; 
}




.container{
  margin-top: 20px; 
}

@media (max-width: 768px) {
  .recaptScale {
    transform:scale(0.7);
    -webkit-transform:scale(0.7);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }
}


/*-- -------------------------- -->
<---        Promotions          -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #promotions-1567 {
    padding-top: 20px;
  }
  #promotions-1567 .cs-container {
  
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #promotions-1567 .cs-content {
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    height: 100%; 
    text-align: center; 

  }
  #promotions-1567 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16.25rem, 1fr));
    /* 16px - 20px */
    gap: clamp(1rem, 2.4vw, 1.25rem);
  }
  #promotions-1567 .cs-item {
    list-style: none;
    min-height: 16rem;
    /* 40px - 100px */
    padding: clamp(2.5rem, 7vw, 6.25rem) 1rem;
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  #promotions-1567 .cs-item:hover .cs-background img {
    transform: scale(1.2);
  }

  #promotions-1567  .card-height {
    height: 200px; 
    overflow: hidden; 
}
  #promotions-1567 .cs-tag {
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
    color: var(--bodyTextColorWhite);
    display: block;
  }
  #promotions-1567 .cs-h2 {
    font-size: clamp(1.9375rem, 4vw, 2.4375rem);
    line-height: 1.2em;
    font-weight: 700;
    margin: 0 0 1.5rem 0;
    color: white;
    display: block;
  }
  #promotions-1567 .cs-button-solid {
    font-size: 1rem;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #fff;
    min-width: 9.375rem;
    padding: 0 3rem;
    background-color: var(--primary);
    display: inline-block;
    position: relative;
    z-index: 1;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
    transition: color .3s;
  }
  #promotions-1567 .cs-button-solid:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 0%;
    background: #fff;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width .3s;
  }
  #promotions-1567 .cs-button-solid:hover {
    color: var(--headerColor);
  }
  #promotions-1567 .cs-button-solid:hover:before {
    width: 100%;
  }
  #promotions-1567 .cs-background {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #promotions-1567 .cs-background:before {
    /* background color overlay */
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .4;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #promotions-1567 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* Makes img tag act as a background image */
    object-fit: cover;
    transition: transform .6s;
  }
}
                                
                                        
/*-- -------------------------- -->
<---       Our Products        -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #featured_products {
      /* clips bubbles that go off screen */
      overflow: hidden;
      padding: var(--sectionPadding);
      background-color: #ffffff;
      
  }
  #featured_products .cs-container {
      width: 100%;
      max-width: 150rem;
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      /* 48px - 64px */
      gap: clamp(3rem, 6vw, 4rem);
  }
  #featured_products .cs-content {
      /* set text align to left if content needs to be left aligned */
      text-align: center;
      width: 100%;
      display: flex;
      flex-direction: column;
      /* centers content horizontally, set to flex-start to left align */
      align-items: center;
  }
  #featured_products .cs-topper {
      font-size: 40px;
      line-height: 1.2em;
      text-transform: uppercase;
      text-align: inherit;
      letter-spacing: 0.1em;
      font-weight: 700;
      color: #ec3c3c;
      margin-bottom: 0.25rem;
      display: block;
  }
  #featured_products .cs-title {
      font-size: var(--headerFontSize);
      font-weight: 900;
      line-height: 1.2em;
      text-align: inherit;
      max-width: 43.75rem;
      margin: 0 0 1rem 0;
      color: #ffffff;
      position: relative;
  }
  #featured_products .cs-title {
      /* removed at tablet */
      margin: 0 0 2rem 0;
  }
  #featured_products .cs-button-solid {
      font-size: 1rem;
      /* 46px - 56px */
      line-height: clamp(2.875rem, 5.5vw, 3.5rem);
      text-decoration: none;
      font-weight: 700;
      text-align: center;
      margin: 0;
      color: #fff;
      min-width: 9.375rem;
      padding: 0 1.5rem;
      background-color: #ec3c3c;
      border-radius: 0.25rem;
      display: inline-block;
      position: relative;
      z-index: 1;
      /* prevents padding from adding to the width */
      box-sizing: border-box;
  }
  #featured_products .cs-button-solid:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 0%;
      background: #ff6347;
      opacity: 1;
      top: 0;
      left: 0;
      z-index: -1;
      border-radius: 0.25rem;
      transition: width 0.3s;
  }
  #featured_products .cs-button-solid:hover:before {
      width: 100%;
  }
  #featured_products .cs-card-group {
      width: 100%;
      padding: 0;
      margin: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      gap: 1rem;
  }
  #featured_products .cs-item {
      list-style: none;
      width: 100%;
      max-width: 28rem;
      border-radius: 1rem;
      /* clips corners */
      overflow: hidden;
      position: relative;
  }

#featured_products .cs-item:hover .cs-background1 {
    background-color: #fff;
    
}
#featured_products .cs-item:hover .cs-background1 img {
    transform: scale(1.1);
    opacity: 0.9;


}
  #featured_products .cs-item:hover .cs-background2 {
      background-color: #fff;
      
  }
  #featured_products .cs-item:hover .cs-background2 img {
      transform: scale(1.1);
      opacity: 0.9;

  
  }
  
  #featured_products .cs-item:hover .cs-background3 {
    background-color: #fff;
    
}
#featured_products .cs-item:hover .cs-background3 img {
    transform: scale(1.1);
    opacity: 0.9;
}
  #featured_products .cs-item:hover .cs-background4 {
    background-color: #fff;
    
}
#featured_products .cs-item:hover .cs-background4 img {
    transform: scale(1.1);
    opacity: 0.9;


}
  #featured_products .cs-item:hover .cs-name {
      color: var(--secondaryLight);
  }
  #featured_products .cs-info {
      padding: 0.75rem 1rem;
      background-color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      z-index: 10;
  }
  #featured_products .cs-name {
      font-size: 2rem;
      font-weight: 700;
      color: var(--headerColor);
      line-height: 1.2em;
      margin: 0;
      display: block;
      transition: color 0.3s;
      text-align: center;
  }
  #featured_products .cs-job {
      /* 14px - 16px */
      font-size: clamp(0.875rem, 1.5vw, 1rem);
      line-height: 1.5em;
      color: var(--bodyTextColor);
      display: block;
  }

  #featured_products .cs-background1 {
    width: 100%;
    height: 21.25rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: background-color 0.3s;
}
#featured_products .cs-background1 img {
    position: relative;
    height: auto;
    width: 70%;
    /* makes it behave like a background imahe */
    object-fit: contain;
    /* makes the image position itself at the top of the parent */
    object-position: center;
    transition:
        transform 0.6s,
        opacity 0.3s;
}

#featured_products .cs-background2 {
    width: 100%;
    height: 21.25rem;
    overflow: hidden;
    display: block;
    position: relative;
    transition: background-color 0.3s;
}
#featured_products .cs-background2 img {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
    /* makes it behave like a background imahe */
    object-fit: cover;
    /* makes the image position itself at the top of the parent */
    object-position: center;
    transition:
        transform 0.6s,
        opacity 0.3s;
}
#featured_products .cs-background3 {
  width: 100%;
  height: 21.25rem;
  overflow: hidden;
  display: block;
  position: relative;
  transition: background-color 0.3s;
}
#featured_products .cs-background3 img {
  position: absolute;
  top: 0;
  left: 0;
  height: 90%;
  width: 90%;
  /* makes it behave like a background imahe */
  object-fit: cover;
  /* makes the image position itself at the top of the parent */
  object-position: center;
  transition:
      transform 0.6s,
      opacity 0.3s;
}
  #featured_products .cs-background4 {
      width: 100%;
      height: 21.25rem;
      overflow: hidden;
      display: block;
      position: relative;
      transition: background-color 0.3s;
  }
  #featured_products .cs-background4 img {
      position: absolute;
      top: 0;
      left: 40px;
      height: 100%;
      width: 100%;
      /* makes it behave like a background imahe */
      object-fit: cover;
      /* makes the image position itself at the top of the parent */
      object-position: center;
      transition:
          transform 0.6s,
          opacity 0.3s;
  }
 

  #featured_products .cs-bubbles {
      display: none;
  }
}
/* Tablet - 700px */
@media only screen and (min-width: 43.75rem) {
  #featured_products .cs-content {
      text-align: left;
      width: 100%;
      /* makes it match the max-width of the card group */
      max-width: 44.25rem;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-end;
  }
  #featured_products .cs-title {
      margin: 0;
  }
  #featured_products .cs-card-group {
      flex-direction: row;
      flex-wrap: wrap;
      width: 100%;
  }
  #featured_products .cs-item {
      width: 48.8%;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #featured_products .cs-content {
      max-width: 100%;
  }
  #featured_products .cs-card-group {
      flex-wrap: nowrap;
      justify-content: space-between;
  }
  #featured_products .cs-item {
      /* stretch the list items as far as they can go, and the gap property on the parent will space them apart */
      width: 100%;
  }
  #featured_products .cs-background {
      /* 250px - 335px */
      height: clamp(15.625rem, 25vw, 20.9375rem);
  }
  #featured_products .cs-bubbles {
      display: block;
      position: absolute;
  }
  #featured_products .cs-bubbles-small {
      width: 13.875rem;
      height: 9.5rem;
      left: -21.875rem;
      top: -3.125rem;
  }
  #featured_products .cs-bubbles-small:before {
      /* circle 1 */
      content: "";
      width: 8.75rem;
      height: 8.75rem;
      border-radius: 50%;
      background: #fff;
      opacity: 1;
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      animation-name: floatAnimation2;
      animation-duration: 6s;
      animation-timing-function: ease-in-out;
      animation-fill-mode: forwards;
      animation-iteration-count: infinite;
  }
  #featured_products .cs-bubbles-small:after {
      /* circle 2 */
      content: "";
      width: 7.3125rem;
      height: 7.3125rem;
      border-radius: 50%;
      background: #fff;
      opacity: 1;
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      animation-name: floatAnimation;
      animation-duration: 20s;
      animation-timing-function: ease-in-out;
      animation-fill-mode: forwards;
      animation-iteration-count: infinite;
  }
  #featured_products .cs-bubbles-big {
      width: 19.75rem;
      height: 24.125rem;
      right: -22.875rem;
      bottom: -6.25rem;
  }
  #featured_products .cs-bubbles-big:before {
      /* circle 1 */
      content: "";
      width: 5.875rem;
      height: 5.875rem;
      border-radius: 50%;
      background: #fff;
      opacity: 1;
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      animation-name: floatAnimation2;
      animation-duration: 6s;
      animation-timing-function: ease-in-out;
      animation-fill-mode: forwards;
      animation-iteration-count: infinite;
  }
  #featured_products .cs-bubbles-big:after {
      /* circle 2 */
      content: "";
      width: 5.875rem;
      height: 5.875rem;
      border-radius: 50%;
      background: #fff;
      opacity: 1;
      position: absolute;
      display: block;
      top: 4.375rem;
      right: 3.75rem;
      animation-name: floatAnimation;
      animation-duration: 20s;
      animation-timing-function: ease-in-out;
      animation-fill-mode: forwards;
      animation-iteration-count: infinite;
  }
  #featured_products .cs-bubbles-big2 {
      width: 13.1875rem;
      height: 13.1875rem;
      border-radius: 50%;
      background: #fff;
      opacity: 1;
      position: absolute;
      display: block;
      bottom: 1.4375rem;
      left: 0.1875rem;
      animation-name: floatAnimation;
      animation-duration: 14s;
      animation-timing-function: ease-in-out;
      animation-fill-mode: forwards;
      animation-iteration-count: infinite;
  }
  #featured_products .cs-bubbles-big2:before {
      /* second bubble */
      content: "";
      width: 9.875rem;
      height: 9.875rem;
      border-radius: 50%;
      background: #fff;
      opacity: 1;
      position: absolute;
      display: block;
      bottom: -4.6875rem;
      right: -4.6875rem;
      animation-name: floatAnimation2;
      animation-duration: 6s;
      animation-timing-function: ease-in-out;
      animation-fill-mode: forwards;
      animation-iteration-count: infinite;
  }
  @keyframes floatAnimation {
      0% {
          transform: translateY(0);
      }
      50% {
          transform: translateY(-2em);
      }
      100% {
          transform: translateY(0);
      }
  }
  @keyframes floatAnimation2 {
      0% {
          transform: translateY(0);
      }
      50% {
          transform: translateY(-1em);
      }
      100% {
          transform: translateY(0);
      }
  }
}

.error-message {
  color: red;
  font-size: 12px;
}

                              
  .accordion-button {
    margin-top: 10px;
    background-color: #f8f9fa;
    color: black; 
    font-weight: normal; 
    border: 1px solid #ddd; 
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    
}



.accordion-button:not(.collapsed) {
    background-color: #e9ecef;
    color: black;

}


.accordion-button::after {
    content: none; 
}


.faq-question {
    font-size: 16px; 
}


.faq-answer {
    font-size: 18px; 
}
/*-- -------------------------- -->
<---            FAQ             -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #faq-1193 {
        padding: var(--sectionPadding);
        position: relative;
        overflow: hidden;
    }
    #faq-1193 .cs-container {
        width: 100%;
        /* chnages to 1280px at desktop */
        max-width: 36.5rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* 40px - 48px */
        gap: clamp(2.5rem, 5vw, 3rem);
    }
    #faq-1193 .cs-content {
        text-align: left;
        max-width: 100rem;
    }

    #faq-1193 .cs-title {
      font-size: 26px;
        /* 20 characters wide including spaces */
        max-width: 20ch;
        margin: 0 0 2rem 0;
    }
    #faq-1193 .cs-faq-group {
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 1rem;
    }
    #faq-1193 .cs-faq-item {
        list-style: none;
        width: 100%;
        background-color: #f7f7f7;
        padding: 1.25rem;
        box-sizing: border-box;
        transition: border-bottom 0.3s;
    }
    #faq-1193 .cs-faq-item.active {
        border-color: var(--primaryLight);
    }
    #faq-1193 .cs-faq-item.active .cs-button {
        color: red;
    }
    #faq-1193 .cs-faq-item.active .cs-button:before {
        background-color: var(--primaryLight);
        transform: rotate(315deg);
    }
    #faq-1193 .cs-faq-item.active .cs-button:after {
        background-color: var(--primaryLight);
        transform: rotate(-315deg);
    }
    #faq-1193 .cs-faq-item.active .cs-item-p {
        height: auto;
        padding-top: 1rem;
        opacity: 1;
    }
    #faq-1193 .cs-button {
        /* 16px - 20px */
        font-size: clamp(1rem, 2vw, 1.25rem);
        line-height: 1.2em;
        text-align: left;
        font-weight: bold;
        padding: 0;
        border: none;
        background: transparent;
        color: var(--headerColor);
        display: block;
        width: 100%;
        position: relative;
        transition:
            background-color 0.3s,
            color 0.3s;
    }
    #faq-1193 .cs-button:hover {
        cursor: pointer;
    }
    #faq-1193 .cs-button:before {
        /* left line */
        content: "";
        width: 0.5rem;
        height: 0.125rem;
        background-color: var(--headerColor);
        opacity: 1;
        border-radius: 50%;
        position: absolute;
        display: block;
        top: 45%;
        right: 0.25rem;
        transform: rotate(45deg);
        /* animate the transform from the left side of the x axis, and the center of the y */
        transform-origin: left center;
        transition: transform 0.5s;
    }
    #faq-1193 .cs-button:after {
        /* right line */
        content: "";
        width: 0.5rem;
        height: 0.125rem;
        background-color: var(--headerColor);
        opacity: 1;
        border-radius: 50%;
        position: absolute;
        display: block;
        top: 45%;
        right: 0.0625rem;
        transform: rotate(-45deg);
        /* animate the transform from the right side of the x axis, and the center of the y */
        transform-origin: right center;
        transition: transform 0.5s;
    }
    #faq-1193 .cs-button-text {
      font-size: 17px;
        width: 90%;
        display: block;
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    #faq-1193 .cs-item-p {
    
        font-size: 15px; 
       
        line-height: 1.2em; 
        font-family: inherit; 
        width: 90%;
        max-width: 100%;
        height: 0;
        margin: 0;
        padding: 0;
        opacity: 0;
        color: var(--headerColor);
        overflow: hidden;
        transition:
            opacity 0.3s,
            padding-bottom 0.3s;
    
    }
    #faq-1193 .cs-image-group {
        /* we use ems for everything in the container so they pull their value for em from the font size of this parent instead of the root element (html). This font size scales with the view width of the screen and stops when the font size equals the value of 1em (16px) and stops growing */
        font-size: min(2.43vw, 1em);
        width: 37.375em;
        height: 42.375em;
        display: block;
        position: relative;
    }
    #faq-1193 .cs-picture {
        display: block;
        position: absolute;
        z-index: 1;
    }
    #faq-1193 .cs-picture1 {
        width: 32.625em;
        height: 38.0625em;
        top: 0;
        left: 0;
    }
    #faq-1193 .cs-picture1 img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    #faq-1193 .cs-picture2 {
        width: 25em;
        height: 40.625em;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        bottom: 0;
        right: 0;
    }
    #faq-1193 .cs-picture2 img {
        width: auto;
        height: 100%;
        max-height: 40.625rem;
        object-fit: contain;
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #faq-1193 .cs-container {
        max-width: 130rem;
        flex-direction: row;
      
       justify-content: left;
    }
    #faq-1193 .cs-content {
        width: 70%;
    }
    #faq-1193 .cs-image-group {
        font-size: min(1.4vw, 1em);
        height: auto;
        min-height: 42.375rem;
    }
    #faq-1193 .cs-picture1 {
        height: 90%;
    }
}

/*-- -------------------------- -->
<---            Success         -->
<--- -------------------------- -*/


body.success {
  background-color: #f8f9fa;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  padding-top: 80px;
}
.success-container {
  background-color: #ffffff;
  max-width: 600px;
  margin: auto;
  padding: 50px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  animation: fadeIn 0.6s ease-out;
}
.success-icon {
  font-size: 70px;
  color: #28a745;
  margin-bottom: 20px;
}
.btn-primary {
  padding: 10px 25px;
  font-size: 16px;
  border-radius: 30px;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
/*-- -------------------------- -->
<---           notification      -->
<--- -------------------------- -*/


.notification-badge {
  position: absolute;
  top: -5px;
  right: 240px; 
  background-color: red;
  color: white;
  border-radius: 50%;  
  width: 20px;   
  height: 20px;  
  display: flex;
  justify-content: center;
  align-items: center; 
  font-size: 12px;
  padding: 0; 
}



.card-img-top {
  max-height: 200px;
  object-fit: cover;
}

.card-title {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.card-text {
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
}

.btn-sm {
  font-size: 0.8rem;
}

.alert {
  font-size: 1.1rem;
}

.form-control-sm {
  width: 60px;
  display: inline-block;
}

.card-header {
  font-weight: bold;
  font-size: 0.9rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .col-md-3 img {
      max-height: 80px;
  }

  .card-body {
      padding: 0.75rem;
  }

  .card-title {
      font-size: 0.9rem;
  }

  .btn-sm {
      font-size: 0.7rem;
      padding: 0.2rem 0.4rem;
  }

  .card-header {
      font-size: 0.8rem;
  }

  .card-text {
      font-size: 0.8rem;
  }
}
.star-rating {
  display: inline-flex;
  flex-direction: row-reverse; 
}

.star-rating input[type="radio"] {
  display: none;
}

.star-rating label.star-label {
  font-size: 2rem;
  color: #ccc;
  cursor: pointer;
  user-select: none;
  transition: color 0.2s ease-in-out;
}


.star-rating label.star-label:hover,
.star-rating label.star-label:hover ~ label.star-label {
  color: gold;
}


.star-rating input[type="radio"]:checked ~ label.star-label {
  color: gold;
}


.form-group label {
  font-size: 1.2rem;
}

textarea.form-control {
  font-size: 1.2rem;
}


button.btn.btn-primary {
  font-size: 1.1rem;
  padding: 12px 18px; 
}

#contact-1387 {
  padding-top: 20px;
  font-size: 1rem;
}

#contact-1387 h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #007bff;
}

#contact-1387 .table th,
#contact-1387 .table td {
  vertical-align: middle !important;
  font-size: 1.4rem;
}

#contact-1387 .btn-sm {
  font-size: 0.95rem;
  padding: 6px 10px;
}

#contact-1387 .paginator {
  margin-top: 30px;
  font-size: 1rem;
}

#contact-1387 .dataTables_wrapper .dataTables_filter input {
  font-size: 1rem;
}

.list-group-item:hover {
  background-color: #ffc107 !important; /* orange-yellowish */
  color: white;
}
.list-group-item.active {
  background-color: orange !important;
  border-color: orange;
  color: white !important;
}