.support-container {
  max-width: 100%;
  padding: 0;
  margin: 0 15px;
}

.support-container ul {
  margin: 0 10px;
}

.top-nav-phone {
  display: flex;
  gap: 12px;
}

.top-nav-phone a {
  color: #262f61;
  font-size: 36px;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
}

.support-nav-top {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 15px;
  height: 110px;
}

.support-header a:hover,
.support-header a {
  text-decoration: none;
}

.top-nav-menu {
  display: flex;
  width: 256.26px;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

.top-nav-menu div p {
  font-size: 21px;
  font-family: 'Roboto', sans-serif;
  color: #262f61;
  line-height: 25px;
}

.top-nav-menu > div {
  padding: 0 7px;
}

.support-bottom-nav {
  background-color: #bdd7ea26;
  padding: 0 30px;
  height: 45px;
}

.bottom-nav {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.support-bottom-nav ul {
  margin: 0;
}

.bottom-nav-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.bottom-nav-item img {
  width: 27px;
  aspect-ratio: 1/1;
}

.bottom-nav-item a {
  text-decoration: none;
  color: #262f61;
  font-size: 21px;
  font-family: 'Roboto', sans-serif;
}

.tablet-nav {
  display: none;
}

.support-ham-menu {
  display: none;
}

.top-nav-phone {
  display: flex;
  align-items: center;
  width: 300px;
}

.site-logo {
  width: 492px;
  height: 107px;
}

@media only screen and (max-width: 1280px) {
  .site-logo {
    width: 408px;
    height: 70px;
  }
}

.container-fluid {
  padding: 0;
  max-width: unset;
}

.most-pop-articles {
  padding: 40px 20px;
}

.category-list {
  margin-top: 0;
  background-color: rgba(189, 215, 234, 0.15);
  padding: 40px 20px;
}

.category-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.category-heading {
  font-family: 'Roboto', sans-serif;
  color: #262f61;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

.center {
  padding: 0;
}

.category {
  display: flex !important;
  gap: 2vw;
  width: 300px;
  height: 175px;
  padding: 20px 30px;
  border-radius: 25px;
  background-color: #fff;
  text-align: center;
  align-items: center;
  transform: scale(1);
  transition: 0.3s ease-out;
  flex-direction: column;
  justify-content: center;
}

.category:hover {
  transform: scale(1.04);
  transition: 0.3s ease-out;
  box-shadow: 0 0 4px #cdcccc;
  cursor: pointer;
  background: #fff !important;
}

.category h3 {
  margin: 0;
}

.category p {
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  color: #262f61;
  font-size: 14px;
  font-weight: 600;
  margin-top: 0 !important;
}

.category-img-1 {
  width: 30px;
  height: 40px;
}
.category-img-2 {
  width: 45px;
  aspect-ratio: 1/1;
}
.category-img-3 {
  width: 45px;
  aspect-ratio: 1/1;
}
.category-img-4 {
  width: 45px;
  aspect-ratio: 1/1;
}
.category-img-5 {
  width: 70px;
  height: 40px;
}
.category-img-6 {
  width: 45px;
  aspect-ratio: 1/1;
}

/*footer*/
.support-footer {
  background-color: #262f61;
  padding: 28px 0;
}

.footer-menu {
  list-style-type: none;
}

#footer-ham-menu {
  display: none;
}

.social-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}

.social-wrapper img {
  width: 32px;
  height: 32px;
}

.email-us,
.contact-us {
  display: flex;
  align-items: center;
  gap: 10px;
}

.email-us a,
.contact-us a {
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  color: #fff;
}

.copyright {
  font-family: 'Roboto', sans-serif;
  display: flex;
  flex-direction: column;
  color: #fff;
  margin-top: 16px;
  gap: 14px;
}

.support-footer ul {
  list-style-type: none;
}

.footer-first-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.support-footer .support-footer-wrapper {
  display: flex;
  justify-content: space-between;
}

.support-footer div ul {
  display: flex;
  flex-direction: column;
}

.support-footer div ul li {
  margin-bottom: 14px;
  line-height: 25px;
}

.support-footer div ul li a {
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  color: #fff !important;
  font-size: 21px !important;
  font-weight: 400;
}

.support-footer div ul li h2 {
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 4px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
}

.payment__container {
  display: flex;
  gap: 10px;
  align-items: center;
}

.privacy-policy {
  font-family: 'Roboto', sans-serif;
  display: flex;
  flex-direction: column;
}

.privacy-policy a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
#site-footer-widgets a {
  color: white;
  font-family: 'Roboto', sans-serif;
}

#ham-menu {
  background: transparent;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0 7px;
  justify-content: right;
  height: auto;
}

#ham-menu img {
  width: 32px;
  height: 32px;
}

@media only screen and (max-width: 1050px) {
  .support-nav-top {
    height: 35px;
  }

  .top-nav-menu {
    width: 160px;
    display: flex;
    align-items: center;
  }

  .top-nav-menu div a,
  .top-nav-menu div {
    display: flex;
    align-items: center;
  }

  #support-footer-accardion {
    width: 500px;
    margin: 0 auto 40px;
  }

  #menu-desktop ul {
    display: none;
  }

  #ham-menu {
    display: flex;
    align-items: center;
  }

  #footer-ham-menu {
    display: block !important;
  }

  .footer-first-menu {
    margin: 0px;
    padding: 0px;
  }
  .help-menu-card {
    gap: 20px;
    padding: 40px 20px;
  }
  .help-menu-card img {
    width: 45px;
    aspect-ratio: 1/1;
  }
  .help-menu-card p {
    font-size: 14px;
  }
  .tablet-nav {
    display: flex;
  }
  .tablet-contact-us {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .desktop-nav {
    display: none;
  }

  .top-nav-menu {
    gap: 5px;
  }
  .top-nav-menu div p {
    display: none;
  }
  .top-nav-menu div img {
    width: 32px;
    aspect-ratio: 1/1;
  }

  .top-nav-phone {
    display: none;
  }
  .desktop-navbar-root {
    display: none;
  }

  .site-logo {
    width: 152px;
    height: 35px;
  }

  .tablet-contact-us {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer-first-menu {
    margin: 0;
    padding: 0;
  }
  .support-footer .support-footer-wrapper {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .support-footer div ul {
    display: none;
  }
  .support-footer div ul:first-child {
    width: 580px;
    display: flex;
    justify-content: space-between;
  }
  .support-footer div ul:first-child li {
    width: 100%;
  }
  .footer-first-menu li:first-child {
    display: flex;
    justify-content: space-between;
    align-self: center;
  }
  .footer-first-menu li:nth-child(3),
  .footer-first-menu li:nth-child(4) {
    display: none;
  }
  .social-wrapper {
    width: 100%;
    justify-content: space-between;
  }
  .footer-first-menu li:last-child {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 770px) {
  .tablet-contact-us div a {
    font-size: 16px;
  }

  .tablet-nav img {
    width: 15px;
    aspect-ratio: 1/1;
  }
  .support-ham-menu img {
    width: 22px;
    aspect-ratio: 1/1;
  }

  #ham-menu img {
    width: 22px;
    height: 22px;
  }

  .support-bottom-nav {
    padding: 0 30px;
  }
  .tablet-nav a {
    font-size: 10px;
  }
  .top-nav-menu div img {
    width: 22px;
    aspect-ratio: 1/1;
  }
}

.active-accardion {
  display: block;
}
.accordion {
  background-color: #262f61;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

.active {
  color: orange;
}

.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}
.mobile-navbar {
  display: none;
}
.panel a {
  color: #fff;
}
.accordion-wrapper {
  display: none;
}
.active-accardion {
  display: block;
}
#footer-ham-menu {
  background-color: transparent;
  border: none;
}
#support-footer-accardion a {
  color: #fff !important;
}

.tablet-contact-us {
  display: none;
}

.copyright {
  font-family: 'Roboto', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.copyright p {
  color: #fff;
  gap: 14px;
  margin-bottom: 0;
  text-align: left !important;
}

.sep {
  display: none;
}

#searchBar button {
  background-color: #262f61;
}

.privacy-policy {
  font-family: 'Roboto', sans-serif;
  display: flex;
  flex-direction: column;
}

.privacy-policy a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  width: max-content;
}

#mobile-navbar > button {
  height: 40px;
  display: flex;
  align-items: center;
}

.nav-img__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#docsSearch {
  margin-bottom: 0px;
}

/* Root container */
.desktop-navbar-root {
  background-color: #262f61;
  height: 55px;
}

/* Main navigation menu */
.desktop-navmenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 20px;
  margin: 0;
  user-select: none;
}

/* All links */
.desktop-navmenu a {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 1.3vw;
}

/* Last item link */
.desktop-navmenu > .desktop-nav-item:last-child a {
  color: #f89728;
}

.desktop-navmenu > .desktop-nav-item:last-child {
  transition: 0.3s;
}
.desktop-navmenu > .desktop-nav-item:last-child:hover {
  transform: scale(1.05);
}

/* Navigation Items */
.desktop-nav-item {
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

.desktop-nav-item a:hover {
  color: #f89728;
}

/* Root level items */
.desktop-navmenu > .desktop-nav-item {
  display: flex;
  align-items: center;
}

/* Navigation Links */
.desktop-nav-link {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 5px;
}

/* Dropdown Menus */
.desktop-nav-dropdown {
  display: none;
  flex-direction: column;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(0, 0, 0, 0.6);
  min-width: 200px;
  z-index: 1050;
  user-select: none;
  border-radius: 2px;
  padding: 4px 0;
  opacity: 0;
  transform-origin: 0 0;
  transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* Dropdown items and links */
.desktop-nav-dropdown .desktop-nav-item {
  white-space: nowrap;
  height: 40px;
}

.desktop-nav-dropdown .desktop-nav-link {
  padding: 8px 20px;
  height: auto;
}

/* First Level Dropdown */
.desktop-navmenu > .has-dropdown > .desktop-nav-dropdown {
  top: 100%;
  left: 0;
  margin-top: 2px;
}

.desktop-navmenu > .has-dropdown > .desktop-nav-dropdown::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
}

/* Nested Dropdowns */
.desktop-nav-dropdown .has-dropdown > .desktop-nav-dropdown {
  top: 0;
  left: 100%;
  margin-left: 2px;
}

.desktop-nav-dropdown .has-dropdown > .desktop-nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 2px;
}

/* Show Dropdown on Hover */
.has-dropdown:hover > .desktop-nav-dropdown {
  display: flex;
  animation: slideIn 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

/* -------------------  Arrow ------------------------ */
/* Arrow Indicator */
.desktop-nav-arrow {
  margin-left: auto;
  padding-left: 12px;
  display: inline-flex;
  align-items: center;
}

.desktop-nav-arrow svg {
  width: 0.8em;
  height: 0.8em;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 30;
}

.has-dropdown.desktop-nav-arrow svg {
  fill: #ffffff;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: scaleY(0);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
  }
}

/* Mobile Navigation */
.mobile-nav-details {
  margin: 4px 0;
}

.mobile-nav-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  padding-right: 24px;
  cursor: pointer;
  list-style: none;
  color: #fff;
  transition: color 0.3s;
  user-select: none;
}

.mobile-nav-summary:hover {
  color: #f89728;
}

.mobile-nav-summary.font-medium {
  font-weight: 500;
}

.mobile-nav-details[open] > .mobile-nav-summary {
  color: #f89728;
}

.mobile-nav-chevron {
  display: inline-flex;
  align-items: center;
  transition: transform 0.3s;
  margin-left: 4px;
}

.mobile-nav-details[open] > .mobile-nav-summary .mobile-nav-chevron {
  transform: rotate(180deg);
}

.mobile-nav-children {
  overflow: hidden;
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  height: 36px;
  padding-right: 16px;
  margin: 8px 0;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.mobile-nav-link:hover {
  color: #f89728;
}

#mobile-navbar {
  background-color: #262f61;
  color: #fff;
  font-size: 14px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}

.mobile-nav-summary-link {
  color: inherit;
  text-decoration: none;
  width: min-content;
  white-space: nowrap;
}

.mobile-nav-summary-link:hover {
  color: #f89728;
}

@media (min-width: 1050px) {
  #mobile-navbar {
    display: none;
  }
}
