/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* ========================================
   Root Variables
   ======================================== */
:root {
  /* Color Palette */
  --brand-green: #077A3A;
  --brand-muted-green: #bcd6c5;
  --brand-almost-black: #222;
  --brand-light-gray-blue: #DEE2E8;
  --brand-black: #000;
  --brand-dark-gray: #444;
  --brand-white: #fff;
  --brand-yellow: #ebd50e;
  --brand-red: #d32f2f;

  /* Primary Button */
  --btn-primary-bg: var(--brand-green);
  --btn-primary-hover-bg: var(--brand-black);
  --btn-primary-hover-text: var(--brand-white);

  /* Secondary Button */
  --btn-secondary-text: var(--brand-white);
  --btn-secondary-bg: var(--brand-black);
  --btn-secondary-hover-text: var(--brand-white);
  --btn-secondary-hover-bg: var(--brand-green);

  /* Tertiary Button */
  --btn-tertiary-text: var(--brand-black);
  --btn-tertiary-bg: var(--brand-light-gray-blue);
  --btn-tertiary-hover-text: var(--brand-white);
  --btn-tertiary-hover-bg: var(--brand-black);

  /* Link Button */
  --btn-link-text: var(--brand-black);
  --btn-link-border: var(--brand-black);
  --btn-link-icon: var(--brand-black);
  --btn-link-hover-text: var(--brand-light-gray-blue);
  --btn-link-hover-border: var(--brand-light-gray-blue);
  --btn-link-hover-icon: var(--brand-light-gray-blue);
	
  /* Link Button: Download */
  --btn-link-download-text: var(--brand-white);
  --btn-link-download-border: var(--brand-black);
  --btn-link-download-icon: var(--brand-white);
  --btn-link-download-hover-text: var(--brand-green);
  --btn-link-download-hover-border: var(--brand-green);
  --btn-link-download-hover-icon: var(--brand-green);
	
  /* Phone Button */
  --btn-phone-text: var(--brand-white);
  --btn-phone-bg: var(--brand-green);
  --btn-phone-hover-text: var(--brand-white);
  --btn-phone-hover-bg: var(--brand-black);
	
  /* Calculate Button */
  --btn-calc-text: var(--brand-black);
  --btn-calc-bg: var(--brand-yellow);
  --btn-calc-hover-text: var(--brand-white);
  --btn-calc-hover-bg: var(--brand-black);

  /* Main Navigation */
  --nav-subarrow-fill: var(--brand-white);
  --nav-subarrow-hover-fill: var(--brand-white);

  /* Footer */
  --footer-subfooter-link: var(--brand-green);
  --footer-subfooter-link-hover: var(--brand-black);
  --footer-link: var(--brand-white);
  --footer-link-hover: var(--brand-white);

  /* Utility Header */
  --utility-header-link: var(--brand-white);
  --utility-header-link-hover: var(--brand-white);

  /* Back to Top */
  --backtotop-bg: var(--brand-green);
  --backtotop-hover-bg: var(--brand-light-gray-blue);
  --backtotop-icon-fill: var(--brand-white);
  --backtotop-icon-hover-fill: var(--brand-black);
	
  /* Calculator */
  --calc-error: var(--brand-red);
}

/* Global */
/* .subhead {
    padding-bottom: 1rem !important;
} */

.fw-400-link {
    font-weight: 400 !important;
}

.h1-heading,
.h2-heading,
.h3-heading,
.h4-heading,
.h5-heading,
.h6-heading {
	padding-top: 1rem !important;
/*     padding-bottom: 1rem !important; */
}

.header-accent {
    font-weight: 200;
}

.secondary {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.accent {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.page-header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.page-header h1 {}

.service-header {
  clip-path: polygon(10% 100%, 90% 100%, 100% 0, 0 0);
  left: 0;
  right: 0;
  margin-inline: auto;
}

.header-block {
	  --cutX: 20px;

  clip-path: polygon(
    calc(100% - var(--cutX)) 100%,
    100% 20%,
    100% 0%,
    0% 0%,
    0% 100%
  );
}

.img-clipped-edge {
  clip-path: polygon(89% 100%, 100% 89%, 100% 0%, 0% 0%, 0% 100%);
}

.right-angle-block {
  --cut: 48px;

  clip-path: polygon(
    0 0,
    calc(100% - var(--cut)) 0,
    100% 100%,
    0 100%
  );
}

.or-text {
	color: var(--brand-black) !important;
	font-size: 14px;
}

.breadcrumbs a {
	font-size: 13px !important;
}

/* Loop Card */
.loop-item-product {
	display: inline-block !important;
	width: auto;
	padding-left: 50px !important;
	
	--cut: 45px;

  clip-path: polygon(
    var(--cut) 0,
    0 100%,
    100% 100%,
    100% 0
  );
}

.loop-card-parent-title {
  font-family: "Science Gothic", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  text-align: right;
  line-height: 1.3 !important;
  line-height: 23px;
  color: var(--brand-white);
}

/* Product tabs */
#videosResources {
	display: none /* TEMP HIDE */;
	border-top: 5px solid var(--brand-muted-green);
}

/* Optional: Apply to remove underline on link(s) */
.link-no-underline {
	text-decoration: none !important;
}

/* Fix: This overrides the "Link Hover" setting under Settings > Typography.
   The behavior caused issues with social icon effects. */

a:hover {
	text-decoration: none !important;
}

/* Elementor Editor Fix: Text box bottom gap */
.elementor-widget-text-editor p:last-child {
    margin-bottom: 0px;
}

/* Custom Buttons: Implemented to override issues with buggy global styles */
.elementor-button {
  background-color: var(--btn-primary-bg) !important;
  color: var(--brand-white) !important;
  font-weight: 600 !important;
  font-style: italic !important;
  text-transform: uppercase !important;
  font-size: 14px !important;

  padding-right: 30px !important;

  /* Horizontal Cut */
  --cutX: 22px;

  clip-path: polygon(
    calc(100% - var(--cutX)) 100%,
    100% 63%,
    100% 0%,
    0% 0%,
    0% 100%
  );
}

.elementor-button:hover {
    background-color: var(--btn-primary-hover-bg) !important;
    color: var(--btn-primary-hover-text) !important;
    text-decoration: none !important;
}

.elementor-button-icon {
	font-size: 14px;
}

.btn-secondary a {
    color: var(--btn-secondary-text) !important;
    background-color: var(--btn-secondary-bg) !important;
}

.btn-secondary a:hover {
    color: var(--btn-secondary-hover-text) !important;
    background-color: var(--btn-secondary-hover-bg) !important;
}

.btn-tertiary a {
    color: var(--btn-tertiary-text) !important;
    background-color: var(--btn-tertiary-bg) !important;
}

.btn-tertiary a:hover {
    color: var(--btn-tertiary-hover-text) !important;
    background-color: var(--btn-tertiary-hover-bg) !important;
}

.btn-link .elementor-button-content-wrapper {
    border-bottom: 1px solid var(--btn-link-border) !important;
}

.btn-link .elementor-button-icon {
    fill: var(--btn-link-icon) !important;
}

.btn-link a {
    color: var(--btn-link-text) !important;
    background-color: transparent !important;
    text-transform: uppercase !important;
    padding: 0 !important;
	clip-path: none;
}

.btn-link a:hover {
    color: var(--btn-link-hover-text) !important;
    background-color: transparent !important;
}

.btn-link a:hover .elementor-button-icon {
    fill: var(--btn-link-hover-icon) !important;
}

.btn-link a:hover .elementor-button-content-wrapper {
    border-bottom: 1px solid var(--btn-link-hover-border) !important;
}

.btn-link-download {
    margin-bottom: -7px !important;
}

.btn-link-download a {
    color: var(--btn-link-download-text) !important;
    background-color: transparent !important;
    text-transform: uppercase !important;
    padding: 0 !important;
	clip-path: none;
}

.btn-link-download a:hover {
    color: var(--btn-link-download-hover-text) !important;
    background-color: transparent !important;
}

.btn-link-download a:hover .elementor-button-icon {
    fill: var(--btn-link-download-hover-icon) !important;
}

.btn-link-download a:hover .elementor-button-content-wrapper {
    border-bottom: 0 solid var(--btn-link-download-hover-border) !important;
}

.btn-link-download .elementor-button-icon {
	margin-top: -3px;
	width: 16px;
	margin-right: 2px;
}

.btn-phone a {
    color: var(--btn-phone-text) !important;
    background-color: var(--btn-phone-bg) !important;
	clip-path: none !important;
}

.btn-phone a:hover {
    color: var(--btn-phone-hover-text) !important;
    background-color: var(--btn-phone-hover-bg) !important;
}

.btn-phone .elementor-button-icon {
	font-size: 1.1rem !important;
	margin-top: calc(-1 * 2.5px) !important;
	padding: 0 !important;
} 

.btn-calc a {
    color: var(--btn-calc-text) !important;
    background-color: var(--btn-calc-bg) !important;
}

.btn-calc a:hover {
    color: var(--btn-calc-hover-text) !important;
    background-color: var(--btn-calc-hover-bg) !important;
}

/* Main Navigation */
.sub-arrow svg {
    fill: var(--nav-subarrow-fill);
	transform: skewX(-15deg);
	display: inline-block;
	height: 0.7rem !important;
}

.menu-item:hover .sub-arrow svg {
    fill: var(--nav-subarrow-hover-fill);
}

@media screen and (min-width: 1024px) {
    .sub-arrow svg {
        fill: var(--nav-subarrow-fill);
    }
	
	.menu-item:hover .sub-arrow svg {
    	fill: var(--nav-subarrow-hover-fill);
	}
}

/* Footer */
.subfooter a {
    font-size: 12px;
    color: var(--footer-subfooter-link);
}

.subfooter a:hover {
    color: var(--footer-subfooter-link-hover);
}

/* Footer Link Overrides */
.footer-link a {
    color: var(--footer-link) !important;
}

.footer-link a:hover {
    color: var(--footer-link-hover) !important;
}

/* Remove icons on mobile navigation */
@media (max-width: 767px) {
    .main-footer .elementor-icon-list-item .elementor-icon-list-icon {
        display: none;
    }
}

/* Utility Header Link Overrides */
.utility-header-link a {
    color: var(--utility-header-link) !important;
}

.utility-header-link a:hover {
    color: var(--utility-header-link-hover) !important;
}

/* Back to Top */
#back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	background-color: var(--backtotop-bg);
	border-radius: 50%;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	text-decoration: none;
	transition: background-color 0.3s;
	font-size: 24px;
}

#back-to-top svg {
	width: 24px;
	height: 24px;
	fill: var(--backtotop-icon-fill);
}

#back-to-top:hover svg {
	width: 24px;
	height: 24px;
	fill: var(--backtotop-icon-hover-fill);
}

#back-to-top:hover {
	background-color: var(--backtotop-hover-bg);
}

/* Icon Emphasis: Reusable bounce animation for any icon */
.icon-bounce {
  display: inline-block;
  animation: floatY 2s ease-in-out infinite;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* V-Krete Calculator */
.output-container {
	display: none;
}

.vk-field label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}

.vk-error {
  color: var(--calc-error);
  font-size: 14px;
  margin-top: 6px;
}

.vk-invalid {
  border: 2px solid #d32f2f !important;
}

.vk-output {
  padding: 8px 0;
  border-top: 1px solid rgba(255,255,255,0.25);
  border-bottom: 1px solid rgba(0,0,0,0.3);
}

.vk-output:first-child {
  border-top: none;
}

.vk-output strong {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.vk-output > span,
.vk-primary-line span {
  font-weight: 700;
  font-size: 20px;
  margin-left: 6px;
}

.vk-primary-line {
  display: flex;
  align-items: baseline;
}

.vk-secondary-line {
  margin-top: 6px;
  font-weight: 600;
  font-size: 15px;
  color: #097A3A;
}

.vk-secondary-line span {
  font-weight: 700;
  font-size: 16px;
  margin-left: 6px;
}

#vkLbsWrap .vk-primary-line {
  line-height: 1.2;
}

#vkLbsWrap .vk-secondary-line {
  line-height: 1.2;
}

/* V-Gard Calculator */
.vg-output-container {
  display: none;
  margin-top: 20px;
}

.vg-field label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}

.vg-error {
  color: #d32f2f;
  font-size: 14px;
  margin-top: 6px;
}

.vg-invalid {
  border: 2px solid #d32f2f !important;
}

.vg-block {
  margin-bottom: 18px;
}

.vg-line-main {
  font-size: 18px;
  font-weight: 600;
}

.vg-line-main strong {
  font-weight: 800;
}

.vg-sub {
  font-size: 14px;
  margin-top: 4px;
  color: #555;
}

.vg-sub.green {
  color: #097A3A;
}

.vg-note {
  font-size: 13px;
  font-style: italic;
  margin-top: 4px;
}

/* Tab Content */
#e-n-tab-content-927478211 .elementor-318:nth-of-type(3) h3{
  max-width: 110px !important;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 880px) {
  #e-n-tab-content-927478211 .elementor-318:nth-of-type(3) h3{
  max-width: 100% !important;
  }
}

/* Form zoom fix on mobile */
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="file"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="checkbox"],
input[type="radio"],
input[type="image"],
input[type="button"],
input[type="submit"],
select:focus,
select,
textarea,
label,
button {
    font-size: 16px !important;
}