.article-details .article-header h1, .article-details .article-header h2 {
    font-size: 1.80rem;
}



.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #FFFFFF;
    width: 450px;
}

.sp-dropdown-inner a, 
.sp-dropdown-inner a span {
    line-height: 1.62 !important;
    white-space: normal;
    display: inline-block;
}


body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  right: 0;
  top: 0;
    background: 
    radial-gradient(circle at top left, #fcfcfc, transparent 50%),
    radial-gradient(circle at center, #fefefe, transparent 50%),
    radial-gradient(circle at bottom right, #fcfcfc, transparent 50%);
  background-blend-mode: normal;
  margin: 0;
}

@media (min-width: 1400px) {
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
    background: #fdfdfd;
    padding-top: 18px;
  }
}

#sp-header-topbar .container-inner > .row {
  min-height: 90px;
  /*background: #fefefe;*/
    background: 
    radial-gradient(circle at top left, #fcfcfc, transparent 50%),
    radial-gradient(circle at center, #ffffff, transparent 50%),
    radial-gradient(circle at bottom right, #fcfcfc, transparent 50%);
  background-blend-mode: normal;
  margin: 0;
}

/* === Light Blue Top Menu Theme for Helix Ultimate === */

#sp-header {
  background: #F5FCFE url('/images/css/box-blue.png') repeat-x left bottom !important;
  border-bottom: 1px solid #d0e8f5;
  overflow: visible !important;
}

.sp-megamenu {
  background: transparent;
  font-family: Arial, sans-serif;
  font-size: 15px;
  box-shadow: none;
}

.sp-megamenu > .container > ul.menu > li > a {
  color: #252525;
  padding: 18px !important;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

body.site .sp-megamenu > .container > ul.menu > li > a:hover,
body.site .sp-megamenu > .container > ul.menu > li.active > a {
  color: #000000 !important;
  background-color: #d6ecf9 !important;
}

.sp-megamenu > .container > ul.menu {
  position: relative;
  z-index: 10;
}

.sp-megamenu .sp-dropdown,
.sp-megamenu .sp-dropdown.sp-dropdown-main,
.sp-megamenu .sp-dropdown .sp-dropdown-inner,
.sp-megamenu .sp-dropdown-inner,
.sp-megamenu .sp-dropdown-inner ul,
.sp-megamenu .sp-dropdown-inner ul li,
.sp-megamenu .sp-dropdown-inner ul li a,
.sp-megamenu-parent .sp-dropdown,
.sp-megamenu-parent .sp-dropdown-inner {
  background: #F5FCFE url('/images/css/box-blue.png') repeat-x left bottom !important;
  background-color: #F5FCFE !important;
  border: none !important;
  box-shadow: none !important;
  z-index: 100 !important;
  position: absolute !important;
}

.sp-megamenu .sp-dropdown-inner li > a {
  color: #252525 !important;
  padding: 12px 21px !important;
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  text-decoration: none !important;
  transition: background-color 0.3s, color 0.3s !important;
}


.sp-megamenu-parent > li:hover > a,
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li > a:hover,
.sp-megamenu-parent > li > a:focus,
.sp-megamenu-parent > li > a:active {
  background-color: transparent !important;
  color: #000000 !important;
}

.sp-megamenu .sp-dropdown-inner li > a:hover,
.sp-megamenu .sp-dropdown-inner li.active > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #000000 !important;
  background-color: #eaf6fd !important;
}


/* === Header Modules === */

.topheadermod,
.headermod {
  margin-bottom: 18px;
  background: linear-gradient(to right, #f9d423, #ff4e50);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  padding: 3px 3px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  color: #212121;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.topheadermod {
  font-size: 2.43rem;
}

.headermod {
  font-size: 1.2rem;
}


/* === Site Module Container === */

.sitemod {
  position: relative;
  border: 3px solid black;
  border-radius: 18px;
  margin: 9px;
  padding: 9px;
  background: #fcfcfc;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
  overflow: visible;
  max-width: 100%;
  margin-bottom: 45px;
}

/* === Global Base Styles === */

body.site {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  background-image: url('/images/css/bg-master.jpg') !important;
  background-repeat: repeat-x !important;
  background-size: auto 100vh !important;
  background-position: top !important;
  background-attachment: fixed !important;
  margin: 0;
  padding: 0;
}

body#tinymce {
  background: none !important;
}

span.badge.bg-danger.featured-article-badge {
  display: none;
}

.logo-image {
  height: 180px;
  padding-bottom: 9px;
}

.h5, h5 {
  font-size: 0.9rem;
}

@media (min-width: 1200px) {
  .h3, h3 {
    font-size: 1.53rem;
  }
}


/* === Shared Module Container Styling === */

div[class*="box-"] div.jsn-modulecontainer_inner,
div[class*="solid-"] div.jsn-modulecontainer_inner {
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}


/* === Side Menu Base Styles === */

[class*="-sidemenu"] ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

[class*="-sidemenu"] ul.menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

[class*="-sidemenu"] ul.menu li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

[class*="-sidemenu"] ul.menu li a::before {
  content: '•';
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -0.5em;
  padding-right: 0.5em;
  color: #cccccc;
}

/* === Blue Side Menu Theme === */

.blue-sidemenu {
  background: #F5FCFE url('/images/css/box-blue.png') left bottom repeat-x;
}

.blue-sidemenu ul.menu li a {
  color: #030303;
}

.blue-sidemenu ul.menu li a:hover,
.blue-sidemenu ul.menu li.active > a {
  background-color: #d6ecf9;
  color: #000000;
}

.blue-sidemenu ul.menu li a::before {
  color: #303030;
}


/* === Green Side Menu Theme === */

.green-sidemenu {
  background: #FAFEF5 url('/images/css/box-green.png') left bottom repeat-x;
}

.green-sidemenu ul.menu li a {
  color: #303030;
}

.green-sidemenu ul.menu li a:hover,
.green-sidemenu ul.menu li.active > a {
  background-color: #eaf6df;
  color: #000000;
}


/* === Yellow Side Menu Theme === */

.yellow-sidemenu {
  background: #FEFEF5 url('/images/css/box-yellow.png') left bottom repeat-x;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}

.yellow-sidemenu ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.yellow-sidemenu ul.menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.yellow-sidemenu ul.menu li a {
  display: block;
  color: #303030;
  padding: 10px 15px;
  background-color: transparent;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.yellow-sidemenu ul.menu li a:hover,
.yellow-sidemenu ul.menu li.active > a {
  color: #000000;
}

.yellow-sidemenu ul.menu li a::before {
  content: '•';
  color: #303030;
  display: inline-block;
  width: 1em;
  margin-left: -0.5em;
  padding-right: 0.5em;
}


/* === Match Articles Module to Green Side Menu === */

.green-sidemenu ul,
.green-sidemenu ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.green-sidemenu ul li,
.green-sidemenu ol li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.green-sidemenu ul li a,
.green-sidemenu ol li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  background-color: transparent;
  color: #303030;
  transition: all 0.3s ease-in-out;
}

.green-sidemenu ul li a::before,
.green-sidemenu ol li a::before {
  content: '•';
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -0.5em;
  padding-right: 0.5em;
  color: #cccccc;
}

.green-sidemenu ul li a:hover,
.green-sidemenu ul li.active > a,
.green-sidemenu ol li a:hover,
.green-sidemenu ol li.active > a {
  background-color: #eaf6df;
  color: #000000;
}

/* === Dropdown Hover Fix: Full-Width Interactive Area === */

.sp-megamenu .sp-dropdown-inner li {
  padding: 0 !important;
  margin: 0 !important;
}

.sp-megamenu .sp-dropdown-inner li > a {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 12px 21px !important;
  color: #252525 !important;
  text-decoration: none !important;
  transition: background-color 0.3s, color 0.3s !important;
}

.sp-megamenu .sp-dropdown-inner li > a:hover,
.sp-megamenu .sp-dropdown-inner li.active > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #000000 !important;
  background-color: #eaf6fd !important;
}



/* === Force Full-Width Hover Area for Dropdown Items === */

.sp-megamenu .sp-dropdown-inner li {
  position: relative !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

.sp-megamenu .sp-dropdown-inner li > a {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  height: 100% !important;
  padding: 12px 21px !important;
  box-sizing: border-box !important;
  color: #252525 !important;
  text-decoration: none !important;
  transition: background-color 0.3s, color 0.3s !important;
}


/* === Force Full-Row Hover Activation in Dropdown === */

.sp-megamenu .sp-dropdown-inner {
  display: block !important;
  width: 100% !important;
}

.sp-megamenu .sp-dropdown-inner ul {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.sp-megamenu .sp-dropdown-inner ul li {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.sp-megamenu .sp-dropdown-inner ul li > a {
  display: block !important;
  width: 100% !important;
  padding: 12px 21px !important;
  box-sizing: border-box !important;
  background-color: transparent !important;
  color: #252525 !important;
  text-decoration: none !important;
  transition: background-color 0.3s, color 0.3s !important;
}

.sp-megamenu .sp-dropdown-inner ul li > a:hover,
.sp-megamenu .sp-dropdown-inner ul li.active > a {
  background-color: #eaf6fd !important;
  color: #000000 !important;
}

/* === Force Full-Width Hover Area in Dropdown Menu === */

.sp-megamenu .sp-dropdown-inner {
  min-width: 220px !important; /* or whatever width suits your layout */
}

.sp-megamenu .sp-dropdown-inner ul {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.sp-megamenu .sp-dropdown-inner ul li {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
}

.sp-megamenu .sp-dropdown-inner ul li > a {
  display: block !important;
  width: 100% !important;
  padding: 12px 21px !important;
  box-sizing: border-box !important;
  background-color: transparent !important;
  color: #252525 !important;
  text-decoration: none !important;
  transition: background-color 0.3s, color 0.3s !important;
}

.sp-megamenu .sp-dropdown-inner ul li > a:hover {
  background-color: #eaf6fd !important;
  color: #000000 !important;
}



/* === Fix: Force full-width hover area in dropdown === */
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  display: block !important;
  width: 100% !important;
  padding: 12px 21px !important;
  box-sizing: border-box !important;
}



/* === Refined Dropdown Hover + Border Styling === */

.sp-megamenu .sp-dropdown-inner {
  min-width: 220px !important;
  border-left: 2px solid #2a69b8;
  border-right: 2px solid #2a69b8;
  border-bottom: 2px solid #2a69b8;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}

.sp-megamenu .sp-dropdown-inner ul li > a {
  padding: 12px 15px !important; /* reduced side padding */
}

.sp-megamenu .sp-dropdown-inner ul li > a:hover {
  background-color: #eaf6fd !important;
  color: #000000 !important;
}



/* === Final Fix: Override conflicting inline-block rule === */
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  display: block !important;
  width: 100% !important;
  padding: 10px 16px !important; /* tighter side padding */
  box-sizing: border-box !important;
  background-color: transparent !important;
  color: #252525 !important;
  text-decoration: none !important;
  transition: background-color 0.3s, color 0.3s !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  background-color: #eaf6fd !important;
  color: #000000 !important;
}
