@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500;600&display=swap");

/*----- VARIABLES CSS -----*/
:root {
  /* ----- font color ------- */
  --light: rgb(63, 71, 93);
  --main-color: #4f036e;
  /* --advance-color: #BA1C57; */
  /* --font-color: #8f0035; */
  --advance-color: #1581c0;
  --font-color: #0e5fa7;
  --purple-color: #352758;
  --dark-blue: #0b5ea5;
  --light-blue: #127fbf;
  --purple-color: #4f246b;
  --light-purple-color: #913992;
  --back-color: #000000;

  /*----- Font and typography -----*/
  /* --font-first: 'Be Vietnam Pro', sans-serif; */
  --font-first: "Be Vietnam Pro", sans-serif;

  /*----- z index -----*/
  --z-fixed: 1000;

  /* social */
  --link-size: 40px;
  --trans-property: all 0.3s ease;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*===== BASE =====*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--body-font);
}

a {
  text-decoration: none;
  font-family: var(--body-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-first);
}

/* --------------- button ----------- */

.new-primery-btn {
  max-width: 150px;
  width: 100%;
  display: block;
  border: 2px solid var(--light-purple-color);
  border-radius: 8px;
  height: 45px;
  cursor: pointer;
  transition: all 0.2s ease-in;
  background-color: var(--light-purple-color);
  margin-bottom: 10px;
}

.new-primery-btn a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  font-family: var(--font-first);
  color: #fff;
  letter-spacing: 0.4px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in;
}

.new-primery-btn:hover {
  background-color: #2c63a6;
  border: 2px solid white;
  border-radius: 8px;
  color: white;
  /* padding-bottom: 6px; */
  margin-bottom: 10px;
}

.new-primery-btn:hover a {
  color: white;
  background-color: transparent;
}

/* ================================ popup button =============================== */

.module-popup {
  width: 158px;
}

.module-popup .module-popup-open-btn {
  transition: 0.3s ease-out;
  transition-property: background-color, color, opacity, border-color;
  outline: none;
  border-radius: 0.4rem;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #fff;
  display: block;
  letter-spacing: 0.5px;
  width: 100%;
  padding: 10px 20px;
  border: 2px solid transparent;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
  background: var(--font-color);
  white-space: nowrap;
  font-family: var(--font-first);
}

.module-popup .module-popup-open-btn:hover {
  border-color: var(--font-color);
  color: var(--font-color);
  background-color: #f6fbff;
}

@media screen and (max-width: 992px) {
  .module-popup {
    padding: 10px 15px;
    margin: 0;
    width: max-content;
  }
}

/* ===================================== primery button =================================== */

.module-wrppe-btn {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  flex-wrap: nowrap;
}

.module-primery-btn {
  transition: 0.3s ease-out;
  transition-property: background-color, color, opacity, border-color;
  outline: none;
  border-radius: 0.4rem;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 130%;
  color: #fff;
  display: block;
  letter-spacing: 0.3px;
  width: 100%;
  padding: 0.5rem 1.3rem;
  border: 2px solid transparent;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
  background: var(--font-color);
  white-space: nowrap;
  font-family: var(--font-first);
}

.module-primery-btn:hover {
  border-color: var(--font-color);
  color: var(--font-color);
  background-color: #f6fbff;
}

.mt-20 {
  margin-top: 20px;
}

/* -------------- stripe -------------- */

.stripe-diwali {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.stripe-img {
  height: 100%;
  width: 100%;
}

.stripe-img img {
  height: 100%;
  width: 100%;
}

/* ============================================================ header ================================================= */

/*----- HEADER -----*/
.header {
  position: absolute;
  width: 100%;
  height: 5rem;
  /* border-bottom: 1px solid #dadadae8; */
  transition: all 0.3s ease;
  z-index: var(--z-fixed);
}

header.navfix {
  top: 0px;
  left: 0;
  margin: auto;

  position: sticky !important;
  background: white !important;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  animation: 300ms ease-in-out fadeInDown;
  transition: all 0.3s ease;
  height: 5rem;
  border-bottom: 1px solid #dadadae8;
}

.main-menu .navbar-nav .nav-item {
  margin: 0 8px;
  display: block;
  position: relative;
}

header .main-menu .navbar-nav .nav-item .nav-link {
  font-family: var(--font-first);
  font-size: 16px;
  line-height: 1.8rem;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease-in 0s;
}
.main-menu ul.dropdown-menu.dropdown-menu-small.new-small-dropdown-dataset {
  left: 120px;
}

.main-menu
  .navbar-nav
  .nav-item:last-child
  ul.dropdown-menu.dropdown-menu-small.new-small-dropdown.show {
  left: 35px !important;
}

@media (max-width: 1780px) {
  .main-menu ul.dropdown-menu.dropdown-menu-small.new-small-dropdown-dataset {
    width: 1400px;
  }
}
@media (max-width: 1660px) {
  .new-small-dropdown-dataset {
    width: 1400px !important;
    left: 100px !important;
  }
}

/* responsive for header only 8-1-2025 */

@media (min-width: 0px) and (max-width: 500px) {
  header .main-menu .navbar-nav .nav-item .nav-link {
    font-family: var(--font-first);
    font-size: 16px;
    line-height: 1.8rem;
    color: #fff;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.2px;
    height: 0%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    transition: background-color 0.3s ease-in 0s;
  }

  header .main-menu .navbar-nav .nav-item .nav-link .mobile-logo {
    visibility: hidden;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  header .main-menu .navbar-nav .nav-item .nav-link {
    color: #546e79 !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background-color 0.3s ease-in 0s;
  }
}

header .navbar-brand img {
  width: 100%;
  display: block;
}

header.navfix .main-menu .navbar-nav .nav-item .nav-link {
  font-family: var(--font-first);
  font-size: 16px;
  line-height: 1.8rem;
  color: #33525f;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease-in 0s;
}

header.navfix .main-menu .navbar-nav .nav-item .nav-link:hover {
  color: var(--purple-color);
}

.navbar-brand img {
  display: block;
  width: 60%;
}

.commen-header-img img {
  display: block;
  width: 60%;
}

.navfix .navbar-brand img {
  width: 100%;
  display: block;
}

.drop-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.new-drop-item-flex {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  padding: 18px 15px;
  text-decoration: none;
  transition: 0.3s ease;
  border-radius: 5px;
  /* background-color: #fff; */
}

.new-drop-item-flex:hover {
  background-color: #fdf2f6;
}

.drop-item-icon {
  margin-right: 10px;
}

.drop-item-icon img {
  height: 30px;
  width: 30px;
}

.main-menu .navbar-nav .nav-item.dropdown .main-toggle i {
  margin-left: 6px;
  transform: rotate(0deg) translateY(2px);
  transition: 0.3s ease-in 0s;
}

.main-menu .navbar-nav .nav-item.dropdown .main-toggle:hover i {
  transform: rotate(-180deg) translateY(0px);
  transition: 0.3s ease-in 0s;
}
.resources-section {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.in-two-part-section {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.in-bg-two-part {
  width: 55%;
  background: #b9d6ef5c;
  padding: 20px;
  border-radius: 15px;
}
.flex-detail-two-item {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 20px 0;
}
.flex-detail-two-item .drop-item-link p {
  margin-bottom: 0;
  line-height: 1.4;
  color: #545454;
  font-size: 16px;
  font-weight: 400;
}
.header-datset-detail {
  padding: 10px 0px 10px 0px;
  width: 15%;
  /* margin-right: -18px; */
}
.header-datset-subtitle {
  /* width: 180px; */
  height: 50px;
}

.header-datset-subtitle h6 {
  padding-left: 16px;
  color: var(--purple-color);
  line-height: 1.5;
  letter-spacing: 0.6px;
}

.drop-subtitle-icon img {
  height: 22px;
  width: 22px;
}
.header-subtitlr-list {
  display: flex;
  background: linear-gradient(to bottom, #f5f5f5 10%, #86d3ff78 90%);
  border-radius: 10px;
  padding: 12px;
  justify-content: space-between;
}

/* .header-subtitlr-list:nth-child(1) {
 
  margin-left: 100px;
} */
/* .header-subtitlr-list:nth-child(2) {
 
  margin-left: 85px;
}

@media (min-width: 1024px) and (max-width:1411px ) {
  .header-subtitlr-list:nth-child(2) {
 
    margin-left: 343px !important;
  }
}

@media (min-width: 1419px) and (max-width:1679px ) {
  .header-subtitlr-list:nth-child(2) {
    margin-left: 199px;
}
} */
.Resources-link {
  padding-left: 20px;
  margin-top: 12px;
}
.Resources-link a {
  text-decoration: none;
  color: #0e5fa7 !important;
  font-weight: 500 !important;
  margin: 40px 0 !important;
}
.Resources-link a:hover {
  color: #000 !important;
  transition: all 0.3s;
}

.dataset-link a {
  text-decoration: none;
  color: var(--font-color);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-left: 20px;
}
.dataset-link {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
}
.dataset-link i {
  transform: rotate(-90deg);
  color: var(--font-color);
}
.dataset-link a:hover {
  color: var(--purple-color);
  transition: all 0.3s;
}
.dataset-link a:hover + i {
  color: var(--purple-color);
  transition: all 0.3s;
}
.main-dataset-pera {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eefaff;
  padding: 12px 50px;
  border-radius: 10px;
}
.main-dataset-pera p {
  margin-bottom: 0;
  font-size: 18px;
  color: #33525f;
  font-weight: 500;
  letter-spacing: 0.8px;
}
.main-dataset-pera i {
  transform: translateX(6px);
}
.content-dataset-arrow {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  cursor: pointer;
}
.content-dataset-arrow a {
  text-decoration: none;
}
.content-dataset-arrow i {
  color: #33525f;
}
.content-dataset-arrow:hover .main-dataset-pera p {
  color: var(--purple-color);
  transition: all 0.5s;
}
.content-dataset-arrow:hover i {
  color: var(--purple-color);
  transition: all 0.3s;
  transform: translateX(10px);
}

/* @media screen and (min-width: 992px) {
  .navbar {
    padding: 0 !important;
    background: transparent;
    height: 5rem;
  }

  .main-menu {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    height: 100% !important;
  }

  .navbar-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .main-menu .navbar-nav .nav-item.dropdown .nav-link.show {
    color: var(--advance-color) !important;
  }

  .main-menu .dropdown:focus .dropdown-menu {
    display: none !important;
  }

  .main-menu .dropdown:hover .dropdown-menu {
    display: block !important;
    top: 75px;
    left: 200px;
}
  } */

@media (min-width: 1024px) and (max-width: 1500px) {
  .new-dropdown {
    width: 1250px !important;
  }
  .main-menu .dropdown:hover .dropdown-menu {
    /* display: block !important; */
    top: 76px;
    left: 176px;
  }
  .main-menu ul.dropdown-menu.dropdown-menu-small.new-small-dropdown-dataset {
    width: 1260px !important;
    top: 77px;
  }
}

/* .main-menu .dropdown .dropdown-menu.show {
    display: none !important;
  } */

.main-menu .dropdown:hover .dropdown-menu.show {
  display: block !important;
}

.dropdown-menu {
  margin-left: 0px !important;
  padding: 10px !important;
  background: #fff !important;
  border: none !important;
  width: 900px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  left: 50%;
  transform: translate(-50%, 0%);
}

.dropdown-menu .drop-item li {
  border-radius: 5px;
  width: 50%;
  margin-bottom: 2px;
  height: 100%;
}

.drop-item-link span {
  font-size: 15px;
  line-height: 1.8rem;
  color: #33525f;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 0.2px;
}

.new-drop-item-flex:hover .drop-item-link span {
  color: var(--purple-color);
}

.navbar > .container {
  height: 100% !important;
}

.navbar-brand-logo {
  height: 100%;
  width: 185px;
}

.navbar-expand-lg .offcanvas.main-menu {
  height: 76px !important;
}

.dropdown-menu-small {
  width: 300px;
}

.dropdown-menu-small .drop-item {
  flex-direction: column;
}

.dropdown-menu-small .drop-item li {
  width: 100%;
}
.new-small-dropdown {
  width: 750px;
  padding: 20px !important;
  transform: translate(-50%, 0) !important;
  left: 50% !important;
}
.new-small-dropdown-dataset {
  width: 1755px;
  padding: 20px !important;
  transform: translate(-50%, 0) !important;
  left: 50%;
}
.new-small-drop-item .drop-item-icon {
  border: 1px solid transparent;
  padding: 10px;
  background: #eefaff;
  border-radius: 5px;
  margin-right: 10px;
}
.dropdown-scraper {
  width: 950px;
}

/* ----------------------------------------------------------------- */

@media (min-width: 1200px) and (max-width: 1280px) {
  .main-menu
    .navbar-nav
    .nav-item:last-child
    ul.dropdown-menu.dropdown-menu-small.new-small-dropdown.show {
    left: -15px !important;
  }
  .new-small-dropdown-dataset {
    left: 80px !important;
  }
  .new-small-dropdown {
    left: 35% !important;
  }
}

@media screen and (min-width: 1200px) {
  .navbar {
    padding: 0 !important;
    background: transparent;
    height: 5rem;
  }

  .main-menu {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    height: 100% !important;
  }

  .navbar-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 76px;
  }

  .main-menu .navbar-nav .nav-item.dropdown .nav-link.show {
    color: var(--advance-color) !important;
  }

  .main-menu .dropdown:focus .dropdown-menu {
    display: none !important;
  }

  .main-menu .dropdown:hover .dropdown-menu {
    display: block !important;
    top: 75px;
    left: 200px;
  }
}
@media screen and (max-width: 1200px) {
  header .main-menu .navbar-nav .nav-item .nav-link {
    color: #33525f;
    justify-content: space-between;
    border-bottom: 2px solid #ccd3d7;
    border-radius: 0;
  }

  .navbar-expand-lg .offcanvas.main-menu {
    height: auto !important;
  }
  .navbar {
    padding: 5px 0 !important;
    background: transparent;
    height: 5rem;
  }

  .navbar-brand-logo {
    height: 100%;
    width: 160px;
  }

  .mobile-logo {
    height: 100%;
    width: 160px;
  }

  .navbar-toggler {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .navbar-toggler i {
    color: #fff;
    font-size: 24px;
  }

  header.navfix .navbar-toggler i {
    color: #913992;
    font-size: 30px;
    border-radius: 0;
  }

  .header .navbar .container {
    width: 100% !important;
    max-width: 100% !important;
  }

  .offcanvas-header .close-btn {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: #0e5fa7;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 20px;
  }

  .offcanvas-header .close-btn i {
    border: none !important;
    line-height: 29px;
    color: #fff;
  }

  .main-menu .navbar-nav {
    margin-bottom: 8px !important;
    margin-top: 20px;
  }

  .main-menu .navbar-nav .nav-item .nav-link {
    padding: 15px 5px;
    font-family: var(--font-first);
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.1px;
    color: #000;
    border-radius: 8px;
    transition: background-color 0.3s ease-in 0s;
  }

  .navbar-btn {
    width: 100%;
    padding: 25px;
  }

  .offcanvas-header {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 5rem;
    border-bottom: 1px solid #dadadae8;
    padding: 10px 20px !important;
  }

  /* ------- dropdown ----- */

  .dropdown-menu {
    margin-left: 0px !important;
    padding: 5px !important;
    background: #fff !important;
    border: none !important;
    width: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }

  .dropdown-menu .drop-item li {
    border-radius: 5px;
    width: 100%;
    margin-bottom: 2px;
    height: 100%;
  }

  .main-menu .navbar-nav {
    width: 100%;
  }

  .main-menu {
    overflow-y: auto !important;
  }

  header.navfix .main-menu .navbar-nav .nav-item .nav-link {
    height: auto;
  }

  .main-menu .dropdown .dropdown-menu {
    transform: translate(0%, 0%);
    width: 100% !important;
    left: 0%;
  }

  .drop-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    flex-direction: column;
  }

  header.navfix .main-menu .navbar-nav .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #ccd3d7;
    border-radius: 0;
  }

  .new-drop-item-flex {
    padding: 12px 10px;
  }

  .drop-item-link span {
    font-size: 15px;
    line-height: 1.8rem;
    color: #33525f;
    font-weight: 500;
    display: block;
    letter-spacing: 0;
  }
  .header-subtitlr-list {
    flex-direction: column;
  }
  .main-dataset-pera {
    padding: 12px;
  }
  .main-dataset-pera p {
    font-size: 16px;
  }
  .flex-detail-two-item {
    gap: 10px;
    flex-direction: column;
    padding: 20px 10px;
  }
  .resources-section {
    flex-direction: column;
  }
  .in-bg-two-part {
    width: 100%;
  }
  .new-drop-item-flex {
    padding: 7px 30px 7px 21px;
  }
  .mobile-icon img {
    width: 30px;
    height: 30px;
  }
}
/* ----------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
  header .main-menu .navbar-nav .nav-item .nav-link {
    color: #33525f;
    justify-content: space-between;
    border-bottom: 2px solid #ccd3d7;
    border-radius: 0;
  }
  header .main-menu .navbar-nav .nav-item .nav-link {
    height: auto;
  }
  .new-small-dropdown-dataset {
    width: 100% !important;
    transform: translate(0%, 0%) !important;
  }
  .main-menu .dropdown .dropdown-menu {
    transform: translate(0%, 0%) !important;
    display: none !important;
  }
  /* ----------------------------- */
  .dropdown-menu {
    width: 768px;
    padding: 2px !important;
  }

  .drop-item-icon img {
    height: 22px;
    width: 22px;
  }

  .drop-item-icon {
    margin-right: 6px;
  }

  .new-drop-item-flex {
    padding: 10px 10px;
  }

  .dropdown-menu-small {
    width: 300px;
  }

  .dropdown-menu-small .drop-item {
    flex-direction: column;
  }

  .dropdown-menu-small .drop-item li {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  header .main-menu .navbar-nav .nav-item .nav-link {
    color: #33525f;
    justify-content: space-between;
    border-bottom: 2px solid #ccd3d7;
    border-radius: 0;
  }

  .navbar-expand-lg .offcanvas.main-menu {
    height: auto !important;
  }
  .navbar {
    padding: 5px 0 !important;
    background: transparent;
    height: 5rem;
  }

  .navbar-brand-logo {
    height: 100%;
    width: 160px;
  }

  .mobile-logo {
    height: 100%;
    width: 160px;
  }

  .navbar-toggler {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .navbar-toggler i {
    color: #fff;
    font-size: 24px;
  }

  header.navfix .navbar-toggler i {
    color: #913992;
    font-size: 30px;
    border-radius: 0;
  }

  .header .navbar .container {
    width: 100% !important;
    max-width: 100% !important;
  }

  .offcanvas-header .close-btn {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: #0e5fa7;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 20px;
  }

  .offcanvas-header .close-btn i {
    border: none !important;
    line-height: 29px;
    color: #fff;
  }

  .main-menu .navbar-nav {
    margin-bottom: 8px !important;
    margin-top: 20px;
  }

  .main-menu .navbar-nav .nav-item .nav-link {
    padding: 15px 5px;
    font-family: var(--font-first);
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.1px;
    color: #000;
    border-radius: 8px;
    transition: background-color 0.3s ease-in 0s;
  }

  .navbar-btn {
    width: 100%;
    padding: 25px;
  }

  .offcanvas-header {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 5rem;
    border-bottom: 1px solid #dadadae8;
    padding: 10px 20px !important;
  }

  /* ------- dropdown ----- */

  .dropdown-menu {
    margin-left: 0px !important;
    padding: 5px !important;
    background: #fff !important;
    border: none !important;
    width: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }

  .dropdown-menu .drop-item li {
    border-radius: 5px;
    width: 100%;
    margin-bottom: 2px;
    height: 100%;
  }

  .main-menu .navbar-nav {
    width: 100%;
  }

  .main-menu {
    overflow-y: auto !important;
  }

  header.navfix .main-menu .navbar-nav .nav-item .nav-link {
    height: auto;
  }

  .main-menu .dropdown .dropdown-menu {
    transform: translate(0%, 0%);
    width: 100%;
    left: 0%;
  }

  .drop-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    flex-direction: column;
  }

  header.navfix .main-menu .navbar-nav .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #ccd3d7;
    border-radius: 0;
  }

  .new-drop-item-flex {
    padding: 12px 10px;
  }

  .drop-item-link span {
    font-size: 15px;
    line-height: 1.8rem;
    color: #33525f;
    font-weight: 500;
    display: block;
    letter-spacing: 0;
  }
  .header-subtitlr-list {
    flex-direction: column;
  }
  .main-dataset-pera {
    padding: 12px;
  }
  .main-dataset-pera p {
    font-size: 16px;
  }
  .flex-detail-two-item {
    gap: 10px;
    flex-direction: column;
    padding: 20px 10px;
  }
  .resources-section {
    flex-direction: column;
  }
  .in-bg-two-part {
    width: 100%;
  }
  .new-drop-item-flex {
    padding: 7px 30px 7px 21px;
  }
  .mobile-icon img {
    width: 30px;
    height: 30px;
  }
}

/* ==============================api php ================== */
.mobile-app-list ul li {
  font-size: 17px !important;
}
.mobile-app-list {
  margin: 10px 0 25px !important;
}

.mobile-app-list ul {
  display: flex !important;
  flex-wrap: wrap !important;
  padding-left: 0;
}

.mobile-app-list ul li {
  width: 33% !important;
}
.api-list-new-grid-detail {
  grid: auto / repeat(2, 1fr) !important;
  display: grid !important;
}

.mobile-app-list ul li a {
  color: #005be2;
  font-family: var(--font-family) !important ;
  font-size: 16px !important;
  letter-spacing: 0.1px !important;
  font-weight: 500 !important;
  text-decoration: none;
}
.apilist-hero-content h2 {
  display: block;
  text-align: start;
  font-size: 34px;
  line-height: 44px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 8px;
  color: var(--purple-color);
  font-family: var(--font-first);
}

.mobile-app-list ul li a:hover {
  border-bottom: 2px solid #005be2 !important;
  transition: all ease !important;
}

.mobile-app-list ul li {
  line-height: 30px !important;
}

.api-list-call-to-action {
  background: url(../new-img/datasets/bg.png);
}
.api-list-data-field-section {
  background: rgb(232, 240, 243);
}
.api-list-call-to-action-inner {
  padding: 30px;
}
.api-list-sec-section {
  margin-bottom: 50px;
}
.api-list-list-of-section {
  margin-bottom: 0;
  margin-top: 40px;
}
.api-list-sec-section h2 {
  font-size: 35px;
  line-height: 58px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
  color: var(--purple-color);
  font-family: var(--font-first);
  text-align: center;
}
.api-list-sec-section p {
  display: block;
  text-align: justify;
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
  font-style: normal;
  margin-top: 6px;
  color: #002738;
  font-family: var(--font-first);
}
.api-list-call-to-action-content h2 {
  font-size: 35px;
  line-height: 58px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
  color: white;
  font-family: var(--font-first);
  text-align: center;
}
.api-list-call-to-action-content p {
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
  font-style: normal;
  margin-top: 6px;
  color: white;
  font-family: var(--font-first);
  text-align: center;
}

.api-list-call-to-action-btn {
  margin: 20px 0;
  text-align: center;
}

.cta-button {
  display: inline-block;
  padding: 12px 24px;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s ease;
  border: 1px solid white;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cta-button:hover::after {
  transform: translateX(4px);
}
/* ===============================dataset php================= */
.new-blog-page {
  padding: 80px 0 !important;
  position: relative !important;
  margin: auto 145px !important;
}
.new-blog-page {
  margin: auto 40px !important;
}
.new-blog-page {
  margin: auto 5px !important;
  padding: 20px 0 !important;
}

.contact-bradcumbs {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

/*================= api list==================== */
.mySeacrbar {
  width: 100% !important;
  max-width: 600px !important;
  margin-bottom: 30px;
}
.mySeacrbar input {
  background-color: rgb(245, 246, 250) !important;
  color: black !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  letter-spacing: 1px !important;
  border-radius: 50px !important;
}
/* .api-list-new-country-list-section{
  text-decoration: none !important;
} */
/* .api-list-feature-box .api-list-feature-title{
  color: black !important;
 } */
.api-list-feature-box .api-list-feature-title a {
  color: black !important;
  text-decoration: none;
}
.api-list-row {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.list-row .list {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.mainapi-middlebox {
  background-color: #f6f2f6 !important;
  margin-bottom: 100px;
}
/* --------------middle box------------- */
.middle-box {
  background-color: rgb(245, 246, 250);
  padding: 50px 0;
}

.middle-inner-box {
  margin: 20px;
  max-width: 83.25rem;
  padding: 0 1.5rem;
}

.middle-text {
  text-align: center;
  margin-bottom: 60px;

  display: block;

  font-size: 34px;
  line-height: 44px;
  font-weight: 400;
  font-style: normal;

  color: var(--purple-color);
  font-family: var(--font-first);
}
.first-desc {
  display: grid;
  column-gap: 16px;
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(2, auto);
  align-content: start;
  padding: 22px 20px;
  box-shadow: 10px 0px 6px 3px #b3b1b357;
  border-radius: 9px;
}
.desc-2nd-img {
  height: 64px;
  width: 64px;
}
.api-image {
  width: 4rem;
  height: 4rem;
  grid-area: span 2 / 1;
}
.text-bold {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.5px;
}
.api-list-feature-box {
  align-items: center;
}
.main-api-text-bold {
  margin-bottom: 5px !important;
  color: #000000c4;
}

@media screen and (max-width: 769px) {
  .first-desc {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media screen and (max-width: 1200px) {
  .api-list-hero-service-section .api-list-hero-content {
    margin-top: 50px !important;
  }
  .api-list-hero-service-section {
    height: 100% !important;
  }
}
@media screen and (max-width: 1400px) {
  .api-list-hero-service-section {
    background-position: top left !important;
    height: 100% !important;
  }
}
@media screen and (max-width: 992px) {
  .api-list-hero-service-section .api-list-hero-content {
    margin-top: 50px !important;
  }
  .feature-box.api-list-feature-box {
    gap: 8px !important;
    padding: 16px !important;
  }
  .api-list-middle-desc {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

/* .middle-desc {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.first-desc {
    
    text-align: center;
}

.logo {
    margin-bottom: 20px;
}

.logo img {
    max-width: 100%;
    height: auto;
}

h2, h3 {
    margin-bottom: 15px;
}

p {
    font-size: 14px;
    line-height: 1.5;
} */
.middle-desc {
  display: grid;
  gap: 55px 40px;
  grid-template-columns: repeat(3, 1fr);
}

.logo-section {
  flex: 1;
}

.content-section {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.content-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.icon img {
  width: 40px;
  height: 40px;
}

.text {
  flex: 1;
}

.logo img {
  max-width: 100%;
  height: auto;
}

h3 {
  margin-bottom: 10px;
}

p {
  font-size: 14px;
  line-height: 1.5;
}

.feature-box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* margin-left: 50px; */
}
.feature-icon {
  width: 50px;
  height: 50px;
  /* background-color: #b869ec; */
  border-radius: 10px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 15px;
}
.feature-icon img {
  width: 60px;
  height: 60px;
}
.feature-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.feature-description {
  font-size: 16px;
  color: #666;
  flex-grow: 1;
  letter-spacing: 0.4px;
}

.first-desc-p {
  margin-top: 0;
  /* margin-bottom: 1rem; */
  font-size: 15px;
  color: #002738;
  font-family: var(--font-first);
  letter-spacing: 0.4px;
  font-weight: 100;
  font-size: 18px;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
}
.css-iud6u8 {
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-box-pack: center;
  gap: 10px;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
}

.css-iud6u8 a {
  text-decoration: none;
  color: black;
}

.css-iud6u8:hover a {
  color: rgb(64, 51, 179) !important;
}
.css-iud6u8:hover svg {
  color: rgb(64, 51, 179) !important;
  margin-left: 3px;
}

.css-iud6u8 svg :not([stroke="none"])[stroke] {
  stroke: rgb(19, 15, 53);
}

.css-iud6u8:hover svg :not([stroke="none"])[stroke] {
  stroke: rgb(64, 51, 179);
}

/* ===========================mediaquery for mainapi page and all=============== */

@media screen and (max-width: 1400px) {
  .main-api-page-section {
    background-position: top left !important;
  }
}
@media screen and (max-width: 1200px) {
  .main-api-middle-desc {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media screen and (max-width: 992px) {
  .main-api-hero-content {
    margin-top: 0px !important;
  }
  .main-api-middle-desc {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

@media screen and (max-width: 400px) {
  .main-api-page-section .main-api-hero-content {
    margin-top: 40px !important;
  }
  .main-api-text-bold {
    font-size: 18px;
  }
  .first-desc-p {
    font-size: 16px;
  }
  .mobile-app-list ul li {
    width: 50% !important;
  }

  .mainapi-middlebox {
    margin-bottom: 0;
  }

  .od-sm-1 {
    order: 1;
  }

  .od-sm-2 {
    order: 2;
  }
}
/* ----------------amzon-api--page mediaquery */
@media screen and (max-width: 1200px) {
  .amazon-api-hero-service-section .amazon-api-hero-content {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 992px) {
  .amazon-api-module-disk-section {
    padding: 0px !important;
  }
  .od-sm-1 {
    order: 1;
  }
  .od-sm-2 {
    order: 2;
  }
}

/* datasets------------ designing */
.dataset-new-hero-content {
  max-width: 800px;
}
.dataset-new-hero-content h1 {
  font-size: 44px;
  line-height: 58px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
  color: white;
  font-family: var(--font-first);
}

.dataset-new-hero-content p {
  display: block;
  text-align: start;
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
  font-style: normal;
  margin-top: 6px;
  color: white;
  font-family: var(--font-first);
}
.dataset-new-hero-section {
  background-image: url(../new-img/new-dataset/bg.webp);
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
}
/* 
.datasets-second-section {
  margin: 90px;
}
.dataset-card {
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.dataset-card-btn{
  margin-top: 20px;
 
}
.dataset-service-card-body {
  padding: 10px;
}
.dataset-service-cardbody-inner {
  background: rgb(245, 246, 250);
  padding: 20px;
}
.dataset-service-cardbody-inner p {
  font-size: 18px;
  color: rgb(143, 141, 141);
}
.dataset-card-img {
  height: 48px;
  width: 48px;
 margin: auto;
} */
.datasets-second-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.datasets-second-section .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;
  transition: all 0.3s ease;
  min-height: 400px; /* Adjust height as needed */
  padding: 20px;
  margin-bottom: 20px;
}
.datasets-second-section .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Center content vertically */
  align-items: center;
  flex-grow: 1; /* Make the content fill the available space */
  text-align: center;
}
.datasets-second-section .card img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  margin-top: -10px; /* Adjust if needed for better positioning */
}

.datasets-second-section .datasetsec-card-title {
  margin-bottom: 15px;
  font-size: 18px;
}

.datasets-second-section .datasetsec-card-text {
  flex-grow: 1;
}
.datasetsec-card-text {
  display: block;
  text-align: unset;
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
  font-style: normal;
  color: #141516;
  font-family: var(--font-first);
  letter-spacing: 0.5px;
  margin-top: 3%;
}
.datasets-second-section .card .btn {
  background-color: #0056b3;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: 600;
  margin-top: auto; /* Align button at the bottom */
}
.dataset-faq-p {
  color: grey;
}

.datasets-second-section .card .btn:hover {
  background-color: #004099;
}

.datasets-second-section .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.datasets-second-section .card img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.datasets-second-section .card .btn {
  background-color: #0056b3;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: 600;
}

.datasets-second-section .card .btn:hover {
  background-color: #004099;
}

.dataset-third-container {
  background: lavender;
}
.dataset-inner-container {
  padding: 60px;
}

.dataset-third-section-img img {
  /* height: 600px;
    width:600px; */
  height: auto;
  width: 100%;
  margin-top: 50px;
}
.dataset-third-section-content {
  max-width: 700px;
  margin-top: 20px;
}
.dataset-third-section-content p {
  display: block;
  text-align: start;
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
  font-style: normal;
  margin-top: 6px;
  color: #002738;
  font-family: var(--font-first);
}
.dataset-third-section-content h2 {
  display: block;
  text-align: start;
  font-size: 34px;
  line-height: 44px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 8px;
  color: var(--purple-color);
  font-family: var(--font-first);
}
.dataset-fourth-section-btn {
  margin: 10px 0;
}

.dataset-fourth-section {
  background: rgb(235, 234, 234);
  margin-top: 40px;
  padding-top: 100px;
}
.dataset-upper-section {
  display: flex;
  height: 400px;
  width: 100%;
  margin-top: 8%;
}
.dataset-fourth-sec-content {
  padding: 50px;
  width: 70%;
  margin-left: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dataset-fourth-sec-content h2 {
  display: block;
  text-align: start;
  font-size: 34px;
  line-height: 44px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 8px;
  color: white;
  font-family: var(--font-first);
}
.dataset-fourth-sec-content p {
  display: block;
  text-align: start;
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
  font-style: normal;
  margin-top: 6px;
  color: white;
  font-family: var(--font-first);
}
.dataset-fourth-inner {
  width: 60%;
  padding: 0;
  margin: 0;
  background: #0056b3;
  position: relative;
  height: 100%;
  z-index: 2;
  border-radius: 50px 0px 0px 50px;
}
.dataset-fourth-sec-inner {
  width: 40%;
  padding: 0;
  margin: 0;
  background: #0056b3;
  position: relative;
  height: 100%;
  z-index: 1;
  border-radius: 0 50px 50px 0;
}
.dataset-fourth-sec-image img {
  height: auto;
  width: 400px;
}
.dataset-fourth-sec-image {
  position: absolute;
  top: -13%;
  left: -5%;
}
.dataset-fifth-section {
  margin-top: 50px;
}
.dataset-fourth-sec-btn {
  display: inline-block;
  padding: 15px 24px;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s ease;
  border: 1px solid white;
}

.dataset-tab-buttons {
  text-decoration: none;
  /* background: rgb(254, 255, 255) !important; */
  /* border-radius: 10px; */
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-between;
  padding: 8px 30px;
  position: relative;
  box-shadow: rgb(239 102 80 / 0%) -20px 30px 45px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  overflow: visible;
  border: none !important;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: rgb(2, 25, 59);
  position: relative;
  z-index: 30;
  margin-bottom: 0;
  white-space: nowrap;
}

.dataset-tab-buttons.active {
  background-color: #fff;
  color: #0056b3;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.datasets-category-tabs-inline {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 9px 20px;
  gap: 10px;
  background: rgb(243, 243, 243);
  border-radius: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.datasets-tabs-button-flex {
  /* width: 100%; */
  text-align: center;
  padding: 20px 0;
  position: relative;
  overflow-x: hidden;
  max-width: 100%;
}
.dataset-tab-data-pricecategory {
  display: none;
}
.dataset-tab-data-pricecategory.active {
  display: block;
}
.dataset-category-chart-title {
  display: block;
  text-align: start;
  font-size: 34px;
  line-height: 44px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 8px;
  color: var(--purple-color);
  font-family: var(--font-first);
}
.dataset-category-chart-head {
  max-width: 600px;
}

.dataset-category-chart-head p {
  display: block;
  text-align: start;
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
  font-style: normal;
  margin-top: 6px;
  color: #002738;
  font-family: var(--font-first);
}
.dataset-tab-img img {
  width: 100%;
  height: auto;
}
.dataset-category-container {
  margin: 20px;
}
.dataset-last-section {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(5, 1fr);
}
.dataset-last-section {
  margin: 0px;
}
.read-more-btn {
  color: var(--advance-color);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 2px solid var(--font-color);
  padding-top: 50px !important;
}

@media screen and (max-width: 1200px) {
  .dataset-new-hero-section {
    background-position: top left;
  }
  .dataset-card {
    margin-bottom: 28px;
  }
  .dataset-fourth-sec-btn {
    width: 20%;
  }
  .dataset-module-icon-wrap {
    width: 80px !important;
  }
  .dataset-module-icon-step {
    height: 60px !important;
    width: 120px !important;
  }
}
@media screen and (max-width: 992px) {
  .datasets-second-section {
    margin: 0px;
    margin-top: 30px;
  }
  .dataset-fourth-sec-inner {
    display: none;
  }
  .dataset-fourth-inner {
    width: 100%;
  }

  .dataset-fourth-sec-content {
    width: 100%;
  }
  .dataset-fourth-section {
    padding-top: 0;
  }
}
@media screen and (max-width: 772px) {
  .dataset-fourth-sec-inner {
    display: none;
  }
  .dataset-fourth-inner {
    width: 100%;
  }
  .dataset-fourth-sec-btn {
    width: 30%;
  }
  .dataset-fourth-sec-content {
    width: 100%;
  }
  .dataset-fourth-section {
    padding-top: 0;
  }
  .dataset-last-section {
    grid-template-columns: repeat(3, 1fr);
  }
  .datasets-category-tabs-inline {
    padding: 3px 12px;
    gap: 0px;
  }
  .dataset-tab-img {
    margin-top: 21px;
  }
  .datasets-second-section {
    margin: 0px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .datasets-category-tabs-inline {
    width: 100%;
  }
  .datasets-second-section {
    margin: 0px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 400px) {
  .dataset-tab-buttons {
    padding: 6px 5px;
  }
  .datasets-category-tabs-inline {
    padding: 0px 7px;
    gap: 0px;
    width: 100%;
    overflow: auto;
    justify-content: flex-start;
  }
  .dataset-tab-buttons.active {
    border-radius: 4px;
  }
  .dataset-service-cardbody-inner {
    padding: 0;
  }
  .dataset-fourth-sec-btn {
    width: 45%;
  }
  .dataset-last-section {
    margin: 0;
  }
  .dataset-new-hero-section {
    height: 100%;
  }
  .dataset-new-hero-content {
    margin-top: 15px;
    padding: 20px;
  }
  .dataset-new-hero-content h1 {
    font-size: 30px !important;
    line-height: 2.5rem;
  }
  .dataset-new-hero-content p {
    font-size: 16px !important;
  }
  .datasets-second-section {
    margin: 0px;
    margin-top: 30px;
  }
  .dataset-service-cardbody-inner p {
    font-size: 16px;
  }
  .dataset-third-section-content p {
    font-size: 16px;
  }
  .dataset-third-section-content h2 {
    font-size: 28px;
  }
  .dataset-fourth-sec-content h2 {
    font-size: 28px;
  }
  .dataset-fourth-sec-content p {
    font-size: 16px;
  }
  .dataset-category-chart-title {
    font-size: 28px;
  }
  .dataset-category-chart-head p {
    font-size: 16px;
  }
}

/* ----------------------dataset-inner------------------------------------- */
.dataset-inner-new-hero-section {
  background: #0a2c4c !important;
}
.dataset-inner-hero-section-img img {
  max-width: 100%;
  width: auto;
}
.dataset-inner-api-list-sec-section {
  margin-top: 90px !important;
}
.dataset-inner-api-list-data-field-section {
  margin-top: 90px !important;
}
.dataset-inner-hero-content h2 {
  display: block;
  text-align: start;
  font-size: 34px;
  line-height: 44px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 8px;
  color: var(--purple-color);
  font-family: var(--font-first);
}
.dataset-inner-hero-content p {
  display: block;
  text-align: start;
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
  font-style: normal;
  margin-top: 6px;
  color: #002738;
  font-family: var(--font-first);
}

/* ------------------ */
.Productdatascrape-website-section {
  margin: 40px;
}

.web-menu-list {
  display: flex;
  align-items: center;
}

.web-menu-icon img {
  display: block;
  margin-right: 10px;
  height: 21px;
  width: 21px;
}

.all-pera a {
  text-decoration: none;
  font-family: var(--body-font);
  color: #606060;
}

.all-pera a:hover {
  color: #404040;
  transition: all 0.5s ease;
}

.all-web-section h2 {
  font-size: 2.441em;
  font-weight: 600;
  font-family: var(--body-font);
  color: #000;
}

.all-web-section h5 {
  font-size: 1.3em;
  font-weight: 600;
  font-family: var(--body-font);
  color: #000;
}

.all-web-section a {
  text-decoration: none;
}

.all-web-section p {
  color: #202020 !important;
  font-size: 19px;
}

.pt-100 {
  padding-top: 100px;
}

.all-pera {
  font-size: 1.25rem;
  font-weight: 400;
}

.pt-165 {
  padding-top: 165px;
}
.pera {
  color: black !important;
  font-weight: 600;
}

.pb-100 {
  padding-bottom: 100px;
}

.all-web-height {
  min-height: 660px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: url(../new-img/ecommerce-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.all-web-height-2 {
  min-height: 660px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: url(../new-img/grocerey-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.all-web-height-3 {
  min-height: 660px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: url(../new-img/Liquar-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.all-web-content h1 {
  font-family: var(--body-font);
  font-size: 52px;
  font-weight: 600;
  padding-bottom: 10px;
}

.all-web-content p {
  font-size: 20px;
}

.pb-4 {
  padding-bottom: 1.5rem;
}

.retail-website-section h2 {
  font-size: 2.441em;
  font-weight: 600;
  font-family: var(--body-font);
  color: #000;
}

.mtsp-4 {
  margin-top: 1.5rem !important;
}

@media screen and (max-width: 756px) {
  .dataset-inner-new-hero-section {
    height: 100% !important;
  }
  .dataset-inner-new-hero-content-inner {
    margin-top: 40px;
  }
}
/* =================================================== index =============================================== */

.new-hero-section {
  height: 940px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
}

.home-hero-bg {
  background-image: url(../new-img/home/home-hero-bg.svg);
}

.food-hero-bg {
  background-image: url(../new-img/food-delivery-app-scraping-services/bg-food-Mobile.svg);
}

.grocery-hero-bg {
  background-image: url(../new-img/grocery-delivery-app-scraping-services/bg-Grocery-Mobile.svg);
}

.ecommerce-hero-bg {
  background-image: url(../new-img/ecommerce-app-scraping-services/bg-ecommerce-Mobile.svg);
}

.scrape-amazon-api-data {
  background-image: url(../new-img/ecommerce-app-scraping-services/bg-ecommerce-Mobile.svg);
}

.ott-hero-bg {
  background-image: url(../new-img/ott-media-app-scraping-services/bg-Ott-media-Mobile.svg);
}

.social-media-hero-bg {
  background-image: url(../new-img/social-media-app-data-scraping/bg-Social-Mobile.svg);
}

.exhibitor-hero-bg {
  background-image: url(../new-img/event-exhibitor-app-data-scraping/bg-event-Mobile.svg);
}

.travel-hero-bg {
  background-image: url(../new-img/travel-mobile-app-data-scraping/bg-travel-Mobile.svg);
}

.carrental-hero-bg {
  background-image: url(../new-img/car-rental-mobile-app-data-scraping/bg-car-rental-Mobile.svg);
}

.liquor-hero-bg {
  background-image: url(../new-img/liquor-delivery-mobile-app-data-scraping/bg-liquor-Mobile.svg);
}

.recruitment-hero-bg {
  background-image: url(../new-img/recruitment-app-scraping-services/bg-Recruitment-Mobile.svg);
}

.food-delivery-app-bg {
  background-image: url(../new-img/scrape-food-delivery-app-data/bg-food-Mobile.svg);
}

.Medicine-hero-bg {
  background-image: url(../new-img/medicine-delivery-app-scraping-services/bg-medicine-Mobile.svg);
}

.dating-hero-bg {
  background-image: url(../new-img/dating-app-scraping-services/bg-dating-Mobile.svg);
}

.hotel-hero-bg {
  background-image: url(../new-img/hotel-app-scraping-services/bg-hotel-Mobile.svg);
}

.music-hero-bg {
  background-image: url(../new-img/music-app-scraping-services/bg-music-Mobile.svg);
}

.social-delivery-app-bg {
  background-image: url(../new-img/ott-media-app-scraping-services/bg-Ott-media-Mobile.svg);
}

.travel-app-bg {
  background-image: url(../new-img/travel-mobile-app-data-scraping/bg-travel-Mobile.svg);
}

.api-list-hero-service-section {
  background: url(../new-img/api-list/banner.webp);
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
}

.new-hero-section::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: 1;
  top: 0;
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0) 10.92%,
    #fff 136.21%
  );
  opacity: 0.8;
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.new-hero-section::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: 1;
  bottom: 0;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
}

/* old stylesheet */
/* .new-hero-content h1 {
    font-size: 44px;
    line-height: 58px;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 20px;
    color: var(--purple-color);
    font-family: var(--font-first);
} */

.new-hero-content h1 {
  font-size: 44px;
  line-height: 58px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
  color: var(--purple-color);
  font-family: var(--font-first);
}

.new-hero-content-one h1 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
  color: #fff;
  font-family: var(--font-first);
}

.new-hero-content p {
  display: block;
  /* text-align: justify; */
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
  font-style: normal;
  margin-top: 6px;
  color: #002738;
  font-family: var(--font-first);
}
.zomato-new-hero-content h2 {
  display: block;
  text-align: start;
  font-size: 34px;
  line-height: 44px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 8px;
  color: var(--purple-color);
  font-family: var(--font-first);
}

.new-hero-content-img img {
  width: 100%;
}
.api-list-hero-content p {
  color: #fff;
  text-align: justify;
}
.api-list-hero-content a {
  color: white;
}

.api-list-hero-content h1 {
  color: #fff;
}
.api-list-hero-content {
  margin-top: 60px;
  margin-bottom: 60px;
}

.api-list-sec-section-content {
  margin-top: 52px;

  margin-left: auto;
}

.main-api-page-section {
  background: url(../new-img/api/bg.webp);
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
}

.main-api-hero-content-first p {
  color: white !important;
  margin-top: 20px;
}
.main-api-hero-content-first h1 {
  color: white !important;
  margin-top: 20px;
}
.main-api-hero-content-first a {
  color: white !important;
}
.scrape-food-api-hero-section {
  background: url(../new-img/scrape-food-api-data/bg.webp);
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: top right !important;
}
.main-api-hero-content h2 {
  display: block;
  text-align: start;
  font-size: 34px;
  line-height: 44px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 8px;
  color: var(--purple-color);
  font-family: var(--font-first);
}
/* ----------------------country wise css */

.country-list-out-detail {
  background: rgb(237 240 241);
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.country-list-out-title h2 {
  font-size: 45px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 2px;
  line-height: 1.4;
  max-width: 100%;
  text-align: center;
  padding-bottom: 30px;
}

.retail-result {
  display: flex;
  align-items: center;
}

.retail-result h5 {
  color: #181717;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  padding-right: 10px;
  cursor: pointer;
}

.retail-result i {
  color: #181717;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  transform: rotate(0deg);
  transition: all 0.3s;
  cursor: pointer;
}

.retail-result a {
  text-decoration: none;
  color: black;
  font-weight: 200;
  letter-spacing: 1px;
}

.retail-result a:hover {
  color: var(--primary-color);
  transition: all 0.3s ease-in;
}

.retail-result a p {
  font-size: 17px;
}

.all-country-main-detail .single-country-list.new-drop-future-items {
  width: 25%;
}
.gif-detail img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.all-country-main-detail {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.country-sublist ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  padding-left: 0;
  padding-top: 20px;
}

.country-dropdown-item {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  height: 0;
  overflow: hidden;
}

.all-country-main-detail .single-country-list.new-drop-future-items.active {
  width: 100%;
}

.country-dropdown-item.show {
  display: flex;
  opacity: 1;
  height: auto;
  transition: opacity 0.5s ease-in-out;
}

.country-dropdown.active .retail-result h5 {
  color: var(--primary-color);
}

.country-dropdown.active .retail-result i {
  color: var(--primary-color);
  transform: rotate(180deg);
}
/* ----------------------country wise css end*/
.contact-form {
  padding: 10px 0;
  margin-top: -12px !important;
  background: #f7f2f6;
}

/* ---------- */

.app-border-top {
  border-top: 5px solid var(--dark-blue);
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 3px solid #e6eaec67;
  background: #fff;
  background-image: url(../new-img/home/Mobile-elements.svg);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
}

.app-padding {
  padding: 1rem;
}

.app-con-padding {
  padding: 23px 40px;
}

.app-col-block {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

.app-title {
  color: var(--purple-color);
  font-size: 34px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 20px;
}

.app-text-link {
  color: var(--light-blue);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 2px solid var(--advance-color);
  padding-bottom: 3px;
}

.text-block-2 p {
  display: block;
  text-align: start;
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
  font-style: normal;
  color: #141516;
  font-family: var(--font-first);
  letter-spacing: 0.5px;
}

.text-block-3 {
  align-items: flex-end;
  text-align: right;
  padding-top: 24px;
}

.text-block {
  display: block;
}

.larg-number {
  color: #002738;
  font-size: 34px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 5px;
}

.tag-small {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
}

/* ----------------- */
.module-section {
  margin-top: 11.2rem;
  margin-bottom: 11.2rem;
}

.module-gride {
  display: grid;
  grid: auto / repeat(2, 1fr);
  gap: 20px;
}

.module-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.module-card-content h2 {
  font-size: 34px;
  line-height: 38px;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 15px;
  color: #fff;
  font-family: var(--font-first);
}

.module-card-content p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 200;
  font-style: normal;
  color: #fafafa;
  font-family: var(--font-first);
}

.module-gride {
  border-radius: 2.4rem;
  border-style: solid;
  border-width: 2px;
  overflow: hidden;
  padding: 7.5rem 5.6rem;
  position: relative;
}

.gride-card {
  background-color: #9b0b68;
  color: #fff;
  border-color: #9b0b68;
}

.gride-card::before {
  background-color: #860057;
  top: 0;
  content: "";
  display: inline-block;
  height: 2.4rem;
  position: absolute;
  left: 0;
  width: 100%;
  border: 0;
  z-index: 2;
}

.gride-card::after {
  content: "";
  display: inline-block;
  height: 2.4rem;
  position: absolute;
  left: 0;
  width: 100%;
  border: 0;
  z-index: 2;
  bottom: 0;
  background-color: #860057;
}

/* ============ animation ============= */

.module-card-img {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.module-animation svg {
  height: 100%;
  width: 100%;
}

.module-animation {
  margin-left: 6rem;
}

.up-path {
  animation: moveUp 2s infinite alternate;
}

.down-path {
  animation: moveDown 2s infinite alternate;
}

@keyframes moveUp {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100px);
  }
}

@keyframes moveDown {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(80px);
  }
}

/* .animation-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.animation-carousel {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.carousel__item {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    padding: 0 12px;
    opacity: 0;
    filter: drop-shadow(0 2px 2px #555);
    will-change: transform, opacity;
    animation: carousel-animate-vertical 27s linear infinite;
}

.carousel__item:nth-child(1) {
    animation-delay: calc(3s * -1);
}

.carousel__item:nth-child(2) {
    animation-delay: calc(3s * 0);
}

.carousel__item:nth-child(3) {
    animation-delay: calc(3s * 1);
}

.carousel__item:nth-child(4) {
    animation-delay: calc(3s * 2);
}

.carousel__item:nth-child(5) {
    animation-delay: calc(3s * 3);
}

.carousel__item:nth-child(6) {
    animation-delay: calc(3s * 4);
}

.carousel__item:nth-child(7) {
    animation-delay: calc(3s * 5);
}

.carousel__item:nth-child(8) {
    animation-delay: calc(3s * 6);
}

.carousel__item:last-child {
    animation-delay: calc(-3s * 2); 
}

.carousel__item-head {
    border-radius: 50%;
    background-color: #d7f7fc;
    width: 90px;
    height: 90px;
    padding: 14px;
    position: relative;
    margin-right: -45px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
}

.carousel__item-body {
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    padding: 16px 20px 16px 70px;
}

.title {
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 10px;
    color: #000;
}

.carousel__item-body p {
    color: #000;
}

@keyframes carousel-animate-vertical {
    0% {
        transform: translateY(100%) scale(0.5);
        opacity: 0;
        visibility: hidden;
    }

    3%,
    11.1111111111% {
        transform: translateY(100%) scale(0.7);
        opacity: 0.4;
        visibility: visible;
    }

    14.1111111111%,
    22.2222222222% {
        transform: translateY(0) scale(1);
        opacity: 1;
        visibility: visible;
    }

    25.2222222222%,
    33.3333333333% {
        transform: translateY(-100%) scale(0.7);
        opacity: 0.4;
        visibility: visible;
    }

    36.3333333333% {
        transform: translateY(-100%) scale(0.5);
        opacity: 0;
        visibility: visible;
    }

    100% {
        transform: translateY(-100%) scale(0.5);
        opacity: 0;
        visibility: hidden;
    }
} */

/* ===================================================== slider ================================================== */

.usecase-module {
  margin-top: 100px;
  margin-bottom: 100px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.swiper-slide img {
  width: 140px;
  height: auto;
  background-color: #000;
}

.swiper-padding {
  padding: 65px 0 !important;
}

.swiper-module {
  position: relative;
}

.module-relative {
  position: relative !important;
}

.module-absolute {
  position: absolute;
  top: 12%;
  left: 5%;
  /* z-index: 5; */
  width: 25%;
}

.swiper-module .swiper-button-prev,
.swiper-module .swiper-button-next {
  height: 45px !important;
  width: 55px !important;
}

.swiper-module .swiper-button-next {
  right: 2%;
  top: 97% !important;
  background-color: #cbc8ff7a;
  border-radius: 5px;
}

.swiper-module .swiper-button-prev {
  left: 89% !important;
  top: 97% !important;
  background-color: #cbc8ff7a;
  border-radius: 5px;
}

.swiper-module .swiper-button-prev:after,
.swiper-module .swiper-button-next:after {
  font-size: 20px !important;
  font-weight: 700;
}

.swiper-module .swiper-button-next:after {
  color: var(--advance-color);
}

.swiper-module .swiper-button-prev:after {
  color: var(--font-color);
}

.swiper-module .swiper-button-next:hover {
  background-color: var(--advance-color);
  /* background-color: #cbc8ff7a; */
  transition: all 0.3s ease;
}

.swiper-module .swiper-button-next:hover::after {
  color: #fff;
  /* color: var(--font-color); */
}

.swiper-module .swiper-button-prev:hover {
  background-color: var(--advance-color);
  transition: all 0.3s ease;
}

.swiper-module .swiper-button-prev:hover::after {
  color: #fff;
}

.module-wrapper {
  display: grid;
  grid: auto/repeat(3, 1fr);
}

.p-40 {
  padding: 40px;
}

.module-card-hover {
  transition: all 0.2s ease-out;
}

.module-card-hover:hover {
  cursor: pointer;
  background-color: var(--font-color);
  color: #fff;
  /* border: 1px solid var(--font-color); */
  border-color: var(--advance-color);
  transition: all 0.2s ease-out;
}

.module-simple-card {
  border-radius: 1.6rem;
  border: 1px dashed #99a8af;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: #002738;
  padding: 3rem;
  background: #fff;
  z-index: 10;
}

.card-new {
  border-top-width: 0;
  border-left-width: 0;
}

.module-card-border:nth-child(2) {
  border-top-width: 1px;
  border-left-width: 1px;
}

.module-card-border:nth-child(3) {
  border-top-width: 1px;
  border-left-width: 0;
}

.module-card-border:nth-child(3n + 1) {
  border-left-width: 1px;
  border-top-width: 1px;
}

.module-card-border:nth-child(6) {
  border-left-width: 1px;
}

.module-card-border:nth-child(5) {
  border-right-width: 0;
  border-bottom-width: 0;
}

.module-heading {
  font-size: 34px;
  line-height: 46px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 15px;
  color: var(--purple-color);
  font-family: var(--font-first);
  text-align: start;
}

.module-disc {
  font-size: 16px;
  line-height: 22px;
  font-weight: 100;
  font-style: normal;
  margin-bottom: 15px;
  color: #000;
  font-family: var(--font-first);
  text-align: start;
}

.module-heading-small {
  display: block;
  text-align: start;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 15px;
  color: var(--purple-color);
  font-family: var(--font-first);
}

.card-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.card-text-small p {
  display: block;
  text-align: start;
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
  font-style: normal;
  color: #141516;
  font-family: var(--font-first);
  letter-spacing: 0.5px;
}

.module-card-hover:hover .module-heading-small {
  color: #fff;
}

.module-card-hover:hover .card-text-small p {
  color: #fafafa;
}

/* ========================================= industry wise content ======================================= */

.industry-wise {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#new-id-column-1 {
  padding-bottom: 40px;
  border-bottom-color: var(--purple-color);
  border-bottom-width: 10px;
  border-bottom-style: solid;
}

.industry-flex-1 {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.industry-column-1 {
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}

.ind-con-column-position {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.ind-btn-column-position {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  justify-content: flex-end;
}

.ind-column-size-1 {
  width: 70%;
}

.ind-column-size-2 {
  width: 30%;
}

.industry-column-title {
  display: block;
  text-align: start;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #000;
  font-family: var(--font-first);
}

.industry-column-subtitle {
  display: block;
  text-align: start;
  font-size: 36px;
  line-height: 45px;
  font-weight: 100;
  font-style: normal;
  margin-top: 6px;
  color: rgba(0, 39, 56, 0.647);
  font-family: var(--font-first);
}

.modul-contact-btn {
  font-family: var(--font-first);
  padding-top: 0.8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 300px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: var(--dark-blue);
  border-right-color: var(--dark-blue);
  border-bottom-color: var(--dark-blue);
  border-left-color: var(--dark-blue);
  padding-bottom: 0.8rem;
  margin-top: 0px;
  text-align: center;
  display: flex;
  background-color: var(--dark-blue);
  border: 1px solid var(--dark-blue);
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}

.modul-contact-btn:hover {
  background-color: var(--light-blue);
  border-color: var(--light-blue);
}

/* --- main content --- */

#new-id-column-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  /* border-bottom-color: #e6eaec;
    border-bottom-width: 2px;
    border-bottom-style: solid; */
  margin-bottom: 20px;
}

.industry-flex-2 {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.main-column-size-1 {
  width: 60%;
}

.main-column-size-2 {
  width: 40%;
}

.industry-column-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.industry-column-img img {
  width: 100%;
}

.main-con-column-position {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.industry-column-4 {
  padding-left: 42px;
  padding-right: 43px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.industry-column-5 {
  padding-left: 10px;
  padding-right: 43px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.main-heading-title {
  display: block;
  text-align: start;
  font-size: 34px;
  line-height: 44px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 8px;
  color: var(--purple-color);
  font-family: var(--font-first);
}

.text-sub-content {
  display: block;
  text-align: start;
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
  font-style: normal;
  margin-top: 6px;
  color: #002738;
  font-family: var(--font-first);
}

.industry-more-btn {
  margin-top: 20px;
}

.read-more-btn {
  color: var(--advance-color);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 2px solid var(--font-color);
  padding-bottom: 3px;
}

/* ---------------- imdustry page box slider ---------------- */

.industry-flex-wrapper {
  margin-top: 30px;
}

.module-icon-step {
  height: 85px;
  width: 190px;
  background-color: #f4f5f6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
}

.module-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.module-icon-wrap img {
  height: auto;
  width: 130px;
  background-color: transparent;
}

/* -------- end  */
.industry-flex-link-btn {
  margin-top: 25px;
}

.industry-flex-wrapper {
  min-height: 60px;
}

/* ------ border color ------  */

.new-col-border-1 {
  border-top: 5px solid #f9423a;
}

.new-col-border-2 {
  border-top: 5px solid var(--advance-color);
}

.new-col-border-3 {
  border-top: 5px solid #ffc422;
}

.new-col-border-4 {
  border-top: 5px solid #f93af9;
}

.new-col-border-5 {
  border-top: 5px solid #3af99d;
}

.new-col-border-6 {
  border-top: 5px solid #f93a90;
}

.new-col-border-7 {
  border-top: 5px solid #0c0ce7;
}

.new-col-border-8 {
  border-top: 5px solid #9eb603;
}

.new-col-border-9 {
  border-top: 5px solid #00b994;
}

.new-col-border-10 {
  border-top: 5px solid #631023;
}

.new-col-border-11 {
  border-top: 5px solid #ec8506;
}

/* ============================================= why choose ==========================================*/

.module-choose {
  margin-top: 6rem;
  margin-bottom: 11.2rem;
  padding-bottom: 50px;
}

.module-container-03 {
  position: sticky;
  top: 0;
  margin-top: 40px;
}

.module-title-bold {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 60px;
  font-weight: 100;
  font-style: normal;
  margin-bottom: 20px;
  color: #030303;
  font-family: var(--font-first);
  /* position: sticky;
    top: 14rem; */
}

.module-stack-main {
  position: sticky;
  top: 16rem;
}

.module-stack-main > div {
  position: sticky;
  top: 0;
}

.module-stack-main > div:first-child {
  top: 8rem;
}

.module-stack-main > div:nth-child(2) {
  top: 8rem;
}

.module-stack-main > div:nth-child(3) {
  top: 8rem;
}

.module-stack-main > div:nth-child(4) {
  top: 8rem;
}

.module-card-03ab {
  padding: 1.4rem 3.6rem;
  border-radius: 2.4rem;
  border-style: solid;
  border-width: 2px;
  overflow: hidden;
  position: relative;
}

.module-card-03ab.module-card-primary-bg-03 {
  color: #fff;
  background-color: var(--purple-color);
  border: 0;
  border-color: #281038;
}

.module-wrap-lists .module-03-card {
  width: calc(100% - 48px);
  z-index: 2;
}

.module-card-03ab:before {
  content: "";
  display: inline-block;
  height: 1.4rem;
  position: absolute;
  left: 0;
  width: 100%;
  border: 0;
  z-index: 2;
}

.text-sub-title {
  display: block;
  text-align: start;
  font-size: 42px;
  line-height: 55px;
  font-weight: 400;
  font-style: normal;
  margin-top: 6px;
  color: var(--purple-color);
  font-family: var(--font-first);
  margin-bottom: 8px;
}

.module-card-03ab:before {
  top: 0;
}

.module-card-03ab.module-card-primary-bg-03:before {
  background-color: #3b1157;
}

.modulemodule-card-bg-flex {
  content: "";
}

.module-card-03ab .modulemodule-card-bg-flex {
  padding: 3rem 5rem 3rem;
  position: relative;
  border-radius: 0;
}

.module-card-03ab.module-card-primary-bg-03 .modulemodule-card-bg-flex {
  background: var(--purple-color);
  z-index: 1;
}

.module-grid-03 {
  display: grid;
  grid: auto / repeat(2, 1fr);
  gap: 76px;
  align-items: center;
}

.module-card-03ab:after {
  content: "";
  display: inline-block;
  height: 1.4rem;
  position: absolute;
  left: 0;
  width: 100%;
  border: 0;
  z-index: 2;
}

.module-card-03ab:after {
  bottom: 0;
}

.module-card-03ab.module-card-primary-bg-03:after {
  background-color: #3b1157;
}

.module-card-03ab.Module2Card_inverse__AdE4q {
  background-color: #fff;
  color: #002738;
  border-color: #ccd3d7;
}

.module-wrap-lists:nth-of-type(2) .module-03-card {
  left: 48px;
  top: 48px;
}

.module-wrap-lists:nth-of-type(3) .module-03-card {
  left: 0px;
  top: 96px;
}

.module-wrap-lists:nth-of-type(4) .module-03-card {
  left: 48px;
  top: 144px;
}

.module-wrap-lists:nth-of-type(5) .module-03-card {
  left: 0px;
  top: 192px;
}

.module-card-03ab.Module2Card_inverse__AdE4q:before {
  background-color: #e5e9eb;
}

.module-card-03ab.Module2Card_inverse__AdE4q:after {
  background-color: #e5e9eb;
}

/* ----- choose content --- */

.module-card-title {
  display: block;
  text-align: start;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  font-style: normal;
  font-family: var(--font-first);
  margin-bottom: 0;
  letter-spacing: 0.5px;
}

.module-card-text-content p {
  margin-bottom: 0;
  display: block;
  text-align: start;
  font-size: 16px;
  line-height: 26px;
  font-weight: 100;
  font-style: normal;
  font-family: var(--font-first);
  letter-spacing: 0.5px;
}

.card-title-white {
  color: #fff;
}

.card-white p {
  color: #fff;
}

.card-title-black {
  color: #000;
}

.card-black p {
  color: #000;
}

/* ================================= time line ================================== */

.mtb-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.scrape-overflow {
  overflow-y: auto;
}

.scrape-line-wrapper {
  display: flex;
  width: 1200px;
  height: 100%;
  padding-bottom: 26px;
}

.scrape-line-content {
  width: 100%;
  min-width: 300px;
  text-align: center;
  display: block;
}

.timeline-border {
  height: 3px;
  width: 100%;
  display: block;
  background-color: #4f246b;
  margin: 30px 0;
  position: relative;
}

.timeline-border::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #4f246b;
  border-radius: 12px;
  border: 2px solid #4f246b;
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translate(-50%, -45%);
  -ms-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
  transition: all 200ms ease-in;
}

.scrape-line-title {
  display: block;
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  font-style: normal;
  font-family: var(--font-first);
  margin-bottom: 0;
  letter-spacing: 0.5px;
  padding: 0px 10px;
}

.scrape-line-subtitle {
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  font-family: var(--font-first);
  margin-bottom: 0;
  letter-spacing: 0.5px;
}

.scrape-overflow::-webkit-scrollbar-track {
  background: #d7dfff;
  border-radius: 15px;
}

.scrape-overflow::-webkit-scrollbar {
  height: 8px;
}

.scrape-overflow::-webkit-scrollbar-thumb {
  background: #010e2b !important;
  border-radius: 15px;
}

/* ========================================== new testimonial ============================================ */

.new-testimonial {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mySwiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.new-testimonial-wrapper {
  padding: 20px 0;
}

.testimonial-module {
  padding-bottom: 75px !important;
}

.testimonial-module .swiper-slide {
  min-height: 100%;
}

.new-testimonial-content {
  padding: 3rem;
  background: #f2f4f5;
  border-radius: 1.2rem;
  min-height: 460px;
  display: flex;
}

.new-testimonial-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100%;
}

.mb-16 {
  margin-bottom: 1.6rem;
}

.mb-32 {
  margin-bottom: 2rem;
}

.testimonial-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new-testimonial-content .new-testimonial-wrap > div:last-child {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.text-small p {
  color: #33525f;
  font-size: 16px;
  font-family: var(--font-first);
  font-weight: 400;
  font-style: normal;
  text-align: start;
  letter-spacing: 0.5px;
}

.testimonial-info {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  align-items: center;
}

.etstimonial_name {
  margin-right: auto;
}

.ab-text-link {
  color: #002738;
  font-size: 16px;
  line-height: 180%;
  font-weight: 500;
  text-decoration: underline;
  font-family: var(--font-first);
  text-align: start;
}

.ab-text-small {
  color: #002738;
  font-size: 16px;
  line-height: 180%;
  font-weight: 300;
  font-family: var(--font-first);
  text-align: start;
}

/* ----- testimonial next & prev ----- */

.testimonial-module .swiper-button-prev,
.testimonial-module .swiper-button-next {
  height: 45px !important;
  width: 55px !important;
}

.testimonial-module .swiper-button-next {
  right: 2%;
  top: 94% !important;
  background-color: var(--advance-color);
  border-radius: 5px;
}

.testimonial-module .swiper-button-prev {
  left: 89% !important;
  top: 94% !important;
  background-color: #cbc8ff7a;
  border-radius: 5px;
}

.testimonial-module .swiper-button-prev:after,
.testimonial-module .swiper-button-next:after {
  font-size: 20px !important;
  font-weight: 700;
}

.testimonial-module .swiper-button-next:after {
  color: #fff;
}

.testimonial-module .swiper-button-prev:after {
  color: var(--font-color);
}

.testimonial-module .swiper-button-next:hover {
  background-color: #cbc8ff7a;
  transition: all 0.3s ease;
}

.testimonial-module .swiper-button-next:hover::after {
  color: var(--font-color);
}

.testimonial-module .swiper-button-prev:hover {
  background-color: var(--advance-color);
  transition: all 0.3s ease;
}

.testimonial-module .swiper-button-prev:hover::after {
  color: #fff;
}

/* ======================================= new contact form ============================================ */

.new-get-in-touch {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.module-contact-content {
  margin-right: 5rem;
}

.module-contact-heading {
  display: block;
  text-align: start;
  font-size: 34px;
  line-height: 52px;
  font-weight: 400;
  font-style: normal;
  color: var(--main-color);
  font-family: var(--font-first);
}

.mt-50 {
  margin-top: 50px;
}

.module-tag-bold {
  color: #002738;
  font-size: 16px;
  line-height: 180%;
  font-weight: 500;
  font-family: var(--font-first);
  text-align: start;
  margin-bottom: 1rem;
}

.module-tag-subtitle {
  margin-bottom: 2rem;
  color: #33525f;
  font-size: 16px;
  font-family: var(--font-first);
  font-weight: 400;
  font-style: normal;
  text-align: start;
  letter-spacing: 0.5px;
  position: relative;
  line-height: 22px;
  padding-left: 1.2rem;
}

.module-tag-subtitle::before {
  font-size: 0.6em;
  vertical-align: middle;
  font-family: "fontawesome";
  content: "\f005";
  position: absolute;
  left: 0;
  color: #f2a000;
}

/* ------- form -------> */

.heroform_continer {
  padding: 3rem;
  background: #f4f5f6;
  border-radius: 1.6rem;
}

fieldset {
  width: 100%;
}

.heroform_continer .this-form-field {
  margin-bottom: 1.3rem;
}

.this-form-field label {
  font-size: 15px;
  line-height: 1.2rem;
  color: #33525f;
  font-weight: 500;
  margin-bottom: 0.6rem;
  display: inline-block;
}

input:not([type="submit"]),
select,
textarea {
  padding: 0.2rem 1rem;
  width: 100%;
  border: 1px solid #d7c9e5;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  line-height: 2rem !important;
  color: #000;
  outline: none;
  box-shadow: none !important;
}

.input select {
  line-height: 2rem !important;
  padding: 0.5rem 1rem !important;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #1581c0;
}

.form-submited .form-action {
  margin-top: 1.4rem;
}

.form-submited .form-action .submit-button {
  transition: 0.3s ease-out;
  transition-property: background-color, color, opacity, border-color;
  outline: none;
  border-radius: 0.4rem;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 140%;
  color: #fff;
  display: block;
  width: 100%;
  padding: 0.6rem 1.6rem;
  border: 2px solid transparent;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
  background: var(--font-color);
  white-space: pre-wrap;
}

.form-submited .form-action .submit-button:hover {
  border-color: var(--font-color);
  color: var(--font-color);
  background-color: #f6fbff;
}

/* ============================================== footer ============================================ */

.new-footer {
  padding-top: 30px;
  /* padding-bottom: 1rem; */

  background-color: #062e4e;
}

.footer-subscriber {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 35px;
  gap: 90px;
}

.footer-logo {
  margin-bottom: 1rem;
}

.footer-logo img {
  width: 290px;
  height: auto;
}

.subscriber-info h3 {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  color: #fff;
  font-size: 38px;
  line-height: 50px;
  font-weight: 100;
  font-family: var(--font-first);
  text-align: start;
}

.subscriber-info h6 {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: var(--font-first);
  text-align: start;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.footer-list-item {
  display: grid;
  grid: auto/repeat(4, 1fr);
  grid-column-gap: 2.4rem;
  grid-row-gap: 4.8rem;
  padding-left: 0;
}

.list-children {
  line-height: inherit;
}

.footer-item-title {
  font-family: var(--font-first);
  margin-bottom: 1rem;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.5px;
  height: 36px;
}

.footer-dropdown-item {
  display: block;
}

.footer-dropdown-item {
  position: static;
}

.child-dropdown-content a {
  font-family: var(--font-first);
  text-decoration: none;
  color: #97a5ac;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
}

.child-dropdown-content .address {
  font-family: var(--font-first);
  text-decoration: none;
  color: #97a5ac;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  display: block;
  margin-bottom: 1rem;
}

.container-pd-4 hr {
  box-sizing: initial;
  overflow: visible;
  margin-top: 4rem;
  margin-bottom: 4rem;
  background: #97a5ac;
  border: 0;
  height: 1px;
  line-height: 0;
  margin: 0;
  padding: 0;
  page-break-after: always;
  width: 100%;
}

.footer-lower-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.new-social-list a {
  display: inline-block;
  margin-right: 2rem;
}

.new-social-list img {
  height: 25px;
  width: 25px;
}

/* .footer-copyright {
  margin-top: 4rem;
  display: flex;
  align-items: end;
  justify-content: end;
} */
.footer-last {
  display: flex;
  justify-content: center;
  margin-top: 7rem;
  gap: 40px;
}
.footer-copyright span {
  font-family: var(--font-first);
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  display: block;
}
.copyscape-mobileappscraping {
  width: 95px !important;
}
.dmca-mobileappscraping {
  width: 95px !important;
}

/* .trusted-company {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  
  
} */
.trusted-company {
  display: grid;
  grid: auto/repeat(5, 1fr);
  grid-column-gap: 13px;
  grid-row-gap: 1rem;
  place-items: center !important;
}

.trusted-company-logo a {
  height: 100%;
  width: 100%;
}

.trusted-company-logo a img {
  width: 100px;
  height: auto;
}

/* ============================================== popup contact form ======================================= */

#new-popup-form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px 0 rgba(23, 48, 51, 0.37);
  backdrop-filter: blur(3.5px);
  -webkit-backdrop-filter: blur(3.5px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  z-index: 9999;
  overflow: auto;
}

#new-popup-form .new-popup-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background: url(../img/contact/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 73px 8px rgb(0 0 0 / 23%);
}

#new-popup-form .new-popup-box-width {
  width: 1200px;
  background: #0b5ea5;
}

.new-full-popup {
  position: relative;
}

.module-contact-content-popup {
  margin-right: 0rem;
  padding: 36px;
}

.heroform_continer-popup {
  border-radius: 0rem;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.new-full-popup .new-main-contact label {
  color: #000;
  opacity: 0.9;
}

.new-full-popup .new-main-contact .form-control {
  background: #edf9ffb5 !important;
}

.new-full-popup .new-main-contact .submit-button {
  border-color: rgb(8, 147, 189);
  background-color: rgb(8, 147, 189);
  color: #fff;
}

.new-full-popup .new-main-contact .submit-button:hover {
  border-color: rgb(8, 147, 189);
  background-color: #fff;
  color: rgb(8, 147, 189);
}

#new-popup-close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #fff;
  height: 30px;
  width: 30px;
  outline: none;
  border: none;
  border-radius: 50%;
  background-color: #0e5fa7;
  display: flex;
  align-items: center;
  justify-content: center;
}

#new-popup-close-btn i {
  font-size: 20px;
}

.module-contact-content-popup .module-contact-heading {
  color: #fff;
}

.module-contact-content-popup .module-tag-bold {
  color: #fff;
}

.module-contact-content-popup .module-tag-subtitle {
  color: #e0edfd;
}

/* ------------- popup responsive ------------------ */

@media screen and (max-width: 1250px) {
  #new-popup-form .new-popup-box-width {
    width: 98%;
    margin-top: 40px;
  }
}

@media screen and (max-width: 992px) {
  #new-popup-form .new-popup-box-width {
    margin-top: 50px;
  }

  .heroform_continer-popup {
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  #new-popup-form .new-popup-box {
    top: 5%;
    transform: translate(-50%, 0%);
  }

  #new-popup-close-btn {
    background-color: #fff;
    color: #0e5fa7;
  }

  .heroform_continer-popup {
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

@media screen and (max-width: 768px) {
  .new-full-popup {
    margin-bottom: 25px;
  }
}

/* ============================================= new services section ============================================= */

.new-hero-services-section::after,
.new-hero-services-section::before {
  height: 10%;
}

.new-hero-services-section .new-hero-content h1 {
  font-size: 44px;
  font-weight: 400;
  color: #4f246b;
  line-height: 58px;
  letter-spacing: 0px;
}

.module-disk-section {
  padding: 30px 0 80px;
}

.module-disription h2 {
  font-size: 34px;
  line-height: 52px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 8px;
  color: var(--purple-color);
  font-family: var(--font-first);
  text-align: center;
}

.module-disription p {
  display: block;
  text-align: start;
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
  font-style: normal;
  margin-top: 6px;
  color: #002738;
  font-family: var(--font-first);
  text-align: center;
}

.data-field-section {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#new-feild-column-1 {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 20px;
}

.feild-flex-1 {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 0 auto;
}

.feild-column-1 {
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.feild-con-column-position {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.feild-column-size-1 {
  width: 50%;
}

.feild-column-size-2 {
  width: 50%;
}

.find-column-size-1 {
  width: 38%;
}

.find-column-size-2 {
  width: 42%;
}

.feild-column-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feild-column-img img {
  width: 100%;
  border-radius: 0.5rem;
}

.mt-30 {
  margin-top: 30px;
}

.feild-grid {
  grid: auto / repeat(2, 1fr);
  gap: 24px;
  display: grid;
}
.new-grid-detail {
  grid: auto / repeat(3, 1fr);
  display: grid;
}
.new-title-h2 h2 {
  display: block;
  text-align: start;
  font-size: 40px;
  line-height: 55px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 8px;
  color: var(--purple-color);
  font-family: var(--font-first);
}
.descrition-new-title h1 {
  display: block;
  text-align: center;
  font-size: 45px;
  line-height: 55px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
  color: var(--purple-color);
  font-family: var(--font-first);
}
.feild-free ul {
  padding-left: 0;
}
.new-width-list-field {
  width: 56%;
}
.new-width-list-field-img {
  width: 44%;
}

.feild-free ul li {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 5px;
}

.feild-free ul li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: rgb(51 56 72 / 80%);
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

.feild-free ul li:not(:last-child) {
  margin-bottom: 1.2rem;
}

.feild-icon {
  height: 20px;
  width: 20px;
  display: none;
}

.feild-free ul li p {
  margin-bottom: 0;
  margin-left: 10px;
  display: block;
  text-align: start;
  font-size: 18px;
  line-height: 26px;
  font-weight: 100;
  font-style: normal;
  margin-top: 0px;
  color: #002738;
  font-family: var(--font-first);
  letter-spacing: 0.3px;
}

.services-module-heading {
  font-size: 22px;
  line-height: 30px;
}

.services-module-disk {
  letter-spacing: 0.5px;
}

.services-swiper-module .swiper-button-prev {
  top: 96% !important;
}

.services-swiper-module .swiper-button-next {
  top: 96% !important;
}

/* ==================new-service-page-section===================== */

.new-store-flip-section {
  padding: 10px 0 80px;
}
.new-store-flip-row {
  display: grid !important;
  grid: auto / repeat(6, 1fr) !important;
  gap: 20px !important;
}
.new-logo-detail-service {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.new-logo-detail-service a {
  text-decoration: none;
}
.new-logo-title h3 {
  display: block;
  text-align: center;
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
  color: var(--purple-color);
  font-family: var(--font-first);
  cursor: pointer;
}
.new-logo-title h3:hover {
  color: #000;
}
.new-service-image {
  width: 100px;
  height: 60px;
}
.new-service-image img {
  width: 100%;
  height: 100%;
}

.width-btn {
  max-width: 150px !important;
  width: 100%;
  /* margin: 0 35% !important; */
  margin: 0 auto !important;
  margin-top: 40px !important;
}
.gap-bet-row {
  padding-bottom: 45px !important;
}

/* ====================================================== new faqs section =================================================== */

.faq-section {
  background: #fdfdfd;
  padding: 50px 0;
}

.faq-title-heading h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  color: #0e5fa7;
}

.faq-title-heading h2::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 2px;
  background: #e91e63;
  bottom: -25px;
  margin-left: -30px;
}

.faq-title-heading p {
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  margin-top: 6px;
  color: #002738;
  font-family: var(--font-first);
}

.faq {
  background: #ffffff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
}

.faq .card:not(:last-child) {
  border-bottom: 1px dashed #cee1f8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
  background: rgba(233, 30, 99, 0.1);
  padding-left: 10px;
}

.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 60px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  color: #155488;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.faq .card .card-header .faq-title .badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  line-height: 14px;
  /* float: left; */
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #0e5fa7;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #3d556a !important;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #f3f8ff;
}

.faq .card .card-body ul {
  list-style: disc;
}

.faq .card .card-body p {
  margin-bottom: 14px;
  color: #3d556a !important;
}

.mb-20 {
  margin-bottom: 20px;
}

.faq-title {
  position: relative;
}

.faq-title::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  font-weight: 100;
  font-size: 30px;
  line-height: normal;
  color: #000;
  transform: translate(-50%, -50%);
  background-color: #fdf2f6;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2rem;
  padding: 0;
}

.faq-title[aria-expanded="true"]::after {
  content: "-";
}

/* ========================================== why choose ======================================= */

.promo-section {
  padding: 80px 0;
}

.section-heading {
  margin-bottom: 50px;
}

.section-heading h2 {
  font-size: 34px;
  line-height: 52px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 25px;
  color: var(--purple-color);
  font-family: var(--font-first);
  text-align: center;
  opacity: 0.9;
  letter-spacing: 0.5px;
}

.promo-single {
  padding: 30px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 -3px 40px 0 rgb(221 173 227 / 10%);
  border-radius: 12px;
  background-color: #fff;
  height: 315px;
}

.promo-img {
  margin-bottom: 20px;
}

.promo-img img {
  height: 50px;
  width: 50px;
}

.promo-info h3 {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 12px;
  color: var(--purple-color);
  font-family: var(--font-first);
}

.promo-info p {
  text-align: center;
  padding: 0px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.4px;
  color: #3b566e;
  text-decoration: none !important;
  margin-bottom: 0;
}

.module-scraping-heilight {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.module-card-link {
  padding: 3rem 4rem;
  border-radius: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-link-bg {
  background-color: #002738;
  border-color: #002738;
}

.text-action-primery {
  color: #fff;
  text-align: start;
  padding: 0px;
  font-weight: 200;
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-decoration: none !important;
  margin-bottom: 0;
}

.modulelast-title-1 {
  padding-right: 50px;
}

.module-actionwrppe-btn {
  display: block;
  white-space: nowrap;
}

.module-action-btn {
  transition: 0.3s ease-out;
  transition-property: background-color, color, opacity, border-color;
  outline: none;
  border-radius: 0.4rem;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  display: block;
  letter-spacing: 0.3px;
  width: 100%;
  padding: 0.7rem 1.3rem;
  border: 2px solid transparent;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
  white-space: nowrap;
  font-family: var(--font-first);
  color: #fff;
  background-color: #913992;
  border-color: #913992;
}

.module-action-btn:hover {
  border-color: #913992;
  background-color: #fff;
  color: #913992;
}

/* ===================================== new scraping bottom section ======================================= */

.module-optimal-section {
  padding: 40px 0;
}

.container-small {
  max-width: 1130px;
  margin: 0 auto;
  width: 100%;
}

.module-expanded {
  display: grid;
  grid: auto/1fr 1fr;
  gap: 2.4rem;
  min-height: 23rem;
  margin-top: 30px;
}

.module-surface-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 1.6rem;
  border-width: 1px;
  border-style: solid;
  padding: 3.2rem;
  background-color: #fff;
  border-color: #ccd3d7;
}

.surface-icon img {
  width: 40px;
  height: 40px;
}

.surface-title {
  display: block;
  text-align: start;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 15px;
  color: var(--purple-color);
  font-family: var(--font-first);
}

.surface-icon {
  margin-bottom: 20px;
}

.free-text {
  display: block;
  text-align: start;
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
  font-style: normal;
  margin-top: 6px;
  color: #002738;
  font-family: var(--font-first);
  margin-bottom: 30px;
}

.collection-section {
  margin-top: 5rem;
}

.collection-tag-bold {
  color: #002738;
  font-size: 16px;
  line-height: 180%;
  font-weight: 500;
  font-family: var(--font-first);
  text-align: start;
  margin-bottom: 0.6rem;
  position: relative;
  padding-left: 1rem;
}

.collection-tag-bold::before {
  font-size: 0.6em;
  vertical-align: middle;
  font-family: "fontawesome";
  content: "\f0c8";
  position: absolute;
  left: 0;
  color: #0e5fa7;
}

.collection-tag-subtitle {
  margin-bottom: 1.5rem;
  color: #33525f;
  font-size: 16px;
  font-family: var(--font-first);
  font-weight: 400;
  font-style: normal;
  text-align: start;
  letter-spacing: 0.5px;
  position: relative;
  line-height: 22px;
}

.collection-img img {
  width: 100%;
}

/* =============================================== new blog ========================================== */

.new-blog-section {
  padding: 50px 0;
  background-color: #062e4e;
}

.new-blog-heading {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.new-blog-heading h1 {
  font-size: 44px;
  font-weight: 400;
  color: #fff;
  line-height: 58px;
  letter-spacing: 0px;
  font-style: normal;
  margin-bottom: 20px;
  font-family: var(--font-first);
}

.new-blog-heading p {
  display: block;
  text-align: start;
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
  font-style: normal;
  margin-top: 6px;
  color: #fff;
  font-family: var(--font-first);
}

.new-module-recent {
  background-color: #062e4e;
  padding-bottom: 100px;
}

.recent-block {
  background-color: #011f2c;
  width: 100%;
  padding: 0 !important;
}

.head-panel {
  padding: 10px;
  color: #ffffff;
  background-color: #0e5fa7;
}

.panel-title {
  display: block;
  text-align: start;
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
  font-style: normal;
  color: #fff;
  font-family: var(--font-first);
  letter-spacing: 0.4px;
}

.post-grid {
  display: grid;
  grid: auto / repeat(2, 1fr);
  gap: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.action-post-img-fixed {
  width: 100%;
  position: relative;
}

.action-post-img-fixed img {
  width: 100%;
}

.action-date-overlay {
  position: absolute;
  top: 1em;
  right: 1em;
  font-size: 16px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.7em 1em;
  font-weight: 400;
  font-family: var(--font-first);
  -webkit-font-smoothing: antialiased;
}

.action-post-wrapp {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
}

.action-title {
  font-size: 34px;
  line-height: 48px;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-family: var(--font-first);
  text-align: start;
  opacity: 1;
  letter-spacing: 0.3px;
}

.action-post-head-discription p {
  display: block;
  text-align: start;
  font-size: 16px;
  line-height: 22px;
  font-weight: 100;
  font-style: normal;
  color: #fafafa;
  font-family: var(--font-first);
  letter-spacing: 0.3px;
}

.action-post-btn a {
  color: var(--advance-color);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 2px solid var(--font-color);
  padding-bottom: 3px;
}

.new-blog-inner-section {
  padding: 80px 0;
}

.blog-inner-wrapper {
  padding: 0.5rem;
}

.blog-post-grid {
  width: 100%;
}

.blog-post-flex {
  display: grid;
  grid: auto / repeat(3, 1fr);
  gap: 30px;
}

.blog-post {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px 0px 40px 0px;
  flex: 1 0 30%;
  position: relative;
}

.block-panel-text {
  display: flex;
  flex-direction: column;
  padding: 10px;
  color: #ffffff;
  background-color: #0e5fa7;
  width: 100%;
  font-family: var(--font-first);
  font-size: 15px;
  letter-spacing: 0.3px;
}

.blog-post-image {
  height: 250px;
  width: 100%;
  margin-bottom: 10px;
}

.blog-post-image-fixed {
  height: 100%;
  object-fit: cover;
  width: 100%;
  position: relative;
}

.blog-post-image-fixed img {
  width: 100%;
  height: 100%;
}

.blog-date-overlay {
  position: absolute;
  top: 1em;
  right: 1em;
  font-size: 12px;
  font-family: var(--font-first);
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.7em 1em;
  font-weight: 500;
  letter-spacing: 0.3px;
  -webkit-font-smoothing: antialiased;
}

.blog-post-wrapp {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  padding: 20px;
  height: 200px;
  justify-content: space-between;
}

.blog-post-title {
  text-align: start;
  font-size: 26px;
  line-height: 38px;
  font-weight: 100;
  font-style: normal;
  color: rgb(1 2 2 / 65%);
  font-family: var(--font-first);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-post-title a {
  text-decoration: none;
  color: rgb(1 2 2 / 65%);
}

.blog-post-title a:hover {
  text-decoration: underline;
}

.blog-post-btn a {
  color: var(--advance-color);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 2px solid var(--font-color);
  padding-bottom: 3px;
}

/* ========================================== blog main page ====================================== */

.new-main-blog-section {
  margin-top: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.new-main-blog-content img {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.new-main-blog-content h1 {
  font-size: 44px;
  font-weight: 400;
  color: #002738;
  line-height: 58px;
  letter-spacing: 0px;
  font-style: normal;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.new-blog-date {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: start;
  font-size: 16px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  color: #002738;
  font-family: var(--font-first);
}

.new-blog-date i {
  margin-right: 6px;
}

.new-main-blog-content p {
  display: block;
  text-align: start;
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
  font-style: normal;
  color: #141516;
  font-family: var(--font-first);
  letter-spacing: 0.5px;
}

.new-main-blog-content h2 {
  font-size: 32px;
  font-weight: 300;
  color: #002738;
  line-height: 42px;
  letter-spacing: 0px;
  font-style: normal;
  margin-top: 4rem;
  margin-bottom: 1.5rem;
  text-transform: capitalize;
}

.new-main-blog-content h3 {
  font-size: 28px;
  font-weight: 300;
  color: #002738;
  line-height: 40px;
  letter-spacing: 0px;
  font-style: normal;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.new-main-blog-content h4 {
  font-size: 22px;
  font-weight: 300;
  color: #002738;
  line-height: 28px;
  letter-spacing: 0px;
  font-style: normal;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.new-blog-recent {
  margin-top: 1rem;
  position: sticky;
  top: 12%;
}

.new-blog-social {
  margin-top: 15px;
  padding-top: 12px;
  border-top: 1px solid rgba(68, 87, 129, 0.0784313725);
}

.new-blog-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.new-blog-icon a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  background: #dfe8f4;
  border: 1px solid #e5ecff;
  padding: 10px 10px;
  border-radius: 5px;
  text-decoration: none;
}

.new-blog-icon a:hover {
  box-shadow: 2px 4px 14px rgba(0, 56, 132, 0.1);
}

.new-blog-icon a i {
  font-size: 18px;
  color: #485676;
}

.blog-form.heroform_continer {
  padding: 3rem 1.5rem;
}

.blog-form.heroform_continer .input select {
  line-height: 2rem !important;
}

.new-main-blog-content ul {
  list-style: disc;
}

.new-main-blog-content ul li {
  text-align: start;
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
  font-style: normal;
  color: #141516;
  font-family: var(--font-first);
  letter-spacing: 0.5px;
  margin-bottom: 7px;
}
.new-image-list-width {
  width: 800px;
}

@media screen and (max-width: 1720px) {
  .new-image-list-width {
    width: 600px;
  }
}

@media screen and (max-width: 1440px) {
  .new-image-list-width {
    width: 100%;
  }
}

/* ================================================ listout page =========================================== */

.new-country-list-section {
  background: #bbd9f7;
  padding: 50px 0;
}

.new-country-module-tile {
  margin: 30px 0;
}

.new-country-module-tile h2 {
  display: block;
  text-align: start;
  font-size: 34px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 8px;
  color: var(--purple-color);
  font-family: var(--font-first);
}

.new-country-listout-content {
  margin-top: 20px;
  margin-bottom: 50px;
}

.new-listout-items {
  padding-left: 0;
}

.new-listout-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.new-listout-items .country-item {
  width: 25%;
  margin-bottom: 10px;
  /* margin-left: 5px;
    margin-right: 5px; */
}

.country-item a {
  color: #5264e7;
  background-color: #eeedfd;
  font-size: 16px;
  line-height: 38px;
  font-weight: 400;
  font-family: var(--font-first);
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.country-item a:hover {
  background-color: #062e4e;
  color: #fff;
}

.country-title-flex {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 10px 0;
  padding: 20px;
}

.country-title-flex img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.country-title-flex h3 {
  display: block;
  text-align: start;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0px;
  color: var(--purple-color);
  font-family: var(--font-first);
}

@media screen and (max-width: 1200px) {
  .new-listout-items .country-item {
    width: 33%;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 992px) {
  .new-listout-items .country-item {
    width: 50%;
  }

  .country-title-flex {
    margin: 0px 0;
    padding: 5px;
  }
}

@media screen and (max-width: 576px) {
  .new-listout-items .country-item {
    width: auto;
    margin: 0 5px;
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .new-country-module-tile h2 {
    line-height: 35px;
    font-size: 24px;
  }
}

/* ================================================= responsive ============================================ */

@media screen and (max-width: 1400px) {
  .new-hero-content h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .new-hero-content-one h1 {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (min-width: 300px) and (max-width: 375px) {
  .new-hero-content-one h1 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1400px) and (max-width: 1775px) {
  .new-hero-content-one h1 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 20px;
    color: #fff;
    font-family: var(--font-first);
    width: 80%;
  }
}

@media (min-width: 443px) and (max-width: 465px) {
  .new-hero-content-one h1 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 20px;
    color: #fff;
    font-family: var(--font-first);
  }
}

@media (min-width: 1400px) and (max-width: 1775px) {
  .main-api-inner-section-content-paragraph p {
    color: white !important;
    margin-top: 20px !important;
    font-size: 16px !important;
    width: 70% !important;
  }
}

/* old stylesheet */
/*     .new-hero-content h1 {
        font-size: 36px;
        line-height: 52px;
    } */

.new-hero-content p {
  font-size: 18px;
  font-weight: 400;
}

.app-con-padding {
  padding: 23px 25px;
}

.module-section {
  margin-top: 5.2rem;
  margin-bottom: 5.2rem;
}

.p-40 {
  padding: 30px;
}

.module-simple-card {
  padding: 2rem;
}

.swiper-module .swiper-button-prev {
  left: 88% !important;
}

.industry-column-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.industry-column-5 {
  padding-right: 20px;
}

.module-choose {
  margin-top: 3rem;
}

.module-title-bold {
  font-size: 28px;
  line-height: 42px;
}

.module-card-03ab .modulemodule-card-bg-flex {
  padding: 2rem;
}

.new-testimonial-content {
  padding: 2rem;
}

.testimonial-module .swiper-button-prev {
  left: 86% !important;
}

.module-contact-heading {
  font-size: 34px;
  line-height: 46px;
}

.mt-50 {
  margin-top: 30px;
}

.footer-subscriber {
  margin-bottom: 4rem;
}

.subscriber-info h3 {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  font-size: 30px;
  line-height: 40px;
}

.subscriber-info h6 {
  font-weight: 400;
  font-size: 14px;
}

.new-social-list a {
  /* margin-right: 2rem; */
  /* border: 1px solid white; */
  border-radius: 50%;
  padding: 10px;
  transition: 0.3s ease-in-out;
}

.footer-lower-list {
  margin-top: 2rem;
}

.footer-lower-list {
  flex-direction: column;
}

.trusted-company {
  margin-bottom: 1rem;
  place-items: start;
  align-items: center;
}

.new-hero-services-section .new-hero-content h1 {
  font-size: 36px;
}

@media screen and (max-width: 1200px) {
  .new-hero-section::before,
  .new-hero-section::after {
    height: 15%;
  }

  .new-hero-section {
    height: 800px;
  }

  .new-social-list a {
    margin-right: 20px;
  }

  .new-hero-services-section {
    height: 100%;
    padding-bottom: 30px;
  }
  .trusted-company {
    grid: auto/repeat(3, 1fr);
  }

  .new-hero-services-section .new-hero-content {
    margin-top: 9rem;
  }

  .new-hero-services-section::after {
    display: none;
  }

  .container-small {
    max-width: 980px;
  }
  .footer-subscriber {
    flex-direction: column;
    margin-bottom: 3rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 25px;
  }
  .subscriber-info h6 {
    text-align: center;
  }
}

@media screen and (max-width: 992px) {
  .new-hero-section {
    height: 100%;
  }
  .new-hero-section::before {
    background: none;
  }

  .new-hero-content {
    margin-top: 3rem !important;
    margin-bottom: 2rem;
  }

  .app-con-padding {
    padding: 1rem;
  }

  .text-block-3 {
    padding: 1rem;
    align-items: start;
  }

  .module-section {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }

  .module-gride {
    padding: 4.5rem 1.6rem;
  }

  .module-gride {
    grid: auto / repeat(1, 1fr);
    gap: 30px;
  }

  .module-title-card-md {
    display: none;
  }

  .usecase-module {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .module-absolute {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
  }

  .swiper-padding {
    padding: 26px 0 0px !important;
  }

  .module-wrapper {
    grid: auto/repeat(1, 1fr);
  }

  .module-card-border:nth-child(3) {
    border-top-width: 0px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 0px;
  }

  .module-card-border:nth-child(5) {
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
  }

  .module-simple-card {
    padding: 1rem 1.5rem;
  }

  .swiper-module .swiper-button-next,
  .swiper-module .swiper-button-prev {
    top: 92% !important;
  }

  .swiper-module .swiper-button-prev {
    left: 80% !important;
  }

  .industry-column-title {
    margin-top: 10px;
  }

  .industry-column-subtitle {
    font-size: 25px;
    line-height: 35px;
  }

  .industry-column-1 {
    padding-bottom: 0;
  }

  .industry-flex-2 {
    flex-direction: column;
  }

  .main-column-size-1 {
    width: 80%;
  }

  .main-column-size-2 {
    width: 100%;
  }

  .industry-column-4 {
    margin-top: 50px;
  }

  .module-icon-step {
    height: 65px;
    width: 140px;
  }

  .module-icon-wrap img {
    width: 110px;
  }

  .od-md-2 {
    order: 2;
  }

  .od-md-1 {
    order: 1;
  }

  .industry-column-5 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 50px;
  }

  .module-card-03ab {
    padding: 0.4rem 1rem;
  }

  .module-card-03ab .modulemodule-card-bg-flex {
    padding: 2rem 1rem;
  }

  .module-grid-03 {
    grid-template-columns: 30% 1fr;
    gap: 30px;
  }

  .module-card-title {
    font-size: 16px;
    line-height: 23px;
  }

  .module-card-text-content p {
    font-size: 15px;
    line-height: 24px;
  }

  .scrape-line-content {
    min-width: 220px;
  }

  .new-testimonial-content {
    min-height: 300px;
  }

  .testimonial-module .swiper-button-prev {
    left: 80% !important;
  }

  .new-testimonial {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .module-contact-content {
    margin-right: 0;
  }

  .new-get-in-touch {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .subscriber-info h3 {
    margin-top: 2.2rem;
    margin-bottom: 1.6rem;
    text-align: center;
    font-size: 28px;
  }

  .subscriber-info {
    margin-bottom: 2.6rem;
  }

  .new-social-list img {
    height: 25px;
    width: 25px;
  }

  .footer-list-item {
    grid: auto/repeat(2, 1fr);
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.8rem;
  }

  .trusted-company {
    grid: auto/repeat(3, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 2rem;
  }

  .new-footer {
    /* padding-top: 3rem; */
    /* padding-bottom: 3rem; */
  }

  .module-disk-section {
    padding: 20px 0 20px;
  }

  #new-feild-column-1 {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .feild-flex-1 {
    flex-direction: column;
  }

  .feild-column-size-1 {
    width: 100%;
  }

  .feild-column-size-2 {
    width: 100%;
    margin-bottom: 25px;
  }

  .data-field-section {
    margin-top: 10rem;
  }

  .faq .card .card-header .faq-title .badge {
    margin-right: 8px;
  }

  .promo-single {
    height: 100%;
  }

  .module-card-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 2rem;
  }

  .modulelast-title-1 {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .text-action-primery {
    text-align: center;
  }

  .promo-section {
    padding: 40px 0;
  }

  .module-scraping-heilight {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .find-column-size-1 {
    width: 100%;
  }

  .find-column-size-2 {
    width: 100%;
  }

  .container-small {
    max-width: 100%;
  }

  .module-expanded {
    grid: auto/1fr;
    gap: 1.4rem;
    padding: 15px;
  }

  .collection-section {
    margin-top: 2rem;
  }

  .post-grid {
    grid: auto / repeat(1, 1fr);
  }

  .blog-post-flex {
    grid: auto / repeat(2, 1fr);
    gap: 20px;
  }

  .blog-post-image {
    height: 225px;
  }
}

@media screen and (max-width: 768px) {
  .new-hero-section {
    background-size: contain;
  }

  .module-card-content h2 {
    font-size: 28px;
  }

  .module-animation {
    margin-left: 0;
  }

  .usecase-module {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .module-heading {
    font-size: 28px;
    line-height: 40px;
  }

  .swiper-padding {
    padding: 20px 0 20px !important;
  }

  .module-heading-small {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 9px;
  }

  .module-simple-card {
    padding: 1rem 1rem;
  }

  .card-text-small p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
  }

  .swiper-module .swiper-button-next,
  .swiper-module .swiper-button-prev {
    top: 94% !important;
  }

  .swiper-module .swiper-button-prev {
    left: 74% !important;
  }

  .industry-flex-1 {
    flex-direction: column;
  }

  .ind-column-size-1 {
    width: 100%;
    padding-top: 45px;
    padding-left: 0;
    padding-right: 0;
  }

  .industry-column-title {
    line-height: 28px;
  }

  .industry-column-subtitle {
    font-size: 23px;
    line-height: 33px;
  }

  .ind-btn-column-position {
    align-items: start;
  }

  .ind-column-size-2 {
    margin-top: 22px;
    width: 100%;
  }

  .module-choose {
    margin-top: 2rem;
  }

  .module-title-bold {
    font-size: 22px;
    line-height: 36px;
  }

  .module-card-03ab .modulemodule-card-bg-flex {
    padding: 1rem 0rem;
  }

  .module-card-03ab:before {
    height: 0.6rem;
  }

  .module-card-03ab::after {
    height: 0.6rem;
  }

  .module-grid-03 {
    grid-template-columns: 25% 1fr;
    gap: 12px;
  }

  .module-card-text-content p {
    font-size: 12px;
    line-height: 19px;
  }

  .module-card-title {
    font-size: 13px;
    line-height: 18px;
  }

  .module-card-03ab {
    border-radius: 1.7rem;
  }

  .module-wrap-lists:nth-of-type(2) .module-03-card {
    left: 30px;
    top: 22px;
  }

  .module-wrap-lists:nth-of-type(3) .module-03-card {
    left: 0px;
    top: 44px;
  }

  .module-wrap-lists:nth-of-type(4) .module-03-card {
    left: 30px;
    top: 66px;
  }

  .module-wrap-lists:nth-of-type(5) .module-03-card {
    left: 0px;
    top: 88px;
  }

  .module-choose {
    margin-bottom: 5.2rem;
    padding-bottom: 30px;
  }

  .scrape-line-content {
    min-width: 100px;
  }

  .timeline-border {
    margin: 20px 0;
  }

  .scrape-line-wrapper {
    padding-bottom: 0;
  }

  .scrape-line-title {
    font-size: 24px;
  }

  .scrape-line-subtitle {
    font-size: 13px;
  }

  .testimonial-module .swiper-button-prev {
    left: 74% !important;
  }

  .module-disription h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .module-disription p {
    font-size: 16px;
    line-height: 25px;
  }

  .data-field-section {
    margin-top: 1rem;
  }

  .services-module-section .swiper {
    height: auto;
  }

  .services-module-section .swiper-wrapper {
    margin-bottom: 20px;
  }

  .services-module-section .swiper-button-next,
  .swiper-module .swiper-button-prev {
    top: 96% !important;
  }

  .services-module-section .swiper-padding {
    padding: 20px 0 50px !important;
  }

  .faq .card .card-header .faq-title {
    padding-left: 16px;
    padding-right: 50px;
    line-height: 1.4;
  }

  .faq .card .card-header .faq-title .badge {
    display: none;
  }

  .section-heading h2 {
    font-size: 28px;
    line-height: 42px;
  }

  .blog-post-flex {
    grid: auto / repeat(1, 1fr);
    gap: 0px;
  }

  .blog-post-image {
    height: auto;
  }

  .blog-post-wrapp {
    height: auto;
  }

  .blog-post-btn {
    margin-top: 20px;
  }
}

@media screen and (max-width: 576px) {
  .new-hero-section::before,
  .new-hero-section::after {
    height: 12%;
  }

  .new-hero-content {
    margin-top: 8rem;
  }

  .new-hero-content h1 {
    font-size: 32px;
    line-height: 43px;
  }

  .new-hero-services-section .new-hero-content h1 {
    font-size: 32px;
    line-height: 44px;
  }

  .gride-card::before,
  .gride-card::after {
    height: 1.4rem;
  }

  .module-gride {
    padding: 3rem 1.2rem;
  }

  .module-card-content h2 {
    font-size: 22px;
    font-weight: 400;
  }

  .module-heading {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 8px;
  }

  .swiper-module .swiper-button-prev {
    left: 65% !important;
  }

  .industry-column-title {
    line-height: 26px;
  }

  .industry-column-subtitle {
    font-size: 20px;
    line-height: 26px;
  }

  .main-column-size-1 {
    width: 100%;
  }

  .industry-column-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .module-icon-step {
    height: 50px;
    width: 115px;
  }

  .module-icon-wrap img {
    width: 84px;
  }

  #new-id-column-2 {
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 8px;
  }

  .industry-flex-wrapper {
    margin-top: 10px;
  }

  .module-title-bold {
    font-size: 20px;
    line-height: 30px;
  }

  .module-grid-03 {
    grid: auto / repeat(1, 1fr);
    grid-template-columns: 100%;
    gap: 12px;
  }

  .testimonial-module .swiper-button-prev {
    left: 65% !important;
  }

  .new-get-in-touch {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .module-contact-heading {
    font-size: 28px;
    line-height: 40px;
  }

  .mt-50 {
    margin-top: 15px;
  }

  .module-tag-bold {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 0.5rem;
  }

  .module-tag-subtitle {
    margin-bottom: 1.5rem;
    font-size: 15px;
    line-height: 21px;
    padding-left: 1.1rem;
  }

  .heroform_continer {
    padding: 3rem 1.5rem;
  }

  .footer-list-item {
    grid: auto/repeat(1, 1fr);
    grid-column-gap: 1.4rem;
    grid-row-gap: 1rem;
  }

  .item-sm-none {
    display: none;
  }

  .trusted-company {
    grid: auto/repeat(3, 1fr);
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }

  .trusted-company-logo a img {
    width: 90px;
    height: auto;
  }

  .services-module-section .swiper-button-prev {
    left: 68% !important;
  }

  .text-sub-title {
    font-size: 30px;
    line-height: 44px;
  }

  .feild-free ul li p {
    font-size: 16px;
  }

  .feild-free ul li:not(:last-child) {
    margin-bottom: 0.5rem;
  }

  .feild-grid {
    gap: 0px;
  }

  .module-disription h2 {
    font-size: 24px;
    line-height: 36px;
  }

  .new-blog-heading {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .new-blog-section {
    padding: 35px 0;
  }

  .action-title {
    font-size: 30px;
    line-height: 40px;
  }

  .new-module-recent {
    padding-bottom: 0px;
  }

  .new-main-blog-content h1 {
    font-size: 26px;
    line-height: 38px;
  }

  .new-main-blog-content h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .new-main-blog-content h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .child-dropdown-content a:nth-last-child(1) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 400px) {
  .new-hero-content h1 {
    font-size: 24px;
    line-height: 34px;
  }

  .new-hero-content p {
    font-size: 16px;
    line-height: 24px;
  }

  .new-hero-content {
    margin-top: 3rem;
  }

  .app-title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .module-card-content h2 {
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
  }

  .module-card-content p {
    font-size: 14px;
    line-height: 21px;
  }

  .module-section {
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
  }

  .usecase-module {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .module-heading {
    font-size: 22px;
    line-height: 30px;
  }

  .module-simple-card {
    height: 290px;
  }

  .swiper-module .swiper-button-prev {
    left: 62% !important;
  }

  .swiper-module .swiper-button-next,
  .swiper-module .swiper-button-prev {
    top: 95% !important;
  }

  .swiper-padding {
    padding: 0px 0 0px !important;
  }

  .industry-column-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 3px;
  }

  .industry-column-subtitle {
    font-size: 19px;
    line-height: 24px;
  }

  .industry-wise {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }

  .industry-column-4 {
    margin-top: 30px;
  }

  .main-heading-title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 4px;
  }

  .text-sub-content {
    font-size: 16px;
    line-height: 24px;
  }

  .module-icon-step {
    height: 40px;
    width: 90px;
  }

  .module-icon-wrap img {
    width: 64px;
  }

  .industry-flex-wrapper {
    min-height: 46px;
  }

  .industry-flex-link-btn {
    margin-top: 10px;
  }

  .module-title-bold {
    font-size: 16px;
    line-height: 23px;
  }

  .new-testimonial-content {
    padding: 2rem 1rem;
  }

  .new-testimonial-content {
    min-height: 450px;
  }

  .testimonial-module .swiper-button-prev {
    left: 62% !important;
  }

  .module-contact-heading {
    font-size: 24px;
    line-height: 34px;
  }

  .subscriber-info h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 22px;
    line-height: 34px;
  }

  .subscriber-info h6 {
    font-weight: 300;
    font-size: 12px;
    line-height: 19px;
  }

  .new-hero-services-section .new-hero-content h1 {
    font-size: 24px;
    line-height: 34px;
  }

  .new-hero-services-section .new-hero-content p {
    font-size: 16px;
    line-height: 24px;
  }

  .new-hero-services-section .new-hero-content {
    margin-top: 8rem;
  }

  .module-disription h2 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 32px;
  }

  .feild-grid {
    grid: auto / repeat(1, 1fr);
    gap: 0px;
  }

  .feild-icon {
    height: 16px;
    width: 16px;
  }

  .feild-column-1 {
    padding-left: 5px;
    padding-right: 5px;
  }

  #new-feild-column-1 {
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }

  .data-field-section {
    margin-bottom: 0;
  }

  .usecase-module {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .services-module-section .module-simple-card {
    height: auto;
  }

  .module-actionwrppe-btn {
    display: block;
    white-space: normal;
  }

  .module-action-btn {
    white-space: normal;
    text-align: center;
  }

  .module-scraping-heilight {
    margin-top: 0rem;
    margin-bottom: 2rem;
  }

  .module-expanded {
    margin-top: 15px;
  }

  .module-surface-card {
    padding: 2rem;
  }

  .surface-title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0px;
  }

  .free-text {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (max-width: 376px) {
  .services-module-section .swiper-button-prev {
    left: 59% !important;
  }

  .faq-title-heading h2 {
    line-height: 1.3;
  }

  .mb-20 {
    margin-bottom: 10px;
  }

  .faq .card .card-header .faq-title {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .faq .card .card-body {
    padding: 8px;
    padding-left: 16px;
    padding-bottom: 0px;
    font-size: 14px;
    line-height: 23px;
  }

  .section-heading h2 {
    font-size: 21px;
    line-height: 32px;
  }
}

/* ========================================== scraping page slider ======================================= */

.ecommerce-module-size .module-simple-card {
  height: 360px;
}

.food-module-size .module-simple-card {
  height: 300px;
}

.gorcery-module-size .module-simple-card {
  height: 350px;
}

.ott-module-size .module-simple-card {
  height: 400px;
}

.social-module-size .module-simple-card {
  height: 350px;
}

.Exhibitor-module-size .module-simple-card {
  height: 350px;
}

.travel-module-size .module-simple-card {
  height: 350px;
}

.car-module-size .module-simple-card {
  height: 360px;
}

.music-module-size .module-simple-card {
  height: 325px;
}

.dating-module-size .module-simple-card {
  height: 325px;
}

.liquor-module-size .module-simple-card {
  height: 325px;
}

.hotel-module-size .module-simple-card {
  height: 325px;
}

.medicine-module-size .module-simple-card {
  height: 325px;
}

.recruitment-module-size .module-simple-card {
  height: 360px;
}

@media screen and (max-width: 1400px) {
  .ecommerce-module-size .swiper-button-prev {
    left: 87% !important;
  }

  .food-module-size .swiper-button-prev {
    left: 87% !important;
  }

  .gorcery-module-size .swiper-button-prev {
    left: 87% !important;
  }

  .ott-module-size .swiper-button-prev {
    left: 87% !important;
  }

  .social-module-size .swiper-button-prev {
    left: 87% !important;
  }

  .Exhibitor-module-size .swiper-button-prev {
    left: 87% !important;
  }

  .travel-module-size .swiper-button-prev {
    left: 87% !important;
  }

  .car-module-size .swiper-button-prev {
    left: 87% !important;
  }

  .music-module-size .swiper-button-prev {
    left: 87% !important;
  }

  .dating-module-size .swiper-button-prev {
    left: 87% !important;
  }

  .liquor-module-size .swiper-button-prev {
    left: 87% !important;
  }

  .hotel-module-size .swiper-button-prev {
    left: 87% !important;
  }

  .medicine-module-size .swiper-button-prev {
    left: 87% !important;
  }
}

@media screen and (max-width: 1200px) {
  .ecommerce-module-size .module-simple-card {
    height: 420px;
  }

  .ecommerce-module-size .swiper-button-prev {
    left: 85% !important;
  }

  .food-module-size .module-simple-card {
    height: 350px;
  }

  .ott-module-size .module-simple-card {
    height: 450px;
  }

  .food-module-size .swiper-button-prev {
    left: 85% !important;
  }

  .gorcery-module-size .module-simple-card {
    height: 385px;
  }

  .gorcery-module-size .swiper-button-prev {
    left: 85% !important;
  }

  .ott-module-size .swiper-button-prev {
    left: 85% !important;
  }

  .ott-module-size .swiper-button-prev,
  .ott-module-size .swiper-button-next {
    top: 97% !important;
  }

  .social-module-size .module-simple-card {
    height: 380px;
  }

  .social-module-size .swiper-button-prev {
    left: 85% !important;
  }

  .Exhibitor-module-size .module-simple-card {
    height: 380px;
  }

  .Exhibitor-module-size .swiper-button-prev {
    left: 85% !important;
  }

  .travel-module-size .module-simple-card {
    height: 380px;
  }

  .travel-module-size .swiper-button-prev {
    left: 85% !important;
  }

  .car-module-size .module-simple-card {
    height: 400px;
  }

  .car-module-size .swiper-button-prev {
    left: 85% !important;
  }

  .music-module-size .module-simple-card {
    height: 390px;
  }

  .music-module-size .swiper-button-prev {
    left: 85% !important;
  }

  .dating-module-size .module-simple-card {
    height: 390px;
  }

  .dating-module-size .swiper-button-prev {
    left: 85% !important;
  }

  .liquor-module-size .module-simple-card {
    height: 390px;
  }

  .liquor-module-size .swiper-button-prev {
    left: 85% !important;
  }

  .hotel-module-size .module-simple-card {
    height: 370px;
  }

  .hotel-module-size .swiper-button-prev {
    left: 85% !important;
  }

  .medicine-module-size .module-simple-card {
    height: 370px;
  }

  .medicine-module-size .swiper-button-prev {
    left: 85% !important;
  }
}

@media screen and (max-width: 992px) {
  .ecommerce-module-size .module-simple-card {
    height: 200px;
  }

  .ecommerce-module-size .swiper-button-prev {
    left: 81% !important;
  }

  .ecommerce-module-size .swiper-button-prev,
  .ecommerce-module-size .swiper-button-next {
    top: 88% !important;
  }

  .food-module-size .module-simple-card {
    height: 160px;
  }

  .food-module-size .swiper-button-prev {
    left: 81% !important;
  }

  .food-module-size .swiper-button-prev,
  .food-module-size .swiper-button-next {
    top: 93% !important;
  }

  .gorcery-module-size .module-simple-card {
    height: 200px;
  }

  .gorcery-module-size .swiper-button-prev {
    left: 81% !important;
  }

  .gorcery-module-size .swiper-button-prev,
  .gorcery-module-size .swiper-button-next {
    top: 87% !important;
  }

  .ott-module-size .module-simple-card {
    height: 208px;
  }

  .ott-module-size .swiper-button-prev,
  .ott-module-size .swiper-button-next {
    top: 87% !important;
  }

  .ott-module-size .swiper-button-prev {
    left: 81% !important;
  }

  .social-module-size .module-simple-card {
    height: 180px;
  }

  .social-module-size .swiper-button-prev,
  .social-module-size .swiper-button-next {
    top: 87% !important;
  }

  .social-module-size .swiper-button-prev {
    left: 81% !important;
  }

  .Exhibitor-module-size .module-simple-card {
    height: 200px;
  }

  .Exhibitor-module-size .swiper-button-prev,
  .Exhibitor-module-size .swiper-button-next {
    top: 87% !important;
  }

  .Exhibitor-module-size .swiper-button-prev {
    left: 81% !important;
  }

  .travel-module-size .module-simple-card {
    height: 200px;
  }

  .travel-module-size .swiper-button-prev,
  .travel-module-size .swiper-button-next {
    top: 87% !important;
  }

  .travel-module-size .swiper-button-prev {
    left: 81% !important;
  }

  .car-module-size .module-simple-card {
    height: 200px;
  }

  .car-module-size .swiper-button-prev,
  .car-module-size .swiper-button-next {
    top: 87% !important;
  }

  .car-module-size .swiper-button-prev {
    left: 81% !important;
  }

  .music-module-size .module-simple-card {
    height: 200px;
  }

  .music-module-size .swiper-button-prev,
  .music-module-size .swiper-button-next {
    top: 87% !important;
  }

  .music-module-size .swiper-button-prev {
    left: 81% !important;
  }

  .dating-module-size .module-simple-card {
    height: 200px;
  }

  .dating-module-size .swiper-button-prev,
  .dating-module-size .swiper-button-next {
    top: 87% !important;
  }

  .dating-module-size .swiper-button-prev {
    left: 81% !important;
  }

  .liquor-module-size .module-simple-card {
    height: 200px;
  }

  .liquor-module-size .swiper-button-prev,
  .liquor-module-size .swiper-button-next {
    top: 87% !important;
  }

  .liquor-module-size .swiper-button-prev {
    left: 81% !important;
  }

  .hotel-module-size .module-simple-card {
    height: 190px;
  }

  .hotel-module-size .swiper-button-prev,
  .hotel-module-size .swiper-button-next {
    top: 87% !important;
  }

  .hotel-module-size .swiper-button-prev {
    left: 81% !important;
  }

  .medicine-module-size .module-simple-card {
    height: 190px;
  }

  .medicine-module-size .swiper-button-prev,
  .medicine-module-size .swiper-button-next {
    top: 87% !important;
  }

  .medicine-module-size .swiper-button-prev {
    left: 81% !important;
  }

  .recruitment-module-size .module-simple-card {
    height: 200px;
  }

  .recruitment-module-size .swiper-button-prev,
  .recruitment-module-size .swiper-button-next {
    top: 87% !important;
  }

  .recruitment-module-size .swiper-button-prev {
    left: 81% !important;
  }
}

@media screen and (max-width: 768px) {
  .ecommerce-module-size .module-simple-card {
    height: 180px;
  }

  .ecommerce-module-size .swiper-button-prev {
    left: 75% !important;
  }

  .ecommerce-module-size .swiper-button-prev,
  .ecommerce-module-size .swiper-button-next {
    top: 97% !important;
  }

  .food-module-size .swiper-button-prev,
  .food-module-size .swiper-button-next {
    top: 96% !important;
  }

  .food-module-size .swiper-button-prev {
    left: 75% !important;
  }

  .gorcery-module-size .module-simple-card {
    height: 185px;
  }

  .gorcery-module-size .swiper-button-prev {
    left: 75% !important;
  }

  .gorcery-module-size .swiper-button-prev,
  .gorcery-module-size .swiper-button-next {
    top: 97% !important;
  }

  .ott-module-size .swiper-button-prev {
    left: 75% !important;
  }

  .ott-module-size .swiper-button-prev,
  .ott-module-size .swiper-button-next {
    top: 97% !important;
  }

  .social-module-size .swiper-button-prev,
  .social-module-size .swiper-button-next {
    top: 97% !important;
  }

  .social-module-size .swiper-button-prev {
    left: 75% !important;
  }

  .Exhibitor-module-size .swiper-button-prev,
  .Exhibitor-module-size .swiper-button-next {
    top: 97% !important;
  }

  .Exhibitor-module-size .swiper-button-prev {
    left: 75% !important;
  }

  .travel-module-size .swiper-button-prev,
  .travel-module-size .swiper-button-next {
    top: 97% !important;
  }

  .travel-module-size .swiper-button-prev {
    left: 75% !important;
  }

  .car-module-size .swiper-button-prev,
  .car-module-size .swiper-button-next {
    top: 97% !important;
  }

  .car-module-size .swiper-button-prev {
    left: 75% !important;
  }

  .music-module-size .swiper-button-prev,
  .music-module-size .swiper-button-next {
    top: 97% !important;
  }

  .music-module-size .swiper-button-prev {
    left: 75% !important;
  }

  .dating-module-size .swiper-button-prev,
  .dating-module-size .swiper-button-next {
    top: 97% !important;
  }

  .dating-module-size .swiper-button-prev {
    left: 75% !important;
  }

  .liquor-module-size .swiper-button-prev,
  .liquor-module-size .swiper-button-next {
    top: 97% !important;
  }

  .liquor-module-size .swiper-button-prev {
    left: 75% !important;
  }

  .hotel-module-size .swiper-button-prev,
  .hotel-module-size .swiper-button-next {
    top: 97% !important;
  }

  .hotel-module-size .swiper-button-prev {
    left: 75% !important;
  }

  .medicine-module-size .swiper-button-prev,
  .medicine-module-size .swiper-button-next {
    top: 97% !important;
  }

  .medicine-module-size .swiper-button-prev {
    left: 75% !important;
  }

  .recruitment-module-size .swiper-button-prev,
  .recruitment-module-size .swiper-button-next {
    top: 97% !important;
  }

  .recruitment-module-size .swiper-button-prev {
    left: 75% !important;
  }
}

@media screen and (max-width: 576px) {
  .ecommerce-module-size .swiper-button-prev {
    left: 72% !important;
  }

  .ecommerce-module-size .module-simple-card {
    height: 200px;
  }

  .food-module-size .swiper-button-prev {
    left: 71% !important;
  }

  .gorcery-module-size .swiper-button-prev {
    left: 72% !important;
  }

  .ott-module-size .swiper-button-prev {
    left: 71% !important;
  }

  .social-module-size .swiper-button-prev {
    left: 71% !important;
  }

  .Exhibitor-module-size .swiper-button-prev {
    left: 71% !important;
  }

  .travel-module-size .swiper-button-prev {
    left: 71% !important;
  }

  .car-module-size .swiper-button-prev {
    left: 71% !important;
  }

  .music-module-size .swiper-button-prev {
    left: 71% !important;
  }

  .dating-module-size .swiper-button-prev {
    left: 71% !important;
  }

  .liquor-module-size .swiper-button-prev {
    left: 71% !important;
  }

  .hotel-module-size .swiper-button-prev {
    left: 71% !important;
  }

  .medicine-module-size .swiper-button-prev {
    left: 71% !important;
  }

  .recruitment-module-size .swiper-button-prev {
    left: 71% !important;
  }
}

@media screen and (max-width: 450px) {
  .ecommerce-module-size .module-simple-card {
    height: 215px;
  }

  .ecommerce-module-size .swiper-button-prev {
    left: 67% !important;
  }

  .food-module-size .swiper-button-prev {
    left: 66% !important;
  }

  .gorcery-module-size .module-simple-card {
    height: 195px;
  }

  .gorcery-module-size .swiper-button-prev {
    left: 70% !important;
  }

  .ott-module-size .module-simple-card {
    height: 235px;
  }

  .ott-module-size .swiper-button-prev {
    left: 67% !important;
  }

  .social-module-size .module-simple-card {
    height: 195px;
  }

  .social-module-size .swiper-button-prev {
    left: 67% !important;
  }

  .Exhibitor-module-size .swiper-button-prev {
    left: 67% !important;
  }

  .travel-module-size .swiper-button-prev {
    left: 67% !important;
  }

  .car-module-size .swiper-button-prev {
    left: 67% !important;
  }

  .music-module-size .swiper-button-prev {
    left: 67% !important;
  }

  .dating-module-size .swiper-button-prev {
    left: 67% !important;
  }

  .liquor-module-size .swiper-button-prev {
    left: 67% !important;
  }

  .hotel-module-size .swiper-button-prev {
    left: 67% !important;
  }

  .medicine-module-size .swiper-button-prev {
    left: 67% !important;
  }

  .recruitment-module-size .swiper-button-prev {
    left: 67% !important;
  }
}

@media screen and (max-width: 400px) {
  .ecommerce-module-size .module-simple-card {
    height: 250px;
  }

  .ecommerce-module-size .swiper-button-prev {
    left: 62% !important;
  }

  .food-module-size .swiper-button-prev {
    left: 65% !important;
  }

  .gorcery-module-size .module-simple-card {
    height: 200px;
  }

  .gorcery-module-size .swiper-button-prev {
    left: 65% !important;
  }

  .ott-module-size .module-simple-card {
    height: 285px;
  }

  .ott-module-size .swiper-button-prev {
    left: 61% !important;
  }

  .ott-module-size .swiper-button-prev,
  .ott-module-size .swiper-button-next {
    top: 98% !important;
  }

  .social-module-size .module-simple-card {
    height: 200px;
  }

  .social-module-size .swiper-button-prev {
    left: 64% !important;
  }

  .Exhibitor-module-size .swiper-button-prev {
    left: 64% !important;
  }

  .travel-module-size .swiper-button-prev {
    left: 64% !important;
  }

  .car-module-size .module-simple-card {
    height: 230px;
  }

  .car-module-size .swiper-button-prev {
    left: 64% !important;
  }

  .music-module-size .module-simple-card {
    height: 210px;
  }

  .music-module-size .swiper-button-prev {
    left: 64% !important;
  }

  .dating-module-size .module-simple-card {
    height: 220px;
  }

  .dating-module-size .swiper-button-prev {
    left: 64% !important;
  }

  .liquor-module-size .swiper-button-prev {
    left: 64% !important;
  }

  .hotel-module-size .swiper-button-prev {
    left: 64% !important;
  }

  .medicine-module-size .swiper-button-prev {
    left: 64% !important;
  }

  .recruitment-module-size .swiper-button-prev {
    left: 64% !important;
  }
}

/* =================================== services inside page ========================================= */

.action-module-section {
  margin-top: 0;
}

.swiper-next-prev {
  position: absolute;
  bottom: 1%;
  right: 5%;
  display: flex;
  align-items: center;
  height: 45px;
}

.swiper-next-prev .swiper-button-prev,
.swiper-next-prev .swiper-button-next {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0;
}

.swiper-next-prev .swiper-button-prev {
  background-color: #cbc8ff7a;
  border-radius: 5px;
  height: 45px !important;
  width: 55px !important;
}

.swiper-next-prev .swiper-button-prev:after {
  color: var(--font-color);
  font-size: 20px !important;
  font-weight: 700;
}

.swiper-next-prev .swiper-button-next {
  /* background-color: var(--advance-color); */
  background-color: #cbc8ff7a;
  border-radius: 5px;
  height: 45px !important;
  width: 55px !important;
  margin-right: 10px;
}
.swiper-next-prev .swiper-button-next:hover,
.swiper-next-prev .swiper-button-prev:hover {
  background-color: var(--advance-color);
  color: #fff !important;
}

.swiper-next-prev .swiper-button-prev:hover::after {
  color: #fff;
}
.swiper-next-prev .swiper-button-next:hover::after {
  color: #fff;
}

.swiper-next-prev .swiper-button-next:after {
  color: var(--advance-color);
  font-size: 20px !important;
  font-weight: 700;
}

.absolute-module-swiper .module-simple-card {
  height: 350px;
}

@media screen and (max-width: 1200px) {
  .absolute-module-swiper .module-simple-card {
    height: 380px;
  }
}

@media screen and (max-width: 992px) {
  .absolute-module-swiper .module-simple-card {
    height: 170px;
  }

  .swiper.absolute-module-swiper {
    width: 100%;
    height: auto;
  }

  .absolute-module-swiper.swiper-padding {
    padding: 20px 0 65px !important;
  }
}

@media screen and (max-width: 450px) {
  .absolute-module-swiper .module-simple-card {
    height: 205px;
  }
}

@media screen and (max-width: 375px) {
  .absolute-module-swiper .module-simple-card {
    height: 225px;
  }
}

/* ============================================= new contact us page ============================================ */

.new-contact-page {
  margin-top: 5rem;
  padding: 50px 0;
  position: relative;
}

.new-contact-page-bg {
  background-image: url(../new-img/contact/Contact-us-bg.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: auto;
}

.new-contact-conainer {
  padding: 10px;
}

.new-contact-my {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 30px 0;
}

.new-conatact-grid {
  display: grid;
  grid: auto / repeat(2, 1fr);
  gap: 20px;
  position: relative;
}

.contact-module-content {
  margin-top: 100px;
  padding-right: 50px;
}

.contact-module-content h1 {
  font-size: 44px;
  font-weight: 600;
  color: #4f246b;
  line-height: 58px;
  letter-spacing: 0px;
  font-style: normal;
  margin-bottom: 10px;
  font-family: var(--font-first);
}

.contact-module-content p {
  display: block;
  text-align: start;
  font-size: 18px;
  line-height: 26px;
  font-weight: 100;
  font-style: normal;
  color: rgba(0, 39, 56, 0.647);
  font-family: var(--font-first);
}

.contact-overlay-bg-1 {
  background-image: url(../new-img/contact/shep.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  right: 13%;
  top: 11%;
  position: absolute;
  height: 200px;
  width: 200px;
  z-index: 5;
}

.contact-overlay-bg-2 {
  background-image: url(../new-img/contact/shep-2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  right: 43%;
  bottom: 44%;
  position: absolute;
  height: 165px;
  width: 305px;
  z-index: 5;
}

/* --------------- */

.module-contact-form {
  padding: 25px;
}

.contact-form-grid {
  padding: 4rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0px 0px 59px -9px rgba(0, 0, 0, 0.1);
  z-index: 10;
  position: relative;
}

.new-form-field {
  position: relative;
  margin-top: 25px;
  margin-bottom: 15px;
}

.new-form-field .label-fixed {
  position: absolute;
  transform: translate(0%, -50%);
  left: 0%;
  top: 50%;
  width: auto;
  transition: 0.2s ease-out;
  height: auto;
  font-size: 14px;
  line-height: 1.2rem;
  color: #33525f;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 0.2px;
}

.new-form-field .form-control {
  padding: 6px 15px;
  border: none;
  border-bottom: 2px solid #dee2e6;
  border-radius: 10px;
  outline: 1px solid #1e5aa14a;
  font-weight: 100;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 1.7rem !important;
  font-family: var(--font-first);
}

.new-form-field select.form-control {
  padding: 8px 15px;
  font-size: 14px;
  line-height: 1.2rem;
  color: #33525f;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 0.2px;
}

label.active-label {
  transform: translateY(-200%) !important;
}

label.label-message.active-label {
  transform: translateY(-250%) !important;
}

#mobileapp-form .new-form-field .border-danger {
  border: none;
  border-bottom: 2px solid rgb(220, 53, 69) !important;
}

#header-mobileapp-form .new-form-field .border-danger {
  border: none;
  border-bottom: 2px solid rgb(220, 53, 69) !important;
}

.new-contact-data {
  padding: 50px 0 190px;
  background-color: #f7f7f7;
}

.contact-action-title h2 {
  font-size: 44px;
  font-weight: 600;
  color: #4f246b;
  line-height: 58px;
  letter-spacing: 0px;
  font-style: normal;
  margin-bottom: 10px;
  font-family: var(--font-first);
  display: inline-block;
  transform: translateY(50px);
}

.contact-action-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.flex-box-icon {
  margin-right: 30px;
}

.flex-box-icon svg {
  height: 70px;
  width: 70px;
}

.action-flex-box {
  background-color: #fff;
  padding: 25px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  height: 160px;
}

.action-flex-box:nth-of-type(1),
.action-flex-box:nth-of-type(3) {
  transform: translateY(85px);
}

.text-small-light {
  font-size: 15px;
  line-height: 1.2rem;
  color: #33525f;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
}

.text-bold-dark address,
.text-bold-dark a {
  margin-bottom: 0;
  color: #002738;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0px;
  font-style: normal;
  font-family: var(--font-first);
  text-decoration: none;
}

.text-bold-dark a {
  cursor: pointer;
}

input::file-selector-button {
  background: #85c6ff38 !important;
  outline: none !important;
  border: none !important;
  border-radius: 6px;
  padding: 8px 13px !important;
  border-bottom: 2px solid #cbdef3 !important;
  font-family: var(--font-first) !important;
  font-size: 15px !important;
  color: rgb(28, 47, 62) !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  line-height: 1.5rem;
  cursor: pointer;
}

input#attachment:not([type="submit"]) {
  padding: 0 !important;
  border: none !important;
  font-size: 14px;
  line-height: 1.2rem;
  color: #33525f;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .contact-action-grid {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 10px;
    row-gap: 10px;
  }

  .action-flex-box:nth-of-type(1),
  .action-flex-box:nth-of-type(3) {
    transform: translateY(0px);
  }

  .contact-action-title {
    margin-bottom: 20px;
  }

  .contact-action-title h2 {
    transform: translateY(0px);
  }

  .new-contact-data {
    padding: 50px 0;
  }

  .new-contact-my {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0;
  }

  .contact-form-grid {
    padding: 3rem;
  }

  .contact-module-content {
    padding-right: 0;
  }
}

@media screen and (max-width: 992px) {
  .new-conatact-grid {
    grid: auto / repeat(1, 1fr);
    gap: 20px;
  }

  .contact-module-content {
    margin-top: 0;
  }
}

@media screen and (max-width: 576px) {
  .contact-action-grid {
    display: block;
  }

  .action-flex-box {
    margin-bottom: 10px;
  }

  .text-bold-dark a {
    overflow-wrap: anywhere;
  }

  .contact-action-title h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .action-flex-box {
    padding: 8px;
  }

  .flex-box-icon svg {
    height: 50px;
    width: 50px;
  }

  .flex-box-icon {
    margin-right: 12px;
  }

  .text-bold-dark address,
  .text-bold-dark a {
    font-size: 15px;
    line-height: 26px;
  }

  .text-small-light {
    margin-bottom: 5px;
  }

  .action-flex-box {
    height: 125px;
  }

  .contact-form-grid {
    padding: 2rem;
  }

  .module-contact-form {
    padding: 8px;
  }
}

/* =============================================== process page ================================================ */

.process-section {
  margin-top: 5rem;
  padding: 50px 0;
}

.process-head {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  padding: 10px 0;
}

.process-head h1 {
  font-size: 44px;
  font-weight: 500;
  color: #4f246b;
  line-height: 58px;
  letter-spacing: 0px;
  font-style: normal;
  margin-bottom: 10px;
  font-family: var(--font-first);
  display: block;
  text-align: center;
  margin-bottom: 25px;
}

.process-head p {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
  font-style: normal;
  margin-top: 6px;
  color: #002738;
  font-family: var(--font-first);
  text-decoration: none;
}

.process-head p a {
  text-decoration: none;
}

.process-action-wrapper {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.process-flex-box {
  display: flex;
  align-items: center;
  padding: 40px;
  background-color: #fff;
  border: 1px dashed #99a8af;
  margin-bottom: 20px;
  border-radius: 10px;
}

.process-wrapp-icon {
  margin-right: 25px;
}

.process-wrapp-icon img {
  height: 70px;
  width: 70px;
}

.process-wrapp-title {
  margin-bottom: 12px;
}

.process-wrapp-title h3 {
  color: var(--purple-color);
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
}

.process-wrapp-description p {
  margin-bottom: 0;
  display: block;
  text-align: start;
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
  font-style: normal;
  color: #002738;
  font-family: var(--font-first);
}

@media screen and (max-width: 576px) {
  .process-head {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .process-wrapp-icon {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .process-flex-box {
    flex-direction: column;
    justify-content: center;
    padding: 40px 20px;
  }

  .process-head h1 {
    font-size: 32px;
    line-height: 44px;
  }

  .process-wrapp-title h3 {
    display: block;
    text-align: center;
  }

  .process-wrapp-description p {
    text-align: center;
    display: block;
  }

  .process-action-wrapper {
    margin-top: 2rem;
    margin-bottom: 0rem;
  }
}

@media screen and (max-width: 1400px) {
  .contact-overlay-bg-1 {
    right: 5%;
  }

  .contact-overlay-bg-2 {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .contact-overlay-bg-1 {
    right: 9%;
    top: 23%;
  }
}

@media screen and (max-width: 768px) {
  .contact-overlay-bg-1 {
    display: none;
  }
}

@media screen and (max-width: 470px) {
  .contact-overlay-bg-1 {
    display: none;
  }

  .new-contact-page-bg {
    background-position: bottom;
    background-size: cover;
  }

  .contact-module-content h1,
  .contact-module-content p {
    color: #fff;
  }

  .module-contact-form {
    padding: 0px !important;
  }
  .contact-form-grid {
    padding: 1rem !important;
  }
}

/* ===================================== new about us page ================================= */

.new-about-us-page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 650px;
  background: #002738;
  background-image: url(../new-img/about/Banner.web);
  background-position: top right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
}

.action-block-title h1 {
  color: #fff;
  font-size: 44px;
  line-height: 1.4;
  font-weight: 400;
  font-family: var(--font-first);
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.subtitle-light-bold {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: 100;
  font-style: normal;
  font-family: var(--font-first);
  letter-spacing: 0.5px;
}

.new-about-us-content {
  padding: 10px;
}

/* .about-wrapper {
    background-color: #ffffff;
    border-top-color: #0b5ea5;
    border-top-width: 45px;
    border-top-style: solid;
} */

.ct-inner-wrapp {
  display: flex;
  flex-direction: column;
  padding-top: 78px;
  padding-right: 20px;
  padding-bottom: 78px;
  padding-left: 20px;
}

.ct-div-block {
  line-height: 1.6;
  display: flex;
  margin-bottom: 13px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  width: 100%;
}

.ct-head-small {
  display: block;
  text-align: start;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #000;
  font-family: var(--font-first);
}

.ct-head-title {
  display: block;
  text-align: start;
  font-size: 36px;
  line-height: 45px;
  font-weight: 100;
  font-style: normal;
  color: rgba(0, 39, 56, 0.647);
  font-family: var(--font-first);
  margin-bottom: 20px;
}

.ct-head-subtitle {
  display: block;
  text-align: start;
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
  font-style: normal;
  margin-bottom: 20px;
  color: #002738;
  font-family: var(--font-first);
}

.ct-block-btn {
  margin: 10px 0;
  display: inline-block;
}

.new-module-contdown {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 10px 0;
}

.coundown-wrapper-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.grid-module-box {
  padding: 20px;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  /* background: radial-gradient(circle at 6% 23%,#00d4ff,100px,transparent 100px); */
}

.grid-module-icon {
  margin-right: 25px;
  height: 80px;
  min-width: 80px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: radial-gradient(
    circle at 0% 0%,
    #1c88e5c7,
    30px,
    transparent 180px
  );
}

.grid-module-icon img {
  height: 40px;
  width: 40px;
}

.grid-module-title {
  display: block;
  text-align: start;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  font-style: normal;
  font-family: var(--font-first);
  margin-bottom: 4px;
  letter-spacing: 0.5px;
}

.grid-module-subtitle {
  display: block;
  text-align: start;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-style: normal;
  font-family: var(--font-first);
  margin-bottom: 0;
  letter-spacing: 0.5px;
}

.about-bright-title {
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 50px 0;
  background-color: #e5eaed;
}

.bright-content {
  padding: 50px;
}

.bright-content h2 {
  font-size: 34px;
  line-height: 52px;
  font-weight: 100;
  font-style: normal;
  margin-bottom: 8px;
  color: var(--purple-color);
  font-family: var(--font-first);
  text-align: start;
}

.bright-content p {
  display: block;
  text-align: start;
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
  font-style: normal;
  margin-top: 6px;
  color: #002738;
  font-family: var(--font-first);
}

.bright-promise {
  padding: 50px 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.div-block-01 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-block-02 {
  font-size: 20px;
  line-height: 38px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 8px;
  color: var(--main-color);
  font-family: var(--font-first);
  text-align: start;
}

.text-block-01 {
  font-size: 36px;
  line-height: 52px;
  font-weight: 100;
  font-style: normal;
  margin-bottom: 8px;
  color: var(--main-color);
  font-family: var(--font-first);
  text-align: start;
}

.div-block-flex {
  display: flex;
  align-items: flex-start;
}

.div-promise-size {
  width: 33%;
  margin-top: 10px;
}

.div-promise-content {
  padding: 1.5rem 1rem;
}

.promise-border-1 {
  border-top-color: #f9423a;
  border-top-width: 6px;
  border-top-style: solid;
}

.promise-border-2 {
  border-top-color: #e93cac;
  border-top-width: 6px;
  border-top-style: solid;
}

.promise-border-3 {
  border-top-color: #005eb8;
  border-top-width: 6px;
  border-top-style: solid;
}

.promise-title {
  display: block;
  text-align: start;
  font-size: 25px;
  line-height: 32px;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-family: var(--font-first);
}

.promise-description {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  text-align: start;
  font-size: 16px;
  line-height: 25px;
  font-weight: 100;
  font-style: normal;
  color: #002738;
  font-family: var(--font-first);
}

.bright-grid-structure {
  margin-bottom: 2rem;
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
}

.bright-grid-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.bright-icon {
  margin-bottom: 20px;
}

.bright-icon img {
  height: 50px;
  width: 50px;
}

.bright-ct-title {
  color: #002738;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-family: var(--font-first);
  text-align: center;
}

.bright-solution {
  padding: 20px 0;
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.module-solution-01 {
  display: grid;
  grid: auto/repeat(3, 1fr);
}

.p-40 {
  padding: 4rem;
}

.z-heading-medium {
  font-size: 30px;
  line-height: 35px;
  font-weight: 100;
  font-style: normal;
  margin-bottom: 5px;
  color: #002738;
  font-family: var(--font-first);
  text-align: start;
}

.free-text p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 100;
  font-style: normal;
  color: #33525f;
  font-family: var(--font-first);
  text-align: start;
  margin-bottom: 0;
}

.root-heading-large {
  font-size: 36px;
  line-height: 44px;
  font-weight: 900;
  font-style: normal;
  margin-bottom: 15px;
  color: var(--purple-color);
  font-family: var(--font-first);
  text-align: start;
}

.solution-simple-card {
  border-radius: 1.6rem;
  border: 1px dashed #99a8af;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: #002738;
  padding: 4rem;
}

.m-text-small {
  margin: 0 !important;
}

.solution-simple-hover {
  transition: background-color 0.3s ease-out;
}

.solution-simple-card:nth-child(2) {
  border-right-width: 0;
}

.solution-card-simple-gap {
  border: none;
  position: relative;
  padding: 1rem;
}

.solution-simple-card:nth-child(6) {
  border-bottom-width: 0;
  border-top-width: 0;
}

.solution-simple-card:nth-child(7) {
  border-top-width: 0;
  border-right-width: 0;
}

.solution-simple-card:nth-child(9) {
  border-left-width: 0;
}

.solution-card-simple-gap:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2f3fd;
  opacity: 0.5;
  border-radius: 2.2rem;
}

@media (min-width: 992px) {
  .solution-simple-card {
    min-height: 20rem;
  }
}

@media (max-width: 1200px) {
  .solution-simple-card {
    padding: 2rem;
  }

  .p-40 {
    padding: 2rem;
  }
}

@media (max-width: 992px) {
  .coundown-wrapper-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ct-inner-wrapp {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .module-solution-01 {
    grid: auto/repeat(1, 1fr);
  }

  .solution-card-simple-gap {
    display: none;
  }

  .solution-simple-card:nth-child(2) {
    border-right-width: 1px;
  }

  .solution-simple-card:nth-child(7) {
    border-top-width: 1px;
    border-right-width: 1px;
  }

  .solution-simple-card:nth-child(9) {
    border-left-width: 1px;
  }

  .about-bright-title {
    margin-top: 3rem;
    margin-bottom: 2rem;
    padding: 15px 0;
  }

  .bright-solution {
    padding: 15px 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .bright-promise {
    padding: 25px 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .div-block-flex {
    flex-direction: column;
  }

  .div-promise-size {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .coundown-wrapper-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 576px) {
  .action-block-title h1 {
    font-size: 36px;
    line-height: 1.3;
  }

  .ct-inner-wrapp {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 0px;
    padding-left: 5px;
  }

  .ct-head-small {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
    margin-top: 15px;
  }

  .ct-div-block {
    display: block;
  }

  .ct-head-title {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 14px;
  }

  .bright-content {
    padding: 5px;
  }

  .p-40 {
    padding: 1rem;
  }

  .bright-solution {
    padding: 0px 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .solution-simple-card {
    padding: 1.5rem;
  }

  .text-block-02 {
    font-size: 16px;
    line-height: 33px;
    margin-bottom: 5px;
  }

  .text-block-01 {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 0px;
  }

  .bright-promise {
    margin-bottom: 0rem;
  }

  .div-block-01 {
    margin-top: 0rem;
    margin-bottom: 1rem;
  }

  .new-country-module-tile {
    margin: 18px 0;
  }
}

@media (max-width: 368px) {
  .action-block-title h1 {
    font-size: 30px;
  }
}

/* ========================= searchbar ===================== */

.new-search-bar input {
  width: 100%;
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-first);
  height: auto;
  border: none;
}

.code {
  background-color: rgba(242, 242, 242, 1);
  color: #000;
  padding: 15px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  font-family: var(--font-first);
}

.desclaimer {
  margin-top: 2rem;
  padding: 15px !important;
}

.desclaimer p {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
}

/* -------------------------------  */

.bright-image img {
  width: 100%;
}

@media screen and (max-width: 500px) {
  .desktop-balck {
    display: none;
  }

  .mobile-balck {
    display: block;
  }
}

@media screen and (min-width: 501px) {
  .desktop-balck {
    display: block;
  }

  .mobile-balck {
    display: none;
  }
}

/* ===================================new-header-style====================== */
.new-dropdown {
  width: 1600px;
  padding: 20px !important;
  gap: 20px;
  left: 50%;
  transform: translate(-41%, 0%);
}

.new-dropdown-menu {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
}

.drop-first-title {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.8px;
  padding: 0px 0px 10px;
  border-bottom: 1px solid grey;
  margin-left: 20px;
  margin-bottom: 15px;
}

.drop-first-title span {
  padding-left: 5px;
}

.width-adj {
  width: 50%;
}

.new-drop-item-flex {
  padding: 7px 15px;
}

.trend-title-nav {
  background: none;
  padding: 12px 0 5px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: start;
  text-decoration: none;
  transition: 0.3s ease;
  border-radius: 5px;
  background-color: transparent;
}

.trend-sublist li {
  padding-bottom: 5px;
  padding-top: 5px;
  cursor: pointer;
  padding-left: 10px;
}

.trend-sublist li > a > img {
  margin-right: 10px;
  width: 22px;
  height: 22px;
}
.trend-sublist li a {
  color: #33525f;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
}

.trend-sublist li:hover {
  background: #fdf2f6;
  border-radius: 5px;
}

.trend-sublist li:last-child:hover {
  background: none;
}

.trend-sublist li:hover a {
  color: var(--purple-color);
}

.nav-trend-link a {
  color: #0e5fa7 !important;
  font-weight: 500 !important;
  margin: 40px 0 !important;
}

.nav-trend-link a:hover {
  color: #33525f !important;
  transition: all 0.2s;
}

.trending-nav-drop {
  background: #b9d6ef5c;
  padding: 10px 30px;
  border-radius: 15px;
  min-width: 430px;
  margin-left: 15px;
  margin-top: 12px;
}

.padding-last {
  padding-right: 15px;
}

.margin-last {
  margin-left: 0;
}

.new-drop-link {
  line-height: 1rem;
}

@media screen and (max-width: 1200px) {
  .new-title-h2 h2 {
    font-size: 37px;
  }
  .descrition-new-title h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .new-dropdown {
    padding: 7px !important;
  }
  .descrition-new-title h1 {
    font-size: 37px;
  }
  .new-logo-title h3 {
    font-size: 20px;
  }
  .new-service-image {
    width: 45px;
    height: 45px;
  }

  .new-dropdown-menu {
    flex-direction: column;
  }

  .drop-first-title {
    margin: 0 15px;
    padding: 0 0 10px;
    padding-left: 0 !important;
  }

  .padding-last {
    padding-right: 0;
  }

  .width-adj {
    width: 100%;
  }

  .trending-nav-drop {
    width: auto;
    padding: 10px 20px;
    min-width: 300px;
    margin: 15px;
  }

  .trend-title-nav {
    min-height: 30px;
  }

  .padding-mobile {
    padding: 0;
  }

  .margin-mobile {
    margin: 0 !important;
  }

  .padding-mobile li a {
    padding: 7px 5px;
  }
  .trend-sublist li {
    padding-left: 0;
  }
  .height-title-res {
    height: 25px;
    width: 100%;
  }
}

/* --------------------------datasets-inner.php----------------------------- */

.first-container {
  height: 500px;
  background-color: blue;
}

@media screen and (max-width: 765px) {
  .new-store-flip-row {
    grid: auto / repeat(3, 1fr) !important;
  }
}
@media screen and (max-width: 530px) {
  .new-title-h2 h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 425px) {
  .new-service-image {
    width: 40px;
    height: 40px;
  }
  .new-logo-title h3 {
    font-size: 18px;
  }
  .new-store-flip-row {
    grid: auto / repeat(2, 1fr) !important;
  }
}
@media screen and (max-width: 345px) {
  .trending-nav-drop {
    margin: 15px 0;
  }
}

.main-api-inner-section {
  background: url(../new-img/api/ecommerce-api-data/banner.webp);
  height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat !important;
  position: relative;
}
.zomato-main-api-inner-section {
  background: url(../new-img/scrape-food-inner-api-data/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  height: 600px !important;
}
.blinkit-main-api-inner-section {
  background: url(../new-img/scrape-grocery-inner-api-data/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  height: 600px !important;
}
.main-api-inner-section-content p {
  color: white !important;
  margin-top: 20px;
}

.main-api-inner-section-content-paragraph p {
  color: white !important;
  margin-top: 20px;
  font-size: 20px;
}
.main-api-inner-section-content h1 {
  color: white !important;
  margin-top: 20px;
}
.main-api-inner-section-content a {
  color: white;
}
.amazon-api-specialist-content h2 {
  display: block;
  text-align: start;
  font-size: 34px;
  line-height: 44px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 8px;
  color: var(--purple-color);
  font-family: var(--font-first);
}
.amazon-new-hero-content h2 {
  display: block;
  text-align: start;
  font-size: 34px;
  line-height: 44px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 8px;
  color: var(--purple-color);
  font-family: var(--font-first);
}

@media screen and (max-width: 1400px) {
  .main-api-inner-section {
    background-position: top left;
  }

  .main-api-inner-section-content-paragraph p {
    color: white !important;
    margin-top: 20px;
    font-size: 17px;
  }
}
@media screen and (max-width: 1200px) {
  .main-api-inner-section {
    height: 800px;
  }
}
@media screen and (max-width: 992px) {
  .main-api-inner-section {
    height: 760px;
  }
  .amazon-api-hero-content {
    margin-top: 30px !important;
  }
  .amazon-api-specialist-content {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .main-api-inner-section {
    margin: 0px !important;
    padding: 0px !important;
    height: 700px;
  }
  .amazon-api-hero-content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .main-api-inner-section {
    height: 700px;
  }
  .amazon-api-hero-content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 442px) {
  .main-api-inner-section {
    height: 800px !important;
  }
  .amazon-api-hero-content {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .zomato-main-api-inner-section {
    height: 705px !important;
  }
}

/* --------------------datasets-second-css------------------------ */
.dataset-second-hero-section {
  background: url(../img/datasets/bg.png);
  height: 500px !important;
}
.dataset-second-sec-section p {
  text-align: center !important;
}
/* {tabs} */
/* .container {
  max-width: 1200px;
  margin: 0 auto;
}

.search-container {
  margin-bottom: 20px;
}

#searchInput {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.tabs-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.tabs-container {
  flex-grow: 1;
  overflow-x: hidden;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tabs-container::-webkit-scrollbar {
  display: none;
}

.tab-scroll-button {
  background: #f0f0f0;
  border: 1px solid #ddd;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 18px;
}

.tab {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  cursor: pointer;
  user-select: none;
  margin-right: 5px;
}

.tab.active {
  background-color: #007bff;
  color: white;
}

.dataset-second-tab-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.dataset-second-tab-item{
  width: calc(33.33% - 20px);
  padding: 20px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.dataset-second-tab-item-logo {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.item h3 {
  margin: 10px 0;
}

.item p {
  margin-bottom: 15px;
}

.item-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

.item-button:hover {
  background-color: #0056b3;
}

.pagination {
  margin-top: 20px;
  text-align: center;
}

.pagination button {
  padding: 10px 20px;
  margin: 0 10px;
  cursor: pointer;
} */

/* .container {
  max-width: 1200px;
  margin: 0 auto;
} */

.search-container {
  margin-bottom: 20px;
}

#searchInput {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.tabs-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.tabs-container {
  flex-grow: 1;
  overflow-x: hidden;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.tab-scroll-button {
  align-self: center;
  width: 25px;
  height: 25px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  margin: 0;
  color: #516077;
  border: 1px solid #d7e0e8;
  background: #f0f2f5;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}

.tabs-container::-webkit-scrollbar {
  display: none;
}

.tab-scroll-button {
  background: #f0f0f0;
  border: 1px solid #ddd;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 18px;
}

/* .tab {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  cursor: pointer;
  user-select: none;
  margin-right: 5px;
} */
.tab {
  background: #f0f2f5;
  border: none;
  box-sizing: border-box;
  border-radius: 18px;
  font-size: 18px;
  font-family: Poppins;
  color: #516077;
  padding: 6px 20px;
  margin: 10px;
  cursor: pointer;
  font-weight: 500;
  white-space: nowrap;
  display: inline-block;
}
.tab.active {
  background-color: #007bff;
  color: white;
}
.dataset-second-tab-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 cards per row */
  gap: 20px; /* Space between the cards */
  padding: 20px;
}

.dataset-second-tab-item {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow */
  border: 1px solid #e0e0e0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; /* Make cards have equal height */
}

.dataset-second-tab-item:hover {
  transform: translateY(-5px); /* Slight lift effect on hover */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Stronger shadow on hover */
}

.dataset-second-tab-item-logo {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.item h3 {
  margin: 15px 0;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.item p {
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}

.item-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
  transition: background-color 0.3s ease;
  text-align: center;
}

.item-button:hover {
  background-color: #0056b3;
}

.pagination {
  margin-top: 20px;
  text-align: center;
}

.pagination button {
  padding: 10px 20px;
  margin: 0 10px;
  cursor: pointer;
  border-radius: 5px;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
}

.pagination button:hover {
  background-color: #ddd;
}

.dataset-second-tab-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 cards per row */
  gap: 20px; /* Space between the cards */
  padding: 20px;
}

.dataset-second-tab-item {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow */
  border: 1px solid #e0e0e0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; /* Make cards have equal height */
}

.dataset-second-tab-item:hover {
  transform: translateY(-5px); /* Slight lift effect on hover */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Stronger shadow on hover */
}

.dataset-second-tab-item-logo {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.item h3 {
  margin: 15px 0;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.item p {
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}

.item-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
  transition: background-color 0.3s ease;
  text-align: center;
}

.item-button:hover {
  background-color: #0056b3;
}

.pagination {
  margin-top: 20px;
  text-align: center;
}

.pagination button {
  padding: 10px 20px;
  margin: 0 10px;
  cursor: pointer;
  border-radius: 5px;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
}

.pagination button:hover {
  background-color: #ddd;
}

/* -------------------------------------------------------------------------------- */
.serp_page_wrapper #product-support.srep_tabs,
.serp_page_wrapper #product-support.srep_tabs {
  min-height: 750px !important;
}

#product-support.srep_tabs {
  background: #f7f7f7;
  padding-top: 64px;
  padding-bottom: 110px;
  background-image: url(../assets/images/serp_tabs_bg.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
#product-support {
  padding: 50px 0;
}
#product-support.srep_tabs .tabs_title {
  margin-bottom: 60px;
}
#product-support.srep_tabs .tabs_title h2 {
  color: #000;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin: 0;
  font-family: "gilroyregular", sans-serif;
}

#product-support.srep_tabs .nav li button.active img {
  filter: none;
}

#product-support.srep_tabs .flex_wrap {
  display: flex;
  justify-content: space-between;
}

#product-support.srep_tabs .flex_wrap .nav {
  width: 48%;
  border: 0;
}

#product-support.srep_tabs .flex_wrap .tab-content {
  width: 50%;
}

#product-support.srep_tabs .flex_wrap .tab-content .wrap_mob_items {
  display: none;
}

#product-support.srep_tabs .flex_wrap .tab-content .wrap_img {
  margin-bottom: 64px;
  text-align: left;
}

#product-support.srep_tabs .flex_wrap .tab-content .wrap_link {
  max-width: 612px;
}

#product-support.srep_tabs .flex_wrap .tab-content .wrap_link a {
  border-radius: 25px;
  background: #2b3058;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  font-size: 16px;
  transition: 0.2s;
}

#product-support.srep_tabs .flex_wrap .tab-content .wrap_link a:focus,
#product-support.srep_tabs .flex_wrap .tab-content .wrap_link a:hover {
  color: #ffffff;
  background-color: #95a2fd;
}

#product-support.srep_tabs .nav li {
  margin: 0;
  width: 100%;
}

#product-support.srep_tabs .nav li button {
  padding: 20px 30px;
  font-size: 24px;
  display: flex;
  align-items: center;
  border: 0;
  border-radius: 17px;
  text-align: left;
  padding-bottom: 30px;
  width: 100%;
}

#product-support.srep_tabs .nav li button .wrap_icon {
  width: 100px;
}

#product-support.srep_tabs .nav li button .wrap_icon .icon_act {
  display: none;
}

#product-support.srep_tabs .nav li button .wrap_title_desc {
  width: calc(100% - 70px);
}

#product-support.srep_tabs .nav li button .wrap_title_desc .btn_title {
  color: #2b3058;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  transition: 0.2s;
}

#product-support.srep_tabs .nav li button .wrap_title_desc .tab_content {
  display: none;
  margin-top: 20px;
}

#product-support.srep_tabs .nav li button .wrap_title_desc .tab_content p {
  margin: 0;
  color: #010101;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

#product-support.srep_tabs .nav li button.active {
  box-shadow: 0px 33px 78px -11px rgba(54, 79, 170, 0.16);
  background: #fff;
  align-items: start;
}

#product-support.srep_tabs .nav li button.active .wrap_title_desc {
  padding-top: 20px;
}

#product-support.srep_tabs .nav li button.active .wrap_title_desc .btn_title {
  color: #7c8dff;
}

#product-support.srep_tabs .nav li button.active .wrap_title_desc .tab_content {
  display: block;
}

#product-support.srep_tabs .nav li button.active .wrap_icon .icon_reg {
  display: none;
}

#product-support.srep_tabs .nav li button.active .wrap_icon .icon_act {
  display: block;
}

#product-support.srep_tabs
  .nav
  li
  button:not(.active):focus
  .wrap_title_desc
  .btn_title,
#product-support.srep_tabs
  .nav
  li
  button:not(.active):hover
  .wrap_title_desc
  .btn_title {
  font-weight: 600;
}

#product-support.srep_tabs .nav li button.active::after {
  display: none;
}

#product-support.srep_tabs .tab-content .text h3 {
  font-weight: 300;
  font-size: 24px;
  line-height: 120%;
  color: #7c8dff;
}

#product-support.srep_tabs .tab-content .text p {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: #7c8dff;
  margin: 0;
}

#product-support.srep_tabs .tab-content .inner {
  padding-right: 100px;
}
/* ------------------------------ */
@media screen and (max-width: 576px) {
  .grocery-all-country-main-detail .grocery-single-list.grocery-countrywise {
    width: 100% !important;
  }
  .grocery-all-country-main-detail
    .grocery-single-list.grocery-countrywise.active {
    width: 100% !important;
  }
  /* .grocery-country-all-sublist{
   
  } */
  .grocery-sublist ul {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media screen and (max-width: 768px) {
  .grocery-all-country-main-detail .grocery-single-list.grocery-countrywise {
    width: 50%;
  }
  .grocery-all-country-main-detail
    .grocery-single-list.grocery-countrywise.active {
    width: 100%;
  }
  .grocery-country-all-sublist {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  /* .grocery-sublist ul{
    grid-template-columns: repeat(2, 1fr) !important;
  } */
}

@media screen and (max-width: 1400px) {
  .scrape-food-api-hero-section {
    background-position: top left !important;
  }
}
@media screen and (max-width: 768px) {
}

/* ------------------------------------------------------------- */

.popular-dataset {
  padding: 100px 0;
}

.popular-title {
  margin-bottom: 30px;
}

.popular-title h2 {
  text-align: center;
  letter-spacing: 0.8px;
  font-size: 35px;
  margin-bottom: 10px;
}

.popular-title p {
  font-size: 18px;
  text-align: center;
}

.popular-search {
  display: flex;
  justify-content: center;
  align-items: center;
}

.popular-search input {
  border: 1px solid #d2dce4;
  height: 48px;
  line-height: 46px;
  padding: 0 48px 0 14px;
  font-size: 14px;
  border-radius: 5px;
  width: 800px;
}

.popular-search input:focus {
  border-color: #290660;
}

.popular-tab {
  display: flex;
  justify-content: center;
  align-items: center;
}

.popular-tab .nav-tabs {
  border: none !important;
  margin-bottom: 20px;
}

.popular-tab .nav-tabs .nav-item {
  margin: 5px 10px;
}

.popular-tab .nav-tabs .nav-item .nav-link {
  border-radius: 15px !important;
  border: 1px solid #d2dce4;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 20px;
  background: #fff;
}

.popular-tab .nav-tabs .nav-item .nav-link.active {
  border-radius: 15px !important;
  border: 1px solid #290660;
  color: #fff;
  background: #290660;
}

.popular-tabs {
  background: white;
  border-radius: 13px;
  padding: 30px 25px;
  max-height: 550px;
  overflow: auto;
}

.all {
  padding: 10px 8px !important;
}

.alld {
  display: inline-block;
}

.popular-tabs .custom-box {
  background: #fff;
  box-shadow: 0 4px 10px 0 rgb(155 172 188 / 35%);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 19px;
  width: 100%;
  height: 250px;
}

@media screen and (max-width: 1024px) {
  .popular-tabs .custom-box {
    height: 316px !important;
  }
}

.popular-tabs .custom-box .custom-title {
  margin-bottom: 6px;
  display: block;
}

.popular-tabs .custom-box .custom-title a {
  font-size: 22px !important;
  text-decoration: none;
  font-weight: 500;
  color: #000;
}

.popular-tabs .custom-box .custom-domain {
  display: block;
}

.popular-tabs .custom-box .custom-domain p {
  font-size: 15px;
  color: rgb(75, 75, 75);
}

.datasets-actions {
  border-top: 1px solid #d2dce4;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.datasets-actions a {
  color: #290660;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 5px 0;
  text-decoration: none;
}

.datasets-actions i {
  padding: 20px 5px 0;
  font-size: 18px;
  color: #290660;
}

.datasets-actions:hover i {
  padding-left: 10px;
  transition: all 0.5s ease;
}

.custom-box .dropdown {
  margin-bottom: 10px !important;
  margin-top: auto !important;
}

.custom-box .dropdown-menu {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
  background: #f3f3fd;
  margin-top: 0px !important;
  margin-bottom: 10px;
}

.custom-box .dropdown button {
  margin-left: 0 !important;
  font-size: 16px;
  color: #3d7ffc;
  border: none;
  background: transparent;
  font-weight: 600;
}

.custom-box .dropdown-menu.show {
  transform: translate3d(0px, 30px, 0px) !important;
}

.custom-box .dropdown .d-icon {
  color: #3d7ffc !important;
  transition: all 0.3s;
  font-size: 14px;
}

.custom-box .dropdown .dropdown-toggle:hover .d-icon {
  transform: rotate(90deg) !important;
}

.custom-box .dropdown-menu li {
  margin: 2px 10px;
}

.custom-box .dropdown-item {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.custom-box .dropdown-item:focus {
  color: #000;
  background-color: transparent;
}

.custom-box .dropdown-item:hover {
  color: #3d7ffc;
  background-color: #eaeaff;
  border-radius: 8px;
}

.dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}

.popular-tabs {
  scrollbar-width: auto;
  scrollbar-color: #000 #ffffff;
}

.popular-tabs::-webkit-scrollbar {
  width: 5px;
}

.popular-tabs::-webkit-scrollbar-track {
  background: #fff;
  width: 5px;
}

.popular-tabs::-webkit-scrollbar-thumb {
  background-color: #290660;
  border-radius: 10px;
}

.tab-foot {
  padding: 50px 0;
}

.tab-foot h2 {
  margin-bottom: 15px;
  font-size: 30px;
  color: #000;
  text-align: center;
}

.tab-foot p {
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
}

.tab-foot .brd_btn {
  display: flex;
  justify-content: center;
}

.your-needs-box {
  background: #fff;
  padding: 20px 25px;
  border-radius: 15px;
  height: 350px;
}

.your-needs-box img {
  margin-bottom: 15px;
}

.your-needs-box h4 {
  font-size: 22px !important;
  margin-bottom: 10px;
}

.your-needs-box p {
  font-size: 16px;
}

.your-needs-box a {
  text-decoration: none;
  font-weight: 500;
  color: rgb(10, 88, 202);
  font-size: 18px;
}

.focus {
  padding: 80px 0;
}

.focus-content {
  margin-bottom: 40px;
}

.focus-content h2 {
  font-size: 40px;
}

.focus-box {
  margin-bottom: 30px;
}

.focus-box img {
  margin-bottom: 20px;
}

.focus-box h5 {
  font-size: 22px !important;
  margin-bottom: 10px;
  text-align: start;
  font-family: "Poppins", sans-serif;
}

.focus-box p {
  font-size: 17px !important;
  text-align: start;
  font-family: "Poppins", sans-serif;
}

.scraper-ide {
  background: #f5f8ff;
  padding: 50px 0;
}

.ide-img {
  margin-bottom: 20px;
}

.ide-img img {
  max-width: 100%;
}

.ide-line {
  margin: 40px 0;
  width: 100%;
  height: 1px;
  background: #290660;
}

.ide-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ide-content h3 {
  margin-bottom: 20px;
  font-size: 30px;
}

.ide-content p {
  font-size: 19px;
}

.left-right {
  padding: 50px 0;
}

.ind-left h2 {
  text-align: start;
  font-size: 35px;
  color: #000;
  margin-bottom: 20px;
  line-height: 40px !important;
}

.ind-left p {
  text-align: start;
  font-size: 18px;
  color: #000;
}

.ind-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ind-left ul li {
  position: relative;
  display: block;
  margin: 15px 0;
  font-size: 18px;
  font-weight: 500;
  padding-left: calc(18px + 1.25em);
}

.ind-left ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 11px);
  left: 0;
  width: 22px;
  height: 22px;
  aspect-ratio: 1;
  background-color: #3d7ffc;
  border-radius: 50%;
  margin-right: 1.25em;
}

.ind-left ul li::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  width: 11px;
  height: 6px;
  margin: -1px 10px 3px 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.industry-foot {
  padding: 80px;
  background: #f5f8ff;
}

.industry-foot .d-flex {
  display: flex;
  justify-content: center;
}

.d-in-foot-data {
  margin-left: 10px;
}

.d-in-foot-data span {
  display: block;
  font-weight: 500;
}

.d-in-foot-img {
  display: flex;
  align-items: center;
}

.fuel {
  padding: 60px 0;
  background: #1476f2;
}

.fuel-content {
  text-align: center;
  margin-bottom: 20px;
}

.fuel-content h3 {
  color: #fff;
}
/* -----------------------------------------web scraping service */
.home-tow-applyction-section.home-three-dream-scroll-box {
  aspect-ratio: auto;
  width: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.performance-container-two.home-tow-applycation-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}
.performance-container-two {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.home-tow-applycation-left-section {
  width: 50%;
  height: auto;
  position: relative;
}
.home-tow-applycation-right-section {
  width: 50%;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.home-one-hero-text-one.home-tow-applycation-right-first-text {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  margin-bottom: 3%;
}
.home-one-hero-text-one {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding-left: 40px;
  display: flex;
}
.home-one-hero-line.home-one-management-line {
  text-align: left;
  background-color: #0f0f0f;
}
.home-one-hero-line {
  background-color: #fff;
  width: 31px;
  height: 2px;
}
.home-one-hero-text-bold-two.home-one-management-text-one {
  color: #0f0f0f;
}
.home-one-hero-text-bold-two {
  color: #fff;
  text-transform: uppercase;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}
.home-tow-applycation-head-text-two {
  max-width: 100%;
  margin-bottom: 4%;
}
.home-tow-applycation-paragraph-two {
  text-align: left !important;
  display: block;
  text-align: start;
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
  font-style: normal;
  color: #141516;
  font-family: var(--font-first);
  letter-spacing: 0.5px;
}
.web-scraping-services-third-sec-p {
  display: block;
  text-align: start;
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
  font-style: normal;
  color: #141516;
  font-family: var(--font-first);
  letter-spacing: 0.5px;
}
.home-tow-applycation-note-two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}
.auto-fit.home-two-dev-icon-two,
.auto-fit.home-two-develop-icon-three {
  display: none;
}
.auto-fit {
  object-fit: cover;
}
.home-two-apply-description {
  max-width: 100%;
}
/* ----------third sec---- */
.web-scraping-services-third-sec {
  padding: 50px 0;
}
.web-scraping-services-third-sec h2 {
  text-align: center;
  margin-bottom: 30px;
}
.web-scraping-services-third-sec p {
  text-align: center;
  margin-bottom: 40px;
}
.service-item {
  border: 2px solid #e0e0e0;
  border-style: dashed;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  min-height: 150px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease;
  border-color: #205ba32e;
  align-items: center;
}
.service-item:hover {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  transform: scale(0.9);
}
.service-icon {
  width: 50px;
  margin-bottom: 15px;
  text-align: center;
}
.web-scraping-services-third-sec-span {
  color: var(--dark-blue);
}
.web-scraping-services-third-sec-h2 {
  font-size: 45px;
  /* Increase font size */
  font-weight: bold; /* Make the title bold */
  text-align: center; /* Center-align the text */
  color: #333; /* Dark color for the text */
  margin-bottom: 20px; /* Space below the heading */
  position: relative;
}
.web-scraping-services-third-sec-h2::after {
  content: "";
  width: 210px;
  height: 4px; /* Border thickness */
  background-color: #8447ad;
  display: block;
  margin: 17px auto 0; /* Center the border */
  border-radius: 2px; /* Rounded edges */
}
/* ------------------8sec */
.web-scraping-services-8-sec {
  padding: 50px 0;
}
.web-scraping-services-8-sec-title {
  font-size: 35px;
  font-weight: 700;
  color: #002738;
  line-height: 42px;
  letter-spacing: 0px;
  font-style: normal;
  margin-bottom: 4rem;

  text-transform: capitalize;
  text-align: center;
}
.web-scraping-services-8-sec-workflow {
  position: relative;
  padding-left: 60px;
}
.web-scraping-services-8-sec-line {
  position: absolute;
  left: 17px;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: #205ba352;
}
.web-scraping-services-8-sec-progress {
  position: absolute;
  left: 19px;
  top: 0;
  width: 2px;
  background-color: #007bff;
  transition: height 0.3s ease;
}
.web-scraping-services-8-sec-step {
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
}
.web-scraping-services-8-sec-step-number {
  position: absolute;
  left: -60px;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #205ba3;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.web-scraping-services-8-sec-step.active
  .web-scraping-services-8-sec-step-number {
  background-color: #007bff;
}
.web-scraping-services-8-sec-step-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.web-scraping-services-8-sec-step-description {
  display: block;
  text-align: start;
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
  font-style: normal;
  color: gray;
  font-family: var(--font-first);
  letter-spacing: 0.5px;
}
.web-scraping-services-why-choose-p {
  font-size: 24px;
  font-family: var(--font-first);
  letter-spacing: 0.5px;
  color: black;
}
.web-scraping-services-hero-section {
  background: url(../new-img/app-data-scraping-services/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.web-scraping-services-hero-section-product-matching {
  background: url(../new-img/solutions_innerpages/product-matching-services/Bg-Businesses-Trust-Mobile-App-Scraping-for-Reliable-Product-Matching-Services.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.price-monitoring-hero-section {
  background: url(../new-img/app-data-scraping-services/Businesses-Trust-Mobile-App-Scraping-for-Professional-Price-Optimization-Service.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

@media screen and (max-width: 1200px) {
  .performance-container-two.home-tow-applycation-container {
    flex-direction: column;
  }
  .home-tow-applycation-right-section {
    width: 100%;
    margin-top: 5%;
  }
  .home-one-hero-text-one.home-tow-applycation-right-first-text {
    text-align: center;
    justify-content: center;
  }
}
@media screen and (max-width: 992px) {
  .home-tow-applycation-left-section {
    width: 90%;
  }
  .web-scraping-services-8-sec-step-title {
    font-weight: 500;
  }
  .home-tow-applycation-head-text-two {
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .web-scraping-services-8-sec-title {
    font-size: 24px;
  }
  .web-scraping-services-8-sec-step-title {
    font-weight: 400;
  }
  .api-list-call-to-action-content h2 {
    font-size: 24px;
    line-height: 45px;
  }
  .web-scraping-services-third-sec-h2 {
    font-size: 24px;
  }
}

/* ----------------------------------------- web scraping service end ---------------------- */

/*  ------------   main-dataset-page Start  ------------------    */

.popular-sorce-section {
  padding: 80px 0 20px;
}

.main-dataset-page-btn {
  max-width: 150px;
  width: 100%;
  display: block;
  border: 2px solid var(--light-purple-color);
  border-radius: 5px;
  height: 45px;
  cursor: pointer;
  transition: all 0.2s ease-in;
  background-color: var(--light-purple-color);
}

.container-fluid {
  width: 100% !important;
  max-width: 92% !important;
  margin: 0 auto !important;
}

.new-populer-flex-wraper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  overflow: hidden;
  gap: 20px;
}

.head-flex-dataset div h2 {
  display: inline-block;
  text-align: center;
  color: var(--bs-dark-light);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.head-flex-dataset {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  margin-bottom: 36px;
  width: 100%;
  transition: all 0.3s ease;
}

.new-owl-items {
  width: 185px;
  min-height: 230px;
  height: 100%;
  background-color: #f3f9ff;
  border-radius: 30px;
  transition: all 0.3s ease;
  padding: 30px;
  text-decoration: none;
  text-align: center;
  color: var(--back-color);
}
.new-owl-items:hover {
  background-color: var(--advance-color);
}

.new-owl-items:hover .new-owl-title h3 {
  color: #fff;
}

.new-owl-items:hover .new-owl-title h3 {
  color: #fff;
}

.new-owl-icon {
  height: 100px;
  width: 100px;
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.3s ease;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04);
  margin-bottom: 1rem;
}

.new-flex-dataset-button {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  display: none;
}

.new-flex-dataset-button a {
  margin: 0;
  position: relative;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: var(--bs-dark-light);
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
}

.new-flex-dataset-button i {
  font-size: 14px;
}

.flex-dataset-button {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
}

.flex-dataset-button a {
  margin: 0;
  position: relative;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: var(--bs-dark-light);
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
}

.flex-dataset-button i {
  font-size: 14px;
}

.head-flex-dataset:hover .flex-dataset-button a {
  transform: translateX(-10px);
}

.center-pop-title {
  margin-bottom: 30px;
}

.center-pop-title h1 {
  text-align: center;
}

.center-pop-title h2 {
  display: block;
  text-align: center;
  color: var(--bs-dark-light);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.center-pop-title p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
}

.module-datasets-content {
  padding: 25px 0;
}

.module-datasets-container {
  margin: 100px 0;
}

.main-dataset-page-margin {
  margin-bottom: 9rem;
}

/* .module-datasets-content {
  padding: 10px;
} */

.module-datasets-title {
  margin-bottom: 20px;
}

.module-datasets-title h2 {
  color: var(--bs-dark-light);
  font-weight: 600 !important;
  margin-bottom: 8px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  display: block;
  text-decoration: none;
}

.module-datasets-description {
  margin-bottom: 20px;
}

.module-datasets-description p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}

.module-datasets-tickmark {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}

.module-datasets-tickmark li {
  min-width: 50%;
  margin: 0;
  padding: 12px 8px 12px 0px;
  position: relative;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}

.module-datasets-tickmark li::before {
  content: "";
  border-radius: 50%;
  display: block;
  background-size: 12px;
  height: 20px;
  width: 20px;
  background-image: url(../new-img/icon/check-solid-purple.svg);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-position: 50%;
  background-repeat: no-repeat;
}

.container {
  max-width: 960px;
  margin: 0 auto;
}

.module-datasets-tickmark {
  list-style: none;
  padding: 0;
}

.main-dataset-page-li {
  padding: 10px;
  margin-bottom: 5px;
}

/* Mobile view (single column) */
@media (max-width: 576px) {
  .main-dataset-page-li {
    width: 100%;
  }
  .main-dataset-page-margin {
    margin-bottom: 2rem;
  }
}

/* Tablet view (two columns) */
@media (min-width: 577px) and (max-width: 767px) {
  .module-datasets-tickmark {
    display: flex;
    flex-wrap: wrap;
  }
  .main-dataset-page-li {
    width: 50%;
  }
}

/* Large screen (three columns) */
@media (min-width: 768px) {
  .module-datasets-tickmark {
    display: flex;
    flex-wrap: wrap;
  }
  .main-dataset-page-li {
    width: 33.33%;
  }
}

.module-datasets-conten {
  display: flex;
  align-items: center;
  justify-content: center;
}

.module-datasets-conten img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.main-dataset-page-secure-premium {
  box-sizing: content-box;
}

.secure-premium-item {
  flex: 1;
}

.hover-view-text {
  display: none;
  font-size: 13px;
  color: gray;
}

.new-owl-icon {
  height: 80px;
  width: 80px;
}

.secure-premium-item-scale-div {
  border: 1px solid gray;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  background-color: white;
  box-sizing: content-box;
}

.secure-premium-item-scale-div:hover {
  transform: scale(1.1); /* Scale up the div */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5); /* Add box shadow */
}

.secure-premium-item-scale-div:hover .hover-view-text {
  display: block;
}

.secure-premium-item-bg {
  background-color: #0d5fa7;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: space-evenly;
}

.secure-premium-item-bg h3,
p,
ol {
  color: white;
}

.new-main-blog-content ul,
ol {
  color: #141516;
  font-family: var(--font-first);
}

.new-paragraph-custom p {
  position: relative;
  font-family: var(--body-font);
  font-size: 17px;
  letter-spacing: 0.5px;
  color: #00000091;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 5px;
}

.main-dataset-page-secure-premium h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: var(--bs-dark);
  text-align: center;
}

.main-dataset-page-secure-premium p {
}

@media (max-width: 768px) {
  .head-flex-dataset {
    flex-direction: column;
    gap: 16px;
  }
}

@media screen and (max-width: 1800px) {
  .new-owl-items {
    width: 165px;
    min-height: 225px;
  }
  .new-owl-icon {
    height: 80px;
    width: 80px;
  }
  .new-owl-icon img {
    width: 36px;
    height: auto;
  }
  .new-owl-title h3 {
    font-size: 18px;
  }
  .new-populer-flex-wraper {
    gap: 10px;
  }
}

@media screen and (min-width: 1800px) {
  .new-owl-icon img {
    width: 36px;
    height: auto;
  }
}

.module-datasets-tickmark.wrape-feild li {
  max-width: 33%;
  width: 100%;
  min-width: auto;
}

@media (max-width: 1200px) {
  .module-datasets-tickmark.wrape-feild li {
    max-width: 33%;
    width: 100%;
    min-width: auto;
  }
}
@media (max-width: 768px) {
  .module-datasets-tickmark.wrape-feild li {
    max-width: 50%;
    width: 100%;
    min-width: auto;
  }
}
@media (max-width: 500px) {
  .module-datasets-tickmark.wrape-feild li {
    max-width: 100%;
    width: 100%;
    min-width: auto;
  }
}

/* copy from crome start */

/* copy from crome End */

.main-dataset-page-p {
  display: block;
  text-align: justify;
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
  font-style: normal;
  margin-top: 6px;
  color: #002738;
  font-family: var(--font-first);
}

.main-dataset-page-li {
  font-size: 16px;
  line-height: 2.5rem;
}

.main-dataset-page-h2 {
  font-size: 34px;
}

.main-dataset-page-flex-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.main-dataset-tab-items {
  width: 25%;
}

.main-dataset-tab-content {
  width: 75%;
}

.main-dataset-page-content-hide {
  display: none;
}

.main-dataset-page-font-family,
.main-dataset-page-font-family * {
  font-family: var(--font-first);
}

.secure-premium-color-white {
  color: white;
}

.main-dataset-page-tab {
  text-decoration: none;
  text-decoration: none;
  color: gray;
  font-size: larger;
}

.tab-content-image {
  max-width: 16rem;
  height: 10rem;
}

.icon-width-height {
  width: 2.5rem;
  height: 2.5rem;
}

@media (max-width: 768px) {
  .main-dataset-page-h2 {
    font-size: 24px;
  }
  .main-dataset-page-p {
    font-size: 16px;
    line-height: 24px;
  }
  .main-dataset-tab-items {
    width: 100%;
  }
  .main-dataset-tab-content {
    width: 100%;
  }
  .main-dataset-page-flex-item {
    flex-direction: column;
  }
}

@media (max-width: 1100px) {
  .main-dataset-page-flex-item {
    flex-direction: column;
  }
  .main-dataset-tab-items {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .tab-content-image {
    max-width: 120%;
    height: 10rem;
  }
}

@media (max-width: 490px) {
  .main-page-image {
    max-width: 20rem;
  }
}

.main-dataset-page-tab {
  cursor: pointer;

  width: 100px;
}
.main-dataset-page-tab.active {
  color: var(--back-color);
}
.main-dataset-page-flex-item {
  display: none;
}
.main-dataset-page-flex-item.active {
  display: flex;
  gap: 1.5rem;
}

.main-dataset-page-icon-color {
  color: var(--advance-color);
}

.scrape-ecom-api-data-p {
  color: black !important;
}

.web-scraping-services-card-body p {
  color: #00000099;
}

/* .test-demo{
  border: 2px solid orange;
  width: 10rem;
  height: 20rem;
} */

/*  ------------   main-dataset-page End  ------------------    */

/* --------------------live crawler-services----------------*/

.live-crawler-scraping-services-hero-section {
  background: url(../new-img/live-crawler-data-scraping/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

/* --------------------live crawler-services-end------------------- */

.ios-app-scraping-services-hero-section {
  background: url(../new-img/ios-app-data-scraping-services/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.androidapp-scraping-services-hero-section {
  background: url(../new-img/android-app-scraping-services/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.enterprise-scraping-services-hero-section {
  background: url(../new-img/enterprise-app-crawling-services/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.deep-and-dark-hero-section {
  background: url(../new-img/deep-dark-web-scraping/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.web-scraping-api-services-hero-section {
  background-image: url(../new-img/web-scraping-with-ai/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.scrape-realestate-api-hero-section {
  background: url(../new-img/Scrape-realestate-api-data/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.scrape-grocery-api-hero-service-section {
  background: url(../new-img/scrape-grocery-api-data/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.scrape-travel-api-hero-section {
  background: url(../new-img/scrape-travel-api-data/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.travel-feature-icon img {
  height: 100px;
  width: 100px;
}

.travel-feature-icon-new-width img {
  height: 50px !important;
  width: 50px !important;
}

.scrape-ott-api-hero-section {
  background: url(../new-img/scrape-ott-api-data/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.scrape-social-media-api-hero-section {
  background: url(../new-img/scrape-social-media-api-data/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.scrape-recruitment-api-hero-section {
  background: url(../new-img/recruitment-api-data-scraping/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.feature-icon-ott-api img {
  height: 80px;
  width: 80px;
}
.feature-icon-ott-api-129 img {
  height: 129px;
  width: 129px;
}

.scrape-liquor-api-hero-section {
  background: url(../new-img/liquor-data-scraping/bg.webp);
  background-repeat: no-repeat !important;
  background-size: cover;
}
.recruitment-feature-icon img {
  width: 100px !important;
  height: 100px !important;
}
.realestate-feature-icon img {
  width: 100px !important;
  height: 100px !important;
}

/* ----------------new-inner-aamzon-dataset--------------------------------- */
.inner-dataset-herosec-content .h1 {
  font-size: 44px;
  line-height: 58px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
  color: var(--purple-color);
  font-family: var(--font-first);
}
.inner-dataset-herosec-content .p {
  display: block;
  text-align: justify;
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
  font-style: normal;
  margin-top: 6px;
  color: #002738;
  font-family: var(--font-first);
}

.slide-track-title {
  z-index: 5;
  position: relative;
}

.track-top {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1550px;
}

.slide-track-title h3 {
  font-weight: 550;
  font-size: 24px;
  line-height: 36px;
  color: rgb(6, 43, 71);
  margin-right: 20px;
}

.slide a img {
  width: 50%;
  height: 50%;
  animation: scroll 60s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 5));
  }
}

.slider {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 5;
  position: relative;
}

.slider::before,
.slider::after {
  content: "";
  position: absolute;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slide-track {
  animation: scroll 60s linear infinite;
  display: flex;
  width: calc(250px * 18);
}
.inner-dataset-3rd-sec-content {
  padding: 18px;
}
.inner-dataset-3rd-sec-content .p {
  display: block;
  text-align: justify;
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
  font-style: normal;
  margin-top: 6px;
  color: white;
  font-family: var(--font-first);
}
.inner-dataset-3rd-sec-content .h2 {
  color: white;
}
.inner-dataset-3rd-sec-ul {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2%;
  row-gap: 10px;
}
.inner-dataset-datafield-sec {
  background-color: #205ba3;
  border-radius: 17px;
}

.inner-dataset-3rd-sec-ul li {
  min-width: 50%;
  margin: 0;
  padding: 12px 8px 12px 5px;
  position: relative;
  text-align: left;
  font-family: var(--font-first);
  font-size: 15px;
  letter-spacing: 0.5px;
  color: var(--bs-dark-light);
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  box-shadow: 5px 5px 5px #1e1c1c33;
  text-align: center;
  background-color: white;
  border-radius: 22px;
}

.inner-dataset-3rd-sec-ul li {
  max-width: 30%;
  width: 100%;
  min-width: auto;
}

.inner-dataset-pricing-section {
  background-color: #205ba3;
  color: white;
  padding: 3rem 2rem;
  border-radius: 1rem;
}

.inner-dataset-pricing-section__trial-badge {
  background-color: #942c89;
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  display: inline-block;
  margin-bottom: 2rem;
  font-weight: 500;
}

.inner-dataset-pricing-section__title {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.inner-dataset-pricing-section__features-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-start;
}

.inner-dataset-pricing-section__feature-tag {
  background-color: white;
  color: #1a237e;
  padding: 0.5rem 1.2rem;
  border-radius: 2rem;
  display: inline-block;
  margin: 0.5rem;
  font-size: 0.9rem;
  transition: transform 0.2s ease;
}

.inner-dataset-pricing-section__feature-tag:before {
  content: "♦";
  color: #4051b5;
  margin-right: 0.5rem;
}

.inner-dataset-pricing-section__feature-tag:hover {
  transform: translateY(-2px);
}

.inner-dataset-process-sec-content .p {
  display: block;
  text-align: justify;
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
  font-style: normal;

  color: rgb(0, 0, 0);
  font-family: var(--font-first);
}
.inner-dataset-datafield-mt-5 {
  margin-top: 5rem;
}
.amazon-e-commerce-datasets-process {
  background-color: aliceblue;
}

.new-inner-dataset-use-cases {
  padding: 5rem 0;
  /* background: linear-gradient(135deg, #f5f7ff 0%, #ffffff 100%); */
}

.new-inner-dataset-use-cases__title {
  font-size: clamp(1.875rem, 4vw, 2.5rem); /* Responsive font size */
  color: #232f3e;
  margin-bottom: 1.5rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
}

.new-inner-dataset-use-cases__subtitle {
  color: #666;
  text-align: center;
  max-width: min(700px, 90%); /* Responsive max-width */
  margin: 0 auto 3rem;
  font-size: clamp(1rem, 2vw, 1.125rem); /* Responsive font size */
  padding: 0 1rem;
}

.new-inner-dataset-use-cases__card {
  background: white;
  border-radius: clamp(0.5rem, 2vw, 1rem); /* Responsive border radius */
  padding: clamp(1.25rem, 3vw, 2rem); /* Responsive padding */
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e1e4e8;
  position: relative;
  overflow: hidden;
}

.new-inner-dataset-use-cases__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.new-inner-dataset-use-cases__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  /* background: linear-gradient(90deg, #ff9900 0%, #232f3e 100%); */
  background: linear-gradient(90deg, #205ba3 0%, #692171 100%);
}

.new-inner-dataset-use-cases__card-icon {
  width: clamp(45px, 8vw, 60px); /* Responsive icon size */
  height: clamp(45px, 8vw, 60px);
  background: #fff8f0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: #205ba3;
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
}

.new-inner-dataset-use-cases__card-title {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  color: #232f3e;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.new-inner-dataset-use-cases__card-description {
  color: #666;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
}

.new-inner-dataset-use-cases__feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.new-inner-dataset-use-cases__feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  color: #505050;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
}

.new-inner-dataset-use-cases__feature-icon {
  color: #205ba3;
  margin-right: 0.75rem;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  flex-shrink: 0;
}

.new-inner-dataset-use-cases__card-link {
  display: inline-flex;
  align-items: center;
  color: #732477;
  text-decoration: none;
  font-weight: 500;
  margin-top: 1.5rem;
  transition: transform 0.2s ease;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
}

.new-inner-dataset-use-cases__card-link:hover {
  transform: translateX(5px);
  color: #205ba3;
}

.new-inner-dataset-use-cases__link-icon {
  margin-left: 0.5rem;
}

.new-dataset-inner-pricing-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background: #fff;
}

.new-dataset-pricing-header {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.new-dataset-pricing-header::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: #ff9900;
  border-radius: 2px;
}

.new-dataset-pricing-header h2 {
  color: #232f3e;
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.new-dataset-pricing-header p {
  color: #666;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.new-dataset-pricing-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  margin-top: 40px;
}

.new-dataset-pricing-options {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 30px;
  position: sticky;
  top: 20px;
  height: fit-content;
}

.new-dataset-option-group {
  margin-bottom: 25px;
}

.new-dataset-option-group label {
  display: block;
  color: #232f3e;
  font-weight: bold;
  margin-bottom: 10px;
}

.new-dataset-option-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.new-dataset-option-btn {
  padding: 12px 20px;
  border: 2px solid #232f3e;
  border-radius: 8px;
  background: white;
  color: #232f3e;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  flex: 1;
  min-width: 120px;
  text-align: center;
}

.new-dataset-option-btn:hover,
.new-dataset-option-btn.active {
  background: #232f3e;
  color: white;
}

.new-dataset-preview {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.new-dataset-preview-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.new-dataset-preview-title h3 {
  color: #232f3e;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.new-dataset-preview-title p {
  color: #666;
  font-size: 18px;
}

.new-dataset-preview-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.new-dataset-feature-item {
  padding: 20px;
  background: #f8f9fa;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.new-dataset-feature-item .p {
  display: block;
  text-align: start;
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
  font-style: normal;
  color: #141516;
  font-family: var(--font-first);
  letter-spacing: 0.5px;
}

.new-dataset-feature-item:hover {
  transform: translateY(-5px);
}

.new-dataset-feature-item h4 {
  color: #232f3e;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.new-dataset-feature-item h4::before {
  content: "✓";
  color: #205ba3;
  font-weight: bold;
}

.new-dataset-action-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.new-dataset-price {
  font-size: 2rem;
  color: #232f3e;
  font-weight: bold;
}

.new-dataset-price span {
  font-size: 1rem;
  color: #666;
  font-weight: normal;
}

.new-dataset-cta-btn {
  padding: 15px 30px;
  background: var(--light-purple-color);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.3s ease;
}
.new-dataset-cta-btn a {
  color: white;
  text-decoration: none;
}

.new-dataset-cta-btn:hover {
  color: black;
  border: 1px solid #2367aa;
}
.new-dataset-cta-btn a:hover {
  background: #ffffff;
  color: black;
}

.new-dataset-info-badge {
  display: inline-block;
  padding: 8px 15px;
  background: #232f3e;
  color: white;
  border-radius: 20px;
  font-size: 0.9rem;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .new-dataset-pricing-container {
    grid-template-columns: 1fr;
  }

  .new-dataset-pricing-options {
    position: static;
  }
}

@media (max-width: 768px) {
  .new-dataset-preview-header {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .new-dataset-action-bar {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}

/* Extra Small devices (phones, 576px and down) */
@media (max-width: 576px) {
  .new-inner-dataset-use-cases {
    padding: 2rem 0;
  }

  .new-inner-dataset-use-cases__card {
    margin-bottom: 1rem;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .new-inner-dataset-use-cases {
    padding: 2.5rem 0;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .new-inner-dataset-use-cases {
    padding: 3rem 0;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .new-inner-dataset-use-cases {
    padding: 5rem 0;
  }
}

/* Touch device optimization */
@media (hover: none) {
  .new-inner-dataset-use-cases__card:hover {
    transform: none;
  }

  .new-inner-dataset-use-cases__card-link:hover {
    transform: none;
  }
}

@media (max-width: 768px) {
  .inner-dataset-pricing-section {
    padding: 2rem 1rem;
  }

  .inner-dataset-pricing-section__title {
    font-size: 2rem;
  }

  .inner-dataset-pricing-section__feature-tag {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 1680px) {
  .track-top {
    width: 1400px;
  }
}

@media screen and (max-width: 1500px) {
  .track-top {
    width: 1200px;
  }
}

@media screen and (max-width: 1300px) {
  .track-top {
    width: 1068px;
  }
}

@media screen and (max-width: 1200px) {
  .track-top {
    margin-top: 50px;
    width: 980px;
  }
}

@media screen and (max-width: 1100px) {
  .track-top {
    margin-top: 50px;
    width: 885px;
  }
}

@media screen and (max-width: 992px) {
  .track-top {
    display: block;
    margin-bottom: 20px;
  }

  .slide-track-title h3 {
    text-align: center;
  }

  .slider {
    width: 85%;
  }

  .slider {
    width: 60%;
  }

  .track-top {
    margin-top: 50px;
    width: 660px;
  }
}

/* ------------------------new-inner-aamzon-dataset-end------------------------- */
.new-primery-btn-header {
  background: #2367aa;
  border: 2px solid #2c63a6;
}
.new-primery-btn-header a:hover {
  color: #2367aa;
}

.navbar-btn button {
  padding: 11px 18px;
  border-radius: 9px;
  background-color: #2367aa !important;
  color: white !important;
  border: none;
  font-size: 15px;
  font-family: var(--font-first);
  transition: all 0.2s ease;
}
.navbar-btn button:hover {
  color: black;
  background-color: white;
  border: 1px solid #2367aa;
}

.new-contact-popup-form-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  z-index: 1000;
}
.new-contact-popup-form-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 1200px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  z-index: 1001;
  overflow: hidden;
}
.new-contact-popup-form-wrapper {
  display: flex;
  min-height: 600px;
}
.new-contact-popup-form-left-section {
  flex: 1;
  padding: 40px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(145deg, #5a2e98, #7439c1);
  position: relative;
  overflow: hidden;
}
.new-contact-popup-form-right-section {
  flex: 1;
  padding: 40px;
  background: white;
}
.new-contact-popup-form-title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.2;
}
.new-contact-popup-form-subtitle {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  opacity: 0.9;
}
.new-contact-popup-form-input {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  padding: 12px 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: all 0.3s;
  width: 100%;
}
.new-contact-popup-form-input:focus {
  border-color: #5a2e98;
  box-shadow: 0 0 0 0.2rem rgba(90, 46, 152, 0.25);
}
.new-contact-popup-form-file-upload {
  background: #f8f9fa;
  border: 2px dashed #e1e1e1;
  padding: 15px;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.new-contact-popup-form-submit-btn {
  background: #5a2e98;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  width: 100%;
  font-size: 1.1rem;
  margin-top: 20px;
  transition: all 0.3s;
}
.new-contact-popup-form-submit-btn:hover {
  background: #4a2580;
  transform: translateY(-2px);
}
.new-contact-popup-form-close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  color: white;
  font-size: 24px;
  cursor: pointer;
  z-index: 1002;
  background: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
/* Captcha Styling */
.new-contact-popup-form-captcha-wrapper {
  margin: 20px 0;
}
/* Responsive styles */
@media (max-width: 991px) {
  .new-contact-popup-form-container {
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
  }
  .new-contact-popup-form-wrapper {
    flex-direction: column;
    min-height: auto;
  }
}
@media (max-width: 480px) {
  .new-contact-popup-form-container {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    border-radius: 0;
  }
}

@media screen and (max-width: 992px) {
  header.header .offcanvas-backdrop.fade.show {
    display: none !important;
  }

  body .modal-backdrop.show {
    display: none !important;
    opacity: 0 !important;
  }

  body .modal-backdrop {
    display: none !important;
    opacity: 0 !important;
  }
}

.modal-dialog {
  max-width: 1200px !important;
  /* background: #0b5ea5; */
  border-radius: 0.5rem;
}

.new-full-popup {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}

.ser-list {
  font-size: 16px;
}

/* ------------------------new-index-style */
.appie-hero-area {
  background-size: cover !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
}

.appie-hero-area {
  padding-top: 200px;
  padding-bottom: 110px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.carousel {
  position: relative;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #0373d7;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  transition: none;
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.carousel-item.active {
  display: block;
}

.carousel-item.active {
  display: block;
}

.appie-hero-content .appie-title {
  font-size: 60px;
  line-height: 70px;
  margin-top: 10px;
  margin-bottom: 22px;
}
.appie-hero-content p {
  font-size: 18px;
  line-height: 28px;
}
.index-animation {
  position: relative;
}
.appie-hero-content ul li a {
  background: #2b70fa;
  color: #fff;
  line-height: 40px;
  padding: 0 23px;
  border-radius: 6px;
  -border: 2px solid #2b70fa;
  font-size: 15px;
  font-weight: 500;
}

.draw {
  transition: color 0.5s;
}
.draw {
  border: 0;
  box-shadow: inset 0 0 0 2px #2b70fa;
  position: relative;
}
.draw::before {
  top: 0;
  left: 0;
}
.draw::before {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}

.web-data-container {
  background-color: #f0f8ff;
}

.web-data-card {
  border-radius: 1rem !important;
  transition: all 0.3s ease-in-out;
  border: none !important;
  outline: none !important;
  height: 100% !important;
}

.web-data-card:hover {
  transform: translateY(-5px);

  box-shadow: 0px 8px 48px 0px rgba(55, 22, 98, 0.2) !important;
}

.web-data-card .web-data-icon {
  font-size: 30px;
  color: #4b0082;
}
.web-data-icon img {
  width: 50px;
}

.web-data-card-link {
  font-weight: bold;
  color: #4b0082;
  text-decoration: none;
}

.web-data-card-link:hover {
  text-decoration: underline;
}

.web-data-content-h2 h2 {
  font-size: 42px;
  line-height: 38px;
  font-weight: 900;
  font-style: normal;
  margin-bottom: 15px;
  color: black;
  font-family: var(--font-first);
}
.new-index-new-span-colour {
  color: var(--light-blue);
}

.web-data-content-h2 p {
  color: black;
  font-family: var(--body-font);
  font-size: 18px;
  text-align: center !important;
}
.web-data-card-link:hover {
  color: purple;
}
.new-index-service-card-text {
  color: black;
  font-size: 16px;
  line-height: 26px;
}
.scraping-services-section {
  background-color: #80277e08;
  padding: 50px 0;
}
.Industries-We-Serve-main-section {
  padding: 50px 0;
}
.new-index-industries-we-work .h2 {
  font-size: 42px;
  line-height: 38px;
  font-weight: bolder;
  font-style: normal;
  margin-bottom: 15px;
  color: black;
  font-family: var(--font-first);
}
.scraper-api-dataset-new-index {
  padding: 50px 0;
}

.new-index-side-tab-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.new-index-side-tab-wrapper {
  display: flex;
  gap: 4rem;
  /* margin-bottom: 4rem; */
}

/* Sidebar Styles */
.new-index-side-tab-sidebar {
  width: 250px;
}

.new-index-side-tab-button {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 0.5rem;
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s;
  text-align: left;
  font-size: 20px;
}

.new-index-side-tab-button:hover {
  background-color: #f5f5f5;
}

.new-index-side-tab-button.active {
  color: #4361ee;
  background-color: #f0f4ff;
  font-size: 20px;
}

.new-index-side-tab-icon {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Content Styles */
.new-index-side-tab-content-section {
  flex: 1;
  display: flex;
  gap: 2rem;
}

.new-index-side-tab-image {
  width: 45%;
  position: relative;
}

.new-index-side-tab-text {
  width: 55%;
}

.new-index-side-tab-content {
  display: none;
  width: 100%;
}

.new-index-side-tab-content.active {
  display: flex;
  gap: 2rem;
}

.new-index-side-tab-content h2 {
  font-size: 37px;
  color: #80277e;
  margin-bottom: 2rem;
}

.new-index-side-tab-content p {
  display: block;
  text-align: start;
  font-size: 18px;
  line-height: 35px;
  font-weight: 100;
  font-style: normal;
  margin-top: 6px;
  color: #5c5858;
  font-family: var(--font-first);
}

.new-index-side-tab-learn-more {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 2.5rem;
  background-color: #952d8a;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s;
  margin-top: 6%;
}

.new-index-side-tab-learn-more:hover {
  background-color: #3451d4;
}

/* Illustration Section */
.new-index-side-tab-illustration {
  position: relative;
  height: 100%;
  min-height: 400px;
}

.new-index-side-tab-tech-badge {
  position: absolute;
  padding: 0.5rem 1rem;
  background: white;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.new-index-side-tab-tech-badge.php {
  top: 20%;
  left: 10%;
  background: #4361ee;
  color: white;
}

.new-index-side-tab-tech-badge.css {
  top: 10%;
  right: 20%;
}

.new-index-side-tab-tech-badge.html {
  bottom: 20%;
  right: 30%;
}

.new-index-side-tab-dev-illustration {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Partners Section */
.new-index-side-tab-partners {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  align-items: center;

  margin-top: 2rem;
}
.industries-we-serve-tabs-icon {
  background: #80808029;
  border-radius: 8px;
  padding: 5px;
}

.new-index-side-tab-partners.active {
  display: grid;
}

/* .new-index-side-tab-partners img {
  width: 100%;
  height: auto;
  object-fit: contain;
} */
.new-index-side-tab-partners img {
  width: 95%;
  height: 38px;
  object-fit: contain;
}

.new-index-industrywise-tab-sec-nav-link {
  color: #6c5ce7;

  font-size: 30px;
  padding: 15px 30px;
  position: relative;
  transition: all 0.3s ease;
  border: none;
  background-color: transparent;
}

.new-index-industrywise-tab-sec-nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: #6c5ce7;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.new-index-industrywise-tab-sec-nav-link.active {
  color: #6c5ce7;
  font-weight: 900;
}

.new-index-industrywise-tab-sec-nav-link.active::after {
  width: 80%;
}

.new-index-industrywise-tab-sec-tab-content {
  padding: 30px 0;
}

.new-index-industrywise-tab-sec-tab-pane {
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.3s ease;
}

.new-index-industrywise-tab-sec-tab-pane.show {
  opacity: 1;
  transform: translateY(0);
}

.new-index-industrywise-tab-sec-content-wrapper {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}

.new-index-industrywise-tab-sec-stats-image {
  flex: 0 0 45%;
  /* background: #f8f9fa; */
  border-radius: 10px;
  overflow: hidden;
}
.new-index-who-weare-content h2 {
  position: relative;
  z-index: 1;
}

.new-index-who-weare-content h2:before {
  content: "Who We Are";
  position: absolute;
  left: 0;
  top: -16px;
  color: rgb(227 221 221 / 40%);
  font-size: 150%;
  z-index: -1;
  white-space: nowrap;
}

.new-index-industrywise-tab-sec-stats-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-index-industrywise-tab-sec-content-section {
  flex: 0 0 55%;
}
.new-index-industrywise-tab-sec-content-section .p {
  display: block;
  text-align: justify;
  font-size: 18px;
  line-height: 30px;
  font-weight: 100;
  font-style: normal;
  margin-top: 5%;
  color: #002738;
  font-family: var(--font-first);
}
.new-index-industrywise-tab-sec-content-section h2 {
  font-size: 42px;
  line-height: 52px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 8px;
  color: black;
  font-family: var(--font-first);
  text-align: center;
}
.new-index-industrywise-tab-sec-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  margin: 20px 0;
}

.new-index-industrywise-tab-sec-stat-card {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
}

.new-index-industrywise-tab-sec-stat-icon {
  color: #6c5ce7;
  margin-bottom: 10px;
}

.new-index-industrywise-tab-sec-stat-number {
  font-size: 24px;
  font-weight: bold;
  color: #6c5ce7;
  margin-bottom: 5px;
}

.new-index-industrywise-tab-sec-stat-label {
  color: #666;
  font-size: 14px;
}

.new-index-industrywise-tab-sec-logo-section {
  margin-top: 30px;
}

.new-index-industrywise-tab-sec-logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.new-index-industrywise-tab-sec-logo-item {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.new-index-industrywise-tab-sec-logo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.new-index-industrywise-tab-sec-logo-item img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .new-index-industrywise-tab-sec-content-wrapper {
    flex-direction: column;
  }

  .new-index-industrywise-tab-sec-stats-image,
  .new-index-industrywise-tab-sec-content-section {
    flex: 0 0 100%;
  }
}

.new-index-who-weare-content .p {
  color: black;
  font-size: 18px;
  text-align: justify;
  margin-top: 5%;
}

/* CSS */
.new-index-new-carousel-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.new-index-new-carousel-section-wrapper {
  position: relative;
  max-width: 1400px; /* Added max-width for better arrow positioning */
  margin: 0 auto;
  padding: 0 70px; /* Added padding to make room for arrows */
}

/* Updated Navigation Styling */
.new-index-new-carousel-section-nav {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.new-index-new-carousel-section-prev,
.new-index-new-carousel-section-next {
  width: 50px;
  height: 50px;
  border: none;
  background: white;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  pointer-events: auto;
  transition: all 0.3s ease;
  opacity: 0.9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.new-index-new-carousel-section-prev {
  left: 0;
}

.new-index-new-carousel-section-next {
  right: 0;
}

.new-index-new-carousel-section-prev:hover,
.new-index-new-carousel-section-next:hover {
  transform: translateY(-50%) scale(1.1);
  background: #4776e6;
  opacity: 1;
}

.new-index-new-carousel-section-prev:hover svg path,
.new-index-new-carousel-section-next:hover svg path {
  stroke: white;
}

/* Content Container */
/* .new-index-new-carousel-section-items {
  position: relative;
  overflow: hidden;
}

.new-index-new-carousel-section-item {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.new-index-new-carousel-section-item.prev {
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
}

.new-index-new-carousel-section-item.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  position: relative;
} */

.new-index-new-carousel-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.new-index-new-carousel-section-wrapper {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 70px;
}

.new-index-new-carousel-section-nav {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.new-index-new-carousel-section-prev,
.new-index-new-carousel-section-next {
  width: 50px;
  height: 50px;
  border: none;
  background: white;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  pointer-events: auto;
  transition: all 0.3s ease;
  opacity: 0.9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.new-index-new-carousel-section-prev {
  left: 0;
}

.new-index-new-carousel-section-next {
  right: 0;
}

.new-index-new-carousel-section-items {
  position: relative;
  min-height: 500px; /* Adjust based on your content */
}

.new-index-new-carousel-section-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.new-index-new-carousel-section-item.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

/* Keep your existing styles for content, responsive design, etc. */

/* Rest of the styles remain same */
.new-index-new-carousel-section-number {
  font-size: 80px;
  font-weight: 200;
  color: #4776e6;
  opacity: 0.2;
  display: block;
  line-height: 1;
  margin-bottom: 20px;
}

.new-index-new-carousel-section-title {
  font-size: 44px;
  line-height: 58px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
  color: var(--purple-color);
  font-family: var(--font-first);
}

.new-index-new-carousel-section-text {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 30px;
}

.new-index-new-carousel-section-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  background: #2c63a6;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.new-index-new-carousel-section-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
}

/* .new-index-new-carousel-section-image::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #E8F0FE;
  border-radius: 50%;
  z-index: -1;
  top: 10%;
  right: -20%;
} */

/* Responsive Styles */
@media (max-width: 1200px) {
  .new-index-new-carousel-section-wrapper {
    padding: 0 60px;
  }
  .new-width-responsive-homes {
    height: 51.52px;
  }
}
@media (max-width: 991px) {
  .new-index-new-carousel-section-wrapper {
    padding: 0 50px;
  }

  .new-index-new-carousel-section-prev,
  .new-index-new-carousel-section-next {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .new-index-new-carousel-section-wrapper {
    padding: 0 40px;
  }

  .new-index-new-carousel-section-nav {
    bottom: -50px;
    top: auto;
  }

  .new-index-new-carousel-section-prev,
  .new-index-new-carousel-section-next {
    top: auto;
    bottom: 0;
    transform: none;
  }

  .new-index-new-carousel-section-prev:hover,
  .new-index-new-carousel-section-next:hover {
    transform: scale(1.1);
  }
  .new-width-responsive-homes {
    height: 57.72px;
  }
}

.new-index-new-counter-section {
  padding: 80px 0;
}
.new-index-new-counter-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}
.new-index-new-counter-row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 0 -15px;
}
.new-index-new-counter-item {
  flex: 1;
  position: relative;
  padding: 15px;
}
.new-index-new-counter-back-card {
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 65%;
  background: #0371d794;
  border-radius: 8px;
  z-index: 1;
}
.new-index-new-counter-front-card {
  position: relative;
  background: white;
  border-radius: 8px;
  padding: 25px 15px; /* Reduced horizontal padding */
  text-align: center;
  z-index: 2;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  margin-top: 30px;
  width: 65%; /* Make front card narrower */
  margin-left: auto;
  margin-right: auto;
}
.new-index-new-counter-icon {
  width: 50px; /* Slightly reduced icon container size */
  height: 50px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-index-new-counter-icon svg {
  width: 35px; /* Slightly reduced icon size */
  height: 35px;
  fill: #4285f4;
}
.new-index-new-counter-number {
  font-size: 32px; /* Slightly reduced font size */
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 8px;
}
.new-index-new-counter-label {
  font-size: 15px; /* Slightly reduced font size */
  color: #666;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .new-index-new-counter-item {
    flex: 0 0 100%;
  }
  .new-index-new-counter-back-card {
    height: 80%;
  }
  .new-index-new-counter-front-card {
    width: 90%; /* Slightly wider on mobile for better proportion */
  }
}
@media (max-width: 992px) {
  .new-index-new-counter-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .new-index-new-counter-item {
    flex: 0 0 calc(45% - 30px); /* Takes up 50% width minus gap */
    max-width: calc(45% - 30px);
  }
}
@media (max-width: 576px) {
  .new-index-new-counter-item {
    flex: 0 0 calc(50% - 30px); /* Takes up 50% width minus gap */
    max-width: calc(50% - 30px);
  }
  .new-index-new-counter-back-card {
    height: 80%;
  }
  .new-index-new-counter-front-card {
    width: 90%;
  }
  .new-index-who-weare-section {
    padding: 0px 0px !important;
  }
}
@media (max-width: 400px) {
}

.new-index-who-weare-section {
  background-color: aliceblue;
  padding: 50px 0;
  margin-top: 0 !important;
}
/* ------------------------new-index-style end*/

#slidebar-contact {
  height: 200px;
  width: 45px;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  background-color: #2c63a6 !important;
  opacity: 1;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
  z-index: 9999;
  cursor: pointer;
  box-shadow: 0 11px 18px -8px rgb(41 6 96 / 60%);
}

.slide-corner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  height: 100%;
  width: 100%;
}

.slide-phone-icon img {
  width: 30px;
  height: 30px;
  animation: vibe 2s linear 2s infinite;
}

.slide-title {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.slide-title span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.3;
  font-family: var(--font-first);
  letter-spacing: 1px;
  display: block;
}

.wave-button {
  -webkit-backface-visibility: hidden;
  transform-origin: center;
}

.wave-button:before,
.wave-button:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
  top: 0;
  right: 0;
  transform: scale(0);
  transform-origin: center;
  -webkit-backface-visibility: hidden;
  z-index: -1;
  background-color: #815eb9;
}

.wave-button:before {
  animation: wave-animate 3s infinite ease-out;
}
.wave-button:after {
  opacity: 0;
  animation: wave-animate cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s infinite
    ease-out;
}

@keyframes wave-animate {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes vibe {
  0% {
  }
  2% {
    transform: translateX(3px) rotateZ(1deg);
  }
  4% {
    transform: translateX(-3px) rotateZ(-1deg);
  }
  6% {
    transform: translateX(3px) rotateZ(2deg);
  }
  8% {
    transform: translateX(-2px) rotateZ(-2deg);
  }
  10% {
    transform: translateX(1px) rotateZ(2deg);
  }
  12% {
    transform: translateX(-3px) rotateZ(-2deg);
  }
  14% {
    transform: translateX(3px) rotateZ(-1deg);
  }
  16% {
    transform: translateX(-3px) rotateZ(-2deg);
  }
  18% {
    transform: translateX(3px) rotateZ(2deg);
  }
  20% {
    transform: translateX(-3px) rotateZ(-2deg);
  }
  22% {
    transform: translateX(3px) rotateZ(2deg);
  }
  24% {
    transform: translateX(-3px) rotateZ(-2deg);
  }
  26% {
    transform: translateX(0px) rotateZ(0deg);
  }
  100% {
  }
}

.feature-tab-info p a {
  text-decoration: none;
}

.recent-blog {
  padding: 80px 0;
  background-color: #2c63a6;
}

.recent-blog .recent-box {
  float: left;
}

@media screen and (min-width: 992px) {
  .recent-blog .recent-post {
    width: 33.3333333333%;
  }
}

.recent-blog .recent-box > a {
  padding: 0;
  margin: 0;
  display: block;
  text-decoration: none;
}

.recent-blog .recent-box > a > div {
  padding: 0px 0px;
  border-radius: 4px;
  overflow: hidden;
  font-size: 14.4px;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
  margin: 10px;
  background-color: #edf2f5;
}

.recent-blog .recent-box > a > div:hover {
  background-color: #290660;
}

.recent-blog .recent-box > a > div:hover h4 {
  color: #fff;
}

.recent-blog .recent-box > a > div:hover p {
  color: #fff;
}

.recent-blog .recent-box > a {
  background-color: #fff;
}

@media screen and (min-width: 992px) {
  .recent-blog .recent-box:nth-child(8n + 1) > a > div {
    height: 510px;
  }
}

.recent-blog .recent-box > a > div .contentimage {
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 992px) {
  .recent-blog .recent-box:nth-child(8n + 1) > a > div .contentimage {
    width: auto;
    height: 48%;
    overflow: hidden;
  }
}

@media screen and (min-width: 992px) {
  .recent-blog .recent-box > a > div h4,
  .recent-blog .recent-box > a > div p {
    padding: 12px 18px 0px 18px;
    margin: 0;
  }
}

.recent-blog .recent-box > a > div h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.recent-blog .recent-box > a > div p {
  line-height: 24px;
  font-size: 16px;
  color: rgb(87, 87, 87);
}

@media screen and (min-width: 992px) {
  .recent-blog .recent-box:nth-child(8n + 2) {
    width: 66.6666666667%;
  }
}

@media screen and (min-width: 992px) {
  .recent-blog .recent-box:nth-child(8n + 2) > a > div {
    height: 245px;
  }
}

@media screen and (min-width: 992px) {
  .recent-blog .recent-box:nth-child(8n + 2) > a > div .contentimage {
    width: 48.4%;
    height: 100%;
    overflow: hidden;
    float: left;
  }
}

@media screen and (min-width: 992px) {
  .recent-blog .recent-box:nth-child(8n + 2) > a > div .recentcontent {
    width: 50%;
    float: right;
  }
}

@media screen and (min-width: 992px) {
  .recent-blog .recent-box:nth-child(8n + 3) {
    width: 66.6666666667%;
  }

  .recent-blog .recent-box:nth-child(8n + 3) > a > div {
    height: 245px;
  }

  .recent-blog .recent-box:nth-child(8n + 3) > a > div .contentimage {
    width: 48.4%;
    height: 100%;
    overflow: hidden;
    float: right;
  }

  .recent-blog .recent-box:nth-child(8n + 3) > a > div .recentcontent {
    width: 50%;
    float: left;
  }
}

@media screen and (max-width: 991px) {
  .recent-blog .recent-box {
    width: 100%;
    float: none;
  }

  .recent-blog .recent-box > a > div {
    min-height: 100px;
    margin: 18px;
    display: flex;
  }

  .recent-blog .recent-box > a > div .contentimage {
    width: 35%;
    overflow: hidden;
  }

  .recent-blog .recent-box > a > div .recentcontent {
    width: 65%;
    padding: 12px;
  }

  .recent-blog .recent-box > a > div p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.recent-box1 {
  width: 100%;
  padding: 0px 0px;
  border-radius: 4px;
  overflow: hidden;
  font-size: 14.4px;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
  margin: 10px;
  background-color: #edf2f5;
}

.contentimage1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  float: left;
}

.recentcontent1 {
  padding: 0px 0px;
  border-radius: 4px;
  overflow: hidden;
  font-size: 14.4px;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
  margin: 10px;
  /* background-color: #edf2f5; */
  height: 143px;
  margin-bottom: 23px;
}

.recentcontent1 h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.recentcontent1 h4 {
  padding: 12px 18px 0px 18px;
  margin: 0;
}

.recentcontent1 p {
  padding: 12px 18px 0px 18px;
  margin: 0;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.recentcontent1 p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: rgb(253 251 251 / 71%);
}

.mt-120 {
  margin-top: 100px;
}

.w-50 {
  width: 600px !important;
}

@media (max-width: 1200px) {
  .w-50 {
    width: 500px !important;
  }
}

@media (max-width: 990px) {
  .w-50 {
    width: 400px !important;
  }
}

@media (max-width: 990px) {
  .w-50 {
    width: 400px !important;
  }
}

@media (max-width: 700px) {
  .w-50 {
    width: 100% !important;
  }
}

.hell-2 {
  display: flex;
}

.padding-s {
  padding-left: 3rem;
}

@media (max-width: 800px) {
  .hell-2 {
    display: block;
  }

  .padding-s {
    padding-left: 0;
  }
}

.text-dec {
  text-decoration: none;
  color: white;
}
.case-title {
  color: white;
}

.new-index-universal-p {
  display: block;
  text-align: justify;
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
  font-style: normal;
  margin-top: 6px;
  color: #002738;
  font-family: var(--font-first);
}
.scraper-api-dataset-new-index-content .h2 {
  font-size: 35px;
  line-height: 58px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
  color: black;
  font-family: var(--font-first);
  text-transform: capitalize;
}
.new-testimonials-content .h2 {
  font-size: 44px;
  line-height: 58px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
  color: black;
  font-family: var(--font-first);
}

.scraper-dataset-api-icons {
  background: #80808029;
  border-radius: 10px;
  padding: 5px;
  margin-top: 15%;
}

/* ------------------new -ndex - responsive---------------------------- */

@media screen and (max-width: 1200px) {
  .new-index-side-tab-wrapper {
    flex-direction: column;
    overflow: hidden;
  }
  .new-index-side-tab-sidebar {
    display: flex;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .new-index-carousel-order-img {
    display: flex;
    order: -1;
    justify-content: center;
    display: none;
  }
  .new-index-new-carousel-section {
    background-image: url(../new-img/home/doli/bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .new-index-carousel-container.container {
    max-width: 100%;
  }
  .new-index-industries-we-serve-container.container {
    max-width: 100%;
  }
  .new-index-side-tab-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .new-index-side-tab-text {
    width: 50%;
    margin-top: 5%;
  }
  .new-index-who-weare-img-oder {
    display: flex;
    order: -1;
    justify-content: center;
    align-items: center;
  }
  .new-index-side-tab-sidebar {
    display: grid;
    grid-template-columns: repeat(6, 2fr);
    overflow-x: auto;
    /* overflow-y: hidden; */
    /* height: 82px; */
    column-gap: 20px;
    -ms-overflow-style: none;
    width: 100%;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; /* enables smooth scrolling on iOS */
  }

  .new-index-side-tab-button {
    white-space: nowrap;
  }

  .new-index-side-tab-sidebar::-webkit-scrollbar-track {
    background: #d7dfff;
    border-radius: 10px;
  }

  .new-index-side-tab-sidebar::-webkit-scrollbar {
    height: 10px;
    cursor: pointer;
  }

  .new-index-side-tab-sidebar::-webkit-scrollbar-thumb {
    background: #0056b3 !important;
    border-radius: 10px;
  }

  .track-top {
    width: 100%;
  }
  .new-index-side-tab-partners {
    grid-template-columns: repeat(3, 1fr);
  }
  .new-index-side-tab-image {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .new-index-side-tab-content.active {
    flex-direction: column;
  }
  .new-index-side-tab-image {
    width: 100%;
    order: 3;
    justify-content: center;
    align-items: center;
    display: none;
  }
  .new-index-side-tab-text {
    width: 100%;
  }
  .new-index-side-tab-partners {
    grid-template-columns: repeat(3, 1fr);
  }
  .recentcontent1 h4 {
    overflow: visible;
  }
  .new-index-latest-blog-none {
    display: none !important;
  }
}

@media screen and (max-width: 576px) {
  .new-index-side-tab-sidebar::-webkit-scrollbar-track {
    background: #d7dfff;
    /* border-radius: 15px; */
  }

  .new-index-side-tab-sidebar::-webkit-scrollbar {
    height: 10px;
    cursor: pointer;
  }

  .new-index-side-tab-sidebar::-webkit-scrollbar-thumb {
    background: #0056b3 !important;
    border-radius: 15px;
  }
  .new-index-g-xs-5 {
    gap: 13px !important;
  }
  .new-index-side-tab-sidebar {
    grid-template-columns: repeat(6, 2fr);
    overflow-x: auto;
    overflow-y: hidden;
  }
  &::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 10px;
  }
  &::-webkit-scrollbar-track {
    background: #d7dfff;
    border-radius: 15px;
    margin: 0 10px; /* Add margin to make track more visible */
  }

  &::-webkit-scrollbar-thumb {
    background: #0056b3;
    border-radius: 15px;
    border: 2px solid #d7dfff;
    min-width: 40px; /* Minimum thumb size */
  }
  .new-width-responsive-homes {
    height: 51.41px;
  }
  .logo-item img {
    height: 55px;
  }
  .web-data-content-h2 h2 {
    font-size: 36px;
    line-height: 49px;
  }
  .new-index-industries-we-work .h2 {
    font-size: 36px;
  }
  .new-index-industrywise-tab-sec-stats-image {
    display: flex;
    order: 2;
  }
  .recentcontent1 h4 {
    overflow: visible;
    line-height: 21px;
    font-size: 15px;
    font-weight: 100;
  }
  .new-index-hidein-responsive {
    display: none !important;
  }
}
@media screen and (max-width: 658px) {
  .new-width-responsive-homes {
    height: 57.72px;
  }
}
@media screen and (max-width: 400px) {
  .new-index-side-tab-sidebar {
    grid-template-columns: repeat(2, 2fr);
  }

  .new-index-side-tab-sidebar::-webkit-scrollbar-track {
    background: #d7dfff;
    /* border-radius: 15px; */
  }

  .new-index-side-tab-sidebar::-webkit-scrollbar {
    height: 10px;
    cursor: pointer;
  }

  .new-index-side-tab-sidebar::-webkit-scrollbar-thumb {
    background: #0056b3 !important;
    border-radius: 15px;
  }
  .new-index-side-tab-partners {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .new-index-who-weare-img img {
    width: 100%;
    height: 100%;
  }
  .new-index-g-xs-5 {
    gap: 13px !important;
  }
  .card-body {
    padding: 0 !important;
  }
  .new-index-side-tab-image {
    width: 100%;
  }
  .new-index-new-counter-front-card {
    padding: 0px 15px;
    width: 82%;
  }
  .new-index-new-counter-back-card {
    height: 71%;
  }
  .web-data-content-h2 h2 {
    font-size: 32px !important;
  }
  .new-index-new-carousel-section {
    padding: 59px 0;
  }
  .new-index-new-carousel-section-title {
    font-size: 37px;
    line-height: 48px;
  }
  .new-index-universal-p {
    text-align: start;
  }
  .new-index-new-carousel-section-wrapper {
    padding: 0 0;
  }
  .logo-item img {
    height: 60px;
  }
  .new-index-industries-we-work .h2 {
    font-size: 30px;
  }
  .new-index-side-tab-sidebar {
    grid-template-columns: repeat(6, 2fr);
    overflow-x: auto;
  }
  .new-index-side-tab-content p {
    text-align: start;
  }
  .scraper-api-dataset-new-index {
    padding: 18px 0;
  }
  .scraper-api-dataset-new-index-content .h2 {
    font-size: 30px;
    line-height: 46px;
  }
  .new-index-industrywise-tab-sec-content-section .p {
    text-align: start;
  }
  .new-index-who-weare-content .p {
    text-align: start;
  }
}

/* ------------------new -ndex - responsive-----end----------------------- */

.zillow-main-api-inner-section {
  background-image: url(../new-img/realestate-inner-api-data-scraping/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* .new-index-second-section-auto-slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background-color: #fff;
}

.new-index-second-section-auto-slider .content-left {
  flex: 0 0 20%;
  font-size: 20px;
  font-weight: bold;
  color: #00224b;
}

.new-index-second-section-auto-slider .logos-slider {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.new-index-second-section-auto-slider .logos-slide-track {
  display: flex;
  animation: scroll 20s linear infinite;
  width: max-content;
}

.new-index-second-section-auto-slider .logo-item {
  flex: 0 0 auto;
  margin-right: 20px;
}

.new-index-second-section-auto-slider .logo-item img {
  height: 50px;
  object-fit: contain;
}

@keyframes scroll {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-100%);
  }
} */

.trusted-brands {
  background-color: #fff;
  padding: 20px 0;
  overflow: hidden;
}

.content-left {
  padding-left: 20px;
}

.content-left h3 {
  font-size: 28px;
  font-weight: bold;
  color: #00224b;
  margin: 0;
}

.logos-slider {
  overflow: hidden;
  position: relative;
}

.logos-slide-track {
  display: flex;
  animation: slideLogos 20s linear infinite;
  width: fit-content;
}

.logo-item {
  flex: 0 0 auto;
  padding: 0 20px;
}

.logo-item img {
  height: 54px;
  width: auto;
  object-fit: contain;
}

/* Animation */
@keyframes slideLogos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Optional: Pause on hover */
.logos-slide-track:hover {
  animation-play-state: paused;
}

/* For smoother animation */
.logos-slide-track {
  will-change: transform;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .content-left {
    text-align: center;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .content-left h3 {
    font-size: 24px;
  }

  .logo-item img {
    height: 35px;
  }
}

.e-commerce-datasets-use-cases {
  background-color: aliceblue;
  padding: 50px 0;
}

.e-commerce-dataset-why-choose-sec {
  padding: 50px 0;
  background-color: aliceblue;
}
.netflix-main-api-inner-section {
  background-image: url(../new-img/ott-inner-api-scraping/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.new-common-para-faq {
  color: grey;
}
/* ------------------------amazon datasets */
.inner-page-dataset-1st-sec-img img {
  width: 100%;
}
.inner-page-dataset-1st-sec {
  padding: 50px 0;
}
@media screen and (max-width: 992px) {
  .amazon-e-commerce-datafiled-img {
    display: flex;
    order: 2;
    justify-content: center;
  }
  .amazon-e-commerce-datafiled-img img {
    max-width: 80%;
  }
}
@media screen and (max-width: 756px) {
  .inner-page-dataset-1st-sec-img {
    display: none;
  }
  .new-inner-dataset-use-cases__card-description {
    font-size: 18px;
  }
  .new-inner-dataset-use-cases__feature-item {
    font-size: 16px;
  }
  .new-inner-dataset-use-cases__subtitle {
    font-size: 18px;
  }
  .new-dataset-preview-title p {
    font-size: 18px;
  }
  .new-dataset-price span {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .inner-dataset-3rd-sec-ul li {
    max-width: 48%;
  }
  .amazon-e-commerce-datafiled-img img {
    max-width: 80%;
  }
  .inner-dataset-3rd-sec-ul {
    gap: 0;
    row-gap: 8px;
  }
}

.ecommerce-dataset-main-section {
  background-image: url(../new-img/dataset-main-page-ecommerce/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.travel-inner-main-api-inner-section {
  background-image: url(../new-img/travel-inner-api-datascraping/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.drizzly-main-api-inner-section {
  background-image: url(../new-img/iquor-inner-data-scraping/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.galssdoor-main-api-inner-section {
  background-image: url(../new-img/recruitment-inner-api-data-scraping/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.new-ecom-dataset-btn .a {
  color: white;
  background: var(--light-blue);
  width: auto;
  padding: 20px 20px;
}
@media screen and (max-width: 1200px) {
  .new-hero-content p {
    text-align: start;
  }
  .module-datasets-container {
    margin: 0px 0px !important;
  }
  .set-order-2 {
    display: flex;
    order: 2;
    justify-content: center;
    align-items: center;
  }
  .set-order-1 {
    display: flex;
    order: -1;
  }
  .main-dataset-page-margin {
    margin: 10px;
  }
  .recentcontent1 {
    margin: 5px 0px;
  }
  .new-rr-small-mt-5 {
    margin-top: 5% !important;
  }
}

@media screen and (max-width: 576px) {
  .new-populer-flex-wraper {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .inner-dataset-3rd-sec-ul li {
    max-width: 48%;
  }
  .recentcontent1 {
    margin: 5px;
  }
  .new-rr-small-mt-5 {
    margin-top: 8% !important;
  }

  .new-populer-flex-wraper::-webkit-scrollbar-track {
    background: #d7dfff;
  }

  .new-populer-flex-wraper::-webkit-scrollbar {
    height: 10px;
    cursor: pointer;
  }

  .new-populer-flex-wraper::-webkit-scrollbar-thumb {
    background: #0056b3 !important;
    border-radius: 15px;
  }

  @supports (-webkit-touch-callout: none) {
    .new-populer-flex-wraper {
      -webkit-overflow-scrolling: touch;
      overflow-y: scroll !important;
    }
  }

  .flex-dataset-button {
    display: none;
  }
  .new-flex-dataset-button {
    display: block;
    margin-top: 5%;
    text-align: end;
    display: flex;
    justify-content: center;
  }
  .main-dataset-page-p {
    text-align: start;
  }

  .hover-view-text {
    display: block;
  }
  .secure-premium-item-scale-div:hover {
    transform: none;
  }
  .new-hero-content {
    margin-top: 2rem;
  }
  .text-sm-center {
    text-align: center;
  }
  .main-page-dataset-last-tab-img {
    display: flex;
    order: 2;
  }
  .last-tab-margin {
    margin-top: 8%;
  }
}
@media screen and (max-width: 768px) {
  .new-hero-content {
    margin-top: 2rem;
  }
  .secure-premium-item-scale-div:hover {
    transform: none;
  }
  .hover-view-text {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .main-page-image {
    max-width: 100%;
  }
  .head-flex-dataset div h2 {
    font-size: 28px;
  }
  .popular-sorce-section {
    padding: 29px 0 20px;
  }
  .inner-dataset-3rd-sec-ul li {
    max-width: 80%;
  }
  .amazon-e-commerce-datafiled-img img {
    max-width: 100%;
  }
}

/* --------------------------------------------------- */
.tiktok-main-api-inner-section {
  background-image: url(../new-img/social-media-inner/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* ----------------------scraper designing-------------------- */

.new-scraper-hero-sec {
  height: 100%;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

.new-scraper-hero-sec-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 20%, #e8f0fe 0%, transparent 20%),
    radial-gradient(circle at 80% 80%, #f0e8fe 0%, transparent 20%);
  opacity: 0.5;
  pointer-events: none;
}

.new-scraper-hero-sec-content {
  position: relative;
  z-index: 2;
  padding-left: 3rem;
  /* border-left: 4px solid #6366F1; */
}

.new-scraper-hero-sec-subtitle {
  font-size: 1.2rem;
  color: #2c63a6;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 1rem;
  font-weight: 600;
}

.new-scraper-hero-sec-title {
  font-size: 3rem;
  font-weight: 800;
  color: #1e293b;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.new-scraper-hero-sec-title span {
  color: #932c89f5;
}

.new-scraper-hero-sec-text {
  /* font-size: 1.25rem;
  color: #64748b;
  line-height: 1.8;
  margin-bottom: 2.5rem; */

  display: block;
  text-align: start;
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
  font-style: normal;
  color: #141516;
  font-family: var(--font-first);
  letter-spacing: 0.5px;
}

.new-scraper-hero-sec-img-container {
  position: relative;
}

.new-scraper-hero-sec-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #6366f1 0%, #ec4899 100%);
  border-radius: 30px;
  transform: rotate(-3deg);
  opacity: 0.1;
}

.new-scraper-hero-sec-img-frame {
  position: relative;
  padding: 20px;
  background: white;
  border-radius: 30px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
}

.new-scraper-hero-sec-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
}
.new-scraper-side-tab-section-card img {
  height: 50px;
  width: 50px;
  margin-bottom: 3%;
}

.new-scraper-hero-sec-dots {
  position: absolute;
  width: 180px;
  height: 180px;
  background-image: radial-gradient(#6366f1 2px, transparent 2px);
  background-size: 18px 18px;
  opacity: 0.2;
}

.dots-1 {
  top: -30px;
  right: -30px;
}

.dots-2 {
  bottom: -30px;
  left: -30px;
}

.new-scraper-hero-sec-stats {
  display: flex;
  gap: 3rem;
  margin-top: 5rem;
}

.new-scraper-hero-sec-stat {
  flex: 1;
  background-color: #e8d7e752;
  padding: 10px;
  text-align: center;
  border-radius: 12px;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.5rem;
}

.stat-label {
  color: #64748b;
  font-size: 1rem;
}

@media (max-width: 991px) {
  .new-scraper-hero-sec-content {
    padding-left: 2rem;
    margin-bottom: 3rem;
  }

  .new-scraper-hero-sec-title {
    font-size: 3rem;
  }

  .new-scraper-hero-sec-img {
    height: 100%;
  }

  .new-scraper-hero-sec-stats {
    flex-direction: row;
    gap: 1.5rem;
  }
}

.new-scraper-side-tab-section-wrapper {
  background: rgba(255, 255, 255, 0.95);
  max-width: 1400px;
  width: 95%;
  /* height: 100vh; */
  height: 100%;

  margin: auto;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
.new-scraper-side-tab-section-container {
  display: flex;
  height: 100%;
  position: relative;
}
.new-scraper-side-tab-section-sidebar {
  width: 280px;
  background: linear-gradient(180deg, #955e99 0%, #902b87 100%);
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.new-scraper-side-tab-section-sidebar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
  opacity: 0.1;
}
.new-scraper-side-tab-section-tab {
  padding: 15px 20px;
  margin: 10px 0;
  color: white;
  cursor: pointer;
  border-radius: 12px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.new-scraper-who-weare-content h2 {
  position: relative;
  z-index: 1;
}

.new-scraper-who-weare-content h2:before {
  content: "About Mobile App Scraping";
  position: absolute;
  left: 0;
  top: -11px;
  color: rgb(227 221 221 / 62%);
  font-size: 104%;
  z-index: -1;
  white-space: nowrap;
}

.new-scraper-side-tab-section-tab::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0)
  );
  transition: all 0.5s ease;
  z-index: -1;
}
.new-scraper-side-tab-section-tab:hover::before {
  left: 100%;
}
.new-scraper-side-tab-section-tab.active {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.new-scraper-side-tab-section-main {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
  background: #ffffff;
}
.new-scraper-side-tab-section-search {
  width: calc(100% - 40px) !important;
  padding: 15px 20px !important;
  border: 3px solid #d7c9e5 !important;
  border-radius: 12px !important;
  background: #ffffff;
  margin-bottom: 20px !important;
  transition: all 0.3s ease !important;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05) !important;
}
.new-scraper-side-tab-section-search:focus {
  outline: none;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05),
    0 0 0 3px rgba(52, 152, 219, 0.2);
}
.new-scraper-side-tab-section-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  padding: 10px;
}
.new-scraper-side-tab-section-card {
  background: white;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
  position: relative;
  overflow: hidden;
}

.new-scraper-side-tab-section-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #b07cb0;
  transform: scaleY(0);
  transition: transform 0.3s ease;
}
.new-scraper-side-tab-section-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.new-scraper-side-tab-section-card:hover::before {
  transform: scaleY(1);
}
.new-scraper-side-tab-section-pagination {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 20px 0;
}
.new-scraper-side-tab-section-pagination button {
  padding: 10px 20px;
  border: none;
  background: #f8f9fa;
  color: #2c3e50;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.new-scraper-side-tab-section-pagination button:hover {
  background: #3498db;
  color: white;
  transform: translateY(-2px);
}

.scraper-trusted-brands {
  padding: 50px 0;
}
.new-scraper-second-hero-sec-content h2 {
  font-size: 32px;
  font-weight: 300;
  color: #002738;
  line-height: 42px;
  letter-spacing: 0px;
  font-style: normal;
  margin-top: 4rem;
  margin-bottom: 1.5rem;
  text-transform: capitalize;
}
.new-scraper-side-tab-section-no-result {
  text-align: center;
  color: #fff;
  font-size: 30px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  align-items: center;
  gap: 10px;
  height: 220px;
  background-image: url(../new-img/mobile-app-scraper/bg.png);
}

.new-scraper-side-tab-contact-btn {
  background-color: #9b2384;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 11px 21px;
  font-size: 17px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.new-scraper-side-tab-contact-btn:hover {
  background-color: #62a0e3;
}

@media (max-width: 1200px) {
  .new-scraper-side-tab-section-wrapper {
    height: 80%;
    width: 98%;
  }
  .new-scraper-side-tab-section-container {
    flex-direction: column;
  }
  .new-scraper-side-tab-section-sidebar {
    width: 100%;
    padding: 10px;
    overflow: scroll !important;
  }
  .new-scraper-side-tab-section-tabs {
    display: inline-flex;
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
  .new-scraper-side-tab-section-tab {
    white-space: nowrap;
    margin: 0 5px;
    padding: 10px 15px;
  }
  .new-scraper-side-tab-section-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 576px) {
  .new-scraper-side-tab-section-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .scraper-who-weare-img {
    display: none;
  }
  .new-index-who-weare-section {
    padding: 50px 0px !important;
  }

  .new-scraper-side-tab-section-sidebar::-webkit-scrollbar-track {
    background: white;
    /* border-radius: 15px; */
  }

  .new-scraper-side-tab-section-sidebar::-webkit-scrollbar {
    height: 8px;
  }

  .new-scraper-side-tab-section-sidebar::-webkit-scrollbar-thumb {
    background: #52144d !important;
    /* border-radius: 10px; */
  }
  .new-scraper-side-tab-section-search {
    width: 100% !important;
  }
  .new-scraper-hero-sec-title {
    font-size: 2rem;
  }
  .stat-number {
    font-size: 2rem;
    font-weight: 500;
    color: #1e293b;
    margin-bottom: 0.5rem;
  }
  .new-scraper-hero-sec {
    padding: 20px 0;
  }
  .new-scraper-second-hero-sec {
    padding: 20px 0 !important;
  }
  .new-scraper-hero-sec-img-container {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .new-scraper-side-tab-section-cards {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
  .new-scraper-hero-sec-content {
    padding-left: 1rem;
  }
  .new-scraper-hero-sec-stats {
    gap: 0.5rem;
  }
  .new-scraper-hero-sec-stat {
    padding: 6px;
  }
  .new-scraper-second-hero-sec-content h2 {
    font-size: 18px;
    line-height: 31px;
    margin-top: 0rem;
  }
  .new-scraper-second-hero-sec {
    margin-top: 1rem !important;
  }
}

.new-scraper-second-hero-sec-content h2 {
  text-align: center;
}

.new-scraper-second-hero-sec-content .p {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  font-weight: 100;
  font-style: normal;
  margin-top: 2%;
  color: #0027389e;
  font-family: var(--font-first);
}
.new-scraper-second-hero-sec {
  padding: 50px 0;
}
.new-scraper-side-tab-section-card .a {
  text-decoration: none;
  color: black;
}
.new-ott-owl-icon img {
  width: 60px;
  height: auto;
}
.grocery-dataset-main-section {
  background-image: url(../new-img/grocery-supermarkets-store-datasets/Top-Grocery-Supermarkets-Store-Datasets.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.food-dataset-main-section {
  background-image: url(../new-img/food-datasest/Food-Delivery-Datasets---Web-Scraping-Food-Delivery-Datasets.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.realestate-dataset-main-section {
  background-image: url(../new-img/real-estate-datasets/Real-Estate-Datasets---Web-Scraping-Real-Estate-Datasets.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.tours-and-travels-dataset-main-section {
  background-image: url(../new-img/tours-and-travel-datasets/Tours-and-Travel-Datasets---Web-Scraping-Tours-and-Travel-Datasets.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.OTT-dataset-main-section {
  background-image: url(../new-img/ott-media-datasets/OTT-Media-Datasets---Web-Scraping-OTT-Media-Datasets.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* rr table */

.new-rr-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.new-rr-table th,
.new-rr-table td {
  border: 1px solid #000000;
  text-align: center;
  padding: 8px;
}

.new-rr-table th {
  background-color: #f8f9fa;
  font-weight: bold;
}

.new-rr-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* .new-rr-table tr:hover {
  background-color: #f1f1f1;
} */
.new-rr-tr {
  background-color: #2c63a6;
  color: white;
}
/* rr table */

/* -------------------------------------------------------- */

.new-index-new-expand-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  min-height: 600px;
  width: 100%;
}

.slider-container {
  display: flex;
  transition: transform 0.5s ease;
  height: 100vh;
  max-height: 740px;
  min-height: 600px;
  margin-top: 1%;
}

.card-item {
  min-width: 100px;
  flex: 1;
  transition: all 0.5s ease;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background: #c1a8c8;
  margin: 0 2px;
  border: 7px solid white;
  border-radius: 35px;
}

.card-item.active {
  flex: 8;
}
.card-item:not(.active) {
  background: lightgray;
  backdrop-filter: blur(200px);
  -webkit-backdrop-filter: blur(200px);
}

.rotate-text {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 37px;
  color: white;
  writing-mode: vertical-rl;
  transform-origin: top right;
  transition: transform 1.5s ease;
}

.card-item.active .rotate-text {
  transform: rotate(360deg);
  writing-mode: horizontal-tb;
  top: 20px;
  right: 20px;
}

.main-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  width: 80%;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 2;
}

.card-item.active .main-content {
  opacity: 1;
}

.main-content h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 300;
}

.main-content p {
  font-size: 1rem;
  margin-bottom: 2rem;
  opacity: 0.8;
}

.view-service-btn {
  background: white;
  color: #1a1a1a;
  padding: 8px 20px;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.view-service-btn:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

.services-list {
  position: absolute;
  bottom: 80px;
  left: 40px;
  color: white;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 2;
}

.card-item.active .services-list {
  opacity: 1;
}

.services-list h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.8);
}

.services-list ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.navigation-arrows {
  position: absolute;
  bottom: 30px;
  left: 40px;
  display: flex;
  gap: 10px;
  z-index: 3;
}

.nav-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
}

.nav-arrow:hover {
  background: rgba(255, 255, 255, 0.1);
}

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.7)); */
  background: linear-gradient(rgb(0 0 0 / 11%), rgba(0, 0, 0, 0.7));
  z-index: 1;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .main-content h1 {
    font-size: 2rem;
  }
  .services-list ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 992px) {
  .slider-container {
    min-height: 500px;
  }

  .card-item:not(.active) {
    max-width: 80px;
  }

  .main-content h1 {
    font-size: 2rem;
  }

  .main-content p {
    font-size: 0.95rem;
  }

  .card-item.active {
    flex: 3.5;
  }
}

@media (max-width: 768px) {
  .slider-container {
    min-height: 500px;
    display: flex;
    flex-wrap: nowrap;
    width: 500%; /* 100% * number of cards */
  }

  .card-item {
    flex: 0 0 20%; /* 100% / number of cards */
    min-width: 20%;
    max-width: 20% !important;
    position: relative;
    display: block !important;
  }

  .card-item:not(.active) {
    opacity: 0.7;
  }

  .card-item.active {
    opacity: 1;
  }

  .main-content {
    opacity: 0;
    visibility: hidden;
    padding: 0 15px;
    width: 100%;
  }

  .card-item.active .main-content {
    opacity: 1;
    visibility: visible;
  }

  .main-content h1 {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }

  .main-content p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .view-service-btn {
    padding: 10px 18px;
    font-size: 0.85rem;
  }

  .services-list {
    bottom: 60px;
    left: 20px;
    font-size: 1rem;
  }

  .navigation-arrows {
    bottom: 25px;
    left: 20px;
  }

  .nav-arrow {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .slider-container {
    min-height: 412px; /* Set a smaller height for screens below 576px */
    height: auto; /* Ensure the height is auto to adjust dynamically */
  }
  .new-index-new-expand-card {
    min-height: 450px;
  }
  .card-item {
    flex: 0 0 100%; /* Each card takes full width */
  }

  .main-content {
    padding: 0 15px;
    opacity: 0;
    visibility: hidden;
    width: 100%;
  }

  .card-item.active .main-content {
    opacity: 1;
    visibility: visible;
  }

  .main-content h1 {
    font-size: 1.5rem;
  }

  .main-content p {
    font-size: 0.9rem;
  }

  .services-list {
    bottom: 60px;
    left: 20px;
    font-size: 0.9rem;
  }

  .navigation-arrows {
    bottom: 20px;
    left: 20px;
  }

  .nav-arrow {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 400px) {
  .slider-container {
    min-height: 350px;
  }

  .card-item:not(.active) {
    max-width: 40px;
  }

  .card-item.active {
    flex: 2;
  }

  .main-content h1 {
    font-size: 1.3rem;
  }

  .main-content p {
    font-size: 0.8rem;
  }

  .services-list {
    bottom: 80px;
    left: 15px;
  }

  .services-list ul li {
    font-size: 0.8rem;
  }

  .navigation-arrows {
    left: 15px;
  }

  .nav-arrow {
    width: 35px;
    height: 35px;
  }
}

/* ==========================New CSS From Pragnya ======================= */

p.my-new-scraper-inner-page-recent-des-disclaimer {
  font-size: 14px;
}
.my-new-scraper-inner-page-recent-des-hero-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7rem 0;
}
.my-new-scraper-inner-page-recent-des-hero-sec .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-new-scraper-inner-page-recent-des-hero-sec-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
ul.my-new-scraper-inner-page-recent-des {
  position: relative;
}
ul.my-new-scraper-inner-page-recent-des li {
  margin: 10px 0;
}
ul.my-new-scraper-inner-page-recent-des li:before {
  content: "\2713";
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  position: absolute;
  left: 0;
  color: #fff;
  background-color: #2367aa;
  border-radius: 10px;
}
.my-new-scraper-inner-page-recent-des-hero-sec-try-btn {
  color: #fff;
  font-size: 16px;
  background-color: blue;
  padding: 10px 15px;
  border: none;
  margin: 16px 0;
}
.my-new-scraper-inner-page-recent-des-hero-sec-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.my-new-scraper-inner-page-recent-des-companies-sec {
  margin: 2rem 0 5rem;
}
.my-new-scraper-inner-page-recent-des-companies-sec p {
  color: #000;
}
.my-new-scraper-inner-page-recent-des-companies-container img {
  max-width: 200px;
  height: auto;
}
.my-new-scraper-inner-page-recent-des-companies-container {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.my-new-scraper-inner-page-recent-des-eBay-product-details-sec {
  margin-top: 8rem;
}
.my-new-scraper-inner-page-recent-des-eBay-product-details-content {
  padding: 15px;
}
.my-new-scraper-inner-page-recent-des-eBay-product-details-content button {
  font-size: 14px;
  padding: 10px 15px;
  border: 1px solid;
  background: transparent;
  margin: 10px 0;
}
.my-new-scraper-inner-page-recent-des-ptb-60 {
  padding: 30px 0;
}
.my-new-scraper-inner-page-recent-des-use-right-tool-sec-card {
  text-align: center;
  padding: 30px;
  margin: 20px 0;
}
.my-new-scraper-inner-page-recent-des-use-right-tool-sec-card img {
  max-width: 100px;
  height: auto;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.my-new-scraper-inner-page-recent-des-use-right-tool-sec-card-content {
  margin-bottom: 30px;
}
.my-new-scraper-inner-page-recent-des-use-right-tool-sec-card-content p {
  position: relative;
  font-family: var(--body-font);
  font-size: 17px;
  letter-spacing: 0.5px;
  color: #000;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 5px;
}
.my-new-scraper-inner-page-recent-des-use-right-tool-sec-card h4 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 10px;
}
.my-new-scraper-inner-page-recent-des-use-right-tool-sec-card p {
  position: relative;
  font-family: var(--body-font);
  font-size: 17px;
  letter-spacing: 0.5px;
  color: #00000091;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 5px;
}
.my-new-scraper-inner-page-recent-des-strip {
  /* background: linear-gradient(to right, #3C3B6E, #7D8DA1); */

  background-image: url("assets/new-img/zomato-app-data-scraper/bg-1.webp");
  color: white;
  padding: 80px 20px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.my-new-scraper-inner-page-recent-des-strip-content h2 {
  font-size: 35px;
  line-height: 58px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
  color: white;
  text-align: center;
}
.my-new-scraper-inner-page-recent-des-strip-content p {
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
  font-style: normal;
  margin-top: 6px;
  color: white;
  text-align: center;
}
.my-new-scraper-inner-page-recent-des-web-scraping-services-sec {
  background-color: #fff;
  padding: 70px 0;
}
.my-new-scraper-inner-page-recent-des-clients-logo .gatsby-image-wrapper {
  filter: grayscale(100);
  opacity: 0.75;
  transition: filter 1s ease-out, opacity 1s ease-out;
}
.my-new-scraper-inner-page-recent-des-equal-img-c {
  height: 100%;
  max-width: 100%;
  width: auto;
}
.my-new-scraper-inner-page-recent-des-clients-logo .gatsby-image-wrapper:hover {
  filter: grayscale(0);
  opacity: 1;
}
@media (max-width: 768px) {
  .my-new-scraper-inner-page-recent-des-use-right-tool-sec-card {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .my-new-scraper-inner-page-recent-des-hero-sec {
    padding: 3rem 0;
  }
  .my-new-scraper-inner-page-recent-des-hero-sec-right,
  .my-new-scraper-inner-page-recent-des-hero-sec-left {
    align-items: center;
  }
  h1 {
    font-size: 28px;
  }
  p {
    font-size: 14px;
  }
  p.my-new-scraper-inner-page-recent-des-disclaimer {
    font-size: 14px;
  }
  .my-new-scraper-inner-page-recent-des-hero-sec-try-btn {
    font-size: 14px;
    padding: 10px 25px;
  }
  .my-new-scraper-inner-page-recent-des-ptb-60 {
    padding: 10px 0;
  }
}

.three-coloumn-section {
  position: relative;
  font-family: var(--body-font);
  font-size: 17px;
  letter-spacing: 0.5px;
  color: #00000091;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 5px;
}

/* -------------------------------------- New styles for the remaining page headers ------------------------------- */

.header-for-all-pages {
  /* position: absolute; */
  width: 100%;
  height: 5rem;
  /* border-bottom: 1px solid #dadadae8; */
  transition: all 0.3s ease;
  z-index: var(--z-fixed);
}

.nav-link-for-all-pages {
  font-family: var(--font-first);
  font-size: 16px;
  line-height: 1.8rem;
  color: #33525f;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease-in 0s;
  text-decoration: none;
}

.navbar-toggler-for-mobile i {
  color: #913992;
  font-size: 30px;
  border: 1px solid white !important;
}

@media (min-width: 1200px) {
  .navbar-toggler-for-mobile i {
    display: none;
  }

  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled),
  button:not(:disabled) {
    cursor: pointer;
    border: none;
    background: none;
    /* border: 1px solid white !important; */
    /* background: white !important; */
  }
}

@media (max-width: 1200px) {
  .nav-link-for-all-pages {
    font-family: var(--font-first);
    font-size: 16px;
    line-height: 1.8rem;
    color: #33525f;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.2px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background-color 0.3s ease-in 0s;
    text-decoration: none;
    padding: 10px 5px;
  }
}

.blog_inner_moblie {
  height: 100%;
  width: 185px;
}
.blog_inner_moblie img {
  width: 100%;
  display: block;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
  border: none;
  background: none;
}

/* page-main-content */
@media (min-width: 1400px) and (max-width: 1800px) {
  .page-content h1 {
    font-size: 44px !important;
  }

  .page-content p {
    font-size: 18px !important;
  }
}

@media (min-width: 490px) and (max-width: 552px) {
  .main-point h2 {
    font-size: 30px !important;
  }
}

/* page-main-content */

@media (max-width: 1200px) {
  .header-datset-detail {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .header-datset-detail {
    padding: 5px 0px 5px 0px !important;
  }
  .header-datset-subtitle {
    height: 25px;
  }
}
@media (min-width: 991px) {
  .dataset-link.dataset-responsive {
    display: none;
  }
  .dataset-link {
    display: auto;
  }
}

/* ===================================== privacy policy page ================================= */

.new-privacy-policy-page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 650px;
  background: #002738;
  background-image: url(../new-img/privacy-policy/Privacy-Policy-banner.jpg);
  background-position: top right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
}

.privay-policy-main {
  width: 100%;
  padding: 0 20px;
}

.privacy-wrapper {
  margin: 100px auto;
  position: relative;
}

.privacy-all-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #808080b5;
  padding-bottom: 100px;
  padding-top: 30px;
  width: 100%;
  position: relative;
  min-height: 45vh;
}

.privacy-all-content h2 {
  width: 50%;
  font-size: 28px;
  font-weight: bold;
  color: #0e5fa7;
  position: sticky;
  top: 100px;
  height: fit-content;
  z-index: 10;
  background: white;
}

.privacy-info-para {
  width: 50%;
  padding-left: 40px;
}

.privacy-info-para p {
  color: black;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.8;
}

/* Responsive design */
@media (max-width: 768px) {
  .privacy-all-content {
    flex-direction: column;
    justify-content: start;

    padding-bottom: 30px;
  }

  .privacy-all-content h2 {
    width: 100%;
    position: static;
    margin-bottom: 20px;
  }

  .privacy-info-para {
    width: 100%;
    padding-left: 0;
  }

  .privacy-wrapper {
    margin: 50px auto;
  }
}

.carousel-content p+a{
  margin-top: 10px;
  display: inline-block;
}