:root {
    --accent: #015c17 !important;
    --primary-font: Poppins, sans-serif;
    --secondary-font: Open Sans, sans-serif;
}

/*.cs-site_branding img {
    max-height: auto !important;
}*/

.cs-member_thumb img {
    height:50vh;
}
.cs-page_heading.cs-style1 {
    height: 350px;
}
.cs-grid_gallery_5 .cs-portfolio.cs-style1 .cs-portfolio_bg {
    padding-top: 76%;
    margin: 10px;
}
.cs-tab_links {
    display: none!important;
}
.cs-pricing_info {
    display: none;
}
.cs-section_heading.cs-style1 .cs-section_subtitle {
    font-size: 30px;
}
/*
.slick-slide {animation: slideAnimation 50s infinite ;
}
@keyframes slideAnimation {
0% { transform: translateX(0%); }
10% { transform: translateX(-100%); }
20% { transform: translateX(-200%); }
30% { transform: translateX(-300%); }
40% { transform: translateX(-400%); }
50% { transform: translateX(-500%); }
60% { transform: translateX(-600%); }
70% { transform: translateX(-700%); }
80% { transform: translateX(-800%); }
90% { transform: translateX(-900%); }
100% { transform: translateX(-1000%); }
110% { transform: translateX(-1100%); }
0% { transform: translateX(0%); } 
}
*/
.cs-hero.cs-style4 .cs-hero_title {
    text-decoration: none;
}

ul.cs-menu_widget.cs-style1.cs-mp0 {
    padding: 5px !important;
}

/* ❌ Removed old black overrides:
.cs-team.cs-style1 .cs-member_name { color: black; }
.cs-member_info { color: black; }
a { color: #000 !important; }
.cs-site_header.cs-style1 .cs-icon_btn { color: #000 !important; }
.cs-social_btns.cs-style1 a { border: 2px solid #000 !important; }
.cs-down_btn::before { background-color:#000 !important; }
.cs-down_btn { border: 2px solid #000 !important; }
.cs-testimonial_text { color: #000 !important; }
*/

.cs-site_branding img {
    max-height: 75px !important;
}
.cs-nav .cs-nav_list ul {
    background-color: #fff !important;
}
.cs-hero.cs-style1 .cs-hero_title {
    line-height: 3.25em !important;
    font-size:90px !important;
}
.cs-side_header .cs-side_header_in {
    height: auto !important;
    padding: 15px 50px 50px 50px !important;
}
.cs-card.cs-style1 .cs-card_title {
    font-size: 16px !important;
}
.cs-page_heading {
    background-image:url(/storage/pages/breadcrumb.jpg) !important;
    background-size: cover;  
    background-position: center; 
    background-repeat: no-repeat; 
}
.cs-hero.cs-style1 .cs-hero_title {
    line-height: 3.25em !important;
    font-size: 70px !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .cs-hero.cs-style1 .cs-hero_title {
        font-size: 35px !important;
        margin-top:75px !important;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (max-width: 768px) {
    .cs-hero_text {
        margin-bottom: 30px;
    }
    h6.logo-text {
    margin-left: 80px;
}
}

a.cs_iconbox_btn {
    display: none !important;
}

/* New */
.cs-site_branding img {
    max-height: 110px !important;
}

.button-container {
    overflow: hidden;
    margin-top: 2rem;
    padding: 0 1rem;
}

.button {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    color: white;
    font-weight: 600;
    border-radius: 0.5rem;
    transition: background-color 0.3s;
}

.button-blue {
    background-color: #2563eb;
}
.button-blue:hover {
    background-color: #1d4ed8;
}
.button-gray {
    background-color: #4b5563;
}
.button-gray:hover {
    background-color: #374151;
}
.button-left {
    float: left;
    margin-right: 1rem;
}
.button-right {
    float: right;
    margin-left: 1rem;
}

.cs-portfolio.cs-style1 .cs-portfolio_hover {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(22, 22, 22, 0.4);
    transition: all 0.4s ease;
    z-index: 2;
    opacity: 0;
}
.cs-portfolio.cs-style1:hover .cs-portfolio_hover {
    opacity: 1;
}
.cs-portfolio.cs-style1 .cs-portfolio_hover .title,
.cs-portfolio.cs-style1 .cs-portfolio_hover .subtitle {
    opacity: 1;
    transition: none;
    color: #fff;
    z-index: 3;
    position: relative;
}

.button-container { display: none; }
.cs-radius_15.cs-shine_hover_1 { display: none; }
.cs-image_layer.cs-style1.cs-size_md { display: none; }

/* ==============================
   UpperLake.Tech Brand Guidelines
   Colors &amp; Typography CSS
   ============================== */

/* ---------- Colors ---------- */


/* ---------- Typography ---------- */
body {
  font-family: &quot;Helvetica&quot;, &quot;Arial&quot;, sans-serif;
  font-weight: 300;

  background-color: var(--grey-light);
}

h1, h2, h3, h4, h5, h6 {
  font-family: &quot;Helvetica&quot;, &quot;Arial&quot;, sans-serif;
  font-weight: 700;
  color: var(--blue-medium);
}

p, li, span {
  font-family: &quot;Helvetica&quot;, &quot;Arial&quot;, sans-serif;
  font-weight: 400;
  color: var(--blue-dark);
}

.emphasis {
  font-style: oblique;
}


.cs-iconbox_3_list.cs-style2 .cs-hover_tab::before {
    content: none !important;
}

.cs-iconbox_subtitle {
  
    color: var(--blue-dark) !important;
}

.cs-iconbox_subtitle ul {
    font-weight: 400 !important;
    color: inherit !important;
}


.cs-main_header_left {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Change to &#039;center&#039; if you want everything centered */
}

.cs-site_branding {
  /* Optional: to control logo spacing or alignment */
}

.logo-text {
  font-size: 10px;    /* or your preferred size */
  margin-top: -38px;    /* small gap        /* adjust color as needed */
  text-align: left;   /* change to &#039;center&#039; if desired */
  margin-left: 30px;
}

span.tagline-text {
    display: flex;
    margin-left: 65px;
    margin-top: -25px;
}

h1.cs-hero_title {
    color: #fff !important;
    font-weight: 300;
}

.cs-text_btn span::before {
        content: &quot;&quot;;
        position: absolute;
        height: 2px;
        width: 100%;
        bottom: 0;
        left: 0;
        background-color: currentColor;
        transform: scaleX(0);
        transform-origin: 0 50%;
        transition-property: transform;
        transition-duration: 0.6s;
        transition-timing-function: 
ease-out;
    }
    
    .cs-section_heading.cs-style1 {
    margin-top: 50px !important;
}

.cs-side_header_in {
    background: #d9dde3 !important;
}
.cs-main_header_center {
    left: 55% !important;
}
.cs-portfolio_img_in.cs-shine_hover_1.cs-radius_5 {
    margin-top: 45px;
}

header.cs-site_header.cs-style1.text-uppercase.true.cs-sticky_header {
    background: white;
    top: 0;
}

.logo-text {
    display: none;
}

a.cs-site_branding {
    width: 300px;
}

.cs-funfact_wrap.cs-type1 {
    background: #fff;
}

.cs-iconbox_icon {
    border: 3px solid black;
}

h2.cs-cta_title.cs-semi_bold.cs-m0 {
    color: #fff !important;
}

.cs-text_btn span {
        
        color: #fff !important; 
    }
    
    li.menu-item {
    color: #000 !important;
}

.cs-page_heading.cs-style1 {
    padding: 100px 0 0px !important;
    height: 245px !important;
}

h6.logo-text {
    display: none;
}

ul.cs-nav_list {
    color: #000 !important;
}

img.w-100.cs-radius_15 {
    margin-top: 50px;
}

.cs-iconbox_icon img {
    height: 245px !important;
}
.cs-bottom_footer_right {
    display: none;
}

.cs-shape_1 {
    display: none;
}

a.cs-down_btn {
    display: none;
}
