@charset "UTF-8";
/* Creato Display Font Family */
@font-face {
  font-family: "Creato Display";
  src: url("../fonts/text-fonts/CreatoDisplay-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Creato Display";
  src: url("../fonts/text-fonts/CreatoDisplay-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Creato Display";
  src: url("../fonts/text-fonts/CreatoDisplay-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Creato Display";
  src: url("../fonts/text-fonts/CreatoDisplay-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Creato Display";
  src: url("../fonts/text-fonts/CreatoDisplay-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
/* Remixicon Icon Font */
@font-face {
  font-family: "remixicon";
  src: url("../fonts/icon-fonts/remixicon.eot?#iefix") format("embedded-opentype"), url("../fonts/icon-fonts/remixicon.woff2") format("woff2"), url("../fonts/icon-fonts/remixicon.woff") format("woff"), url("../fonts/icon-fonts/remixicon.ttf") format("truetype"), url("../fonts/icon-fonts/remixicon.svg#remixicon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Icon class */
[class^=ri-],
[class*=" ri-"] {
  font-family: "remixicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Variables */
.ic-v3-body {
  font-family: "Creato Display", sans-serif;
  font-weight: 400;
  background-color: #00020f;
  /* Color classes */
  /* Heading */
  /* Individual headings */
  /* Text elements */
  /* Font utility classes */
  /* Section spacing */
  /* Border utilities */
  /* Badge */
  /* play button */
  /* hide default checkbox */
  /* custom box */
  /* checked style */
  /* check icon */
  /* show check */
  /* checkmark design */
}
.ic-v3-body .ic-v3-border-top-50 {
  border-top: 2px solid rgba(68, 81, 100, 0.3882352941);
}
.ic-v3-body .ic-text-new-gray {
  color: #b4b9c1;
}
.ic-v3-body .ic-text-new-gray2 {
  color: #8a8f98;
}
.ic-v3-body .ic-bg2 {
  background: #f6f7f9 !important;
}
.ic-v3-body .ic-bg-primary {
  background-color: #00020f;
}
.ic-v3-body .ic-color-secondary {
  color: #999a9f;
}
.ic-v3-body .ic-color-third {
  color: #242f3e;
}
.ic-v3-body .ic-color-forth {
  color: #4338ca;
}
.ic-v3-body .ic-color-fifth {
  color: #428cf8;
}
.ic-v3-body .ic-color-sixth {
  color: #454b5d;
}
.ic-v3-body .ic-color-sixth {
  color: #454b5d;
}
.ic-v3-body .ic-color-seventh {
  color: #34d399;
}
.ic-v3-body .ic-color-eight {
  color: #445164;
}
.ic-v3-body .ic-color-nine {
  color: #dadce0;
}
.ic-v3-body .ic-color-ten {
  color: #10b2ef;
}
.ic-v3-body .ic-color-eleven {
  color: #a1a1aa;
}
.ic-v3-body .ic-color-twelve {
  color: #71717a;
}
.ic-v3-body .ic-color-white {
  color: #ffffff;
}
.ic-v3-body .ic-color-black {
  color: #000000;
}
.ic-v3-body .ic-color-black2 {
  color: #1e293b;
}
.ic-v3-body .ic-color-paragraph {
  color: #bdbfc3;
}
.ic-v3-body .ic-color-paragraph {
  color: #bdbfc3;
}
.ic-v3-body .ic-color-green {
  color: #189877;
}
.ic-v3-body button {
  background: none;
  border: none;
}
.ic-v3-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ic-v3-body h1,
.ic-v3-body h2,
.ic-v3-body h3,
.ic-v3-body h4,
.ic-v3-body h5,
.ic-v3-body h6 {
  font-family: "Creato Display", sans-serif;
  color: #ffffff;
}
.ic-v3-body h1 span,
.ic-v3-body h2 span,
.ic-v3-body h3 span,
.ic-v3-body h4 span,
.ic-v3-body h5 span,
.ic-v3-body h6 span {
  font: inherit;
}
.ic-v3-body h1 {
  font-weight: 800;
  font-size: clamp(40px, 5vw, 60px);
  line-height: 110%;
}
.ic-v3-body h2 {
  font-weight: 800;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 120%;
}
.ic-v3-body h3 {
  font-weight: 800;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 120%;
}
.ic-v3-body h4 {
  font-weight: 500;
  font-size: clamp(30px, 3.5vw, 44px);
  line-height: 120%;
}
.ic-v3-body h5 {
  font-weight: 500;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 120%;
}
.ic-v3-body h6 {
  font-weight: 500;
  font-size: clamp(20px, 2.5vw, 32px);
  line-height: 120%;
}
.ic-v3-body p,
.ic-v3-body a,
.ic-v3-body button,
.ic-v3-body span,
.ic-v3-body li,
.ic-v3-body textarea,
.ic-v3-body input,
.ic-v3-body label {
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.6;
  color: #bdbfc3;
  margin: 0;
}
.ic-v3-body a {
  text-decoration: none;
}
.ic-v3-body .font-42 {
  font-size: 42px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-v3-body .font-42 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-v3-body .font-42 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-v3-body .font-42 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-v3-body .font-42 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 374.98px) {
  .ic-v3-body .font-42 {
    font-size: 23px;
  }
}
.ic-v3-body .font-80 {
  font-size: clamp(50px, 5vw, 80px);
  line-height: 1.3;
}
.ic-v3-body .font-60 {
  font-size: clamp(42px, 4.5vw, 60px);
  line-height: 1.3;
}
.ic-v3-body .font-36 {
  font-size: clamp(28px, 2.5vw, 36px);
  line-height: 1.4;
}
.ic-v3-body .font-30 {
  font-size: clamp(26px, 2.3vw, 30px);
  line-height: 1.4;
}
.ic-v3-body .font-28 {
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.5;
}
.ic-v3-body .font-24 {
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.5;
}
.ic-v3-body .font-20 {
  font-size: clamp(18px, 1.6vw, 20px);
  line-height: 1.5;
}
.ic-v3-body .font-18 {
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.6;
}
.ic-v3-body .font-16 {
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.6;
}
.ic-v3-body .font-14 {
  font-size: clamp(13px, 1.2vw, 14px);
  line-height: 1.6;
}
.ic-v3-body .font-10 {
  font-size: clamp(8px, 1.2vw, 10px);
  line-height: 1.6;
}
.ic-v3-body .fw-extrabold {
  font-weight: 800;
}
.ic-v3-body .mb-60 {
  margin-bottom: clamp(30px, 4.5vw, 60px);
}
.ic-v3-body .mb-50 {
  margin-bottom: clamp(24px, 4vw, 50px);
}
.ic-v3-body .mb-40 {
  margin-bottom: clamp(20px, 3.5vw, 40px);
}
.ic-v3-body .mb-30 {
  margin-bottom: clamp(16px, 3vw, 30px);
}
.ic-v3-body .mb-20 {
  margin-bottom: clamp(12px, 2.5vw, 20px);
}
.ic-v3-body .ic-section-space {
  padding: clamp(40px, 6vw, 80px) 0;
}
.ic-v3-body .ic-section-space-top {
  padding-top: clamp(40px, 6vw, 80px);
}
.ic-v3-body .ic-section-space-bottom {
  padding-bottom: clamp(40px, 6vw, 80px);
}
.ic-v3-body .ic-border {
  border: 1px solid #445164;
}
.ic-v3-body .ic-border-top {
  border-top: 1px solid #445164;
}
.ic-v3-body .ic-border-bottom {
  border-bottom: 1px solid #445164;
}
.ic-v3-body .ic-border-left {
  border-left: 1px solid #445164;
}
.ic-v3-body .ic-border-right {
  border-right: 1px solid #445164;
}
.ic-v3-body .ic-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  gap: 10px;
  background: rgba(255, 255, 255, 0.07);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 3, 18, 0.3), 0px 8px 10.9px rgba(0, 3, 18, 0.12);
  backdrop-filter: blur(6px);
  border-radius: 30px;
  font-weight: 500;
}
.ic-v3-body .ic-badge span {
  display: flex;
  align-items: center;
  padding: 4px 10px;
  background: #1c75bc;
  border-radius: 100px;
  color: #ffffff;
}
.ic-v3-body .ic-bg-gradient {
  position: relative;
  z-index: 1;
}
.ic-v3-body .ic-bg-gradient::before {
  content: "";
  position: absolute;
  background: #0bb0ee;
  opacity: 0.3;
  filter: blur(250px);
  border-radius: 100px;
  top: 80%;
  left: 50%;
  width: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.ic-v3-body .play-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ic-v3-body .play-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #000;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ic-v3-body .play-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.784);
  z-index: -1;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  70% {
    transform: scale(1.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.ic-v3-body .ic-bg-img {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.ic-v3-body .ic-bg-img-contain {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.ic-v3-body .ic-input-group {
  position: relative;
  /* Firefox */
}
.ic-v3-body .ic-input-group input {
  height: 48px;
  border: none;
  background: rgba(255, 255, 255, 0.07);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 3, 18, 0.3), 0px 8px 10.9px rgba(0, 3, 18, 0.12);
  backdrop-filter: blur(6px);
  border-radius: 8px;
}
.ic-v3-body .ic-input-group input:focus {
  outline: none !important;
}
.ic-v3-body .ic-input-group input::placeholder {
  color: #b4b9c1;
}
.ic-v3-body .ic-input-group textarea {
  min-height: 120px;
  border: none;
  background: rgba(255, 255, 255, 0.07);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 3, 18, 0.3), 0px 8px 10.9px rgba(0, 3, 18, 0.12);
  backdrop-filter: blur(6px);
  border-radius: 8px;
}
.ic-v3-body .ic-input-group textarea:focus {
  outline: none !important;
}
.ic-v3-body .ic-input-group textarea::placeholder {
  color: #b4b9c1;
}
.ic-v3-body .ic-input-group input[type=number]::-webkit-outer-spin-button,
.ic-v3-body .ic-input-group input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ic-v3-body .ic-input-group input[type=number] {
  -moz-appearance: textfield;
}
.ic-v3-body .ic-input-group .ic-input-eye {
  position: absolute;
  right: 15px;
  top: 70%;
  transform: translateY(-50%);
  cursor: pointer;
}
.ic-v3-body .ic-input-group .ic-input-eye i {
  color: #454b5d;
}
.ic-v3-body .ic-open-eye {
  display: none;
}
.ic-v3-body .custom-check {
  cursor: pointer;
}
.ic-v3-body .custom-check input {
  display: none;
}
.ic-v3-body .custom-check .checkmark {
  width: 15px;
  height: 15px;
  border: 2px solid #697483;
  background: transparent;
  position: relative;
  cursor: pointer;
  flex: 0 0 auto;
}
.ic-v3-body .custom-check input:checked + .checkmark {
  background: transparent;
  border-color: #007bff;
}
.ic-v3-body .custom-check .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.ic-v3-body .custom-check input:checked + .checkmark::after {
  display: block;
}
.ic-v3-body .custom-check .checkmark::after {
  left: 4px;
  top: 0px;
  width: 4px;
  height: 10px;
  border: solid #007bff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media (max-width: 991.98px) {
  .ic-v3-body .ic-input-group input {
    height: 45px;
  }
}
@media (max-width: 575.98px) {
  .ic-v3-body .ic-input-group input {
    height: 40px;
  }
}

.ic-v3-body {
  /* NAVBAR ................*/
  /*LOGO / BRAND .............*/
  /* DESKTOP NAVIGATION ..........*/
  /* Dropdown Styling */
  /* CTA BUTTON (Desktop) .........*/
  /* Close Button */
  /* Mobile Menu Content */
  /* Mobile Navigation List */
  /* Mobile Navigation Links */
  /* Mobile Submenu */
  /* Mobile CTA Button */
  /* Reduced motion support */
}
.ic-v3-body .navbar-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
}
.ic-v3-body .navbar-header.scrolled {
  background-color: rgba(0, 0, 0, 0.662);
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}
.ic-v3-body .home-top-banner {
  width: 100%;
  text-align: center;
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.ic-v3-body .home-top-banner div {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .home-top-banner div {
    font-size: 12px;
    gap: 4px;
  }
}
.ic-v3-body .home-top-banner .badge {
  background-color: #34d399;
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
}
.ic-v3-body .navbar {
  position: relative;
  background-color: transparent;
  padding: 10px 0 0 0;
  border-radius: 0;
}
@media only screen and (max-width: 1399.98px) {
  .ic-v3-body .navbar {
    padding: 0 0 0 0;
  }
}
.ic-v3-body .navbar .ic_nav_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0px;
  gap: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-v3-body .navbar .ic_nav_wrapper {
    padding: 8px 16px;
    gap: 16px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .navbar .ic_nav_wrapper {
    padding: 8px 12px;
    gap: 12px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .navbar .ic_nav_wrapper {
    padding: 8px 10px;
    gap: 8px;
  }
}
.ic-v3-body .navbar-brand {
  flex-shrink: 0;
  padding: 0;
  margin: 0;
}
.ic-v3-body .navbar-brand img {
  width: 166px;
  height: 50px;
  object-fit: contain;
  display: block;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 1280px) {
  .ic-v3-body .navbar-brand img {
    width: 150px;
    height: 42px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .navbar-brand img {
    width: 130px;
    height: 40px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .navbar-brand img {
    width: 115px;
    height: 35px;
  }
}
.ic-v3-body .navbar-brand img:hover {
  opacity: 0.8;
}
.ic-v3-body .navbar-desktop-right {
  flex: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .navbar-desktop-right {
    display: none !important;
  }
}
.ic-v3-body .navbar-nav-horizontal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(6px);
  border-radius: 100px;
  height: 60px;
  box-shadow: 0px 1px 1px rgba(0, 3, 18, 0.3), 0px 8px 10.9px rgba(0, 3, 18, 0.12);
}
@media only screen and (max-width: 1399.98px) {
  .ic-v3-body .navbar-nav-horizontal {
    height: 56px;
  }
}
.ic-v3-body .navbar-nav-horizontal .nav-item {
  margin: 0;
  padding: 0;
}
.ic-v3-body .nav-link {
  color: white;
  font-size: 16px;
  padding: 12px 20px !important;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  color: white;
  border: 1px solid transparent;
}
@media only screen and (max-width: 1280px) {
  .ic-v3-body .nav-link {
    font-size: 15px;
    padding: 10px 16px !important;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-v3-body .nav-link {
    font-size: 14px;
    padding: 8px 14px !important;
  }
}
.ic-v3-body .nav-link:hover {
  background-color: rgba(27, 37, 51, 0.6);
  color: white;
  border-radius: 50px;
  border: 1px solid #242F3E;
}
.ic-v3-body .nav-link:focus {
  background-color: rgba(27, 37, 51, 0.6);
  color: white !important;
  border-radius: 50px;
}
.ic-v3-body .nav-link i {
  font-size: 14px;
  transition: transform 0.3s ease;
}
.ic-v3-body .dropdown-toggle::after {
  display: none !important;
}
.ic-v3-body .dropdown-menu {
  border: none;
  background: rgba(9, 15, 38, 0.95);
  backdrop-filter: blur(10px);
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 20px 60px rgba(26, 29, 44, 0.3) !important;
  padding: 16px 8px;
  margin-top: 4px;
  border-radius: 12px;
  min-width: 280px;
  animation: slideDown 0.3s ease ease-out;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ic-v3-body .dropdown-item {
  color: rgba(255, 255, 255, 0.9);
  padding: 12px 16px;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 14px;
  border: none;
  cursor: pointer;
}
.ic-v3-body .dropdown-item .ic_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.ic-v3-body .dropdown-item .ic_sub_title {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}
.ic-v3-body .dropdown-item .ic_sub_menu_icn {
  color: rgba(66, 140, 248, 0.7);
  font-size: 16px;
  transition: all 0.3s ease;
}
.ic-v3-body .dropdown-item:hover {
  background-color: rgba(66, 140, 248, 0.2);
  color: white;
}
.ic-v3-body .dropdown-item:hover .ic_sub_menu_icn {
  color: rgb(66, 140, 248);
  transform: translateX(4px) translateY(-4px);
}
.ic-v3-body .dropdown-item:focus {
  outline: 2px solid rgba(66, 140, 248, 0.5);
  outline-offset: -2px;
}
.ic-v3-body .ic-btn {
  text-align: end;
  background: rgba(255, 255, 255, 0.07);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  border-radius: 100px;
  padding: 12px 20px;
  flex-shrink: 0;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1199.98px) {
  .ic-v3-body .ic-btn {
    padding: 10px 16px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-btn {
    display: none;
  }
}
.ic-v3-body .ic-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}
.ic-v3-body .ic-btn:focus {
  outline: 2px solid rgba(66, 140, 248, 0.5);
  outline-offset: 2px;
}
.ic-v3-body .ic-dwn-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: white;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
}
.ic-v3-body .ic-dwn-btn:hover {
  color: rgb(66, 140, 248);
}
.ic-v3-body .ic-dwn-btn .ic_arrow_icn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: transform 0.3s ease;
}
.ic-v3-body .ic-dwn-btn:hover .ic_arrow_icn {
  transform: translate(2px, -2px);
}
.ic-v3-body .navbar-mobile-controls {
  display: none;
  gap: 12px;
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .navbar-mobile-controls {
    display: flex !important;
  }
}
.ic-v3-body .menu-toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  width: 44px;
  height: 44px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .menu-toggle-btn {
    width: 40px;
    height: 40px;
  }
}
.ic-v3-body .menu-toggle-btn .hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .menu-toggle-btn .hamburger {
    font-size: 20px;
  }
}
.ic-v3-body .menu-toggle-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: scale(1.05);
}
.ic-v3-body .menu-toggle-btn:focus {
  outline: 2px solid rgba(66, 140, 248, 0.5);
  outline-offset: 2px;
}
.ic-v3-body .menu-toggle-btn[aria-expanded=true] .hamburger {
  transform: rotate(90deg);
}
.ic-v3-body .mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(9, 15, 38, 0.98);
  backdrop-filter: blur(10px);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  padding-top: 80px;
  height: 100vh;
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .mobile-menu-overlay {
    padding-top: 70px;
  }
}
.ic-v3-body .mobile-menu-overlay[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.ic-v3-body .menu-close-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  width: 44px;
  height: 44px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1001;
  transition: all 0.3s ease;
  color: white;
  font-size: 28px;
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .menu-close-btn {
    width: 40px;
    height: 40px;
    font-size: 24px;
    top: 16px;
    right: 16px;
  }
}
.ic-v3-body .menu-close-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg) scale(1.05);
}
.ic-v3-body .menu-close-btn:focus {
  outline: 2px solid rgba(66, 140, 248, 0.5);
  outline-offset: 2px;
}
.ic-v3-body .menu-close-btn i {
  display: block;
}
.ic-v3-body .mobile-menu-content {
  width: 100%;
  max-width: 100%;
  animation: slideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ic-v3-body .mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .mobile-nav-list {
    padding: 16px;
    gap: 8px;
  }
}
.ic-v3-body .mobile-nav-item {
  margin: 0;
  padding: 0;
  border: none;
}
.ic-v3-body .mobile-nav-item:focus {
  outline: 2px solid rgba(66, 140, 248, 0.5);
  outline-offset: -2px;
}
.ic-v3-body .mobile-nav-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 12px;
}
.ic-v3-body .mobile-nav-link,
.ic-v3-body .mobile-nav-accordion-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 16px;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 8px;
  text-align: left;
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .mobile-nav-link,
  .ic-v3-body .mobile-nav-accordion-btn {
    padding: 12px 14px;
    font-size: 15px;
  }
}
.ic-v3-body .mobile-nav-link:hover,
.ic-v3-body .mobile-nav-accordion-btn:hover {
  background: rgba(66, 140, 248, 0.2);
  color: white;
  padding-left: 20px;
}
.ic-v3-body .mobile-nav-link:focus,
.ic-v3-body .mobile-nav-accordion-btn:focus {
  outline: none;
}
.ic-v3-body .mobile-nav-link i,
.ic-v3-body .mobile-nav-accordion-btn i {
  font-size: 18px;
  color: rgba(66, 140, 248, 0.7);
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .mobile-nav-link i,
  .ic-v3-body .mobile-nav-accordion-btn i {
    font-size: 16px;
  }
}
.ic-v3-body .mobile-nav-link[aria-expanded=true] i,
.ic-v3-body .mobile-nav-accordion-btn[aria-expanded=true] i {
  transform: rotate(180deg);
}
.ic-v3-body .mobile-submenu {
  list-style: none;
  margin: 0;
  padding: 8px 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  animation: expandMenu 0.3s ease ease-out;
}
@keyframes expandMenu {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 500px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .mobile-submenu {
    padding: 8px 0 0 24px;
  }
}
.ic-v3-body .mobile-submenu[hidden] {
  display: none;
}
.ic-v3-body .mobile-submenu li {
  margin: 0;
  padding: 0;
}
.ic-v3-body .mobile-submenu-link {
  display: block;
  padding: 10px 14px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 14px;
  border-radius: 6px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .mobile-submenu-link {
    padding: 9px 12px;
    font-size: 13px;
  }
}
.ic-v3-body .mobile-submenu-link:hover {
  background: rgba(66, 140, 248, 0.15);
  color: rgba(255, 255, 255, 0.95);
  padding-left: 18px;
}
.ic-v3-body .mobile-submenu-link:focus {
  outline: 2px solid rgba(66, 140, 248, 0.5);
  outline-offset: -2px;
}
.ic-v3-body .mobile-nav-cta {
  background: rgba(66, 140, 248, 0.15);
  color: rgb(66, 140, 248);
  margin-top: 12px;
  border: 1px solid rgba(66, 140, 248, 0.3);
  font-weight: 600;
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .mobile-nav-cta {
    margin-top: 8px;
  }
}
.ic-v3-body .mobile-nav-cta:hover {
  background: rgba(66, 140, 248, 0.25);
  color: rgb(66, 140, 248);
  border-color: rgba(66, 140, 248, 0.5);
}
.ic-v3-body .mobile-nav-cta:hover i {
  color: rgb(66, 140, 248);
}
.ic-v3-body .mobile-nav-cta i {
  color: rgba(66, 140, 248, 0.7);
  margin-left: 8px;
}
.ic-v3-body .ic_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.ic-v3-body .ic_sub_title {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic_sub_title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .ic_sub_title {
    font-size: 13px;
  }
}
.ic-v3-body .ic_sub_menu_icn {
  color: rgba(66, 140, 248, 0.7);
  font-size: 18px;
  flex-shrink: 0;
}
.ic-v3-body .ic_arrow_icn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.ic-v3-body *:focus-visible {
  outline: 2px solid rgba(66, 140, 248, 0.5) !important;
  outline-offset: 2px !important;
}
@media (prefers-reduced-motion: reduce) {
  .ic-v3-body *,
  .ic-v3-body *::before,
  .ic-v3-body *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.ic-v3-body .ic_border_white {
  border: 1px solid white !important;
}
.ic-v3-body .ic-button-container {
  border: 1px solid red;
  text-align: end;
}
.ic-v3-body .ic-mobile-drop-text-color {
  font-size: 16px;
  color: white;
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .ic-mobile-drop-text-color {
    font-size: 15px;
  }
}

.ic-v3-body .ic-v3-arrow-base {
  width: 38px;
  height: 26px;
  background: #1C75BC;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.ic-v3-body .ic-v3-new-main-btn-container {
  display: flex;
  align-items: center;
}
.ic-v3-body .ic-v3-new-main-btn {
  background: linear-gradient(91.08deg, #6B70FF 27.19%, #0BB0EE 95.99%);
  border-radius: 78.4615px;
  padding: 16px 34px;
  color: white;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  border: 2.30769px solid rgba(255, 255, 255, 0.3843137255);
  position: relative;
  white-space: nowrap;
}
.ic-v3-body .ic-v3-new-main-btn.ic_rect::after {
  content: "";
  position: absolute;
  width: 8.5px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  background: #0BB0EE;
  right: -6.5px;
  z-index: 1;
  border-top: 2.30769px solid rgba(255, 255, 255, 0.3843137255);
  border-bottom: 2.30769px solid rgba(255, 255, 255, 0.3843137255);
}
.ic-v3-body .ic-v3-circle {
  width: 60px;
  height: 60px;
  background: #0BB0EE;
  padding: 16px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2.30769px solid rgba(255, 255, 255, 0.3843137255);
  transition: transform 0.3s ease-in-out;
}
.ic-v3-body .ic-v3-circle i {
  font-size: 24px;
  color: white;
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .ic-v3-circle i {
    font-size: 20px;
  }
}
.ic-v3-body .ic-v3-new-main-btn-container:hover .ic-v3-circle {
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .ic-v3-body .ic-v3-new-main-btn {
    padding: 14px 26px;
    font-size: 16px;
  }
  .ic-v3-body .ic-v3-circle {
    width: 56px;
    height: 56px;
  }
}
@media (max-width: 480px) {
  .ic-v3-body .ic-v3-new-main-btn {
    padding: 11px 26px;
    font-size: 14px;
  }
  .ic-v3-body .ic-v3-circle {
    width: 48px;
    height: 48px;
  }
}

.ic-v3-body .ic-v3-footer {
  position: relative;
  padding: 80px 0 0px 0;
  /* Brand */
  /* Newsletter */
  /* Lists */
  /* Contact */
  /* Bottom */
  /* Scroll Button */
}
@media only screen and (max-width: 1199.98px) {
  .ic-v3-body .ic-v3-footer {
    padding: 60px 0 0px 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-v3-footer {
    padding: 50px 0 0px 0;
  }
}
.ic-v3-body .ic-v3-footer .ic-footer-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  top: 0;
}
.ic-v3-body .ic-v3-footer .ic-col1 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.005) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 3, 18, 0.3), 0px 8px 10.9px rgba(0, 3, 18, 0.12);
  backdrop-filter: blur(6px);
  border-radius: 24px 24px 0px 0px;
}
.ic-v3-body .ic-v3-footer .ic-col1 .footer-top {
  padding: 24px 24px 40px 24px;
  border-bottom: 2px solid #1e2740;
}
.ic-v3-body .ic-v3-footer .footer-col h4 {
  font-size: 24px;
  line-height: 100%;
}
@media only screen and (max-width: 1366px) {
  .ic-v3-body .ic-v3-footer .footer-col h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-v3-body .ic-v3-footer .footer-col h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-v3-footer .footer-col h4 {
    font-size: 18px;
  }
}
.ic-v3-body .ic-v3-footer .footer-col h3,
.ic-v3-body .ic-v3-footer .footer-col h4 {
  color: #fff;
  margin-bottom: 20px;
}
.ic-v3-body .ic-v3-footer .brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ic-v3-body .ic-v3-footer .brand .logo {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #60a5fa, #22d3ee);
  border-radius: 6px;
}
.ic-v3-body .ic-v3-footer .desc {
  font-size: 14px;
  color: #b4b9c1;
  margin: 8px 0;
}
.ic-v3-body .ic-v3-footer .newsletter h4 {
  font-size: 24px;
  line-height: 120%;
}
@media only screen and (max-width: 1366px) {
  .ic-v3-body .ic-v3-footer .newsletter h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-v3-body .ic-v3-footer .newsletter h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-v3-footer .newsletter h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-v3-body .ic-v3-footer .newsletter h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .ic-v3-footer .newsletter h4 {
    font-size: 15px;
  }
}
.ic-v3-body .ic-v3-footer .newsletter input {
  width: 100%;
  padding: 16px 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}
@media only screen and (max-width: 1399.98px) {
  .ic-v3-body .ic-v3-footer .newsletter input {
    padding: 12px 18px;
  }
}
.ic-v3-body .ic-v3-footer .newsletter button {
  padding: 12px 24px;
  border-radius: 999px;
  border: none;
  background: #1C75BC;
  box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.3), inset 0px 1px 5px rgba(255, 255, 255, 0.3);
  color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 1199.98px) {
  .ic-v3-body .ic-v3-footer .newsletter button {
    padding: 10px 16px;
  }
}
.ic-v3-body .ic-v3-footer .newsletter button i {
  display: inline-block;
  transition: transform 0.3s ease;
}
.ic-v3-body .ic-v3-footer .newsletter button:hover i {
  transform: rotate(45deg);
}
.ic-v3-body .ic-v3-footer ul {
  list-style: none;
  padding: 0;
}
.ic-v3-body .ic-v3-footer ul li {
  margin-bottom: 10px;
}
.ic-v3-body .ic-v3-footer ul a {
  color: #c1c7d1;
  text-decoration: none;
  transition: all 0.5s ease;
  font-size: 16px;
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-v3-footer ul a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-v3-body .ic-v3-footer ul a {
    font-size: 14px;
  }
}
.ic-v3-body .ic-v3-footer ul a:hover {
  background: linear-gradient(90deg, #6b70ff 0%, #0bb0ee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ic-v3-body .ic-v3-footer .contact {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ic-v3-body .ic-v3-footer .contact .ic-flex {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ic-v3-body .ic-v3-footer .contact .icon-wrapper {
  width: 42px;
  height: 42px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  filter: drop-shadow(0px 1px 1px rgba(0, 3, 18, 0.3)) drop-shadow(0px 8px 10.9px rgba(0, 3, 18, 0.12));
  backdrop-filter: blur(6px);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ic-v3-body .ic-v3-footer .contact .icon-wrapper i {
  font-size: 16px;
  color: white;
}
.ic-v3-body .ic-v3-footer .badge {
  display: inline-block;
  background: #facc15;
  color: #020617;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: bold;
  margin-top: 15px;
}
.ic-v3-body .ic-v3-footer .partner {
  margin-top: 15px;
  color: #fff;
  font-weight: 500;
}
.ic-v3-body .ic-v3-footer .footer-bottom {
  border-top: 1px solid #1e293b;
  padding: 24px 0 24px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-v3-body .ic-v3-footer .footer-bottom {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-v3-footer .footer-bottom {
    padding: 24px 0 24px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-v3-body .ic-v3-footer .footer-bottom {
    margin-top: 30px;
  }
}
.ic-v3-body .ic-v3-footer .footer-bottom p {
  color: #64748b;
}
.ic-v3-body .ic-v3-footer .footer-bottom .socials {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 767.98px) {
  .ic-v3-body .ic-v3-footer .footer-bottom .socials {
    margin-top: 18px;
  }
}
.ic-v3-body .ic-v3-footer .footer-bottom .socials a {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 3, 18, 0.3), 0px 8px 10.9px rgba(0, 3, 18, 0.12);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.ic-v3-body .ic-v3-footer .footer-bottom .socials a:hover {
  color: #3b82f6;
  border-color: #3b82f6;
}
.ic-v3-body .ic-v3-footer .scroll-top {
  position: fixed;
  bottom: 12%;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  color: #ffffff;
  cursor: pointer;
  z-index: 999;
  font-size: 20px;
  background: #121833;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 3, 18, 0.3), 0px 8px 10.9px rgba(0, 3, 18, 0.12);
}
.ic-v3-body .ic-v3-footer .scroll-top:hover {
  background: linear-gradient(90deg, #6B70FF 0%, #0BB0EE 100%);
}
.ic-v3-body .ic-v3-footer .footer-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-v3-footer .footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.ic-v3-body .ic-v3-footer .footer-second-column-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-left: 40px;
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-v3-footer .footer-second-column-grid {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-v3-body .ic-v3-footer .footer-second-column-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-v3-body .ic-v3-footer .footer-second-column-grid {
    gap: 0;
  }
}
@media only screen and (max-width: 374.98px) {
  .ic-v3-body .ic-v3-footer .footer-second-column-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.ic-v3-body .ic-v3-footer .ic-bootom-items {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 480px) {
  .ic-v3-body .ic-v3-footer .ic-bootom-items {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
}

.ic-v3-body .wd-75 {
  width: 75%;
  margin: 0 auto;
}
@media only screen and (max-width: 1366px) {
  .ic-v3-body .wd-75 {
    width: 90%;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .wd-75 {
    width: 100%;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .md-w-75 {
    width: 75%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-v3-body .md-w-75 {
    width: 100%;
  }
}
.ic-v3-body .z-1 {
  z-index: 1;
}
.ic-v3-body .ic_top_text {
  color: #00020f;
  font-weight: 700;
}
.ic-v3-body .home-top-banner {
  background: linear-gradient(90deg, #6b70ff 0%, #0bb0ee 100%);
  text-align: center;
  font-size: 14px;
  padding: 10px;
}
.ic-v3-body .home-top-banner p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  color: #ffffff;
}
.ic-v3-body .home-top-banner .badge {
  font-size: 12px;
  padding: 4px 12px;
  background: #00020f;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ic-v3-body .ic-v3-hero-video-container .hero-bg-full {
  position: absolute;
  width: 100%;
  object-fit: contain;
  overflow: hidden;
  top: 0;
}
.ic-v3-body .ic-v3-hero-video-container .hero {
  position: relative;
  padding: 190px 12px 0px 12px;
  overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-v3-hero-video-container .hero {
    padding: 160px 12px 0px 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-v3-body .ic-v3-hero-video-container .hero {
    padding: 180px 12px 0px 12px;
  }
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content {
  text-align: center;
  position: relative;
  /* OUT animation */
  /* IN animation */
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.07);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
  animation: fadeIn 0.6s ease-out;
  box-shadow: 0px 1px 1px rgba(0, 3, 18, 0.3), 0px 8px 10.9px rgba(0, 3, 18, 0.12);
  backdrop-filter: blur(6px);
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .badge span {
  color: #ECEEF0;
  font-weight: 500;
}
@media only screen and (max-width: 480px) {
  .ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .badge span {
    font-size: 14px;
  }
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .badge .avatars {
  display: flex;
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .badge .avatars .avatar {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  margin-left: -6px;
  border: 1px solid #ffffff;
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .text-center h1 {
  font-weight: 900;
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .text-center h1 .gradient-text {
  background: linear-gradient(90deg, #6b70ff 0%, #0bb0ee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .text-center p {
  width: 60%;
  margin: auto;
  color: #eceef0;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .text-center p {
    width: 95%;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .text-center p {
    font-size: 15px;
    width: 100%;
  }
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .cta-buttons {
  margin: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
@media only screen and (max-width: 767.98px) {
  .ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .cta-buttons {
    flex-direction: column;
    gap: 0;
  }
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .cta-buttons .ic-rec2 {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .cta-buttons .ic-rec2 {
    display: block;
    background: linear-gradient(180deg, #6272fd 0%, #1b2533 100%);
    width: 20px;
    height: 24px;
  }
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .cta-buttons .btn {
  font-weight: 900 !important;
  position: relative;
  cursor: default;
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .cta-buttons .btn {
    width: 100%;
  }
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .cta-buttons .btn.ic_rect::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(270deg, #6272fd 0%, #1b2533 100%);
  right: -26px;
  z-index: 1;
}
@media only screen and (max-width: 767.98px) {
  .ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .cta-buttons .btn.ic_rect::after {
    display: none;
  }
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .cta-buttons .ic-rect {
  background: linear-gradient(270deg, #6272fd 0%, #1b2533 100%);
  height: 20px;
  z-index: 1;
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .cta-buttons .btn {
  border: none;
  padding: 6px 24px;
  border-radius: 10px;
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .cta-buttons .btn {
    padding: 8px 24px;
  }
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .cta-buttons .btn span {
  font-size: 50px;
  line-height: 120%;
  color: white;
  display: inline-block;
  will-change: transform, opacity;
}
@media only screen and (max-width: 1399.98px) {
  .ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .cta-buttons .btn span {
    font-size: 46px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .cta-buttons .btn span {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .cta-buttons .btn span {
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .cta-buttons .btn span {
    font-size: 22px;
  }
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .cta-buttons .btn.primary {
  background: linear-gradient(90deg, #6b70ff 0%, #0bb0ee 100%);
  box-shadow: inset 0px -0.817151px 0.817151px rgba(0, 0, 0, 0.3), inset 0px 0.817151px 4.08576px rgba(255, 255, 255, 0.3);
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .cta-buttons .btn.secondary {
  background: #1b2533;
  box-shadow: inset 0px -0.817151px 0.817151px rgba(0, 0, 0, 0.3), inset 0px 0.817151px 4.08576px rgba(255, 255, 255, 0.3);
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .cta-buttons .btn.large {
  padding: 16px 32px;
  font-weight: bold;
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .cta-buttons .btn.full {
  width: 100%;
  max-width: 300px;
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content #text1,
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content #text2 {
  display: inline-block;
  will-change: transform, opacity, filter;
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .text-out {
  opacity: 0;
  transform: translateY(20px) scale(0.96);
  filter: blur(6px);
  transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .text-in {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
  transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .stats .left {
  position: absolute;
  bottom: 10%;
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .stats .right {
  position: absolute;
  top: 40%;
  right: 0;
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .stats .right {
    display: none;
  }
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .stats .stat {
  display: inline-flex;
  align-items: center;
  text-align: start;
  gap: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1.27389px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 3, 18, 0.3), 0px 8px 10.9px rgba(0, 3, 18, 0.12);
  backdrop-filter: blur(6px);
  padding: 12px 16px;
  border-radius: 16px;
  color: white;
  animation: floatY 3s ease-in-out infinite;
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .stats .stat.two .icon {
  width: 39px;
  height: 39px;
  background: #0fb2ef;
  border-radius: 8px !important;
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .stats .stat.two .value {
  color: #0fb2ef;
  font-weight: 600;
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .stats .stat {
    display: none;
  }
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .stats .stat .icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #60a5fa, #2563eb);
  padding: 4px;
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .stats .stat .icon img {
  width: 80%;
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .stats .stat .icon {
    width: 26px;
    height: 26px;
    font-size: 14px;
    border-radius: 6px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .stats .stat .icon {
    width: 22px;
    height: 22px;
    font-size: 12px;
    border-radius: 4px;
  }
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .stats .stat .icon.shipped {
  border-radius: 10px;
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .stats .stat .icon.check {
  border-radius: 100%;
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .stats .stat .value {
  font-size: 18px;
  font-weight: bold;
  color: #1c75bc;
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .stats .stat .value {
    font-size: 16px;
  }
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .stats .stat .label {
  font-size: 12px;
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .stats .stat .label {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .stats .stat .label {
    font-size: 10px;
  }
}
@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .stats .stat:nth-child(2) {
  animation-delay: 0.5s;
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .stats .stat:nth-child(3) {
  animation-delay: 1s;
}
.ic-v3-body .ic-v3-hero-video-container .hero .ic-hero-content .bottom-cta {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.ic-v3-body .ic-v3-hero-video-container .demo-video-section {
  margin-top: 54px;
  position: relative;
  /* Video */
  /* Glow effect */
  /* Main Box */
  /* Overlay */
  /* Play Button */
  /* Pulse Ring */
  /* Bottom */
}
.ic-v3-body .ic-v3-hero-video-container .demo-video-section .video-group {
  position: relative;
  cursor: pointer;
}
.ic-v3-body .ic-v3-hero-video-container .demo-video-section .video-glow {
  position: absolute;
  inset: -5px;
  border-radius: 24px;
  background-color: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  opacity: 0.3;
  transition: all 0.5s ease;
}
.ic-v3-body .ic-v3-hero-video-container .demo-video-section .video-group:hover .video-glow {
  opacity: 0.5;
}
.ic-v3-body .ic-v3-hero-video-container .demo-video-section .video-box {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  border: 2px solid rgba(117, 125, 138, 0.6352941176);
  background: #020617;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
  .ic-v3-body .ic-v3-hero-video-container .demo-video-section .video-box {
    border-radius: 34px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-v3-body .ic-v3-hero-video-container .demo-video-section .video-box {
    border-radius: 24px;
  }
}
.ic-v3-body .ic-v3-hero-video-container .demo-video-section .video-inner {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin: 20px;
}
.ic-v3-body .ic-v3-hero-video-container .demo-video-section .video-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-v3-body .ic-v3-hero-video-container .demo-video-section .video-inner img {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-v3-body .ic-v3-hero-video-container .demo-video-section .video-inner img {
    border-radius: 16px;
  }
}
.ic-v3-body .ic-v3-hero-video-container .demo-video-section .video-inner {
  position: relative;
}
.ic-v3-body .ic-v3-hero-video-container .demo-video-section .video-inner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}
.ic-v3-body .ic-v3-hero-video-container .demo-video-section .video-inner.active iframe {
  opacity: 1;
  visibility: visible;
}
.ic-v3-body .ic-v3-hero-video-container .demo-video-section .video-inner.active img, .ic-v3-body .ic-v3-hero-video-container .demo-video-section .video-inner.active .overlay, .ic-v3-body .ic-v3-hero-video-container .demo-video-section .video-inner.active .play-btn, .ic-v3-body .ic-v3-hero-video-container .demo-video-section .video-inner.active .pulse-ring {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.ic-v3-body .ic-v3-hero-video-container .demo-video-section .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(2, 6, 23, 0.5), transparent);
}
.ic-v3-body .ic-v3-hero-video-container .demo-video-section .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #10b2ef;
  font-size: 36px;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-v3-hero-video-container .demo-video-section .play-btn {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-v3-body .ic-v3-hero-video-container .demo-video-section .play-btn {
    width: 50px;
    height: 50px;
    font-size: 28px;
  }
}
.ic-v3-body .ic-v3-hero-video-container .demo-video-section .video-group:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.1);
}
.ic-v3-body .ic-v3-hero-video-container .demo-video-section .play-btn:hover {
  transform: translate(-50%, -50%) scale(1.15);
  box-shadow: 0 0 30px rgba(34, 211, 238, 0.5);
}
.ic-v3-body .ic-v3-hero-video-container .demo-video-section .pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 2px solid rgba(34, 211, 238, 0.3);
  transition: all 0.7s ease;
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-v3-hero-video-container .demo-video-section .pulse-ring {
    width: 100px;
    height: 100px;
  }
}
.ic-v3-body .ic-v3-hero-video-container .demo-video-section .video-group:hover .pulse-ring {
  transform: translate(-50%, -50%) scale(1.3);
  opacity: 0;
}
.ic-v3-body .ic-v3-hero-video-container .demo-video-section .bottom-text {
  margin-top: 50px;
  color: #94a3b8;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes floatDown {
  0% {
    transform: translateY(-60px) rotate(56deg) scale(1);
    filter: blur(45px) brightness(0.7);
    opacity: 0.6;
  }
  50% {
    transform: translateY(10px) rotate(56deg) scale(1.15);
    filter: blur(65px) brightness(1.1);
    opacity: 0.9;
  }
  100% {
    transform: translateY(70px) rotate(56deg) scale(1.3);
    filter: blur(80px) brightness(1.4);
    opacity: 1;
  }
}
@keyframes floatRight {
  0% {
    transform: translateX(0) rotate(-56deg);
    opacity: 0.5;
    filter: blur(40px) brightness(0.8);
  }
  50% {
    transform: translateX(-30px) rotate(-56deg);
    opacity: 0.8;
    filter: blur(60px) brightness(1.2);
  }
  100% {
    transform: translateX(40px) rotate(-56deg);
    opacity: 1;
    filter: blur(75px) brightness(1.5);
  }
}
@keyframes floatCenter {
  0% {
    transform: translate(-50%, -30px) rotate(-20deg) scale(0.9);
    opacity: 0.4;
    filter: blur(40px) brightness(0.7);
  }
  50% {
    transform: translate(-50%, 0px) rotate(-18deg) scale(1.05);
    opacity: 0.8;
    filter: blur(65px) brightness(1.2);
  }
  100% {
    transform: translate(-50%, 30px) rotate(-22deg) scale(1.2);
    opacity: 1;
    filter: blur(85px) brightness(1.5);
  }
}
.ic-v3-body .ic-home-join-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.ic-v3-body .ic-home-join-section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 600px;
  background: linear-gradient(180deg, rgba(0, 3, 16, 0) 0%, rgba(0, 3, 16, 0) 40%, #f6f7f9 100%);
  pointer-events: none;
  z-index: -1;
}
.ic-v3-body .ic-v3-home-award-faq-main {
  position: relative;
}
@media (max-width: 480px) {
  .ic-v3-body .ic-v3-home-award-faq-main {
    overflow: hidden;
  }
}
.ic-v3-body .ic-v3-home-award-faq-main::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: #0bb0ee;
  filter: blur(400px);
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  z-index: 1;
}
.ic-v3-body .ic-awards-section {
  position: relative;
  z-index: 1;
}
.ic-v3-body .ic-awards-section::before {
  content: "";
  position: absolute;
  width: 351px;
  height: 339px;
  background: #2E3192;
  filter: blur(400px);
  left: 50%;
  transform: translate(-50%);
  top: -50%;
  z-index: -1;
}
@media only screen and (max-width: 1399.98px) {
  .ic-v3-body .ic-awards-section::before {
    width: 300px;
    height: 190px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-v3-body .ic-awards-section::before {
    width: 240px;
    height: 130px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-awards-section::before {
    width: 200px;
    height: 130px;
  }
}
.ic-v3-body .accordion {
  position: relative;
  z-index: 2;
}
.ic-v3-body .accordion-button {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-transform: capitalize;
}
@media (max-width: 1299px) {
  .ic-v3-body .accordion-button {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .ic-v3-body .accordion-button {
    font-size: 16px;
  }
}
.ic-v3-body .accordion-body {
  color: #f6f6f7;
}
@media (max-width: 767px) {
  .ic-v3-body .accordion-body {
    font-size: 14px;
  }
}
.ic-v3-body .count-wrapper {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(68, 81, 100, 0.3568627451);
}
@media (max-width: 575px) {
  .ic-v3-body .count-wrapper {
    border-top: none;
  }
}
.ic-v3-body .count-wrapper .ic-home-count-card {
  border-top: 1px solid rgba(68, 81, 100, 0.3568627451);
  border-bottom: 1px solid rgba(68, 81, 100, 0.3568627451);
  padding: 62px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 1 1 calc(33.333% - 20px);
}
.ic-v3-body .count-wrapper .ic-home-count-card p {
  font-weight: 700 !important;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .ic-v3-body .count-wrapper .ic-home-count-card p {
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .ic-v3-body .count-wrapper .ic-home-count-card p {
    margin-bottom: 16px;
  }
}
.ic-v3-body .count-wrapper .ic-home-count-card span {
  font-size: 18px;
  z-index: 1;
}
@media (max-width: 480px) {
  .ic-v3-body .count-wrapper .ic-home-count-card span {
    font-size: 18px;
  }
}
.ic-v3-body .count-wrapper .ic-home-count-card .ic-count-img {
  width: 75px;
  height: auto;
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 0;
}
.ic-v3-body .count-wrapper .ic-home-count-card:nth-child(2) {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0) 100%);
  border-top: 1px solid #2b2e3a;
  filter: drop-shadow(0 1px 1px rgba(0, 3, 18, 0.3)) drop-shadow(0 8px 10.9px rgba(0, 3, 18, 0.12));
  backdrop-filter: blur(6px);
}
.ic-v3-body .ic-home-cta-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 991.98px) {
  .ic-v3-body {
    /* first item full width */
    /* next 2 items half */
  }
  .ic-v3-body .ic-home-cta-content {
    padding-top: 35px;
  }
  .ic-v3-body .count-wrapper {
    justify-content: center;
  }
  .ic-v3-body .ic-home-count-card:nth-child(1) {
    flex: 0 0 60%;
    max-width: 60%;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
  .ic-v3-body .ic-home-count-card:nth-child(2),
  .ic-v3-body .ic-home-count-card:nth-child(3) {
    flex: 1 1 calc(50% - 15px);
  }
  .ic-v3-body .ic-v3-integration-showcase .left-card .marketplace-card .vertical-slider-wrapper::before,
  .ic-v3-body .ic-v3-integration-showcase .left-card .marketplace-card .vertical-slider-wrapper::after {
    height: 100px;
  }
}
@media (max-width: 767.98px) {
  .ic-v3-body .ic-v3-integration-showcase .left-card .marketplace-card .vertical-slider-wrapper::before,
  .ic-v3-body .ic-v3-integration-showcase .left-card .marketplace-card .vertical-slider-wrapper::after {
    height: 70px;
  }
}
@media (max-width: 575.98px) {
  .ic-v3-body .ic-home-count-card {
    flex: 1 1 100%;
  }
  .ic-v3-body .count-wrapper .ic-home-count-card:first-child {
    border-radius: 12px;
    overflow: hidden;
  }
  .ic-v3-body .count-wrapper .ic-home-count-card {
    flex: 0 0 100% !important;
    max-width: 100%;
  }
}
.ic-v3-body .ic-intregation-section-space-bottom {
  padding-bottom: clamp(0px, 6vw, 80px);
}
@media (max-width: 575px) {
  .ic-v3-body .ic-intregation-section-space-bottom {
    padding-bottom: 0 !important;
  }
}
.ic-v3-body .ic-v3-state-video-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ic-v3-body .ic-v3-state-video-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 341px;
  top: 0;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(180deg, #00020F 5.31%, rgba(0, 2, 15, 0) 75.36%);
}
@media only screen and (max-width: 1199.98px) {
  .ic-v3-body .ic-v3-state-video-container::before {
    height: 200px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-v3-body .ic-v3-state-video-container::before {
    height: 100px;
  }
}
.ic-v3-body .ic-v3-state-video-container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 341px;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(180deg, #00020F 5.31%, rgba(0, 2, 15, 0) 75.36%);
  transform: rotate(180deg);
}
@media only screen and (max-width: 1199.98px) {
  .ic-v3-body .ic-v3-state-video-container::after {
    height: 200px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-v3-body .ic-v3-state-video-container::after {
    height: 100px;
  }
}
.ic-v3-body .ic-v3-state-video-container .ic-side-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to right, #00020F 0%, rgba(0, 2, 15, 0) 12%, rgba(0, 2, 15, 0) 88%, #00020F 100%), linear-gradient(to bottom, #00020F 0%, rgba(0, 2, 15, 0) 25%, rgba(0, 2, 15, 0) 75%, #00020F 100%);
}
.ic-v3-body .ic-v3-state-video-container .ic-automation-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.ic-v3-body .ic-v3-state-video-container .ic-auto-btn {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media only screen and (max-width: 480px) {
  .ic-v3-body .ic-v3-state-video-container .ic-auto-btn {
    left: 40%;
    transform: translateX(-40%);
  }
}
.ic-v3-body .custom-video {
  width: 90%;
  height: auto;
  height: auto;
  position: relative;
  z-index: 0;
  margin-bottom: -600px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-v3-body .custom-video {
    margin-bottom: -520px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-v3-body .custom-video {
    margin-bottom: -420px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .custom-video {
    margin-bottom: -320px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-v3-body .custom-video {
    margin-bottom: -220px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .custom-video {
    margin-bottom: -220px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-v3-body .custom-video {
    margin-bottom: -180px;
  }
}
@media only screen and (max-width: 374.98px) {
  .ic-v3-body .custom-video {
    margin-bottom: -150px;
  }
}
.ic-v3-body html {
  scroll-behavior: smooth;
}

.ic-v3-body .ic-border-bottom {
  border-radius: 0 0 12px 12px !important;
}
.ic-v3-body .ic-feature-rounded-top {
  border-radius: 12px 12px 0 0 !important;
}
.ic-v3-body .gradient-text {
  background: linear-gradient(90deg, #6b70ff 0%, #0bb0ee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ic-v3-body .ic-feture-tab-nav-container {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.ic-v3-body .ic-feture-tab-nav-container::-webkit-scrollbar {
  display: none;
}
.ic-v3-body .ic-v3-features-section {
  /* Tabs */
}
.ic-v3-body .ic-v3-features-section .ic-tab-container {
  background: linear-gradient(180deg, #00020f 0%, #f5f5f6 100%);
  overflow: hidden;
}
.ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-multi-channel-overview {
  position: relative;
}
.ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-multi-channel-overview .ic-sales-container {
  position: absolute;
  bottom: -5%;
  background: #FFFFFF;
  box-shadow: -5px 53px 55.3px rgba(35, 35, 35, 0.08);
  border-radius: 6px;
  padding: 10px 10px 16px 14px;
  width: 155px;
  height: 147px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}
@media only screen and (max-width: 1399.98px) {
  .ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-multi-channel-overview .ic-sales-container {
    width: 145px;
    height: 137px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-multi-channel-overview .ic-sales-container {
    width: 125px;
    height: 117px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-multi-channel-overview .ic-sales-container {
    width: 105px;
    height: 100px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-multi-channel-overview .ic-sales-container {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-multi-channel-overview .ic-sales-container {
    width: 80px;
    height: 70px;
  }
}
.ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-multi-channel-overview .ic-sales-container .ic-text {
  color: #000000;
  font-weight: 500;
}
@media only screen and (max-width: 767.98px) {
  .ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-multi-channel-overview .ic-sales-container .ic-text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-multi-channel-overview .ic-sales-container .ic-text {
    font-size: 10px;
  }
}
.ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-multi-channel-overview .ic-sales-container .ic-circle-img-wrapper {
  margin-top: 6px;
  height: 85px;
  width: 85px;
  position: relative;
  /* Top */
  /* Left */
  /* Right */
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-multi-channel-overview .ic-sales-container .ic-circle-img-wrapper {
    height: 70px;
    width: 70px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-multi-channel-overview .ic-sales-container .ic-circle-img-wrapper {
    width: 50px;
    height: 50px;
    margin-top: 2px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-multi-channel-overview .ic-sales-container .ic-circle-img-wrapper {
    width: 40px;
    height: 40px;
  }
}
.ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-multi-channel-overview .ic-sales-container .ic-circle-img-wrapper .ic-main-img {
  width: 100%;
  height: 100%;
  animation: rotateCircle 4s linear infinite;
}
.ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-multi-channel-overview .ic-sales-container .ic-circle-img-wrapper .small-circle {
  position: absolute;
  width: 32px;
  height: 32px;
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-multi-channel-overview .ic-sales-container .ic-circle-img-wrapper .small-circle {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-multi-channel-overview .ic-sales-container .ic-circle-img-wrapper .small-circle {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-multi-channel-overview .ic-sales-container .ic-circle-img-wrapper .small-circle {
    width: 15px;
    height: 15px;
  }
}
.ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-multi-channel-overview .ic-sales-container .ic-circle-img-wrapper .small-circle.bottom {
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-multi-channel-overview .ic-sales-container .ic-circle-img-wrapper .small-circle.bottom {
    bottom: 0px;
  }
}
.ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-multi-channel-overview .ic-sales-container .ic-circle-img-wrapper .small-circle.left {
  left: -8px;
  top: 30%;
  transform: translateY(-30%);
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-multi-channel-overview .ic-sales-container .ic-circle-img-wrapper .small-circle.left {
    left: -4px;
  }
}
.ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-multi-channel-overview .ic-sales-container .ic-circle-img-wrapper .small-circle.right {
  right: -8px;
  top: 30%;
  transform: translateY(-30%);
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-multi-channel-overview .ic-sales-container .ic-circle-img-wrapper .small-circle.right {
    right: -4px;
  }
}
@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-multi-channel-overview .ic-graph-container {
  position: absolute;
  top: 18%;
  right: 0;
  width: 192px;
  border-radius: 8px;
  padding: 8px;
  background-color: white;
  box-shadow: -5px 53px 55.3px rgba(35, 35, 35, 0.25);
  z-index: 1;
}
@media only screen and (max-width: 1399.98px) {
  .ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-multi-channel-overview .ic-graph-container {
    width: 152px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-multi-channel-overview .ic-graph-container {
    width: 130px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-multi-channel-overview .ic-graph-container {
    width: 110px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-multi-channel-overview .ic-graph-container {
    width: 80px;
  }
}
.ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-multi-channel-overview .ic-graph-container .ic-graph-video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.ic-v3-body .ic-v3-features-section .ic-tab-container img {
  width: 100%;
  overflow: hidden;
}
.ic-v3-body .ic-v3-features-section .ic-tab-container .next-meet-inventory {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ic-v3-body .ic-v3-features-section .ic-tab-container .next-meet-inventory .first-img {
  border-radius: 16px;
  width: 80%;
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-v3-features-section .ic-tab-container .next-meet-inventory .first-img {
    border-radius: 8px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .ic-v3-features-section .ic-tab-container .next-meet-inventory .first-img {
    border-radius: 2px;
  }
}
.ic-v3-body .ic-v3-features-section .ic-tab-container .next-meet-inventory .second-img {
  position: absolute;
  right: 0;
  top: 15%;
  animation: floatRight 3s ease-in-out infinite;
}
@media only screen and (max-width: 1199.98px) {
  .ic-v3-body .ic-v3-features-section .ic-tab-container .next-meet-inventory .second-img {
    width: 130px;
    height: auto;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-v3-features-section .ic-tab-container .next-meet-inventory .second-img {
    width: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-v3-body .ic-v3-features-section .ic-tab-container .next-meet-inventory .second-img {
    width: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-v3-body .ic-v3-features-section .ic-tab-container .next-meet-inventory .second-img {
    width: 50px;
  }
}
.ic-v3-body .ic-v3-features-section .ic-tab-container .next-meet-inventory .third-img {
  position: absolute;
  left: 0;
  bottom: -26px;
  animation: floatLeft 3.5s ease-in-out infinite;
}
@media only screen and (max-width: 1199.98px) {
  .ic-v3-body .ic-v3-features-section .ic-tab-container .next-meet-inventory .third-img {
    width: 130px;
    height: auto;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-v3-features-section .ic-tab-container .next-meet-inventory .third-img {
    width: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-v3-body .ic-v3-features-section .ic-tab-container .next-meet-inventory .third-img {
    width: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-v3-body .ic-v3-features-section .ic-tab-container .next-meet-inventory .third-img {
    width: 50px;
  }
}
@keyframes floatRight {
  0% {
    transform: translateY(0px) translateX(0px);
  }
  50% {
    transform: translateY(-10px) translateX(-5px);
  }
  100% {
    transform: translateY(0px) translateX(0px);
  }
}
@keyframes floatLeft {
  0% {
    transform: translateY(0px) translateX(0px);
  }
  50% {
    transform: translateY(10px) translateX(5px);
  }
  100% {
    transform: translateY(0px) translateX(0px);
  }
}
.ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-video-img-wrapper {
  position: relative;
}
.ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-video-img-wrapper .ic-video-tab-wrapper {
  width: 90%;
  margin: 0 auto;
  border-radius: 24px;
  border: 10px solid rgba(182, 191, 202, 0.226);
  box-shadow: 4px 30px 50px rgba(44, 63, 88, 0.15);
}
@media only screen and (max-width: 1199.98px) {
  .ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-video-img-wrapper .ic-video-tab-wrapper {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-video-img-wrapper .ic-video-tab-wrapper {
    border-radius: 16px;
    border: 8px solid rgba(182, 191, 202, 0.226);
  }
}
.ic-v3-body .ic-v3-features-section .ic-tab-container .ic-tab-video-img-wrapper .ic-video-tab-wrapper .ic-product-video {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0 0px 16px 16px;
}
.ic-v3-body .ic-v3-features-section .sub-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.ic-v3-body .ic-v3-features-section .feature-tabs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 24px;
  background: transparent;
}
@media only screen and (max-width: 1399.98px) {
  .ic-v3-body .ic-v3-features-section .feature-tabs {
    gap: 0 16px;
  }
}
.ic-v3-body .ic-v3-features-section .feature-tabs .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 13px 23px !important;
  background: rgba(255, 255, 255, 0.07);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 3, 18, 0.3), 0px 8px 10.9px rgba(0, 3, 18, 0.12);
  backdrop-filter: blur(6px);
  color: white;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
}
.ic-v3-body .ic-v3-features-section .feature-tabs .nav-link span {
  color: white;
}
.ic-v3-body .ic-v3-features-section .feature-tabs .nav-link .icon {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-v3-body .ic-v3-features-section .feature-tabs .nav-link .icon {
    width: 26px;
    height: 26px;
  }
}
.ic-v3-body .ic-v3-features-section .feature-tabs .nav-link:hover {
  background: rgba(51, 65, 85, 0.6);
}
.ic-v3-body .ic-v3-features-section .feature-tabs .nav-link.active {
  background: #1c75bc;
  box-shadow: inset 0px -0.728855px 0.728855px rgba(0, 0, 0, 0.3), inset 0px 0.728855px 3.64428px rgba(255, 255, 255, 0.3);
}
.ic-v3-body .ic-v3-features-section .feature-tabs::-webkit-scrollbar {
  display: none;
}
.ic-v3-body .ic-v3-features-section .feature-tabs {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 1199px) {
  .ic-v3-body .ic-v3-features-section .feature-tabs .nav-item {
    flex: 0 0 auto;
  }
}
.ic-v3-body .ic-v3-features-section .active-label {
  color: #94a3b8;
}
.ic-v3-body .ic-v3-features-section .active-label span {
  color: #60a5fa;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .ic-v3-body .ic-feature-tab-button-main {
    position: relative;
    overflow: hidden;
  }
  .ic-v3-body .ic-feature-tab-button-main::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 167px;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(90deg, #010210 0%, rgba(16, 16, 18, 0) 100%);
  }
  .ic-v3-body .ic-feature-tab-button-main::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 167px;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(90deg, #010210 0%, rgba(16, 16, 18, 0) 100%);
    transform: rotate(180deg);
    /* reverse */
  }
}
.ic-v3-body .ic-v3-benefits-section {
  background: linear-gradient(180deg, #f6f6f7 0%, #f5f6f7 100%);
  /* Tabs */
  /* Tab Content */
  /* Cards */
}
.ic-v3-body .ic-v3-benefits-section h2 {
  color: #00020f;
}
.ic-v3-body .ic-v3-benefits-section .top-btn-container {
  display: flex;
  justify-content: center;
}
.ic-v3-body .ic-v3-benefits-section .top-btn {
  border-radius: 50px;
  padding: 8px 20px;
  background: #f1f4f8;
  border: none;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  border: 1px solid #dee6ed;
  box-shadow: 0px 0px 0px 3px #ffffff, 0px 4px 2px rgba(140, 150, 169, 0.25), 0px 8px 17.2px rgba(140, 150, 169, 0.1);
  color: #262626;
}
@media only screen and (max-width: 480px) {
  .ic-v3-body .ic-v3-benefits-section .top-btn {
    padding: 8px 16px;
    font-size: 17px;
  }
}
.ic-v3-body .ic-v3-benefits-section .top-btn i {
  font-size: 22px;
}
.ic-v3-body .ic-v3-benefits-section .top-btn:hover {
  background: #e2e8f0;
}
.ic-v3-body .ic-v3-benefits-section .ic-multi-button-container {
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .ic-v3-body .ic-v3-benefits-section .ic-multi-button-container .ic-multi-channel-btns {
    display: flex;
    flex-direction: column;
  }
}
.ic-v3-body .ic-v3-benefits-section .ic-multi-button-container .ic-btn-bg {
  border: 1px solid #eaecf0;
  box-shadow: 0px 4px 2px rgba(140, 150, 169, 0.25), 0px 8px 17.2px rgba(140, 150, 169, 0.1);
  border-radius: 100px;
  background: #f6f6f7;
  padding: 6px 8px;
  display: inline-flex !important;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .ic-v3-body .ic-v3-benefits-section .ic-multi-button-container .ic-btn-bg {
    width: 100%;
    border-radius: 16px;
  }
}
.ic-v3-body .ic-v3-benefits-section .tab-btn {
  padding: 10px 20px;
  border-radius: 50px;
  background: transparent;
  cursor: pointer;
  color: #1b2533;
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199.98px) {
  .ic-v3-body .ic-v3-benefits-section .tab-btn {
    padding: 8px 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-v3-body .ic-v3-benefits-section .tab-btn {
    font-size: 16px;
    border-radius: 10px;
  }
}
.ic-v3-body .ic-v3-benefits-section .tab-btn.active {
  background: linear-gradient(90deg, #6b70ff 0%, #0bb0ee 100%);
  color: #fff;
  border: none;
  box-shadow: 0 5px 15px rgba(59, 130, 246, 0.3);
}
.ic-v3-body .ic-v3-benefits-section .tab-content {
  display: none;
}
.ic-v3-body .ic-v3-benefits-section .tab-content.active {
  display: block;
}
.ic-v3-body .ic-v3-benefits-section .feature-card {
  border: none;
  border-radius: 0px;
  overflow: hidden;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  background: transparent;
}
.ic-v3-body .ic-v3-benefits-section .feature-card:hover {
  transform: translateY(-5px);
}
.ic-v3-body .ic-v3-benefits-section .feature-card .img-box {
  overflow: hidden;
}
.ic-v3-body .ic-v3-benefits-section .feature-card .img-box img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.ic-v3-body .ic-v3-benefits-section .feature-card .card-body {
  border-left: 1px solid #eaecf0;
  background-color: #f6f6f7 !important;
  border-radius: 0 !important;
}
.ic-v3-body .ic-v3-benefits-section .feature-card .card-body h5 {
  font-weight: 600;
  font-size: 22px;
  line-height: 118%;
  color: #1b2533;
}
@media only screen and (max-width: 1399.98px) {
  .ic-v3-body .ic-v3-benefits-section .feature-card .card-body h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-v3-body .ic-v3-benefits-section .feature-card .card-body h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-v3-benefits-section .feature-card .card-body h5 {
    font-size: 22px;
  }
}
.ic-v3-body .ic-v3-benefits-section .feature-card .card-body a {
  color: #3b82f6;
  text-decoration: none;
}
.ic-v3-body .ic-v3-benefits-section .feature-card .card-body a:hover {
  color: #1d4ed8;
}
.ic-v3-body .ic-v3-production-section {
  background: linear-gradient(180deg, #f6f6f7 0%, #f5f6f7 100%);
  /* Gradient fade */
  /* Slides */
}
.ic-v3-body .ic-v3-production-section .title {
  text-align: center;
  color: #445164;
  font-size: 24px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .ic-v3-production-section .title {
    font-size: 22px;
  }
}
.ic-v3-body .ic-v3-production-section .slider-wrapper {
  position: relative;
  overflow: hidden;
}
.ic-v3-body .ic-v3-production-section .fade-left,
.ic-v3-body .ic-v3-production-section .fade-right {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}
.ic-v3-body .ic-v3-production-section .fade-left {
  left: 0;
  background: linear-gradient(270deg, rgba(246, 247, 249, 0) 0%, #f6f7f9 100%);
}
.ic-v3-body .ic-v3-production-section .fade-right {
  right: 0;
  background: linear-gradient(270deg, rgba(246, 247, 249, 0) 0%, #f6f7f9 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.ic-v3-body .ic-v3-production-section .logo-slider .slide {
  padding: 0 15px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.ic-v3-body .ic-v3-production-section .logo-slider .slide img {
  max-width: 90px;
  object-fit: contain;
  opacity: 0.7;
  transition: 0.3s;
}
.ic-v3-body .ic-v3-production-section .logo-slider .slide:hover img {
  opacity: 1;
}
.ic-v3-body .ic-v3-integration-showcase .ic-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 992px) {
  .ic-v3-body .ic-v3-integration-showcase .ic-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.ic-v3-body .ic-v3-integration-showcase .left-card {
  width: 100%;
  background-position: 33% 64% !important;
  overflow: hidden !important;
}
@media only screen and (max-width: 1199.98px) {
  .ic-v3-body .ic-v3-integration-showcase .left-card {
    background-position: 58% 54% !important;
    border-bottom-left-radius: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-v3-body .ic-v3-integration-showcase .left-card {
    background-position: 46% 64% !important;
  }
}
.ic-v3-body .ic-v3-integration-showcase .left-card .ic-left-content {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-v3-integration-showcase .left-card .ic-left-content {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-v3-body .ic-v3-integration-showcase .left-card .ic-left-content {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.ic-v3-body .ic-v3-integration-showcase .left-card .marketplace-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}
.ic-v3-body .ic-v3-integration-showcase .left-card .marketplace-card .ic-small-logos {
  width: 74px;
  flex: 0 0 auto;
}
.ic-v3-body .ic-v3-integration-showcase .left-card .marketplace-card .vertical-slider-wrapper {
  position: relative;
  overflow: hidden;
}
.ic-v3-body .ic-v3-integration-showcase .left-card .marketplace-card .vertical-slider-wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  left: -2px;
  width: 74px;
  height: 158px;
  background: linear-gradient(180deg, #14151f 18.44%, rgba(20, 21, 31, 0) 103.93%);
  z-index: 1;
}
.ic-v3-body .ic-v3-integration-showcase .left-card .marketplace-card .vertical-slider-wrapper::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: -2px;
  width: 74px;
  height: 224px;
  background: linear-gradient(360deg, #0d0f1b 0.18%, rgba(13, 15, 27, 0) 103.93%);
  z-index: 1;
}
.ic-v3-body .ic-v3-integration-showcase .left-card .marketplace-card .logo-vertical-slider .slide {
  height: 65px;
  background: #22242c;
  border: 0.8px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  margin: 4px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.ic-v3-body .ic-v3-integration-showcase .ic-card {
  background: rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 3, 18, 0.3), 0px 8px 10.9px rgba(0, 3, 18, 0.12);
  backdrop-filter: blur(6px);
  border-radius: 24px;
  padding-left: 50px;
  padding-right: 60px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .ic-v3-body .ic-v3-integration-showcase .ic-card {
    padding-left: 42px;
    padding-right: 42px;
  }
}
@media (max-width: 480px) {
  .ic-v3-body .ic-v3-integration-showcase .ic-card {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.ic-v3-body .ic-v3-integration-showcase .ic-card .ic-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ic-v3-body .ic-v3-integration-showcase .ic-card .ic-content h2,
.ic-v3-body .ic-v3-integration-showcase .ic-card .ic-content h3,
.ic-v3-body .ic-v3-integration-showcase .ic-card .ic-content h4 {
  color: white;
  font-weight: 800;
  margin-bottom: 5px;
  line-height: 120%;
}
.ic-v3-body .ic-v3-integration-showcase .ic-card .ic-content h2 {
  font-size: 40px;
  line-height: 120%;
}
@media only screen and (max-width: 1399.98px) {
  .ic-v3-body .ic-v3-integration-showcase .ic-card .ic-content h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-v3-body .ic-v3-integration-showcase .ic-card .ic-content h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-v3-body .ic-v3-integration-showcase .ic-card .ic-content h2 {
    font-size: 24px;
  }
}
.ic-v3-body .ic-v3-integration-showcase .ic-card .ic-content h3,
.ic-v3-body .ic-v3-integration-showcase .ic-card .ic-content h4 {
  font-size: 40px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-v3-body .ic-v3-integration-showcase .ic-card .ic-content h3,
  .ic-v3-body .ic-v3-integration-showcase .ic-card .ic-content h4 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-v3-body .ic-v3-integration-showcase .ic-card .ic-content h3,
  .ic-v3-body .ic-v3-integration-showcase .ic-card .ic-content h4 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-v3-integration-showcase .ic-card .ic-content h3,
  .ic-v3-body .ic-v3-integration-showcase .ic-card .ic-content h4 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-v3-body .ic-v3-integration-showcase .ic-card .ic-content h3,
  .ic-v3-body .ic-v3-integration-showcase .ic-card .ic-content h4 {
    font-size: 24px;
  }
}
.ic-v3-body .ic-v3-integration-showcase .ic-card .ic-content .sub {
  color: #94a3b8;
  font-size: 24px;
}
.ic-v3-body .ic-v3-integration-showcase .ic-card .ic-content .highlight {
  color: #60a5fa;
}
.ic-v3-body .ic-v3-integration-showcase .ic-card .ic-content .white {
  color: #fff;
}
.ic-v3-body .ic-v3-integration-showcase .ic-card .ic-content .block {
  display: block;
}
.ic-v3-body .ic-v3-integration-showcase .ic-card .ic-content p {
  color: #94a3b8;
  margin: 20px 0;
  font-size: 14px;
}
.ic-v3-body .ic-v3-integration-showcase .right-card {
  position: relative;
  background-position: -1321% 119%;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .ic-v3-body .ic-v3-integration-showcase .right-card {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .ic-v3-body .ic-v3-integration-showcase .right-card {
    height: 420px;
  }
}
.ic-v3-body .ic-v3-integration-showcase .right-card .payment-card {
  padding: 45px;
}
.ic-v3-body .ic-text-center {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ic-v3-body .ic-administration-management {
  /* Sidebar */
  /* Tabs */
  /* Content */
  /* Animation */
}
.ic-v3-body .ic-administration-management .automation-section {
  padding: 60px 20px;
}
.ic-v3-body .ic-administration-management .sidebar-navigation {
  background: #fff;
  padding: 40px 20px;
  border-radius: 12px 0 0 12px;
}
.ic-v3-body .ic-administration-management .sidebar-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.ic-v3-body .ic-administration-management .sidebar-title span {
  color: #0052cc;
}
.ic-v3-body .ic-administration-management .nav-pills .nav-link {
  text-align: left;
  border-radius: 8px;
  margin-bottom: 10px;
  color: #666;
  transition: 0.3s;
  padding: 12px;
  font-weight: 500;
}
.ic-v3-body .ic-administration-management .nav-pills .nav-link:hover {
  background: #f1f5ff;
  color: #0052cc;
}
.ic-v3-body .ic-administration-management .nav-pills .nav-link.active {
  background: #e6edff;
  color: #2e3192 !important;
  border-left: 4px solid #0052cc;
}
.ic-v3-body .ic-administration-management .content-area {
  background: #fff;
  padding: 40px;
  border-radius: 0 12px 12px 0;
}
.ic-v3-body .ic-administration-management .content-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}
.ic-v3-body .ic-administration-management .content-desc {
  color: #666;
}
.ic-v3-body .ic-administration-management .tab-pane {
  transition: all 0.4s ease;
}
.ic-v3-body .ic-home-integration-main {
  background-position: 91% 47% !important;
  padding-top: 36px;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .ic-v3-body .ic-home-integration-main {
    background-position: 122% 37% !important;
  }
}
@media (max-width: 1299px) {
  .ic-v3-body .ic-home-integration-main {
    background-position: 125% 40% !important;
  }
}
@media (max-width: 1199px) {
  .ic-v3-body .ic-home-integration-main {
    background-position: 62% 30% !important;
    background-size: 50% !important;
  }
}
@media (max-width: 480px) {
  .ic-v3-body .ic-home-integration-main {
    background-position: 105% 64% !important;
    background-size: 100% !important;
  }
}
.ic-v3-body .ic-black-border-bottom {
  border-bottom: 3px solid #eaecf0;
  box-shadow: 0px 4px 2px rgba(140, 150, 169, 0.25), 0px 8px 17.2px rgba(140, 150, 169, 0.1);
}
@media (min-width: 767.98px) {
  .ic-v3-body .ic-automate-card:nth-child(even) .feature-card {
    flex-direction: column-reverse;
  }
}

.ic-v3-body {
  /*  MUCH STRONGER MOVEMENT */
  /* main wrapper */
  /* SVG background */
  /* icon design */
}
.ic-v3-body .ic-about-banner-section {
  position: relative;
  padding: 190px 0 90px 0;
  z-index: 1;
  width: 100%;
}
@media (max-width: 400px) {
  .ic-v3-body .ic-about-banner-section {
    margin-top: 35px;
  }
}
.ic-v3-body .ic-about-banner-section .ic-hero-content {
  position: relative;
}
.ic-v3-body .ic-about-banner-section .ic-hero-content::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10%;
  transform: translatex(-50%);
  width: 278px;
  height: 278px;
  background: #2e3192;
  filter: blur(200px);
  border: 5px solid white;
  z-index: -1;
}
@media only screen and (max-width: 1366px) {
  .ic-v3-body .ic-about-banner-section .ic-hero-content::after {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .ic-about-banner-section .ic-hero-content::after {
    width: 100px;
    height: 100px;
  }
}
.ic-v3-body .ic-about-banner-section .ic-banner-shape {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.ic-v3-body .ic-about-banner-section .ic-about-banner-right {
  position: relative;
}
.ic-v3-body .ic-about-banner-section .ic-img-info {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  background: #fcf6c4;
  border-radius: 20px;
  padding: 20px;
}
.ic-v3-body .ic-about-banner-section .right-img {
  object-fit: cover;
}
@keyframes floatCrazy1 {
  0% {
    transform: translate(0, 0) rotate(40deg) scale(1);
  }
  25% {
    transform: translate(80px, 60px) rotate(50deg) scale(1.1);
  }
  50% {
    transform: translate(-60px, 120px) rotate(60deg) scale(1.2);
  }
  75% {
    transform: translate(100px, -40px) rotate(45deg) scale(1.05);
  }
  100% {
    transform: translate(-120px, 80px) rotate(55deg) scale(1.15);
  }
}
@keyframes floatCrazy2 {
  0% {
    transform: translate(0, 0) rotate(-30deg) scale(1);
  }
  25% {
    transform: translate(-100px, -60px) rotate(-20deg) scale(1.1);
  }
  50% {
    transform: translate(80px, -120px) rotate(-10deg) scale(1.2);
  }
  75% {
    transform: translate(-60px, 60px) rotate(-25deg) scale(1.05);
  }
  100% {
    transform: translate(120px, -80px) rotate(-15deg) scale(1.15);
  }
}
.ic-v3-body .ic-who-we-are-main {
  position: relative;
  z-index: 1;
}
.ic-v3-body .ic-who-we-are-shape {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: auto;
  z-index: -1;
}
.ic-v3-body .ic-who-we-are-info {
  gap: 80px;
}
.ic-v3-body .ic-user-year {
  padding-top: 190px;
}
.ic-v3-body .ic-ceo-section {
  position: relative;
  z-index: 1;
}
.ic-v3-body .ic-ceo-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg, #00020f 0%, #f9f9f9 100%);
  z-index: -1;
}
.ic-v3-body .ic-ceo-main {
  background: linear-gradient(360deg, rgba(18, 20, 31, 0.8) 0%, #12141f 70.72%);
  position: relative;
  z-index: 1;
  padding: 120px 60px 60px 60px;
  border-top: 3px solid #19202f;
}
.ic-v3-body .ic-ceo {
  position: absolute;
  top: -212px;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 3, 18, 0.3), 0px 8px 10.9px rgba(0, 3, 18, 0.12);
  backdrop-filter: blur(6px);
  border-radius: 34px;
  height: 310px;
  width: 270px;
  overflow: hidden;
}
.ic-v3-body .ic-ceo img {
  object-fit: fill;
}
.ic-v3-body .ic-ceo .ic-ceo-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  padding: 20px 15px 15px 15px;
  text-align: center;
}
.ic-v3-body .ic-trusted {
  padding: 40px;
  background: #2e3192;
  border-radius: 0px 0px 24px 24px;
}
.ic-v3-body .ic-trusted .ic-border-right {
  border-right: 2px solid #43469d;
}
.ic-v3-body .ic-request-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px !important;
  gap: 10px;
  background: rgba(255, 255, 255, 0.07);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1), inset 0px -1px 1px rgba(0, 0, 0, 0.3), inset 0px 1px 5px rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(6px);
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.ic-v3-body .ic-request-btn i {
  transition: transform 0.3s ease;
}
.ic-v3-body .ic-request-btn:hover i {
  transform: rotate(45deg);
}
.ic-v3-body .ic-request-btn.active {
  padding: 12px 32px;
  background: linear-gradient(90deg, #6b70ff 0%, #0bb0ee 100%);
  box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.3), inset 0px 1px 5px rgba(255, 255, 255, 0.3);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.ic-v3-body .ic-request-btn.active:hover {
  background: linear-gradient(90deg, #0bb0ee 0%, #6b70ff 100%);
}
.ic-v3-body .ic-request-btn.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: 0.5s;
}
.ic-v3-body .ic-request-btn.active:hover::before {
  left: 120%;
}
.ic-v3-body .ic-request-btn.active.black {
  background: #00020f;
}
.ic-v3-body .ic-why-choose-us {
  background: #f6f7f9;
}
.ic-v3-body .ic-why-choose-us-main {
  border-bottom: 1px solid #d6dae1;
}
.ic-v3-body .ic-why-choose-us-left {
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 32px;
  padding: 20px;
}
.ic-v3-body .loading-solution {
  padding: 14px 20px;
  background: #e0e7ff;
  box-shadow: 0px 1.5px 3px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
}
.ic-v3-body .ic-why-choose-us-img-main {
  padding: 20px;
  position: relative;
}
.ic-v3-body .ic-why-choose-us-img-main .ic-span {
  padding: 6px 16px;
  background: #eef2ff;
  border: 1px solid #e0e7ff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ic-v3-body .ic-why-choose-us-img {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  pointer-events: none;
}
.ic-v3-body .ic-why-choose-us-img svg {
  width: 100%;
  max-width: 350px;
}
.ic-v3-body .ic-icon {
  width: 67px;
  height: 67px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 11.9643px 17.9464px -3.58929px rgba(0, 0, 0, 0.1), 0px 4.78571px 7.17857px -4.78571px rgba(0, 0, 0, 0.1);
  border: 1px solid #f1f5f9;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ic-v3-body .ic-icon.center-icon {
  width: 96px;
  height: 96px;
  background: #4f46e5;
  border: 4px solid #ffffff;
  border-radius: 40px;
}
.ic-v3-body .ic-icon.center-icon img,
.ic-v3-body .ic-icon.center-icon i {
  animation: rotateIcon 6s linear infinite;
}
@keyframes rotateIcon {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ic-v3-body .ic-reliability {
  padding: 20px;
  background: #2e3192;
  border-radius: 24px;
}
.ic-v3-body .ic-icon:hover {
  transform: scale(1.2);
}
.ic-v3-body .ic-reliability-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.ic-v3-body .ic-about-us-right .accordion-item {
  border: none;
  border-bottom: 1.5px solid #d5d9e0;
  background: transparent;
  transition: 0.3s;
  padding: 0 16px 16px 16px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
.ic-v3-body .ic-about-us-right .accordion-button {
  padding: 0;
  background: #f6f7f9;
  box-shadow: none;
  color: black;
}
.ic-v3-body .ic-about-us-right .accordion-button:focus {
  box-shadow: none;
}
.ic-v3-body .ic-about-us-right .accordion-button::after {
  display: none;
}
.ic-v3-body .ic-about-us-right .accordion-item:has(.accordion-button:not(.collapsed)) {
  background: #ffffff;
  padding-top: 16px;
  border-radius: 16px 16px 0 0;
}
.ic-v3-body .ic-about-us-right .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-button {
  background: #ffffff;
  color: #2e3192;
}
.ic-v3-body .ic-about-us-right .accordion-item:has(.accordion-button:not(.collapsed))::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 4px;
  background: #2e3192;
  border-radius: 100px;
}
.ic-v3-body .ic-about-us-right .accordion-body {
  padding: 10px 0;
}
.ic-v3-body .ic-header-badge {
  padding: 6px 12px;
  background: #f1f4f8;
  border: 1px solid #dee6ed;
  box-shadow: 0px 0px 0px 3px #ffffff, 0px 4px 2px rgba(140, 150, 169, 0.25), 0px 8px 17.2px rgba(140, 150, 169, 0.1);
  border-radius: 30px;
  text-transform: capitalize;
}
.ic-v3-body .ic-awards-item-main .col-4 .ic-awards-item {
  position: relative;
  z-index: 1;
}
.ic-v3-body .ic-awards-item-main .col-4 .ic-awards-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  width: 2px;
  height: 50%;
  background: white;
  transform: translateY(-50%);
  z-index: -1;
}
.ic-v3-body .ic-awards-item-main .col-4:last-child .ic-awards-item::before {
  display: none;
}
.ic-v3-body .ic-awards-item {
  padding: 24px;
  background: #f3f4f7;
  border: 1px solid #e1e4eb;
  box-shadow: 0px 0px 0px 4px #ffffff;
  border-radius: 16px;
  height: 100%;
  z-index: 1;
}
@media (max-width: 575px) {
  .ic-v3-body .ic-awards-item {
    padding: 14px !important;
  }
}
@media (max-width: 480px) {
  .ic-v3-body .ic-awards-item {
    padding: 12px !important;
  }
}
@media (max-width: 385px) {
  .ic-v3-body .ic-awards-item {
    padding: 8px !important;
  }
}
.ic-v3-body .ic-awards-item .ic-award-icon {
  width: 68px;
  height: 68px;
  background: #ffffff;
  border: 1px solid #e7e9ef;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .ic-v3-body .ic-awards-item .ic-award-icon {
    width: 50px;
    height: 50px;
  }
}
.ic-v3-body .ic-awards-item .ic-award-icon img {
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .ic-v3-body .ic-awards-item .ic-award-icon img {
    width: 25px;
    height: 25px;
  }
}
.ic-v3-body .ic-awards-item .ic-raings {
  padding: 2px 12px 2px 2px;
  background: linear-gradient(90deg, #6b70ff 0%, #0bb0ee 100%);
  border-radius: 30px;
}
@media (max-width: 480px) {
  .ic-v3-body .ic-awards-item .ic-raings {
    padding: 1px 10px 1px 1px;
  }
}
.ic-v3-body .ic-awards-item .ic-raings .ic-revew {
  font-size: 15px;
  font-weight: 600;
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .ic-awards-item .ic-raings .ic-revew {
    font-size: 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .ic-awards-item .ic-raings .ic-num {
    font-size: 12px;
  }
}
.ic-v3-body .ic-awards-item .ic-avg-ratings {
  padding: 2px 6px;
  background: #ffffff;
  border-radius: 30px 6px 6px 30px;
}
.ic-v3-body .ic-faq-section {
  background: linear-gradient(180deg, #ffffff 0%, #f6f7f9 100%);
  /*  ACTIVE TAB BACKGROUND */
  /*  ACTIVE TEXT COLOR */
  /* extra safety */
}
.ic-v3-body .ic-faq-section .accordion-item {
  border: 1px solid #dee5ed;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 5px 2px 0px #ced4df;
  background: #f1f4f8;
  position: relative;
}
.ic-v3-body .ic-faq-section .accordion-button {
  background: transparent;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-transform: capitalize;
  color: #323E4F;
  /*  REMOVE DEFAULT ARROW */
  /* ACTIVE → minus */
}
.ic-v3-body .ic-faq-section .accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.ic-v3-body .ic-faq-section .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.ic-v3-body .ic-faq-section .accordion-button::after {
  content: "+";
  font-size: 20px;
  font-weight: bold;
  background-image: none;
  transform: none;
  color: #000;
  transition: 0.3s;
  margin-top: -10px;
}
.ic-v3-body .ic-faq-section .accordion-button:not(.collapsed)::after {
  content: "-";
  color: #fff;
}
.ic-v3-body .ic-faq-section .accordion-item:has(.accordion-button:not(.collapsed)) {
  background: linear-gradient(90deg, #6b70ff 0%, #0bb0ee 100%);
}
.ic-v3-body .ic-faq-section .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-button {
  color: #fff;
}
.ic-v3-body .ic-faq-section .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-body {
  color: #fff;
}
.ic-v3-body .ic-faq-section .accordion-button:focus-visible {
  outline: none;
  box-shadow: none;
}
.ic-v3-body .ic-faq-section .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  box-shadow: 0px 0px 0px 3px #ffffff, 0px 4px 2px rgba(140, 150, 169, 0.25), 0px 8px 17.2px rgba(140, 150, 169, 0.1);
  transition: all 0.3s ease-in-out;
}
.ic-v3-body .ic-faq-section .accordion-body {
  padding-top: 0;
  text-transform: capitalize;
}
.ic-v3-body .ic-company-logo-main {
  position: relative;
  z-index: 1;
}
.ic-v3-body .ic-company-logo-main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(270deg, rgba(238, 245, 248, 0) 0%, #eef5f8 100%);
}
.ic-v3-body .ic-company-logo-main::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(90deg, rgba(238, 245, 248, 0) 0%, #eef5f8 100%);
  z-index: 2;
}
.ic-v3-body .ic-company-logo-item {
  background: #ffffff;
  border-radius: 4px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ic-v3-body .ic-company-logo-item img {
  width: 80%;
  height: 30px;
  object-fit: contain;
}
.ic-v3-body .ic-logo-slider .slick-slide {
  padding: 0 12px;
}
.ic-v3-body .ic-client-review-section {
  background: #f6f7f9;
}
.ic-v3-body .ic-client-slider-wrapper {
  position: relative;
}
.ic-v3-body .ic-client-slider-wrapper .ic-progress-arrows-main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.ic-v3-body .ic-client-slider-wrapper .slider-progress {
  width: 100%;
  height: 3px;
  background: #ddd;
  margin-bottom: 20px;
  position: relative;
  margin: auto;
}
.ic-v3-body .ic-client-slider-wrapper .progress-bar {
  height: 100%;
  width: 0;
  background: #2d7ef7;
  transition: width 0.3s;
}
.ic-v3-body .ic-client-slider-wrapper .slider-arrows button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: white;
  color: #000;
  cursor: pointer;
  transition: all 0.3s;
}
.ic-v3-body .ic-client-slider-wrapper .slider-arrows button:hover {
  background: #1c75bc;
  color: white;
}
.ic-v3-body .ic-client-slider-wrapper .ic-client-slider {
  overflow: hidden;
}
.ic-v3-body .ic-client-slider-wrapper .slide {
  padding: 10px;
}
.ic-v3-body .ic-client-slider-wrapper .slide .ic-slide-item {
  box-shadow: 0px 3px 0px 0px rgba(210, 219, 226, 0.5);
  background: white;
  min-height: 275px;
  border-radius: 24px;
  overflow: hidden;
}
.ic-v3-body .ic-client-slider-wrapper .slide .ic-client-ratings i {
  color: #f58e07;
}
.ic-v3-body .ic-client-slider-wrapper .slide .ic-description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ic-v3-body .ic-client-slider-wrapper .slide .ic-slider-right-img {
  position: relative;
}
.ic-v3-body .ic-client-slider-wrapper .slide .ic-slider-right-img img {
  width: 100%;
  height: 275px;
  object-fit: cover;
}
.ic-v3-body .ic-client-slider-wrapper .slide .ic-slider-right-img .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ic-v3-body .ic-v3-cta-section {
  background: linear-gradient(180deg, #f9f9f9 0%, #eef1f5 20%, rgba(255, 255, 255, 0.6) 40%, rgba(1, 6, 33, 0.5) 80%, #010621 100%);
}
.ic-v3-body .ic-v3-cta-section .ic-cta-main {
  border-radius: 32px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: hidden !important;
}
.ic-v3-body .ic-v3-cta-section .ic-cta-info {
  padding: 0 100px;
}
.ic-v3-body .ic-joined {
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.07);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 1px rgba(0, 3, 18, 0.3), 0px 8px 10.9px rgba(0, 3, 18, 0.12);
  backdrop-filter: blur(6px);
  border-radius: 30px;
}
.ic-v3-body .ic-joined .ic-user {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-left: -8px;
}
.ic-v3-body .ic-joined .ic-user:first-child {
  margin-left: 0;
}
.ic-v3-body .ic-joined .ic-user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ic-v3-body .ic-cta-left {
  padding: 50px 0;
}
.ic-v3-body .ic-cta-img {
  width: 100%;
  height: auto;
}
@media (max-width: 1399.98px) {
  .ic-v3-body .ic-about-banner-section {
    padding: 180px 0 80px 0;
  }
  .ic-v3-body .ic-who-we-are-shape {
    top: 100px;
  }
  .ic-v3-body .ic-v3-cta-section .ic-cta-info {
    padding: 0 60px;
  }
}
@media (max-width: 1199.98px) {
  .ic-v3-body .ic-about-banner-section {
    padding: 170px 0 70px 0;
  }
  .ic-v3-body .ic-ceo {
    top: -217px;
  }
}
@media (max-width: 991.98px) {
  .ic-v3-body .ic-about-banner-section {
    padding: 160px 0 60px 0;
  }
  .ic-v3-body .ic-who-we-are-shape {
    top: 130px;
    width: 100%;
  }
  .ic-v3-body .ic-who-we-are-info {
    gap: 60px;
  }
  .ic-v3-body .ic-ceo-main {
    padding: 115px 40px 40px 40px;
  }
  .ic-v3-body .ic-trusted .ic-border-right {
    border: none;
  }
  .ic-v3-body .ic-awards-item-main .col-4 .ic-awards-item::before {
    display: none;
  }
  .ic-v3-body .ic-client-slider-wrapper .slide .ic-slider-right-img img {
    height: 250px;
  }
  .ic-v3-body .ic-v3-cta-section .ic-cta-info {
    padding: 0 40px;
  }
  .ic-v3-body .ic-cta-left {
    padding: 20px 0 10px 0;
  }
}
@media (max-width: 767.98px) {
  .ic-v3-body .ic-about-banner-section {
    padding: 150px 0 50px 0;
  }
  .ic-v3-body .ic-ceo-main {
    padding: 30px;
  }
  .ic-v3-body .ic-ceo {
    margin: auto;
    position: static;
    margin-bottom: 20px;
    transform: none;
  }
  .ic-v3-body .ic-user-year {
    padding-top: 90px;
  }
  .ic-v3-body .ic-icon.center-icon {
    width: 90px;
    height: 90px;
  }
  .ic-v3-body .ic-v3-cta-section .ic-cta-info {
    padding: 0 30px;
  }
  .ic-v3-body .ic-cta-left {
    padding: 20px 0 10px 0;
  }
  .ic-v3-body .ic-who-we-are-shape {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .ic-v3-body .ic-request-btn.active {
    padding: 11px 23px !important;
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .ic-v3-body .ic-about-banner-section {
    padding: 140px 0 40px 0;
  }
  .ic-v3-body .ic-ceo-main {
    padding: 20px;
  }
  .ic-v3-body .ic-trusted {
    padding: 20px;
  }
  .ic-v3-body .ic-user-year {
    padding-top: 0px;
  }
  .ic-v3-body .ic-request-btn.active {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .ic-v3-body .ic-client-slider-wrapper .slider-progress {
    display: none;
  }
}
@media (max-width: 425.98px) {
  .ic-v3-body .ic-request-btn.active {
    padding: 10px 16px !important;
    font-size: 14px;
  }
}

.ic-v3-body {
  /*  MUCH STRONGER MOVEMENT */
  /* main wrapper */
  /* SVG background */
  /* icon design */
}
.ic-v3-body .ic-about-banner-section {
  position: relative;
  padding: 190px 0 90px 0;
  z-index: 1;
  width: 100%;
}
@media (max-width: 400px) {
  .ic-v3-body .ic-about-banner-section {
    margin-top: 35px;
  }
}
.ic-v3-body .ic-about-banner-section .ic-hero-content {
  position: relative;
}
.ic-v3-body .ic-about-banner-section .ic-hero-content::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10%;
  transform: translatex(-50%);
  width: 278px;
  height: 278px;
  background: #2e3192;
  filter: blur(200px);
  border: 5px solid white;
  z-index: -1;
}
@media only screen and (max-width: 1366px) {
  .ic-v3-body .ic-about-banner-section .ic-hero-content::after {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .ic-about-banner-section .ic-hero-content::after {
    width: 100px;
    height: 100px;
  }
}
.ic-v3-body .ic-about-banner-section .ic-banner-shape {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.ic-v3-body .ic-about-banner-section .ic-about-banner-right {
  position: relative;
}
.ic-v3-body .ic-about-banner-section .ic-img-info {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  background: #fcf6c4;
  border-radius: 20px;
  padding: 20px;
}
.ic-v3-body .ic-about-banner-section .right-img {
  object-fit: cover;
}
@keyframes floatCrazy1 {
  0% {
    transform: translate(0, 0) rotate(40deg) scale(1);
  }
  25% {
    transform: translate(80px, 60px) rotate(50deg) scale(1.1);
  }
  50% {
    transform: translate(-60px, 120px) rotate(60deg) scale(1.2);
  }
  75% {
    transform: translate(100px, -40px) rotate(45deg) scale(1.05);
  }
  100% {
    transform: translate(-120px, 80px) rotate(55deg) scale(1.15);
  }
}
@keyframes floatCrazy2 {
  0% {
    transform: translate(0, 0) rotate(-30deg) scale(1);
  }
  25% {
    transform: translate(-100px, -60px) rotate(-20deg) scale(1.1);
  }
  50% {
    transform: translate(80px, -120px) rotate(-10deg) scale(1.2);
  }
  75% {
    transform: translate(-60px, 60px) rotate(-25deg) scale(1.05);
  }
  100% {
    transform: translate(120px, -80px) rotate(-15deg) scale(1.15);
  }
}
.ic-v3-body .ic-who-we-are-main {
  position: relative;
  z-index: 1;
}
.ic-v3-body .ic-who-we-are-shape {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: auto;
  z-index: -1;
}
.ic-v3-body .ic-who-we-are-info {
  gap: 80px;
}
.ic-v3-body .ic-user-year {
  padding-top: 190px;
}
.ic-v3-body .ic-ceo-section {
  position: relative;
  z-index: 1;
}
.ic-v3-body .ic-ceo-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg, #00020f 0%, #f9f9f9 100%);
  z-index: -1;
}
.ic-v3-body .ic-ceo-main {
  background: linear-gradient(360deg, rgba(18, 20, 31, 0.8) 0%, #12141f 70.72%);
  position: relative;
  z-index: 1;
  padding: 120px 60px 60px 60px;
  border-top: 3px solid #19202f;
}
.ic-v3-body .ic-ceo {
  position: absolute;
  top: -212px;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 3, 18, 0.3), 0px 8px 10.9px rgba(0, 3, 18, 0.12);
  backdrop-filter: blur(6px);
  border-radius: 34px;
  height: 310px;
  width: 270px;
  overflow: hidden;
}
.ic-v3-body .ic-ceo img {
  object-fit: fill;
}
.ic-v3-body .ic-ceo .ic-ceo-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  padding: 20px 15px 15px 15px;
  text-align: center;
}
.ic-v3-body .ic-trusted {
  padding: 40px;
  background: #2e3192;
  border-radius: 0px 0px 24px 24px;
}
.ic-v3-body .ic-trusted .ic-border-right {
  border-right: 2px solid #43469d;
}
.ic-v3-body .ic-request-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px !important;
  gap: 10px;
  background: rgba(255, 255, 255, 0.07);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1), inset 0px -1px 1px rgba(0, 0, 0, 0.3), inset 0px 1px 5px rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(6px);
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.ic-v3-body .ic-request-btn i {
  transition: transform 0.3s ease;
}
.ic-v3-body .ic-request-btn:hover i {
  transform: rotate(45deg);
}
.ic-v3-body .ic-request-btn.active {
  padding: 12px 32px;
  background: linear-gradient(90deg, #6b70ff 0%, #0bb0ee 100%);
  box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.3), inset 0px 1px 5px rgba(255, 255, 255, 0.3);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.ic-v3-body .ic-request-btn.active:hover {
  background: linear-gradient(90deg, #0bb0ee 0%, #6b70ff 100%);
}
.ic-v3-body .ic-request-btn.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: 0.5s;
}
.ic-v3-body .ic-request-btn.active:hover::before {
  left: 120%;
}
.ic-v3-body .ic-request-btn.active.black {
  background: #00020f;
}
.ic-v3-body .ic-why-choose-us {
  background: #f6f7f9;
}
.ic-v3-body .ic-why-choose-us-main {
  border-bottom: 1px solid #d6dae1;
}
.ic-v3-body .ic-why-choose-us-left {
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 32px;
  padding: 20px;
}
.ic-v3-body .loading-solution {
  padding: 14px 20px;
  background: #e0e7ff;
  box-shadow: 0px 1.5px 3px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
}
.ic-v3-body .ic-why-choose-us-img-main {
  padding: 20px;
  position: relative;
}
.ic-v3-body .ic-why-choose-us-img-main .ic-span {
  padding: 6px 16px;
  background: #eef2ff;
  border: 1px solid #e0e7ff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ic-v3-body .ic-why-choose-us-img {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  pointer-events: none;
}
.ic-v3-body .ic-why-choose-us-img svg {
  width: 100%;
  max-width: 350px;
}
.ic-v3-body .ic-icon {
  width: 67px;
  height: 67px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 11.9643px 17.9464px -3.58929px rgba(0, 0, 0, 0.1), 0px 4.78571px 7.17857px -4.78571px rgba(0, 0, 0, 0.1);
  border: 1px solid #f1f5f9;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ic-v3-body .ic-icon.center-icon {
  width: 96px;
  height: 96px;
  background: #4f46e5;
  border: 4px solid #ffffff;
  border-radius: 40px;
}
.ic-v3-body .ic-icon.center-icon img,
.ic-v3-body .ic-icon.center-icon i {
  animation: rotateIcon 6s linear infinite;
}
@keyframes rotateIcon {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ic-v3-body .ic-reliability {
  padding: 20px;
  background: #2e3192;
  border-radius: 24px;
}
.ic-v3-body .ic-icon:hover {
  transform: scale(1.2);
}
.ic-v3-body .ic-reliability-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.ic-v3-body .ic-about-us-right .accordion-item {
  border: none;
  border-bottom: 1.5px solid #d5d9e0;
  background: transparent;
  transition: 0.3s;
  padding: 0 16px 16px 16px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
.ic-v3-body .ic-about-us-right .accordion-button {
  padding: 0;
  background: #f6f7f9;
  box-shadow: none;
  color: black;
}
.ic-v3-body .ic-about-us-right .accordion-button:focus {
  box-shadow: none;
}
.ic-v3-body .ic-about-us-right .accordion-button::after {
  display: none;
}
.ic-v3-body .ic-about-us-right .accordion-item:has(.accordion-button:not(.collapsed)) {
  background: #ffffff;
  padding-top: 16px;
  border-radius: 16px 16px 0 0;
}
.ic-v3-body .ic-about-us-right .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-button {
  background: #ffffff;
  color: #2e3192;
}
.ic-v3-body .ic-about-us-right .accordion-item:has(.accordion-button:not(.collapsed))::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 4px;
  background: #2e3192;
  border-radius: 100px;
}
.ic-v3-body .ic-about-us-right .accordion-body {
  padding: 10px 0;
}
.ic-v3-body .ic-header-badge {
  padding: 6px 12px;
  background: #f1f4f8;
  border: 1px solid #dee6ed;
  box-shadow: 0px 0px 0px 3px #ffffff, 0px 4px 2px rgba(140, 150, 169, 0.25), 0px 8px 17.2px rgba(140, 150, 169, 0.1);
  border-radius: 30px;
  text-transform: capitalize;
}
.ic-v3-body .ic-awards-item-main .col-4 .ic-awards-item {
  position: relative;
  z-index: 1;
}
.ic-v3-body .ic-awards-item-main .col-4 .ic-awards-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  width: 2px;
  height: 50%;
  background: white;
  transform: translateY(-50%);
  z-index: -1;
}
.ic-v3-body .ic-awards-item-main .col-4:last-child .ic-awards-item::before {
  display: none;
}
.ic-v3-body .ic-awards-item {
  padding: 24px;
  background: #f3f4f7;
  border: 1px solid #e1e4eb;
  box-shadow: 0px 0px 0px 4px #ffffff;
  border-radius: 16px;
  height: 100%;
  z-index: 1;
}
@media (max-width: 575px) {
  .ic-v3-body .ic-awards-item {
    padding: 14px !important;
  }
}
@media (max-width: 480px) {
  .ic-v3-body .ic-awards-item {
    padding: 12px !important;
  }
}
@media (max-width: 385px) {
  .ic-v3-body .ic-awards-item {
    padding: 8px !important;
  }
}
.ic-v3-body .ic-awards-item .ic-award-icon {
  width: 68px;
  height: 68px;
  background: #ffffff;
  border: 1px solid #e7e9ef;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .ic-v3-body .ic-awards-item .ic-award-icon {
    width: 50px;
    height: 50px;
  }
}
.ic-v3-body .ic-awards-item .ic-award-icon img {
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .ic-v3-body .ic-awards-item .ic-award-icon img {
    width: 25px;
    height: 25px;
  }
}
.ic-v3-body .ic-awards-item .ic-raings {
  padding: 2px 12px 2px 2px;
  background: linear-gradient(90deg, #6b70ff 0%, #0bb0ee 100%);
  border-radius: 30px;
}
@media (max-width: 480px) {
  .ic-v3-body .ic-awards-item .ic-raings {
    padding: 1px 10px 1px 1px;
  }
}
.ic-v3-body .ic-awards-item .ic-raings .ic-revew {
  font-size: 15px;
  font-weight: 600;
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .ic-awards-item .ic-raings .ic-revew {
    font-size: 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .ic-awards-item .ic-raings .ic-num {
    font-size: 12px;
  }
}
.ic-v3-body .ic-awards-item .ic-avg-ratings {
  padding: 2px 6px;
  background: #ffffff;
  border-radius: 30px 6px 6px 30px;
}
.ic-v3-body .ic-faq-section {
  background: linear-gradient(180deg, #ffffff 0%, #f6f7f9 100%);
  /*  ACTIVE TAB BACKGROUND */
  /*  ACTIVE TEXT COLOR */
  /* extra safety */
}
.ic-v3-body .ic-faq-section .accordion-item {
  border: 1px solid #dee5ed;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 5px 2px 0px #ced4df;
  background: #f1f4f8;
  position: relative;
}
.ic-v3-body .ic-faq-section .accordion-button {
  background: transparent;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-transform: capitalize;
  color: #323E4F;
  /*  REMOVE DEFAULT ARROW */
  /* ACTIVE → minus */
}
.ic-v3-body .ic-faq-section .accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.ic-v3-body .ic-faq-section .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.ic-v3-body .ic-faq-section .accordion-button::after {
  content: "+";
  font-size: 20px;
  font-weight: bold;
  background-image: none;
  transform: none;
  color: #000;
  transition: 0.3s;
  margin-top: -10px;
}
.ic-v3-body .ic-faq-section .accordion-button:not(.collapsed)::after {
  content: "-";
  color: #fff;
}
.ic-v3-body .ic-faq-section .accordion-item:has(.accordion-button:not(.collapsed)) {
  background: linear-gradient(90deg, #6b70ff 0%, #0bb0ee 100%);
}
.ic-v3-body .ic-faq-section .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-button {
  color: #fff;
}
.ic-v3-body .ic-faq-section .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-body {
  color: #fff;
}
.ic-v3-body .ic-faq-section .accordion-button:focus-visible {
  outline: none;
  box-shadow: none;
}
.ic-v3-body .ic-faq-section .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  box-shadow: 0px 0px 0px 3px #ffffff, 0px 4px 2px rgba(140, 150, 169, 0.25), 0px 8px 17.2px rgba(140, 150, 169, 0.1);
  transition: all 0.3s ease-in-out;
}
.ic-v3-body .ic-faq-section .accordion-body {
  padding-top: 0;
  text-transform: capitalize;
}
.ic-v3-body .ic-company-logo-main {
  position: relative;
  z-index: 1;
}
.ic-v3-body .ic-company-logo-main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(270deg, rgba(238, 245, 248, 0) 0%, #eef5f8 100%);
}
.ic-v3-body .ic-company-logo-main::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(90deg, rgba(238, 245, 248, 0) 0%, #eef5f8 100%);
  z-index: 2;
}
.ic-v3-body .ic-company-logo-item {
  background: #ffffff;
  border-radius: 4px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ic-v3-body .ic-company-logo-item img {
  width: 80%;
  height: 30px;
  object-fit: contain;
}
.ic-v3-body .ic-logo-slider .slick-slide {
  padding: 0 12px;
}
.ic-v3-body .ic-client-review-section {
  background: #f6f7f9;
}
.ic-v3-body .ic-client-slider-wrapper {
  position: relative;
}
.ic-v3-body .ic-client-slider-wrapper .ic-progress-arrows-main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.ic-v3-body .ic-client-slider-wrapper .slider-progress {
  width: 100%;
  height: 3px;
  background: #ddd;
  margin-bottom: 20px;
  position: relative;
  margin: auto;
}
.ic-v3-body .ic-client-slider-wrapper .progress-bar {
  height: 100%;
  width: 0;
  background: #2d7ef7;
  transition: width 0.3s;
}
.ic-v3-body .ic-client-slider-wrapper .slider-arrows button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: white;
  color: #000;
  cursor: pointer;
  transition: all 0.3s;
}
.ic-v3-body .ic-client-slider-wrapper .slider-arrows button:hover {
  background: #1c75bc;
  color: white;
}
.ic-v3-body .ic-client-slider-wrapper .ic-client-slider {
  overflow: hidden;
}
.ic-v3-body .ic-client-slider-wrapper .slide {
  padding: 10px;
}
.ic-v3-body .ic-client-slider-wrapper .slide .ic-slide-item {
  box-shadow: 0px 3px 0px 0px rgba(210, 219, 226, 0.5);
  background: white;
  min-height: 275px;
  border-radius: 24px;
  overflow: hidden;
}
.ic-v3-body .ic-client-slider-wrapper .slide .ic-client-ratings i {
  color: #f58e07;
}
.ic-v3-body .ic-client-slider-wrapper .slide .ic-description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ic-v3-body .ic-client-slider-wrapper .slide .ic-slider-right-img {
  position: relative;
}
.ic-v3-body .ic-client-slider-wrapper .slide .ic-slider-right-img img {
  width: 100%;
  height: 275px;
  object-fit: cover;
}
.ic-v3-body .ic-client-slider-wrapper .slide .ic-slider-right-img .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ic-v3-body .ic-v3-cta-section {
  background: linear-gradient(180deg, #f9f9f9 0%, #eef1f5 20%, rgba(255, 255, 255, 0.6) 40%, rgba(1, 6, 33, 0.5) 80%, #010621 100%);
}
.ic-v3-body .ic-v3-cta-section .ic-cta-main {
  border-radius: 32px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: hidden !important;
}
.ic-v3-body .ic-v3-cta-section .ic-cta-info {
  padding: 0 100px;
}
.ic-v3-body .ic-joined {
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.07);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 1px rgba(0, 3, 18, 0.3), 0px 8px 10.9px rgba(0, 3, 18, 0.12);
  backdrop-filter: blur(6px);
  border-radius: 30px;
}
.ic-v3-body .ic-joined .ic-user {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-left: -8px;
}
.ic-v3-body .ic-joined .ic-user:first-child {
  margin-left: 0;
}
.ic-v3-body .ic-joined .ic-user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ic-v3-body .ic-cta-left {
  padding: 50px 0;
}
.ic-v3-body .ic-cta-img {
  width: 100%;
  height: auto;
}
@media (max-width: 1399.98px) {
  .ic-v3-body .ic-about-banner-section {
    padding: 180px 0 80px 0;
  }
  .ic-v3-body .ic-who-we-are-shape {
    top: 100px;
  }
  .ic-v3-body .ic-v3-cta-section .ic-cta-info {
    padding: 0 60px;
  }
}
@media (max-width: 1199.98px) {
  .ic-v3-body .ic-about-banner-section {
    padding: 170px 0 70px 0;
  }
  .ic-v3-body .ic-ceo {
    top: -217px;
  }
}
@media (max-width: 991.98px) {
  .ic-v3-body .ic-about-banner-section {
    padding: 160px 0 60px 0;
  }
  .ic-v3-body .ic-who-we-are-shape {
    top: 130px;
    width: 100%;
  }
  .ic-v3-body .ic-who-we-are-info {
    gap: 60px;
  }
  .ic-v3-body .ic-ceo-main {
    padding: 115px 40px 40px 40px;
  }
  .ic-v3-body .ic-trusted .ic-border-right {
    border: none;
  }
  .ic-v3-body .ic-awards-item-main .col-4 .ic-awards-item::before {
    display: none;
  }
  .ic-v3-body .ic-client-slider-wrapper .slide .ic-slider-right-img img {
    height: 250px;
  }
  .ic-v3-body .ic-v3-cta-section .ic-cta-info {
    padding: 0 40px;
  }
  .ic-v3-body .ic-cta-left {
    padding: 20px 0 10px 0;
  }
}
@media (max-width: 767.98px) {
  .ic-v3-body .ic-about-banner-section {
    padding: 150px 0 50px 0;
  }
  .ic-v3-body .ic-ceo-main {
    padding: 30px;
  }
  .ic-v3-body .ic-ceo {
    margin: auto;
    position: static;
    margin-bottom: 20px;
    transform: none;
  }
  .ic-v3-body .ic-user-year {
    padding-top: 90px;
  }
  .ic-v3-body .ic-icon.center-icon {
    width: 90px;
    height: 90px;
  }
  .ic-v3-body .ic-v3-cta-section .ic-cta-info {
    padding: 0 30px;
  }
  .ic-v3-body .ic-cta-left {
    padding: 20px 0 10px 0;
  }
  .ic-v3-body .ic-who-we-are-shape {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .ic-v3-body .ic-request-btn.active {
    padding: 11px 23px !important;
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .ic-v3-body .ic-about-banner-section {
    padding: 140px 0 40px 0;
  }
  .ic-v3-body .ic-ceo-main {
    padding: 20px;
  }
  .ic-v3-body .ic-trusted {
    padding: 20px;
  }
  .ic-v3-body .ic-user-year {
    padding-top: 0px;
  }
  .ic-v3-body .ic-request-btn.active {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .ic-v3-body .ic-client-slider-wrapper .slider-progress {
    display: none;
  }
}
@media (max-width: 425.98px) {
  .ic-v3-body .ic-request-btn.active {
    padding: 10px 16px !important;
    font-size: 14px;
  }
}

.ic-v3-body .ic-feature-main {
  position: relative;
  z-index: 1;
}
.ic-v3-body .ic-client-review-after {
  position: relative;
  z-index: 1;
}
.ic-v3-body .ic-client-review-after::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #0bb0ee;
  opacity: 0.55;
  width: 635px;
  height: 200px;
  filter: blur(250px);
  border-radius: 100px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: -1;
}
.ic-v3-body .ic-feature-card {
  padding: 20px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 3, 18, 0.3), 0px 8px 10.9px rgba(0, 3, 18, 0.12);
  backdrop-filter: blur(6px);
  border-radius: 24px;
}
.ic-v3-body .ic-feature-card .ic-img {
  position: relative;
}
.ic-v3-body .ic-feature-card .ic-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(180deg, rgba(18, 20, 31, 0) -15.69%, #12141f 86.6%);
}
.ic-v3-body .ic-feature-card .ic-img img {
  width: 100%;
  height: auto;
}
.ic-v3-body .ic-feature-top .ic-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  flex: 0 0 auto;
  background: #2a2c37;
  border: 0.581524px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0.460724px 0.460724px rgba(0, 3, 18, 0.3), 0px 3.68579px 5.02189px rgba(0, 3, 18, 0.12);
  backdrop-filter: blur(2.76434px);
  transform: scale(0.5);
  animation: scaleUpDown 3s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.ic-v3-body .ic-feature-top .ic-icon.ic-arrow {
  width: 46px;
  height: 46px;
  border: none;
}
.ic-v3-body .ic-another-integration {
  position: relative;
}
.ic-v3-body .ic-another-integration::after {
  content: "";
  position: absolute;
  right: 20%;
  top: -30%;
  width: 34px;
  height: 727px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(88.35px);
  transform: matrix(-0.64, 0.76, 0.76, 0.64, 0, 0);
  border: 5px solid white;
}
@media only screen and (max-width: 1366px) {
  .ic-v3-body .ic-another-integration::after {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .ic-another-integration::after {
    width: 100px;
    height: 100px;
  }
}
.ic-v3-body .ic-integration-section {
  position: relative;
}
.ic-v3-body .ic-integration-section .ic-integration-item-main {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 76%;
  height: 80%;
  z-index: 0;
}
@media only screen and (max-width: 1399.98px) {
  .ic-v3-body .ic-integration-section .ic-integration-item-main {
    top: 56%;
    width: 78%;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-v3-body .ic-integration-section .ic-integration-item-main {
    top: 61%;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-integration-section .ic-integration-item-main {
    width: 80%;
    top: 53%;
    width: 80%;
    height: auto;
  }
}
@keyframes scaleUpDown {
  0% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}
.ic-v3-body .ic-integration-main {
  background: rgba(255, 255, 255, 0.05) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 3, 18, 0.3), 0px 8px 10.9px rgba(0, 3, 18, 0.12);
  backdrop-filter: blur(6px);
  border-radius: 24px;
  position: relative;
  z-index: 1;
}
.ic-v3-body .ic-integration-main .ic-integration-animation-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ic-v3-body .ic-integration-main p {
  max-width: 455px;
  margin: auto;
}
.ic-v3-body .ic-integration-main .ic-integration-animation-bg2 {
  display: none;
}
.ic-v3-body .ic-feature-client-review {
  overflow: hidden;
  background-position: 41% 70% !important;
}
@media (max-width: 575px) {
  .ic-v3-body .ic-feature-client-review {
    background-position: 41% 68% !important;
  }
}
.ic-v3-body .ic-join-section {
  background: linear-gradient(to bottom, #00020f 0%, #00020f 70%, #00041e 70%, #00041e 100%);
  z-index: 0;
}
.ic-v3-body .ic-join-bottom {
  border-radius: 32px;
  overflow: hidden;
  padding: clamp(40px, 5vw, 190px) clamp(20px, 4vw, 40px);
  position: relative;
  z-index: 1;
}
.ic-v3-body .ic-join-item-main {
  padding: 0 clamp(20px, 4vw, 80px);
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -25%);
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767.98px) {
  .ic-v3-body .ic-join-item-main {
    position: static;
    transform: none;
    top: auto;
    left: auto;
    z-index: 1;
    margin-top: 20px;
    height: auto;
  }
}
.ic-v3-body .ic-join-item-main .ic-join-animation-logos {
  display: flex;
  justify-content: space-between;
}
.ic-v3-body .ic-join-item {
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0px 1.05564px 1.05564px rgba(0, 3, 18, 0.3), 0px 8.44514px 11.5065px rgba(0, 3, 18, 0.12);
  backdrop-filter: blur(6.33386px);
  border-radius: 50%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bounce 3s ease-in-out infinite;
}
.ic-v3-body .ic-join-item img {
  width: 50%;
  height: auto;
}
.ic-v3-body .ic-join-item.one {
  animation-delay: 0s;
}
.ic-v3-body .ic-join-item.two {
  animation-delay: 0.4s;
}
.ic-v3-body .ic-join-item.three {
  animation-delay: 0.2s;
}
.ic-v3-body .ic-join-item.four {
  animation-delay: 0.6s;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(-8px);
  }
}
@media (max-width: 1650px) {
  .ic-v3-body .ic-join-item {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 991.98px) {
  .ic-v3-body .ic-join-item {
    width: 70px;
    height: 70px;
  }
  .ic-v3-body .ic-feature-top .ic-icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  .ic-v3-body .ic-join-item {
    width: 60px;
    height: 60px;
  }
  .ic-v3-body .ic-feature-top .ic-icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 575.98px) {
  .ic-v3-body .ic-join-item {
    width: 50px;
    height: 50px;
  }
  .ic-v3-body .ic-integration-main .ic-integration-animation-bg,
  .ic-v3-body .ic-integration-section .ic-integration-item-main {
    display: none;
  }
  .ic-v3-body .ic-integration-main .ic-integration-animation-bg2 {
    display: block;
  }
}
.ic-v3-body .ic-integration-info {
  position: relative;
  z-index: 1;
}
.ic-v3-body .ic-integration-info .ic-integration-title {
  font-weight: 800;
  font-size: 44px;
  line-height: 120%;
}
@media (max-width: 1299px) {
  .ic-v3-body .ic-integration-info .ic-integration-title {
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  .ic-v3-body .ic-integration-info .ic-integration-title {
    width: 70%;
    margin: auto !important;
  }
}
@media (max-width: 992px) {
  .ic-v3-body .ic-integration-info .ic-integration-title {
    font-size: 32px;
    width: 77%;
  }
}
@media (max-width: 767px) {
  .ic-v3-body .ic-integration-info .ic-integration-title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .ic-v3-body .ic-integration-info .ic-integration-title {
    width: 100%;
  }
}
.ic-v3-body .ic-integration-info .ic-connect-des {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .ic-v3-body .ic-integration-info .ic-connect-des {
    margin-top: 16px;
    margin-bottom: 16px;
    width: 45%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .ic-v3-body .ic-integration-info .ic-connect-des {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .ic-v3-body .ic-integration-info .ic-connect-des {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.ic-v3-body .ic-feature-page-review {
  background-repeat: no-repeat !important;
  background-position: 33% -100% !important;
  background-size: contain !important;
}
@media only screen and (max-width: 1760px) {
  .ic-v3-body .ic-feature-page-review {
    background-position: 33% -50% !important;
  }
}
@media only screen and (max-width: 1650px) {
  .ic-v3-body .ic-feature-page-review {
    background-position: 33% -20% !important;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-v3-body .ic-feature-page-review {
    background-position: 33% -5% !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-feature-page-review {
    background-position: 33% 10% !important;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .ic-feature-page-review {
    background-position: 33% 30% !important;
  }
}
.ic-v3-body .ic-problem-overlay {
  position: relative;
}
.ic-v3-body .ic-problem-overlay::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 350px;
  background: linear-gradient(180deg, rgba(0, 11, 26, 0) 0%, #000210 86.75%);
  pointer-events: none;
  z-index: 2;
}
@media only screen and (max-width: 1280px) {
  .ic-v3-body .ic-problem-overlay::after {
    height: 250px;
  }
}
@media only screen and (max-width: 1280px) {
  .ic-v3-body .ic-problem-overlay::after {
    height: 200px;
  }
}
.ic-v3-body .ic-hero-content2 {
  position: relative;
}
.ic-v3-body .ic-hero-content2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translateX(-50%);
  width: 278px;
  height: 278px;
  background: #2e3192;
  filter: blur(200px);
  border: 5px solid white;
  z-index: -1;
}
@media only screen and (max-width: 1366px) {
  .ic-v3-body .ic-hero-content2::after {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .ic-hero-content2::after {
    width: 100px;
    height: 100px;
  }
}
.ic-v3-body .ic-hero-content3 {
  position: relative;
}
.ic-v3-body .ic-hero-content3::after {
  content: "";
  position: absolute;
  left: 25%;
  bottom: 20%;
  width: 278px;
  height: 278px;
  background: #2e3192;
  filter: blur(200px);
  border: 5px solid white;
  z-index: -1;
}
@media only screen and (max-width: 1366px) {
  .ic-v3-body .ic-hero-content3::after {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .ic-hero-content3::after {
    width: 100px;
    height: 100px;
  }
}
.ic-v3-body .ic-cta-title-width {
  width: 99%;
  margin: 0 auto;
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-cta-title-width {
    width: 75%;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-v3-body .ic-cta-title-width {
    width: 100%;
  }
}
.ic-v3-body .ic-feature-join-section {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.ic-v3-body .ic-feature-join-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, #010621 0%, #00020F 100%);
  transform: matrix(1, 0, 0, -1, 0, 0);
  pointer-events: none;
  z-index: 0;
}

.ic-v3-body .ic-user-card-main .ic-feature-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 380px;
  /* image */
  /* content */
}
.ic-v3-body .ic-user-card-main .ic-feature-card .ic-img {
  transition: transform 0.5s ease, opacity 0.4s ease;
  z-index: 2;
}
.ic-v3-body .ic-user-card-main .ic-feature-card .ic-content {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, 20%);
  width: 100%;
  padding: 0 20px;
  transition: all 0.5s ease;
  z-index: 10;
}
.ic-v3-body .ic-user-card-main .ic-feature-card .ic-des {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ic-v3-body .ic-user-card-main .ic-feature-card:hover .ic-img {
  transform: translateY(-120%);
  opacity: 0;
}
.ic-v3-body .ic-user-card-main .ic-feature-card:hover .ic-content {
  top: 50%;
  transform: translate(-50%, -50%);
}
.ic-v3-body .ic-user-card-main .ic-feature-card:hover .ic-des {
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
}
.ic-v3-body .ic-access-management-section {
  position: relative;
  z-index: 1;
}
.ic-v3-body .ic-access-management-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 691px;
  background: linear-gradient(180deg, #00020F 13.46%, #F9F9F9 100%);
  z-index: -1;
}
.ic-v3-body .ic-access-management-bottom {
  background: #2e3192;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0px 1px 1px rgba(0, 3, 18, 0.3);
  backdrop-filter: blur(6px);
  border-radius: 42px;
  padding: clamp(20px, 2vw, 40px);
}
.ic-v3-body .ic-access-management-item {
  border-radius: 0px !important;
  height: 100%;
}
.ic-v3-body .ic-access-management-item .ic-access-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.07);
  border: 0.581524px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0.460724px 0.460724px rgba(0, 3, 18, 0.3), 0px 3.68579px 5.02189px rgba(0, 3, 18, 0.12);
  backdrop-filter: blur(2.76434px);
  border-radius: 50%;
}
.ic-v3-body .ic-access-management-item-top .ic-access-management-item {
  border-bottom: 1px solid #43469d;
}
.ic-v3-body .ic-user-permission-section {
  background: linear-gradient(180deg, #f9f9f9 0%, #ffffff 100%);
}
.ic-v3-body .ic-user-permission-right {
  padding: 20px;
  background: #ffffff;
  border: 1px solid #eaecf0;
  box-shadow: 0px 1.28px 16px rgba(174, 174, 192, 0.5), 0px 4.48px 4.18355px rgba(174, 174, 192, 0.4);
  border-radius: 20px;
}
.ic-v3-body .ic-user-permission-right .ic-permission-table {
  background: #ffffff;
  border: 0.837917px solid #eaecf0;
  box-shadow: 0px 1.67583px 5.47729px #ffffff, 0px 5.86542px 5.47729px rgba(174, 174, 192, 0.4);
  border-radius: 16px;
  overflow: hidden;
}
.ic-v3-body .ic-user-permission-right .ic-header {
  padding: 13px 16px;
  background: linear-gradient(90deg, #6b70ff 0%, #0bb0ee 100%);
  border: 0.89837px solid #eaecf0;
  border-radius: 12px 12px 0px 0px;
}
.ic-v3-body .ic-user-permission-right .ic-header .icon {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.07);
  border: 0.866667px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0.399294px 0.399294px rgba(0, 3, 18, 0.3), 0px 3.19435px 4.3523px rgba(0, 3, 18, 0.12);
  backdrop-filter: blur(2.39576px);
  border-radius: 50%;
  flex: 0 0 auto;
}
.ic-v3-body .ic-user-permission-right .ic-user-feature {
  padding: 6px 16px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
}
.ic-v3-body .ic-user-permission-right .ic-user-permission-info {
  padding: 20px;
  background: linear-gradient(180deg, rgba(234, 236, 240, 0) 0%, #eaecf0 100%);
  border: 1px solid #d6dae1;
}
.ic-v3-body .ic-user-permission-right .ic-user-permission-list {
  padding: 18px;
  background: #ffffff;
  border-width: 1px 1px 4px 1px;
  border-style: solid;
  border-color: #d6dae1;
  border-radius: 16px;
  height: 100%;
}
.ic-v3-body .ic-user-permission-right .ic-user-permission-list .icon {
  width: 50px;
  height: 50px;
  background: #f5f6f7;
  border: 1px solid #d6dae1;
  border-radius: 50%;
  flex: 0 0 auto;
}
.ic-v3-body .ic-user-permission-right .ic-user-permission-list .ic-arrows {
  display: flex;
  align-items: center;
  padding: 4px 10px;
  background: #1c75bc;
  border-radius: 100px;
  color: #ffffff;
}
.ic-v3-body .ic-user-permission-right .ic-work-email input {
  padding: 0 16px;
  height: 48px;
  width: 100%;
  background: #f5f6f7;
  border: 1px solid #d6dae1;
  border-radius: 10px;
}
.ic-v3-body .ic-user-permission-right .ic-request-btn i {
  padding: 4px 10px;
  background: rgba(246, 246, 247, 0.1);
  border-radius: 30px;
}
.ic-v3-body .ic-user-permission-right .ic-request-btn:hover i {
  transform: rotate(0deg);
}
@media (max-width: 1399.98px) {
  .ic-v3-body .ic-user-card-main .ic-feature-card {
    min-height: 350px;
  }
}
@media (max-width: 1199.98px) {
  .ic-v3-body .ic-user-card-main .ic-feature-card {
    min-height: 310px;
  }
}
@media (max-width: 991.98px) {
  .ic-v3-body .ic-access-management-item-top .ic-access-management-item {
    border-bottom: none;
  }
  .ic-v3-body .ic-user-card-main .ic-feature-card {
    min-height: auto;
  }
}

.ic-v3-body .ic-warehouse-management-section .ic-access-management-item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px !important;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.ic-v3-body .ic-warehouse-management-section .ic-access-management-item:hover {
  background: #1c75bc;
}
.ic-v3-body .ic-labeling-barcoding-section .ic-access-management-bottom {
  background: #1c75bc;
}
.ic-v3-body .ic-labeling-barcoding-section .ic-access-management-item-top .ic-access-management-item {
  border-bottom: 1px solid #3383c3;
}

.ic-v3-body .split-screen-wrapper {
  background: linear-gradient(180deg, #f6f6f7 0%, #f5f6f7 100%);
  position: relative;
  /* LEFT SIDEBAR */
  /* NAVIGATION */
  /* RIGHT CONTENT */
}
.ic-v3-body .split-screen-wrapper .ic-split-screen-main-content {
  position: relative;
}
.ic-v3-body .split-screen-wrapper .ic-main-container {
  display: flex;
  gap: 60px;
  overflow: hidden;
}
@media only screen and (max-width: 1399.98px) {
  .ic-v3-body .split-screen-wrapper .ic-main-container {
    gap: 40px;
  }
}
@media only screen and (max-width: 1280px) {
  .ic-v3-body .split-screen-wrapper .ic-main-container {
    gap: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .split-screen-wrapper .ic-main-container {
    flex-direction: column;
    gap: 20px;
  }
}
.ic-v3-body .split-screen-wrapper .sidebar {
  flex: 0 0 380px;
  display: flex;
  flex-direction: column;
  position: relative;
  /* overlay */
}
.ic-v3-body .split-screen-wrapper .sidebar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(245, 246, 247, 0) 0%, #f5f6f7 86.75%);
}
.ic-v3-body .split-screen-wrapper .sidebar .ic-sidebar-wrapper {
  position: sticky;
  height: 700px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 1499px) {
  .ic-v3-body .split-screen-wrapper .sidebar .ic-sidebar-wrapper {
    height: 580px;
  }
}
@media (max-width: 1399px) {
  .ic-v3-body .split-screen-wrapper .sidebar .ic-sidebar-wrapper {
    height: 500px;
  }
}
@media (max-width: 999px) {
  .ic-v3-body .split-screen-wrapper .sidebar .ic-sidebar-wrapper {
    height: 380px;
  }
}
@media (max-width: 480px) {
  .ic-v3-body .split-screen-wrapper .sidebar .ic-sidebar-wrapper {
    height: 380px;
  }
}
.ic-v3-body .split-screen-wrapper .sidebar ul {
  padding-left: 0px !important;
}
.ic-v3-body .split-screen-wrapper .ic-sidebar-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ic-v3-body .split-screen-wrapper .sidebar-header {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .ic-v3-body .split-screen-wrapper .sidebar-header {
    align-items: center;
    text-align: center;
  }
}
.ic-v3-body .split-screen-wrapper .why-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #1c75bc;
  box-shadow: 0px 0px 0px 3px #ffffff, 0px 4px 2px rgba(140, 150, 169, 0.25), 0px 8px 17.2px rgba(140, 150, 169, 0.1);
  color: #eceef0;
  border: none;
  padding: 12px 23px;
  border-radius: 100px;
  cursor: pointer;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  width: fit-content;
}
@media (max-width: 1399px) {
  .ic-v3-body .split-screen-wrapper .why-button {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .ic-v3-body .split-screen-wrapper .why-button {
    padding: 10px 23px;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .ic-v3-body .split-screen-wrapper .why-button {
    padding: 10px 23px;
    font-size: 16px;
    font-weight: 500;
  }
}
.ic-v3-body .split-screen-wrapper h2 {
  font-weight: 800;
  font-size: 48px;
  line-height: 130%;
  color: #00020f;
  margin: 12px 0 24px 0;
}
@media only screen and (max-width: 1399.98px) {
  .ic-v3-body .split-screen-wrapper h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .split-screen-wrapper h2 {
    font-size: 32px;
    align-items: center;
  }
}
@media only screen and (max-width: 480px) {
  .ic-v3-body .split-screen-wrapper h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 374.98px) {
  .ic-v3-body .split-screen-wrapper h2 {
    font-size: 28px;
  }
}
.ic-v3-body .split-screen-wrapper .highlight-text {
  color: #6366f1;
}
.ic-v3-body .split-screen-wrapper .nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  padding-bottom: 40px;
  gap: 20px;
  scroll-behavior: smooth;
  /* hide scrollbar */
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 1399px) {
  .ic-v3-body .split-screen-wrapper .nav-list {
    gap: 12px;
  }
}
@media (max-width: 991px) {
  .ic-v3-body .split-screen-wrapper .nav-list {
    padding-bottom: 0;
  }
}
.ic-v3-body .split-screen-wrapper .nav-list::-webkit-scrollbar {
  display: none;
}
.ic-v3-body .split-screen-wrapper .nav-list::-webkit-scrollbar {
  width: 6px;
}
.ic-v3-body .split-screen-wrapper .nav-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.ic-v3-body .split-screen-wrapper .nav-list::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.ic-v3-body .split-screen-wrapper .nav-list::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
.ic-v3-body .split-screen-wrapper .nav-item {
  padding: 12px 16px;
  border-left: 4px solid #c1c7d1;
  color: #323e4f;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 1399.98px) {
  .ic-v3-body .split-screen-wrapper .nav-item {
    font-size: 18px;
    padding: 8px 14px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-v3-body .split-screen-wrapper .nav-item {
    font-size: 17px;
  }
}
.ic-v3-body .split-screen-wrapper .nav-item:hover {
  color: #2d3748;
  background: rgba(0, 102, 204, 0.05);
}
.ic-v3-body .split-screen-wrapper .nav-item.active {
  color: #2e3192;
  background: linear-gradient(90deg, #eaecf0 38.46%, rgba(234, 236, 240, 0) 100%);
  border-left-color: #2e3192;
}
.ic-v3-body .split-screen-wrapper .nav-item.active .nav-icon {
  opacity: 1;
  color: #2e3192;
}
.ic-v3-body .split-screen-wrapper .nav-item.active .ic-img-icon {
  filter: brightness(0) saturate(100%) invert(20%) sepia(90%) saturate(2000%) hue-rotate(230deg) brightness(90%) contrast(95%);
}
.ic-v3-body .split-screen-wrapper .ic-img-icon {
  filter: brightness(0) saturate(100%) invert(52%) sepia(10%) saturate(500%) hue-rotate(180deg) brightness(95%) contrast(90%);
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-v3-body .split-screen-wrapper .ic-img-icon {
    width: 22px;
    height: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-v3-body .split-screen-wrapper .ic-img-icon {
    width: 20px;
    height: 20px;
  }
}
.ic-v3-body .split-screen-wrapper .nav-icon {
  font-size: 26px;
  opacity: 0.7;
  color: #758195;
}
.ic-v3-body .split-screen-wrapper .ic-section {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  min-height: 100%;
  height: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 0;
}
.ic-v3-body .split-screen-wrapper .content-area {
  overflow-y: auto;
  height: 700px;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-bottom: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.ic-v3-body .split-screen-wrapper .content-area::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1499px) {
  .ic-v3-body .split-screen-wrapper .content-area {
    height: 550px;
  }
}
@media (max-width: 1399px) {
  .ic-v3-body .split-screen-wrapper .content-area {
    height: 480px;
  }
}
@media (max-width: 999px) {
  .ic-v3-body .split-screen-wrapper .content-area {
    height: 600px;
  }
}
@media (max-width: 575px) {
  .ic-v3-body .split-screen-wrapper .content-area {
    height: 500px;
  }
}
@media (max-width: 480px) {
  .ic-v3-body .split-screen-wrapper .content-area {
    height: 380px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-v3-body .split-screen-wrapper .content-area {
    gap: 24px;
  }
}
.ic-v3-body .split-screen-wrapper .content-area::-webkit-scrollbar {
  display: none;
}
.ic-v3-body .split-screen-wrapper .content-area::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}
.ic-v3-body .split-screen-wrapper .content-area::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}
.ic-v3-body .split-screen-wrapper .content-area::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}
.ic-v3-body .split-screen-wrapper .section-title {
  font-weight: 800;
  font-size: 32px;
  margin-bottom: 8px;
  color: #1b2533;
}
@media only screen and (max-width: 1399.98px) {
  .ic-v3-body .split-screen-wrapper .section-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .split-screen-wrapper .section-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-v3-body .split-screen-wrapper .section-title {
    text-align: center;
  }
}
.ic-v3-body .split-screen-wrapper .section-description {
  color: #454b5d;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-v3-body .split-screen-wrapper .section-description {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-v3-body .split-screen-wrapper .section-description {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-v3-body .split-screen-wrapper .section-description {
    text-align: center;
  }
}
.ic-v3-body .split-screen-wrapper .section-content {
  position: relative;
}
@media (max-width: 1499px) {
  .ic-v3-body .split-screen-wrapper .section-content {
    width: 75%;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-v3-body .split-screen-wrapper .section-content {
    width: 75%;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-v3-body .split-screen-wrapper .section-content {
    width: 85%;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .split-screen-wrapper .section-content {
    width: 100%;
  }
}
.ic-v3-body .split-screen-wrapper .section-content .ic-img-container {
  background-color: white;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  width: 100%;
  object-fit: fill;
  box-shadow: 0px 2px 6.5368px #ffffff, 0px 7px 6.5368px rgba(174, 174, 192, 0.4);
  background: #ffffff;
}
@media only screen and (max-width: 1399.98px) {
  .ic-v3-body .split-screen-wrapper .section-content .ic-img-container {
    padding: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .split-screen-wrapper .section-content .ic-img-container {
    padding: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-v3-body .split-screen-wrapper .section-content .ic-img-container {
    border-radius: 16px;
  }
}
.ic-v3-body .split-screen-wrapper .section-content .ic-img-container img {
  border-radius: 18px;
}
.ic-v3-body .split-screen-wrapper .section-content .button-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ic-v3-body .logo-slider {
  width: 80%;
  margin: auto;
}
.ic-v3-body .logo-slider .slick-slide {
  transition: all 0.5s ease;
  transform: scale(0.8);
  opacity: 0.5;
}
.ic-v3-body .logo-slider img {
  width: 100px;
  margin: auto;
}
.ic-v3-body .right-card {
  position: relative;
  overflow: hidden;
}
.ic-v3-body .right-card::before, .ic-v3-body .right-card::after {
  content: "";
  position: absolute;
  top: 0;
  width: 116.77px;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.ic-v3-body .right-card::before {
  left: 0;
  background: linear-gradient(90deg, #0d0f1b 8.79%, rgba(16, 16, 18, 0) 91.46%);
}
.ic-v3-body .right-card::after {
  right: 0;
  background: linear-gradient(270deg, #0d0f1b 8.79%, rgba(16, 16, 18, 0) 91.46%);
}
.ic-v3-body .logos {
  border: 1px solid white;
  animation: spin 20s linear infinite;
}
.ic-v3-body .logos .img-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.ic-v3-body .example {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
}
.ic-v3-body .ic-svg-animation {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-svg-animation {
    width: 1020px;
    bottom: 8%;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-v3-body .ic-svg-animation {
    width: 700px;
  }
}
@keyframes spin2 {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}
.ic-v3-body .ic-v3-automation-video-container {
  width: 100%;
  position: relative;
  padding-top: 26px;
  overflow: hidden;
  height: 800px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-v3-body .ic-v3-automation-video-container {
    height: auto;
  }
}
.ic-v3-body .ic-v3-automation-video-container .ic-automation-video {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}
.ic-v3-body .ic-v3-automation-video-container .ic-video-up-overlay {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 177px;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(182.73deg, #F6F6F7 23.6%, rgba(255, 255, 255, 0) 57.75%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
@media only screen and (max-width: 1399.98px) {
  .ic-v3-body .ic-v3-automation-video-container .ic-video-up-overlay {
    height: 160px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-v3-automation-video-container .ic-video-up-overlay {
    height: 120px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-v3-body .ic-v3-automation-video-container .ic-video-up-overlay {
    height: 100px;
  }
}
.ic-v3-body .ic-v3-automation-video-container::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f6f6f7 95.79%), linear-gradient(106.84deg, #f6f6f7 4.61%, #0bb0ee 73.07%);
  transform: rotate(180deg);
  z-index: 1;
}
.ic-v3-body .ic-v3-automation-video-container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 495px;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(182.73deg, #f6f6f7 23.6%, rgba(255, 255, 255, 0) 87.75%);
  transform: rotate(180deg);
}
@media only screen and (max-width: 1399.98px) {
  .ic-v3-body .ic-v3-automation-video-container::after {
    height: 400px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-v3-body .ic-v3-automation-video-container::after {
    height: 300px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-v3-automation-video-container::after {
    height: 200px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-v3-body .ic-v3-automation-video-container::after {
    height: 100px;
  }
}
.ic-v3-body .ic-v3-automation-video-container .ic-auto-btn {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media only screen and (max-width: 480px) {
  .ic-v3-body .ic-v3-automation-video-container .ic-auto-btn {
    left: 40%;
    transform: translateX(-40%);
  }
}
.ic-v3-body .btn-bg {
  background: linear-gradient(180deg, #f6f6f7 0%, #f5f6f7 100%);
}
.ic-v3-body .ic-v3-font-60 {
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 68px;
  letter-spacing: 0.02em;
  color: #f7f8f8;
}
@media only screen and (max-width: 991.98px) {
  .ic-v3-body .ic-v3-font-60 {
    font-size: 54px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-v3-body .ic-v3-font-60 {
    font-weight: 700;
    font-size: 44px;
  }
}
.ic-v3-body .ic-v3-stop-counter-wrapper {
  background-position: -2% 16% !important;
}

.ic-v3-body .ic-registration-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 100vh;
}
.ic-v3-body .ic-registration-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #00020f 21.63%, rgba(0, 2, 15, 0.9) 100%);
  z-index: -2;
}
.ic-v3-body .ic-registration-section::before {
  content: "";
  position: absolute;
  bottom: 100px;
  left: 386px;
  width: 100%;
  height: 100%;
  width: 122px;
  height: 122px;
  background: #fa9e11;
  filter: blur(150px);
  z-index: -1;
}
.ic-v3-body .ic-registration-section .ic-registration-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  z-index: -1;
}
.ic-v3-body .ic-registration-section .ic-registration-main {
  padding: 200px 0 100px 0;
}
.ic-v3-body .ic-registration-section.ic-login-section .ic-registration-main {
  padding: clamp(40px, 5vw, 140px) 0;
}
.ic-v3-body .ic-registration-card {
  background: #16192b;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 3, 18, 0.3), 0px 8px 10.9px rgba(0, 3, 18, 0.12);
  backdrop-filter: blur(6px);
  border-radius: 24px;
}
.ic-v3-body .ic-registration-card .ic-top {
  padding: 50px 40px 30px 40px;
  border-bottom: 1px solid #323e4f;
}
.ic-v3-body .ic-registration-card .ic-bottom {
  padding: 30px 40px 50px 40px;
}
.ic-v3-body .ic-login {
  padding: clamp(20px, 5vw, 60px);
}
.ic-v3-body .ic-login .ic-login-left span {
  width: 350px;
  margin: auto;
}
@media (max-width: 1399.98px) {
  .ic-v3-body .ic-registration-card .ic-top {
    padding: 40px 30px 30px 30px;
  }
  .ic-v3-body .ic-registration-card .ic-bottom {
    padding: 30px 30px 40px 30px;
  }
  .ic-v3-body .ic-registration-section .ic-registration-main {
    padding: 180px 0 90px 0;
  }
}
@media (max-width: 1199.98px) {
  .ic-v3-body .ic-registration-card .ic-top,
  .ic-v3-body .ic-registration-card .ic-bottom {
    padding: 30px;
  }
  .ic-v3-body .ic-registration-section .ic-registration-main {
    padding: 160px 0 80px 0;
  }
}
@media (max-width: 991.98px) {
  .ic-v3-body .ic-registration-card .ic-top,
  .ic-v3-body .ic-registration-card .ic-bottom {
    padding: 25px;
  }
  .ic-v3-body .ic-registration-section .ic-registration-main {
    padding: 120px 0 70px 0;
  }
}
@media (max-width: 767.98px) {
  .ic-v3-body .ic-registration-card .ic-top,
  .ic-v3-body .ic-registration-card .ic-bottom {
    padding: 20px;
  }
  .ic-v3-body .ic-registration-section .ic-registration-main {
    padding: 100px 0 60px 0;
  }
}
@media (max-width: 575.98px) {
  .ic-v3-body .ic-registration-section .ic-registration-main {
    padding: 80px 0 50px 0;
  }
}

.ic-v3-body .ic-pricing-and-made-for-you-main {
  background: linear-gradient(0deg, rgba(246, 247, 249, 0) 5.46%, rgba(255, 255, 255, 0.5) 23.02%, rgba(255, 255, 255, 0) 68.43%), linear-gradient(180deg, #00020f 0%, #00020f 55%, #f6f7f9 78.37%);
}
.ic-v3-body .pricing-tabs {
  padding: 6px;
  background: rgba(255, 255, 255, 0.07);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 3, 18, 0.3), 0px 8px 10.9px rgba(0, 3, 18, 0.12);
  backdrop-filter: blur(6px);
  border-radius: 100px;
  display: inline-flex;
  gap: 6px;
}
.ic-v3-body .pricing-tabs .nav-link {
  border: none;
  background: transparent;
  color: #b4b9c1;
  padding: 10px 18px !important;
  border-radius: 100px;
  transition: 0.3s;
  font-weight: 500;
}
.ic-v3-body .pricing-tabs .nav-link.active {
  background: #f6f6f7;
  color: #1b2533 !important;
  padding: 10px 20px;
}
.ic-v3-body .pricing-item {
  padding: 32px;
  background: #16192b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  border-radius: 32px;
  transition: 0.3s;
  color: #fff;
  height: 100%;
  /* Hover = Active Design */
}
.ic-v3-body .pricing-item:hover, .ic-v3-body .pricing-item.active {
  background: #1c75bc;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(6px);
  color: #fff;
}
.ic-v3-body .pricing-item:hover .ic-color-eleven,
.ic-v3-body .pricing-item:hover .ic-color-twelve, .ic-v3-body .pricing-item.active .ic-color-eleven,
.ic-v3-body .pricing-item.active .ic-color-twelve {
  color: #fff;
}
.ic-v3-body .pricing-item:hover button, .ic-v3-body .pricing-item.active button {
  background: #fff;
  border-color: #fff;
  color: black;
}
.ic-v3-body .pricing-item:hover .ic-pricing-item-list, .ic-v3-body .pricing-item.active .ic-pricing-item-list {
  border-top: 1px solid #3281c2;
  border-bottom: 1px solid #3281c2;
}
.ic-v3-body .pricing-item:hover {
  transform: translateY(-6px);
  transform: scale(1.03);
}
.ic-v3-body .pricing-item.active {
  background: #1c75bc;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(6px);
  transition: all 0.3s ease-in-out;
}
.ic-v3-body .pricing-item .ic-pricing-item-list {
  padding: 20px 0;
  border-top: 1px solid #2d3040;
  border-bottom: 1px solid #2d3040;
  transition: all 0.3s ease-in-out;
}
.ic-v3-body .pricing-item button {
  padding: 14px 0px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.ic-v3-body .ic-made-for-you-section .ic-made-for-you-main {
  padding: clamp(24px, 4vw, 50px);
  background: #2e3192;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0px 1px 1px rgba(0, 3, 18, 0.3);
  backdrop-filter: blur(6px);
  border-radius: 32px;
}
.ic-v3-body .ic-made-for-you-section li {
  color: #eceef0;
}
.ic-v3-body .ic-plans-main {
  border-radius: 32px;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.ic-v3-body .ic-plans-main .ic-plans-table {
  min-width: 700px;
  border-collapse: collapse;
  width: 100%;
}
.ic-v3-body .ic-plans-main .ic-plans-table th {
  padding: 20px;
  text-align: center;
  color: #fff;
}
.ic-v3-body .ic-plans-main .ic-plans-table td {
  padding: 20px;
  text-align: center;
  color: #d4d4d8;
}
.ic-v3-body .ic-plans-main .ic-plans-table thead {
  background: #1c75bc;
}
.ic-v3-body .ic-plans-main .ic-plans-table thead th,
.ic-v3-body .ic-plans-main .ic-plans-table thead span {
  font-weight: 600;
  color: white;
}
.ic-v3-body .ic-plans-main .ic-plans-table tr span,
.ic-v3-body .ic-plans-main .ic-plans-table td span {
  display: inline-block;
  text-align: left;
  min-width: 250px;
}
.ic-v3-body .ic-plans-main .ic-plans-table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #16192b;
}
.ic-v3-body .ic-plans-main .ic-plans-table tbody tr:last-child {
  border-bottom: none;
}
.ic-v3-body .ic-plans-main .ic-plans-table tbody td {
  background: transparent;
}
.ic-v3-body .ic-plans-main .ic-plans-table tfoot .expand-btn {
  background: #fff;
  color: #1b2533;
  text-align: center;
  padding: 18px;
  font-weight: 500;
  cursor: pointer;
}
.ic-v3-body .ic-ecosystem-section {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
.ic-v3-body .ic-ecosystem-section::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: linear-gradient(180deg, rgba(245, 246, 247, 0) 24.41%, #f6f7f9 92.31%);
}
.ic-v3-body .ic-ecosystem-section .ic-ecosystem-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.ic-v3-body .ic-ecosystem-section .ic-ecosystem-btn a {
  color: #1c75bc;
}
.ic-v3-body .gradient-rotate {
  position: relative;
  border-radius: 16px;
  box-shadow: 0 4px 0 #d5d8df;
  overflow: hidden;
}
.ic-v3-body .gradient-rotate::before {
  content: "";
  position: absolute;
  inset: -50%;
  background: linear-gradient(90deg, #6b70ff 0%, #0bb0ee 100%);
  transition: all 0.4s ease;
  animation: spin 4s linear infinite;
}
.ic-v3-body .gradient-rotate > * {
  position: relative;
  z-index: 1;
}
.ic-v3-body .gradient-rotate:hover .ic-eco-system-item-main {
  background: transparent;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.ic-v3-body .ic-eco-system-item-main {
  padding: 2px;
  background: #e1e4eb;
  border-radius: 16px;
}
.ic-v3-body .ic-eco-system-item {
  padding: 25px 24px;
  background: #f3f4f7;
  border-radius: 16px;
}
.ic-v3-body .ic-ecosystem-slider-main {
  margin: 0 -8px;
}
.ic-v3-body .ic-ecosystem-slider-main .slider-item {
  padding: 0 8px;
}
.ic-v3-body .ic-ecosystem-slider-main .slick-list.draggable {
  padding-bottom: 20px;
}
.ic-v3-body .ic-business-partner-main {
  border-bottom: 1px solid #d6dae1;
}
.ic-v3-body .ic-trusted-ratings span {
  color: #090b41;
}
.ic-v3-body .ic-business-partner-item {
  padding: 32px;
  background: #2e3192;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  height: 100%;
}
.ic-v3-body .ic-business-partner-item.two {
  background: #0bb0ee;
}
.ic-v3-body .ic-business-partner-item.three {
  background: #1c75bc;
}
@media (max-width: 1399.98px) {
  .ic-v3-body .ic-business-partner-item {
    padding: 25px;
  }
}
@media (max-width: 1199.98px) {
  .ic-v3-body .pricing-item {
    padding: 24px;
  }
  .ic-v3-body .ic-eco-system-item {
    padding: 15px;
  }
  .ic-v3-body .ic-business-partner-item {
    padding: 20px;
  }
}
@media (max-width: 991.98px) {
  .ic-v3-body .ic-plans-main .ic-plans-table tr span,
  .ic-v3-body .ic-plans-main .ic-plans-table td span {
    min-width: 185px;
  }
  .ic-v3-body .ic-eco-system-item {
    padding: 10px;
  }
}
@media (max-width: 767.98px) {
  .ic-v3-body .ic-plans-main .ic-plans-table td,
  .ic-v3-body .ic-plans-main .ic-plans-table tfoot .expand-btn {
    padding: 15px;
  }
}
@media (max-width: 575.98px) {
  .ic-v3-body .ic-plans-main .ic-plans-table td,
  .ic-v3-body .ic-plans-main .ic-plans-table tfoot .expand-btn {
    padding: 10px;
  }
  .ic-v3-body .ic-plans-main .ic-plans-table th {
    padding: 15px;
  }
}

.ic-v3-body .ic-blog-tabs-main {
  padding-top: clamp(30px, 5vw, 60px);
  border-top: 1px solid #323e4f;
}
.ic-v3-body .ic-blog-tabs .nav-item .nav-link {
  padding: 0px 32px;
  background: rgba(255, 255, 255, 0.07);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 3, 18, 0.3), 0px 8px 10.9px rgba(0, 3, 18, 0.12);
  backdrop-filter: blur(6px);
  border-radius: 30px;
  height: 54px;
  flex: 0 0 auto;
}
.ic-v3-body .ic-blog-tabs .nav-item .nav-link:hover, .ic-v3-body .ic-blog-tabs .nav-item .nav-link.active {
  background: linear-gradient(90deg, #6b70ff 0%, #0bb0ee 100%);
}
.ic-v3-body .ic-blog-tabs .ic-blog-search {
  padding: 0px 32px;
  background: rgba(255, 255, 255, 0.07);
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 3, 18, 0.3), 0px 8px 10.9px rgba(0, 3, 18, 0.12);
  backdrop-filter: blur(6px);
  border-radius: 30px;
  height: 54px;
}
.ic-v3-body .ic-blog-tabs .ic-blog-search:focus-visible {
  outline: none !important;
}
.ic-v3-body .ic-blog-tabs-item {
  background: #16192b;
  border-width: 2px 0px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  border-radius: 24px;
  padding: 15px;
  height: 100%;
}
.ic-v3-body .ic-blog-tabs-item .ic-img {
  height: 200px;
  position: relative;
}
.ic-v3-body .ic-blog-tabs-item .ic-img .ic-tab-link-icon {
  position: absolute;
  bottom: -25px;
  right: 40px;
  background: #0bb0ee;
  border-radius: 8px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ic-v3-body .ic-blog-tabs-item .ic-subtitle {
  padding-left: 30px;
  position: relative;
}
.ic-v3-body .ic-blog-tabs-item .ic-subtitle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 2px;
  background: #428cf8;
}
.ic-v3-body .ic-blog-tabs-item .ic-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ic-v3-body .ic-pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.ic-v3-body .ic-pagination {
  gap: 8px;
}
.ic-v3-body .ic-pagination .page-item .page-link {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 3, 18, 0.3), 0px 8px 10.9px rgba(0, 3, 18, 0.12);
  backdrop-filter: blur(6px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.ic-v3-body .ic-pagination .page-item .page-link:hover {
  background: linear-gradient(90deg, #6b70ff 0%, #0bb0ee 100%);
  box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.3), inset 0px 1px 5px rgba(255, 255, 255, 0.3);
}
.ic-v3-body .ic-pagination .page-item.active .page-link {
  background: linear-gradient(90deg, #6b70ff 0%, #0bb0ee 100%);
  box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.3), inset 0px 1px 5px rgba(255, 255, 255, 0.3);
}
.ic-v3-body .ic-pagination .page-item.disabled .page-link {
  opacity: 0.4;
  pointer-events: none;
}
@media (max-width: 1399.98px) {
  .ic-v3-body .ic-blog-tabs .nav-item .nav-link,
  .ic-v3-body .ic-blog-tabs .ic-blog-search {
    height: 50px;
  }
}
@media (max-width: 1199.98px) {
  .ic-v3-body .ic-blog-tabs-item .ic-img {
    height: 160px;
  }
  .ic-v3-body .ic-blog-tabs .nav-item .nav-link,
  .ic-v3-body .ic-blog-tabs .ic-blog-search {
    height: 45px;
  }
}
@media (max-width: 991.98px) {
  .ic-v3-body .ic-blog-search-main,
  .ic-v3-body .ic-blog-tabs .ic-blog-search {
    width: 100%;
  }
}

.ic-v3-body .ic-amazon-banner-top {
  padding: 8px;
  background: rgba(255, 255, 255, 0.07);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 3, 18, 0.3), 0px 8px 10.9px rgba(0, 3, 18, 0.12);
  backdrop-filter: blur(6px);
  border-radius: 30px;
}
.ic-v3-body .ic-amazon-banner-top .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(231, 233, 239, 0.1);
}
.ic-v3-body .ic-integrate-amazon-main {
  border-top: 1px solid #323e4f;
}
.ic-v3-body .ic-integrate-amazon-item {
  padding: 32px;
  background: rgba(255, 255, 255, 0.07);
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 3, 18, 0.3), 0px 8px 10.9px rgba(0, 3, 18, 0.12);
  backdrop-filter: blur(6px);
  border-radius: 16px;
  height: 100%;
}
.ic-v3-body .ic-integrate-amazon-item .icon {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(231, 233, 239, 0.1);
  border-radius: 50%;
}
.ic-v3-body .ic-amazon-business-section {
  background: linear-gradient(0deg, rgba(246, 247, 249, 0) 5.46%, rgba(255, 255, 255, 0.5) 23.02%, rgba(255, 255, 255, 0) 68.43%), linear-gradient(180deg, #00020f 0%, #f6f7f9 78.37%);
}
.ic-v3-body .ic-integration-work-section {
  background: #f6f7f9;
}
.ic-v3-body .ic-integration-work-item {
  padding: 16px;
  background: #f1f4f8;
  border: 1px solid #dee6ed;
  box-shadow: 0px 0px 0px 3px #ffffff, 0px 4px 2px rgba(140, 150, 169, 0.25), 0px 8px 17.2px rgba(140, 150, 169, 0.1);
  border-radius: 12px;
}
.ic-v3-body .ic-integration-work-item i {
  color: #189877;
}
.ic-v3-body .ic-benefits-item {
  padding: 24px;
  background: #f3f4f7;
  border: 1px solid #e1e4eb;
  box-shadow: 0px 0px 0px 3px #ffffff, 0px 4px 2px rgba(140, 150, 169, 0.25), 0px 8px 17.2px rgba(140, 150, 169, 0.1), 0px 0px 0px 4px #ffffff;
  border-radius: 24px;
  height: 100%;
}
.ic-v3-body .ic-benefits-item .icon {
  width: 68px;
  height: 68px;
  background: #ffffff;
  border: 1px solid #e7e9ef;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .ic-v3-body .ic-integrate-amazon-item {
    padding: 24px;
  }
}

.ic-v3-body .ic-bold-details-banner-user {
  padding: 8px 14px 8px 8px;
  background: rgba(255, 255, 255, 0.07);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 3, 18, 0.3), 0px 8px 10.9px rgba(0, 3, 18, 0.12);
  backdrop-filter: blur(6px);
  border-radius: 30px;
}
.ic-v3-body .ic-bold-details-banner-user .img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
}
.ic-v3-body .ic-blog-details-section-main {
  border-top: 1px solid #323e4f;
  padding-top: clamp(30px, 5vw, 60px);
}
.ic-v3-body .ic-blog-details-section-main p {
  color: #697483;
}
.ic-v3-body .ic-blog-details-top-img {
  position: relative;
}
.ic-v3-body .ic-blog-details-top-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #00020f 8.64%, rgba(0, 2, 15, 0) 82.23%);
}
.ic-v3-body .ic-order-fulfillment {
  padding-bottom: clamp(30px, 4vw, 40px);
  border-bottom: 1px solid #323e4f;
}
.ic-v3-body .ic-blog-post {
  background: #16192b;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  border-radius: 24px;
  padding: 30px;
}
.ic-v3-body .ic-blog-post h6 {
  color: #b4b9c1;
}
.ic-v3-body .ic-blog-post .ic-post-img {
  flex: 0 0 auto;
  width: clamp(70px, 8vw, 106px);
  height: clamp(70px, 8vw, 106px);
  border-radius: 50%;
  overflow: hidden;
}
.ic-v3-body .ic-blog-post .ic-blog-post-content {
  flex: 1;
}
.ic-v3-body .ic-blog-post .ic-post-icon {
  background: #454b5d;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ic-v3-body .ic-blog-post .ic-post-icon i {
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease;
}
.ic-v3-body .ic-blog-post .ic-post-icon:hover i {
  color: #428cf8;
}
.ic-v3-body .ic-about-me {
  position: relative;
}
.ic-v3-body .ic-about-me::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: calc(100% - 75px);
  height: 1px;
  background: #dae9f1;
}
.ic-v3-body .ic-related-blog-main {
  border-top: 1px solid #323e4f;
}
.ic-v3-body .ic-related-blog-main .ic-request-btn.active {
  background: #1c75bc;
}
@media (max-width: 1199.98px) {
  .ic-v3-body .ic-blog-post {
    padding: 25px;
  }
}
@media (max-width: 991.98px) {
  .ic-v3-body .ic-blog-post {
    padding: 20px;
  }
}

.ic-v3-body .ic-contact-banner-content {
  max-width: 700px;
  margin: auto;
}
.ic-v3-body .ic-contact-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* TOP GRADIENT */
}
.ic-v3-body .ic-contact-section::before, .ic-v3-body .ic-contact-section::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}
.ic-v3-body .ic-contact-section::before {
  top: 100px;
  height: 60%;
  background: linear-gradient(180deg, #010412 0%, #f6f7f9 38.37%);
}
.ic-v3-body .ic-contact-section::after {
  bottom: 0;
  height: 60%;
  background: linear-gradient(360deg, #00041e 0%, #f6f7f9 100%);
}
.ic-v3-body .ic-contact-section .ic-registration-card {
  padding: clamp(30px, 5vw, 50px);
}
.ic-v3-body .ic-contact-section .ic-request-btn:hover i {
  transform: rotate(0deg);
}
.ic-v3-body .ic-contact-section .ic-request-btn {
  cursor: pointer;
}
.ic-v3-body .ic-contact-section .ic-request-btn.active.contact-btn2 {
  background: #189877;
}
.ic-v3-body .ic-contact-section .icon {
  width: 34px;
  height: 34px;
  background: #1c75bc;
  border-radius: 50%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ic-v3-body .ic-contact-left {
  background: #141a2a;
  border: 1px solid #2b303e;
  border-radius: 16px;
  padding: clamp(20px, 4vw, 40px);
}
.ic-v3-body .ic-contact-item {
  padding: 12px;
  background: rgba(255, 255, 255, 0.07);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 3, 18, 0.3), 0px 8px 10.9px rgba(0, 3, 18, 0.12);
  backdrop-filter: blur(6px);
  border-radius: 8px;
}
.ic-v3-body .ic-contact-bottom {
  padding: 0 12px;
  background: #141a29;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 3, 18, 0.3), 0px 8px 10.9px rgba(0, 3, 18, 0.12);
  backdrop-filter: blur(6px);
  border-radius: 8px;
}
.ic-v3-body .ic-contact-bottom .ic-item {
  padding: 12px 0;
  border-bottom: 1px solid #242a38;
}
.ic-v3-body .ic-contact-bottom .ic-item:last-child {
  border-bottom: none;
}

.ic-v3-integration-section {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  position: relative;
}
.ic-v3-integration-section .ic-v3-left-menu {
  width: 220px;
  min-width: 220px;
  position: sticky;
  top: 25%;
  height: fit-content;
  z-index: 5;
  border: 1px solid white;
}
.ic-v3-integration-section .ic-v3-left-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ic-v3-integration-section .ic-v3-left-menu ul li {
  margin-bottom: 18px;
}
.ic-v3-integration-section .ic-v3-left-menu ul li a {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #697483;
  text-decoration: none;
  position: relative;
  padding-left: 18px;
  transition: 0.3s;
}
.ic-v3-integration-section .ic-v3-left-menu ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 0%;
  background: #0BB0EE;
  transition: 0.3s;
  border-radius: 30px;
}
.ic-v3-integration-section .ic-v3-left-menu ul li a.active {
  color: #fff;
}
.ic-v3-integration-section .ic-v3-left-menu ul li a.active::before {
  height: 100%;
}
.ic-v3-integration-section .ic-v3-right-content {
  flex: 1;
  min-width: 0;
  border: 1px solid white;
}
.ic-v3-integration-section .ic-v3-integration-block {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  scroll-margin-top: 190px;
}
.ic-v3-integration-section .ic-v3-block-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.ic-v3-integration-section .ic-v3-block-header .ic-v3-sub-text {
  font-size: 18px;
  color: #B4B9C1;
  text-transform: capitalize;
}
.ic-v3-integration-section .ic-v3-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.ic-v3-integration-section .ic-v3-integration-card {
  display: flex;
  gap: 16px;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: 0.3s;
}
.ic-v3-integration-section .ic-v3-integration-card:hover {
  transform: translateY(-5px);
  border-color: #08d9ff;
}
.ic-v3-integration-section .ic-v3-integration-card .ic-img-container {
  width: 62px;
  height: 62px;
  background: #FFFFFF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ic-v3-integration-section .ic-v3-integration-card .ic-logo-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  color: #F6F6F7;
}
.ic-v3-integration-section .ic-v3-integration-card p {
  color: #8F97A2;
  margin-top: 8px;
}

/*# sourceMappingURL=style.css.map */
