@charset "utf-8";
/*
    -------------------------------------------------------------------
        Theme Name: GCS Rose 
        Theme URI: https://yourgardencenter.com
        Author: GCSolutions
        Author URI: https://gardencentersolutions.com
        Description: Rose Theme for GCS
        Tags: custom
        Version: 1.0
        Requires at least: 5.0
        Tested up to: 6.2
        Requires PHP: 7.3
    -------------------------------------------------------------------
*/

/* General Imports
-------------------------------------------------------------------*/
@import url('css/bootstrap.css');
@import url('css/aos.css');
@import url('wp-paginate.css');
@import url('style-mailchimp.css');
@import url('style-team.css');
@import url('style-testimonials.css');
@import url('fonts/stylesheet.css');
@import url('js/calculator/calculator.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* Root
-------------------------------------------------------------------*/
:root {
    --white: #FFF;
    --black: #222;
    --light-grey: #efefef;
    --pale-grey: #aaa;
    --med-grey: #888888;
    --dark-grey: #222;
    --ff-accent: 'Poppins', sans-serif;
    --ff-default: 'Athelas Web Rg';
}

/* Backgrounds
-------------------------------------------------------------------*/
.bg-white, .bg-brand-white {background-color: var(--brand-white) !important;}
.bg-light-grey {background-color: var(--light-grey);}
.bg-medium-grey {background-color: var(--med-grey);}
.bg-dark-grey {background-color: var(--dark-grey);}
.bg-dark, .bg-brand-dark {background-color: var(--brand-dark);}
.bg-brand-deep {background-color: var(--brand-deep);}
.bg-brand-medium {background-color: var(--brand-medium);}
.bg-brand-medium-alt {background-color: var(--brand-medium-alt);}
.bg-brand-light {background-color: var(--brand-light);}
.bg-brand-accent-light {background-color: var(--brand-accent-light);}
.bg-brand-accent-dark {background-color: var(--brand-accent-dark);}

/* HTML 
-------------------------------------------------------------------*/
html {
    font-size: 62.5%;
}

/* Body
-------------------------------------------------------------------*/
body {
    background: var(--brand-white);
    color: var(--brand-dark);
    font-family: var(--ff-default);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
}

body.fixed-top-padding {
    padding-top: 180px;
}

@media screen and (max-width: 991px) {
    body.fixed-top-padding {
        padding-top: 60px;
    }
}

/* Accessibility Widget
--------------------------------------------------------------------*/
#pojo-a11y-toolbar h3 {
    font-size: 18px;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a .pojo-a11y-toolbar-text {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif !important;
}


/* Headings
-------------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
    font-family: var(--ff-accent);
    font-weight: 600;
    margin: 0;
    padding: 0;
    line-height: 1.25;
    text-transform: uppercase;
}

h1 {
    font-size: 3.8rem;
    margin: 0 0 .5em 0;
}

        @media screen and (max-width: 1199px) {
            h1 {
                font-size: 3.4rem;
            }
        }
    
        @media screen and (max-width: 991px) {
            h1 {
                font-size: 3rem;
            }
        }

        @media screen and (max-width: 320px) {
            h1 {
                font-size: 2rem;
            }
        }

h2 {
    font-size: 3rem;
    margin: 0 0 .5em 0;
}

    @media screen and (max-width: 1199px) {
        h2 {
            font-size: 2.8rem;
        }
    }

    @media screen and (max-width: 991px) {
        h2 {
            font-size: 2.6rem;
        }
    }

h3 {
    font-size: 2.6rem;
    font-weight: 600;
}

.tab-content h3, .product-line h3 {
    font-size: 2rem;
    font-weight: 600;
    text-transform: none;
    font-family: var(--ff-default);
    letter-spacing: 0;
}

#footer-contact h3 {
    font-size: 2.0rem;
    font-weight: 600;
}
.grid-boxes h3{
    font-size: 2rem;
    line-height: 1.5;
    margin: 0 0 .25em 0;
}

h4 {
    font-size: 2rem;
    line-height: 1.5;
    margin: 0 0 .25em 0;
}

h5 {
    font-size: 1.6rem;
    line-height: 1;
    margin: 0;
    font-weight: bold;
    font-family: var(--ff-accent);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Forms & Buttons
-------------------------------------------------------------------*/
.form-control {
    border: 1px solid var(--brand-deep);
    font-weight: 400;
    background-color: var(--brand-white);
    color: var(--brand-deep);
    font-size: 1.6rem;
    border-radius: 1px;
    padding: .5em;
}

.form-select {
    border: 1px solid var(--brand-deep);
    font-weight: 400;
    font-size: 1.6rem;
    padding: .5em;
}

.btn-custom, a.btn-custom:link, a.btn-custom:active, a.btn-custom:visited, a.btn-custom:focus {
    background: var(--brand-deep);
    border-color: var(--brand-deep);
    color: var(--white);
    font-size: 1.6rem;
    padding: .5em 1em;
    border-radius: 8px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: var(--ff-accent);
    font-weight: 600;
    letter-spacing: 1px;
}

.btn-custom:hover, a.btn-custom:hover {
    color: var(--white);
    background: var(--dark-grey);
    border-color: var(--dark-grey);
}

.btn.btn-custom.active {
    background: var(--brand-accent-dark) !important;
    border-color: var(--brand-accent-dark) !important;
    color: var(--black);
}


.grecaptcha-badge {
    display: none !important;
}

.learn-more, a.learn-more:link, a.learn-more:visited, a.learn-more:active {
    font-family: var(--ff-accent);
    background: var(--brand-medium);
    color: var(--white);
    cursor: pointer;
    font-size: 1.3rem;
    padding: .5em .5em .4em .5em;
    border: 0;
    transition: all 0.5s;
    border-radius: 8px;
    width: auto;
    position: relative;
    text-decoration: none;
}

.learn-more::after, .btn-clear::after {
    color: var(--white);
    font: var(--fa-font-solid);
    content: "\f105";
    font-weight: 900;
    position: absolute;
    left: auto;
    top: 31%;
    right: 5%;
    bottom: 0;
    opacity: 0;
}

.learn-more:hover, a.learn-more:hover {
    background: var(--brand-deep);
    color: var(--white);
    transition: all 0.5s;
    border-radius: 8px;
    padding: .5em 2em .4em .5em;
}

.learn-more:hover::after, .btn-clear:hover::after {
    opacity: 1;
    transition: all 0.5s;
}

.btn-clear, a.btn-clear:link, a.btn-clear:active, a.btn-clear:visited, a.btn-clear:focus {
    font-family: var(--ff-accent);
    background: transparent;
    color: var(--white);
    cursor: pointer;
    font-size: 1.5rem;
    padding: .75em 1em .65em 1em;
    border: 1px solid var(--white);
    transition: all 0.5s;
    border-radius: 0px;
    width: auto;
    position: relative;
    text-decoration: none;
}

.btn-clear:hover, a.btn-clear:hover {
    background: rgba(255, 255, 255, .35);
    color: var(--white);
    transition: all 0.5s;
    border-radius: 0px;
    padding: .75em 3em .65em 1em;
}

.btn-search, .btn-search:hover, a.btn-search:link, a.btn-search:visited, a.btn-search:active {
    padding: .5em;
    font-size: 1.6rem;
    background: var(--brand-deep);
    color: #FFF;
}

.form-adjust {
    width: 100%;
    max-width: 500px;
}

.form-adjust-mobile .form-control {
    padding: .5em;
}

.form-adjust-mobile .btn-search,
.form-adjust-mobile .btn-search:hover {
    padding: 1em;
    font-size: 1.5rem;
    background: var(--brand-deep);
    color: #FFF;
}

.frm_email{
    height: 52px;
    padding: 0 10px;
    border-radius: 4px;
}
.newsletter-form button {
  vertical-align: top;
}


/* Padding Adjustments
-------------------------------------------------------------------*/
.py-largest {
    padding-top: 5em;
    padding-bottom: 5em;
}

@media screen and (max-width: 767px) {
    .py-largest {
        padding-top: 4em;
        padding-bottom: 4em;
    }
}

.w-95 {
    width: 95%;
}

/* Text Options
-------------------------------------------------------------------*/
a:link, a:visited, a:active, a:hover {
    color: var(--brand-deep);
    background: none;
    text-decoration: underline;
}

.accent {
    color: var(--pink);
}

strong, b, .bold, .strong {
    font-weight: 700;
}

.text-sm {
    font-size: 1.2rem;
    overflow-wrap: break-word;
}

.text-accent {
    color: var(--pink-one);
}

.text-black {
    color: var(--black);
}

.intro p {
    font-size: 2.8rem;
    line-height: 1.5;
    font-family: var(--ff-accent) !important;
    font-weight: 400;
    font-style: italic;
}

    @media screen and (max-width: 1199px) {
        .intro-copy p {
            font-size: 2.6rem;
        }
    }

    @media screen and (max-width: 991px) {
        .intro-copy p {
            font-size: 2.4rem;
        }
    }

/* Images
-------------------------------------------------------------------*/
img.mobile-logo {
    max-height: 60px;
}

img.alignright {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
}

img.alignleft {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}

.img-greyscale {
    filter: grayscale(1);
    transform: .3s ease-in-out;
}

.img-greyscale:hover {
    filter: grayscale(0);
    transform: .3s ease-in-out;
}

img.staff-img {
    width: 100%;
    max-width: 500px;
    height: 300px;
    min-height: 300px;
    object-fit: cover;
    object-position: center;
}

figure.square {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
}

figure.square figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--brand-deep);
    font-family: var(--ff-accent);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2.2rem;
    display: inline-block;
    padding: 0.5em 1em;
    color: var(--brand-white);
}


figure.image-container {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

figure.image-container img, figure.square img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

figure.image-container:hover img, figure.square:hover img {
    transform: scale(1.1);
}

.image-gallery,
.image-gallery-small,
.image-figure,
.blog-thumbnail,
.image-container,
.image-rounded,
.event-thumbnail,
.image-gallery-products{
    position: relative;
    overflow: hidden;
    margin: 0;
}

.image-gallery:hover::before,
.image-gallery-small:hover::before,
.image-figure:hover::before,
.blog-thumbnail:hover::before,
.image-container:hover::before,
.image-rounded:hover::before,
.event-thumbnail:hover::before,
.image-gallery-products:hover::before{
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    transform: skew(-25deg);
    animation: effectShine 0.75s;
}

.image-gallery img,
.image-gallery-small img,
.image-gallery-products img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.image-gallery .zoom-icon,
.image-gallery-small .zoom-icon,
.image-container .zoom-icon,
.image-gallery-products .zoom-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.6);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.image-gallery:hover .zoom-icon,
.image-gallery-small:hover .zoom-icon,
.image-gallery-products:hover .zoom-icon {
    opacity: 1;
    transform: scale(1);
}

.image-gallery:hover img,
.image-gallery-small:hover img,
.image-gallery-products:hover img {
    transform: scale(1.1);
}

.gallery-thumbs .swiper-slide {
    aspect-ratio: 1 / 1;
    height: auto !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
    cursor: pointer;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.gallery-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-thumbs .swiper-slide {
    opacity: 0.5;
    cursor: pointer;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.gallery-main img,
.gallery-thumbs img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.gallery-main {
  height: 700px;
}

.swiper-button-next, .swiper-button-prev{
    color:var(--white) !important;
}
.gallery-main .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.gallery-main img {
  height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
}

.gallery-thumbs {
    height: 640px;
}

.gallery-thumbs .swiper,
.gallery-thumbs .swiper-wrapper {
    height: 100%;
}

.gallery-thumbs .swiper-slide {
    height: auto !important;
    opacity: 0.5;
    cursor: pointer;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide {
    height: auto !important;
}
/* ---------- Default (Desktop) Styles ---------- */

/* Arrow styling */
.custom-thumb-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 80px;
  color: var(--brand-deep);
  border-radius: 6px;
  cursor: pointer;
}

.custom-thumb-arrow i {
  font-size: 1.5rem;
}

/* Thumbnail images */
.gallery-thumbs img {
  max-width: 80px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* ---------- Arrow Direction Styles ---------- */
.desktop-arrow {
  display: none;
}
.mobile-arrow {
  display: none;
}

@media (min-width: 992px) {
  .desktop-arrow {
    display: inline-block;
  }
}

@media (max-width: 991.98px) {
  .mobile-arrow {
    display: inline-block;
  }

  /* Stack layout: main on top, thumbs below */
  .gallery-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }

  .gallery-main {
    height: auto;
    margin-bottom: 1rem;
  }

  .thumbnail-nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }

  .thumb-row-mobile {
    margin-top: 1rem;
  }

  .thumbs-slider-wrapper {
    flex-grow: 1;
    overflow: hidden;
  }

  .gallery-thumbs {
    width: 100%;
    height: auto;
    order: 2;
  }

  .gallery-thumbs .swiper-wrapper {
    flex-direction: row !important;
  }

  .gallery-thumbs .swiper-slide {
    width: 20% !important;
    height: auto !important;
  }

  /* Row layout for thumbs + arrows */
  .thumbnail-nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
}

.image-figure {
    height: 400px;
}

.image-figure img {
    height: 100%;
    object-fit: cover;
}

.blog-thumbnail {
    width: 100%;
    height: 300px;
}

.blog-thumbnail img {
    width: 100% !important;
    height: 300px;
    object-fit: cover;
}

.event-thumbnail {
    width: 100%;
    height: 550px;
}

.event-thumbnail img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.image-gallery {
    height: 250px;
}

.image-gallery-small {
    height: 150px;
}

.image-gallery-products {
    height: 400px;
}
#gallery-2 img {
    border: 0 !important;
    width: 100%;
}

@media screen and (max-width: 768px) {
#gallery-2 .gallery-item {
    float: none !important;
    text-align: center;
    width: 100% !important;
    margin: 10px auto;
}
}

/*Lightbox*/
.html5-elem-data-box {
    display: none !important;
}

/* Hide "1 / 9" counter */
.html5lightbox-bottom {
    display: none !important;
}

/* Button inside lightbox */
.lightbox-btn {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.5rem 1.25rem;
    background-color: #cce3d1;
    color: #222;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 30px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.lightbox-btn:hover {
    background-color: #a7d1b4;
    color: #000;
}

/* Lightbox caption text */
.lightbox-caption-text {
    display: block;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    color: #666;
    text-align: center;
}

/* Wrapper inside hidden div */
.lightbox-caption-inner {
    text-align: center;
    padding: 1rem 0;
}

/* Style any link inside the lightbox caption */
.html5-lightbox .html5-title a {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #cce3d1;
    color: #222;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 30px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.html5-lightbox .html5-title a:hover {
    background-color: #a7d1b4;
    color: #000;
}

/* Force html5lightbox caption bar to be visible and allow wrapping */
.html5-lightbox .html5-title-container,
.html5-lightbox .html5-title {
    display: block !important;
    max-height: none !important;
    padding: 1rem !important;
    overflow: visible !important;
    white-space: normal !important;
    text-align: center;
}

figure.video-container {
    width: 100%;
    height: 655px;
    overflow: hidden;
    position: relative;
}

figure.video-container img.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

figure.video-container:hover img.video-thumbnail {
    transform: scale(1.1);
}

.video-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}





/* Hire Us
-------------------------------------------------------------------*/
.bg-hireus {
    background-image: url('images/bg-hireus.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: var(--white);
    padding-top: 6em;
    padding-bottom: 6em;
}

.bg-hireus h3 {
    font-size: 3rem;
    margin: 0 0 .5em 0;
}

.bg-hireus p {
    margin: 0 0 1em 0;
    padding: 0 0 .5em 0;
    font-size: 1.8rem;
    line-height: 1.25;
}


/* Top Bar
-------------------------------------------------------------------*/
.top-bar {
    font-size: 18px;
    color: var(--white);
}

.top-bar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.top-bar a:link, .top-bar a:visited, .top-bar a:active, .top-bar a:focus {
    color: var(--white);
    text-decoration: none;
    background: none;
}

.socials a {
    text-decoration: none;
    margin-left: .5em;
}

    @media screen and (max-width: 991px) {
        .socials-mobile {
            text-align: center;
            font-size: 2rem;
        }
        .socials-mobile a {
            color: var(--white);
            text-decoration: none;
        }
    }

/* Navigation
-------------------------------------------------------------------*/
.navbar {
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
}

.navbar-toggler {
    background-color: var(--palest-rose);
}

.navbar-toggler-icon {
    width: 2em;
    height: 2em;
}

.navbar .nav-item a.nav-link {
    padding-left: 1em;
    padding-right: 1em;
    color: var(--black);
    text-decoration: none;
}

.navbar .nav-item a.nav-link:hover {
    color: var(--deep-pink);
}

.navbar-brand img {
    height: 100%;
    max-height: 90px;
    transition: .3s ease-in-out;
}

.navbar.shrink-it .navbar-brand img {
    max-height: 65px;
}

@media screen and (max-width: 1199px) {
    .navbar-brand img {
        max-height: 65px;
    }

    .navbar .nav-item a.nav-link {
        padding-left: .5em;
        padding-right: .5em;
    }
}

@media screen and (max-width: 991px) {
    .navbar-brand img {
        height: 100%;
        max-height: 92px;
    }

    .navbar-nav {
        padding: 1em 0;
    }

    .navbar .nav-item a.nav-link {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 575px) {
    .navbar-brand img, .navbar.shrink-it .navbar-brand img {
        max-height: 50px;
    }
}

.navbar .dropdown-menu {
    font-size: 1.4rem;
    text-transform: none;
    font-weight: 600;
    line-height: 1.25;
}

.navbar .dropdown-menu .dropdown-item {
    padding: .75em;
    text-decoration: none;
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--black);
    text-decoration: none;
    background-color: var(--white);
}

.dropdown-item.active:hover,
.dropdown-item:active:hover,
.dropdown-item:hover {
    color: var(--deep-pink);
    text-decoration: none;
    background-color: var(--white);
}

.navbar.inner .navigation-overrides .nav-logo {
    width: 100%;
    max-width: 300px;
    transition: .3s ease-in-out;
}

.navbar.inner.navbar-scrolled .navigation-overrides .nav-logo {
    max-width: 150px;
    transition: .3s ease-in-out;
}

/* Mobile Menu
-------------------------------------------------------------------*/
.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--black);
    visibility: hidden;
    background-color: var(--white);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
}

.mobile-menu {
    list-style: none;
    padding: 0 1em;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.mobile-menu li {
    padding: .5em 0;
}

.mobile-menu li ul {
    padding: .5em 1em 0 1em;
    list-style: none;
}

.mobile-menu li a, .navbar-content a {
    color: var(--black);
    text-decoration: none;
}

.navbar-content {
    padding: 0 1em;
    font-size: 1.5rem;
}


/* Hero
-------------------------------------------------------------------*/
.hero-section {
    position: relative;
    overflow: hidden;
    padding-top: 120px;
    height: 650px;
}

@media screen and (max-width: 1199px) {
    .hero-section {
        height: 600px;
    }
}

@media screen and (max-width: 767px) {
    .hero-section {
        height: 500px;
    }
}

@media screen and (max-width: 575px) {
    .hero-section {
        height: 450px;
    }
}

.hero-section .section-overlay {
    z-index: 2;
    opacity: 0.45;
}

.hero-section .container {
    position: relative;
    z-index: 2;
    height: 100%;
    padding-bottom: 50px;
}

.hero-section .container .row {
    height: 100%;
}

.hero-section h1 {
    color: var(--white);
    font-size: 7.3rem;
    width: 100%;
    max-width: 55%;
    margin: 0;
    padding: 0;
    line-height: 1;
}

@media screen and (max-width: 1400px) {
    .hero-section h1 {
        font-size: 7.0rem;
    }
}

@media screen and (max-width: 1199px) {
    .hero-section h1 {
        font-size: 6.8rem;
        max-width: 62%;
    }
}

@media screen and (max-width: 991px) {
    .hero-section h1 {
        font-size: 5.5rem;
        max-width: 68%;
    }
}

@media screen and (max-width: 767px) {
    .hero-section h1 {
        font-size: 5rem;
        max-width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .hero-section h1 {
        font-size: 4rem;
        max-width: 100%;
    }
}

.hero-overlay {
    background-color: var(--black);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0.35;
}

.hero-overlay+.container {
    position: relative;
}

/* Video
-------------------------------------------------------------------*/
.video-wrap {
    z-index: -100;
}

.custom-video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Homepage
-------------------------------------------------------------------*/
.testimonial {
    border-bottom-left-radius: 40px;
}

.product-images figure.image-container {
    width: 100%;
    height: 315px;
    overflow: hidden;
    position: relative;
}

.fivepc-banners figure.image-container {
    width: 100%;
    height: 325px;
    overflow: hidden;
    position: relative;
}

.fivepc-bannermid figure.image-container {
    height: 680px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.fivepc-banners figure.image-container img,
.fivepc-bannermid figure.image-container img,
.product-images figure.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.fivepc-banners figure.image-container:hover img {
    transform: scale(1.1);
}

.fivepc-banner-leftbot {
    background-color: var(--brand-light);
    /* Include an image if needed */
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 190px 190px;
    height: 325px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 40px;
}

.fivepc-banner-topright {
    background-color: var(--brand-light);
    /* Include an image if needed */
    background-position: top right 5px;
    background-repeat: no-repeat;
    background-size: 190px 190px;
    height: 325px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    border-bottom-left-radius: 40px;
}

.fivepc-banner-leftbot h2, .fivepc-banner-topright h2 {
    font-size: 2.8rem;
    margin: 0;
}

/* Default Pages
-------------------------------------------------------------------*/
.bg-page-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 5em 0;
    z-index: 1;
    text-align: center;
}

.bg-page-banner .container {
    z-index: 15 !important;
}

.bg-page-banner h1 {
    color: var(--brand-white);
    background-color: var(--brand-dark);
    margin: 0 auto;
    padding: 20px 80px;
    font-size: 6rem;
    display: inline-block;
    line-height: 1;
    border-radius: .25em;
    text-shadow: 3px 3px 3px var(--brand-dark);
}

.bg-page-no-banner h1 {
    z-index: 10;
    color: #000;
    font-size: 6rem;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .bg-page-banner h1, .bg-page-no-banner h1 {
        font-size: 4rem;
    }
}


/* Map Embed
-------------------------------------------------------------------*/
.map-embed p {
    padding: 0;
    margin: 0;
}

.map-embed iframe {
    width: 100%;
    height: 350px;
    margin: 0;
    padding: 0;
}

.map-embed-footer iframe {
    width: 100%;
    height: 200px;
    margin: 0;
    padding: 0;
}

/* Articles
-------------------------------------------------------------------*/
.landing-article .article-image {
    width: 100%;
    height: 300px;
}

.landing-article .article-title {
    width: 100%;
    padding-top: 1em;
}

.landing-article .article-readmore {
    width: 100%;
    text-align: left;
    padding-top: 1em;
}

.blog-thumbnail {
    width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit: cover;
}

.btn-category, .btn-category:hover,
a.btn-category:link, a.btn-category:active, a.btn-category:focus, a.btn-category:hover, a.btn-category:visited {
    font-size: 1.2rem;
    font-weight: 500;
    border-color: var(--brand-light);
    background-color: var(--brand-light);
    color: var(--black);
    border-radius: 5px;
    text-decoration: none;
    font-family: var(--ff-accent);
    text-transform: uppercase;
}

.article-meta {
    font-size: 1.6rem;
}

.article-title h3 {
    font-size: 2.4rem;
    text-decoration: none;
    letter-spacing: 0;
}

.article-title h3:after {
    content: '';
    width: 150px;
    height: 2px;
    display: block;
    margin: 15px auto 0 0;
    background-color: var(--brand-deep);
}

.article-title a {
    color: var(--black);
    text-decoration: none;
}

.sub_content {
    float: left;
    width: 70%;
}

.img_content {
    float: right;
    width: 25%;
}

.img_content img {
    width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit: cover;
    background-color: #EEE;
}

    @media screen and (max-width: 991px) {
        .sub_content, .img_content {
            float: none;
            width: 100%;
        }

        .img_content img {
            float: left;
            width: 32%;
            height: 100%;
            max-height: 200px;
            margin-right: 1%;
        }
    }

/* Footer
-------------------------------------------------------------------*/
footer {
    color: var(--white);
    font-size: 1.6rem;
}

footer img {
    max-height: 50px;
}

.footer p {
    padding: 0;
    margin: 0;
}

footer a, footer a:link, footer a:active, footer a:visited {
    color: var(--white);
    text-decoration: none;
}

/* Modal
-------------------------------------------------------------------*/
.modal-header {
    background: var(--dark-grey);
    color: var(--white);
    border-radius: 0;
    border-bottom: 0;
}

.modal-header h5 {
    font-size: 2rem;
    font-weight: bold;
    font-family: var(--ff-accent);
}

.modal-content {
    border-radius: 0;
    padding-bottom: 1em;
}

.modal-body {
    font-size: 1.8rem;
}


/* Back to Top
-------------------------------------------------------------------*/
.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    right: 1%;
    bottom: 0%;
    z-index: 1070;
}

@media screen and (max-width: 768px) {
    .scrolltop {
        right: 0%;
    }
}

@media screen and (max-width: 575px) {
    .scrolltop {
        display: none !important;
    }
}

.scroll {
    position: absolute;
    right: 0;
    bottom: 70px;
    background: var(--black);
    border-radius: 50%;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    width: 40px;
    height: 40px;
    color: #FFF;
    padding-top: 8px;
}

.scroll:hover {
    background: var(--pale-rose);
}

.scroll .fas {
    font-size: 20px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}