/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#hero {
  position: relative;
  min-height: 504px;
  display: flex;
  align-items: center;
}
#hero h1 {
  margin-bottom: 24px;
}
#hero h1, #hero h2, #hero h3, #hero h4, #hero h5, #hero h6, #hero p {
  color: #FFFFFF;
}
#hero h1, #hero h2, #hero h3, #hero h4, #hero h5, #hero h6 {
  font-weight: 600;
}
#hero .hero-desktop {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
}
#hero .hero-desktop img {
  min-height: 705px;
  height: 100% !important;
  object-fit: cover;
}
#hero .hero-mobile {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
}
#hero .hero-mobile img {
  min-height: 504px;
  height: 100% !important;
  object-fit: cover;
}
#hero .container-content {
  position: relative;
  padding-top: 40px;
}
#hero .main-paragraph {
  font-weight: 600;
  max-width: 1064px;
  font-size: clamp(1.125rem, 18px + (24 - 18) * (100vw - 320px) / 1600, 1.5rem) !important;
  line-height: clamp(2rem, 32px + (40 - 32) * (100vw - 320px) / 1600, 2.5rem) !important;
}
@media screen and (min-width: 1025px) {
  #hero {
    display: block;
  }
  #hero,
  #hero .hero-desktop {
    min-height: 705px;
  }
  #hero .hero-mobile {
    min-height: 504px;
  }
  #hero .container-content {
    padding-top: 380px;
  }
}

/*Breadcrumb*/
#breadcrumb {
  background: #FFC60A;
}
#breadcrumb a {
  color: #2F2F2F !important;
}
#breadcrumb .icon-home {
  color: #1A1A1A;
}
#breadcrumb .separator {
  padding-left: 5px;
  padding-right: 5px;
}
#breadcrumb p {
  font: normal normal 600 16px/40px "Roobert", "sans-serif";
}
@media screen and (min-width: 1025px) {
  #breadcrumb {
    height: 56px;
    display: flex;
    align-items: center;
  }
}

/*Flexibility*/
#flexibility {
  padding-top: 4em;
  padding-bottom: 3em;
}
#flexibility h2 {
  font-weight: 600;
}
#flexibility p.title {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: clamp(1.125rem, 18px + (30 - 18) * (100vw - 320px) / 1600, 1.875rem) !important;
  line-height: clamp(2rem, 32px + (40 - 32) * (100vw - 320px) / 1600, 2.5rem) !important;
}
#flexibility .card {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5em;
}
@media screen and (min-width: 1025px) {
  #flexibility {
    padding-top: 8em;
    padding-bottom: 5em;
  }
  #flexibility .card {
    margin-bottom: 0;
  }
  #flexibility .container-card-content {
    padding-right: 30px;
  }
  #flexibility p.title {
    margin-bottom: 20px;
  }
}

/*Upscale*/
#upscale {
  background: #F8F8F8;
  padding-top: 4em;
  padding-bottom: 4em;
}
#upscale ul {
  font-size: clamp(1rem, 16px + (18 - 16) * (100vw - 320px) / 1600, 1.125rem) !important;
  line-height: clamp(1.625rem, 26px + (34 - 26) * (100vw - 320px) / 1600, 2.125rem) !important;
  list-style: none;
  padding-left: 0;
}
#upscale ul li {
  font-weight: 600;
  position: relative;
  padding-left: 28px;
}
#upscale ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  background-color: #FFC60A;
  border-radius: 50%;
}
@media screen and (min-width: 1025px) {
  #upscale ul li::before {
    top: 10px;
  }
}
#upscale h1, #upscale h2, #upscale h3, #upscale h4, #upscale h5, #upscale h6 {
  font-weight: 600;
}
#upscale .container-buttons {
  gap: 18px;
}
#upscale ul {
  margin-top: 1.5em;
}
#upscale .owl-dots {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 3em;
}
#upscale .owl-dot span {
  width: 23px;
  height: 23px;
}
#upscale .owl-dot.active span {
  background: #FFC60A;
  opacity: 1;
}
#upscale .owl-dot span {
  background: #FFC60A;
  opacity: 0.34;
}
#upscale img {
  border-radius: 25px;
}
#upscale h2.h2-alt {
  max-width: 534px;
}
@media screen and (min-width: 1025px) {
  #upscale {
    padding-top: 7em;
    padding-bottom: 7em;
  }
  #upscale .owl-dot.active span {
    background: #869791;
  }
  #upscale .owl-dot span {
    background: #D6D6D6;
  }
  #upscale .owl-dots {
    position: absolute;
    bottom: 7%;
    margin-top: unset;
  }
}

/*Services*/
#services {
  padding-top: 4em;
  padding-bottom: 4em;
}
#services h2 {
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  #services {
    padding-top: 7em;
    padding-bottom: 7em;
  }
}

/*Downtown*/
#downtown {
  background: #F8F8F8;
  padding-top: 4em;
  padding-bottom: 4em;
}
#downtown h2 {
  font-weight: 600;
}
#downtown ul {
  font-size: clamp(1rem, 16px + (18 - 16) * (100vw - 320px) / 1600, 1.125rem) !important;
  line-height: clamp(1.625rem, 26px + (34 - 26) * (100vw - 320px) / 1600, 2.125rem) !important;
  list-style: none;
  padding-left: 0;
}
#downtown ul li {
  font-weight: 600;
  position: relative;
  padding-left: 28px;
}
#downtown ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  background-color: #FFC60A;
  border-radius: 50%;
}
@media screen and (min-width: 1025px) {
  #downtown ul li::before {
    top: 10px;
  }
}
#downtown ul {
  margin-top: 1em;
}
@media screen and (min-width: 1025px) {
  #downtown {
    padding-top: 8em;
    padding-bottom: 5em;
  }
}

/*Review*/
#reviews {
  background: #2F2F2F;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding-top: 4em;
  padding-bottom: 4em;
}
#reviews .read-more {
  color: #FFC60A !important;
  text-decoration: underline;
  cursor: pointer;
}
#reviews h1, #reviews h2, #reviews h3, #reviews h4, #reviews h5, #reviews h6 {
  font-weight: 600;
}
#reviews h1, #reviews h2, #reviews h3, #reviews h4, #reviews h5, #reviews h6, #reviews p {
  color: #FFFFFF;
}
#reviews .icon-star {
  color: #FFC60A;
  font-size: 20px;
}
#reviews .carousel-item {
  border: 2px solid #FFFFFF;
  border-radius: 16px;
  text-align: center;
  padding: 45px 30px;
}
#reviews .carousel-item p {
  font-size: clamp(1rem, 16px + (20 - 16) * (100vw - 320px) / 1600, 1.25rem) !important;
  line-height: clamp(1.625rem, 26px + (36 - 26) * (100vw - 320px) / 1600, 2.25rem) !important;
}
#reviews .container-stars {
  gap: 7px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
#reviews .main-container-top p {
  margin-top: 2em;
}
#reviews .owl-dots {
  margin-top: 4em;
}
#reviews .owl-dot.active span {
  background: #FFC60A;
  opacity: 1;
}
#reviews .owl-dot span {
  background: #FFC60A;
  opacity: 0.34;
  width: 23px;
  height: 23px;
}
@media screen and (min-width: 1025px) {
  #reviews {
    padding-top: 5em;
    padding-bottom: 7em;
  }
  #reviews .carousel-item {
    padding: 58px 45px;
  }
}

/*Get*/
#get {
  background: #FFC60A;
  padding-top: 4em;
  padding-bottom: 4em;
}
#get h1, #get h2, #get h3, #get h4, #get h5, #get h6 {
  font-weight: 600;
}
#get .common-button {
  width: fit-content;
}
#get .common-button:hover {
  background: #2F2F2F;
  color: #FFFFFF;
}
#get .main-paragraph {
  max-width: 945px;
}
#get .container-buttons {
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  #get {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  #get .main-paragraph {
    font-weight: 600;
  }
  #get .common-button {
    width: 100%;
  }
}