:root {
  --primary-color: #bc112d;
  --secondary-color: #cecacb;
  --menu-responsive-text-color: #8c8a8a;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.general-btn {
  color: white;
  background-color: var(--primary-color);
}

.general-btn:hover {
  color: var(--primary-color);
  border: solid 2px var(--menu-responsive-text-color);
}

.justify-text {
  text-align: justify;
}

.text-justify {
  text-align: justify !important;
}
.loading-bar::before {
  background: var(--primary-color) !important;
}
.loading-bar {
  position: relative;
  width: 100%;
  height: 4px;
  overflow: hidden;
}
.page-active {
  color: var(--primary-color) !important;
}

.nav-link.active {
  color: var(--primary-color) !important;
}
.circle-list {
  list-style-type: circle;
  padding-left: 3rem;
  /* gives space for the bullet */
  /* margin: 0.5rem 0; */
  color: #333;
  font-size: 25px;
}

.bg-prim {
  background-color: var(--primary-color) !important;
}
.bg-second {
  background-color: var(--secondary-color) !important;
}
.main-header .navbar .container .nav li a:hover {
  color: var(--primary-color) !important;
}

.fs-small {
  font-size: 0.9rem;
}

.sub-menu-title {
  color: var(--primary-color) !important;
}

.sub-menu-link:hover {
  background-color: white !important;
}

.text-start {
  padding-left: 0px !important;
}
.link-arrow::after {
  content: " → ";
  opacity: 0;
  transform: translateX(-5px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.hover-arrow {
  position: relative;
  transition: color 0.3s ease;
}
.link-hover-primary:hover {
  color: var(--primary-color) !important;
}

.hover-arrow::after {
  content: " → ";
  opacity: 0;
  transform: translateX(-5px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.hover-arrow:hover::after {
  opacity: 1;
  transform: translateX(3px);
}

.bg-gradient {
  background: linear-gradient(90deg, #2d050b, #911b23) !important;
}

@media (min-width: 768px) {
  #mobileMenuBtn {
    display: none;
  }
}

.offcanvas-fullscreen {
  width: 100% !important;
  max-width: 100%;
}

.submenu-item {
  font-size: 0.9rem;
  padding-left: 1.5rem;
}

.accordion-button::after {
  transform: scale(0.8);
}

.submenu-item a,
.nav-link {
  color: var(--menu-responsive-text-color);
}

.submenu-item a,
.nav-link:click {
  color: var(--primary-color) !important;
}

.dropdown-grid-item a:hover {
  background: var(--secondary-color);
}

.dropdown-grid-item a:hover .drop-title,
.dropdown-grid-item a:hover span {
  color: var(--primary-color) !important;
  opacity: 1;
}

.mobile-menu:hover {
  color: var(--primary-color);
}

.video-container {
  margin-top: 140px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: 100px;
  overflow: hidden;
  min-height: 100vh;
  max-height: 100vh;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 100vh;
  max-height: 100vh;
  position: relative;
}

.slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  max-height: 750px;
}

.main-content {
  position: relative;
  z-index: 5;
  background: #fff;
  padding: 60px 20px;
}

.heading {
  color: var(--primary-color) !important;
}

/* ===== SLIDER SECTION ===== */
.hero-twelve {
  display: none;
  min-height: 120px;

  opacity: 0;
  transition: opacity 2s ease-in-out;
  height: 90%;
}

.hero-twelve.show {
  display: block;
  opacity: 1;
}

.btn-gradient {
  background: linear-gradient(287.85deg, #a61d27 0%, #6c1c1e 95.32%);
  width: 180px;
}

.gr-text {
  background: var(--primary-color);
  -webkit-background-clip: text;
  background-clip: text;
}

.general-img-overlay {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  /* filter: sepia(5.5) saturate(7) hue-rotate(-35deg) brightness(0.6) !important; */
  filter: sepia(8.9) saturate(15) hue-rotate(-35deg) brightness(0.6) !important;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(140, 138, 138, 0.4);
  z-index: 2;
}
.img-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.img-overlay:hover::after {
  opacity: 1;
}

/* overlay for index images  */
.custom-service-tile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.promo-single {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* or space-between if you want footer at bottom */
  height: 100%;
}
.breadcrumb-active {
  color: var(--primary-color) !important;
}
.breadcrumb-active li {
  color: var(--primary-color) !important;
}

.breadcrumb-active a {
  color: var(--primary-color) !important;
}
.navbar-video-white .nav-link {
  color: #ffffff !important;
  background-color: transparent !important;
}

.sub-navbar-video-white a,
.sub-navbar-video-white.sub-navbar {
  color: #ffffff !important;
  background: transparent !important;
}

.navbar-video-white.affix .nav-link {
  color: var(--menu-responsive-text-color) !important;
}

.main-content-video-white.main-content {
  margin-top: 100vh;
  position: inherit;
}

.sub-navbar {
  background: #f7f4f4;
  font-size: 0.95rem;
  text-align: center;
  padding-left: 2px;
  height: 50px;
}

.sub-navbar a {
  color: #bc112d;
  padding-left: 10px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* header start */
.header-icon {
  height: 20px !important;
  width: 20px !important;
}

.nav-item.dropdown:hover > .nav-link {
  color: var(--primary-color) !important;
}
.nav-item.dropdown.show > .nav-link {
  color: var(--primary-color) !important;
}
.service-item.active a {
  color: var(--primary-color) !important;
}
.solution-item.active a {
  color: var(--primary-color) !important;
}
/* header end */

.drop-title {
  color: black !important;
}

/* breadcrumbs start */

.breadcrumbs-bg {
  background: url("https://blog.planview.com/wp-content/uploads/2019/05/innovative-strategic-planning-that-puts-you-on-the-right-path-at-hyper-speed.jpg")
    no-repeat center center / cover;
  width: 100%;
  min-height: 300px;
}

.breadcrumbs-bg .container .content a {
  color: var(--primary-color);
}

.breadcrumb-link {
  color: var(--secondary-color) !important;
}

.breadcrumbs-bg div h1 {
  color: white;
}

/* 
.breadcrumb-link {
  font-size: 20px;
  color: white;
  font-weight: 600;
} */
.breadcrumbs-bg .mt-5 {
  margin-top: 200px !important;
}

.breadcrumbs-bg .container a {
  color: #fff;
  transition: 0.3s ease-in-out;
}

.breadcrumbs-bg .container a:hover {
  color: #bc112d;
}

/* end breadcrumbs */

/* product page design  start*/
.intro-producct {
  background-color: var(--primary-color);
}

.intro-producct:hover {
  background-color: var(--primary-color) !important;
}

.container .product-row .single-product .product-img::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background-color: rgba(12, 22, 54, 0.2);
  content: "ddddddddddddddddddddddddddddd" !important;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.aiart-gd-text {
  background: linear-gradient(91deg, #bc112d 52.27%, #000000 96.15%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.action-btns .feature-btn {
  background-color: var(--primary-color);
}

.digi-service-single .read-more-link:hover {
  color: var(--primary-color);
}

.lead {
  max-width: 700px !important;
}

.app-two-feature-two-content ul li i {
  color: var(--primary-color) !important;
}

/* product page design  end*/

/* sub-products css start */
.dot-colors {
  background-color: var(--primary-color);
}

.container .list-unstyled i.text-primary {
  color: var(--primary-color) !important;
}

.custom-card {
  max-height: 900px !important;
}

.ca-tab .nav-link.active {
  color: var(--primary-color) !important;
}
.custom-border {
  border-radius: 10px !important;
}
/* sub-products css end */
/* index-why-us-section */
.why-us-icon {
  width: 32px;
  height: 32px;
}

/* end-index-why-us-section */
/* index-about-us-section */
.section-title {
  color: var(--primary-color) !important;
}

.link-hover {
  transition: all 0.3s ease;
}

.link-hover:hover {
  color: var(--primary-color) !important;
  text-shadow: 0 0 1px currentColor;
  letter-spacing: 0.5px;
}

.cyber-about-box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.index-about-icons {
  max-width: 35px;
}
/* Custom feature grid to work with theme */
/* custom secrion start */
/* .process-icon {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 30px;
} */

/* Roadmap icons grid */
.roadmap-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.roadmap-circle:nth-child(n + 6) {
  grid-column: span 1;
  justify-self: center;
}

.roadmap-circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #0066ff;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  z-index: 1;
}

.roadmap-circle:hover {
  transform: scale(1.1);
  z-index: 10;
}
.roadmap-circle i {
  font-size: 30px;
  color: white;
  margin-bottom: 10px;
}

.roadmap-circle-title {
  color: black;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.roadmap-circle-number {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--primary-color);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}
/* custom secrion end */
/* index page scalabel it services section start */
.custom-feature-section {
  background-color: #f8f9fa;
}

.custom-heading {
  font-size: 2.5rem;
  font-weight: 700;
}

.custom-subheading {
  font-size: 1rem;
  color: #6c757d;
}

.custom-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 30px;
}

.custom-feature-grid .custom-card:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.custom-feature-grid .custom-card:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.custom-feature-grid .custom-card:nth-child(3) {
  grid-column: 2;
  grid-row: 1 / 3;
}
.custom-feature-grid .custom-card:nth-child(4) {
  grid-column: 3;
  grid-row: 1;
}
.custom-feature-grid .custom-card:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}

.custom-card {
  position: relative;
  background-color: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease;
  overflow: hidden;
}

.custom-card:hover {
  transform: translateY(-10px);
}

.custom-card-tall {
  min-height: 450px;
  text-align: left;
}

.custom-card-tall ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: 15px;
}

.icon-box {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.card-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

@media (max-width: 992px) {
  .custom-feature-grid {
    display: flex;
    flex-direction: column;
  }

  .custom-card-tall {
    min-height: auto;
    text-align: center;
  }

  .card-img {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 15px;
  }
}
/* index page scalabel it services section end */
.industries-box {
  opacity: 1 !important;
  transform: translateY(0) !important;
  visibility: visible !important;
  bottom: 20px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
}

.industries-box-hover {
  transition: color 0.3s ease-in-out;
}

.industries-box-hover:hover {
  color: var(--primary-color);
}

/* end-index-industry */
/* index Frequently Asked Question section */
.faq-btn[aria-expanded="true"]::after {
  background-color: var(--primary-color) !important;
  color: white !important;
}

/* end index Frequently Asked Question section */
/* footer-section */
.footer-icon > li > a > i,
.footer-icon-link {
  color: var(--primary-color);
  padding: 10px;
  border: 1px solid var(--secondary-color);
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 8px;
}

.footer-icon > li > a > i:hover,
.footer-icon-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.footer-link-hover:hover {
  color: var(--primary-color) !important;
}

/* end-footer-section */
/* index-blog-section */
.blog-swiper .swiper-slide {
  height: auto;
}
.fixed-blog-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.badge {
  max-width: 60%;
}

/* end-index-blog-section */
/* index-services-section  */
.service-tile {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: transform 0.02s ease;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 293px;
}

.service-tile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
  z-index: 0;
  filter: brightness(75%);
}

.service-tile:hover::before {
  transform: scale(1.1);
}

.service-tile:hover {
  transform: scale(1.02);
}

.span-arrow {
  color: var(--primary-color);
}

.service-title {
  position: absolute;
  line-height: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  color: white;
  font-size: 1.3rem;
  font-weight: 600;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

/* .service-tile.active::after {
  content: "✔";
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 7%;
  padding: 2px 8px;
  font-weight: bold;
  z-index: 2;
} */
.custom-service-tile.active {
  border: 4px solid var(--primary-color);
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}
#tilesContainer {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.color-change-hover .main-menu li a.nav-link:hover {
  color: var(--primary-color) !important;
}
.index-services-scroll {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}

.index-services-scroll::-webkit-scrollbar {
  width: 6px;
  /* Small width */
}

.index-services-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.index-services-scroll::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 4px;
}
@media (max-width: 425px) {
  #tilesContainer {
    display: flex !important;
    overflow-x: auto;
    gap: 1rem;
    padding-bottom: 10px;
  }

  .service-tile {
    flex: 0 0 auto;
    width: 240px;
  }

  #tilesContainer::-webkit-scrollbar {
    height: 6px;
  }

  #tilesContainer::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
  }

  #tilesContainer::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
}
/* what we do section start  */
.index-steps-img {
  width: 40px;
}
.roadmap-circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 10px;
}

.circle-number {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.roadmap-color-primary {
  background-color: #31336b;
}
.roadmap-color-secondary {
  background-color: #1b89ab;
}
@keyframes wobble {
  0%,
  100% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  75% {
    transform: rotate(3deg);
  }
}
/* what we do section end */
/* end-index-services-section  */
@media (min-width: 768px) {
  #mobileMenuBtn {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .sub-navbar {
    display: none !important;
  }
}

@media (max-width: 375px) {
  .slider {
    padding: 150px 0;
  }
}

/* breadcrumbs start */
.breadcrumbs-bg {
  /* background: url("assets/img/banner-mehtawebsolution.jpeg")
    no-repeat center center / cover; */
  width: 100%;
  min-height: 150px;
}

.breadcrumbs-bg .container .content a {
  color: var(--primary-color);
}

.breadcrumb-link {
  color: var(--secondary-color) !important;
}

.breadcrumbs-bg div h1 {
  color: white;
}

.breadcrumbs-bg .mt-5 {
  margin-top: 200px !important;
}

.breadcrumbs-bg .container a {
  color: #fff;
  transition: 0.3s ease-in-out;
}

.breadcrumbs-bg .container a:hover {
  color: #bc112d;
}

.section-overlay {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.section-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  /* Dark overlay - adjust opacity here */
  z-index: 2;
}

.section-overlay > * {
  position: relative;
  z-index: 3;
}

/* end breadcrumbs */
/* blog page css */
.blog-justify > p {
  text-align: justify;
}
.blog-justify a {
  color: var(--primary-color);
}

.blog-subheading {
  color: var(--primary-color);
}

.blog-category {
  border-right: solid 2px var(--secondary-color);
}

.blog-category .sticky-sidebar ul li {
  padding: 15px 20px;
  margin: 5px 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-left: 4px solid transparent;
  position: relative;
  overflow: hidden;
}
.blog-detail-img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}
/* Responsive design */
@media (max-width: 768px) {
  .blog-category .sticky-sidebar ul li {
    padding: 12px 15px;
    margin: 6px 0;
  }

  .blog-category .sticky-sidebar ul li:hover {
    transform: translateX(4px);
  }
}

.blog-category-active,
.blog-category-active > a {
  color: var(--primary-color) !important;
  text-shadow: 0 0 1px currentColor;
  letter-spacing: 0.5px;
}
.pagination-active {
  color: white !important;
  background-color: var(--primary-color) !important;
}

.blog-category-active:hover::after {
  opacity: 0;
}

.blog-badge {
  background-color: var(--primary-color);
  color: white !important;
  padding: 8px;
  max-width: 60%;
  min-width: 40%;
}

.blog-title-hover:hover {
  color: var(--primary-color);
}

.blog-pagination {
  padding: 9px 15px;
  border: var(--secondary-color) solid 1px;
  border-radius: 3px;
  margin: 2px;
  color: black;
}

.blog-pagination:hover {
  color: var(--primary-color);
}

/* end blog page css */
/* main web and app development page */
.icon-primary {
  color: var(--primary-color) !important;
}

.service-sub-heading {
  color: var(--primary-color) !important;
}

.service-card {
  border: 1px solid rgb(201, 201, 201);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.service-card:hover {
  border-color: var(--primary-color);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

/* web and app development page end */

/* CMS Development start */
.features-btn {
  color: var(--primary-color) !important;
  background-color: white;
  border: var(--secondary-color) solid 1px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.features-btn:hover {
  border: var(--primary-color) solid 1px;
}

/* CMS Development end */

/* ecommerce development start */
.ecommerce-features-icons > i {
  padding: 13px;
  background-color: var(--primary-color);
  color: white;
  border: var(--secondary-color);
  border-radius: 10px;
}

/* ecommerce development end */

/* Domain and Web hosting start */
.domain-border {
  border-right: 10px solid var(--primary-color) !important;
}

/* Domain and Web hosting end */

/* main product page start */

/* main product page end */
/* defence product page start */
.ev-schedule .circel-shape li {
  background-image: linear-gradient(
    231.28deg,
    #bc112d -30.62%,
    rgba(214, 169, 169, 0) 93.05%
  );
  border-radius: 50%;
}

.ev-schedule .circel-shape li:nth-child(3) {
  width: 34px;
  height: 34px;
  top: 18%;
  right: 6%;
  background-color: var(--primary-color) !important;
  background: linear-gradient(to right, #bc112d, #cecacb);
}

.container .bg-light-subtle {
  background-color: white !important;
}

/* defence product page end */

/* cloude base mlm page start*/
/* .container .row .mlm-card {
  height: 500px !important;
} */
.feature-card.border:hover {
  border-color: var(--primary-color) !important;
}

@media (max-width: 768px) {
  .row .testimonial-tab-content .text-justify {
    text-align: justify !important;
  }
}

@media (max-width: 768px) {
  .feature-content .text-justify {
    text-align: justify !important;
  }
}

@media (max-width: 768px) {
  .feature-section .container .row .ms-4 {
    margin-left: unset !important;
    margin-top: 20px !important;
  }
}

/* cloude base mlm page end */
/* cloud base non-woven start */
.nonwoven-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rounded-circle {
  border-radius: 50% !important;
}

/* cloud base non-woven end */
/* google cloud product start */
.product-fixed-card {
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* google cloud product end */

/* server management service start */
.server-border-bottom::after {
  background-color: var(--primary-color) !important;
}
/* server management service end*/

/* end services page */

/* about-us */
.section-heading {
  color: var(--primary-color);
}

.bg-danger-soft {
  background-color: rgb(211 17 28 / 13%);
}
/* .section-space {
  padding-top: clamp(0.75rem, 2.5vw + 1rem, 1.5rem);
  padding-bottom: clamp(0rem, 0vw + 0.1rem, 0.1rem);
} */

.feature-img-content p {
  padding-right: 20px;
}

.cyber-features {
  padding-bottom: 0px !important;
}

.cyber-features p {
  text-align: justify;
}

.text-primary {
  color: var(--primary-color) !important;
}

.bg-primary-soft {
  background-color: rgba(255, 23, 23, 0.2);
}

/* about-use -> timeline  */
.horizontal-timeline-wrapper {
  overflow-x: auto;
  padding: 20px;
  background: #fff;
  scrollbar-width: thin;
}

.horizontal-timeline {
  display: flex;
  gap: 30px;
  min-width: max-content;
  align-items: flex-start;
  position: relative;
}

.timeline-step {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 24px;
  min-width: 240px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  text-align: center;
  flex-shrink: 0;
  position: relative;
  transition: all 0.3s ease;
}

.timeline-step h4 {
  margin-top: 16px;
  font-weight: 600;
  color: var(--secondary-color) !important;
}

.time h4 {
  color: #fff !important;
}

.timeline-step p {
  font-size: 14px;
  color: #555;
  margin-top: 8px;
}

.step-number {
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin: 0 auto;
  background: #f0f0f0;
  color: #1a1a1a;
  font-weight: bold;
  border-radius: 12px;
  font-size: 20px;
  transition: background 0.3s;
}

/* Active step styling */
.our-timeline h3,
.our-timeline h4 {
  text-align: center;
}

.timeline {
  position: relative;
  margin: 50px auto;
  width: 1000px;
  box-sizing: border-box;
  padding-bottom: 0;
  margin-bottom: 100px;
}

.timeline:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #c5c5c5;
}

.timeline ul {
  padding: 0;
  margin: 0;
}

.timeline ul li {
  list-style: none;
  position: relative;
  width: 50%;
  padding: 20px 40px;
  box-sizing: border-box;
}

.timeline ul li:nth-child(odd) {
  float: left;
  text-align: right;
  clear: both;
}

.timeline ul li:nth-child(even) {
  float: right;
  text-align: left;
  clear: both;
}

.content {
  padding-bottom: 20px;
}

.timeline ul li:nth-child(odd):before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 24px;
  right: -6px;
  background: var(--primary-color);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(233, 33, 33, 0.2);
  color: var(--secondary-color);
}

.timeline ul li:nth-child(even):before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 24px;
  left: -4px;
  background: var(--primary-color);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(233, 33, 33, 0.2);
  color: var(--secondary-color);
}

.timeline ul li h3 {
  padding: 0;
  margin: 0;
  color: var(--primary-color);
  font-weight: 600;
}

.timeline ul li p {
  margin: 10px 0 0;
  padding: 0;
}

.timeline ul li .time h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.timeline ul li:nth-child(odd) .time {
  position: absolute;
  top: 12px;
  right: -165px;
  margin: 0;
  padding: 8px 16px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 0 0 3px rgba(233, 33, 33, 0.3);
}

.timeline ul li:nth-child(even) .time {
  position: absolute;
  top: 12px;
  left: -165px;
  margin: 0;
  padding: 8px 16px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 0 0 3px rgba(233, 33, 33, 0.3);
}

@media (max-width: 1000px) {
  .timeline {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .timeline {
    width: 100%;
    padding-bottom: 0;
  }

  h1 {
    font-size: 40px;
    text-align: center;
  }

  .timeline:before {
    left: 20px;
    height: 100%;
  }

  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even) {
    width: 100%;
    text-align: left;
    padding-left: 50px;
    padding-bottom: 50px;
  }

  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before {
    top: -18px;
    left: 16px;
  }

  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time {
    top: -30px;
    left: 50px;
    right: inherit;
  }
}

.integration-list li .single-integration img {
  width: 100%;
  height: auto;
  max-width: 68px;
  max-height: 50px;
  margin: auto;
}

.integration-list li .single-integration {
  height: 150px;
}

.why-us h5 {
  color: var(--primary-color);
}

.general-icon {
  background: var(--primary-color);
  color: #fff;
}

body {
  overflow-x: hidden;
  /* color: #000000 !important; */
}

/* erp solutin main page start */
.erp-solution-btn {
  background-color: var(--primary-color);
  color: white;
}

.ca-two-price-item:hover {
  background-color: unset;
}

.counter_39::after {
  height: 90px;
}

/* erp solutin main page end */
/* email marketing section start */
.email-features .feature-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.email-features .feature-icon.affordable {
  background-color: #28a745;
}

.email-features .feature-icon.measurable {
  background-color: #17a2b8;
}

.email-features .feature-icon.easy {
  background-color: #ffc107;
}

.email-features .feature-icon.works {
  background-color: #dc3545;
}

.email-features .feature-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.email-features .feature-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}
/* email marketing section end */
/* sms marketing section start */

/* sms marketing section end */
/* social media section start */
.list-group .soci-mar-ser-btn.active .bgc-text-1 {
  background: unset !important;
  background-color: var(--primary-color) !important;
}
.webDesign-pane .feature-img-holder img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.web-design-card:hover {
  border-color: var(--primary-color) !important;
}

@media (max-width: 991px) {
  .webDesign-pane .feature-img-holder {
    margin-bottom: 20px;
  }
}

/* social media section end */
/* custom-erp page start */
@media (max-width: 1850px) {
  .container .ca-two-tesimonial-area {
    background-color: white;
  }
}

/* custom-erp page end */
/* hire our devloper */
.custom-list li::before {
  content: "●";
  /* Unicode bullet */
  color: #000000;
  /* Optional: bullet color */
  margin-right: 8px;
  font-size: 14px;
}

.general-btn-second {
  color: var(--primary-color);
  border: solid 2px var(--menu-responsive-text-color);
}

.general-btn-second:hover {
  color: white;
  background-color: var(--primary-color);
}
.tool-icon {
  height: 140px;
  width: 140px;
}

@media (min-width: 992px) {
  .hire-dev .feature-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
  }
}

@media (min-width: 425px) and (max-width: 992px) {
  .hire-dev.feature-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (min-width: 120px) and (max-width: 768px) {
  .hire-dev.feature-grid {
    grid-template-columns: 1fr !important;
  }
}
.developer-icon img {
  height: 50px;
  width: 50px;
}
.process-card:hover .process-icon {
  background: var(--primary-color) !important;
}
.dots-line {
  border-bottom: 2px dashed var(--primary-color);
}
/* training and education sub pages start */
.customside-bar {
  max-height: 300px;
  overflow-y: auto;
}
.support-article-tab a:hover {
  color: var(--primary-color) !important;
}
/* .custom-training {
  padding-top: 1rem;
} */
/* training and education sub pages end */

/* faq page start */
.faq-qna:not(.collapsed) {
  color: var(--primary-color) !important;
}
/* faq page end */
/* contact us page start */
.form-error {
  color: red !important;
}
/* contact us page end */
/* event page start */
.risk-blog .event-image-wrapper {
  width: 100%;
  max-height: 220px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}

.risk-blog .event-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* event page end */

/* contact page start */
.contact-input > input:focus {
  border-color: var(--primary-color) !important;
}
.contact-input > textarea:focus {
  border-color: var(--primary-color) !important;
}
/* contact page end */

/* ai an ml page start */
.ai-ml-service-card:hover {
  background-color: unset;
  border: solid var(--primary-color) 1px !important;
}
.ai-ml-service-card:hover .ai-ml-card-heading {
  color: black;
}
.ai-ml-service-card:hover .ai-ml-card-icon {
  background-color: unset;
}
.ai-ml-service-card:hover .ai-ml-card-desc {
  color: unset;
}
/* ai an ml page end */

/* iot & embedded page start */

.iot-embedded .hero-title {
  font-size: 2.5rem;
  font-weight: 700;
}

.iot-embedded .hero-subtitle {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}

.iot-embedded .about-section img {
  border-radius: 12px;
}

.iot-embedded .service-card {
  background: #f8f9fa;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.iot-embedded .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.iot-embedded .cta-section {
  background: #ffffff;
  border-radius: 12px;
}
.iot-industries .industry-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.iot-industries .industry-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.iot-industries h6 {
  margin-top: 8px;
  font-size: 0.95rem;
  font-weight: 600;
}
/* purchase section start */
.puchase-bg {
  background-color: #f0f0f0 !important;
}
.fix-image-bg:before {
  background-image: none !important;
}
.preloader-wrap {
  display: inline-block;
  text-align: center;
}

.preloader-icon {
  display: block;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}
@keyframes bluebar {
  50% {
    left: 130px;
  }
}
.loading-bar {
  display: block;
  width: 100%;
  height: 4px;
  margin: 10px auto 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}

/* purchase section end */
/*seo in purchase section start */
.pricing-text-active a p:active {
  background: unset !important;
  color: var(--primary-color) !important;
}
.custom-tab-color li a:hover p,
.custom-tab-color li a.active p {
  background: none;
  -webkit-text-fill-color: var(--primary-color);
  color: var(--primary-color);
}
/*seo in purchase section end */
/* iot & embedded page end */
/* .ail-ft-content::after {
  background-image: url(https://media.gettyimages.com/id/1436216218/video/social-media-chart-inside.jpg?s=640x640&k=20&c=3ym3s242m6JdsSPaKDt0UZuKGlVmp_CVQrYm1B434Pw=) !important;
} */

.single-pricing-wrap .pricing-info {
  flex-grow: 1;
}

/* facebook marketing start */
.accordion-header .custom-color:not(.collapsed) {
  color: var(--primary-color) !important;
}
/* facebook marketing end */
/* industry starts */
.benefits-section .benefits-card {
  border: var(--primary-color) 2px solid;
}

.industry-projects .project-item {
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.industry-projects .project-item img {
  border-radius: 12px;
  object-fit: cover;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.industry-projects .projects .bg-white {
  border-radius: 12px;
  background: #f9fafc;
  padding: 30px;
  transition: background 0.4s ease, transform 0.4s ease;
}

.industry-projects .project-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.industry-projects .project-item:hover img {
  transform: scale(1.05);
  filter: brightness(1.1);
}

.industry-projects .project-item:hover .projects .bg-white {
  background: linear-gradient(135deg, #ffffff, #f3f6ff);
  transform: translateY(-5px);
}
/* industry end */

/* accounting outsouring start*/
div .custom-bg-tab li a.active {
  background: none !important;
  border-color: var(--primary-color) !important;
}
div .custom-bg-tab li a:hover {
  background: none !important;
  color: black !important;
  border-color: black !important;
}
/* accounting outsouring end*/

/* white lable start */
.white-label-page {
  font-family: "Inter", sans-serif;
  color: #333;
}

.white-label-page .about-img {
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.white-label-page .section-title {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.white-label-page .benefit-card {
  text-align: center;
  background: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.white-label-page .benefit-card i {
  font-size: 2rem;
  color: var(--primary-color);
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.white-label-page .benefit-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.white-label-page .benefit-card p {
  font-size: 0.95rem;
  color: #666;
}

.white-label-page .benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.white-label-page .cta {
  background: #939393;
  color: #fff;
  padding: 50px 30px;
  border-radius: 15px;
}

.white-label-page .cta h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.white-label-page .cta p {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

/* footer section start */

.fit-footer-partners {
  height: 120px;
  width: 120px;
  overflow: hidden;
}
.footer-partner-img {
  object-fit: contain;
}
.tally-prim-fix-logo {
  height: 80px;
}
.whatsapp-float {
  position: fixed;
  left: 20px; /* distance from left */
  bottom: 20px; /* distance from bottom */
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  padding: 15px;
  font-size: 24px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  color: white;
}
.footer-logo {
  height: 100px;
  width: 100px;
}
/* footer section end */
