

@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@300;500;600;700&family=Playfair+Display:wght@500;700&display=swap');
    
:root {
  --burgundy: #5D2A42;
  --sand: #FDF9EC;
  --tan: #FFF3CC;
  --mukta: 'Mukta', sans-serif;
  --playfair: 'Playfair Display', serif;
  --shadow:  4px 4px #88888825
}



/*----------Global--------------*/
/*Universal Styles*/

body {
	background-color: var(--sand);
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

h1, h2 {
	color: var(--burgundy);
	font-family: var(--playfair);
    font-weight: 700;
}

h3, h4, h5, h6, p, a {
    color: var(--burgundy);
	font-family: var(--mukta);
}

h3, h4, h5 {
    font-weight: 700;
} 

p {
    font-weight: 500;
    font-size: calc(100% + 0.25rem);
}

a  {
    font-weight: 700;
    font-size: calc(100% + .75rem);
    text-decoration: none;
}


.card-footer a:link {
	color: var(--burgundy);
}

.card-footer a:visited {
    opaciy: 0.8;
}
/*Hover*/
.card-footer a:hover {
    color: var(--burgundy);
    border-bottom: 2px solid var(--burgundy);
    opacity: 1;
    transition: 0.2s;
}
/*Selected*/
.card-footer a:active {
    color: var(--burgundy);
    border-bottom: 2px solid var(--burgundy);
    transition: 0.2s ease-in-out;
}

/*Swups*/
.transition-fade {
  transition: 0.1s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}

label {
    color: var(--burgundy);
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}

.z-1 {
    z-index: -1;
}
.z3 {
    z-index: 3;
}
.z5 {
    z-index: 5;
}
.z7 {
    z-index: 7;
}
.z9 {
    z-index: 9;
}
.navbar {
    background-color:white;
    box-shadow: var(--shadow);
    padding: 1em 5em 1em 5em;
    width: calc(100%+20px);
}

.navbar .navbar-brand img {
    height: 100%;
    max-height: 50px;
    max-width: 50px;
}
.navbar-brand {
    height: 50px;
    width: 50px;
}
.navbar .contact{
    margin-right: 0.5em;
}
.navbar-light .navbar-nav .nav-linkk {
    font-size: calc(100% + .75em);
	padding-right: 1em;
    border-bottom: 2px solid transparent;
}

.navbar-light .navbar-nav .nav-item {
	color: var(--burgundy);
    
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:link {
	color: var(--burgundy);
    
}

.navbar-light .navbar-nav .nav-link:visited {
    opaciy: 0.8;
}
/*Hover*/
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--burgundy)!important;
    border-bottom: 2px solid var(--burgundy)!important;
    opacity: 1;
    transition: 0.2s;
}
/*Selected*/
.navbar-light .navbar-nav .nav-link:active {
    color: var(--burgundy)!important;
    transition: 0.2s;
}

.navbar .contact:link {
    color: var(--burgundy)!important;
    text-decoration: none;
}
.navbar .contact:active {
    color: var(--burgundy)!important;
    text-decoration: none;
}
.navbar .contact:hover {
    color: var(--burgundy)!important;
    opacity: 1;
    transition: 0.2s;
}
.navbar .contact:visited{
    opacity: 0.8;
}
footer a:active {
    color: var(--burgundy)!important;
    border-bottom: 2px solid var(--burgundy)!important;
    transition: 0.2s;
}

footer {
    background-color: white;
    color: var(--burgundy);
    font-weight: 300px;
    padding: 1em;
}
footer span {
    font-size: calc(100% - 0.25em);
}
footer img {
    max-height: 50px;
    max-width: 50px;
}
footer ul {
    list-style-type: none;
    padding-left:0 ;
}
footer li {
    line-height: 0.75rem;
}
footer li a{
    font-size: calc(100% - 0.25em);
}
footer h6 {
    font-size: calc(100% + 0.125em);
    border-bottom: 1px solid var(--burgundy);
}

footer a{
    font-size: calc(100% - 0.125em);
}





/* Button*/
.btn-primary {
    color: var(--sand);
    background-color: var(--burgundy);
    border: 3px solid var(--sand);
    border-radius: 8px;
    box-shadow: var(--shadow);
    font-size: 24px;
    font-weight: 800;
}
.btn-secondary {
    color: var(--burgundy);
    background-color: var(--tan);
    border: 3px solid var(--burgundy);
    border-radius: 8px;
    box-shadow: var(--shadow);
    font-size: 24px;
    font-weight: 800;
}



/*Selected*/
.btn-primary:active, .btn-primary:focus, .btn-primary:hover  {
    color: var(--burgundy)!important;
    background-color: var(--sand)!important;
    border: 3px solid var(--burgundy)!important;
    border-radius: 8px!important;
    box-shadow: var(--shadow)!important;
    transition: 0.2s!important;
}
.btn-secondary:active, .btn-secondary:focus,  .btn-secondary:hover {
    color: var(--tan)!important;
    background-color: var(--burgundy)!important;
    border: 3px solid var(--tan)!important;
    border-radius: 8px!important;
    box-shadow: var(--shadow)!important;
    transition: 0.2s!important;
}

/*Hover*/
/*
.btn-primary:hover {
    color: var(--burgundy);
    background-color: var(--sand);
    border: var(--burgundy);
    border-radius: 8px;
    box-shadow: var(--shadow);
    transition: 0.2s;
}
.btn-secondary:hover {
    color: var(--sand);
    background-color: var(--burgundy);
    border: var(--sand);
    border-radius: 8px;
    box-shadow: var(--shadow);
    font-size: 1.125em;
    transition: 0.2s;
}
*/

/*
.container {
    max-width: 1440px;
}
*/


.tan {
    color: var(--tan);
}



/*MAIN PAGE*/ /*MAIN PAGE*/ /*MAIN PAGE*/ /*MAIN PAGE*/ /*MAIN PAGE*/ /*MAIN PAGE*/
/*Above The Fold*/
.hero {
    max-height: 900px;
}
.hero-card h2 {
    font-family: var(--mukta);
}
.hero-card {
    background-color: white ;
    border-radius: 8px;
    box-shadow: var(--shadow);
    margin: 3em;
    padding:1em 2em;

}

.hero-card label {
    margin: 0;
}

.hero-card .form-control {
    border-radius: 8px;
    border: 3px solid var(--burgundy);
    margin: 0 0 1.25em 0;
}
.hero-img img {
    height: auto;
    width: 90%;
    padding: 1em;
    overflow: hidden;
    border-radius: 8px;
    background-color: white;
    margin-top: 8em;
    box-shadow: var(--shadow);
}
.hero-text {
    font-size: calc(100% = 2rem);
}
.hero .middle {
    margin: 25% 0 0 0;
}

.hero-btn {
    font-size: calc(100% + 0.5rem);
    margin-top: 1rem;
}

.hero-section {
    background-image: url("assets/svg/transparent-stairlift.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

/*Dynamic Box Background*/
.svg-container {
    z-index: -2;
    margin: 0 0 -52em 0;
    opacity: 0.3;
}

/*Section 2 Info*/


.section-2 {
    margin-top: calc(100vh/16);
    margin-bottom: calc(100vh/16);
}

.section-2 > p {
    margin-top: 1.5em;
    max-width: 580px;
}

.section-2 .container {
    background-color: white;
    border-radius: 8px;
    box-shadow: var(--shadow);
    max-width: 560px;
 
    padding: 1.5rem;
}


.section-2 .card {
    border-radius: 8px;
    border: 3px solid var(--tan);
    box-shadow: var(--shadow);
    max-height: 140px;
    max-width: 240px;
}




/*Section 3 Stairlift */


.section-3 {
    padding: 5em 0 5em 0;
    background-image:  url("assets/svg/transparentleaf-background.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.section-3 h1 {
    color: var(--sand);
}

.section-3 p {
   max-width:unset;
}
.section-3 .stairlift-img {
    max-height:300px;
    width:auto;
}

.section-3 .card {
    border-radius: 8px;
    box-shadow: var(--shadow);
    margin: 1.5em 0 1.5em 0;
    max-width: 640px;
}

.section-3 .card-title {
    padding: 1em 1.25em
}
.section-3 .card-body {
    padding: 0em 1.25em;
}

.section-3 h4 {
    background-color: var(--burgundy);
    border-radius: 8px;
    color: var(--sand);
    padding: 0 0.5em;
}

.section-3 .card-footer {
    border: none;
    background-color: var(--tan);
}

/*Hero Card Background-Frame*/
.background-frame #frame-purple {
    top:  10%;
    width: 90%;
}

.background-frame #frame-tan {
    top: 20%;
    width: 90%;
}

/*Background Frame*/
#middle-tan {
    top:-40%;
    width: 100%;
}


#middle-purple {
    top:-40%;
    width: 100%;

}


#end-tan {
    bottom: -25px;
    width: 100%;
}

#end-purple {
    bottom: -25px;
    width: 100%;
}


/*
@media only screen and (max-width: 1366px) {
    #middle-tan {
        top:-40%;
    }
    #middle-purple {
        top:-40%; 
    }
}


@media only screen and (max-width: 1280px) {
    #middle-tan {
        top:-40%;
        width: 100%;
    }
    #middle-purple {
        top:-40%;
        width: 100%;
    }
}

*/
@media only screen and (max-width: 1080px) {
    #middle-purple {
        top:-25%;
        width: 100%;
    }
}

@media only screen and (max-width: 980px) {
    #middle-purple {
        top:-25%;
        width: 100%;
    }
}



/*Leaf SVG CSS*/
#leaf-main-container img {
    padding: 0!important;
    overflow: visible!important;
    background-color: transparent;
    margin-top: 8em!important;
    box-shadow: none!important;
    filter: drop-shadow(3px -4px 4px rgba(0,0,0,0.2));

}

#leaf1, #leaf2, #leaf3, #leaf4, #leaf5, #leaf6, #leaf7 {
    position: absolute;
}

#leaf-main-container #leaf1 {
    height: auto;
    top: 66%;
    left: 80%;
    max-width: 7%;
}
#leaf-main-container #leaf2 {
    top: 86%;
    left: 64%;
    max-width: 5%;
    animation: clockwise2 3s infinite alternate-reverse ease-in-out;
}
#leaf-main-container #leaf3 {
    top: 85%;
    left: 75%;
    max-width: 6%;
    animation: clockwise1 5s infinite alternate-reverse ease-in-out;
}
#leaf-main-container #leaf4 {
    top: 71%;
    left: 75%;
    max-width: 9%;
    animation: counter-clockwise2 4s infinite alternate-reverse;
}
#leaf-main-container #leaf5 {
    top: 64%;
    left: 76%;
    max-width: 16%;
    animation: clockwise2 6s infinite alternate-reverse ease-in-out;
}
#leaf-main-container #leaf6 {
    top: 77%;
    left: 65%;
    max-width: 10%;
}
#leaf-main-container #leaf7 {
    top: 71%;
    left: 54%;
    max-width: 14%;
    animation: counter-clockwise2 6s infinite alternate-reverse;
}

@keyframes clockwise1 {
    from {
        transform: translateY(-10px) rotate(0deg);
    }
    to {
        transform: translateY(30px) rotate(-30deg);
    }
}

@keyframes clockwise2 {
    from {
        transform: translateY(20px) rotate(0deg);
    }
    to {
        transform: translateY(10px) rotate(-30deg);
    }
}

@keyframes counter-clockwise1 {
    from {
        transform: translateY(20px) rotate(0deg);
    }
    to {
        transform: translateY(10px) rotate( 25deg);
    }
}

@keyframes counter-clockwise2 {
    from {
        transform: translateY(20px) rotate(0deg);
    }
    to {
        transform: translateY(10px) rotate(20deg);
    }
}


#homeleaf1, #homeleaf2, #homeleaf3, #homeleaf4, #homeleaf5, #homeleaf6, #homeleaf7, #homeleaf8, #homeleaf9 {
    position: absolute;
}
#leaf-main-container #homeleaf1 {
    top: -16%;
    left: 32%;
    max-width: 14%;
}
#leaf-main-container #homeleaf2 {
    top: -16%;
    left: 30%;
    max-width: 10%;
    animation: clockwise2 7s infinite alternate-reverse ease-in-out;
}
#leaf-main-container #homeleaf3 {
    top: 56%;
    left: 86%;
    max-width: 8%;
}
#leaf-main-container #homeleaf4 {
    top: 51%;
    left: 79%;
    max-width: 9%;
    animation: counter-clockwise2 4s infinite alternate-reverse ease-in-out;
}
#leaf-main-container #homeleaf5 {
    top: 4%;
    left: 62%;
    max-width: 16%;    animation: clockwise2 5s infinite alternate-reverse ease-in-out;
}
#leaf-main-container #homeleaf6 {
    top: -26%;
    left: -3%;
    max-width: 10%;
    animation: clockwise1 8s infinite alternate-reverse ease-in-out
}
#leaf-main-container #homeleaf7 {
    top: -24%;
    left: -4%;
    max-width: 14%;
    animation: counter-clockwise1 6s infinite alternate-reverse ease-in-out;
}
#leaf-main-container #homeleaf8 {
    top: 4%;
    left: 62%;
    max-width: 14%;
}
#leaf-main-container #homeleaf9 {
    top: 56%;
    left: 78%;
    max-width: 6%;
}


/*Section-4*/


.section-4 {
    padding: 5em 0 5em 0;
}

.section-4 .form-container {
    background-color:white;
    border-radius: 8px;
    box-shadow: var(--shadow);
    margin:  0 2em 2em 2em;
    padding:2em 1em 2em 1em;
}

.section-4 label {
    margin: 0;
}

.section-4 .form-container .form-control {
    border-radius: 8px;
    border: 3px solid var(--burgundy);
    margin: 0 0 1.25em 0;
}

.section-4 {
    margin: 1rem;
}

.section-4 p {
    margin-bottom: 1.5rem;
}

.section-4 .right-container {
    padding: 2em;
}


/*ABOUT PAGE*/ /*ABOUT PAGE*/ /*ABOUT PAGE*/ /*ABOUT PAGE*/ /*ABOUT PAGE*/ /*ABOUT PAGE*/ 
/*Section-1*/
.about-1 {
    padding-top: 10%;
}
.about-1 .img-icon {
    color: var(--burgundy);
    width: 50px;
    height: auto;
    margin:2em 0 2em 0;
}
.about-fun-facts {
    background-color: white;
    box-shadow: var(--shadow);
    padding: 1em 0 1em 0;
    max-height:480px;
    max-width: 460px;
    border-radius: 8px;
}
.about-fun-facts .about-fun-facts-info {
    padding: 0.5em 2em 0.5em 0;
    font-family: var(--mukta);
}

/*Dynamic Box Background*/
.about-svg-container #frame-tan{
    z-index: -1;
    top: -10%;
    left: 20%;
    position: absolute;

}
.about-svg-container #frame-purple{
    z-index: -1;
    top: -15%;
    left: 5%;
    position: absolute;
}


/*Section 2 Info*/
.about-2 {
    padding-top: 3em;
    margin: 3em 0;
    background-image: url("assets/svg/transparent-about-background.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.about-2 .row {
    margin: 2.75em 0 2.75em 0;
}

.about-2 .innovate{
    background-color: white;
    border: 3px solid var(--tan);
    border-radius: 8px;
    box-shadow: var(--shadow);
    padding: 0.5em;
    font-size: calc(100% + 1.5rem);
}

.about-2 .card {
    font-size: 1.5em;
    border: 3px solid var(--tan);
    border-radius: 8px;
    box-shadow: var(--shadow);
    max-height: 140px;
    max-width: 240px;
}

/*Background Frame*/
/*Background Frame*/
#about-tan {
    top: -80%;
}

#about-tan img {
    height: auto;
    width: 100%;
    aspect-ratio: 1/1;
}

#about-purple {
    top: -65%;
}

#about-purple img {
    height: auto;
    width: 100%;
    aspect-ratio: 1/1;
}

@media only screen and (max-width: 1366px) {
        #about-tan {
        top: -70%;
    }
        #about-purple {
        top: -50%;
    }
}

@media only screen and (max-width: 1280px) {
        #about-tan {
        top: -60%;
    }
        #about-purple {
        top: -45%;
    }
}

@media only screen and (max-width: 1040px) {
        #about-tan {
        top: -50%;
    }
        #about-purple {
        top: -40%;
    }
}

@media only screen and (max-width: 980px) {
        #about-tan {
        top: -50%;
    }
        #about-purple {
        top: -35%;
    }
}


/*About Leaf*/
/*Refer to main section for keyframes animation*/
#leaf-about-container #leaf1 {
    width: 3em;
    top: 101%;
    left: -1%;
}
#leaf-about-container #leaf2 {
    top: 104%;
    left: -2%;
    width: 2.5em;
    animation: clockwise2 7s infinite alternate-reverse ease-in-out;
}
#leaf-about-container #leaf3 {
    top: 84%;
    left: 11%;
    width: 3em;
    animation: clockwise1 5s infinite alternate-reverse ease-in-out;
}
#leaf-about-container #leaf4 {
    top: 82%;
    left: 3%;
    width: 5em;
    animation: counter-clockwise2 6s infinite alternate-reverse ease-in-out;
}

/*Section 3 Stairlift */


.about-3 {
padding: 5em 0 5em 0;
margin-top: 10em;
}

.about-3 h1{
    padding: 0 0 2em 0;
}





/*SERVICE PAGE*/ /*SERVICE PAGE*/ /*SERVICE PAGE*/ /*SERVICE PAGE*/ /*SERVICE PAGE*/
/*Section-1*/
.service-1 {
    padding: 5em 4em 0 4em;
}
.service-1 img {
    color: var(--burgundy);
    width: 50px;
    height: auto;
    margin:2em 0 2em 0;
}
.service-1 .service-statement {
    max-width: 480px;
}
.service-statement h1 {
    margin: 2em 0 1em 0;
}
.service-statement h5 {
    margin-top: 1em 0 1em 0;
}
.service-survey img {
    width: 80%;
    height: auto;
    background-color:white;
    border-radius: 8px;
    padding: 2em;
    margin-left:2em;
}
/*Dynamic Box Background*/
.service-svg-container {
    overflow: visible;
}

#service-svg-tan {
    top: -5%;
    left: 6%;
}

#service-svg-tan {
    height: auto;
    width: 100%;
    aspect-ratio: 1/1;
}
#service-svg-purple {
}
#service-svg-purple {
    height: auto;
    width: 100%;
    aspect-ratio: 1/1;
}

/*Section 2 Info*/

.service-2 {
    padding: 5em 3em 5em 3em;
    margin: 10em 0 0 0;
    background-image: url("assets/svg/transparent-service-section2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    overflow: visible;
}
.service-2 .row {
    margin: 2.75em 0 2.75em 0;
}

.service-2 .aftercare{
    color: var(--tan);
    padding: 1em;
}


.service-2 .card {
    font-size: 0.8em;
    border:none;
    border-radius: 8px;
    box-shadow: var(--shadow);
    padding: 1.5rem 1em;
    margin: 1rem 0;
}

.service-2 .card-body {
    margin: 0.325em;
    padding: 0;
}

/*Background Frame*/
#service-tan {
    top: 5%;
    left: 0;
}

#service-tan img {
    height: auto;
    aspect-ratio: 1/1;
    width: 100%;
}

#service-purple {
    top: 30%;
    left: 0%;
}
#service-purple img {
    height: auto;
    aspect-ratio: 1/1;
    width: 100%;
}

@media only screen and (max-width: 1366px) {
    #service-tan {
        top: 10%;
        left: 0;
    }
    #service-purple {
        top: 50%;
        left: 0%;
    }
}
@media only screen and (max-width: 1280px) {
    #service-tan {
        top: 10%;
        left: 0;
    }
    #service-purple {
        top: 60%;
        left: 0%;
    }
}

@media only screen and (max-width: 1040px) {
    #service-tan {
        top: 10%;
        left: 0;
    }
    #service-purple {
        top: 70%;
        left: 0%;
    }
}
@media only screen and (max-width: 980px) {
    #service-tan {
        top: 10%;
        left: 0;
    }
    #service-purple {
        top: 80%;
        left: 0%;
    }
}


/*Service Leaf*/
/*Refer to main section for keyframes animation*/
#leaf-service-container #leaf1 {
    width: 3em;
    top: 111%;
    left: 29%;
}
#leaf-service-container #leaf2 {
    top: 123%;
    left: 5%;
    width: 4em;
    animation: counter-clockwise2 4s infinite alternate-reverse ease-in-out;
}
#leaf-service-container #leaf3 {
    top: 72%;
    left: 38%;
    width: 4em;
    animation: clockwise2 5s infinite alternate-reverse ease-in-out;
}
#leaf-service-container #leaf4 {
    top: 72%;
    left: -1%;
    width: 7em;
    animation: counter-clockwise1 6s infinite alternate-reverse ease-in-out;
}


/*Section-3 Customer Reviews*/
.service-3 {
    padding: 5em 3.5em 5em 3.5em;
    min-height: 580px;
    background-image: url("assets/svg/transparent-service-section3.svg");
    background-repeat: no-repeat;
    background-size: contain;
    overflow: visible;
}
.service-3 .card {
    padding: 3em;
}
.service-3 .carousel {
    border: unset;
    box-shadow: var(--shadow);

}
.service-3 .card-footer{
    background-color: white;
    border: none;
    
}
.service-3 .carousel-prev{
    position: unset;
    color: var(--burgundy);
    background-color: var(--tan);
    border: none;
    border-radius: 8px;
    box-shadow: var(--shadow);
    opacity: 100%;
    font-size: 1.125em;
    padding: 0.5em;
}
.service-3 .carousel-next{
    position: unset;
    background-color: var(--tan);
    border: none;
    border-radius: 8px;
    box-shadow: var(--shadow);
    opacity: 100%;
    font-size: 1.125em;
    padding: 0.5em;
}
.service-3 .service-reviews-control{
    padding-right: 3em;
}
.service-reviews-control h1{
    padding-right: 2em;
    color:var(--tan);
}
/*Section 4 Service,Repairs,Procedure */


.service-4 {
padding: 5em 3.5em 5em 3.5em;
}


.service-4 p{
max-width: 500px;    
}




/*STAIRLIFT PAGE*/ /*STAIRLIFT PAGE*/ /*STAIRLIFT PAGE*/ /*STAIRLIFT PAGE*/ /*STAIRLIFT PAGE*/ /*STAIRLIFT PAGE*/ 
/*Section-1*/
.stairlift-1 {
    padding-top: 1em;
}
.stairlift-1 .row{
    padding-top: 3em;
}


/*Dynamic Box Background*/
.stairlift-svg-container {
    z-index: -1;
    position: absolute;
    top: -20%;
}


/*Section 2 Info*/
.stairlift-2 {
    background-image: url("assets/svg/transparent-stairlift.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
.stairlift-2 .stairlift-img {
    width: auto;
    max-height: 500px;
}
.stairlift-2 h2 {
    background-color: var(--burgundy);
    color: var(--sand);
    padding: 0 0.25em 0 0.25em;
    border-radius: 8px;
}
.stairlift-2 .row {
    margin: 2.75em 0 2.75em 0;
}

.stairlift-2 .card {
    border:none;
    border-radius: 8px;
    box-shadow: var(--shadow);
    margin-top: 1em;
    max-width: 500px;
}

.stairlift-2 .card-title {
    padding: 1.2rem;
    margin-bottom: 0;
}

.stairlift-2 .card-body {
    padding: 0.2rem 1.2rem;
}
/*Background Frame*/
/*Background Frame*/
#stairlift-tan {
    top: 0;
    width: 100%;
    left:0;
}

#stairlift-purple {
    top: 0;
    width: 100%;
    left:0;
}

/*
@media only screen and (max-width: 1366px) {
        #stairlift-tan {
        top: -10%;
    }
        #stairlift-purple {
        top: -10%;
    }
}

@media only screen and (max-width: 1280px) {
        #stairlift-tan {
        top: -10%;
        width: 100%;
        aspect-ratio: 1/1;
    }
        #stairlift-purple {
        top: -10%;
        width: 100%;
        left:0;
    }
}

@media only screen and (max-width: 1040px) {
        #stairlift-tan {
        top: -10%;
        width: 100%;
        left:0;
    }
        #stairlift-purple {
        top: -10%;    
        width: 100%;
        left:0;
    }
}
@media only screen and (max-width: 980px) {
        #stairlift-tan {
        top: -10%;
        left:0;
        width: 100%;
}
        #stairlift-purple {
        top: -10%;
        left:0;
        width: 100%;}
}

*/


#stairlift-end-tan {
    bottom: -25px;
    width: 100%;
    left:0;
}

#stairlift-end-purple {
    bottom: -25px;
    width: 100%;
    left:0;
}
/*Section 3 Stairlift */


.stairlift-3 {

    padding: 5em 0 5em 0;
}

.stairlift-3{
    background-image: url("assets/svg/transparent-stairlift.svg");
    background-repeat: repeat;
    background-size: cover;
}

.stairlift-3 h2 {
    margin:2rem;
    font-size: calc(100% + 0.75rem);
}

.stairlift-3 .card {
    padding: 1rem;
    border: 3px solid var(--tan);
    box-shadow: var(--shadow);
    border-radius: 8px;
    margin:2rem;
}

.stairlift-3 ul{
    color: var(--burgundy);
}


/*Leaf Stairlift*
/*Refer to main section for keyframes animation*/
#leaf-stairlift-container #leaf1 {
    width: 3em;
    top: -36%;
    left: 90%;
}
#leaf-stairlift-container #leaf2 {
    top: -36%;
    left: -10%;
    width: 3em;
    animation: counter-clockwise2 4s infinite alternate-reverse ease-in-out;
}
#leaf-stairlift-container #leaf3 {
    top: -48%;
    left: 90%;
    width: 3em;
    animation: clockwise2 5s infinite alternate-reverse ease-in-out;
}
#leaf-stairlift-container #leaf4 {
    top: -48%;
    left: -14%;
    width: 5em;
    animation: counter-clockwise1 6s infinite alternate-reverse ease-in-out;
}

.bg-burgundy {
    background-color: var(--burgundy);
    height: calc(100vh - 80vh);
}

.circle{
    width: calc(100vw - 70vw);
    height:calc(100vh - 88vh);
    border-radius:50px;
    background:white;
}

.generic-content h1 {
    font-family: unset;
    color: black;
    font-size: calc(100% + 1.5rem);
    margin: 0 auto;
}
.generic-content h3 {
    font-family: unset;
    color: black;
    font-size: unset;
}
.generic-content p {
    font-family: unset;
    color: black;
    font-size: unset;
}
.generic-content ol {
    font-family: unset;
    color: black;
    font-size: unset;
}
.generic-content ol li {
    font-family: unset;
    color: black;
    font-size: unset;
}

/*Modal Validation*/
.close {
    font-size: calc(1rem + 0.6vw);
}
.modal {
    background-color: #FDF9EC1A;
    border-color: #5D2A42;
    outline: 0;
    transition: 0.2s ease-in-out;
    box-shadow: 0 0 0 0.2rem #FFE7E8;
}
.modal-dialog {
    margin: calc(100vh - 60vh) auto;
}
.modal-content {
    background-color:#FDF9EC;
    border:2px solid #FFF3CC;
    outline: 0;
    box-shadow: 0 0 0 0.2rem;
}
.modal-header {
    padding: 0.5rem;
    border-bottom: 2px solid #FDF9EC;
}
.modal-body p{
    padding: calc(1rem + 1vw);
    font-weight: 500;
    font-style: italic;
    font-size: calc(0.6rem + 0.8vw);
}