@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --bs-dark-light: #071c4d;
  --bs-white: #ffffff;
}

body,
input,
textarea {
  font-family: Poppins, sans-serif;
  background-color: white;
  padding: 0 !important;
}

.new-dropdown.link_two .elementor-menu-list li.menu-item {
  padding-left: 15px;
}

.new-dropdown.link_two .elementor-menu-list:nth-child(3),
.new-dropdown.link_two .elementor-menu-list:nth-child(6) {
  width: 14%;
}

.new-dropdown.link_two .elementor-menu-list:nth-child(1),
.new-dropdown.link_two .elementor-menu-list:nth-child(4) {
  width: 19.3%;
}

.new-main-header {
  z-index: 9999;
  position: fixed;
  height: 5rem;
  width: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.08) 0 10px 10px -10px;
  display: block;
  top: 0;
  left: 0;
}

.navfix {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  background-color: #fff;
  animation: 0.3s ease-in-out fadeInDown;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 1201px) {
  .navhover {
    background-color: #fff;
    animation: 0.3s ease-in-out fadeInDown;
  }

  .new-mobile-logo-box {
    display: none;
    visibility: hidden;
  }
}

header.navfix .new-nav .new-dropdown .new-link,
header.navhover .new-nav .new-dropdown .new-link {
  color: var(--bs-black);
}

.shelf-cta.cta_main {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.shelf-cta.cta_main svg.icon {
  width: 30px;
}

.new-main-header .navbar {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1630px;
  margin: 0 auto;
  position: initial;
  height: 100%;
}

.navbar-container {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 50px;
}

.navbar-brand-logo {
  max-width: 170px;
  width: 100%;
  height: auto;
}

.navbar-brand-logo img {
  width: 100%;
  height: 100%;
}

.new-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.new-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  column-gap: 35px;
}

.new-nav .new-dropdown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  cursor: pointer;
}

.new-link {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  font-family: var(--bs-font-Inter);
  color: #3a3033;
  letter-spacing: 0.4px;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.4s ease;
  padding: 0 15px;
}

.new-link:hover {
  color: #2c1e5d !important;
}

header.navfix .new-nav .new-dropdown .full-new-link:hover .new-link,
header.navfix .new-nav .new-dropdown .new-link:hover {
  color: var(--bg-theme-1);
}

header.navfix .new-nav .new-dropdown.open-dropdown .full-new-link .new-link {
  color: var(--bg-theme-1);
}

.new-nav .new-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  box-shadow: 40px 40px 100px rgba(24, 48, 63, 0.2);
  transform-origin: 50% -50px;
  transform: rotateX(-15deg);
  transition:
    opacity 0.25s linear,
    transform 0.25s linear;
  border-radius: 6px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  width: auto;
  z-index: 9999;
}

.new-dropdown-menu.active {
  display: block;
}

.drop-box-lg .drop-flex-icon {
  margin-bottom: 15px;
}

.drop-box-lg .drop-flex-icon img {
  height: 55px;
  width: 55px;
  filter: contrast(0);
  transition: all 0.2s ease-in;
}

.drop-box-md .drop-flex-icon {
  margin-right: 10px;
}

.drop-box-md .drop-flex-icon img {
  height: 29px;
  width: 29px;
}

.scraper-list-slide {
  display: flex;
  padding: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: rgba(25, 16, 12, 0.04);
  border-radius: 15px;
}

.scraper-list-btn {
  transition: all 0.2s ease-in;
}

.scraper-list-btn .scraper-navlink {
  text-decoration: none;
}

.scraper-list-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.scraper-flex-content {
  margin-right: 3px;
}

.scraper-list-tag {
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  font-family: var(--bs-font-Inter);
  color: var(--bg-theme-1);
  letter-spacing: 0.4px;
}

.scraper-flex-content .scraper-title-btn {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  font-family: var(--bs-font-Inter);
  color: #0026a2;
  letter-spacing: 0.4px;
}

.scraper-flex-icon img {
  height: 25px;
  width: 25px;
}

.drop-btn-hover .drop-flex-icon {
  margin-right: 0;
}

.scraper-flex-icon i {
  transform: translateY(1px);
  font-size: 15px;
  color: #0026a2;
  transition: all 0.2s ease-in;
}

.scraper-list-btn .scraper-navlink:hover i {
  transform: translateX(4px);
}

.drop-btn-hover .drop-flex-icon img {
  height: 20px;
  width: 20px;
  filter: invert(100);
}

.drop-box-data-1 {
  display: grid;
  grid-template-columns: 250px 250px 250px;
  align-items: start;
  height: 100%;
  width: 100%;
}

.elementor-drop-menu {
  padding: 0 0;
  height: 100%;
  width: 100%;
}

.new-drop-menu-1 {
  padding: 0;
}

.menu-item-link {
  display: flex;
  align-items: center;
  justify-content: start;
  text-decoration: none;
  column-gap: 10px;
}

.menu-item-link img {
  max-width: 18px;
  width: 100%;
  height: auto;
}

.elementor-menu-head {
  padding: 10px 20px;
  min-height: 40px;
}

.elementor-menu-head .nav-head-title {
  color: var(--bs-sub-title);
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
}

.elementor-menu-list {
  padding-left: 0;
  width: 25%;
  background: rgba(255, 255, 255, 0.5);
  border-right: 2px solid #c8c8c8;
  backdrop-filter: blur(50px);
  padding-left: 2%;
  padding-top: 50px;
  min-height: 500px;
}

.new-dropdown.link_two .elementor-menu-list {
  width: 16.66%;
  padding-left: 10px;
  padding-top: 50px;
}

.elementor-menu-list:last-child {
  border-right: none;
  padding: 24px;
}

.new-dropdown.link_three .elementor-menu-list {
  padding: 24px;
}

.new-dropdown.link_four .elementor-menu-list {
  padding: 24px;
}

.menu-item {
  padding: 14px 18px;
  transition: all 0.25s ease-out;
  width: max-content;
}

.data_details {
  margin-top: 32px;
  width: 100%;
}

.data_details h2.title_inner {
  margin: 0;
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}

.data_details p.pera_inner {
  width: 100%;
  display: block;
  white-space: normal;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.6);
  line-height: normal;
}

.btn_inner {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.btn_inner a {
  text-decoration: none;
  padding: 0.55rem 1.75rem;
  background: rgba(245, 245, 245, 0.8);
  border-radius: 8px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}

.menu-item:hover {
  background-color: rgba(44, 30, 93, 0.1);
  border-radius: 10px;
}

.nav-title {
  color: var(--bs-nav-link);
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.5px;
}

.nav-elementor-bg {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s,
    transform var(--e-transform-transition-duration, 0.4s);
}

.drop-box-data-2 {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  min-width: 300px;
  width: 100%;
  height: 100%;
}

.drop-box-data-2 .elementor-drop-menu {
  width: 100%;
}

.drop-box-data-2 .elementor-menu-list {
  width: 100%;
}

.elementor-menu-list a {
  text-decoration: none;
}

@media screen and (min-width: 1201px) {
  .new-menu .new-nav .new-dropdown.open-dropdown > .new-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    box-shadow: 40px 40px 100px rgba(24, 48, 63, 0.2);
    transform-origin: 50% -50px;
    transform: rotateX(-15deg);
    transition:
      opacity 0.25s linear,
      transform 0.25s linear;
    border-radius: 6px;
    width: auto;
  }

  .new-menu .new-nav .new-dropdown.open-dropdown > .new-dropdown-menu-solution {
    left: 0;
  }

  .new-menu .new-nav .new-dropdown:hover > .new-dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
    pointer-events: auto;
    overscroll-behavior: contain;
  }

  .hamburger-menu {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .new-dropdown.link_two .elementor-menu-list,
  .new-dropdown.link_two .elementor-menu-list:nth-child(3),
  .new-dropdown.link_two .elementor-menu-list:nth-child(6) {
    width: 100%;
  }

  .new-dropdown.link_two .elementor-menu-list:nth-child(1),
  .new-dropdown.link_two .elementor-menu-list:nth-child(4) {
    width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .new-menu .new-nav .new-dropdown.open-dropdown > .new-dropdown-menu-solution {
    left: 0;
  }
}

@media screen and (max-width: 1550px) {
  .drop-box-data.drop-box-lg {
    width: 950px;
  }
}

@media screen and (max-width: 1400px) {
  .new-main-header .navbar {
    padding: 0 10px;
  }

  .drop-box-data.drop-box-lg {
    width: 860px;
  }

  .new-nav .drop-before-services::before {
    left: 52%;
    top: -8%;
  }

  .new-nav .drop-before-retail::before {
    left: 54%;
    top: -4%;
  }
}

@media screen and (max-width: 1300px) {
  .drop-box-data.drop-box-lg {
    width: 740px;
  }
}

@media screen and (max-width: 1200px) {
  .new-main-header .navbar {
    padding: 0 0;
  }

  .hamburger-menu {
    margin-right: 15px;
    background-color: #fff;
  }

  a.shelf-cta.cta_main {
    background-color: #fff !important;
    color: #290660;
  }
}

.full-new-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.full-new-link::after {
  font-size: 22px;
  vertical-align: middle;
  display: none;
  font-family: Fontawesome;
  content: "\f106";
  position: absolute;
  right: -10px;
  top: 48%;
  transform: translate(0, -40%) rotate(180deg);
  color: #3a3033;
}

.full-new-link:hover .new-link {
  color: var(--bg-theme-1);
}

.full-new-link:hover::after {
  color: var(--bg-theme-1);
}

.full-new-link:hover::after {
  color: var(--bg-theme-1);
  transition: all 0.4s ease;
  transform: translate(0, -40%) rotate(0);
}

.full-new-link:hover .new-link {
  color: var(--bg-theme-1);
}

.hamburger-menu {
  width: 32px;
  cursor: pointer;
  line-height: 8px;
  z-index: 999;
  height: 32px;
  background-color: #fff;
  width: 41px !important;
  height: 40px !important;
  padding: 4px 0 0 5px !important;
  border-radius: 10px;
}

.new-main-header .hamburger-menu span {
  display: inline-block;
  width: 32px;
  height: 5px;
  background: #290660;
  transition: all 0.5s;
  border-radius: 40px;
}

.hamburger-menu span:nth-child(1) {
  width: 22px;
  background: #2906609e;
}

.hamburger-menu span:nth-child(3) {
  width: 22px;
  background: #2906609e;
}

.hamburger-menu.active-icon span {
  margin-top: 15px;
  position: absolute;
  width: 32px;
}

.hamburger-menu.active-icon span:first-child {
  transform: rotate(-135deg);
  background: #290660;
}

.hamburger-menu.active-icon span:nth-child(2) {
  transform: rotate(135deg);
  background: #290660;
}

.hamburger-menu.active-icon span:last-child {
  margin-top: 30px;
  width: 0;
  display: none;
}

.hamburger-menu.active-icon span {
  background: var(--bg-theme-1);
}

.new-main-header.navfix .hamburger-menu span {
  background: #290660;
}

@media screen and (max-width: 1200px) {
  .new-main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .new-main-header .navbar {
    width: 100%;
    max-width: 100%;
  }

  .mobile-menu {
    top: 0;
    position: absolute;
    text-align: start;
    background: #fff;
    overflow: hidden;
  }

  .mobile-menu.active {
    right: 0;
    width: 50%;
    height: 100vh;
    overflow-y: auto;
    display: block;
    background-color: #290660;
    box-shadow: 6px 6px 22px rgba(42, 31, 63, 0.1);
    top: 0;
  }

  .new-mobile-logo-box {
    height: 5rem;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: var(--bs-white);
    position: fixed;
    top: 0;
    z-index: 6;
    padding: 20px;
  }

  .new-mobile-logo {
    height: 5rem;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .new-mobile-logo img {
    width: 100%;
    height: 100%;
  }

  .new-nav {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-bottom: 20px;
    top: 5rem;
    position: absolute;
    left: 0;
    width: 100%;
    column-gap: 0;
    z-index: 5;
  }

  .new-nav .new-dropdown {
    height: auto;
    line-height: 52px;
    border-bottom: 1px solid #d9d9d9;
    display: block;
    width: 100%;
    margin-right: 0;
    position: relative;
    padding: 0;
  }

  .new-nav .new-dropdown .new-link {
    color: var(--bs-white);
    font-size: 16px;
    display: inline-block;
    padding: 0 15px;
  }

  header.navfix .new-nav .new-dropdown .new-link {
    color: var(--bs-white);
  }

  .new-dropdown.open .new-dropdown-menu {
    display: block !important;
  }

  .new-nav .new-dropdown-menu {
    top: 0;
    left: 0;
    border-radius: 0;
    background: #f6f9ff;
    transform: translate(0, 0);
  }

  .drop-box-data.drop-box-lg {
    width: 100%;
  }

  .drop-box-lg .drop-flex-icon {
    line-height: 40px;
    margin-bottom: 6px;
  }

  .drop-box-lg .drop-flex-icon img {
    height: 38px;
    width: 38px;
  }

  .drop-small-subtitle {
    line-height: 22px;
  }

  .new-dropdown .full-new-link::after {
    margin-left: 0;
    font-size: 1.1em;
    vertical-align: middle;
    font-family: FontAwesome;
    content: "\f077";
    position: absolute;
    right: 3%;
    transform: rotate(180deg);
    color: var(--bs-white);
    top: 0;
  }

  .new-dropdown.open-dropdown .full-new-link::after {
    transform: rotate(0);
  }

  .new-dropdown.open-dropdown .new-dropdown-menu {
    display: block;
  }

  .navbar .primery-btn {
    display: none;
  }

  .scraper-list-slide {
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }

  .scraper-list-tag {
    line-height: 24px;
  }

  .scraper-flex-content {
    line-height: 34px;
  }

  .scraper-list-btn .scraper-navlink {
    line-height: 34px;
  }

  header.navfix .new-nav .new-dropdown.open-dropdown .full-new-link .new-link {
    color: var(--bs-white);
  }

  .full-new-link::after {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .mobile-menu.active {
    width: 100%;
  }

  a.shelf-cta.cta_main {
    padding: 0.3rem 0.75rem;
  }
}

@media screen and (max-width: 400px) {
  .drop-box-lg .drop-flex-icon img {
    height: 32px;
    width: 32px;
  }

  .drop-box-lg .drop-flex-icon {
    line-height: 34px;
    margin-bottom: 6px;
  }

  .drop-small-subtitle {
    line-height: 18px;
  }
}

@media screen and (max-width: 1200px) {
  .full-new-link {
    justify-content: start;
  }

  .full-new-link i {
    display: none;
  }

  .new-dropdown.open-dropdown .new-dropdown-menu {
    position: relative;
    visibility: visible;
    opacity: 1;
  }

  .drop-box-data {
    border-radius: 4px;
    border-top: none;
  }

  .new-nav .new-dropdown-menu {
    transition: none;
  }

  header.navfix .new-nav .new-dropdown .full-new-link:hover .new-link,
  header.navfix .new-nav .new-dropdown .new-link:hover {
    color: var(--bs-white);
  }

  .new-drop-menu-1 {
    display: none;
  }

  .drop-box-data-1 {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }

  .elementor-drop-menu {
    padding: 0 0;
  }

  .elementor-menu-head .nav-head-title {
    line-height: 26px;
  }

  .elementor-menu-head {
    padding: 12px 15px;
  }

  .nav-title {
    line-height: 26px;
  }

  .drop-box-data-1 .new-drop-menu-3 .elementor-menu-head {
    display: none;
  }

  .menu-item {
    padding: 12px 15px;
  }

  .drop-box-data-1 {
    row-gap: 0;
  }
}

.hb-bottom {
  --tw-bg-opacity: 1;
  background-color: rgb(227 231 249);
  padding-top: 0;
  padding-bottom: 0;
}

.hb-top-swiper {
  position: relative;
}

.hb-top-swiper.swiper.hbb-swiper:before {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
  height: 100%;
  width: 17rem;
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .hb-top-swiper.swiper.hbb-swiper:before {
    width: 30rem;
  }
}

.hb-top-swiper.swiper.hbb-swiper:before {
  background: linear-gradient(
    90deg,
    rgb(227 231 249) 29%,
    rgb(227 231 249) 35%,
    #2b2b2b00 71%
  );
}

.hbb-swiper.swiper {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1920px) {
  .hbb-swiper.swiper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.hbb-swiper h2 {
  position: relative;
  margin-bottom: 0;
  display: inline-block;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 900;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1537px) {
  .hbb-swiper h2 {
    font-size: 3.125rem;
    line-height: 76px;
  }
}

@media (min-width: 1920px) {
  .hbb-swiper h2 {
    font-size: 4.375rem;
  }
}

.hbb-swiper .swiper-slide:nth-child(odd) h2 {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

.hbb-swiper .swiper-slide,
.hbb-swiper .swiper-slide h2 {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

@keyframes scrollleft {
  to {
    translate: calc(-50% - 5px);
  }
}

.hb-top-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: -moz-max-content;
  width: max-content;
  animation: scrollleft 60s linear infinite;
}

.hb-bottom {
  position: relative;
}

.logo_slider_main .swiper-slide img {
  width: 200px;
}

.logo_slider_main .swiper-wrapper {
  padding: 0;
}

.sp_hb_title {
  position: absolute;
  color: #071c4d;
  top: 50%;
  left: 1.5rem;
  z-index: 10;
  border: 2px solid #000;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-width: 1px;
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  font-weight: 800;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .sp_hb_title {
    font-size: 1.375rem;
  }
}

@media (min-width: 1920px) {
  .sp_hb_title {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

.sp_hb_title span {
  display: inline-block;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0);
}

@media (min-width: 768px) {
  .sp_hb_title span {
    display: inline-block;
  }
}

.hb-bottom .swiper-slide p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-bottom: 0 !important;
}

@media (min-width: 1920px) {
  .hb-bottom .swiper-slide p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.text_wrap {
  white-space: nowrap;
}

.hb-bottom .swiper-slide {
  padding-left: 70px;
  padding-right: 70px;
}

.sp_our_perks_wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  .sp_our_perks_wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .sp_our_perks_wrapper {
    gap: 3.5rem;
  }
}

.sp_our_perks_col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 1rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(105 105 105 / var(--tw-border-opacity));
  padding: 1rem;
}

@media (min-width: 1024px) {
  .sp_our_perks_col {
    padding: 2rem;
  }
}

.sp_our_perks_col {
  background: #000;
}

.sp_our_perks_title {
  padding-bottom: 0 !important;
  text-align: left !important;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sp_our_perks_contains {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

@media (min-width: 1920px) {
  .sp_our_perks_contains {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.sp_our_perks_icon {
  padding-bottom: 0.25rem;
}

.sp-our_perks_logo h2 {
  text-align: center;
}

.dp_our_affili .hr__hdev_section.black_section {
  padding-bottom: 0;
  background: #0000;
}

.sp_our_chage_py {
  padding-top: 2.5rem;
  padding-bottom: 0;
}

@media (min-width: 1024px) {
  .sp_our_chage_py {
    padding-top: 4rem;
  }
}

@media (min-width: 1920px) {
  .sp_our_chage_py {
    padding-top: 5rem;
  }
}

.swiper-slide h2 {
  margin-top: 0;
}

@media (max-width: 767px) {
  .sp_hb_title {
    font-size: 15px;
    width: 179px;
  }

  .sp_hb_title span {
    display: inline-block;
  }

  .hb-bottom .swiper-slide {
    padding-left: 30px;
    padding-right: 30px;
  }

  .logo_slider_main .swiper-slide img {
    width: 100px;
  }
}

@media (max-width: 460px) {
  .sp_hb_title {
    font-size: 12px;
    width: 150px;
  }
}

.new-acto-taste-slider-container {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  margin-top: 100px;
}

.new-acto-taste-slider-slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}

.new-acto-taste-slider-slide {
  position: relative;
}

.new-acto-taste-slider-slide-content {
  position: relative;
  z-index: 2;
  padding: 60px 10px;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-acto-taste-slider-slide-heading {
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 3;
}

.new-acto-taste-slider-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  text-align: center;
}

.new-acto-taste-slider-star-rating {
  color: gold;
  font-size: 24px;
  text-align: left;
  margin-bottom: 20px;
}

.new-acto-taste-slider-text {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 25px;
  text-align: left;
}

.new-acto-taste-slider-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.new-acto-taste-slider-author-image {
  width: 100%;
  height: auto;
  max-width: 140px;
  overflow: hidden;
}

.new-acto-taste-slider-author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-acto-taste-slider-author-image-latest img {
  width: 55%;
  height: 86%;
  object-fit: cover;
}

.new-acto-taste-slider-author-info {
  text-align: left;
}

.new-acto-taste-slider-container .swiper-button-next,
.new-acto-taste-slider-container .swiper-button-prev {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  color: #fff;
  background-color: #00000040;
  border: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 25px !important;
  font-weight: 900 !important;
}

.new-acto-taste-slider-slide-content .talk_btn {
  margin-top: 30px;
}

.talk_btn a {
  text-decoration: none;
  padding: 8.5px 0;
  display: block;
  text-align: center;
  font-size: 20px;
  max-width: 160px;
  margin: 0 auto;
  width: 100%;
  font-weight: 700;
  color: #fff;
  border-radius: 8px;
  background-color: #290660;
  border: 1px solid #290660;
}

.new-acto-taste-slider-author-info h4 {
  margin: 0;
  font-size: 1.1rem;
  color: #333;
}

.new-acto-taste-slider-author-info p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}

.new-acto-taste-slider-company-logo img {
  height: 40px;
}

.new-acto-taste-slider-case-studies {
  text-align: center;
  margin-top: 30px;
}

.new-acto-taste-slider-case-studies a {
  color: #00c9a7;
  text-decoration: none;
  font-weight: 500;
}

@media (max-width: 768px) {
  .new-acto-taste-slider-container {
    min-height: 500px;
  }

  .mc-card {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }

  .new-acto-taste-slider-slide-heading {
    font-size: 2rem;
    padding: 0 15px;
  }

  .new-acto-taste-slider-card {
    padding: 20px;
    margin: 15px;
  }

  .talk_btn a {
    font-size: 18px;
    padding: 5px 0;
  }
}

@media (max-width: 500px) {
  .new-acto-taste-slider-card {
    min-height: 620px;
  }
}

.new-acto-metrica-home-slider {
  position: relative;
  background: #fff;
  padding: 40px 0;
  overflow: hidden;
  touch-action: pan-y;
}

.new-acto-metrica-home-slider-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 20px;
  position: relative;
  z-index: 2;
}

.new-acto-metrica-home-slider-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #2b1e4f;
}

.new-acto-metrica-home-slider-description {
  font-size: 18px;
  color: #6c757d;
  max-width: 966px;
  margin-bottom: 20px;
}

.new-acto-metrica-home-slider-btn {
  display: inline-flex;
  align-items: center;
  background-color: #212529;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  border: none;
  margin-top: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden;
}

.new-acto-metrica-home-slider-btn:hover {
  background-color: #0d6efd;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.new-acto-metrica-home-slider-images {
  position: relative;
}

.new-acto-metrica-home-slider.shelf-cta {
  max-width: 240px;
  background-color: #290660;
  background: #290660;
  text-decoration: none;
}

.new-acto-metrica-home-slider-image {
  border-radius: 10px;
  overflow: hidden;
  opacity: 1;
}

.new-acto-metrica-home-slider-image img {
  width: 100%;
  object-fit: cover;
}

.new-acto-metrica-home-slider-current {
  color: #2d3340;
  font-weight: 600;
}

.new-acto-metrica-home-slider-image.image-1 {
  width: 100%;
  top: 20%;
  right: 15%;
  z-index: 3;
}

.new-acto-metrica-home-slider-image.image-2 {
  width: 220px;
  height: 220px;
  top: 10%;
  right: 30%;
  z-index: 2;
}

.new-acto-metrica-home-slider-image.image-3 {
  width: 160px;
  height: 160px;
  top: 50%;
  right: 20%;
  z-index: 1;
}

.new-acto-metrica-home-slider-image.image-4 {
  width: 120px;
  height: 120px;
  top: 30%;
  right: 5%;
  z-index: 1;
}

.new-acto-metrica-home-badge {
  position: absolute;
  background-color: #00c853;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  left: 10px;
  z-index: 5;
  font-weight: 700;
}

.new-acto-metrica-home-slider-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}

.new-acto-metrica-home-slider-counter {
  font-size: 1rem;
  color: #6c757d;
  cursor: pointer;
}

.new-acto-metrica-home-slider-dots {
  display: flex;
  gap: 10px;
}

.new-acto-metrica-home-slider-dot {
  width: 50px;
  height: 4px;
  background-color: #dee2e6;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.new-acto-metrica-home-slider-dot.active {
  background-color: #212529;
}

.new-acto-metrica-home-slider-arrows {
  display: flex;
  gap: 15px;
}

.new-acto-metrica-home-slider-arrow {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #212529;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}

.new-acto-metrica-home-slider-arrow:hover {
  color: #0d6efd;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.new-acto-metrica-home-slider-wave {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  background: radial-gradient(
    circle at 30% 50%,
    rgba(173, 216, 230, 0.3),
    rgba(221, 160, 221, 0.2),
    rgba(255, 255, 255, 0.1),
    rgba(255, 182, 193, 0.2),
    rgba(173, 216, 230, 0.3)
  );
}

.new-acto-metrica-home-slider-container {
  position: relative;
  z-index: 2;
  min-height: 400px;
}

.new-acto-metrica-home-slider-slide {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
  pointer-events: none;
  top: 0;
  left: 0;
}

.new-acto-metrica-home-slider-slide.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  pointer-events: all;
  z-index: 2;
}

@media (min-width: 1441) and (max-width: 1660px) {
  .hero_main_analytics {
    background-position: right !important;
  }
}

@media (max-width: 991px) {
  .new-acto-metrica-home-slider-container {
    min-height: 450px;
  }

  .new-acto-metrica-home-slider-images {
    margin-top: 40px;
  }

  .new-acto-metrica-home-slider-image.image-1 {
    right: 25%;
  }

  .new-acto-metrica-home-slider-image.image-2 {
    right: 40%;
  }

  .new-common-every-page.share-of-search .contentstylediv-arrow-column {
    margin-top: 9rem !important;
    margin-left: 84px !important;
  }
}

@media (max-width: 767px) {
  .new-acto-metrica-home-slider-container {
    min-height: 500px;
  }

  .new-acto-metrica-home-slider-title {
    font-size: 2rem;
  }

  .new-acto-metrica-home-slider-image.image-2 {
    width: 180px;
    height: 180px;
  }

  .new-acto-metrica-home-slider-image.image-3 {
    width: 130px;
    height: 130px;
  }

  .new-acto-metrica-home-slider-image.image-4 {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 575px) {
  .new-acto-metrica-home-slider-container {
    min-height: 450px;
  }

  .new-acto-metrica-home-slider-title {
    font-size: 1.8rem;
  }

  .new-acto-metrica-home-slider-image.image-1 {
    right: 20%;
  }

  .new-acto-metrica-home-slider-image.image-2 {
    width: 150px;
    height: 150px;
    right: 35%;
  }

  .new-acto-metrica-home-slider-image.image-3 {
    width: 110px;
    height: 110px;
    right: 15%;
  }

  .new-acto-metrica-home-slider-image.image-4 {
    width: 90px;
    height: 90px;
  }
}

.mc-blog-section {
  padding: 2rem 0;
}

.Unlock-val {
  min-width: 100%;
  background-color: #f8f9fa;
  padding: 30px 35px !important;
}

.mc-card-meta {
  display: flex;
  gap: 1rem;
  font-size: 0.875rem;
  flex-direction: column !important;
  align-items: flex-start;
}

.product-card,
.products-sidebar {
  padding: 0;
}

.product-image {
  display: block;
  margin: 0 auto;
  width: 100% !important;
}

.digital-shelf {
  margin-bottom: 100px !important;
  padding: 0 0;
}

.shelf-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5rem !important;
  gap: 10px;
}

.shelf-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: 2px;
}

.real-time-title {
  margin: 0;
  line-height: 1.4;
  text-align: left;
}

.shelf-description {
  text-align: left;
  line-height: 1.5;
}

.shelf-description1 {
  padding-left: 35px !important;
}

.shelf-cta1 {
  border: 2px solid transparent !important;
  border-radius: 6px !important;
}

.eze {
  padding: 17px 1.5rem !important;
}

@media (max-width: 992px) {
  .mc-blog-section {
    padding: 0 !important;
  }

  .shelf-description {
    margin-bottom: 2rem !important;
  }

  .product-image {
    width: 100% !important;
  }
}

@media (max-width: 894px) and (min-width: 769px),
  (max-width: 680px),
  (width: 820px) and (height: 1180px) {
  .shelf-description {
    text-align: left !important;
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .mc-card-pattern {
    height: auto !important;
  }

  .digital-shelf {
    margin-bottom: 64px !important;
  }

  .shelf-description1 {
    padding-left: 42px !important;
  }
}

@media (max-width: 575px) {
  .shelf-title {
    font-size: 26px !important;
    padding: 0 10px !important;
  }

  .shelf-description2 {
    padding: 0 11px !important;
  }
}

.new-hover-card-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  margin-top: 50px;
}

@media (max-width: 1400px) {
  .new-hover-card-section {
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
  }
}

@media (max-width: 1130px) {
  .new-hover-card-section {
    gap: 50px !important;
  }

  .new-hover-card-content h5 {
    font-size: 25px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .new-hover-card-section {
    gap: 20px !important;
  }

  .new-hover-card-main,
  .new-hover-card-main-blue,
  .new-hover-card-main-pink,
  .new-hover-card-main-purple {
    max-width: 700px !important;
    width: 100%;
  }

  .new-hover-card-content p {
    font-size: 15px;
  }

  .new-hover-card-content h5 {
    font-size: 22px !important;
  }
}

@media (max-width: 770px) {
  .new-hover-card-section {
    flex-direction: column !important;
  }

  .new-hover-card-main,
  .new-hover-card-main-blue,
  .new-hover-card-main-pink,
  .new-hover-card-main-purple {
    max-width: 460px;
  }
}

.new-hover-card-main,
.new-hover-card-main-blue,
.new-hover-card-main-pink,
.new-hover-card-main-purple {
  width: 100%;
  max-width: 400px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  cursor: pointer;
  min-height: 380px;
  height: 100%;
  flex-wrap: wrap;
}

.new-hover-card-main-purple:hover {
  background: linear-gradient(195.72deg, #e7ecff 6.73%, #fff 89.02%);
}

.new-hover-card-main-blue:hover {
  background: linear-gradient(195.72deg, #d9f7ff 6.73%, #fff 89.02%);
}

.new-hover-card-main-pink:hover {
  background: linear-gradient(195.72deg, #feebff 6.73%, #fff 89.02%);
}

.new-hover-icon {
  border-radius: 10px;
}

.new-hover-icon img {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-hover-card-content {
  text-align: center;
}

.new-hover-card-content h5 {
  text-align: center;
  font-size: 25px;
  padding: 10px;
  font-weight: 700;
}

.new-hover-card-content p {
  padding-inline: 10px;
  min-height: 72px;
}

.new-acto-metrica-home-slider-slide[data-slide="2"] .row,
.new-acto-metrica-home-slider-slide[data-slide="4"] .row,
.new-acto-metrica-home-slider-slide[data-slide="6"] .row {
  flex-direction: row-reverse;
}

@media (max-width: 991px) {
  .new-acto-metrica-home-slider-slide[data-slide="2"] .row,
  .new-acto-metrica-home-slider-slide[data-slide="4"] .row,
  .new-acto-metrica-home-slider-slide[data-slide="6"] .row {
    flex-direction: column;
  }

  .new-acto-metrica-home-slider-slide[data-slide="3"]
    .new-acto-metrica-home-slider-content {
    padding-bottom: 40px;
  }
}

@media (min-width: 650px) {
  .metrixslider {
    min-height: 670px;
  }
}

@media (max-width: 650px) {
  .metrixslider {
    min-height: 600px;
  }
}

.bottom-fade {
  position: absolute;
  bottom: 256px;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) -4%,
    rgba(255, 255, 255, 1) 67%
  );
  z-index: 1;
}

#waveCanvas {
  display: none;
}

.space_inner {
  margin-top: 70px !important;
}

.azy-slider-container {
  position: relative;
  width: 1400px;
  height: 897px;
  transform-origin: top left;
  transform: scale(calc(1 / (1400 / 100vw)));
  --pointer-top-slide-2: 14.4%;
  --pointer-left-slide-2: 17%;
  --pointer-top-slide-3: 20.9%;
  --pointer-left-slide-3: 16%;
  --pointer-top-slide-4: 27.4%;
  --pointer-left-slide-4: 16.5%;
  --pointer-top-slide-55: 33.7%;
  --pointer-left-slide-55: 13.5%;
  --pointer-top-slide-66: 40.2%;
  --pointer-left-slide-66: 16%;
  --pointer-top-slide-77: 46.4%;
  --pointer-left-slide-77: 16.5%;
  --pointer-top-slide-88: 53%;
  --pointer-left-slide-88: 19%;
  --pointer-top-slide-99: 59.5%;
  --pointer-left-slide-99: 20%;
  --pointer-top-slide-999: 66%;
  --pointer-left-slide-999: 16%;
}

:fullscreen .azy-slider-container {
  --pointer-top-slide-2: 17%;
  --pointer-left-slide-2: 21%;
  --pointer-top-slide-3: 24.5%;
  --pointer-left-slide-3: 21%;
  --pointer-top-slide-77: 38%;
  --pointer-left-slide-77: 17.5%;
  --pointer-top-slide-88: 40%;
  --pointer-left-slide-88: 17%;
  --pointer-top-slide-99: 59.1%;
  --pointer-left-slide-99: 18%;
  --pointer-top-slide-999: 52.7%;
  --pointer-left-slide-999: 18%;
}

.azy-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.azy-slide.azy-active {
  opacity: 1;
  z-index: 1;
}

.azy-slide-img {
  width: 100%;
  height: 100%;
}

.azy-modal {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  max-width: 500px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.azy-modal h2 {
  color: #333;
  margin-bottom: 15px;
  font-size: 24px;
  font-family: Poppins, sans-serif;
}

.azy-modal p {
  color: #666;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
  font-family: Poppins, sans-serif;
}

.azy-button {
  background-color: #6c54de;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  transition: background-color 0.3s;
}

.azy-button:hover {
  background-color: #5846b8;
}

.azy-cursor-pointer {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: rgba(177, 13, 201, 0.7);
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    top 0.5s ease,
    left 0.5s ease,
    opacity 0.5s ease;
  opacity: 0;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(177, 13, 201, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(177, 13, 201, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(177, 13, 201, 0);
  }
}

.azy-cursor-pointer::after {
  content: "";
  width: 13px;
  height: 13px;
  background-color: #fff;
  border-radius: 50%;
}

.azy-message-box {
  position: absolute;
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-width: 300px;
  z-index: 4;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.azy-cursor-pointer:hover ~ .azy-slide.azy-active .azy-message-box {
  opacity: 1;
}

.azy-slide-2 .azy-message-box {
  top: 13%;
  right: 58.3%;
}

.azy-slide-3 .azy-message-box {
  top: 19.6%;
  right: 59.5%;
}

.azy-slide-4 .azy-message-box {
  top: 25.6%;
  left: 20.9%;
}

.azy-slide-55 .azy-message-box {
  top: 29.5%;
  left: 17.3%;
}

.azy-slide-66 .azy-message-box {
  top: 36.8%;
  right: 58.7%;
}

.azy-slide-77 .azy-message-box {
  top: 45%;
  right: 58.9%;
}

.azy-slide-88 .azy-message-box {
  top: 49%;
  right: 56.4%;
}

.azy-slide-99 .azy-message-box {
  top: 55.9%;
  right: 55.6%;
}

.azy-slide-999 .azy-message-box {
  top: 62.4%;
  right: 58.7%;
}

.azy-message-box::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #fff;
  transform: rotate(45deg);
}

.azy-message-box.azy-top-right::before {
  bottom: 150px;
  left: -7px;
}

.azy-message-box.azy-bottom-right::before {
  bottom: 154px;
  left: -7px;
}

.azy-message-box.azy-bottom-left::before {
  bottom: 170px;
  left: -7px;
}

.azy-replay-button {
  background-color: #ff1f8f;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.azy-replay-button:hover {
  background-color: #e01b7f;
}

.azy-replay-icon {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
}

.azy-replay-icon::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 8px solid #fff;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #ffffff82;
}

.loader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1d6bb5;
  border-top-color: #d1e6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: rotate 1s linear infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

.contact_acto_main {
  font-family: Poppins, sans-serif;
  color: #333;
  line-height: 1.6;
  overflow-x: hidden;
}

.contact_acto_main_container_wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #f9f9ff;
}

.contact_acto_main_hero {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 60px;
}

.contact_acto_main_hero_content {
  flex: 1;
  min-width: 300px;
}

input.shelf-cta:hover {
  color: #fff;
}

.contact_acto_main_hero_heading {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #1a237e;
  position: relative;
}

.contact_acto_main_hero_heading:after {
  content: "";
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #1a237e, #7986cb);
  position: absolute;
  bottom: -10px;
  left: 0;
}

.contact_acto_main_hero_text {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #555;
}

.contact_acto_main_hero_cta {
  display: inline-block;
  background: linear-gradient(90deg, #1a237e, #3949ab);
  color: #fff;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(26, 35, 126, 0.3);
}

.contact_acto_main_hero_cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(26, 35, 126, 0.4);
}

.contact_acto_main_cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 60px;
}

.contact_acto_main_card {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.contact_acto_main_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.contact_acto_main_card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, #1a237e, #3949ab);
}

.contact_acto_main_card_icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(26, 35, 126, 0.1);
  border-radius: 50%;
  margin-bottom: 20px;
}

.contact_acto_main_card_icon img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.contact_acto_main_card_title {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #1a237e;
}

.contact_acto_main_card_text {
  font-size: 0.95rem;
  color: #666;
}

.contact_acto_main_form_container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 60px;
  margin-top: 100px;
}

.contact_acto_main_form_info {
  flex: 1;
  min-width: 300px;
  padding: 50px 40px;
  background: linear-gradient(135deg, #1a237e, #3949ab);
  color: #fff;
  position: relative;
  z-index: 1;
}

.contact_acto_main_form_info:before {
  content: "";
  position: absolute;
  top: -25%;
  right: -20%;
  width: 350px;
  height: 350px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  z-index: -1;
}

.contact_acto_main_form_info:after {
  content: "";
  position: absolute;
  bottom: -20%;
  left: -15%;
  width: 250px;
  height: 250px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  z-index: -1;
}

.contact_acto_main_form_title {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.contact_acto_main_form_text {
  margin-bottom: 30px;
  font-size: 1.05rem;
  line-height: 1.7;
}

.contact_acto_main_form_info_item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.contact_acto_main_form_info_item i {
  margin-right: 15px;
  font-size: 1.2rem;
  margin-top: -15px;
}

.contact_acto_main_form_social {
  margin-top: 40px;
}

.contact_acto_main_form_social_text {
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.contact_acto_main_form_social_icons {
  display: flex;
  gap: 15px;
}

.contact_acto_main_form_social_icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
}

.contact_acto_main_form_social_icon:hover {
  background: #fff;
  color: #1877f2;
  transform: translateY(-3px);
}

.contact_acto_main_form_social_icon:nth-child(2):hover {
  color: #000;
}

.contact_acto_main_form_social_icon:nth-child(3):hover {
  color: #c044a2;
}

.contact_acto_main_form {
  flex: 1.2;
  min-width: 300px;
  padding: 50px 40px;
  position: relative;
}

.contact_acto_main_form_title {
  font-size: 1.8rem;
  margin-bottom: 30px;
  color: #fff;
}

.contact_acto_main_form_group {
  position: relative;
  margin-bottom: 25px;
}

.contact_acto_main_form_input,
.contact_acto_main_form_textarea {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  font-size: 1rem;
  color: #333;
  background: 0 0;
  transition: all 0.3s ease;
}

.contact_acto_main_form_input:focus,
.contact_acto_main_form_textarea:focus {
  border-color: #1a237e;
  outline: 0;
}

.contact_acto_main_form_label {
  position: absolute;
  top: 5px;
  left: 20px;
  color: #000;
  font-size: 1rem;
  transition: all 0.3s ease;
  pointer-events: none;
}

.contact_acto_main_form_input:focus ~ .contact_acto_main_form_label,
.contact_acto_main_form_input:not(:placeholder-shown)
  ~ .contact_acto_main_form_label,
.contact_acto_main_form_textarea:focus ~ .contact_acto_main_form_label,
.contact_acto_main_form_textarea:not(:placeholder-shown)
  ~ .contact_acto_main_form_label {
  top: -10px;
  left: 0;
  font-size: 0.8rem;
  padding: 0 5px;
  background: #fff;
  color: #1a237e;
}

.contact_acto_main_form_textarea {
  min-height: 120px;
  resize: vertical;
}

.contact_acto_main_form_button {
  display: inline-block;
  background: linear-gradient(90deg, #1a237e, #3949ab);
  color: #fff;
  padding: 14px 30px;
  border: none;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(26, 35, 126, 0.3);
}

.contact_acto_main_form_button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(26, 35, 126, 0.4);
}

.contact_acto_main_features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}

.contact_acto_main_features_content {
  flex: 1;
  min-width: 300px;
}

.contact_acto_main_features_title {
  font-size: 2rem;
  margin-bottom: 25px;
  color: #1a237e;
}

.contact_acto_main_features_list {
  list-style: none;
}

.contact_acto_main_features_item {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  font-size: 1.05rem;
}

.contact_acto_main_features_item:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: #290660;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}

.contact_acto_main_features_cta {
  display: inline-block;
  background: linear-gradient(90deg, #1a237e, #3949ab);
  color: #fff;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(26, 35, 126, 0.3);
}

.contact_acto_main_features_cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(26, 35, 126, 0.4);
}

.contact_acto_main_features_image {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
}

.contact_acto_main_features_image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

a.text_inner {
  text-decoration: none;
  color: #fff;
}

.contact_acto_main_offices {
  padding: 60px 0;
  background: #f9f9ff;
  text-align: center;
}

.contact_acto_main_offices_header {
  max-width: 700px;
  margin: 0 auto 40px;
}

.contact_acto_main_offices_subtitle {
  font-size: 1.1rem;
  color: #3949ab;
  margin-bottom: 10px;
}

.contact_acto_main_offices_title {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #1a237e;
}

.contact_acto_main_offices_text {
  font-size: 1.05rem;
  color: #666;
}

.contact_acto_main_offices_map {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.contact_acto_main_offices_map img {
  max-width: 100%;
  height: auto;
}

.contact_acto_main_office_location {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #1a237e;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 rgba(26, 35, 126, 0.4);
  animation: pulse 2s infinite;
}

.contact_acto_main_office_location:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}

.contact_acto_main_office_location_usa {
  top: 38%;
  left: 25%;
}

.contact_acto_main_office_location_india {
  top: 50%;
  left: 70%;
}

.contact_acto_main_process {
  padding: 60px 0;
  background: #fff;
}

.contact_acto_main_process_title {
  font-size: 2rem;
  margin-bottom: 60px;
  color: #1a237e;
  text-align: center;
}

.contact_acto_main_process_container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.contact_acto_main_process_lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.contact_acto_main_process_steps_bottom,
.contact_acto_main_process_steps_top {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.contact_acto_main_process_step {
  flex: 1;
  min-width: 250px;
  max-width: 350px;
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.contact_acto_main_process_step:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.contact_acto_main_process_step_icon {
  width: 70px;
  height: 70px;
  background: rgba(26, 35, 126, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.contact_acto_main_process_step_title {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #1a237e;
}

.contact_acto_main_process_step_text {
  font-size: 0.95rem;
  color: #666;
}

.contact_acto_main_chat_button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #1a237e, #3949ab);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 5px 20px rgba(26, 35, 126, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 999;
}

.contact_acto_main_chat_button:hover {
  transform: scale(1.1);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(26, 35, 126, 0.4);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(26, 35, 126, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(26, 35, 126, 0);
  }
}

input.shelf-cta-btn {
  text-decoration: none;
  background-color: transparent;
  color: #fff;
  border: none;
}

.shelf-cta:hover input.shelf-cta-btn {
  color: #290660;
}

@media screen and (max-width: 1200px) {
  .contact_acto_main_process_step {
    min-width: 220px;
  }
}

@media screen and (max-width: 992px) {
  .contact_acto_main_hero_heading {
    font-size: 2.2rem;
  }

  .contact_acto_main_form,
  .contact_acto_main_form_info {
    padding: 40px 30px;
  }

  .contact_acto_main_process_steps_bottom,
  .contact_acto_main_process_steps_top {
    justify-content: center;
  }

  .contact_acto_main_process_step {
    min-width: 280px;
  }
}

@media screen and (max-width: 768px) {
  .contact_acto_main_hero_heading {
    font-size: 2rem;
  }

  .contact_acto_main_hero_text {
    font-size: 1rem;
  }

  .contact_acto_main_form_title {
    font-size: 1.6rem;
  }

  .contact_acto_main_form_info {
    order: 2;
    border-radius: 0 0 20px 20px;
  }

  .contact_acto_main_form {
    order: 1;
    border-radius: 20px 20px 0 0;
  }

  .contact_acto_main_features_title,
  .contact_acto_main_offices_title,
  .contact_acto_main_process_title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 576px) {
  .contact_acto_main_hero_heading {
    font-size: 1.8rem;
  }

  .contact_acto_main_form,
  .contact_acto_main_form_info {
    padding: 30px 20px;
  }

  .contact_acto_main_card {
    padding: 20px;
  }

  .contact_acto_main_features_item {
    font-size: 1rem;
  }

  .contact_acto_main_chat_button {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
    bottom: 20px;
    right: 20px;
  }
}

.blur-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(50px);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 5;
}

.new-dropdown:hover ~ .blur-overlay {
  opacity: 1;
  top: 80px;
}

@media screen and (max-width: 1200px) {
  .blur-overlay {
    display: none;
  }
}

.hero_main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 60px 5%;
}

.find-main .hero_main {
  flex-direction: row;
  gap: 20px;
}

.hero_content {
  max-width: 1000px;
  width: 100%;
}

.hero_main .new-acto-metrica-home-slider-title {
  color: #2c1e5d;
}

.brand-name {
  transition: all 0.5s ease-in-out;
  font-weight: 700;
}

.hero_images {
  max-width: 570px;
  width: 100%;
}

.hero_images img {
  max-width: 100%;
  height: auto;
}

.dashbor_main {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 15px;
  overflow: hidden;
}

.dashbor_main_title {
  text-align: center;
  margin-bottom: 10px;
}

.dashbor_main_title h2 {
  font-size: 32px;
  color: #333;
  margin-bottom: 10px;
}

.dashbor_main_title p {
  font-size: 18px;
  color: #6c757d;
  max-width: 700px;
  margin: 0 auto 30px;
}

.digital_main .dashbor_main_title p {
  margin: 0;
}

.dashbor_main_carousel {
  position: relative;
  height: 700px;
  margin: 60px auto;
}

.dashbor_main_track {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
  align-items: center;
  justify-content: center;
}

.dashbor_main_slide {
  position: absolute;
  width: 756px;
  height: 591px;
  transition: all 0.5s ease;
  border-radius: 10px;
  overflow: hidden;
  transform-origin: center center;
}

.dashbor_main_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dashbor_main_slide.active {
  transform: scale(1.2);
  z-index: 10;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.dashbor_main_slide:not(.active) {
  transform: scale(0.8) translateY(30px);
  filter: blur(2px) brightness(0.8);
  z-index: 5;
}

.slider_caption_custom h2 {
  color: #2b1e4f;
}

.slider_caption_custom p {
  color: #6c757d;
}

.dashbor_main_title.analytic_des {
  padding: 0 20px;
}

.dashbor_main_title.analytic_des p {
  max-width: 1500px;
}

.dashbor_main_nav {
  position: absolute;
  width: 100%;
  display: none;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  padding: 0 50px;
}

.dashbor_main_nav button {
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.dashbor_main_nav button:hover {
  background-color: #fff;
  transform: scale(1.1);
}

.dashbor_main_dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  gap: 10px;
}

.dashbor_main_dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dashbor_main_dot.active {
  background-color: #6a26da;
  transform: scale(1.2);
}

@media (max-width: 1600px) {
  .dashbor_main_slide {
    width: 600px;
    height: 470px;
  }

  .dashbor_main_carousel {
    height: 650px;
  }
}

@media (max-width: 1200px) {
  .dashbor_main_slide {
    width: 500px;
    height: 360px;
  }

  .dashbor_main_carousel {
    height: 550px;
  }
}

@media (max-width: 992px) {
  .dashbor_main_slide {
    width: 400px;
    height: 288px;
  }

  .dashbor_main_carousel {
    height: 450px;
  }
}

@media (max-width: 768px) {
  .dashbor_main_slide {
    width: 300px;
    height: 216px;
  }

  .dashbor_main_carousel {
    height: 400px;
  }

  .dashbor_main_nav {
    padding: 0 20px;
  }

  .dashbor_main_nav button {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .dashbor_main_slide {
    width: 250px;
    height: 180px;
  }

  .dashbor_main_carousel {
    height: 350px;
    margin-bottom: 20px;
  }

  .dashbor_main_slide:not(.active) {
    transform: scale(0.7) translateY(20px);
  }

  .dashbor_main_slide.active {
    transform: scale(1.1);
  }
}

.share_main {
  background-image: url(../images/service-page/serch.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 11% 0;
  position: relative;
}

.share-search-container {
  max-width: 1770px;
  margin-left: auto;
  padding-left: 20px;
}

.share-search-box {
  position: relative;
  color: #fff;
  overflow: hidden;
}

.share-search-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.share-search-text {
  max-width: 533px;
}

.share-search-text h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.share-search-text p {
  color: #fff;
  font-size: 20px;
}

.rank_inner {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  width: 65%;
  top: 23%;
  left: 67%;
  transform: translate(-50%, -50%);
}

.rank.evaluate .rank_inner {
  left: 25%;
  bottom: 80px;
  top: unset;
  align-items: end;
  gap: 50px;
}

.rank.evaluate img {
  max-width: 210px;
}

.rank.evaluate .rank_inner p {
  max-width: 255px;
  margin: 0;
}

.rank_inner img {
  max-width: 134px;
  width: 100%;
  height: auto;
}

.rank_inner p {
  color: #fff;
  max-width: 197px;
}

h2.share-search-title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}

.share-search-arrow {
  position: absolute;
  width: 80px;
  height: 80px;
}

.share-search-arrow.top-right {
  top: 60px;
  right: 250px;
  transform: rotate(-30deg);
}

.share-search-arrow.bottom-left {
  bottom: 60px;
  left: 180px;
  transform: rotate(135deg);
}

.share-search-arrow svg {
  width: 100%;
  height: 100%;
}

.share-search-content {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.share-search-chart-title {
  color: #333;
  font-size: 12px;
  margin-bottom: 15px;
  font-weight: 500;
}

.share-search-metric {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.share-search-metric-value {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-right: 10px;
}

.share-search-metric-label {
  font-size: 12px;
  color: #666;
}

.share-search-badge {
  background-color: #e6f7e6;
  color: #28a745;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 700;
  margin-left: 8px;
}

.share-search-badge.red {
  background-color: #ffebee;
  color: #f44336;
}

.share-search-chart-image {
  width: 100%;
  margin-top: 10px;
  position: relative;
}

.share-search-chart-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.share-search-stat-card {
  position: absolute;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  min-width: 140px;
}

.share-search-stat-card.top {
  top: 40px;
  right: 40px;
}

.share-search-stat-card.bottom {
  bottom: 60px;
  right: 120px;
}

.share-search-stat-time {
  color: #666;
  font-size: 10px;
  margin-bottom: 5px;
}

.share-search-stat-value {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.share-search-footer-text {
  position: absolute;
  bottom: 70px;
  left: 280px;
  max-width: 250px;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .share-search-box {
    padding: 110px 30px 110px;
  }

  .share-search-arrow.top-right {
    right: 200px;
  }

  .share-search-arrow.bottom-left {
    left: 150px;
  }

  .share-search-footer-text {
    left: 250px;
  }

  .share-search-stat-card.top {
    right: 30px;
  }

  .share-search-stat-card.bottom {
    right: 100px;
  }
}

@media (max-width: 900px) {
  .share-search-content {
    flex-direction: column;
  }

  .share-search-chart {
    width: 100%;
    margin-bottom: 20px;
  }

  .share-search-arrow.bottom-left {
    display: none;
  }

  .share-search-footer-text {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 20px;
    max-width: 100%;
  }

  .rank.evaluate .rank_inner.rank_group {
    bottom: 135px !important;
  }
}

@media (max-width: 768px) {
  .share-search-header {
    flex-direction: column;
  }

  .share-search-title {
    text-align: left;
    margin-top: 20px;
  }

  .share-search-arrow.top-right {
    display: none;
  }

  .share-search-stat-card.top {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 20px;
    width: fit-content;
  }

  .share-search-stat-card.bottom {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 20px;
    width: fit-content;
  }
}

@media (max-width: 480px) {
  .share-search-box {
    padding: 20px;
    border-radius: 15px;
  }

  .share-search-text {
    max-width: 100%;
  }

  .share-search-chart {
    padding: 15px;
  }
}

@media (max-width: 1360px) {
  .hero_images {
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  .hero_main {
    flex-direction: column;
    text-align: center;
  }

  .hero_images {
    margin-top: 30px;
  }

  .find-main .hero_main {
    flex-direction: column;
  }
}

.metric_main {
  width: 100%;
  position: relative;
}

.metric_main .metric_main_inner {
  max-width: 1650px;
  margin: 0 auto;
  padding: 265px 20px;
}

.metric_main_img {
  max-width: 337px;
  position: absolute;
  top: 0;
  left: 0;
}

.metric_main_title {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  align-items: center;
  padding: 20px 0;
  gap: 20px;
}

.metric_main_rank img {
  max-width: 253px;
}

.metric_main_title p.new-acto-metrica-home-slider-description {
  max-width: 487px;
  margin: 0;
  font-size: 20px;
  color: #002033;
}

.metric_main_img.metric_main_img_right {
  position: absolute;
  right: 0;
  left: unset;
  bottom: 0;
  top: unset;
}

.metric_main_rank.metric_main_rank_inner p {
  color: #002033;
}

.metric_main_rank.metric_main_rank_inner .rank_inner {
  transform: unset;
  left: unset;
  top: unset;
  right: unset;
  align-items: self-end;
  gap: 20px;
  bottom: 80px;
}

.metric_main_rank.metric_main_rank_inner .rank_inner img {
  max-width: 175px;
}

.metric_main_rank p {
  color: #002033;
}

@media (max-width: 991px) {
  .metric_main_title {
    flex-direction: column;
    padding: 50px 0;
  }

  .metric_main_img {
    position: unset !important;
    margin: 25px;
  }

  .metric_main_rank .rank_inner {
    left: 66%;
    width: 48%;
  }

  .metric_main_rank.metric_main_rank_inner .rank_inner {
    left: 41%;
  }

  .metric_main .metric_main_inner {
    padding: 5px 20px;
  }

  .metric_main_img.metric_main_img_right img {
    margin-top: -53px;
    margin-bottom: -100px;
  }

  .metric_main_img img {
    margin-bottom: -75px;
    width: 90%;
  }

  .metric_main_rank img {
    max-width: 175px;
  }
}

.shoes_main {
  width: 100%;
  position: relative;
}

.shoes_main .shoes_main_inner {
  background-image: url(../images/service-page/Map.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 18.5% 0;
}

.shoes_main_img {
  position: absolute;
  right: 0;
  top: 10%;
}

.metricart_main_title .new-acto-metrica-home-slider-title {
  color: #fff;
  font-weight: 700;
  font-size: 58px;
  max-width: 1000px;
  margin-bottom: 190px;
  margin-left: 95px;
}

.metricart_main {
  background: linear-gradient(101.07deg, #2c1e5d 1.03%, #5c3fc3 100%);
  padding: 79px 0;
}

.metricart_main .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.metricart_main .card {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.5rem;
  color: #333;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.metricart_main .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

.metricart_main .icon-container {
  width: 52px;
  height: 52px;
}

.metricart_main .icon-container i {
  color: #fff;
  font-size: 1.2rem;
}

.metricart_main .card h3 {
  font-size: 27px;
  margin: 17px 0;
  font-weight: 700;
  color: #2c1e5d;
}

.metricart_main .card p {
  font-size: 18px;
  color: #6c757d;
  line-height: normal;
}

@media (max-width: 1660px) {
  .metricart_main_title .new-acto-metrica-home-slider-title {
    font-size: 49px;
    max-width: 800px;
    margin-left: 40px;
  }
}

@media (max-width: 1399px) {
  .metricart_main_title .new-acto-metrica-home-slider-title {
    font-size: 32px;
    max-width: 600px;
  }

  .shoes_main_img {
    top: -110px;
  }
}

@media (max-width: 1199px) {
  .metricart_main .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .shoes_main_img {
    width: 50%;
    top: -30%;
  }
}

@media (max-width: 768px) {
  .metricart_main .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .shoes_main_img {
    width: 55%;
    top: -30%;
  }

  .metricart_main_title .new-acto-metrica-home-slider-title {
    max-width: 100%;
    margin-left: 20px;
    margin-bottom: 100px;
    margin-top: 90px;
  }

  .metricart_main .card h3 {
    font-size: 22px;
    margin: 10px 0;
  }

  .popular-baby-brand-container .new-acto-metrica-home-slider-title {
    min-height: auto;
  }
}

.digital_main {
  margin: 90px 0;
}

.containercards-image-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.containercards-image-container img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.containercards-image-container:hover img {
  transform: scale(1.02);
}

.containercards-text-content {
  padding: 25px;
  text-align: left;
}

.containercards-feature-card h3 {
  color: #290660;
}

.containercards-text-content .new-acto-metrica-home-slider-title {
  color: #2c1e5d;
}

.containercards-main-heading {
  color: #290660;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.2;
}

.containercards-lead {
  color: #555;
  font-size: 18px;
}

.containercards-feature-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.containercards-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.containercards-icon-box {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.containercards-feature-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.containercards-feature-card p {
  font-size: 16px;
  color: #6c757d;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .containercards-image-container {
    margin-bottom: 30px;
  }

  .containercards-main-heading {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .containercards-main-heading {
    font-size: 28px;
  }

  .containercards-feature-card {
    margin-bottom: 15px;
  }
}

:root {
  --containercards-purple: #6b42d1;
  --containercards-light-purple: #f0ecfa;
  --containercards-yellow: #ffc736;
  --containercards-light-gray: #f8f9fa;
}

@media screen and (max-width: 1199px) {
  .containercards-text-content {
    padding: 2px;
  }

  .containercards-main-heading {
    margin-bottom: 3px;
    font-size: 25px;
  }

  .containercards-lead {
    margin-bottom: 12px !important;
    font-size: 16px;
  }

  .containercards-feature-card {
    padding: 6px;
  }
}

.conternt-main {
  background-image: url(../images/service-page/Subtract.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3% 0;
  position: relative;
}

.row.data-inner-main {
  justify-content: space-between !important;
}

.row.data-inner-main
  .contentstylediv-content-top-row.contentstylediv-right-column {
  width: 40%;
}

.contentstylediv-image-top-row {
  margin-left: -50px;
}

.contentstylediv-main-container {
  width: 100%;
  max-width: 1750px;
  padding: 0 20px;
  border-radius: 15px;
  overflow: hidden;
  margin-inline: auto;
}

.contentstylediv-left-column {
  min-height: 500px;
  padding: 0;
}

.contentstylediv-right-column {
  background-color: transparent;
  padding: 40px;
  min-height: 500px;
  display: flex;
  flex-direction: column;
}

.contentstylediv-image-top-row {
  text-align: left;
  margin-bottom: 30px;
}

.contentstylediv-logo-img {
  height: auto;
  max-width: 224px;
}

.contentstylediv-content-top-row {
  margin-bottom: 18px;
}

.contentstylediv-content-top-row h1 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}

.contentstylediv-content-top-row p {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}

.contentstylediv-text-column {
  display: flex;
  align-items: center;
}

.contentstylediv-text-column p {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

.contentstylediv-arrow-column {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contentstylediv-arrow-svg {
  width: 80px;
  height: 80px;
}

.contentstylediv-image-column {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contentstylediv-metrics-box {
  background-color: #edf4ff;
  border-radius: 12px;
  padding: 20px;
  width: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contentstylediv-metric-item {
  margin-bottom: 0;
}

.contentstylediv-metric-item:last-child {
  margin-bottom: 0;
}

.contentstylediv-metric-value {
  color: #3a2b81;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.contentstylediv-metric-label {
  color: #666;
  font-size: 0.8rem;
}

.contentstylediv-arrow-column {
  max-width: 145px !important;
}

@media (max-width: 1660px) {
  .row.data-inner-main
    .contentstylediv-content-top-row.contentstylediv-right-column {
    width: 50%;
  }

  .contentstylediv-left-column img {
    margin-top: 50px;
  }
}

@media (max-width: 1280px) {
  h2.share-search-title {
    font-size: 32px;
  }

  .contentstylediv-image-top-row {
    margin-bottom: 0;
  }

  .contentstylediv-left-column img {
    margin-top: 100px;
  }
}

@media (max-width: 991px) {
  .contentstylediv-left-column {
    width: 100% !important;
    max-width: 500px !important;
    margin: 0 auto;
    min-height: unset;
  }

  .conternt-main {
    padding: 10% 0;
  }

  .row.data-inner-main
    .contentstylediv-content-top-row.contentstylediv-right-column {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .contentstylediv-image-top-row {
    text-align: center;
  }

  .contentstylediv-arrow-column {
    max-width: 100px !important;
  }

  .contentstylediv-text-column p {
    display: flex;
    justify-content: start;
    margin-top: 38px;
    margin-left: 40px;
    text-align: start;
  }
}

@media (max-width: 767px) {
  .contentstylediv-arrow-column {
    display: none;
  }

  .conternt-main {
    padding: 15% 0;
  }

  .contentstylediv-content-bottom-row .row.contentstyledivadjustments {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .contentstylediv-image-column {
    max-width: 100% !important;
  }

  .contentstylediv-logo-img {
    max-width: 100%;
  }

  .contentstylediv-content-bottom-row
    .row.contentstyledivadjustments
    .col-md-4 {
    max-width: 100%;
  }

  .contentstylediv-content-top-row {
    gap: 20px;
  }

  .contentstylediv-right-column {
    padding: 30px;
  }

  .contentstylediv-content-top-row {
    margin-bottom: 40px;
    align-items: center;
    text-align: center;
  }

  .contentstylediv-content-top-row h1 {
    font-size: 1.5rem;
  }

  .contentstylediv-content-bottom-row .row {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0 -10px;
    justify-content: center;
  }

  .contentstylediv-arrow-column,
  .contentstylediv-image-column,
  .contentstylediv-text-column {
    width: auto;
    flex: 0 0 auto;
    padding: 0 10px;
    margin-bottom: 0;
  }

  .contentstylediv-text-column {
    max-width: 40%;
  }

  .contentstylediv-arrow-column {
    max-width: 20%;
  }

  .contentstylediv-image-column {
    max-width: 40%;
  }

  .contentstylediv-arrow-svg {
    transform: none;
    margin: 0;
    width: 40px;
    height: 40px;
  }

  .contentstylediv-image-top-row {
    text-align: center;
  }

  .share-search-title {
    margin-left: 10px;
  }
}

@media (max-width: 576px) {
  .contentstylediv-main-container {
    margin: 0;
    border-radius: 0;
  }

  .contentstylediv-right-column {
    padding: 20px;
  }

  .contentstylediv-content-top-row h1 {
    font-size: 1.8rem;
  }
}

.contentstylediv-content-top-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contentstyledivadjustments {
  --bs-gutter-x: 0rem;
}

.hero_main.hero_main_analytics {
  padding: 8% 5%;
  position: relative;
}

.hero_main_analytics {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero_main_analytics .hero_images {
  position: absolute;
  right: 0;
  max-width: 1330px;
}

.hero_main_analytics_inner {
  gap: 30px;
}

.hero_main_analytics_inner .hero_images {
  position: unset;
}

.rounded-main {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  background-color: #f2ebeb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rounded-main p {
  margin: 0 !important;
  color: #000 !important;
  font-size: 16px !important;
}

@media (max-width: 1700px) {
  .hero_main_analytics .hero_content {
    max-width: 1000px;
  }

  .hero_main_analytics .hero_images {
    max-width: 1200px;
  }
}

@media (max-width: 1440px) {
  .popular-baby-brand-container {
    margin-top: 20px !important;
  }
}

@media (max-width: 1280px) {
  .hero_main_analytics .hero_images {
    max-width: 730px;
  }

  .hero_main.hero_main_analytics {
    padding: 4% 5%;
  }
}

@media (max-width: 991px) {
  .hero_main.hero_main_analytics.hero_main_analytics_inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero_main.hero_main_analytics {
    flex-direction: column;
    padding: 15% 0 15% 0;
  }

  .hero_main_analytics .hero_content {
    max-width: 100%;
    padding: 0 5% 0;
  }

  .hero_main_analytics .hero_images {
    position: relative;
    right: 0;
    max-width: 100%;
  }

  .hero_main_analytics {
    background: 0 0 !important;
  }
}

.unique-search-box {
  display: flex;
  border: 2px solid #d1d1e9;
  border-radius: 50px;
  overflow: hidden;
  max-width: 1460px;
  width: 100%;
  margin: 75px auto 68px;
  padding: 0 20px;
}

.unique-input {
  flex: 1;
  padding: 15px 20px;
  border: none;
  outline: 0;
  font-size: 16px;
}

#search-input {
  font-family: var(--bs-font-Poppins) !important;
  font-size: 22px !important;
}

#search-input::placeholder {
  font-family: var(--bs-font-Poppins) !important;
  font-size: 18px !important;
}

.unique-button {
  background-color: #2c1a5f;
  color: #fff;
  border: none;
  padding: 15px 30px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s;
}

.unique-button:hover {
  background-color: #1e1040;
}

.shelf-cta.unique-button {
  border-radius: 50px;
  margin-right: -20px;
}

.trusted_main {
  width: 100%;
  padding: 0 20px;
}

.trusted_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.trusted_left_side {
  display: flex;
  max-width: 235px;
  justify-content: space-between;
  width: 100%;
}

.trusted_main_img {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.trusted_main_img img {
  max-width: 49px;
  width: 100%;
  height: auto;
}

.trusted_right_side {
  max-width: 495px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.trusted_main_img_right {
  max-width: 165px;
  width: 100%;
}

.trusted_right_side p {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
}

.trusted_right_side p span {
  font-weight: 400;
}

@media (max-width: 768px) {
  .trusted_inner {
    flex-direction: column;
    gap: 30px;
  }

  .trusted_main_img img {
    max-width: 40px;
  }

  .trusted_left_side {
    max-width: 200px;
  }

  .trusted_right_side {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .shelf-cta.unique-button {
    padding: 0.55rem 0.75rem;
  }

  .trusted_right_side p {
    font-size: 16px;
  }
}

.all-categories-title {
  position: relative;
  margin-bottom: 100px;
}

.all-categories-title:before {
  content: url(../images/analytics-page/Vector-1.png);
  position: absolute;
  left: 49%;
  bottom: -30px;
}

.all-categories {
  width: 100%;
  padding: 0 10px;
}

.search-section {
  margin-bottom: 15px;
}

.search-container {
  display: flex;
  max-width: 100%;
}

.trending-tabs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 27px;
  padding: 10px;
  margin-bottom: 20px;
  max-width: 1750px;
  width: 100%;
  margin: 56px auto;
}

.trending-tabs::-webkit-scrollbar {
  display: block;
  color: #28174a;
}

.tab-btn {
  white-space: nowrap;
  padding: 8px 22px;
  border-radius: 40px;
  border: 1px solid #2c1e5d;
  background-color: #fff;
  cursor: pointer;
  font-size: 23px;
  color: #2c1e5d;
  transition: all 0.3s ease;
}

.tab-btn.active {
  background-color: #28174a;
  color: #fff;
}

.tab-btn.trending {
  background-color: #28174a;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
}

.trending-icon {
  color: #9ae66e;
  font-size: 16px;
}

.trending-content {
  max-width: 1750px;
  padding: 0 10px;
  margin: 0 auto;
  width: 100%;
}

.trending-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
}

.item-card {
  filter: drop-shadow(10px -14px 44px rgba(44, 30, 93, 0.12));
  background-color: #28174a;
  border-radius: 20px 20px 10px 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  min-height: 347px;
  justify-content: space-between;
  transition: transform 0.3s ease;
  max-width: 272px;
  width: 100%;
}

.item-stats {
  margin-top: 0;
  min-height: 50px;
}

.item-card:hover {
  transform: translateY(-5px);
}

.item-img {
  min-height: 297px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 17px 17px 20px 20px;
}

.item-logo {
  max-width: 116px;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.item-name {
  color: #000;
  font-weight: 400;
  font-size: 25px;
}

.item-stats {
  width: 100%;
  background-color: #28174a;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  color: #fff;
  font-size: 10px;
  align-items: center;
  margin-top: auto;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.trending-icon img {
  width: 25px;
  margin-top: -5px;
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stat-value {
  font-size: 16px;
  font-weight: 500;
}

.stat-label {
  font-size: 10px;
  font-weight: 400;
  white-space: nowrap;
}

.no-results {
  font-size: 25px;
  color: #2c1e5d;
}

.trending-content a {
  display: block;
  text-decoration: none;
  max-width: 272px;
  width: 100%;
}

@media (max-width: 768px) {
  .item-card {
    max-width: 250px;
    min-height: 320px;
  }

  .trending-content a {
    max-width: 250px;
  }

  .item-logo {
    max-width: 80px;
    margin-bottom: 25px;
  }

  .item-img {
    min-height: 250px;
  }

  .item-stats {
    margin-top: 0;
  }

  .item-name {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .tab-btn {
    padding: 6px 12px;
    font-size: 12px;
  }

  .item-logo {
    width: 50px;
    height: 50px;
  }

  .item-name {
    font-size: 12px;
  }

  #search-button,
  #search-input {
    font-size: 12px;
    padding: 8px;
  }

  #search-button {
    padding: 8px 12px;
  }
}

.hidden {
  display: none;
}

@media (max-width: 768px) {
  .all-categories-title:before {
    left: 40%;
  }
}

.find-main {
  width: 100%;
  margin-top: 70px;
}

.find-main .hero_content {
  max-width: 850px;
}

.find-main .hero_images {
  max-width: 840px;
}

.find-main h3 {
  color: #2c1e5d;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: -20px;
}

.baby-brand-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1750px;
  margin: 0 auto;
  padding: 0 10px;
}

.baby-brand-content {
  flex: 1;
  padding-right: 30px;
  width: 75%;
}

.baby-brand-title {
  display: flex;
  align-items: baseline;
}

.baby-brand-title h1 {
  color: #919091;
  font-size: 28px;
  font-weight: 400;
  margin-right: 10px;
}

.baby-brand-title h1 span {
  color: #4a00b2;
  font-weight: 700;
}

.baby-brand-description {
  color: rgba(58, 48, 51, 0.7);
  font-size: 22px;
  line-height: normal;
  margin-bottom: 60px;
}

@media (max-width: 600px) {
  .baby-brand-description {
    font-size: 18px;
  }
}

.baby-brand-stats {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 60px;
}

.baby-brand-stat {
  flex: 1;
  background-color: #f4f4f4;
  padding: 20px;
  border-radius: 8px;
  position: relative;
}

.baby-brand-stat h2 {
  color: #2c1e5d;
  font-size: 43px;
  margin-bottom: 10px;
  font-weight: 600;
}

.baby-brand-stat p {
  color: #3a3033;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 0;
}

.baby-brand-stat .icon {
  position: absolute;
  top: 45px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-range {
  font-size: 12px;
  color: #777;
  margin-top: 5px;
}

.baby-brand-top {
  margin-bottom: 40px;
  scroll-margin-top: 100px;
}

.baby-brand-top h2 {
  color: #2d2654;
  font-size: 43px;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: normal;
}

.baby-brand-top p {
  color: rgba(58, 48, 51, 0.7);
  font-size: 22px;
  line-height: normal;
  margin-bottom: 20px;
}

.popular-baby-brand-container.pampers-main {
  margin-top: 100px;
}

.baby-brand-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #f4f4f4;
  border-radius: 8px;
  overflow: scroll;
  display: block;
  white-space: nowrap;
}

.popular-baby-brand-container {
  width: 100%;
  margin-top: 26px;
}

.baby-brand-table td,
.baby-brand-table th {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  padding: 15px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}

.baby-brand-table th {
  background-color: #f0f0f0;
  color: rgba(44, 30, 93, 0.6);
  text-align: center;
  font-size: 20px;
  line-height: normal;
  font-weight: 500;
  width: 25%;
}

.baby-brand-table th:first-child {
  width: 50%;
}

.baby-brand-table td img {
  width: 32px;
}

.baby-brand-table tbody tr:nth-child(even) {
  background-color: #f0f0f0;
}

.baby-brand-table tbody tr:nth-child(odd) {
  background-color: #fff;
}

.baby-brand-table td {
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #2c1e5d;
  text-align: center;
}

.baby-brand-table tr:hover {
  background-color: #f0f0f0;
}

.baby-brand-table img.logo {
  width: 45px;
  height: auto;
}

.baby-brand-table .rating {
  color: #c7c7c7;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  flex-direction: column;
  align-items: flex-start;
}

.product-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.start-rating {
  display: flex;
  align-items: center;
}

.baby-brand-table .stars {
  color: #4400ce;
  margin-right: 5px;
  font-size: 30px;
  display: inline-flex;
}

.baby-brand-table .redirect {
  color: #4a00b2;
  cursor: pointer;
  text-align: left;
  font-size: 18px;
  transition: all 0.2s;
}

.baby-brand-table .redirect:hover {
  color: #7e45d3;
  transform: translateX(2px);
}

@media (min-width: 769px) and (max-width: 1141px) {
  .baby-brand-table {
    overflow: scroll;
    display: block;
  }
}

.baby-brand-sidebar {
  width: 25%;
  position: sticky;
  top: 100px;
  height: fit-content;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  display: none;
}

.baby-brand-top h3 {
  color: #2d2654;
  margin-top: 30px;
  margin-bottom: 15px;
}

.baby-brand-sidebar h3 {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.baby-brand-sidebar ul {
  list-style: none;
  padding: 0;
}

.baby-brand-sidebar li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.baby-brand-sidebar li:last-child {
  border-bottom: none;
}

.baby-brand-sidebar a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  display: block;
}

.baby-brand-sidebar a:hover {
  color: #7e45d3;
  text-decoration: underline;
}

.baby-brand-sidebar .promo {
  margin-top: 30px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  text-align: center;
}

.baby-brand-sidebar .promo h4 {
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
}

.baby-brand-sidebar .promo p {
  color: #666;
  font-size: 14px;
  margin-bottom: 15px;
}

.baby-brand-sidebar .promo button {
  background-color: #4a00b2;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.2s;
}

.baby-brand-sidebar .promo button:hover {
  background-color: #7e45d3;
}

.link-with-arrow {
  display: flex;
  align-items: center;
}

.link-with-arrow a {
  font-weight: 500;
  padding: 10px 21px;
  border: 1px solid #000;
  min-width: 220px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 8px;
}

.shelf-cta.shelf-cta-right {
  color: #fff;
  font-size: 16px;
  display: unset;
}

.shelf-cta.shelf-cta-right:hover {
  color: #290660;
  text-decoration: none;
  background-color: #fff;
}

.link-with-arrow a:hover {
  text-decoration: none;
}

.arrow-icon {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

.baby-brand-table td a {
  color: #2c1e5d;
  display: inline;
}

@media (max-width: 1024px) {
  .baby-brand-container {
    flex-direction: column;
  }

  .baby-brand-content {
    padding-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }

  .baby-brand-sidebar {
    width: 100%;
    position: static;
  }
}

@media (max-width: 768px) {
  .baby-brand-stats {
    flex-direction: column;
  }

  .baby-brand-table {
    display: block;
    overflow-x: auto;
  }
}

@media (max-width: 480px) {
  .baby-brand-title h1 {
    font-size: 24px;
  }

  .baby-brand-top h2 {
    font-size: 20px;
  }
}

.stats-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.stats-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stats-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.stats-header {
  text-transform: uppercase;
  color: #2c1e5d;
  font-size: 14px;
  letter-spacing: 5px;
  margin-bottom: 5px;
  font-weight: 500;
}

.stats-value {
  font-size: 32px;
  font-weight: 500;
  color: #2c1e5d;
  margin-bottom: 5px;
  gap: 10px;
  display: flex;
  align-items: center;
}

.stats-score-suffix {
  font-size: 14px;
  color: #999;
  margin-left: 5px;
}

.stats-subtext {
  font-size: 12px;
  color: #b2b1b5;
  margin-bottom: 0;
}

.stats-description {
  font-size: 12px;
  color: #b2b1b5;
  line-height: normal;
  margin-bottom: 15px;
}

.stats-chart {
  width: 100%;
  height: 90px;
  position: relative;
  margin-top: 15px;
  background-image: url(/api/placeholder/220/90);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.stats-lock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.stats-lock svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.stats-lock-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.contact-hover {
  position: absolute;
  bottom: 10px;
  filter: blur(2px);
  left: 11px;
  width: 93%;
  height: 40%;
  background-color: rgba(44, 30, 93, 0.6);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.locked-card:hover .contact-hover {
  opacity: 1;
  filter: blur(0);
}

.active-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

@media (max-width: 768px) {
  .stats-container {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    padding: 10px;
  }

  .stats-card {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .stats-container {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .stats-value {
    font-size: 28px;
  }
}

@media (min-width: 1025px) and (max-width: 1140px) {
  .baby-brand-content {
    width: 65%;
  }

  .baby-brand-sidebar {
    width: 35%;
  }
}

@media (min-width: 768px) and (max-width: 1380px) {
  .baby-brand-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.search-new-section {
  gap: 9px;
}

.new-common-every-page.share-of-search .contentstylediv-arrow-column {
  margin-top: 62px;
  margin-left: 228px;
  margin-bottom: -215px;
}

@media (max-width: 1280px) {
  .new-common-every-page.share-of-search .contentstylediv-arrow-column {
    margin-left: 295px;
    margin-bottom: -180px;
    display: none;
  }
}

@media (max-width: 1500px) {
  .new-common-every-page.share-of-search .share-search-header {
    justify-content: center;
    margin-top: 140px;
  }

  .new-common-every-page.share-of-search .share-search-text {
    max-width: 867px;
  }

  .rank.evaluate .rank_inner {
    bottom: 55px;
  }

  .rank.evaluate img {
    max-width: 180px;
  }
}

@media (max-width: 1024px) {
  .new-common-every-page.share-of-search .share-search-header {
    justify-content: center;
    margin-top: 115px;
  }

  .rank_inner.rank-inner-content {
    top: 16%;
  }

  .share-search-chart-image img {
    position: relative;
    right: -30px;
  }
}

@media (min-width: 901px) and (max-width: 1024px) {
  .rank_inner.rank-inner-content {
    top: 24%;
  }

  .new-common-every-page.share-of-search .share-search-text {
    max-width: 867px;
  }

  .rank.evaluate .rank_inner.rank_group {
    bottom: 110px;
  }

  .rank.evaluate img {
    max-width: 180px;
  }
}

@media (max-width: 768px) {
  .rank_inner.rank-inner-content {
    width: 100%;
    left: 57%;
    top: 18%;
  }

  .share-search-header {
    justify-content: center;
    margin-top: 125px !important;
  }

  .rank.evaluate .rank_inner {
    bottom: 100px;
    gap: 14px;
  }

  .rank.evaluate img {
    max-width: 156px;
  }

  .metric_main_rank .rank_inner {
    left: 72%;
  }

  .metric_main_img img {
    width: 70%;
  }

  .metric_main_rank img {
    max-width: 130px;
    max-height: 104px;
  }
}

@media (max-width: 584px) {
  .rank_inner.rank_group img {
    display: none;
  }

  .rank_inner.rank-inner-content img {
    display: none;
  }

  .rank.evaluate .rank_inner.rank_group {
    left: 35%;
    bottom: 114px !important;
  }

  .share-search-chart-image {
    margin-top: -35px;
  }

  .rank.evaluate .rank_inner p {
    max-width: 243px;
  }

  .rank.evaluate .rank_inner {
    bottom: 100px;
  }

  .metric_main_img img {
    position: relative;
    left: -71px;
  }

  .metric_main_rank .rank_inner img {
    display: none;
  }

  .metric_main_rank.metric_main_rank_inner .rank_inner {
    align-items: center;
  }

  .dashbor_main {
    margin-bottom: -118px;
    margin-top: -130px;
  }

  .share-search-header {
    margin-top: 200px;
  }

  h2.share-search-title {
    font-size: 28px;
  }

  .dashbor_main_track {
    margin-top: -66px;
  }
}

@media (max-width: 480px) {
  .rank_inner.rank-inner-content {
    top: 20%;
  }

  .rank.evaluate .rank_inner.rank_group {
    left: 35%;
  }

  .share-search-chart-image {
    margin-top: -60px;
  }

  .share-search-box {
    padding: 110px 30px 110px;
  }

  .share-search-header {
    margin-top: 81px !important;
  }

  .rank_inner.rank-inner-content p {
    font-size: 13px;
  }

  .share-search-text p {
    font-size: 15px;
  }

  h2.share-search-title {
    font-size: 22px;
    margin-left: 20px;
  }

  .rank_inner.rank_group p {
    font-size: 13px;
  }

  .contentstylediv-text-column p {
    margin-top: 0;
  }
}

.contentstylediv-arrow-column {
  margin-top: 60px;
  margin-left: 362px;
  margin-bottom: -175px;
}

@media (max-width: 1660px) {
  .rank_inner {
    width: 50%;
    left: 75%;
  }
}

@media (max-width: 1440px) {
  .rank_inner {
    width: 50%;
    left: 75%;
  }
}

@media (max-width: 1280px) {
  .contentstylediv-main-container {
    padding: 100px 20px !important;
  }

  .share_main {
    padding: 30% 0;
  }

  .rank_inner {
    left: 70%;
  }

  .rank.evaluate .rank_inner {
    bottom: 140px;
  }

  .contentstylediv-arrow-column {
    display: none;
  }
}

@media (max-width: 991px) {
  .row.contentstyledivadjustments {
    justify-content: center;
  }

  .col-md-6.contentstylediv-arrow-column {
    display: none;
  }

  .rank_inner {
    position: unset;
    transform: unset;
    width: 100%;
  }

  .share-search-box {
    padding: 70px 30px 60px;
  }

  .share_main {
    padding: 30% 0 45% 10px;
  }

  .metric_main_rank {
    text-align: center;
  }

  .metric_main_rank .rank_inner {
    width: 100%;
  }

  .metric_main_img {
    margin: 60px auto;
  }
}

@media (max-width: 768px) {
  .rank {
    padding: 0 20px;
  }

  .share-search-header {
    margin-top: 0 !important;
  }

  .rank_inner img {
    display: none;
  }

  .metric_main_img img {
    left: 0;
    width: 100%;
  }

  .share-search-chart-image img {
    right: -45px;
  }

  .metric_main_rank p {
    max-width: 100%;
  }

  .metric_main_title .new-acto-metrica-home-slider-title {
    min-height: unset;
  }
}

@media (max-width: 560px) {
  .rank_inner {
    flex-direction: column-reverse;
    text-align: center;
    justify-content: center;
  }

  .rank_inner p {
    max-width: 100%;
  }

  h2.share-search-title {
    text-align: center;
  }

  .rank.evaluate .rank_inner {
    align-items: center;
  }
}

:root {
  --bs-white: #ffffff;
  --bs-black: #000000;
  --bs-nav: #526373;
  --bg-theme-1: #1d6bb5;
  --bg-theme-2: #36a2da;
  --bs-light-black: #332f30;
  --bs-light-pera: #585c7b;
  --bs-sub-title: #9bacbc;
  --bs-nav-link: #2c1e5d;
  --bs-font-Poppins: "Poppins", sans-serif;
  --section-bg-color: #dfe6ed;
  --sectin-bg-card: #d2e1f0;
  --theme-shadow: 0px 0px 20px 0px rgba(30, 22, 22, 0.08);
  --btn-bg-theme: #f0f1f1;
  --box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  --section-bg-card-hover: #d2e1f0;
  --facebook: #1769ff;
  --twitter: #000;
  --pintrest: #c8232c;
  --linkedin: #0a66c2;
  --instagram: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  --medium: #000;
}

body {
  color: var(--bs-light-black);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*,
::after,
::before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--bs-font-Poppins);
}

a {
  text-decoration: none;
  font-family: var(--bs-font-Poppins);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--bs-font-Poppins) !important;
}

span {
  font-family: var(--bs-font-Poppins) !important;
}

p {
  font-family: var(--bs-font-Poppins) !important;
}

div {
  --bs-font-Poppins: "Poppins", sans-serif;
  font-family: var(--bs-font-Poppins);
}

img {
  width: 100%;
  height: auto;
}

:root {
  --bs-white: #ffffff;
  --bs-black: #000000;
  --bs-nav: #526373;
  --bg-theme-1: #1d6bb5;
  --bg-theme-2: #36a2da;
  --bs-light-black: #332f30;
  --bs-light-pera: #585c7b;
  --bs-sub-title: #9bacbc;
  --bs-nav-link: #2c1e5d;
  --bs-font-Poppins: "Poppins", sans-serif;
  --theme-shadow: 0px 0px 20px 0px rgba(30, 22, 22, 0.08);
}

.elementor-highlighted-heading-title {
  font-size: 52px;
  line-height: 78px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.5px;
  color: var(--bs-black);
}

.elementor-highlighted-heading-disc {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-black);
}

.elementor-small-heading-title {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-black);
}

h2.h2 {
  font-size: 42px;
  line-height: 54px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-black);
}

@media screen and (max-width: 1400px) {
  .elementor-highlighted-heading-title {
    font-size: 46px;
    line-height: 62px;
  }

  h2.h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .work-head h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .module-top-sticky h2,
  .process-head h2 {
    font-size: 36px;
    line-height: 44px;
  }
}

@media screen and (max-width: 992px) {
  .elementor-highlighted-heading-title {
    font-size: 38px;
    line-height: 48px;
  }

  .work-head h2 {
    font-size: 32px;
    line-height: 38px;
  }

  h2.h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .contact-top h2,
  .module-top-sticky h2,
  .process-head h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .elementor-content-content p,
  .elementor-highlighted-heading-disc,
  .elementor-icon-box-description,
  .logo-slider-header p,
  .module-card-content p,
  .module-top-sticky p,
  .process-head p,
  .process-info p {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .elementor-highlighted-heading-title {
    font-size: 32px;
    line-height: 44px;
  }

  .work-head h2 {
    font-size: 26px;
    line-height: 32px;
  }

  h2.h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .contact-top h2,
  .module-top-sticky h2,
  .process-head h2 {
    font-size: 26px;
    line-height: 32px;
  }
}

@media screen and (max-width: 576px) {
  .elementor-highlighted-heading-title {
    font-size: 28px;
    line-height: 38px;
  }

  .work-head h2 {
    font-size: 24px;
    line-height: 30px;
  }

  h2.h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .contact-top h2,
  .module-top-sticky h2,
  .process-head h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1630px !important;
  }
}

.btn-bg-theme {
  background-color: var(--btn-bg-theme);
  color: gray;
  text-decoration: none;
  padding: 0.8rem 1rem;
  border-radius: 1rem;
}

.btn-bg-theme.active {
  background-color: var(--bg-theme-1);
  color: #fff;
}

.px-2rem {
  padding: 2rem 0;
}

.px-3rem {
  padding: 3rem 0;
}

.px-4rem {
  padding: 4rem 0;
}

.px-5rem {
  padding: 5rem 0;
}

.mx-2rem {
  margin: 2rem 0;
}

.mx-3rem {
  margin: 3rem 0;
}

.mx-4rem {
  margin: 4rem 0;
}

.mx-5rem {
  margin: 5rem 0;
}

.mx-6rem {
  margin: 5rem 0;
}

.gap-2rem {
  gap: 2rem;
}

.gap-3rem {
  gap: 3rem;
}

.gap-4rem {
  gap: 4rem;
}

.gap-5rem {
  gap: 5rem;
}

.gap-6rem {
  gap: 5rem;
}

.company-logo-icons-gap {
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  .company-logo-icons-gap {
    gap: 2rem;
  }
}

.card-image-logo {
  width: 3rem;
}

.section-bg-color {
  background-color: var(--section-bg-color) !important;
}

.section-bg-card:hover {
  background-color: var(--section-bg-card-hover);
  box-shadow: var(--box-shadow);
}

.section-margin {
  margin: 4rem 0 !important;
}

@media screen and (max-width: 992px) {
  .section-margin {
    margin: 2rem 0 !important;
  }
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.primery-btn-2,
.submit-button {
  position: relative;
  transition: 0.3s ease-in-out;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  border-radius: 9999px;
  justify-content: center;
  color: #ffff;
  gap: 10px;
  border: 3px solid #ffffff4d;
  font-size: 15px;
  letter-spacing: 0.6px;
  width: max-content;
}

:root {
  --bs-white: #ffffff;
  --bs-black: #000000;
  --bs-nav: #526373;
  --bg-theme-1: #1d6bb5;
  --bg-theme-2: #36a2da;
  --bs-light-black: #332f30;
  --bs-light-pera: #585c7b;
  --bs-sub-title: #9bacbc;
  --bs-nav-link: #2c1e5d;
  --bs-font-Inter: "Poppins", sans-serif;
  --theme-shadow: 0px 0px 20px 0px rgba(30, 22, 22, 0.08);
}

.primery-btn {
  font-family: var(--bs-font-Inter);
  font-weight: 700;
  color: #fff;
  background-color: var(--bg-theme-1);
  padding: 1em 1.5em;
  border: none;
  border-radius: 0.6rem;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  outline: 0;
  box-shadow: none;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  width: fit-content;
}

.primery-btn span:not(:nth-child(6)) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 40px;
  width: 40px;
  background-color: var(--bg-theme-1);
  border-radius: 50%;
  transition: 0.6s ease;
}

.primery-btn span:nth-child(6) {
  position: relative;
}

.primery-btn span:nth-child(1) {
  transform: translate(-3.3em, -4em);
}

.primery-btn span:nth-child(2) {
  transform: translate(-6em, 1.3em);
}

.primery-btn span:nth-child(3) {
  transform: translate(-0.2em, 1.8em);
}

.primery-btn span:nth-child(4) {
  transform: translate(3.5em, 1.4em);
}

.primery-btn span:nth-child(5) {
  transform: translate(3.5em, -3.8em);
}

.primery-btn:hover span:not(:nth-child(6)) {
  transform: translate(-50%, -50%) scale(5);
  transition: 1.5s ease;
  background-color: var(--bg-theme-2);
}

.submit-button {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background-color: var(--bg-theme-1);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffff;
  gap: 10px;
  font-weight: 600;
  border: 3px solid #ffffff4d;
  outline: 0;
  overflow: hidden;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 0.6px;
  font-family: var(--bs-font-Inter);
  width: max-content;
}

.submit-button:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

.submit-button:hover::before {
  animation: shinesubmit 1.5s ease-out infinite;
}

.submit-button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shinesubmit {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.primery-btn-2 {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background-color: var(--bg-theme-1);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffff;
  gap: 10px;
  font-weight: 600;
  border: 3px solid #ffffff4d;
  outline: 0;
  overflow: hidden;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 0.6px;
  font-family: var(--bs-font-Inter);
  width: max-content;
}

.primery-btn-2 .icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

.primery-btn-2:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

.primery-btn-2:hover .icon {
  transform: translate(4px);
}

.primery-btn-2:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.primery-btn-2::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.view-btn {
  background: 0 0;
  position: relative;
  padding: 6px 25px;
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid var(--bg-theme-1);
  border-radius: 25px;
  outline: 0;
  overflow: hidden;
  color: var(--bg-theme-1);
  transition: color 0.3s 0.1s ease-out;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}

.view-btn span {
  margin: 5px;
  font-family: var(--bs-font-Inter);
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.5px;
}

.view-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border-radius: 50%;
  display: block;
  width: 20em;
  height: 20em;
  left: -5em;
  text-align: center;
  transition: box-shadow 0.5s ease-out;
  z-index: -1;
}

.view-btn:hover {
  color: #fff;
  border: 1px solid var(--bg-theme-1);
}

.view-btn:hover::before {
  box-shadow: inset 0 0 0 10em var(--bg-theme-1);
}

.container {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.slider {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.slide-track {
  display: flex;
  gap: 0;
  animation: scroll 20s linear infinite;
  width: calc(250px * 12);
  justify-content: center;
  align-items: center;
}

.slide {
  min-width: 250px;
  flex: 0 0 auto;
}

@media screen and (max-width: 1000px) {
  .slide {
    min-width: 100px;
  }
}

.slider-img {
  width: 8rem;
  max-width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 6));
  }
}

@media screen and (max-width: 992px) {
  .slide-track {
    gap: 4rem;
  }

  .slider-img {
    width: 6rem;
  }
}

@media screen and (max-width: 500px) {
  .slide-track {
    gap: 2rem;
  }

  .slider-img {
    width: 7rem;
  }
}

.heading-span-color {
  color: var(--bg-theme-1);
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-relative {
  position: relative !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media (min-width: 992px) {
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }
}

.elementor-section .elementor-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.elementor-column {
  position: relative;
  min-height: 1px;
  display: flex;
}

.elementor-widget-wrap {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: flex;
}

.elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 10px;
}

.elementor-widget:not(:last-child) {
  margin-block-end: 20px;
}

.elementor-element.elementor-element-63239ad9
  > .elementor-widget-wrap
  > .elementor-widget:not(.elementor-widget__width-auto):not(
    .elementor-widget__width-initial
  ):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0;
}

.elementor-element .elementor-widget-container {
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s,
    transform var(--e-transform-transition-duration, 0.4s);
}

@media screen and (min-width: 1200px) and (max-width: 1550px) {
  .elementor-widget-container img {
    width: 780px;
    height: 500px;
  }

  .elementor-section {
    overflow: hidden !important;
  }
}

.col-auto {
  flex: 0 0 auto;
  width: auto !important;
}

.p-0 {
  padding: 0 !important;
}

@media (min-width: 992px) {
  .mt-4 {
    margin-top: 1.5rem !important;
  }

  .ms-4 {
    margin-left: 1.5rem !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .ms-lg-n5 {
    margin-left: -3rem !important;
  }

  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
}

.parallax {
  position: relative;
}

.elementor-widget-image {
  text-align: center;
}

.elementor-widget-wrap > .elementor-element {
  width: 100%;
}

.elementor-widget:not(:last-child) {
  margin-block-end: 20px;
}

.parallax-layer:first-child {
  position: relative;
}

.elementor-3604
  .elementor-element.elementor-element-3e821a9f
  > .elementor-widget-wrap
  > .elementor-widget:not(.elementor-widget__width-auto):not(
    .elementor-widget__width-initial
  ):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0;
}

.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.elementor-widget-image img {
  vertical-align: middle;
  display: inline-block;
}

.elementor-3604 .elementor-element.elementor-element-751e9700 img {
  width: 1416px;
}

@media (min-width: 1200px) {
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
}

.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
  margin-bottom: 0;
}

.elementor-element.elementor-element-4be867ad img {
  width: 127.5px;
  max-width: 127.5px;
}

.new-elementor-section {
  padding: 50px 0 80px;
}

.elementor-widget-wrap {
  position: relative;
  padding: 5px;
}

.elementor-widget-header {
  padding-top: 0;
  padding-bottom: 30px;
}

.elementor-grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 15px;
}

.elementor-grid-items {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.elementor-icon-box-icon {
  margin-bottom: var(17px, 15px);
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.elementor-icon {
  display: inline-block;
  line-height: 1;
  transition: all 0.3s;
  text-align: center;
  border-radius: 50% !important;
  --bs-bg-opacity: 1;
  background-color: #f3f6ff !important;
  font-size: 32px;
  fill: #f3f6ff;
  color: #f3f6ff;
  border: 0 !important;
  padding: 1rem !important;
}

.elementor-icon img {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  max-width: 100%;
  box-sizing: border-box;
  vertical-align: middle;
}

.elementor-icon-box-content {
  text-align: center;
  margin-top: 10px;
}

.elementor-icon-box-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-black);
}

.elementor-icon-box-description {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-light-pera);
}

.elementor-element-2 {
  padding: 60px 0;
  background-color: #f7f9ff;
}

.grid-work-container {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 80px;
  align-items: center;
}

.work-items-1 {
  max-width: 100%;
  width: auto;
}

.work-items-image {
  max-width: 100%;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work-items-image img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.work-items-content {
  padding: 5px;
}

.work-head {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.work-head h2 {
  font-size: 42px;
  line-height: 54px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-black);
}

.work-head p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-black);
}

.ticked {
  padding: 0;
  list-style: none;
}

.ticked li {
  margin: 0;
  padding: 12px 8px 12px 35px;
  position: relative;
  text-align: left;
  font-family: var(--bs-font-Poppins);
  font-size: 16px;
  letter-spacing: 0.5px;
  color: white;
  font-weight: 500;
  line-height: 24px;
}

.ticked li:before {
  content: "";
  border-radius: 50%;
  display: block;
  background-size: 12px;
  height: 22px;
  width: 22px;
  background-color: var(--bs-white);
  border: 2px solid var(--bg-theme-1);
  background-image: url(https://www.actowizsolutions.com/assets/new-img/icon/check-solid.svg);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-position: 50%;
  background-repeat: no-repeat;
}

.elementor-element-3 {
  padding: 50px 0;
}

.logo-slider-header {
  margin-bottom: 20px;
  text-align: center;
}

.logo-slider-header h2 {
  font-size: 42px;
  line-height: 54px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-black);
  text-align: center;
}

.logo-slider-header p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-black);
  max-width: 800px;
  margin: 0 auto;
}

.logo-slider-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
  margin: 20px 0;
  row-gap: 20px;
}

.logo-slide-items {
  padding: 1rem;
  transition:
    transform 0.2s ease-in-out,
    border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
  box-shadow:
    0 0.275rem 0.75rem -0.0625rem rgba(19, 16, 34, 0.06),
    0 0.125rem 0.4rem -0.0625rem rgba(19, 16, 34, 0.03) !important;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.5rem;
}

.logo-slide-blody {
  flex: 1 1 auto;
  padding: 1.5rem;
}

.logo-slide-blody img {
  height: auto;
  max-width: 100%;
  width: 60px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.logo-slide-items:hover {
  box-shadow:
    0 0.275rem 1.25rem rgba(19, 16, 34, 0.05),
    0 0.25rem 0.5625rem rgba(19, 16, 34, 0.03) !important;
  transform: translateY(-0.25rem);
  transition:
    transform 0.2s ease-in-out,
    border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
}

.elementor-element-4 {
  padding: 80px 0;
  background-color: #fbfcff;
}

.elementor-dark-box {
  background-color: #131022;
  padding: 1.5rem;
  background-clip: border-box;
  border: 1px solid #e2e5f1;
  border-radius: 0.5rem;
  min-width: 0;
  word-wrap: break-word;
  position: relative;
  height: 100%;
}

.dark-box-container {
  padding: 20px;
}

.dark-title {
  margin-bottom: 20px;
}

.dark-title h2 {
  font-size: 68px;
  line-height: 78px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-white);
  text-align: start;
}

.dark-decription p {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.3px;
  color: #ced7df;
  max-width: 800px;
  margin: 0 auto;
}

.testimonial-section {
  position: relative;
  height: 100%;
}

.testimonial-container {
  padding: 3rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  border-radius: 10px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-top-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blockquote {
  width: 3.25rem;
  height: 3.25rem;
  color: #fff;
  flex-shrink: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none !important;
  background-color: var(--bg-theme-1);
  border-color: var(--bg-theme-1);
  border-radius: 5px;
  margin: 0 !important;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(99, 102, 241, 0.9) !important;
}

.blockquote i {
  font-size: 1.4375rem;
}

.testimonial-arrow-flex {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
}

.swipe-button-next,
.swipe-button-prev {
  width: 2.25rem;
  height: 2.25rem;
  cursor: pointer;
  transition:
    color 0.2s ease-in-out,
    background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
  border-radius: 50%;
  background-color: #fff;
  color: #3e4265 !important;
  box-shadow:
    0 0.275rem 0.75rem -0.0625rem rgba(19, 16, 34, 0.06),
    0 0.125rem 0.4rem -0.0625rem rgba(19, 16, 34, 0.03);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.swipe-button-next i,
.swipe-button-prev i {
  font-size: 18px;
}

.swipe-button-next:hover,
.swipe-button-prev:hover {
  background-color: var(--bg-theme-1) !important;
  color: #fff !important;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(99, 102, 241, 0.9) !important;
}

.swiper-wrapper {
  padding-top: 30px;
}

.swiper-content .swiper-disk {
  padding-bottom: 20px;
}

.swiper-content .swiper-disk p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-black);
  display: block;
  text-align: start;
}

.swiper-info-flex {
  display: flex;
  align-items: center;
}

.swiper-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.swiper-icon img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.swiper-about {
  padding-left: 20px;
  text-align: start;
}

.swiper-name {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-black);
}

.swiper-subname {
  font-size: 12px;
  line-height: 26px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.5px;
  color: var(--bs-sub-title);
}

.footer {
  padding: 50px 0 20px;
  background-image: url(../image/index/landing/bbblurry.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  position: relative;
}

.footer::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60%;
  background-image: url(../image/shape/banner-shape.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  opacity: 0.03;
}

.footer-grid-container {
  display: grid;
  grid-template-columns: 40% 20% 20% 20%;
  gap: 0;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
}

.footer-grid-content {
  padding: 20px;
  width: 100%;
  height: 100%;
}

.footer-logo {
  max-width: 200px;
  width: 100%;
  height: auto;
}

.footer-logo img {
  width: 100%;
  height: auto;
}

.footer-disc {
  padding-top: 25px;
}

.footer-disc p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-light-pera);
  max-width: 400px;
}

.footer-links-items {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  padding: 0;
  margin: 0;
}

.footer-links-items li {
  position: relative;
  transition: 0.3s ease;
  padding-left: 15px;
  display: inline-block;
  width: max-content;
}

.footer-links-items li a {
  text-decoration: none;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-black);
  transition: 0.3s ease;
}

.footer-links-items li:hover a {
  color: var(--bg-theme-1);
}

.footer-links-items li:hover:before {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  transition: 0.3s ease;
  border-radius: 50%;
  background-color: var(--bg-theme-1);
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0.6;
}

.copyright-section {
  padding: 30px 0 0;
  border-top: 1px solid #d8ebfd;
}

.copyright-section p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-light-pera);
  display: block;
  text-align: center;
}

.footer-icons {
  padding-top: 20px;
}

.footer-icons > div {
  display: flex;
  column-gap: 20px;
}

.footer-icons > div div {
  width: 45px;
  height: 45px;
  background: #fff;
  font-size: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: 1s;
  box-shadow: 0 0 10px #ddd;
}

.footer-icons > div div a {
  height: 100%;
  width: 100%;
  display: grid;
  place-items: center;
}

.footer-icons > div div:hover:after {
  background: red;
  transform: rotatez(40deg) translate(0, 0);
}

.footer-icons > div div:after {
  transition: 0.5s;
  content: "";
  background: green;
  width: 140px;
  height: 115px;
  transform: rotatez(40deg) translate(0, 120px);
  position: absolute;
}

.footer-icons > div div:nth-child(1) a {
  color: var(--facebook);
}

.footer-icons > div div:nth-child(1):after {
  background: var(--facebook);
}

.footer-icons > div div:nth-child(2) a {
  color: var(--twitter);
}

.footer-icons > div div:nth-child(2):after {
  background: var(--twitter);
}

.footer-icons > div div:nth-child(3) a {
  color: var(--pintrest);
}

.footer-icons > div div:nth-child(3):after {
  background: var(--pintrest);
}

.footer-icons > div div:nth-child(4) a {
  color: var(--linkedin);
}

.footer-icons > div div:nth-child(4):after {
  background: var(--linkedin);
}

.footer-icons > div div:nth-child(5) a {
  color: var(--instagram);
}

.footer-icons > div div:nth-child(5):after {
  background: var(--instagram);
}

.footer-icons > div div:nth-child(6) a {
  color: var(--medium);
}

.footer-icons > div div:nth-child(6):after {
  background: var(--medium);
}

.footer-icons > div div:hover i {
  color: #fff;
}

.footer-icons > div div i {
  position: absolute;
  z-index: 10;
  transition: 1s;
  font-size: 18px;
}

.elementor-element-5 {
  padding: 50px 0;
}

.module-top-sticky {
  margin: 30px 0;
}

.module-top-sticky h2 {
  font-size: 42px;
  line-height: 54px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-black);
  text-align: center;
}

.module-top-sticky p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-black);
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.module-list-1 {
  padding: 3rem 3rem;
  border-radius: 30px;
  background-color: #f7f8ff;
}

.module-list-2 {
  padding: 3rem 3rem;
  border-radius: 30px;
  background-color: #f0f1ff;
}

.module-list-3 {
  padding: 3rem 3rem;
  border-radius: 30px;
  background-color: #e8eaff;
}

.module-list-10,
.module-list-11,
.module-list-12,
.module-list-13,
.module-list-14,
.module-list-15,
.module-list-4,
.module-list-5,
.module-list-6,
.module-list-7,
.module-list-8,
.module-list-9 {
  padding: 3rem 3rem;
  border-radius: 30px;
}

.module-list-4 {
  background-color: #e4e6ff;
}

.module-list-5 {
  background-color: #dfe2ff;
}

.module-list-6 {
  background-color: #dadeff;
}

.module-list-7 {
  background-color: #d4d8ff;
}

.module-list-8 {
  background-color: #cfd4ff;
}

.module-list-9 {
  background-color: #c8cdff;
}

.module-list-10 {
  background-color: #c2c8ff;
}

.module-list-11 {
  background-color: #bdc3ff;
}

.module-list-12 {
  background-color: #b9c0ff;
}

.module-list-13 {
  background-color: #b7bdff;
}

.module-list-14 {
  background-color: #b4baff;
}

.module-list-15 {
  background-color: #aeb4ff;
}

.module-card-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  column-gap: 50px;
}

.module-card-1 {
  width: calc(100% / 2);
}

.module-card-2 {
  width: calc(100% / 2);
}

.module-card-content {
  padding: 20px;
}

.module-card-content h2 {
  font-size: 42px;
  line-height: 54px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bg-theme-1);
  text-align: start;
}

.module-card-content p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-black);
  max-width: 800px;
  text-align: start;
}

.module-card-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.module-card-image img {
  max-width: 500px;
  width: auto;
  height: auto;
}

.module-sticky-container {
  position: relative;
  width: 100%;
}

.module-top-sticky {
  position: relative;
  height: auto;
}

.sticky {
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.section--s1 {
  top: 5%;
  max-height: calc(50% - 5%);
  padding-bottom: 60px;
}

.section--s2 {
  top: 10%;
  max-height: calc(100% - 10%);
  padding-bottom: 60px;
}

.section--s3 {
  top: 12%;
  max-height: calc(100% - 12%);
  padding-bottom: 60px;
}

.section--s4 {
  top: 14%;
  max-height: calc(100% - 14%);
  padding-bottom: 60px;
}

.section--s5 {
  top: 16%;
  max-height: calc(100% - 16%);
  padding-bottom: 60px;
}

.section--s6 {
  top: 18%;
  max-height: calc(100% - 18%);
  padding-bottom: 60px;
}

.section--s7 {
  top: 20%;
  max-height: calc(100% - 20%);
  padding-bottom: 60px;
}

.section--s8 {
  top: 22%;
  max-height: calc(100% - 22%);
  padding-bottom: 60px;
}

.section--s9 {
  top: 24%;
  max-height: calc(100% - 24%);
  padding-bottom: 60px;
}

.section--s10 {
  top: 26%;
  max-height: calc(100% - 26%);
  padding-bottom: 60px;
}

.section--s11 {
  top: 28%;
  max-height: calc(100% - 28%);
  padding-bottom: 60px;
}

.section--s12 {
  top: 30%;
  max-height: calc(100% - 30%);
  padding-bottom: 60px;
}

.section--s13 {
  top: 32%;
  max-height: calc(100% - 32%);
  padding-bottom: 60px;
}

.section--s14 {
  top: 34%;
  max-height: calc(100% -34%);
  padding-bottom: 60px;
}

.section--s15 {
  top: 36%;
  max-height: calc(100% - 36%);
  padding-bottom: 60px;
}

.model-contact-section {
  width: 100%;
  padding: 100px 0;
  position: relative;
}

.contact-grid-container {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 20px;
}

.heroform-continer {
  padding: 0;
  background: 0 0;
  position: relative;
}

.heroform-continer form {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}

fieldset {
  width: calc(50% - 10px);
}

fieldset.form-column-5 {
  width: 100%;
}

.heroform-continer .this-form-field {
  margin-bottom: 1.3rem;
}

.this-form-field label {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.5px;
  line-height: 30px;
  font-family: var(--bs-font-Poppins);
  color: #2e344c;
  display: inline-block;
}

.this-form-field .input {
  margin-top: 8px;
}

input:not([type="submit"]),
select,
textarea {
  padding: 0.2rem 6px;
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 18px !important;
  letter-spacing: 1px !important;
  font-weight: 500 !important;
  line-height: 2rem !important;
  color: #000;
  outline: 0;
  box-shadow: none !important;
  border-bottom: 2px solid rgba(214, 208, 221, 0.4);
  background: 0 0;
}

.form-select {
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 2px solid rgba(214, 208, 221, 0.4) !important;
  background-color: transparent !important;
}

.input textarea {
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 2px solid rgba(214, 208, 221, 0.4) !important;
  background-color: transparent !important;
}

input#attachment:not([type="submit"]) {
  padding: 0 !important;
  border: none !important;
  font-size: 14px;
  line-height: 1.2rem;
  color: #33525f;
  font-weight: 500;
  display: inline-block;
  width: max-content;
  margin-bottom: 1.3rem;
}

input::file-selector-button {
  background: var(--bs-black) !important;
  outline: 0 !important;
  border: none !important;
  border-radius: 6px;
  padding: 8px 13px !important;
  border-bottom: 2px solid var(--font-bold) !important;
  font-family: var(--font-first) !important;
  font-size: 15px !important;
  color: var(--bs-light) !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  line-height: 1.5rem;
  cursor: pointer;
}

.form-action {
  margin-top: 25px;
}

.form-submited {
  display: inline-block;
}

.services-form-field .input input::placeholder {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.5px;
  line-height: 30px;
  font-family: var(--bs-font-Poppins);
  color: #687093;
}

.services-form-field label {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.5px;
  line-height: 30px;
  font-family: var(--bs-font-Poppins);
  color: #2e344c;
  display: inline-block;
}

.dial-code-input {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-top: 8px;
}

.selected-country {
  display: inline-block;
  line-height: 2rem;
  white-space: nowrap;
}

.selected-country-display {
  cursor: pointer;
  padding: 0.5rem 1rem;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background-color: rgb(0 0 0 / 3%);
  line-height: 1.7rem;
  border-bottom: 2px solid rgb(0 0 0 / 3%);
  color: #000;
  font-weight: 500;
  font-size: 1rem;
  font-family: var(--bs-font-Poppins);
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-form-field .dial-code-input input:not([type="submit"]) {
  display: block;
}

.flag-icon {
  margin-right: 10px !important;
}

.error {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-family: var(--bs-font-Poppins);
  color: red;
  margin-top: 10px;
  display: block;
}

.select-options {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: rgb(247 247 247);
  border: 2px solid rgba(214, 208, 221, 0.4);
  border-top: none;
  border-radius: 0 0 4px 4px;
  padding-left: 0;
  margin: 0;
}

.select-options li {
  padding: 6px 15px;
  cursor: pointer;
}

.select-options li:hover {
  background-color: #e1e1e1;
}

.select-options li .country-code {
  margin-left: 5px;
  color: #687093;
}

.select-options li span {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.5px;
  font-family: var(--bs-font-Poppins);
  color: #060c23;
}

.select-options.open {
  display: block;
}

.arrow-down {
  position: relative;
  width: 1em;
  display: inline-flex !important;
  margin-left: 7px;
  align-items: center;
  justify-content: center;
}

.arrow-down::after {
  content: "\f077";
  font-family: FontAwesome;
  font-size: 0.8rem;
  transform: rotate(180deg);
}

.selected-country-display.downIcon .arrow-down::after {
  transform: rotate(0);
}

.trusted-client {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: start;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 20px;
}

.trusted-client .partner {
  width: 100%;
  max-width: 150px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.trusted-client .partner img {
  display: block;
  max-width: 130px;
  width: 100%;
  filter: invert(100);
  margin: 0 auto;
  opacity: 1;
}

.contact-grid-pad {
  padding: 20px;
}

.contact-content {
  padding: 10px;
}

.contact-top h2 {
  font-size: 42px;
  line-height: 54px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-black);
  text-align: start;
}

.pt-30 {
  padding-top: 30px;
}

.trusted-client {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: start;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 20px;
}

.trusted-client .partner {
  width: 100%;
  max-width: 150px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.trusted-client .partner img {
  display: block;
  max-width: 130px;
  width: 100%;
  filter: invert(100);
  margin: 0 auto;
  opacity: 1;
}

.model-contact-section .map-bg {
  position: absolute;
  z-index: -1;
  top: 120px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.model-contact-section .map-bg img {
  max-width: 100%;
  height: auto;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

.footer-contact-flex {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
}

.footer-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-icon img {
  height: 22px;
  width: 22px;
}

.footer-contact-info address {
  margin-bottom: 0;
  font-size: 14px;
  color: var(--bs-black);
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.4px;
  line-height: 22px;
}

.footer-contact-info a {
  margin-bottom: 0;
  font-size: 14px;
  color: var(--bs-black);
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.4px;
  line-height: 22px;
  text-decoration: none;
}

.elementor-element-7 {
  padding: 50px 0;
}

.process-head {
  margin: 30px 0;
}

.process-head h2 {
  font-size: 42px;
  line-height: 54px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-black);
  text-align: center;
}

.process-head p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-black);
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.process-content {
  position: relative;
  padding: 35px 0;
}

.process-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
  z-index: 5;
  position: relative;
}

.process-image {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-image img {
  width: 100%;
}

.process-info {
  padding: 20px;
}

.process-info h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-black);
}

.process-info p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-black);
  margin-bottom: 0;
}

.process-count {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 30%);
  height: 100%;
}

.process-count::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  height: 66%;
  width: 2px;
  background-color: #7bd2ff;
}

.process-count span {
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
  position: relative;
  border: 2px solid #b5daed;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bg-theme-2);
}

.process-content:nth-last-of-type(1) .process-count:after {
  display: none;
}

.elementor-element-8 {
  padding: 50px 0;
}

.elementor-content-image {
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 12px 12px 12px 12px;
  -webkit-backdrop-filter: brightness(100%) contrast(100%) saturate(100%)
    blur(10px) hue-rotate(0);
  backdrop-filter: brightness(100%) contrast(100%) saturate(100%) blur(10px)
    hue-rotate(0);
  transition: transform 0.2s ease-out;
}

.elementor-content-image img {
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.elementor-content-content {
  padding: 0 5px;
}

.elementor-content-content h2 {
  font-size: 42px;
  line-height: 54px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-black);
  text-align: start;
}

.elementor-content-content .ele-highlight {
  font-size: 22px;
  line-height: 38px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.2px;
  color: var(--bg-theme-1);
  text-align: start;
  display: block;
  margin-bottom: 10px;
}

.elementor-content-content p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-black);
}

.element-8-pad {
  padding: 50px 0;
}

.main-contact-section {
  padding: 0;
  position: relative;
  padding-bottom: 100px;
}

.main-contact-form-title h1 {
  font-size: 52px;
  line-height: 78px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.5px;
  color: var(--bg-theme-1);
  text-align: start;
}

.main-contact-flex {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
}

.flex-contact-1,
.flex-contact-2 {
  width: 50%;
}

.flex-main-contact-form {
  padding-top: 150px;
  padding-left: 80px;
}

.main-contact-form-title {
  padding-bottom: 40px;
  display: block;
}

.flex-main-contact-form fieldset {
  width: 100%;
  margin-bottom: 15px;
}

.landing-after-shape::before {
  content: "";
  position: absolute;
  left: -58px;
  top: 0;
  height: 85%;
  width: 35%;
  background-image: url(../image/shape/banner-shape.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  opacity: 0.05;
}

.process-shape {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.process-shape::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 70%;
  width: 33%;
  background-image: url(../image/shape/banner-shape.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  opacity: 0.03;
}

.process-shape::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 70%;
  width: 33%;
  background-image: url(../image/shape/banner-shape.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  opacity: 0.03;
}

.wc-hero-section {
  padding: 6rem 0;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease;
  overflow: hidden;
  background: #fff;
  background-image:
    radial-gradient(at 3.4% 12.4%, #e6f6ff 0, transparent 50%),
    radial-gradient(at 95.2% 12.4%, #e6f6ff 0, transparent 50%),
    radial-gradient(at 95.6% 91.3%, #f0faff 0, transparent 50%),
    radial-gradient(at 2.5% 92.4%, #f0faff 0, transparent 50%);
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.subtitle-wrapper {
  background: #fff;
  color: #fff;
  padding: 10px 20px;
  width: fit-content;
  border-radius: 40px;
}

.text-left .section-subtitle {
  text-align: left !important;
  margin: 0;
}

.section-subtitle {
  color: #222 !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  font-family: var(--bs-font-Poppins);
  letter-spacing: 1px;
}

.text-left .section-border {
  background-position: left !important;
}

.section-border.left,
.section-border.right {
  width: 5px;
  height: 15px;
  display: inline-flex;
  margin-left: 5px;
  margin-bottom: -2px;
  margin-top: 0;
  animation: fadeIn 0.7s infinite;
  border-radius: 10px;
}

.section-border {
  margin: 5px 0 25px;
}

.orange-border {
  background: var(--bg-theme-1);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.button-holder,
.discription-holder,
.title-holder {
  margin-top: 30px;
}

h1.section-title {
  font-size: 52px;
  line-height: 78px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.5px;
  color: var(--bs-black);
}

p.section-disk {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-light-black);
}

.wc-wrape-section {
  padding: 100px 0;
}

.wc-wrapper {
  background: #f7f7f8;
  color: #fff;
  padding: 10px 20px;
  width: fit-content;
  border-radius: 40px;
}

.text-left .wc-subtitle {
  text-align: left !important;
  margin: 0;
}

.wc-subtitle {
  color: #222 !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  font-family: var(--bs-font-Poppins);
  letter-spacing: 1px;
}

.text-left .wc-border {
  background-position: left !important;
}

.wc-border.left,
.wc-border.right {
  width: 5px;
  height: 15px;
  display: inline-flex;
  margin-left: 5px;
  margin-bottom: -2px;
  margin-top: 0;
  animation: fadeIn 0.7s infinite;
  border-radius: 10px;
}

.wc-border {
  margin: 5px 0 25px;
}

.orange-border {
  background: var(--bg-theme-1);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.button-holder,
.discription-holder,
.listout-holder,
.title-holder {
  margin-top: 15px;
}

h2.wc-title {
  font-size: 42px;
  line-height: 54px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-black);
  text-align: start;
}

p.wc-disk {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-light-black);
}

p.wc-disk:nth-last-child(1) {
  margin-bottom: 0;
}

.wc-wrape-image {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wc-wrape-image img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.list-unstyle {
  list-style: none;
  padding: 0;
}

.list-unstyle li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-light-black);
  padding: 4px 2px 4px 20px;
}

.list-unstyle li::before {
  content: "\f061";
  font-family: fontawesome;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: var(--bg-theme-1);
}

.wc-wrape-boxes {
  padding: 100px 0;
}

.vc-column-inner {
  box-sizing: border-box;
  width: 100%;
}

.mt-icon-listgroup-holder {
  border-radius: 5px;
  border: 1.5px solid #e9e9e9;
  padding: 30px 28px 30px;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.mt-icon-listgroup-icon-holder-inner {
  text-align: center;
}

.mt-icon-listgroup-holder a {
  text-decoration: none;
}

.mt-icon-listgroup-holder .mt-icon-listgroup-icon-holder-inner {
  transition:
    box-shadow 0.3s ease,
    background 0.3s ease;
  -moz-transition: all 550ms ease;
  -ms-transition: all 550ms ease;
  -webkit-transition: all 550ms ease;
  transition: all 550ms ease;
}

.mt-icon-listgroup-item
  .mt-icon-listgroup-holder
  .mt-icon-listgroup-content-holder-inner {
  overflow: hidden;
  text-align: center;
  -moz-transition: all 550ms ease;
  -ms-transition: all 550ms ease;
  -webkit-transition: all 550ms ease;
  transition: all 550ms ease;
}

.mt-icon-listgroup-item .mt-icon-listgroup-title {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-black);
}

.mt-icon-listgroup-item .mt-icon-listgroup-holder p.mt-icon-listgroup-text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-light-pera);
  margin: 0;
}

.mt-icon-listgroup-holder:hover {
  box-shadow: rgb(17 12 46/13%) 0 48px 100px 0;
  border-color: #fff;
  background: #fff;
}

.mt-icon-listgroup-holder:hover .mt-icon-listgroup-icon-holder-inner {
  opacity: 0;
  transform: translate(0, -43.7px);
}

.mt-icon-listgroup-holder:hover .mt-icon-listgroup-content-holder-inner {
  transform: translate(0, -56.7px);
}

.wcp-margin {
  margin-top: 24px !important;
}

.wc-wrape-touch-section {
  background: #e5e4fd url(../image/services-page/bg.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  transition: opacity 0.5s ease;
  overflow: hidden;
  padding: 100px 0;
}

.orange-white {
  background: #fff;
}

.wc-wrape-flex-touch {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.touch-wc-50 {
  width: 50%;
  margin: 0 15px;
}

#messanger {
  padding: 28px 10px;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  margin: 15px 0 auto auto;
  box-shadow: rgb(17 12 46/13%) 0 48px 100px 0;
  height: 100%;
}

#messanger .inner {
  margin-left: 50px;
  width: calc(100% - 60px);
  position: relative;
}

#messanger .incoming,
.send {
  position: relative;
  margin-bottom: 1.5em;
}

#messanger p {
  font-family: var(--bs-font-Poppins);
  line-height: 25px;
  font-weight: 400;
  color: #4c4c4c;
  font-size: 16px;
  margin: 4px 0;
  position: relative;
}

#messanger .send p {
  text-align: right;
}

.bubble {
  display: flex;
  background-color: #fff;
  color: #1163fa;
  border: 1px solid #1163fa;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 600;
  display: inline-flex;
  font-size: 16px;
  gap: 10px;
  align-items: center;
  transition: all 0.5s;
  cursor: pointer;
  text-decoration: none;
}

#messanger .bubble {
  background-color: #eee;
  padding: 6px 12px;
  border-radius: 16px;
  display: inline-block;
  max-width: 70%;
  border-radius: 4px 16px 16px 4px;
  -webkit-border-radius: 4px 16px 16px 4px;
  -moz-border-radius: 4px 16px 16px 4px;
}

#messanger .send .bubble {
  background-color: #e3e0ff;
  text-align: left;
  border-radius: 16px 4px 4px 16px;
  -webkit-border-radius: 16px 4px 4px 16px;
  -moz-border-radius: 16px 4px 4px 16px;
}

#messanger .send p:last-child .bubble {
  border-radius: 16px 4px 16px 16px;
  -webkit-border-radius: 16px 4px 16px 16px;
  -moz-border-radius: 16px 4px 16px 16px;
}

#messanger .icon-wrap {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: absolute;
}

#messanger .incoming .icon-wrap {
  left: -45px;
  bottom: -2px;
}

#messanger .icon-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

#wave {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
}

#messanger p:only-child .bubble {
  border-radius: 16px !important;
  -webkit-border-radius: 16px !important;
  -moz-border-radius: 16px !important;
}

#messanger .incoming p:first-child .bubble {
  border-radius: 16px 16px 16px 4px;
  -webkit-border-radius: 16px 16px 16px 4px;
  -moz-border-radius: 16px 16px 16px 4px;
}

#messanger .incoming p:last-child .bubble {
  border-radius: 4px 16px 16px 16px;
  -webkit-border-radius: 4px 16px 16px 16px;
  -moz-border-radius: 4px 16px 16px 16px;
}

#messanger .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  margin-right: 3px;
  background: rgba(0, 0, 0, 0.6);
  animation: wave 2s linear infinite;
}

#messanger .dot:nth-child(2) {
  animation-delay: -1.8s;
}

#messanger .dot:nth-child(3) {
  animation-delay: -1.6s;
}

@keyframes wave {
  0%,
  100%,
  40% {
    transform: initial;
    background: rgba(0, 0, 0, 0.6);
  }

  20% {
    transform: translateY(-8px);
    background: rgba(0, 0, 0, 0.3);
  }
}

.wc-wrape-form .wc-form-content {
  padding: 28px 30px;
  border-radius: 10px;
  background-color: var(--bg-theme-1);
  width: 100%;
  margin: 15px 0 auto auto;
  box-shadow: rgb(17 12 46/13%) 0 48px 100px 0;
  height: 100%;
}

.wc-wrape-contact {
  height: 100%;
}

.wpb_raw_code.wpb_content_element.wpb_raw_html {
  height: 100%;
}

.wpb_wrapper {
  height: 100%;
}

.wc-wrape-form {
  height: 100%;
}

.form-title {
  font-size: 26px;
  line-height: 46px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  color: var(--bs-white);
}

.wc-form-content form {
  margin-top: 20px;
}

.services-control-form {
  margin-bottom: 25px;
  width: 100%;
}

.services-control-form input:not([type="submit"]),
.services-control-form textarea {
  padding: 0.2rem 0;
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 16px !important;
  letter-spacing: 1px !important;
  font-weight: 400 !important;
  line-height: 2rem !important;
  color: var(--bs-white);
  outline: 0;
  box-shadow: none !important;
  border-bottom: 1px solid rgba(214, 208, 221, 0.4) !important;
  background: 0 0;
  transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
}

.services-control-form .form-control:focus {
  border-color: var(--bs-white) !important;
  background-color: transparent !important;
  padding-left: 20px !important;
  color: var(--bs-white) !important;
}

.services-control-form input::placeholder,
.services-control-form textarea::placeholder {
  padding: 0.2rem 0;
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 15px !important;
  letter-spacing: 1px !important;
  font-weight: 300 !important;
  line-height: 2rem !important;
  color: var(--bs-white);
  outline: 0;
  box-shadow: none !important;
  background: 0 0;
}

.thankyoucontent {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--bg-theme-1);
}

.thank-wrapper-1 {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.thank-wrapper-2 {
  padding: 30px;
  text-align: center;
}

.thankyoucontent h1 {
  font-family: var(--bs-font-Poppins);
  font-size: 4em;
  font-weight: 900;
  letter-spacing: 3px;
  color: #fafafa;
  margin: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}

.thank-wrapper-2 p {
  margin: 0;
  font-size: 1.3em;
  color: #fafafa;
  font-family: var(--bs-font-Poppins);
  letter-spacing: 1px;
  line-height: 1.5;
}

.go-home {
  background: #fff;
  border: none;
  padding: 20px 30px;
  margin: 30px 0;
  border-radius: 9999px;
  cursor: pointer;
}

.go-home:hover {
  opacity: 0.9;
}

.go-home a {
  font-family: var(--bs-font-Poppins);
  font-size: 1rem;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  color: #000;
}

@media (min-width: 360px) {
  .thankyoucontent h1 {
    font-size: 4.5em;
  }

  .go-home {
    margin-bottom: 20px;
  }
}

@media (min-width: 600px) {
  .thank-wrapper-1 {
    height: initial;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
  }
}

.main-contact-image {
  padding-top: 5rem;
}

.main-contact-image img {
  width: 100%;
}

.cta-two {
  padding: 50px 0;
}

.cta-two .cto-wrapper {
  max-width: 1350px;
  padding: 80px 65px;
  background-position: 50%;
  background-size: cover;
  background-color: transparent;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-image: url(../image/action/cta-bg.webp);
}

.gaper {
  row-gap: 30px;
}

.title-anim {
  font-size: 42px;
  line-height: 54px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-white);
  text-align: start;
}

.btn--tertiary {
  z-index: 1;
  color: #fff;
  background-color: transparent;
  border: 2px solid var(--bg-theme-1) !important;
  gap: 20px;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  padding: 16px 32px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: 1px;
}

.btn--tertiary:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: var(--bg-theme-1);
  transition: all 0.6s ease;
  z-index: -1;
}

.btn--tertiary:hover {
  color: var(--bs-white);
}

.btn--tertiary:hover:before {
  width: 100%;
  left: 0;
}

.btn--tertiary i {
  transform: rotate(-45deg);
}

.cta-find h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-black);
  text-align: center;
  margin-bottom: 20px;
}

.cta-find a {
  margin: 0 auto;
}

.cta-find a svg {
  fill: #fff;
}

@media (max-width: 992px) {
  .title-anim {
    text-align: center;
  }
}

@media (max-width: 500px) {
  .cta-two .cto-wrapper {
    padding: 50px 35px;
  }

  .gaper {
    row-gap: 15px;
  }

  .title-anim {
    text-align: center;
  }

  .title-anim {
    font-size: 24px;
    line-height: 38px;
  }

  .btn--tertiary {
    padding: 12px 24px;
  }
}

.elementor-dark-box-image img {
  width: 100%;
  height: auto;
}

.testimonial-container {
  padding: 0;
}

.testimonial-container .swiper-slide {
  width: 50%;
}

.testimonial-container .swiper-slide .swiper-content {
  padding: 2rem;
}

.swiper-content-flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.swiper-content-1 {
  width: 40%;
}

.swiper-content-2 {
  width: 60%;
  padding-left: 15px;
}

.swiper-content-image img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.swiper-content .swiper-disk p {
  margin-bottom: 0;
}

.swiper-about {
  padding-left: 0;
}

.testimonial-head-title {
  padding: 50px 0;
}

.testimonial-head-title h2 {
  font-size: 42px;
  line-height: 54px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-black);
  text-align: center;
}

.testimonial-head-title p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-black);
  text-align: center;
}

.new-testimonial-slider {
  border-top: 1px solid #e3dfe8;
  position: relative;
}

.new-testimonial-slider::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  margin: 0 auto;
  background: #e3dfe8;
  content: "";
  z-index: -1;
}

.my-new-swiper-wrapper {
  position: relative;
}

.my-new-swiper-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  margin: 0 auto;
  background: #e3dfe8;
  content: "";
  z-index: -1;
}

.new-swiper-content {
  padding: 10px 110px;
  text-align: start;
}

.new-swiper-quite {
  display: block;
  text-align: start;
  margin-bottom: 20px;
}

.new-swiper-quite img {
  height: 55px;
}

.new-swiper-disk p {
  text-align: start;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-light-pera);
}

.new-swiper-name {
  display: block;
  text-align: start;
  margin-bottom: 20px;
}

.new-swiper-name h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.3px;
  color: var(--bs-black);
  text-align: start;
  display: block;
}

.new-swiper-img {
  text-align: start;
  margin: 0;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
}

.new-swiper-img img {
  width: 100%;
  display: block;
  height: auto;
  max-width: 100%;
  border: none;
  box-shadow: none;
  overflow: hidden;
  border-radius: 10px;
}

@media screen and (max-width: 1400px) {
  .new-swiper-content {
    padding: 10px 60px;
  }
}

@media screen and (max-width: 992px) {
  .new-swiper-content {
    padding: 10px 35px;
  }

  .new-swiper-quite img {
    height: 40px;
  }

  .my-new-swiper-wrapper::before {
    width: 0;
  }

  .new-swiper-img img {
    max-width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .new-swiper-quite img {
    height: 40px;
  }

  .my-new-swiper-wrapper::before {
    width: 0;
  }

  .new-swiper-img img {
    max-width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .new-swiper-content {
    padding: 10px 15px;
  }

  .new-swiper-disk p {
    font-size: 14px;
  }

  .new-swiper-name h3 {
    font-size: 16px;
  }

  .testimonial-head-title {
    padding: 20px 0;
  }

  .testimonial-head-title h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .testimonial-head-title p {
    font-size: 15px;
    line-height: 24px;
  }
}

.new-index-page {
  padding: 10rem 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .new-index-page {
    padding: 3rem 0;
  }
}

.new-page-p-size {
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .new-page-p-size {
    font-size: 18px;
    line-height: 24px;
  }
}

.new-index-page .hero-section-para {
  max-width: 60rem;
  margin: 2rem auto;
}

.new-index-page .hero-btn {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background-color: var(--bg-theme-1);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffff;
  gap: 10px;
  font-weight: 600;
  border: 3px solid #ffffff4d;
  outline: 0;
  overflow: hidden;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 0.6px;
  font-family: var(--bs-font-Poppins);
  width: max-content;
}

.new-index-btn {
  background-color: var(--bg-theme-1);
}

.card-section {
  background-color: #dfe6ed3d;
  padding: 3rem 0;
}

.main-page-card-title {
  color: #2a67b0;
}

.card-section .card-item {
  padding-bottom: 1rem;
  border-radius: 1rem;
  border: none;
}

.card-item h3 {
  margin-top: 5%;
  font-weight: 700;
  font-size: 2rem;
}

.card-item-img {
  width: 8rem;
  height: 4rem;
}

.scraping-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
}

.scraping-content {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-content: space-evenly;
}

.scraping-content p {
  text-align: justify;
}

.new-page-list-icon {
  color: var(--bg-theme-1);
}

.scraping-img {
  max-width: 100%;
  height: auto;
}

.cta-button {
  background-color: #007bff;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  text-decoration: none;
}

.Web-Scraping-Solutions-img {
  max-width: 656px;
}

.benefits-section {
  background-color: #e9ecef;
  background-color: var(--sectin-bg-card);
  padding: 50px 0;
}

.benefit-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.cta-button {
  background-color: #007bff;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  text-decoration: none;
}

.benefit-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #007bff;
}

.benefit-text {
  font-size: 0.9rem;
  color: #6c757d;
}

.benefit-card-img,
.new-page-icon-size {
  width: 1.5rem;
  height: 1.5rem;
}

.card-hover {
  border: 1px solid #fff;
  width: 305px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
}

.card-hover:hover {
  border: 1px solid var(--bg-theme-1);
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}

.card-hover:hover .arrow-icon-hover {
  padding: 10px;
  border-radius: 0.5rem;
  background-color: var(--bg-theme-1);
  color: #fff;
}

.new-page-arrow-icon {
  transform: rotate(-30deg);
}

.arrow-icon-hover {
  border-radius: 0.5rem;
}

.new-page-icon-grid {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
}

.new-page-icon-grid-item {
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.new-page-pupular-category {
  padding: 9rem 0;
}

.new-main-page-sec-1 {
  background: url(../image/main-page/banner.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}

.new-index-icons-size {
  width: 2.5rem;
  margin: 1rem auto 0 auto;
}

@media (min-width: 576px) {
  .new-page-icon-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .scraping-content {
    gap: 0.7rem;
  }

  .Web-Scraping-Solutions-img {
    margin-right: 6rem;
  }
}

@media (min-width: 992px) {
  .new-page-icon-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.stat-box {
  border: 1px solid #eee;
  padding: 30px;
  text-align: center;
  border-radius: 8px;
  background-color: #f8f9fa;
  position: relative;
}

.stat-box h2 {
  font-size: 2.5rem;
  margin: 0;
  font-weight: 700;
}

.stat-box p {
  font-size: 1.2rem;
  margin-top: 10px;
  color: #6c757d;
}

.highlight-green {
  color: #38b249;
}

.highlight-purple {
  color: #6f42c1;
}

.highlight-orange {
  color: #ff9f43;
}

.highlight-pink {
  color: #fc5c7d;
}

.scroll-container {
  height: 90vh;
  overflow-y: scroll;
  padding-right: 15px;
  padding-left: 15px;
}

.scroll-container::-webkit-scrollbar {
  width: 5px;
}

.scroll-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.scroll-container::-webkit-scrollbar-thumb {
  background: var(--bg-theme-1);
}

.scraper-card {
  padding: 30px;
  padding: 30px 30px;
  background-color: #f3f3fd;
  border-radius: 25px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  max-width: 25rem;
  height: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.scraper-card img {
  width: 3rem;
  height: 3rem;
}

.search-theme {
  padding: 0.4rem;
  max-width: 40rem;
  background-color: var(--bg-theme-1);
  margin: 0 auto;
  border-radius: 0.5rem;
}

.search-btn {
  margin-left: 1rem;
  margin: 0 auto;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  border-color: var(--bg-theme-1);
  background-color: #fff;
  padding: 0.4rem 1rem;
  border-radius: 0.6rem !important;
  border: none;
}

.card-des {
  margin: 0;
  margin-top: 0.5rem;
}

.ecommerce-page-left-right-image {
  height: 30rem !important;
  width: 30rem !important;
  border-radius: 50%;
}

.ecommerce-card-icon {
  width: 2rem;
}

.ecommerce-page-company-logo {
  width: 4rem;
  height: 5rem;
}

.ecommerce-page-company-logo img {
  width: 100%;
  height: 100%;
}

.food-page-company-logo {
  width: 63px;
  height: 58px;
}

.card-width-24rem {
  width: 22rem;
}

.blog-card {
  border-radius: 1rem;
  padding: 0 !important;
  overflow: hidden;
  max-width: 22rem !important;
  padding-bottom: 1rem !important;
}

.blog-card div:nth-child(2) {
  padding: 1rem 2rem;
}

.blog-card:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  cursor: pointer;
}

.list-group-active-color button.active {
  background-color: var(--bg-theme-1);
}

.blog-section img {
  width: 100%;
  margin: 1rem 0;
}

.blog-section h2 {
  font-size: 26px;
  margin: 1rem 0;
}

.blog-section h3 {
  font-size: 24px;
}

.blog-section ul li {
  list-style-type: circle;
  color: #000;
}

.blog-section ul {
  list-style-type: disc;
}

.blog-section ul li::marker {
  color: #000;
  background-color: #000;
}

pre {
  background-color: #272c3d;
  padding: 1rem 10px;
  border-radius: 5px;
  color: #fff;
}

.blog-section pre code {
  color: #fff;
}

@media (min-width: 992px) {
  .sticky-form {
    position: fixed;
    top: 11rem;
    transition:
      top 0.3s ease-in-out,
      position 0.3s ease-in-out;
  }

  .sticky-form {
    max-width: 20rem;
    margin-right: 0.5rem;
  }
}

.blog-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.5625rem;
  font-weight: 600;
}

.fs-14px {
  font-size: 14px;
}

.at-bottom {
  top: -16rem !important;
}

.blog-form textarea,
input::placeholder {
  font-size: 13px;
}

.static {
  position: static !important;
  top: auto;
}

.blog-from-background {
  background-color: var(--bg-theme-1) !important;
}

.blog-form input:focus {
  background-color: #fff !important;
}

.blog-form textarea:focus {
  background-color: #fff !important;
}

.blog-image {
  width: 14rem;
}

@media screen and (max-width: 768px) {
  .blog-card {
    max-width: 11rem !important;
  }
}

.row.gap-4 {
  row-gap: 20px;
  column-gap: 20px;
}

.new-main-header .new-menu {
  justify-content: end;
  align-items: center;
  width: 100%;
}

.new-main-header .new-menu .nav.new-nav {
  margin-right: 50px;
}

.new-main-header .new-menu .new-nav .new-dropdown-menu {
  left: 0;
}

.new-dropdown-menu .drop-box-data-1 {
  display: block;
}

.new-main-header .new-menu .new-nav .new-dropdown:hover .new-dropdown-menu {
  height: auto;
  width: 100%;
  white-space: nowrap;
}

.new-main-header .new-menu .new-nav .new-dropdown .new-dropdown-menu {
  height: 0;
}

.new-main-header
  .new-menu
  .new-nav
  .new-dropdown:hover
  .new-dropdown-menu
  .drop-box-data-2 {
  min-width: auto;
}

.buds_imag {
  max-width: 1320px;
  padding: 0 10px;
  width: 100%;
  margin: 0 auto;
}

.buds_imag img {
  height: auto;
  width: 100%;
}

:root {
  --primary-blue: #2562e9;
  --text-dark: #1a1a1a;
  --text-gray: #666666;
  --bg-light: #f8f9fd;
  --border-color: #e5e7eb;
}

.digital-shelf {
  padding: 1rem 0;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2rem;
}

.shelf-content {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 4rem;
  align-items: center;
}

.shelf-text {
  max-width: 540px;
}

.shelf-label {
  font-size: 16px;
  color: #454545;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  display: block;
}

.shelf-title {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-family: var(--bs-font-monospace);
  color: #2b1e4f;
}

.shelf-description {
  font-size: 20px;
  color: #454545;
  line-height: 1.6;
  margin-bottom: 2rem;
}

#fluid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  z-index: -1;
}

.shelf-cta {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background-color: #290660;
  color: #fff;
  border: 2px solid #290660;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  font-family: var(--bs-font-Poppins);
  padding: 0.55rem 1.75rem;
  border-radius: 5px;
  cursor: pointer;
  transition:
    color 0.3s ease,
    border-color 0.3s ease;
  z-index: 1;
}

.shelf-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #fff;
  z-index: 0;
  transition: width 0.4s ease;
}

.shelf-cta:hover::before {
  width: 100%;
}

.shelf-cta:hover {
  color: #290660;
}

.shelf-cta::before {
  z-index: -1;
}

.shelf-cta {
  border-radius: 5px;
}

.shelf-dashboard {
  border-radius: 1rem;
  padding: 1.5rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.5rem;
}

.dashboard-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  border-right: 1px solid var(--border-color);
}

.sidebar-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  color: var(--text-gray);
  cursor: pointer;
  transition: all 0.3s ease;
}

.sidebar-icon.active {
  background: var(--primary-blue);
  color: #fff;
}

.dashboard-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.chart-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.price-history,
.weekly-trends {
  background: var(--bg-light);
  padding: 1.5rem;
  border-radius: 0.5rem;
}

.data-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.products-sidebar {
  padding: 1rem;
}

.product-card {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.product-image {
  width: 100%;
  max-width: 100%;
  border-radius: 0.5rem;
}

.product-info {
  flex: 1;
}

.product-brand {
  font-size: 0.875rem;
  color: var(--text-gray);
}

.product-name {
  font-size: 1rem;
  color: var(--text-dark);
  margin: 0.25rem 0;
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
}

.stars {
  color: #ffb800;
}

.product-price {
  font-size: 1.125rem;
  color: var(--primary-blue);
  font-weight: 600;
  display: block;
  margin-top: 0.5rem;
}

@media (max-width: 1200px) {
  .shelf-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .shelf-text {
    text-align: center;
    margin: 0 auto;
  }

  .new-main-header .new-menu {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .dashboard-content {
    overflow-x: auto;
  }

  .chart-container,
  .data-container {
    grid-template-columns: 1fr;
  }

  .products-sidebar {
    width: 100%;
  }
}

.center-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-top: 40px;
}

.center-container-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 80px;
}

.features {
  padding-bottom: 5rem;
  margin-top: -230px;
}

.container_1 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.feature-card {
  background: 0 0;
  padding: 2rem;
  color: #fff;
  border-right: 1px solid #fff;
}

.feature-card:last-child {
  border-right: none;
}

.feature-content {
  max-width: 300px;
}

.feature-title {
  font-size: 2rem;
  color: var(--text-dark);
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.feature-title span {
  display: block;
}

.feature-description {
  line-height: 1.6;
  font-size: 1.1rem;
}

.feature-description-2 {
  line-height: 1.6;
  font-size: 1.1rem;
  color: wheat;
}

@media (max-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-card {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .feature-card:last-child {
    border-bottom: none;
  }
}

@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
  }

  .feature-content {
    max-width: 100%;
  }

  .feature-title {
    font-size: 1.75rem;
  }
}

.footer {
  background-color: #290660;
  padding: 4rem 0 0 0;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, sans-serif;
}

.container_2 {
  max-width: 1630px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.footer-content {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 4rem;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo-icon {
  width: 270px;
  margin-left: -15px;
}

.logo-text {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
}

.social-links {
  display: flex;
  gap: 1rem;
}

.social-link {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: opacity 0.2s ease;
}

.social-link:hover {
  opacity: 0.8;
}

.social-link.linkedin {
  background-color: #0077b5;
}

.social-link.pinterest {
  background-color: #bd081c;
}

.social-link.youtube {
  background-color: red;
}

.social-link.spotify {
  background-color: #1db954;
}

.social-link.podcast {
  background-color: #8f45ff;
}

.copyright {
  color: #fff;
  font-size: 0.875rem;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}

.footer-column:nth-child(4) {
  display: none;
}

.footer-column:nth-child(3) .footer-column {
  margin-top: 35px;
}

.footer-title {
  color: wheat;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 0.975rem;
  transition: color 0.2s ease;
}

.footer-menu a:hover {
  color: #1a1a1a;
}

@media (max-width: 1280px) {
  .footer-column:nth-child(4) {
    display: block;
  }

  .footer-links {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-column:nth-child(3) .footer-column {
    display: none;
  }
}

@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .footer-links {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .social-links {
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .footer {
    padding: 3rem 0;
  }

  .footer-brand {
    gap: 1.5rem;
  }
}

.mc-blog-section {
  padding: 4rem 0;
  background-color: #f8f9fa;
}

.mc-container {
  max-width: 1630px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.mc-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.mc-card {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.mc-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.mc-card-pattern {
  position: relative;
  height: auto;
  padding: 1.5rem;
}

.mc-pattern-squares {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  opacity: 0.2;
}

.mc-pattern-squares::after,
.mc-pattern-squares::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: currentColor;
  border-radius: 4px;
}

.mc-pattern-red {
  background-color: var(--red-bg);
  color: #fff;
}

.mc-pattern-blue {
  background-color: var(--blue-bg);
  color: #fff;
}

.mc-pattern-yellow {
  background-color: var(--yellow-bg);
  color: #fff;
}

.mc-card-content {
  padding: 1.5rem;
  padding-top: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mc-card-meta {
  display: flex;
  align-items: self-start;
  gap: 1rem;
  font-size: 0.875rem;
}

.mc-category {
  color: var(--text-gray);
  font-weight: 500;
}

.mc-read-time {
  color: var(--text-gray);
}

.mc-read-time::before {
  margin-right: 1rem;
}

.mc-card-title {
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0;
}

.mc-card-title a {
  color: var(--text-dark);
  text-decoration: none;
  transition: color 0.2s ease;
}

.mc-card-title a:hover {
  color: var(--red-bg);
}

.mc-card-description {
  color: var(--text-gray);
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 1024px) {
  .mc-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .mc-card-grid {
    grid-template-columns: 1fr;
  }

  .mc-card-pattern {
    height: auto;
  }
}

.real-time-title {
  font-family: var(--bs-font-monospace);
  color: #071c4d;
  font-size: 1.25rem;
  font-weight: 700;
}

.real-time-title-2 {
  font-family: var(--bs-font-monospace);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}

.digital-shelf .shelf-content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.digital-shelf .shelf-content .shelf-text {
  max-width: 520px;
  width: 100%;
}

.digital-shelf .shelf-content .shelf-dashboard {
  display: block;
  padding: 0;
  max-width: 750px;
  width: 100%;
}

.feature-content .real-time-title-2 {
  min-height: 48px;
  font-size: 21px;
  font-weight: 600;
}

.feature-content .feature-description-2 {
  font-size: 16px;
  line-height: normal;
  color: #fff;
}

.buds_imag .tablet_image {
  display: none;
}

.footer-menu a:hover {
  color: #fff;
}

.container_2 {
  max-width: 1630px;
}

.jul-footer-client {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.jul-footer-client-logo {
  width: 115px;
  height: auto;
  margin: 5px 16px;
}

.jul-footer-client-logo a {
  height: 100%;
  display: block;
}

.new-desclaimer {
  width: 100%;
  min-height: 45px;
  background-color: #eff4ff3b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.desclaimer-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92%;
  margin: 0 auto;
  height: 100%;
}

.desclaimer-title p {
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-decoration: none;
}

.desclaimer-title img {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 3px;
}

.new-jul-footer-disk {
  margin-top: 20px;
}

.new-jul-footer-disk p {
  margin-bottom: 0;
  text-align: start;
  font-family: var(--bs-font-monospace);
  color: #e4e4e4;
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.7px;
  text-decoration: none;
  max-width: 380px;
}

.new-jul-footer-contact-details {
  margin-top: 20px;
}

.new-jul-footer-contact-details .new-jul-footer-contact-item {
  margin-top: 18px;
}

.new-jul-footer-contact-item-flex {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 10px;
}

.new-jul-footer-contact-item-flex i {
  margin-right: 10px;
  color: var(--bs-white);
  font-size: 13px;
}

.new-jul-footer-contact-item-flex a,
.new-jul-footer-contact-item-flex address {
  font-family: var(--bs-font-Inter);
  color: var(--bs-white);
  display: block;
  line-height: 22px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.7px;
  text-decoration: none;
  margin-bottom: 0;
}

.footer-content {
  grid-template-columns: 440px 1fr;
}

.footer::before {
  display: none;
}

.new-jul-footer-social-icons a {
  height: 40px;
  width: 40px;
  position: relative;
  border-radius: 50%;
  border: 1px solid rgba(112, 112, 112, 0.53);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}

.new-jul-footer-social-icons a i {
  font-size: 15px;
  color: var(--bs-white);
}

.jul-new-footer-extract-link {
  margin-bottom: 15px;
}

.new-jul-footer-social-icons {
  margin-top: 20px;
  display: flex;
}

.copyright {
  margin-top: 20px;
}

.new-footer-slile {
  width: 100%;
  height: 60px;
  background-color: #fff;
}

.new-footer-slide-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 92%;
  margin: 0 auto;
  height: 100%;
}

.new-footer-slide-copyright {
  display: flex;
  align-items: center;
}

.new-footer-slide-copyright img {
  width: 100px;
  margin-right: 10px;
}

.new-footer-slide-copyright .new-copy-title {
  font-family: var(--bs-font-Inter);
  color: #000;
  display: block;
  line-height: 30px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-decoration: none;
}

.new-footer-condition {
  display: flex;
  align-items: center;
}

.new-footer-condition .new-footer-condition-item {
  margin: 0 10px;
}

.new-footer-condition .new-footer-condition-item a {
  font-family: var(--bs-font-Inter);
  color: #000;
  display: block;
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-decoration: none;
}

.new-footer-condition .new-footer-condition-item a:hover {
  border-bottom: 1px solid #000;
}

.footer-white-mode {
  background: #fff;
  background-image: url(../new-img/footer/Footer_Bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.metrixs-main-breadcrumb {
  position: absolute;
  z-index: 999;
  top: 120px;
  left: 5%;
}

.breadcrumb {
  font-size: 15px;
  margin: 10px 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  gap: 10px;
}

@media only screen and (max-width: 1440px) {
  .digital-shelf .shelf-content .shelf-text {
    max-width: 450px;
  }

  .features {
    margin-top: -210px;
  }

  .new-main-header .navbar {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 1280px) {
  .digital-shelf .shelf-content .shelf-text {
    max-width: 400px;
    text-align: left;
  }

  .features {
    margin-top: -200px;
  }

  .new-footer-slide-flex {
    width: 98%;
    height: auto;
    gap: 10px;
  }

  .new-footer-slile {
    height: auto;
    padding: 10px 0;
  }

  .new-footer-slide-copyright {
    display: block;
  }

  .new-footer-slide-copyright .new-copy-title {
    margin-top: 10px;
  }

  .metrixs-main-breadcrumb {
    top: 90px;
  }
}

@media only screen and (max-width: 1280px) {
  .new-main-header .new-menu .new-nav .new-dropdown .new-dropdown-menu {
    height: auto;
  }

  .new-main-header
    .new-menu
    .new-nav
    .new-dropdown:nth-child(2)
    .new-dropdown-menu {
    left: 0;
  }
}

@media only screen and (max-width: 1280px) {
  .new-footer-slide-flex {
    flex-wrap: wrap;
  }

  .new-footer-slide-copyright {
    width: 30%;
  }

  .new-copy-title {
    width: 100%;
    order: 3;
    text-align: center;
  }

  .new-footer-condition {
    width: 65%;
    justify-content: end;
  }
}

@media only screen and (max-width: 1024px) {
  .digital-shelf .shelf-content .shelf-text {
    max-width: 300px;
  }

  .features {
    margin-top: 0;
  }

  .features .feature-card {
    color: #000;
    padding: 0;
  }

  .feature-content {
    max-width: 100%;
  }

  .features-grid {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 50px;
  }

  .feature-content .real-time-title-2 {
    color: #000;
    min-height: auto;
  }

  .feature-content .feature-description-2 {
    color: #000;
  }

  .container_1 {
    padding: 0 10px;
    max-width: 768px;
  }

  .buds_imag {
    max-width: 768px;
  }

  .buds_imag .tablet_image {
    display: block;
  }

  .buds_imag .desktop_image {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .new-jul-footer-social-icons {
    flex-wrap: wrap;
  }

  .digital-shelf .shelf-content {
    flex-direction: column;
  }

  .new-footer-slide-flex {
    width: 98%;
    flex-direction: column;
    align-items: start;
    height: auto;
    gap: 10px;
  }

  .digital-shelf .shelf-content .shelf-text {
    max-width: 100%;
    text-align: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
  }

  .new-footer-condition {
    justify-content: start;
    width: 100%;
  }

  .new-copy-title {
    text-align: left;
    order: unset;
  }

  .metrixs-main-breadcrumb {
    top: 100px;
    left: 5%;
  }

  .metrixs-main-breadcrumb .breadcrumb {
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .shelf-label {
    font-size: 15px;
  }

  .shelf-title {
    font-size: 28px;
  }

  .footer {
    padding-bottom: 0;
  }

  .metrixs-main-breadcrumb {
    display: none;
  }
}

.text-container {
  margin-left: 14%;
}

.Protect-container {
  margin-top: -50px;
  margin-bottom: 50px;
  max-width: 90%;
  margin-left: auto;
}

.Protect-image {
  width: 100%;
  height: auto;
}

.actowizMetrics-topContainer {
  margin: 50px 0;
}

.actowizMetrics-textCard {
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
  text-align: center;
  padding: 30px;
}

.actowizMetrics-heading {
  font-family: var(--bs-font-Poppins);
  font-weight: 700;
  font-size: 38px;
  color: #021638;
  margin-bottom: 30px;
}

.actowizMetrics-discription {
  color: #454545;
  font-size: 20px;
  font-weight: var(--bs-light-pera);
}

.actowizMetrics-subContainer {
  height: auto;
}

.actowizMetrics-card {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  box-shadow:
    0 1px 3px rgba(16, 24, 40, 0.1),
    0 1px 2px rgba(16, 24, 40, 0.06);
  border-radius: 16px;
}

.actowizMetrics-card:hover {
  box-shadow:
    0 4px 6px -4px rgba(0, 0, 0, 0.1),
    0 10px 15px -3px rgba(0, 0, 0, 0.1);
  background: linear-gradient(195.72deg, #e7ecff 6.73%, #fff 89.02%);
}

.actowizMetrics-imagesection > img {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  object-fit: contain;
  min-height: 345px;
}

.actowizMetrics-textsection {
  margin-top: 10%;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.actowizMetrics-textsection > h3 {
  font-size: 25px;
  font-weight: 700;
  color: #021638;
}

.actowizMetrics-textsection > p {
  font-size: 16px;
  color: #454545;
}

.actowizMetrics-topContainer a {
  text-decoration: none;
}

.actowizMetrics-textsection > a {
  font-size: 16px;
  color: #2563eb;
  font-weight: 500;
  text-decoration: none;
}

.iframe_inner {
  width: 1350px;
  height: 920px;
}

@media (max-width: 1400px) {
  .iframe_inner {
    width: 1160px;
    height: 800px;
  }
}

@media (max-width: 1280px) {
  .iframe_inner {
    width: 1160px;
    height: 800px;
  }
}

@media (max-width: 1200px) {
  .iframe_inner {
    width: 910px;
    height: 640px;
  }
}

@media (max-width: 1102px) {
  .iframerespo {
    height: auto;
  }
}

@media (max-width: 991px) {
  .iframe_inner {
    width: 650px;
    height: 470px;
  }
}

@media (max-width: 768px) {
  .iframe_inner {
    width: 450px;
    height: 340px;
  }

  canvas#waveCanvas {
    top: 408px !important;
    height: 200px !important;
  }

  .new-acto-metrica-home-slider-slide[data-slide="3"]
    .new-acto-metrica-home-slider-description {
    min-height: 216px;
  }

  .new-acto-metrica-home-slider-content {
    justify-content: start;
  }

  .new-acto-metrica-home-slider-content h6 {
    margin-top: 65px;
  }

  .bottom-fade {
    bottom: 175px;
  }
}

@media (max-width: 500px) {
  .iframe_inner {
    width: 320px;
    height: 260px;
  }

  canvas#waveCanvas {
    top: 495px !important;
    height: 134px !important;
  }

  .bottom-fade {
    bottom: 95px;
  }

  .shelf-cta {
    font-size: 14px;
  }

  .new-acto-metrica-home-slider-counter {
    font-size: 14px;
  }

  .new-acto-metrica-home-slider-arrow {
    width: 20px;
    height: 20px;
  }

  .new-acto-metrica-home-slider-dot {
    width: 15px;
  }

  canvas#waveCanvas {
    display: none !important;
  }

  .bottom-fade {
    display: none;
  }

  .Protect-container {
    max-width: 90%;
    margin: 0 auto;
  }

  .text-container {
    margin-left: 5%;
  }
}

.image-hover-effect img {
  transition: transform 0.2s ease;
}

.new-drop-menu-2 {
  display: flex;
  flex-wrap: wrap;
}

.new-drop-menu-2-resources {
  display: flex;
  flex-wrap: nowrap;
}

@media screen and (max-width: 1200px) {
  .new-main-header
    .new-menu
    .new-nav
    .new-dropdown:hover
    .new-dropdown-menu-solution,
  .new-menu .new-nav .new-dropdown.open-dropdown > .new-dropdown-menu-solution {
    width: 100%;
    left: 0;
  }

  .elementor-menu-list {
    width: 100%;
    border-bottom: 2px solid #c8c8c8;
    min-height: unset;
    padding-left: 0;
    padding-top: 10px;
  }

  .elementor-menu-list .img_data {
    max-width: 430px;
  }

  .new-drop-menu-2-resources {
    flex-wrap: wrap;
  }

  .elementor-menu-list:last-child {
    padding-left: 2%;
  }
}

.trending-section .scroll-btn {
  background: #fff;
  border: 1px solid #ccc;
  padding: 6px 10px;
  cursor: pointer;
  z-index: 2;
}

.trending-section .scroll-btn.left {
  position: absolute;
  left: 0;
}

.trending-section .scroll-btn.right {
  position: absolute;
  right: 0;
}

.trending-section .tabs-wrapper::-webkit-scrollbar {
  display: none;
}

.trending-section #tabsWrapper {
  display: flex;
  gap: 27px;
}

.trending-section a.tab-btn {
  text-decoration: none;
}

.trending-section .scroll-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  font-size: 22px;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #28174a;
}

.trending-section .scroll-btn.left {
  left: 0;
}

.trending-section .scroll-btn.right {
  right: 0;
}

.tab-btn:hover {
  border: 1px solid #fff;
  background-color: #2c1e5d;
  color: #fff;
}

.hero_main.hero_main_analytics.blog-main {
  padding: 12% 5%;
}

.recent-blog-main.mc-container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.recent-blog h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 40px;
  text-align: left;
}

.blog-container {
  display: flex;
  gap: 40px;
  align-items: start;
}

.featured-post {
  width: 55%;
}

.sidebar-posts {
  width: 45%;
}

.featured-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.mc-card-grid a {
  text-decoration: none;
}

.mc-card-content .mc-card-title {
  font-size: 28px;
  color: #322568;
}

.featured-title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding: 0 20px;
  line-height: 1.3;
}

.featured-content {
  padding: 30px;
}

.post-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: #666;
}

.author-name {
  color: #3742fa;
  font-weight: 500;
}

.post-date {
  color: #999;
}

.post-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.4;
}

.post-excerpt {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

.sidebar-posts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sidebar-post {
  background: #fff;
  padding: 40px 20px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.sidebar-post:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  background: #fbf6ea;
}

.recent-blog-main.mc-container h2 {
  margin-bottom: 40px;
  font-weight: 600;
}

.sidebar-post-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 0.8rem;
}

.sidebar-post-meta .author-name {
  color: #3742fa;
  font-weight: 500;
}

.sidebar-post-meta .post-date {
  color: #999;
}

.sidebar-post-title {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
}

.sidebar-posts a {
  text-decoration: none;
}

.hero_content input#search-blog {
  font-size: 14px;
  display: block;
  width: 100%;
  height: calc(1.6em + 1.5rem + 2px);
  padding: 0.75rem 1rem;
  color: var(--body-color);
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.12);
  transition: all 0.2s ease;
  border-color: #1c1347;
  border-radius: 0.375rem;
}

.no-results-blog {
  font-size: 25px;
  color: #2c1e5d;
  text-align: center;
  display: none;
  justify-content: center;
}

.no-results-blog.show-blog {
  display: flex;
}

.blogclose {
  position: absolute;
  right: 12px;
  top: 50%;
  font-size: 20px;
  cursor: pointer;
  transform: translate(0, -50%);
  display: none !important;
}

.blogclose.show-blog {
  display: inline-block !important;
}

.cbtn {
  position: relative;
}

.hidden-blog {
  display: none !important;
}

@media (max-width: 768px) {
  .blog-container {
    flex-direction: column;
  }

  .featured-post {
    width: 100%;
  }

  .featured-content {
    width: 100%;
  }

  .sidebar-posts {
    width: 100%;
  }

  .mc-card-content .mc-card-title {
    font-size: 22px;
  }

  .recent-blog {
    padding: 20px 10px;
  }

  .recent-blog h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    text-align: center;
  }

  .blog-container {
    gap: 30px;
  }

  .featured-title {
    font-size: 1.4rem;
  }

  .featured-content {
    padding: 20px;
  }

  .post-title {
    font-size: 1.3rem;
  }

  .sidebar-posts {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .recent-blog h2 {
    font-size: 1.8rem;
  }

  .featured-image {
    height: 180px;
  }

  .featured-title {
    font-size: 1.2rem;
    padding: 0 15px;
  }

  .featured-content {
    padding: 15px;
  }

  .post-title {
    font-size: 1.2rem;
  }

  .sidebar-post {
    padding: 15px;
  }
}

.hero_main.hero_main_analytics.blog-main.blog-main-inner {
  padding: 12% 5%;
}

.blog-main-inner .hero_content {
  max-width: 800px;
}

.recent-blog-inner {
  max-width: 1630px;
  margin: 0 auto;
}

.recent-blog-inner .container.mt-4.mb-2 {
  display: none;
}

.recent-blog-inner .mc-blog-section {
  padding-top: 10px;
}

.recent-blog-inner > h2 {
  padding-left: 24px;
  font-weight: 600;
  margin-top: 50px;
}

.blog-inner-main-data {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 100px;
}

.inner-blog-all img {
  border-radius: 10px;
}

.inner-blog-all p {
  font-size: 18px;
  color: #6d6e76;
}

.inner-blog-all h2 {
  margin-top: 50px !important;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  color: #2c1e5d;
}

.inner-blog-all p {
  font-size: 18px;
  color: #6d6e76;
}

.inner-blog-all h6 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  color: #2c1e5d;
}

.inner-blog-all ul {
  font-size: 18px;
  color: #6d6e76;
  line-height: 30px;
  list-style-type: disc;
}

@media (max-width: 768px) {
  .inner-blog-all p {
    font-size: 16px;
  }

  .inner-blog-all h2 {
    font-size: 28px;
  }

  .inner-blog-all p {
    font-size: 16px;
  }
}

.contact_acto_main_form_group {
  width: 48%;
}

form#register-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.metrix_drop {
  width: 100%;
}

.error-message {
  font-size: 14px !important;
  display: block !important;
  color: #f25767 !important;
  margin-bottom: 20px !important;
}

.blog-main.blog-main-inner .new-acto-metrica-home-slider-title {
  font-weight: 500;
}

.blog-inner-main-data > img {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

@media (max-width: 991px) {
  .contact_acto_main_form_group {
    width: 100%;
  }
}

.contact_acto_main_form_group select {
  width: 100% !important;
  border-radius: 0;
  font-size: 16px !important;
  letter-spacing: 1px !important;
  font-weight: 400 !important;
  line-height: 2rem !important;
  color: #000;
  outline: 0;
  box-shadow: none !important;
  border-bottom: 2px solid rgba(214, 208, 221, 0.4) !important;
  padding-left: 20px;
}

.match-center-content {
  margin-top: 25px;
  margin-bottom: 12px;
  z-index: 5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.crawl-section {
  padding: 20px 0;
  min-height: 300px;
  display: flex;
  align-items: center;
}

.match-pad-bg {
  background: #f0f0f0;
  padding: 30px 40px;
  border-radius: 20px;
}

.match-pad-bg {
  gap: 50px;
}

.match-pad-bg h5.h5-size {
  text-align: center;
}

.contact_acto_main_form_group.metrix_drop.metrix_drop_main {
  display: flex;
  align-items: center;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 0 10px;
}

.contact_acto_main_form_group.metrix_drop.metrix_drop_main input#attachment {
  margin: 0;
  width: 100%;
  padding: 10px 15px !important;
  color: #000;
}

input#attachment::file-selector-button {
  background: #e9ecef !important;
  outline: 0 !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 8px 13px !important;
  font-size: 15px !important;
  color: #000 !important;
  font-weight: 400 !important;
  letter-spacing: 0.5px !important;
  line-height: 1.5rem !important;
  cursor: pointer !important;
  margin-right: 15px;
}

.baby-brand-sidebar .promo input:not([type="submit"]),
.baby-brand-sidebar .promo select,
.baby-brand-sidebar .promo textarea {
  width: 100% !important;
}

.baby-brand-sidebar .promo .contact_acto_main_form_group {
  width: 100%;
}

.baby-brand-sidebar .promo .error-message {
  text-align: left;
  margin-top: 5px;
}

.baby-brand-sidebar .promo p {
  margin-left: 20px;
}

.btn-metrix-main p.shelf-cta {
  margin-left: 16px;
}

.contact_acto_main_form_group.metrix_drop.metrix_drop_main input#attachment {
  padding-left: 7px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.blog-main-inner .hero_main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.testimonial-main h2 {
  margin-top: 15px !important;
}

.testimonial-main {
  padding: 15px;
  background-color: #f0f0ff8f;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1440px) {
  .hero_main_analytics {
    background-image: none !important;
  }
}

.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.pagination {
  display: flex;
  list-style: none;
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 0;
}

.pagination li {
  margin: 0;
}

.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #ddd;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: #fff;
}

.pagination a:hover {
  background-color: #290660;
  color: #fff;
  border-color: #290660;
}

.pagination .active a {
  background-color: #290660;
  color: #fff;
  border-color: #290660;
}

.pagination .disabled a {
  background-color: #f8f9fa;
  color: #6c757d;
  border-color: #dee2e6;
  cursor: not-allowed;
}

.pagination .disabled a:hover {
  background-color: #f8f9fa;
  color: #6c757d;
  border-color: #dee2e6;
}

.pagination .next a,
.pagination .prev a {
  width: auto;
  padding: 0 15px;
  font-size: 14px;
}

@media (max-width: 768px) {
  #search {
    width: 100%;
    max-width: 350px;
  }

  .pagination a {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .hero_main .case-study-main h1 {
    text-align: left !important;
  }

  .hero_main .new-acto-metrica-home-slider-description {
    text-align: left !important;
  }
}

.blog-inner-main-data .baby-brand-table th:first-child {
  width: 25% !important;
}

.case-inner-main-data .baby-brand-table th:first-child {
  width: 21% !important;
}

.rr-inner-main-data .baby-brand-table th:first-child {
  width: 21% !important;
}

.download-form-div {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}

.download-form-div .hero_content {
  max-width: 50%;
}

.new-download-include-sec {
  max-width: 50%;
}

@media (min-width: 1400px) {
  .new-download-include-sec {
    max-width: 50%;
    width: 34%;
  }
}

@media (max-width: 991px) {
  .download-form-div {
    flex-direction: column;
  }

  .download-form-div .hero_content {
    max-width: 100%;
  }

  .new-download-include-sec {
    max-width: 100%;
  }
}

.contact-us-page-contact-form-design-j-rdi-top-section {
  background: #fff;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  z-index: 10;
}

.contact-us-page-contact-form-design-j-rdi-top-section h2 {
  font-size: 2.5rem;
  color: #530072;
  margin-bottom: 30px;
  line-height: 1.2;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.contact-us-page-contact-form-design-j-rdi-top-section p {
  max-width: 700px;
  margin: 0 auto;
}

.contact-us-page-contact-form-design-j-rdi-bottom-section {
  min-height: 100vh;
  background: #f6eeff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  overflow: hidden;
}

.contact-us-page-contact-form-design-j-rdi-sphere {
  position: absolute;
  border-radius: 50%;
  filter: blur(0);
  opacity: 0.6;
  animation: float 6s ease-in-out infinite;
}

.contact-us-page-contact-form-design-j-rdi-sphere1 {
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}

.contact-us-page-contact-form-design-j-rdi-sphere2 {
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, #0377ff, #f5576c);
  top: 75%;
  right: 5%;
  animation-delay: 2s;
}

.contact-us-page-contact-form-design-j-rdi-sphere3 {
  width: 220px;
  height: 220px;
  background: linear-gradient(135deg, #4facfe, #883394);
  bottom: 9%;
  left: 42%;
  animation-delay: 4s;
}

.contact-us-page-contact-form-design-j-rdi-sphere4 {
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #883394, #a3a2e4);
  top: 4%;
  right: 31%;
  animation-delay: 1s;
}

.contact-us-page-contact-form-design-j-rdi-sphere5 {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #fa709a, #883394);
  bottom: 40%;
  right: 10%;
  animation-delay: 3s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

.contact-us-page-contact-form-design-j-rdi-glass-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  border: 1px solid #fff;
  box-shadow: 0 8px 30px rgb(0 0 0 / 26%);
  padding: 24px;
  max-width: 900px;
  width: 100%;
  position: relative;
  z-index: 20;
}

@media (max-width: 550px) {
  .contact-us-page-contact-form-design-j-rdi-glass-card {
    padding: 20px !important;
  }
}

.contact-us-page-contact-form-design-j-rdi-glass-card::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0.1)
  );
  border-radius: 22px;
  z-index: -1;
}

.contact-us-page-contact-form-design-j-rdi-card-title {
  color: #290660;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 16px;
}

.contact-us-page-contact-form-design-j-rdi-form-group {
  margin-bottom: 18px;
}

.contact-us-page-contact-form-design-j-rdi-form-row {
  display: flex;
  gap: 15px;
}

.contact-us-page-contact-form-design-j-rdi-form-row
  .contact-us-page-contact-form-design-j-rdi-form-group {
  flex: 1;
}

.contact-us-page-contact-form-design-j-rdi-form-group label {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 0.9rem;
}

.contact-us-page-contact-form-design-j-rdi-form-group input,
.contact-us-page-contact-form-design-j-rdi-form-group textarea {
  width: 100%;
  padding: 10px;
  background: #fff;
  border: 1px solid #290660;
  border-radius: 10px;
  color: #000;
  font-size: 14px !important;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  font-weight: 500 !important;
}

.contact-us-page-contact-form-design-j-rdi-form-group input::placeholder,
.contact-us-page-contact-form-design-j-rdi-form-group textarea::placeholder {
  color: #000;
}

.contact-us-page-contact-form-design-j-rdi-form-group input:focus,
.contact-us-page-contact-form-design-j-rdi-form-group textarea:focus {
  outline: 0;
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

.contact-us-page-contact-form-design-j-rdi-form-group textarea {
  height: 100px;
  resize: vertical;
}

.contact-us-page-contact-form-design-j-rdi-phone-group {
  display: flex;
  gap: 10px;
}

.contact-us-page-contact-form-design-j-rdi-country-select {
  flex: 0 0 60px;
  position: relative;
}

.contact-us-page-contact-form-design-j-rdi-custom-select {
  position: relative;
}

.contact-us-page-contact-form-design-j-rdi-select-trigger {
  width: 100%;
  padding: 19px 30px 18px 10px;
  background: #fff;
  border: 1px solid rgb(136 51 148);
  border-radius: 10px;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path fill='%23883394' d='M6 8L2 4h8z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
}

.contact-us-page-contact-form-design-j-rdi-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: 5px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 30;
  display: none;
  width: 250px;
  min-width: 200%;
}

.contact-us-page-contact-form-design-j-rdi-dropdown.active {
  display: block;
}

.contact-us-page-contact-form-design-j-rdi-country-search {
  width: 100%;
  padding: 12px 16px;
  background: 0 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #000;
  font-size: 1rem;
}

.contact-us-page-contact-form-design-j-rdi-country-search:focus {
  outline: 0;
  border-bottom-color: rgba(0, 0, 0, 0.5);
}

.contact-us-page-contact-form-design-j-rdi-country-option {
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  cursor: pointer;
}

.contact-us-page-contact-form-design-j-rdi-country-option:hover {
  background: rgba(0, 0, 0, 0.05);
}

.contact-us-page-contact-form-design-j-rdi-country-flag {
  width: 20px;
  height: 20px;
}

.contact-us-page-contact-form-design-j-rdi-phone-input {
  flex: 1;
}

.contact-us-page-contact-form-design-j-rdi-submit-btn {
  width: 100%;
  padding: 15px;
  background: #290660;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.contact-us-page-contact-form-design-j-rdi-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.contact-us-page-contact-form-design-j-rdi-flex-container {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1700px;
}

.contact-us-page-contact-form-design-j-rdi-left-column {
  flex: 1;
  min-width: 300px;
  max-width: 1000px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 20px;
}

.contact-us-page-contact-form-design-j-rdi-glass-card {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}

.contact-us-page-contact-form-design-j-rdi-paper-plane {
  position: absolute;
  bottom: -82px;
  width: 60px;
  left: 45%;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  animation: fly 3s ease-in-out infinite;
}

.contact-us-page-contact-form-design-j-rdi-paper-plane svg {
  width: 30px;
  height: 30px;
  fill: #667eea;
  transform: rotate(-45deg);
}

@keyframes fly {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.download-form-main-div {
  display: flex;
  flex-direction: column;
}

.unique-phone-container {
  width: 100%;
  margin-top: -4px;
  margin-bottom: 15px;
}

.unique-phone-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  margin-bottom: -11px;
}

.unique-country-selector {
  position: relative;
}

.selected-country-option {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #290660;
  border-radius: 10px;
  padding: 19px 30px 18px 10px;
  cursor: pointer;
  font-size: 14px;
  min-width: 80px;
  padding: 17px 25px;
}

.flag-icon-new {
  width: 20px;
  height: 15px;
  margin-right: 5px;
}

.country-code-text {
  margin-right: 5px;
}

.dropdown-toggle-arrow {
  margin-left: auto;
  font-size: 12px;
}

.unique-country-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 300px;
  overflow-y: auto;
}

.unique-country-search {
  width: 100%;
  padding: 8px;
  border: none;
  border-bottom: 1px solid #ced4da;
  font-size: 14px;
  box-sizing: border-box;
  border-bottom: 1px solid #290660 !important;
}

.unique-country-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.unique-country-list li {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  cursor: pointer;
}

.unique-country-list li:hover {
  background-color: #f1f1f1;
}

@media (max-width: 767px) {
  .unique-phone-wrapper {
    align-items: stretch;
  }

  .selected-country-option {
    width: 97px;
  }

  .unique-country-selector {
    margin-bottom: 0;
  }

  .unique-country-dropdown {
    width: 100%;
  }

  .unique-country-dropdown {
    width: 300%;
  }
}

.search-country1 {
  padding: 2px 15px !important;
}

.form-control2 {
  color: #595c5f !important;
  font-size: 13px !important;
  margin-left: -9px;
}

.hero_main.hero_main_analytics.blog-main.rr-main-inner {
  padding: 8% 4%;
}

.hero_main.hero_main_analytics.blog-main.cs-main-inner {
  padding: 8% 4%;
}

.blog-cs-rr-main-article {
  text-decoration: none;
}

.baby-brand-top ul {
  list-style: disc;
}

.baby-brand-top ul li {
  list-style: disc;
  color: rgba(58, 48, 51, 0.7);
  font-size: 22px;
  line-height: normal;
  margin-bottom: 7px;
}

.faq-page-container {
  max-width: 1200px;
  margin: 0 auto;
  background: #ffff;
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 80px;
  margin-bottom: 80px;
}

.faq-page-tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
  white-space: nowrap;
}

.faq-page-tabs h2 {
  text-align: center;
}

.faq-page-tab {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid #290660;
  color: #290660;
  padding: 0.875rem 2rem;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 600;
  font-size: 1rem;
  position: relative;
  overflow: hidden;
}

.faq-page-tab::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: left 0.5s ease;
}

.faq-page-tab:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
}

.faq-page-tab:hover::before {
  left: 100%;
}

.faq-page-tab.faq-page-tab-active {
  background: #290660;
  border-color: #290660;
  color: #fff;
  transform: translateY(-2px);
}

.faq-page-content {
  position: relative;
}

.faq-page-category {
  display: none;
  animation: fadeInUp 0.6s ease forwards;
}

.faq-page-category.faq-page-category-active {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.faq-page-item {
  background: rgb(227 231 249);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #290660;
  transition: all 0.3s ease;
}

.faq-page-item:hover {
  transform: translateX(8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.faq-page-question {
  padding: 17px 17px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #290660;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  position: relative;
  min-height: 86px;
}

.faq-page-question::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #290660;
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.faq-page-item.faq-page-item-active .faq-page-question::before,
.faq-page-item:hover .faq-page-question::before {
  transform: scaleY(1);
}

.faq-page-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 1rem;
}

.faq-page-item-active .faq-page-icon {
  transform: rotate(180deg);
}

.faq-page-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(255, 255, 255, 0.05);
}

.faq-page-item-active .faq-page-answer {
  max-height: 200px;
}

.faq-page-answer-content {
  padding: 17px 17px;
  color: #290660;
  line-height: 1.7;
  font-size: 1rem;
}

.faq-page-main-division {
  display: flex;
  flex-direction: row;
  gap: 5rem;
}

@media (max-width: 1024px) {
  .faq-page-container {
    padding: 2rem;
  }
}

@media (max-width: 768px) {
  body {
    padding: 1rem;
  }

  .faq-page-container {
    padding: 1.5rem;
  }

  .faq-page-tabs {
    gap: 30px;
    flex-direction: row;
    justify-content: start;
    overflow-x: scroll;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
  }

  .faq-page-main-division {
    flex-direction: column;
    gap: 0;
  }

  .faq-page-tab {
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
    overflow: visible;
  }

  .faq-page-question {
    padding: 1.25rem 1.5rem;
    font-size: 1rem;
  }

  .faq-page-answer-content {
    padding: 1.5rem;
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .faq-page-tabs {
    justify-content: stretch;
    gap: 13px;
  }

  .faq-page-tab {
    flex: 1;
    text-align: center;
    padding: 0.75rem 1rem;
    font-size: 0.85rem;
  }

  .faq-page-question {
    padding: 1rem 1.25rem;
    font-size: 0.95rem;
  }

  .faq-page-answer-content {
    padding: 1.25rem;
    font-size: 0.9rem;
  }

  .faq-page-item:hover {
    transform: translateX(4px);
  }
}

@media (max-width: 320px) {
  .faq-page-container {
    padding: 1rem;
  }

  .faq-page-tab {
    padding: 0.625rem 0.75rem;
    font-size: 0.8rem;
  }
}

.new-about-us-hero {
  background-image: url(../images/index/banner.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.global-section-main-container {
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.global-main-header {
  max-width: 1200px;
  margin: 0 auto;
}

.global-main-header h2 {
  font-size: 40px;
  color: #2b1e4f;
  text-align: center;
  font-weight: 700;
}

.global-main-header p {
  font-size: 21px;
  text-align: center;
}

.global-main-header .global-span-text {
  color: #000000c2;
}

.global-first-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 77px;
}

.global-second-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 77px;
}

.global-all-cards {
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: 55px;
}

.global-single-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 30px;
  border-top: 4px solid #c1c5bf;
  padding: 40px 0 47px;
  border-radius: 0;
  max-width: 321px;
}

.global-single-card img {
  width: 68px;
  height: auto;
  backdrop-filter: blur(4px);
}

.global-single-card h3 {
  font-size: 32px;
  font-weight: 600;
  color: #282b27;
  height: 90px;
}

.global-single-card p {
  font-size: 20px;
  font-weight: 400;
  color: #2c1e5d;
  height: 64px;
}

@media (max-width: 1600px) {
  .global-first-row {
    gap: 30px;
  }

  .global-second-row {
    gap: 30px;
  }

  .global-all-cards {
    padding-inline: 20px;
    gap: 25px;
  }

  .global-single-card h3 {
    font-size: 35px;
  }

  .global-single-card {
    gap: 20px;
  }
}

@media (max-width: 1400px) {
  .global-single-card h3 {
    font-size: 25px;
    height: 60px;
  }

  .team-photo-cards {
    max-width: 371px;
  }

  .team-photo-cards.team-photo-main-text {
    max-width: 371px;
  }

  .team-photo-main-text h6 {
    font-size: 28px !important;
    line-height: 37px !important;
  }

  .team-photo-main-text span {
    font-size: 77px !important;
    top: -40px !important;
  }
}

@media (max-width: 1200px) {
  .global-single-card h3 {
    font-size: 25px;
    height: 60px;
  }

  .global-single-card img {
    width: 60px;
  }

  .global-single-card {
    padding: 35px 0 35px;
  }

  .team-photo-main-text span {
    font-size: 94px !important;
    top: -68px !important;
  }

  .our-team-first-row > .team-photo-cards.team-photo-main-text {
    width: 100%;
    max-width: 90%;
  }

  .our-team-first-row {
    flex-wrap: wrap;
  }

  .our-team-second-row {
    flex-wrap: wrap;
  }

  .team-photo-cards {
    width: 44%;
  }

  .curvy-box {
    gap: 21px !important;
  }

  .curvy-image-all-box {
    gap: 20px !important;
  }
}

@media (max-width: 991px) {
  .global-single-card {
    width: 40%;
    padding: 30px 0 30px;
    gap: 15px;
  }

  .global-first-row {
    column-gap: 84px;
    row-gap: 20px;
    flex-wrap: wrap;
  }

  .global-second-row {
    column-gap: 84px;
    row-gap: 20px;
    flex-wrap: wrap;
  }

  .global-single-card h3 {
    height: auto;
    font-size: 23px;
  }

  .our-team-first-row {
    flex-wrap: wrap;
  }

  .our-team-second-row {
    flex-wrap: wrap;
  }

  .team-photo-cards {
    width: 44%;
  }

  .our-team-first-row > .team-photo-cards.team-photo-main-text {
    width: 100%;
    max-width: 90%;
  }

  .team-photo-main-text span {
    top: -69px !important;
  }

  .curvy-image-all-box {
    flex-wrap: wrap;
  }

  .curvy-box {
    width: 100%;
    max-width: 48%;
  }
}

@media (max-width: 767px) {
  .team-inside-content h4 {
    font-size: 24px;
  }

  .team-inside-content h6 {
    font-size: 20px;
  }

  .team-inside-content p {
    font-size: 16px;
  }

  .team-photo-main-text span {
    top: -63px !important;
    font-size: 80px;
  }
}

@media (max-width: 666px) {
  .team-photo-cards {
    width: 80%;
  }

  .curvy-box {
    width: 100%;
    max-width: 80%;
  }
}

@media (max-width: 520px) {
  .global-single-card {
    width: 100%;
    padding: 15px 0 15px;
    gap: 0;
  }

  .global-main-header h2 {
    font-size: 32px;
  }

  .global-main-header p {
    font-size: 17px;
  }

  .global-single-card img {
    width: 55px;
    margin-bottom: 10px;
  }

  .team-photo-cards {
    width: 100%;
  }

  .team-photo-main-text span {
    font-size: 58px !important;
    top: -61px !important;
  }

  .team-photo-main-text h6 {
    font-size: 25px !important;
    line-height: 32px !important;
  }

  .curvy-box {
    width: 100%;
    max-width: 100%;
  }
}

.our-team-main-div {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 25px;
  position: relative;
  padding: 20px;
}

.our-team-first-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.our-team-second-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.team-photo-cards {
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-width: 513px;
}

.team-inside-content {
  background: #f6f6f6;
  padding: 17px 17px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.team-inside-content:hover {
  border-bottom: 4px solid #2c1e5d;
  border-radius: 15px;
}

.team-inside-content h4 {
  font-weight: 500;
  font-size: 27px;
  color: #2c1e5d;
}

.team-inside-content h6 {
  font-weight: 400;
  font-size: 22px;
  color: #3a3033;
}

.team-inside-content p {
  font-weight: 400;
  font-size: 19px;
  color: #3a3033;
}

.team-photo-main-text p {
  font-weight: 400;
  font-size: 19px;
  color: #3a3033;
}

.team-photo-main-text h6 {
  font-weight: 600;
  font-size: 31px;
  color: #2c1e5d;
  line-height: 41px;
}

.team-photo-main-text span {
  font-size: 94px;
  font-weight: 600;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.3) -44.68%,
    rgba(217, 217, 217, 0.3) 77.3%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 141px;
  position: absolute;
  top: -5px;
  z-index: -1;
}

.map-distribution-section {
  max-width: 1600px;
  margin: 0 auto;
  padding: 10px;
  position: relative;
}

.map-distribution-div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 90vh;
}

.map-main-header {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.map-main-header h2 {
  font-size: 40px;
  color: #2b1e4f;
  text-align: center;
  font-weight: 700;
}

.map-main-header p {
  font-size: 21px;
  text-align: center;
}

.map-main-header .map-span-text {
  color: #000000c2;
}

.partner-collaboration-section {
  max-width: 1600px;
  margin: 0 auto;
  padding: 10px;
}

.patner-main-div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.partner-collaboration-cards {
  display: flex;
  flex-direction: row;
  max-width: 60%;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}

.partner-common-cards {
  max-width: 48%;
  width: 100%;
  background: #f4eded;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px 21px;
  gap: 241px;
}

.partner-common-cards img {
  height: 55px;
  width: 100%;
}

.partner-heading-main {
  max-width: 38%;
  width: 100%;
}

.partner-heading-main h2 {
  font-weight: 400;
  font-size: 56px;
  line-height: 96px;
  color: #2c1e5d;
}

.partner-heading-main span {
  color: #453c8e;
  font-weight: 600;
}

.partner-heading-main p {
  font-weight: 400;
  font-size: 22px;
  line-height: 46px;
  color: #3a3033;
}

.curvy-image-container {
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.curvy-image-all-box {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-top: 50px;
  justify-content: center;
}

.cyrvy-image-main-div {
  padding: 20px;
}

.curvy-box {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 34px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(17px);
  border-radius: 10px;
  align-items: flex-start;
  padding: 40px 28px 40px 30px;
  gap: 44px;
}

.find-main ~ .find-main {
  display: none !important;
}

/* Custome CSS Start */
/* ================= Hero Main ================= */
main.py-4 {
  padding-top: 0 !important;
}
.datasete-hero-main {
  padding: 80px 20px 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.datasete-hero-main-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.datasete-hero-main-title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.2rem;
  letter-spacing: -0.02em;
  color: black;
}

.datasete-hero-main-title span {
  color: #4101c2;
  background-clip: text;
}

.datasete-hero-main-subtitle {
  font-size: 1.15rem;
  line-height: 1.5;
  color: #5f5f5f;
  max-width: 900;
  margin: 0 auto 2.5rem;
  font-weight: 400;
}

.datasete-hero-main-btn {
  display: inline-block;
  padding: 16px 36px;
  font-size: 1.05rem;
  font-weight: 600;
  color: white;
  background: #2a0662;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(196, 132, 252, 0.3);
  cursor: pointer;
}

.datasete-hero-main-btn:hover {
  transform: translateY(-3px);
  color: white;
}

.datasete-hero-main-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
  margin: 60px auto 0;
  max-width: 780px;
}

.datasete-hero-main-stat {
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  color: #2a0663;
}

.datasete-hero-main-stat small {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #423f3d;
}

.datasete-hero-main-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.2rem;
  margin-top: 70px;
}

.datasete-hero-main-logos img {
  height: 32px;
  width: 100%;
  object-fit: contain;
  max-width: 140px;
  transition: all 0.3s ease;
}

.datasete-hero-main-logos img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}

/* ================= Responsive ================= */
@media (min-width: 640px) {
  .datasete-hero-main-title {
    font-size: 3.4rem;
  }
  .datasete-hero-main-subtitle {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .datasete-hero-main {
    padding: 91px 40px 50px;
    background-color: white;
  }
  .datasete-hero-main-title {
    font-weight: 600;
    font-size: 58px;
    text-align: center;
    letter-spacing: -3.5px;
  }
  .datasete-hero-main-stats {
    gap: 4rem;
  }
  .datasete-hero-main-stat {
    font-size: 27px;
  }
}

@media (min-width: 1024px) {
  .datasete-hero-main-title {
    font-size: 58px;
    color: #000;
  }
  .datasete-hero-main-subtitle {
    font-size: 1.35rem;
  }
  .datasete-hero-main-logos img {
    height: 38px;
  }
}

/* ============================= */

.actowiz_data {
  background-color: #f8f8f8;
  padding-top: 44px;
  padding-bottom: 44px;
}

.actowiz-data-inner {
  max-width: 1100px;
  text-align: center;
  margin: 0 auto;
  padding: 0 10px;
}

.actowiz-data-inner h2 {
  font-weight: 700;
  font-size: 48.2px;
  line-height: 60px;
  color: #1c1917;
  margin-bottom: 18px;
}

.actowiz-data-inner p {
  font-weight: 300;
  font-size: 19.8px;
  line-height: 28px;
  color: #70645c;
  margin-bottom: 10px;
}

/* ============================================ */
.acto-datasets-real-time-main {
  background-color: white;
}

.acto-datasets-real-time-main-inner {
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 55px;
  padding: 0 10px;
}

.acto-datasets-real-time-main-inner .nav-link.active {
  background: #4101c2 !important;
  border-radius: 30px;
  color: white !important;
  border: 0;
  box-shadow: unset !important;
}

.acto-datasets-real-time-main-inner .nav-link {
  background: #f4f4f4 !important;
  border-radius: 100px;
  color: #21201f !important;
}

.acto-datasets-real-time-main-inner .nav-tabs {
  gap: 10px;
}

/* ======================== */

.acto-datasets-real-right-side .sidebar {
  width: 350px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  height: fit-content;
}

.acto-datasets-real-right-side .content {
  flex: 1;
}

.acto-datasets-real-right-side .section {
  margin-bottom: 25px;
}

.acto-datasets-real-right-side .section h4 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #2a0662;
}

.acto-datasets-real-right-side .checkbox-group label {
  display: block;
  margin-bottom: 8px;
  cursor: pointer;
  display: block;
  margin-bottom: 8px;
  cursor: pointer;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #21201f;
}

/* price */
.acto-datasets-real-right-side .range {
  width: 100%;
  accent-color: #2a0662;
}

.acto-datasets-real-right-side .price-values {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #2a0662;
}

.acto-datasets-real-right-side .custom-box {
  padding: 10px;
  background: #f2ebff;
  border-radius: 10px;
}

.acto-datasets-real-right-side .custom-box a {
  width: 100%;
  background: #5b21b6;
  border: none;
  padding: 10px;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
.checkbox-group input[type="checkbox"] {
  width: 20px;
  accent-color: #2a0662;
  height: 20px;
}
.acto-datasets-real-right-side .custom-box h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #21201f;
  margin-bottom: 10px;
}

.acto-datasets-real-right-side .custom-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #21201f;
  margin-bottom: 15px;
}
.acto-datasets-real-right-side {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}

.acto-datasets-real-right-side .tab-content {
  flex: 1;
  padding: 0;
}
.acto-datasets-real-right-side .tab-content h3 {
  font-weight: 600;
  font-size: 27px;
  line-height: 24px;
  color: #2a0662;
}

/* =============================== */
/* ===== DATASET CARD ===== */
.dataset-payments-box {
  background: #f4f4f4;
  border-radius: 14px;
  padding: 10px;
  border: 1px solid #eee;
  height: 100%;
  transition: 0.3s;
  margin-bottom: 15px;
}

.dataset-payments-box:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.dataset-payments-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.dataset-payments-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dataset-payments-country {
  font-size: 13px;
}

.dataset-payments-title {
  margin: 10px 0;
  font-weight: 600;
  font-size: 19px;
  line-height: 24px;
  color: #2a0662;
}

.dataset-payments-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.dataset-payments-tags span {
  background: #fff;
  border-radius: 20px;
  padding: 6px 10px;
  font-size: 12px;
  color: #2a0662;
}

.dataset-payments-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 15px;
}

.dataset-payments-stat {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
}

.dataset-payments-stat small {
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
}

.dataset-payments-stat h4 {
  margin: 4px 0;
  line-height: 24px;
  color: #4c1d95;
  font-size: 18px;
  font-weight: 500;
}

.dataset-payments-bottom {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dataset-payments-price {
  font-size: 13px;
}

.dataset-payments-price strong {
  font-size: 22px;
  color: #4c1d95;
}

.dataset-btn {
  border: none;
  border-radius: 10px;
  padding: 12px 16px;
  width: 100%;
  cursor: pointer;
  font-weight: 600;
}

.dataset-btn-details {
  background: #2a0662;
  color: white;
  max-width: 200px;
}

.dataset-btn-add {
  background: #4c1d95;
  color: #fff;
}
.dataset-payments-icon {
  padding: 5px;
  background: #ffffff;
  border-radius: 10px;
  max-width: 50px;
  height: 50px;
  width: 100%;
}

.dataset-payments-country-inner {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #fff;
  padding: 6px 10px;
  border-radius: 3px;
  border: 1px solid #eee;
  margin-bottom: 5px;
}

.acto-datasets-real-right-side .tab-content .row {
  width: 100%;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .dataset-payments-stats {
    grid-template-columns: 1fr;
  }
  .acto-datasets-real-right-side {
    flex-direction: column;
  }

  .acto-datasets-real-right-side .sidebar {
    width: 100%;
  }
  .acto-datasets-real-time-main-inner .nav-tabs {
    overflow: scroll;
  }
  .actowiz-data-inner h2 {
    font-size: 26px;
    line-height: normal;
  }
}
/* =============================== */

/* ============================================ */
.dataset-heading-2 {
  font-size: 48px;
  font-weight: 700;
  color: #290660;
  text-align: center;
}
.dataset-heading-3 {
  font-size: 28px;
  font-weight: 600;
  color: #290660;
}
.dataset-heading-4 {
  font-size: 24px;
  font-weight: 600;
  color: #290660;
}
.dataset-para-light {
  font-size: 18px;
  color: #423f3d;
  text-align: center;
}
.dataset-para-dark {
  font-size: 18px;
  color: #000;
}

.new-enterprise-grade-accuracy-section {
  padding-block: 50px;
}
.new-enterprise-grade-accuracy-container {
  max-width: 1400px;
  padding: 25px;
  width: 100%;
  margin-inline: auto;
}
.new-enterprise-grade-accuracy-cards-parent {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 25px;
  margin-top: 75px;
}
.new-enterprise-grade-accuracy-card {
  background-color: #f4f4f4;
  padding: 15px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.new-enterprise-grade-accuracy-card-icon {
  width: 50px;
}

.new-featured-data-bundles-section {
  padding-block: 50px;
  background-color: #f4f4f4;
}
.new-featured-data-bundles-container {
  max-width: 1400px;
  padding: 25px;
  width: 100%;
  margin-inline: auto;
}
.new-featured-data-bundles-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-featured-data-bundles-heading .dataset-heading-2 {
  color: #000;
  text-align: left;
}
.new-featured-data-bundles-heading .dataset-para-light {
  text-align: left;
}
.view-all-bundles-btn {
  color: #290660;
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
}
.new-featured-data-bundles-cards-parent {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  margin-top: 25px;
}
.new-featured-data-bundles-card {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all 0.3s ease;
}
.new-featured-data-bundles-card .dataset-para-light {
  text-align: left;
}
.new-featured-data-bundles-card:hover {
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
}
.new-featured-data-bundles-card-pricing {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.select-bundle-btn {
  padding: 10px 20px;
  background-color: #290660;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  border-radius: 15px;
}
.select-bundle-btn:hover,
.select-bundle-btn:focus {
  background-color: white !important;
  color: #2a0662 !important;
  border-color: #2a0662 !important;
}

.new-main-cta-section {
  padding-block: 50px;
  padding-inline: 20px;
}
.new-main-cta-section-container {
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #290660;
  padding: 50px;
  border-radius: 35px;
  margin-inline: auto;
}
.new-main-cta-section-container .dataset-heading-2,
.new-main-cta-section-container .dataset-para-light {
  color: #fff;
}
.new-main-cta-btns {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.new-main-cta-btn-1 {
  background-color: #ffffff;
  color: #290660;
  padding: 10px 20px;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  border-radius: 10px;
}
.new-main-cta-btn-2 {
  background-color: white;
  color: #290660 !important;
  padding: 10px 20px;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  border-radius: 10px;
}
.new-main-cta-btn-2:hover {
  color: #fff;
}

@media (max-width: 768px) {
  .dataset-heading-2 {
    font-size: 28px;
    line-height: normal;
  }
  .dataset-heading-3 {
    font-size: 24px;
  }
  .dataset-heading-4 {
    font-size: 20px;
  }
  .new-featured-data-bundles-heading {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
  .new-enterprise-grade-accuracy-section {
    margin-top: 50px;
    padding-block: 20px;
  }
}
@media (max-width: 575px) {
  .new-main-cta-section-container {
    padding: 30px;
  }
  .new-main-cta-btns {
    flex-direction: column;
  }
}
@media (max-width: 375px) {
  .new-enterprise-grade-accuracy-cards-parent {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .new-featured-data-bundles-cards-parent {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

.modal-footer button.btn {
  padding: 10px 20px;
  background-color: #290660;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
  margin-right: 10px;
  border-color: #290660 !important;
}

.modal-footer .btn.btn-secondary {
  background-color: white;
  color: #290660;
}

.modal-footer .btn.btn-secondary:hover {
  background-color: #290660 !important;
}

.modal-footer .btn.btn-primary:hover {
  background-color: white !important;
  color: #290660 !important;
}

/* Custome CSS End */

/* New Page  */
/* Container & flex utilities */
.StyledFlex-sc-2aqm31-0 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
}

.bwZmDX {
  box-sizing: border-box;
}

.StyledBox-sc-pxszp5-0 {
  padding: 0.5rem;
}

/* Header / Title */
.pageTitle {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

/* Description */
.pageDescription {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

/* Buttons */
.uikit_button {
  padding: 0.6rem 1.2rem;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  transition: background 0.2s ease;
}

.uikit_button-primary {
  background-color: #007bff;
  color: #fff;
}

.uikit_button-primary:hover {
  background-color: #0056b3;
}

/* Dashed box for metrics */
.Dashed_box-sc-16sblqc-1 {
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  font-weight: 600;
  text-align: center;
  background-color: #f9f9f9;
}

/* Metric values */
.jgsRVk {
  font-weight: 600;
  font-size: 1rem;
  margin-left: 0.5rem;
}

/* Dataset info blocks (views, downloads, etc.) */
.btYizH {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.3rem 0.6rem;
  background-color: #f1f3f5;
  border-radius: 5px;
  font-size: 0.9rem;
}

/* Metrics row */
.iVdTMf {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

/* Info icons */
.StyledSvg-sc-uhf282-0 {
  width: 20px;
  height: 20px;
  fill: #555;
}

/* Purchase button icon alignment */
.uikit_button-icon-left {
  margin-right: 0.5rem;
}

/* Responsive */
@media (max-width: 768px) {
  .iVdTMf {
    flex-direction: column;
  }

  .btYizH,
  .iHinaE {
    width: 100%;
  }
}

.iHinaE {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Dark Mode Styles */
body {
  --bg-primary: #ffffff;
  --bg-secondary: #e0e0e0;
  --text-primary: #2d2d2d;
  --text-secondary: #2d2d2d;
  --border-color: #444;
  --button-bg: #007bff;
  --button-bg-hover: #0056b3;
  --table-bg: #252525;
  --table-hover: #333;
  --dashed-box-bg: #e0e0e0;
  --info-block-bg: #e0e0e0;
  --icon-fill: #a0a0a0;
}

body,
html {
  background-color: var(--bg-primary);
  color: var(--text-primary);
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

/* Apply dark mode to the container */
.container {
  background-color: var(--bg-primary);
  color: var(--text-primary);
}

/* Container & flex utilities */
.StyledFlex-sc-2aqm31-0 {
  background-color: var(--bg-primary);
}

/* Header / Title */
.pageTitle {
  color: var(--text-primary);
}

/* Description */
.pageDescription {
  color: var(--text-secondary);
}

/* Buttons */
.uikit_button-primary {
  background-color: #290660;
  color: #fff;
}

.uikit_button-primary:hover {
  background-color: #290660;
}

/* Dashed box for metrics */
.Dashed_box-sc-16sblqc-1 {
  border: 2px dashed var(--border-color);
  background-color: var(--dashed-box-bg);
  color: var(--text-primary);
}

/* Metric values */
.jgsRVk {
  color: var(--text-primary);
}

/* Dataset info blocks (views, downloads, etc.) */
.btYizH {
  background-color: var(--info-block-bg);
  color: var(--text-primary);
}

/* Info icons */
.StyledSvg-sc-uhf282-0 {
  fill: var(--icon-fill);
}

/* Table styles for dark mode */
.table {
  background-color: var(--table-bg);
  color: var(--text-primary);
  border-color: var(--border-color);
}

.table-bordered th,
.table-bordered td {
  border: 1px solid var(--border-color);
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: var(--bg-secondary);
}

.table-hover tbody tr:hover {
  background-color: var(--table-hover);
}

.table thead th {
  background-color: var(--bg-secondary);
  color: var(--text-primary);
  border-color: var(--border-color);
}

/* Pagination */
.pagination .page-link {
  background-color: var(--bg-secondary);
  color: var(--text-primary);
  border-color: var(--border-color);
}

.pagination .page-item.active .page-link {
  background-color: var(--button-bg);
  border-color: var(--button-bg);
  color: #fff;
}

.pagination .page-link:hover {
  background-color: var(--table-hover);
  color: var(--text-primary);
}

/* Back to Dataset Marketplace button */
.btn-secondary {
  background-color: var(--bg-secondary);
  color: var(--text-primary);
  border-color: var(--border-color);
}

.btn-secondary:hover {
  background-color: var(--table-hover);
  color: var(--text-primary);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .table {
    background-color: var(--table-bg);
  }
}

/* Table container for fixed dimensions and scrolling */
.table-container {
  width: 100%;
  max-width: 1200px;
  /* Fixed maximum width */
  height: 400px;
  /* Fixed height */
  overflow: auto;
  /* Enable both horizontal and vertical scrolling */
  position: relative;
  margin-top: 2rem;
}

/* Table styles */
#csvTable {
  width: 100%;
  min-width: 1000px;
  /* Ensure table is wide enough for horizontal scrolling */
  border-collapse: collapse;
  background-color: #fff;
  color: #333;
}

/* Sticky table header */
#csvTable thead th {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #f1f3f5;
  color: #333;
  border: 1px solid #ccc;
  padding: 0.75rem;
}

/* Table cells */
#csvTable td {
  border: 1px solid #ccc;
  padding: 0.75rem;
  font-size: 0.9rem;
}

/* Striped rows */
#csvTable.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* Hover effect */
#csvTable.table-hover tbody tr:hover {
  background-color: #f1f3f5;
}

/* DataTables filter (search bar) */
.dataTables_filter {
  margin-bottom: 1rem;
  text-align: right;
}

.dataTables_filter label {
  font-size: 0.9rem;
  color: #333;
  font-weight: 500;
}

.dataTables_filter input {
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
  font-size: 0.9rem;
  width: 200px;
  transition: border-color 0.2s ease;
}

.dataTables_filter input:focus {
  border-color: #007bff;
  outline: none;
}

/* DataTables pagination */
.dataTables_paginate {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.dataTables_paginate .paginate_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.dataTables_paginate .paginate_button.current {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
  font-weight: 600;
}

.dataTables_paginate .paginate_button:hover {
  background-color: #f1f3f5;
  border-color: #aaa;
  color: #333;
}

.dataTables_paginate .paginate_button.disabled {
  background-color: #f9f9f9;
  border-color: #ddd;
  color: #aaa;
  cursor: not-allowed;
}

/* Scrollbar styling */
.table-container::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.table-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

.table-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

.table-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Dark mode styles */
@media (prefers-color-scheme: dark) {
  .table-container {
    background-color: var(--bg-primary, #1a1a1a);
  }

  #csvTable {
    /* background-color: var(--table-bg, #252525); */
    color: var(--text-primary, #e0e0e0);
  }

  #csvTable thead th {
    background-color: var(--bg-secondary, #2d2d2d);
    color: var(--text-primary, #e0e0e0);
    border-color: var(--border-color, #444);
  }

  #csvTable td {
    border-color: var(--border-color, #444);
  }

  #csvTable.table-striped tbody tr:nth-of-type(odd) {
    background-color: var(--bg-secondary, #2d2d2d);
  }

  #csvTable.table-hover tbody tr:hover {
    /* background-color: var(--table-hover, #333); */
  }

  .dataTables_filter label {
    color: var(--text-primary, #e0e0e0);
  }

  .dataTables_filter input {
    background-color: var(--bg-secondary, #2d2d2d);
    border-color: var(--border-color, #444);
    color: var(--text-primary, #e0e0e0);
  }

  .dataTables_filter input:focus {
    border-color: var(--button-bg, #007bff);
  }

  .dataTables_paginate .paginate_button {
    background-color: var(--bg-secondary, #2d2d2d);
    border-color: var(--border-color, #444);
    color: var(--text-primary, #e0e0e0);
  }

  .dataTables_paginate .paginate_button.current {
    background-color: var(--button-bg, #007bff);
    border-color: var(--button-bg, #007bff);
    color: #fff;
  }

  .dataTables_paginate .paginate_button:hover {
    background-color: var(--table-hover, #333);
    border-color: var(--border-color, #444);
    color: var(--text-primary, #e0e0e0);
  }

  .dataTables_paginate .paginate_button.disabled {
    background-color: var(--bg-secondary, #2d2d2d);
    border-color: var(--border-color, #444);
    color: var(--text-secondary, #a0a0a0);
  }

  .table-container::-webkit-scrollbar-track {
    background: var(--bg-secondary, #2d2d2d);
  }

  .table-container::-webkit-scrollbar-thumb {
    background: var(--text-secondary, #a0a0a0);
  }

  .table-container::-webkit-scrollbar-thumb:hover {
    background: var(--text-primary, #e0e0e0);
  }
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .table-container {
    max-width: 100%;
    height: 300px;
    /* Adjust height for smaller screens */
  }

  .dataTables_filter {
    text-align: center;
  }

  .dataTables_filter input {
    width: 100%;
    max-width: 250px;
  }

  .dataTables_paginate .paginate_button {
    min-width: 2rem;
    height: 2rem;
    font-size: 0.85rem;
    padding: 0.4rem;
  }
}

/* --- General Section & Container Styling --- */
.StyledSection-sc-16sblqc-5 {
  padding: 20px 0;
  background-color: #f4f7f9;
  /* Light background for the section */
}

.StyledContainer-sc-dYwGCk {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  /* Optional: Use a single column grid layout for the main content area */
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

/* --- Data Preview Component (Header and Sidebar Container) --- */
.view_dataset-preview-comp {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.StyledBox-sc-pxszp5-0.bwZmDX.StyledFlex-sc-2aqm31-0.namrX {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* Header/Controls Wrapper - Flex-sc-2aqm31-0 ecMFVv */
.view_dataset-preview-comp > .StyledBox-sc-pxszp5-0 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* Align items to the top to accommodate the sidebar */
  flex-wrap: wrap;
  /* Allow wrapping on smaller screens */
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #e0e6ed;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Title and Download CSV (Left side of the header) - namrX */
.view_dataset-preview-comp .namrX:first-child {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Title Container (Icon and Text) - btoucr */
.view_dataset-preview-comp .btoucr {
  display: flex;
  align-items: center;
  gap: 10px;
}

.StyledSvg-sc-uhf282-0.iIKBFj {
  width: 24px;
  height: 24px;
  fill: #007bff;
  /* Example primary color */
}

/* Column Management Text */
.StyledTypography-sc-11dsq0e-0.dPSOfx {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
}

/* Download CSV Button */
#downloadCSV {
  background-color: #2a0662;
  border: 1px solid #ced4da;
  color: white;
  padding: 13px 15px;
  border-radius: 4px;
  cursor: pointer;
  transition:
    background-color 0.2s,
    border-color 0.2s;
  display: flex;
  align-items: center;
  gap: 5px;
}

#downloadCSV:hover {
  background-color: #f8f9fa;
  border-color: #adb5bd;
  /* color: #2a0662; */
}

.uikit_button-text {
  font-size: 0.9rem;
  font-weight: 500;
}

.uikit_button-icon {
  width: 16px;
  height: 16px;
  fill: #495057;
}

/* --- Column Management Sidebar/Panel (ekesLS) --- */
.StyledBox-sc-pxszp5-0 .ekesLS {
  /* Set up as a column management sidebar/panel */
  display: none;
  /* Default state: hidden */
  flex-direction: column;
  width: 300px;
  /* Fixed width for the sidebar */
  min-height: 250px;
  border-left: 1px solid #e0e6ed;
  /* padding-left: 20px; */
  /* margin-left: 20px; */
  gap: 15px;

  /* When 'Edit Table' is clicked, this class would typically be added via JavaScript */
  /* .show-sidebar { display: flex; } */
}

/* Column Actions (Reset and Add) - boYQdk */
.dataset_wrapper_sidebar_container-actions {
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.boYQdk label {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: color 0.2s;
}

.boYQdk label:hover {
  color: #007bff;
}

/* Icon Buttons */
.StyledIconButton-sc-114c1w5-0 {
  background: #f1f1f1;
  border: none;
  /* border-radius: 50%; */
  /* width: 36px; */
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s;
  margin-bottom: 5px;
}

.StyledIconButton-sc-114c1w5-0:hover {
  background-color: #e2e6ea;
}

.StyledSvg-sc-114c1w5-1 {
  width: 18px;
  height: 18px;
  fill: #495057;
}

.boYQdk label:hover .StyledSvg-sc-114c1w5-1 {
  fill: #007bff;
}

.sidebar_button_uilabel {
  font-size: 0.75rem;
  color: #495057;
  text-align: center;
}

/* Column List Container (jvKlUO) */
#columnList {
  /* Styles are already inline, but good to have a selector for context */
  overflow-y: auto;
  max-height: 200px;
  padding-right: 5px;
}

/* Individual Column Item */
.column-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 5px;
  border-bottom: 1px solid #eee;
}

.column-item:last-child {
  border-bottom: none;
}

.column-item > label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  cursor: pointer;
  user-select: none;
}

.column-item .btoucr {
  /* Move up/down buttons container */
  display: flex;
  gap: 5px;
}

/* Hide the default checkbox and style the label or a custom replacement if needed */
.StyledCheckbox-sc-114c1w5-0[type="checkbox"] {
  /* Visually hide the default checkbox but keep it accessible */
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 3px;
  margin: 0;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}

.StyledCheckbox-sc-114c1w5-0[type="checkbox"]:checked {
  background-color: #007bff;
  border-color: #007bff;
}

.StyledCheckbox-sc-114c1w5-0[type="checkbox"]:checked::after {
  content: "✓";
  color: white;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Hint Text */
.form-text {
  font-size: 0.85rem;
  color: #6c757d;
  line-height: 1.4;
  padding-top: 10px;
  border-top: 1px solid #eee;
  margin-top: 15px;
}

/* --- Table Styles (CSV Data) --- */
.table-container {
  overflow-x: auto;
  /* For horizontal scrolling of the table */
  border: 1px solid #e0e6ed;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

#csvTable {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
  /* Ensure table doesn't shrink too much */
}

#csvTable th,
#csvTable td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e9ecef;
  font-size: 0.9rem;
}

#csvTable thead th {
  background-color: #f8f9fa;
  color: #2a0662;
  font-weight: 600;
  position: sticky;
  /* Keep header visible on vertical scroll */
  top: 0;
  z-index: 10;
}

#csvTable tbody tr:hover {
  background-color: #f1f1f1;
}

/* Table bordered/striped/hover classes - Adjusting based on common frameworks */
.table-bordered th,
.table-bordered td {
  border-right: 1px solid #e9ecef;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fafafa;
}

/* Reset hover for striped if needed */
.table-striped tbody tr:hover {
  background-color: #f1f1f1;
}

/* Responsive/Sidebar Adjustments */
@media (max-width: 768px) {
  /* Stack the header and sidebar vertically on small screens */
  .view_dataset-preview-comp > .StyledBox-sc-pxszp5-0 {
    flex-direction: column;
    align-items: stretch;
  }

  .view_dataset-preview-comp .namrX:first-child {
    margin-bottom: 15px;
    justify-content: space-between;
  }

  .view_dataset-preview-comp .ekesLS {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #e0e6ed;
    padding-top: 15px;
  }
}

.show-sidebar {
  display: flex !important;
  /* Override the 'display: none' */
}

/* New Page  */

/* New Page  */
.new-dataset-product-purchase-container .dataset-heading-2 {
  text-align: left;
}

.dataset-purchase-time-radio {
  accent-color: #290660;
  height: 25px;
  width: 25px !important;
}

.new-dataset-purchase-option {
  display: flex;
  gap: 20px;
}

.new-dataset-purchase-option-inner {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.new-dataset-product-purchase-label {
  padding: 20px !important;
}

.dataset-purchase-time-radio-parent {
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-dataset-product-purchase-summary-box {
  background-color: #290660;
  color: #ffffff;
}

.new-dataset-product-purchase-summary-box .dataset-heading-4 {
  color: #fff;
}

ul.new-dataset-product-purchase-summary-box-list {
  margin-top: 10px;
}

ul.new-dataset-product-purchase-summary-box-list li {
  font-size: 16px;
  margin-top: 10px;
}

.new-dataset-product-purchase-summary-box-total {
  color: #fff;
  font-size: 18px;
}
.new-dataset-product-purchase-container {
  margin-top: 50px !important;
}
.new-dataset-product-purchase-container a {
  margin-bottom: 30px;
}
.new-dataset-product-purchase-container a:hover {
  background-color: white !important;
  color: #290660 !important;
}
@media (max-width: 1440px) {
  .dataset-heading-2 {
    font-size: 32px;
  }
}
@media (max-width: 1440px) {
  .new-dataset-product-purchase-container
    label.new-dataset-product-purchase-label {
    flex-direction: column;
    gap: 40px;
  }
}

.ds-metric-card:hover {
  border-color: #2a0662 !important;
}
/* New Page  */
/* ===== ONLY SIDEBAR FUNCTIONALITY ===== */

@media (max-width: 1199px) {
  /* Sidebar hidden in mobile */
  /* Sidebar open */
  .layout-menu.sidebar-open {
    transform: translate3d(0, 0, 0) !important;
  }

  /* Sidebar open */
  #layout-menu.sidebar-open {
    left: 0;
  }

  /* Overlay */
  .sidebar-overlay-functional {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1070;
    display: none;
  }

  .sidebar-overlay-functional.active-sidebar {
    display: block;
  }
}

/* ============================================================= */
.Actowiz-flaggy-section.flaggy-dataset-marketplace {
  position: absolute;
  left: 10%;
  top: 86%;
  max-width: 800px;
  width: 100%;
}
.flaggy-dataset-marketplace .iweb-marquee-slider-section-design-logos_title {
  position: absolute;
  top: 25%;
  left: -15%;
  z-index: 10;
  --tw-translate-y: -50%;
  border-width: 0px;
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #290660;
}

.flaggy-dataset-marketplace .Actowizflag-marquee-slider-section-design-logos {
  overflow: hidden;
  padding: 30px 0;
  white-space: nowrap;
  position: relative;
  margin-left: 7%;
}

.flaggy-dataset-marketplace
  .Actowizflag-marquee-slider-section-design-logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
}
.flaggy-dataset-marketplace
  .Actowizflag-marquee-slider-section-design-logos:after {
  right: 0;
  background: unset;
}

.flaggy-dataset-marketplace
  .Actowizflag-marquee-slider-section-design-logo_items {
  display: inline-flex;
  animation: 25s Actowizflag-marquee-slider-section-design-slides infinite
    linear;
}

@keyframes Actowizflag-marquee-slider-section-design-slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.flaggy-dataset-marketplace
  .Actowizflag-marquee-slider-section-design-logos:after,
.flaggy-dataset-marketplace
  .Actowizflag-marquee-slider-section-design-logos:before {
  position: absolute;
  top: 0;
  content: "";
  width: 250px;
  height: 100%;
  z-index: 2;
}

.flaggy-dataset-marketplace
  .Actowizflag-marquee-slider-section-design-logo_items
  img {
  height: 20px;
  width: auto;
  margin-left: 16px;
}

.actowiz_hero_common {
  background-image: url("https://www.actowizsolutions.com/assets/new-img/index-new/Home-page-slider-Graphics/bg-main.webp") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

.travel-title {
  color: #290660;
  font-weight: 600 !important;
  margin-bottom: 0.5rem !important;
  clear: both;
  font-size: 23px !important;
  display: flex;
  align-items: center;
  gap: 10px;
}

.travel-title img {
  width: 30px;
}

.dmx-card {
  background: white;
  border: 1px solid #290660;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
  color: #000;
  font-family: "Poppins", sans-serif;
}

.travel-card-Adidas .travel-description {
  margin-bottom: 5px;
}

.schema-inner .dmx-card {
  background: #2906600d;
  padding: 10px 15px;
}

.pb-120 {
  padding-bottom: 60px;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
}

.faq-accordion .accordion-item button {
  border-radius: 1rem 1rem 0 0;
  border: none;
  padding: 1.5rem;
  font-size: 18px;
  font-weight: 600;
  background-color: unset;
  box-shadow: none;
}
.faq-accordion .accordion-button:not(.collapsed) {
  color: #212529;
}

.faq-accordion .collapse {
  visibility: visible;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.faq-accordion .accordion-item button.accordion-button {
  border-radius: 1rem;
}

@media (max-width: 1199px) {
  .hero-section {
    padding-bottom: 150px !important;
  }
}
@media screen and (max-width: 1280px) {
  .Actowiz-flaggy-section.flaggy-dataset-marketplace {
    position: absolute;
    left: 15%;
    top: 85%;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .Actowiz-flaggy-section.flaggy-dataset-marketplace {
    top: 90%;
  }
  .dmx-container .custom-title-change {
    font-size: 25px !important;
  }
}
@media screen and (max-width: 600px) {
  .flaggy-dataset-marketplace .iweb-marquee-slider-section-design-logos_title {
    font-size: 16px;
    top: 29%;
  }
  .flaggy-dataset-marketplace
    .Actowizflag-marquee-slider-section-design-logos:before {
    left: -65px;
    background: linear-gradient(
      to left,
      rgb(255 255 255 / 91%),
      rgb(255 255 255)
    );
    width: 150px;
  }
}

.bg-dark {
  background-color: #0b163f !important;
}
.ptb-120 {
  padding: 100px 0;
  padding-bottom: 150px;
}

.common-height .dataset h1 {
  color: #fff !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  letter-spacing: 1px !important;
  display: block !important;
  margin-bottom: 20px;
}
.dataset .dataset-disk {
  padding-right: 30px;
}

.common-height .dataset p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 20px;
}

.btn {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.65rem 1.75rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 500;
  border-radius: 0.375rem;
  border: 2px solid transparent;
}

.btn-primary {
  background-color: #290660 !important;
  border-color: #290660 !important;
  box-shadow: 0 11px 18px -8px rgb(41 6 96 / 60%);
  color: white;
}

.container-fluid {
  width: 100% !important;
  max-width: 92% !important;
  margin: 0 auto !important;
}

.adidas-scrap {
  padding: 10px 0;
  background: #e7eeff !important;
}

.c-app-con {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 40px 0;
}

.c-app-con h3,
.custom-title {
  color: #071c4d;
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
}

.adidas-scrap .container {
  background-color: transparent;
}

.c-app-con p {
  color: #575757;
}

.dataset-card {
  padding: 20px 0;
  background: #e7eeff !important;
}

.enterprise-sample-data-tab-content {
  max-height: 530px;
  overflow: scroll;
  width: 100%;
}

.dmx-container {
  width: 100% !important;
  max-width: 92% !important;
  margin: 0 auto !important;
}

.enterprise-sample-data-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1em;
  color: #000;
  border-spacing: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  caption-side: bottom;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.enterprise-sample-data-table .tbl-header,
.enterprise-sample-data-table .tbl-header tr,
.enterprise-sample-data-table th,
.enterprise-sample-data-table td {
  border: 1px solid;
  vertical-align: bottom;
  padding: 0.5rem 0.5rem;
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: transparent;
  border-bottom-width: 1px;
}

.dmx-mt-4 {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.dmx-mt-4 .btn {
  height: max-content;
  margin: 0 !important;
}

.section-heading h2 {
  color: #071c4d;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.section-heading p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #575757;
}
.your-needs-box-1 {
  background: #fff;
  padding: 20px 25px;
  border-radius: 15px;
  height: 225px;
}

.your-needs-box-1 h5 {
  color: #071c4d;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.375rem;
}
.bottom-b {
  border-bottom: 3px solid #8a2be2;
  width: 70px;
}

.border {
  border: 1px solid #290660 !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.faq-accordion .accordion-item {
  width: 100% !important;
}

.faq-accordion .accordion-item {
  margin-bottom: 15px;
  border-radius: 1rem;
}
.faq-section h5 {
  color: #13184a !important;
  font-weight: 600;
  font-size: 20px;
}

.faq-section {
  padding-top: 50px;
}
@media only screen and (max-width: 992px) {
  .padding-right {
    padding-right: 10px !important;
    padding-top: 25px;
    padding-bottom: 10px;
    padding-left: 10px !important;
  }
  .padding-left {
    padding-left: 12px !important;
    padding-top: 25px;
    padding-bottom: 10px;
    padding-right: 10px !important;
  }
  .padding-left {
    padding-left: 10px !important;
  }
}

/* ======================== */
.new-commen-banner {
  position: relative;
  overflow: hidden;
  background-position: left !important;
  width: 100%;
}

.new-commen-banner-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding-top: 5rem;
  height: auto;
  padding-bottom: 5rem;
}

.new-commen-banner-content {
  padding: 0 5px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.commen-banner-wrpe {
  max-width: 900px;
}

.datasest-2 {
  padding: 0 0 15px;
  list-style: none;
}
@media (min-width: 768px) {
  .ticked li {
    padding-left: 35px;
  }
}

.btn.btn-outline-light {
  color: #d6d5e1;
  border-color: #d6d5e1;
}

.commen-banner-wrpe p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 1.5;
  letter-spacing: 1px;
  display: block;
}

.commen-banner-wrpe h1,
.commen-banner-wrpe h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.3;
  letter-spacing: 1px;
  display: block;
}

.popular-sorce-section {
  padding: 80px 0 20px;
}

.center-pop-title {
  margin-bottom: 30px;
}

.center-pop-title h2 {
  display: block;
  text-align: center;
  color: #071c4d;
  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: left;
}

.module-datasets-content {
  padding: 10px;
}

.module-datasets-container {
  margin: 100px 0;
}

.module-datasets-container > .row {
  width: 100%;
}
.module-datasets-title {
  margin-bottom: 20px;
}
.module-datasets-title h2 {
  color: #071c4d;
  font-size: 30px;
  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 28px;
  position: relative;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #071c4d;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}

.module-datasets-tickmark.wrape-feild li {
  max-width: 33%;
  width: 100%;
  min-width: auto;
}

.module-datasets-tickmark li::before {
  content: "";
  border-radius: 50%;
  display: block;
  background-size: 12px;
  height: 20px;
  width: 20px;
  background-image: url(https://www.actowizsolutions.com/assets/new-img/icon/check-solid-purple.svg);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-position: 50%;
  background-repeat: no-repeat;
}

.module-datasets-conten {
  display: flex;
  align-items: center;
  justify-content: center;
}

.module-datasets-conten img {
  max-width: 100%;
  width: auto;
  height: auto;
}

section.scrollable-container {
  max-height: 530px;
  overflow: scroll;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.lab-datasets-section {
  padding: 40px 0 100px;
}

.lab-datasets-container {
  margin: 0 auto;
  width: 100%;
  max-width: 80.25rem;
  padding: 2rem 2rem;
  background: #f5f6fa;
  border-radius: 15px;
}

.lab-data-model {
  padding: 20px;
}

.lab-data-model img {
  height: 3rem;
  width: 3rem;
  margin-bottom: 10px;
}

.lab-data-model h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.lab-data-model p {
  color: #6c757d !important;
  font-size: 15px !important;
}

/* ================= */
.pricing-section {
  padding: 100px 0;
  background-color: #f5f6fa;
}
.pricing-model {
  border-radius: 25px;
  padding: 3.5rem 4rem;
  margin: 0 auto;
  background-color: #fff;
}
.first-pricing-content h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.first-pricing-content h3 span {
  font-weight: 600;
  font-size: 30px;
  line-height: 48px;
}
.pricing-teck {
  display: grid;
  -webkit-box-align: start;
  align-items: start;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
  padding-left: 0;
}
.pricing-teck li {
  min-width: 50%;
  margin: 0;
  padding: 12px 8px 12px 24px;
  position: relative;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: var(--bs-dark-light);
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}
.pricing-teck li::before {
  content: "";
  border-radius: 50%;
  display: block;
  background-size: 12px;
  height: 20px;
  width: 20px;
  background-image: url(https://www.actowizsolutions.com/assets/new-img/icon/check-solid-purple.svg);
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(65%);
  background-position: 50%;
  background-repeat: no-repeat;
}
.custom-data-need-section {
  padding: 100px 0;
}
.custom-need-model {
  padding: 10px;
}
.custom-need-model .cus-need-icon {
  height: 4rem;
  width: 4rem;
}
.custom-need-model .cus-need-icon img {
  height: 100%;
  width: 100%;
}
.cus-need-content {
  margin-top: 20px;
}
.cus-need-content h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: var(--bs-dark-light);
  text-align: start;
}
.cus-need-content p {
  color: #6c757d !important;
  font-size: 15px !important;
}
.datasets-faqs {
  padding-bottom: 80px;
}
.datasets-faqs .faq-accordion .accordion-item {
  border-radius: 0 !important;
  border: none;
  border-top: 1px solid #d5d8e1 !important;
  margin-bottom: 0 !important;
}
.datasets-faqs .faq-accordion .accordion-item:last-child {
  border-bottom: 1px solid #d5d8e1 !important;
}
.datasets-faqs .faq-accordion .accordion-item:hover {
  background-color: rgba(213, 216, 225, 0.2) !important;
}
.datasets-faqs .faq-accordion .accordion-item button.accordion-button {
  background-color: transparent !important;
}
.pricing-grid-structure {
  display: grid;
  max-width: 100%;
  margin: 0 auto;
  grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
  gap: 1.5rem;
  padding: 35px 0 80px;
}
.pricing-grid-model {
  border-radius: 25px;
  background-color: #fff;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-direction: column;
  padding: 1.5rem 1.5rem 2rem;
  position: relative;
  border-width: 0.125rem;
  border-color: #fff;
  border-style: solid;
  box-shadow: rgba(19, 15, 53, 0.1) 0 20px 50px -10px;
}
.bod-second {
  border-color: #ffbc0e;
}
.price-top-flexxe {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 0.5rem;
  min-height: 3.75rem;
  gap: 0.5rem;
}
.price-icon-small {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}
.price-icon-small img {
  opacity: 1;
  transition: opacity 0.3s linear 0s;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
h4.price-title-small {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0;
  color: var(--bs-dark-light);
  text-align: start;
}
.price-center-flexxe p {
  color: #6c757d !important;
  font-size: 16px !important;
}
.price-center-flexxe p strong {
  color: #444c52 !important;
}

.tick-direct {
  padding-left: 0;
  flex-direction: column;
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
}
.tick-direct li {
  min-width: 100%;
  margin: 0;
  padding: 5px 8px 5px 28px;
  position: relative;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: var(--bs-dark-light);
  font-weight: 500;
  line-height: 24px;
  display: block;
}
.tick-direct li::before {
  content: "";
  border-radius: 50%;
  display: block;
  background-size: 12px;
  height: 20px;
  width: 20px;
  background-image: url(https://www.actowizsolutions.com/assets/new-img/icon/check-solid-purple.svg);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-position: 50%;
  background-repeat: no-repeat;
}
.price-bottom-flexxe {
  margin-top: 2rem;
  padding: 0.5rem 1rem;
  background-color: #f5f6fa;
  display: grid;
  gap: 0.25rem;
  border-radius: 5px;
}
.dotted-bold {
  color: #444c52 !important;
  font-size: 15px !important;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.dotted-flexxe {
  list-style: disc;
  padding-left: 20px;
}
.dotted-flexxe li {
  color: #444c52 !important;
  font-size: 15px !important;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.pricing-grid-badge {
  height: 2rem;
  background-color: #ffbc0e;
  border-radius: 10px;
  font-size: 0.875rem;
  position: absolute;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-weight: 700;
  padding: 0 1rem;
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
  top: -0.1875rem;
  left: 50%;
}
.pricing-grid-badge i {
  color: #000;
}
.pricing-grid-badge span {
  margin-left: 5px;
  color: #000;
}
.pricing-btn {
  color: #290660;
  border: 2px solid transparent;
  border-color: #290660;
  box-shadow: none;
  font-weight: 500;
  border-radius: 0.375rem;
  transition: all 0.3s ease-in-out;
  padding: 0.65rem 1.75rem;
  position: relative;
  line-height: 1.5;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  font-size: 1rem;
  text-decoration: none;
  margin-top: 20px;
}
.pricing-btn-color {
  background-color: #290660;
  color: var(--bs-white);
}
.pricing-btn-color:hover {
  background-color: transparent;
  color: #290660;
}

.ds-back-link {
  margin-left: 15px;
  color: #2c1e5d;
  font-size: 20px;
}

/* ========================== */
@media screen and (max-width: 1400px) {
  .module-datasets-container {
    margin: 50px 0;
  }
}
@media screen and (max-width: 1200px) {
  .container-fluid {
    width: 100% !important;
    max-width: 100% !important;
  }
  .set-order-2 {
    order: 2;
  }
  .set-order-1 {
    order: 1;
  }
  .module-datasets-tickmark.wrape-feild li {
    max-width: 33%;
    width: 100%;
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  .module-datasets-container {
    margin: 25px 0;
  }
  .module-datasets-tickmark.wrape-feild li {
    max-width: 50%;
    width: 100%;
    min-width: auto;
  }
  .lab-datasets-section {
    padding: 40px 0 40px;
  }
  .pricing-section {
    padding: 40px 0;
  }
  .pricing-grid-structure {
    gap: 2.5rem;
  }
  .pricing-model {
    padding: 2.5rem 1.6rem;
  }
  .pricing-teck {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.3rem;
    margin-top: 20px;
  }
  .pricing-teck li::before {
    transform: translateY(68%);
  }
  .custom-data-need-section {
    padding: 40px 0;
  }
}
@media screen and (max-width: 500px) {
  .commen-banner-wrpe h1,
  .commen-banner-wrpe h2 {
    font-size: 24px;
  }
  .action-btns {
    margin-bottom: 5%;
    text-align: center;
  }
  .popular-sorce-section {
    padding: 50px 0 20px;
  }
  .center-pop-title h2 {
    font-size: 26px;
    line-height: 1.5;
  }
  .module-datasets-title h2 {
    font-size: 26px;
  }
  .module-datasets-description p {
    font-size: 15px;
  }
  .module-datasets-tickmark.wrape-feild li {
    max-width: 100%;
    width: 100%;
    min-width: auto;
  }
  .module-datasets-tickmark li {
    min-width: 100%;
  }
  .lab-datasets-container {
    padding: 2rem 1rem;
  }
  .lab-data-model {
    padding: 10px;
  }
  .lab-data-model p {
    margin-bottom: 0;
  }
  .pricing-grid-structure {
    padding: 0 0 35px;
  }
  .first-pricing-content h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .container {
    padding: 0 10px;
  }
}

.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;
  width: 179px;
  margin-inline: auto;
}
.focus-box h5 {
  font-size: 22px !important;
  margin-bottom: 10px;
  text-align: start;
  font-family: Poppins, sans-serif;
  color: var(--bs-dark-light);
  font-weight: 600;
}
.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;
}
.fuel .brd_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.data-sets {
  padding: 50px 0;
  background: #f5f8ff;
}
.data-sets-content h2 {
  font-size: 35px !important;
  margin-bottom: 10px;
}
.data-sets-content span {
  text-align: center;
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #526373;
}
.data-sets-content p {
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  font-style: italic;
}
.lr-bt {
  margin-bottom: 80px;
}
.adidas-scrap {
  padding: 10px 0;
  background: #e7eeff !important;
}
.your-needs-box {
  background: #fff;
  padding: 20px 25px;
  border-radius: 15px;
}
.c-app-con {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 40px 0;
}
@media screen and (min-width: 992px) {
  .custom-box .dropdown:hover .dropdown-menu {
    display: block !important;
  }
  .custom-box .dropdown:focus .dropdown-menu {
    display: block !important;
  }
  .custom-box .dropdown .dropdown-menu.show {
    display: none !important;
  }
}
h2,
h3 {
  color: #071c4d;
  font-weight: 600 !important;
}

.elementor-image-box-wrapper > img {
  width: 35px;
}

.ind-left-img {
  width: 80%;
}

.left-right .order-1 {
  order: 0 !important;
}

/* ================ */
@media screen and (max-width: 992px) {
  .focus-content h2 {
    font-size: 28px;
  }

  .ide-flex {
    flex-wrap: wrap;
  }

  .ind-left h2 {
    font-size: 26px;
  }

  .left-right .order-1 {
    order: 1 !important;
  }

  .elementor-image-box-description {
    margin-bottom: 16px;
  }
}

 
.actowiz_hero_common.hero-section.ptb-120 {
    background: url(https://www.actowizsolutions.com/assets/new-img/index-new/Home-page-slider-Graphics/bg-main.webp) no-repeat bottom left / cover !important;
}

.eyebrow img {
    width: 20px;
    display: inline-flex;
}

.hero-section .Actowiz-flaggy-section.flaggy-dataset-marketplace {
    left: 10%;
}

.hero-section .Acto-marquee-slider-section-design-logos_button {
    display: inline-flex;
}

.custom-title{
  font-weight: 600 !important;
}

.travel-card {
    transition: transform .3s ease, box-shadow .3s ease;
}

.travel-card {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    background-color: #fff;
}

.ptb-120-1 {
    padding: 20px 40px 104px 40px;
}

.travel-card ul {
    padding-left: 2rem;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .pagination {
    flex-wrap: wrap;
}
.new-banner-img-latest {
    margin-top: 40px;
}
}