.elementor-kit-1182{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-737663cb:#4054B2;--e-global-color-325e5ca8:#23A455;--e-global-color-5646cc51:#000;--e-global-color-2535bd7b:#FFF;--e-global-color-287ca605:#00031D;--e-global-color-af57ac8:#943219;--e-global-color-6f59016:#212142;--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-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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);}.elementor-kit-1182 e-page-transition{background-color:#FFBC7D;}@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 */.modern-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 32px 24px;
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}

.modern-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-6px);
  border-color: transparent;
}

.modern-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #1a1a1a;
}

.modern-card p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

.modern-card .elementor-icon-box-icon {
  margin-bottom: 16px;
}

.modern-card .elementor-icon {
  background-color: #f2f2f2;
  padding: 12px;
  border-radius: 50%;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.modern-card:hover {
  background-color: #fafafa;
}
@media (max-width: 768px) {
  .modern-card {
    padding: 24px 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }

  .modern-card h3 {
    font-size: 18px;
  }

  .modern-card p {
    font-size: 14px;
  }

html, body {
  overflow-x: hidden !important; /* Stops side scrolling (white gap) */
  overflow-y: visible !important; /* Allows dropdowns and popups */
}
html, body {
  overflow-x: hidden !important; /* Stops side scrolling (white gap) */
  overflow-y: visible !important; /* Allows dropdowns and popups */
}


/* ===== Fix for headings showing mini scrollbars ===== */
.elementor-heading-title {
html {
  scroll-behavior: smooth;
}/* End custom CSS */