.elementor-3103 .elementor-element.elementor-element-6bf2a37{--display:flex;}@media(min-width:768px){.elementor-3103 .elementor-element.elementor-element-6bf2a37{--content-width:1600px;}}@media(max-width:1024px){.elementor-3103 .elementor-element.elementor-element-6bf2a37{--padding-top:6vw;--padding-bottom:6vw;--padding-left:6vw;--padding-right:6vw;}}@media(max-width:767px){.elementor-3103 .elementor-element.elementor-element-6bf2a37{--padding-top:4vw;--padding-bottom:4vw;--padding-left:4vw;--padding-right:4vw;}}/* Start custom CSS for html, class: .elementor-element-49b26c3 */.service-areas-tabs {
  font-family: sans-serif;
  padding: 20px;
}
.tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.tab-link {
  padding: 10px 20px;
  background: white;
  border: none;
  color: black;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease;
}
.tab-link:hover {
  background: #243C74!important;
  color: white;
}
.tab-link.active {
  background: #243C74!important;
  color: white;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.areas-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 10px;
  list-style: none;
  padding: 0;
}
.areas-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  background: #243C74;
  color: white;
  font-weight: 500;
  border-radius: 5px;
  transition: background 0.3s ease;
  min-height: 44px;
  line-height: 1.2;
  text-align: left;
  word-wrap: break-word;
  white-space: normal;
  height: 100%; /* ensures equal height if used with auto-fit */
  box-sizing: border-box;
}
.areas-list li:hover {
  background: #BC2324;
  color: white;
}
.areas-list li::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%23FFFFFF" d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z"/></svg>');
}
/* =======================
   Responsive Media Queries
========================== */
@media (max-width: 768px) {
  .tabs {
    flex-direction: column;
  }
  .tab-link {
    width: 100%;
    text-align: center;
  }
  .areas-list {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
}
@media (max-width: 480px) {
  .areas-list {
    grid-template-columns: 1fr;
  }
  .tab-link {
    font-size: 16px;
    padding: 8px 12px;
  }
  .areas-list li {
    font-size: 14px;
  }
}/* End custom CSS */