.footer-pages-div{
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1160px;
  gap: 64px;
  padding: 24px 0px;
  padding-bottom: 52px;
}
.footer-pages-div h4{
  color: #fff;
  margin-bottom: 0.8rem;
  text-transform: none !important;
  font-size: 20px;
}

.footer-pages li{
list-style: none;
margin-bottom: 6px;
}
.footer-pages li a{
  text-decoration: none;
  color: #ccc;
  font-size: 14px;
}
.footer-pages li a:hover{
    color: #fff;
}
.footer-pages li div{
  color: #ccc;
  font-size: 14px;
}
.social-nav-links li a{
  color: #fff !important;
  font-size: 1rem !important;
}
.footer-pages{
  margin: 0px;
  padding-left: 0px;
}

.text-dark{
  font-size: 14px;
}
.margin-0{
  margin-bottom: 0px !important;
}
.about-h2 h2{
  padding-bottom: 2px !important;
}
/* common */
.gap-96{
  gap: 96px;
}
.gap-32{
  gap: 32px;
}
.gap-16{
  gap: 16px;
}
.gap-48{
  gap: 48px;
}
ul{
  list-style-type: disc;
}
tr,thead{
  box-sizing: inherit;
}
/* blog */
table,td,th{
  border: 1px solid #6f6f6f;
}
.code-container{
  border: 1px solid #6f6f6f;
  position: relative;
  margin-bottom: 16px;
}
.code-container pre{
  overflow: auto;
  padding: 12px;
  margin: 0;
}
.copy-code{
  position: absolute;
    top: .2em;
    right: .2em;
    margin: 0;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    font-size: 14px;
    border: none;
    padding: 8px;
    color: #6f6f6f;
}
.code-container:hover  .copy-code{
  opacity: 1;
}
  

  /* Scrollbar styling */
  .code-container pre::-webkit-scrollbar {
    width: 4px;
    height: 4px; 
  }

  .code-container pre::-webkit-scrollbar-track {
    background: #e0e0e0; 
  }

  .code-container pre::-webkit-scrollbar-thumb {
    background-color: #6f6f6f; 
  }

  .code-container pre::-webkit-scrollbar-thumb:hover {
    background-color: #6f6f6f; 
  }


/* inksigma */
.ol-list-inksigma li ,.pages-li li{
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: 400;
    color: #6f6f6f;
}
.ol_list_bold li{
  font-size: 1.1rem;
  line-height: 1.2;
  /* color: #6f6f6f; */
}
.ideas_ol ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.ideas_ol ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

 .ideas_ol > ol > li:before {
  content: counters(item, ".") ".";
  /* display: table-cell; */
  padding-right: 0.6em;    
}

li ol > li:before {
  content: counters(item, ".") " ";
}
.ol_list_bold p{
  margin: 4px;
  margin-left: 32px;
  text-indent: -14px;
  padding-left: 20px;
}
.notes_sec_idea p{
  margin: 4px;
  margin-left: 32px !important;
  padding-left: 18px !important;
  text-indent: -10px;
  font-size: 1.1rem;
    line-height: 1.6;
    font-weight: 400;
    color: #6f6f6f;

}

.mt-1rem{
  margin-top: 1rem;
}
.mb-4px{
  margin-bottom: 4px;
}
.mb-8px{
  margin-bottom: 8px;
}
.mb-12px{
  margin-bottom: 12px;
}

/* samantha */
.samantha-h3-font h2{
  font-size: 1.2rem !important;
}
/* careers */
.btn-icon{
  display: inline-block;
    width: max-content;
    vertical-align: middle;
    user-select: none;
    border: 2px solid transparent;
    border-radius: 4px;
    color: #000;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    height: 17px;
    background: #F4F4F4;
    cursor: pointer;
    text-decoration: none;
}
/* mode */

@keyframes popup {
  from {
    transform: translate(-50%, 50px); }
  to {
    transform: translate(-50%, 0); } }

    .switch-theme-bg{
      background: #ff6969;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: fixed;
      left: 66px;
      bottom: 36px;
      animation: popup 1s .4s both;
    }
    .switch-theme-bg img{
      width: 32px;
      height: 32px;
    }
    .switch-theme-animate{
      animation: rotateIcon 0.4s ease-in-out ;
    }
    @keyframes rotateIcon {
      from{
        transform: rotate(0deg);
      }
      to{
        transform: rotate(360deg);
      }
    }
   
    .prod-text{
      font-size: 1.5rem;
      text-transform: uppercase;
      letter-spacing: .1rem;
      font-weight: 500;
      color: #FF4F4F;
    }
    .linkTo-highlight{
      color: #ff6969;
      text-decoration: none !important;
      border-bottom: none !important;
    }
    /* teams css */
    .img-container{
      width: 160px;
      height: 160px;
      border-radius: 120px;
      background: #D9D9D9;
    }
    .img-container img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .team1 div{
      font-weight: 700;
      font-size: 14px;
      line-height: 20px;
      color: #000000;
      text-align: center;
      letter-spacing: 0.02rem;
    }
    .team1 span{
      color: #9b9b9b;
      font-weight: 400;
      font-size: 12px;
      line-height: 20px;
    }
    
    .dark-mode .team1 div{
      color: #ddd;
    } 
    .layout-line-1{
      gap: 60px;
    }
    .layout-line-1 >div{
      display: flex;
      gap: 16px;
    }
    .layout-line-1:first-child >div{
      gap: 16px;
    }
    .teams-heading p{
      font-weight: 700;
      font-size: 32px;
      line-height: 28px;
      color: #000000;
    }
   .error_wrap{
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
   }
   .goback_btn{
    border: none;
    padding: 8px;
    border-radius: 4px;
    background-color: #ff6969;
    color: #fff;
    text-decoration: none;
   }
  
   .resp-team-wrap > div{
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex !important;
    flex-wrap: wrap !important;
   }
   .align-center{
    align-items: center;
   }
   .content-wrap img{
    margin-top: 24px;
    margin-bottom: 24px;
   }
   code{
    word-break: break-all;
   }
   .upcoming{
    background-color: #fff;
    border: 1px solid #D9D9D9;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0px !important;
    position: relative;
   }
   .upcoming .para{
    margin: 0px 0px 0px 0px !important;
    color: #000 !important;
    font-size: 3rem !important;
    line-height: 38px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
   }
   .upcoming span{
    color: #9b9b9b;
    font-weight: 400;
    font-size: 14px;
   }
   .other-span p{
    color: #9b9b9b;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
   }
   .other-span{
    position: absolute;
    bottom: 8px;
   }
/* responsive */

@media screen and (max-width: 1180px) {
  .footer-pages-div{
      flex-wrap: wrap;

  }
}

@media screen and (max-width: 1024px) {

  .layout-line-1{
    gap: 40px;
  }
  .resp-padd-2rem{
    padding-bottom: 2rem !important;
  }
  .switch-on .switch {
    bottom: 0; 
  }
    .resp_img_none{
      display: none !important;
    }
    .resp_image_wrap{
      width: 100% !important;
  
    }
   }

@media screen and (max-width: 640px) {
  .resp-team-wrap{
    margin-bottom: 42px;
    gap: 24px;
    margin-top: 48px;
   }
    .ol-list-inksigma li,.pages-li li{
      font-size: 1rem;
    }
    .pages-li{
      padding-left: 24px;
    }
    .prod-text{
      font-size: 1rem;
    }
    .code-container{
      margin-top: 2rem;
    }
   
    /* .resp-title-txt .title{
      font-size: 16px !important;
      margin-top: 0px !important;
    }
    .resp-title-txt{
      padding: 0.5rem;
    } */
    /* .ml-resp{
      margin-left: -2px;
    } */
  }

@media screen and (max-width: 768px) {
  
  .resp-flex-column{
    flex-direction: column-reverse;
  }
  ul.secondary-nav{
    margin-bottom: 24px;
  }
  .switch-theme-bg{
    left: 66px;
    bottom:36px !important;
    width: 47px;
    height: 47px;
  }
  .footer-pages-div{
    padding: 16px 0px; 
  }
}
/* footer */
@media screen and (max-width: 992px) {
.footer-pages-div{
    align-items: flex-start;
    gap: 24px;
    margin: 0px 32px;
    max-width: 100%;
}
.footer-pages li  a,.footer-pages li div{
  font-size: 12px;
}
.footer-pages-div h4{
  font-size: 12px;
  margin-bottom: 8px;
  margin-top: 4px !important;
}
.text-dark{
  font-size: 12px;
}
.res-center{
  display: flex;
  justify-content: center;
}
.res-gap-52{
  gap: 52px;
}
.switch-theme-bg{
  left: 56px;
  /* bottom:50px; */
  width: 47px;
  height: 47px;
}
.switch-theme-bg img{
  width: 24px;
  height: 24px;
}

}
@media screen and (max-width: 580px) {
  .layout-line-1{
    gap: 24px;
  }
  .exp-resp-margin{
    margin-bottom: 16px;
  }
  .layout-line-1 >div{
    width: 152px;
    height: 200px;
  }
  .img-container{
    width: 120px;
    height: 120px;
  }
  
  .upcoming{
    width: 120px !important;
    height: 120px !important;
  }
  .upcoming .para{
    font-size: 2rem !important;
    line-height: 30px !important;
  }
  .other-span{
    bottom: 6px;
  }
  .other-span p {
    margin: 0px !important;

  }
 
  .goback_btn{
    font-size: 12px;
  }
  .social-nav-links li a{
    font-size: 12px !important;
  }
  .switch-theme-bg{
        left: 46px;
        bottom: 26px;
        width: 40px;
        height: 40px;
  }
  .switch-theme-bg img{
    width: 20px;
    height: 20px;
  }
  /* set ideas page stealth image to display none */
  .resp_img_none{
    display: none !important;
  }
 
  .resp_image_wrap{
    width: 100% !important;

  }
  .tema1 div{
    font-size: 12px;
  }
}
@media screen and (max-width: 390px) {
  .resp-team-wrap{
    margin-top: 24px;
  }
  .layout-line-1 >div{
    width: 135px;
    height: 198px;
  }
  .team1 div{
    font-size: 12px;
    line-height: 18px;
  }
  .team1 span{
    font-size: 10px;
  }
  .img-container{
    width: 121px;
    height: 121px;
  }
}