.elementor-kit-497{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-3a7b2d4:#75904178;--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-497 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-497 p{margin-block-end:0px;}.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:770px;}.e-con{--container-max-width:770px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}/* Start custom CSS */.hero-text {
  text-align: center;        /* centers text */
  max-width: 900px;          /* keeps it neat on big screens */
  margin: 0 auto;            /* centers the whole block */
  padding: 40px 20px;        /* more breathing space */
}

.hero-text h2 {
  font-size: 42px;
  line-height: 1.3;
  color: #21211f;
  margin-bottom: 20px;       /* more gap between heading & text */
  font-weight: 600;
}

.hero-text p {
  font-size: 20px;
  line-height: 1.7;
  color: #21211f;
  text-transform: uppercase;
  margin: 0 auto;            /* centers the paragraph text */
  max-width: 750px;          /* keeps paragraph from stretching too wide */
}

/* 📱 Mobile */
@media (max-width: 768px) {
  .hero-text h2 { font-size: 28px; }
  .hero-text p { font-size: 16px; }
}

/* 📱 Tablet */
@media (min-width: 769px) and (max-width: 1024px) {
  .hero-text h2 { font-size: 34px; }
  .hero-text p { font-size: 18px; }
}

/* 💻 Big Screens */
@media (min-width: 1200px) {
  .hero-text h2 { font-size: 48px; }
  .hero-text p { font-size: 22px; }
}/* End custom CSS */