*{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
:root {
    --PrimaryAccent: #12477E;
    --SecondaryAccent: #1B7ADA;
    --Black: #14110F;
    --White: #fff;
}
/*
* {
  border: 2px solid blue !important;
}
  */
body{
    /*Page Load animation*/
    animation:transitionIn 0.75s;
    /*Removes Horizontal Scrolling*/
    overflow-x: hidden !important;
    max-width: 100%;
    background: url("../images/plantBack.jpg")rgba(255, 255, 255, 0.93);
    background-repeat: repeat;
    background-blend-mode: overlay;

}

html, body {
  overflow-x: hidden;
}
@media (min-width:2300px){
    html{
    background-color: var(--SecondaryAccent);
    display: flex;
    align-items: center;
    justify-content: center;
    }
    body{
        max-width: 2300px;
    }
}
/*Page Load animation*/
@keyframes transitionIn {
    from {
        opacity:0;
        transform: rotateX(-10deg);
    }

    to {
        opacity:1;
        transform: rotate(0);
    }
}

/*Makes longer words responsive*/
.text-wrap {
    word-wrap: break-word; /* Break long words */
    overflow-wrap: break-word; /* Alternative property for breaking long words */
}

/* Navbar animated Burger Menu Adapted from https://github.com/haydn5/animated-navigation-safari-fix/tree/main */

.navbar-light{
        background-color: #fff;
}
.nav-link:hover,.dropdown-item:hover{               
    color: var(--SecondaryAccent) !important;
}   

.nav-link,.dropdown-item {
    color: var(--PrimaryAccent) !important;
    transition: 0.3s;
    font-family: "Alegreya Sans SC", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.nav-link i{
    font-size: 15px;
}
.navbar-brand h2{
    color: var(--PrimaryAccent);
    font-size: 40px;
    margin-bottom: 0px;
}
@media (max-width:1330px){
    .nav-link {
        font-size: 20px;
    }
}
@media (max-width:1160px){
    .navbar-brand h2{
        font-size: 30px;
    }
}
@media (max-width:990px){
    .navbar-brand h2{
        color: var(--PrimaryAccent);
        font-size: 56px;
    }
    .nav-link {
        font-size: 24px;
    }
}
@media (max-width:560px){
    .navbar-brand h2{
        color: var(--PrimaryAccent);
        font-size: 40px;
    }
}
@media (max-width:420px){
    .navbar-brand h2{
        color: var(--PrimaryAccent);
        font-size: 24px;
    }
}


h1,h2,h3,h4,h5,h6{
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 700;
  font-style: normal;

}
.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
    border: 0 !important;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none !important;
    border: 0 !important;
    position: relative;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: var(--Black);
    border-radius: 1px;
    border: 0 !important;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.middle-bar {
    margin-top: 0px;
}

/* State when the navbar is collapsed */

.navbar-toggler.collapsed .top-bar {
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    position: absolute;
    top: 10px;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    position: absolute;
    top: 20px;
    transform: rotate(0deg);
}

/* when navigation is clicked */

.navbar-toggler .top-bar {
    top: inherit;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    top: inherit;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    top: inherit;
    transform: rotate(-135deg);
}

/* Color of 3 lines */

.navbar-toggler.collapsed .toggler-icon {
    background: linear-gradient( 263deg, var(--PrimaryAccent) 0%, var(--PrimaryAccent) 100% );
}

@media (max-width:273px){
    .navbar-toggler{
        margin-inline: auto;
    }
    .navbar-brand{
        margin-right: 0px;
    }
    .navbar-brand h2{
        text-align: center;
    }
}


.heroSection{
    padding-inline: 64px;
    padding-block: 32px;
}
@media (max-width:540px){
    .heroSection {
    padding-inline: 0px !important;
    margin-inline:5% !important;
    }
}
.heroSection h2{
    color: var(--PrimaryAccent);
    font-size: 60px;
    padding-bottom: 36px;
}
@media (max-width: 1367px){
     .heroSection h2.homepageh2 {
        color: var(--PrimaryAccent);
        font-size: 58px;
        padding-bottom: 36px;
    }
}
@media (max-width: 1301px){
    .heroSection h2.homepageh2 {
        color: var(--PrimaryAccent);
        font-size: 60px;
        padding-bottom: 36px;
    }
}
@media (max-width:415px){
.heroSection h2, .heroSection h2.homepageh2{
    color: var(--PrimaryAccent);
    font-size: 48px;
    padding-bottom: 36px;
}
}
@media (max-width:350px){
.heroSection h2, .heroSection h2.homepageh2{
    font-size: 36px;
}

}
.locationPin{
    height: 20px;
    width: auto;
    padding-left: 0px;
    padding-bottom: 4px;
}
.textS .location{
    font-weight: 600;
    padding-bottom: 4px;
}
.heroShopImage{
    position: relative;
    padding: 20px;
}
.heroShopImage .shopImage{
    max-height: 500px;
    border-radius: 9px;
    transition: 0.4s;
}
@media (max-width:1300px){
.heroShopImage .shopImage {
    max-height: 400px;
    border-radius: 9px;
    transition: 0.4s;
}
.heroShopImage{
    padding: 0px;
}
}
@media (max-width:991px){
.heroShopImage{
    margin-top: 64px;
}
}


@media (max-width:701px){
.heroShopImage{
     padding-right: 0px
}
}

@media (max-width:540px){
    .heroShopImage .shopImage {
         max-width: 100%;
    }
    .heroShopImage{
    padding: 0px;
    max-width: 90%;
    }   
}

.heroPara{
    padding-bottom: 36px;
    padding-right: 20%;
    margin-bottom: 0px;
}

.ImageS {
    display: flex;
    align-items: center;
    justify-content: center;
}

.heroSection .heading{
    position: relative;
}
.heroSection .stroke{
    position: absolute;
    bottom: -5px;
    left: -20px;
    width: 100%;
}
@media (max-width:861px){
    .heroSection .stroke{
        left: -10px;
    }
}

.action-container {
      display: flex;
      flex-direction: row;
      gap: 16px;
      height: 48px;
      align-items: flex-start;
      z-index: 3;
    }
@media (max-width:350px){
.action-container {
      display: flex;
      flex-direction: column;
      gap: 16px;
      height: 48px;
      align-items: flex-start;
      z-index: 3;
    }
}

    .btn-custom-1 {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 8px 20px;
      gap: 8px;
      width: 135px;
      height: 48px;
      background: #12477E;
      border: 1px solid #12477E;
      color: #FFFFFF;
      font-family: 'Alegreya Sans SC', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      transition: 0.4s ease-in-out;
    }
    .btn-custom-1:hover {
      background: #ffffff!important;
      border: 1px solid #12477E!important;
      color: #12477E!important;
      transform: scale(1.05);
    }

    .btn-custom-2 {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 8px 20px;
      gap: 8px;
      width: 143px;
      height: 48px;
      background: transparent;
      border: 1px solid #12477E;
      color: #12477E;
      font-family: 'Alegreya Sans SC', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
            transition: 0.4s ease-in-out;

    }

    .btn-custom-2:hover {
      background: #12477E !important;
      border: 1px solid #fff!important;
      color: #fff!important;
      transform: scale(1.05);
    }

.reviewsWidget{
margin-top: 48px;
  padding: 10px;
  border-radius: 60px;
  max-width: fit-content;
  display: flex;
  justify-content: start;
  align-items: center;
}
.reviewsWidget .google, .reviewsWidget .approved{
  display: flex;
  justify-content: start;
  align-items: center;
}
@media(max-width:400px){
  .reviewsWidget{
    max-width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 64px;
  }
  .approved{
    margin-top: 32px;
  }
}

.reviewsWidget p{
 font-size: 12px;
}
.reviewsWidget p{
 font-size: 12px;
 margin-right: 24px;
}
.reviewsWidget img{
  height: 50px;
  margin-right: 12px;
}

.heroSection .ImageS{
    position: relative;
}
.heroSection .ImageS .tape2{
    position: absolute;
    left:-10%;
    top:3%;
    width: 40%;
    rotate: -35deg;

}
.heroSection .ImageS .tape1{
    position: absolute;
    right:-10%;
    bottom:3%;
    width: 50%;
    rotate: -35deg;

}
/*Explore Section*/
.exploreTitleSection{
    text-align: center;
    display: flex;
    justify-content: center;
}
.exploreTitleSection .heading{
    width: auto;
}
.exploreTitleSection .heading{
    position: relative;
}
.exploreTitleSection .stroke{
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
}
.exploreTitleSection .star1{
    position: absolute;
    top: -5px;
    left: -15%;
        width: 18%
}
.exploreTitleSection .star3{
    position: absolute;
    top: -5px;
    right: -15%;
        width: 18%
}
@media (max-width:770px){
    .exploreTitleSection .stroke{
         width: 70%;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
    .exploreTitleSection .star1{
        position: absolute;
        top: 70px;
        left: -5%;
        width: 18%
    }
    .exploreTitleSection .star3{
        position: absolute;
        top: 70px;
        right: -5%;
        width: 18%
        
    }
}

@media (max-width:597px){
.exploreTitleSection .star1{
        position: absolute;
        top: 25%;
        left: 0%;
        width: 18%
    }
    .exploreTitleSection .star3{
        position: absolute;
        top: 25%;
        right: -0%;
        width: 18%
    }
}

.exploreTitleSection .heading h2{
    color: var(--PrimaryAccent);
    font-size: 60px;
    padding-bottom: 16px;
}
@media (max-width:415px){
    .exploreTitleSection .heading h2{
        color: var(--PrimaryAccent);
        font-size: 48px;
        padding-bottom: 16px;
    }
}
@media (max-width:350px){
    .exploreTitleSection .heading h2{
    font-size: 36px;
    }
}



.selectionImage{
    max-width: 100%;
    padding-inline: auto ;
}
@media (max-width:990px){
    .selectionImage {
        margin-top: 32px;
    }
}

.exploreTitleSection p{
    font-size: 16px;
    font-weight: 400;
    padding-inline:20%;
}
@media (max-width:650px){
    .exploreTitleSection p{
        padding-inline:10%;
    }   
}
.exploreTitleSection .tinyText p, .smallText{
    font-size: 12px;
    font-weight:600;
}

.SelectionCTAS{
    display: flex;
    justify-content: center;
    align-items: center;
}
.SelectionCTAS .action-container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.SelectionCTAS .action-container i{
    font-size: 12px;
}
.SelectionCTAS .action-container .btn-custom-2{
    border-color: transparent;
}



/*Discover Heart*/
.discoverSection{
    margin-top: 32px;
    padding-inline: 64px;
    padding-block: 32px;
    max-width: 100%;
    background-color: var(--PrimaryAccent);
    border-radius: 50px 50px 0px 0px;
}
@media (max-width:540px){
    .discoverSection {
    padding-inline:5% !important;
    }
}
.discoverSection h2{
    color: var(--White);
    font-size: 60px;
    padding-bottom: 36px;
}
.discoverSection p{
    color: var(--White);
}
@media (max-width:415px){
.discoverSection h2{
    font-size: 48px;
}
}
@media (max-width:350px){
.discoverSection h2{
    font-size: 36px;
}
}
.discoverSection .heading{
    position: relative;
}
.discoverSection .stroke{
    position: absolute;
    bottom: -5px;
    left: -20px;
    width: 100%;
}
@media (max-width:861px){
    .discoverSection .stroke{
        left: -10px;
    }
}

@media (min-width:1982PX){
    .discoverSection .stroke{
        bottom: -30px;
    }
}
.discoverSection .ImageS{
    position: relative;
}
.discoverSection .ImageS .tape1{
    position: absolute;
    right:-10%;
    top:3%;
    width: 40%;
    rotate: 35deg;
    transform: scaleY(-1);
}
.discoverSection .ImageS .tape2{
    position: absolute;
    left:-5%;
    bottom:3%;
    width: 30%;
    rotate: 35deg;
    transform: scaleY(-1);

}

.discoverPara{
    padding-bottom: 36px;
    padding-right: 20%;
    margin-bottom: 0px;
}

.heart{
    width:150px
}
.discoverSection .discoverShopImage{
    position: relative;
    padding: 20px;
     max-width: 100%;
}
.discoverSection .discoverShopImage .shopImage{
    max-height: 500px;
    border-radius: 9px;
    transition: 0.4s;
    max-width: 100%;
}
@media (max-width:1300px){
.discoverSection .discoverShopImage .shopImage {
    max-height: 400px;
    border-radius: 9px;
    transition: 0.4s;
}
.discoverSection .discoverShopImage{
    padding: 0px;
}
}
@media (max-width:991px){
.discoverSection .discoverShopImage{
    margin-top: 64px;
}
}


@media (max-width:701px){
.discoverSection .discoverShopImage{
     padding-right: 0px
}
}

@media (max-width:540px){
    .discoverSection .discoverShopImage .shopImage {
         max-width: 100%;
    }
    .discoverSection .discoverShopImage{
    padding: 0px;
    max-width: 90%;
    }   
}


.discoverSection .action-container .btn-custom-1{
    color: var(--White);
    background-color: var(--SecondaryAccent);
    border-color: var(--SecondaryAccent);
}
.discoverSection .action-container .btn-custom-2{
    color: var(--SecondaryAccent);
    background-color: var(--PrimaryAccent);
    border-color: var(--SecondaryAccent);
}

/*Testimonial Section*/
.testimonialSection{
    background-color: var(--SecondaryAccent);
    color: #14110F;
    text-align: center;
    border-radius: 0px 0px 50px 50px;
    padding-top: 64px;
}
.testimonialSection .row{
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonialSection img{
    border-radius: 60px;
    height: 64px;
    width: 64px;
    padding: 0px;
    background-color: var(--White);
}
.testimonialSection .quote{
    background-color: var(--SecondaryAccent);
    color: #14110F;
    font-weight: 700;
    padding-inline: 25%;
    margin-bottom: 32px;
}
@media (max-width:600px){
    .testimonialSection .quote{
        padding-inline: 10%;
    }
}
.testimonialSection .name{
    background-color: var(--SecondaryAccent);
    color: #14110F;
    font-weight: 700;
    margin-bottom: 0px;
}

/*Christmas*/

.tree{
    width:150px
}

.christmasSection{
    padding-inline: 64px;
    padding-block: 32px;
    max-width: 100%;
}
@media (max-width:540px){
    .christmasSection {
    padding-inline: 5% !important;
    margin-inline:0px !important;
    }
}
.christmasSection h2{
    color: var(--PrimaryAccent);
    font-size:  36px;
    padding-bottom: 36px;
}
.christmasSection p{
    color: var(--Black);
}
@media (max-width:415px){
.christmasSection h2{
    font-size: 36px;
}
}
@media (max-width:350px){
    .christmasSection h2{
        font-size: 36px;
    }
}

.christmasSection .heading{
    position: relative;
    margin-right: 40%;
}
.christmasSection .paperTree{
    position: absolute;
    bottom: 5%;
    right: -20%;
    width: 120px;
}
.mPaperTree{
    display: none;
}
@media (max-width:560px){
    .christmasSection .paperTree{
        width: 100px;
        right: -15%;
    }
}
@media (max-width:272px){
    .christmasSection .paperTree{
        display: none;
    }
    .mPaperTree{
        width: 120px;
        display: block;
    }
}

.christmasSection .stroke{
    position: absolute;
    bottom: -15%;
    left: -20px;
    width: 100%;
}
@media (max-width: 991px) {
    .christmasSection{
        padding-block: 0px;
        padding-top: 32px;
        padding-bottom: 0px;
    }
}

@media (max-width:861px){
    .christmasSection .stroke{
        position: absolute;
        bottom: -0%;
        left: -10px;
        width: 100%;
    }
    .christmasSection .heading {
        position: relative;
        margin-right: 10%;
    }
}
@media (min-width:2100px){
    .christmasSection .stroke{
        position: absolute;
        bottom: -60%;
        left: -10px;
        width: 100%;
    }
}




.selectionRow{
    padding-inline: 64px;
    padding-block: 32px;
}
.christmasRow{
    padding-block: 32px;
}
@media (max-width:540px){
    .selectionRow, .christmasRow{
    padding-inline: 0px !important;
    margin-inline:5% !important;
    }
}
.selectionCol h3, .christmasCol h3{
    padding-inline:10%;
    margin-top: 16px;
}
.christmasCol {
    text-align: start;
}

.christmasCol h3{
    text-align: start;
    color: var(--PrimaryAccent);
    padding-inline: 0px;
}
.christmasCol p{
    padding-right: 5%;
}
.linkCTA{
    text-decoration: none;
    color: var(--PrimaryAccent) !important;
    transition: 0.4s;
    cursor: pointer;
}
.linkCTA i{
    font-size: 14px  !important;
    color: var(--PrimaryAccent)  !important;
    margin-left: 12px;
    transition: 0.4s;
    cursor: pointer;
}
.linkCTA:hover i{
    font-size: 16px !important;
    color: var(--SecondaryAccent)  !important;
}
.linkCTA:hover{
    font-size: 18px !important;
    color: var(--SecondaryAccent)  !important;
}





.discoverLocalSection{
    margin-top: 32px;
    padding-inline: 64px;
    padding-block: 32px;
    max-width: 100%;
}
@media (max-width:540px){
    .discoverLocalSection {
    padding-inline:5% !important;
    }
}
.discoverLocalSection h2{
    color: var(--PrimaryAccent);
    font-size: 60px;
    padding-bottom: 36px;
}
.discoverLocalSection p{
    color: var(--Black);
}
@media (max-width:415px){
.discoverLocalSection h2{
    font-size: 48px;
}
}
@media (max-width:350px){
.discoverLocalSection h2{
    font-size: 36px;
}
}
.discoverLocalSection .heading{
    position: relative;
}
.discoverLocalSection .stroke{
    position: absolute;
    bottom: -5px;
    left: -20px;
    width: 100%;
}
@media (max-width:861px){
    .discoverLocalSection .stroke{
        left: -10px;
    }
}
@media (min-width:1982PX){
    .discoverLocalSection .stroke{
        bottom: -40px;
    }
    .heroSection .stroke {
    position: absolute;
    bottom: -20px;
    }
}
.discoverLocalSection .ImageS{
    position: relative;
}
.discoverLocalSection .ImageS .borderPaper{
    position: absolute;
    left:-14%;
    top:-17%;
    width: 126%;
}
@media (max-width: 1300px) {
    .discoverLocalSection .ImageS .borderPaper{
        position: absolute;
        left:-15%;
        top:-19%;
        width: 130%;
    }
}

.discoverLocalPara{
    padding-bottom: 36px;
    padding-right: 20%;
    margin-bottom: 0px;
}

.heart{
    width:150px
}
.discoverLocalSection .discoverLocalShopImage{
    position: relative;
    padding: 20px;
     max-width: 90%;
}
.discoverLocalSection .discoverLocalShopImage .shopImage{
    max-height: 500px;
    border-radius: 9px;
    transition: 0.4s;
    max-width: 100%;
}
@media (max-width:1300px){
.discoverLocalSection .discoverLocalShopImage .shopImage {
    max-height: 400px;
    border-radius: 9px;
    transition: 0.4s;
}
.discoverLocalSection .discoverLocalShopImage{
    padding: 0px;
}
}


@media (max-width: 991px) {
    .discoverLocalSection .discoverLocalShopImage {
        margin-top: 64px;
    }
    .discoverLocalSection {
    margin-top: 0px;
    }
}

@media (max-width:701px){
.discoverLocalSection .discoverLocalShopImage{
     padding-right: 0px
}
}

@media (max-width:540px){
    .discoverLocalSection .discoverLocalShopImage .shopImage {
         max-width: 100%;
    }
    .discoverLocalSection .discoverLocalShopImage{
    padding: 0px;
    max-width: 90%;
    }   
}
@media (max-width: 350px) {
    .discoverLocalSection .discoverLocalShopImage {
        margin-top: 128px;
        margin-bottom: 32px;
    }
}








.contactFormSection h2{
    margin-top: 120px;
    font-size: 60px;
    padding-bottom: 0px;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-style: normal;
    color: var(--PrimaryAccent);
}
.contactFormSection form{
    padding-left: 1.5rem !important;
}
@media (max-width:250px){
   .contactFormSection form{
        padding-left: 0 !important;
    }
}
@media (max-width:350px){
    .contactFormSection h2 {
    margin-top: 36px;
    }
}
.contactFormSection p{
    font-weight: 600;
}
    
.Contact h2{
    font-size: 60px;
}
#contact-details h3{
    font-size: 50px;
}
#contact-details p, #contact-details li, #map p{
    font-size: 20px;
}
#contact-details{
    padding-inline: 50px;
}

@media (max-width:900px){
    #contact-details{
        padding-inline: 10px;
    }
}
.contactSubmit{
    width: 100% !important;
}
@media (max-width: 540px) {
    .contactFormSection {
        padding-inline: 5% !important;
    }
}



.reviewSection{
    text-align: center;
}
.reviewSection .heading{
    width: auto;
    display: inline;

}
.reviewSection .heading h2{
    display: inline;
}
.reviewSection .heading{
    position: relative;
}
/*
.reviewSection .stroke{
    position: absolute;
    bottom: -170%;
    left: 0;
    width: 100%;
}*/
.reviewCol{
    display: block;
    justify-content: center;
}
.reviewCol .action-container{
    margin-top: 32px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.reviewCol img{
    width: 70%;
}

    .reviewSection {
    padding-inline: 0px !important;
    margin-inline:5% !important;
    }

.reviewCol h3, .reviewCol h3{
    padding-inline:10%;
    margin-top: 16px;
}

@media (max-width:280px){
    .selectionCol, .reviewCol {
        padding-inline:0%;
    }
}

.reviewSection h2{
    color: var(--PrimaryAccent);
    font-size: 60px;
    padding-bottom: 36px;
}
.reviewSection {
    margin-top: 128px;
}
.reviewSection p{
    color: var(--Black);
}
@media (max-width:415px){
    .reviewSection h2{
        font-size: 48px;
    }
    .reviewSection {
        margin-top: 64px;
    }
}

@media (max-width:350px){
.reviewSection h2{
    font-size: 36px;
}
}
@media (max-width:260px){
    .reviewSection {
        margin-top: 32px;
    }
}
.reviewRow{
    padding-inline: 64px;
    padding-block: 32px;
}

@media (max-width:540px){
    .reviewRow{
    padding-inline: 0px !important;
    margin-inline:5% !important;
    }
}
@media (max-width:576px){
    .reviewRow{
        padding-block: 0px;
    }
    .reviewCol{
        padding-top: 32px !important;
    }
}


@media (max-width:350px){
.reviewRow .action-container {
      gap: 16px;
      height: 48px;
      flex-direction: row !important;
    }
}

.reviewRow a{
    text-decoration: none;
}

#backToTopButton{
    margin-top: 64px;
    display: flex ;
    justify-content: center;
}
#backToTopButton .btn-custom-2{
    width: 143px !important;
}

.footerContainer{
    background-color: var(--PrimaryAccent);
    padding-inline: 64px;
    padding-block: 80px;
    max-width: 100%;
    color: var(--White);
    text-align: center;
}
@media (max-width:540px){
    .footerContainer {
    padding-inline:5% !important;
    }
}
.footerContainer h2{
    color: var(--White);
    font-family: "Alegreya Sans SC", sans-serif;
    font-weight: 800;
    font-size: 60px;
}


.footerContainer .footerSocials{
    padding-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding-inline: 0px;
    flex-wrap: wrap;
}
.footerContainer .footerSocials .footerSocialsItem{
    padding-inline: 16px;
    color: var(--White);
    text-align: center;
}
.footerContainer .footerSocials .footerSocialsItem .footerSocialsLink{
    color: var(--White);
    text-align: center;
    text-decoration: none;
}

.footerBottomText{
    padding-top: 16px;
    padding-bottom: 0px;
    margin: 0;
}











.footerContainer .footerNav{
    padding-block: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding-inline: 0px;
    flex-wrap: wrap;
}
.footerContainer .footerNav .footerNavItem{
    padding-inline: 16px;
    padding-block: 8px;
    color: var(--White);
    text-align: center;
}
.footerContainer .footerNav .footerNavItem .footerNavLink{
    color: var(--White);
    text-align: center;
    text-decoration: none;
}




.footerContainer p{
    color: var(--White);
}
@media (max-width:415px){
.footerContainer h2{
    font-size: 48px;
}
}
@media (max-width:350px){
.footerContainer h2{
    font-size: 36px;
}
}

.footerBottomText{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid var(--White) !important;
}



@media (min-width: 1408px){
    .stroke.oneLiner{
        width: 628px;
        bottom: 0px;
    }
}
@media (min-width: 1580px){
    .discoverLocalSection .stroke {
        width: 800px;
        bottom: -10px;
    }
}

.SelectionCTAS .btn-custom-1{
    width: fit-content;
}






@keyframes fade {
  0% {
    opacity: 0;
    transform: translate(0, 3rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .in-view {
    animation: fade 0.5s 0.5s both;
  }

  .not-in-view {
    opacity: 0;
  }
}

.contactSection{
    display: none !important;
}

.employeePointing{
    position: absolute;
    left:-30%;
    top:10%;
    width: 60%;
    rotate: 0deg;
}
@media (min-width:1300px){
    .employeePointing{
        position: absolute;
        left:-27%;
        top:10%;
        width: 60%;
        rotate: 0deg;
    }
}
@media (max-width:1073px){
    .employeePointing{
        top:20%;
    }
}
@media (max-width:990px){
    .employeePointing{
        top:10%;
    }
}
@media (max-width:990px){
    .heroShopImage.demo {
        margin-left: 20%;
    }
}


.testimonialSection .row{
    position: relative;
    overflow-y: hidden;
}

.testimonialSection .row img.thumbsUp{
    position: absolute;
    left:5%;
    bottom:-60%;
    rotate: 0deg;

    border-radius: 0px;
    height: auto;
    width: 240px;
    padding: 0px;
    background-color: transparent;

}
@media (max-width:700px){
    .testimonialSection .row img.thumbsUp{
        position: absolute;
        left:-5%;
        bottom:-50%;
        rotate: 0deg;

        border-radius: 0px;
        height: auto;
        width: 200px;
        padding: 0px;
        background-color: transparent;
    }
}

@media (max-width:410px){
    .testimonialSection.demo .row .role{
        margin-bottom: 300px;
    }
    .testimonialSection .row img.thumbsUp{
        position: absolute;
        left: auto;
        bottom:-150px;
        rotate: 0deg;

        border-radius: 0px;
        height: auto;
        width: 300px;
        padding: 0px;
        margin: 0;
        background-color: transparent;
        height: auto;       /* Maintain aspect ratio */
        max-width: none;    /* Prevent shrinking */
    }
    .testimonialSection .row {
        overflow-x: hidden;
    }
}

.selectionCol.withImage{
    position: relative;
}
.employeeWithFlowers{
    position: absolute;
    left:-20%;
    top:-45%;
    rotate: 0deg;
    height: 300px;
}
@media (min-width:1320px){
    .employeeWithFlowers{
        position: absolute;
        left:-10%;
        top:-45%;
        rotate: 0deg;
        height: 300px;
    }
}
@media (min-width:1655px){
    .employeeWithFlowers{
        position: absolute;
        left:-5%;
        top:-45%;
        rotate: 0deg;
        height: 300px;
    }
}
@media (min-width:1740px){
    .employeeWithFlowers{
        position: absolute;
        left:0%;
        top:-45%;
        rotate: 0deg;
        height: 300px;
    }
}
@media (min-width:1870px){
    .employeeWithFlowers{
        position: absolute;
        left:0%;
        top:-50%;
        rotate: 0deg;
        height: 300px;
    }
}

@media (min-width:2160px){
    .employeeWithFlowers{
        position: absolute;
        left:10%;
        top:-50%;
        rotate: 0deg;
        height: 300px;
    }
}
@media (max-width:1090px){
    .employeeWithFlowers{
        display: none;
    }
}

.visually-hiddenH1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.inlineLink{
    text-decoration: none;
    color: var(--SecondaryAccent);
}

