@import url(../../common-css/root.css);
@import url(../../common-css/containers.css);
@import url(../../common-css/fonts.css);

a.bg-white {
  color: rgba(var(--basicfc), 0.8) !important;
  background: var(--purewhite) !important;
}

/* --------------------------------- Footer header -------------------------- */
.footer-section {
  background: #e4e4e4;
  font-family: var(--lightfont);
  font-size: var(--font16);
  line-height: 26px;
}
.footer-container {
  --ad-gutter-x: 1.5rem;
  --ad-gutter-y: 1rem;
  width: 100%;
  padding: 3% 6%;
  /* padding-right: calc(var(--ad-gutter-x) * 1.5);
  padding-left: calc(var(--ad-gutter-x) * 1.5);
  padding-top: calc(var(--ad-gutter-x) * 0.5);
  padding-bottom: calc(var(--ad-gutter-y) * 1.5); */
  margin-right: auto;
  margin-left: auto;
}
.footer-head {
  font-size: var(--herofont);
  line-height: 104.6%;
  font-family: var(--mediumfont);
  margin-bottom: 0px !important;
  color: rgba(var(--basicfc), 0.9) !important;
}
a.gs-ft-btn {
  border-radius: 12px;
  background-color: #ffd700;
  padding: 8px 15px;
  width: 120px !important;
  display: flex;
  gap: 10px;
  font-family: var(--heavyfont);
  color: rgba(var(--basicfc), 0.6) !important;
  align-items: center;
  justify-content: center;
}

.flex-row > .col-md-3 > .h6,
.row > .col-md-3 > .h6 {
  font-size: var(--font18);
}

.footer-menu-links li {
  --ad-bottom-x: 0.5rem;
  margin-bottom: calc(var(--ad-bottom-x) * 0.5);
}

.signup-head {
  font-size: var(--headingfont);
  line-height: 30px;
  font-family: var(--mediumfont);
}

/* ---------------------------------- footer body ------------------------------------------- */

.dropdown-text {
  font-size: var(--font18) !important;
}
.dropdown-menu-desktop > .show-more > li > a,
.dropdown-menu-desktop > li > a,
#showMoreTechdown > #moreTechdown > li,
ul > li > ul > li > a,
.footer-menu > li > a {
  color: rgba(var(--basicfc), 0.8) !important;
  text-decoration: none !important;
  font-size: var(--font16) !important;
}

.show-verticals {
  cursor: pointer !important;
}

.dropdown-menu {
  opacity: 0;
  transition: opacity 0.5s ease, max-height 0.5s ease;
  max-height: 0;
  height: auto;
  overflow-x: hidden;
}

.dropdown-menu-desktop {
  max-height: 360px;
  overflow-y: auto;
  padding-left: 0px !important;
  line-height: 2;
}
.dropdown-menu-desktop::-webkit-scrollbar {
  width: 8px;
}

.dropdown-menu-desktop::-webkit-scrollbar:focus,
.dropdown-menu-desktop::-webkit-scrollbar:hover {
  width: 10px;
}

.dropdown-menu-desktop::-webkit-scrollbar-track {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.dropdown-menu-desktop::-webkit-scrollbar-thumb {
  background-color: #929292 !important;
  border-radius: 4px;
}

.dropdown-menu-desktop::-webkit-scrollbar-thumb:hover {
  background-color: #929292;
}

.dropdown-menu-desktop::-webkit-scrollbar-corner {
  background-color: transparent;
}

.dropdown-submenu > .dropdown-menu {
  margin-top: 0;
  margin-left: 15px;
}

.dropdown-item {
  width: 70% !important;
}
.dropdown-menu-desktop > .show-more > li > a,
.dropdown-menu-desktop > li > a {
  line-height: 2;
}
.dropdown-menu-mobile {
  max-height: 200px !important;
  overflow-y: auto;
  padding-left: 1rem !important;
}

#moreItems,
#moreManufacture,
#moreHealthcare {
  display: none;
}

.show-more,
.show-more-btn {
  cursor: pointer;
}
a.show-more:hover,
a.show-more-btn:hover {
  color: rgba(var(--basicfc), 0.8) !important;
  line-height: 2;
  text-decoration: underline !important;
}

/* --------------------------------------- footer footer ------------------------------------------ */
.footer-menu-links > li > a:hover {
  color: var(--purewhite) !important;
  text-decoration: none !important;
}
.footer-bottom {
  font-size: var(--fontsize) !important;
  color: rgba(var(--basicfc), 0.8) !important;
  font-family: var(--mediumfont) !important;
  border-top: 0px !important;
  text-decoration: none !important;
}
.copyright-text {
  line-height: 30px;
  margin-bottom: 30px;
}

.footer-menu-btn,
#showMoreTechnologies,
#showMoreTechdown,
#showMoreFeatures {
  background-color: #5c636a !important;
  color: #fff !important;
  border-color: #5c636a !important;
  margin: 0.25rem 0.125rem !important;
  cursor: pointer !important;
  font-family: var(--mediumfont) !important;
  font-size: var(--font16) !important;
  padding: 10px 25px !important;
  border-radius: 6px !important;
  display: flex;
  justify-content: center;
}
.footer-menu-btn {
  width: 160px !important;
  height: 40px !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  gap: 10px;
  align-items: center !important;
}

@media screen and (min-width: 0px) {
  a.gs-ft-btn {
    width: auto !important;
    padding: 8px 16px;
    margin-top: 5px;
  }
  .menu-mobile-btn {
    display: flex;
    flex-direction: column !important;
    align-self: flex-end;
  }
  .dropdown-menu-desktop > .show-more > li > a,
  .dropdown-menu-desktop > li > a,
  #showMoreTechdown > #moreTechdown > li {
    margin-left: 10px;
  }
}

@media screen and (min-width: 467px) {
  .align-start-520 {
    align-items: flex-start !important;
  }
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 992px) {
  .start-space-900 {
    justify-content: flex-start !important;
  }
  .align-start-520 {
    flex-direction: row !important;
    justify-content: space-between;
    padding-right: 20px;
  }
  .align-start-520 div:nth-of-type(2),
  .align-start-520 div:nth-of-type(3) {
    margin-top: 3rem !important;
  }
  .dropdown-menu-desktop > .show-more > li > a,
  .dropdown-menu-desktop > li > a,
  #showMoreTechdown > #moreTechdown > li {
    margin-left: 0px !important;
  }
}

@media screen and (min-width: 1200px) {
  a.gs-ft-btn {
    width: 120px !important;
  }
}

@media screen and (min-width: 1600px) {
}

@media screen and (min-width: 1900px) {
}
