/*
Theme Name: BlankSlate WMBAE
Theme URI: https://wemanagebusiness.com/
Author: WMB AE
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/bhadaway/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2024.2
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2024
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

        :root {
            --darkbg: #181818;
            --darktext: #ececec;
            --wmg: #4dba63;
            --wmg-dark: #3a8f4c;
            --wmg-light: #6bd382;
            --wmg-transparent: rgba(77, 186, 99, 0.15);
        }

:root{
    --darkbg:#ffffff;
    --lightbg:#ececec;
    --darktext:#242424;
    --lighttext:#d9d9d9;
    --wmg:#4dba63;
}
        
body {
    font-family: "Poppins", sans-serif;
    min-height: 100vh;
    width:100vw;
    overflow-x:hidden;
    display: flex;
    align-items: center;
    background-color:var(--darkbg)!important;
    color:var(--darktext)!important;
}


.container-fluid{
    width:100vw!important;
    padding:0!important;

}

#hero{
    font-family: "Poppins", sans-serif;
}

#hero h1{
    font-size: 9vw;
    font-weight: 800;
    will-change: transform, opacity;
    color:white;
    line-height: 0.9;
    transform: translateY(100px);
    margin: 0;
}
#hero h2{
  font-size: 5vw;
  font-weight: 800;
  will-change: transform, opacity;
  color:white;
  line-height: 0.9;
  margin: 0;
}
.text-wrapper {
    position: relative;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.text-group {
    position: absolute;
    width: 100%;
    opacity: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

 .subheader {
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-weight: 400;
    will-change: transform, opacity;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.7);
    transform: translateX(-50px);
    margin: 0;
   }

.wmgreen{
    color:var(--wmg);
    animation:blink 1s infinite;
}

@keyframes blink{
    0% {
        opacity:0;
      }
      100% {
        opacity:100;
      }
}

        /*TICKER*/
   
        .ticker-container {
            background: #efefef;
            color: #272727;
            overflow: hidden!important;
            max-width: 100%;
            padding: 15px 0;
            position: relative;
        }
        
        .ticker-wrapper {
            display: flex;
            white-space: nowrap;
            width: fit-content;
            max-width: 100vw!important;
        }
        
        .ticker-item {
            display: inline-flex;
            align-items: center;
            padding: 0 0px;
            font-weight: 600;
            font-size: 16px;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }
        
        .ticker-separator {
            display: inline-block;
            width: 8px;
            height: 8px;
            background-color: var(--wmg);
            border-radius: 50%;
            margin: 0 60px;
        }

@import url('https://fonts.googleapis.com/css2?family=Anybody:wght@500&family=Source+Code+Pro:wght@400;700&display=swap');
@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');
        
        @property --card-bg {
          syntax: "<color>";
          inherits: false;
          initial-value: #ffffff;
        }
        
        @property --shine-1 {
          syntax: "<color>";
          inherits: false;
          initial-value: #ffffff;
        }
        
        @property --shine-2 {
          syntax: "<color>";
          inherits: false;
          initial-value: #ffffff;
        }

#servicecards{
    background-color:var(--darkbg);
    color:var(--darktext);
}

        .custom-card {
          border-radius: 1rem;
          padding: 2rem;
          background-color:transparent;
          height: 100%;
          display: grid;
          gap: 2rem;
          border: none;
          box-shadow: 0 10px 20px rgba(0,0,0,0.1);
          color:var(--lighttext);
          transition:all 0.3s;
          color:rgb(32, 32, 32);
          border:var(--lightbg) 2px solid;
        }

        .custom-card:hover{
            transform: translateY(-10px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.8);
        }
        
        @keyframes animate-color-1 {
          from {
            --shine-1: initial;
          }
          to {
            --shine-1: rgb(241, 241, 241);
          }
        }
        
        @keyframes animate-color-2 {
          from {
            --shine-2: initial;
          }
          to {
            --shine-2: rgb(255, 255, 255);
          }
        }
        
        .featurebox {
          font-weight: 700;
          font-size: 90%;
          color: var(--wmg);
          background: #000000a8;
          padding:5px 10px;
        }
        
        h2 {
          margin-top: 0.5rem;
        }
        
        /* Add some delay for staggered animation */
        .custom-card:nth-child(2) {
          animation-delay: 2s;
        }
        
        .custom-card:nth-child(3) {
          animation-delay: 4s;
        }



/*==================== 
	NAV + MODAL
====================== */

.modal-content {
    background-color: rgba(0, 0, 0, 0)!important;
    color: #fff;
  }

  .modal-body ul li {
    margin-bottom: 20px;
  }

  .modal-body ul li a {
    color: #fff!important;
    font-size: 24px;
    text-decoration: none;
  }

  .modal-body {
    padding-right: 0px !important;
  } 
  .modal-open{
    overflow: auto;
    padding-right:-17px !important;
  }
  

  .social-icons a {
    color: #fff!important;
    font-size: 24px;
    margin: 0 10px;
  }

.negpad{
    margin-top:-30vh;
}
.wmgreen{
    color:var(--wmg);
}

.clicker{
  font-size:2em;
  transition:all 0.4s ease;
}
.clicker:hover{
  color:var(--wmg);
}

.btn-close{
  color:white!important;
  fill:white!important;
}


/*==================== 
BTNS
====================== */ 

  .nav-link{
    font-size:3em!important;
    font-weight:600!important;
    padding:10px 0px 10px 0px!important;
    color: #232323!important;
    text-align: left;
  }
  .nav-tabs .nav-link {
    border: none!important;
    width:33.3vw;
    padding: 20px;
    min-height:80px;
    color:white;
    font-size: 0.6em;
  }
  .nav-tabs {
    border-bottom:none!important;
  }
  .nav-link.active{
    color:var(--wmg)!important;
  }
  .nav-link:hover{
      color:var(--wmg)!important;
  }
  .wmgbtn{
    background-color:var(--wmg)!important;
    border:2px solid var(--wmg)!important;
    outline:none!important;
    color:white;
    padding:10px 20px!important;
    transition:all 0.2s ease!important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);

  }
  .wmgbtn:hover{
    background-color:rgb(255, 255, 255)!important;
    border:2px solid var(--wmg)!important;
    outline:none!important;
    color:var(--wmg)!important;
    padding:10px 20px!important;
    transform:translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);

  }

  /*==================== 
	SVG
====================== */
.headernav{
    background-color: rgba(255, 255, 255, 0)!important;
  }
  
  .wmblogoheader, .svgblk, .cirty{
     overflow: visible;
  }
  
  .svgblk{
      overflow: visible;
      z-index: 9;
   }
   .cirty{
      z-index: 10;
   }