.elementor-kit-8352{--e-global-color-primary:#4060AD;--e-global-color-secondary:#E11F27;--e-global-color-text:#FFFFFF;--e-global-color-accent:#E11F27;--e-global-color-481f017:#5F5959;--e-global-color-0b98bcc:#0F1419;--e-global-color-2ed28d5:#1A1F26;--e-global-color-9d56410:#2E5F99;--e-global-color-211b4a1:#4A90E2;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:600;background-color:#121212;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-8352 button,.elementor-kit-8352 input[type="button"],.elementor-kit-8352 input[type="submit"],.elementor-kit-8352 .elementor-button{background-color:var( --e-global-color-primary );text-shadow:0px 0px 0px rgba(0,0,0,0.3);box-shadow:0px 0px 0px 0px rgba(0,0,0,0.5);}.elementor-kit-8352 button:hover,.elementor-kit-8352 button:focus,.elementor-kit-8352 input[type="button"]:hover,.elementor-kit-8352 input[type="button"]:focus,.elementor-kit-8352 input[type="submit"]:hover,.elementor-kit-8352 input[type="submit"]:focus,.elementor-kit-8352 .elementor-button:hover,.elementor-kit-8352 .elementor-button:focus{background-color:var( --e-global-color-secondary );}.elementor-kit-8352 a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-8352 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-8352 h2{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-8352 h3{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-8352 h4{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-8352 h5{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-8352 h6{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//**/
.devthrow-backto-top-active{background-color:#4060ad;}
/*Hero Section Media Queries*/


/*Product fees */
.ats-fees-upgrades {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
  width: 100%;
  text-align: left;
}

.ats-section-label {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4A90E2;
  margin: 0 0 12px 0;
  text-align: center;
}

/* Required Fees */
.ats-fee-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.ats-fee-row:last-of-type {
  border-bottom: none;
  margin-bottom: 16px;
}
.ats-fee-label {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.75);
}
.ats-fee-amount {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

/* Optional Add-ons */
.ats-addon-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.ats-addon-row:last-of-type {
  border-bottom: none;
  margin-bottom: 8px;
}
.ats-addon-row strong {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  display: block;
}
.ats-addon-desc {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  display: block;
  margin-top: 2px;
}
.ats-addon-price {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #4A90E2;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Document Buttons */
.ats-docs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.07);
}
.ats-doc-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #4A90E2;
  background: rgba(74,144,226,0.1);
  border: 1px solid rgba(74,144,226,0.3);
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.ats-doc-btn:hover {
  background: rgba(74,144,226,0.2);
  border-color: #4A90E2;
  color: #4A90E2;
}
.ats-doc-btn i {
  font-size: 15px;
}



/* cart changes

#moderncart-floating-cart{display:none !important;}

.moderncart-floating-cart-count{background-color:#5f5959!important ;}
*//* End custom CSS */