
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;1,400;1,600&display=swap);

body .md-sidebar { transition: none; }
/* docs/styles/extra.css */
.md-grid {
  margin: 0;
  max-width: 81rem;
}

/* General Reset */
footer {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
  background-color: #f8f9fa;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}

.footerArea img,
.men-fo-s img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col {
  padding: 0 15px;
  box-sizing: border-box;
}

.col--3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col--4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.col-5-5 {
  flex: 0 0 41.6667%;
  max-width: 41.6667%;
}

.ml-auto {
  margin-left: auto;
}

.f-b-container {
  background: #c3c7cb;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  padding-left: 20px;
}

.footerArea {
  margin-bottom: 20px;
}

.footerArea .f-txt p,
.footerArea .f-txt div {
  margin: 5px 0;
}

.men-fo-s {
  margin-bottom: 20px;
}

.title-are {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  color: #111;
}

.input_t ul,
.men-fo-s ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.men-fo-s ul li {
  margin-bottom: 8px;
}

.men-fo-s ul li a {
  text-decoration: none;
  color: #555;
  transition: all 0.3s ease;
}

.men-fo-s ul li a:hover {
  color: #f18f4a;
  text-decoration: underline;
}

.mmi_phone_no a {
  display: block;
  margin-top: 5px;
  color: #333;
}

.address_mmi ul {
  list-style: none;
  padding: 0;
}

.address_mmi li {
  display: inline-block;
  margin-right: 10px;
}

/* Social Icons */
.mmi_social_icons {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 15px;
}

.mmi_social_icons li img {
  width: 24px;
  height: 24px;
  transition: transform 0.3s;
}

.mmi_social_icons li img:hover {
  transform: scale(1.1);
}

.mmi_social_icons img {
  transition: filter 0.3s;
}

.mmi_social_icons a:hover img {
  filter: brightness(0) saturate(100%) invert(41%) sepia(93%) saturate(744%) hue-rotate(177deg) brightness(95%) contrast(90%);
}

/* Footer Bottom */
.copy_footer {
  background-color: #c3c7cb;
  padding: 20px 0;
  font-size: 13px;
  color: #666;
  border-top: 1px solid #666;
}

.footer-bottom-menu,
.footer-top-menu {
  padding: 10px 0;
}

.footer-bottom-menu p {
  margin: 0;
}

.ul-le {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

.ul-le li a {
  color: #666;
  text-decoration: none;
}

.ul-le li a:hover {
  color: #000;
  text-decoration: underline;
}

.titlehead {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.text--left {
  margin-bottom: 2rem;
}

.s_t_l_innersec .row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}

.s_t_l_innersec .data_se_ar h3 {
  font-size: 30px;
  font-weight: 600;
}

@media (max-width: 1360px) and (min-width: 981px) {

  .titlehead,
  h1 {
    font-size: 32px;
    font-weight: 600;
  }
}

.s_t_l_innersec {
  display: block;
  background: hsla(0, 0%, 100%, .1);
  border: 1px solid rgba(8, 58, 110, .2);
  border-radius: 5px;
  margin: 30px 0;
  padding: 30px;
}

.col {
  flex: 1;
  min-width: 280px;
}

.subtag {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

/* Buttons & Links */
.r-m-button .tag_link a,
.mm-ready a {
  display: inline-block;
  padding: 0.4rem 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  border-radius: 36px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}

.r-m-button .tag_link a {
  color: #111;
  border: 1px solid #aaa;
  background: #ede1d1;
}

/* Light mode (default theme) */
[data-md-color-scheme="default"] {
  background-color: white;
}

[data-md-color-scheme="default"] .r-m-button .tag_link a {
  background: #fff;
  color: #111;
  border: 1px solid #aaa;
}

/* Dark mode */
[data-md-color-scheme="slate"] {
  background-color: black;
}

[data-md-color-scheme="slate"] .r-m-button .tag_link a {
  background: #333;
  color: #fff;
  border: 1px solid #666;
}

.r-m-button .tag_link a:hover {
  color: #f18f4a;
  border: #f18f4a;
}

.mm-ready .fill {
  background-color: transparent;
  color: #007AFF;
  border: 1px solid #007AFF;
}

.mm-ready .outline {
  background: transparent;
  color: #007AFF;
  border: 1px solid #007AFF;
}

.mm-ready a:hover {
  opacity: 0.85;
  color: #f18f4a;
  border: #f18f4a;
}

/* Image Section */
.img_araSec img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Ready Section */
.mmi-Ready-area {
  padding: 10px;
  border-top: 1px solid #ddd;
  text-align: center;
}

.mmi-Ready-area h2 {
  font-size: 1.6rem;
  margin-bottom: 0;
}

/* Container layout: align items properly in the header */
.md-header .md-logo,
.md-header .md-header-nav__button {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
}

/* Style for the new logo text ("Test") */
.md-header .md-logo {
  font-size: 1.25rem;
  color: var(--md-text-primary-on-background);
  margin-right: 1.5rem;
}

/* Common styling for nav buttons */
.md-header .md-header-nav__button {
  margin-right: 1rem;
  font-size: 0.7rem;
  color: var(--md-text-secondary-on-background);
  padding: 0.5rem 0;
  font-weight: 500 !important;
  transition: color 0.2s ease-in-out;
  font-size:12px !important;
      font-family: Montserrat, sans-serif !important;
}

/* Hover/focus state for nav buttons */
.md-header .md-header-nav__button:hover,
.md-header .md-header-nav__button:focus {
  color: var(--md-accent-fg-color);
  outline: none;
}

/* Ensure the nav links are right-aligned */
.md-header-nav--custom {
  display: flex;
  align-items: center;
  margin-left: auto;
}

label.md-nav__title {
  display: none;
}

.hidden-version {
  display: none !important;
}

.tag_link {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
}

.md-typeset h1,
.md-typeset h2 {
  font-weight: 600;
  letter-spacing: -0.01em !important;
  color: var(--md-default-fg-color) !important;
}

.md-nav__item--nested {
  display: block;
}

.copyButton_eDfN {
  opacity: 0.6;
  z-index: 10;
  transition: opacity 0.2s;
}

.copyButton_eDfN:hover {
  opacity: 1;
}

.copyButtonIcon_XEyF,
.copyButtonSuccessIcon_i9w9 {
  fill: #888;
}

.md-content {
  scrollbar-gutter: auto;
  border-right: 1px solid #888;
  border-left: 1px solid #888;
  min-height: 800px;
}

.md-typeset h1 {
  color: var(--md-default-fg-color--light);
  font-size: 1.3em !important;
  line-height: 1.3;
  margin: 0;
}

.md-typeset h2 {
  font-size: 1.1em !important;
  line-height: 1.4;
  margin: 0;
}

.md-typeset__scrollwrap {
  margin: 1em -0.8rem;
  overflow-x: auto;
  touch-action: auto;
}

.md-typeset a {
  color: #f18f4a;
  word-break: break-word;
}

.md-header__button.md-logo {
  margin: 0.2rem;
  padding: 0.4rem;
  display: none;
}

.md-header__inner {
  align-items: center;
  padding: 0 0.2rem;
  padding-left: 15px;
}

.logo {
  display: flex;
  overflow: auto;
}

.md-nav__link[for]:focus,
.md-nav__link[for]:hover,
.md-nav__link[href]:focus {
  color: inherit;
  cursor: pointer;
}

.md-typeset img {
  height: revert-layer;
  max-width: 100%;
}

.container {
  margin: 0 auto;
  max-width: var(--ifm-container-width);
}

.padding-bottom--none,
.padding-vert--none {
  padding-bottom: 0 !important;
}

.padding-top--none,
.padding-vert--none {
  padding-top: 0 !important;
}

.padding-horiz--none,
.padding-left--none {
  padding-left: 0 !important;
}

.padding-horiz--none,
.padding-right--none {
  padding-right: 0 !important;
}

.container--fluid {
  max-width: inherit;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 calc(var(--ifm-spacing-horizontal)*-1);
}

.margin-bottom--none,
.margin-vert--none,
.markdown>:last-child {
  margin-bottom: 0 !important;
}

.margin-top--none,
.margin-vert--none {
  margin-top: 0 !important;
}

.row .col {
  --ifm-col-width: 100%;
  flex: 1 0;
  margin-left: 0;
  max-width: 100%;
}

/* allproducts style START */
.groupList li {
  display: block;
  list-style: none;
  padding: 0 15px 30px 50px;
  font-family: Montserrat, sans-serif !important; 
 /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
  position: relative;
  color: hsla(0, 0%, 100%, .8) !important;
}

.groupList li span {
  left: 0;
  position: absolute;
  top: 5px;
}

[data-md-color-scheme="default"] .groupList li a {
  color: #111;
  text-decoration: none;
}

[data-md-color-scheme="slate"] .groupList li a {
  color: #fff;
  text-decoration: none;
}

.groupList li a:hover {
  color: #f18f4a;
}

.groupList li a:hover h5 {
  color: #f18f4a;
}

.suhead_j2uo {
  color: var(--md-default-fg-color--light);
  text-decoration: none;
}

.hidden-sidebar {
  display: none !important;
}

@media screen and (max-width: 76.234375em) {
  .logo {
    display: none !important;
  }

  .md-nav--primary .md-nav__item,
  .md-nav--primary .md-nav__title {
    font-size: .8rem;
    line-height: 1.5;
    display: block;
  }
}

[data-md-color-scheme="default"] .md-header {
  background-color: #fff !important;
  color: #000 !important;
  opacity: 1 !important;
}

[data-md-color-scheme="slate"] .md-header {
  background-color: #000 !important;
  color: #fff !important;
  opacity: 1 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--ifm-heading-color);
  font-family: var(--ifm-heading-font-family);
  font-weight: var(--ifm-heading-font-weight);
  line-height: var(--ifm-heading-line-height);
  margin: var(--ifm-heading-margin-top) 0 var(--ifm-heading-margin-bottom) 0;
}

body {
  font-family: Montserrat, sans-serif !important;
  /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
      /*font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;*/

}

.md-nav__toggle.md-toggle--indeterminate~.md-nav,
.md-nav__toggle:checked~.md-nav {
  margin-left: 6px;
  padding-top: 6px;
}

.md-nav {
  padding-bottom: 6px;
}

.md-typeset .headerlink:focus,
.md-typeset :hover>.headerlink,
.md-typeset :target>.headerlink {
  opacity: 0 !important;
  transition: color .25s, opacity 125ms;
}

.md-sidebar--secondary:not([hidden]) {
  width: 230px;
}

/* Mobile Navigation Title */
@media screen and (max-width: 76.1875em) {
  .md-nav__title {
    display: flex !important;
    align-items: center !important;
    flex-direction: column !important;
    padding: 8px !important;
    white-space: normal !important;
    height: auto !important;
    min-height: auto !important;
    font-size: 14px !important;
    line-height: 2 !important;
  }

  .md-nav__title .md-logo {
    display: inline-flex !important;
    align-items: center !important;
    margin-right: 8px !important;
    flex-shrink: 0 !important;
  }

  .md-nav__title .logo {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
    margin: 4px 0 !important;
    justify-content: flex-start !important;
  }

  .md-nav__title .md-header-nav__button {
    display: inline-block !important;
    padding: 2px 6px !important;
    font-size: 12px !important;
    background: rgba(0, 0, 0, 0.1) !important;
    border-radius: 3px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  .md-nav__title.inline-layout {
    flex-direction: row !important;
    flex-wrap: wrap !important;
  }

  .md-nav__title.inline-layout .logo {
    margin: 0 8px !important;
  }

  /* Hide navigation buttons on mobile for cleaner layout */
  .md-nav__title .logo {
    display: none !important;
  }

  .md-nav__toggle.md-toggle--indeterminate~.md-nav,
  .md-nav__toggle:checked~.md-nav {
    margin-left: 0px;
    padding-top: 0px;
  }

  .sinup {
    display: none;
    margin-left: 0px !important;
  }

  #signup {
    display: block !important;
  }

  #login {
    display: block !important;
  }
}

@media screen and (max-width: 76.234375em) {

  /* .md-nav--primary .md-nav__link {
    margin-top: 0;
    padding: 0.6rem 0.8rem;
    text-decoration: none;
  } */
  [data-md-color-scheme="default"] .md-nav--primary .md-nav__link {
    color: #111;
    text-decoration: none;
  }

  [data-md-color-scheme="slate"] .md-nav--primary .md-nav__link {
    color: #fff;
    text-decoration: none;
  }

  /* .md-content__inner>pre {
    margin: 1em rem -0.5 !important;
  } */
}

.sinup.navbar__items--right a.navbar__link {
  border: 1px solid #f18f4a;
  border-radius: 35px;
  color: #f18f4a;
  margin-right: 0;
  padding: 6px 25px;
  font-size: 12px;
}

.sinup.navbar__items--left a.navbar__link {
  border: none !important;
  padding-right: 5px;
  font-size: 12px;
}

[data-md-color-scheme="slate"].sinup.navbar__items--left a.navbar__link {
  color: #fff !important;
}

[data-md-color-scheme="default"].sinup.navbar__items--left a.navbar__link {
  color: #000 !important;
}

@media screen and (max-width: 44.984375em)
{
.md-content__inner>pre {
    margin: 1em -0.5rem !important;
}
}

/* Highlight active parent dropdown */
/* .md-nav__item--nested > .md-nav__link[for][id*="__nav_"]:focus,
.md-nav__item--nested > .md-nav__link[for][id*="__nav_"]:hover,
.md-nav__item--nested > .md-nav__link[for][id*="__nav_"].active {
  color: #f18f4a; 
  font-weight: bold;
} */

/* Style the active child link */
/* .md-nav__item > .md-nav__link.md-nav__link--active {
  background: #727171;  
  border-radius: 6px;
  font-weight: 500;
} */
/* .md-nav__item--nested:has(.md-nav__link--active) > .md-nav__link {
  color: #f18f4a;
  font-weight: bold;
} */

.md-nav__item .md-nav__link--active, .md-nav__item .md-nav__link--active code {
  color: #f18f4a;
}

.md-header__title {
 /* display: none !important;*/
 visibility: hidden !important;
}

.navbar__items a.navbar__link{
    font-family: Montserrat, sans-serif !important;
}
