/* The Hub Telecom — new-ui visual system */
:root {
  --hub-ink: #081a2d;
  --hub-navy: #0a2238;
  --hub-blue: #087db5;
  --hub-cyan: #1cc8d1;
  --hub-mint: #9cf3e9;
  --hub-gold: #caa76c;
  --hub-gold-soft: #f2e5cd;
  --hub-sky: #e8f6fb;
  --hub-bg: #f5f9fc;
  --hub-muted: #62768a;
  --hub-line: #dce8f0;
  --hub-white: #ffffff;
  --hub-shadow: 0 24px 70px rgba(8, 31, 54, 0.12);
  --hub-shadow-deep: 0 32px 90px rgba(4, 20, 34, 0.18);
  --hub-radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--hub-bg);
}

#services,
#projects {
  scroll-margin-top: 108px;
}

body,
body.body-2,
body.body-3,
body.body-4 {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--hub-bg);
  color: var(--hub-ink);
  font-family: Lato, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  color: var(--hub-white);
  background: var(--hub-blue);
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

img {
  max-width: 100%;
}

.w-container,
.container-2,
.container-3,
.container-4,
.container-6,
.container-8,
.container-9,
.container-10,
.container-11,
.container-12,
.container-13,
.container-7 {
  width: min(1120px, calc(100% - 48px));
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

/* Navigation */
.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: auto;
  min-height: 84px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(110deg, rgba(4, 18, 31, 0.97), rgba(8, 42, 64, 0.94));
  box-shadow: 0 12px 38px rgba(3, 18, 31, 0.2);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
}

.navbar::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 6%, rgba(202, 167, 108, 0.65), rgba(28, 200, 209, 0.85), transparent 94%);
  content: "";
}

.navbar .container {
  display: flex;
  width: min(1240px, calc(100% - 48px));
  max-width: 1240px;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  padding: 7px 9px 7px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 28px rgba(0, 0, 0, 0.14);
}

.navbar .container::before,
.navbar .container::after {
  display: none !important;
}

.navbar .w-nav-brand {
  display: flex;
  width: 86px;
  height: auto;
  flex: 0 0 auto;
  align-items: center;
  margin: 0;
  padding: 0;
}

.navbar .image {
  display: block;
  width: 86px;
  height: auto;
  margin: 0;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(1, 14, 25, 0.3);
}

.nav-link {
  position: relative;
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 13px;
  color: rgba(255, 255, 255, 0.72) !important;
  font-family: Lato, "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.nav-link::after {
  position: absolute;
  right: auto;
  bottom: 5px;
  left: 50%;
  height: 3px;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--hub-gold), var(--hub-cyan));
  content: "";
  opacity: 0;
  transform: translateX(-50%);
  transition: width 180ms ease, opacity 180ms ease;
  width: 0;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.w--current {
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--hub-white) !important;
  background: rgba(255, 255, 255, 0.09);
}

.nav-link:hover::after,
.nav-link:focus::after,
.nav-link.w--current::after {
  width: 24px;
  opacity: 1;
}

.nav-link[href="contact.html"] {
  margin-left: 8px;
  padding-right: 20px;
  padding-left: 20px;
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--hub-white) !important;
  background: linear-gradient(135deg, var(--hub-cyan), var(--hub-blue));
  box-shadow: 0 10px 24px rgba(7, 125, 181, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.nav-link[href="contact.html"]::after {
  display: none;
}

.nav-link[href="contact.html"]:hover,
.nav-link[href="contact.html"]:focus,
.nav-link[href="contact.html"].w--current {
  color: var(--hub-white) !important;
  background: linear-gradient(135deg, #29d7d4, #0a90c8);
  box-shadow: 0 14px 28px rgba(8, 151, 190, 0.34);
  transform: translateY(-1px);
}

.icon-3 {
  position: relative;
  display: block;
  width: 18px;
  height: 14px;
  color: var(--hub-white);
  font-size: 0;
  line-height: 0;
}

.icon-3::before,
.icon-3::after {
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transition: top 180ms ease, opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.icon-3::before {
  top: 0;
  box-shadow: 0 6px 0 currentColor, 0 12px 0 currentColor;
}

.icon-3::after {
  top: 6px;
  opacity: 0;
}

.menu-button.w--open .icon-3::before {
  top: 6px;
  box-shadow: none;
  transform: rotate(45deg);
}

.menu-button.w--open .icon-3::after {
  opacity: 1;
  transform: rotate(-45deg);
}

/* Type and shared section rhythm */
h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

.heading-2 {
  display: block;
  margin: 0 0 18px;
  color: var(--hub-ink);
  font-family: Lato, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2.15rem, 4.2vw, 4.25rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.03;
  text-align: center;
}

.heading-2::after {
  display: block;
  width: 54px;
  height: 4px;
  margin: 19px auto 0;
  border-radius: 20px;
  background: linear-gradient(90deg, var(--hub-blue), var(--hub-cyan));
  content: "";
}

.paragraph {
  max-width: 820px;
  margin: 0 auto;
  color: var(--hub-muted);
  font-size: clamp(1rem, 1.55vw, 1.22rem);
  line-height: 1.75;
  text-align: center;
}

[data-w-id][style*="opacity"] {
  opacity: 1 !important;
  transform: none !important;
}

/* Home hero and the shared slider */
.section {
  height: auto;
  background: var(--hub-navy);
}

.slider {
  height: min(690px, calc(100vh - 86px));
  min-height: 560px;
  background: var(--hub-navy);
}

.mask,
.w-slide {
  height: 100%;
}

.div-block,
.div-block-17,
.div-block-20,
.div-block-21 {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100%;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.div-block::before,
.div-block-17::before,
.div-block-20::before,
.div-block-21::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 26%, rgba(28, 200, 209, 0.21), transparent 27%),
    linear-gradient(90deg, rgba(5, 21, 38, 0.94) 0%, rgba(5, 21, 38, 0.77) 42%, rgba(5, 21, 38, 0.18) 100%);
  content: "";
}

.div-block {
  padding: clamp(42px, 7vw, 100px) clamp(24px, 9vw, 132px);
  background-image: url("../images/Mask-Group-2.jpg");
}

.div-block-17 {
  justify-content: center;
  padding: 40px clamp(24px, 10vw, 160px);
  background-image: url("../images/Home-slider-4.png");
}

.div-block-20 {
  justify-content: center;
  padding: 40px clamp(24px, 10vw, 160px);
  background-image: url("../images/Global_Connection.jpg");
}

.div-block-21 {
  justify-content: center;
  padding: 40px clamp(24px, 10vw, 160px);
  background-image: url("../images/Mask-Group-19.jpg");
}

.div-block-2,
.div-block-3,
.div-t,
.div-block-20 > .heading-3,
.div-block-21 > .heading-3 {
  position: relative;
  z-index: 1;
}

.div-block-2 {
  display: flex;
  width: min(640px, 58vw);
  margin: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.div-block-2::before {
  margin-bottom: 20px;
  color: var(--hub-gold-soft);
  content: "THE HUB TELECOM  ·  SYSTEM INTEGRATOR";
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.22em;
  line-height: 1;
}

.div-block-3 {
  width: min(300px, 26vw);
  margin-left: clamp(30px, 8vw, 130px);
  opacity: 0.96;
}

.image-23 {
  width: 100%;
  height: auto;
  padding: 0;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.2));
}

.heading-3 {
  display: block;
  width: auto;
  margin: 0;
  color: var(--hub-white);
  font-family: Lato, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2.5rem, 5vw, 5.5rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.98;
  text-align: left;
}

.heading-3:not(.slide) {
  max-width: 780px;
  color: var(--hub-white);
  font-size: clamp(1.45rem, 2.35vw, 2.55rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.25;
  text-align: center;
  text-wrap: balance;
}

.div-t,
.div-block-20 > .heading-3,
.div-block-21 > .heading-3 {
  width: min(880px, calc(100% - 48px));
  max-width: 880px;
  padding: clamp(26px, 3.5vw, 42px) clamp(24px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(5, 21, 38, 0.58), rgba(8, 43, 67, 0.34));
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.div-t .heading-3 {
  max-width: none;
}

.paragraph-2 {
  max-width: 600px;
  margin: 22px 0 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 1.65;
  letter-spacing: 0.025em;
}

.button,
.submit-button,
.w-button {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--hub-cyan), var(--hub-blue) 64%, #07517e);
  box-shadow: 0 14px 28px rgba(8, 125, 181, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  color: var(--hub-white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.button {
  padding: 17px 24px;
}

.div-block-2 .button {
  display: inline-flex;
  min-width: 170px;
  align-self: center;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 14px 34px rgba(0, 178, 217, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-align: center;
}

.div-block-2 .button::after {
  content: "\2192";
  font-size: 16px;
  line-height: 1;
  transition: transform 180ms ease;
}

.div-block-2 .button:hover::after {
  transform: translateX(4px);
}

.button:hover,
.submit-button:hover,
.w-button:hover {
  background: linear-gradient(135deg, var(--hub-blue), #07517e);
  box-shadow: 0 18px 34px rgba(8, 125, 181, 0.3);
  color: var(--hub-white);
  transform: translateY(-2px);
}

.left-arrow,
.right-arrow {
  top: 50%;
  bottom: auto;
  z-index: 3;
  width: 54px;
  height: 68px;
  margin: 0 clamp(18px, 2.5vw, 40px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: translateY(-50%);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transition: transform 180ms ease;
}

.left-arrow:hover,
.right-arrow:hover {
  background: transparent;
  box-shadow: none;
  transform: translateY(-50%) scale(1.12);
}

.arrow-div {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
  align-items: center;
  justify-content: center;
}

.arrow-div::before {
  width: 15px;
  height: 15px;
  border-right: 3px solid var(--hub-white);
  border-bottom: 3px solid var(--hub-white);
  content: "";
  filter: drop-shadow(0 3px 7px rgba(0, 0, 0, 0.45));
  transform: rotate(-45deg);
  transition: border-color 180ms ease, filter 180ms ease;
}

.left-arrow .arrow-div::before {
  transform: rotate(135deg);
}

.left-arrow:hover .arrow-div::before,
.right-arrow:hover .arrow-div::before {
  border-color: var(--hub-mint);
  filter: drop-shadow(0 0 8px rgba(28, 200, 209, 0.72));
}

.image-2,
.image-3 {
  display: none;
}

.slide-nav {
  right: auto;
  bottom: 72px;
  left: 50%;
  z-index: 4;
  width: auto;
  min-width: 106px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(4, 21, 36, 0.52);
  box-shadow: 0 12px 30px rgba(2, 17, 31, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: var(--hub-cyan);
  transform: translateX(-50%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.slide-nav .w-slider-dot {
  width: 7px;
  height: 7px;
  margin: 0 4px;
  background: rgba(255, 255, 255, 0.42);
  transition: width 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.slide-nav .w-slider-dot.w-active {
  width: 24px;
  border-radius: 10px;
  background: var(--hub-cyan);
  box-shadow: 0 0 14px rgba(28, 200, 209, 0.62);
}

.div-t {
  max-width: 840px;
}

/* Stats strip */
.section-2 {
  position: relative;
  z-index: 5;
  display: block;
  height: auto;
  margin: -48px auto 0;
  padding: 0 0 4px;
  background: transparent;
}

.container-2 {
  display: grid;
  width: min(1030px, calc(100% - 48px));
  height: auto;
  grid-template-columns: repeat(4, 1fr);
  padding: 14px;
  border: 1px solid rgba(8, 125, 181, 0.08);
  border-radius: var(--hub-radius);
  background: var(--hub-white);
  box-shadow: var(--hub-shadow);
}

/* Webflow's clearfix nodes must not become visible grid tracks in the new layout. */
.container-2::before,
.container-2::after,
.container-3::before,
.container-3::after,
.container-4::before,
.container-4::after,
.columns::before,
.columns::after {
  display: none !important;
}

.feedbacks {
  display: flex;
  width: auto;
  height: auto;
  min-height: 182px;
  margin: 0;
  padding: 24px 12px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--hub-line);
  text-align: center;
}

.feedbacks:last-child {
  border-right: 0;
}

.div-block-4 {
  position: relative;
  display: flex;
  width: 82px;
  height: 82px;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background: linear-gradient(145deg, var(--hub-blue), var(--hub-cyan));
  box-shadow: 0 12px 24px rgba(8, 125, 181, 0.2);
}

.div-block-4::before {
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  font-weight: 900;
}

.feedbacks:nth-child(1) .div-block-4::before { content: "↗"; }
.feedbacks:nth-child(2) .div-block-4::before { content: "◷"; }
.feedbacks:nth-child(3) .div-block-4::before { content: "✦"; }
.feedbacks:nth-child(4) .div-block-4::before { content: "♢"; }

.div-block-4 img {
  display: none;
}

.counter {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--hub-white);
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}

.heading {
  margin: 16px 0 0;
  color: var(--hub-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-align: center;
}

/* Intro sections */
.servicees_section {
  display: block;
  height: auto;
  padding: 116px 0 50px;
  background: var(--hub-bg);
}

.servicees_section .heading-2 {
  margin-bottom: 18px;
}

/* Services */
.serviceses {
  height: auto;
  padding: 14px 0 112px;
  background: var(--hub-bg);
}

.container-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-areas: none;
  grid-auto-flow: row;
  grid-auto-columns: auto;
  grid-auto-rows: auto;
  gap: 22px;
}

.container-3 > .div-block-5 {
  grid-area: auto !important;
  grid-column: auto !important;
  grid-row: auto !important;
}

.div-block-5 {
  position: relative;
  display: flex;
  min-height: 330px;
  margin: 0;
  padding: 32px 28px 30px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  border: 1px solid rgba(202, 167, 108, 0.22);
  border-radius: var(--hub-radius);
  background: linear-gradient(155deg, #ffffff 0%, #fbfdff 68%, #f3f9fb 100%);
  box-shadow: 0 12px 38px rgba(8, 31, 54, 0.07), inset 0 1px 0 #ffffff;
  text-align: center;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.div-block-5::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--hub-gold), var(--hub-cyan), var(--hub-blue));
  content: "";
}

.div-block-5:hover {
  border-color: rgba(202, 167, 108, 0.55);
  box-shadow: var(--hub-shadow-deep);
  transform: translateY(-7px);
}

.image-9 {
  width: 72px;
  height: 72px;
  margin: 0 0 24px;
  padding: 13px;
  border-radius: 20px;
  border: 1px solid rgba(202, 167, 108, 0.22);
  background: linear-gradient(145deg, #f8fcff, var(--hub-sky));
  box-shadow: 0 12px 26px rgba(8, 125, 181, 0.12);
  object-fit: contain;
}

.heading-5 {
  margin: 0 0 13px;
  color: var(--hub-ink);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.2;
  text-align: center;
}

.paragraph-3 {
  margin: 0;
  color: var(--hub-muted);
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

/* Projects */
.key-project-customers {
  position: relative;
  height: auto;
  padding: 110px 0 120px;
  background:
    radial-gradient(circle at 10% 8%, rgba(28, 200, 209, 0.2), transparent 24%),
    radial-gradient(circle at 88% 78%, rgba(202, 167, 108, 0.14), transparent 27%),
    linear-gradient(145deg, #061522 0%, #0a2b43 54%, #0b354d 100%);
}

.key-project-customers::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  pointer-events: none;
}

.key-project-customers .heading-2 {
  color: var(--hub-white);
}

.key-project-customers .heading-2::after {
  background: linear-gradient(90deg, var(--hub-gold), var(--hub-cyan));
}

.container-8 {
  display: block;
  margin: 0 auto 42px;
}

.container-9 {
  margin: 0 auto;
}

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

.column,
.column-2,
.column-3,
.columns > .w-col {
  width: auto;
  min-height: 100%;
  padding: 0;
  float: none;
}

.div-block-12 {
  position: relative;
  display: flex;
  min-height: 100%;
  margin: 0;
  padding: 38px 24px 32px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--hub-radius);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055));
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.13);
  text-align: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.div-block-12::before {
  position: absolute;
  top: 0;
  right: 18%;
  left: 18%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--hub-gold), var(--hub-cyan), transparent);
  content: "";
}

.div-block-12:hover {
  border-color: rgba(202, 167, 108, 0.44);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.075));
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(202, 167, 108, 0.08);
  transform: translateY(-8px);
}

.div-block-12 img {
  width: 70px;
  height: 70px;
  margin: 0 auto 24px;
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(255, 255, 255, 0.12);
  object-fit: contain;
}

.div-block-12 img.image-14 {
  border-radius: 19px;
  background: #3288d8;
  clip-path: inset(2px round 18px);
  transform: scale(1.06);
}

.heading-7 {
  width: 100%;
  margin: 0 0 18px;
  color: var(--hub-white);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-align: center;
}

.div-block-13 {
  width: min(78%, 170px);
  height: 2px;
  margin: 0 auto 13px;
  background: linear-gradient(90deg, transparent, var(--hub-cyan) 18%, var(--hub-cyan) 82%, transparent);
}

.text-block-5 {
  width: 100%;
  margin: 0 auto 13px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  line-height: 1.65;
  text-align: center;
}

/* Partners */
.our-partners {
  height: auto;
  padding: 110px 0 120px;
  background:
    radial-gradient(circle at 8% 15%, rgba(28, 200, 209, 0.09), transparent 23%),
    radial-gradient(circle at 92% 80%, rgba(202, 167, 108, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff, #f8fbfd);
}

.our-partners .div-block-11 {
  margin: 0 auto 52px;
}

.our-partners .paragraph {
  color: var(--hub-muted);
}

.our-partners .heading-2::after {
  background: linear-gradient(90deg, var(--hub-gold), var(--hub-cyan));
}

.container-6 {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 16px;
}

.container-6::before,
.container-6::after {
  display: none !important;
}

.div-block-14,
.div-block-15 {
  display: contents;
}

@media screen and (min-width: 992px) {
  .container-6 > .div-block-15:last-child > .div-block-10:nth-child(2) {
    grid-column: 2;
  }
}

.div-block-10 {
  position: relative;
  display: flex;
  min-height: 112px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(202, 167, 108, 0.28);
  border-radius: 20px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(242, 248, 251, 0.94));
  box-shadow: 0 12px 32px rgba(8, 31, 54, 0.07), inset 0 1px 0 #ffffff;
  filter: none;
  opacity: 1;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.div-block-10::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, 0.86) 46%, transparent 68%);
  content: "";
  opacity: 0;
  transform: translateX(-70%);
  transition: opacity 300ms ease, transform 600ms ease;
  pointer-events: none;
}

.div-block-10:hover {
  border-color: rgba(202, 167, 108, 0.7);
  box-shadow: 0 22px 48px rgba(8, 31, 54, 0.14), 0 0 0 1px rgba(202, 167, 108, 0.08);
  transform: translateY(-6px);
}

.div-block-10:hover::before {
  opacity: 0.7;
  transform: translateX(70%);
}

.div-block-10 img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 62px;
  max-width: none;
  max-height: none;
  filter: none;
  opacity: 1;
  object-fit: contain;
  transition: transform 220ms ease;
}

.div-block-10:hover img {
  transform: scale(1.045);
}

/* CTA and forms */
.need-a-project {
  height: auto;
  padding: 112px 0 124px;
  background:
    radial-gradient(circle at 90% 10%, rgba(28, 200, 209, 0.18), transparent 23%),
    var(--hub-navy);
}

.need-a-project .heading-2 {
  color: var(--hub-white);
}

.need-a-project .paragraph {
  color: rgba(255, 255, 255, 0.68);
}

.container-10 {
  display: block;
  margin-bottom: 44px;
}

.container-4 {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 20px;
  align-items: stretch;
}

.div-block-9,
.div-block-6 {
  width: auto;
  min-height: 100%;
  margin: 0;
  border-radius: var(--hub-radius);
}

.div-block-9 {
  padding: 36px 32px;
  background: linear-gradient(145deg, #11496b, #092137);
  box-shadow: var(--hub-shadow);
}

.div-block-7 {
  display: block;
}

.div-block-7 h3,
.heading-10 {
  margin: 0 0 26px;
  color: var(--hub-white);
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.image-10 {
  display: block;
  width: 148px;
  height: auto;
  margin: 0 0 30px;
  opacity: 0.9;
}

.div-block-8 {
  width: auto;
  margin: 0;
}

.heading-6 {
  margin: 21px 0 2px;
  color: var(--hub-mint);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.text-block,
.link {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.65;
}

.link:hover {
  color: var(--hub-white);
}

.div-block-6 {
  padding: 36px 34px;
  background: var(--hub-white);
  box-shadow: var(--hub-shadow);
}

.form-block,
.form-2 {
  width: 100%;
}

.form-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
  align-items: end;
}

.form-2 label,
.form-2 input,
.form-2 textarea,
.form-2 .submit-button {
  grid-column: auto;
}

.form-2 label:nth-of-type(1) { grid-column: 1; grid-row: 1; }
.form-2 input:nth-of-type(1) { grid-column: 1; grid-row: 2; }
.form-2 label:nth-of-type(2) { grid-column: 2; grid-row: 1; }
.form-2 input:nth-of-type(2) { grid-column: 2; grid-row: 2; }
.form-2 label:nth-of-type(3) { grid-column: 1 / -1; grid-row: 3; }
.form-2 input:nth-of-type(3) { grid-column: 1 / -1; grid-row: 4; }
.form-2 label:nth-of-type(4) { grid-column: 1 / -1; grid-row: 5; }
.form-2 textarea { grid-column: 1 / -1; grid-row: 6; }
.form-2 .submit-button { grid-column: 1 / -1; grid-row: 7; }

.form-2 label {
  margin: 0 0 7px;
  color: var(--hub-ink);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.text-field-3 {
  width: 100%;
  min-height: 48px;
  margin: 0 0 19px;
  padding: 12px 14px;
  border: 1px solid var(--hub-line);
  border-radius: 12px;
  background: var(--hub-bg);
  color: var(--hub-ink);
  font-size: 14px;
  outline: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.text-field-3:focus {
  border-color: var(--hub-cyan);
  background: var(--hub-white);
  box-shadow: 0 0 0 4px rgba(28, 200, 209, 0.12);
}

textarea.text-field-3 {
  min-height: 116px;
  resize: vertical;
}

.submit-button {
  justify-self: start;
  margin-top: 2px;
  padding: 17px 24px;
}

/* Page heroes */
.about-us {
  position: relative;
  display: flex;
  height: clamp(330px, 48vh, 570px);
  min-height: 330px;
  align-items: flex-end;
  padding: 52px max(24px, calc((100% - 1120px) / 2));
  overflow: hidden;
  background-position: center;
}

.about-us::before {
  position: relative;
  z-index: 1;
  max-width: 720px;
  color: var(--hub-white);
  content: "ABOUT US";
  font-size: clamp(2.8rem, 7vw, 6.8rem);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.92;
}

.about-us::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 20, 35, 0.92), rgba(5, 20, 35, 0.18)),
    radial-gradient(circle at 75% 20%, rgba(28, 200, 209, 0.2), transparent 32%);
  content: "";
}

.about-us.new::before {
  content: "PRODUCTS";
}

.about-us.m_v::before {
  content: "CONTACT US";
}

.body-2 > div:nth-of-type(3) {
  padding: 105px 0 60px;
}

.body-3 .about-us.new + div {
  padding: 106px 0 46px;
}

.body-3 .about-us.new + div .heading-2 {
  margin-bottom: 0;
}

.section-12 {
  padding: 104px 0 54px;
  background: var(--hub-bg);
}

.section-12 .paragraph {
  max-width: 680px;
}

/* About page */
.section-10 {
  height: auto;
  margin: 0;
  padding: 25px 0 100px;
  background: var(--hub-bg);
}

.container-11 {
  display: block;
}

.div-1 {
  display: grid;
  width: 100%;
  margin: 0 0 28px;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
  gap: 28px;
  align-items: center;
}

.div-1:nth-child(2) {
  grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1.05fr);
}

.div-block-25,
.div-block-26 {
  display: block;
  width: auto;
  margin: 0;
  padding: 38px;
  border: 1px solid var(--hub-line);
  border-radius: var(--hub-radius);
  background: var(--hub-white);
  box-shadow: 0 10px 38px rgba(8, 31, 54, 0.05);
}

.heading-8 {
  margin: 0 0 15px;
  color: var(--hub-blue);
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.1;
}

.para1 {
  width: auto;
  margin: 0;
  color: var(--hub-muted);
  font-size: 15px;
  line-height: 1.8;
}

.div-block-31,
.div-block-32 {
  display: flex;
  width: auto;
  min-height: 290px;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border-radius: var(--hub-radius);
  background: linear-gradient(145deg, #dff5f7, #eaf2fa);
}

.image-17 {
  width: min(100%, 410px);
  height: auto;
  margin: auto;
}

.section-11 {
  padding: 100px 0;
  background: var(--hub-navy);
}

.div-block-33 {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--hub-radius);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.24);
}

.video {
  width: 100%;
}

/* Products */
.products-selecton,
.section-product {
  height: auto;
  margin: 0;
  padding: 14px 0;
  background: var(--hub-bg);
}

.products-selecton:nth-of-type(even),
.section-product:nth-of-type(even) {
  background: var(--hub-white);
}

.container-12 {
  display: block;
  margin: 0 auto;
}

.groub-div {
  display: grid;
  min-height: 250px;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  padding: 28px;
  border: 1px solid var(--hub-line);
  border-radius: var(--hub-radius);
  background: var(--hub-white);
  box-shadow: 0 9px 30px rgba(8, 31, 54, 0.05);
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.products-selecton .groub-div:hover,
.section-product .groub-div:hover {
  border-color: rgba(8, 125, 181, 0.3);
  box-shadow: var(--hub-shadow);
  transform: translateY(-3px);
}

.photo-div1,
.photo-div1.new,
.photo-div1.cloud_storge,
.photo-div1.internet,
.photo-div1.internet.cy,
.photo-div1.security,
.photo-div1.nr {
  width: 100%;
  height: 210px;
  margin: 0;
  border: 1px solid #d7edf3;
  border-radius: 16px;
  background-color: var(--hub-sky);
  background-size: contain;
  box-shadow: none;
}

.content-div {
  display: block;
  width: auto;
  margin: 0;
}

.content-div .heading-7 {
  margin-bottom: 12px;
  color: var(--hub-ink);
  font-size: clamp(1.45rem, 2.6vw, 2.1rem);
}

.paragraph-11 {
  max-width: 700px;
  margin: 0;
  color: var(--hub-muted);
  font-size: 15px;
  line-height: 1.75;
}

.text-span,
.text-span-2,
.text-span-3,
.text-span-4,
.text-span-5,
.text-span-6 {
  display: inline-block;
  margin-left: 7px;
  color: var(--hub-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Product detail overlays stay functional but match the new system */
.cloud-storage {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: clamp(18px, 4vw, 42px);
  background:
    radial-gradient(circle at 50% 12%, rgba(28, 200, 209, 0.14), transparent 34%),
    rgba(3, 16, 29, 0.82);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.div_popup {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: min(720px, calc(100% - 36px));
  height: auto;
  min-height: 0;
  max-height: calc(100dvh - 36px);
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 26px;
  background: linear-gradient(155deg, #ffffff 0%, #fbfdff 72%, #f0f7fb 100%);
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.38), inset 0 1px 0 #ffffff;
  transform: translate(-50%, -50%);
}

.div_popup::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--hub-gold), var(--hub-cyan), var(--hub-blue));
  content: "";
}

.popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  background: rgba(5, 25, 42, 0.82);
  box-shadow: 0 10px 26px rgba(3, 17, 30, 0.24);
  cursor: pointer;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.popup-close::before,
.popup-close::after {
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--hub-white);
  content: "";
}

.popup-close::before {
  transform: rotate(45deg);
}

.popup-close::after {
  transform: rotate(-45deg);
}

.popup-close:hover,
.popup-close:focus-visible {
  background: linear-gradient(135deg, var(--hub-cyan), var(--hub-blue));
  box-shadow: 0 14px 30px rgba(8, 125, 181, 0.32);
  outline: none;
  transform: translateY(-2px);
}

.div-block-29,
.div-block-29.new,
.div-block-29.new1,
.div-block-29.new1.new2,
.div-block-29.new3,
.div-block-29.new4 {
  height: clamp(190px, 28vw, 250px);
  border-radius: 22px 22px 0 0;
  background-color: #f5f9fc;
  background-size: contain;
}

.div-block-30 {
  margin: 0;
  padding: 30px 38px 38px;
}

.heading-9.heading-4 {
  margin: 0 0 14px;
  color: var(--hub-blue);
  font-size: 28px;
  line-height: 1.15;
  text-align: center;
}

.paragraph-12 {
  margin: 0;
}

.bold-text.para1 {
  display: block;
  width: auto;
  color: var(--hub-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
}

/* Footer */
.footer {
  padding: 82px 0 72px;
  background: #061625;
}

.footer-flex-container {
  display: grid;
  grid-template-columns: 0.7fr 1.6fr 0.8fr 1.2fr;
  gap: 42px;
  align-items: start;
}

.footer-logo-link {
  display: block;
}

.image-15 {
  width: 100px;
  height: auto;
  margin: 0;
  opacity: 0.9;
}

.footer-heading {
  margin: 0 0 16px;
  color: var(--hub-mint);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1.3;
}

.paragraph-9 {
  width: auto;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.8;
}

.footer ul {
  margin: 0;
  padding: 0;
}

.footer li {
  margin: 0 0 10px;
  list-style: none;
}

.footer-link {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.65;
}

.footer-link:hover {
  color: var(--hub-white);
}

.section-9 {
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #04101c;
}

.section-9 .container-7 {
  margin-top: 0;
  margin-bottom: 0;
  align-items: center;
}

.text-block-4 {
  display: block;
  width: 100%;
  background: transparent;
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
  letter-spacing: 0.03em;
  text-align: center;
}

/* Responsive layout */
@media screen and (max-width: 991px) {
  .navbar {
    min-height: 76px;
    padding: 8px 0;
  }

  .navbar .container {
    width: min(720px, calc(100% - 28px));
    min-height: 60px;
    padding: 7px 8px 7px 16px;
    border-radius: 19px;
  }

  .navbar .image {
    width: 72px;
  }

  .navbar .container .menu-button.w-nav-button {
    display: flex !important;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.08);
    line-height: 1;
  }

  .menu-button.w--open {
    background: linear-gradient(135deg, var(--hub-cyan), var(--hub-blue));
  }

  .icon-3,
  .menu-button.w--open .icon-3 {
    color: var(--hub-white);
  }

  .nav-menu {
    display: none;
    width: min(720px, calc(100% - 28px));
    margin: 9px auto 14px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 19px;
    background: rgba(4, 21, 36, 0.97);
    box-shadow: 0 24px 55px rgba(1, 12, 22, 0.34);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }

  .nav-menu.w--open {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }

  .nav-link,
  .nav-link[href="contact.html"] {
    min-height: 46px;
    justify-content: flex-start;
    margin-left: 0;
    padding: 12px 15px;
    border-radius: 12px;
  }

  .container-3 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .container-3 .div-block-5 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
  }

  .columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .container-6 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .footer-flex-container {
    grid-template-columns: 0.8fr 1.5fr 1fr 1.2fr;
    gap: 24px;
  }

  .div-block-3 {
    width: min(230px, 25vw);
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .w-container,
  .container-2,
  .container-3,
  .container-4,
  .container-6,
  .container-8,
  .container-9,
  .container-10,
  .container-11,
  .container-12,
  .container-13,
  .container-7,
  .navbar .container {
    width: min(100% - 36px, 560px);
  }

  .navbar {
    min-height: 68px;
    padding: 7px 0;
  }

  .navbar .container {
    width: calc(100% - 24px);
    min-height: 54px;
    padding: 5px 6px 5px 12px;
    border-radius: 17px;
  }

  .navbar .image {
    width: 62px;
  }

  .navbar .container .menu-button.w-nav-button {
    display: flex !important;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    line-height: 1;
  }

  .menu-button.w--open {
    background: linear-gradient(135deg, var(--hub-cyan), var(--hub-blue));
  }

  .icon-3 {
    color: var(--hub-white);
  }

  .menu-button.w--open .icon-3 {
    color: var(--hub-white);
  }

  .nav-menu {
    display: none;
    width: min(100% - 36px, 560px);
    margin: 8px auto 14px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(4, 21, 36, 0.97);
    box-shadow: 0 24px 55px rgba(1, 12, 22, 0.34);
  }

  .nav-menu.w--open {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }

  .nav-link,
  .nav-link[href="contact.html"] {
    min-height: 46px;
    justify-content: flex-start;
    margin-left: 0;
    padding: 12px 14px;
    border-radius: 12px;
  }

  .nav-link::after {
    right: 14px;
    bottom: 8px;
    left: auto;
    width: 30px;
  }

  .slider {
    height: 650px;
    min-height: 650px;
  }

  .div-block,
  .div-block-17,
  .div-block-20,
  .div-block-21 {
    min-height: 650px;
    padding: 64px 24px 92px;
    align-items: flex-start;
    justify-content: center;
  }

  .div-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-2 {
    width: 100%;
    align-items: flex-start;
  }

  .div-block-2::before {
    margin-bottom: 17px;
    font-size: 9px;
    letter-spacing: 0.16em;
  }

  .div-block-3 {
    width: 180px;
    margin: 40px 0 0;
    align-self: center;
  }

  .heading-3 {
    font-size: clamp(2.75rem, 13vw, 4.6rem);
  }

  .heading-3:not(.slide) {
    font-size: clamp(1.35rem, 5.8vw, 2rem);
    letter-spacing: -0.025em;
    line-height: 1.28;
    text-align: center;
  }

  .div-block-17,
  .div-block-20,
  .div-block-21 {
    align-items: center;
  }

  .div-t,
  .div-block-20 > .heading-3,
  .div-block-21 > .heading-3 {
    width: 100%;
    padding: 24px 20px;
    border-radius: 22px;
  }

  .paragraph-2 {
    font-size: 15px;
  }

  .left-arrow,
  .right-arrow {
    width: 46px;
    height: 58px;
    margin: 0 10px;
  }

  .slide-nav {
    bottom: 62px;
    min-width: 98px;
    padding: 8px 10px;
  }

  .section-2 {
    margin-top: -32px;
  }

  .container-2 {
    grid-template-columns: repeat(2, 1fr);
    padding: 8px;
  }

  .feedbacks {
    min-height: 160px;
    padding: 18px 8px;
  }

  .feedbacks:nth-child(2) {
    border-right: 0;
  }

  .feedbacks:nth-child(-n + 2) {
    border-bottom: 1px solid var(--hub-line);
  }

  .servicees_section {
    padding: 84px 0 34px;
  }

  .container-3 {
    display: grid !important;
    width: calc(100% - 28px);
    max-width: 560px;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px;
  }

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

  .serviceses {
    display: block !important;
    overflow: hidden;
    padding-bottom: 76px;
  }

  .div-block-5 {
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    margin: 0 !important;
    padding: 28px 22px;
  }

  .heading-5,
  .paragraph-3 {
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .heading-5 {
    font-size: 18px;
  }

  .paragraph-3 {
    font-size: 13.5px;
    line-height: 1.65;
  }

  .key-project-customers,
  .our-partners,
  .need-a-project {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .container-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .div-block-10 {
    min-height: 74px;
  }

  .container-4 {
    grid-template-columns: 1fr;
  }

  .div-block-9,
  .div-block-6 {
    padding: 28px 24px;
  }

  .form-2 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
  }

  .form-2 label,
  .form-2 input,
  .form-2 textarea,
  .form-2 .submit-button {
    width: 100%;
  }

  .about-us {
    height: 390px;
    min-height: 390px;
    padding: 38px 24px;
  }

  .body-2 > div:nth-of-type(3),
  .body-3 .about-us.new + div,
  .section-12 {
    padding-top: 82px;
    padding-bottom: 36px;
  }

  .section-10 {
    padding-bottom: 70px;
  }

  .div-1,
  .div-1:nth-child(2) {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 18px;
  }

  .div-1:nth-child(2) .div-block-32 {
    grid-row: 1;
  }

  .div-block-25,
  .div-block-26 {
    padding: 26px 22px;
  }

  .div-block-31,
  .div-block-32 {
    min-height: 230px;
  }

  .section-11 {
    padding: 70px 0;
  }

  .groub-div {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 18px;
  }

  .photo-div1,
  .photo-div1.new,
  .photo-div1.cloud_storge,
  .photo-div1.internet,
  .photo-div1.internet.cy,
  .photo-div1.security,
  .photo-div1.nr {
    height: 180px;
  }

  .products-selecton,
  .section-product {
    padding: 9px 0;
  }

  .footer {
    padding: 66px 0 54px;
  }

  .footer-flex-container {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-logo-link {
    margin-bottom: 2px;
  }
}

@media screen and (max-width: 479px) {
  .heading-2 {
    font-size: 2.35rem;
  }

  .paragraph {
    font-size: 15px;
    line-height: 1.65;
  }

  .container-2 {
    width: calc(100% - 24px);
  }

  .feedbacks {
    min-height: 145px;
  }

  .div-block-4 {
    width: 68px;
    height: 68px;
    border-radius: 18px;
  }

  .counter {
    font-size: 25px;
  }

  .heading {
    font-size: 9px;
  }

  .div-block-9,
  .div-block-6 {
    padding: 24px 18px;
  }

  .form-2 {
    width: 100%;
  }

  .about-us::before {
    font-size: 3.6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
