@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);

/* Deep Emerald (#007F5F) */
/* Bright Malachite (#38C172) */
/* Vibrant Malachite (#2FAF70) */
/* Soft Mint (#E6F2EF) */
/* Dark Forest Green (#1D3C34) */
/* text (#556B5E) */
/* icon and hero #1BE2B0 */
/* header fluorescent green #02FFBF */


body,
html {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    color: #6f6f6f;
}
::-webkit-scrollbar { width: 10px;  }/* for vertical scrollbars */
::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.1); }
::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.5); }

@media (min-width: 1200px) { 
    .container { width: 1100px }
}
h1 {
    font-weight: 900;
    text-transform: uppercase;
}
h1 small { text-transform: lowercase }

h2 {
    line-height: 24px;
    font-weight: 300;
    text-align: center;
}



h3 {
    line-height: 24px;
    font-weight: 300;
}

h4 {
    line-height: 24px;
    font-weight: 300;
}

h5 {
    font-size: 16px;
    line-height: 1.5;
}
p 
{ 
    font-size: 15px;
    line-height:1.5;
}

a {
    color: inherit;
    transition: all 0.5s;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #ffcc33;
}


.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block }
* html .clearfix { height: 1% }
.clearfix { display: block }

.bullet {
    font-size: 14px;
    font-weight: 300;
    color: #007F5F;
}

.row-contact{
    margin: 0px;
}

.text-std-footer{
padding:10px 0;
text-align:left;
}
/****************************************************/
/*-------------------------------------------------------------------------------------- Navigation */
/****************************************************/



/*----- landing page transparent bg menu */
#tf-menu {
    margin-bottom: 0;
    padding: 20px 0 0px 0;
    height: auto;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    border-bottom: solid 0px #1BE2B0;
    background-color: transparent;
    transform: translateY(0px); /* Optional: adds a slight slide-up effect */
    transition: opacity 0.9s ease-out, transform 0.9s ease-out; /* Define the slow transition */
}

.navbar{min-height:80px!important;}

.navbar-brand img {
    height: 30px;
    width: auto;
}

.navbar-nav {
    float: left;
    margin-left:30px;
}

.navbar-brand {
    padding: 0px 0px;

}

.menu-container {
    margin-left:0;
}

.navbar-nav > li > a {
    font-size: 14px;
    font-weight: 300;
    border-bottom: 2px solid transparent;
    padding: 2px 5px;
    margin: 3px 10px;
    text-transform: capitalize;
    transition: all 0.5s;
    font-family: 'Lato', sans-serif;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff !important;
}

.dropdown-menu > li > a {
    font-size: 14px;
    font-weight: 300;
    border-bottom: 2px solid transparent;
    padding: 2px 5px;
    margin: 3px 10px;
    text-transform: capitalize;
    transition: all 0.5s;
    font-family: 'Lato', sans-serif;
    color: #3E3E3E;
}



.dropdown-button a:focus {
    background-color: transparent !important;
}

.dropdown-menu {
    background-color: #EDEBEC !important;
    border-radius: 0px;
    border: 2px solid #D3D1D3;
}

.dropdown-element {
    font-size: 12px;
    font-weight: 300;
}

.dropdown-content .dropdown-menu-element {
    line-height: 3;
    margin: 0 10px;
    font-size: 12px;
    font-weight: 300;
}

.dropdown-menu .dropdown-menu-uline {
    border-bottom: 1px solid #F4F1F3;
}

.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #FFFFFF !important;
    border-bottom: 1px solid #FFFFFF;
}

.navbar-default .navbar-toggle {
    border-color: transparent
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #79F9D9 !important;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent
    }

        .navbar-default .navbar-toggle:hover > .navbar-default .navbar-toggle .icon-bar,
        .navbar-default .navbar-toggle:focus > .navbar-default .navbar-toggle .icon-bar {
            color: #79F9D9 !important;
        }




/*****************************************************************************************************************/
/*********************************************************************************  menu on scroll changes   ****/
/***************************************************************************************************************/

#menu-float-option {
    margin-left: 15%;
    transform: translateY(20px); /* Optional: adds a slight slide-up effect */
    transition: opacity 0.7s ease-out, transform 0.7s ease-out; /* Define the slow transition */
}

    #menu-float-option.shifted {
        margin-left: 15%;
        opacity: 1;
        transform: translateY(0);
    }



#tf-menu.appear {
    background-color: #007F5F;
    opacity: 1;
    transform: translateY(0);
}


/*******************************************************************************************************************/
/************************************************************************************ Display menu logo on scroll */
/*****************************************************************************************************************/

.animate-element {
    padding-top: 0px;
    opacity: 0;
    transform: translateY(20px); /* Optional: adds a slight slide-up effect */
    transition: opacity 0.7s ease-out, transform 0.7s ease-out; /* Define the slow transition */
}

    /* This class will be added by JavaScript to trigger the animation */

    .animate-element.is-visible {
        opacity: 1;
        transform: translateY(0);
    }

.animate-element-frame {
    opacity: 0;
    transform: translateY(20px); /* Optional: adds a slight slide-up effect */
    transition: opacity 0.7s ease-out, transform 0.7s ease-out; /* Define the slow transition */
}

    /* This class will be added by JavaScript to trigger the animation */

    .animate-element-frame.is-visible {
        opacity: 1;
        transform: translateY(0);
    }


.menuheader {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    color: #02FFBF;
    padding: 10px 20px 0 0;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
}

    .menuheader:hover {
        color: #FAF9FA;
    }


.menu-container {
    margin-left: auto;
    margin-right: auto;
}




.navbar-toggle {
    text-align: center;
    height: 55px;
    width: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 3px;
        border-radius: 1px;
        background-color: #ffffff;
        margin-left: 4px;
    }





/* Header Page */
#tf-header {
    padding: 20px 0;
    background: #ffcc33;
    margin-top: 70px;
    color: #ffffff;
}
#tf-header .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    margin-left: -10px;
    margin-top: -10px;
}
#tf-header .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #FFF;
    content: "/\00a0";
}
#tf-header .breadcrumb > li a { color: #ffffff }


/* Hero Style */

#tf-home {
    background-color: #025641;
    background: url(../img/bg/malachite_heroBG_2000.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
    #tf-home .overlay {
        /* background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
        /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(0%,rgba(0,0,0,0.73)), color-stop(0%,rgba(0,0,0,0.66)), color-stop(0%,rgba(0,0,0,0.55)), color-stop(0%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
        /* background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 0%,rgba(0,0,0,0.66) 0%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 0%); /* Chrome10+,Safari5.1+ */
        /* background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
        /*background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.2) 17%,rgba(0,0,0,0.1) 35%,rgba(0,0,0,0.1) 62%,rgba(0,0,0,0.2) 100%); /* W3C */
        padding: 10% 0 5% 0;
        background-attachment: fixed;
    }

    .overlay {
        background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.2) 17%,rgba(0,0,0,0.1) 35%,rgba(0,0,0,0.1) 62%,rgba(0,0,0,0.2) 100%); /* W3C */
    }



/* Hide mobile logo on desktop */
.logo-mobile {
    display: none;
}




#tf-home h1 {
    color: #ffffff !important;
    font-family: Lato !important;
    font-weight: 900;
    font-size: 44px;
    margin-bottom: 30px;
}

#tf-home h2 {
    color: #ffffff !important;
    font-family: Lato !important;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
}

.hero-subheader-h3 {
    color: #ffffff !important;
    font-family: Lato !important;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 30px;
}



    /* Home Hero height */
    

    #tf-home .hero-container {
        text-align: center;
    }

    #tf-home .hero-content {
        width: 100%;
        padding: 0 27%;
    }

.hero-wrapper{
    padding: 10px 0 10px 0;
}

#tf-services-hero {
    background-color: #025641;
    background: url(../img/bg/malachite_heroBG_2000.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}


    #tf-services-hero .hero-header
{
    color: #ffffff !important;
}


#tf-about-hero {
    background-color: #025641;
    background: url(../img/bg/malachite_heroBG_2000.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
}

#tf-faq-hero {
    background-color: #025641;
    background: url(../img/bg/malachite_heroBG_2000.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
}

#tf-contact-hero {
    background-color: #025641;
    background: url(../img/bg/malachite_heroBG_2000.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
}


#tf-about-intro h1 {
    color: #6f6f6f !important;
    font-family: Lato !important;
    font-weight: 300;
    font-size: 36px;
    margin-bottom: 10px;
}

#tf-about-intro {
    border-bottom: solid 1px #F0F4F4;
    margin-bottom: 40px;
    background-color: #fafafa;
    padding-bottom: 40px;
}


#tf-services-hero .hero-container {
    text-align: center;
}

#tf-services-hero .hero-content {
    margin: 50px 0px;
}

#tf-services-hero h2 {
    margin: 50px 0px 20px 0px;
    font-weight: 700;
}

#tf-about-hero .hero-container {
    text-align: center;
}

#tf-about-hero .hero-content {
    margin: 50px 0px;
}

#tf-contact-hero .hero-container {
    text-align: center;
}


/* Header Phone Styling */
.header-contact {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.phone-label {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 1px;
    margin-right: 12px;
}

.header-phone {
    color: #02FFBF;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
}

    .header-phone i {
        margin-right: 6px;
    }

    .header-phone:hover {
        opacity: 0.8;
        color: #02FFBF;
    }

    .header-phone:focus{
        opacity: 0.8;
        color: #02FFBF;
    }

.wa-phone {
    color: #02FFBF;
}

    .wa-phone:hover {
        opacity: 0.8;
        color: #02FFBF;
    }

    .wa-phone:focus {
        opacity: 0.8;
        color: #02FFBF;
    }

.wa-phone-green {
    color: #007F5F;
    font-weight: 600;
}

    .wa-phone-green:hover {
        opacity: 0.8;
        color: #007F5F;
    }

    .wa-phone-green:focus {
        opacity: 0.8;
        color: #007F5F;
    }

/* Mobile adjustment */
@media (max-width: 768px) {
    .header-contact {
        float: none;
        text-align: center;
        margin: 10px 0;
    }
}


/* Adjust on scroll */
#tf-menu.nav-scrolled .header-phone {
    color: #007F5F;
}

#tf-about-hero h2 {
    margin: 50px 0px 20px 0px;
    font-weight: 700;
}

#tf-faq-hero .hero-container {
    text-align: center;
}

#tf-faq-hero .hero-content {
    margin: 80px 0px 40px 0;
}

#tf-services-hero .hero-content {
    margin: 80px 0px 40px 0;
}

#tf-contact-hero .hero-content {
    margin: 80px 0px 40px 0;
}

#tf-about-hero .hero-content {
    margin: 80px 0px 40px 0;
}



#tf-contact-hero .hero-container {
    text-align: center;
}


#tf-contact-hero h2 {
    margin: 50px 0px 20px 0px;
    font-weight: 700;
}


#tf-home .hero-logo {
    z-index: 2;
    text-align: right;
}

    #tf-home .hero-grid {
        text-align: center;
    }

#tf-home .hero-header {
    font-family: 'Lato', sans-serif !important;
    font-weight: 900;
    line-height: 1.2;
    color: #ffffff;
    text-align: center;
    margin: 40px 0;
    text-transform: uppercase;
    z-index: 2;
}

#tf-home .hero-subheader {
    font-family: 'Lato', sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: #02FFBF!important;
    text-align: center;
    margin: 30px 0;
    z-index: 2;
}

#tf-home .hero-grid-wrapper {
    display: grid;
    grid-template-columns: 1fr; /* Column one is twice the width of column two */
    gap: 0px; /* Add spacing between columns */
}

.hero-grid-wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr; /* Column one is twice the width of column two */
    gap: 0px; /* Add spacing between columns */
}

.hero-grid-card {
    background-color: transparent;
    padding: 10px;
    height: auto;
    padding: 20px 0;
}

.hero-content {
    width: 100%;
}







/****************************************************/
/*-------------------------------------------------------------------  HOME - HERO Animation elements */
/****************************************************/

/* Hero Header zoom */

.zoom-element {
    /* Initial state: scaled down and potentially hidden */
    transform: scale(0);
    opacity: 0; /* Optional: hide until animation starts */
    animation: zoomIn 2s forwards ease-out; /* Apply the animation */
    animation-delay: 0.5s; /* Starts immediately */
}



@keyframes zoomIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        transform: scale(1); /* Zoom to normal size */
        opacity: 1;
    }
}


/* Hero sub Header fade in */

.fadein-element {
    opacity: 0;
    animation: fadeIn 1.5s ease-in forwards;
    animation-delay: 2s; /* Starts after item-1 finishes and a small pause */
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}





.CTAbtn {
    margin-top: 30px;
    
}

a.btn-hero-consultation {
    color: #000000;
    font-family: 'Lato' !important;
    font-size: 12px;
    font-weight: 500;
    border: 0px solid #1BE2B0;
    box-shadow: 3px 4px 4px 0 rgba(51,51,51,0.4);
    border-radius: 20px;
    padding: 8px 20px;
    transition: all 0.5s;
    background-color: #02FFBF;
    margin: 40px 40px 20px 0;
}

a.btn-hero-services {
    color: #ffffff;
    font-family: 'Lato' !important;
    font-size: 12px;
    font-weight: 500;
    border: 2px solid white;
    box-shadow: 3px 4px 4px 0 rgba(51,51,51,0.4);
    border-radius: 20px;
    padding: 8px 30px;
    transition: background-color 0.3s ease; /* Smooth transition for the color change */
    background-color: transparent;
    margin: 40px 0px 20px 20px;
}

a.btn-hero-consultation:hover {
    background-color: #1AD5A6;
}

a.btn-hero-services:hover {
    background-color: rgba(0, 0, 0, 0.3);
}


/* Hero buttons fade in and slide in */

/* button container for horizontal align */
.slidein-buttons {
    display: flex;
    justify-content: center;
    width: 100%; /* Or a specific width */
    overflow: hidden;
    position: relative; /* For positioning the buttons during animation */
}

.btn-hero-consultation, .btn-hero-services {
    visibility: hidden;
}

.btn-hero-consultation {
    animation: fadeIn 1s ease-in forwards, slideIn-left 1.5s forwards 0.5s; /* Animation for element2 */
    animation-delay: 3s; /* Starts after element1's animation (2s) finishes */
}

.btn-hero-services {
    animation: fadeIn 1s ease-in forwards, slideIn-right 1.5s forwards 0.5s; /* Animation for element2 */
    animation-delay: 3s; /* Starts after element1's animation (2s) finishes */
}


@keyframes slideIn-left {
    from {
        transform: translateX(-100%);
    }

    to {
        visibility: visible;
        transform: translateX(0);
    }
}

@keyframes slideIn-right {
    from {
        transform: translateX(100%);
    }

    to {
        visibility: visible;
        transform: translateX(0);
    }
}


.btn-primary {
    font-size: 14px;
    font-weight: 500;
    border: 0px solid #0E6750;
    background-color: #007F5F;
    padding: 8px 20px;
    transition: all 0.5s;
    color: #ffffff !important;
    border-radius: 0px;
    text-transform: uppercase;
}

    .btn-primary:hover {
        background-color: #38C172;
    }

.subheader-text {
    color: #556B5E;
    font-style: italic;
    text-align: center;
}

.subheader-height{
    height: 100px;
}

.content-heading p.lead {
    margin-bottom: 80px;
    color: #ffffff !important;
    font-weight: 400;
}
a.goto-btn-primary {
    font-size: 14px;
    font-weight: 500;
    border: 0px solid #0E6750;
    background-color: #053B2D;
    padding: 8px 20px;
    transition: all 0.5s;
    color: #ffffff !important;
    border-radius: 8px;
    text-transform: uppercase;
}

    a.goto-btn-primary:hover {
        color: #ffffff;
        background-color: #2E9F82;
        border: 1px solid #34AD8D;
    }

a.goto-btn-secondary {
    font-size: 14px;
    font-weight: 500;
    border: 0px solid #0E6750;
    background-color: #2E9F82;
    padding: 8px 20px;
    transition: all 0.5s;
    color: #ffffff !important;
    border-radius: 8px;
    text-transform: uppercase;
    margin-left: 30px;
}

    a.goto-btn-secondary:hover {
        color: #ffffff;
        background-color: #053B2D;
        border: 1px solid #34AD8D;
    }

.btn-hero-primary {
    background-color: #02FFBF;
    color: white;
    padding: 14px 28px;
    text-decoration: none;
    font-weight: 600;
}

.btn-hero-secondary {
    border: 2px solid white;
    color: white;
    padding: 14px 28px;
    text-decoration: none;
    margin-left: 10px;
}



/* Sections Style */
.section-header-contact {
    padding: 10px 0 0px 0;
    text-align: center;
}

.section-header {
    padding: 30px 0 0px 0;
    text-align: center;
}

.section-header-text {
    padding-bottom: 40px;
    line-height:1.5;
}

    

    .section-header h5 {
        letter-spacing: 1px
    }

.services-blurb{
    padding: 20px 50px; 
}

.highlight {
    color: #007F5F;
}

.hr-divider {
    /* Remove default hr styling */
    border: none;
    height: 1px; /* Define the height of the line itself */
    background-color: #f9f9f9; /* Color of the line */
    margin: 20px 0; /* Add vertical margin for spacing */
    /* Apply the box-shadow */
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}



.divider-sections-top {
    height: 0px;
    background-color: #CEEEE6;
}

.divider-sections-bottom {
    height: 0px;
    background-color: #C3E1D9;
}

.blurb-container {
    background-color: #ffffff;
    text-align: center;
    padding: 0px 20px;
    width: 100%;
}

.about-blurb-container {
    background-color: #F5F7F7;
    text-align: center;
    padding: 30px 0;
    width: 100%;
    border-top: solid 1px #F0F4F4;
    border-bottom: solid 1px #F0F4F4;
}

.blurb-text {
    color: #556B5E;
    font-style: italic;
}

.text-blurbs-header {
    color: #007F5F;
    font-weight: 500;
    font-size: 18px;
}

.text-indent {
    padding: 15px 20px 0 20px;
    text-align: left;
    font-weight: 300;
    font-size: 15px;
    color: #007F5F;
}

.text-std-contact {
    padding: 20px 0px;
    text-align: left;
    color: #007F5F;
}

.text-indent-30 {
    padding: 15px 20px 0 30px;
    text-align: left;
    font-weight: 300;
    font-size: 15px;
    color: #007F5F;
}

.text-green {
    padding:20px 0px ;
    text-align: left;
    font-weight: 300;
    font-size: 15px;
    color: #007F5F;
    line-height:1.5;
}

.text-std {
    padding: 10px 0px;
    text-align: left;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
}

.text-std-center {
    padding: 0px 0px;
    text-align: center;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
}

.text-std-center-faq {
    padding: 0px 0px;
    text-align: center;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
}

.text-std-center-contact {
    padding: 0px 0px;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    color: #007F5F;
}

.header-text-std {
    padding: 10px 0px;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
}

.header-text-green {
    padding: 20px 0px 10px 0;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    color: #007F5F;
}

.header-text-green-center {
    padding: 10px 0px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #007F5F;
}
.header-padding30 {
    padding: 30px 0px 0px 0px!important;
}

.std-text-center{
text-align:center;
font-weight:300;
}

/* Experience Style */
#tf-experience-strip {
    background-color: #ffffff;
    padding-bottom: 30px;
    margin-bottom:30px;
}



.about-trust-strip {
    background-color: #fafafa;
    padding: 30px 0;
    text-align: center;
    font-weight: 300;
}


/* Services Style */



a.card-services-btn {
    font-size: 14px;
    font-weight: 500;
    border: 0px solid #0E6750;
    background-color: #007F5F;
    padding: 8px 20px;
    transition: all 0.5s;
    color: #ffffff !important;
    border-radius: 0px;
}

    a.card-services-btn:hover {
        color: #ffffff;
        background-color: #2E9F82;
        border: 1px solid #34AD8D;
    }


.services-card-body{
    margin: 20px 0px 0 20px;
}



.services-card {
    background-color: #ffffff !important;
    border: solid 0px #E6F2EF !important;
    padding: 0px 0px 10px 0px !important;
    border-radius: 8px;
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

.clients-card {
    background-color: #ffffff !important;
    border: solid 0px #E6F2EF !important;
    padding: 10px 10px 20px 10px !important;
    border-radius: 8px;
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

.card-header-services {
    font-size: 18px;
    background-color: #007F5F !important;
    color: #ffffff;
    padding: 10px !important;
    -webkit-border-top-left-radius: 8px !important;
    -webkit-border-top-right-radius: 8px !important;
    border-bottom: 0px solid #D6E5E1;
}

/* Choose us Style */

#tf-choose {
    padding: 30px 0px;
    text-align: center;
}

#tf-about {
    padding-bottom: 50px;
    text-align: center;
}

#tf-contact {
    padding: 30px 0;
    text-align: center;
    background-color: #ffffff;
}

/* Process Style */

#tf-process {
    padding: 30px 0;
    text-align: center;
    background-color: #fafafa;
    border-top: solid 1px #F0F4F4;
}

#tf-services {
    background-color: #D7DAD9;
    padding: 30px;
    text-align: center;
    border-bottom: solid 1px #F0F4F4;
}

#tf-clients {
    background-color: #F5F7F7;
    padding: 30px;
    text-align: center;
    border-top: solid 1px #F0F4F4;
    border-bottom: solid 1px #F0F4F4;
}

#tf-LCTA {
    background-color: #FFFFFF;
    padding: 30px 0;
    text-align: center;
}


.hline {
    position: absolute;
    width: 100%;
    padding: 5px;
    border-left: 3px solid #ffffff;
    left: 20%;
}

.padding-bottom20{
padding: 0px 0 20px 0;
}

.hr-expertise {
    border: solid 2px #FAF9FA;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
    margin:20px 0;
}

.hr-expertise-bottom {
    border: solid 1px #FAF9FA;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
    margin: 20px 0 20px 0;
}

.row-expertise {
    margin-top: 40px;
}

/* Grid cards */
.card {
    padding: 15px 10px;
    text-align: left;
}

.card-intro {
    padding: 10px 10px;
    text-align: left;
}


.card-commit {
    padding: 10px 0px;
    text-align: left;
}

.card-expertise-vline-rt {
    border-right: double 5px #FAF9FA;
}

.card-expertise-vline-left {
    border-left: double 5px #FAF9FA;
}

.card-expertise {
    padding: 10px 10px;
    text-align: center;
    background-color: transparent;
    width: 100%;
    height: auto;
    margin: 0px auto;
    border-radius: 0px;
}

.card-button {
    padding: 20px 10px 20px 10px;
    text-align: center;
    margin-top:20px;
    font-style:normal;
}

.card-button-FAQ {
    padding: 20px 10px 20px 10px;
    text-align: center;
    margin-top: 0px;
    font-style: normal;
}

.card-button-left {
    padding: 20px 10px 10px 10px;
    text-align: left;
}

.card-button-align {
    padding: 20px 10px 10px 15px;
    text-align: left;
}


.card-text {
    padding: 0px 10px;
    text-align: center;
    font-weight: 300;
    font-size: 15px;
}

.card-text-subheader {
    padding: 10px 20px 20px 20px;
    text-align: center;
    /* background-color: #F8FAF9;*/
    font-weight: 300;
    font-style: italic;
    color: #007F5F;
    font-size:15px;
}
    /*background: url(../img/bg/testbg.png);*/


.card-text-left {
    padding: 10px 10px;
    text-align: left;
    font-weight: 300;
    font-size:15px;
}

.card-text-left-about {
    padding: 0px 10px;
    text-align: left;
    font-weight: 300;
    font-size: 15px;
}

.card-text-align {
    padding: 0px 10px;
    text-align: left;
    font-weight: 300;
    font-size: 15px;
}

.header-text {
    padding: 0px 10px;
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    color: #007F5F;
}

.header-text-about {
    padding: 0px 10px;
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    color: #007F5F;
}



.clients-card-text-bold {
    padding: 0px 10px;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    color: #007F5F;
}

.card-text-bold {
    padding: 0px 10px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #007F5F;
}

.card-text-bold-header {
    padding: 0px 10px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #007F5F;
}

.card-text-list {
    padding: 0px 30px;
    text-align: left;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.4;
}

.col-md-8-about{
    width:75%;
}

.card-text-list-about {
    padding: 0px 30px;
    text-align: left;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
}

.card-text-list li{
    padding: 10px 0 0 0;
   
}

.card-text-list-align {
    padding: 0px 0 0 30px;
}

.card-text-list-about {
    padding: 0px 30px;
    text-align: left;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
}

.std-card3-grid-container {
    text-align: center;
    margin: 0 0;
}

.std-card2-grid-container-footer {
    text-align: center;
    margin-left: 20%;
}


.std-card3-grid-wrapper {
    display: grid;
    /* Creates as many columns as possible that are at least 200px wide, 
     and lets them grow to fill the available space equally (1fr) */
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; /* Adds space between the columns and rows */
}

.std-card2-grid-wrapper-footer {
    display: grid;
    /* Creates as many columns as possible that are at least 200px wide, 
     and lets them grow to fill the available space equally (1fr) */
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; /* Adds space between the columns and rows */
}

.social-icons-footer{
    padding: 20px 0;
}

.std-card3-grid-wrapper-services {
    display: grid;
    /* Creates as many columns as possible that are at least 200px wide, 
     and lets them grow to fill the available space equally (1fr) */
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; /* Adds space between the columns and rows */
}


.card3-grid-wrapper-expertise {
    display: grid;
    /* Creates as many columns as possible that are at least 200px wide, 
     and lets them grow to fill the available space equally (1fr) */
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; /* Adds space between the columns and rows */
}


.std-card3-grid-card {
    background-color: #ffffff;
    padding: 20px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: solid 0.5px #FAF9FA;
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
    margin: 20px auto;
}

.std-img-grid-card {
    background-color: #ffffff;
    padding: 0px 10px;
    width: 100%;
    height: auto;
    border-radius: 0px;
    border: solid 0px #FAF9FA;
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
    margin: 0px auto 20px 0;
}

.std-img-grid-card-noshadow {
    background-color: transparent;
    padding: 15px 10px 0px 10px;
    width: 100%;
    height: auto;
    border-radius: 0px;
    border: solid 0px #EDF3F2;
    margin: 0px auto 20px 0;
}

.std-img-grid-card-services {
    background-color: transparent;
    padding: 15px 10px 0px 10px;
    width: 100%;
    height: auto;
    border-radius: 0px;
    border: solid 0px #EDF3F2;
    margin: 0px auto 20px 0;
}

.std-img-grid-card-commit {
    background-color: transparent;
    padding: 5px 10px 0px 10px;
    width: 100%;
    height: auto;
    border-radius: 0px;
    border: solid 0px #EDF3F2;
    margin: 0px auto 20px 0;
}



.std-img-grid-card-choose {
    background-color: transparent;
    padding: 20px 10px 10px 10px;
    width: 100%;
    height: auto;
    border-radius: 0px;
    border: solid 0px #EDF3F2;
    margin: 0px auto 20px 0;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
}



.shrink-box {
    background-color: transparent;
    padding: 10px 10px 10px 10px;
    width: 80%;
    height: auto;
    border-radius: 0px;
    border: solid 0px #EDF3F2;
    margin: 0px auto 20px 10px;
}

.move-right{
margin-left: 80px;
}

.std-img-grid-card-noshadow-noborder {
    background-color: #ffffff;
    padding: 10px 10px 10px 10px;
    width: 100%;
    height: auto;
    border-radius: 0px;
    border: solid 0px #EDF3F2;
    margin: 0px auto 20px 0;
}

.std-img-grid-card-noshadow-ceo {
    background-color: #ffffff;
    padding: 12px 10px 10px 0px;
    width: 100%;
    height: auto;
    border-radius: 0px;
    border: solid 0px #EDF3F2;
    margin: 5px auto 20px 0;
}

.std-card2-grid-container {
    text-align: center;
    margin: 0 0;
}

.card-about{
    padding: 10px 0;
}

.std-card2-grid-wrapper {
    display: grid;
    /* Creates as many columns as possible that are at least 200px wide, 
     and lets them grow to fill the available space equally (1fr) */
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; /* Adds space between the columns and rows */
}

.std-card2-grid-wrapper-choose {
    display: grid;
    /* Creates as many columns as possible that are at least 200px wide, 
     and lets them grow to fill the available space equally (1fr) */
    grid-template-columns: 1.25fr 1fr;
    gap: 10px; /* Adds space between the columns and rows */
}

.std-card2-grid-wrapper-about {
    display: grid;
    /* Creates as many columns as possible that are at least 200px wide, 
     and lets them grow to fill the available space equally (1fr) */
    grid-template-columns: 1fr 2.2fr;
    gap: 2px; /* Adds space between the columns and rows */
}

.std-card2-grid-wrapper-about-home {
    display: grid;
    /* Creates as many columns as possible that are at least 200px wide, 
     and lets them grow to fill the available space equally (1fr) */
    grid-template-columns: 1fr 2.2fr;
    gap: 2px; /* Adds space between the columns and rows */
}

.std-card2-grid-wrapper-clients {
    display: grid;
    /* Creates as many columns as possible that are at least 200px wide, 
     and lets them grow to fill the available space equally (1fr) */
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; /* Adds space between the columns and rows */
}

.std-card2-grid-wrapper-commitment {
    display: grid;
    /* Creates as many columns as possible that are at least 200px wide, 
     and lets them grow to fill the available space equally (1fr) */
    grid-template-columns: 2.2fr 1fr;
    gap: 20px; /* Adds space between the columns and rows */
}

.std-card2-grid-wrapper-services-payroll {
    display: grid;
    /* Creates as many columns as possible that are at least 200px wide, 
     and lets them grow to fill the available space equally (1fr) */
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; /* Adds space between the columns and rows */
}

.std-card2-grid-card {
    background-color: #ffffff;
    padding: 20px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: solid 0.5px #FAF9FA;
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
    margin: 20px auto;
}

.std-card4-grid-container {
    text-align: center;
    margin: 0 0;
}

.std-card4-grid-wrapper {
    display: grid;
    /* Creates as many columns as possible that are at least 200px wide, 
     and lets them grow to fill the available space equally (1fr) */
    grid-template-columns: repeat(4, 1fr);
    gap: 10px; /* Adds space between the columns and rows */
}



.std-card5-grid-container {
    text-align: center;
    margin: 0 0;
}

.std-card5-grid-wrapper {
    display: grid;
    /* Creates as many columns as possible that are at least 200px wide, 
     and lets them grow to fill the available space equally (1fr) */
    grid-template-columns: repeat(5, 1fr);
    gap: 10px; /* Adds space between the columns and rows */
}

.std-grid-card {
    background-color: transparent;
    padding: 20px;
    width: 100%;
    height: auto;
    border-right: solid 0px #0E6750;
    margin: 20px auto;
}

.std-grid-card-footer {
    background-color: transparent;
    padding: 20px;
    width: 100%;
    height: auto;
    border-right: solid 0px #0E6750;
    margin: 20px auto;
}

.process-grid-card {
    background-color: transparent;
    padding: 5px;
    width: 100%;
    height: auto;
    border-right: solid 0px #0E6750;
    margin: 20px auto;
    text-align:center;
}

.process-card {
    text-align: center;
}

.card-grid-line {
    height: auto;
    border-right: solid 1px #CEE0DC;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}






.services-intro-container {
    width: 70%;
    padding: 50px 0;
}

.section-container {
    width: 60%;
    padding: 50px 0;
}

.section-container-faq {
    width: 60%;
    padding: 20px 0;
}

.thankyou-container  {
    text-align:center;
    padding: 40px;
}


.thankyou-container h1 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    color: #007F5F;
    padding: 10px 20px 0 0;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
}

.thankyou-container p {
    font-weight: 300;
    text-transform: none;
    font-size: 15px;
    color: #007F5F;
    padding: 10px 20px 0 0;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
}


.nav.nav-pills > li > a {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 10px;
    border-bottom: 3px solid #cccccc;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.nav.nav-pills > li > a small {
    text-transform: lowercase;
    font-style: italic;
}
    .nav.nav-pills > li > a:hover,
    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #007F5F !important;
        padding: 10px;
        border-bottom: 0px solid #996600;
    }
.nav-pills > li > a { border-radius: 4px }
ul.features li span.fa {
    font-size: 35px;
    vertical-align: middle;
    margin-right: 20px;
    float: left;
    clear: both;
    margin-top: 5px;
}



.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0;
    outline: 0;
    outline-offset: 0;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.tf-btn {
    font-size: 12px;
    word-spacing: 2px;
    font-weight: 700;
    padding: 10px 20px;
    background-color: #333333;
    text-transform: uppercase;
    border-color: #333333;
    transition: all 0.5s;
}
.tf-btn:focus,
.tf-btn:hover {
    background-color: #333333;
    border-color: #ffcc33;
}
.color {
    background-color: #b30e19;
    border-color: #b30e19;
}
.color:focus,
.color:hover {
    border-color: #333333;
    background-color: #b30e19;
}

form#contact-form { padding: 40px 0 }
.contact form#contact-form {padding: 0}
.form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}


/* Footer */
#tf-footer {
    padding: 3% 20% 2% 20%;
    background-color: #8A8C8C;
    color: #ffffff;
    text-align: center;
}

.list-inline > li {
    padding-right: 20px !important;
}

.footer-links-header{
    font-size: 18px;
    font-weight:600;
    padding-bottom:15px;
    text-decoration:underline;
}

.footer-links:hover {
    color: #38C172 !important;
}

.footer-designedby {
    font-size: 14px;
    color: #02FFBF;
    padding: 20px 0;
    
}

.text-align-margin{
margin: 0 0 0 60px;
}

.highlight-footer {
    font-size: 15px;
    color: #02FFBF;
    padding: 10px 0;
}


ul.social li a i {
    font-size: 18px;
    background: transparent;
    width: 32px;
    height: 32px;
    padding: 7px 10px;
    text-align: center;
    border-radius: 50%;
    border-top-left-radius: 0;
    border: 1px solid transparent;
    color: #ffffff;
    transition: all 0.5s;
}
ul.social li a i:hover { border-color: #ffffff }





/* Blog Page */
.blog .media.post {
    background: #fff;
    padding: 10px;
    border: 1px solid #E9E9E9;
    border-bottom-color: transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}



.fancy {
    line-height: 0.5;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.fancy-header {
    font-size: 18px;
    font-weight: 600;
}

.fancy h2 {
    display: inline-block;
    position: relative;
}

    .fancy h2:before,
    .fancy h2:after {
        content: "";
        position: absolute;
        height: 10px;
        border-bottom: 1px solid #CEE0DC;
        top: 0px;
        width: 250px;
    }



.fancy-dark h2 {
    display: inline-block;
    position: relative;
}


    .fancy-dark h2:before,
    .fancy-dark h2:after {
        content: "";
        position: absolute;
        height: 10px;
        border-bottom: 1px solid #A4C7C7;
        top: 0px;
        width: 250px;
    }

.fancy-dark h2:before {
    right: 100%;
    margin-right: 20px;
}

.fancy-dark h2:after {
    left: 100%;
    margin-left: 20px;
}

    .fancy h2:before {
        right: 100%;
        margin-right: 20px;
    }

    .fancy h2:after {
        left: 100%;
        margin-left: 20px;
    }

#tf-services-intro {
    padding: 30px 0;
    text-align: center;
}

    #tf-services-intro h1 {
        font-size: 16px;
        color: #025641;
        line-height: 1.5;
        font-style:normal;
        font-weight:300;
        text-transform:none;
        margin: 2px 0;
        padding-top:8px;

    }



#tf-services-compliance, #tf-services-accounting {
    background-color: #F5F7F7;
    padding-bottom: 30px;
    text-align: center;
    border-bottom: solid 1px #F0F4F4;
    border-top: solid 1px #F0F4F4;
}

#tf-services-process, #tf-about-commitment {
    padding: 30px 0;
    text-align: center;
    background-color: #fafafa;
    border-bottom: solid 1px #F0F4F4;
}

#tf-services-payroll {
    background-color: #ffffff;
    padding-bottom: 30px;
    text-align: center;
}


#tf-services-accounting .gray-bg {
    position: relative;
        text-align:left;
}

#tf-services-payroll .gray-bg {
    position: relative;
    text-align: left;
}

#tf-services-compliance .gray-bg {
    position: relative;
    text-align: left;
}

.gray-bg .vline {
    position: absolute;
    height: 100%;
    padding: 5px;
    border-left: 2px solid #EFF5F4;
    left: 2%;
}

.gray-bg .vlinewhite {
    position: absolute;
    height: 100%;
    padding: 5px;
    border-left: 2px solid #ffffff;
    left: 2%;
}

.silverball{
    margin-left: -5%;
    padding-top:10px;
}

.header-text-green-services {
    padding: 20px 0px 0px 0;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    color: #007F5F;
}

.block-indent {
    padding-left: 50px;
}

.border-services {
    border-bottom: solid 1px #E6F2EF;

}

.dgreenbg1 {
    padding: 0px 10px 20px 50px;
    background-color: #D2D8D6;
    margin-bottom: 5px;
}
.dgreenbg2 {
    padding: 0px 10px 20px 50px;
    background-color: #D6DBDA;
    margin-bottom: 5px;
}

.dgreenbg3 {
    padding: 0px 10px 20px 50px;
    background-color: #DADEDD;
    margin-bottom: 5px;
}

.dgreenbg4 {
    padding: 0px 10px 20px 50px;
    background-color: #DDE1E1;
    margin-bottom: 5px;
}

.dgreenbg5 {
    padding: 0px 10px 20px 50px;
    background-color: #E0E4E4;
    margin-bottom: 5px;
}

.dgreenbg6 {
    padding: 0px 10px 20px 50px;
    background-color: #E5E8E8;
    margin-bottom: 5px;
}

.dgreenbg7 {
    padding: 0px 10px 20px 50px;
    background-color: #E9ECEC;
    margin-bottom: 5px;
}

.dgreenborder1 {
    background-color: #FAFAFA;
    border: solid 1px #EBF1F0;
    margin: 20px 0px;
    padding: 10px 20px 20px 20px;
}

.payroll-img, .choose-img, .services-img {
    max-width: 300px;
    height: auto;
    border: solid 5px #EBEFEE;
}

.clients-img {
    max-width: 300px;
    height: auto;
    border: solid 5px #EBEFEE;
}

.card-img-services {
    border: solid 3px #E0E3E3;
}

.compliance-img {
    max-width: 200px;
    height: auto;
    border: solid 5px #EBEFEE;
    margin-top: 10px;
}

.commit-img {
    max-width: 200px;
    height: auto;
    border: solid 5px #EBEFEE;
    margin-top: 25px;
}

.about-img, .founder-img {
    max-width: 300px;
    height: auto;
    border: solid 2px #EBEFEE;
}



.home-card-img {
    max-width: 300px;
    height: auto;
    border-bottom: solid 1px #E0E3E3;
    background-color: #EBEDED;
    padding: 20px 0;
}

/* Prevent content from being hidden */
body {
    padding-bottom: 0px;
}

/* Mobile Contact Bar */
.mobile-contact-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    background: white;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
    animation: slideUp 0.4s ease-out;
    z-index: 999;
}

/* Buttons */
.contact-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.3px;
    transition: background 0.2s ease;
}

/* Call Button */
.call-btn {
    background-color: #005f47; /* darker shade */
    color: white;
}

/* WhatsApp Button */
.whatsapp-btn {
    background-color: #007F5F; /* your primary */
    color: white;
}

/* Hover effect */
.contact-btn:hover {
    opacity: 0.95;
}

/* Icons */
.icon {
    width: 18px;
    height: 18px;
    fill: white;
}

/* Hide on desktop */
@media (min-width: 768px) {
    .mobile-contact-bar {
        display: none;
    }
}

/* Slide-up animation */
@keyframes slideUp {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}