/*
Generat Settings
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

html,
body {
  overflow-x: hidden;
  width: 100%;
}

/* Justify all paragraph text for consistent line lengths */
p,
li {
  text-align: justify !important;
  text-justify: inter-word !important;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
}

p {
  font-weight: var(--description-font-weight, normal) !important;
  color: var(--description-text-color, #4a4e56) !important;
}

/* Override color for Chairman's message on dark background */
#chairman-msg-sub p,
#chairman-msg-main {
  color: #ffffff !important;
}

/* Prevent justification in menu items and footer navigation to avoid wide word gaps */
.menu-item,
.menu-item a,
.navigation_foo,
.navigation_foo li,
.navigation_foo a {
  text-align: left !important;
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.gallery-caption {
  position: relative;
}
.bypostauthor {
  position: relative;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #fff;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

table {
  width: 100%;
}
.widgets_grid_box .widget_categories ul:before,
.widgets_grid_box .widget_meta ul:before,
.widgets_grid_box .widget_archive ul:before {
  clear: both;
  content: "";
  overflow: auto;
}

.widgets_grid_box ul ul.children {
  padding: 0px 0px 0px 5px !important;
  border-radius: 0px;
  border: 0px !important;
}

.widgets_grid_box .widget_categories ul li,
.widgets_grid_box .widget_archive ul li {
  text-align: right;
}

.widgets_grid_box .widget_categories ul li a,
.widgets_grid_box .widget_archive ul li a {
  float: left;
}
.post-password-form label {
  width: 100%;
}
input[type="password"] {
  width: 100%;
}
.wp-block-button {
  margin-bottom: 15px;
}
.has-background-dim,
.has-background-dim p {
  color: #fff;
}

.col-lg-12.padding_zero {
  padding: 0px;
}
.sec_comments .col-lg-12 {
  padding: 0px;
}

.fixed-card {
  height: auto; /* Allow content to define height */
  min-height: 250px; /* Ensures minimum size */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  overflow: hidden;
}

/* Ensure scrollable text does not overflow */
.scroll-text {
  max-height: 125px;
  overflow-y: auto;
  word-break: break-word; /* Prevent long words from overflowing */
  font-family: var(--creote-family-two);
}

/* Custom Scrollbar for Webkit Browsers */
.scroll-text::-webkit-scrollbar {
  width: 5px;
}
.scroll-text::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

/* Responsive Grid */
@media (max-width: 1200px) {
  .col-xl-4,
  .col-xl-3 {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .col-xl-4,
  .col-xl-3,
  .col-lg-6 {
    width: 100%;
  }
}

/* Fix overlapping issue */
.row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.service_box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Padding & Margins */
.mr_bottom_30,
.mr_bottom_90 {
  margin-bottom: 30px !important;
}

.founder-slider {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  padding: 10px 0;
  background: transparent; /* No white background */
}

.slider-track {
  display: flex;
  width: calc(100% * 2); /* Ensure seamless transition */
  animation: slide 30s linear infinite;
}

.founder-logo {
  flex: 0 0 auto;
  text-align: center;
  padding: 5px;
  margin: 0 10px; /* Reduce gap between logos */
}

.founder-logo img {
  max-width: 200px; /* Smaller logo size */
  height: auto;
  transition: transform 0.4s ease-in-out;
}

.founder-logo img:hover {
  transform: scale(1.1);
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  } /* Moves half since we duplicate */
}

/* counter section
-------------------------------------------------------------- */

.counter-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.icon_box img {
  width: 60px; /* Adjust size as needed */
  height: auto;
  margin-bottom: 10px;
}
.coun_ter {
  font-size: 24px;
  font-weight: bold;
}
h6 {
  margin-top: 5px;
  font-size: var(--description-font-size);
  font-weight: 500;
}

/* partners
-------------------------------------------------------------- */

.header {
  background-color: rgba(255, 255, 255, 0.9); /* 90% opacity */
}

/* Disable text selection */
body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

/* Disable drag and right-click on images */
img {
  pointer-events: none;
}

/* Overlay to Block Screen Capture Tools */
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0); /* Invisible layer */
  z-index: 99999;
  pointer-events: none;
}

.header_menu_box {
  /* background: rgba(109, 14, 14, 0.1);  */
  padding: 10px 30px;
  border-radius: 50px;
  position: absolute;
  right: 20px;
  top: 30px;
  /* bottom: 30px; Remove this */
  width: auto; /* Changed from 63% */
  min-width: 300px; /* Minimum width */
  max-width: 950px; /* Maximum width */
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-end; /* Align menu to right */
  box-sizing: border-box;
}

.header_menu_box ul.navbar_nav {
  margin: 0;
  padding: 0px 0px 0px 30px !important;
  display: flex;
  gap: 15px;
  flex-wrap: nowrap;
  /* overflow: hidden; */
}

.header_menu_box ul.navbar_nav li {
  list-style: none;
  white-space: nowrap;
}

.header_menu_box ul.navbar_nav li a {
  /*text-decoration: none;*/
  color: #020073;
  font-weight: bold;
  font-size: 0.75rem;
  transition: all 0.3s ease;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .header_menu_box {
    padding: 10px 20px;
    right: 15px;
    top: 20px;
    min-width: 250px;
  }

  .header_menu_box ul.navbar_nav {
    gap: 12px;
  }

  .header_menu_box ul.navbar_nav li a {
    font-size: 0.6875rem;
  }
}

@media (max-width: 992px) {
  .header_menu_box {
    width: 60%;
    min-width: auto;
    justify-content: center;
    right: 50%;
    transform: translateX(50%);
    border-radius: 30px;
    height: 60px;
    top: 15px;
  }

  .header_menu_box ul.navbar_nav {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .header_menu_box {
    display: none; /* Hide desktop menu */
  }

  /* Add mobile menu styles here */
}
/* Change default navbar text color to grey */
/*.navbar_nav .menu-item a {*/
/*  color:whitesmoke !important;*/
/*}*/

/* Keep active menu item color as blue */
.navbar_nav .menu-item a:hover,
.navbar_nav .menu-item.active > a {
  color: #020073 !important;
}

/*slider*/

.slider {
  position: relative;
  width: 100%;

  .slide-item {
    position: relative;
    display: block;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    width: 100%;
  }

  .animated {
    animation-duration: 1.25s;
  }

  &.style_one {
    .slide-item-content {
      position: relative;
      overflow: hidden;

      .image-layer {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: cover !important;
      }

      .auto-container {
        position: relative;
        z-index: 10;
        padding: 0px 15px;
      }

      .slider_content {
        position: relative;
        padding: 250px 0px 150px;
        z-index: 11;

        h1 {
          font-size: 72px;
          line-height: 90px;
          font-weight: 800;
          margin-bottom: 20px;
          color: #fff;
          opacity: 0;
          transition: 0.9s ease-in-out;
          -moz-transition: 0.9s ease-in-out;
          -o-transition: 0.9s ease-in-out;
          -ms-transition: 0.9s ease-in-out;
        }

        h6 {
          font-size: 22px;
          line-height: 32px;
          font-weight: 600;
          margin-bottom: 15px;
          color: #fff;
          opacity: 0;
          transition: 0.9s ease-in-out;
          -moz-transition: 0.9s ease-in-out;
          -o-transition: 0.9s ease-in-out;
          -ms-transition: 0.9s ease-in-out;
        }

        p {
          font-size: 17px;
          line-height: 27px;
          font-weight: 400;
          color: var(--text-color-light);
          margin-bottom: 30px;
          opacity: 0;
          transition: 0.9s ease-in-out;
          -moz-transition: 0.9s ease-in-out;
          -o-transition: 0.9s ease-in-out;
          -ms-transition: 0.9s ease-in-out;
        }

        .theme-btn.one {
          opacity: 0;
          transition: 0.9s ease-in-out;
          -moz-transition: 0.9s ease-in-out;
          -o-transition: 0.9s ease-in-out;
          -ms-transition: 0.9s ease-in-out;
        }
      }

      .slider_image {
        opacity: 0;
        transition: 0.9s ease-in-out;
        -moz-transition: 0.9s ease-in-out;
        -o-transition: 0.9s ease-in-out;
        margin-bottom: -100px;
        -ms-transition: 0.9s ease-in-out;
      }

      &::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        /* background:  #110a7b !important; */
        opacity: 0.8;
        z-index: 1;
      }

      &.content_left {
        .slider_image {
          position: relative;
          margin-right: -100px;
          height: auto;
          width: 700px;
        }
      }

      &.content_right {
        .slider_image {
          position: relative;
          margin-left: -270px;
          height: auto;
          width: 700px;
        }

        .image_column {
          -ms-flex-order: -1;
          -webkit-box-ordinal-group: 0;
          order: -1;
        }
      }
    }
  }
}

/* Reduce the width of the dropdown menu */
/* Reduce dropdown menu width */
.dropdown-menu {
  min-width: 200px; /* Adjust as needed */
  border-radius: 0px !important; /* Smooth rounded corners */
  padding: 0 !important; /* Remove default padding */
  margin: 10px !important; /* Margin for the dropdown itself */
  background-color: #020073 !important; /* White background */
  box-shadow: 0 0 10px rgb(255, 252, 252); /* Soft shadow */
}

.dropdown-menu li {
  margin-bottom: 10px !important; /* Space between each menu item */
}

.dropdown-menu li:last-child {
  margin-bottom: 0 !important; /* Remove margin from the last item */
}

/* Optional: Style for anchor tags if applicable */
.dropdown-menu a {
  padding: 10px 10px !important; /* Add padding to links for better click area */
  display: block; /* Make the entire area clickable */
  color: #333; /* Text color */
  text-decoration: none; /* Remove underline */
}

.dropdown-menu a:hover {
  background-color: #f0f0f0; /* Background color on hover */
}

/* Style the menu items */
.dropdown-menu .menu-item a {
  padding: 10px 15px;
  transition:
    background 0.3s ease-in-out,
    color 0.3s ease-in-out;
}

/* Hover effect */
/* Ensure full dark blue background and white text on hover */
.dropdown-menu .menu-item a:hover,
.dropdown-menu .menu-item a:focus {
  background-color: #999999bc !important; /* Dark blue */
  color: #ffffff !important; /* White text */
}

/* Ensure child <span> elements also turn white */
.dropdown-menu .menu-item a:hover span,
.dropdown-menu .menu-item a:focus span {
  color: #ffffff !important; /* White text */
}

.footer_widgets.navigation_foo.light_color .menu li a {
  transition: color 0.3s ease;
}

.footer_widgets.navigation_foo.light_color .menu li a:hover,
.footer_widgets.navigation_foo.light_color .menu li a:focus,
.footer_widgets.navigation_foo.light_color .menu li a:active {
  color: #ffffff !important;
  text-decoration: none;
}

.none {
  font-size: 2.5em !important; /* Default for large screens */
  font-weight: bold !important;
  margin: 0 !important;
  color: white !important;
  line-height: 1.2 !important;
}

/* Medium screens (tablets) */
@media (max-width: 1024px) {
  .none {
    font-size: 2.5em !important;
  }
}

/* Small screens (mobile devices) */
@media (max-width: 768px) {
  .none {
    font-size: 2em !important;
  }
}

/* Extra small screens */
@media (max-width: 480px) {
  .none {
    font-size: 1.5em !important;
  }
}

.fixed-header .get_sticky_header.style_two {
  background: #282f3b7d !important;
}

/* Centered Hover Text Style */
.service-hover-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  color: #fff !important;
  font-size: 1.25rem; /* Match existing size */
  font-weight: 700;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
  z-index: 2;
  pointer-events: none; /* Prevent text blocking hover */
}

.image_box:hover .service-hover-text {
  opacity: 1;
  animation: text-pulse 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes text-pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.05);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@media (max-width: 768px) {
  .service-hover-text {
    font-size: 1.1rem;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.8);
  }
}

.navbar_nav .nav-link {
  color: #ffffff !important;
}

.navbar_nav .nav-link:hover {
  color: #ffffff !important;
}

/* Static Images within Carousel Slide */
.static-images {
  pointer-events: none; /* Let clicks pass through to carousel dots if needed */
  opacity: 0;
  transition: opacity 0.5s ease;
}

.owl-item.active .static-images {
  opacity: 1;
}

@media (max-width: 1200px) {
  .static-image {
    width: 12vw !important;
  }
}

@media (max-width: 992px) {
  .static-images {
    top: 75% !important;
    right: 4% !important;
  }

  .static-image {
    width: 12vw !important;
  }
}

@media (max-width: 768px) {
  .static-images {
    top: 78% !important;
    right: 3% !important;
  }

  .static-image {
    width: 12vw !important;
  }
}

@media (max-width: 576px) {
  .static-images {
    top: auto !important;
    bottom: 50px !important;
    right: 50% !important;
    transform: translateX(50%) !important;
    left: auto !important;
  }

  .static-image {
    width: 18vw !important;
  }
}

/* ==========================================
   Unified Heading Bottom Margins
   Ensures consistent spacing below all titles
   ========================================== */
:root {
  --heading-margin-bottom: 10px;
  --description-font-size: 13px;
  --description-font-weight: normal;
  --description-text-color: #4a4e56;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: var(--heading-margin-bottom) !important;
}

/* Preserve zero-margin headings only where structurally needed */
.header h1, .header h2, .header h3, .header h4, .header h5, .header h6,
.footer_copyright h1, .footer_copyright h2, .footer_copyright h3,
.footer_copyright h4, .footer_copyright h5, .footer_copyright h6,
.slider_content h1, .slider_content h2,
.fo_wid_title h2,
.banner_title_inner .title_page {
  margin-bottom: 0 !important;
}

/* Ensure faq_item headings have proper spacing */
.faq_section .block_faq .faq_item h1,
.faq_section .block_faq .faq_item h2,
.faq_section .block_faq .faq_item h3,
.faq_section .block_faq .faq_item h4,
.faq_section .block_faq .faq_item h5,
.faq_section .block_faq .faq_item h6 {
  margin-bottom: var(--heading-margin-bottom) !important;
}
