/*
Theme Name: Green Group Consulting
Theme URI: <THEME_URI>
Description: A Theme for WordPress with Bootstrap for styling.
Author: Metre, LLC
Author URI: https://metreagency.com/
Version: 1.0
*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");

body {
}

/*
    TYPE STYLES
*/
h1, h2, h3, h4, h5, h6 {
    font-family: "archivo", sans-serif;
    font-weight: 700;
    font-style: normal;
}
h1 {
    font-size: 56px;
}
p, a, li, span, label, input, textarea {
    font-family: "archivo", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.section-title {
    font-family: "archivo", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 11px;;
}
#dynamicNumber {
	color: #214029;
    font-size: 50px;
    font-family: 'Archivo Black';
    font-weight: 400;
}
#dynamicNumber2 {
	color: #214029;
    font-size: 50px;
    font-family: 'Archivo Black';
    font-weight: 400;
}
.dynamicNumberAfter {
	color: #214029;
    font-size: 20px;
    font-family: Archivo;
    font-weight: 500;
}

/*
    HEADER
*/
.ggc-logo {
    transition: transform 0.3s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.ggc-logo:hover {
    transform: scale(1.07);
}


/*
    NAV
*/
.navbar-tint {
    background: rgba(30, 30, 30, 0.6); /* dark tint, adjust color/opacity as needed */
    z-index: 1030; /* higher than most content */
    padding-top: 30px;
    padding-bottom: 20px;
}
.navbar>.container {
    justify-content: unset!important; /* Override Bootstrap's default centering */
}


/*
    GENERAL STYLES
*/
.row-accent-line-green, .row-accent-line-navy, .row-accent-line-light {
    position: relative;
    padding: 30px;
}
.row-accent-line-green::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 2px;
    height: 120px;
    background-color: #77bf43;
}
.row-accent-line-navy::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 2px;
    height: 120px;
    background-color: #162131;
}
.row-accent-line-light::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 2px;
    height: 120px;
    background-color: #fdf4e3;
}
.row-accent-line-green p.section-title {
    color: #77bf43;
}

.signup-tint {
    background: rgba(33, 64, 41, 0.96); /* dark tint, adjust color/opacity as needed */
    border: 32px solid rgba(33, 64, 41, 0); /* green border */
    color: #fff!important
}
.article-container {
    margin-top: 120px;
}
.services-homepage {
    margin: 18px;
    max-width: 415px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.about-page-services-container {
    margin: 0 8px;
}
.about-page-services {
    background-color: transparent;
    border: 1px solid #77bf43;
    padding: 20px;
    padding-top: 34px;
    margin: 10px;
    max-width: 48%;
    transition: background-color 0.5s ease-in-out, width 0.5s ease-in-out;
}
.about-page-services:hover {
    background-color: #77bf43;
    border: 1px solid #77bf43;
    color: #162131;
}

/* SERVICES PAGE */
.kt-blocks-modal-link {
    width: 100%;
    margin: 10px!important;
}
#pre-anchor, #epr-anchor, #lca-anchor, #strat-anchor, #advisory-anchor {
    padding-top: 118px; 
    margin-top: -118px;
}



/* Custom bullet style for lists */
ul.wp-block-list {
    list-style-type: circle;
    padding-left: 1em;
}

ul.wp-block-list li::marker {
    color: #77bf43;
}




@media screen and (max-width: 1199px) {
    .about-page-services {
        max-width: 31%;
    }
}
@media screen and (max-width: 991px) {  
    .about-page-services {
        max-width: 47%;
    }
}
@media screen and (max-width: 767px) {  
    .about-page-services {
        max-width: 100%;
    }
}

.wrapper-fix {
    width: 100%; 
    height: auto; 
    background-color: #214029; 
    min-height: 530px;
    color: #fff
}

/* Overlapping Images */

@media screen and (min-width: 992px) {
.overlapping-images {
position:relative;
}

.overlapping-images .image-top-right {
position: relative;
top: 3rem;
right: 3rem;
z-index: 5;
}
.overlapping-images .image-bottom-left {
position: absolute;
bottom: -14em;
left: 1rem;
z-index: 15;
}
.overlapping-images .image-right {
position: absolute;
bottom: 100px;
right: .5rem;
z-index: 15;
}
}

@media screen and (max-width: 991px) {
.overlapping-images {
position:relative;
min-height: 600px;
}
.overlapping-images .image-top-right {
position: absolute;
max-width: 75%;
top: 0;
right: 1rem;
z-index: 5;
}
.overlapping-images .image-bottom-left {
position: absolute;
max-width: 75%;
bottom: 7em;
left: 20px;
z-index: 15;
}
.overlapping-images .image-right {
position: absolute;
max-width: 75%;
bottom: 90px;
right: 20px;
z-index: 15;
}


}
@media screen and (max-width: 600px) {
.overlapping-images {
position:relative;
min-height: 550px;
}
.overlapping-images .image-top-right {
position: absolute;
right: -.5rem;
width: auto;
}
.overlapping-images .image-bottom-left {
position: absolute;
left: 2rem;
width: auto;
}
.overlapping-images .image-right {
position: absolute;
right: -.1rem;
width: auto;
}
}


@media screen and (max-width: 500px) {
.overlapping-images {
position:relative;
min-height: 300px;
}
.overlapping-images .image-top-right {
position: relative;
top: 0;
right: 0;
margin: 0 auto;
max-width: 100%;
}
.overlapping-images .image-bottom-left {
position: relative;
bottom: 0;
left: 0;
margin: 0 auto;
max-width: 100%;
}
.overlapping-images .image-right {
position: relative;
bottom: 0;
right: 0;
margin: 0 auto;
max-width: 100%;
}
.wp-block-image .alignright, .wp-block-image .aligncenter, .wp-block-image .alignleft {
float: unset;
margin: 0 auto;
padding: 10px;
}
}




/*
    ANIMATED ARROW ON HOVER
*/
a.link-arrow {
    text-align: center;
}
.link-arrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
    color: #162131;
    margin-top: 13px;
    margin-bottom: 30px;;
}

.link-arrow .arrow {
    display: inline-block;
    margin-left: 8px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    color: #77bf43;
    transition: transform 0.2s;
}

.link-arrow .arrow svg {
    fill: currentColor;
    width: 100%;
    height: 100%;
    display: block;
}

.link-arrow:hover .arrow {
    animation: arrow-bounce 0.6s;
}

@keyframes arrow-bounce {
    0%   { transform: translateX(0); }
    30%  { transform: translateX(8px); }
    50%  { transform: translateX(4px); }
    70%  { transform: translateX(12px); }
    100% { transform: translateX(0); }
}









/*
    FORMS
*/


/*
    BUTTONS
*/
a.btn, body .gform_wrapper .gform_footer input[type=submit], a.btn.btn-custom {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 32px;
    letter-spacing: 1px;
}
a.btn.btn-primary {
    background-color: #77bf43;
    border-color: #77bf43;
    color: #fff;

}
a.btn.btn-primary:hover {
    background-color: #6f8b2c;
    border-color: #6f8b2c;
    color: #fff;
}
a.btn.btn-secondary {
    background-color: transparent;
    border-color: #77bf43;
    color: #fff;
}
a.btn.btn-secondary:hover {
    background-color: #14311A;
    border-color: #77bf43;
    color: #fff;
}

a.btn.btn-secondary.alternate-btn, body .gform_wrapper .gform_footer input[type=submit] {
    background-color: #fff;
    border-color: #162131;
    color: #162131;
}
a.btn.btn-secondary.alternate-btn:hover, body .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #162131;
    border-color: #162131;
    color: #fff;
}

/* KADENCE TWEAKS */
.kadence-blocks-gallery-item__caption {
    font-weight: ;

}


/*
    FOOTER
*/
footer {
    background-color: #14311A;
    padding-top: 60px;
    padding-bottom: 25px;
    color: #fff;
}
hr.footer-divider {
    border-top: 2px solid #77bf43;
    margin: 20px 0 6px;
    opacity: 1;
}
.copyright {
    font-size: 11px;
}
.footer-address {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
    margin-left: 7px;
}
.services-footer a {
    font-weight: 700!important;
}
img.footer-logo {
	text-align: left!important;
	margin-bottom: 12px;
    max-width: 202px;
}


/*
    MEDIA QUERIES
*/

@media (max-width: 575.98px) {

}


@media (max-width: 767.98px) {

}


@media (max-width: 991.98px) {

}


@media (max-width: 1199.98px) {

}
