/*
Template Name: Pestco - Pest Control Template
Template URI: rudhisasmito.com/demo/pestco
Author: Rudhi Sasmito
Author URI: https://www.behance.net/rudhisasmito
Version: 1.0
-----------------------------------------------------------------

CSS Style Structure
1. General
2. Navbar
3. Banner
4. Services
5. Pest Control
6. Stats
7. Why
8. News/blog
9. Testimony
10. Client
11. CTA
12. Contact
13. Footer


*/

/* ==========================
RESET
============================= */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
:root {
  --bs-border-color: color-mix(
    in srgb,
    var(--theme-dark-color) 25%,
    transparent
  );
}
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;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

html,
body {
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
  color: var(--text-color);
}

.nav-link {
  color: var(--text-color);
}
.nav-link:hover,
a:hover {
  text-decoration: none;
  color: var(--theme-color);
}

/* Typography */

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 20px;
}

h1 {
  font-size: 50px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
  line-height: 22px;
}
h6 {
  font-size: 13px;
}
strong,
b {
  font-weight: 700;
}
.lead {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
ol,
ul {
  list-style: initial;
  margin-left: 24px;
}
ol li,
ul li {
  margin: 8px 0;
}

.btn-primary {
  --bs-btn-bg: var(--theme-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 100%;
}
.wpcf7-form-control.wpcf7-submit,
body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link),
.wc-block-components-checkout-place-order-button,
.wc-block-cart__submit-button {
  background: var(--theme-color);
  color: #fff;
  font-weight: 700;
  border-radius: 0;
  border: none;
  min-height: 3em;
  padding: 0 12px;
}
.wpcf7-form-control.wpcf7-submit:hover,
body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link):hover,
.wc-block-components-checkout-place-order-button:hover,
.wc-block-cart__submit-button:hover {
  background-color: var(--theme-dark-color);
  color: #fff;
}

.cart-icon a {
  position: relative;
  display: inline-block;
}

.cart-count {
  background: var(--theme-color, red);
  color: #fff;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 10px;
  position: absolute;
  top: -5px;
  right: -10px;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.cart-count:empty,
.woocommerce-cart .cart-count,
.woocommerce-checkout .cart-count {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  outline: none;
}

.single-product.woocommerce div.product div.images.woocommerce-product-gallery {
  position: sticky;
  top: 110px;
}

.navbar-collapse.show {
  visibility: visible;
}

@media only screen and (max-width: 992px) {
  .navbar .container-fluid .navbar-brand {
    display: block;
    margin-right: auto;
    padding-left: 0;
  }
}
