/*!
Theme Name: McCoy Tree Service LLC
Theme URI: http://underscores.me/
Author: Clicktecs Team
Author URI: https://clicktecs.com
Description: Custom Theme for McCoy Tree Service LLC
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: clicktecs
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

McCoy Tree Service LLC is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.t-card-inner{
padding: 30px;
  display: flex;
  flex-direction: column !important;
  overflow-y: auto;
  max-height: 300px;
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: #029445 transparent;
  flex-wrap: inherit !important;
}
.team-card .logos{
    display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 11px;
}
.team-card .logos img{
  width: 100px;
  height: auto;
  box-shadow: none;
  border-radius: inherit;
  margin: 0;
  object-fit: contain;
  max-height: 132px;
}
.ct-custom-page .inner-content h2{
    line-height: 1.2em;
    font-size: 1.8em;
}
.ct-custom-page .inner-content h3{
     font-size: 1.4em;
}
.ct-custom-page .inner-content h4{
     font-size: 1.52em;
}
.review-link{
    display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bg-color {
  background: #f0f9f4;

}
.meet-family h2 {
  padding-left: 50px;
}
.video-wrapper{
     position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.no-posts-wrap {
  max-width: 700px;
}

.blog-pagination {
  margin-top: 50px;
  text-align: center;
}

.blog-pagination .wp-pagenavi {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
}

.blog-pagination .wp-pagenavi .pages {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 40px;
  padding: 0 12px;
  border-radius: 10px;
  font-size: .9375rem;
  font-weight: var(--fw6);
  color: var(--text);
  border: 1px solid var(--border);
  background: #f9f7f6;
  white-space: nowrap;
  flex: 0 0 auto;
}

.blog-pagination .wp-pagenavi a,
.blog-pagination .wp-pagenavi span {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  font-size: .9375rem;
  font-weight: var(--fw6);
  color: var(--text);
  border: 1px solid var(--border);
  background: #f9f7f6;
  text-decoration: none;
  flex: 0 0 auto;
}

.blog-pagination .wp-pagenavi a:hover,
.blog-pagination .wp-pagenavi span.current {
  background: #603918;
  color: var(--white);
  border-color: #603918;
}

.blog-pagination .wp-pagenavi .previouspostslink,
.blog-pagination .wp-pagenavi .nextpostslink {
  width: auto !important;
  padding: 0 16px;
  white-space: nowrap;
}

.page-contact .sidebar .featurebox {
  margin-bottom: 0;
}
.cf7_hide_labels label {
    display: none;
}

.cf7_hide_labels .f-upload label {
  display: block;
}

.f-upload .wpcf7-not-valid-tip {
  color: #000;
}

.wpcf7 form.invalid .wpcf7-response-output{
    clear: both;
    margin: 10px 0 0 0 !important;
    width: 100% !important;
    line-height: 1;
    font-size: 0.85em;
    padding: 10px 20px !important;
    float: left; 
}
.wpcf7-not-valid-tip{
    color: #fff !important;
    text-align: left;
    font-size: 0.75em !important;
}

.breadcrumb .post {
    border: none;
    float: inherit;
    margin: 0;
    width: auto;
    background: none;
    padding: 0;
    box-shadow: none;
}

.breadcrumb li span .current-item {
    font-weight: 700;
}

.cc-window.cc-banner{background:#008544 !important;opacity:1; }
.ak-consonent-wrapper a.cc-allow{background: #16202c !important; opacity:1;color: #fff;}
.cc-btn.cc-dismiss{color:#000 !important; opacity:1;}

.wpcf7-spinner {
    position: absolute;
    left: 0;
    z-index: 999;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 0px solid #fff;
    padding: 0px;
}

.wp-pagenavi span.current {
    font-weight: normal;
}

.ss-social-sharing .ss-button-facebook, .ss-social-sharing .ss-button-twitter, .ss-social-sharing .ss-button-linkedin {
    font-size: 0;
    vertical-align: top;
}

.search-form input[type=search] {
    width: 80%;
    padding: 16px;
}

/* ============================================================
     HERO
  ============================================================ */
.sidebox {
  background: #f9f7f6;
  border-radius: 30px;
  padding: 30px;
  margin-top: 20px;
}
.sidebox ul{
    margin-bottom: 0 !important;
}
.sidebox ul li a:hover{
    color: #029445;
}
.sidebox h3 {
  font-size: 1.444em;
}
.hero-form.sidebarform{
    background: #029445;
}
.hero-form.sidebarform > p {
  font-size: 1.444em;
}
.footer-logo {
  display: flex;
  align-items: center;
}
.gmb-review-rating {
 display: inline-block;
  line-height: normal;
  padding: 0;
  position: absolute;
  right: 280px;
  top: -5px;
}
.gmb-review-rating span {
  line-height: 1;
  display: inline-block;
  font-size: 0.778em;
  font-weight: 500;
}
.gmb-review-rating span:first-child {
  padding-right: 5px;
}
.gmb-review-rating span em {
  font-size: 3em;
  font-weight: 700;
  font-style: normal;
  display: block;
  color: #056839;
  letter-spacing: -3px;
}
.gmb-review-rating span img {
  margin-right: 8px;
}
.gmb-review-rating span .fa-solid {
  color: #feb600;
  font-size: 1.2em;
}
.hero {
  position: relative;
  background: var(--green);
  overflow: hidden;
    background-size: cover;
    background-position: top center;
}
.video-wrapper:after {
  content: '';
  position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,029445+100 */
background: linear-gradient(to right,  #000000 0%,#029445 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
opacity: 0.65;
}
.hero .wrap {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 50px;
  align-items: center;
}
/* Left content — NO classes on h1 / p / a */
.hero-content {
  color: var(--white);
}
.hero-content p:first-child {
  font-size: 1.375rem;
  font-weight: var(--fw6);
  color: rgba(255, 255, 255, .92);
  margin-bottom: .875rem;
  line-height: 1.35;
}
.hero-content h1 {
  font-size: 2.5rem;
  font-weight: var(--fw7);
  color: var(--white);
  text-transform: uppercase;
  line-height: 1.18;
  margin-bottom: 1.125rem;
}
.hero-content h1 strong{
   color: #03dd67;
    font-weight: 700;
}
/* Form box */
.hero-form {
  background: rgba(0, 0, 0, .16);
  border: 2px solid var(--green);
  border-radius:30px;
  padding: 30px 28px 32px;
  color: var(--white);
}
.hero-form > p {
  font-size: 2.125rem;
  font-weight: var(--fw7);
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 20px;
  line-height: 1.15;
}
.f-field {
  margin-bottom: 13px;
}
.f-field input, .f-field textarea {
width: 100%;
  padding: .8rem 1.3rem;
  background: var(--white);
  border: none;
  border-radius: var(--r-form);
  font-family: var(--font);
  font-size: 1rem;
  font-weight: var(--fw5);
  color: var(--text);
  outline: none;
  transition: var(--t);
  line-height: 1.5;
}

.f-field input::placeholder, .f-field textarea::placeholder {
  color: #000;
  font-size: 1rem;
}
.hero-form .f-field textarea {
  resize: vertical;
  min-height: 82px;
}
.upload-note {
display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.f-upload {
  width: 100%;
  background: var(--white);
  border-radius: var(--r-form);
  padding: .7rem 1rem;
  display: flex;
  align-items: center;
  gap: .5rem;
  color: #000;
  margin-bottom: 12px;
  cursor: pointer;
}
.f-upload input[type="file"] {
  display: none;
}
.f-upload label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: .5rem;
  width: 100%;
}
/* ============================================================
     STATS BAR
  ============================================================ */
.stats-bar {
background: #f9f7f6;
  padding: 90px 0 50px;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.stat-box {
display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28px 20px;
  border: solid 1px rgba(2,148,69,0.2);
  border-radius: var(--r-card);
  gap: 5px;
  position: relative;
    background: #fff;
}
.stat-box i {
font-size: 1.111em;
  color: var(--green);
  background: #fff;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: -20px;
  width: 40px;
  height: 40px;
  border: solid 1px rgba(2,148,69,0.2);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 -20px;
}
.stat-box strong {
font-size: 1.75rem;
  font-weight: var(--fw7);
  color: var(--green);
  line-height: 1;
}
.stat-box strong.sm {
  font-size: 1.375rem;
}
.stat-box span {
font-weight: 600;
}
/* ISA — green bg, text left, image RIGHT */
.stat-box.isa {
  background: var(--green);
  border-color: var(--green);
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: left;
}

.stat-box.isa span {
  color: var(--white);
  font-size: .9375rem;
  font-weight: var(--fw6);
  line-height: 1.4;
}
.stat-box.isa i{
    left: 30px;
  margin: 0;
  background: #029445;
  color: #fff;
  border-color: #fff;
}
.stat-box.isa img {
 order: 2;
  margin-top: -80px;
}
.about-sec {
  background: var(--green);
  padding: 70px 0;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.about-grid > img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 30px;
}
/* NO classes on h2 / p / ul / li — styled via .about-content */
.about-content h2 {
  color: var(--white);
    text-align: left;
    margin-bottom: 20px;

}
.about-content p {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, .9);
  line-height: 1.75;
  margin-bottom: 1.75rem;
}
.about-content ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  margin-bottom: 2.25rem;
}
.about-content ul li {
  display: flex;
  align-items: flex-start;
  font-size: 1.125rem;
  color: var(--white);
  line-height: 1.55;
  padding-left: 1.75rem;
  position: relative;
}
/* ::before icon — no manual <i> needed in HTML */
.about-content ul li::before {
  content: '\f058'; /* fa-circle-check */
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #03dd67;
  font-size: 1.05rem;
  position: absolute;
  left: 0;
  top: 0;
}
/* ============================================================
     SERVICES
  ============================================================ */
.services-sec {
  background: var(--white);
  padding: 70px 0;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 28px;
}
/* No border, no shadow */
.svc-card {
  background: var(--white);
  border-radius: var(--r-card);
  overflow: hidden;
  transition: var(--t);
}
.svc-card:hover {
  transform: translateY(-4px);
}
.svc-card > div {
  padding: 20px 10px 24px;
  text-align: center;
}
/* h3: 30px bold UPPERCASE per feedback — styled via .svc-card > div */
.svc-card > div h3 {
  font-size: 1.875rem;
  font-weight: var(--fw7);
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: .875rem;
  line-height: 1.25;
}
.svc-card > div p {
  font-size: 1rem;
}

/* ============================================================
     WHY CHOOSE — bg image + pseudo overlay
  ============================================================ */
.why-sec {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
  background: #111;
    background-repeat: no-repeat;
    background-position: center top;
}
.why-sec:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#029445+0,36200d+70 */
background: linear-gradient(to right,  #029445 0%,#36200d 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  opacity: 0.75;
}
.why-sec .wrap {
  position: relative;
  z-index: 2;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.why-card {
  text-align: center;
  color: var(--white);
}
/* Plain img — no class needed per feedback */
.why-card img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin: 0 auto 1.125rem;
}
.why-card h3 {
font-size: 1.375rem;
  font-weight: var(--fw7);
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}
.why-card p {
  font-size: 1rem;
  line-height: 1.6;
}
/* ============================================================
     SERVING AREA
  ============================================================ */
.serving-sec {
  background: var(--white);
  padding: 70px 0;
}
.serving-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.serving-content h2 {
text-align: left;
    margin-bottom: 20px;
}
.serving-content h2 span {
  color: var(--green);
}
.serving-content > p {
  font-size: 1.125rem;
  color: var(--text);
  margin-bottom: 1.25rem;
}
/* NO class on ul — styled via .serving-content */
.serving-content ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5rem 1.5rem;
  margin-bottom: 1.25rem;
}
.serving-content ul li {
  font-size: 1.125rem;
  color: var(--text);
  line-height: 1.4;
  padding-left: 1.625rem;
  position: relative;
}
/* ::before icon — no manual <i> needed in HTML */
.serving-content ul li::before {
  content: '\f058';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #029445;
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: .15em;
}
/* "And surrounding…" — normal text, no italic, no muted color */
.serving-content p.note {
  font-size: 1.125rem;
  color: var(--text);
  margin-bottom: 1.875rem;
}
/* Map: min 636px wide, shrinks on small screens */
.serving-map img {
  width: 100%;
  min-width: 636px;
  max-width: 636px;
  margin: 0 auto;
}
/* ============================================================
     TESTIMONIALS
  ============================================================ */
.testi-sec {
  background: var(--green);
  padding: 70px 0;
}
/* Arrow clearance: 70px padding on each side keeps arrows outside cards */
.testi-track {
  position: relative;
  padding: 0 70px;
}
.t-card {
  background: var(--white);
  border-radius: 30px;
  margin: 6px 12px;
  display: flex !important;
  flex-direction: column;
  height: 100%;
  padding:20px 10px 20px 0;
}
/* Equal-height slick */
.slick-track {
  display: flex !important;
}
.slick-slide {
  height: inherit !important;
  display: flex !important;
  flex-direction: column;
}
.slick-slide > div {
  flex: 1;
  display: flex;
    flex-wrap: wrap;
}
.t-card {
  flex: 1;
}
.t-stars {
  color: var(--gold);
  font-size: 1.625rem;
  margin-bottom: 1rem;
  line-height: 1;
}
.t-card p {
  font-size: 1.125rem;
  color: var(--text);
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 1rem;
  flex: 1;
}
.t-byline {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 0;
}
.t-name {
  font-size: 1.125rem;
  font-weight: var(--fw7);
  color: var(--green);
  line-height: 1.2;
  white-space: nowrap;
}
.t-name::after {
  content: ',\00a0';
} /* comma + non-breaking space before location */
.t-loc {
  font-size: 1.125rem;
  line-height: 1.2;
  white-space: nowrap;
}
/* Slick arrows outside cards */
.testi-track .slick-prev, .testi-track .slick-next {
  width: 44px !important;
  height: 44px !important;
  background: var(--white) !important;
  border-radius: 50% !important;
  z-index: 10;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .12);
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.testi-track .slick-prev {
  left: -50px;
}
.testi-track .slick-next {
  right:-50px;
}
.testi-track .slick-prev::before, .testi-track .slick-next::before {
  color: var(--green) !important;
  font-size: 1rem !important;
  opacity: 1 !important;
}
/* ============================================================
     FOOTER
  ============================================================ */
.site-footer {
  background: var(--white);
  border-top: 1px solid var(--border);
  padding: 60px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 365px 1fr 1fr 1fr;
  gap: 100px;
  padding-bottom: 50px;
}
.footer-logo img {
  min-width: 365px;
  width: 365px;
  height: auto;
}
/* Footer col — h3 for titles, no classes on ul/li/a */
.footer-col h3 {
  font-size: 1.25rem;
  font-weight: var(--fw7);
  color: var(--green);
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  line-height: 1;
}
.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .3rem;
}
.footer-col ul a {
  color: var(--text);
  display: flex;
  align-items: center;
  gap: .4rem;
  transition: var(--t);
}
.footer-col{
    font-size: 1rem;
}
.footer-col ul a i {
  font-size: .6rem;
  color: var(--green);
  flex-shrink: 0;
}
.footer-col ul li{
    position: relative;
    padding: 0 0 0 15px;
}
.footer-col ul li::before {
content: '\f105';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #029445;
  font-size: 0.7rem;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-col ul a:hover {
  color: var(--green);
}
.footer-col p {
  color: var(--text);
  line-height: 1.85;
}
.footer-col p strong {
  display: block;
  margin-bottom: .375rem;
}
.footer-col p a {
  color: var(--green);
  display: inline;
}
.footer-col p a:hover {
  text-decoration: underline;
}
.footer-social {
  display: flex;
  gap: .625rem;
  margin-top: .875rem;
}
.footer-social a {
  width: 36px;
  height: 36px;
  background: var(--green);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .875rem;
  transition: var(--t);
}
.footer-social a:hover {
  background: var(--green-dk);
  transform: translateY(-2px);
}
.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 18px 0;
  text-align: center;
}
.footer-bottom p {
  font-size: 1rem;
    margin: 0;
}
/* ============================================================
     RESPONSIVE
  ============================================================ */
@media (max-width: 1400px) {
  :root {
    --px: 28px;
  }
  .hero .wrap {
    grid-template-columns: 1fr 480px;
  }
  .footer-grid {
    grid-template-columns: 300px 1fr 1fr 1fr;
  }
  .footer-logo img {
    min-width: 300px;
    width: 300px;
  }
}
@media (max-width: 1199px) {
    .why-sec{
        background-size: cover;
    }
    .gmb-review-rating {
  right: 80px;
  top: 25px;
}
  .hero .wrap {
    grid-template-columns: 1fr 440px;
    gap: 36px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .footer-logo img {
    min-width: 250px;
    width: 250px;
  }
  .serving-map img {
    min-width: 0;
    max-width: 100%;
  }
}
@media (max-width: 900px) {
  :root {
    --px: 20px;
  }
  .hero .wrap {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hero-content h1 {
    font-size: 2rem;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .about-grid > img {
    height: auto;
    order: -1;
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .serving-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .serving-map {
    order: -1;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .testi-track {
    padding: 0 54px;
  }
}
@media (max-width: 600px) {
      .gmb-review-rating {
right: 64px;
    top: 7px;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .why-grid {
    grid-template-columns: 1fr;
  }
  .stats-grid {
    grid-template-columns: 1fr;
  }
  .serving-content ul {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 28px;
  }
  .footer-logo img {
    min-width: 200px;
    width: 200px;
  }
  .hero-content h1 {
    font-size: 1.625rem;
  }
  .sec-title {
    font-size: 1.875rem;
  }
  .testi-track {
    padding: 0 44px;
  }
  .site-header .logo img {
    min-width: 130px;
    width: 130px;
  }
}
/* ── PAGE HERO BANNER (inner pages) ── */
/* ── PAGE HERO BANNER (inner pages) ── */
.page-hero {
  position: relative;
  background: #0c180e;
  min-height: 300px;
  display: flex;
    text-align: center;
  align-items: center;
    background-size: cover;
    background-position: center center;
}
.page-hero::before {
content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000000 0%,#029445 100%);
  opacity: 0.65;
}
.page-hero .wrap {
  position: relative;
  z-index: 2;
  padding: 60px var(--px);
}
.blog-title{
    font-size: 2.222em;
}
.page-hero h1,
.page-hero p{
font-size: 2.778em;
  font-weight: var(--fw7);
  color: var(--white);
  text-transform: uppercase;
  line-height: 1.1;
    margin: 0;
}
.breadcrumb {
  margin: 0;
  padding: 0;
  background: no-repeat;
  border-radius: inherit;
}
.breadcrumb li {
  line-height: normal;
  list-style-type: none;
  margin: 0;
  font-weight: 400;
    color: #fff;
  display: inline-block;
}
.breadcrumb a {
  color: #fff;
}
.breadcrumb li.active {
  font-weight: 700;
}
.breadcrumb > li + li::before {
padding: 0 10px 0 7px;
  color: #fff;
  content: "\f054";
  font-family: Font Awesome\ 6 Free;
  font-weight: 700;
  font-size: 0.60em;
  vertical-align: middle;
}
/* ============================================================
   PAGE-SPECIFIC STYLES
============================================================ */
/* ── SERVICES PAGE ── */
.services-sec {
  background: var(--white);
  padding: 70px 0;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 28px;
}
.svc-card {
  background: var(--white);
  border-radius: var(--r-card);
  overflow: hidden;
  transition: var(--t);
}
.svc-card:hover {
  transform: translateY(-4px);
}
.svc-card > img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 30px;
  display: block;
}
.svc-card > div {
  padding: 20px 10px 24px;
  text-align: center;
}
.svc-card > div h3 {
  font-size: 1.875rem;
  font-weight: var(--fw7);
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: .875rem;
  line-height: 1.25;
}

@media(max-width:900px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media(max-width:600px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}
/* ── ABOUT PAGE ── */
/* About intro */
.about-intro {
  padding: 70px 0;
}
.about-pg-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.about-pg-grid img {
  width: 100%;
  border-radius: 30px;
  height: auto;
}
.section{
    position: relative;
    padding: 60px 0;
}
.text-center{
    text-align: center;
}
.contentside ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  margin-bottom: 2rem;
}
.contentside ul li {
  font-size: 1.125rem;
  color: var(--text);
  line-height: 1.55;
  padding-left: 1.75rem;
  position: relative;
}
.contentside ul li::before {
  content: '\f058';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #029445;
  font-size: 1.05rem;
  position: absolute;
  left: 0;
  top: 0;
}
/* Team */
.team-sec {
  background: #f8faf8;
  padding: 70px 0;
}
.team-grid {
 display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  padding: 50px 0 0 0;
}
.team-card {
background: #f0f9f4;
  border-radius: 30px;
  padding: 40px 30px;
}
.team-card img {
width: 275px;
  height: 275px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 2.5rem;
  box-shadow: 0 0 20px rgba(2,148,69,0.39);
}
.team-card h3 {
  font-size: 1.667em;
  color: var(--green);
  margin: 0 0 10px;
}
.team-card .role {
  font-weight: var(--fw7);
    font-size: 1em;
}

/* Values */
.values-sec {
  background: var(--green);
  padding: 70px 0;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.value-card {
  text-align: center;
  color: var(--white);
}
.value-card i {
  font-size: 2.5rem;
  color: var(--white);
  margin-bottom: 1rem;
  display: block;
}
.value-card h3 {
  font-size: 1.125rem;
  font-weight: var(--fw7);
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: .5rem;
}
.value-card p {
  font-size: .9375rem;
  color: rgba(255, 255, 255, .82);
  line-height: 1.65;
}
@media(max-width:900px) {
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media(max-width:600px) {
  .values-grid {
    grid-template-columns: 1fr;
  }
}
/* ── SERVICE DETAIL PAGE ── */
/* Inner page layout: content (left) + sidebar form (right) */
.inner-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 50px;
  align-items: start;
  padding: 70px 0;
}

.inner-layout.fullwidth {
   display: block;
}

/* Bullet list */
.inner-content ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .625rem;
  margin-bottom: 1.5rem;
}
.inner-content ul li {
  font-size: 1.125rem;
  color: var(--text);
  line-height: 1.55;
  padding-left: 1.75rem;
  position: relative;
}
.inner-content ul li::before {
  content: '\f058';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: var(--green);
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: .18em;
}
/* Ordered list */
.inner-content ol {
  list-style: none;
  counter-reset: ol-counter;
  display: flex;
  flex-direction: column;
  gap: .625rem;
  margin-bottom: 1.5rem;
}
.inner-content ol li {
  font-size: 1.125rem;
  color: var(--text);
  line-height: 1.55;
  padding-left: 2rem;
  position: relative;
  counter-increment: ol-counter;
}
.inner-content ol li::before {
  content: counter(ol-counter);
  font-weight: var(--fw7);
  color: var(--green);
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: .1em;
}
/* Blockquote */
.inner-content blockquote {
 border-left: 4px solid var(--green);
  padding: 30px;
  background: #fff;
  border-radius: 30px;
  margin: 1.5rem 0;
  font-style: italic;
  box-shadow: 0 0 30px rgba(0,0,0,0.12);
}
/* ── CONTACT PAGE ── */
.contact-sec {
  padding: 70px 0;
}
.contact-grid {
display: grid;
  grid-template-columns: 1fr 560px;
  gap: 80px;
  align-items: center;
}
.contact-info h2 {
  font-size: 2rem;
  font-weight: var(--fw7);
  color: var(--black);
  margin-bottom: .75rem;
  line-height: 1.25;
}
.contact-info > p {
  font-size: 1.125rem;
  color: var(--text);
  line-height: 1.75;
  margin-bottom: 2rem;
}
.contact-item {
display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 2.0rem;
}
.contact-item .ci-icon {
width: 58px;
  height: 58px;
  background: var(--green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.3rem;
  flex-shrink: 0;
}
.contact-item .ci-label {
  font-weight: var(--fw7);
}
.contact-item .ci-value {
  color: var(--text);
}
.contact-item .ci-value a {
  color: var(--green);
}
.contact-item .ci-value a:hover {
  text-decoration: underline;
}
/* Contact Form Box */
.contact-form-box {
  background: var(--brown);
  border-radius:30px;
  padding: 36px 32px;
    color: #fff;
}
.contact-form-box h3 {
  font-size: 1.75rem;
  font-weight: var(--fw7);
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  margin-bottom: 24px;
  line-height: 1.2;
}
.f-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 0;
}

/* Map */
.contact-map {
  margin-top: 60px;
}
.contact-map h2 {
  font-size: 1.5rem;
  font-weight: var(--fw7);
  text-align: center;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.map-embed {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.map-embed iframe {
  display: block;
}
@media(max-width:1199px) {
  .contact-grid {
    grid-template-columns: 1fr;
      gap:0;
  }
}
/* ── BLOG PAGE ── */
.blog-sec {
  padding: 70px 0;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.blog-card {
background: #f2faf6;
  border-radius: 30px;
  overflow: hidden;
  border: solid 1px rgba(2,148,69,0.2);
  transition: var(--t);
  padding: 30px;
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 28px rgba(0, 0, 0, .1);
}
.blog-card img {
width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}
.blog-card .blog-body {
  padding: 20px 0 0;
}
.blog-card .blog-body h2 {
font-size: 1.25rem;
  font-weight: var(--fw7);
  margin-bottom: .625rem;
  line-height: 1.4;
}
.blog-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: .75rem;
  flex-wrap: wrap;
}
.blog-meta span {
display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1rem;
  font-weight: 700;
}
.blog-meta i {
  color: var(--green);
}


/*.blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 50px;
}
.blog-pagination a, .blog-pagination span {
display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  font-size: .9375rem;
  font-weight: var(--fw6);
  color: var(--text);
  border: 1px solid var(--border);
  transition: var(--t);
  background: #f9f7f6;
}
.blog-pagination a:hover, .blog-pagination span.active {
  background: #603918;
  color: var(--white);
  border-color: #603918;
}
.blog-pagination .pg-next {
  width: auto;
  padding: 0 16px;
  border-radius: 10px;
}*/
@media(max-width:900px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media(max-width:600px) {
      .why-sec {
    background-size: contain;
    background-position: bottom center;
    padding-bottom: 67.67% !important;
  }
  .blog-grid {
    grid-template-columns: 1fr;
  }
}
/* ── REVIEWS PAGE ── */
.reviews-intro {
  background: var(--green);
  padding: 50px 0;
  text-align: center;
}
.reviews-intro p {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, .9);
  max-width: 640px;
  margin: 0 auto 1.5rem;
}
.reviews-score {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 1.5rem;
}
.reviews-score .big-score {
  font-size: 4rem;
  font-weight: var(--fw8);
  color: var(--white);
  line-height: 1;
}
.reviews-score .score-detail {
  text-align: left;
}
.reviews-score .score-detail .stars {
  color: var(--gold);
  font-size: 1.75rem;
  display: block;
  line-height: 1;
  margin-bottom: 4px;
}
.reviews-score .score-detail span {
  color: rgba(255, 255, 255, .8);
  font-size: .9375rem;
}
.reviews-sec {
  padding: 70px 0;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.review-card {
  background: var(--white);
  border: solid 1px rgba(2,148,69,0.2);
  border-radius: 30px;
  padding: 28px 24px;
}
.review-card .r-stars {
  color: var(--gold);
  font-size: 1.25rem;
  margin-bottom: .875rem;
}
.review-card p {
  font-size: 1.0625rem;
  color: var(--text);
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 1rem;
}
.review-card .r-byline {
  display: flex;
  align-items: center;
  gap: 12px;
}
.review-card .r-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--green-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: var(--fw7);
  color: var(--green);
  flex-shrink: 0;
}
.review-card .r-name {
  font-weight: var(--fw7);
  color: var(--black);
  font-size: 1rem;
  line-height: 1.2;
}
.review-card .r-loc {
  font-size: .875rem;
  color: var(--muted);
}
.review-cta {
  padding: 60px 0;
  text-align: center;
    border-top: solid 1px rgba(2,148,69,0.2);
}
.review-cta h2 {
  font-size: 2rem;
  font-weight: var(--fw7);
  margin-bottom: .75rem;
}
.review-cta p {
  font-size: 1.125rem;
  color: var(--muted);
  margin-bottom: 1.75rem;
}
@media(max-width:900px) {
  .reviews-grid {
    grid-template-columns: 1fr;
  }
}

/* ── PROJECTS PAGE ── */
.projects-sec {
  padding: 70px 0;
}
.proj-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.proj-card {
border-radius: 30px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 35px rgba(1,63,30,0.15);
}
.proj-card img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  transition: var(--t);
  opacity: .9;
}
.proj-card:hover img {
  opacity: .7;
  transform: scale(1.03);
}
.proj-card .proj-info {
  background: var(--white);
}
.proj-card .proj-info h3 {
font-size: 1.222em;
  font-weight: var(--fw7);
  color: #fff;
  margin-bottom: 0;
  line-height: 1.35;
  background: #029445;
  padding: 20px 30px;
}
.proj-card .proj-meta {
display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 15px 30px;
}
.proj-card .proj-meta span {
display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1rem;
}
.proj-card .proj-meta span i {
  color: var(--green);
  font-size: 1.125rem;
}
.proj-card .proj-arrow {
position: absolute;
  top: 270px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-size: 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
}
.proj-card .proj-arrow:hover {
position: absolute;
  background:var(--green);
  color:var(--white);
}
@media(max-width:1280px) {
.site-header {
  font-size: 0.85em;
    }
}
@media(max-width:1199px) {
    .page-hero h1,
    .page-hero p{
  font-size: 2.3em;
}
    .page-hero {
  min-height: 200px;
}
    .svc-card > div h3 {
  font-size: 1.5rem;
}
     .sec-title {
  font-size: 2.0rem;
}
.site-header {
  padding: 10px 0;
}
}
@media(max-width:991px) {
    .meet-family h2 {
  padding-left: 0;
}
    .inner-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 40px 0;
}
    .team-grid {
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  padding: 20px 0 0 0;
}
.about-sec01 img{
    margin-top: 20px;
}
}
@media(max-width:900px) {
    
  .proj-grid {
    grid-template-columns: 1fr;
  }
    .stat-box.isa img {
  margin-top: 0;
}
    .stat-box i{
        position: relative;
        left: auto;
        top: auto;
        margin: 0 0 10px;
    }
    .stat-box.isa i{
        display: none;
    }
}
@media(max-width:768px) {
    .ct-custom-page .inner-content h2 {
      font-size: 1.5em;
    }
    .gcontainer .gclose{
        top:0;
    }
    .gcontainer .gprev,
    .gcontainer .gnext{
        top:50%;
    }
    .blog-title {
  font-size: 2.0em;
}
    h1{
    font-size: 2.4em;
}
h2{
    font-size: 2.0em;
}
h3{
    font-size: 1.7em;
}
h4{
    font-size: 1.4em;
}
    body{
        font-size: 1rem;
    }
    .stats-bar,
    .about-sec,
    .services-sec,
    .why-sec,
    .serving-sec,
    .testi-sec,
    .section,
    .blog-sec,
    .contact-sec,
    .reviews-sec{
  padding-top: 40px;
        padding-bottom: 40px;
}
   
}
@media(max-width:767px) {
    .video-wrapper {
  height: 35%;
}
    .hero-form{
        margin-top: 70px;
        background: rgba(0, 0, 0, .36);
    }
.meet-family h2{
 text-align: center;
}
}
@media(max-width:575px) {
  .t-card p {
  font-size: 0.85rem;
}
    .f-row {
  grid-template-columns: 1fr;
  gap: 0;
}
    .page-hero .wrap {
  padding: 40px 0;
}
    .page-hero h1,
    .page-hero p{
    font-size: 1.5em;
  }
    .page-hero {
    min-height: auto;
  }
    .hero-form > p {
  font-size: 1.5rem;
}
  .sec-title {
    font-size: 1.7rem;
  }
}
@media(max-width:399px) {
    .gmb-review-rating{
        display: none;
    }
}