/* Base Styles */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Onest", sans-serif;
    background-color: white;
    color: #111827;
}

@font-face {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Satoshi Medium'), url('../fonts/Satoshi-Medium.woff') format('woff');
}

.main-section-heading {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    color: #130F35;
    margin: 0px;
    text-align: center;
}

.section-subtext {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #666666;
    margin: 16px 0px 32px 0px;
}



/* BannerBackground */
.bg-headerBanner {
    background-color: #130F35;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 106px;
}


/* Navbar */
.navbar {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 31px;
    flex-wrap: wrap;
}

.navRightDesktop {
    display: flex;
    gap: 22px;
}

.nav-left {
    display: flex;
    align-items: center;
}

.logo {
    width: 151px;
    height: 32px;
}

.logo img {
    width: 100%
}

.nav-left a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    color: #FDFFFF;
}

.services {
    font-weight: 400;
    margin-right: 20px;

}

.case-study {
    font-weight: 300;
    margin-right: 21px;

}

.dropdown {
    position: relative;
    text-align: center;
}

.dropdown button {
    padding: 5px 5px 5px 0px;
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    color: #FDFFFF;
}

.chevron i {
    font-size: 11px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 35px;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 0px;
}


.dropdown-menu a {
    display: block;
    padding: 0px 5px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #111827;
}

.dropdown-menu a,
.nav-left a,
.footer ul li a,
.dropdown button {
    position: relative;
    display: inline-block;
}

.dropdown-menu a::after,
.nav-left a::after,
.footer ul li a::after,
.dropdown button::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    /* Position at the bottom of the text */
    width: 0%;
    height: 2px;
    /* Thickness of the underline */
    background-color: currentColor;
    /* Same color as the text */
    transition: width 0.3s ease;
}

.dropdown-menu a:hover::after,
.nav-left a:hover::after,
.footer ul li a:hover::after,
.dropdown button:hover::after {
    width: 100%;
}



/* CTA Button */


.cta-button {
    background-color: #FFCC11;
    color: #130F35;
    padding: 4px 16px;
    border: none;
    font-size: 14px;
    line-height: 24px;
    border-radius: 4px;
    font-family: "Onest", sans-serif;
    font-weight: 500;
    cursor: pointer;
    box-shadow: inset 0 10px 24px -9px #FFFFFF66, 0 1px 2px 0 #20002405;
    position: relative;
    z-index: 2;
}

.cta-button:hover {
    box-shadow: 0 1px 2px 0 #20002405;
}

/* Hamburger Icon */
.hamburger {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

/* Mobile Slide-in Menu */
.mobile-slider {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 60px 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: right 0.3s ease-in-out;
    z-index: 999;
    align-items: center;
}

.mobile-slider a {
    text-decoration: none;
    color: #130F35;
}

.mobile-slider.open {
    right: 0;
}


.close-btn {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 24px;
    cursor: pointer;
    color: #000;
    z-index: 1001;
}


/* Hero Section */
.hero {
    text-align: center;
    margin: 100px auto auto;
    padding-top: 68px;
    position: relative;
}

.Sectiontop-tag {
    font-size: 12px;
    line-height: 1.35;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0px auto 7px auto;
    background: #FFFFFF20;
    border-radius: 30px;
    padding: 4px 12px;
    width: fit-content;
}


.hero h1 {
    font-size: 72px;
    line-height: 90px;
    font-weight: 600;
    letter-spacing: -1.44px;
    color: #FFFFFF;
    margin: 0px auto 20px auto;

}

.hero h1 span {
    color: #1DFECC;
}

.hero p {
    font-weight: 400;
    margin: 0px auto 50px auto;
    font-size: 23px;
    color: #C0C0C0;
    line-height: 30px;
    max-width: 800px;

}

.banner-inner-content .cta-button {
    padding: 7px 57px;
    background-color: #FFDA4F;
    z-index: 1000;
    border: 1px solid #FFDA4F;
}


.ratings {
    margin: 0;
    max-width: 1440px;
    position: relative;
    position: absolute;
    top: 4px;
    z-index: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 70vh;
}

.ratings .bannerImageBox {
    position: absolute;
    left: 0px;
    z-index: 99;
    width: 100%;
    /* Apply radial mask */
    -webkit-mask-image: radial-gradient(circle, #130F35 68%, #130F3500 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    mask-image: radial-gradient(circle, #130F35 68%, #130F3500 74%);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    max-width: 1450px;
}

.ratings .bannerImageBox {
    max-width: 1440px;
    position: unset;
}

.ratings .bannerImageBox img {
    width: 100%;
}



.ball {
    position: absolute;
    opacity: 0;
}

.movingSvg {
    position: absolute;
    width: 100%;
    top: -8px;
    left: 0;
    max-width: 1440px;
}

.movingSvg svg {
    width: 100%;
    height: auto;
}

.ratings .cta-button:hover {
    padding: 8px 54px;
    background-color: transparent;
}

#motionPath {
    position: absolute;
}

.bookSave {
    margin: 0px auto 123px auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;

}

.bookSave .text {
    color: #FFF7F7;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 21px;
}


/* Tags */
.tag-wrapper {
     overflow: hidden; 
    width: 100%;
    padding: 0px 15px;
    max-width: 1000px;
    box-sizing: border-box;
    margin: auto;
    height:125px;
}

.tag-wrapper h4 {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 500;
    color: #FDFFFF;
    text-align: center;
    margin: 0px 0px 22px 0px;
}


.tags-scroll {
  animation: scrollTags 15s linear infinite;
  display: inline-flex;
}

.tags {
  display: flex;
  gap: 33px;
}



.banner-tooltip {
  position: relative;
  display: inline-block;
  margin: 10px;
}

.banner-tooltip img {
  margin-right: 6px;
    width: 46px;
    height: 46px;
  cursor: pointer;
}

/* Tooltip box */
.banner-tooltip .tooltip-text {
  background: #F1F4F7E5;
  margin-top: 6px;
  display: inline-block;
  font-family: Onest;
  font-weight: 500;
  font-size: 10px;
  line-height: 150%;
  text-align: center;
  color: #130F35;
  padding: 2px 6px;
  position: absolute;
  left: 50%;
  bottom: -20px; /* places below image */
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
  white-space: nowrap;
  z-index: 10;
}

/* Tooltip arrow */
.banner-tooltip .tooltip-text::after {
  content: "";
  position: absolute;
  top: -9px; /* arrow above tooltip box */
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #F1F4F7E5 transparent;
}

.banner-tooltip:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
}


@keyframes scrollTags {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-42.5%);
    }
}

/* For Everyone Section */

.forEveryone {
    margin: 99px auto 101px auto;
    text-align: center;
    max-width: 1216px;

}


.heading-width {
    max-width: 920px;
    margin: auto;
}

.subheading-width {
    max-width: 1016px;
    margin: 16px auto 44px auto;
}

.forEveryone-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
}

.forEveryone-Card {
    padding: 22px 18px 22px 23px;
    border: 1px solid #EAECF0;
    border-radius: 16px;
    background-color: #FCFCFD;
    width: 389px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start
}

.forEveryoneCard-img {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    border: 1px solid #EAECF0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.forEveryoneCard-heading {
    margin: 32px 0px 8px 0px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #130F35;
}

.forEveryoneCard-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #737373;
    text-align: left;
    margin: 0px;
}

.forEveryoneCard-text .colored-head {
  background: linear-gradient(90deg, #A106F5, #25B3D6, #A106F5);
  background-size: 300% 100%; /* make it wide horizontally */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientMove 4s linear infinite;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}


.forEveryoneCard-text .firmographics-tip {
    font-weight: 600;
    border-bottom: 1px dotted #737373;
    cursor: pointer;
	position: relative;
}
.firmographics-tip {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

/* Tooltip box */
.firmographics-tip .tooltip {
  visibility: hidden;
  display: flex;
  opacity: 0;
  width: 328px;
  background: #130F35;
  color: #fff;
  padding: 12px;
  border-radius: 8px;
  position: absolute;
  bottom: 110%; 
  left: 75%;
  transform: translateX(-50%);
  transition: opacity 0.3s ease;
  z-index: 10;
  flex-direction: column;
  margin: 0px;
  gap:5px;
}

/* Tooltip heading */
.tooltip-Heading {
  font-weight: 600;
  font-size: 12px;
  line-height: 125%;
  display: block;
}

/* Tooltip paragraph */
.tooltip-para {
  font-weight: 400;
  font-size: 10px;
  line-height: 135%;
  color: #A4A2B5;
}

/* Tooltip arrow */
.firmographics-tip .tooltip::after {
  content: "";
  position: absolute;
  top: 100%;  /* arrow placed below tooltip */
  left: 50%;  /* centered */
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #130F35 transparent transparent transparent;
}
/* Show on hover */
.firmographics-tip:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

/* Data Pipe Line Section */
.Customdata-PipeLine {
    max-width: 1218px;
    margin: auto;
    padding: 53px 48px 47px 54px;
    background-color: #120F29;
    border-radius: 24px;

}

.Customdata-PipeLine h5 {
    font-weight: 600;
    font-size: 40px;
    line-height: 82%;
    text-align: center;
    color: #FFFFFF;
    margin: 22Px 4px 49px 0px;
}

.Customdata-PipeLine h5 img {
    height: 13px;
    width: 13px
}

.WorkFlowtext-variant {
    font-size: 10px;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 4px;
}

.allSectorsContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.allSectors {
    padding: 26px 16px;
    background-color: #FFFFFF;
    border-radius: 16px;
    gap: 29px;
    display: flex;
    flex-direction: column;
}

.sectorRow {
    display: flex;
    flex-direction: row;
}

.eachSector {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 104px;
    cursor: pointer;
}

.sectorImg {
    background-color: #F2F4F4;
    border-radius: 56px;
    width: 58px;
    height: 58px;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.eachSector:hover .sectorImg{
	box-shadow: 0px 1px 10px 1px #1DFECC;
}
.eachSector h6 {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    margin: 4px 0px 0px;
}

.sectorImage {
    margin-top: 10px;
    position: relative;
    max-width: 550px;
}

.sectorImage img:first-child {
    width: 100%
}

.structuredSector {
    display: flex;
    flex-direction: column;
    gap: 33px;
    margin: -3px 4px 0px 0px;
}

.structuredLeadBox {
    background-color: #FBF9F8;
    border-radius: 67px;
    padding: 8px 9px;
	border: 2px solid #120F29;
  	padding: 8px 9px;
}
.structuredLeadBox.active {
  background: 
    linear-gradient(#FBF9F8, #FBF9F8) padding-box,
    linear-gradient(95.22deg,
      rgba(60, 230, 97, 0.9) -4.19%,
      #1aa47b 18.96%,
      #1aa47b 83.76%,
      #e4ffce 108.25%
    ) border-box;
  border: 2px solid transparent;
}

.structuredLead {
    background-color: #FFFFFF;
    border-radius: 70px;
    padding: 6px 0px 6px 6px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    box-shadow: 0px 4px 10px 0px #34344626;
    width: 202px;
}

.IconLead {
    width: 39px;
    height: 39px;
    padding: 2px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F2F4F4;
}

.structuredLead span {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}

.dataBall,
.dataBall1,
.dataBall2,
.dataBall3,
.dataBall4 {
    opacity: 0;
    /* hide by default */
    position: absolute;
    pointer-events: none;
}

.movingDataSvg {
    position: absolute;
    top: calc(50% - 18px);
    max-width: 100%;
    height: auto;
}

.movingDataSvg svg {
    width: 100%;
    height: auto;
}

/* Review Section */


.scraping-sources {
    max-width: 1216px;
    margin: 30px auto 0px;
    padding: 40px 18px 27px 24px;
    border: 1px solid #E7E9EF;
    background-color: #FFFFFF20;
    border-radius: 16px;
    box-shadow: 0 2px 2px 0px #45454512;
}

.sources-content {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding-left: 6px;
    margin-bottom: 38px;
}

.sources-headings {
    width: 47%;
}

.sources-headings h6 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #101828;
    margin: 0px 0px 8px;

}

.sources-headings p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #666666;
    margin: 0px;
}

.sources-images {
    display: flex;
    flex-direction: row;
}

.sourceImg-container {
    width: 87px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sourceImgBox {
    height: 53px;
    width: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sourceImg-container span {
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    color: #344054;
    margin-top: 3px;
}

.OctoparseImg {
    border-radius: 30px;
    background-color: #3470FF;
}

.OctoparseImg img,
.LinkedinBox img {
    margin-left: 3px;
}

.YelpBox {
    border-radius: 30px;
    background-color: #E00707;
}

.DataLabsBox {
    border-radius: 30px;
    background-color: #7F35FD;
}

.LinkedinBox {
    border-radius: 30px;
    background-color: #0073B1;
}

.sources-names {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sources-names ul {
    padding: 0px;
    min-width: 270px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 0px;
}

.sources-names ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
}
.sources-names ul li p  {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #EAECF0;
    margin: 0px;
}

.sources-names ul li p span {
    font-size: 16px;
    display: inline-block;
    font-weight: 400;
    color: #000000;
    cursor: pointer;
    border-bottom: 1px dotted #EAECF0;
}

.sources-names ul li img {
    padding-bottom: 13px;
}
.tooltip-box {
  position: absolute;
  max-width: 280px;
  background: #1c1c3c;
  padding: 14px;
  border-radius: 8px;
  font-size: 10px;
  line-height: 1.35;
color: #A4A2B5;
  display: none;
  z-index: 999;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.tooltip-box::after {
  content: "";
  position: absolute;
  top: 5%;
  left: -15px;
  border-width: 8px;
  border-style: solid;
  border-color:transparent #1c1c3c transparent transparent;
}
.tooltip-box strong{
 color: #FFF;
}
.tooltip-box ul {
 gap: 3px;
margin-top: 6px;
}
.tooltip-box ul li{
 align-items: flex-start
 gap: 4px;
}

/* Serving Industries Section */

.servingIndustries
 {
    padding: 104px 0px 104px 129px;
    background-color: #130F35;
    margin: 82px 0px 100px;
}

.servingIndustries-title h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 82%;
    color: #FDFFFF;
    margin: 0px 0px 41px 0px;
}

.industry-card {
    padding: 16px;
    border: 1px solid #ECEAFC;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0px 20px 50px -10px #130F3510;
    cursor: pointer;
}

.industry-card:hover .IC-icon-box {
    background-color: #062929;
}

.industry-card:hover .IC-icon-box svg path {
    fill: #1DFECC;
}

.IC-icon-box {
    width: 32px;
    height: 32px;
    padding: 8px;
    background-color: #E8E8E8;
    border-radius: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.IC-icon-box svg {
    width: 100%;
}

.IC-headings {
    margin: 12px 0px;
}

.IC-headings h5 {
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    color: #130F35;
    margin: 0px;
}

.IC-headings p {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
    color: #4F5C5C;
    margin: 4px 0px 0px;
}

.IC-Image {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    position: relative;
}

.IC-Image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.overlay-industry {
    display: flex;
    justify-content: space-between;
    position: absolute;
    padding: 20px 29px 0px;
    z-index: 999;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 4px;
    transform: translateY(40px);
    transition: all 0.4s ease-in-out;
    /* Added smooth effect */
}

.overlay-industry-text {
    max-width: 85px;
}

.overlay-industry-text span {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 500;
    color: #FDFFFF;
    padding-left: 6px;
    border-left: 2px solid #1DFECC;
}

.overlay-industry-text h5 {
    font-size: 12px;
    line-height: 1.25;
    font-weight: 400;
    color: #FDFFFF;
    margin: 2px 0px 0px;
}

.industry-card:hover .overlay-industry {
    opacity: 100%;
    background-color: #00000067;
    transform: translateY(0px);
}


.industries-cards .slick-slide {
    margin-right: 16px;
}

.servingIndustries-title {
    display: flex;
    justify-content: space-between;
}

.industriesButton {
    display: flex;
    gap: 16px;
}

.industriesButton .allIndustries {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #FDFFFF;
    padding: 6px 20px;
    background-color: transparent;
    border-radius: 60px;
    border: 1px solid #FFFFFF;
    height: fit-content;
}

.Industries-prevNext {
    display: flex;
    gap: 14px;
    margin: 3px 115px 0px 5px;
}

.idustryprev,
.industryNext {
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    border: 1px solid #FFFFFF;
    border-radius: 33px;
    cursor: pointer;
}

.idustryprev.disabled img,
.industryNext.disabled img {
    opacity: 0.4;
}

.idustryprev.disabled,
.industryNext.disabled {
    border: 1px solid #5E5982;
}


/* <!--  The Ultimate team Section --> */

.ultimate-team {
    max-width: 1216px;
    margin: 0px auto 30px auto;
    padding: 0px 0px 11px 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 16px;
    border: 1px solid #E7E9EF;
    background-color: #FFFFFF20;
    box-shadow: 0px 2px 2px 0px #45454512;
}
.ultimate-team-top{
    padding-bottom: 24px;
}

.ultimate-team-headings {
    margin: 40px 0px 43px 0px;

}

.ultimate-team-headings h5 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #101828;
    margin: 0px 0px 8px 0px;

}

.ultimate-team-headings p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #666666;
    margin: 0px;
}

.data-exrtraction-process {
    display: flex;
    gap: 4px;
}

.data-scrapping {
    display: flex;
    flex-direction: column;
}
.DOM-scrapping{
    padding-right: 12px;
}
.AI-Powered-scrapping{
    padding-right: 13px;
}
.DE-process-top {
    display: flex;
    align-items: center;
    padding-right: 10.66px;
}

.DE-process-icon {
    width: 36px;
    height: 36px;
    border: 1px solid #E1E4EB;
    border-radius: 12px;
    padding: 5px;
    background-color: #F3F4F7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.DE-process-icon img {
    width: auto;
    max-width: 100%;
}

.DE-process-top h5 {
    margin: 0px 14px 0px 12px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #000000;
}

.DE-process-top h5 span {
    font-weight: 700;
}

.DE-process-top hr {
    border: none;
    border-bottom: 2px solid #E1E4EB;
    width: 100px;
    margin-bottom: -3px;
}

.DE-process-list ul {
    margin: 32px 0px 0px 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.DE-process-list ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
}

.DE-process-list ul li img {
    padding-bottom: 13px;
}

.DE-process-list ul li span {
    font-size: 16px;
    display: inline-block;
    width: 347px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    padding-bottom: 12px;
    border-bottom: 1px solid #EAECF0;
}

.border-none {
    border-bottom: none !important;
}

.padding-scrapping {
    gap: 40px;
}

.scrapping-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    margin: 14px 0px 3px 3px;
}





/* Review Section */
.customer-review-section {
    margin: 100px auto 72px;
    text-align: center;
}

.customer-review-section .main-section-heading {
    font-weight: 600;
    margin-left: 16px
}

.customer-review-section .section-subtext {
    margin: 18px 0px 33px -4px;
}

.rating-stars {
    margin: 0px auto 44px auto;
    font-size: 1.1rem;
    color: #108043;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.rating-stars span {
    color: #130F35;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

/* Review Cards */
.review-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 21.5px;
    margin: 40px auto 0px auto;
    max-width: 1200px;
    font-family: 'Satoshi Medium';
    font-weight: normal;
}

.review-card {

    border-radius: 16px;
    display: flex;
    flex-direction: column;
    text-align: left;
    min-height: 573px;
    position: relative;
}

.review-hover-white,
.review-hover-light,
.review-hover-dark {
    opacity: 0;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: absolute;
    padding: 28px 24px 37px 34px;
    color: white;
    transform: translateY(-30px);
    transition: all 0.4s ease-out;
}

.light-card {
    background:
        linear-gradient(to bottom, #130F3580 0%, #130F35 100%),
        url('../images/reviewbg1.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: calc(33.33% - 17px);
    justify-content: space-between;

}

.review-card hr {
    margin: 0px;
}



.dark-card {
    background:
        linear-gradient(to bottom, #130F3580 0%, #130F35 100%),
        url('../images/reviewbg2.svg');
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: space-between;
    width: calc(33.34% - 13px);
}

.red-stars {
    color: #F9452D;
    margin: 0px;
}

.starsAndTag {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 27px;
}

.industryTag {
    font-size: 10px;
    line-height: 1.35;
    font-weight: 300;
    color: #FFFFFF;
    padding: 4px 12px;
    border-radius: 30px;
    background-color: #1DFECC1A;
    height: fit-content;
}

.white-card {
    background:
        linear-gradient(to bottom, #130F3580 0%, #130F35 100%),
        url('../images/reviewbg3.svg');
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: space-between;
    width: calc(33.33% - 13px);
}

.review-text {
    font-size: 26px;
    line-height: 1.3;
    margin: 0px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.reviewer-profile {
    display: flex;
    align-items: flex-end;
}

.reviewer {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    margin: 24px 0px 0px 0px;
}

.reviewer span {
    font-size: 13px;
    display: block;
    color: #FFFFFF;
    margin-top: 4px;
    opacity: 60%;
}



.metrics {
    display: flex;
    margin-bottom: 31px;
    gap: 10px;
    align-items: center;
}

.metrics p {
    font-size: 38px;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 0px;
}

.metrics span {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 60%;
    max-width: 100px;
}

.review-content {
    height: 100%;
    padding: 0px 42px 50px 43px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.review-content h3 {
    font-size: 31px;
    line-height: 1.3;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
    margin: 0px 0px 27px;
    letter-spacing: -0.04em;
}
.light-card-heading{
    margin-bottom: 36px !important;
}
.review-content h3 span {
    font-weight: 700;
}

.light-card:hover .review-hover-light {
    opacity: 1;
    transform: translateY(0px);
}

.light-card:hover .review-content {
    opacity: 0;
}

.dark-card:hover .review-hover-dark {
    opacity: 1;
    transform: translateY(0px);
}

.dark-card:hover .review-content {
    opacity: 0;
}

.white-card:hover .review-hover-white {
    opacity: 1;
    transform: translateY(0px);
}

.white-card:hover .review-content {
    opacity: 0;
}

.light-card:hover,
.dark-card:hover,
.white-card:hover {
    background: #130F35;
}



/* Data Ectraction Service Section */

.DataExtraction-service {
    max-width: 1216px;
    margin: 0px auto 42px auto;
    border-radius: 20px;
    background: #130F35;
    padding: 79px 0px 82px 0px;

}

.DE-service-headings {
    text-align: center;
}

.DE-service-headings h3 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0px 0px 19px 0px;
}

.DE-service-headings h6 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #EAECF0;
    margin: 0px 0px 68px 0px;
}

.data-extraction-cards {
    max-width: 967px;
    margin: auto;
    gap: 80px;
    display: flex;
    flex-direction: row;
}

.data-extraction-card {
    width: 269px;
}

.data-extraction-img {
    width: 40px;
    height: 40px;
    padding-top: 8px;
    border-radius: 12px;
    border: 1px solid #505052;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.data-extraction-img img {
    width: auto;
    max-width: 100%;
}

.data-extraction-card h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 8px 0px 3px 0px;
}

.data-extraction-card p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #EAECF0;
    margin: 0px -1px 0px 0px;
}





/* Contact Section */

.contact-section {
    background-image: url('../images/contact-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    padding: 61px 0px;
    flex-wrap: wrap;
    border-radius: 8px;
}

.contact-container {
    max-width: 1050px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-content {
    max-width: 460px;
}

.contact-section .title {
    font-size: 27px;
    font-weight: 600;
    line-height: 50px;
    margin: 0px;
}

.contact-section .desc {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.25;
    margin: 3px 0px 0px 0px;
}

.contact-btn {
    background: #FFCC11;
    border: none;
    padding: 7px 31px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 4px;
    cursor: pointer;
box-shadow: inset 0 10px 24px -9px #FFFFFF66, 0 1px 2px 0 #20002405;
    color: #130F35;
    margin-right: 38px;
}

.contact-btn:hover {
    box-shadow: 0 1px 2px 0 #20002405;
}

/* FAQ Section*/
.faq-section {
    text-align: center;
    padding: 43px 0px 52px 0px;
    max-width: 1184px;
    margin: 0px auto ;
}

.faq-heading {
    margin: 56px 14px 46px 0px;
    font-size: 40px;
    font-weight: 600;
    line-height: .82;
    color: #130F35;
}

.faq-container {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    padding: 24px;
    background: #fff;
    cursor: pointer;
    border: 1px solid transparent;

}

.faq-question {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #130F35;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toggle-icon {
    font-size: 15px;
    color: #130F35;
    padding: 3px 8px;
    border-radius: 3px;
    background-color: #1DFECC;
}

.faq-answer {
    margin-top: 12px;
    color: #4F5C5C;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    display: none;
    max-width: 663px;
    text-align: left;
}

.faq-item.active {
    border: 1px solid #F2F4F4;
    border-radius: 4px;
}

.faq-item.active .faq-answer {
    display: block;

}

.faq-item.active .toggle-icon {
    content: '−';
}

/* Subscribe */
.subscribe-section {
    background: #E8FEEF;

}

.subscription {
    max-width: 1440px;
    margin: 17px auto 0px auto;
    padding: 25px 0px;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    align-items: center;
}

.subscribe-section p {
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
    color: #130F35;
    line-height: 24px;
}

.subscribe-button {
    background: #1DFECC;
    border: none;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid transparent;
    line-height: 24px;
    padding: 12px 29px;
    color: #130F35;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 120px;
	box-shadow: inset 0 10px 24px -9px #FFFFFF66, 0 1px 2px 0 #20002405;
}

.subscribe-button:hover {
    box-shadow: 0 1px 2px 0 #20002405;
}

/* Footer */
/* Footer */
.footer-container {

    background: #0d1023;
}

.hr-bottom {
    border-top: 1px solid #2C2566;
    padding: 0px 30px 30px;
    margin: 56px auto 0px;
}

.footer {

    color: #fff;
    padding: 43px 120px 0px 120px;
    font-size: 14px;
    max-width: 1440px;
    margin: auto;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.footer-logo {
    display: flex;
    flex-direction: column;
}
.footer-logo span{
    line-height: 150%;
}
.footer-logo img {
    width: 148px;
    margin-bottom: 5px;
}

.footer-clients{
    display: flex;
    justify-content: space-between;
    margin: 21px 0px 23px;
}
.footer-Info{
    width: 343px;
}
.footer-Info span{
    line-height: 150%;
}
.footer-address-social{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.footer-address-container{
    border-radius: 8px;
    border: 1px solid #FFFFFF1A;
    width: 343px;
}
.footer-address{
    display: flex;
    justify-content: space-between;
}
.footer-address div{
   display: flex;
   flex-direction: column;
   gap: 12px;
}
.footer-address h6{
    font-size: 14px;
    display: flex;
    gap: 5px;
    line-height: 14px;
    font-weight: 400;
    color: #F7F7FD;
    margin: 5px 0px 0px;
}
.footer-address h6 img{
    height: 16px;
    width: 16px;
}

.footer-offices{
    padding: 12px 40px 18px 20px;
    border-bottom: 1px solid #FFFFFF1A;
}
.footer-offices span{
    font-weight: 600;
    line-height: 21px;
    color: #1DFECC;
}
.footer-bookCall{
    display: flex;
    align-items: center;
    
}
.footer-bookCall h6{
    padding: 15px 39px;
    line-height: 14px;
    font-weight: 600;
    font-size: 14px;
    margin: 0px;
    border-right: 1px solid #FFFFFF1A;
}
.footer-bookCall span{
    padding: 0px 22px;
}

.footer-cta {
    display: flex;
    margin-right: 4px;
}

.btn-primary {
    background: #00DFAE0D;
    color: #fff;
    border: none;
    padding: 24px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 54px;
}

.btn-primary span {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}
.footer-input{
    border: 1px solid #3E5270;
    padding: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0px #2000240D;
}
.footer-input input{
    background: transparent;
    color: #5D6C83;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    border: none;
    padding-left: 16px;
    width: 200px;
}
.footer-input input::placeholder {
  color: #5D6C83;  
  opacity: 1;       
}
.footer-input input:focus {
  outline: none;   
}
.btn-secondary {
    background: #1DFECC;
    color: #130F35;
    padding: 3px 32.5px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    border: none;
	box-shadow: inset 0 10px 24px -9px #FFFFFF66, 0 1px 2px 0 #20002405;
}

.btn-secondary:hover {
    box-shadow: 0 1px 2px 0 #20002405;
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 63px;
}


.footer-col2{
    margin-left: 16px;
}
.footer-col3{
    margin-right: -32px;
}
.footer-col4{
    margin-right: 5px;
}
.footer-col h4 {
    font-weight: 600;
    margin: 0px;
    color: #1DFECC;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 8px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0px;
    gap: 9px;
    display: flex;
    flex-direction: column;
}

.footer-col ul li {
    color: #F7F7FD;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;

}

.footer a {
    color: inherit;
    text-decoration: none;

}

.footer ul li a {
    padding-bottom: 3px;
}

.footer-bottom-container {
    max-width: 1216px;
    margin: auto;
}

.footer-bottom {
    margin: 23px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}


.footer-bottom-info {
    display: flex;
    gap: 17px;
}
.footer-bottom-info p:first-child{
    padding-right: 17px;
    border-right: 1px solid #4F5C5C;
}
.footer-bottom-info p span{
    color: #1DFECC;
}

.footer-bottom-info p {
    margin: 0px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #FFF;
}
.footer-emails{
    margin-left: 3px;
}
.footer-emails a {
    padding: 0px 17px;
    border-left: 1px solid #4F5C5C;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #1DFECC;
    text-decoration: none;
}

.footer-emails a:hover {
    color: #FFF;
}

.footer-social i:hover {
    color: #1DFECC !important;
}

.footer-social i {
    margin-left: 12px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 17px;
}



@keyframes scroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}





@keyframes scroll-right {
    0% {
        transform: translateX(-0%);
    }

    100% {
        transform: translateX(-35%);
    }
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(35%);
    }
}





@media (max-width: 1400px) {
    .ratings {
        max-width: 1200px;
        top: 12.5%;
    }
}

@media (max-width: 1200px) {
    .ratings {
        max-width: 1000px;
        top: 24%;
    }

    .structuredSector {
        gap:
            calc(10px + 16 * ((100vw - 320px) / 1120));
    }
    .movingDataSvg, .dataBall, .dataBall1, .dataBall2, .dataBall3, .dataBall4{
        display: none;
    }
}

@media (max-width: 1100px) {

    .structuredSector {
        gap:
            calc(16 * ((100vw - 320px) / 1120));
    }
}

@media (max-width: 1052px) {
    .hero h1 {
        font-size: 64px;
    }

    .allSectorsContainer {
        flex-direction: column;
    }

    .eachSector {
        width: 170px;
    }

    .sectorImage img:first-child {
        width: auto;
    }

    .structuredSector {
        transform: rotate(90deg);
        gap: 37px;
        margin-top: -85px;
    }

    #dataSvg {
        transform: rotate(90deg);
        transform-origin: center;
    }
    .movingDataSvg{
        top: 10px;
        left: 5px;
    }
    .sectorImage{
        margin-top: 0px;
    }
    .DE-process-list ul li span{
        width: auto;
    }

}

@media (max-width: 980px) {
    .hero h1 {
        font-size: 53px;
    }

    .ratings {
        max-width: 800px;
        top: calc(26.5% + 3.5vw);
    }
}

@media (max-width: 720px) {
    .ratings {

        top: calc(48% - 7.5vw);
    }

    .hero p {
        font-size: 19px;
        max-width: 600px;
    }

    .eachSector {
        width: 100px;
    }
}





@media (max-width: 768px) {

    .hero h1 {
        font-size: 41px;
    }
}

@media (max-width: 609px) {
    .ratings {

        top: calc(60% - 6.5vw);
    }

    .hero p {
        font-size: 19px;
        max-width: 560px;
    }

}

@media (max-width: 520px) {
    .ratings {

        display: none;
    }
}

/* @media (max-width: 450px) {
    .ratings {

        top: calc(61% - 1.5vw);
    }
} */

@media (max-width: 406px) {
    /* .ratings {

        top: calc(63%);
    } */

    .hero h1 {
        font-size: 36px;
    }
}


/* Responsive */

@media (max-width: 768px) {

    .nav-left,
    .nav-right {
        display: none;
    }

    .hamburger {
        display: block;
        color: white;
    }

    .navbar {
        padding: 18px 15px;
        ;
    }

    #mobileSlider .dropdown-menu {
        position: relative;
        width: 100%;
        border: none;
        box-shadow: none;
        flex-direction: column;
        top: 0px;
        margin-top: 10px;
        background: transparent;
    }

    .dropdown button {
        color: #130F35;
    }

    .hero {
        margin-top: 30px;
    }

    .hero-meta {
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
        padding: 7px;
    }

    .hero-meta h6 {
        font-size: 10px;
        margin-right: 2px;
    }

    .hero h1 {
        line-height: 60px;
        padding: 0px 15px;
    }

    .hero p {
        padding: 0px 15px;
    }

    .rating-stars {
        margin-bottom: 40px;
        padding: 0px 15px;
    }

    .review-cards {
        padding: 15px;
        margin: 0px;
    }

    .review-card {
        width: 100%;
    }


    .forEveryone {
        padding: 0px 15px;
    }
    .movingDataSvg, .dataBall, .dataBall1, .dataBall2, .dataBall3, .dataBall4{
        display: block;
    }
    .main-section-heading {
        font-size: 43px;
    }

    .forEveryone-Card {
        width: 100%;
    }

    .allSectorsContainer {
        flex-direction: column;
    }




    .scraping-sources {
        max-width: calc(100% - 30px);
    }

    .sources-content {
        flex-direction: column;
    }

    .sources-headings {
        width: 100%;
    }

    .sources-images {
        flex-wrap: wrap;
        gap: 20px;
    }

    .servingIndustries-title {
        flex-direction: column;
    }

    .servingIndustries-title h2 {
        line-height: 100%;
    }

    .industriesButton {
        margin-bottom: 30px;
    }

    .sources-names ul {
        min-width: 152px;
    }

    .servingIndustries {
        padding-left: 50px;
    }

    .Customdata-PipeLine {
        padding: 48px 15px 21px 15px;
    }

    .Customdata-PipeLine h5 {
        text-align: center;
    }



    .customer-review-section .section-subtext,
    .DataExtraction-service-container {
        padding: 0px 15px;
    }


    .data-extraction-cards {
        flex-direction: column;
        align-items: center;
    }

    .safeguards-container {
        flex-direction: column;
    }

    .safeguards-img-container {
        gap: 28px;
    }

    .ultimate-team {
        max-width: 100%;
        margin: 0px 15px 80px;
    }

    .data-exrtraction-process {
        gap: 30px;
        flex-direction: column;

    }




    .contact-section {
        padding: 50px 15px;
        margin: 0px 15px;
    }

    .contact-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-section .title {
        line-height: 35px;
    }

    .contact-btn {
        margin-right: 0px;
    }

    .contact-section .desc {
        margin: 20px 0px;
    }

    .faq-section {
        margin: 0px 15px 97px;
    }

    .faq-heading {
        margin: 40px 0px 20px 0px;
    }

    .faq-item {
        padding: 15px;
    }

    .subscription {
        flex-direction: column;
        padding: 25px 15px;
    }

    .subscribe-button {
        margin-right: 0px;
    }

    .footer {
        padding: 15px;
    }

    .footer-top {
        justify-content: center;
    }

    .footer-ISOs {
        margin-top: 20px;
    }

   .btn-primary {
        margin-top: 20px;
        text-align: center;
        padding: 15px;
		gap: 15px;
    flex-direction: column;
    }

    .btn-primary span {
        font-size: 15px;
    }

    .btn-secondary {
        margin: 0px;
    }

    .footer-bottom {
        justify-content: center;
		gap: 30px;
    }

    .footer-columns,
    .footer-bottom-info {
        flex-direction: column;
        align-items: center;
    }
	.footer-columns{
        margin-top: 20px;
    }
	.footer-address-social {
    align-items: center;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
}
	.hr-bottom {
    margin: 26px auto 0px;
}

    .footer-col {
        margin: 30px 0px 0px 0px;
    }

    .footer-col ul {
        align-items: center;
    }

    .footer-col h4 {
        text-align: center;
    }
	.footer-bottom-info p:first-child{
    	border: none;
        }
    .footer-emails {
        margin-bottom: 20px;
    }
    .footer-bottom-info p {
        margin: 0px;
    }
    .footer-emails a {
        border: 0px;
        padding: 7px 0px;
        display: block;
    }

    .top-ranked h6 {
        font-size: 16px;
        width: 165px;
        line-height: 25px;
    }

}