/*!
Theme Name: Kadence
Theme URI: https://www.kadencewp.com/kadence-theme/
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Version: 1.5.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence
Requires at least: 6.3
Tested up to: 6.9.1
Tags: translation-ready, accessibility-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce
Requires PHP: 7.4

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share
what you've learned with others.
*/
.mb-0 {
	    margin-bottom: 0!important;
}
.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern {
    background-color: #43a51e;
    border-color: #43a51e;
    color: #fff;
    padding: 15px 28px;
    border-radius: 6px;
    background: #66c441;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
}

.entry-content-wrap {
    padding: 0;
}
.site-main-header-inner-wrap {
    padding: 20px 0;
}
.custom-container {
    max-width: 1290px;
    margin: 0 auto;
}
.home-hero {
  position: relative;
  width: 100%;
  min-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 2;
}

.hero-content-wrap {
  position: relative;
  z-index: 3;
  max-width: 1050px;
  padding: 40px 20px;
  text-align: center;
  color: #fff;
}
h3 {
    font-size: 2.5rem;
}
.custom-green-border {
  position: relative;
  display: inline-block;
}

.custom-green-border img {
  display: block;
  width: 100%;
  height: auto;
}

/* L-shape border */
.custom-green-border::before {
  content: "";
  position: absolute;
  left: -12px;
  bottom: -12px;
  width: 100%;
  height: 100%;
  border-left: 6px solid #66c441;
  border-bottom: 6px solid #66c441;
  pointer-events: none;
}
.hero-content-wrap h1 {
  margin: 0 0 20px;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1.1;
  font-weight: 800;
  color: #fff;
}

.hero-content-wrap h2 {
  margin: 0 auto 30px;
  max-width: 850px;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
}

.hero-cta-wrap {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-cta-wrap a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 15px 28px;
  border-radius: 6px;
  background: #66c441;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
}

.hero-cta-wrap a:hover {
  background: #43a51e;
  transform: translateY(-2px);
}

.hero-cta-wrap a:nth-child(2) {
  background: transparent;
  border: 2px solid #fff;
}

.hero-cta-wrap a:nth-child(2):hover {
  background: #fff;
  color: #111;
}
.top-bar-global {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
  flex-wrap: wrap;
}

.top-bar-global li {
  display: inline-block;
  white-space: nowrap;
	font-size: 12px;
}
.card-panel {
	margin-bottom: 0;
}
.card-panel .icard {
    min-height: 150px;
    box-sizing: border-box;
}
.card-panel .icard h3{
	font-size: 1.2rem;
	margin-top: 15px;
}
.card-panel .icard p{}
.card-panel .icard.even {
	    background-color: #f7fafc;
}
.card-panel .icard.odd {
	background-color: #66c441;
}

/* Optional: divider lines between items */
.top-bar-global li:not(:last-child)::after {
  content: "|";
  margin-left: 20px;
  color: rgba(255,255,255,0.7);
}

.second-fold {
	margin-bottom: 35px;
}
.second-fold h3{
	    font-size: 2.4rem;
    line-height: 3rem;
}
.second-fold p{
	    font-size: 1.5rem;
    line-height: 2rem;
}

.site-bottom-footer-inner-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

.site-footer-row-container-inner {
    background: #000;
    padding-top: 25px;
}
.widget-area .widget-title {
    color: #66c441;
}

.site-footer-row-container-inner p {  color: #fff;}

.widget_pages a, .widget_nav_menu a {
    color: #fff;
}
.widget_pages a:hover, .widget_nav_menu a:hover {
    color: #66c441;
}

.main-navigation .primary-menu-container > ul > li.menu-item > a {
    font-weight: bold;
}

.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a {
    color: #fff;
    background: #66c441;
}


.grid-class img:hover {
    opacity: 0.8;
}

.about-customer-full-bg {
    background: #66c441;
    padding: 35px;
}

.about-customer-full-bg h3,
.about-customer-full-bg p {
    color: #fff;
}

@media (max-width: 767px) {
	  .top-bar-global {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .top-bar-global li::after {
    display: none;
  }
  .home-hero {
    min-height: 520px;
  }

  .hero-content-wrap {
    padding: 30px 18px;
  }

  .hero-content-wrap h1 {
    font-size: 34px;
  }

  .hero-content-wrap h2 {
    font-size: 18px;
  }

  .hero-cta-wrap a {
    width: 100%;
    max-width: 280px;
  }
}