.elementor-4498 .elementor-element.elementor-element-5470dfc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-5470dfc *//* ================================
   HEADERS & INTRO
================================ */
.whlk-section-title,
.whlk-service-detail h2 {
  font-family: "Merriweather", serif;
  font-size: 28px;
  font-weight: 700;
  color: #003F80;
  margin-bottom: 16px;
  line-height: 1.3;
  text-align: center;
  position: relative;
}

.whlk-section-title::after,
.whlk-service-detail h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #C9A635;
  margin: 10px auto 0;
  border-radius: 2px;
}

.whlk-service-detail h3,
.custom-library-accordion .accordion-header {
  font-family: "Merriweather", serif;
  font-size: 20px;
  font-weight: 600;
  color: #003F80;
  margin-bottom: 12px;
  text-align: center;
}

.whlk-intro {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  color: #363636;
  margin: 0 auto 30px;
  max-width: 800px;
  text-align: center;
}

/* ================================
   CARD GRID LAYOUT
================================ */
.whlk-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.whlk-service-card {
  background: #EEF5FB;
  border-radius: 12px;
  padding: 24px;
  text-decoration: none;
  color: #363636;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.whlk-service-card:hover {
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
  background: #f9fbff;
}

.whlk-service-card h3 {
  font-family: "Merriweather", serif;
  font-size: 20px;
  font-weight: 700;
  color: #003F80;
  margin-bottom: 10px;
}

.whlk-service-card p {
  font-size: 15px;
  margin-bottom: 20px;
  flex-grow: 1;
}

/* ================================
   BUTTONS
================================ */
.whlk-btn,
.whlk-btn:link,
.whlk-btn:visited {
  display: inline-block;
  background: #003F80;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 6px;
  transition: background 0.3s ease;
  text-decoration: none !important;
  text-align: center;
}

.whlk-btn:hover {
  background: #005BAA;
}

/* ================================
   SERVICE DETAIL SECTIONS
================================ */
.whlk-service-detail {
  margin: 50px 0;
  padding: 30px 20px;
  background: #F5F6F3;
  border-radius: 12px;
  text-align: center;
}

.whlk-service-detail a {
  color: #003F80;
  font-weight: 600;
  text-decoration: none;
}

.whlk-service-detail a:hover {
  color: #005BAA;
  text-decoration: underline;
}

/* ================================
   ACCORDION STYLING
================================ */
.custom-library-accordion .accordion-item {
  border-bottom: 1px solid #ddd;
}

.custom-library-accordion .accordion-header {
  width: 100%;
  background: #EEF5FB;
  border: none;
  padding: 14px 18px;
  font-family: "Merriweather", serif;
  font-size: 18px;
  font-weight: 600;
  color: #003F80;
  border-radius: 6px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.custom-library-accordion .accordion-header:hover {
  background: #e0ecf8;
}

.custom-library-accordion .accordion-content {
  display: none;
  padding: 12px 18px;
  font-size: 15px;
  background: #fff;
  border-left: 3px solid #003F80;
  margin-bottom: 10px;
  border-radius: 0 0 6px 6px;
}

.custom-library-accordion .accordion-item.active .accordion-content {
  display: block;
}

/* ================================
   GLOBAL LINKS
================================ */
a,
a:link,
a:visited {
  color: #003F80;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 600;
}

a:hover,
a:focus {
  color: #005BAA;
  text-decoration: underline;
}/* End custom CSS */