.body-class {
    background-color: #0d1b0f;
    color: white;
    display: flex;
}

.tabs {
    padding: 40px;
}
.tabs button {
    display: block;
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    margin-bottom: 10px;
    text-align:  left;
    width: 100%;
    font-weight: 600;
}
.tabs button.active {
    color: #6cbf56;
}
.separator {
    width: 2px;
    background-color: #6cbf56 !important;
    
}
.content-header {
    width: 70%;
    padding: 20px;
}
.hidden {
    display: none;
}
.border-right{
    border-left: 1px solid white;
}
.content-area{
    gap: 15%;
}
.career-page{
    width: 100%;
    padding: 0% !important; 
    margin-left: -41% !important; 
    background: none;
}
.tab-content h5,h6{
    color: white;
}
.tab-content p {
    font-size: 12px;
}
.tab-content h6{
    padding-top: 3%;
}
@media (max-width: 1023px) {
    .software-solutions {
        display: none;
    }
    .mobile-solutions {
        display: block;
    }
}

@media (min-width: 1024px) {
    .software-solutions {
        display: block;
    }
    .mobile-solutions {
        display: none;
    }
}
.tab-content p{
    color: white;
}



.content-header {
    height: 80vh !important;
    flex: 1;
    overflow-y: auto; /* Enables scrolling only when needed */
    scrollbar-width: thin; /* For Firefox: Keeps scrollbar hidden when not in use */
    -ms-overflow-style: none; /* For IE & Edge: Hides scrollbar when not needed */
}

.content-header::-webkit-scrollbar {
    width: 6px; /* Thin scrollbar */
}

.content-header::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2); /* Light-colored scrollbar */
    border-radius: 10px; /* Rounded scrollbar */
}

.content-header::-webkit-scrollbar-track {
    background: transparent; /* Makes track invisible */
}



/* use cases css foe why dhanyaayai and box  */

      .page-title-section {
    padding: 210px 0 150px;
    /* text-align: center */
}
  .img-service-icons{
    width: 45px;
  }
  
.blog-slider {
  width: 95%;
  position: relative;
  max-width: 800px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  background-image: linear-gradient(147deg, #8e8f8eab 0%, #655a5a57 74%);
  box-shadow: 4px 13px 30px 1px rgb(114 102 102 / 20%);
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}
.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%); */
  border-radius: 20px;
  opacity: 0.8;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}
.blog-slider__content {
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0a974c;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}

  .feature-box-01-styling{
    display: flex;
    flex-wrap: wrap;
    border: 2px solid black;
    border-radius: 19px;
    padding: 15px;
    height: 100%;
  }




/* cisco usecases subpages  */
.iot-edge {
  box-shadow: 0px 10px 90px 0px rgba(0, 0, 0, 0.1)
}
.text {
  font-size: 20px !important;
  font-weight: 600 !important;
}
.collaboration-keybenfits{
  height: 0% !important;
}
.page-title-section {
  padding: 210px 0 150px;
  /* text-align: center */
}
.custom-container {
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: #ffffff;
  padding: 20px;
}

.custom-image {
  border-radius: 20px 0 0 20px;
  object-fit: cover;
}

.list-group-item {
  border: none;
  background-color: #f8f9fa;
  margin-bottom: 10px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.list-group-item:hover {
  background-color: #e9ecef;
  transform: scale(1.02);
}

h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
/*extra stylings*/

.service-03 .read-more {
  display: block; /* Show "Read more" initially */
  transition: opacity 0.3s ease-in-out;
}

.service-03 .quote-btn {
  display: none; /* Hide "Get Quote" initially */
  transition: opacity 0.3s ease-in-out;
}

.service-03:hover .read-more {
  display: none; /* Hide "Read more" on hover */
}

.service-03:hover .quote-btn {
  display: block; /* Show "Get Quote" on hover */
}
.about-text h6{
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.list-style-16 li {
  font-size: 18px;
  font-weight: 500;
}

/* technology page  */
.pics img {
  width: 100%;
  /* Make the image fill the entire width of the column */
  max-height: 65vh;
  /* Maintain aspect ratio */
  display: block;
  /* Remove extra spacing below the image */
  object-fit: cover;
  /* Ensure it covers the container properly */
}

.service-desc p {
  color: white;
}
/*Know more button*/
.butn.medium {
  padding: 7px 20px !important;
}
.know-more-button{
  float: right;
}
.shadow1{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

/* index  */
/* .resp-tabs-list li.resp-tab-active {
  background-color: #f0f0f0;
  border-bottom: 2px solid #007bff;
  font-weight: bold;
} */

/* contact 0 */
.map-container {
  position: relative;
  width: 100%;
  height: 250px; /* Set the height here */
  overflow: hidden; /* Ensure no extra space */
}
.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}