/* Single Work Page Styles - Case Study Design */

/* ============================================
   Hero Section
   ============================================ */
.hero-section.case-study-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  justify-content: center;
  align-items: center;
  min-height: 710px;
  display: flex;
  position: relative;
}

.hero-section.case-study-banner:before {
  content: "";
  background: var(--blue);
  opacity: 0.6;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-section.case-study-banner .container {
  position: relative;
  z-index: 1;
}

.hero-section.case-study-banner .banner-content h1 {
  color: var(--white-color);
  margin-bottom: 30px;
  font-family: "Gilroy-SemiBold";
  font-size: 40px;
  font-weight: 700;
  line-height: 59px;
}

.hero-section.case-study-banner .banner-content p {
  color: var(--white-color);
  max-width: 615px;
  margin: 0 auto 30px;
  font-family: "Gilroy-SemiBold";
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
}

.hero-section.case-study-banner .banner-button {
  margin-top: 30px;
  display: inline-flex;
}

/* ============================================
   Banner Wrapper
   ============================================ */
.banner-wrapper {
  background: url(../images/webBgfinal.jpg);
  background-position: bottom;
  height: 111vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f4f5fa;
  padding-top: 300px !important;
}

.banner-content {
  position: relative;
}

.banner-title h1 {
  text-align: center;
}

.banner-info-box {
  max-width: 55%;
  display: block;
  margin: auto;
}

.banner-info-box p {
  text-align: center;
  font-size: 18px;
  color: var(--blue);
  line-height: 23px;
  font-family: "Gilroy-Medium";
}

.banner-info-box p span {
  font-size: 18px;
  color: var(--orange);
  line-height: 23px;
  font-family: "Gilroy-Medium";
  text-transform: capitalize;
}

.banner-wrapper .banner-btn {
  text-align: center !important;
  display: block !important;
  margin: 0px;
}

.banner-btn a {
  padding: 22px 62px !important;
  display: inline-block !important;
  text-align: center !important;
  box-shadow: 0px 7px 15px 0px rgba(150, 150, 150, 0.29),
    0px 27px 27px 0px rgba(150, 150, 150, 0.26),
    0px 61px 37px 0px rgba(150, 150, 150, 0.15),
    0px 108px 43px 0px rgba(150, 150, 150, 0.04),
    0px 169px 47px 0px rgba(150, 150, 150, 0.01) !important;
}

.banner-btn a:hover {
  background: transparent !important;
}

.banner-btn-main {
  display: flex !important;
  justify-content: center !important;
  align-items: baseline !important;
  gap: 20px;
}

.banner-second-btn a {
  width: 216px;
  padding: 22px 19px;
  display: inline-block;
  text-align: center;
  background-color: transparent;
  color: var(--blue) !important;
}

.banner-icon-1 {
  position: absolute;
  left: 5%;
  bottom: 50%;
}

.banner-icon-2 {
  position: absolute;
  left: 20%;
  top: -70px;
}

.banner-icon-3 {
  position: absolute;
  right: 30%;
  top: -70px;
}

.banner-icon-4 {
  position: absolute;
  right: 0;
}

.banner-icon-5 {
  position: absolute;
  right: 13%;
  bottom: 30%;
}

.arrow-baner-img img {
  position: absolute;
  right: 13%;
  bottom: -55%;
}

/* ============================================
   Overview Section
   ============================================ */
.overview-section.case-study-overview {
  background: #fff;
  position: relative;
}

.breadcrumb-wrapper {
  margin-left: 0;
}

.breadcrumb-wrapper ol.breadcrumb {
  align-items: center;
  margin: 0;
}

.breadcrumb-wrapper ol.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 10px;
}

.breadcrumb-wrapper ol.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: var(--blue);
  padding-right: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.breadcrumb-wrapper ol.breadcrumb .breadcrumb-item:last-child:before,
.breadcrumb-wrapper ol.breadcrumb li.breadcrumb-item.active {
  color: #19273480;
}

.breadcrumb-wrapper ol.breadcrumb li.breadcrumb-item a {
  color: var(--blue);
  font-family: "Gilroy-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.breadcrumb-item.active {
  font-family: "Gilroy-Medium";
}

.breadcrumb-item img {
  width: 30px;
  height: 30px;
}

.overview-logo {
  max-width: 280px;
  padding-bottom: 50px;
  margin: auto;
}

.overview-logo img {
  width: 100%;
  height: auto;
  max-height: 120px;
  object-fit: contain;
  display: block;
}

.overview-description {
  margin-bottom: 40px;
  text-align: center;
}

.overview-description p {
  color: var(--gray-color);
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  font-family: "Gilroy-Medium";
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.overview-divider {
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    #e8ecf0 20%,
    #e8ecf0 80%,
    transparent
  );
  margin: 50px 0;
}

.meta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.meta-col {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 0 0 auto;
}

.meta-icon-box {
  width: 64px;
  height: 64px;
  min-width: 64px;
  background: var(--page-bg-color);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #e8ecf0;
}

.meta-icon-box img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.meta-details {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.meta-details h6 {
  color: var(--blue);
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  font-family: "Gilroy-SemiBold";
  text-transform: uppercase;
  letter-spacing: 1px;
}

.meta-details span {
  color: var(--gray-color);
  font-size: 16px;
  line-height: 24px;
  font-family: "Gilroy-Medium";
}

.meta-divider {
  width: 1px;
  height: 60px;
  background: #e8ecf0;
  flex-shrink: 0;
}

/* ============================================
   Project Summary Section
   ============================================ */
.project-summery-section {
  background: #fff;
}

.project-summery-wrapper {
  align-items: center;
  max-width: 100%;
  display: flex;
}

.project-summery {
  margin-right: 100px;
}

.project-summery .project-title {
  color: var(--blue);
  margin: 0 0 30px;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  font-family: "Gilroy-SemiBold";
}

.project-summery p {
  color: var(--gray-color);
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Gilroy-Regular";
}

.project-img.project-img-slider {
  width: 100%;
  max-width: 590px;
  position: relative;
}

.desktop-slider-main {
  height: 100%;
}

.desktop-slider-main .cs-project-slider {
  max-width: 100%;
  max-height: 370px;
  box-shadow: 0px 7px 15px 0px rgba(150, 150, 150, 0.29), 0px 27px 27px 0px rgba(150, 150, 150, 0.26), 0px 61px 37px 0px rgba(150, 150, 150, 0.15), 0px 108px 43px 0px rgba(150, 150, 150, 0.04), 0px 169px 47px 0px rgba(150, 150, 150, 0.01) !important;
  border-radius: 14px;
}

.desktop-slider-main .cs-project-slider .item {
  box-shadow: unset;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.desktop-slider-main .cs-project-slider .item .cs-img {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.desktop-slider-main .cs-project-slider .item .cs-img img {
  object-fit: contain;
  object-position: center top;
  border-radius: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--page-bg-color);
  border-radius: 14px;
  border: 2px solid #e8ecf0;
}

/* ============================================
   Enterprise Section
   ============================================ */
.enterprise-wrapper {
  background-color: #fff;
}

.enterprise-title h3 {
  text-align: left;
}

.enterprise-title h4 {
  color: var(--orange);
  font-family: "Gilroy-SemiBold";
  font-size: 33px;
  text-transform: capitalize;
}

.enterprise-title h4 span {
  color: var(--blue);
  font-size: 33px;
  font-family: "Gilroy-SemiBold";
}

.center-align-box {
  display: flex;
  align-items: center;
}

.enterprise-info {
  display: flex;
  align-items: center;
  justify-content: center;
}

.enterprise-details-box {
  margin-top: 20px;
}

.enterprise-details-box p {
  color: #7c919e;
  font-family: "Gilroy-Medium";
  font-size: 16px;
}

.enterprise-details-box .mobile-list-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
  padding-left: 15px;
}

.enterprise-details-box .management-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.enterprise-list li {
  color: #7c919e;
  font-family: "Gilroy-Medium";
  font-size: 16px;
  list-style: disc;
  margin-bottom: 4px;
}

.enterprise-box .enterprise-image-box {
  background: url(../images/enterprise-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 20px 0;
}

.E-Commerce-box .enterprise-image-box {
  background: url(../images/e-commerce-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 40px 0;
}

.mobile-Backend-box .enterprise-image-box {
  background: url(../images/enterprise-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 50px 0;
}

.management-box .enterprise-image-box {
  background: url(../images/management-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 50px 0;
}

.web-development-box .enterprise-image-box {
  background: url(../images/web-development-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 50px 0;
}

.enterprise-image-box img {
  width: 100%;
}

.e-commerce-icon-box {
  margin-top: 20px;
}

/* ============================================
   Project Brief and Services Section
   ============================================ */
.project-brief-box,
.services-provided-box {
  padding: 30px 0;
}

.section-heading {
  color: var(--blue);
  font-family: "Gilroy-SemiBold";
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
}

.project-brief-box p,
.services-provided-box p {
  color: var(--gray-color);
  font-family: "Gilroy-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.services-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-list li {
  color: var(--orange);
  font-family: "Gilroy-SemiBold";
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.services-list li:before {
  content: "•";
  color: var(--orange);
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

/* ============================================
   Faced Challenges Section
   ============================================ */
.faced-challenges-section {
  border-top: 1px solid #e1e2e6;
  border-bottom: 1px solid #e1e2e6;
  padding-top: 40px;
  padding-bottom: 40px;
}

.faced-challenges-section .section-heading {
  margin-bottom: 25px;
}

.challenge-highlight {
  color: var(--orange) !important;
  font-family: "Gilroy-SemiBold" !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 28px !important;
  margin-bottom: 20px !important;
}

.faced-challenges-section p {
  color: var(--gray-color);
  font-family: "Gilroy-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px;
}

.faced-challenges-section p:last-child {
  margin-bottom: 0;
}

/* ============================================
   Project Approach Section
   ============================================ */
.project-approach-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.project-approach-section .section-heading {
  margin-bottom: 20px;
}

.project-approach-section p {
  color: var(--gray-color);
  font-family: "Gilroy-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

/* ============================================
   Key Benefits Section
   ============================================ */
.key-benefits-section {
  border-top: 1px solid #e1e2e6;
  padding-top: 40px;
}

.key-benefits-section .section-heading {
  margin-bottom: 30px;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits-list li {
  margin-bottom: 25px;
  padding-left: 30px;
  position: relative;
}

.benefits-list li:before {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--orange);
  position: absolute;
  left: 0;
  top: 6px;
  display: block;
}

.benefits-list li:last-child {
  margin-bottom: 0;
}

.benefits-list li strong {
  color: var(--blue);
  font-family: "Gilroy-SemiBold";
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: block;
  margin-bottom: 8px;
}

.benefits-list li p {
  color: var(--gray-color);
  font-family: "Gilroy-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

/* ============================================
   Industry Go To Section
   ============================================ */
.industry-go-to-section {
  z-index: 10;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
  background: #f4f5fa;
}

.industry-go-to-wrapper {
  background: #f4f5fa;
  border-radius: 20px;
  padding: 60px 50px;
  overflow: hidden;
  position: relative;
}

.industry-go-to-wrapper:before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: 150px;
  height: 150px;
  background: var(--blue);
  border-radius: 50%;
  opacity: 0.1;
  z-index: 0;
}

.industry-go-to-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(6, 63, 92, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
  filter: blur(60px);
  z-index: 0;
}

.industry-go-to-wrapper .industry-go-to-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  z-index: 1;
}

.industry-go-to-wrapper h2.section-title {
  max-width: 600px;
  margin-bottom: 20px;
  color: var(--blue);
  font-family: "Gilroy-SemiBold";
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  text-align: left;
}

.industry-go-to-wrapper .industry-go-to-content .industry-go-to-text {
  max-width: 600px;
  flex: 1;
}

.industry-go-to-wrapper .industry-go-to-content .industry-go-to-text p {
  color: var(--gray-color);
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Gilroy-Regular";
}

.industry-go-to-wrapper .industry-go-to-content .industry-go-to-button {
  max-width: 100%;
  display: flex;
  margin-left: 40px;
}

/* ============================================
   Case Study Tabs
   ============================================ */
.tech-tabs {
  padding: 0;
}

.tech-tabs .nav-tabs {
  border: 0;
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.tech-tabs .nav-tabs li.nav-item {
  flex: 0 0 auto;
}

.tech-tabs .nav-tabs li.nav-item a {
  color: var(--gray-color);
  background: var(--white-color);
  border: 2px solid #e8ecf0;
  border-radius: 8px;
  padding: 14px 24px;
  font-size: 16px;
  font-family: "Gilroy-SemiBold";
  font-weight: 600;
  line-height: 24px;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: capitalize;
  position: relative;
}

.tech-tabs .nav-tabs li.nav-item a .tab-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  flex-shrink: 0;
}

.tech-tabs .nav-tabs li.nav-item a .tab-icon svg {
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
}

.tech-tabs .nav-tabs li.nav-item a .tab-text {
  transition: all 0.2s ease-in-out;
}

.tech-tabs .nav-tabs li.nav-item a:hover {
  border-color: var(--orange);
  color: var(--orange);
  background: var(--white-color);
}

.tech-tabs .nav-tabs li.nav-item a.active {
  border-color: var(--orange);
  color: var(--blue);
  background: var(--white-color);
  font-weight: 700;
}

.tech-tabs .nav-tabs li.nav-item a.active .tab-icon svg {
  color: var(--orange);
}

.tech-tabs .tab-content {
  padding: 0;
}

.case-study-tabs.tech-tabs {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  margin-top: 0;
}

.case-study-tabs.tech-tabs .tab-content {
  padding: 0;
  margin-top: 0;
}

.case-study-tabs .nav-tabs li.nav-item a {
  background: var(--white-color);
  margin: 0;
}

.case-study-tabs .nav-tabs li + li {
  margin-left: 0;
}

.case-study-tab-content {
  margin-top: 0;
  padding: 0;
}

.case-study-tab-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.case-study-tab-content ul li {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  color: var(--gray-color);
  margin: 0 0 12px;
  font-size: 16px;
  font-family: "Gilroy-Regular";
  font-weight: 400;
  line-height: 24px;
  position: relative;
  padding-left: 20px;
}

.case-study-tab-content ul li:last-child {
  margin-bottom: 0;
}

.case-study-tab-content ul li.has-title {
  position: relative;
}

.case-study-tab-content ul li.has-title:before {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--orange);
  position: absolute;
  left: 0;
  top: 6px;
  display: block;
  border-radius: 2px;
}

.case-study-tab-content ul li.has-title strong,
.case-study-tab-content ul li.has-title b {
  color: var(--blue);
  font-family: "Gilroy-SemiBold";
  font-weight: 700;
  font-size: 18px;
  display: block;
  margin-bottom: 8px;
  line-height: 26px;
}

.case-study-tab-content ul li.has-title p {
  color: var(--gray-color);
  font-family: "Gilroy-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.case-study-tab-content ul li.no-title:before {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--orange);
  position: absolute;
  left: 0;
  top: 6px;
  display: block;
}

.case-study-tabs .common-btn {
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

/* View All Button Responsive */
.common-btn1 {
  display: block;
}

.common-btn2 {
  display: none;
}

/* ============================================
   Owl Carousel
   ============================================ */
.owl-dots {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.owl-dots button {
  background-color: #eee !important;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.owl-dots button.active {
  background: var(--orange) !important;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
  position: absolute;
  left: 50%;
  transform: translate(-50% , 0%);
}

.title-box h1{
    color: var(--blue) !important;
}
.title-box h1 span {
    color: var(--orange) !important;
}
/* ============================================
   RESPONSIVE STYLES
   ============================================ */

/* Large Desktop (max-width: 1655px) */

/* Desktop (max-width: 1199px) */
@media (max-width: 1199px) {
  .arrow-baner-img img {
    right: -12%;
  }

  .case-study-tab-content ul li:before {
    top: 10px;
  }
  .banner-info-box,
  .banner-info-box-2 {
    max-width: 75%;
  }
}

/* Tablet (max-width: 1024px) */
@media (max-width: 1024px) {
  .tech-tabs .nav-tabs li.nav-item a {
    padding: 12px 20px;
    font-size: 15px;
  }

  .tech-tabs .nav-tabs li.nav-item a .tab-icon {
    width: 18px;
    height: 18px;
  }
  .arrow-baner-img img {
    display: none;
  }
}

/* Tablet (max-width: 991px) */
@media (max-width: 991px) {
  .project-summery-wrapper {
    flex-direction: column-reverse;
  }

  .project-summery-wrapper .project-summery {
    text-align: center;
    margin-top: 1.5rem;
    margin-right: 0;
  }

  .overview-logo {
    max-width: 240px;
    padding: 20px 0px;
  }

  .overview-logo img {
    max-height: 100px;
  }

  .overview-description {
    margin-bottom: 35px;
  }

  .overview-description p {
    font-size: 16px;
    line-height: 28px;
  }

  .overview-divider {
    margin: 35px 0;
  }

  .meta-row {
    gap: 40px;
  }

  .meta-col {
    gap: 18px;
  }

  .meta-icon-box {
    width: 58px;
    height: 58px;
    min-width: 58px;
  }

  .meta-icon-box img {
    width: 32px;
    height: 32px;
  }

  .meta-divider {
    height: 50px;
  }

  .industry-go-to-wrapper {
    padding: 40px 30px;
  }

  .industry-go-to-wrapper h2.section-title {
    font-size: 32px;
    line-height: 42px;
  }

  .industry-go-to-wrapper .industry-go-to-content {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .industry-go-to-wrapper .industry-go-to-content .industry-go-to-text {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .industry-go-to-wrapper .industry-go-to-content .industry-go-to-button {
    text-align: center;
    margin: 0;
    width: 100%;
    justify-content: center;
  }

  .project-brief-services-section .row > div {
    margin-bottom: 30px;
  }

  .section-heading {
    font-size: 22px;
  }

  .case-study-tabs.tech-tabs ul.nav.nav-tabs {
    gap: 12px;
  }

  .case-study-tabs.tech-tabs ul.nav.nav-tabs li a {
    padding: 12px 20px;
    font-size: 15px;
  }
}

/* Mobile (max-width: 767px) */
@media (max-width: 767px) {
  .blog-card .main-btn {
    display: block !important;
  }

  .main-btn #rel_post {
    text-align: center;
    margin-bottom: 20px;
  }

  .faced-challenges-section,
  .project-approach-section,
  .key-benefits-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-heading {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .challenge-highlight {
    font-size: 16px !important;
  }

  .benefits-list li strong {
    font-size: 16px;
  }

  .industry-go-to-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .industry-go-to-wrapper {
    padding: 40px 25px;
  }

  .industry-go-to-wrapper h2.section-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 15px;
  }

  .industry-go-to-wrapper .industry-go-to-content .industry-go-to-text p {
    font-size: 14px;
    line-height: 24px;
  }

  .overview-logo {
    max-width: 200px;
    padding: 18px 0px;
  }

  .overview-logo img {
    max-height: 80px;
  }

  .overview-description {
    margin-bottom: 30px;
  }

  .overview-description p {
    font-size: 15px;
    line-height: 26px;
  }

  .overview-divider {
    margin: 30px 0;
  }

  .meta-row {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .meta-col {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }

  .meta-icon-box {
    width: 56px;
    height: 56px;
    min-width: 56px;
  }

  .meta-icon-box img {
    width: 30px;
    height: 30px;
  }

  .meta-details {
    align-items: center;
    text-align: center;
  }

  .meta-details h6 {
    font-size: 11px;
  }

  .meta-details span {
    font-size: 16px;
  }

  .meta-divider {
    display: none;
  }

  .tech-tabs .nav-tabs {
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start !important;
    gap: 10px;
    margin-bottom: 30px;
    padding-bottom: 5px;
    -webkit-overflow-scrolling: touch;
  }

  .tech-tabs .nav-tabs li {
    white-space: nowrap;
    flex-shrink: 0;
  }

  .tech-tabs .nav-tabs::-webkit-scrollbar {
    height: 3px;
  }

  .tech-tabs .nav-tabs::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }

  .tech-tabs .nav-tabs::-webkit-scrollbar-thumb {
    background-color: var(--orange);
    border-radius: 10px;
  }

  .tech-tabs .nav-tabs li.nav-item a {
    padding: 12px 18px;
    font-size: 14px;
    gap: 8px;
  }

  .tech-tabs .nav-tabs li.nav-item a .tab-icon {
    width: 18px;
    height: 18px;
  }

  .case-study-tab-content ul li {
    font-size: 15px;
    line-height: 22px;
    padding-left: 20px;
    margin-bottom: 10px;
  }

  .case-study-tab-content ul li.no-title:before {
    width: 4px;
    height: 4px;
    top: 8px;
    left: 0;
  }



  .case-study-tab-content ul li.has-title:before {
    width: 10px;
    height: 10px;
    top: 5px;
  }

  .case-study-tab-content ul li.has-title strong,
  .case-study-tab-content ul li.has-title b {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
  }

  .case-study-tab-content ul li.has-title p {
    font-size: 15px;
    line-height: 22px;
  }

  .case-study-tabs .common-btn {
    margin-top: 30px;
  }
  .banner-info-box,
  .banner-info-box-2 {
    max-width: 85%;
  }
}

/* Small Mobile (max-width: 575px) */
@media (max-width: 575px) {
  .banner-wrapper {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .banner-icon-box ul li img {
    width: 60%;
  }

  .arrow-baner-img img {
    display: none;
  }

  .tech-tabs .nav-tabs {
    margin-bottom: 18px;
  }

  .case-study-tab-content ul li {
    font-size: 14px;
    line-height: 20px;
    padding-left: 18px;
    margin-bottom: 10px;
  }

  .case-study-tab-content ul li.no-title:before {
    width: 4px;
    height: 4px;
    top: 7px;
    left: 0;
  }

  .case-study-tab-content ul li.has-title {
    padding-left: 22px;
    margin-bottom: 16px;
  }

  .case-study-tab-content ul li.has-title:before {
    width: 10px;
    height: 10px;
    top: 4px;
  }

  .case-study-tab-content ul li.has-title strong,
  .case-study-tab-content ul li.has-title b {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 6px;
  }

  .case-study-tab-content ul li.has-title p {
    font-size: 14px;
    line-height: 20px;
  }

  .common-btn1 {
    display: none !important;
  }

  .common-btn2 {
    display: block !important;
    position: unset !important;
  }

  .blog-card .main-btn {
    display: block !important;
  }

  .main-btn #rel_post {
    text-align: center;
  }

  .banner-btn a,
  .banner-second-btn a {
    padding: 12px 15px !important;
    width: unset;
  }
  .enterprise-wrapper {
    padding: 50px 0px 100px;
  }
  .enterprise-details-box .mobile-list-box {
    grid-template-columns: repeat(1, 1fr);
  }
  .desktop-slider-main .cs-project-slider {
    padding: 20px 0px 0px;
  }
}
@media (max-width: 480px) {
  .banner-btn a,
  .banner-second-btn a {
    padding: 10px !important;
    font-size: 14px;
  }
  .banner-info-box,
  .banner-info-box-2 {
    max-width: 100%;
  }
}
#lg-download{
    display: none !important;
}
