.footer-logo {
  max-width: 100px;
}

.ptb-15 {
  padding-top: 20px;
}

.capability-software-img {
  width: 90%;
}

.animated-hero-1 .type-0 {
  width: 51%;
  right: 70px;
  top: -47px;
}

.animated-img-wrap .base-image {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.loading-bar::before {
  width: 100px;
}

.loading-bar {
  width: 226px;
}

.sticky-header {
  padding: 0;
}

.contact-hero,
.career-hero {
  padding: 180px 0 90px 0;
}

.contact-header {
  z-index: 1;
  background-color: white;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

.footer {
  width: 100%;
  height: auto;
}

.main-header .logo-color {
  max-width: 220px;
  padding: 10px 0;
}

.preloader-wrap img {
  max-width: 200px;
}

.brand-logo img {
  max-width: 130px;
}

.brand-logo .brand-logo-grid li {
  min-height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-logo .brand-logo-grid {
  align-items: center;
}

/* BLOGS */

.blog-items {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.blog-items .blog-item {
  width: calc(100% / 3 - 48px / 3);
  border: 1px solid #f1f1f1;
  border-radius: 16px;
  overflow: hidden;
}

.blog-items .blog-item img {
  width: 100%;
  transition: 0.3s ease-in-out;
  height: 14rem;
}

.blog-items .blog-item .featured-image {
  overflow: hidden;
}

.blog-items .blog-content {
  padding: 24px;
}

.blog-items .blog-content a.read-more {
  background-color: #175cff;
  padding: 8px 16px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

.blog-items .blog-content a.read-more:hover {
  background: #0048f0;
}
.blog-items .blog-item:hover {
  box-shadow: 0 11px 18px -8px rgba(0, 0, 0, 0.16);
}

.blog-items .blog-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog-items .blog-item:hover img {
  transform: scale(1.2);
}

.portfolio #pills-saas ul.sitemap-list li {
  list-style: none;
}

ul.sitemap-list li a {
  color: #000;
  text-decoration: none;
}

ul.sitemap-list li a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.portfolio-section {
  padding: 120px 0;
}

.nav-tabs {
  justify-content: center;
  margin-bottom: 30px;
}

.nav-tabs .nav-link {
  padding: 10px 20px;
  border: none;
  font-weight: bold;
  color: #555;
  border-radius: 0.375rem;
}

.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #175cff;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  max-height: 275px;
}

.portfolio-item img {
  width: 100%;
  transition: transform 0.3s ease;
}

.portfolio-item:hover img {
  transform: scale(1.1);
}

.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-overlay h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 24px;
}

.portfolio-overlay p {
  color: #ccc;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
  max-width: 80%;
}

#portfolioTabs {
  padding-bottom: 20px;
}

.flex-row {
  display: flex !important;
  justify-self: center;
  align-items: center;
  margin-top: 20px !important;
}

@media (max-width: 768px) {
  .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .nav-tabs .nav-link {
    padding: 10px;
  }

  .portfolio-overlay h3 {
    font-size: 20px;
  }

  .portfolio-overlay p {
    font-size: 14px;
  }
  .portfolio-section {
    padding: 60px 0;
  }
}

@media (min-width: 1201px) and (max-width: 1366px) {
  header .action-btns .btn {
    padding-inline: 15px;
  }
}

@media (max-width: 980px) {
  .blog-items .blog-item {
    width: calc(100% / 2 - 24px / 2);
  }
}

@media (max-width: 767px) {
  .blog-items .blog-item {
    width: 100%;
  }

  .tab-pane .full-width {
    width: 100% !important;
  }
}
/* 
.bubble .bubble-1{
    height:100px;
    width:100px;
}

.bubble .bubble-2{
    height:50px;
    width:50px;
}

.dots .dot-2{
    right: -42px;
} */

.article-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.single-article:hover .article-img img {
  -webkit-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .sticky-header.affix {
    padding: 0 !important;
  }
}

.portfolio .tab-buttons {
  width: 100%;
}

.container {
  max-width: 1300px;
  width: 95%;
}

.tab-pane .full-width {
  width: 33.33%;
}

.equal-height .single-article {
  min-height: 300px;
}

.equal-height .single-article p {
  max-height: 115px; /* Set maximum height for the paragraph */
  overflow: hidden; /* Hide the overflow content */
}

.equal-height .single-article p {
  max-height: 90px; /* Set the maximum height to show initially */
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.equal-height .single-article p.expanded {
  max-height: none; /* Show full content when expanded */
}

.read-more-btn {
  color: var(--bs-white);
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  -webkit-box-shadow: 0 11px 18px -8px rgba(23, 92, 255, 0.6);
  box-shadow: 0 11px 18px -8px rgba(23, 92, 255, 0.6);
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 500;
  border-radius: 0.375rem;
  font-family: var(--bs-font-monospace);
  border: 2px solid transparent;
}

.read-more-btn:hover {
  color: var(--bs-white);
  background-color: var(--bs-primary-dark);
  border-color: var(--bs-primary-dark);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-expand-xl .navbar-toggler {
  font-size: 33px;
}

.offcanvas-header img {
  max-width: 220px;
}

/* RESPONSIVE STYLES */

@media (max-width: 1200px) {
  header.main-header .action-btns {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-toggler {
    display: block !important;
  }
}

@media (max-width: 1200px) {
  .hero-it-solution {
    padding-top: 0;
  }
  .main-header {
    position: relative !important;
  }
  .offcanvas .main-menu {
    flex-direction: column;
  }
}

@media (max-width: 980px) {
  .tab-pane .full-width {
    width: 50%;
  }
}
