/*rgd css*/
/*color and fonts*/
nav a {
  font-size: clamp(0.875rem, 1.2vw, 1.125rem);
  letter-spacing: 0.5px;
  text-transform: uppercase; /* Anton looks great in uppercase */
}

p {
  font-size: clamp(0.95rem, 1.2vw, 1.125rem);
  line-height: 1.6;
}

h1 {
  font-size: clamp(2.25rem, 5vw, 3.5rem);
}

h2 {
  font-size: clamp(1.875rem, 4vw, 3rem);
}

h3{
  font-size: clamp(1.5rem, 3vw, 2.25rem);
}

h4, .sppb-feature-box-title a, .sppb-addon-raw-html h3  {
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
}

h5, .sppb-panel-faq .sppb-panel-title {
  font-size: clamp(1.125rem, 1.8vw, 1.375rem);
}

h6 {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
}
.green{color:#2ba84a;}
/*top and header*/
#sp-top-bar .container, #sp-header .container{max-width:100%;width:100%;}
#sp-top-bar {background: #fff;color: black;}
.logo-image-phone {height: 26px;}
.question{color:#2ba84a;font-weight:bold;}
/*body*/
#sp-main-body{padding:24px 0;}
.sp-page-title {
    background-color:transparent;
    background-image: url("/images/pest-control-pros.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: inherit;
    background-position: 100% 50%;
}
.sp-page-title .sp-page-title-heading {
    font-size: 2.5rem;
    line-height: 1;
    text-shadow:0px 1px 2px black;
}
#sp-page-builder .sppb-section-title {
    margin-bottom: 16px;
}
#sp-page-builder .sppb-section-title .sppb-title-subheading{color:#2ba84a;font-weight:bold;}
/* Cards / Grid Layout */
.addon-root-feature{transition:linear .3s;}
.addon-root-feature:hover{scale:1.025;background: #2BA84A;
background: linear-gradient(90deg, rgba(43, 168, 74, .35) 0%, rgba(87, 199, 133, .35) 50%, rgba(83, 237, 111, .35) 100%);}
.grid {
  display: grid;
  gap: 24px;
  margin: 1.5rem 0;
}

.grid.cols-2 {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.grid.cols-3 {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.card {
  background: #ffffff;
  border: 1px solid #e2e8e4;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

/* Notes and Muted Text */
.note {
  background-color: #f4f9f4;
  border-left: 4px solid #59a13f;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 0.95rem;
  color: #2e472a;
}

.muted {
  color: #66796b;
  font-size: 0.95rem;
}

/* FAQ Section */
.faq {
  border-bottom: 1px solid #e4e4e4;
  padding: 12px 0;
}

.faq:last-child {
  border-bottom: none;
}

.faq .question {
  font-weight: 600;
  color: #145629;
  margin: 0;
  cursor: pointer;
  position: relative;
  padding-left: 1.2em;
}

.faq .question::before {
  content: "❓";
  position: absolute;
  left: 0;
  color: #7dc27f;
  font-size: 1rem;
}

.faq .answer {
  margin-top: 6px;
  color: #333;
  font-size: 0.95rem;
  padding-left: 1.2em;
}
/*bottom and footer*/
#sp-bottom .sp-module .sp-module-title {
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 30px;
    color: #333;
}
/*google reviews*/
.grp-theme-default .grp-reviews-container {
    background: transparent!important;
}
.grp-widget-load-more-btn {
    padding: 30px;
    font-size: 1.125rem;
    transition: all 0.2s;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff!important;
    background-color: #2ba84a!important;
}
