@keyframes flipInY {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}


.flipInY {
  animation-name: flipInY;
}

.slideInUp {
  animation-name: slideInUp;
}

.slideInDown {
  animation-name: slideInDown;
}

.slideInLeft {
  animation-name: slideInleft;
}

.slideInRight {
  animation-name: slideInRight;
}

.fadeIn {
  animation-name: fadeIn;
}

.fadeOut {
  animation-name: fadeIn;
  animation-direction: reverse;
}

.zoomIn {
  animation-name: zoomIn;
}

.zoomOut {
  animation-name: zoomIn;
  animation-direction: reverse;
}

.zoomReverseIn {
  animation-name: zoomReverseIn;
}

.zoomReverseOut {
  animation-name: zoomReverseIn;
  animation-direction: reverse;
}

.flipInY {
  animation-name: flipInY;
}

.flipOutY {
  animation-name: flipInY;
  animation-direction: reverse;
}

[data-animation] {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}



.product-card-title {
  font-size: 22px;
  font-weight: bold;
}


.product-card-link {
  display: flex;
  justify-content: flex-end;
  color: white;
  text-decoration: underline;
  cursor: pointer;
}

.product-card {
  padding: 10px;
  border-radius: 8px;
  width: 400px;
  color: white;
  max-width: 100%;
}


@media screen and (min-width: 1200px) {
  .ul-change {
    display: flex !important;
  }
}

@media screen and (max-width: 900px) {
  .ul-change {
    display: table;
  }
}

@media screen and (max-width: 900px) {
  .section {
    margin-top: 36px;
  }
}

@media screen and (min-width: 1280px) {
  .container-5 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}

@media screen and (max-width: 900px) {
  .container.upper-part {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* @media screen and (max-width: 900px){
  .titleWrap .title span {
    position: relative;
    display: flex !important;
}
} */
/* @media screen and (max-width: 900px){
    .row.row-split-content {
    grid-row-gap: 40px !important;
}
} */
@media screen and (max-width: 991px) {
  .row.row-split-content {
    grid-row-gap: 48px !important;
    grid-template-columns: 1fr !important;
  }


}

@media screen and (max-width: 991px) {
  .row {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
  .bboxPd {
    padding-left: 25px;
  }
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/home\.scss
  }

  line {
    font-family: \0000399
  }
}

.bannerBox form .searchMenu {
  position: relative;
  margin-bottom: -1px;
  z-index: 1;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/home\.scss
  }

  line {
    font-family: \00003105
  }
}

.bannerBox form .tabs {
  display: flex;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/home\.scss
  }

  line {
    font-family: \00003106
  }
}

.bannerBox form .tabs a {
  font-size: 16px;
  color: #999;
  font-weight: 500;
  padding-bottom: 8px;
  margin-left: 16px;
  display: flex;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/home\.scss
  }

  line {
    font-family: \00003112
  }
}

.bannerBox form .tabs a.active {
  color: #1a73e8;
  font-weight: 600;
  border-bottom-color: #fff;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/home\.scss
  }

  line {
    font-family: \00003117
  }
}

.bannerBox form .tabs a:hover:not(.active) {
  color: #444;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/home\.scss
  }

  line {
    font-family: \00003125
  }
}

.bannerBox form .more {
  position: absolute;
  top: 0;
  right: 12px;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: #999;
  font-weight: 500;
  cursor: pointer;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/home\.scss
  }

  line {
    font-family: \00003129
  }
}

.bannerBox form .more .dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/home\.scss
  }

  line {
    font-family: \00003132
  }
}

.bannerBox form .more .dots span,
.bannerBox form .more .dots:before,
.bannerBox form .more .dots:after {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  box-shadow: 0.5px 0.5px 0px #fff;
  background-color: #999;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/home\.scss
  }

  line {
    font-family: \00003139
  }
}

.bannerBox form .more .dots span {
  margin: 0 4px;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/home\.scss
  }

  line {
    font-family: \00003145
  }
}

.bannerBox form .more .dropdown-menu {
  top: 26px;
  left: auto;
  right: -12px;
  border-color: #f4f8fe;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/home\.scss
  }

  line {
    font-family: \00003149
  }
}

.bannerBox form .more .dropdown-menu a {
  padding: 5px 15px;
  font-size: 14px;
  display: block;
  color: #666;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/home\.scss
  }

  line {
    font-family: \00003153
  }
}

.bannerBox form .more .dropdown-menu a:hover {
  color: #444;
  background-color: #f4f8fe;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/home\.scss
  }

  line {
    font-family: \00003160
  }
}

.bannerBox form .more .dropdown-menu:before {
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  right: 20px;
  content: "";
  transform: rotate(45deg);
  background-color: #fff;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/home\.scss
  }

  line {
    font-family: \00003171
  }
}

.bannerBox form .more:hover,
.bannerBox form .more.open {
  color: #666;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/home\.scss
  }

  line {
    font-family: \00003173
  }
}

.bannerBox form .more:hover .dots span,
.bannerBox form .more:hover .dots:before,
.bannerBox form .more:hover .dots:after,
.bannerBox form .more.open .dots span,
.bannerBox form .more.open .dots:before,
.bannerBox form .more.open .dots:after {
  background-color: #666;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/home\.scss
  }

  line {
    font-family: \00003184
  }
}

.bannerBox form .form-group {
  flex: 1;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/home\.scss
  }

  line {
    font-family: \00003188
  }
}

.bannerBox form .form-control {
  padding: 0 16px;
  border-color: #1a73e8;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  font-size: 16px;
  height: 56px;
  font-weight: 500;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/home\.scss
  }

  line {
    font-family: \00003198
  }
}

.bannerBox form .form-control:-webkit-autofill,
.bannerBox form .form-control:-webkit-autofill:hover,
.bannerBox form .form-control:-webkit-autofill:focus,
.bannerBox form .form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/home\.scss
  }

  line {
    font-family: \00003204
  }
}

.bannerBox form .searchBtn {
  width: 56px;
  height: 56px;
  border: 1px solid #1a73e8;
  border-radius: 0 4px 4px 0;
  outline: none;
  background: #1a73e8;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/home\.scss
  }

  line {
    font-family: \00003209
  }
}

.bannerBox form .searchBtn:hover {
  border-color: #0358c7;
  background-color: #0358c7;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/home\.scss
  }

  line {
    font-family: \00003218
  }
}

.bannerBox .homeSearchDDList {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  padding: 8px 0;
  margin: 8px 0;
  border-radius: 8px;
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/home\.scss
  }

  line {
    font-family: \00003228
  }
}

.bannerBox .homeSearchDDList li {
  display: flex;
  justify-content: space-between;
  padding: 8px 10px;
  font-size: 14px;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/home\.scss
  }

  line {
    font-family: \00003231
  }
}

.bannerBox .homeSearchDDList li:hover:not(.moreList) {
  background-color: #f4f8fe;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/home\.scss
  }

  line {
    font-family: \00003235
  }
}

.bannerBox .homeSearchDDList li .option {
  cursor: pointer;
  flex: 1;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/home\.scss
  }

  line {
    font-family: \00003240
  }
}

.bannerBox .homeSearchDDList li strong {
  display: block;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/home\.scss
  }

  line {
    font-family: \00003244
  }
}

.bannerBox .homeSearchDDList li .info {
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/home\.scss
  }

  line {
    font-family: \00003246
  }
}

.bannerBox .homeSearchDDList li .info img {
  margin-right: 8px;
  height: 15px;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/home\.scss
  }

  line {
    font-family: \00003253
  }
}

.bannerBox .homeSearchDDList li.moreList {
  padding: 0;
  flex-direction: column;
  background-color: #f4f8fe;
  border-bottom: 1px solid #f4f8fe;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/home\.scss
  }

  line {
    font-family: \00003258
  }
}

.bannerBox .homeSearchDDList li.moreList>div {
  padding: 8px 10px;
  border-top: 1px solid #e7effd;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/home\.scss
  }

  line {
    font-family: \00003260
  }
}

.bannerBox .homeSearchDDList li.moreList>div:hover {
  background-color: #e7effd;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/home\.scss
  }

  line {
    font-family: \00003268
  }
}

.bannerBox .homeSearchDDList li a {
  font-size: 12px;
  font-weight: 500;
  align-self: flex-end;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/home\.scss
  }

  line {
    font-family: \00003270
  }
}

.bannerBox .homeSearchDDList li a:hover {
  text-decoration: underline;
}


@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/common\.scss
  }

  line {
    font-family: \00003342
  }
}

.mainCntr {
  padding-top: 178px;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/common\.scss
  }

  line {
    font-family: \00003343
  }
}

.mainCntr.noAd {
  padding-top: 114px;
}

@media -sass-debug-info {
  filename {
    font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/common\.scss
  }

  line {
    font-family: \00003347
  }
}

@media screen and (max-width: 767px) {
  @media -sass-debug-info {
    filename {
      font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/common\.scss
    }

    line {
      font-family: \00003347
    }
  }

  .mainCntr {
    padding-top: 96px;
  }

  @media -sass-debug-info {
    filename {
      font-family: file\:\/\/D\:\\www\.rankiteo\.com\\companysearch-website\\output\\static\\scss\/common\.scss
    }

    line {
      font-family: \00003348
    }
  }

  .mainCntr.noAd {
    padding-top: 72px;
  }
}


.container.upper-part {
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.row.row-split-content.direction-reversed {
  direction: rtl;
}

.row.row-split-content.direction-reversed2 {
  direction: ltr;
}

.row.row-split-content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: start;
  justify-items: center;
  display: grid;
  --falcon-gutter-x: 0;
}

.feature-mockup {
  z-index: 1;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.feature-mockup-img.shadow-lg {
  box-shadow: 0 24px 48px -20px var(--grey-300);
  position: relative;
}

.feature-mockup-img {
  width: 100%;
  max-width: 640px;
  border: 1px solid var(--grey-100);
  border-radius: 8px;
  overflow: hidden;
}

.content-width-lg {
  width: 100%;
  max-width: 640px;
  direction: ltr;
  flex: none;
}

.h3 {
  color: black;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.375;
}

.text-lg {
  color: black;
  font-size: 1.063rem;
  line-height: 1.75;
  display: block;
  text-align: justify;
  padding-right: 25px;
}


.row.row-split-content.children-perspective-1000 {
  perspective: 1000px;
}

.row.row-split-content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: start;
  justify-items: center;
  display: grid;
}

.h5.h5-subtitle {
  color: #1757c2;
  margin-bottom: 0.75em;
  text-decoration: none;
  display: block;
  font-size: 1.063rem;
  font-weight: 500;
  line-height: 1.4;
}

.h1 {
  color: black;
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.375;
}

.content-width-md {
  width: 100%;
  max-width: 560px;
  direction: ltr;
  flex: none;
  margin-left: auto;
  margin-right: auto;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-item-wrap {
  margin-bottom: 20px;
}

.list-item {
  border-bottom: 1px none grey;
  border-radius: 1px;
  flex-direction: row;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.check-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.text-lg.text-align-left {
  text-align: left;
}

.row-btns.row-justify-left {
  flex: none;
  justify-content: flex-start;
  display: flex;
  padding-top: 20px;
  padding-left: 35px;
}

.row-btns {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: -6px;
  display: flex;
}

.btn1 {
  width: auto;
  border: 1.75px solid #1757c2;
  background-color: #1757c2;
  color: #fff;
  text-align: center;
  letter-spacing: .75px;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin: 6px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

#w-node-b7424e5a-754b-640c-19d8-a5a557dd8067-e1b03f7e {
  align-self: start;
}

.feature-mockup.children-perspective-1000:hover {
  opacity: 1;
}

.feature-mockup.children-perspective-1000 {
  perspective: 1000px;
}

.feature-mockup-img-sm {
  max-width: 28%;
  border: 1px solid var(--grey-100);
  transform-style: preserve-3d;
  border-radius: 6px;
  margin-bottom: -10%;
  margin-left: 0%;
  position: absolute;
  top: auto;
  bottom: 3%;
  left: 0%;
  right: auto;
  transform: translateZ(40px);
}

.grid-halves {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-product-wrap {
  width: 100%;
  border: 1px none #fff;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
  position: relative;
}

.content-width-lg.scoring-product {
  width: 100%;
  max-width: 500px;
  direction: ltr;
  flex: none;
}

.feature-mockup-img.scoring-product {
  width: 100%;
  max-width: 500px;
  border: 1px solid var(--grey-100);
  border-radius: 8px;
  overflow: hidden;
}

.section-title.mb-0 {
  text-align: center;
  margin-bottom: 15px;
}

.section-title {
  max-width: 768px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  color: white;
}

.scoring-h1 {
  color: white;
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.375;
}

.h1 {
  color: black;
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.375;
}

/* 20 nov css */
.cyberScoreslide .row-split-content {
  /* align-items: start; */
  align-items: center;

}


/* newItemsBox */
.section {
  margin-top: 15px;
}

.titleWrap.center {
  justify-content: center;
  text-align: center;
  z-index: 33;
  position: inherit;
}

.titleWrap {
  font-size: 28px;
  color: white;
  border-top: 1px solid #606060;
  border-bottom: 1px solid #606060;
  padding: 15px 0 20px 0;
  font-weight: 700;
  /* font-family: Quicksand; */
  line-height: 35px;
  display: flex;
}

.titleWrap.center .title {
  max-width: 425px;
}

.titleWrap .title {
  position: relative;
}

.titleWrap .title span {
  position: relative;
  display: inline-block;
}

.titleWrap .title span span {
  position: relative;
  z-index: -1;
}

.titleWrap .title span span:after {
  position: absolute;
  bottom: -4px;
  left: -55px;
  width: 80px;
  height: 8px;
  content: "";
}

.latestNewsBox img {
  border: 1px solid #dcdcdc;
  height: 215px;
  width: 100%;
  object-fit: cover;
}

.latestNewsBox .dateHeader {
  margin: 16px 0 8px;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 600;
}

.latestNewsBox .dateHeader .source {
  color: #999;
  background-color: #e7effd;
  padding: 4px 8px;
  margin-right: 2px;
  border-radius: 2px;
}

.latestNewsBox .dateHeader .date {
  color: #1a73e8;
}

.latestNewsBox h4 {
  font-size: 18px;
  color: #20232A;
  /* text-decoration: underline; */
  font-weight: 500;
  /* font-family: Montserrat; */
  line-height: 24px;
}

.latestNewsBox p {
  font-size: 14px;
  line-height: 22px;
}

/* 22nov **** added hover effect by yash*** */
.product-wrap {
  transition: all 0.5s ease;
  border: 1px solid transparent;
  border-radius: 6px;
  display: inline-block;
  background-color: white;
}

.product-wrap:hover {
  border: 1px solid #ccc;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
  transform: translateY(-15px);
}

/********* hover end *******/

/* 27 Nov css for text bg image*/
.imgBg {
  background: url(../png/bg_1.png) no-repeat center;
  background-position: right;
  background-size: cover;
  /* height: 500px; */
}

.newbg2 {
  /* background: url(../images/bg_1.png) no-repeat center; */
  /* background-position: left; */
}

.newbg3 {
  /* background: url(../images/bg_1.png) no-repeat center; */
  /* background-position: left; */
}

.txt_slidWrp {
  padding: 40px 0;
}

.txt_slidWrp .section-title {
  margin-bottom: 0;
}

.cSlideCont {
  margin-top: 70px;
}

.cSlideCont>div>.row {
  border-radius: 20px;
}

.carousel-item .row {
  min-height: 480px;
  /* border-radius: 20px; */
}

.cSlideCont .carousel-control-next-icon,
.cSlideCont .carousel-control-prev-icon {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background: #ffffff url(../png/right-arrow.png) no-repeat center;
  opacity: 1 !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.cSlideCont .carousel-control-prev-icon {
  background: #ffffff url(../png/left-arrow.png) no-repeat center;
}

.cSlideCont .carousel-control-next-icon:hover,
.cSlideCont .carousel-control-prev-icon:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.cSlideCont .carousel-control-prev,
.cSlideCont .carousel-control-next {
  opacity: 1;
}

.bannerBox form .tabs a {
  margin: 0 15px 0 0;
}

/* 04 dec */
.hdr_srch {
  border-radius: 10px;
  border: 1px solid #1a73e8;
  height: 55px;
}

.bannerBox form .hdr_srch .searchBtn {
  border-radius: 0 8px 8px 0;
  width: 60px;
  height: 100%;
}

.hdr_srch .form-group input[type="text"] {
  border-radius: 30px 0 0 30px;
  border: none;
  box-shadow: none;
  height: 100%;
}

.btn,
.btn1,
.elementor-widget-containerr,
.elementor-button-wrapper,
.elementor-button.elementor-button-link {
  border-radius: 30px !important;
}

.free_btn {
  border-radius: 8px !important;
}

/* .ltNews .product-wrap {
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  padding: 15px;
} */



.ltNews .product-wrap .cardImg {
  border-radius: 4px;
  border: 1px solid #e8e5e5;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  height: 265px;
  width: 100%;
}

.ltNews .product-wrap .cardImg img {
  border-radius: 4px;
  border: none;
  width: 100%;
  height: 100%;
  max-width: 100%;
  flex-grow: 1;
  object-fit: cover;
}

.txtW p {
  margin-bottom: 10px;
  position: relative;
}

.ltNews {
  margin-top: 0 !important;
  padding: 40px 0;
  border-bottom: 1px solid lightgray;
}

.link_readwrap {
  position: absolute;
  bottom: -18px;
  color: rgb(138, 138, 138);
  right: 0;
}


.link_card {
  display: inline-block;
  text-decoration: none;
  color: #20232A;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  white-space: unset;
  overflow: hidden;
}

.link_card:hover {
  text-decoration: none;
  color: #5E6E82;
}

.text_wr {
  background: white;
  opacity: 0.8;

}


/* updated lastest new code start */

.ltNews .product-wrap {
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 4px 0 hsla(221, 97%, 62%, 0.1),
      0 0 0 5px hsla(214, 95%, 64%, 0.76),
      0 0 0 10px hsla(207, 71%, 60%, 0.712);
  }

  50% {
    box-shadow: 0 0 2px 0 hsla(221, 78%, 57%, 0.05),
      0 0 0 3px hsla(216, 63%, 53%, 0.3),
      0 0 0 8px hsla(212, 66%, 48%, 0.1);
  }

  100% {
    box-shadow: 0 0 4px 0 hsla(243.5, 96.91%, 61.96%, 0.10),
      0 0 0 5px hsla(209, 61%, 48%, 0.4),
      0 0 0 10px hsla(216, 55%, 53%, 0.644);
  }
}

.ltNews .product-wrap .txtW {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.ltNews .product-wrap .txtW h4 {
  margin-bottom: 10px;
}

.ltNews .product-wrap .txtW p {
  flex-grow: 1;
  /* Pushes "Read more" to the bottom */
  margin-bottom: 30px;
  position: relative;
}


.link_readwrap:hover {
  text-decoration: underline;
  color: #5E6E82;
}

/* updated lastest new code end */


.bboxPd {
  padding: 0;
  margin-left: 1.5rem;
  margin-right: 1rem;
  padding-left: 25px;
}

.search_wr {
  position: relative;
  z-index: 2;

}

/* responsive css for removing image */

@media (max-width: 1550px) {
  .ltNews .product-wrap {
    min-height: 465px;
  }

  .ltNews .product-wrap .cardImg {
    height: auto;
    width: 100%;
  }

}

@media (max-width: 1024px) {
  .ltNews .product-wrap {
    min-height: 100%;
  }

  .text-lg {
    padding-right: 0;
  }


  .bboxPd {

    margin-left: 0;
  }

}

@media (max-width: 767px) {
  .imgBg {
    background: none;
  }

  .product-wrap:hover {
    transform: none;
  }
}



@media (max-width:479px) {

  .cSlideCont .carousel-control-next-icon,
  .cSlideCont .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
    background-size: 50%;
  }

  .cSlideCont .carousel-control-prev-icon {
    background-size: 50%;
  }

  .ltNews .product-wrap {
    min-height: 1px;
    margin-bottom: 15px;
  }

  .imgBg {
    background: none;
  }


  .carousel-item {
    height: 820px;
  }

  .bboxPd {
    margin-left: 0;
  }

  .ltNews .product-wrap {

    padding: 10px;
  }

  .rtoken__content {
    flex-direction: column;
  }
}

/* @media only screen and (min-width: 821px)  and (max-width: 858px)  { */

@media only screen and (min-width: 481px) and (max-width: 920px) {
  .new_wid {
    width: 100%;
    margin-bottom: 25px;
  }

  .ltNews .product-wrap {
    min-height: 1px;
  }

  .carousel-item {
    height: 760px;
  }

  .product-wrap:hover {

    transform: none;
  }

}

.hero-section {
  min-height: 500px;
  height: 83vh;
  background-color: #2C3444 !important;
  margin-top: 90px !important;
}

.hero-figure {
  position: relative;
}

.search-title {
  color: white;
}


.hero-figure svg {
  display: none;
  width: 100%;
  height: auto;
}

.hero-figure::before {
  top: -57.8%;
  left: -1.3%;
  width: 152.84%;
  height: 178.78%;
  background-image: url("https://preview.cruip.com/solid/dist/images/hero-back-illustration.svg");
}


.hero-figure-box-01 {
  position: absolute;
  transform: rotate(45deg) scale(1);
  opacity: 1;
  left: 103.2%;
  top: 41.9%;
  width: 28.03%;
  height: 37.37%;
  background: linear-gradient(to left top, #00BFFB, rgba(0, 191, 251, 0));
}

.hero-figure-box-02 {
  position: absolute;
  left: 61.3%;
  top: 39%;
  width: 37.87%;
  height: 50.50%;
  background: linear-gradient(to left top, #0270D7, rgba(2, 112, 215, 0));
  transform: rotateZ(-45deg);
}

.hero-figure-box-03 {
  position: absolute;
  left: 84.7%;
  top: -56.8%;
  width: 56.81%;
  height: 75.75%;
  background: linear-gradient(to left top, #00BFFB, rgba(0, 191, 251, 0));
}

.hero-figure-box-04 {
  position: absolute;
  left: 54.9%;
  top: -8%;
  width: 45.45%;
  height: 60.60%;
  background: linear-gradient(to left top, #0270D7, rgba(2, 112, 215, 0));
  transform: rotateZ(-135deg);
}

.hero-figure-box-05 {
  position: absolute;
  left: 17.4%;
  top: 13.3%;
  width: 64%;
  height: 73.7%;
  transform: perspective(500px) rotateY(-15deg) rotateX(8deg) rotateZ(-1deg);
  background-color: #242830;
  box-shadow: -20px 32px 64px rgba(0, 0, 0, 0.25);
}

.hero-figure-box-06 {
  position: absolute;
  left: 65.5%;
  top: 6.3%;
  width: 30.3%;
  height: 40.4%;
  transform: rotateZ(20deg);
  background-color: #242830;
  box-shadow: -20px 32px 64px rgba(0, 0, 0, 0.25);
}

.hero-figure-box-07 {
  position: absolute;
  left: 1.9%;
  top: 42.4%;
  width: 12.12%;
  height: 16.16%;
  transform: rotateZ(20deg);
  background-color: #242830;
  box-shadow: -20px 32px 64px rgba(0, 0, 0, 0.25);
}

.hero-figure-box-08 {
  position: absolute;
  left: 27.1%;
  top: 81.6%;
  width: 19.51%;
  height: 26.01%;
  background: #0270D7;
  transform: rotate(-22deg) scale(1);
  opacity: 1;
}





/* .clip {
  clip-path: polygon(48% 67%, 100% 34%, 100% 100%, 0% 100%);
  background-color: #20232A;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 50px;
  z-index: 1;
} */

.clip-news {
  clip-path: polygon(48% 67%, 100% 34%, 100% 100%, 5% 100%);
  background: linear-gradient(to right bottom, #17508a, #174b80, #164576, #16406c, #163b62);
  width: 100%;
  position: absolute;
  bottom: 30px;
  height: 100%;
}

.clip-scoring {
  clip-path: polygon(48% 67%, 100% 30%, 100% 100%, 5% 100%);
  background: linear-gradient(to left top, #004459, rgba(1, 1, 4, 0.54));
  width: 43%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: rotateY(181deg);
  z-index: 1;
}

.clip-dashboard {
  background: linear-gradient(to bottom right, #014280, rgba(2, 112, 215, 0));
  width: 100%;
  position: absolute;
  top: 0px;
  height: 100%;
}

.main {
  background-color: #2C3444;
}


.title-full {
  font-size: 20px;
}

.dashboard-section {
  padding: 0;
  padding-bottom: 25px;
}

.dashboard-svg-wrapper {
  display: flex;
  justify-content: center;
  position: inherit;
  z-index: 22;
}

.dashboard-svg {
  width: 1200px;
  max-width: 100%;
  padding: 25px 0 25px 0;
}

.overview-wrapper {
  display: flex;
  flex-direction: column;
  color: white;
}

.overview-section {
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  gap: 20px;
}

.overview-text {
  text-align: center;
}

.overview-section-title {
  font-size: 22px;
  font-weight: bold;
  color: white;
}

.product-line-wrapper>:nth-child(1)>:nth-child(1) {
  background: rgb(37, 170, 226);
}

.product-line-wrapper>:nth-child(1)>:nth-child(2) {
  background: rgb(34, 168, 135)
}

.product-line-wrapper>:nth-child(1)>:nth-child(3) {
  background: rgb(117, 26, 255)
}

.product-line-wrapper>:nth-child(2)>:nth-child(1) {
  background: rgb(87, 43, 126);
}

.product-line-wrapper>:nth-child(2)>:nth-child(2) {
  background: rgb(20, 107, 165);
}

.product-line-wrapper>:nth-child(2)>:nth-child(3) {
  background: #118539;
}


.product-line-wrapper>:nth-child(3)>:nth-child(1) {
  background: #928a29;
}

.product-line-wrapper>:nth-child(3)>:nth-child(2) {
  background: #b35b39;
}

.product-line-wrapper>:nth-child(3)>:nth-child(3) {
  background: #525595;
}


/* token scroll text start*/
.rtoken__container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f3f7fc;
  margin: 0;
  overflow: hidden;
  position: sticky;
  top: 120px;
  width: 100%;
  z-index: 999;
}

.rtoken__content {
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #000;
}

.rtoken_heading {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  font-weight: 600;

}


.rtoken__icon {
  margin-right: 10px;
  height: auto;
  width: 70px;
  object-fit: cover;
  vertical-align: middle;
  /* Ensure image aligns with text */
}

.rtoken_text {
  font-weight: 600;
}

.rtoken__readmore {
  color: #007bff;
  text-decoration: none;
  margin-left: 5px;
}

.rtoken__readmore:hover {
  text-decoration: underline;
}

/* token scroll text end*/


/* Mobile */
@media (max-width: 991px) {
  .rtoken__container {
    position: static;
  }

  .product-line-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
    padding: 0 25px 0 25px;
  }

  .product-line-wrapper>div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    gap: 25px;
    align-items: center;
  }

  .product-card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 25px;
    justify-content: space-between;
    height: 100%;
  }

  .scanned-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .scored-svg {
    width: 300px;
    padding-bottom: 70px;
  }

  .subtitle-stronger {
    font-size: 35px;
    font-weight: bold;
    color: black;
    text-align: center;
  }

  .subtitle-lighter {
    font-size: 22px;
    color: black;
    text-align: center;
  }

  .text-section {
    display: flex;
    flex-direction: column;
  }

  .relible-full-text {
    max-width: 500px;
    text-align: center;
    color: black;
  }


  .scoring-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .scoring-text {
    z-index: 22;
    position: relative;
    padding: 40px;
  }

  .animaged-svg {
    align-self: center;
    width: 400px;
    /* padding-left: 50px; */
    z-index: 22;
    max-width: 100%
  }


  .partners {
    gap: 50px;
    align-content: center;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
  }

  .action-box {
    display: flex;
    padding-top: 3rem;
    gap: 10px;
  }

  .left-block {
    z-index: 2;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .main-title {
    text-align: center;
  }

  .search-company-form {
    padding-top: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .main-subtitle {
    text-align: center;
  }

  .search-company-form>h5 {
    text-align: center;
  }

  .main-wrapper {
    display: flex;
    height: 100%;
    gap: 50px;
    align-items: center;
    flex-direction: column;
  }

  .right-block {
    display: none;
  }

  .hero-section {
    height: 100%;
  }
}

/* Desktop */
@media (min-width: 992px) {
  .product-line-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 0 25px 0 25px;
  }

  .product-line-wrapper>div {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 25px;
  }

  .product-card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 25px;
    justify-content: space-between;
    height: 100%;
  }

  .product-line-wrapper>:nth-child(1)>:nth-child(2) {
    position: relative;
    bottom: 80px;
  }


  .product-line-wrapper>:nth-child(2)>:nth-child(1) {
    position: relative;
    left: 15px;
  }

  .product-line-wrapper>:nth-child(2)>:nth-child(2) {
    position: relative;
    bottom: 55px;
    margin: 5px;
  }

  .product-line-wrapper>:nth-child(2)>:nth-child(3) {
    position: relative;
    top: 15px;
    right: 15px;
  }

  .product-line-wrapper>:nth-child(3)>:nth-child(2) {
    position: relative;
    bottom: 55px;
    margin: 5px;
  }

  .product-line-wrapper>:nth-child(3)>:nth-child(3) {
    position: relative;
    top: 15px;
  }

  .scanned-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .scored-svg {
    width: 300px;
    padding-bottom: 70px;
  }

  .subtitle-stronger {
    font-size: 35px;
    font-weight: bold;
    color: black;
  }

  .subtitle-lighter {
    font-size: 22px;
    color: black;
  }

  .text-section {
    display: flex;
    flex-direction: column;
  }

  .relible-full-text {
    max-width: 500px;
    text-align: center;
    color: black;
  }

  .scoring-section {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .scoring-text {
    z-index: 22;
    position: relative;
    padding: 40px;
  }

  .animaged-svg {
    align-self: center;
    width: 400px;
    padding-left: 50px;
    z-index: 22;
  }

  .partners {
    display: flex;
    gap: 50px;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .left-block {
    z-index: 2;
    display: flex;
    width: 50%;
    height: 100%;
    justify-content: center;
    padding-left: 4%;
    flex-direction: column;
  }

  .action-box {
    display: flex;
    padding-top: 2rem;
    gap: 25px;
  }

  .main-wrapper {
    z-index: 1;
    display: flex;
    height: 100%;
    gap: 50px;
    align-items: center;
  }

  .right-block {
    z-index: 2;
    display: flex;
    width: 40%;
    height: 60%;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    top: 70px;
    right: 140px;
  }

}

/* Tablet  */
@media (min-width: 992px) and (max-width: 1075px) {
  .product-line-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 0 25px 0 25px;
  }

  .product-line-wrapper>div {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 25px;
  }

  .product-card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 25px;
    justify-content: space-between;
    height: 100%;
  }

  .product-line-wrapper>:nth-child(1)>:nth-child(2) {
    position: relative;
    bottom: 80px;
  }


  .product-line-wrapper>:nth-child(2)>:nth-child(1) {
    position: relative;
    left: 15px;
  }

  .product-line-wrapper>:nth-child(2)>:nth-child(2) {
    position: relative;
    bottom: 55px;
    margin: 5px;
  }

  .product-line-wrapper>:nth-child(2)>:nth-child(3) {
    position: relative;
    top: 15px;
    right: 15px;
  }

  .product-line-wrapper>:nth-child(3)>:nth-child(2) {
    position: relative;
    bottom: 55px;
    margin: 5px;
  }

  .product-line-wrapper>:nth-child(3)>:nth-child(3) {
    position: relative;
    top: 15px;
  }

  .scanned-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .scored-svg {
    width: 300px;
    padding-bottom: 70px;
  }

  .subtitle-stronger {
    font-size: 35px;
    font-weight: bold;
    color: black;
    text-align: center;
  }

  .subtitle-lighter {
    font-size: 22px;
    color: black;
    text-align: center;
  }

  .text-section {
    display: flex;
    flex-direction: column;
  }

  .relible-full-text {
    max-width: 500px;
    text-align: center;
    color: black;
  }

  .partners {
    gap: 50px;
    align-content: center;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
  }

  .left-block {
    z-index: 2;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding-left: 0%;
    flex-direction: column;
  }

  .main-title {
    text-align: center;
  }

  .search-company-form {
    padding-top: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .search-company-form>h5 {
    text-align: center;
  }

  .main-wrapper {
    display: flex;
    height: 100%;
    gap: 50px;
    align-items: center;
    flex-direction: column;
    padding-top: 130px;
  }

  .right-block {
    z-index: 2;
    display: none;
  }

  .hero-section {
    height: 100%;
  }

}


.partners>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.partners>div>span {
  font-size: 15px;
  font-weight: 700;
  width: 150px;
  text-align: center;
}

.contributer-wrapper {
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-title {
  font-size: 4.5rem;
  color: white;
}

.colored-main-title {
  /* color: #67a1fb; */
  background: -webkit-linear-gradient(#2a6fdb, #67a1fb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.search-company-form {
  padding-top: 3rem;
}

div.search-company-form input[type=search] {
  padding: 10px;
  font-size: 17px;
  border: 2px solid #2a6fdb !important;
  border-radius: 0 !important;
  float: left;
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
  width: 80%;
  line-height: 1.5 !important;
  background: white;

}

div.search-company-form input[type=search]:focus {
  outline: none;
}

.search-box {
  /* width: 100% !important; */
  width: 80% !important;
}

.search-box .search-box-icon {
  left: 0 !important;
  right: 1rem !important;
}

.input-group {
  display: flex;
  align-items: center;
}

.search-box-icon {
  margin-left: auto;
}

/* Style the submit button */
div.search-company-form button {
  float: left;
  width: 50px;
  padding: 24px;
  background: linear-gradient(to left top, #0270D7, rgba(2, 112, 215, 0));
  color: white;
  font-size: 17px;
  border: 2px solid #2a6fdb;
  border-left: none;
  /* Prevent double borders */
  cursor: pointer;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

div.search-company-form button:hover {
  background: linear-gradient(to left top, #2c99ff, rgba(2, 112, 215, 0));
}

/* Clear floats */
div.search-company-form::after {
  content: "";
  clear: both;
  display: table;
}

.main-subtitle {
  color: #8A94A7;
  font-size: 19px;
}

.report-section .clip-scoring {
  clip-path: polygon(52% 33%, 0% 66%, 0% 0%, 95% 0%);
  background: linear-gradient(to left top, #17508a9f, #174c80ab, #16447696, #16406c91, #163b62a1);
  width: 100%;
  position: absolute;
  bottom: 30px;
  height: 100%;
}

.report-section .scoring-h1 {
  color: #000;
  font-size: 3rem;
  font-weight: 600;
}

.report-section .section-title {
  color: #000;
  text-align: left !important;
  align-items: flex-start;
  font-size: 22px;
  margin-left: 0;
}

.report-section .scoring-section {
  flex-direction: row-reverse;
}

.report-section .animaged-svg {
  align-self: center;
  padding-right: 50px;
}

.report-section .row-btns.row-justify-left {
  padding-left: 0;
}

.report-btnn:hover {
  background-color: #0e4aa1;
  /* Darker shade for hover effect */
  border-color: #0e4aa1;
  /* Match border with background */
  color: #ffffff;
  /* Keep text color the same */
  transform: scale(1.05);
  /* Slight scale effect */
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

.report-section .badge {
  display: inline-block;
  /* background: linear-gradient(90deg, #424141, #797878bd); */
  background: linear-gradient(90deg, #424141, #797878);
  color: white;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 25px;
  text-transform: uppercase;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  bottom: 16px;
  left: 0;
  width: 150px;
}

.g2__container {
  position: sticky;
  top: 120px;
  width: 100%;
  z-index: 999;
  /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
  /* border-bottom: 3px solid #4f46e5; */
  background: whitesmoke;
  box-shadow: 0 4px 20px rgba(79, 70, 229, 0.15);
  overflow: hidden;
}

.g2__content {
  display: flex;
  align-items: center;

  height: 60px;
  position: relative;
  overflow: hidden;
}

.g2__marquee-wrapper {
  display: flex;
  align-items: center;
  animation: scroll 15s linear infinite;
  white-space: nowrap;
  padding: 0 2rem;
  width: max-content;
}

@keyframes scroll {
  0% {
    transform: translateX(100vw);
  }

  100% {
    transform: translateX(-100%);
  }
}

.g2__text {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.g2__icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-right: 15px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.04);
  /* Darker for light background */
  padding: 5px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease;
}

.g2__icon:hover {
  transform: scale(1.1);
}

.g2__heading {
  font-weight: 700;
  /* color: #fbbf24; */
  color: #232e3c;
  margin-right: 8px;
  font-size: 17px;
}

.g2__award-text {
  /* color: #e5e7eb; */
  color: #4d5969;
  font-weight: 500;
  margin-right: 12px;
}

.g2__readmore {
  color: #2c7be5;
  text-decoration: none;
  font-weight: 600;
  padding: 6px 12px;
  border: 1px solid #2c7be5;
  border-radius: 20px;
  transition: all 0.3s ease;
  background: rgba(44, 123, 229, 0.1);
  margin-left: 15px;
}

.g2__readmore:hover {
  background: #2c7be5;
  color: #1f2937;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(251, 191, 36, 0.3);
  text-decoration: none;
}

.g2__star-icon {
  color: #00BFFB;
  margin-right: 8px;
  font-size: 18px;
  animation: twinkle 2s ease-in-out infinite;
}

@keyframes twinkle {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }
}

/* 
    .g2__badge-glow {
      position: absolute;
      top: -2px;
      left: -2px;
      right: -2px;
      bottom: -2px;
  background: linear-gradient(to left top, #00BFFB, rgba(0, 191, 251, 0));
      border-radius: 10px;
      opacity: 0.3;
      animation: glow 3s ease-in-out infinite;
      z-index: -1;
    } */

@keyframes glow {

  0%,
  100% {
    opacity: 0.3;
  }

  50% {
    opacity: 0.6;
  }
}



/* Pause animation on hover */
.g2__container:hover .g2__marquee-wrapper {
  animation-play-state: paused;
}

/* Decorative lines */
.g2__container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
}

.g2__container::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.2), transparent);
}






.g2-section {
  /* background: linear-gradient(135deg, #f8fbff 0%, #e6f0fa 100%); */
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.g2-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23e2e8f0" stroke-width="0.5" opacity="0.3"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.4;
  pointer-events: none;
}

.section-container {
  position: relative;
  /* z-index: 2; */
}

.g2-badge-widget {
  background: #ffffff;
  border-radius: 24px;
  padding: 50px 40px;
  box-shadow:
    0 25px 50px rgba(15, 23, 42, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  display: inline-block;
  position: relative;
  transform: translateY(0);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  backdrop-filter: blur(10px);
}

.g2-badge-widget::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 24px;
  pointer-events: none;
}

.g2-badge-widget:hover {
  transform: translateY(-8px);
  box-shadow:
    0 35px 70px rgba(59, 130, 246, 0.15),
    0 0 0 1px rgba(255, 255, 255, 0.7),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.g2-badge-img {
  max-width: 180px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
  transition: transform 0.3s ease;
}

.g2-badge-widget:hover .g2-badge-img {
  transform: scale(1.05);
}

.g2-content {
  padding-left: 2rem;
}

.g2-content h5 {
  color: #0d6efd;
  font-weight: 600;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.75rem;
  position: relative;
  display: inline-block;
}

.g2-content h5::after {
  content: '';
  position: absolute;
  bottom: -4px;
  /* left: 0; */
  /* left: 9rem; */
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #0d6efd, #5a9cff);
  border-radius: 1px;
}

.g2-content h2 {
  color: #1e293b;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #1e293b 0%, #64748b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.g2-content p {
  color: #64748b;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.g2-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2.5rem;
}

.g2-content ul li {
  color: #64748b;
  font-size: 1.05rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}

.g2-content ul li::before {
  content: '✓';
  margin-right: 12px;
  color: #ffffff;
  background: linear-gradient(135deg, #0d6efd, #5a9cff);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}

.g2-content ul li:hover {
  color: #1e293b;
}

.g2-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}


.g2-cta-button {
  background: linear-gradient(135deg, #0d6efd 0%, #5a9cff 100%);
  border: none;
  border-radius: 16px;
  padding: 1rem 2rem;
  font-weight: 600;
  font-size: 1.1rem;
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow:
    0 12px 24px rgba(59, 130, 246, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}

.g2-cta-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

.g2-cta-button:hover::before {
  left: 100%;
}

.g2-cta-button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 16px 32px rgba(59, 130, 246, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  color: #ffffff;
}

.g2-cta-button:active {
  transform: translateY(0);
}

.star-icon {
  font-size: 1.2rem;
  /* animation: pulse 2s infinite; */
}

/* @keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
} */

/* Responsive Design */
@media (max-width: 992px) {
  .g2-content {
    padding-left: 0;
    margin-top: 3rem;
    text-align: center;
  }

  .g2-content h2 {
    font-size: 2rem;
  }

  .g2-section {
    padding: 60px 0;
  }
}

@media (max-width: 768px) {
  .g2-badge-widget {
    padding: 30px 25px;
    margin-bottom: 2rem;
  }

  .g2-badge-img {
    max-width: 150px;
  }

  .g2-content h2 {
    font-size: 1.75rem;
  }

  .g2-content ul li {
    justify-content: center;
  }
}

/* Animation delays for staggered effect */
.g2-badge-widget {
  animation-delay: 0.2s;
}

.g2-content h5 {
  animation-delay: 0.4s;
}

.g2-content h2 {
  animation-delay: 0.6s;
}

.g2-content p {
  animation-delay: 0.8s;
}

.g2-content ul {
  animation-delay: 1s;
}

.g2-cta-button {
  animation-delay: 1.2s;
}




/* Reset + Base scoped under .g2_gridd */
.g2_gridd .grid-inner {
  position: relative;
  width: 100%;
  max-width: 900px;
  /* height: 540px; */
  aspect-ratio: 3/2;
  margin: 2rem auto;
}

.g2_gridd .grid {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}

.g2_gridd .grid__borders {
  background-image:
    linear-gradient(to right, #5a39a2, #ff492c),
    linear-gradient(to bottom, #ff492c, #5a39a2),
    linear-gradient(to left, #5a39a2, #2690ce),
    linear-gradient(to top, #2690ce, #5a39a2);
  background-origin: border-box;
  background-position: top left, top right, bottom right, bottom left;
  background-repeat: no-repeat;
  background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
  border-radius: 4px;
  padding: 1px;
}

/* Gradient grid lines */
.g2_gridd .grid [class^="grid-rule--"] {
  position: absolute;
  opacity: 0.4;
}

.g2_gridd .grid [class*="--vertical--"] {
  top: 0;
  bottom: 0;
  width: 1px;
}

.g2_gridd .grid [class*="--horizontal--"] {
  left: 0;
  right: 0;
  height: 1px;
}

.g2_gridd .grid-rule--vertical--1 {
  left: 10%;
  background: linear-gradient(#5148aa, #2d85c8);
}

.g2_gridd .grid-rule--horizontal--1 {
  top: 10%;
  background: linear-gradient(to right, #4759b2, #f54832);
}

.g2_gridd .grid-rule--vertical--2 {
  left: 20%;
  background: linear-gradient(#583ba3, #3478c2);
}

.g2_gridd .grid-rule--horizontal--2 {
  top: 20%;
  background: linear-gradient(to right, #435fb5, #eb483b);
}

.g2_gridd .grid-rule--vertical--3 {
  left: 30%;
  background: linear-gradient(#6b3b96, #3c6cbc);
}

.g2_gridd .grid-rule--horizontal--3 {
  top: 30%;
  background: linear-gradient(to right, #4066b9, #e04642);
}

.g2_gridd .grid-rule--vertical--4 {
  left: 40%;
  background: linear-gradient(#803c86, #4360b6);
}

.g2_gridd .grid-rule--horizontal--4 {
  top: 40%;
  background: linear-gradient(to right, #3b6bbb, #d74649);
}

.g2_gridd .grid-rule--vertical--5 {
  left: 50%;
  background: linear-gradient(#963f77, #4a52af);
      opacity: 1 !important;
      width: 1.4px !important;
}

.g2_gridd .grid-rule--horizontal--5 {
  top: 50%;
  background: linear-gradient(to right, #3972bf, #cc4451);
       opacity: 1 !important;
      height: 1.4px !important;
}

.g2_gridd .grid-rule--vertical--6 {
  left: 60%;
  background: linear-gradient(#ab4168, #5247a9);
}

.g2_gridd .grid-rule--horizontal--6 {
  top: 60%;
  background: linear-gradient(to right, #3577c2, #c24358);
}

.g2_gridd .grid-rule--vertical--7 {
  left: 70%;
  background: linear-gradient(#c14359, #5a3aa2);
}

.g2_gridd .grid-rule--horizontal--7 {
  top: 70%;
  background: linear-gradient(to right, #327cc4, #b64260);
}

.g2_gridd .grid-rule--vertical--8 {
  left: 80%;
  background: linear-gradient(#d6454a, #6e3b93);
}

.g2_gridd .grid-rule--horizontal--8 {
  top: 80%;
  background: linear-gradient(to right, #2d83c8, #ac4167);
}

.g2_gridd .grid-rule--vertical--9 {
  left: 90%;
  background: linear-gradient(#eb473b, #843d85);
}

.g2_gridd .grid-rule--horizontal--9 {
  top: 90%;
  background: linear-gradient(to right, #2a8acb, #a14070);
}

/* Main axes */
.g2_gridd .axis-line {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.g2_gridd .axis-line-horizontal {
  left: 0;
  width: 100%;
  height: 1px;
  bottom: -21px;
  transform: translateY(-50%);
  background: linear-gradient(to right, #5a39a2, #ff492c);
}

.g2_gridd .axis-line-vertical {
  top: 0;
  height: 100%;
  width: 1px;
  right: -21px;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, #5a39a2, #ff492c);
}

/* Quadrant labels */
.g2_gridd .quadrant-label {
  position: absolute;
  font-weight: bold;
      font-size: 0.8rem;
  background: rgba(255, 255, 255, 0.85);
  padding: 0.2rem 0.6rem;
  border-radius: 3px;
  z-index: 3;
}

.g2_gridd .label-contenders {
      top: 0.6rem;
      left: 0.3rem;
  color: #5a39a2;
}

.g2_gridd .label-leaders {
      top: 0.6rem;
      right: 1rem;
  color: #ff492c;
}

.g2_gridd .label-high-performers {
      bottom: 0.6rem;
      right: 0.1rem;
  color: #963f78;
}

.g2_gridd .label-niche {
      bottom: 0.6rem;
      left: 1rem;
  color: #2690ce;
}


/* Data‑points */
.g2_gridd .data-point {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}

.g2_gridd .data-point:not(.highlight) {
  opacity: 0.5;
}

.g2_gridd .data-point.highlight {
  opacity: 1;
  z-index: 6;
  animation: pulse-highlight 2s ease-out infinite;
    transform: scale(1.5); /* Makes the entire box 1.5x larger */
}

    .data-point.niche.Darwin_Attack {
    z-index: 999999;
}


@keyframes pulse-highlight {
  0% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.8);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.3); /* increased scale */
    box-shadow: 0 0 20px 10px rgba(0, 123, 255, 0.4); /* increased size & spread */
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}
.g2_gridd .data-point .logo {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  background: #fff;
  object-fit: contain;
  padding: 2.5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
  border: 2px solid #e0e0e0;
}

.g2_gridd .data-point.leader .logo {
  border-color: #ff492c;
}

.g2_gridd .data-point.high-perf .logo {
  border-color: #963f78;
}

.g2_gridd .data-point.contender .logo {
  border-color: #5a39a2;
}

.g2_gridd .data-point.niche .logo {
  border-color: #2690ce;
}

.g2_gridd .data-point .indicator {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid #475a6b;
  border-radius: 50%;
  pointer-events: none;
  z-index: 4;
}

.g2_gridd .data-point .indicator.spring {
top: 2px;
    left: 8%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
}

.g2_gridd .data-point .indicator.post {
top: 2px;
    left: -1.3px;
  transform: translate(50%, -50%);
  width: 4px;
  height: 4px;
  background: #475a6b;
}

.g2_gridd .data-point:hover::after {
  content: attr(data-name);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 0.8rem;
  pointer-events: none;
  z-index: 10;
  margin-bottom: 8px;
}

/* Axis‑label wrappers */
.g2_gridd .grid-axis-label__wrapper {
  position: absolute;
  pointer-events: none;
  z-index: 4;
}

.g2_gridd .grid-axis-label__wrapper--horizontal {
  left: 50%;
  bottom: -1.95rem;
  transform: translateX(-50%);
}

.g2_gridd .grid-axis-label__wrapper--vertical {
     right: -5.8rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  white-space: nowrap;
}

.g2_gridd .grid-axis-label {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border-radius: 3px;
  font-weight: bold;
  font-size: 0.9rem;
  color: #222;
}

.g2_gridd .icon-info {
  width: 16px;
  height: 16px;
  margin-left: 0.3rem;
  fill: #666;
  cursor: help;
}








@media (max-width: 991px) {
  .report-section .scoring-section {
    flex-direction: column-reverse;
  }

  .report-section .section-title {

    text-align: center !important;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .report-section .scoring-h1 {
    color: #000;
    font-size: 2rem;
  }

  .report-section .section-title {
    font-size: 18px;

  }

  .report-section .row-btns.row-justify-left {
    justify-content: center;
  }

  .report-section .animaged-svg {

    padding-right: 0;
    padding: 10px;
  }


  /* .g2__content {
        height: 60px;
      } */

  .g2__text {
    font-size: 14px;
  }

  .g2__icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .g2__heading {
    font-size: 15px;
  }

  .g2__marquee-wrapper {
    padding: 0 1rem;
  }
  .g2__container {
  top: 70px;
  }
}


/* Responsive rules */
@media (max-width: 768px) {
  .g2_gridd .grid-inner {
    height: 400px;
  }

  .g2_gridd .axis-line-horizontal {
    height: 2px;
  }

  .g2_gridd .axis-line-vertical {
    width: 2px;
  }

  /* .g2_gridd .grid-axis-label__wrapper--horizontal {
    bottom: -2rem;
  } */

    .g2_gridd .grid-inner {
    width: 95%;
  }
  .g2_gridd .grid {
    width: 95%;
  }
  .g2_gridd .axis-line-vertical {
    right: -4px;
  }

  .g2_gridd .grid-axis-label__wrapper--vertical {
  right: -4.7rem;
  }
}

@media (max-width: 480px) {
  /* .g2_gridd body {
    padding: 10px;
  } */

  .g2_gridd .grid-inner {
    height: 300px;
  }

  .g2_gridd .data-point .logo {
    width: 28px;
    height: 28px;
  }

  .g2_gridd .data-point .indicator {
    width: 10px;
    height: 10px;
    border-width: 1.5px;
  }

  .g2_gridd .quadrant-label {
    font-size: 0.6rem;
    padding: 0.15rem 0.5rem;
  }

  .data-point.niche.Darwin_Attack {
    z-index: 999999;
    left: 41.02% !important;
    top: 82.18% !important;
  }

  .g2_gridd .grid-axis-label {
    font-size: 0.7rem;
    padding: 0.15rem 0.5rem;
  }

  /* .g2_gridd .grid-axis-label__wrapper--horizontal {
    bottom: -1.8rem;
  } */
     .g2_gridd .grid-axis-label__wrapper--vertical {
  right: -4.4rem;
  }


}

@media (max-width: 320px) {
  .g2_gridd .grid-inner {
    height: 240px;
  }

  .g2_gridd .data-point .logo {
    width: 24px;
    height: 24px;
  }

  .g2_gridd .data-point .indicator {
    width: 8px;
    height: 8px;
    border-width: 1px;
  }

  .g2_gridd .quadrant-label {
    padding: 0.1rem 0.4rem;
  }

  .g2_gridd .grid-axis-label {
    /* font-size: 0.9rem; */
    padding: 0.1rem 0.4rem;
  }

  .g2_gridd .axis-line-horizontal {
    height: 2px;
  }

  .g2_gridd .axis-line-vertical {
    width: 2px;
  }

  /* .g2_gridd .grid-axis-label__wrapper--horizontal {
    bottom: -1.6rem;
  } */

  /* .g2_gridd .grid-axis-label__wrapper--vertical {
    margin-left: 1rem;
  } */
       /* .g2_gridd .grid-axis-label__wrapper--vertical {
        right: -5rem;
    } */
}