/*
Theme Name: Quicklaunch Child
Theme URI:
Template: quicklaunch-parent-theme
Author: We Are Northwest
Author URI: http://www.quicklaunch.co/
Description: Child theme.
Version: 1.0
*/

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

/** {font-family: 'PT Serif', sans-serif;}*/

.no-gutter .col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 28px 0 !important;
    font-weight: 100;
}

h1 {font-size: 40px; line-height: 50px;}
h2 {font-size: 35px; line-height: 42px;}
h3 {font-size: 30px; line-height: 38px;}
h4 {font-size: 25px; line-height: 32px;}
h5 {font-size: 18px; line-height: 24px;}
h6 {font-size: 14px; line-height: 20px;}

@media (min-width: 992px) {
	h1 {font-size: 60px; line-height: 70px;}
	h2 {font-size: 40px; line-height: 50px;}
	h3 {font-size: 35px; line-height: 45px;}
	h4 {font-size: 30px; line-height: 40px;}
	h5 {font-size: 20px; line-height: 30px;}
	h6 {font-size: 16px; line-height: 24px;}
}

b {font-weight: 700}

p {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 18px 0;
    font-weight: 300;
}


@media (min-width: 992px) {
	p {
		font-family: 'Inter', Arial, sans-serif;
		font-size: 18px;
		line-height: 28px;
		margin: 0 0 18px 0;
		font-weight: 300;
	}
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
}

.green-text {color: #31ce13;}
.white-text {color: #fff;}
.darkbg {background-color: #143132; color: #fff;}
.darkbg2 {background-color: #254e4e;}
.lightbg {background-color: #f0fbfb;}
.greenbg {background-color: #31ce13;}
.small {
    font-size: 85%;
	line-height: 150%;
}

.site-band {
    padding-top: 30px;
    padding-bottom: 30px;
}
.site-band.top {
    padding-top: 30px;
    padding-bottom: 0px;
}
.site-band.bottom {
    padding-top: 0px;
    padding-bottom: 30px;
}

@media (min-width: 992px) {
    .site-band {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .site-band.top {
        padding-top: 70px;
        padding-bottom: 0px;
    }
    .site-band.bottom {
        padding-top: 0px;
        padding-bottom: 70px;
    }
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
}
table th, table td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}
table th {
    background: #f5f5f5;
}

.site-band ul,
.site-band ol {
    margin-bottom: 28px;
}

.content ul li,
.content ol li,
.site-band ul li,
.site-band ol li,
.role ol li,
.role ul li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

@media (min-width: 992px) {
	.content ul li,
	.content ol li,
	.site-band ul li,
	.site-band ol li,
	.role ol li,
	.role ul li {
		font-size: 18px;
		line-height: 28px;
		font-weight: 300;
	}
}

.slick-slide img {
    display: block;
    width: 100%;
}

a {
    color: #31ce13;
    text-decoration: none;
}
a:hover {
    color: #31ce13;
    font-weight: 500;
}

.brand {
	width: 200px;
    margin: 20px 0;
	padding: 0px !important;
}

.brand img {
	width: 100%;
	height: auto;
}

.bgimg .vc_column-inner {
    height: 100%;
    min-height: 400px;
}

.bl {
    font-family: 'Inter', Arial, sans-serif;
    display: inline-block;
    padding: 20px 40px;
    border-radius: 40px;
    font-size: 18px;
    text-decoration: none;
    border: 0px;
}
.bl.green {
    background-color: #67d74a;
    color: #fff;
}

.bl:hover {}
.bl.green:hover {}

/* Animated underline on hover */
.link {
  position: relative;
  display: inline-block;       /* so the underline matches the text width */
  text-decoration: none;       /* remove default underline */
  color: inherit;
  color: #000;
  padding: 0 0 10px 0;
  font-weight: 500;
}

.link:hover {
    color: #31ce13;
}

.link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;                /* adjust gap below text as needed */
    height: 2px;                 /* line thickness */
    width: 100%;
    background: #31ce13;         /* line colour */
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.link:hover::after,
.link:focus-visible::after {
    transform: scaleX(1);
}

/* Optional: visible keyboard focus */
.link:focus-visible {
    outline: 2px solid #31ce13;
    outline-offset: 2px;
}

/* Respect reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  .link::after { transition: none; }
}


/* Navigation */

header #topbar {
    background-color: #31ce13;
    padding: 10px 0;
    color: #fff;
}

header #topbar p {
    font-size: 16px;
    margin: 0px;
}

header {}

.navbar-toggler {
    color: #fff;
    padding: 20px;
    font-size: 1rem;
    line-height: 1;
    background-color: #31ce13;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}

#navbar-header button i a {
	color: #09478E !important;
}

#menu-wrap ul.navbar-nav li a {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    padding: 10px;
    color: #000;
}

.dropdown-menu {
    position: absolute;
    top: 173%;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #262626;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
}

.pipe {
    display: none;
}

.pipe a {
    color: #31ce13 !important;
    padding: 10px 0 !important;
}

@media (min-width: 992px) {
    .pipe {
        display: inline-block;
    }
    .pipe a {
        color: #31ce13 !important;
        padding: 10px 0 !important;
    }
}

.active {
    color: #31ce13 !important;
    font-weight: 700 !important;
    cursor: pointer;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #31ce13 !important;
    background-color: #000;
}

.dropdown-item.active, .dropdown-item:active {
    color: #31ce13;
    font-weight: 900;
    background-color: #000;
}

/* Nav END */

@media (min-width: 992px) {}

#hero-banner h1 {
    font-weight: 700;
}

#hero-banner {
    background-image: url('/wp-content/uploads/2025/09/vans.png');
    background-repeat: no-repeat;
    background-position: bottom center;
}

/**/

.count-number {
    font-weight: 700;
}
.counter-block:first-child {
    border-left: none;
}
.counter-block {
    padding: 35px 0;
    text-align: center;
    border-left: 1px solid #31ce13;
}
.counter-sub-title {
    font-weight: 300;
    font-size: 30px;
}

#hp-success,
#stats {
    overflow: hidden;
}

#hp-blogs {
    background: #FFF;
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 1%, rgba(238, 250, 250, 1) 100%);
    overflow: hidden;
}

/* Footer */

#ftr-stats {
    color: #fff;
}
#ftr-stats h2 {
    margin: 0px;
}

#ftr-logo {
    padding: 4% 0;
}

#ftr-links {
    padding-bottom: 4%;
}

#ftr-smallprint {
    border-top: 1px solid #fff;
    padding: 20px 0;
}

#ftr-smallprint p {
    margin: 0px;
}

#ftr-smallprint .vc_custom_1756379595304 {
    margin: 0px;
}

.ftr-logo {
    width: 290px;
    height: auto;
}

footer .wpb_content_element {
    margin-bottom: 0px;
}

footer .menu {
    margin: 0px 0px 30px 0px;
    padding: 0px;
    list-style-type: none;
}
footer .menu li {
    margin: 0 0 10px 0;
}
footer .menu li a {
    color: #fff;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}

footer .footer-block {
    background-color: #254e4e;
    color: #fff;
    margin-bottom: 30px;
    border-radius: 20px;
    padding: 30px;
}

footer .footer-block p {
    color: #67d74a;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}

footer .footer-block a {
    font-size: 3em;
    line-height: 1em;
    color: #fff;
    font-weight: 700;
}

#page-title {
    background-color: #f0fbfb;
    padding: 50px 0;
    background-image: url('/wp-content/uploads/2025/08/page-title-bg.png');
    background-position: right center;
    background-repeat: no-repeat;
}

#page-title h1 {
    font-weight: 700;
    margin-bottom: 15px !important;
}

.breadcrumb {}
.breadcrumb li {
    font-family: 'Inter', Arial, sans-serif;
}
.breadcrumb li:after {
    content: "/";
    padding: 0 5px;
    color: #31ce13;
    font-family: 'Inter', Arial, sans-serif;
}
.breadcrumb li:last-child:after {
    content: none;
}
.breadcrumb li span {
    font-weight: 300;
    font-family: 'Inter', Arial, sans-serif;
}
.breadcrumb li a span {
    color: #000;
    font-weight: 700 !important;
    font-family: 'Inter', Arial, sans-serif;
}

.service-block .vc_column-inner {
    padding: 30px;
    border-radius: 20px;
    background-color: #fff;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    min-height: 350px;
    position: relative;
    transition: background-color ease 0.5s;
}

.service-block:hover .vc_column-inner {
    background-color: #f3f7e9;
    transition: background-color ease 0.5s;
}

.service-block .vc_column-inner > .wpb_wrapper {
    position: absolute;
    bottom: 0px;
}


input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    color: #000;
    font-size: 18px;
    border: 0px;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #ccc;
}

.contact-info h4 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 10px 0 !important;
}
.contact-info a {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}
.contact-info {}

.social-icons {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.social-icons li {
    display: inline-block;
    margin: 0 5px;
}
.social-icons li a {
    display: inline-block;
    width: 60px;
    height: 60pxl;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    border-radius: 50%;
    border: 1px solid #000;
    color: #000;
    transition: background-color ease 0.5s;
}

.social-icons li a:hover {
    border: 1px solid #67d74a;
    background-color: #67d74a;
    color: #fff;
    transition: background-color ease 0.5s;
}

footer .social-icons {
    margin: 20px 0px;
    padding: 0px;
    list-style-type: none;
    float: none;
}


@media (min-width: 992px) {
	footer .social-icons {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		float: right;
	}
}
footer .social-icons li {
    display: inline-block;
    margin: 0 5px;
}
footer .social-icons li a {
    display: inline-block;
    width: 60px;
    height: 60pxl;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    transition: background-color ease 0.5s;
}

footer .social-icons li a:hover {
    border: 1px solid #67d74a;
    background-color: #67d74a;
    color: #fff;
    transition: background-color ease 0.5s;
}

/* Slider */

#project-page .service-block {
    position: relative;
    background-color: #f2f2f2;
    aspect-ratio: 16 / 9;
    background-image: url(/wp-content/uploads/2025/08/page-title-bg.png);
    background-position: -200px;
    background-repeat: no-repeat;
}

#project-page .service-block .service-block-inner {
    position: absolute;
    bottom: 20px;
    padding: 30px 0px 0px 0px;
    margin: 0 30px;
    width: calc(100% - 60px);
    border-top: 1px solid #ccc;
}

.result-text p {
	font-size: 24px;
	line-height: 1.5;
}

.project-details table {
	width: 100%;
	border: none;
}
.project-details table tr {
	border-bottom: 1px solid #fff;
}
.project-details table td {
	font-size: 16px;
	padding: 20px 0;
}

.project-details table td:nth-child(1) {
	width: 150px;
	font-weight: bold;
	vertical-align: top;
}

.featured-image {
	background-size: cover;
	min-height: 75vh;
	background-position: center center;
	position: relative;
	margin-bottom: 4%;
}

.project-overview {
    position: absolute;
    padding: 30px;
    background-color: #31ce13;
    bottom: -10%;
    width: 50%;
	color: #fff;
}
	
.project-details {
	background-color: #262626;
	padding: 30px;
	color: #fff;
}

.single-post-wrap .thumbnail {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}














