

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
.container {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}
.topbar {
  background: #050505;
  color: #fff;
  font-size: 0.95rem;
}
.topbar-inner,
.topbar-actions,
.nav-inner,
.button-row,
.cta-inner {
  display: flex;
  align-items: center;
}
.topbar-inner {
  min-height: 48px;
  justify-content: space-between;
}
.topbar-actions {
  gap: 24px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border: 0;
  border-radius: 4px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s;
}
.button:hover {
  transform: translateY(-1px);
  filter: brightness(0.95);
}
.button-small {
  padding: 7px 15px;
}
.button-green {
  background: #054b14;
  color: #fff;
}
.button-orange {
  background: #df6712;
  color: #fff;
}
.button-light {
  background: #fff;
  color: #054b14;
}
.nav-wrap {
  background: #0a781c;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.18);
}
.nav-inner {
  min-height: 86px;
  justify-content: space-between;
}
.logo img {
  width: 210px;
  height: auto;
}
.primary-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-weight: 700;
}
.primary-nav > a,
.dropdown-toggle {
  padding: 30px 0;
}
.dropdown {
  position: relative;
}
.dropdown-toggle {
  background: none;
  border: 0;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 75px;
  left: 0;
  min-width: 220px;
  background: #fff;
  color: #222;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.dropdown:hover .dropdown-menu,
.dropdown:focus-within .dropdown-menu {
  display: block;
}
.dropdown-menu a {
  display: block;
  padding: 11px 16px;
  border-bottom: 1px solid #eee;
}
.dropdown-menu a:hover {
  background: #f1f5f0;
  color: #0a781c;
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  color: #fff;
  font-size: 1.8rem;
}
.hero {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-banner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.48),
    rgba(0, 0, 0, 0.05)
  );
}

.hero-inner {
  position: relative;
  z-index: 2;
  min-height: 500px;
  display: flex;
  align-items: center;
}

.hero-content {
  max-width: 620px;
  color: #fff;
}
.hero h1 { 
    font-size: clamp(2rem, 5vw, 4rem); 
    line-height: 1.15; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5); 
    font-weight: 600; background: linear-gradient(180deg, #fbc80c 0%, #ffc00d 50%, #ffbf2b 100%); 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    background-clip: text; 
}
.hero p {
  font-size: 1.18rem;
  font-weight: 700;
  margin: 16px 0 26px;
}
.button-row {
  gap: 14px;
  flex-wrap: wrap;
}
.service-marquee {
  background: #050505;
  color: #fff;
  border-block: 1px solid #b89945;
  padding: 26px 0;
  overflow: hidden;
}
.eyebrow {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.75rem;
  color: #bbb;
  margin: 0 0 18px;
}
.marquee-track {
  overflow: hidden;
}
.marquee-content {
  display: flex;
  width: max-content;
  gap: 28px;
  animation: marquee 45s linear infinite;
}
.marquee-content span {
  padding: 7px 15px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  white-space: nowrap;
}
.marquee-content:hover {
  animation-play-state: paused;
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
.section {
  padding: 72px 0;
}
.section-light {
  background: #fff;
}
.section-soft {
  background: #f5f5f5;
}
.section-title {
  text-align: center;
  font-size: 38px;
  line-height: 50px;
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 0 38px;
}

.section-title-light {
  color: #fff;
}
.gallery-grid,
.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.gallery-grid img,
.image-grid img {
  width: 100%;
  aspect-ratio: 1.06;
  object-fit: cover;
  border-radius: 5px;
  border: 2px solid #D19E1E;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.review-card {
  background: #fff;
  padding: 28px;
  border-radius: 7px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}
.review-card p {
  color: #4c4c4c;
}
.stars {
  color: #f2b600;
  font-size: 1.2rem;
  letter-spacing: 2px;
}
.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.75fr);
  gap: 55px;
  align-items: start;
}
.content-column h2,
.faq-layout h2 {
  font-size: 2.25rem;
  line-height: 1.2;
  margin-top: 0;
}
.content-column h3 {
  font-size: 1.5rem;
  margin-top: 35px;
}
.check-list {
  padding: 0;
  list-style: none;
}
.check-list li {
  position: relative;
  padding-left: 30px;
  margin: 11px 0;
}
.check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0a781c;
  font-weight: 900;
}
.quote-card {
  background: #054b14;
  color: #fff;
  padding: 30px;
  border-radius: 9px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.2);
}
.quote-card h2 {
  text-align: center;
  margin-top: 0;
}
.quote-card label {
  display: block;
  font-weight: 700;
  margin-bottom: 13px;
}
.quote-card input,
.quote-card select,
.quote-card textarea {
  width: 100%;
  margin-top: 5px;
  padding: 11px 12px;
  border: 0;
  border-radius: 4px;
  background: #fff;
}
.quote-card textarea {
  resize: vertical;
}
.form-button {
  width: 100%;
  margin-top: 5px;
  background: #02b335;
}
.quote-card small {
  display: block;
  margin-top: 15px;
  color: #d8e5d9;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  background: #fff;
  padding: 28px;
  border-top: 5px solid #0a781c;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
}
.service-card h3 {
  margin-top: 0;
  color: #054b14;
}
.faq-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 45px;
  align-items: center;
}
.faq-layout > img {
  width: 100%;
  border-radius: 8px;
}
.faq-layout details {
  border: 1px solid #ddd;
  margin-bottom: 12px;
  border-radius: 5px;
  background: #fff;
}
.faq-layout summary {
  padding: 16px 18px;
  font-weight: 700;
  cursor: pointer;
}
.faq-layout details p {
  padding: 0 18px 18px;
  margin: 0;
  color: #707173;
}
.cta-section {
  background: #0a781c;
  color: #fff;
  padding: 45px 0;
}
.cta-inner {
  justify-content: space-between;
  gap: 30px;
}
.cta-inner h2 {
  margin: 0 0 5px;
  font-size: 2rem;
}
.cta-inner p {
  margin: 0;
}
.map-section iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}
.site-footer {
  background: #07140b;
  color: #e7eee8;
  padding-top: 60px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 45px;
}
.footer-logo {
  width: 210px;
  margin-bottom: 18px;
}
.site-footer h2 {
  font-size: 1.25rem;
  color: #fff;
  border-bottom: 3px solid #0a781c;
  padding-bottom: 12px;
}
.site-footer a {
  display: block;
  margin: 9px 0;
  color: #d1d9d2;
}
.site-footer a:hover {
  color: #fff;
}
.copyright {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 45px;
  padding: 18px;
  font-size: 0.9rem;
}
.floating-call {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #0a781c;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.55rem;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
  z-index: 900;
}
.lead-quote {
  border-left: 4px solid #df6712;
  background: #fff;
  margin: 28px 0;
  padding: 20px 24px;
  font-style: italic;
  color: #252525;
  border-radius: 15px;
}
.lead-quote p {
  color: #000 !important;
  margin: 0;
}
.section-dark {
  background: #081b0f;
  color: #f2f2f2;
}
.section-light-dark {
  background: #033010;
  color: #f2f2f2;
}
.section-dark .content-column h2 {
  color: #d19e1e;
  font-weight: 600;
  margin-bottom: 30px;
}
.section-dark .content-column strong {
  color: #fff;
}
.section-dark .content-column p {
  color: #e6ece7;
}
.reasons-section {
  padding-top: 56px;
}
.reasons-title {
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  line-height: 1.3;
  color: #f6c431;
  margin: 0 0 30px;
  font-weight: 800;
}
.reasons-list p {
  margin: 0 0 16px;
  color: #e6ece7;
}
.reasons-list strong {
  color: #fff;
}
.service-detail {
  border-top: 1px solid #e6e6e6;
  padding: 32px 0;
}
.service-detail:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.service-detail h3 {
  font-size: 1.5rem;
  color: #d19e1e;
  margin: 0 0 12px;
}
.service-detail p {
  margin: 0 0 12px;
}
.contact-cta p strong {
  display: block;
  font-size: 1.15rem;
  margin-bottom: 16px;
}
.social-row {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}
.social-row a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
}
.social-row a:hover {
  background: #0a781c;
}
.footer-hours {
  margin-top: 22px;
}
.footer-hours h2 {
  margin-bottom: 10px;
}

/* Dark variant: Our Connells Point Tree Services grid */
#services.section-dark .section-title {
  color: #fff;
}
#services.section-dark .section-title:after {
  background: #f6c431;
}
#services .service-card {
  background: #0f2417;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 2px solid #f6c431;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4);
}
#services .service-card h3 {
  color: #fff;
}
#services .service-card p {
  color: #cfdcd3;
  margin-bottom: 0;
}

/* Dark variant: service detail long-form section */
.section-dark .service-detail {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.section-dark .service-detail:first-of-type {
  border-top: 0;
}
.section-dark .service-detail h3 {
  color: #f6c431;
}
.section-dark .service-detail p {
  color: #e6ece7;
}
.section-dark .contact-cta p strong {
  color: #fff;
}

/* Gallery section title locked to brand gold */
#gallery .section-title {
  color: #d19e1e;
}

/* Why Choose Us */
.why-eyebrow {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  color: #f6c431;
  font-weight: 700;
  margin: 0 0 10px;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 38px;
}
.why-card {
  background: #0f2417;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 28px 26px;
  text-align: left;
}
.why-card i {
  font-size: 1.5rem;
  color: #f6c431;
  display: block;
  margin-bottom: 14px;
}
.why-card h3 {
  color: #fff;
  margin: 0 0 10px;
  font-size: 1.12rem;
}
.why-card p {
  color: #d9e6dc;
  margin: 0;
}

/* FAQ accordion (dark) */
.faq-accordion {
  max-width: 840px;
  margin: 0 auto;
}
.faq-accordion details {
  background: #0f2417;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  margin-bottom: 14px;
  overflow: hidden;
}
.faq-accordion summary {
  padding: 19px 46px 19px 22px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  list-style: none;
  position: relative;
}
.faq-accordion summary::-webkit-details-marker {
  display: none;
}
.faq-accordion summary:after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 16px;
  color: #f6c431;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
}
.faq-accordion details[open] summary:after {
  content: "–";
}
.faq-accordion details p {
  padding: 0 22px 20px;
  margin: 0;
  color: #d9e6dc;
}
.quote-card {
  background: #0d0f0c;
  color: #fff;
  padding: 30px;
  border-radius: 9px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.35);
}
.quote-card label {
  display: block;
  font-weight: 700;
  margin-bottom: 13px;
  font-size: 0.9rem;
}
.quote-card input,
.quote-card select,
.quote-card textarea {
  width: 100%;
  margin-top: 5px;
  padding: 11px 12px;
  border: 0;
  border-radius: 4px;
  background: #fff;
  color: #252525;
}
.quote-card input::placeholder,
.quote-card textarea::placeholder {
  color: #8a8a8a;
}
.captcha-box {
  background: #fff;
  color: #252525;
  border-radius: 4px;
  padding: 14px 16px;
  margin-bottom: 18px;
  text-align: center;
}
.captcha-box p {
  margin: 0 0 10px;
  font-size: 0.9rem;
}
.captcha-options {
  display: flex;
  justify-content: center;
  gap: 14px;
}
.captcha-option {
  background: #f1f1f1;
  border: 1px solid #ddd;
  border-radius: 6px;
  width: 46px;
  height: 40px;
  font-size: 1.2rem;
  cursor: pointer;
}
.captcha-option:hover {
  background: #e6e6e6;
}
@media (max-width: 900px) {
  .reasons-list {
    max-width: 100%;
  }
}
@media (max-width: 900px) {
  .topbar-actions a:not(.button) {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .primary-nav {
    display: none;
    position: absolute;
    top: 86px;
    left: 0;
    right: 0;
    background: #054b14;
    padding: 15px 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .primary-nav.open {
    display: flex;
  }
  .primary-nav > a,
  .dropdown-toggle {
    display: block;
    width: 100%;
    padding: 12px 0;
    text-align: left;
  }
  .dropdown-menu {
    position: static;
    box-shadow: none;
    margin-left: 15px;
    background: #fff;
  }
  .hero,
  .hero-inner {
    min-height: 430px;
  }
  .content-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }
  .services-grid,
  .reviews-grid,
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 620px) {
  .container {
    width: min(100% - 28px, 1180px);
  }
  .topbar-inner {
    justify-content: center;
  }
  .topbar-actions {
    display: none;
  }
  .nav-inner {
    min-height: 72px;
  }
  .logo img {
    width: 175px;
  }
  .primary-nav {
    top: 72px;
  }
  .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(86deg, rgb(0 0 0 / 90%), rgb(0 0 0 / 23%));
}
.hero-banner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
  .hero h1 {
    font-size: 2.45rem;
  }
  .section {
    padding: 50px 0;
  }
  .gallery-grid,
  .image-grid,
  .services-grid,
  .reviews-grid,
  .footer-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }
  .gallery-grid img,
  .image-grid img {
    aspect-ratio: 1.2;
  }
  .cta-inner h2 {
    font-size: 1.65rem;
  }
  .map-section iframe {
    height: 330px;
  }
}

/* Requested global H2 colour inside this page */
.gap-elementor-page h2 {
  color: #d19e1e;
}
.gap-elementor-page .section-title-light,
.gap-elementor-page .quote-card h2,
.gap-elementor-page .site-footer h2,
.gap-elementor-page .cta-section h2 {
  color: #d19e1e;
}

/* Banner-bottom marquee */
.gap-elementor-page .clients-sec {
  background: #000;
  padding: 2.8rem 0;
  border-top: 1px solid #c9a960;
  border-bottom: 1px solid #c9a960;
  overflow: hidden;
}
.gap-elementor-page .clients-lbl {
  text-align: center;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 1.8rem;
  padding: 0 16px;
}
.gap-elementor-page .clients-mq-wrap {
  overflow: hidden;
  width: 100%;
}
.gap-elementor-page .clients-mq {
  display: flex;
  width: max-content;
  gap: 3.5rem;
  animation: gapMarquee 75s linear infinite;
  will-change: transform;
}
.gap-elementor-page .clients-mq:hover {
  animation-play-state: paused;
}
.gap-elementor-page .cl {
  flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.92);
  padding: 0.3rem 1rem;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  backdrop-filter: blur(8px);
  transition: 0.25s;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.gap-elementor-page .cl:hover {
  color: #fff;
  border-color: rgba(209, 158, 30, 0.75);
}
.gap-elementor-page .cl i {
  margin-right: 0.45rem;
  opacity: 0.85;
  color: #ffcf62;
}
@keyframes gapMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* WordPress shortcode areas */
.gap-elementor-page .wordpress-shortcode {
  width: 100%;
}
.gap-elementor-page .reviews-section .trustindex-shortcode {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  min-height: 120px;
  color: #222;
}
.gap-elementor-page .quote-card .wpcf7-form p {
  margin: 0 0 13px;
}
.gap-elementor-page .quote-card .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  padding: 11px 12px;
  border: 0;
  border-radius: 4px;
  background: #fff;
  color: #252525;
}
.gap-elementor-page .quote-card textarea.wpcf7-form-control {
  min-height: 120px;
  resize: vertical;
}
.gap-elementor-page .quote-card .wpcf7-submit {
  width: 100%;
  padding: 12px 22px;
  border: 0;
  border-radius: 4px;
  background: #02b335;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.gap-elementor-page .quote-card .wpcf7-spinner {
  display: block;
  margin: 10px auto 0;
}

@media (max-width: 768px) {
  .gap-elementor-page .clients-sec {
    padding: 1.8rem 0;
  }
  .gap-elementor-page .clients-mq {
    gap: 2rem;
    animation-duration: 45s;
  }
  .gap-elementor-page .cl {
    font-size: 0.9rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .gap-elementor-page .clients-mq {
    animation: none;
  }
}

/* Mobile contact form placement */
.mobile-contact-section {
  display: none;
}

@media (max-width: 768px) {
  #about .desktop-quote-card {
    display: none;
  }

  #about .content-layout {
    display: block;
  }

  #about .content-column {
    width: 100%;
    max-width: 100%;
  }

  .mobile-contact-section {
    display: block;
  }

  .mobile-contact-section .mobile-contact-inner {
    max-width: 720px;
    margin: 0 auto;
  }

  .mobile-contact-section .section-title {
    text-align: center;
    margin-bottom: 24px;
  }

  .mobile-contact-section .quote-card {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}