.elementor-kit-6{--e-global-color-primary:#022686;--e-global-color-secondary:#C4001A;--e-global-color-text:#000000;--e-global-color-accent:#C4001A;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;font-family:"Roboto", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#C4001A;font-family:"Roboto", Sans-serif;font-size:16px;font-weight:600;text-transform:uppercase;color:#FFFFFF;border-style:none;border-radius:0px 0px 0px 0px;padding:15px 40px 15px 40px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#000000;color:#FFFFFF;border-style:none;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-secondary );}.elementor-kit-6 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-6 h1{color:#000000;font-family:"Montserrat", Sans-serif;font-size:48px;font-weight:800;}.elementor-kit-6 h2{color:#000000;font-family:"Montserrat", Sans-serif;font-size:38px;font-weight:700;text-transform:capitalize;}.elementor-kit-6 h3{color:#000000;font-family:"Montserrat", Sans-serif;font-size:28px;font-weight:700;}.elementor-kit-6 h4{font-family:"Montserrat", Sans-serif;font-size:24px;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1540px;}.e-con{--container-max-width:1540px;}.elementor-widget:not(:last-child){margin-block-end: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:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:16px;}.elementor-kit-6 a{font-size:16px;}.elementor-kit-6 a:hover{font-size:16px;}.elementor-kit-6 h1{font-size:36px;}.elementor-kit-6 h2{font-size:30px;}.elementor-kit-6 h3{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
    max-width: 100%;
    overflow-x: hidden;
}
@media only screen and (max-width: 768px){
    html,
    body{
    width:100%;
    overflow-x:hidden;
    }
}

.single-product .bznrd-woo-breadcrumbs {
    padding: 20px 20px !important;
}


/* Apply black text to all Gravity Forms fields */
body .gform_wrapper .gfield input,
body .gform_wrapper .gfield select,
body .gform_wrapper .gfield textarea,
body .gform_wrapper .gfield input::placeholder,
body .gform_wrapper .gfield select option,
body .gform_wrapper .gfield textarea::placeholder {
  color: #000 !important;              /* Black text */
  background-color: #fff !important;   /* White background */
}

/* Focus styles for consistency */
body .gform_wrapper .gfield input:focus,
body .gform_wrapper .gfield select:focus,
body .gform_wrapper .gfield textarea:focus {
  border-color: #000 !important;       /* Black border */
  outline: none !important;
  color: #000 !important;
}

#gform_save_24_footer_link:hover {
  background-color: #a0245a !important; /* darker shade on hover */
  border-color: #a0245a !important;
  color: #fff !important;
}





/* Hide vertical view if Elementor tries to render it */
.custom-service-tabs .elementor-tabs.elementor-tabs-view-vertical {
  display: none !important;
}

/* Make tabs sit side-by-side */
.custom-service-tabs .elementor-tabs-wrapper {
  display: flex;
  margin: 0;
  padding: 0;
}

/* Style each tab */
.custom-service-tabs .elementor-tab-title {
  flex: 1;
  text-align: center;
  background: #002885; /* Blue default */
  color: #fff;
  font-weight: 600;
  padding: 16px 0;
  border: none;
  border-radius: 0;
}

/* Active tab = red */
.custom-service-tabs .elementor-tab-title.elementor-active {
  background: #cc0000;
}





.horizontal-tab-style .elementor-tabs.elementor-tabs-view-vertical {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
  pointer-events: none !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.horizontal-tab-style .elementor-tab-title.elementor-active {
  background-color: #ffffff !important;
  color: #000000 !important;
  font-weight: bold;
}

.horizontal-tab-style .elementor-tab-title {
  background-color: #cc0000 !important;
  color: #ffffff !important;
  border: none;
  min-width: 230px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  margin-right: 10px;
}

.horizontal-tab-style .elementor-tab-title:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .horizontal-tab-style .elementor-tab-title {
    display: block !important;
    width: 100% !important;
    margin-bottom: 10px !important;
    text-align: left !important;
    padding: 15px 20px !important;
    border-bottom: 2px solid #fff !important;
    box-sizing: border-box;
  }

  .horizontal-tab-style .elementor-tab-title:last-child {
    margin-bottom: 0 !important;
    border-bottom: none !important;
  }/* End custom CSS */