@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500&family=Montserrat:wght@500;600;700&display=swap');
:root {
  --blue: #125D98;
  --gradient: linear-gradient(267.07deg, #F5A962 4.15%, #FBCB9F 100%);
  --orange: #F5A962;
  --first: 'Montserrat', sans-serif;
  --second: 'Hind', sans-serif;
}
/* CSS Document */
* {
  scroll-padding-top: 80px;
  transition: all 0.3s ease-in-out;
}
input:focus, a:focus button:focus, .btn:focus {
  outline: none;
}
html {
  scroll-behavior: smooth;
}
main {
  padding-bottom: 20px;
}
/*NAVIGATION*/
@keyframes rightSlide {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(125%, 0, 0);
    transform: translate3d(125%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 2rem 2rem;
  background-color: var(--blue);
  color: white;
  border-bottom: 1px solid var(--orange);
  transition: all 2s;
  /*	height: 100px;*/
}
nav {
  padding-left: 1rem;
  background-color: var(--blue);
  height: auto;
  transition: all 1s ease-in;
}
nav ul {
  list-style-type: none;
  font-variant: small-caps;
  margin-block: 0;
  padding-inline-start: 0;
}
header img {
  margin-right: 1.5rem;
}
header .btn {
  font-family: var(--first);
  font-weight: 600;
  font-size: calc(14px + 0.2vw);
  line-height: calc(20px + 0.6vw);
  background: var(--gradient);
  color: var(--blue);
  border-radius: 100px;
  padding: 0.5rem 1.5rem;
  width: fit-content;
  position: relative;
}
header nav li {
  margin-right: 1rem;
}
header nav li > a {
  font-family: var(--first);
  font-weight: 600;
  font-size: calc(14px + 0.2vw);
  line-height: calc(20px + 0.6vw);
  padding: 0.4rem 1.2rem;
  border-radius: 5px;
  transition: all 0.1s ease-in;
}
.nav-link.active {
  background: var(--gradient);
  color: var(--blue);
  /*    transition: 0.3s ease-in;*/
  animation: hover 0.1s forwards;
}
nav a:hover {
  color: rgba(255, 255, 255, 0.6);
  animation: hover 0.1s forwards;
}
/*NAVIGATION-END*/
/*HERO*/
#hero {
  background-color: var(--blue);
  overflow: hidden;
}
@media (max-width: 768px) {
  #hero {}
}
#hero h2 {
  font-family: var(--first);
  color: var(--orange);
  font-weight: 600;
  font-size: calc(18px + 0.6vw);
  line-height: calc(20px + 0.6vw);
}
#hero h1 {
  font-family: var(--first);
  color: white;
  font-weight: 700;
  font-size: calc(50px + 0.6vw);
  line-height: calc(55px + 0.6vw);
}
#hero p {
  font-family: var(--second);
  color: white;
  font-weight: 400;
  font-size: calc(14px + 0.2vw);
  line-height: calc(20px + 0.6vw);
}
#hero .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--first);
  font-weight: 700;
  font-size: calc(14px + 0.6vw);
  background: var(--gradient);
  color: var(--blue);
  border-radius: 68px;
  padding: 1rem 5rem;
  text-align: center;
  width: fit-content;
}
#hero .circle {
  background-image: url("assets/large/semi-circle.png");
  background-repeat: no-repeat;
  background-position-y: -100px;
  background-position-x: 200px;
}
#hero img {
  overflow: hidden;
  max-width: fit-content;
  position: relative;
}
@media (max-width: 768px) {
  #hero img {
    max-width: none;
    width: 100%
  }
}
.filler {
  position: relative;
  background-color: white;
  height: 44px;
  border-radius: 60px 60px 0 0;
  top: -43px;
  width: -webkit-fill-available;
}
/*HERO-END*/
/*OURSTAIRLIFTS*/
#ourStairlifts article {
  padding: 2rem 1rem;
}
#ourStairlifts #sec1 {
  background-image: url(assets/large/v-dots.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-origin: content-box;
}
#ourStairlifts #sec2 {
  background-image: url("assets/large/sprinkles.png");
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
  background-origin: padding-box;
}
#ourStairlifts #sec3 {
  background-image: url("assets/large/lines.png");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: 78px;
  background-origin: padding-box;
}
#ourStairlifts h1 {
  font-family: var(--first);
  color: var(--blue);
  font-weight: 700;
  font-size: calc(30px + 0.6vw);
  line-height: calc(40px + 0.6vw);
  text-align: center;
}
#ourStairlifts h2 {
  font-family: var(--first);
  color: var(--blue);
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  padding-bottom: 8px;
}
#ourStairlifts h3 {
  font-family: var(--first);
  color: var(--blue);
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  padding-bottom: 1px;
}
#ourStairlifts {
  width: 100%
}
#ourStairlifts article {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1rem;
  z-index: 1;
}
#ourStairlifts article > div {
  max-width: 1000px;
  margin: 0 auto;
}
#ourStairlifts p {
  font-family: var(--second);
  color: black;
  font-weight: 400;
  font-size: calc(14px + 0.2vw);
  line-height: calc(20px + 0.6vw);
  text-align: center;
}
#ourStairlifts h4 {
  font-family: var(--first);
  color: var(--blue);
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  padding-bottom: 8px;
  border-bottom: 2px solid #BBD0E1;
}
#ourStairlifts img {
  width: fit-content;
  margin: 0 auto;
}
#ourStairlifts .need {
  width: 100%;
  background: var(--gradient);
  margin-top: 10rem;
}
#ourStairlifts .card {
  background: white;
  width: fit-content;
  position: relative;
  box-shadow: 0px 10px 30px 10px rgba(0, 0, 0, 0.15);
  border-radius: 60px;
  top: -125px;
  padding: 3rem 6rem;
  margin: -88px 1rem;
  max-width: 1000px;
}
#ourStairlifts .card img {
  max-width: 70%;
}
#ourStairlifts .need .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--first);
  font-weight: 700;
  font-size: 16px;
  background: var(--gradient);
  color: var(--blue);
  border: 3px solid white;
  border-radius: 68px;
  padding: 1rem 0;
  margin-bottom: 2rem;
  text-align: center;
  z-index: 1;
}
/*OURSTAIRLIFTS-END*/
/*STAIRLIFTS*/
#stairlifts #sec1 {
  background-image: url(assets/large/v-dots.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-origin: content-box;
  background-size: 160px;
}
#stairlifts #sec2 {
  background-image: url("assets/large/sprinkles.png");
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
  background-origin: border-box;
  background-size: 420px;
}
#stairlifts #sec3 {
  background-image: url("assets/large/lines.png");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-origin: border-box;
  background-size: 430px;
}
#stairlifts section {
  max-width: 1000px;
  margin: 0 auto;
}
#stairlifts img {
  width: -webkit-fill-available;
  max-width: 435px;
  justify-self: center;
}
#stairlifts h1 {
  font-family: var(--first);
  color: var(--blue);
  font-weight: 700;
  font-size: calc(30px + 0.6vw);
  line-height: calc(40px + 0.6vw);
  text-align: center;
}
#stairlifts h2 {
  font-family: var(--first);
  color: var(--blue);
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-align: left;
  padding-bottom: 1rem;
}
#stairlifts h3 {
  font-family: var(--first);
  color: var(--blue);
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: left;
  padding-bottom: 1px;
}
#stairlifts h4 {
  font-family: var(--first);
  color: var(--blue);
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  padding-bottom: 8px;
  border-bottom: 2px solid #BBD0E1;
}
#stairlifts h8 {
  font-family: var(--second);
  color: black;
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  text-align: left;
  padding: 8px 0px;
}
#stairlifts article {
  max-width: 1000px;
  margin: 0 auto;
}
#stairlifts p {
  font-family: var(--second);
  color: black;
  font-weight: 400;
  font-size: calc(14px + 0.2vw);
  line-height: calc(20px + 0.3vw);
  padding: 8px 0;
}
#stairlifts .btn1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--first);
  font-weight: 600;
  background: var(--gradient);
  color: var(--blue);
  border-radius: 100px;
  padding: 0.5rem 1.5rem;
  text-align: center;
}
#stairlifts .btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--first);
  font-weight: 600;
  background: white;
  color: var(--blue);
  border: 2px solid var(--blue);
  border-radius: 100px;
  padding: 0.5rem 1.5rem;
  text-align: center;
}
/*STAIRLIFTS-END*/
/*CONTACT-FORM*/
#contact section {
  max-width: 1400px;
  margin: auto;
}
#contact h1 {
  font-family: var(--first);
  color: var(--blue);
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
}
#contact article {
  max-width: 1000px;
  margin: 0 auto;
}
#contact p {
  font-family: var(--second);
  color: black;
  font-weight: 400;
  font-size: calc(14px + 0.2vw);
  line-height: calc(20px + 0.6vw);
  text-align: left;
  padding: 8px 0;
}
#contact .img-cont {
  background-image: url("assets/large/map.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-origin: content-box;
  background-size: cover;
  max-width: 1000px;
  height: 230px;
  width: -webkit-fill-available;
}
/*CONTACT-END*/
/*TESTIMONIALS*/
#testimonials {
  max-width: 1400px;
  margin: 0 auto;
  background-image: url("assets/large/arc-dots.png");
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
  background-origin: content-box;
  background-size: 275px;
}
#testimonials h3 {
  font-family: var(--first);
  color: var(--blue);
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  padding-bottom: 8px;
  margin-bottom: 2rem;
  border-bottom: 2px solid #BBD0E1;
}
#testimonials h4 {
  font-family: var(--second);
  color: black;
  font-weight: 500;
  font-size: calc(14px + 0.6vw);
  line-height: calc(22px + 0.6vw);
  text-align: left;
  padding-bottom: 1px;
}
#testimonials ul li {
  font-family: var(--first);
  font-weight: 700;
}
@-webkit-keyframes rightSlide {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(125%, 0, 0);
    transform: translate3d(125%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rightSlide {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(125%, 0, 0);
    transform: translate3d(125%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes leftSlide {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-125%, 0, 0);
    transform: translate3d(-125%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes leftSlide {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-125%, 0, 0);
    transform: translate3d(-125%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes outLeft {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: .75;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-125%, 0, 0);
    transform: translate3d(125%, 0, 0);
  }
}
@keyframes outLeft {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: .75;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-125%, 0, 0);
    transform: translate3d(125%, 0, 0);
  }
}
@-webkit-keyframes outRight {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: .75;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-125%, 0, 0);
    transform: translate3d(-125%, 0, 0);
  }
}
@keyframes outRight {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: .75;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-125%, 0, 0);
    transform: translate3d(-125%, 0, 0);
  }
}
.gold-arrow {
  background-color: transparent;
  background-image: url(/assets/imgs/about/quote-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 35px;
  width: 10%;
  max-width: 70px;
  min-height: 35px;
  height: auto;
  aspect-ratio: 1;
  border: none;
}
.quote {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  opacity: 0;
}
.quote.active {
  opacity: 1;
}
.quote.active.right-slide {
  -webkit-animation-name: rightSlide;
  animation-name: rightSlide;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  opacity: 1;
  z-index: 1;
}
.quote.active.left-slide {
  -webkit-animation-name: leftSlide;
  animation-name: leftSlide;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  opacity: 1;
  z-index: 1;
}
.quote.out-right {
  -webkit-animation-name: outRight;
  animation-name: outRight;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}
.quote.out-left {
  -webkit-animation-name: outLeft;
  animation-name: outLeft;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}
.quote-indicator {
  align-self: center;
  cursor: pointer;
  margin: 0 8px;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.quote-indicator.active {
  border: 1px solid;
  border-color: black;
}
.dot-fill {
  display: block;
  margin: 3px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: var(--blue);
}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: 0;
}
/* Next & previous buttons */
.prev, .next {
  display: flex;
  margin: auto;
  cursor: pointer;
  width: auto;
  /*  padding: 1px 10px;*/
  color: var(--blue);
  font-weight: bold;
  transition: 0.6s ease;
  border-radius: 50px;
  user-select: none;
  /*  background-color: rgba(0, 0, 0, 0.4);*/
}
.prev:focus, .next:focus {
  outline: none;
}
.material-icons {
  font-size: 30px !important;
}
/* Position the "next button" to the right */
.next {
  right: 0;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}
@keyframes fade {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}
/*TESTIMONIALS-END*/
/*CONTACTFORM*/
#contact-form {
  max-width: 1400px;
  margin: 0 auto;
}
#contact-form {
  background-image: url(assets/large/v-dots.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-origin: content-box;
  background-size: 180px;
}
#contact-form h3 {
  font-family: var(--first);
  color: var(--blue);
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  padding-bottom: 8px;
  margin-bottom: 2rem;
  border-bottom: 2px solid #BBD0E1;
}
#contact-form p {
  font-family: var(--second);
  color: black;
  font-weight: 400;
  font-size: calc(14px + 0.2vw);
  line-height: calc(20px + 0.6vw);
  text-align: center;
  padding-bottom: 2rem;
}
#contact-form form {
  max-width: 900px;
  margin: 0 auto;
}
#contact-form label {
  margin-bottom: 20px;
}
#contact-form input {
  height: 50px;
  padding: 1px 0;
  border: 2px solid #125D98;
  border-radius: 12px;
  background: none;
  padding-left: 10px;
  width: 100%;
  background-color: white;
}
/* Change the white to any color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
#contact-form .input_img {
  display: flex;
  align-items: center;
  border: 2px solid #125D98;
  border-radius: 12px 0 0 12px;
  padding: 9px;
  max-height: 50px;
  width: 50px;
}
#contact-form .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--first);
  font-weight: 600;
  background: var(--gradient);
  color: var(--blue);
  border-radius: 100px;
  padding: 1rem 0.5rem;
  width: 100%;
  text-align: center;
}
/*CONTACTFORM-END*/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 5; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  max-height: 100%;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  padding-top: 30px;
  box-shadow: none;
}
/* Modal Content/Box */
#myModal h1 {
  color: white;
  font-family: var(--first);
  font-weight: 400;
  font-size: 48px;
  line-height: 65px;
}
#myModal p {
  color: white;
  font-family: var(--first);
  font-weight: 500;
  font-size: calc(14px + 0.3vw);
  line-height: calc(15px + 0.4vw);
}
.modal-content {
  background-color: var(--blue);
  /*  color: var(--second-color);*/
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  text-align: center;
  align-items: center;
  max-width: 700px;
}
.modal-content .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: var(--blue);
  width: 180px;
  height: 44px;
  font-family: var(--first);
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  border-radius: 52px;
  /*    padding: 12px 85px;*/
}
/* The Close Button */
.modalClose {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.modalClose:hover, .modalClose:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/*Terms styling*/
.generic-content {
  font-family: var(--first-font);
  color: var(--first-color);
  padding: 0 4rem;
}
.generic-content h1 {
  font-size: calc(30px + 0.6vw);
}
.generic-content h2 {
  font-size: calc(20px + 0.6vw);
}
.generic-content p, .generic-content ol {
  padding-bottom: 1rem;
}
/*Terms-END*/
/*FOOTER*/
footer {
  background-color: var(--blue);
  border-radius: 60px 60px 0 0;
  padding: 29px 6rem 2rem 6rem;
}
footer #sec2 {
  background-image: url(assets/large/v-logo.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-origin: content-box;
}
@media (max-width: 420px) {
  footer {
    padding: 4rem 2rem;
  }
}
footer img {
  max-width: fit-content;
}
footer ul {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem
}
footer p {
  font-family: var(--first);
  color: white;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
}
footer .ft-link {
  font-family: var(--first);
  color: white;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
}
footer .main {
  font-family: var(--first);
  color: #F5A962;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
}
/*FOOTER-END*/