.brand-strip {
position: relative;
    overflow: hidden;
    background: #212121;
    padding: 8px 0px 19px 0px;
}

.brand-strip::before,
.brand-strip::after {
  content: "";
  position: absolute;
  top: 0;
  width: 140px;
  height: 100%;
  z-index: 10;
}

.footer-grid ,.copy-right-container {
  max-width: 1000px;
  padding: 0px 10px;
  margin: auto;
}

.brand-strip::before {
  left: 0;
  background: linear-gradient(to right, #212121 30%, transparent);
}

.brand-strip::after {
  right: 0;
  background: linear-gradient(to left, #212121 30%, transparent);
}

.brand-track {
  display: flex;
  align-items: center;
  gap: 50px;
  white-space: nowrap;
}

.brand-logo {
  position: relative;
  height: 40px;
  min-width: 120px;
}

.brand-logo img {
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
}
.footer-mail{
  display: flex;
  gap: 10px;
}

/* .brand-logo .color {
  opacity: 0;
}

.brand-logo .bw {
  opacity: 1;
} */

/* .brand-logo:hover .bw {
  opacity: 0;
}

.brand-logo:hover .color {
  opacity: 1;
} */

.main-footer {
  background: #212121;
  color: #fff;
  padding: 60px 6% 20px;
  font-size: 13px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  gap: 40px;
}

.footer-logo {
  width: 160px;
  margin-bottom: 8px;
}

.footer-quote {
    font-size: 15px;
    font-weight: 700;
    color: #ffff !important;
}
.footer-desc {
  line-height: 1.6;
  color: #bbb !important;
}
.footer-desc span{
  font-size: 15px;
    font-weight: 600;
}

.footer-col h4 {
  margin: 15px 0 10px;
  font-size: 14px;
}

.footer-col a {
  display: block;
  color: #bbb !important;
  margin-bottom: 6px;
  text-decoration: none;
}

.footer-col p {
  color: #bbb;
  line-height: 1.5;
      margin-top: 8px;
}
.socials{
  display: flex;
}

.socials span {
    display: inline-block;
    border: 1px solid rgb(68, 68, 68);
    padding: 6px 9px;
    margin-right: 6px;
    font-size: 11px;
    border-radius: 50%;
    color: white !important;
}

.report-box {
  margin-top: 10px;
  display: flex;
}

.report-box input {
  flex: 1;
  background: #333;
  border: none;
  padding: 8px;
  color: #fff;
}

.report-box button {
  background: #444;
  border: none;
  padding: 8px 12px;
  color: #fff;
}

.footer-bottom {
  margin-top: 40px;
  /* border-top: 1px solid #333; */
  padding-top: 15px;
  /* text-align: center; */
  color: #999;
}

.social-sidebar{
  max-width: 1000px;
  padding: 0px 10px;
  margin: auto;
}

.social-sidebar {
  position: fixed;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  z-index: 9999;
}

.follow-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 6px;
      color: white;
}

.social-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  transition: transform 0.2s ease;
}

.social-icon:hover {
  transform: scale(1.1);
}

/* Colors */
.linkedin {
  /* background: #0a66c2; */
  color: black;
}

.instagram {
  /* background: #e1306c; */
    color: black;
}

.facebook {
  /* background: #1877f2; */
    color: black;
}

.twitter {
  /* background: #000; */
    color: black;
}

/* common for all accordions */
.accordion-button:not(.collapsed) {
  background-color: white !important;
}

/* navbar css */

.navbar-toggler i{
 color: white !important;
}


.bottom-underline{
  width: 70%;
    height: 2px;
    /* color: wheat; */
    background: white;
    margin: 20px 0px;
}
/* MOBILE */

@media(max-width:1200px){
  .social-sidebar{
    right: 50px !important;
  }
}

@media(max-width:567px) {

.brand-track{
  gap: 10px !important;
}

}




/* MOBILE */

@media(max-width:768px) {

  .career-grid {
    grid-template-columns: 1fr;
  }

  .career-form {
    flex-direction: column;
  }
    .documentation-section-images {
    display: block;
  }
  .career-bottom-bar {
    gap: 1px;
  }

  .dark-input,
  .light-input {
    width: 100%;
  }
    .footer-grid {
    grid-template-columns: 1fr;
  }
  .social-sidebar{
    right: 0px !important;
  }

}


