.wraper_header.style-one .wraper_header_main .header_main .brand-logo img {
    max-width: 90px;
}

.wraper_inner_banner {
	background-color: #2e2e2e;
}

.woocommerce-additional-fields {
display: none;
}

.hb-30 {
	height: 10px !important;
}




/* ///// inputs /////*/

input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
    font-size: 0.75em;
    color: #999;
    top: -5px;
    -webkit-transition: all 0.225s ease;
    transition: all 0.225s ease;
}

.styled-input {
/*     float: right; */
    width: 293px;
    margin: 1rem 0;
    position: relative;
    border-radius: 10px;
}

@media only screen and (max-width: 768px){
    .styled-input {
        width:100%;
    }.footer-title {
	display: block;
}

.footer-description {
display: block;
}
}

@media only screen and (max-width: 900px){
    .styled-input {
        width:100%;
				display:block;
    }  }.footer-title {
	display: block;
}

.footer-description {
display: block;
}
}

@media only screen and (max-width: 1000px){
    .styled-input {
        width:100%;
				display:block;
    }
}

.styled-input label {
    color: #999;
    padding: 1.3rem 30px 1rem 30px;
    position: absolute;
    top: 5px;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
}

.styled-input.wide { 
    width: 60.625rem;
    max-width: 100%;
/* 		height: 50px; */
}

.wpcf7 textarea {
	height: 80px;
}

.input,
textarea {
    padding: 10px;
/*     border: 0; */
    width: 100%;
    font-size: 1rem;
    background-color: #fff;
    color: #000;
    border-radius: 2px;
}

input:focus,
textarea:focus { outline: 0; }

input:focus ~ span,
textarea:focus ~ span {
    width: 100%;
    -webkit-transition: all 0.075s ease;
    transition: all 0.075s ease;
}

textarea {
    width: 100%;
    min-height: 15em;
}

.input-container {
    width: 650px;
    max-width: 100%;
    margin: 20px auto 25px auto;
}

.submit-btn {
/*     float: left; */
    padding: 7px 35px;
    border-radius: 2px;
    background-color: #4b8cfb;
    color: white;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06),
              0 2px 10px 0 rgba(0,0,0,0.07);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.submit-btn:hover {
    transform: translateY(1px);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.10),
              0 1px 1px 0 rgba(0,0,0,0.09);
}

@media (max-width: 768px) {
    .submit-btn {
        width:100%;
        float: none;
        text-align:center;
    }
}

input[type=checkbox] + label {
  color: #ccc;
  font-style: italic;
} 

input[type=checkbox]:checked + label {
  color: #f00;
  font-style: normal;
}

.wpcf7-form select {
    padding: 10px;
	margin-bottom: 1.5rem;
}

::placeholder {
  font-size: 1.5rem;
}



.drop-title {
	color: #fff;
}

.footer-title {
	color: #4b8cfb;
}

.footer-description {
	color: #fff;
}

.wpcf7-response-output {
	color: #fff;
}

/** Start Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/

.envato-block__preview{overflow: visible;}
/* Material Button Click Effect */
.envato-kit-140-material-hit .menu-item a,
.envato-kit-140-material-button .elementor-button{
  background-position: center;
  transition: background 0.8s;
}
.envato-kit-140-material-hit .menu-item a:hover,
.envato-kit-140-material-button .elementor-button:hover{
  background: radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;
}
.envato-kit-140-material-hit .menu-item a:active,
.envato-kit-140-material-button .elementor-button:active{
  background-color: #FFF;
  background-size: 100%;
  transition: background 0s;
}

/* Field Shadow */
.envato-kit-140-big-shadow-form .elementor-field-textual{
	box-shadow: 0 20px 30px rgba(0,0,0, .05);
}

/* FAQ */
.envato-kit-140-faq .elementor-accordion .elementor-accordion-item{
	border-width: 0 0 1px !important;
}

/* Scrollable Columns */
.envato-kit-140-scrollable{
	 height: 100%;
   overflow: auto;
   overflow-x: hidden;
}

/* ImageBox: No Space */
.envato-kit-140-imagebox-nospace:hover{
	transform: scale(1.1);
	transition: all 0.3s;
}
.envato-kit-140-imagebox-nospace figure{
	line-height: 0;
}

.envato-kit-140-slide .elementor-slide-content{
	background: #FFF;
	margin-left: -60px;
	padding: 1em;
}
.envato-kit-140-carousel .slick-active:not(.slick-current)  img{
	padding: 20px !important;
	transition: all .9s;
}

/** End Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/


/* Elementor Layout Fix - Restores missing base Elementor CSS */
.elementor-section .elementor-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.elementor-column {
  min-height: 1px;
  display: flex;
}
.elementor-column-wrap,
.elementor-widget-wrap {
  width: 100%;
}
.elementor-row {
  width: 100%;
  display: flex;
}
/* Column width classes */
.elementor-col-10 { width: 10%; }
.elementor-col-11 { width: 11.111%; }
.elementor-col-12 { width: 12.5%; }
.elementor-col-14 { width: 14.285%; }
.elementor-col-16 { width: 16.666%; }
.elementor-col-20 { width: 20%; }
.elementor-col-25 { width: 25%; }
.elementor-col-30 { width: 30%; }
.elementor-col-33 { width: 33.333%; }
.elementor-col-40 { width: 40%; }
.elementor-col-50 { width: 50%; }
.elementor-col-60 { width: 60%; }
.elementor-col-66 { width: 66.666%; }
.elementor-col-70 { width: 70%; }
.elementor-col-75 { width: 75%; }
.elementor-col-80 { width: 80%; }
.elementor-col-83 { width: 83.333%; }
.elementor-col-90 { width: 90%; }
.elementor-col-100 { width: 100%; }
@media (max-width: 767px) {
  .elementor-section .elementor-container {
    flex-wrap: wrap;
  }
  .elementor-column {
    width: 100%;
  }
}
/* End Elementor Layout Fix */


/* Header Top Bar Fix - Social icons left, Login right */
.elementor-element-bb2462a .elementor-element-bba1c2c > .elementor-widget-wrap,
.elementor-element-bb2462a .elementor-element-bba1c2c > .elementor-column-wrap > .elementor-widget-wrap {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
}
.elementor-10847 .elementor-element.elementor-element-3efb247 {
  width: auto !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.elementor-10847 .elementor-element.elementor-element-ee8222d {
  width: auto !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}
/* End Header Top Bar Fix */

/* Elementor Button Base Styles Fix */
.elementor-button {
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  transition: all .3s;
  cursor: pointer;
}
.elementor-button .elementor-button-content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.elementor-button .elementor-button-icon {
  flex-grow: 0;
  order: 5;
}
.elementor-button .elementor-button-icon svg {
  width: 1em;
  height: auto;
}
.elementor-button .elementor-button-text {
  flex-grow: 1;
  order: 10;
  display: inline-block;
}
.elementor-button.elementor-size-xs {
  font-size: 12px;
  padding: 10px 20px;
  border-radius: 2px;
}
.elementor-button.elementor-size-sm {
  font-size: 13px;
  padding: 10px 24px;
  border-radius: 3px;
}
.elementor-button.elementor-size-md {
  font-size: 15px;
  padding: 12px 28px;
  border-radius: 4px;
}
.elementor-button.elementor-size-lg {
  font-size: 18px;
  padding: 14px 32px;
  border-radius: 5px;
}
.elementor-button.elementor-size-xl {
  font-size: 20px;
  padding: 16px 40px;
  border-radius: 6px;
}
.elementor-button .elementor-align-icon-right {
  margin-left: 5px;
}
.elementor-button .elementor-align-icon-left {
  margin-right: 5px;
}
/* End Elementor Button Base Styles Fix */

/* Elementor Button Alignment Fix */
.elementor-align-center .elementor-button-wrapper {
  text-align: center;
}
.elementor-align-right .elementor-button-wrapper {
  text-align: right;
}
.elementor-align-left .elementor-button-wrapper {
  text-align: left;
}
.elementor-align-justify .elementor-button-wrapper {
  text-align: justify;
}
.elementor-align-justify .elementor-button {
  width: 100%;
}
.elementor-align-start .elementor-button-wrapper {
  text-align: start;
}
.elementor-align-end .elementor-button-wrapper {
  text-align: end;
}
/* End Elementor Button Alignment Fix */

/* Elementor Social Icons Fix */
.elementor-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  width: var(--icon-size, 25px);
  height: var(--icon-size, 25px);
  font-size: var(--icon-size, 25px);
  padding: var(--icon-padding, 0.5em);
  line-height: 1;
}
.elementor-social-icon i {
  font-size: var(--icon-size, 25px);
  line-height: inherit;
}
.elementor-social-icon svg {
  width: var(--icon-size, 25px);
  height: var(--icon-size, 25px);
}
.elementor-grid {
  display: grid;
  grid-column-gap: var(--grid-column-gap, 5px);
  grid-row-gap: var(--grid-row-gap, 5px);
}
.elementor-grid-0 .elementor-grid {
  display: inline-grid;
  grid-auto-flow: column;
}
.e-grid-align-left .elementor-grid {
  justify-content: start;
}
.e-grid-align-center .elementor-grid {
  justify-content: center;
}
.e-grid-align-right .elementor-grid {
  justify-content: end;
}
/* End Elementor Social Icons Fix */

/* Elementor Icon List Fix */
.elementor-icon-list-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.elementor-icon-list-item a {
  display: flex;
  align-items: center;
}
.elementor-icon-list-icon {
  display: flex;
  align-items: center;
}
.elementor-icon-list-icon svg {
  width: var(--e-icon-list-icon-size, 1em);
  height: var(--e-icon-list-icon-size, 1em);
}
.elementor-icon-list-text {
  padding-left: 5px;
}
/* End Elementor Icon List Fix */

/* Elementor Divider Fix */
.elementor-divider {
  padding-top: 5px;
  padding-bottom: 5px;
}
.elementor-divider-separator {
  display: flex;
  margin: 0 auto;
  direction: ltr;
}
/* End Elementor Divider Fix */

/* === Hero Tagline Size Fix === */
/* "DIRECT MAIL'S MISSING LINK" should be a small tagline, not a giant heading */
.elementor-element-1c32794 .elementor-heading-title {
  font-size: 22px !important;
  letter-spacing: 3px !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  .elementor-element-1c32794 .elementor-heading-title {
    font-size: 16px !important;
    letter-spacing: 2px !important;
  }
}
/* End Hero Tagline Size Fix */

/* === Elementor 6.9.1 Logical Position Fix for Icon-Box Widget === */
/* The icon-box CSS file in /uploads/elementor/ is broken (404). */
/* The Wayback Machine cached version uses old position-left/right classes, */
/* but Elementor 6.9.1 uses inline-start/inline-end logical properties. */
.elementor-widget-icon-box.elementor-position-inline-start .elementor-icon-box-wrapper,
.elementor-widget-icon-box.elementor-position-inline-end .elementor-icon-box-wrapper {
  display: flex !important;
}
.elementor-widget-icon-box.elementor-position-inline-start .elementor-icon-box-wrapper {
  text-align: left;
  flex-direction: row;
}
.elementor-widget-icon-box.elementor-position-inline-start .elementor-icon-box-icon {
  margin-right: var(--icon-box-icon-margin, 15px);
  margin-inline-end: var(--icon-box-icon-margin, 15px);
}
.elementor-widget-icon-box.elementor-position-inline-end .elementor-icon-box-wrapper {
  text-align: right;
  flex-direction: row-reverse;
}
.elementor-widget-icon-box.elementor-position-inline-end .elementor-icon-box-icon {
  margin-left: var(--icon-box-icon-margin, 15px);
  margin-inline-start: var(--icon-box-icon-margin, 15px);
}
@media (max-width: 767px) {
  .elementor-widget-icon-box.elementor-mobile-position-block-start .elementor-icon-box-wrapper {
    display: block !important;
    text-align: center;
  }
}

/* === Nav Menu Wrap Fix === */
/* The nav items total 641px but the column is 636px, causing "Contact" to wrap to a second line. */
/* Setting nowrap prevents this without visible overflow since the difference is only 5px. */
.elementor-nav-menu--main .elementor-nav-menu {
  flex-wrap: nowrap !important;
}

/* Nav Dropdown Background Fix */
.menu-item-has-children > ul.sm-nowrap,
.menu-item-has-children > ul {
  background-color: #081E35;
  border-radius: 4px;
  padding: 8px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  min-width: 220px;
}
.menu-item-has-children > ul a {
  padding: 8px 20px;
  display: block;
  transition: background-color 0.2s;
}
.menu-item-has-children > ul a:hover {
  background-color: rgba(255,255,255,0.1);
}

/* Platform page — mobile layout fix (padding + image overflow) */
@media (max-width: 767px) {
  .elementor-11275 > .e-con > .e-con-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .elementor-11275 .elementor-element.elementor-element-6a3de14 img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
}

/* See It In Action / Demo page — mobile overflow fix (post-16784) */
@media (max-width: 767px) {
  /* Section containers with fixed max-width */
  .elementor-16784 .elementor-element.elementor-element-s1 > .elementor-container,
  .elementor-16784 .elementor-element.elementor-element-s5 > .elementor-container {
    max-width: 100% !important;
  }
  /* Widgets with fixed 800px width */
  .elementor-16784 .elementor-element.elementor-element-w6,
  .elementor-16784 .elementor-element.elementor-element-w7,
  .elementor-16784 .elementor-element.elementor-element-w12 {
    width: 100% !important;
    max-width: 100% !important;
  }
}