.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.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);}.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 */=/* 🌈 BEL-C Brand Colors */
:root {
  --brand-red: #C0392B;
  --brand-blue: #2980B9;
  --brand-green: #27AE60;
  --brand-rainbow-start: #F39C12;
  --brand-rainbow-end: #8E44AD;
  --text-gray: #333;
  --background-cream: #FAF4EA;
}

/* ✨ General Body Styling */
body {
  background-color: var(--background-cream);
  font-family: 'Poppins', sans-serif;
  color: var(--text-gray);
}

/* 📢 Headings */
h1, h2, h3, h4, h5, h6, .elementor-heading-title {
  font-family: 'Poppins', sans-serif;
  color: var(--brand-blue);
}

/* 🔗 Links and Buttons */
a, .elementor-button {
  color: #fff;
  background-color: var(--brand-red);
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  border-radius: 4px;
  padding: 12px 24px;
  transition: background-color 0.3s ease;
}

a:hover, .elementor-button:hover {
  background-color: var(--brand-green);
}

/* 📦 Value Carousel or Highlight Boxes */
.value-box {
  background: linear-gradient(90deg, var(--brand-rainbow-start), var(--brand-rainbow-end));
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* 👣 Footer */
footer {
  background-color: var(--brand-blue);
  color: #fff;
  padding: 40px 20px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

/* 🌍 Responsive Image */
img {
  max-width: 100%;
  height: auto;
}

/* 💡 Section Padding */
.elementor-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* 📱 Responsive Text Size */
@media (max-width: 768px) {
  h1 { font-size: 32px; }
  h2 { font-size: 26px; }
  .elementor-button {
    padding: 10px 18px;
    font-size: 14px;
  }
}/* End custom CSS */