.elementor-kit-6{--e-global-color-primary:#206772;--e-global-color-secondary:#000000;--e-global-color-text:#58595B;--e-global-color-accent:#2A8394;--e-global-color-c3fadb8:#FFFFFF;--e-global-color-7c0f92a:#F7F5F2;--e-global-typography-primary-font-family:"Times New Roman";--e-global-typography-primary-font-size:52px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Times New Roman";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:600;color:var( --e-global-color-secondary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#206772;font-family:"Inter", Sans-serif;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:#FFFFFF;border-radius:0px 0px 0px 0px;padding:16px 36px 16px 36px;}.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:#2A8394;color:#FFFFFF;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Times New Roman", Sans-serif;font-size:58px;font-weight:700;line-height:1px;letter-spacing:-0.5px;}.elementor-kit-6 h2{font-family:"Times New Roman", Sans-serif;font-size:44px;font-weight:700;line-height:1.15px;letter-spacing:-0.3px;word-spacing:0px;}.elementor-kit-6 h3{font-family:"Times New Roman", Sans-serif;font-size:32px;font-weight:400;line-height:1.2px;}.elementor-kit-6 h4{font-family:"Inter", Sans-serif;font-size:20px;font-weight:600;text-transform:uppercase;line-height:1.3px;letter-spacing:2px;}.elementor-kit-6 h5{font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;line-height:1.7px;}.elementor-kit-6 label{color:#58595B;font-family:"Inter", Sans-serif;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{background-color:#FFFFFF;border-style:solid;border-width:1px 1px 1px 1px;border-color:#58595B;border-radius:0px 0px 0px 0px;padding:14px 14px 14px 14px;}.elementor-kit-6 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea:focus,.elementor-kit-6 .elementor-field-textual:focus{border-style:solid;border-width:1px 1px 1px 1px;border-color:#206772;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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );}.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:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.elementor-button {
  letter-spacing: 2px;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.elementor-button:hover {
  background-color: #2a8394 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(32, 103, 114, 0.25);
}
/* =============================================
   KITCHEN.CO.ZA — GLOBAL STYLES
   ============================================= */

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}

/* Remove default margin on all sections */
.elementor-section, 
.e-con {
  position: relative;
}

/* Selection colour — brand teal */
::selection {
  background: #206772;
  color: #ffffff;
}

/* Serif headline refinement — tighten large text */
h1, h2 {
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* Body text antialiasing */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Image hover zoom — apply class 'img-zoom' to image widgets */
.img-zoom img {
  transition: transform 0.6s ease;
  overflow: hidden;
}
.img-zoom:hover img {
  transform: scale(1.04);
}

/* Horizontal rule — branded */
hr.brand-rule {
  border: none;
  border-top: 2px solid #206772;
  width: 60px;
  margin: 0 0 24px 0;
}

/* Teal accent line above headings — add class 'heading-accent' to heading widget */
.heading-accent::before {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  background: #206772;
  margin-bottom: 20px;
}

/* Dark section text override */
.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark p {
  color: #ffffff;
}

/* Off-white section background utility class */
.section-warm {
  background-color: #F7F5F2;
}

/* Uppercase label style */
.label-text {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #206772;
}

/* WhatsApp float button positioning */
.whatsapp-float {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 9999;/* End custom CSS */