.elementor-kit-5{--e-global-color-primary:#A4C92F;--e-global-color-secondary:#1C1C1C;--e-global-color-text:#1C1C1C;--e-global-color-accent:#EE0383;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 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){--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 *//* --- STATIC TYPOGRAPHY SCALE (MAXIMUM ACCESSIBILITY) --- */

/* Base: 16px. All sizes scale proportionally if user changes browser default. */
body {
  font-size: 1rem; /* 16px */
  line-height: 1.6;
}

/* H1: 2.5rem (40px) - Bold and clear */
h1 {
  font-size: 2.5rem; 
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 0.5em;
}

/* H2: 2rem (32px) */
h2 {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 0.5em;
}

/* H3: 1.75rem (28px) */
h3 {
  font-size: 1.75rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 0.5em;
}

/* H4: 1.5rem (24px) */
h4 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 0.5em;
}

/* H5: 1.25rem (20px) */
h5 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 0.5em;
}

/* Small: 0.875rem (14px) - Safe minimum for readable text */
small, .caption, figcaption {
  font-size: 0.875rem;
  line-height: 1.6;
  display: inline-block;
}

.elementor-button-icon {
    font-size: 1.825rem;
}

.elementor-menu-toggle {
   margin-top: 19% !important;
   padding-left: 68% !important;
}
.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    width: 39vh !important;
    margin-left: -9% !important;
}

/* Base button styles and circular shape */
.cta-btn {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: rgba(164, 201, 47, 0.6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
}

.cta-btn.cta-inverse {
     background-color: rgba(28, 28, 28, 1);
}

.cta-btn.cta-big {
  width: 150px;
  height: 150px;
}

/* Container for rotating elements (text & bottom line) */
.cta-btn__rotator {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  /* Force GPU rendering acceleration for smooth animation */
  will-change: transform;
  transform-origin: center center;
}

.cta-btn__svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Top text styling (white) */
.cta-btn__text {
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  fill: #ffffff; /* White text color */
  text-transform: uppercase;
}

/* Bottom connecting arc line styling (dark) */
.cta-btn__line {
  fill: none;
  stroke: #111111; /* Dark stroke color */
  stroke-width: 4;
  stroke-linecap: round;
}

.cta-btn__line.cta-inverse {
  stroke: #A4C92F;
}

/* Center icon wrapper and default styling */
.cta-btn__icon-wrapper {
  position: relative;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111111;
}

/* Default Arrow is diagonal (Up-Right) at 0deg */
.cta-btn__icon {
  width: 70%;
  height: 70%;
  /* Smooth transition for hover interaction */
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  transform-origin: center center;
  fill: #1C1C1C;
}

.cta-btn__icon.cta-inverse {
    fill: #A4C92F
}

/* Hover State Fix: Rotate 45deg clockwise to point right (Horizontal) */
.cta-btn:hover .cta-btn__icon {
  transform: rotate(45deg);
  fill: #ffffff;
}

@media (max-width: 768px) {
  .cta-btn,
  .cta-btn.cta-big {
    width: 100px;
    height: 100px;
  }
  
  .cta-btn__icon {
    width: 50%;
    height: 50%;
  }
}

/* Mobile Adjustment (Only when screen is smaller than 480px) */
@media (max-width: 480px) {
  h1 { font-size: 2rem; }    /* 32px */
  h2 { font-size: 1.75rem; } /* 28px */
  h3 { font-size: 1.5rem; }  /* 24px */
  h4 { font-size: 1.25rem; }  /* 20px */
  h5 { font-size: 1.125rem; }  /* 18px */
  small, .caption, figcaption {
    font-size: 0.8125rem;  /* 13px, slight reduction but still readable */
  }
  .elementor-button-icon {
    font-size: 1.2rem !important;
    margin-top: 0.2rem;
  }
}/* End custom CSS */