.elementor-kit-7{--e-global-color-primary:#000080;--e-global-color-secondary:#FF6100;--e-global-color-text:#474947;--e-global-color-accent:#474947;--e-global-color-e03c5f7:#00548E;--e-global-typography-primary-font-family:"Oswald";--e-global-typography-primary-font-size:44px;--e-global-typography-primary-font-weight:800;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:1px;--e-global-typography-primary-letter-spacing:0.5px;--e-global-typography-secondary-font-family:"Oswald";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:800;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#000000;font-family:"Lora", sans serif;font-size:17px;font-weight:400;text-transform:none;font-style:normal;text-decoration:none;line-height:1.5px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-family:"Roboto", sans serif;font-size:16px;font-weight:700;text-transform:none;font-style:normal;text-decoration:underline;}.elementor-kit-7 h1{font-family:"SN Pro", sans serif;font-size:24px;font-weight:900;line-height:1.5px;}.elementor-kit-7 h2{font-family:"SN Pro", sans serif;font-size:28px;font-weight:700;line-height:1.5px;}.elementor-kit-7 h3{font-family:"Inter UI", sans serif;font-size:600px;font-weight:600;line-height:1.5px;}.elementor-kit-7 h4{font-size:400px;font-weight:400;line-height:1.4px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:"Roboto", sans serif;font-size:20px;font-weight:700;text-transform:capitalize;font-style:normal;text-decoration:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:900px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:480px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Make all text inside the Review Harvest carousel larger */
#review-carousel,
#review-carousel * {
    font-size: 18px !important;   /* tweak this size */
    line-height: 1.5 !important;
}

/* Optional: make reviewer names a bit bigger/bolder */
#review-carousel [class*="name"],
#review-carousel [class*="author"],
#review-carousel [class*="reviewer"] {
    font-size: 20px !important;
    font-weight: 600 !important;
}





/* ===== Angled section: blue left, ORANGE right, single diagonal ===== */

.angled-bg{
  position: relative;
  overflow: hidden;
}

/* Orange overlay with diagonal left edge */
.angled-bg::after{
  content: "";
  position: absolute;
  inset: 0;
  background: #ff6100; /* 🔥 Poop Valet orange */
  z-index: 1;
  pointer-events: none;

  /* diagonal: starts ~10% in from top-right → bottom middle */
  -webkit-clip-path: polygon(
    55% 100%,
    90% 0,
    100% 0,
    100% 100%
  );
          clip-path: polygon(
    55% 100%,
    90% 0,
    100% 0,
    100% 100%
  );
}

/* Keep all Elementor content above the slice */
.angled-bg .e-con-inner,
.angled-bg .elementor-element{
  position: relative;
  z-index: 2;
}

/* Mobile tweak (so it doesn’t eat content) */
@media (max-width: 767px){
  .angled-bg::after{
    -webkit-clip-path: polygon(
      70% 100%,
      95% 0,
      100% 0,
      100% 100%
    );
            clip-path: polygon(
      70% 100%,
      95% 0,
      100% 0,
      100% 100%
    );
  }
}


/* ===========================
   POOP VALET – Tabs (Clean)
   Class on Tabs widget: poopvalet-tabs
   =========================== */

.poopvalet-tabs {
  margin-top: 10px;
  border-color: #D6E6EC;
}

/* Tabs row */
.poopvalet-tabs .elementor-tabs-wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 14px;
  margin: 18px 0 20px;
  flex-wrap: nowrap;
}

/* Tab buttons */
.poopvalet-tabs .elementor-tab-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 160px;
  min-height: 44px;
  padding: 12px 26px;

  background: #F4F6F8;
  border: 1px solid #D6E6EC;

  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  color: #FF6100;
  cursor: pointer;
  transition: 0.2s ease;
}

/* Active tab (Navy) */
.poopvalet-tabs .elementor-tab-title.elementor-active,
.poopvalet-tabs .elementor-tab-title[aria-selected="true"] {
  background: #000080;
  border-color: #000080;
  color: #FFFFFF;
}

/* Content panel */
.poopvalet-tabs .elementor-tabs-content-wrapper {
  border-top: 1px solid #D6E6EC;
  margin-top: -1px;
}

/* Content padding */
.poopvalet-tabs .elementor-tab-content {
  padding: 18px 26px 22px;
}

/* Icon list (Navy + tidy alignment) */
.poopvalet-tabs .elementor-icon-list-item {
  align-items: flex-start;
}

.poopvalet-tabs .elementor-icon-list-text,
.poopvalet-tabs .elementor-icon-list-icon i,
.poopvalet-tabs .elementor-icon-list-icon svg {
  color: #000080;
}

/* Mobile */
@media (max-width: 767px) {
  .poopvalet-tabs .elementor-tabs-wrapper {
    flex-wrap: wrap;
    gap: 10px;
  }

  .poopvalet-tabs .elementor-tab-title {
    width: 100%;
    min-width: 0;
  }
}


/* Hide WP menu by default on mobile */
@media (max-width: 767px) {
  .wp-mobile-dropdown ul {
    display: none;
  }

  /* Show when header is active */
  .wp-mobile-dropdown.menu-open ul {
    display: block;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://staging.thepoopvalet.ca/wp-content/uploads/2025/12/oswald-v57-latin-600.woff2') format('woff2');
}
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://staging.thepoopvalet.ca/wp-content/uploads/2025/12/oswald-v57-latin-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://staging.thepoopvalet.ca/wp-content/uploads/2025/12/oswald-v57-latin-700.woff2') format('woff2');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://staging.thepoopvalet.ca/wp-content/uploads/2025/12/poppins-devanagari-500-normal.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://staging.thepoopvalet.ca/wp-content/uploads/2025/12/poppins-latin-500-normal.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://staging.thepoopvalet.ca/wp-content/uploads/2025/12/poppins-devanagari-600-normal.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://staging.thepoopvalet.ca/wp-content/uploads/2025/12/poppins-devanagari-500-normal.woff2') format('woff2');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://staging.thepoopvalet.ca/wp-content/uploads/2025/11/Lora-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://staging.thepoopvalet.ca/wp-content/uploads/2025/11/Lora-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://staging.thepoopvalet.ca/wp-content/uploads/2025/11/Lora-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://staging.thepoopvalet.ca/wp-content/uploads/2025/11/Lora-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'SN Pro';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://staging.thepoopvalet.ca/wp-content/uploads/2025/11/sn-pro-latin-400-normal.woff2') format('woff2');
}
@font-face {
	font-family: 'SN Pro';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://staging.thepoopvalet.ca/wp-content/uploads/2025/11/sn-pro-latin-600-normal.woff2') format('woff2');
}
@font-face {
	font-family: 'SN Pro';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://staging.thepoopvalet.ca/wp-content/uploads/2025/11/sn-pro-latin-700-normal.woff2') format('woff2');
}
@font-face {
	font-family: 'SN Pro';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://staging.thepoopvalet.ca/wp-content/uploads/2025/11/sn-pro-latin-800-normal.woff2') format('woff2');
}
@font-face {
	font-family: 'SN Pro';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://staging.thepoopvalet.ca/wp-content/uploads/2025/11/sn-pro-latin-900-normal.woff2') format('woff2');
}
/* End Custom Fonts CSS */