.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#54595F;--e-global-color-text:#C0BDBD;--e-global-color-accent:#E04E4E;--e-global-color-14434ed:#FFFFFF;--e-global-color-c068efd:#E04E4E;--e-global-color-f9080ad:#1B1B1B;--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;--e-global-typography-2425346-font-family:"Oswald";--e-global-typography-2425346-font-size:28px;--e-global-typography-2425346-font-weight:400;--e-global-typography-2425346-line-height:56px;}.elementor-kit-6 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 */html, body {
  overflow-x: hidden;
}

section {
  overflow-x: hidden !important;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* ===== Global Reset & Box Sizing ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
}

/* ===== Images & Videos ===== */
img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ===== Container Fluid ===== */
.container, .wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== Responsive Grid ===== */
.row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.col {
  flex: 1 1 300px; /* min 300px then wrap */
}

/* ===== Typography Scaling ===== */
h1 { font-size: clamp(1.8rem, 3vw, 2.5rem); }
h2 { font-size: clamp(1.5rem, 2.5vw, 2rem); }
p  { font-size: clamp(1rem, 1.2vw, 1.1rem); }

/* ===== Navigation Responsive ===== */
.nav-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .nav-menu {
    display: none;
    flex-direction: column;
    width: 100%;
    background: #fff;
    padding: 1rem;
  }
  .nav-menu.active {
    display: flex;
  }
  .menu-toggle {
    display: block;
    cursor: pointer;
  }
}

/* ===== Table Responsive ===== */
table {
  width: 100%;
  border-collapse: collapse;
}
table th, table td {
  padding: 0.5rem;
  text-align: left;
}
@media (max-width: 600px) {
  table, thead, tbody, th, td, tr {
    display: block;
  }
  thead { display: none; }
  td {
    padding-left: 50%;
    position: relative;
  }
  td::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    padding: 0.5rem;
    white-space: nowrap;
    font-weight: bold;
  }
}

/* ===== Buttons & Links ===== */
button, .btn, input[type=submit] {
  cursor: pointer;
  padding: 0.6rem 1rem;
  border: none;
  border-radius: 4px;
}/* End custom CSS */