@font-face {
    font-family: 'Bricolage Grotesque';
    src: url('/wp-content/themes/twentytwentyone/assets/fonts/BricolageGrotesque-Bold.woff2') format('woff2'),
        url('/wp-content/themes/twentytwentyone/assets/fonts/BricolageGrotesque-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bricolage Grotesque';
    src: url('/wp-content/themes/twentytwentyone/assets/fonts/BricolageGrotesque-ExtraBold.woff2') format('woff2'),
        url('/wp-content/themes/twentytwentyone/assets/fonts/BricolageGrotesque-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bricolage Grotesque';
    src: url('/wp-content/themes/twentytwentyone/assets/fonts/BricolageGrotesque-Medium.woff2') format('woff2'),
        url('/wp-content/themes/twentytwentyone/assets/fonts/BricolageGrotesque-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bricolage Grotesque';
    src: url('/wp-content/themes/twentytwentyone/assets/fonts/BricolageGrotesque-Regular.woff2') format('woff2'),
        url('/wp-content/themes/twentytwentyone/assets/fonts/BricolageGrotesque-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bricolage Grotesque';
    src: url('/wp-content/themes/twentytwentyone/assets/fonts/BricolageGrotesque-SemiBold.woff2') format('woff2'),
        url('/wp-content/themes/twentytwentyone/assets/fonts/BricolageGrotesque-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('/wp-content/themes/twentytwentyone/assets/fonts/PlusJakartaSans-Bold.woff2') format('woff2'),
        url('/wp-content/themes/twentytwentyone/assets/fonts/PlusJakartaSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('/wp-content/themes/twentytwentyone/assets/fonts/PlusJakartaSans-ExtraBold.woff2') format('woff2'),
        url('/wp-content/themes/twentytwentyone/assets/fonts/PlusJakartaSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('/wp-content/themes/twentytwentyone/assets/fonts/PlusJakartaSans-Light.woff2') format('woff2'),
        url('/wp-content/themes/twentytwentyone/assets/fonts/PlusJakartaSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('/wp-content/themes/twentytwentyone/assets/fonts/PlusJakartaSans-Medium.woff2') format('woff2'),
        url('/wp-content/themes/twentytwentyone/assets/fonts/PlusJakartaSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('/wp-content/themes/twentytwentyone/assets/fonts/PlusJakartaSans-Regular.woff2') format('woff2'),
        url('/wp-content/themes/twentytwentyone/assets/fonts/PlusJakartaSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('/wp-content/themes/twentytwentyone/assets/fonts/PlusJakartaSans-SemiBold.woff2') format('woff2'),
        url('/wp-content/themes/twentytwentyone/assets/fonts/PlusJakartaSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
	--light: white;
	--_font-family---secondary-font: 'Plus Jakarta Sans',sans-serif;
	--dark: #182953;
	--_font-size---paragraph: 16px;
	--_line-height---xxlarge: 180%;
	--_font-weight---regular: 400;
	--_font-family---primary-font: 'Bricolage Grotesque',sans-serif;
	--_font-size---h1: 60px;
	--_line-height---medium: 120%;
	--_font-weight---bold: 700;
  --_font-weight---extra-bold: 900;
	--_font-size---h2: 54px;
	--_font-weight---semi-bold: 600;
	--_font-size---h3: 42px;
	--_font-size---h4: 32px;
	--_font-size---h5: 24px;
	--_font-size---h6: 20px;
	--gray: #aaa;
	--_line-height---small: 100%;
	--_font-weight---medium: 500;
	--_font-family---fa-brands: "Fa Brands 400",Arial,sans-serif;
	--_font-family---fa-regular: "Fa 400",Arial,sans-serif;
	--_font-size---small-paragraph: 14px;
	--whitesmoke: #F5F8FC;
	--transparent: transparent;
	--_line-height---large: 140%;
	--_font-size---big-paragraph: 18px;
	--_font-size---404-size: 260px;
	--_font-family---fa-solid: "Fa Solid 900",Arial,sans-serif;
	--dark-three\<deleted\|variable-add12a47-c8dd-5c7f-b039-10cb0d424676\>: #242424;
	--_line-height---xlarge: 160%;
	--_font-size---counter-size: 60px;
	--_font-size---hero-title: 10vw;
	--_font-size---hero-title-two: 5vw;
  --orange:#f04a23;
}


body {
  background: #ffffff;
  color: var(--dark);
  font-family: var(--_font-family---secondary-font);
  font-weight: var(--_font-weight---regular);
  line-height:var(--_line-height---xxlarge);
}

h1, h2, h3, h4, h5, h6 {
 font-family: var(--_font-family---primary-font);
 font-weight: var(--_font-weight---semi-bold);
 margin-top: 0;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
 font-family: var(--_font-family---secondary-font);
 font-weight: var(--_font-weight---semi-bold);
 color: var(--orange);
}

h1 {
  font-size:var(--_font-size---h1);
  line-height:var(--_line-height---small);
  margin-bottom:16px
}

h2 {
  font-size:var(--_font-size---h2);
  line-height:var(--_line-height---medium);
  margin-bottom:16px
}

h3 {
  font-size:var(--_font-size---h3);
  line-height:var(--_line-height---medium);
  margin-bottom:16px
}
h4 {
  font-size:var(--_font-size---h4);
  line-height:var(--_line-height---medium);
  margin-bottom:10px
}

h5 {
  font-size:var(--_font-size---h5);
  line-height:var(--_line-height---medium);
  margin-bottom:16px
}

h6 {
  font-size:var(--_font-size---h6);
  line-height:var(--_line-height---medium);
  margin-bottom:16px
}

p {
  font-family:var(--_font-family---secondary-font);
  font-size:var(--_font-size---paragraph);
  line-height:var(--_line-height---xxlarge);
  font-weight:var(--_font-weight---regular);
  margin-bottom:10px
}

a {
  text-decoration:underline
}

/* Container */
.container {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 0 16px;
}

.top-bar {
  background-color: #e5f0ff;
  color: var(--dark);
  font-size: 14px;
  line-height: 16px;
}

.top-bar-inner {
 padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Sections */
.top-left,
.top-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.top-center {
  text-align: center;
  font-weight: 500;
  white-space: nowrap;
}

/* Chat Button */
.chat-btn {
	color: var(--dark);
	text-decoration: none;
	font-size: 13px;
	transition: 0.3s;
	line-height: 17px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 6px;
}

.chat-btn:hover {
  color: var(--orange);
}

.chat-btn span {
	text-decoration: underline;
}

.chat-btn svg {
	width: 20px;
	height: auto;
	animation: zoom 1s infinite alternate ease-in-out;
	transition: 0.3s;
	color: green;
}

.chat-btn:hover svg {
  color: var(--orange);
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
    opacity: 1;
  }
}

.top-bar-inner > div {
	width: 33.333%;
	max-width: 33.333%;
}

.top-right {
	justify-content: flex-end;
}

.top-left span, .top-right span {
	display: flex;
	align-items: center;
	gap: 5px;
}

.top-left span a, .top-right span a {
	color: var(--dark);
	text-decoration: none;
  transition: 0.6s;
}

.top-left span a:hover, .top-right span a:hover {
	color: var(--orange);
}

/* Header */
.header {
	display: block;
	padding: 10px 0;
	width: 100%;
  box-shadow: 0 2px 12px rgba(19,40,126,.07);
}

.header-row {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 15px;
	align-items: center;
}

/* Logo */
.logo a {
	display: block;
	line-height: 10px;
}

/* Nav */
.nav {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
  display: flex;
}

.nav a {
	border-bottom: 2px solid var(--transparent);
	color: var(--dark);
	font-weight: var(--_font-weight---semi-bold);
	text-decoration: none;
	transition: border-color .3s;
	font-size: var(--_font-size---paragraph);
	line-height: var(--_line-height---xxlarge);
	text-decoration: none !important;
}

.nav .current-menu-item a, .nav a:hover {
  border-bottom-color: var(--orange);
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu li {
	padding: 5px 15px;
}

.primary-navigation .sub-menu .menu-item > a {
	font-size: var(--_font-size---paragraph);
	border-bottom: none !important;
	font-weight: var(--_font-weight---semi-bold);
	line-height: var(--_line-height---xxlarge);
}

.primary-navigation > div > .menu-wrapper {
	gap: 40px;
}

.header-right {
	gap: 15px;
	display: flex;
	align-items: center;
}
/* Button */
.btn-primary {
  background: linear-gradient(153deg,rgba(42, 78, 168, 1) 0%, rgba(240, 74, 35, 1) 100%);
  color: var(--light);
  font-size: var(--_font-size---paragraph);
  line-height: var(--_line-height---medium);
  font-weight: var(--_font-weight---semi-bold);
  text-transform: capitalize;
  transform-style: preserve-3d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  transition: transform .3s;
  display: inline-flex;
  position: relative;
  border: 1px solid transparent;
}

.btn-secondary {
  background-color: var(--light);
  color: var(--dark);
  font-size: var(--_font-size---paragraph);
  line-height: var(--_line-height---medium);
  font-weight: var(--_font-weight---semi-bold);
  text-transform: capitalize;
  transform-style: preserve-3d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  transition: transform .3s;
  display: inline-flex;
  position: relative;
  border: 1px solid var(--dark);
}

.btn-content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.btn-text-hover {
	position: absolute;
	margin-bottom: 0;
	text-decoration: none;
	transition: 0.6s;
  transform: translatey(20px);
  display: flex;
	align-items: center;
	gap: 5px;
}

.btn-primary:hover .btn-text-hover,
.btn-secondary:hover .btn-text-hover {
  transform: translatey(0px);
}

.btn-text {
	transition: 0.6s;
	transform: translatey(0px);
	display: flex;
	align-items: center;
	gap: 5px;
}

.btn-primary:hover .btn-text,
.btn-secondary:hover .btn-text {
	transition: 0.6s;
	transform: translatey(-20px);
}

.header-row .btn-primary {
	padding: 14px 32px;
}
/* Hero */
.hero-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* Left Content */
.hero-left {
	width: 100%;
	position: relative;
	text-align: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tag {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
	text-transform: capitalize;
	font-weight: var(--_font-weight---semi-bold);
}

.tag::before {
	content: "";
	width: 10px;
	height: 10px;
	background: var(--orange);
	border-radius: 50%;
	border: 4px solid #ffb3a1;
	animation: zoom 1s infinite alternate ease-in-out;
}

.hero-btns {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 25px;
  justify-content: center;
}

.hero {
	width: 100%;
	display: inline-block;
	background: url(./img/bg-pattren.png);
	background-position: center;
	background-size: cover;
	padding: 80px 0;
}

/* Reviews */
.reviews {
	margin-top: 35px;
	display: flex;
	align-items: center;
	gap: 10px;
	padding-left: 10px;
}

.reviews > div:nth-child(2) {
	display: flex;
	align-items: center;
	gap: 8px;
}

.reviews img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 2px solid white;
	margin-left: -10px;
}

.reviews .stars {
	color: #ffb400;
	font-size: 18px;
	line-height: 20px;
	display: flex;
	align-items: center;
	gap: 3px;
}

.reviews .score {
	background: var(--dark);
	color: white;
	padding: 3px 8px;
	border-radius: 10px;
	font-size: 11px;
	margin-left: 5px;
}

.reviews p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
}

.hero-left p {
	max-width: 700px;
	width: 100%;
	font-size: var(--_font-size---big-paragraph);
}

/* Right Image */
.hero-right {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.35s ease;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #1829535c;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 11;
}

.hero-right.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.close-popup {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	border-radius: 100%;
	background: var(--orange);
	border: none;
	color: #fff;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	cursor: pointer;
	transition: 0.6s;
}

.close-popup:hover,
.close-popup:focus {
	background: var(--dark);
	color: #fff;
}

/* FORM WRAPPER */
.hero-right .sib-form {
  background: transparent !important;
  padding: 0;
  position: relative;
}

/* MAIN CONTAINER */
.hero-right #sib-container {
  border-radius: 20px !important;
  border: none !important;
  box-shadow: -1px 1px 14.3px #00000024;
  padding: 30px !important;
  max-width: 380px !important;
  background: #fff !important;
  position: relative;
}

/* TITLE */
.hero-right .sib-form-block h4 {
	text-align: center;
}

.hero-right .sib-form .entry__field > label {
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	font-weight: var(--_font-weight---semi-bold);
}

/* INPUT FIELDS */
.hero-right .sib-input .input {
	width: 100% !important;
	padding: 10px 16px !important;
	border-radius: 7px !important;
	border: 1px solid #eef1f6 !important;
	font-size: 14px !important;
	outline: none !important;
	transition: all 0.3s ease !important;
	background: #fff !important;
	height: auto !important;
	line-height: 22px;
	box-sizing: border-box;
}

.hero-right .sib-form .entry__field {
	border: none;
	border-radius: 0 !important;
	outline: none !important;
	box-shadow: none !important;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 5px;
}

    .tech-section {
      width: 100%;
      max-width: 900px;
      margin-top: 10px;
    }
 
    /* ── Divider heading ── */
    .tech-section .tech-heading {
      display: flex;
      align-items: center;
      gap: 16px;
      margin: 20px 0;
    }
 
    .tech-section .tech-heading::before,
    .tech-section .tech-heading::after {
      content: '';
      flex: 1;
      height: 1px;
      background: linear-gradient(90deg, transparent, #ddddddde, transparent);
    }
 
    .tech-section .tech-heading span {
      font-size: 11px;
      font-weight: bold;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--dark);
      white-space: nowrap;
      padding: 6px 16px;
      border: 1px solid #ddddddde;
      border-radius: 999px;
      background: #fff;
      line-height: 16px;
    }
 
    /* ── Grid ── */
    .tech-section .tech-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(95px, 1fr));
      gap: 14px;
    }
 
    /* ── Card ── */
   .tech-section .tech-card {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 5px;
      padding: 15px 15px 10px;
      background: #fff;
      border: 1px solid hsla(224, 78%, 48%, 0.1);
      border-radius: 10px;
      cursor: pointer;
      text-decoration: none;
      overflow: hidden;
      transition: transform 0.22s cubic-bezier(.34,1.56,.64,1), border-color 0.2s ease, box-shadow 0.2s ease;
    }
 
    .tech-section .tech-card::before {
      content: '';
      position: absolute;
      inset: 0;
      background: var(--accent-bg);
      opacity: 0;
      transition: opacity 0.2s ease;
      border-radius: inherit;
    }
 
    .tech-section .tech-card:hover {
      transform: translateY(-5px) scale(1.02);
      border-color: var(--accent-border);
      box-shadow: 0 12px 32px var(--accent-shadow);
    }
 
    .tech-section .tech-card:hover::before {
      opacity: 1;
    }
 
    /* ── Icon wrapper ── */
    .tech-section .icon-wrap {
      position: relative;
      z-index: 1;
      width: 56px;
      height: 56px;
      border-radius: 14px;
      background: var(--icon-bg);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.2s ease;
      margin: 0;
    }
 
    .tech-section .icon-wrap svg {
      width: 30px;
      height: 30px;
    }
 
    .tech-section .tech-name {
      position: relative;
      z-index: 1;
      font-size: 13px;
      font-weight: 500;
      color: var(--dark);
      text-transform: uppercase;
    }
 
    /* ── Per-card accent variables ── */
    .card-python   { --accent-bg: #f0f7ff; --accent-border: #3776AB55; --accent-shadow: #3776AB22; --icon-bg: #e8f2ff; }
    .card-hubspot  { --accent-bg: #fff5f2; --accent-border: #FF7A5955; --accent-shadow: #FF7A5922; --icon-bg: #ffe8e2; }
    .card-aiml     { --accent-bg: #f3f0ff; --accent-border: #5B6FE855; --accent-shadow: #5B6FE822; --icon-bg: #ebe8ff; }
    .card-llm      { --accent-bg: #f0faff; --accent-border: #3AABEE55; --accent-shadow: #3AABEE22; --icon-bg: #e0f4ff; }
    .card-n8n      { --accent-bg: #fff0f8; --accent-border: #EA4B8B55; --accent-shadow: #EA4B8B22; --icon-bg: #ffe4f3; }
    .card-revops   { --accent-bg: #edfaf5; --accent-border: #00BFA655; --accent-shadow: #00BFA622; --icon-bg: #d9f5eb; }
    .card-laravel  { --accent-bg: #fff3f2; --accent-border: #FF2D2055; --accent-shadow: #FF2D2022; --icon-bg: #ffe2e0; }
    .card-mern     { --accent-bg: #edfaff; --accent-border: #61DAFB55; --accent-shadow: #61DAFB22; --icon-bg: #d6f5ff; }
 


.stats-row {
	width: 100%;
	display: flex;
	align-items: center;
	background: var(--dark);
	border-radius: 7px;
	color: #fff;
	justify-content: space-between;
	padding: 15px;
	margin-bottom: 20px;
}

.stats-row .stat {
	width: 33.333%;
	max-width: 33.333%;
	padding: 0 10px;
}

.stat-value {
	font-size: 18px;
	line-height: 24px;
	font-weight: var(--_font-weight---semi-bold);
}

.stat-label {
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
}

#sib-container > h4 {
	font-size: 22px;
	text-align: left;
}

#sib-container .confidential {
	margin: 10px 0 0;
	color: #94a3b8;
	font-size: 12px;
	line-height: 18px;
}

/* INPUT FOCUS */
.hero-right .sib-input .input:focus {
  border-color: #ff5a2c !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(255,90,44,0.1) !important;
  outline: none !important;
}

/* TEXTAREA */
textarea.input {
  min-height: 90px !important;
  resize: none !important;
}

/* REMOVE INLINE LEFT ALIGN */
.hero-right .sib-form-block {
  text-align: left !important;
  padding: 0 !important;
}

/* SPACING FIX */
.hero-right .sib-form-block,
.hero-right .sib-input {
  margin-bottom: 3px !important;
}

/* ERROR MESSAGE */
.hero-right .entry__error {
  font-size: 12px !important;
  margin-top: 5px !important;
  border-radius: 6px !important;
}

/* SUCCESS / ERROR PANELS */
.hero-right .sib-form-message-panel {
  border-radius: 10px !important;
  padding: 12px !important;
}

.hero-right .btn-primary {
	line-height: var(--_line-height---small) !important;
	padding: 16px 32px !important;
	display: inline-flex !important;
	min-height: auto !important;
	font-family: var(--_font-family---secondary-font);
	width: 100%;
	margin-top: 5px;
}

.hero-right .btn-primary svg {
	margin: 0 !important;
	width: 17px;
	fill: #fff;
	height: 17px;
}


.hero .service-item-tags span {
	font-size: 12px;
	padding: 2px 10px;
  justify-content: center;
}

.hero .service-item-tags {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 30px;
	max-width: 630px;
	width: 100%;
}

.hero .service-item-tags span svg.bi-globe {
  color: #e67e00;
}

.hero .service-item-tags span.salesforce-expert svg {
	color: #09a3ff;
}

.hero .service-item-tags span.ordpress-expert svg {
	color: #ff2d20;
}

.hero .service-item-tags span svg.bi-star-fill {
  color: #ffe100;
}


.hero .service-item-tags span svg.bi-wordpress {
  color: #21759b;
}

.hero .service-item-tags span.shopify-certified svg {
  fill: #00bfa6;
}

.hero .service-item-tags span svg.bi-cloud-fill {
  color: #06b9ff;
}

#changing-word {
  transition: opacity 0.5s ease;
}
.fade-out {
  opacity: 0;
}
.fade-in {
  opacity: 1;
}
/* WRAPPER WITH ANGLE */

/* COMMON */

.marquee-section {
	width: 100%;
	display: block;
}
.marquee {
	overflow: hidden;
	white-space: nowrap;
	margin: 0px 0;
	padding: 20px 0;
	background: var(--whitesmoke);
	position: relative;
	z-index: 3;
}

.marquee-track {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transform: translate3d(0,0,0);
  transform-style: preserve-3d;
  will-change: transform;
  width: max-content;
  min-width: 200%;
  gap: 20px;
  
}

.marquee.marquee-right {
	transform: rotate(180deg);
  display: none;
}

.marquee.marquee-right .marquee-track > div {
transform: rotatey(180deg) rotatex(180deg) 
}

.marquee-track > div {
	font-size: 28px;
	font-weight: var(--_font-weight---semi-bold);
	color: var(--orange);
	letter-spacing: 0.5px;
	display: flex;
	align-items: center;
	gap: 20px;
	line-height: 36px;
}

.marquee-track > div span {
  color: var(--dark);
}

.marquee::before,
.marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
}

.marquee::before {
  left: 0;
  background: linear-gradient(to right, #f3f4f6, transparent);
}

.marquee::after {
  right: 0;
  background: linear-gradient(to left, #f3f4f6, transparent);
}



.about-section {
  width: 100%;
  display: block;
  padding: 150px 0 ;
}

.about-section-inner {
  width: 100%;
  display: flex;
  align-items: center;
}

.about-left {
  width: 40%;
  max-width: 40%;
  padding-right: 25px;
}

.about-right {
  width: 60%;
  display: flex;
  align-items: flex-end;
  gap: 20px;
  padding-left: 25px;
  position: relative;
}

.about-right img:first-child {
  width: 53%;
  max-width: 53%;
  border-radius: 15px;
}

.about-right img:nth-child(2) {
  width: 47%;
  max-width: 47%;
  border-radius: 15px;
}


.about-author-box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 40px;
}

.about-author-box > img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.about-author-name {
font-size: var(--_font-size---h6);
  line-height: var(--_line-height---xlarge);
  font-weight: var(--_font-weight---semi-bold);
  margin-bottom: 0;
}

.about-author-designation {
  font-size: var(--_font-size---small-paragraph);
  line-height: var(--_line-height---xlarge);
  margin-bottom: 7px;
}

.about-right::after {
	content: "";
	background: url(https://www.netzilatechnologies.com/wp-content/themes/twentytwentyone/assets/images/netzila-icon.svg);
	background-repeat: repeat;
	background-size: auto;
	width: 58px;
	height: 80px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	-webkit-animation: updown 3s linear infinite;
	animation: updown 3s linear infinite;
	right: 31px;
	top: 0;
	opacity: 0.4;
}

@keyframes updown {
    0% {
        top: 0px;
    }

    50% {
        top: 30px;
    }

    100% {
        top: 0px;
    }
}

.service-card:nth-child(1), .our-work-item:nth-child(1) { --accent: #3ab5c3; --accent-light: #eaf9fb; }
.service-card:nth-child(2), .our-work-item:nth-child(2) { --accent: #78b944; --accent-light: #f1f9ea; }
.service-card:nth-child(3), .our-work-item:nth-child(3) { --accent: #9ec73a; --accent-light: #f5fbe8; }
.service-card:nth-child(4), .our-work-item:nth-child(4) { --accent: #f0a500; --accent-light: #fef7e6; }
.service-card:nth-child(5), .our-work-item:nth-child(5) { --accent: #e8822a; --accent-light: #fef2e8; }
.service-card:nth-child(6), .our-work-item:nth-child(6) { --accent: #e04a3a; --accent-light: #fdecea; }


.service-section {
  width: 100%;
  padding: 80px 0;
  background: #fff;
  display: block;
}

.section-header {
  width: 100%;
  margin: 0 auto 60px;
  display: block;
  max-width: 760px;
  text-align: center;
}

.section-header .tag {
  justify-content: center;
  margin-bottom: 15px;
}

.section-header h2 {
  margin-bottom: 10px;
}

.services-inner {
  width: 100%;
  display: block;
}

.service-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--light);
  border: 1px solid #ccc;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 32px 24px 32px 42px;
  text-decoration: none;
  display: flex;
  color: var(--dark);
  position: sticky;
  top: 100px;
}

.service-item-left {
  width: 50%;
  max-width: 50%;
}

.service-item-right {
  border-radius: 20px;
  flex: none;
  width: 50%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
line-height: 10px;
}

.service-item-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item-icon {
  background-color: var(--light);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.service-item-icon svg {
  width: 38px;
  height: 38px;
}

.service-item-left h3 {
  font-size: var(--_font-size---h4);
  font-weight: var(--_font-weight---semi-bold);
  margin-bottom: 24px;
}

.service-item-left p {
  margin-bottom: 24px;
}

.explore-more {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: var(--_font-weight---semi-bold);
}

.service-item-tags {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 32px;
  display: flex;
}

.service-item-tags span {
	background-color: var(--whitesmoke);
	color: var(--dark);
	font-size: var(--_font-size---small-paragraph);
	font-weight: var(--_font-weight---semi-bold);
	border: 1px solid #ddddddde;
	border-radius: 50px;
	padding: 2px 20px;
	text-decoration: none;
	transition: all .3s;
	display: flex;
	align-items: center;
	gap: 5px;
}

.service-item-tags span svg {
	width: 20px;
}

.service-item-tags span:hover {
  border-color: var(--dark);
}

.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px;
}
.service-card {
  border-radius: 16px; padding: 32px; border: 1px solid hsla(224, 78%, 48%, 0.1);
  background: #ffffff; transition: all 0.3s; 
  position: relative; overflow: hidden;
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--accent); transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s;
}
.service-card:hover::before { transform: scaleX(1); }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card-hover); }

.service-icon {
  width: 56px; height: 56px; border-radius: 12px; display: flex;
  align-items: center; justify-content: center; margin-bottom: 20px;
  background: var(--accent-light); color: var(--accent);
  transition: all 0.3s;
}

.service-card h3 { font-size: 1.125rem; font-weight: 700; margin-bottom: 8px; }
.service-card p { font-size: 0.875rem; line-height: 1.6; color: hsl(var(--muted-fg)); }
.service-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.service-tag {
	padding: 4px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	background: var(--whitesmoke);
	color: var(--dark);
	border: 1px solid #ddddddde;
	line-height: 20px;
}

.service-link {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 20px;
  font-size: 0.875rem; font-weight: 600; color: var(--dark); transition: gap 0.3s;
}

.service-link:hover, 
.service-link:focus {
  color: var(--orange);
}

.service-card:hover .service-link { gap: 10px; }
.service-card.cta {
  background: var(--whitesmoke); border: 2px dashed hsla(224, 78%, 48%, 0.3);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; gap: 16px;
}
.service-card.cta::before { display: none; }
.service-card.cta p { max-width: 220px; }

.service-icon svg {
	width: 26px;
	height: 26px;
}


.timeline {
	position: relative;
	width: 100%;
	padding: 80px 0;
	display: block;
	background: var(--whitesmoke);
}



.timeline-inner {
  width: 100%;
  display: flex;
  align-items: center;
}

.timeline-left {
  width: 50%;
  max-width: 50%;
  padding-right: 50px;
}

.timeline-right {
  width: 50%;
  max-width: 50%;
  position: relative;
  padding-left: 50px;
}

.timeline-left-inner {
	position: sticky;
	top: 50px;
}

.timeline-left-inner h2 {
	margin-bottom: 10px;
}



.our-result-section {
  width: 100%;
  display: block;
  padding: 80px 0;
  background: var(--dark);
}

.our-result-section .service-card {
	padding: 20px;
}

.our-result-inner {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 15px;
}


.our-result-inner .service-card h3 {
	font-size: 30px;
	margin-bottom: 0;
	color: var(--accent);
}

.our-result-inner .service-card h4 {
  margin-bottom: 0;
  font-size: 20px;
}
.our-result-inner .service-card p {
  margin-bottom: 0;
}

.steps {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .step {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 50px;
    padding: 0;
    height: 72px;
    box-shadow: 0 3px 14px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    animation: slideIn 0.5s ease both;
  }

  .step:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.13);
  }

  .step:nth-child(1) { animation-delay: 0.05s; }
  .step:nth-child(2) { animation-delay: 0.1s; }
  .step:nth-child(3) { animation-delay: 0.15s; }
  .step:nth-child(4) { animation-delay: 0.2s; }
  .step:nth-child(5) { animation-delay: 0.25s; }
  .step:nth-child(6) { animation-delay: 0.3s; }

  @keyframes slideIn {
    from { opacity: 0; transform: translateX(-28px); }
    to   { opacity: 1; transform: translateX(0); }
  }


  .icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--accent-light);
    border: 2px solid var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    flex-shrink: 0;
  }

  .icon-wrap svg {
    width: 22px;
    height: 22px;
    stroke: var(--accent);
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .step-num {
    font-size: 28px;
    font-weight: 800;
    color: var(--accent);
    opacity: 0.18;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    letter-spacing: -1px;
    user-select: none;
  }

  .text {
    margin-left: 16px;
    flex: 1;
    padding-right: 60px;
  }

  .heading {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: var(--accent);
    text-transform: uppercase;
    margin-bottom: 3px;
    font-family: var(--_font-family---primary-font);
    line-height: 18px;
  }

  .desc {
    font-size: 12px;
    color: var(--dark);
    line-height: 1.55;
    font-weight: var(--_font-weight---medium);
  }

  /* Color themes per step */
  .step:nth-child(1) { --accent: #3ab5c3; --accent-light: #eaf9fb; }
  .step:nth-child(2) { --accent: #78b944; --accent-light: #f1f9ea; }
  .step:nth-child(3) { --accent: #9ec73a; --accent-light: #f5fbe8; }
  .step:nth-child(4) { --accent: #f0a500; --accent-light: #fef7e6; }
  .step:nth-child(5) { --accent: #e8822a; --accent-light: #fef2e8; }
  .step:nth-child(6) { --accent: #e04a3a; --accent-light: #fdecea; }


 .timeline .service-card {
	padding: 20px;
}

.timeline .service-icon {
	margin-bottom: 10px;
	width: 45px;
	height: 45px;
}

.timeline .service-icon svg {
	width: 20px;
	height: 20px;
}

.timeline-left-inner p {
	margin-bottom: 30px;
}


.our-work-section {
	width: 100%;
	display: block;
	padding: 80px 0;
}

.our-work-inner {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}


.our-work-section {
  width: 100%;
  display: block;
  padding: 80px 0;
}
.our-work-inner {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.our-work-item {
	position: relative;
	width: 100%;
	padding-top: 70%;
	border-radius: 20px;
	overflow: hidden;
	color: var(--accent);
	border-bottom-left-radius: 0;
}
.our-work-item img {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  object-fit: cover;
  transition: 0.7s;
}

.our-work-item .our-work-title {
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin: 0;
	background: #fff;
	padding: 8px 20px;
	border-top-right-radius: 22px;
}

.our-work-title h3 {
	margin: 0;
	font-size: 24px;
}

.our-work-item .our-work-title::before {
	content: "";
	background: url(./img/left-ridus.svg);
	width: 20px;
	height: 20px;
	position: absolute;
	display: block;
	left: 0;
	top: -20px;
}

.our-work-item .our-work-title::after {
	content: "";
	background: url(./img/right-radius.svg);
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	bottom: 0;
	right: -20px;
}

.our-work-item:hover img {
	transform: scale(1.1);
}


.stars {
  color: #f0a500;
}

.happy-clients-section .marquee {
  background: transparent;
  padding: 12px 0;
}
.review-item {
  width: 100%;
  max-width: 280px;
  display: inline-block;
  white-space: normal;
  border: 1px solid hsla(224, 78%, 48%, 0.1);
  border-radius: 16px;
  padding: 15px;
}
.review-item-inner {
  width: 100%;
  display: block;
}
.review-item-inner p {
  font-size: var(--_font-size---small-paragraph);
  font-style: italic;
  line-height: var(--_line-height---xlarge);
  margin-bottom: 0;
  color: var(--dark);
}

.happy-clients-section .marquee-track > div {
  align-items: unset;
}
.review-item-inner .stars {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
}
.review-item-inner span {
  font-size: var(--_font-size---paragraph);
  font-family: var(--_font-family---primary-font);
  font-weight: var(--_font-weight---extra-bold);
}


.review-item.review-item-video {
  padding: 236px 0 0;
  overflow: hidden;
  height: 100%;
  position: relative;
}

.review-item.review-item-video video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
}

.happy-clients-section .marquee:first-child {
	padding-top: 0;
}

.happy-clients-section .marquee:last-child {
	padding-bottom: 0;
}

.happy-clients-section {
	width: 100%;
	display: block;
	padding: 80px 0;
	background: var(--whitesmoke);
}

section.dark .section-header {
	color: #fff;
}


.our-client-section {
	width: 100%;
	display: block;
	padding: 80px 0;
}

.client-logos-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.client-logos-grid .logos-item {
	padding: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 16px;
	border: 1px solid hsla(224, 78%, 48%, 0.1);
}

.client-logos-grid .logos-item img {
  transition: 0.6s;
  width: 100%;
  height: auto;
}

.client-logos-grid .logos-item:hover img {
  transform: scale(1.1);
}

.choose-us-section {
	width: 100%;
	display: block;
	padding: 80px 0;
	background: var(--whitesmoke);
}

.blog-section .service-card {
	padding: 0;
}

.service-card-image {
	width: 100%;
	line-height: 10px;
	padding-top: 54%;
	position: relative;
	overflow: hidden;
}

.service-card-image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-card-detail {
	padding: 25px;
}

.service-card-detail .service-link {
	margin-top: 0;
}

.blog-section {
	width: 100%;
	display: block;
	padding: 80px 0;
}

.grow-business-inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: var(--dark);
	border-radius: 20px;
	padding: 80px 20px;
}

.grow-business-section.dark {
	color: #fff;
}

.grow-business-inner p a {
	color: #fff;
	text-underline-offset: 4px;
}

.grow-business-inner p a:hover,
.grow-business-inner p a:focus {
	color: var(--orange);
}

.grow-business-inner .btn-secondary img {
	width: 15px;
	height: 15px;
}

.grow-business-btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
  margin-top: 15px;
}

.grow-business-btn .btn-secondary {
	width: 100%;
	max-width: 300px;
}


.grow-icons-grid {
  width: 100%;
  display: flex;
  box-shadow: -1px 1px 14.3px #00000024;
  border-radius: 20px;
  margin-top: 20px;
  gap: 30px;
  align-items: center;
  padding: 25px;
  justify-content: space-between;
}
.grow-icon-item img {
  height: 70px;
}
.grow-icon-item {
  line-height: 10px;
}
.grow-icon-item:last-child img {
  height: 40px;
}


.footer {
	width: 100%;
	display: block;
	background: var(--whitesmoke);
	padding: 40px 0 40px;
	margin-top: 22px;
}

.footer-row {
  width: 100%;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr 1.5fr;
  gap: 50px;
}
.footer-logo {
  display: block;
}
.footer-logo svg {
  width: 190px;
}

.footer-ceo-block {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.footer-ceo-block img {
	width: 70px;
	height: 70px;
	border-radius: 100%;
}

.footer-ceo-block h4 {
	font-size: var(--_font-size---big-paragraph);
	margin-bottom: 0;
}

.footer-ceo-block p {
	margin-bottom: 0;
}

.footer-social {
  width: 100%;
  display: flex;
  margin-top: 15px;
  gap: 7px;
}
.footer-social a {
  text-decoration: none;
  width: 35px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--dark);
  border-radius: 100%;
  transition: 0.6s;
}
.footer-social a svg {
  width: 16px;
  height: 16px;
}
.footer-social a:hover, .footer-social a:focus {
  background: var(--orange);
}

.footer-item h3 {
	font-size: var(--_font-size---h5);
	margin-bottom: 10px;
  margin-top: 15px;
}

.footer-links {
	list-style: none;
	padding: 0;
}

.footer-links li a {
	text-decoration: none;
	color: var(--dark);
	transition: 0.6s;
	font-size: var(--_font-size---paragraph);
	line-height: var(--_line-height---xxlarge);
}

.footer-links li a:hover,
.footer-links li a:focus {
  color: var(--orange);
}

.footer a.mail {
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 7px;
	color: var(--dark);
}

.footer a.mail:hover,
.footer a.mail:focus {
  color: var(--orange);
}

.footer a.mail svg {
	margin-top: 2px;
	width: 20px;
	height: 20px;
}

.footer-locations {
	width: 100%;
	display: block;
	margin-top: 10px;
}

.footer-locations span {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: var(--_font-weight---bold);
  margin-bottom: 5px;
}

.footer-locations span img {
	width: 40px;
	height: 25px;
	object-fit: cover;
	border-radius: 5px;
}

.footer-item:nth-child(2) {
	padding-left: 50px;
}


.footer-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 15px;
  border-top: 1px solid var(--dark);
}
.footer-bottom * {
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  text-decoration: none;
  color: var(--dark);
}

body {
	overflow-x: hidden;
}

 @media screen and (max-width: 1200px) {
  .primary-navigation > div > .menu-wrapper {
		gap: 25px;
  }
  .services-grid {
    gap: 15px;
  }

  .service-card {
    padding: 20px;
  }

  .grow-icon-item img {
    height: 58px;
  }

  .footer-item:nth-child(2) {
    padding-left: 25px;
  }

  .footer-row {
    grid-template-columns: 1.5fr 1fr 1.5fr 1.5fr;
    gap: 20px;
  }

  .service-card-detail {
    padding: 20px;
  }
 }

@media screen and (max-width: 991px) {
  .tech-section .tech-grid {
    grid-template-columns: repeat(auto-fit, minmax(75px, 1fr));
  }

  .tech-section .tech-card {
    padding: 10px 10px 5px;
  }

  .timeline-right {
    padding-left: 0;
  }

  h2 {
    font-size: var(--_font-size---h3);
  }

  .our-result-section .service-card {
    padding: 15px;
  }

  .our-result-inner .service-card h4 {
    font-size: 17px;
  }

  .service-icon {
    margin-bottom: 10px;
  }

  .client-logos-grid .logos-item {
	  padding: 25px;
  }

  .service-card-detail {
    padding: 15px;
  }

  .grow-icon-item img {
    height: 45px;
  }

  .grow-icons-grid {
    gap: 15px;
    padding: 25px 15px;
  }

  .footer-links li a {
    font-size: var(--_font-size---small-paragraph);
  }

  .footer p, .footer a {
    font-size: var(--_font-size---small-paragraph);
  }

  .footer-item h3 {
    font-size: var(--_font-size---h6);
  }

  .service-tag {
    padding: 4px 8px;
    font-size: 11px;
  }
  
  .primary-navigation > div > .menu-wrapper {
	gap: 15px;
  }
  
  .nav a {
	font-size: 12px;
	line-height: 20px;
  }
  
  .header-right .btn-secondary {
	font-size: 14px;
	padding: 10px 15px;
  }
  
  .nav {
		padding: 10px 10px;
  }
  
  .custom-logo-link svg {
		max-width: 120px;
  }
  
  .primary-navigation > div > .menu-wrapper > li > .sub-menu {
		min-width: 550px;
  }
  .primary-navigation .sub-menu .menu-item > a {
		font-size: 12px;
		line-height: var(--_line-height---xxlarge);
   }	
	
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: var(--_font-size---h3);
  }

  .hero .service-item-tags {
    display: none;
  }

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

  .hero,
  .our-work-section,
  .our-client-section,
  .our-result-section,
  .happy-clients-section,
  .service-section,
  .blog-section,
  .choose-us-section {
    padding: 45px 0;
  }

  .section-header {
    margin: 0 auto 40px;
  }

  .services-grid,
  .our-work-inner,
  .our-result-inner {
    display: flex;
    margin-top: 40px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
    width: auto;
  }

  .service-card, 
  .our-work-item {
    flex: 0 0 280px;
  }

  .timeline-left,
  .timeline-right {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .timeline-inner {
    flex-direction: column;
    gap: 40px;
  }

  .timeline {
    padding: 45px 0;
  }

  
  .our-work-inner {
    gap: 15px;
  }

  .client-logos-grid .logos-item {
    padding: 15px;
  }

  .client-logos-grid {
    gap: 15px;
  }

  .grow-business-inner {
    padding: 45px 20px;
  }

  .grow-business-btn {
    flex-direction: column;
  }

  .tag {
    margin-bottom: 12px;
  }

  .grow-icons-grid {
    padding: 25px 15px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grow-icon-item {
    text-align: center;
  }

  .our-work-title h3 {
    font-size: 20px;
  }

  .grow-icon-item img {
    height: 50px;
    width: 75%;
    object-fit: contain;
  }
  
  .header-row {
	padding-right: 50px;
	position: relative;
  }
  
  .header-row .nav {
		position: absolute;
		right: 0;
		padding: 0;
  }
  
  .nav a {
	font-size: 16px;
	line-height: 24px;
	color: #fff !important;
    font-weight: var(--_font-weight---semi-bold) !important;
  }
  
  .primary-navigation > div > .menu-wrapper > li > .sub-menu {
	min-width: unset;
  }
  
  .header-row .nav .primary-navigation {
 	position: unset;
  }
  
  .footer-row {
	grid-template-columns: 1fr 1fr;
		gap: 25px;
  }
  
  .footer-item:nth-child(2) {
		padding-left: 0;
  }	
  
  .footer {
	padding: 40px 0 65px;
  }
  
  .footer-bottom {
	justify-content: center;
	margin-top: 30px;
	flex-direction: column;
	align-items: center;
	gap: 10px;
  }
}

@media screen and (max-width: 481px) {
  h2 {
    font-size: var(--_font-size---h4);
  }

  .icon-wrap {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }

  .text {
    margin-left: 10px;
    padding-right: 50px;
  }

  .step-num {
    right: 10px;
  }

  .hero-left p {
    font-size: var(--_font-size---paragraph);
  }

  .hero-btns {
    gap: 15px;
    margin-top: 10px;
    flex-direction: column;
    max-width: 300px;
  }

  .hero-btns > a {
    width: 100%;
  }

  .tech-section .tech-name {
    font-size: 11px;
    line-height: 20px;
  }

  .client-logos-grid {
    gap: 8px;
  }

  .client-logos-grid .logos-item {
    padding: 8px;
    border-radius: 10px;
  }
  
  .primary-navigation-open .primary-navigation {
	position: unset !important; 
  }
   
  .header-right .chat-btn {
	display: none;
  }
}