/* 
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-signal-orange: #ef5725;
  --brand-steel-blue: #2462a2; 
  --brand-midnight-teal: #081634;
  --brand-white: #fff;
  --brand-slate-blue-gray: #7C8AAD;
  --transparent: transparent;

  /* Primary Button */
  --btn-primary-bg: var(--brand-signal-orange);
  --btn-primary-hover-bg: var(--brand-steel-blue);
  --btn-primary-hover-text: var(--brand-white);
  --btn-primary-border: var(--brand-signal-orange);
  --btn-primary-hover-border: var(--brand-steel-blue);

  /* Secondary Button */
  --btn-secondary-text: var(--brand-white);
  --btn-secondary-bg: var(--transparent);
  --btn-secondary-hover-text: var(--brand-white);
  --btn-secondary-hover-bg: var(--brand-steel-blue);
  --btn-secondary-border: var(--brand-steel-blue);
  --btn-secondary-hover-border: var(--brand-steel-blue);

  /* Link Button */
  --btn-link-text: var(--brand-signal-orange);
  --btn-link-border: var(--brand-signal-orange);
  --btn-link-icon: var(--brand-signal-orange);
  --btn-link-hover-text: var(--brand-midnight-teal);
  --btn-link-hover-border: var(--brand-midnight-teal);
  --btn-link-hover-icon: var(--brand-midnight-teal);

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

  /* Footer */
  --footer-subfooter-link: var(--brand-signal-orange);
  --footer-subfooter-link-hover: var(--brand-slate-blue-gray);
  --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-signal-orange);
  --backtotop-hover-bg: var(--brand-steel-blue);
  --backtotop-icon-fill: var(--brand-white);
  --backtotop-icon-hover-fill: var(--brand-white);
}







/* Global */
/* .subhead {
    padding-bottom: 1rem !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;
}

.header-hero-accent {
	font-weight: 800 !important;
	font-style: italic;
}

.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 {}

/* 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;
    font-weight: 700 !important;
    font-style: normal !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
	border: 2px solid var(--btn-primary-border) !important;
}

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

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

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

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

.btn-link .elementor-button-content-wrapper {
    border-bottom: 0px 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;
	border: 0 !important;
	text-decoration: none !important;
}

.btn-link a:hover {
    color: var(--btn-link-hover-text) !important;
    background-color: transparent !important;
	border: 0 !important;
	text-decoration: none !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: 0px solid var(--btn-link-hover-border) !important;
}
.cat-link a {
    color: #868686 !important;
    background-color: transparent !important;
    padding: 0 !important;
	border: 0 !important;
	text-decoration: none !important;
	font-weight: normal !important;
	font-size: 13px;
}

.btn-access a {
	padding: 10px 12px 10px 12px;
}

.btn-access-mobile a{
	padding: 6px 8px 6px 8px;
}

.btn-request-demo-mobile a {
	padding: 4px 8px 4px 8px;
}

/* Header */
.elementor-location-header, .utility-header-mobile {
  position: relative;
  top: 0;
  z-index: 9999;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Hero */
.hero-screenshot {
  filter: drop-shadow(0 2px 50px
    rgba(9, 25, 41, 0.922)
  );
}

/* Main Navigation */
.sub-arrow svg {
    fill: var(--nav-subarrow-fill);
}

.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: 880px) {
    .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);
  }
}

/* Newsletter Sign-Up Override */
.newsletter-form-right .elementor-form-fields-wrapper {
  display: flex;
  align-items: center;
}

.newsletter-form-right .elementor-form-fields-wrapper .e-form__buttons {
  margin-left: auto;
}

.newsletter-form-right input[type="email"] {
  font-size: 14px !important;
}

.newsletter-form-right
  .elementor-field-type-email
  input[type="email"]::placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}

@media (max-width: 880px) {
  .newsletter-form-right .elementor-form-fields-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .newsletter-form-right .elementor-form-fields-wrapper .e-form__buttons {
    margin-left: 0;
    margin-top: 0.75rem;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .newsletter-form-right
    .elementor-form-fields-wrapper
    .e-form__buttons
    button {
    width: auto;
  }
}

/* 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;
}