.elementor-kit-1134{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-fe31d0f:#3B88CF;--e-global-color-86b4e02:#164DBB;--e-global-color-2fbbdd0:#002655;--e-global-color-b2bc521:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--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:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-1134 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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 *//* ===== TreeCraze Global Styles ===== */

/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Poppins:wght@600;700&display=swap');

/* Base */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  color: #1F3B2D;
  letter-spacing: 0.5px;
  margin-top: 0;
}

h1 { font-size: 48px; }
h2 { font-size: 36px; }
h3 { font-size: 28px; }

/* Responsive typography */
@media (max-width: 768px) {
  h1 { font-size: 32px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }
  body { font-size: 15px; }
}

/* Buttons */
.btn-primary {
  background-color: #1F3B2D;
  color: #FFFFFF;
  padding: 12px 28px;
  border-radius: 4px;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.btn-primary:hover {
  background-color: #153024;
}

.btn-secondary {
  background-color: transparent;
  border: 2px solid #1F3B2D;
  color: #1F3B2D;
  padding: 10px 24px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn-secondary:hover {
  background-color: #F5F5F5;
}

/* Section Spacing */
.section {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .section {
    padding: 40px 0;
  }
}

/* Image Style */
img {
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 8px;
}

/* Links */
a {
  color: #3B82F6;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}/* End custom CSS */