.elementor-kit-1237{--e-global-color-primary:#007A33;--e-global-color-secondary:#ED1C24;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Ubuntu";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Ubuntu";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Ubuntu";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Ubuntu";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:600;color:var( --e-global-color-blocksy_palette_6 );font-family:"Ubuntu", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-1237 button,.elementor-kit-1237 input[type="button"],.elementor-kit-1237 input[type="submit"],.elementor-kit-1237 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Ubuntu", Sans-serif;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;color:var( --e-global-color-blocksy_palette_5 );border-radius:8px 8px 8px 8px;}.elementor-kit-1237 button:hover,.elementor-kit-1237 button:focus,.elementor-kit-1237 input[type="button"]:hover,.elementor-kit-1237 input[type="button"]:focus,.elementor-kit-1237 input[type="submit"]:hover,.elementor-kit-1237 input[type="submit"]:focus,.elementor-kit-1237 .elementor-button:hover,.elementor-kit-1237 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:var( --e-global-color-blocksy_palette_5 );box-shadow:0px 6px 10px 0px rgba(0, 0, 0, 0.15);}.elementor-kit-1237 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){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);}@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-kit-1237{font-size:28px;}.elementor-kit-1237 h1{font-size:28px;}.elementor-kit-1237 h2{font-size:24px;}.elementor-kit-1237 h3{font-size:21px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Global bullet styling for icon boxes */
.responsive-icon-box ul {
  list-style-position: inside;
  margin: 10px 0;
  padding: 0;
}

.responsive-icon-box li {
  font-size: clamp(13px, 3vw, 16px);
  line-height: 1.6;
  margin-bottom: 6px;
  text-indent: -0.6em;
  padding-left: 1.2em;
}

.responsive-icon-box p {
  font-size: clamp(14px, 3.2vw, 17px);
  margin-bottom: 5px;
}
/* Style for all team member cards */
.team-card {
  border-radius: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

/* Add hover effect */
.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
}

/* Image styling inside card */
.team-card img {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  object-fit: cover;
  width: 100%;
  height: auto;
}
/* Main container styling */
.service-card {
  border-radius: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
}

/* Hover animation */
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
}

/* Image styling */
.service-card img {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

/* Typography tweaks */
.service-card h2,
.service-card h3 {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 600;
  margin-top: 15px;
}

.service-card p {
  font-size: clamp(14px, 2.5vw, 16px);
  color: #444;
  line-height: 1.7;
  padding: 0 20px;
}

/* List spacing if used */
.service-card ul {
  padding-left: 20px;
  margin-top: 10px;
}

.service-card li {
  font-size: clamp(13px, 2.8vw, 15px);
  line-height: 1.6;
  margin-bottom: 6px;
  list-style-position: inside;
}/* End custom CSS */