/*
Theme Name: Tradie
Theme URI: https://tradiebranding.com.au/
Template: hello-elementor
Author: Cure Collective
Author URI: https://curecollective.com.au/
Description: Custom theme developed by Cure Collective Team.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.1.0
*/

/**
Font Reforms::
*/
:root {
  --f-family: "Inter", sans-serif;
  --w-400: 400;
  --w-500: 500;
  --w-600: 600;
  --w-700: 700;
  --c-color1: #1b2124;
  --c-color2: #ff3000;
  --c-color3: #d6d6d2;
  --c-color-white: #fff;
  --f-14: 14px;
  --f-16: 16px;
  --f-18: 18px;
  --f-20: 20px;
  --f-21: 21px;
  --f-24: 24px;
  --f-26: 26px;
  --f-32: 32px;
  --f-48: 48px;
}
.test-container {
  width: 90%;
  max-width: 1200px;
  margin: 0px auto;
  display: block;
  margin-top: 50px;
}
.max-height-900 {
  max-height: 900px;
}
body strong {
  font-weight: 600;
}
.m-0,
.m-0 h1,
.m-0 h2,
.m-0 h3,
.m-0 h4,
.m-0 h5,
.m-0 h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-block-start: 0;
  margin-block-end: 0;
}
.m-0 p:first-child {
  margin-top: 0px;
}
.m-0 p:last-child {
  margin-bottom: 0px;
}
.m-top-0 p {
  margin-top: 0px;
}
.m-bottom-0 p {
  margin-bottom: 0px;
}
.underline a,
a.underline,
.hover-underline a:hover {
  text-decoration: underline !important;
  text-decoration-color: var(--c-color1) !important;
}
.hover-underline-menu a:hover {
  text-decoration: underline !important;
  text-decoration-color: var(--c-color1) !important;
}
.underline a:hover,
a.underline:hover {
  text-decoration: none !important;
}
.on-hover-underline {
  text-decoration: none;
}
.on-hover-underline:hover {
  text-decoration: underline;
}
.uppercase,
.uppercase p,
.uppercase h4 {
  text-transform: uppercase !important;
}

.right {
  text-align: right;
}

.f-14 {
  font-size: var(--f-14);
}
.f-16 {
  font-size: var(--f-16);
}
.f-20 {
  font-size: var(--f-20);
}
.f-26 {
  font-size: var(--f-26);
}
.w-400 {
  font-weight: 400;
}
.w-600 {
  font-weight: 600;
}
.color-text {
  color: var(--c-color1);
}
.color-orange {
  color: var(--c-color2);
}

.btn-200 a.elementor-button {
  display: inline-block;
  width: 100%;
  max-width: 200px;
}
.btn-137 a.elementor-button {
  display: inline-block;
  width: 100%;
  max-width: 137px;
}

.hover-white-all .elementor-icon path {
  fill: var(--c-color-white);
}
.hover-white-all .elementor-heading-title,
.hover-white-all .elementor-widget-text-editor {
  color: var(--c-color-white);
}
.back-button .elementor-button-icon svg {
  height: 15px;
  width: auto;
}
.align-end {
  align-content: end;
}

/** Footer menu widget start*/
.footer-menu-container {
  padding: 0px 0;
}
/* .footer-menu-container a {
  transition: color 0.3s ease;
  border-bottom: 1px solid var(--c-color1);
  padding-bottom: 0;
}
.footer-menu-container a:hover {
  border-bottom: 1px solid transparent;
} */
.menu-separator {
  margin: 0 4px;
  color: inherit;
}
/** Footer menu widget end*/

/** Project Card CSS */
.card-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.card-content {
  padding: 17px 0px 10px;
}
/** Project Card CSS */

/** Home Carosel Start */
.home-carousel {
}
.home-carousel .slick-slide {
}
.home-carousel.slick-dotted.slick-slider {
  margin-bottom: 25px;
}
.home-carousel .slick-slide img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.home-carousel .slick-dots {
  bottom: 20px;
}
.home-carousel .slick-dots li button {
  width: 0;
  height: 0;
  padding: 0;
}
.home-carousel .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 6px;
}
.home-carousel .slick-dots li button::before {
  font-size: 0px;
  line-height: 20px;
  width: 12px;
  height: 12px;
  content: "";
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 1;
}
.home-carousel .slick-dots li.slick-active button::before,
.home-carousel .slick-dots li:hover button::before {
  opacity: 1;
  color: #fff;
  background: #fff;
}
.home-captions .slick-slide h3 span {
  font-weight: var(--w-600);
}
/** Home Carosel End */

/** Mobile Menu Start */

.tradie_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tradie_logo,
.tradie_menu-logo {
  width: 101px;
  height: auto;
}

.tradie_menu-toggle {
  cursor: pointer;
}

.tradie_fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: #111719;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 20px 20px 20px;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 9999;
}

.tradie_fullscreen-menu.tradie_open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.tradie_menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tradie_menu-close {
  cursor: pointer;
}

.tradie_menu-links {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.tradie_menu-links ul {
  padding: 0px;
}
.tradie_menu-links ul,
.tradie_menu-links li {
  list-style: none;
  text-align: center;
}
.tradie_menu-links li {
  margin-bottom: 18px;
}

.tradie_menu-links a {
  color: var(--c-color3);
  font-size: var(--f-32);
  font-weight: var(--w-400);
  text-decoration: none;
}

.current-menu-item a {
  font-weight: var(--w-600);
  color: var(--c-color-white);
}

.tradie_menu-footer {
  text-align: center;
  gap: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 150px;
}

.tradie_chat-btn {
  background: var(--c-color-white);
  color: var(--c-color1);
  padding: 12px 26px;
  border-radius: 500px;
  text-decoration: none;
  font-size: var(--f-14);
  font-weight: var(--w-600);
}
.tradie_phone a {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--c-color-white);
}
body.tradie_no-scroll {
  overflow: hidden;
}
/** Mobile Menu End */

/** Process Step List start */
.process-steps-list {
  list-style-type: none;
  counter-reset: step-counter;
  padding-left: 0;
  max-width: 800px;
  margin: 0 auto;
}

.process-step {
  margin-bottom: 40px;
  counter-increment: step-counter;
  position: relative;
  padding-left: 100px;
  color: var(--c-color1);
  padding-left: 122px;
}

.process-step:before {
  content: "0" counter(step-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-size: var(--f-16);
  font-weight: var(--w-600);
  color: var(--c-color1);
}

.process-step h3 {
  margin-top: 0;
  color: var(--c-color1);
  font-size: var(--f-20);
  font-weight: var(--w-600);
  margin-bottom: 0px;
}

.process-step .step-content {
  margin-bottom: 0;
  color: var(--c-color1);
  font-size: var(--f-16);
  font-weight: var(--w-400);
}

.process-step strong {
  color: inherit;
}
/** Process Step List end */

/** Table CHart */
.tradie_comparison_table {
  margin: 0 auto;
  overflow: hidden;
}

.tradie_comparison_table .row {
  display: flex;
  padding: 16px;
  border-top: 0px solid #eee;
  align-items: flex-start;
}

.tradie_comparison_table .row.header {
  background-color: #fff;
  font-weight: bold;
  border-top: none;
}

.tradie_comparison_table .row.alt {
  background-color: #f8f8f8;
}

.tradie_comparison_table .column {
  flex: 1;
  padding: 8px 12px;
  padding-left: 20px;
}

@media (max-width: 768px) {
  /* .tradie_comparison_table .row {
    flex-direction: column;
    padding: 12px;
  } */

  /* .tradie_comparison_table .row.header {
    display: none;
  }

  .tradie_comparison_table .column {
    padding: 6px 0;
  } */
}

/** Table CHart End*/

/** FAQ Wrapper Start */
.faq-wrapper {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  gap: 32px;
}
.faq-categories {
  /* flex: 1; */
  display: flex;
  flex-direction: column;
  border-right: 0px solid #ddd;
  gap: 10px;
  width: 100%;
  max-width: 310px;
}
.faq-categories .faq-tab {
  padding: 20px 30px;
  background: var(--c-color-white);
  border: 2px solid var(--c-color1);
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  color: var(--c-color1);
  font-size: var(--f-18);
  font-weight: var(--w-600);
}

.faq-categories .faq-tab.active {
  background: var(--c-color1);
  color: var(--c-color-white);
  border-color: var(--c-color1);
}
.faq-content {
  flex: 3;
}
.faq-tab-content {
  display: none;
}
.faq-tab-content.active {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.faq-tab-content .faq-item {
  border-top: 1px solid #afafaf;
  padding: 25px 0px;
}
.faq-tab-content .faq-item:last-child {
  border-bottom: 1px solid #afafaf;
}
.faq-question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--f-16);
  font-weight: var(--w-600);
}
.faq-icon svg {
  width: 15px;
  height: 15px;
}
.faq-answer {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
  margin-top: 0;
  color: #444;
}
.faq-answer.open {
  margin-top: 10px;
}
.faq-question.active .faq-icon svg {
  display: none;
}
.faq-question.active .faq-icon::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15" fill="none"><g clip-path="url(%23clip0_18484_2833)"><path d="M0.530273 6.80078H15.0003V8.49078H0.530273V6.80078Z" fill="%231B2124"/></g><defs><clipPath id="clip0_18484_2833"><rect width="14.47" height="14.47" fill="white" transform="translate(0.530273 0.410156)"/></clipPath></defs></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
/** FAQ Wrapper End */

/** Contact form 7 */
/* Form container styling */
.contact-form {
}
.contact-form .form-group {
  margin-bottom: 10px;
}
.contact-form .form-group p {
  margin: 0px;
}
.contact-form label {
  font-size: var(--f-14);
  font-weight: var(--w-600);
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-left: 10px;
}
.contact-form input {
  border-radius: 10px;
  border: 2px solid #f2f2f0;
  display: block;
  width: 100%;
  padding: 11px 15px;
  font-size: var(--f-14);
  font-weight: var(--w-400);
  color: var(--c-color1);
  font-family: var(--f-family);
}
.contact-form textarea {
  border-radius: 10px;
  border: 2px solid #f2f2f0;
  display: block;
  width: 100%;
  padding: 11px 15px;
  font-size: var(--f-14);
  font-weight: var(--w-400);
  color: var(--c-color1);
  max-height: 106px;
  font-family: var(--f-family);
}
input::placeholder,
textarea::placeholder {
  font-size: var(--f-14);
  font-weight: var(--w-400);
  opacity: 1; /* Default is usually lower */
  color: var(--c-color1);
  font-family: var(--f-family);
}
.contact-form input[type="submit"] {
  padding: 12px 26px;
  border-radius: 500px;
  background: var(--c-color1);
  font-size: var(--f-14);
  font-weight: var(--w-600);
  border: 1px solid var(--c-color1);
  display: block;
  width: 100%;
  max-width: 166px;
  cursor: pointer;
}
.contact-form .wpcf7-not-valid-tip {
  font-size: var(--f-14);
  font-weight: var(--w-400);
}
.elementor-element .wpcf7 form .wpcf7-response-output {
  margin: 1em 0em 0em;
  padding: 0em 0em;
  border: 1px solid var(--c-color1);
  padding: 15px 15px;
  text-align: center;
  background: var(--c-color1);
  color: var(--c-color-white);
  border-radius: 500px;
}
/** Contact form 7 End*/

/** CSS animation */
.underline-from-left a,
.grid-item a .card-content .client-name {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding-bottom: 0px;
  width: fit-content;
}

.underline-from-left a::after,
.grid-item a .card-content .client-name::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transition: width 0.3s ease;
}

header .underline-from-left a::after {
  background-color: var(--c-color1);
}

.underline-from-left a:hover::after,
.underline-from-left a:focus::after,
.grid-item a:hover .card-content .client-name::after {
  width: 100%;
}
/** CSS animation End*/

.recent-work-btn a {
  transition: all 0.3s;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: var(--e-global-color-text);
}
.recent-work-btn a:hover {
  border-color: #02010100;
}

/** Fade animation start */
.fade-bg-effect,
.faq-categories .faq-tab:not(.active) {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: background-color 0.3s ease;
  overflow: hidden;
  z-index: 1;
}

.fade-bg-effect::before,
.faq-categories .faq-tab:not(.active)::before {
  content: "";
  background-color: #e6e6e6; /* Fade to black */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.fade-bg-effect:hover::before,
.faq-categories .faq-tab:not(.active):hover::before {
  opacity: 1;
}


/** Project Navigation */
.project-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  gap: 30px;
}

.project-navigation a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #1B2124;
  font-weight: 600;
  font-size: 20px;
  transition: opacity 0.3s ease;
}

.project-navigation a:hover {
  opacity: 0.8;
}

.project-navigation .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.prev-project .icon {
  margin-right: 10px;
}

.next-project .icon {
  margin-left: 10px;
}


.home .bg-color{
background-color : #D6D6D2 !important;
}

.hfe-nav-menu__layout-horizontal {
  width: auto !important;
}



/** Sticky Header */
.sticky-header {
  position: relative; /* Start in normal flow */
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 0.3s ease;
}

.sticky-header.is-scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-20px); /* Start animation */
  opacity: 0;
  animation: slideDown 0.4s ease forwards;
}

@keyframes slideDown {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/** Sticky Header End */


.elementor-widget-text-editor ol {
    padding-left: 0px;
    margin-left: 0px;
    list-style-position: inside;
}
.hfe-scroll-to-top-wrap .hfe-scroll-to-top-button {
  z-index: 0;
}


