/*
Theme Name: Oule Child
Theme URI: http://themeforest.net/user/helloexpert/portfolio/
Author: helloexpert
Author URI: http://themeforest.net/user/helloexpert
Description: Oule - SEO and Digital Marketing Agency WordPress Theme
Template:	oule
Version: 2.0
Text Domain: oule-child
*/

.navbar-brand > img {
  max-width: 200px !important;
}

.navbar-brand {
  height: 100px !important;
  line-height: 100px !important;
}

.search-quote {
  display: none !important;
}

.quote-btn {
  display: none !important;
}

.promo-card {
  border: 2px solid #a5cc3d;
  border-radius: 20px;
  overflow: hidden;
  font-family: sans-serif;
}

.promo-header {
  background: #a5cc3d;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  font-size: 26px;
  font-weight: bold;
}

.promo-body {
  padding: 20px;
  background: #fff;
}

.promo-body ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
  min-height: 165px;
}

.promo-body li {
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.promo-btn {
  display: block;
  text-align: center;
  border: 2px solid #a5cc3d;
  border-radius: 30px;
  padding: 12px;
  color: #a5cc3d;
  text-decoration: none;
  font-weight: bold;
}

.promo-btn:hover {
  background: #a5cc3d;
  color: #fff;
}

.promo-icon {
  width: 25px !important;
}

.promo-body .detail {
  line-height: 18px;
  padding-left: 10px;
}

.ais-section {
  scroll-margin-top: 250px;
}

.ais-header {
  background: #cfe3b8;
  text-align: center;
  padding: 120px 20px 60px 20px;
}

.ais-header h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #222;
}

.ais-header h3 {
  font-size: 24px;
  color: #a5cc3d;
  margin-bottom: 20px;
}

.ais-header p {
  margin: 0 auto;
  color: #333;
  line-height: 1.8;
}

.ais-tabs {
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #a5cc3d;
  background-color: #fff;
  width: 100%;
}

.ais-tabs.active-scroll {
  position: fixed;
  z-index: 999;
  top: 100px;
}

.ais-tabs a {
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px 20px;
  margin: 5px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 16px;
  transition: 0.2s;
  color: #999;
}

.ais-tabs a:hover,
.ais-tabs a.active {
  background: #a5cc3d !important;
  color: #fff !important;
}

.color-primary {
  color: #a5cc3d;
}

.lower-footer .copyright-text {
  text-align: center;
}

.lower-footer .copyright-text a {
  color: #1c741c !important;
}

.site-footer .link-widget ul.menu li:after {
  color: #fff !important;
}

.link-widget.widget.text-widget {
  height: 60px;
}

.widget.widget_block.widget_text p {
  color: #fff !important;
  margin: 0 0 15px 0 !important;
}

.widget.widget_block.widget_text p a {
  color: #1c741c !important;
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
  color: #a5cc3d !important;
}

.navigation.sticky-menu-on.original {
  position: fixed;
  width: 100%;
  background: #ffff;
  top: 0;
}
.navigation.sticky-menu-on.original .container {
  display: flex !important;
  align-items: center !important;
  width: 1280px !important;
}
.sticky-header {
  display: none !important;
}

.e-con-inner
  > .elementor-widget-spacer:not(:has(> .elementor-widget-container))
  > .elementor-spacer
  > .elementor-spacer-inner,
.e-con
  > .elementor-widget-spacer:not(:has(> .elementor-widget-container))
  > .elementor-spacer
  > .elementor-spacer-inner {
  height: auto !important;
}

.back-to-top {
  background-color: #a5cc3d !important;
  border: 2px solid #a5cc3d !important;
}

.menu-item-object-page.current-menu-item a {
  color: #a5cc3d !important;
}

ul.page-numbers li a {
  background: #fff !important;
  border: 2px solid #a5cc3d !important;
  color: #a5cc3d !important;
}
ul.page-numbers li span.page-numbers.current {
  background: #a5cc3d !important;
  border: 2px solid #a5cc3d !important;
  color: #fff !important;
}

@media (max-width: 991px) {
  .navigation.sticky-menu-on.original .container {
    width: 100% !important;
  }
  .body-overlay:before {
    display: none !important;
  }

  .navigation.sticky-menu-on.original {
    z-index: 9999 !important;
  }

  .site-header #navbar {
    top: 100px;
    left: 0 !important;
    padding-bottom: 40px;
    width: 100%;
    text-align: center;
    height: fit-content !important;
    border-bottom: 1px solid #ccc;
  }

  .site-header .navbar-header button {
    background-color: #a5cc3d !important;
    top: 25px !important;
  }

  #navbar {
    transform: translateY(-600px);
    transition: transform 0.3s ease;
  }

  #navbar.open {
    transform: translateY(0);
  }

  .ais-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .navbar-collapse #menu-main-menu {
    min-height: 325px !important;
  }

  .ais-tabs a {
    padding: 10px !important;
  }
}
