/*
Theme Name: Virtual Security Child Theme
Version: 1.0
Description: A child theme of Understrap
Author: smartboost
Template: understrap
*/

@import url("../understrap/style.css");

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* ********** GENERAL ********** */

:root {
    --red: #F72F36;
    --lavender: #7A7BBB;
    --black: #000000;
    --white: #FFFFFF;
    --offwhite: #F5F5F7;
}

html {
	margin-top: 0 !important;
}

body {
    font-family: 'Inter', sans-serif !important;
    background-color: var(--offwhite) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
    line-height: 100%;
}

h1 {
    font-size: clamp(30px, 5vw, 52px) !important;
}

h2 {
    font-size: clamp(30px, 5vw, 40px) !important;
}

h3 {
    font-size: clamp(18px, 5vw, 20px) !important;
}

h3.h3-small {
    font-size: clamp(17px, 5vw, 18px) !important;
    font-weight: 600;
}

p {
    font-family: 'Inter', sans-serif;
    font-size: 16px !important;
    line-height: 1.3rem;
    font-weight: 600;
}

.subheading {
    font-size: 16px;
    line-height: 1.3rem;
    font-weight: 600;
}

.btn-cta {
    display: inline-block;
    max-width: 200px !important;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 400;
    background-color: var(--white);
    color: var(--black);
    border: 1px solid var(--white);
    border-radius: 100px;
    min-width: 243px;
    text-align: center;
    text-decoration: none;
    transition: all .75s;
}

.btn-cta:hover {
    background-color: var(--red);
    color: var(--white);
    border-color: var(--red);
    transition: all .75s;
}

.btn-cta-red {
    background-color: var(--red);
    color: var(--white);
    border-color: var(--red);
    transition: all .75s;
}

.btn-cta-red:hover {
    background-color: var(--white);
    color: var(--red);
    transition: all .75s;
}

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

.bg-white {
    background-color: var(--white) !important;
}

.mw-82 {
    max-width: 82.5% !important;
}

.mw-750 {
    max-width: 750px !important;
}

.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.pt-6 {
    padding-top: 4rem !important;
}

.pb-6 {
    padding-bottom: 4rem !important;
}

.py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

.pt-10 {
    padding-top: 8rem !important;
}

.pb-10 {
    padding-bottom: 8rem !important;
}

.desktop {
	display: block !important;
}

tablet {
	display: none !important;
}

.mobile {
	display: none !important;
}

/* ********** HOME ********** */

.hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* ********** NAVIGATION ********** */

#wpadminbar {
	display: none !important;
}

.navbar-brand img {
    max-width: 115px;
}

#main-menu li a {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    margin: 0 10px;
}

.nav-cta a {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: var(--red) !important;
    text-decoration: none !important;
}

.nav-logo a {
	margin-left: 0 !important;
}

.nav-logo img {
	max-width: 150px;
	margin-bottom: 25px;
}

.offcanvas-body {
	padding-top: 0;
}

.btn-close {
	background: none !important;
	height: 35px !important;
    width: 35px !important;
	top: 10px;
	right: 10px;
	opacity: 1 !important;
}

.offcanvas-header {
	padding-bottom: 0 !important;
}

.offcanvas-footer {
	font-size: 14px;
	padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

.offcanvas-footer strong {
	font-size: 16px;
}

@media (max-width: 767px) {
	
	.offcanvas-header {
		position: absolute;
		right: 20px;
		top: 15px;
	}
	
}

/* PARALLAX */

[data-parallax] {
    background-size: cover;
    background-position: center;
    will-change: background-position;
}

/* ********** HOME ********** */

/* Solutions */

.home-row-two .industry-card {
    min-height: 385px;
    padding: 20px;
}

.home-row-two .industry-card__content {
    position: absolute;
}

@media (hover: hover) and (pointer: fine) {
    .industry-card .mw-82 > p {
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transform: translateY(6px);
        margin-top: 0;
        transition: opacity 1.25s ease, max-height 1.25s ease, transform 1.25s ease, margin-top 1.25s ease;
    }

    .industry-card:hover .mw-82 > p {
        opacity: 1;
        max-height: 200px;
        transform: translateY(0);
        margin-top: 6px;
    }
}

/* helps hide slide overflow */
.industry-card {
    overflow: hidden;
}


/* Industries */

.industry-card {
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
}

.home-row-three .industry-card {
    min-height: 413px;
    padding: 20px;
}

.home-row-three .industry-card__content {
    position: absolute;
}

.industry-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 40%, rgba(0, 0, 0, 0.6) 100%);
}

.industry-card__content {
    position: absolute;
    left: 1.5rem;
    right: 1rem;
    bottom: 0.5rem;
    color: #fff;
    text-align: left;
}

.industry-card h3 {
    color: #fff;
    font-weight: 600;
    padding-right: 5%;
}

.industry-card p {
    color: rgba(255, 255, 255, .95);
}

.industry-card {
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-radius: 30px;
}

.industry-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: inherit;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform 0.5s ease-in-out;
    will-change: transform;
    z-index: 0;
}

.industry-card__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.industry-card__content {
    position: relative;
    z-index: 2;
}

.industry-card:hover::before {
    transform: scale(1.07);
}

@media (prefers-reduced-motion: reduce) {
    .industry-card::before {
        transition: none;
    }
}

/* Trusted Clients/Logos */

.logo-card {
    display: grid;
    place-items: center;
    height: 96px;
    padding: 16px 24px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
}

.logo-card img {
    max-height: 56px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(0);
}

#logo-splide .splide__slide {
    padding: 0 10px;
}

.logo-fallback {
    font-weight: 600;
    color: #111;
}

/* Root containment */
#logo-splide {
    overflow-x: clip;
}

#logo-splide .splide__track {
    overflow: hidden;
}

#logo-splide .splide__slide {
    height: auto;
}

/* Card + image */
.row-logos .container {
    max-width: 100% !important;
    padding: 0;
}

.row-logos .logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 96px;
    padding: 16px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
}

.row-logos .logo-card img {
    max-width: 100%;
    max-height: 56px;
    height: auto;
    width: auto;
    object-fit: contain;
}

/* Mobile tweaks */
@media (max-width: 767.98px) {

    #logo-splide {
        margin: 0;
    }

    .row-logos .logo-card {
        height: 88px;
        border-radius: 12px;
    }

}

/* Testimonials */

.t-card {
    position: relative;
    padding: 32px;
    padding: 12%;
    height: 450px;

    background: #fff;
    border-radius: 30px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    color: #111;

    display: flex;
    flex-direction: column;
    justify-content: center;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease,
        color 0.25s ease;
}

.t-quote {
    width: 52px;
    height: 40px;

    opacity: 0.9;
}

.t-text {
    margin: 28px 0 18px 0;
    line-height: 1.6;
    font-weight: 400;
}

.t-name {
    margin: 0;
    font-weight: 600;
    font-size: 18px !important;
}

.row-testimonials .splide__list {
    align-items: center;
}

.splide__slide:not(.is-active) .t-card {
    transform: scale(0.96);
    opacity: 1;
}

.splide__slide.is-active .t-card {
    background: linear-gradient(135deg, #344B7F, #7A7BBB);
    color: #fff;
}

.splide__slide.is-active .t-name {
    color: #fff;
}

.splide__slide.is-active .t-quote {
    filter: invert(1);
    opacity: 0.95;
}

.row-testimonials .splide__slide.is-active article {
    height: 500px;
    padding: 12% !important;
}

.splide__slide:not(.is-active) .t-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 30px;

    border: 2px solid var(--white);
}

.row-testimonials #testimonials-splide .splide__arrows,
.row-testimonials #testimonials-splide .splide__pagination {
    display: none !important;
}

@media (min-width: 992px) {

    /* Testimonials */
    .row-testimonials #testimonials-splide .splide__slide {
        position: relative;
        z-index: 1;
    }

    .row-testimonials #testimonials-splide .splide__slide.is-prev {
        z-index: 30;
    }

    .row-testimonials #testimonials-splide .splide__slide.is-active {
        z-index: 20;
    }

    .row-testimonials #testimonials-splide .splide__slide.is-next {
        z-index: 10;
    }

    .row-testimonials .splide__slide:not(.is-prev):not(.is-active):not(.is-next) {
        visibility: hidden;
    }
}

@media (min-width: 992px) {

    .row-testimonials #testimonials-splide .splide__track,
    .row-testimonials #testimonials-splide .splide__list {
        overflow: visible;
    }
}

/* Row Six */

.home-row-six .col-lg-3 {
    margin: 10px;
    width: calc(25% - 20px);
    padding: 40px;
    border-radius: 30px;
}

/* Row Seven / Row Contact */

.gform-body input {
    padding: 20px 15px !important;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
}

.gfield--type-fileupload {
    background-color: var(--white);
    border: 1px solid #fff;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 25px 15px 0 15px;
}

div#gform_drag_drop_area_1_8 {
    position: relative;
    background-color: var(--white);
    border: none;
    padding: 10px 10px 20px 10px;
}

span#gfield_upload_rules_1_8 {
    display: none;
}

.gform_button {
    padding: 15px 30px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    background-color: var(--red) !important;
    color: var(--white) !important;
    border: none;
    border-radius: 100px;
    min-width: 243px;
    text-align: center;
    text-decoration: none;
    transition: all .75s;
}

#gform_browse_button_1_8.gform_button_select_files {
    width: 56px;
    height: 56px;
    padding: 0;
    border: 0;
    background: none;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    position: relative;
}

#gform_browse_button_1_8.gform_button_select_files::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("https://virtualsecurity.smartboost.dev/wp-content/uploads/2025/09/upload.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#gform_browse_button_1_8.gform_button_select_files:hover::before {
    transform: scale(1.03);
}

#gform_browse_button_1_8.gform_button_select_files:active::before {
    transform: scale(0.98);
}

#gform_browse_button_1_8.gform_button_select_files:focus-visible {
    outline: 2px solid #0d6efd;
    outline-offset: 3px;
    border-radius: 8px;
}

span.gform_drop_instructions {
    display: none !important;
}

#gform_browse_button_1_8.gform_button_select_files {
    width: 45px;
    height: 45px;
}

/* Row Eight */

.home-row-eight .industry-card {
    min-height: 385px;
    padding: 20px;
}

.home-row-eight .industry-card__content {
    position: absolute;
}

.home-row-eight .industry-card h3 {
    margin-bottom: 0 !important;
}

/* Row Nine */

.row-faq .container {
    background-color: var(--white);
    border-radius: 30px;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.row-faq a,
.row-faq a:hover {
	color: var(--black);
}

.row-faq a.btn-cta {
	color: var(--white);
}

.row-faq a.btn-cta:hover {
	color: var(--black);
}

.accordion {
    --bs-accordion-border-color: none !important;
}

.accordion-button {
    font-family: 'Inter', sans-serif;
    font-size: 18px !important;
    color: var(--black) !important;
    font-weight: 700 !important;
}

.accordion-item {
    border-bottom: 1px solid #D8D8D8 !important;
    margin-bottom: 15px !important;
}

.accordion .accordion-item:last-of-type {
    border-bottom: none !important;
}

.accordion-body {
    padding-bottom: 10px !important;
}

.accordion-body,
.accordion-body p {
    font-family: 'Inter', sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    color: var(--black) !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
    background-color: var(--white) !important;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background-image: url("/wp-content/uploads/2025/09/plus.svg") !important;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    background-position: center;
    transform: none !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("/wp-content/uploads/2025/09/minus.svg") !important;
}

/* ********** SERVICES ********** */

.services-row-three ul li {
	padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
	font-weight: 500;
	color: var(--black);
	font-size: 18px;
}

.services-row-three ul li:last-of-type {
	border-bottom: none;
}

.services-row-three ul li img {
	margin-right: 15px;
}

.services-row-three ul li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-weight: 500;
	color: var(--black);
	font-size: 18px;
	padding-bottom: 0 !important;
	margin-bottom: 10px !important;
}

.services-row-three p {
	font-family: 'Inter', sans-serif;
	font-size: 16px !important;
	line-height: 1.3rem;
	font-weight: 600;
	margin-bottom: 25px;
	font-weight: 400 !important;
	margin-left: 38px;
}

.services-row-three .text-lavender p {
	margin-left: initial !important;
}

/* ********** GET A QUOTE ********** */

.contact-row-two .col-md-4 {
    margin: 10px;
    width: calc(33.333% - 20px);
    padding: 40px;
    border-radius: 30px;
}

/* ********** FAQ PAGE ********** */

.faq-hero p {
	font-weight: 400 !important;
}

/* ********** POLICY PAGES ********** */
.row-policy ul li p {
	margin-bottom: 0;
}

.row-policy a {
	color: var(--black);
	font-weight: initial;
}

/* ********** FOOTER ********** */

footer .d-flex span {
    font-size: 14px;
}

footer h4 {
    font-size: 14px !important;
    font-weight: 600 !important;
}

.footer-toggle {
	background-color: transparent;
    border: none;
    font-weight: 600;
}

footer p {
    font-size: 14px !important;
    font-weight: 400 !important;
}

footer ul {
    list-style: none;
    padding-left: 0px;
}

footer ul li {
    display: inline-block;
    margin: 0 20px;
}

@media (min-width: 992px) {
	
	.footer-accordion-title {
		display: none;
	}
	
}

ul#footer-menu-company li:last-of-type {
    margin-right: 0;
}

footer ul li a {
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
    text-decoration: none;
}

.subfooter a {
    font-size: 12px;
    font-weight: 400;
    color: var(--black);
    text-decoration: none;
}

.copyright,
.copyright a {
    font-size: 12px !important;
    font-weight: 400 !important;
}

.copyright a {
    text-decoration: underline;
}

/* ********** MEDIA QUERIES ********** */

@media (max-width: 1399px) {

    .container {
        max-width: 95% !important;
    }

}

@media (min-width: 992px) {
    .footer-menu.collapse {
        display: block !important;
        height: auto !important;
        visibility: visible !important;
    }

    .footer-toggle {
        cursor: default;
        pointer-events: none;
        /* heading just looks like a label */
    }

    .footer-caret {
        display: none;
    }
}

@media (max-width: 991px) {

    /* HOME */
    .splide__slide {
        width: calc(100% - 14.4px) !important;
    }

    /* Home Row Six */
    .home-row-six .col-md-6 {
        width: calc(50% - 20px) !important;
        margin: 10px;
        padding: 2rem;
    }

    /* Home Row Seven/Row Contact */
    .home-row-seven .container.mw-750 {
        max-width: 75% !important;
    }

    /* Home Row Seven */
    .home-row-eight .col-md-4 {
        width: 50%;
    }

    /* Row Testimonials */
	.t-card {
		height: initial !important;
	}
    .row-testimonials #testimonials-splide .splide__track {
        overflow: hidden;
    }

    /* NAVIGATION */

    /* FOOTER */
    footer .col-md-2.text-end.ps-4 {
        width: 100%;
        text-align: left !important;
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }

    footer .col-md-2.text-end.ps-4 .d-flex.justify-content-end {
        justify-content: flex-start !important;
    }

    footer .col-md-6.d-flex {
        width: 100% !important;
    }

    .col-copyright.col-md-6.text-end {
        text-align: left !important;
        margin-top: 5px !important;
    }

}

@media (max-width: 767px) {

	/* GENERAL */
	.py-10 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important;
	}
	
	.pt-10 {
		padding-top: 4rem !important;
	}
	
	.pb-10 {
		padding-bottom: 4rem !important;
	}
	
	.py-6 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}
	
	.pt-6 {
		padding-top: 2rem !important;
	}
	
	.pb-6 {
		padding-bottom: 2rem !important;
	}
	
	.desktop {
		display: none !important;
	}

	tablet {
		display: none !important;
	}

	.mobile {
		display: block !important;
	}
	
    /* HOME */
    .hero-home p,
    .hero-home .btn-cta-white {
        display: none;
    }

    .hero-home .row {
        position: relative;
    }

    .hero-home .col-lg-8 {
        position: absolute;
        bottom: 250px;
    }

    .hero-home .btn-container {
        background-color: var(--white);
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 25px 10px;
        z-index: 100;
    }

    .hero-home .btn-container .btn-cta-red {
        max-width: 100% !important;
        width: 100%;
    }

    .t-card {
        padding: 28px;
        border-radius: 20px;
    }

    .t-text {
        font-size: 0.95rem;
    }

    /* Row Two */
    .home-row-two .container {
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .splide {
        visibility: visible !important;
    }

    #solutions-splide-mobile .industry-card {
        min-height: 320px;
    }

    #solutions-splide-mobile {
        margin: 0;
        overflow-x: clip;
    }

    #solutions-splide-mobile .splide__track {
        overflow: hidden;
    }

    #solutions-splide-mobile .splide__slide {
        height: auto;
    }

    #solutions-splide-mobile .industry-card {
        min-height: 320px;
        border-radius: 22px;
        background-size: cover;
        background-position: center;
        position: relative;
        overflow: hidden;
    }

    #solutions-splide-mobile .industry-card__overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.55) 100%);
        z-index: 1;
    }

    #solutions-splide-mobile .industry-card__content {
        position: absolute;
        left: 16px;
        right: 16px;
        bottom: 16px;
        z-index: 2;
        color: #fff;
    }

    #solutions-splide-mobile .splide__pagination {
        bottom: -6px;
    }

    #solutions-splide-mobile h3,
    #solutions-splide-mobile p {
        color: var(--white) !important;
    }

    .d-md-none {
        overflow-x: clip;
    }

    /* Home Row Three */
    .home-row-three .col-12.col-md-6.col-lg-4 {
        margin-top: 0;
    }

    .home-row-three .col-12:first-of-type .industry-card {
        padding-top: 0;
    }

    .home-row-three .col-12:first-of-type .industry-card__content {
        border: none;
    }

    .home-row-three .industry-card {
        min-height: initial;
        background-image: none !important;
        box-shadow: none !important;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        border-radius: 0 !important;
    }

    .industry-card__overlay {
        display: none;
    }

    .home-row-three .industry-card__content {
        position: initial;
        border-top: 1px solid #D8D8D8;
        border-radius: 0;
        padding-top: 25px;
    }

    .industry-card h3,
    .industry-card p {
        color: var(--black);
    }

    /* Row Logos */
    .row-testimonials .container {
        max-width: 100% !important;
        padding: 0;
    }

    .splide__slide {
        max-width: 300px !important;
    }

    /* Row Testimonials */
    .row-testimonials .splide__slide article,
    .row-testimonials .splide__slide.is-active article {
        height: initial !important;
    }

    /* Home Row Six */
    .home-row-six .col-md-6 {
        padding: 2rem;
        width: calc(100% - 20px) !important;
        display: flex;
        text-align: left;
    }

    .home-row-six .col-md-6 img {
        height: 30px;
        width: 30px;
        margin-right: 15px;
    }

    .home-row-six h3.mt-4 {
        margin-top: 0 !important;
    }

    .gform-body input {
        padding: 10px 15px !important;
    }

    /* Row Contact */
    .home-row-seven .container.mw-750 {
        max-width: 95% !important;
    }

    /* Row Eight */
    .home-row-eight .container {
        max-width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }

    .home-row-eight .col-md-12 {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }

    #industries-secondary-splide {
        margin: 0;
        overflow-x: clip;
    }

    #industries-secondary-splide .splide__track {
        overflow: hidden;
    }

    #industries-secondary-splide .splide__slide {
        height: auto;
    }

    #industries-secondary-splide .industry-card {
        min-height: 320px;
        border-radius: 22px;
        background-size: cover;
        background-position: center;
        position: relative;
        overflow: hidden;
    }

    #industries-secondary-splide .industry-card__overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.55) 100%);
        z-index: 1;
    }

    #industries-secondary-splide .industry-card__content {
        position: absolute;
        left: 16px;
        right: 16px;
        bottom: 16px;
        z-index: 2;
        color: #fff;
    }

    #industries-secondary-splide .splide__pagination {
        bottom: -6px;
    }

    #industries-secondary-splide h3 {
        color: var(--white) !important;
    }
	
	/* SERVICES (MAIN) */
	.row-mobile-reverse {
		flex-direction: column-reverse;
	}
	
	.services-row-three .col-md-6.pe-5 {
		padding-right: calc(var(--bs-gutter-x) * .5) !important;
    	padding-top: 2rem !important;
	}
	
	.services-row-three .row.py-6 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}
	
	.services-row-three .col-md-6.ps-5 {
		padding-left: calc(var(--bs-gutter-x) * .5) !important;
    	padding-top: 2rem !important;
	}
	
	/* GET A QUOTE */
	.contact-row-two {
		padding-top: 0 !important;
    	padding-bottom: 0 !important;
	}
	
	.contact-row-two .col-md-4 {
        padding: 2rem;
        width: calc(100% - 20px) !important;
        display: flex;
        text-align: left;
    }

    .contact-row-two .col-md-4 img {
        height: 30px;
        width: 30px;
        margin-right: 15px;
    }

    .contact-row-two h3.mt-4 {
        margin-top: 0 !important;
    }
	
	.contact-row-four {
		padding-top: 0 !important;
	}

    /* FOOTER */
    footer h4 {
        margin-bottom: 5px !important;
        margin-top: 10px !important;
        font-size: 16px !important;
    }

    footer ul li {
        margin-bottom: 3px;
    }

    footer.pb-6 {
        padding-bottom: 125px !important;
    }

    footer .col-md-6.d-flex {
        display: block !important;
        margin-bottom: 10px;
		text-align: center !important;
    }

    .subfooter .col-md-6.d-flex a {
        width: 100%;
        display: block;
    }

    .subfooter .divider {
        display: none;
    }

    .subfooter .info {
        display: block;
    }
	
	.footer-social {
		margin-top: 10px !important;
	}

    .footer-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: initial;
        border: 0;
        padding: 0;
        font: inherit;
        cursor: pointer;
    }

    .footer-caret {
        transition: transform .2s ease;
        margin-left: 5px;
    }

    .footer-toggle[aria-expanded="true"] .footer-caret {
        transform: rotate(180deg);
    }
	
	.col-copyright.col-md-6.text-end {
		text-align: center !important;
	}

}

@supports (-webkit-overflow-scrolling: touch) {

    @media (max-width: 430px) and (hover: none) and (pointer: coarse) {
        .hero-home .col-lg-8 {
            bottom: 300px !important;
        }
    }

}
