.banner-intro {
    color: white;
    font-size: 22px;
}








/* Custom project styles for AI INDEV prototype blocks */

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background:
    radial-gradient(circle at 20% 72%, rgba(177, 235, 255, 0.34) 0, rgba(177, 235, 255, 0) 30%),
    radial-gradient(circle at 76% 80%, rgba(180, 153, 255, 0.26) 0, rgba(180, 153, 255, 0) 24%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.wrapper {
  overflow-x: hidden;
}

body.indev-popup-open {
  overflow: hidden;
}

.indev-site-header {
  position: relative;
  z-index: 11;
}

.indev-sticky-header {
  position: fixed;
  top: 0;
  left: 20px;
  right: 20px;
  z-index: 140;
  width: auto;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 0 20px 20px !important;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 30px rgba(18, 31, 54, 0.06);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-110%);
  transition: transform 450ms ease-in-out, opacity 380ms ease-in-out, visibility 380ms ease-in-out, box-shadow 450ms ease-in-out;
}

.indev-sticky-header .header-menu-area {
  transform: none !important;
}

.indev-sticky-header:not(.is-sticky) {
  pointer-events: none;
  transform: translateY(-110%) !important;
}

.indev-sticky-header.is-sticky {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) !important;
}

.indev-sticky-header .header-menu-area {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 14px 18px;
}

.indev-sticky-header.is-sticky .header-menu-area {
  transform: none !important;
}

.indev-site-header .header-top-content4 {
  gap: 24px;
  border-color: rgba(20, 31, 54, 0.1);
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(12px);
}

.indev-site-header .header-bottom {
  position: relative;
  z-index: 1;
}

.indev-site-header .top-bar-contacts,
.indev-site-header .indev-top-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
}

.indev-site-header .top-bar-contacts a,
.indev-site-header .indev-top-socials a {
  color: var(--color-heading);
}

.indev-site-header .contact-item-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  color: var(--color-heading);
}

.indev-site-header .top-bar-contacts a:hover,
.indev-site-header .indev-top-socials a:hover {
  color: var(--color-primary);
}

.indev-site-header .indev-top-socials i {
  font-size: 19px;
}

.indev-logo-link {
  display: inline-flex;
  align-items: center;
}

.indev-logo-image {
  width: auto;
  max-width: 262px;
  height: 34px;
  object-fit: contain;
}

.indev-side-logo img {
  width: auto;
  max-width: 240px;
  height: 32px;
  object-fit: contain;
}

.indev-main-nav {
  margin-left: 8px;
}

.indev-main-nav > ul > li {
  margin-right: 4px;
}

.indev-main-nav > ul > li:last-child {
  margin-right: 0;
}

.indev-main-nav > ul > li > a {
  padding: 0 20px;
  height: 42px;
  line-height: 42px;
  text-transform: none;
  box-shadow: inset 0 0 0 1px transparent;
}

.indev-main-nav > ul > li > a:hover,
.indev-main-nav > ul > li > a.active {
  transform: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(69, 208, 189, 0.08) 100%);
  box-shadow: inset 0 0 0 1px rgba(69, 208, 189, 0.18), 0 0 18px rgba(69, 208, 189, 0.14);
}

.indev-main-nav > ul > li > a::before {
  display: none;
}

.indev-main-nav > ul > li.menu-has-items > a {
  padding-right: 36px;
}

.indev-main-nav > ul > li.menu-has-items > a::before {
  display: block;
  right: 18px;
}

.indev-main-nav > ul > li > a .menu-item,
.indev-main-nav > ul > li > a .menu-item2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

.indev-main-nav > ul > li > a .menu-item2 {
  display: none;
}

.indev-main-nav > ul > li > a:hover .menu-item,
.indev-main-nav > ul > li > a:hover .menu-item2,
.indev-main-nav > ul > li > a.active .menu-item,
.indev-main-nav > ul > li > a.active .menu-item2 {
  transform: none;
}

.indev-main-nav .sub-menu {
  min-width: 270px;
}

.indev-main-nav > ul > li > .sub-menu {
  margin-top: 0;
}

.indev-main-nav > ul > li.menu-has-items {
  position: relative;
}

.indev-main-nav > ul > li.menu-has-items::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  height: 14px;
}

.indev-main-nav .sub-menu li.menu-has-items > a::after {
  opacity: 1;
  visibility: visible;
}

.indev-main-nav .sub-menu li.menu-has-items {
  position: relative;
}

.indev-main-nav .sub-menu li.menu-has-items::after {
  content: "";
  position: absolute;
  top: 0;
  right: -18px;
  width: 18px;
  height: 100%;
}

.indev-main-nav .sub-menu li:not(.menu-has-items) > a::after {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.indev-main-nav .sub-menu li > .sub-menu > li > a {
  padding-left: 0 !important;
}

.indev-main-nav .sub-menu li > .sub-menu > li > a::before {
  opacity: 0 !important;
  visibility: hidden !important;
}

.indev-main-nav .sub-menu li > .sub-menu > li:not(.menu-has-items) > a::after {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.indev-main-nav .sub-menu li:hover > a,
.indev-main-nav .sub-menu li.active > a {
  padding-left: 20px;
  color: #45d0bd !important;
  background-color: transparent !important;
}

.indev-main-nav .sub-menu li:hover > a::before,
.indev-main-nav .sub-menu li.active > a::before {
  opacity: 1;
  visibility: visible;
  color: var(--color-primary);
}

.indev-main-nav .sub-menu li:hover.menu-has-items > a::after,
.indev-main-nav .sub-menu li.active.menu-has-items > a::after {
  color: var(--color-primary);
}

.indev-main-nav .sub-menu li.active > .sub-menu > li > a,
.indev-main-nav .sub-menu li.active > .sub-menu > li > .sub-menu > li > a {
  padding-left: 0;
  color: var(--color-content-white) !important;
}

.indev-main-nav .sub-menu li.active > .sub-menu > li > a::before,
.indev-main-nav .sub-menu li.active > .sub-menu > li > a::after,
.indev-main-nav .sub-menu li.active > .sub-menu > li > .sub-menu > li > a::before,
.indev-main-nav .sub-menu li.active > .sub-menu > li > .sub-menu > li > a::after {
  opacity: 0;
  visibility: hidden;
  color: var(--color-content-white);
}

.indev-main-nav .sub-menu li.active > .sub-menu > li.menu-has-items > a::after,
.indev-main-nav .sub-menu li.active > .sub-menu > li > .sub-menu > li.menu-has-items > a::after {
  opacity: 1;
  visibility: visible;
}

.indev-main-nav .sub-menu li.active > .sub-menu > li:hover > a,
.indev-main-nav .sub-menu li.active > .sub-menu > li > .sub-menu > li:hover > a {
  padding-left: 20px;
  color: #45d0bd !important;
}

.indev-main-nav .sub-menu li.active > .sub-menu > li:hover > a::before,
.indev-main-nav .sub-menu li.active > .sub-menu > li:hover > a::after,
.indev-main-nav .sub-menu li.active > .sub-menu > li > .sub-menu > li:hover > a::before,
.indev-main-nav .sub-menu li.active > .sub-menu > li > .sub-menu > li:hover > a::after {
  opacity: 1;
  visibility: visible;
  color: var(--color-primary);
}

.indev-main-nav .sub-menu li > .sub-menu {
  margin-left: 16px;
}

.indev-header-btn {
  min-width: 196px;
}

.wrapper .ibt-btn span {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.indev-site-header .btn-box {
  display: flex;
  align-items: center;
  gap: 18px;
}

.indev-side-menu .menu-content {
  overflow-y: auto;
}

.indev-side-menu {
  width: 410px;
  padding: 42px 34px 28px;
}

.indev-side-menu::before {
  opacity: 0;
  visibility: hidden;
}

.indev-side-menu.active::before {
  opacity: 1;
  visibility: visible;
}

.indev-side-menu::after {
  display: none;
}

.indev-sidebar-info .title {
  margin-bottom: 14px;
}

.indev-side-menu .sidebar-menu {
  padding: 26px 0 22px;
  margin: 22px 0 0;
}

.indev-sidebar-info .email {
  margin: 0 0 18px;
}

.indev-sidebar-info .nmbr {
  display: block;
}

.indev-side-socials {
  display: grid;
  gap: 2px;
  margin: 14px 0 18px;
}

.indev-side-socials li {
  margin: 0;
}

.indev-side-socials a {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 500;
}

.indev-side-socials a:hover {
  color: var(--color-primary);
}

.indev-offices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
  margin-top: 22px;
  padding-bottom: 18px;
}

.indev-office-card {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.indev-office-card h5 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
}

.indev-office-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}

.indev-mobile-menu .menu-contact .nmbr,
.indev-mobile-menu .menu-contact .gmail {
  display: block;
}

.indev-mobile-menu .menu-links .ibt-btn {
  min-width: 100%;
  justify-content: center;
}

.indev-mobile-menu .social-icon {
  margin: 10px 0 18px;
}

.indev-mobile-menu > ul > li > a::before,
.indev-mobile-menu .sub-menu::before {
  display: none !important;
}

.indev-mobile-menu li.has-submenu > a {
  position: relative;
  padding-right: 24px;
}

.indev-mobile-menu li.has-submenu > a::after {
  content: "\e82b";
  position: absolute;
  right: 0;
  top: 50%;
  font: 400 normal 5px/20px "fontello";
  transform: translateY(-50%) rotate(-90deg);
  transition: all 300ms ease;
  color: inherit;
}

.indev-mobile-menu li.has-submenu.active > a::after {
  transform: translateY(-50%) rotate(0deg);
  color: var(--color-primary);
}

.indev-mobile-menu li.has-submenu > .sub-menu {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  margin-top: 0;
  padding-top: 0;
  transition: all 300ms ease;
}

.indev-mobile-menu li.has-submenu.active > .sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible;
  margin-top: 8px;
  padding-top: 8px;
}

.indev-mobile-menu .sub-menu .sub-menu {
  padding-left: 12px;
}

.indev-hero4 {
  position: relative;
  overflow: hidden;
}

.indev-hero4::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 76%, rgba(103, 214, 255, 0.32) 0, rgba(103, 214, 255, 0) 34%),
    radial-gradient(circle at 80% 82%, rgba(160, 126, 255, 0.32) 0, rgba(160, 126, 255, 0) 28%);
  pointer-events: none;
}

.indev-hero4 .hero-info4 {
  position: relative;
  padding-left: 88px;
}

.indev-hero4 .hero-content4 {
  position: relative;
  z-index: 2;
  max-width: 840px;
  padding: 50px 0 34px;
}

.indev-hero4 .hero-content4 .title {
  max-width: 820px;
  margin-bottom: 28px;
  font-size: clamp(35px, 3.2vw, 49px);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: normal;
  word-spacing: normal;
  color: var(--color-heading);
}

.indev-hero4 .hero-content4 .title span,
.indev-title-accent {
  background-image: linear-gradient(108deg, #8258c8 0%, #2c84c8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.indev-hero-accordion {
  max-width: 650px;
  margin-bottom: 18px;
}

.indev-hero-accordion .accordion-item {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(20, 31, 54, 0.08);
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(34, 46, 70, 0.08);
  margin-bottom: 12px;
  padding: 18px 22px;
  backdrop-filter: blur(10px);
  transition: box-shadow 250ms ease, transform 250ms ease, border-color 250ms ease;
}

.indev-hero-accordion .accordion-item:hover {
  border-color: rgba(69, 208, 189, 0.18);
  box-shadow: 0 18px 38px rgba(34, 46, 70, 0.14);
  transform: translateY(-2px);
}

.indev-hero-accordion .accordion-button {
  padding: 0;
  background: transparent;
  font-size: 20px;
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: normal;
}

.indev-hero-accordion .accordion-button .accordion-number {
  display: none;
}

.indev-hero-accordion .accordion-button i {
  color: var(--color-content-black2);
  font-size: 16px;
  margin-left: 14px;
}

.indev-hero-accordion .accordion-body {
  max-width: none;
  margin-top: 12px;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: var(--color-content-black2);
}

.indev-hero-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: 20px;
}

.indev-hero-cta {
  min-width: 320px;
}

.indev-hero-meta {
  flex-wrap: wrap;
  width: 100%;
  max-width: 320px;
  justify-content: center;
}

.indev-hero-meta li {
  font-size: 15px;
  margin-right: 0;
  text-align: center;
}

.indev-hero-visual {
  position: absolute;
  top: 18px;
  right: -170px;
  z-index: 1;
  width: min(980px, 152%);
  display: flex;
  justify-content: flex-end;
}

.indev-hero-visual::before {
  display: none;
}

.indev-hero-visual img {
  width: 100%;
  max-width: none;
  height: auto;
}

.indev-hero4 .btn-box .popup-search,
.indev-site-header .btn-box .popup-search {
  margin-right: 14px;
}

.search-popup input {
  text-transform: none;
}

.search-popup input::placeholder {
  text-transform: none;
}

.search-popup .close-popup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(20, 31, 54, 0.08);
  background: rgba(255, 255, 255, 0.96);
  cursor: pointer;
  z-index: 2;
}

.search-popup .close-popup::before {
  display: none;
}

.search-popup .close-popup i {
  font-size: 18px;
  color: var(--color-content-black2);
}

.indev-possibilities {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 46%, rgba(139, 216, 255, 0.18) 0, rgba(139, 216, 255, 0) 28%),
    radial-gradient(circle at 88% 88%, rgba(160, 126, 255, 0.14) 0, rgba(160, 126, 255, 0) 26%),
    linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.indev-possibilities::before {
  content: "";
  position: absolute;
  top: 76px;
  right: 10%;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(20, 31, 54, 0.14);
  border-radius: 50%;
  pointer-events: none;
}

.indev-possibilities .container {
  position: relative;
  z-index: 1;
  max-width: 1550px;
}

.indev-possibilities-content {
  max-width: 560px;
}

.indev-possibilities .ser-content7 {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 560px;
}

.indev-possibilities .ser-content7 .sec-title {
  margin-bottom: 0;
}

.indev-possibilities .sec-title .sub-title {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: var(--color-heading);
  padding: 0 10px;
  overflow: visible;
}

.indev-possibilities .sec-title .title {
  max-width: 620px;
  margin-bottom: 24px;
  font-size: clamp(46px, 4vw, 62px);
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: normal;
}

.indev-possibilities .sec-title .title span {
  background-image: linear-gradient(108deg, #7d5dce 0%, #2d88cb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.indev-possibilities .sec-title p {
  max-width: 540px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.72;
  color: var(--color-content-black2);
  font-weight: 500;
}

.indev-possibilities-list {
  padding-top: 20px;
}

.indev-possibilities-list .feature-card7 {
  min-height: 148px;
}

.indev-possibilities-list .feature-card7 img,
.indev-possibilities-list .feature-card7 svg {
  width: 84px;
  left: 40px;
}

.indev-possibilities-list .feature-content7 {
  margin: 0 0 48px 148px;
  padding-bottom: 26px;
  border-bottom-color: rgba(20, 31, 54, 0.78);
}

.indev-possibilities-list .feature-card7:last-child .feature-content7 {
  margin-bottom: 0;
}

.indev-possibilities-list .feature-content7 .title {
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 1.28;
  letter-spacing: 0;
}

.indev-possibilities-list .feature-content7 .title a {
  color: var(--color-heading);
}

.indev-possibilities-list .feature-content7 p {
  max-width: none;
  font-size: 17px;
  line-height: 1.75;
  color: var(--color-content-black2);
}

.indev-possibilities-counter {
  position: relative;
  margin-top: auto;
  align-items: flex-end;
  gap: 26px;
  padding-top: 42px;
}

.indev-possibilities-counter .counter-box4 {
  line-height: 1;
}

.indev-fast-counter {
  background-color: transparent;
  background-image: linear-gradient(108deg, #7d5dce 0%, #2d88cb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Manrope", Sans-serif;
  font-size: clamp(72px, 7.2vw, 108px);
  font-weight: 700;
  line-height: 0.84;
  letter-spacing: -0.06em;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: rgba(125, 93, 206, 0.55);
}

.indev-possibilities-counter .counter-text {
  background-color: transparent;
  background-image: linear-gradient(108deg, #7d5dce 0%, #2d88cb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Manrope", Sans-serif;
  font-size: clamp(64px, 5.8vw, 92px);
  font-weight: 700;
  line-height: 0.84;
  letter-spacing: -0.06em;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: rgba(45, 136, 203, 0.45);
}

.indev-possibilities-counter .solutions {
  display: block;
  max-width: 210px;
  padding-bottom: 8px;
  font-size: 18px;
  line-height: 1.28;
  color: var(--color-heading);
  font-weight: 600;
}

.indev-possibilities-note {
  margin: 34px 0 0 auto;
  max-width: 860px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--color-content-black2);
}

.indev-feature6 {
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(64, 177, 255, 0.2) 0, rgba(64, 177, 255, 0) 24%),
    radial-gradient(circle at 82% 84%, rgba(122, 100, 255, 0.18) 0, rgba(122, 100, 255, 0) 26%),
    linear-gradient(180deg, #111111 0%, #16131f 100%);
}

.indev-feature6 .container {
  position: relative;
  z-index: 1;
  max-width: 1550px;
}

.indev-feature6::before {
  content: "";
  position: absolute;
  top: 46px;
  left: 44px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  pointer-events: none;
}

.indev-feature6-title {
  max-width: 1180px !important;
  margin-bottom: 32px;
}

.indev-feature6-title .sub-title {
  margin-bottom: 18px;
  text-transform: none;
  padding: 0 10px;
  overflow: visible;
}

.indev-feature6-title .title {
  max-width: 1080px;
  margin-bottom: 18px;
  font-size: clamp(36px, 3.2vw, 54px);
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: normal;
}

.indev-feature6-title p {
  max-width: 1080px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.76);
}

.indev-feature6-subintro {
  max-width: 860px;
  margin-bottom: 34px;
}

.indev-feature6-subintro .title {
  margin-bottom: 18px;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.02;
  font-weight: 400;
  color: var(--color-content-white);
}

.indev-feature6-subintro p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.74);
}

.indev-feature6-body {
  margin-top: 0;
  margin-bottom: 26px;
  padding: 34px 36px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 16% 28%, rgba(63, 170, 255, 0.12) 0%, rgba(63, 170, 255, 0) 36%),
    radial-gradient(circle at 78% 74%, rgba(126, 98, 255, 0.12) 0%, rgba(126, 98, 255, 0) 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.03) 100%),
    rgba(20, 22, 31, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  overflow: hidden;
}

.indev-feature6-image {
  position: relative;
  padding: 0;
  height: auto;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.indev-feature6-image::before {
  content: "";
  position: absolute;
  top: 8%;
  left: 12%;
  width: 76%;
  height: 76%;
  background:
    radial-gradient(circle at 20% 35%, rgba(66, 173, 255, 0.34) 0%, rgba(66, 173, 255, 0) 54%),
    radial-gradient(circle at 78% 74%, rgba(126, 98, 255, 0.32) 0%, rgba(126, 98, 255, 0) 58%);
  filter: blur(30px);
  pointer-events: none;
}

.indev-feature6-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  height: auto;
  min-height: 0;
  object-fit: contain;
}

.indev-feature6-content {
  height: 100%;
  padding: 8px 0 0 22px;
}

.indev-feature6-side-title {
  margin: 0 0 14px;
  max-width: 700px;
  font-size: clamp(28px, 2.5vw, 40px);
  line-height: 1.04;
  font-weight: 400;
  color: #fff;
}

.indev-feature6-side-text {
  max-width: 700px;
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.74);
}

.indev-feature6-content .title {
  margin-bottom: 18px;
  font-size: 28px;
  line-height: 1.08;
  color: #fff;
}

.indev-feature6-benefits {
  display: grid;
  gap: 12px;
}

.indev-feature6-web-title {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 600;
  color: #fff;
}

.indev-feature6-benefit {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.indev-feature6-benefit:first-child {
  padding-top: 0;
  border-top: 0;
}

.indev-feature6-thumb {
  position: relative;
  display: block;
  width: 112px;
  min-width: 112px;
  height: 82px;
  overflow: hidden;
  border-radius: 18px;
  border: 0;
  background: transparent;
  box-shadow: none;
  outline: none;
  transition: transform 0.25s ease;
}

.indev-feature6-thumb::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 12%;
  width: 76%;
  height: 76%;
  background:
    radial-gradient(circle at 20% 35%, rgba(66, 173, 255, 0.32) 0%, rgba(66, 173, 255, 0) 54%),
    radial-gradient(circle at 78% 74%, rgba(126, 98, 255, 0.28) 0%, rgba(126, 98, 255, 0) 58%);
  filter: blur(18px);
  z-index: 0;
  opacity: 0.88;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.indev-feature6-thumb::after {
  content: "\f00e";
  position: absolute;
  right: 6px;
  bottom: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.82);
  color: #fff;
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 1;
  z-index: 3;
  pointer-events: none;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.24);
}

.indev-feature6-thumb:hover {
  transform: translateY(-2px);
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.indev-feature6-thumb:hover::before {
  opacity: 1;
  transform: scale(1.04);
}

.indev-feature6-thumb:focus,
.indev-feature6-thumb:focus-visible,
.indev-feature6-thumb:active {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.indev-feature6-thumb img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.indev-feature6-benefit-copy {
  min-width: 0;
}

.indev-feature6-benefit h5 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
}

.indev-feature6-benefit p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

.indev-channel-tabs {
  margin-top: 16px;
}

.indev-channel-tabs .nav-tabs {
  gap: 18px;
  align-items: stretch;
}

.indev-channel-tabs .nav-tabs .nav-link {
  max-width: none;
  width: calc(33.333% - 12px);
  min-height: 220px;
  margin-right: 0;
  padding: 36px 28px 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.04) 100%),
    #1d1d1d;
  border-color: rgba(255, 255, 255, 0.08);
  cursor: default;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.02);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.indev-channel-tabs .nav-tabs .nav-link::before {
  opacity: 0.72;
  background:
    radial-gradient(circle at 20% 18%, rgba(67, 169, 255, 0.36) 0%, rgba(67, 169, 255, 0) 48%),
    radial-gradient(circle at 82% 82%, rgba(132, 103, 255, 0.34) 0%, rgba(132, 103, 255, 0) 54%);
}

.indev-channel-tabs .nav-tabs .nav-link:hover::before {
  opacity: 1;
}

.indev-channel-tabs .nav-tabs .nav-link:hover {
  transform: translateY(-4px);
  border-color: rgba(106, 163, 255, 0.22);
  box-shadow:
    0 22px 50px rgba(0, 0, 0, 0.24),
    0 0 38px rgba(92, 152, 255, 0.15);
}

.indev-channel-tabs .nav-tabs .nav-link:hover .title {
  color: var(--color-content-white);
}

.indev-channel-tabs .tab-heade {
  height: 100%;
  padding-left: 0;
  text-align: center;
}

.indev-channel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  color: #fff;
}

.indev-channel-icon i {
  font-size: 34px;
}

.indev-channel-icon--vk {
  background: linear-gradient(180deg, rgba(39, 135, 245, 0.26) 0%, rgba(39, 135, 245, 0.12) 100%);
  box-shadow: inset 0 0 0 1px rgba(39, 135, 245, 0.22);
}

.indev-channel-icon--vk i {
  color: #2d8cff;
}

.indev-channel-icon--telegram {
  background: linear-gradient(180deg, rgba(42, 171, 238, 0.26) 0%, rgba(42, 171, 238, 0.12) 100%);
  box-shadow: inset 0 0 0 1px rgba(42, 171, 238, 0.22);
}

.indev-channel-icon--telegram i {
  color: #2fb7ff;
  transform: translateX(-1px);
}

.indev-channel-icon--max {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.08) 100%);
}

.indev-channel-icon--max img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.indev-channel-card .title {
  max-width: none !important;
  margin-bottom: 12px;
  font-size: 28px !important;
  line-height: 1.1 !important;
  color: #fff !important;
}

.indev-channel-card p {
  margin: 0 auto;
  max-width: 310px;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.76);
}

.indev-workmodes-intro {
  padding: 110px 0 10px;
  background: #fff;
}

.indev-workmodes-intro .container,
.indev-workmodes-grid .container {
  position: relative;
  z-index: 1;
  max-width: 1550px;
}

.indev-workmodes-title {
  max-width: 920px !important;
}

.indev-workmodes-title .sub-title {
  margin-bottom: 18px;
  text-transform: none;
  padding: 0 10px;
  overflow: visible;
}

.indev-workmodes-title .title {
  margin-bottom: 18px;
  font-size: clamp(42px, 4vw, 66px);
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: normal;
}

.indev-workmodes-title p {
  max-width: 860px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.72;
  color: rgba(20, 31, 54, 0.72);
}

.indev-workmodes-grid {
  padding: 0 0 90px;
  background: #fff;
}

.indev-workmodes-grid .row {
  margin-bottom: -26px;
}

.indev-mode-card {
  background:
    radial-gradient(circle at 18% 22%, rgba(96, 210, 255, 0.09) 0, rgba(96, 210, 255, 0) 30%),
    radial-gradient(circle at 84% 16%, rgba(138, 110, 255, 0.08) 0, rgba(138, 110, 255, 0) 28%),
    linear-gradient(180deg, rgba(249, 251, 255, 0.98) 0%, rgba(241, 244, 250, 0.98) 100%);
  box-shadow:
    0 16px 34px rgba(86, 105, 137, 0.06),
    inset 0 0 0 1px rgba(20, 31, 54, 0.04);
  padding: 132px 54px 44px;
}

.indev-mode-card > img {
  top: 34px;
  right: 38px;
  width: 82px;
  height: 82px;
  object-fit: contain;
  opacity: 1;
}

.indev-mode-card .title {
  max-width: 100%;
  margin-bottom: 24px;
  font-size: 38px;
  line-height: 1.05;
}

.indev-mode-card .ser-list {
  margin-bottom: 0;
}

.indev-mode-card .ser-list li {
  padding-left: 0;
  margin-bottom: 20px;
  color: rgba(20, 31, 54, 0.82);
}

.indev-mode-card .ser-list li:last-child {
  margin-bottom: 0;
}

.indev-mode-card .ser-list li::before {
  display: none;
}

.indev-mode-card .ser-list strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.28;
  font-weight: 600;
  color: var(--color-heading);
}

.indev-mode-card .ser-list span {
  display: block;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(20, 31, 54, 0.78);
}

.indev-mode-card .ser-list em {
  font-style: italic;
  color: rgba(20, 31, 54, 0.68);
}

.indev-analytics-wrap {
  background:
    radial-gradient(circle at 16% 16%, rgba(96, 210, 255, 0.3) 0, rgba(96, 210, 255, 0) 30%),
    radial-gradient(circle at 84% 78%, rgba(138, 110, 255, 0.28) 0, rgba(138, 110, 255, 0) 28%),
    linear-gradient(180deg, #f3f7ff 0%, #edf2ff 100%);
}

.indev-analytics {
  padding: 112px 0 14px;
  background: transparent;
}

.indev-analytics-grid {
  padding-top: 18px;
  padding-bottom: 96px;
  margin: 0 !important;
  background: transparent;
}

.indev-analytics-wrap .container {
  position: relative;
  z-index: 1;
  max-width: 1550px;
}

.indev-analytics .container,
.indev-analytics-grid .container {
  position: relative;
  z-index: 1;
  max-width: 1550px;
}

.indev-analytics-title {
  max-width: 900px !important;
}

.indev-analytics-title .sub-title {
  margin-bottom: 18px;
  text-transform: none;
  padding: 0 10px;
  overflow: visible;
}

.indev-analytics-title .title {
  margin-bottom: 22px;
  font-size: clamp(42px, 4vw, 62px);
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: normal;
}

.indev-analytics-title p {
  max-width: 880px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.72;
  color: rgba(20, 31, 54, 0.72);
}

.indev-analytics-grid .row {
  margin-bottom: -34px;
}

.indev-analytics-card {
  height: calc(100% - 34px);
  padding: 34px 32px 28px;
  margin-bottom: 34px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 20px 44px rgba(86, 105, 137, 0.08),
    inset 0 0 0 1px rgba(20, 31, 54, 0.04);
}

.indev-analytics-card img {
  width: 72px;
  height: 72px;
  margin-bottom: 22px;
}

.indev-analytics-card .title {
  max-width: 100%;
  margin-bottom: 18px;
  font-size: 28px;
  line-height: 1.12;
}

.indev-analytics-intro,
.indev-analytics-result,
.indev-analytics-note {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.72;
  color: rgba(20, 31, 54, 0.8);
}

.indev-analytics-card .ser-list {
  margin-bottom: 16px;
}

.indev-analytics-card .ser-list li {
  margin-bottom: 12px;
  line-height: 1.72;
  font-weight: 500;
}

.indev-analytics-card .ser-list li strong {
  font-weight: 700;
  color: var(--color-heading);
}

.indev-analytics-note {
  margin-bottom: 0;
}

.indev-analytics-note em {
  font-style: italic;
}

.indev-analytics-result {
  margin-bottom: 0;
}

.indev-omni-wrap {
  position: relative;
  background: #fff;
  overflow: hidden;
  isolation: isolate;
}

.indev-omni-decor {
  position: absolute;
  top: 8px;
  right: -44px;
  width: min(600px, 39vw);
  z-index: 0;
  pointer-events: none;
  opacity: 0.34;
  filter: saturate(1.04);
}

.indev-omni-decor::before {
  content: "";
  position: absolute;
  inset: 14% 10% 8% 12%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 40%, rgba(109, 205, 255, 0.24), transparent 54%),
    radial-gradient(circle at 72% 62%, rgba(133, 120, 255, 0.22), transparent 52%);
  filter: blur(26px);
}

.indev-omni-decor img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  transform: translateZ(0);
}

.indev-omni,
.indev-omni-grid {
  background: transparent;
}

.indev-omni::before,
.indev-omni::after,
.indev-omni-grid::before,
.indev-omni-grid::after {
  display: none !important;
}

.indev-omni {
  padding: 112px 0 18px;
}

.indev-omni-grid {
  padding-top: 8px;
  padding-bottom: 92px;
  margin: 0 !important;
}

.indev-omni .container,
.indev-omni-grid .container {
  position: relative;
  z-index: 1;
  max-width: 1550px;
}

.indev-omni-title {
  max-width: 880px !important;
  position: relative;
  z-index: 1;
}

.indev-omni-title .sub-title {
  margin-bottom: 18px;
  text-transform: none;
  padding: 0 10px;
  overflow: visible;
}

.indev-omni-title .title {
  margin-bottom: 20px;
  font-size: clamp(40px, 3.8vw, 60px);
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: normal;
}

.indev-omni-title p {
  max-width: 820px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.72;
  color: rgba(20, 31, 54, 0.72);
}

.indev-omni-grid .row {
  margin-bottom: -40px;
}

.indev-omni-card {
  height: calc(100% - 40px);
  margin-bottom: 40px;
}

.indev-omni-card img {
  width: 74px;
  height: 74px;
  margin-bottom: 24px;
}

.indev-omni-card .title {
  max-width: 100%;
  margin-bottom: 18px;
  font-size: 30px;
  line-height: 1.14;
}

.indev-omni-intro,
.indev-omni-note {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.72;
  color: rgba(20, 31, 54, 0.8);
}

.indev-omni-note {
  margin-bottom: 0;
}

.indev-omni-card .ser-list {
  margin-bottom: 16px;
}

.indev-omni-card .ser-list li {
  margin-bottom: 14px;
  line-height: 1.72;
}

.indev-omni-card .ser-list li strong {
  font-weight: 700;
  color: var(--color-heading);
}

.indev-omni-card .ser-list li span {
  display: block;
  margin-top: 4px;
  color: rgba(20, 31, 54, 0.8);
}

.indev-site-tools-wrap {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 8% 22%, rgba(108, 205, 255, 0.28), transparent 23%),
    radial-gradient(circle at 90% 18%, rgba(147, 129, 255, 0.24), transparent 25%),
    radial-gradient(circle at 74% 82%, rgba(146, 211, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #f4f8ff 0%, #fcfcff 48%, #f3f1ff 100%);
}

.indev-site-tools-wrap::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 48px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(20, 31, 54, 0.18);
  z-index: 0;
}

.indev-site-tools-decor {
  position: absolute;
  left: -62px;
  bottom: 34px;
  width: min(470px, 33vw);
  z-index: 0;
  pointer-events: none;
  opacity: 0.13;
  filter: saturate(0.92);
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.78) 34%, rgba(0, 0, 0, 0.18) 74%, transparent 100%);
          mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.78) 34%, rgba(0, 0, 0, 0.18) 74%, transparent 100%);
}

.indev-site-tools-decor img {
  display: block;
  width: 100%;
  height: auto;
}

.indev-site-tools-intro,
.indev-site-tools-grid {
  position: relative;
  background: transparent;
}

.indev-site-tools-intro {
  padding: 112px 0 18px;
}

.indev-site-tools-grid {
  padding: 8px 0 96px;
}

.indev-site-tools-intro .container,
.indev-site-tools-grid .container {
  position: relative;
  z-index: 1;
  max-width: 1550px;
}

.indev-site-tools-title {
  max-width: 980px !important;
}

.indev-site-tools-title .sub-title {
  margin-bottom: 18px;
  text-transform: none;
  padding: 0 10px;
  overflow: visible;
}

.indev-site-tools-title .title {
  margin-bottom: 20px;
  font-size: clamp(40px, 3.8vw, 60px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: normal;
}

.indev-site-tools-title p {
  max-width: 920px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.72;
  color: rgba(20, 31, 54, 0.72);
}

.indev-site-tools-column {
  position: relative;
}

.indev-site-tools-item {
  padding: 30px 0 28px;
  border-top: 1px solid rgba(20, 31, 54, 0.14);
}

.indev-site-tools-column .indev-site-tools-item:first-child {
  padding-top: 0;
  border-top: none;
}

.indev-site-tools-item .title {
  margin-bottom: 20px;
  font-size: clamp(30px, 2.2vw, 42px);
  line-height: 1.08;
  font-weight: 500;
  color: var(--color-heading);
}

.indev-site-tools-item p {
  margin: 0;
  font-size: 18px;
  line-height: 1.72;
  color: rgba(20, 31, 54, 0.78);
}

.indev-site-tools-list {
  margin: 18px 0 0;
}

.indev-site-tools-list li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  line-height: 1.72;
  font-weight: 500;
  color: rgba(20, 31, 54, 0.82);
  margin-bottom: 12px;
}

.indev-site-tools-list li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(20, 31, 54, 0.8);
  -webkit-mask: none;
          mask: none;
}

.indev-site-tools-list li:last-child {
  margin-bottom: 0;
}

.indev-site-tools-extra {
  margin-top: 22px;
}

.indev-site-tools-extra h5 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--color-heading);
}

.indev-site-tools-extra p {
  margin: 0;
}

.indev-advantages {
  position: relative;
  background: #fff;
  padding-top: 112px;
  padding-bottom: 86px;
}

.indev-advantages::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 64px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(20, 31, 54, 0.18);
}

.indev-advantages .container {
  max-width: 1550px;
}

.indev-advantages-title {
  max-width: 720px !important;
  margin: 0 0 56px;
  text-align: left;
}

.indev-advantages-title .sub-title {
  margin-bottom: 18px;
  text-transform: none;
  padding: 0 10px;
  overflow: visible;
}

.indev-advantages-title .title {
  margin-bottom: 0;
  font-size: clamp(40px, 3.6vw, 58px);
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: normal;
}

.indev-advantages .row {
  margin-bottom: -40px;
}

.indev-advantage-card {
  padding-right: 22px;
  margin-bottom: 40px;
  text-align: left;
}

.indev-advantage-card img,
.indev-advantage-card svg {
  width: 83px;
  height: 90px;
  margin-bottom: 26px;
}

.indev-advantage-card .title {
  margin-bottom: 14px;
  font-size: 22px;
  line-height: 1.34;
  letter-spacing: normal;
  font-weight: 600;
  font-family: var(--font-secondary);
}

.indev-advantage-card p {
  max-width: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(20, 31, 54, 0.74);
}

.indev-advantages-note {
  max-width: 1320px;
  margin: 20px 0 0;
  text-align: left;
  white-space: nowrap;
  font-size: 18px;
  line-height: 1.72;
  color: rgba(20, 31, 54, 0.7);
}

.indev-advantages-note-mark {
  display: inline-block;
  margin-right: 4px;
  font-weight: 700;
  color: rgba(20, 31, 54, 0.88);
}

.indev-pricing {
  position: relative;
  padding-top: 112px;
  padding-bottom: 96px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 10% 20%, rgba(101, 206, 255, 0.34), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(143, 122, 255, 0.3), transparent 26%),
    radial-gradient(circle at 72% 78%, rgba(132, 208, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #f2f8ff 0%, #fcfcff 48%, #f0ecff 100%);
}

.indev-pricing::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 54px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(20, 31, 54, 0.18);
}

.indev-pricing .container {
  max-width: 1550px;
}

.indev-pricing-intro {
  max-width: 620px;
  margin-bottom: 36px;
}

.indev-pricing-content {
  padding-right: 0;
  max-width: 100%;
  margin-bottom: 0;
}

.indev-pricing-content .sec-title {
  max-width: 100%;
}

.indev-pricing-content .sec-title .sub-title {
  text-transform: none;
  padding: 0 10px;
  overflow: visible;
}

.indev-pricing-content .sec-title .title {
  margin-bottom: 22px;
  font-size: clamp(42px, 3.6vw, 60px);
  line-height: 1.02;
  letter-spacing: normal;
}

.indev-pricing-content .sec-title p:last-child {
  margin-bottom: 0;
}

.indev-pricing-cta {
  margin-top: 26px;
}

.indev-pricing-featured {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
  margin-bottom: 24px;
}

.indev-price-content3 {
  margin-bottom: 0;
  height: 100%;
}

.indev-price-card3 {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: 0 18px 38px rgba(86, 105, 137, 0.08);
}

.indev-price-card3 .price-heade3 .title {
  font-size: 36px;
  line-height: 1.02;
  margin-bottom: 16px;
}

.indev-price-card3 .price-heade3 span {
  display: block;
  font-size: 16px;
  line-height: 1.72;
  font-weight: 500;
}

.indev-price-card3 .price-item2 {
  margin-bottom: 26px;
}

.indev-price-card3 .price-item2 li {
  position: relative;
  padding-left: 18px;
  line-height: 1.68;
  margin-bottom: 8px;
}

.indev-price-card3 .price-item2 li::before {
  top: 12px;
  transform: none;
}

.indev-price-item-price3 {
  margin-top: auto;
}

.indev-price-item-price3 .price {
  margin-bottom: 0;
  font-size: 52px;
  line-height: 0.98;
}

.indev-price-item-price3 .price span {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
}

.indev-pricing-grid--bottom {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.indev-pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.indev-price-card {
  height: 100%;
  margin-bottom: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(96, 210, 255, 0.09) 0, rgba(96, 210, 255, 0) 30%),
    radial-gradient(circle at 84% 16%, rgba(138, 110, 255, 0.08) 0, rgba(138, 110, 255, 0) 28%),
    linear-gradient(180deg, rgba(249, 251, 255, 0.98) 0%, rgba(241, 244, 250, 0.98) 100%);
  box-shadow:
    0 16px 34px rgba(86, 105, 137, 0.06),
    inset 0 0 0 1px rgba(20, 31, 54, 0.04);
  border: 0;
  display: block;
  padding: 48px 42px 40px;
}

.indev-price-card--accent {
  border-color: transparent;
}

.indev-price-card--wide {
  grid-column: 1 / -1;
}

.indev-price-text {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.72;
  color: rgba(20, 31, 54, 0.78);
}

.indev-price-card .price-heade {
  display: block;
  padding-right: 0;
  margin-bottom: 18px;
}

.indev-price-card .price-heade .title {
  font-size: 28px;
  line-height: 1.16;
  margin-bottom: 10px;
  word-break: normal;
}

.indev-price-card .price-heade span {
  font-size: 18px;
  line-height: 1.4;
  display: block;
  max-width: none;
}

.indev-price-card .price-item {
  padding: 0;
  max-width: none;
  margin-bottom: 0;
}

.indev-price-card .price-item li {
  position: relative;
  padding-left: 16px;
  font-size: 17px;
  line-height: 1.7;
  break-inside: avoid;
}

.indev-price-card .price-item li::before {
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
}

.indev-price-card--columns .price-item {
  column-count: 2;
  column-gap: 26px;
}

.indev-cases {
  position: relative;
  padding: 108px 0 96px;
  background: #ffffff;
  overflow: hidden;
}

.indev-cases::before {
  content: "✦ ✦ ✦ ✦ ✦";
  position: absolute;
  top: 58px;
  right: 78px;
  font-size: 22px;
  letter-spacing: 10px;
  color: rgba(129, 144, 172, 0.16);
  pointer-events: none;
  user-select: none;
}

.indev-cases .container,
.indev-cases-container {
  max-width: 1660px;
}

.indev-cases .title-area {
  margin-bottom: 34px;
}

.indev-cases .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.indev-cases .sec-title {
  max-width: 700px;
}

.indev-cases .sec-title .sub-title {
  text-transform: none;
  padding: 0 10px;
  overflow: visible;
}

.indev-cases .sec-title .title {
  font-size: clamp(42px, 3.5vw, 58px);
  line-height: 1.02;
  letter-spacing: normal;
  margin-bottom: 0;
}

.indev-case-card {
  position: relative;
  height: 100%;
  min-height: 0;
  max-width: none;
  border-radius: 28px;
  border: 0;
  overflow: visible;
  box-shadow:
    0 18px 38px rgba(86, 105, 137, 0.07),
    inset 0 0 0 1px rgba(20, 31, 54, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 0;
  margin-bottom: 0;
}

.indev-case-card:hover {
  transform: translateY(-3px);
  box-shadow:
    0 22px 44px rgba(86, 105, 137, 0.09),
    inset 0 0 0 1px rgba(20, 31, 54, 0.05);
}

.indev-case-card::before {
  background-image: none;
}

.indev-cases::before {
  display: none !important;
}

.indev-case-card::after {
  content: "✦ ✦ ✦ ✦ ✦";
  position: absolute;
  top: 26px;
  right: 28px;
  font-size: 14px;
  letter-spacing: 7px;
  opacity: 0.42;
  pointer-events: none;
  user-select: none;
}

.indev-case-card .empty2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  padding: 38px 38px 34px;
  min-height: 100%;
  height: auto;
}

.indev-case-card img {
  position: relative;
  top: auto;
  left: auto;
  display: block;
  flex: 0 0 auto;
  z-index: 1;
  width: 76px;
  height: 76px;
  margin-bottom: 18px;
}

.indev-case-card .ser-content11 {
  position: relative;
  bottom: auto;
  transform: none;
  transition: none;
  overflow: visible;
  width: 100%;
}

.indev-case-card .ser-content11 .title {
  font-size: 24px;
  line-height: 1.28;
  letter-spacing: normal;
  margin-bottom: 22px;
  max-width: none;
  color: #141f36;
}

.indev-case-card .ser-content11 p {
  margin: 0 0 16px;
  max-width: none;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(20, 31, 54, 0.78);
}

.indev-case-card .ser-content11 p:last-child {
  margin-bottom: 0;
}

.indev-case-card .ser-content11 strong,
.indev-case-list-title {
  color: #141f36;
  font-weight: 700;
}

.indev-case-list-title {
  margin: 2px 0 10px;
  font-size: 17px;
  line-height: 1.5;
}

.indev-case-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.indev-case-list li {
  position: relative;
  padding-left: 18px;
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(20, 31, 54, 0.78);
}

.indev-case-list li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(20, 31, 54, 0.74);
}

.indev-case-card--one {
  background:
    radial-gradient(circle at 18% 14%, rgba(80, 216, 255, 0.28), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #e3f4ff 100%);
}

.indev-case-card--one::after {
  color: rgba(64, 174, 224, 0.34);
}

.indev-case-card--two {
  background:
    radial-gradient(circle at 82% 14%, rgba(139, 118, 255, 0.24), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #eee9ff 100%);
}

.indev-case-card--two::after {
  color: rgba(123, 103, 219, 0.34);
}

.indev-case-card--three {
  background:
    radial-gradient(circle at 18% 14%, rgba(124, 244, 201, 0.24), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #e8fff4 100%);
}

.indev-case-card--three::after {
  color: rgba(74, 178, 144, 0.34);
}

.indev-case-card--four {
  background:
    radial-gradient(circle at 82% 14%, rgba(255, 201, 108, 0.24), transparent 27%),
    linear-gradient(180deg, #ffffff 0%, #fff3df 100%);
}

.indev-case-card--four::after {
  color: rgba(214, 152, 53, 0.34);
}

.indev-contact-banner {
  background-image: url(../images/bg/page1-9.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.indev-contact-banner .page-content p {
  margin: 18px 0 0;
  max-width: 620px;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(20, 31, 54, 0.72);
}

.indev-contact-page {
  padding-top: 96px;
  padding-bottom: 40px;
  background: #ffffff;
}

.indev-contact-page-body .indev-site-header .header-top-content4 {
  background: transparent;
  backdrop-filter: none;
  border-color: rgba(20, 31, 54, 0.08);
}

.indev-contact-page-body .indev-site-header .header-bottom {
  background: transparent;
}

.indev-contact-page-body .vs-header4.indev-site-header {
  background: transparent;
}

.indev-contact-page-body .indev-site-header .header-bottom .container2 {
  background: transparent;
  box-shadow: none;
}

.indev-contact-page .contact-content2 {
  position: relative;
  padding: 42px 38px;
  border-radius: 25px;
  background:
    radial-gradient(circle at 90% 18%, rgba(143, 122, 255, 0.08), transparent 28%),
    linear-gradient(180deg, #f6f8fb 0%, #f0f2f4 100%);
  overflow: hidden;
}

.indev-contact-page .contact-content2::before {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 360px;
  height: 360px;
  background-image: url(../images/layers/banner-layer3.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.14;
  pointer-events: none;
}

.indev-contact-lead {
  margin: 18px 0 0;
  max-width: 620px;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(20, 31, 54, 0.72);
}

.indev-contact-page .container {
  max-width: 1550px;
}

.indev-contact-content .sec-title {
  max-width: 650px;
  margin-bottom: 34px;
  position: relative;
  z-index: 1;
}

.indev-contact-content .sec-title .sub-title {
  text-transform: none;
  padding: 0 10px;
  overflow: visible;
}

.indev-contact-content .sec-title .title {
  font-size: clamp(38px, 3.2vw, 56px);
  line-height: 1.04;
  letter-spacing: normal;
}

.indev-contact-content .sec-title p {
  font-size: 17px;
  line-height: 1.78;
  color: rgba(20, 31, 54, 0.78);
}

.indev-contact-content .call-center2 {
  margin-bottom: 34px;
  position: relative;
  z-index: 1;
}

.indev-contact-content .call-center2 .social-icon {
  display: flex;
  gap: 16px;
  margin-top: 12px;
}

.indev-contact-content .call-center2 .social-icon a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(20, 31, 54, 0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #141f36;
  transition: all 0.3s ease;
}

.indev-contact-content .call-center2 .social-icon a:hover {
  background: rgba(85, 115, 255, 0.12);
  color: #5573ff;
}

.indev-contact-cities {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(20, 31, 54, 0.08);
  position: relative;
  z-index: 1;
}

.indev-contact-cities p {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(20, 31, 54, 0.74);
}

.indev-contact-cities p:last-child {
  margin-bottom: 0;
}

.indev-contact-offices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.indev-contact-office {
  min-height: 100%;
  padding: 22px 20px 18px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 18% 18%, rgba(97, 205, 255, 0.11), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow:
    0 14px 30px rgba(86, 105, 137, 0.05),
    inset 0 0 0 1px rgba(20, 31, 54, 0.05);
}

.indev-contact-office h5 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.2;
  color: #141f36;
}

.indev-contact-office p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(20, 31, 54, 0.74);
}

.indev-contact-form-wrap {
  border-radius: 28px;
  padding: 38px 34px 34px;
  background:
    radial-gradient(circle at 86% 14%, rgba(143, 122, 255, 0.13), transparent 28%),
    radial-gradient(circle at 12% 18%, rgba(103, 208, 255, 0.14), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
  box-shadow:
    0 20px 40px rgba(86, 105, 137, 0.08),
    inset 0 0 0 1px rgba(20, 31, 54, 0.05);
}

.indev-contact-form-wrap form {
  margin: 0;
}

.indev-contact-form-wrap h2 {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.08;
  color: #141f36;
}

.indev-contact-page .contact-form.v2 .indev-popup__grid {
  margin-bottom: 18px;
}

.indev-contact-form-text {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.72;
  color: rgba(20, 31, 54, 0.72);
}

.indev-contact-form-wrap .indev-popup__submit {
  margin-top: 4px;
}

.indev-contact-submit {
  margin-top: 18px;
}

.indev-contact-map {
  padding: 0 0 96px;
  background: #ffffff;
}

.indev-map-placeholder {
  min-height: 500px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 14% 18%, rgba(103, 208, 255, 0.14), transparent 24%),
    radial-gradient(circle at 86% 18%, rgba(143, 122, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #f9fbff 0%, #f4f7ff 100%);
  box-shadow:
    inset 0 0 0 1px rgba(20, 31, 54, 0.08),
    0 16px 34px rgba(86, 105, 137, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 36px;
}

.indev-map-placeholder__content {
  max-width: 520px;
}

.indev-map-placeholder__content h3 {
  margin: 0 0 14px;
  font-size: 32px;
  line-height: 1.08;
  color: #141f36;
}

.indev-map-placeholder__content p {
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(20, 31, 54, 0.74);
}

.indev-footer4 .widget-area {
  position: relative;
  z-index: 2;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.footer-style4.indev-footer4 {
  position: relative;
  z-index: 1;
  padding: 60px 0 60px;
}

.footer-style4.indev-footer4::after {
  z-index: 0;
  pointer-events: none;
}

.indev-footer4 .footer-logo img {
  max-width: 220px;
  height: auto;
}

.indev-footer4 .about-widget4 {
  padding-left: 78px;
  padding-right: 54px;
}

.indev-footer4 .footer-menu4 {
  display: grid;
  grid-template-columns: minmax(240px, 1.15fr) minmax(180px, 0.9fr) minmax(190px, 1fr);
  column-gap: 72px;
  row-gap: 0;
  align-items: start;
}

.indev-footer4 .location-widget4 {
  max-width: none;
  margin-right: 0;
  padding-right: 0;
}

.indev-footer4 .contact-widget4 {
  min-width: 0;
}

.indev-footer4 .footer-links {
  width: auto;
  min-width: 0;
}

.indev-footer-addresses {
  display: grid;
  gap: 0;
  margin: 0 0 74px;
  padding: 0;
  list-style: none;
}

.indev-footer-addresses li {
  margin: 0;
}

.indev-footer-addresses strong {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--color-content-white);
}

.indev-footer-addresses span {
  display: block;
  font-size: 16px;
  line-height: 1.75;
  color: var(--color-content-white);
}

.indev-footer4 .location-widget4 .title {
  margin-bottom: 12px;
}

.indev-footer4 .contact-widget4 .nmbr:nth-child(3) {
  margin-bottom: 75px;
}

.indev-footer4 .contact-widget4 .gmail {
  word-break: break-word;
}

.indev-footer4 .social-icon {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.indev-footer4 .social-icon li a {
  font-size: 22px;
}

.indev-footer4 .container {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .indev-site-header .header-bottom .container2,
  .indev-hero4 .container2 {
    max-width: 1895px;
  }

  .indev-possibilities .container,
  .indev-feature6 .container {
    max-width: 1550px;
  }
}

.indev-popup__content,
.indev-popup__dialog {
  overflow-x: hidden;
}

.indev-popup {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  overflow-y: hidden;
  background: rgba(10, 16, 24, 0.6);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms ease, visibility 250ms ease;
  z-index: 999999999;
}

.indev-popup.active {
  opacity: 1;
  visibility: visible;
}

.indev-popup__dialog {
  position: relative;
  width: min(760px, 100%);
  max-height: none;
  overflow: visible;
  border-radius: 28px;
  padding: 34px 34px 30px;
  background:
    radial-gradient(circle at 18% 20%, rgba(177, 235, 255, 0.28) 0, rgba(177, 235, 255, 0) 28%),
    radial-gradient(circle at 82% 86%, rgba(180, 153, 255, 0.22) 0, rgba(180, 153, 255, 0) 24%),
    #ffffff;
  box-shadow: 0 30px 80px rgba(18, 31, 54, 0.2);
}

.indev-popup__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: var(--color-heading);
  color: #fff;
  font-size: 18px;
  transition: transform 200ms ease, background 200ms ease;
}

.indev-popup__close:hover {
  transform: rotate(90deg);
  background: #0e1725;
}

.indev-popup__title {
  margin: 0 0 8px;
  font-size: 42px;
  line-height: 1.05;
}

.indev-popup__text {
  margin: 0 0 26px;
  max-width: 560px;
  font-size: 17px;
  line-height: 1.7;
}

.indev-popup__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
}

.indev-popup__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.indev-popup__field--full {
  grid-column: 1 / -1;
}

.indev-popup__field label {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-heading);
}

.indev-required {
  color: #e25555;
}

.indev-popup__field input,
.indev-popup__field textarea {
  width: 100%;
  border: 1px solid rgba(20, 31, 54, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  padding: 16px 18px;
  font-size: 16px;
  color: var(--color-heading);
  outline: none;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.indev-popup__field textarea {
  min-height: 130px;
  resize: vertical;
}

.indev-popup__field input:focus,
.indev-popup__field textarea:focus {
  border-color: rgba(69, 208, 189, 0.42);
  box-shadow: 0 0 0 4px rgba(69, 208, 189, 0.12);
}

.indev-popup__check {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-content-black2);
}

.indev-popup__check input {
  appearance: none;
  -webkit-appearance: none;
  opacity: 1 !important;
  visibility: visible !important;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: block;
  margin-top: 2px;
  border: 1.5px solid rgba(20, 31, 54, 0.24);
  border-radius: 6px;
  background: #fff;
  position: relative;
  cursor: pointer;
  transition: border-color 200ms ease, background 200ms ease, box-shadow 200ms ease;
}

.indev-popup__check input:hover {
  border-color: rgba(69, 208, 189, 0.5);
  box-shadow: 0 0 0 4px rgba(69, 208, 189, 0.1);
}

.indev-popup__check input:checked {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.indev-popup__check input:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.indev-popup__check span {
  flex: 1;
}

.indev-popup__check a {
  color: var(--color-primary);
  text-decoration: underline;
}

.indev-popup__submit {
  margin-top: 24px;
  min-width: 280px;
}

@media (max-width: 1499px) {
  .indev-main-nav > ul > li > a {
    padding: 0 16px;
  }

  .indev-main-nav > ul > li.menu-has-items > a {
    padding-right: 32px;
  }

  .indev-hero4 .hero-info4 {
    padding-left: 56px;
  }

  .indev-hero-visual {
    right: -120px;
    width: min(860px, 136%);
  }

  .indev-hero-visual img {
    width: 100%;
  }

  .indev-possibilities .ser-content7 .sec-title {
    margin-bottom: 0;
  }
}

@media (max-width: 1399px) {
  .indev-site-header .header-bottom .container2 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .indev-logo-image {
    max-width: 228px;
    height: 30px;
  }

  .indev-main-nav {
    margin-left: 0;
  }

  .indev-main-nav > ul > li > a {
    padding: 0 13px;
  }

  .indev-main-nav > ul > li.menu-has-items > a {
    padding-right: 28px;
  }

  .indev-main-nav > ul > li > a .menu-item,
  .indev-main-nav > ul > li > a .menu-item2 {
    font-size: 14px;
  }

  .indev-possibilities .sec-title .title {
    font-size: clamp(34px, 3vw, 48px);
  }

  .indev-possibilities-list .feature-content7 {
    margin-left: 132px;
  }

  .indev-possibilities-list .feature-content7 .title {
    font-size: 22px;
  }
}

@media (max-width: 1199px) {
  .indev-sticky-header .header-menu-area {
    padding: 16px 20px;
  }

  .indev-site-header .header-top-content4 {
    justify-content: space-between;
  }

  .indev-offices {
    grid-template-columns: 1fr;
  }

  .indev-hero4 .hero-info4 {
    padding-left: 0;
  }

  .indev-hero4 .hero-content4 {
    padding: 46px 0 26px;
  }

  .indev-hero4 .hero-content4 .title {
    max-width: 100%;
  }

  .indev-hero-visual {
    position: relative;
    top: auto;
    right: auto;
    width: min(760px, 100%);
    margin: 18px auto 0;
    text-align: center;
    justify-content: center;
  }

  .indev-hero-visual::before {
    display: none;
  }

  .indev-hero-visual img {
    width: min(760px, 100%);
  }

  .indev-possibilities-content {
    max-width: 100%;
  }

  .indev-possibilities .ser-content7 .sec-title {
    margin-bottom: 0;
  }

  .indev-possibilities-list {
    padding-top: 0;
  }

  .indev-feature6-title .title {
    max-width: 100%;
  }

  .indev-feature6-content {
    padding: 10px 0 0 12px;
  }

  .indev-feature6-benefit {
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 16px;
  }

  .indev-feature6-thumb {
    width: 100px;
    min-width: 100px;
    height: 76px;
  }

  .indev-channel-tabs .nav-tabs .nav-link {
    width: calc(33.333% - 12px);
    padding: 30px 18px 24px;
  }

  .indev-channel-card .title {
    font-size: 24px !important;
  }

  .indev-workmodes-title .title {
    font-size: clamp(38px, 4.2vw, 56px);
  }

  .indev-mode-card {
    padding: 120px 38px 38px;
  }

  .indev-mode-card > img {
    top: 28px;
    right: 28px;
    width: 72px;
    height: 72px;
  }

  .indev-mode-card .title {
    font-size: 33px;
  }

  .indev-analytics-title .title {
    font-size: clamp(38px, 4vw, 54px);
  }

  .indev-analytics-card {
    padding: 30px 24px 24px;
  }

  .indev-analytics-card .title {
    font-size: 24px;
  }

  .indev-omni-title .title {
    font-size: clamp(36px, 3.8vw, 50px);
  }

  .indev-omni-card .title {
    font-size: 25px;
  }

  .indev-site-tools-title .title {
    font-size: clamp(36px, 3.8vw, 50px);
  }

  .indev-site-tools-item .title {
    font-size: 32px;
  }

  .indev-advantages-title .title {
    font-size: clamp(36px, 3.8vw, 50px);
  }

  .indev-pricing-content .sec-title .title {
    font-size: clamp(36px, 3.8vw, 50px);
  }

  .indev-footer4 .about-widget4 {
    padding-left: 18px;
    padding-right: 0;
    margin-bottom: 34px;
  }

  .indev-footer4 .location-widget4,
  .indev-footer4 .contact-widget4,
  .indev-footer4 .footer-links {
    max-width: none;
    min-width: 0;
    width: auto;
    margin-right: 0;
    padding-right: 0;
    padding-left: 18px;
  }

  .indev-footer4 .footer-menu4 > .footer-widget {
    padding-left: 18px !important;
  }

  .indev-footer4 .footer-menu4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 28px;
  }
}

@media (max-width: 991px) {
  .indev-sticky-header {
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0 !important;
  }

  .indev-sticky-header .header-menu-area {
    padding: 14px 16px;
  }

  .indev-site-header .header-top4 {
    display: none;
  }

  .indev-logo-image {
    max-width: 196px;
    height: 28px;
  }

  .indev-hero4 .hero-content4 {
    max-width: 100%;
    padding: 42px 0 18px;
  }

  .indev-hero4 .hero-content4 .title {
    max-width: 100%;
  }

  .indev-hero-accordion {
    max-width: 100%;
  }

  .indev-hero-visual::before {
    display: none;
  }

  .indev-possibilities {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .indev-feature6 {
    margin: 20px 0 0;
    border-radius: 0;
  }

  .indev-workmodes-intro {
    padding: 84px 0 8px;
  }

  .indev-workmodes-grid {
    padding-bottom: 72px;
  }

  .indev-analytics {
    padding: 84px 0 10px;
  }

  .indev-analytics-grid {
    padding-bottom: 72px;
  }

  .indev-analytics-card {
    height: auto;
  }

  .indev-omni {
    padding: 84px 0 14px;
  }

  .indev-omni-decor {
    top: 24px;
    right: -82px;
    width: min(500px, 44vw);
    opacity: 0.26;
  }

  .indev-omni-grid {
    padding-bottom: 72px;
  }

  .indev-omni-card {
    height: auto;
  }

  .indev-site-tools-intro {
    padding: 84px 0 14px;
  }

  .indev-site-tools-decor {
    left: -84px;
    width: min(390px, 34vw);
    opacity: 0.11;
  }

  .indev-site-tools-grid {
    padding-bottom: 72px;
  }

  .indev-site-tools-column .indev-site-tools-item:first-child {
    padding-top: 0;
  }

  .indev-advantages {
    padding-top: 84px;
    padding-bottom: 72px;
  }

  .indev-pricing {
    padding-top: 84px;
    padding-bottom: 72px;
  }

  .indev-pricing::before {
    top: 18px;
    left: 22px;
  }

  .indev-pricing-content {
    padding-right: 0;
    margin-bottom: 28px;
  }

  .indev-pricing-intro {
    margin-bottom: 30px;
  }

  .indev-pricing-featured {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
    margin-bottom: 18px;
  }

  .indev-price-card3 {
    padding: 56px 30px 42px;
  }

  .indev-price-card3 .price-heade3 .title {
    font-size: 32px;
  }

  .indev-price-item-price3 .price {
    font-size: 44px;
  }

  .indev-pricing-grid {
    gap: 18px;
  }

  .indev-price-card {
    padding: 42px 34px 34px;
  }

  .indev-cases {
    padding: 84px 0 72px;
  }

  .indev-cases::before {
    top: 40px;
    right: 34px;
    font-size: 19px;
    letter-spacing: 8px;
  }

  .indev-cases .title-area {
    margin-bottom: 28px;
  }

  .indev-cases .container,
  .indev-cases-container {
    max-width: 1560px;
  }

  .indev-cases .row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
  }

  .indev-case-card .empty2 {
    padding: 32px 30px 28px;
  }

  .indev-case-card::after {
    top: 24px;
    right: 22px;
    font-size: 13px;
    letter-spacing: 6px;
  }

  .indev-case-card .ser-content11 .title {
    font-size: 22px;
  }

  .indev-case-card .ser-content11 p,
  .indev-case-list li,
  .indev-case-list-title {
    font-size: 16px;
  }

  .indev-contact-page {
    padding-top: 84px;
    padding-bottom: 32px;
  }

  .indev-contact-page .contact-content2 {
    padding: 34px 30px;
  }

  .indev-contact-offices {
    grid-template-columns: 1fr;
  }

  .indev-contact-form-wrap {
    padding: 32px 28px 28px;
  }

  .indev-contact-map {
    padding-bottom: 72px;
  }

  .indev-map-placeholder {
    min-height: 420px;
  }

  .indev-mode-card {
    padding: 108px 34px 34px;
  }

  .indev-mode-card .title {
    font-size: 31px;
    line-height: 1.06;
  }

  .indev-mode-card .ser-list strong {
    font-size: 19px;
  }

  .indev-possibilities .sec-title .title {
    font-size: 38px;
  }

  .indev-possibilities-list .feature-card7 {
    min-height: 0;
  }

  .indev-feature6-title {
    margin-bottom: 34px;
  }

  .indev-feature6-body {
    margin-bottom: 22px;
    padding: 28px 24px;
  }

  .indev-feature6-image {
    margin-bottom: 24px;
  }

  .indev-feature6-content {
    padding: 0;
  }

  .indev-feature6-benefit {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
  }

  .indev-feature6-thumb {
    width: 96px;
    min-width: 96px;
    height: 72px;
  }

  .indev-channel-tabs .nav-tabs {
    flex-wrap: wrap;
  }

  .indev-channel-tabs .nav-tabs .nav-link {
    width: calc(50% - 9px);
  }

  .indev-footer4 .location-widget4,
  .indev-footer4 .contact-widget4,
  .indev-footer4 .footer-links {
    width: 100%;
  }

  .indev-footer4 .footer-menu4 {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 767px) {
  .indev-site-header .indev-top-socials i {
    font-size: 17px;
  }

  .indev-hero4 .hero-content4 .title {
    font-size: 34px;
    line-height: 1.06;
    margin-bottom: 22px;
  }

  .indev-feature6 {
    padding: 64px 14px;
  }

  .indev-workmodes-intro {
    padding: 72px 0 8px;
  }

  .indev-workmodes-title .title {
    font-size: 34px;
    line-height: 1.04;
  }

  .indev-analytics {
    padding: 72px 0 8px;
  }

  .indev-analytics-title .title {
    font-size: 34px;
    line-height: 1.04;
  }

  .indev-omni {
    padding: 72px 0 12px;
  }

  .indev-omni-decor {
    top: 56px;
    right: -112px;
    width: 320px;
    opacity: 0.15;
  }

  .indev-omni-title .title {
    font-size: 34px;
    line-height: 1.04;
  }

  .indev-omni-grid {
    padding-bottom: 60px;
  }

  .indev-omni-card img {
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
  }

  .indev-omni-card .title {
    font-size: 22px;
    line-height: 1.15;
  }

  .indev-omni-intro,
  .indev-omni-note,
  .indev-omni-card .ser-list li {
    font-size: 15px;
  }

  .indev-site-tools-wrap::before {
    top: 18px;
    left: 22px;
  }

  .indev-advantages::before {
    top: 18px;
    left: 22px;
  }

  .indev-site-tools-decor {
    left: -118px;
    bottom: 22px;
    width: 260px;
    opacity: 0.08;
  }

  .indev-site-tools-intro {
    padding: 72px 0 12px;
  }

  .indev-site-tools-title .title {
    font-size: 34px;
    line-height: 1.04;
  }

  .indev-site-tools-title p,
  .indev-site-tools-item p,
  .indev-site-tools-list li {
    font-size: 15px;
  }

  .indev-site-tools-list li {
    padding-left: 24px;
  }

  .indev-site-tools-list li::before {
    top: 10px;
    width: 7px;
    height: 7px;
  }

  .indev-site-tools-item {
    padding: 24px 0 22px;
  }

  .indev-site-tools-item .title {
    margin-bottom: 16px;
    font-size: 23px;
    line-height: 1.15;
  }

  .indev-site-tools-extra {
    margin-top: 18px;
  }

  .indev-site-tools-extra h5 {
    font-size: 19px;
  }

  .indev-site-tools-grid {
    padding-bottom: 60px;
  }

  .indev-advantages {
    padding-top: 72px;
    padding-bottom: 60px;
  }

  .indev-pricing {
    padding-top: 72px;
    padding-bottom: 60px;
  }

  .indev-pricing-content .sec-title .title {
    font-size: 34px;
    line-height: 1.04;
  }

  .indev-pricing-intro {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .indev-pricing-featured {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
    margin-bottom: 16px;
  }

  .indev-price-card3 {
    padding: 46px 26px 34px;
  }

  .indev-price-card3 .price-heade3 .title {
    font-size: 28px;
  }

  .indev-price-card3 .price-heade3 span {
    font-size: 15px;
    line-height: 1.68;
  }

  .indev-price-card3 .price-item2 li {
    font-size: 15px;
    line-height: 1.62;
  }

  .indev-price-item-price3 .price {
    font-size: 38px;
  }

  .indev-pricing-grid {
    grid-template-columns: 1fr;
  }

  .indev-pricing-grid--bottom {
    grid-template-columns: 1fr;
  }

  .indev-price-card--wide {
    grid-column: auto;
  }

  .indev-cases {
    padding: 72px 0 60px;
  }

  .indev-cases::before {
    top: 34px;
    right: 22px;
    font-size: 16px;
    letter-spacing: 6px;
  }

  .indev-cases .title-area {
    margin-bottom: 24px;
  }

  .indev-cases .sec-title .title {
    font-size: 34px;
    line-height: 1.04;
  }

  .indev-cases .row {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
  }

  .indev-case-card .empty2 {
    padding: 28px 24px 24px;
  }

  .indev-case-card img {
    width: 68px;
    height: 68px;
    margin-bottom: 18px;
  }

  .indev-case-card::after {
    top: 20px;
    right: 18px;
    font-size: 12px;
    letter-spacing: 5px;
  }

  .indev-case-card .ser-content11 .title {
    font-size: 21px;
    margin-bottom: 18px;
  }

  .indev-case-card .ser-content11 p,
  .indev-case-list li,
  .indev-case-list-title {
    font-size: 15px;
    line-height: 1.65;
  }

  .indev-contact-banner .page-content p {
    font-size: 16px;
  }

  .indev-contact-lead {
    font-size: 16px;
  }

  .indev-contact-page {
    padding-top: 72px;
    padding-bottom: 24px;
  }

  .indev-contact-page .contact-content2 {
    padding: 28px 24px;
  }

  .indev-contact-content .sec-title .title {
    font-size: 34px;
    line-height: 1.04;
  }

  .indev-contact-content .sec-title p {
    font-size: 15px;
    line-height: 1.68;
  }

  .indev-contact-cities p {
    font-size: 15px;
  }

  .indev-contact-form-wrap {
    margin-top: 22px;
    padding: 28px 24px 24px;
  }

  .indev-contact-form-wrap h2 {
    font-size: 28px;
  }

  .indev-contact-map {
    padding-bottom: 60px;
  }

  .indev-map-placeholder {
    min-height: 340px;
    padding: 28px 22px;
  }

  .indev-map-placeholder__content h3 {
    font-size: 26px;
  }

  .indev-map-placeholder__content p {
    font-size: 15px;
    line-height: 1.65;
  }

  .indev-price-card--columns .price-item {
    column-count: 1;
  }

  .indev-price-card .price-heade .title {
    font-size: 24px;
  }

  .indev-price-card {
    padding: 34px 26px 30px;
  }

  .indev-price-text,
  .indev-price-card .price-item li {
    font-size: 15px;
  }

  .indev-advantages-title {
    margin-bottom: 42px;
  }

  .indev-advantages-title .title {
    font-size: 34px;
    line-height: 1.04;
  }

  .indev-advantage-card {
    padding-right: 0;
  }

  .indev-advantage-card img,
  .indev-advantage-card svg {
    width: 74px;
    height: 80px;
    margin-bottom: 18px;
  }

  .indev-advantage-card .title {
    font-size: 21px;
    line-height: 1.2;
  }

  .indev-advantage-card p,
  .indev-advantages-note {
    font-size: 15px;
  }

  .indev-advantages-note {
    white-space: normal;
  }

  .indev-analytics-grid {
    padding-bottom: 60px;
  }

  .indev-analytics-card {
    padding: 26px 22px 22px;
  }

  .indev-analytics-card img {
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
  }

  .indev-analytics-card .title {
    font-size: 22px;
    line-height: 1.15;
  }

  .indev-analytics-intro,
  .indev-analytics-result,
  .indev-analytics-note,
  .indev-analytics-card .ser-list li {
    font-size: 15px;
  }

  .indev-workmodes-grid {
    padding-bottom: 60px;
  }

  .indev-mode-card {
    padding: 100px 26px 28px;
  }

  .indev-mode-card > img {
    width: 64px;
    height: 64px;
  }

  .indev-mode-card .title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .indev-mode-card .ser-list strong {
    font-size: 18px;
  }

  .indev-mode-card .ser-list span {
    font-size: 15px;
  }

  .indev-feature6::before {
    top: 28px;
    left: 18px;
    width: 36px;
    height: 36px;
  }

  .indev-feature6-title .title {
    font-size: 34px;
    line-height: 1.04;
    margin-bottom: 18px;
  }

  .indev-feature6-title p,
  .indev-feature6-side-text,
  .indev-feature6-benefit p,
  .indev-channel-card p {
    font-size: 15px;
    line-height: 1.7;
  }

  .indev-feature6-image {
    margin-bottom: 20px;
  }

  .indev-feature6-side-title {
    font-size: 28px;
    line-height: 1.06;
    margin-bottom: 14px;
  }

  .indev-feature6-content .title {
    font-size: 24px;
    line-height: 1.08;
    margin-bottom: 14px;
  }

  .indev-feature6-web-title,
  .indev-feature6-benefit h5 {
    font-size: 20px;
  }

  .indev-feature6-benefit {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 12px;
    padding: 12px 0;
  }

  .indev-feature6-thumb {
    width: 88px;
    min-width: 88px;
    height: 68px;
    border-radius: 16px;
  }

  .indev-channel-tabs .nav-tabs .nav-link {
    width: 100%;
    min-height: 0;
    padding: 26px 18px 24px;
  }

  .indev-channel-icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
  }

  .indev-channel-icon i {
    font-size: 30px;
  }

  .indev-channel-card .title {
    font-size: 24px !important;
  }

  .indev-hero-accordion .accordion-item {
    border-radius: 20px;
    padding: 16px 18px 18px;
  }

  .indev-hero-accordion .accordion-button {
    font-size: 18px;
  }

  .indev-hero-accordion .accordion-body {
    font-size: 15px;
  }

  .indev-hero-cta {
    min-width: 100%;
  }

  .indev-hero-meta {
    max-width: 100%;
    justify-content: flex-start;
  }

  .indev-hero-meta li {
    text-align: left;
  }

  .indev-side-logo img,
  .indev-logo-image {
    max-width: 176px;
  }

  .indev-possibilities {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .indev-possibilities .sec-title .title {
    font-size: 34px;
    margin-bottom: 18px;
  }

  .indev-possibilities .sec-title p,
  .indev-possibilities-list .feature-content7 p,
  .indev-possibilities-note {
    font-size: 15px;
    line-height: 1.7;
  }

  .indev-possibilities-list .feature-card7 img,
  .indev-possibilities-list .feature-card7 svg {
    width: 64px;
    left: 24px;
  }

  .indev-possibilities-list .feature-content7 {
    margin: 0 0 34px 108px;
    padding-bottom: 20px;
  }

  .indev-possibilities-list .feature-content7 .title {
    font-size: 21px;
  }

  .indev-possibilities-counter {
    gap: 18px;
    flex-wrap: wrap;
    padding-top: 24px;
  }

  .indev-possibilities-note {
    margin-left: 0;
    max-width: 100%;
  }

  .indev-possibilities-counter .solutions {
    max-width: 260px;
    font-size: 16px;
  }

  .indev-popup {
    padding: 16px;
    overflow-y: auto;
  }

  .indev-footer4 .widget-area,
  .footer-style4.indev-footer4 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .footer-style4.indev-footer4 {
    margin-left: 0;
    margin-right: 0;
  }

  .indev-footer4 .container {
    padding-left: 0;
    padding-right: 0;
  }

  .indev-footer4 .widget-area {
    padding-left: 16px;
    padding-right: 16px;
  }

  .indev-popup__dialog {
    padding: 26px 20px 22px;
    border-radius: 22px;
  }

  .indev-popup__title {
    font-size: 32px;
  }

  .indev-popup__grid {
    grid-template-columns: 1fr;
  }

  .indev-popup__submit {
    min-width: 100%;
  }

  .indev-footer4 .footer-menu4 {
    gap: 28px;
  }
}

@media (max-width: 479px) {
  .indev-hero4 .hero-content4 .title {
    font-size: 34px;
  }

  .indev-hero-accordion .accordion-button {
    font-size: 17px;
  }

  .indev-feature6 {
    padding-left: 0;
    padding-right: 0;
  }

  .indev-workmodes-intro {
    padding: 64px 0 6px;
  }

  .indev-analytics {
    padding: 64px 0 6px;
  }

  .indev-analytics-grid {
    padding-bottom: 48px;
  }

  .indev-omni {
    padding: 64px 0 10px;
  }

  .indev-omni-decor {
    display: none;
  }

  .indev-omni-grid {
    padding-bottom: 48px;
  }

  .indev-site-tools-wrap::before {
    width: 38px;
    height: 38px;
    top: 16px;
    left: 14px;
  }

  .indev-advantages::before {
    width: 38px;
    height: 38px;
    top: 16px;
    left: 14px;
  }

  .indev-site-tools-decor {
    display: none;
  }

  .indev-site-tools-intro {
    padding: 64px 0 10px;
  }

  .indev-site-tools-grid {
    padding-bottom: 48px;
  }

  .indev-advantages {
    padding-top: 64px;
    padding-bottom: 48px;
  }

  .indev-pricing {
    padding-top: 64px;
    padding-bottom: 48px;
  }

  .indev-pricing::before {
    width: 38px;
    height: 38px;
    top: 16px;
    left: 14px;
  }

  .indev-cases {
    padding: 64px 0 48px;
  }

  .indev-contact-page {
    padding-top: 64px;
  }

  .indev-contact-page .contact-content2 {
    padding: 24px 18px;
  }

  .indev-contact-form-wrap {
    padding: 24px 18px 20px;
  }

  .indev-contact-form-wrap h2 {
    font-size: 24px;
  }

  .indev-contact-offices {
    gap: 12px;
  }

  .indev-map-placeholder {
    min-height: 280px;
    border-radius: 22px;
  }

  .indev-case-card::after {
    display: none;
  }

  .indev-cases::before {
    display: none;
  }

  .indev-omni-card .title {
    font-size: 21px;
  }

  .indev-analytics-card {
    padding: 24px 18px 20px;
  }

  .indev-analytics-card .title {
    font-size: 21px;
  }

  .indev-workmodes-grid {
    padding-bottom: 48px;
  }

  .indev-mode-card {
    padding: 92px 22px 24px;
  }

  .indev-mode-card > img {
    top: 24px;
    right: 22px;
    width: 58px;
    height: 58px;
  }

  .indev-mode-card .title {
    font-size: 25px;
    line-height: 1.08;
  }

  .indev-feature6-body {
    padding: 22px 16px;
  }

  .indev-feature6-image {
    margin-bottom: 18px;
  }

  .indev-feature6-content {
    padding: 0;
  }

  .indev-feature6-content .title {
    font-size: 22px;
  }

  .indev-feature6-benefit {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .indev-feature6-thumb {
    width: 112px;
    min-width: 112px;
    height: 78px;
  }

  .indev-channel-card .title {
    font-size: 22px !important;
  }

  .footer-style4.indev-footer4 {
    margin-left: 0;
    margin-right: 0;
  }

  .indev-footer4 .container {
    padding-left: 0;
    padding-right: 0;
  }

  .indev-footer4 .widget-area {
    padding-left: 12px;
    padding-right: 12px;
  }

  .indev-footer4 .about-widget4 {
    padding-left: 14px;
  }

  .indev-footer4 .location-widget4,
  .indev-footer4 .contact-widget4,
  .indev-footer4 .footer-links {
    padding-left: 14px;
  }

  .indev-footer4 .footer-menu4 > .footer-widget {
    padding-left: 14px !important;
  }

  .indev-possibilities .sec-title .title {
    font-size: 31px;
  }

  .indev-possibilities-counter {
    gap: 14px;
  }

  .indev-possibilities-list .feature-card7 img,
  .indev-possibilities-list .feature-card7 svg {
    position: static;
    width: 56px;
    margin-bottom: 12px;
  }

.indev-possibilities-list .feature-content7 {
    margin-left: 0;
  }
}

body.indev-contact-page-body,
body.indev-contact-page-body .wrapper,
body.indev-contact-page-body .main-sec {
  background: #ffffff;
}

.indev-contact-page-body .vs-header4.indev-site-header,
.indev-contact-page-body .indev-site-header .header-top4,
.indev-contact-page-body .indev-site-header .header-bottom,
.indev-contact-page-body .indev-site-header .header-bottom .container2 {
  background: transparent !important;
  box-shadow: none;
}

.indev-contact-page {
  position: relative;
  overflow: hidden;
  margin: 0 20px;
  padding-left: 0;
  padding-right: 0;
  border-radius: 28px;
  background:
    radial-gradient(circle at 26% 18%, rgba(164, 233, 255, 0.42) 0, rgba(164, 233, 255, 0) 30%),
    radial-gradient(circle at 84% 18%, rgba(188, 170, 255, 0.28) 0, rgba(188, 170, 255, 0) 28%),
    radial-gradient(circle at 74% 88%, rgba(173, 226, 255, 0.22) 0, rgba(173, 226, 255, 0) 24%),
    linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
}

.indev-contact-page::after {
  bottom: 10%;
  left: 16%;
  width: 1080px;
  height: 532px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.26;
}

.indev-contact-page .contact-content2 {
  margin-right: 20px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.indev-contact-page .contact-content2::before {
  display: none;
}

.indev-contact-page .sec-title {
  position: relative;
  z-index: 1;
}

.indev-contact-page .sec-title p {
  max-width: 620px;
}

.indev-contact-page .contact-form.v2 {
  position: relative;
  z-index: 1;
}

.indev-contact-page-body .page-banner9::before {
  display: none;
}

.indev-contact-submit {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .indev-contact-page {
    margin: 0 15px;
    border-radius: 24px;
  }

  .indev-contact-page .contact-content2 {
    margin-right: 0;
    padding: 0;
  }
}

@media (max-width: 575px) {
  .indev-contact-page {
    margin: 0 8px;
    border-radius: 20px;
  }
}

/* Contact page: make the section fade into white like the theme */
.indev-contact-page {
  margin: 0 20px;
  border-radius: 0;
  background: transparent;
}

.indev-contact-page::before {
  content: "";
  position: absolute;
  inset: -36px 0;
  z-index: 0;
  background-image:
    radial-gradient(circle at 24% 18%, rgba(164, 233, 255, 0.30) 0%, rgba(164, 233, 255, 0) 28%),
    radial-gradient(circle at 82% 16%, rgba(188, 170, 255, 0.20) 0%, rgba(188, 170, 255, 0) 25%),
    radial-gradient(circle at 76% 88%, rgba(173, 226, 255, 0.14) 0%, rgba(173, 226, 255, 0) 18%),
    linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(248, 252, 255, 0.92) 8%, rgba(248, 252, 255, 0.98) 18%, rgba(248, 252, 255, 0.98) 82%, rgba(248, 252, 255, 0.92) 92%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(248, 252, 255, 0.94) 12%, rgba(248, 252, 255, 0.98) 24%, rgba(248, 252, 255, 0.98) 76%, rgba(248, 252, 255, 0.94) 88%, rgba(255, 255, 255, 0) 100%),
    url(../images/layers/ser-layer2.png);
  background-repeat: no-repeat;
  background-size:
    auto,
    auto,
    auto,
    100% 100%,
    100% 100%,
    578px 956px;
  background-position:
    0 0,
    0 0,
    0 0,
    0 0,
    0 0,
    right top;
  pointer-events: none;
}

.indev-contact-page::after {
  top: 22%;
  left: 14%;
  width: 980px;
  height: 500px;
  background-image: url(../images/layers/map2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.10;
  filter: grayscale(1) brightness(0.35);
  z-index: 0;
  pointer-events: none;
}

.indev-contact-page > .container,
.indev-contact-page .contact-content2,
.indev-contact-page .contact-form.v2 {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .indev-contact-page {
    margin: 0 15px;
  }

  .indev-contact-page::before {
    inset: -24px 0;
    background-size:
      auto,
      auto,
      auto,
      100% 100%,
      100% 100%,
      420px 694px;
  }

  .indev-contact-page::after {
    top: 30%;
    left: 6%;
    width: 88%;
    height: 380px;
    opacity: 0.08;
  }
}

@media (max-width: 575px) {
  .indev-contact-page {
    margin: 0 8px;
  }

  .indev-contact-page::before {
    inset: -16px 0;
  }

  .indev-contact-page::after {
    display: none;
  }
}

/* Final contact background tuning */
.indev-contact-page {
  margin-top: 0;
  padding-top: 96px;
  overflow: visible;
}

.indev-contact-page::before {
  inset: 0 0 -36px;
  width: auto;
  height: auto;
  background-image:
    radial-gradient(circle at 22% 22%, rgba(164, 233, 255, 0.30) 0%, rgba(164, 233, 255, 0) 30%),
    radial-gradient(circle at 78% 16%, rgba(188, 170, 255, 0.22) 0%, rgba(188, 170, 255, 0) 28%),
    radial-gradient(circle at 90% 72%, rgba(173, 226, 255, 0.14) 0%, rgba(173, 226, 255, 0) 24%),
    linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(248, 252, 255, 0.88) 10%, rgba(248, 252, 255, 0.97) 20%, rgba(248, 252, 255, 0.97) 80%, rgba(248, 252, 255, 0.88) 90%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(248, 252, 255, 0.66) 8%, rgba(248, 252, 255, 0.96) 22%, rgba(248, 252, 255, 0.98) 78%, rgba(248, 252, 255, 0.90) 90%, rgba(255, 255, 255, 0) 100%),
    url(../images/layers/ser-layer2.png);
  background-repeat: no-repeat;
  background-size:
    auto,
    auto,
    auto,
    100% 100%,
    100% 100%,
    578px 956px;
  background-position:
    0 0,
    0 0,
    0 0,
    0 0,
    0 0,
    right top;
  z-index: 0;
}

.indev-contact-page::after {
  top: 18%;
  left: 14%;
  width: 980px;
  height: 500px;
  opacity: 0.10;
  filter: grayscale(1) brightness(0.35);
  z-index: 0;
}

@media (max-width: 991px) {
  .indev-contact-page {
    margin-top: 0;
    padding-top: 82px;
  }

  .indev-contact-page::before {
    inset: 0 0 -24px;
    background-size:
      auto,
      auto,
      auto,
      100% 100%,
      100% 100%,
      420px 694px;
  }

  .indev-contact-page::after {
    top: 24%;
    left: 6%;
    width: 88%;
    height: 380px;
    opacity: 0.08;
  }
}

@media (max-width: 575px) {
  .indev-contact-page {
    margin-top: 0;
    padding-top: 64px;
  }

  .indev-contact-page::before {
    inset: 0 0 -14px;
  }
}

body.indev-content-page-body,
body.indev-content-page-body .wrapper,
body.indev-content-page-body .main-sec {
  background: #ffffff;
}

.indev-content-page-body .vs-header4.indev-site-header,
.indev-content-page-body .indev-site-header .header-top4,
.indev-content-page-body .indev-site-header .header-bottom,
.indev-content-page-body .indev-site-header .header-bottom .container2 {
  background: transparent !important;
  box-shadow: none;
}

.indev-doc-page {
  padding-top: 90px;
  padding-bottom: 80px;
}

.indev-doc-page .container {
  max-width: 1700px;
}

.indev-doc-content {
  width: min(80%, 1320px);
  margin: 0 auto;
}

.indev-doc-content .title {
  margin: 0 0 28px;
  font-size: clamp(38px, 4vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.indev-doc-text {
  font-size: 20px;
  line-height: 1.9;
  color: rgba(20, 31, 54, 0.78);
}

.indev-doc-text h2,
.indev-doc-text h3 {
  margin: 46px 0 18px;
  color: var(--color-title-black2);
  line-height: 1.2;
}

.indev-doc-text h2 {
  font-size: clamp(28px, 2.6vw, 38px);
}

.indev-doc-text p,
.indev-doc-text ul,
.indev-doc-text ol {
  margin: 0 0 22px;
}

.indev-doc-text > p:first-child {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
}

.indev-doc-text ul,
.indev-doc-text ol {
  padding-left: 28px;
}

.indev-doc-text li {
  margin-bottom: 10px;
}

.indev-doc-text a {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.indev-doc-text .row {
  --bs-gutter-x: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 34px !important;
}

.indev-doc-text .col {
  padding-left: 0;
  padding-right: 0;
}

.indev-doc-text h5 {
  margin: 0 0 18px;
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.25;
  color: var(--color-title-black2);
}

.indev-doc-text .descr {
  margin-bottom: 18px;
}

.indev-doc-text .ol {
  display: grid;
  gap: 14px;
}

.indev-doc-text .li {
  color: rgba(20, 31, 54, 0.78);
}

.indev-doc-text .purpose-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid rgba(20, 31, 54, 0.1);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.indev-doc-text .purpose-table th,
.indev-doc-text .purpose-table td {
  padding: 18px 22px;
  vertical-align: top;
  border-bottom: 1px solid rgba(20, 31, 54, 0.08);
}

.indev-doc-text .purpose-table tr:last-child th,
.indev-doc-text .purpose-table tr:last-child td {
  border-bottom: 0;
}

.indev-doc-text .purpose-table th {
  width: 28%;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-title-black2);
  font-weight: 700;
  background: rgba(20, 31, 54, 0.02);
}

.indev-doc-text .purpose-table td {
  font-size: 18px;
  line-height: 1.8;
}

.indev-doc-text .purpose-table ul {
  margin: 0;
  padding-left: 22px;
}

.indev-doc-text .purpose-table li {
  margin-bottom: 8px;
}

.indev-doc-text .purpose-table span {
  color: inherit;
}

@media (max-width: 991px) {
  .indev-doc-page {
    padding-top: 72px;
    padding-bottom: 64px;
  }

  .indev-doc-content {
    width: min(88%, 100%);
  }

  .indev-doc-text {
    font-size: 18px;
    line-height: 1.8;
  }

  .indev-doc-text .purpose-table th,
  .indev-doc-text .purpose-table td {
    display: block;
    width: 100%;
  }

  .indev-doc-text .purpose-table th {
    border-bottom: 0;
    padding-bottom: 8px;
  }

  .indev-doc-text .purpose-table td {
    padding-top: 0;
  }
}

@media (max-width: 575px) {
  .indev-doc-page {
    padding-top: 56px;
    padding-bottom: 52px;
  }

  .indev-doc-content {
    width: 100%;
  }

  .indev-doc-content .title {
    margin-bottom: 22px;
  }

  .indev-doc-text {
    font-size: 17px;
    line-height: 1.75;
  }
}

body.indev-about-page-body,
body.indev-page-photo-body,
body.indev-about-page-body .wrapper,
body.indev-page-photo-body .wrapper,
body.indev-about-page-body .main-sec {
  background: #ffffff;
}

.indev-about-page-body .vs-header4.indev-site-header,
.indev-page-photo-body .vs-header4.indev-site-header,
.indev-about-page-body .indev-site-header .header-top4,
.indev-page-photo-body .indev-site-header .header-top4,
.indev-about-page-body .indev-site-header .header-bottom,
.indev-page-photo-body .indev-site-header .header-bottom,
.indev-about-page-body .indev-site-header .header-bottom .container2,
.indev-page-photo-body .indev-site-header .header-bottom .container2 {
  background: transparent !important;
  box-shadow: none;
}

.indev-about-page {
  padding-top: 96px;
  padding-bottom: 72px;
}

.indev-about-page .container,
.indev-about-mission .container2 {
  max-width: 1550px;
  margin: 0 auto;
}

.indev-about-page .title-area {
  align-items: flex-start;
  margin-bottom: 48px;
}

.indev-about-page .about-content9 {
  width: 165%;
  margin-left: -34%;
}

.indev-about-page .sec-title {
  max-width: 1080px;
}

.indev-about-page .sec-title .sub-title {
  text-transform: none;
  padding: 0 10px;
  overflow: visible;
}

.indev-about-page .sec-title .title {
  font-size: clamp(40px, 4vw, 66px);
  line-height: 1.04;
  letter-spacing: normal;
  max-width: 1000px;
}

.indev-about-page .about-content9 .title {
  font-size: clamp(160px, 18vw, 320px);
  line-height: 0.82;
  letter-spacing: -0.08em;
  white-space: nowrap;
  margin-bottom: 0;
}

.indev-about-page .about-info9 {
  max-width: 820px;
}

.indev-about-page .about-info9 p {
  font-size: 20px;
  line-height: 1.85;
  color: rgba(20, 31, 54, 0.8);
}

.indev-about-mission {
  padding-bottom: 110px;
}

.indev-about-mission .row {
  align-items: stretch;
}

.indev-about-mission .ser-card22,
.indev-about-mission .ser-card22.v2 {
  height: 100%;
}

.indev-about-mission .ser-card22 .title,
.indev-about-mission .ser-card22 .profection {
  letter-spacing: normal;
}

.indev-about-mission .ser-card22 .title {
  font-size: 40px;
}

.indev-about-mission .ser-card22 p {
  font-size: 18px;
  line-height: 1.78;
  color: rgba(255, 255, 255, 0.84);
}

.indev-about-showcase .inner-content2 {
  max-width: 620px;
  padding-right: 28px;
}

.indev-about-showcase .profection {
  max-width: 520px;
}

.indev-about-showcase .ser-counter22 {
  min-width: 180px;
}

.indev-about-showcase .ser-counter22 .counter-number,
.indev-about-showcase .ser-counter22 .counter-text {
  color: #ffffff;
}

.indev-about-showcase .ser-counter22 .title {
  color: rgba(255, 255, 255, 0.82);
  font-size: 22px;
  line-height: 1.15;
}

.indev-about-showcase .ser-video-box {
  z-index: 5;
}

.indev-about-video-trigger {
  position: static;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-content-black2);
  font-weight: 600;
  cursor: pointer;
}

.indev-about-video-trigger:hover {
  color: var(--color-content-black2);
}

.indev-about-video-trigger i {
  position: relative;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 12px;
  transition: all 0.3s ease;
}

.indev-about-video-trigger i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid;
  clip-path: polygon(0 0, 100% 0, 100% 54%, calc(100% - 1px) 54%, 25% 100%, calc(25% - 0.5px) 100%, 0 100%, 0 0);
  border-radius: inherit;
  transition: border-color 0.3s ease;
}

.indev-about-video-trigger:hover i {
  background-color: #adadad;
}

.indev-about-video-trigger:hover i::after {
  border-color: transparent;
}

.indev-about-video-modal {
  background: rgba(10, 17, 28, 0.82);
}

.indev-about-video-modal .video-modal-content {
  width: fit-content !important;
  max-width: calc(100vw - 56px) !important;
  max-height: calc(100vh - 56px) !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
}

.indev-about-video-modal video {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(100vh - 120px);
  object-fit: contain;
  background: #0a111c;
  border-radius: 20px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

.indev-about-video-modal .video-modal-content .close-btn,
.video-modal.indev-about-video-modal .video-modal-content .close-btn {
  position: fixed !important;
  top: 18px !important;
  right: 18px !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 26px !important;
  line-height: 1 !important;
  background: rgba(10, 17, 28, 0.82) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2) !important;
  z-index: 99999999999999 !important;
}

.indev-about-video-trigger {
  cursor: pointer;
}

@media (max-width: 1399px) {
  .indev-about-page .about-content9 {
    width: 150%;
    margin-left: -22%;
  }

  .indev-about-page .about-content9 .title {
    font-size: clamp(132px, 15vw, 260px);
  }

  .indev-about-page .about-info9 p {
    font-size: 18px;
    line-height: 1.78;
  }

  .indev-about-mission .ser-card22 .title {
    font-size: 36px;
  }
}

@media (max-width: 1199px) {
  .indev-about-page {
    padding-top: 80px;
    padding-bottom: 56px;
  }

  .indev-about-page .title-area {
    margin-bottom: 38px;
  }

  .indev-about-page .about-content9 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 18px;
  }

  .indev-about-page .about-content9 .title {
    font-size: 140px;
    line-height: 0.88;
  }

  .indev-about-page .about-info9 p {
    font-size: 17px;
  }

  .indev-about-mission {
    padding-bottom: 90px;
  }

  .indev-about-video-modal .video-modal-content {
    max-width: calc(100vw - 40px) !important;
    max-height: calc(100vh - 56px);
  }
}

@media (max-width: 991px) {
  .indev-about-page {
    padding-top: 72px;
    padding-bottom: 48px;
  }

  .indev-about-page .container,
  .indev-about-mission .container2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .indev-about-page .title-area {
    margin-bottom: 30px;
  }

  .indev-about-page .sec-title .title {
    max-width: 100%;
  }

  .indev-about-page .about-content9 .title {
    font-size: 120px;
    white-space: normal;
  }

  .indev-about-mission .ser-card22 {
    margin-bottom: 24px;
  }

  .indev-about-mission .ser-card22 .title {
    font-size: 32px;
  }

  .indev-about-mission .ser-card22 p {
    font-size: 17px;
  }

  .indev-about-video-modal .video-modal-content {
    max-width: calc(100vw - 28px) !important;
  }
}

@media (max-width: 575px) {
  .indev-about-page {
    padding-top: 60px;
    padding-bottom: 42px;
  }

  .indev-about-page .sec-title .title {
    font-size: 34px;
  }

  .indev-about-page .about-content9 .title {
    font-size: 86px;
    line-height: 0.92;
  }

  .indev-about-page .about-info9 p {
    font-size: 16px;
    line-height: 1.72;
  }

  .indev-about-mission {
    padding-bottom: 70px;
  }

  .indev-about-mission .ser-card22 .title {
    font-size: 28px;
  }

  .indev-about-mission .ser-card22 p {
    font-size: 16px;
    line-height: 1.72;
  }

  .indev-about-video-modal .video-modal-content {
    max-width: calc(100vw - 20px) !important;
  }

  .indev-about-video-modal .video-modal-content .close-btn,
  .video-modal.indev-about-video-modal .video-modal-content .close-btn {
    top: 12px !important;
    right: 12px !important;
    width: 38px !important;
    height: 38px !important;
  }
}
