.elementor-kit-6{--e-global-color-primary:#031833;--e-global-color-secondary:#033919;--e-global-color-text:#031833;--e-global-color-accent:#E0AD47;--e-global-color-2318a70:#C28B1C;--e-global-color-994af48:#F2CE77;--e-global-color-8b3a366:#6C4016;--e-global-color-e5ee3ce:#F4EEC7;--e-global-color-4edaf7f:#05110B;--e-global-color-57f6ae9:#EBEBEB;--e-global-color-c01b6e9:#FFFFFF;--e-global-typography-primary-font-family:"Kanit";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Kanit";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Kanit";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Kanit";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );color:var( --e-global-color-primary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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{color:var( --e-global-color-994af48 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-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 *//* Base Button Style */
.guard-btn .elementor-button {
  border-radius: 999px;
  padding: 15px 30px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 1.2;
  transition: all 0.28s ease;
  border: 2px solid transparent;
  box-shadow: 0 10px 24px rgba(3, 24, 51, 0.18);
}

.guard-btn .elementor-button:hover {
  transform: translateY(-2px);
}

/* Gold Primary Button */
.guard-btn-gold .elementor-button {
  background: linear-gradient(135deg, #E0AD47 0%, #C28B1C 100%);
  color: #031833;
  border-color: #E0AD47;
}

.guard-btn-gold .elementor-button:hover {
  background: linear-gradient(135deg, #F2CE77 0%, #E0AD47 100%);
  color: #031833;
  box-shadow: 0 14px 32px rgba(224, 173, 71, 0.35);
}

/* Navy Button */
.guard-btn-navy .elementor-button {
  background: #031833;
  color: #F4EEC7;
  border-color: #031833;
}

.guard-btn-navy .elementor-button:hover {
  background: #033919;
  color: #F4EEC7;
  border-color: #033919;
  box-shadow: 0 14px 32px rgba(3, 57, 25, 0.28);
}

/* Outline Button */
.guard-btn-outline .elementor-button {
  background: transparent;
  color: #E0AD47;
  border-color: #E0AD47;
  box-shadow: none;
}

.guard-btn-outline .elementor-button:hover {
  background: #E0AD47;
  color: #031833;
  border-color: #E0AD47;
  box-shadow: 0 12px 28px rgba(224, 173, 71, 0.28);
}

/* Call / Contact Button */
.guard-btn-call .elementor-button {
  background: #033919;
  color: #F4EEC7;
  border-color: #E0AD47;
  box-shadow: 0 0 0 4px rgba(224, 173, 71, 0.16), 0 12px 28px rgba(3, 24, 51, 0.25);
}

.guard-btn-call .elementor-button:hover {
  background: #05110B;
  color: #F2CE77;
  border-color: #F2CE77;
}

/* Mobile */
@media (max-width: 767px) {
  .guard-btn .elementor-button {
    width: 100%;
    padding: 14px 22px;
    font-size: 15px;
  }
}/* End custom CSS */