@import url("../new-global.css");
@import url("../banner/new-home-banner.css");
@import url("../other/new-home-services-slider.css");

/* ********************************************************************************** */
.home-hero-section {
  height: 580px;
}
/* ********************************************************************************** */

/* carousel style start */
.carousel-caption > span {
  font-size: 24px;
}
.gradient-bottom {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent,
    var(--gradient-blue),
    var(--gradient-black)
  );
}
.carousel-caption {
  position: absolute;
  inset-inline: 0;
  bottom: 50%;
  transform: translateY(50%);
  z-index: 3;
}
.carousel-control-prev,
.carousel-control-next,
.carousel-indicators {
  z-index: 5;
}
/* carousel style end */

/* ********************************************************************************** */

/* partners section style start  */
.home-partners-section .floating-badge {
  --bs-border-opacity: 0.25;
  --bs-border-width: 1px;
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity));
  border-radius: var(--bs-border-radius-pill);
  padding-inline: 1.5rem;
  padding-block: 0.5rem;
  background-color: #fff;
}
.brandSwiper .swiper-wrapper {
  padding-block: 1rem;
  transition-timing-function: linear !important;
}
.brandSwiper .swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brandSwiper .partnersBrand-logo {
  width: auto;
  height: 48px;
  object-fit: contain;
  user-select: none;
}
/* partners section style end  */

/* ********************************************************************************** */

/* about section style start */
.home-about-section .about-image img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.home-about-section .about-content h6 {
  font-size: 14px;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.home-about-section .about-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}
.home-about-section .stats {
  margin-top: 30px;
}
.home-about-section .stat-item > div > h3,
.home-about-section .stat-item > div > span {
  font-size: 38px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 4px;
}
.home-about-section .stat-item span {
  font-size: 14px;
  color: #6c757d;
}
.home-about-section .stat-divider {
  border-left: 1px solid #ddd;
}
/* about section style end */

/* ********************************************************************************** */

/* our service section style start */
.home-services-section {
  background: #f3f3f3;
}
.home-services-section .service-tabs {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 10px;
}
.home-services-section .service-tabs button {
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
}
.home-services-section .service-tabs .active {
  background: #0d5bd7;
  color: #fff;
}
.home-services-section .service-card {
  padding: 60px;
  color: #fff;
  height: 100%;
  background: linear-gradient(135deg, #08429e, #000);
}


/* service card colors */
.home-services-section .service-card1 {
  background:linear-gradient(135deg,#667eea,#764ba2);

}
.home-services-section .service-card2 {
  background:linear-gradient(135deg,#ff6a00,#ee0979);

}
.home-services-section .service-card3 {
  background:linear-gradient(135deg,#00c6ff,#0072ff);

}
.home-services-section .service-card4 {
  background:linear-gradient(135deg,#11998e,#38ef7d);

}
.home-services-section .service-card5 {
  background:linear-gradient(135deg,#f12711,#f5af19);

}
.home-services-section .service-card6 {
  background:linear-gradient(135deg,#654ea3,#eaafc8);

}
.home-services-section .service-card7 {
  background:linear-gradient(135deg,#ff512f,#dd2476);

} 
.home-services-section .service-card8 {
  background:linear-gradient(135deg,#00f260,#0575e6);
} 
.home-services-section .service-card9 {
  background:linear-gradient(135deg,#00f260,#0575e6);
} 
 

.home-services-section .service-card .service-title {
  font-size: 36px;
  font-weight: 600;
}
.home-services-section .service-card p {
  max-width: 520px;
  opacity: 0.9;
}
.home-services-section .learn-more {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.home-services-section .service-image {
  display: flex;
  align-items: end;
}
.home-services-section .service-image img {
  max-width: 100%;
  max-height: 300px;
  object-fit: contain;
  margin-left: auto;
}
.home-services-section .slider-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.home-services-section .slider-dots span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #999;
  border-radius: 50%;
  margin: 0 4px;
}
.home-services-section .slider-dots .active {
  width: 14px;
  height: 14px;
  border: 2px solid #000;
  background: transparent;
}
/* our service section style end */

/* ********************************************************************************** */

/* SEO Consulting section style start */
.home-seo-section {
  color: #111;
  background: #f7faf5;
}
.home-seo-section .seo-image img {
  width: 100%;
  height: 560px;
  border-radius: 24px;
  object-fit: cover;
}
.home-seo-section .seo-btn {
  background: #0b56c4;
  color: #fff;
  padding: 12px 26px;
  border-radius: 30px;
  font-size: 14px;
}
.home-seo-section .seo-btn:hover {
  background: #0948a5;
  color: #fff;
}
.home-seo-section .seo-desc {
  max-width: 520px;
}
.home-seo-section .seo-points {
  margin-top: 40px;
}
.home-seo-section .seo-point {
  position: relative;
  padding-left: 60px;
  margin-bottom: 40px;
}
.home-seo-section .seo-point::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 40px;
  bottom: -40px;
  width: 1px;
  background: #d1d5db;
}
.home-seo-section .seo-point:last-child::before {
  display: none;
}
.home-seo-section .point-no {
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.home-seo-section .seo-point .seo-title {
  font-size: 18px;
  font-weight: 600;
}
.home-seo-section .seo-point p {
  font-size: 14px;
  color: #475569;
  margin-top: 6px;
}
/* SEO Consulting section style end */

/* ********************************************************************************** */

/* industries section style start */
.home-industries-section {
  background: #fff;
}
.home-industries-section .industries-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}
.home-industries-section .industry-item {
  overflow: hidden;
  width: 100%;
  position: relative;
  aspect-ratio: 3/4;
}
.home-industries-section .industry-item .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
  color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transition: all 0.4s ease;
}
.home-industries-section .industry-item .overlay h3 {
  font-size: 24px;
}
.home-industries-section .industry-item .overlay p {
  font-size: 16px;
  margin-bottom: 0;
}
.home-industries-section .industry-item:hover .overlay {
  opacity: 1;
}
.home-industries-section .industry-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* industries section style end */
/* ********************************************************************************** */
/* Component: FAQ Service Section */
.home-faq-section .faq-divider {
  border-top: 1px dashed #bfc5cc;
  margin: 3rem 0;
}
.home-faq-section .service-number {
  font-size: 5rem;
  font-weight: 700;
  color: #e9ecef;
  line-height: 1;
}
.home-faq-section .service-tags span {
  display: inline-block;
  border: 1px solid #dee2e6;
  border-radius: 50px;
  padding: 0.35rem 0.75rem;
  font-size: 0.875rem;
  margin: 0.25rem;
  white-space: nowrap;
}
.home-faq-section .btn-primary {
  padding: 0.6rem 1.5rem;
  border-radius: 50px;
}
.home-faq-section .service-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
/* Component: About iSearch Section */
/* .home-about-iSearch{

} */
.home-about-iSearch .about-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 48px;
}
.home-about-iSearch .about-top {
  display: grid;
  grid-template-columns: 110px 1fr;
  column-gap: 32px;
  max-width: 820px;
}
.home-about-iSearch .founder-image {
  --width: 120px;
  --height: 200px;
  --position: 18px;
  width: var(--width);
  height: var(--height);
  position: relative;

  &::after {
    content: "";
    width: var(--width);
    height: var(--height);
    position: absolute;
    bottom: var(--position);
    right: var(--position);
    border: 2px dashed #cfd4da;
    z-index: -1;
    border-radius: 60px;
  }
}
.home-about-iSearch .founder-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 60px;
}
.home-about-iSearch .about-description {
  font-size: 16px;
  line-height: 1.7;
  color: #6b7280;
  margin-bottom: 16px;
}
.home-about-iSearch .founder-name {
  font-weight: 700;
  margin-bottom: 2px;
}
.home-about-iSearch .founder-role {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 18px;
}
.home-about-iSearch .gallery {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 260px 1fr 260px;
  gap: 32px;
  align-items: start;
}
.home-about-iSearch .gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.home-about-iSearch .gallery-left {
  height: 260px;
}
.home-about-iSearch .gallery-center {
  height: 420px;
}
.home-about-iSearch .gallery-right {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 32px;
}
.home-about-iSearch .gallery-right img {
  height: 190px;
}
/* ********************************************************************************** */
/* How can iSearch help your business section style start */
.isearch-services {
  background: #fff;
}
.isearch-services .service-card {
  border: none;
  border-top: 1px dashed #cfd4dc;
  border-bottom: 1px dashed #cfd4dc;
  margin-bottom: 20px;
}
.isearch-services .accordion-button {
  background: transparent;
  box-shadow: none;
  padding: 24px 0;
}
.isearch-services .accordion-button::after {
  display: none;
}
.isearch-services .service-number {
  font-size: 72px;
  font-weight: 700;
  color: #e9ecef;
  line-height: 1;
}
.isearch-services .service-question {
  font-size: 14px;
  color: #333;
  max-width: 220px;
}
.isearch-services .service-title {
  font-weight: 800;
  letter-spacing: 1px;
}
.isearch-services .service-pill {
  border: 1px solid #ddd;
  background: transparent;
  color: #333;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 30px;
}
/* .isearch-services .service-img {
  
} */
/* How can iSearch help your business section style end */
/* ********************************************************************************** */
/* home-about-iSearch section style start */
.home-about-iSearch .img-gallery {
  position: relative;
}
.home-about-iSearch .img-gallery-floating-icon {
  position: absolute;
  inset-inline: 0;
  top: -20px;
  display: flex;
  justify-content: center;
}
.home-about-iSearch .img-gallery-floating-icon img {
  width: 120px;
  height: 120px;
  margin-left: 20px;
}
.home-about-iSearch .img-gallery img {
  object-fit: cover;
  object-position: center center;
}
/* ********************************************************** */
/* Swaper slider */
.swiper-pagination-horizontal.swiper-pagination-bullets {
  position: relative;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  /* &.swiper-pagination-bullets-dynamic{
    left: 0;
    transform: tra;
  } */
}
.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: var(--primary-color);
  outline: 1px solid var(--primary-color);
  outline-offset: 2px;
}
/* Swaper slider */
.inline-container {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 8px;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  touch-action: pan-x;
  scroll-snap-type: x mandatory;
  padding-block: 6px;
  margin-bottom: 20px;
}
.inline-container button {
  background-color: #fff;
}
.inline-container::-webkit-scrollbar {
  height: 4px;
}
.inline-container::-webkit-scrollbar-track {
  border-radius: 2px;
}
.inline-container::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #cccccc;
}
.inline-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  display: flex;
  align-items: center;
  gap: 6px;
  padding-inline: 20px;
}
.inline-item.active {
  color: var(--color-white);
  background-color: var(--primary-color);
}
/* ----------------------------------------------------- */
.about-isearch-img-wrapper {
  width: 100%;
  margin-top: auto;
  overflow: hidden;
}
.about-isearch-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about-isearch-img1 {
  height: 272px;
}
.about-isearch-img2 {
  height: 480px;
}
.about-isearch-img3 {
  height: 160px;
}
.about-isearch-img4 {
  height: 260px;
}
.about-isearch-img5 {
  height: 260px;
}
/* Component: FAQ Header section start */
.faq-header-section .faq-accordtion .faq-accordtion-item {
  transition: all 350ms ease-out;
}
.faq-header-section .faq-accordtion .faq-accordtion-item .faq-accordion-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 80%;
}
.faq-header-section
  .faq-accordtion
  .faq-accordtion-item.active
  .faq-accordion-title {
  overflow: visible;
  white-space: inherit;
  text-overflow: clip;
  width: auto;
}
.faq-header-section .faq-accordtion .faq-accordtion-item .faq-accordion-num {
  font-size: clamp(90px, 10vw, 200px);
  color: #f3f3f3;
  overflow: hidden;
  max-height: 0;
  transition: all 350ms ease-out;
}
.faq-header-section
  .faq-accordtion
  .faq-accordtion-item.active
  .faq-accordion-num {
  max-height: 420px;
}
.faq-header-section
  .faq-accordtion
  .faq-accordtion-item
  .faq-accordtion-content {
  overflow: hidden;
  max-height: 0;
  margin-bottom: 1rem;
  transition: all 350ms ease-out;
}
.faq-header-section
  .faq-accordtion
  .faq-accordtion-item.active
  .faq-accordtion-content {
  max-height: 420px;
}
.faq-header-section .faq-accordtion .faq-accordtion-item .img-wraper > img {
  max-height: 80px;
  transition: all 350ms ease-out;
}
.faq-header-section
  .faq-accordtion
  .faq-accordtion-item.active
  .img-wraper
  > img {
  max-height: 420px;
}
.cursor-pointer {
  cursor: pointer;
}
/* Component: FAQ Header section end */

/* ------------------------------------------------------ */
/* media */
@media (max-width: 991px) {
  .home-seo-section .seo-title {
    font-size: 32px;
  }
  /* --------------------------------------- */
  /* .home-industries-section .industry-item img {
    height: 340px;
  } */
  /* ------------------------------ */
  .home-about-iSearch .about-title {
    font-size: 32px;
  }
  .home-about-iSearch .about-top {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
  .home-about-iSearch .gallery {
    grid-template-columns: 1fr;
  }
  .home-about-iSearch .gallery-left,
  .home-about-iSearch .gallery-center,
  .home-about-iSearch .gallery-right img {
    height: auto;
  }
  /* ------------------------------- */
  .home-faq-section .faq-divider {
    display: none;
  }
  .home-faq-section .faq-left {
    margin-bottom: 40px;
  }
  .home-faq-section .faq-answer {
    padding-left: 0;
  }
}
@media (max-width: 769px) {
  .home-hero-section {
    height: 80dvh;
  }
  /* --------------------------------------- */
  .home-about-section .stat-divider {
    border-left: none;
    padding-bottom: 20px;
  }
  /* --------------------------------------- */
  .home-services-section .service-card {
    padding: 30px;
  }
  .home-services-section .service-card h3 {
    font-size: 26px;
  }
  /* --------------------------------------- */
  .home-about-iSearch .img-gallery {
    top: 0;
    z-index: none;
  }
}
@media (max-width: 576px) {
  /* --------------------------------------- */
  .home-seo-section .home-seo-section {
    padding: 60px 0;
  }
  .home-seo-section .seo-point {
    padding-left: 55px;
  }
  /* --------------------------------------- */
  /* .home-industries-section .industry-item img {
    height: 260px;
  } */
  /* --------------------------------------- */
  .home-partners-section .floating-badge {
    font-size: 0.875rem;
    padding-inline: 0.8rem;
    padding-block: 0.3rem;
  }
}


/* -------------------------------------- */
.marquee-row {
  display: flex;
  gap: 16px;
  overflow: hidden;
  position: relative;
}
.marquee-row::before,
.marquee-row::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
}
.marquee-row::before {
  left: 0;
  background: linear-gradient(90deg, var(--ss-bg), transparent);
}
.marquee-row::after {
  right: 0;
  background: linear-gradient(-90deg, var(--ss-bg), transparent);
}
.marquee-inner {
  display: flex;
  gap: 16px;
  animation: mq 22s linear infinite;
  min-width: max-content;
}
.marquee-inner.rev {
  animation-direction: reverse;
}
.mq-row2 {
  margin-top: 16px;
}
@keyframes mq {
  to {
    transform: translateX(-50%);
  }
}

.tool-chip {
  padding-inline: 20px;
}
.tool-chip img{
  height: 40px;
  width: auto;
  object-fit: contain;
}