.elementor-kit-8{--e-global-color-primary:#000000;--e-global-color-secondary:#363434;--e-global-color-text:#000000;--e-global-color-accent:#0F86C0;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:20px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-line-height:28px;--e-global-typography-primary-word-spacing:0px;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:normal;--e-global-typography-text-line-height:28px;--e-global-typography-text-letter-spacing:0.5px;--e-global-typography-text-word-spacing:0px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:600;color:#333333;font-family:"Roboto", Helvetica;font-size:16px;font-weight:400;line-height:28px;background-color:var( --e-global-color-astglobalcolor4 );}.elementor-kit-8 p{margin-block-end:10px;}.elementor-kit-8 a{color:var( --e-global-color-primary );}.elementor-kit-8 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-8 h1{font-family:"Poppins", Helvetica;font-weight:700;}.elementor-kit-8 h2{font-family:"Poppins", Helvetica;font-size:32px;font-weight:600;}.elementor-kit-8 h3{font-family:"Poppins", Helvetica;font-size:24px;font-weight:600;}.elementor-kit-8 h4{font-size:22px;font-weight:500;line-height:1.4px;}.elementor-kit-8 h5{font-size:18px;font-weight:500;line-height:1.5px;}.elementor-kit-8 h6{font-size:16px;font-weight:500;line-height:1.5px;}.elementor-kit-8 label{color:var( --e-global-color-primary );font-family:var( --e-global-typography-accent-font-family ), Helvetica;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-kit-8 input:not([type="button"]):not([type="submit"]),.elementor-kit-8 textarea,.elementor-kit-8 .elementor-field-textual{accent-color:var( --e-global-color-text );box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-kit-8{--e-global-typography-text-font-size:17px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-primary-line-height:0.5em;--e-global-typography-secondary-font-size:15px;--e-global-typography-secondary-line-height:1.5em;--e-global-typography-text-font-size:15px;--e-global-typography-accent-font-size:15px;}.elementor-kit-8 p{margin-block-end:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ================================
   GLOBAL TYPOGRAPHY IMPROVEMENTS
================================ */

/* Smooth font rendering */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Headings spacing */
h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.3px;
}

/* Paragraph readability */
p {
  line-height: 1.7;
  margin-bottom: 16px;
}

/* ================================
   GLOBAL LINKS
================================ */

a {
  transition: all 0.3s ease-in-out;
}

a:hover {
  opacity: 0.85;
}

/* ================================
   BUTTON GLOBAL STYLE
================================ */

.elementor-button {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.elementor-button:hover {
  transform: translateY(-2px);
}

/* ================================
   HERO SECTION (BANNER)
================================ */

.hero-section {
  overflow: hidden;
}

/* Diagonal box text */
.hero-diagonal h1 {
  font-weight: 700;
  line-height: 1.2;
}

/* ================================
   IMAGE OPTIMIZATION
================================ */

img {
  max-width: 100%;
  height: auto;
}

/* Product images hover effect */
.product-image img {
  transition: transform 0.4s ease;
}

.product-image img:hover {
  transform: scale(1.03);
}

/* ================================
   FORM STYLING (ELEMENTOR PRO)
================================ */

.elementor-field-group input,
.elementor-field-group textarea {
  border-radius: 4px;
  padding: 12px 14px;
}

.elementor-field-group input:focus,
.elementor-field-group textarea:focus {
  border-color: #0A3D91;
}

/* ================================
   SECTION SPACING
================================ */

.section-padding {
  padding: 80px 0;
}

/* ================================
   MOBILE OPTIMIZATION
================================ */

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  .section-padding {
    padding: 50px 15px;
  }
}/* End custom CSS */