/* Bootstrap 4 and icon fallbacks for offline preview. */
.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > [class*="col-"],
.no-gutters > .col {
  padding-right: 0;
  padding-left: 0;
}
[class*="col-"],
.col,
.col-md {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background:
    linear-gradient(#fff, #fff) center 6px/22px 2px no-repeat,
    linear-gradient(#fff, #fff) center/22px 2px no-repeat,
    linear-gradient(#fff, #fff) center 18px/22px 2px no-repeat;
}
.collapse:not(.show)  {
  display: none;
}
.btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
}
.dropdown {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  background: #fff;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: transparent;
  border: 0;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.d-flex {
  display: flex !important;
}
.d-none {
  display: none !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.flex-column {
  flex-direction: column !important;
}
.text-center {
  text-align: center !important;
}
.ml-auto {
  margin-left: auto !important;
}
.ml-lg-3 {
  margin-left: 1rem !important;
}




@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
}
@media (max-width: 992px) {
	.navbar-expand-lg .navbar-nav .dropdown-menu{
	top:22px;
	}
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    flex-wrap: wrap !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
}
.fas,
.far,
.fab {
  font-family: Arial, sans-serif !important;
  font-style: normal;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.fa-whatsapp:before {
  content: "W";
}
.fa-phone-alt:before,
.fa-phone-volume:before {
  content: "\260E";
}
.fa-envelope:before {
  content: "@";
}
.fa-star:before {
  content: "\2605";
}
.fa-calendar-alt:before {
  content: "\25A6";
}
.fa-arrow-right:before {
  content: "\2192";
}
.fa-brain:before {
  content: "AI";
  font-size: 0.75em;
}
.fa-code:before {
  content: "</>";
  font-size: 0.62em;
}
.fa-mobile-alt:before {
  content: "M";
}
.fa-network-wired:before {
  content: "\25A1";
}
.fa-cloud-upload-alt:before {
  content: "\2601";
}
.fa-shield-alt:before {
  content: "\25C7";
}
.fa-truck:before {
  content: "\25AD";
}
.fa-shopping-basket:before {
  content: "\25BD";
}
.fa-money-bill-wave:before {
  content: "$";
}
.fa-graduation-cap:before {
  content: "\25C7";
}
.fa-house-user:before {
  content: "\2302";
}
.fa-plane:before {
  content: "\2708";
}
.fa-bars:before {
  content: "\2630";
}
.fa-search:before {
  content: "\26B2";
}
.fa-pencil-ruler:before {
  content: "\2692";
}
.fa-rocket:before {
  content: "\21E7";
}
.fa-life-ring:before {
  content: "\25CE";
}
.fa-chevron-left:before {
  content: "\2039";
}
.fa-chevron-right:before {
  content: "\203A";
}
.fa-user-circle:before {
  content: "\25CE";
}
.fa-map-marker-alt:before {
  content: "\25CE";
}
.fa-paper-plane:before {
  content: "\27A4";
}
.fa-building:before {
  content: "\25A6";
}
.fa-facebook-f:before {
  content: "f";
}
.fa-twitter:before {
  content: "x";
}
.fa-linkedin-in:before {
  content: "in";
}
.fa-instagram:before {
  content: "ig";
}
:root {
  --orange: #f4502b;
  --orange-dark: #df3e21;
  --ink: #171717;
  --muted: #606060;
  --soft: #f3f3f3;
  --blue: #0f7fd8;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: #4b4b4b;
  /* background: #111; */
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.25;
}
a,
button {
  transition: all 0.2s ease;
}
.site-container {
  max-width: 90%;
}
.narrow-container {
  max-width: 70%;
}
.btn-orange {
  color: #fff;
  background: var(--orange);
  border: 0;
  font-weight: 600;
  box-shadow: none;
  letter-spacing: 1px;
}
.btn-orange:hover,
.btn-orange:focus {
  color: #fff;
  background: var(--orange-dark);
  transform: translateY(-1px);
}
.rounded-btn {
    display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 25px;
  border-radius: 55px;
  font-size: 20px;
}
.site-header {
  width: 100%;
  color: #fff;
  background: #191919;

}
.top-strip {
 padding-right: 2px;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  z-index: 3;
  margin-bottom: 10px;
  margin-top: 5px;
  flex: 1 1 100%;

}
.top-link {
  color: #d9d9d9;
  margin-left: 15px;
  text-decoration: none;
  white-space: nowrap;
}
.top-link:hover {
  color: #fff;
  text-decoration: none;
}
.top-link i {
  color: #fff;
  width: 21px;
  height: 21px;
  margin-right: 5px;
  border: 1px solid #747474;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}
.top-link.whatsapp i {
  color: #fff;
  background: #23c45e;
  border-color: #23c45e;
  font-size: 15px;
}
.main-nav {
  /* height: 61px; */
  padding: 0;
}
.navbar-brand {
  margin: 0;
  padding: 0;
  color: #eee !important;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0;
  transition: all 0.2s ease;
  line-height: 1;
}
.navbar-brand span {
  color: var(--orange);
  font-size:60px;
  font-weight: 900;
}

img.hero-image {
  max-width: 100%;
  position: relative;
  
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  padding: 0 10px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-item .nav-link{
color:#212529 !important;
  white-space: nowrap;
  font-weight: 400;
  padding: 10px;
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--orange);
}
ul.navbar-nav{
    gap: 30px;
} 
.nav-cta {
  /* width: 194px; */
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 1.15rem;
}
.dropdown-menu {
  border: 0;
  border-radius: 0;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
}
img.top_icon {
  max-width: 30px;
}
.sticky .navbar-brand, .sticky .navbar-nav .nav-link, .sticky .top-strip .top-link {
  color: #111111 !important;
}
.sticky .top-strip .top-link span svg, .sticky .top-strip .top-link span svg #Ellipse_4,.sticky .top-strip .top-link span svg #Ellipse_5{
    stroke: #111111 !important;
}
.sticky .navbar-brand  {
  font-size:54px !important;
}
.sticky .navbar-brand span {
  font-size: 64px !important;
}
.top-link span svg{
    width: 30px;
}
.hero-section {
  position: relative;
  min-height: 576px;
  padding: 105px 0 80px;
  overflow: hidden;
  color: #fff;
  background: #191919;
}
.hero-section:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: #b8b8b8;
}
.floating-words {
  position: absolute;
  inset: 0;
  display:none;
  /* pointer-events: none; */
  /* opacity: .7; */
  z-index: 9;
}
.word {
   position: absolute;
  color: #75caca;
  font-weight: 800;
  font-size: 18px;
  text-shadow: 0px 5px 10px #75caca;
  opacity: .5;
}
.word-1 {
  left: 0px;
  top: 152px;
}
.word-2 {
   left: 60vw;
  top: 78vh;

}
.word-3 {
  left: 45px;
  top: 75vh;
  font-size: 24px;
}
.word-4 {
  left: 50vw;
  top: 45vh;
  font-size: 25px;
}
.word-5 {
  right: 110px;
  bottom: 20vh;
}
.word-6 {
   right: 15vw;
  top: 15vh;
}
.word-7 {
left: 52vw;
  top: 24vh;
}
.word-8 {
  left: 30vw;
  bottom: 28vh;
}
.word-9 {
  left: 23vw;
  top: 10vh;
  font-size: 21px;
}
.word-10 {
   right: 2vw;
  bottom: 50vh;
}
.hero-container {
  position: relative;
  z-index: 2;
}
.hero-copy {
  padding-left: 10px;
}

.carousel-control-next, .carousel-control-prev{
    left: auto;
  background: #f4502b;
  bottom: auto;
  top:-80px;
  width:auto;
  opacity: 1;
  padding: 10px 5px;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  border:none
}
.carousel-control-prev{
    left: auto;
  right: 26px;
  
}


.kicker {
   margin-bottom: 13px;
  color: #d9d9d9;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 5px;
}
.kicker span {
  width: 5px;
  height: 5px;
  margin: 0 12px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
}
.hero-copy h1 {
  /* max-width: 492px; */
  margin: 0 0 25px;
  color: #fff;
  font-size: 64px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 1px;
}
.hero-copy h1 span {
text-transform: uppercase;
}
.hero-copy h1 strong {
  color: var(--orange);
  font-weight: 900;
  font-size: 74px;
}
.hero-btn {
  min-width: 205px;
  min-height: 50px;
  border-radius: 5px;
  padding: 15px 18px;
    font-size: 24px;
  font-weight: 500;
}
.rating-block {
    margin-top: 30px;
  text-align: center;
  padding-left: 0px;
  padding-right: 45%;
  line-height: 1.5;
}
.rating-title {
    color: #e8e8e8;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.rating-stars {
  color: #ffe600;
  font-size: 40px;
 
  line-height: 1;
}
.rating-stars i {
  margin-right: 4px;
}
.dropdown-toggle::after{
    color:var(--orange);
    display: inline-block;
  margin-left: 0.355em;
  vertical-align: -0.045em;
  content: "";
  border-top: 0.5em solid;
  border-right: 0.5em solid transparent;
  border-bottom: 0;
  border-left: 0.5em solid transparent;
}

.rating-stars span {
  margin-left: 8px;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  vertical-align: middle;
}
.ai-visual {
  position: relative;
  height: 441px;
  margin-top: -4px;
}
.dot-sphere {
  position: absolute;
  top: 12px;
  left: 80px;
  width: 345px;
  height: 345px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.92) 1px, transparent 2px) 0
      0/12px 12px,
    radial-gradient(
      circle at center,
      rgba(0, 122, 255, 0.25) 0 30%,
      rgba(0, 0, 0, 0) 72%
    );
  box-shadow:
    inset 0 0 75px rgba(0, 116, 255, 0.4),
    0 0 40px rgba(0, 119, 255, 0.2);
  mask-image: radial-gradient(circle, #000 0 68%, transparent 69%);
}
.energy-ring {
  position: absolute;
  left: 168px;
  width: 190px;
  height: 50px;
  border: 2px solid #0097ff;
  border-radius: 50%;
  transform: rotate(-6deg);
  box-shadow:
    0 0 8px #00b9ff,
    inset 0 0 8px rgba(0, 185, 255, 0.65);
}
.ring-one {
  top: 113px;
}
.ring-two {
  top: 149px;
  width: 234px;
  left: 149px;
}
.ring-three {
  top: 188px;
  width: 196px;
  left: 168px;
}
.ai-text {
  position: absolute;
  top: 130px;
  left: 200px;
  color: #65f6ec;
  font-size: 72px;
  line-height: 1;
  font-weight: 900;
  text-shadow: 0 0 9px rgba(56, 255, 238, 0.7);
}
.palm {
  position: absolute;
  top: 286px;
  left: 189px;
  width: 164px;
  height: 29px;
  border-radius: 50%;
  background: radial-gradient(
    ellipse at center,
    #e2f7ff 0,
    #9bd9ff 55%,
    transparent 70%
  );
  box-shadow: 0 0 15px rgba(146, 220, 255, 0.95);
  transform: rotate(7deg);
}
.robot-head {
  position: absolute;
  right: 9px;
  top: 94px;
  width: 140px;
  height: 162px;
  border: 2px solid #93d8ff;
  border-radius: 50% 50% 43% 43%;
  background:
    radial-gradient(
      circle at 56% 32%,
      transparent 0 10px,
      #93d8ff 11px 13px,
      transparent 14px
    ),
    repeating-linear-gradient(
      45deg,
      rgba(147, 216, 255, 0.9) 0 2px,
      transparent 2px 8px
    );
  opacity: 0.9;
  box-shadow: 0 0 18px rgba(85, 190, 255, 0.8);
}
.robot-neck {
  position: absolute;
  right: 54px;
  top: 245px;
  width: 63px;
  height: 72px;
  border: 2px solid #93d8ff;
  border-radius: 18px;
  background: repeating-linear-gradient(
    90deg,
    rgba(147, 216, 255, 0.9) 0 2px,
    transparent 2px 7px
  );
  transform: rotate(15deg);
}
.robot-body {
  position: absolute;
  right: -40px;
  bottom: -106px;
  width: 184px;
  height: 254px;
  border: 2px solid #93d8ff;
  border-radius: 80px 80px 0 0;
  background: repeating-linear-gradient(
    52deg,
    rgba(147, 216, 255, 0.85) 0 2px,
    transparent 2px 8px
  );
  opacity: 0.78;
  transform: rotate(-7deg);
}
.robot-arm {
  position: absolute;
  right: 129px;
  bottom: 28px;
  width: 57px;
  height: 178px;
  border: 2px solid #93d8ff;
  border-radius: 28px;
  background: repeating-linear-gradient(
    62deg,
    rgba(147, 216, 255, 0.95) 0 2px,
    transparent 2px 8px
  );
  transform: rotate(-52deg);
  box-shadow: 0 0 15px rgba(82, 190, 255, 0.7);
}
.glow-dot {
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #08e4ff;
  box-shadow:
    0 0 15px #08e4ff,
    0 0 30px #08e4ff;
}
.dot-a {
  top: 142px;
  left: 166px;
}
.dot-b {
  top: 186px;
  left: 132px;
}
.dot-c {
  top: 183px;
  left: 364px;
}
#zibalNav{
    flex-direction: column;
  justify-content: end;
  align-items: end;
}
.metrics-wrap {
    position: relative;
  z-index: 6;
  
  /* background: var(--soft); */
}
.client-grid {
  margin-top: 50px;
}
.client-card {
   background: #fff;
  box-shadow: rgba(0, 0, 0, .2) 0px 0px 15px;
  border-radius: 10px;
  padding: 15px;
  margin: 15px 0px;
  position: relative;
 background-size: cover;
}

.client-card.b1{
   background-image: url(../img/cpcb.png);
  
}
.client-card.b2{
   background-image: url(../img/icar.png);
  
}
.client-card.b3{
   background-image: url(../img/rigil-bg.png);
  
}
.client-card.b4{
   background-image: url(../img/rigil-bg.png);
  
}
.client-card.b5{
   background-image: url(../img/honda-bg.png);
  
}
.client-card img {
  min-height: 150px;
    position: relative;
  z-index: 9;
}
.client-card.b2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  left: 0px;
  top: 0px;
  opacity: .6;
  z-index: 1;
}
h4.cl-dtl {
  position: absolute;
  font-size: 18px;
  text-align: center;
  width: 100%;
  top: 0;
  height: 100%;
  background: #f3502b;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all .3s;
  color: #fff;
  z-index: 99;
}
.client-card:hover h4.cl-dtl{
  opacity: .9;
  width: 80%;
  height: 80%;
  top:10%;
  left: 10%;
}
section.cl-dtl {
  margin-top: 10px;
  border-top: solid 1px rgba(0, 0, 0, .1);
  padding-top: 10px;
}
.cl-dtl h4 {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1px;
}
.intro-section .cl-dtl p {
  font-size: 18px;
  margin: 0px;
}
.metrics-bar {
  min-height: 109px;
  padding: 19px 31px 18px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
  align-items: center;
  color: #fff;
  background: var(--orange);
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.26);
  position: relative;
  top: -60px;
}

.prod{
  background-image: url(../img/prd-bg.png) !important;
  background-size: cover !important;
  min-height: 320px;
}

.metric-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-width: 0;
}
.metric-item i {
  font-size: 43px;
}
.metric-item strong {
  display: block;
  color: #fff;
  font-size: 60px;
  line-height: 1;
  font-weight: 800;
}
.metric-item span {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
img.mt-img {
  min-width: 75px;
}
.ready-panel img {
  max-height: 120px;
}
.metric-item span svg {
  width: 90px;
  height: 90px;
}
.section-light {
  background: var(--soft);
}
.intro-section {
  padding: 20px 0 40px;
}
h2 {
  margin: 0;
  color: #191919;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 800;
}
.intro-section p {
    margin: 10px auto 20px;
  color: #444;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
.services-section {
  padding: 30px 0 50px;
}
.section-heading {
  margin-bottom: 20px;
  text-align: center;
}
.section-heading p {
   margin: 10px 0 10px;
  color: #444;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
.section-heading.with-action {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-heading.with-action .btn {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.section-heading.with-action .btn:hover {
  transform: translateY(calc(-50% - 1px));
}
.service-row {
  margin: 0 6px;
}
.service-card {
    height: 100%;
  margin: 0 5px;
  padding: 21px 15px 16px;
  background: #fff;
  border: 1px solid #d9d9d9;
}
.service-title {
    display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
}
img.service-icon {
  max-height: 80px;
}
.service-title i {
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 45px;
  color: var(--orange);
  border: 3px dashed var(--orange);
  font-size: 23px;
}
.service-title h3 {
  margin: 0;
  color: #333;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}

/* swiper start */
.technology-section{
    background:#f7f7f7;
}

.techSwiper{
    padding:20px 0;
}

.techSwiper .swiper-slide{
    display:flex;
    justify-content:center;
    align-items:center;
    height:120px;
}

.techSwiper .swiper-slide img{
    max-height:110px;
    width:auto;
    transition:.3s;
    filter:grayscale(.5);
    cursor:pointer;
}

.techSwiper .swiper-slide img:hover{
    transform:scale(1.15);
    filter:grayscale(0);

}


/* swiper end */

.service-card p {
  margin: 0 0 13px;
  color: #444;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: .5px;
  min-height: 200px;
}
.service-card a {
    color: var(--orange);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
.industries-section {
  padding: 40px 0 40px;
  background: #fff;
}
.industries-section p {
    margin: 10px 0 40px;
  color: #555;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
.industry-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 18px;
}
.industry-grid div {
    color: #444;
  font-weight: 600;
  font-size: 1.13rem;
  line-height: 1.5;
  cursor: pointer;
 
  transition: all 0.2s ease;
  transform: scale(1);
}

.industry-grid div:hover {
  transform: scale(1.5);
}




.svg-indus svg {
  height: 50px;
}
.industry-grid i {
  display: block;
  margin-bottom: 9px;
  color: var(--orange);
  font-size: 25px;
}
.work-section {
  padding: 30px 0 20px;
}
.work-grid {
  margin-top: 15px;
}
.work-card {
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid #f4502b;
  border-radius: 4px;
}
.work-card span {
    width: 75%;
  height: 75%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #0000009e;
  font-size: 32px;
  font-weight: 600;
  position: absolute;
  border-radius: 4px;
  transition: all .2s;
}
ul.navbar-nav li:last-child a{
  display: flex;
  padding: 5px 10px !important;
  background-color: var(--orange);
  border-radius: 4px;
}
ul.navbar-nav li:last-child a:hover{
  color: #fff !important;
}
@media (min-width: 1023px) {
#welcomeModal .modal-dialog{
  max-width: 50% !important;
}
}
img.unco {
  max-width: 360px;
}
p.md-tx {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 20px;
}
.work-card.prod span {
  width: 100%;
  height: 15%;
  flex-direction: column;
 
  background: #f4502b;
  
  bottom: 0px;
}
.work-card.prod span em {
display: none;
text-align: center;
font-size: 20px;
font-weight: 400;
}
.work-card.prod:hover span em {
display: block;

}
.work-card span:hover, .work-card.prod:hover span {
    width: 100%;
  height: 100%;
  
}




img.wimg {
  max-width: 100%;
}
.stack-section {
  padding: 4px 0 33px;
}
.tech-row {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  flex-wrap: wrap;
}
.tech-logo {
  height: 140px;
  min-width: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  line-height: 1;
}
.tech-logo svg, .tech-logo img {
  max-height: 100%;
}
.react {
  color: #18c8f3;
  border: 5px solid #18c8f3;
  border-radius: 50%;
  font-size: 12px;
}
.flutter {
  color: #4dc6f7;
  font-size: 46px;
  transform: skewX(-12deg);
}
.dotnet {
  color: #0d6fb8;
  font-size: 58px;
  font-weight: 400;
}
.angular {
  width: 73px;
  color: #fff;
  background: #d60038;
  clip-path: polygon(50% 0, 98% 20%, 86% 88%, 50% 100%, 14% 88%, 2% 20%);
  font-size: 54px;
}
.java {
  min-width: 105px;
  color: #dc1f24;
  font-size: 41px;
  font-weight: 400;
}
.mongo {
  width: 74px;
  color: #0d2c45;
  background:
    radial-gradient(ellipse at center, #3fb758 0 18%, transparent 19%), #fff;
  border-radius: 4px;
  font-size: 16px;
}
.html5,
.css3,
.jslogo {
  width: 72px;
  color: #fff;
  font-size: 54px;
  clip-path: polygon(0 0, 100% 0, 90% 86%, 50% 100%, 10% 86%);
}
.html5 {
  background: #ef5b2a;
}
.css3 {
  background: #2474b9;
}
.jslogo {
  background: #e6cb30;
  color: #fff;
  font-size: 33px;
}
.process-section {
  padding: 50px 0 50px;
  background: #fff;
}
.process-section > .container > p, .test-p {
 margin: 10px 0 35px;
  color: #444;
  font-size: 24px;
  font-weight: 600;
  text-align:center;
}
.process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
}
.process-line:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 11%;
  right: 11%;
  border-top: 3px dotted #5377ff;
}
.process-step {
  position: relative;
}
.process-step b {
    position: relative;
  z-index: 1;
  width: 35px;
  height: 35px;
  margin: 0 auto 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 600;
}
.step-one b {
  background: #f05435;
}
.step-two b {
  background: #274f61;
}
.step-three b {
  background: #67d39a;
}
.step-four b {
  background: #f2ad56;
}
.step-five b {
  background: #8f60e8;
}
.circle {
  width: 70px;
  height: 70px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  border-radius: 50%;
}
.circle i {
  color: var(--orange);
  font-size: 23px;
}
.process-step h3 {
  margin: 0;
  color: #000;
  font-size: 28px;
  font-weight: 700;
}
.process-step p {
   max-width: 100%;
  margin: 3px auto 0;
  color: #666;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 500;
}
.testimonials-section {
  padding: 50px 0 50px;
}
.testimonial-shell {
  position: relative;
  max-width: 90%;
  margin: 19px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-card {
  width: 100%;
  min-height: 120px;
  padding: 40px 50px;
  display: flex;
  align-items: center;
  gap: 30px;
  background: #fff;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.testimonial-card.is-changing {
  opacity: 0.35;
}
.avatar {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f4f4f4;
  color: var(--orange);
  font-size: 45px;
}
.testimonial-text {
   margin: 0px 0 15px;
  color: #666;
  font-size: 24px;
  font-weight: 400;
}
.testimonial-card h3 {
  margin: 0;
  color: #323232;
  font-size: 30px;
  font-weight: 700;
}
.testimonial-card span {
  color: #666;
  font-size: 24px;
  font-weight: 700;
}
.testimonial-arrow {
   width: 52px;
  height: 52px;
  color: #f4502b;
  background: transparent;
  border: 0;
  font-size: 40px;
  line-height: 1;
}
.ready-section {
  margin-top: -1px;
  padding: 0 0 27px;
  background: var(--soft);
}
.ready-panel {
  min-height: 108px;
  padding: 19px 17px 19px 66px;
  display: flex;
  align-items: center;
  gap: 28px;
  color: #fff;
  background: var(--orange);
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24);
}
.ready-panel > i {
  font-size: 65px;
}
.ready-panel h2 {
  color: #fff;
  font-weight: 600;
}
.ready-panel p {
   margin: 8px 0 0;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}
.btn-white-orange {
  margin-left: auto;
  color: var(--orange);
  background: #fff;
  font-weight: 700;
  font-size: 32px;
}
.btn-white-orange:hover {
  color: var(--orange-dark);
  background: #f8f8f8;
}
.consultation-section {
  position: relative;
  padding: 52px 0 25px;
  overflow: hidden;
  color: #fff;
  background:url(../img/contact-img.jpg) no-repeat center center;
}
.consultation-section:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 100%;
  background: rgba(20, 20, 20, 0.65);
}
.consultation-section .container {
  position: relative;
  z-index: 1;
}
.consultation-section h2 {
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.consultation-section h2 span {
  color: var(--orange);
}
.contact-list {
  padding-top: 8px;
}
.contact-row {
 display: flex;
  gap: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  align-items: center;
  padding: 25px 0;
}
.contact-row i {
  margin-top: 4px;
  color: var(--orange);
}
.contact-row strong {
  color: var(--orange);
  font-size: 32px;
  font-weight: 600;
}
.contact-row p {
  margin: 5px 0 0;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}
.consult-form {
  padding: 30px 30px 5px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.4);
}
.consult-form input,
.consult-form textarea {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  padding: 15px 20px;
  color: #333;
  background: #fff;
  border: 0;
  border-radius: 2px;
  font-size: 24px;
  font-weight: 400;
  outline: none;
}
.consult-form textarea {
  resize: none;
  max-height:94px;
}
.form-btn {
  
  border-radius: 22px !important;
  font-size: 24px !important;
  font-weight:600 !important;
  display:inline-block !important;
  width:auto !important;
  background-color:var(--orange) !important;
  color:#fff !important;
}
.badges-row {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 75px;
}
.badges-row img {
  max-width: 100%;
}
.site-footer {
padding: 20px 0 20px;
  color: #bfbfbf;
  background: #151515;
  font-size: 16px;
  font-weight: 300;
}
.site-footer p {
  position: relative;
  z-index: 3;
  margin: 0;
}
.badges-row .iso-badge img {
  max-width: 75%;
}
span.text-orange {
  color: var(--orange);
  font-weight: 600;
  font-size: 24px;
}
.site-footer a {
  color: #bfbfbf;
  margin-left: 10px;
}
.socials {
  position: relative;
  z-index: 3;
}
.socials a {
  margin-left: 10px;
  color: #fff;
  font-size: 13px;
}
.socials img {
  max-height: 24px;
}
@media (max-width: 1199px) {
  .site-container {
    max-width: 100%;
  }
  .floating-words {
    display: none;
  }
  .hero-copy h1 {
    font-size: 38px;
  }
  .ai-visual {
    transform: scale(0.86);
    transform-origin: center left;
  }
  .metric-item {
    gap: 13px;
  }
  .metric-item strong {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .site-header {
    position: fixed;
  }
  .narrow-container {
  max-width: 100%;
}
  .top-strip {
    justify-content: center !important;
    overflow-x: auto;
  }
  .main-nav {
    height: auto;
    min-height: 58px;
  }
  .navbar-brand {
    font-size: 40px;
  }
  .navbar-brand span{
    font-size: 56px;
  }
  .navbar-collapse {
    padding: 12px 0 18px;
    background: #191919;
  }
  .navbar-dark .navbar-nav .nav-link {
    padding: 10px 0;
  }
  .nav-cta {
    margin-top: 8px;
  }
  .hero-section {
    padding-top: 125px;
  }
  .ai-visual {
    margin: 30px auto 0;
    transform: scale(0.82);
    transform-origin: top center;
  }
  .metrics-bar {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-heading.with-action .btn {
    position: static;
    transform: none;
    margin-top: 15px;
  }
  .industry-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .process-line {
    gap: 18px;
  }
  .ready-panel {
    padding-left: 28px;
  }
  .consult-form {
    margin-top: 28px;
  }
}

@media (max-width: 767px) {
	.primary-menu-container:not(.show) {
  display: none;
}
  h2 {
    font-size: 24px;
  }
  .intro-section p {
    font-size: 18px;
    line-height: 1.5;
  }
  .rounded-btn{
    font-size: 18px;
  }
  .top-strip {
    height: auto;
    padding: 5px 0;
    justify-content: flex-start !important;
  }
  .top-link {
    margin-left: 10px;
    font-size: 10px;
  }
  .hero-section {
    min-height: auto;
    padding: 75px 0 130px;
  }
  .hero-copy {
    padding-left: 0;
    text-align: center;
  }
  .hero-copy h1 {
    max-width: none;
    font-size: 48px;
        margin-bottom: 50px;
    margin-top: 30px;
  }
  img.hero-image{
    display:none;
  }
  .rating-block {
    padding-left: 0;
    margin-top: 50px;
  }
  .hero-btn{
    font-weight: 600;
    letter-spacing: 0.5px;
  }
  .ai-visual {
    height: 315px;
    margin-left: -60px;
    transform: scale(0.66);
  }
  .metrics-wrap {
    margin-top: -45px;
  }
  .metrics-bar {
    padding: 18px;
    grid-template-columns: 1fr;
  }
  .metric-item {
    justify-content: flex-start;
  }
  .intro-section {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .section-heading p {
  margin: 5px 0 10px;
  color: #444;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}
.service-row {
  margin: 0px 0px;
}
.pb-5, .py-5 {
  padding-bottom: 1rem !important;
}
.pt-5, .py-5{
  padding-top: 1rem !important;
}
.mb-5, .my-5{
  margin-bottom: 1rem !important;
}
.process-section{
  padding: 20px 0 24px;
}
.process-section > .container > p {
  margin: 0px 0 15px;
  color: #444;
  font-size: 18px;
  font-weight: 600;
}
.process-step h3{
  font-size: 20px;
}
.process-step p{
  font-size: 18px;
}
.testimonials-section {
  padding: 20px 0 20px;
}
.service-card p{
  font-size: 18px;
}
.techSwiper .swiper-slide img{
  max-height: 75px;
}
.techSwiper .swiper-slide{
  height: 80px;
}
.industries-section p {
  margin: 0px 0 20px;
  color: #555;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
  .service-card {
    margin-bottom: 10px;
  }
  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .work-card {
    height: 160px;
    margin-bottom: 15px;
  }
  .work-card span {
    width: 118px;
    height: 44px;
    font-size: 20px;
  }
  .tech-row {
    gap: 15px;
  }
  .process-line {
    display: block;
  }
  .process-line:before {
    display: none;
  }
  .process-step {
    margin-bottom: 25px;
  }
  .testimonial-shell {
    gap: 7px;
  }
  .testimonial-card {
    width: auto;
    gap:20px;
    padding: 18px;
    flex-direction: column;
    text-align: center;
  }
  .avatar {
  width: 32px;
  height: 35px;
  flex: 0 0 32px;
  }
  .avatar img{
      max-width: 50px;
  }
  .testimonial-text{
    font-size: 16px;
  }
  .testimonial-card span {
  color: #666;
  font-size: 14px;
  font-weight: 600;
}
.testimonial-card h3 {
  margin: 0;
  color: #323232;
  font-size: 20px;
  font-weight: 600;
}
.testimonial-shell{
  max-width: 100%;
}
  .ready-panel {
        flex-direction: column;
    align-items: center;
    padding: 25px;
    justify-content: center;
    text-align: center;
    gap:50px
  }
  .ready-panel p{
    font-size: 18px;
  }
  .consultation-section h2{
    margin-bottom: 0px;
  }
  .ready-panel img {
   max-width: 80px;
  }
  .btn-white-orange {
    margin-left: 0;
    min-width: 100%;
  }
  .contact-row {
    max-width: none;
    padding: 10px 0;
    gap:15px;
  }
  .contact-row img{
    max-width: 40px;
  }
  .consultation-section{
    background-size: cover;
  }
  .contact-row strong{
    font-size: 20px;
  }
  .contact-row p{
    font-size: 16px;
  }
  .consult-form {
    max-width: none;
    padding: 25px 25px 25px;
  }
  .consult-form input, .consult-form textarea{
    padding: 10px 15px;
  font-size: 16px;
  margin-bottom: 15px;
  }
  .form-btn{
    font-size: 16px;

  }
  .badges-row {
   gap: 5px;
    flex-wrap: nowrap;
  }
  .site-footer{
    font-size: 14px;
    padding: 0px 0 10px;
  }
  .socials {
  position: relative;
  z-index: 3;
  width: 100%;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.sticky .navbar-dark .navbar-toggler{
  background: var(--orange);
 }
  span.text-orange{
    font-size: 18px;
  }
  .cmmi-badge {
    font-size: 32px;
  }
  .metric-item span{
    font-size: 20px;
  }
}
@media (max-width: 420px) {
  /* .hero-copy h1 {
    font-size: 29px;
  } */
  /* .kicker {
    font-size: 10px;
  } */
  .kicker span {
    margin: 0 6px;
  }
  .ai-visual {
    margin-left: -115px;
    transform: scale(0.54);
  }
  .testimonial-arrow {
    width: 28px;
    font-size: 22px;
  }
}
.navbar-toggler-icon {
  position: relative;
  background: none !important;
}
.navbar-toggler-icon:before,
.navbar-toggler-icon:after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}
.navbar-toggler-icon:before {
  top: 6px;
  box-shadow: 0 7px 0 #fff;
}
.navbar-toggler-icon:after {
  top: 20px;
}

@media (max-width: 767px) {
  .top-strip {
    flex-wrap: wrap !important;
    overflow: visible !important;
    justify-content: center !important;
    display: none !important;
  }
  .sticky .navbar-collapse{
    background: #fff;
  }
  ul.navbar-nav {
  gap: 10px;
}
  .top-link {
    margin: 2px 6px;
  }
  .site-header .site-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}


/* sticky header */
.site-header{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:999;
    transition:all .35s ease;
    background:transparent;
}

.site-header.sticky{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,.15);
    animation:slideDown .35s ease;
}

@keyframes slideDown{
    from{
        transform:translateY(-100%);
    }
    to{
        transform:translateY(0);
    }
}



.site-header.sticky .navbar{
    padding:0px 0;
    padding-bottom:10px;
}

@media (min-width:1199px) and (max-width: 1366px) {
 .navbar-brand{
  font-size: 44px !important;
  }
  .navbar-brand span{
    font-size: 54px !important;
  }
  .hero-copy h1{
  font-size:48px;
  margin-bottom:10px
  }
  .hero-btn {
  min-height: 30px;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 500;
}
.word{
font-size:12px !important;
}
.rating-block {
  margin-top: 10px;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
  line-height: 1.3;
}
.rating-title{
	font-size:16px;
letter-spacing:0px;
}
.rating-stars i{
	font-size:20px;
}
.kicker{
	font-size:12px;
	margin-bottom:10px;
 }
 .navbar-dark .navbar-nav .nav-link{
	  font-size: 1rem;
letter-spacing:0px;	  
 }
 .top-link{
	 font-size:12px;
	 margin-left:10px;
 }
 img.top_icon {
  max-width: 20px;
}
.top-link span svg{
max-width:20px;
}
 img.hero-image {
  max-width: 80%;
  position: relative;
  top: 20px;
  right: -115px;
}
 .metric-item span svg {
  width: 60px;
  height: 60px;
}
.metric-item strong {

  font-size: 36px;
  
}
.metrics-bar{
min-height:100px;
top:-40px;
}
h2{
font-size:24px;

}
.intro-section p, .section-heading p, .industries-section p, .process-section > .container > p, .test-p, .process-step p, .testimonial-text, .ready-panel p, .contact-row p {
font-size:16px;
}
.contact-row img {
  max-width: 40px;
}
.site-footer p{
font-size:12px;
}
.socials img {
  max-height: 18px;
}
.consult-form{
padding:20px;
}
.consult-form input, .consult-form textarea{
padding:10px 15px;
font-size:16px !important;
}
.form-btn{
	margin-bottom:0px !important;
}
.contact-row{
padding:10px 0px;
}
.ready-panel img{
max-width:60px;
}
.process-step h3, .testimonial-card h3, .contact-row strong{
font-size:20px;
}
.testimonial-card span{
font-size:14px;
}
.service-row{
gap:10px 0px;
}
.service-card p{
font-size:16px;
letter-spacing:0.2px;
min-height:220px;
}
.service-card a{
	font-size:16px;
}
.service-card{
padding:15px 10px 10px;
}
.service-title h3{
font-size:18px;
}
img.service-icon {
  max-height: 50px;
}
.rounded-btn{
font-size:16px;
padding:8px 15px;
}
.btn-orange{
letter-spacing:.5px;
}
.hero-section{
min-height:530px;
padding:75px 0 40px;
}
.metric-item span{
	font-size:14px;
}
}


button.sub-menu-toggle{
position:absolute;
display:none;
}



/* about-page */
/* --- 1. Hero Section --- */
.hero-section.inner-hero {
    background: linear-gradient(135deg, rgba(14, 27, 61, 0.95), rgba(28, 49, 99, 0.9)), url('../img/abt-hero.png') no-repeat center center/cover;
   min-height: 85vh;
  
}
.hero-desc {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
}
.inner-hero .rating-block{
  max-width: initial;
  text-align: center;
  margin-top: 40px;
  padding-right: 0px;
}
.inner-hero .rating-title {
  color: #e8e8e8;
  font-size: 40px;
  font-weight: 300;
}
.inner-hero .rating-stars span{
  font-size: 40px;
}
.inner-hero .rating-stars{
  margin-top: 15px;
}
.inner-hero .rating-stars i{
    margin-right: 20px;
  font-size: 56px;
}



/* who we are */
.why-work-section {
    background: linear-gradient(rgba(78, 36, 12, 0.92), rgba(78, 36, 12, 0.92)), url('../img/work-abt.png') no-repeat center center/cover;
}
.inner-pd{
  padding: 60px 0 60px;
}
.narrow-p{
  max-width: 60vw;
}
.inner-section p{
    margin: 10px auto 20px;
  color: #444;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
.pos-rel{
  position: relative;
}
.border-right-custom {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 767px) {
    .border-right-custom { border-right: none; border-bottom: 1px solid rgba(255, 255, 255, 0.15); padding-bottom: 20px; margin-bottom: 20px;}
}
.carousel-controls{
    position: absolute;
  display: flex;
  right: 0px;
}
.text-white{
  color:#fff !important;
}
.feature-card p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.feature-card {
    padding: 20px;
}

.feature-card h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* --- 4. Meet Our Team Section --- */
.btn-nav {
    background-color: #E85A37;
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    margin-left: 10px;
    cursor: pointer;
    transition: 0.2s;
}
.btn-nav i{
    font-size: 24px;
}

.btn-nav:hover {
    background-color: #cf4726;
}

.team-slider-container {
    overflow: hidden;
    width: 100%;
}

.team-slider {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
}

.team-card-wrapper {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 15px;
    display: flex;
    justify-content: center;
}

@media (max-width: 991px) { .team-card-wrapper { flex: 0 0 50%; max-width: 50%; } }
@media (max-width: 575px) { .team-card-wrapper { flex: 0 0 100%; max-width: 100%; } }

.team-circle-card {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background-color: #f1f1f1;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-overlay {
    position: absolute;
    bottom: 50px;
    background-color: #444444;
    color: white;
    width: 75%;
    padding: 6px 10px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}

/* carrer */
.job-desc {
  font-size: 20px;
  line-height: 1.3;
}
.card-main h6{
  font-size: 24px;
  font-weight: 600;
  color: var(--orange);
}

.job-card {
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #eaeaea;
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card-main {
    flex-grow: 1;
}

.job-footer {
    background-color: #222222;
    padding: 10px 15px;
}
.icon-wrap {
    font-size: 32px;
    color: #ffffff;
}
.view-on-link {
color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  font-weight: 600;
}
.view-on-link:hover { color: #E85A37; text-decoration: none; }

.job-icons a {
    color: #ffffff;
    margin-left: 10px;
    font-size: 13px;
}
.job-icons a:hover { color: #E85A37; }

@media (max-width: 767px) {
  .hero-desc {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.inner-hero .rating-title{
  font-size: 20px;
}
.inner-hero .rating-stars i {
  margin-right: 10px;
  font-size: 30px;
}
.inner-hero .rating-stars span {
  font-size: 30px;
}
.inner-pd {
  padding: 30px 0 30px;
}
.inner-section p{
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}
.feature-card p {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
}
.icon-wrap img{
  max-width: 50px;
}
.narrow-p {
  max-width: 100vw;
}
.carousel-controls {
  position: absolute;
  display: flex;
  right: 0px;
  top: 0px;
}
.btn-nav{
  width: 30px;
  height: 30px;
}
.job-desc{
  font-size: 16px;
  line-height: 1.3;
}
.view-on-link{
  font-size: 16px;
  
}
}


/* contact page */
.cont-zt{
    background:#fff;
    position:relative;
    padding-bottom:80px;
    
}

/*========================
HEADER
========================*/

.cont-zt-header{
    background:linear-gradient(rgba(23, 23, 23, 0.76), rgba(23, 23, 23, 1)), url('../img/cont-hero.png') no-repeat center center/cover;
    padding:250px 0 250px;
    color:#fff;
    text-align:center;
}

.cont-zt-header h2{
    color:#fff;
    font-size:64px;
    font-weight:700;
    margin-bottom:20px;
}
.cont-zt-header h2 span{
    color:var(--orange);
}
.cont-zt-header p{
   font-weight:300;
    color:#fff;
}

/*=========================
WRAPPER
=========================*/

.cont-zt-wrapper{
    margin-top:-170px;
}

/*=========================
MAP
=========================*/

.cont-zt-map iframe{
    width:100%;
    height:420px;
    border:0;
    border-radius:20px 20px 0 0;
}

/*=========================
BOX
=========================*/

.cont-zt-box{
    background:#fff;
    border-radius:0 0 20px 20px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.12);
}

/*=========================
LEFT
=========================*/

.cont-zt-info{
    background:#f5f5f5;
    padding:50px 45px;
    height:100%;
}

.cont-zt-info h3{
    font-size:36px;
    font-weight:700;
    margin-bottom:20px;
}

.cont-zt-info p{
    color:#555;
    line-height:28px;
}

.cont-zt-item{
    display:flex;
    margin:35px 0;
}

.cont-zt-item i{
    font-size:28px;
    color:#ff5a26;
    width:45px;
    margin-top:6px;
}

.cont-zt-item h5{
    color:#ff5a26;
    text-transform:uppercase;
    font-size:17px;
    font-weight:700;
}

.cont-zt-item span{
    color:#444;
    line-height:30px;
}

.cont-zt-info h4{
    margin-top:40px;
    margin-bottom:20px;
    font-weight:700;
}

.cont-zt-social{
    display:flex;
    gap:12px;
}

.cont-zt-social a{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#222;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:.3s;
}

.cont-zt-social a:hover{
    background:#ff5a26;
}

/*=========================
RIGHT
=========================*/

.cont-zt-form{
    padding:60px;
}

.cont-zt-form h2{
    font-size:48px;
    font-weight:700;
    margin-bottom:45px;
}

.cont-zt-form h2 span{
    color:#ff5a26;
}

.cont-zt-form .form-control{
    height:60px;
    border-radius:6px;
    margin-bottom:20px;
    border:1px solid #ccc;
    box-shadow:none;
    font-size:16px;
}

.cont-zt-form textarea.form-control{
    height:130px;
    resize:none;
    padding-top:18px;
}

.cont-zt-btn{
    background:#ff5a26;
    color:#fff;
    border:none;
    padding:16px 40px;
    border-radius:8px;
    font-size:20px;
    font-weight:600;
    transition:.3s;
}

.cont-zt-btn:hover{
    background:#e54b19;
}

/*=========================
RESPONSIVE
=========================*/

@media(max-width:991px){

.cont-zt-wrapper{
    margin-top:-120px;
}

.cont-zt-form{
    padding:40px;
}

.cont-zt-form h2{
    font-size:34px;
}

.cont-zt-info{
    padding:40px;
}

}

@media(max-width:767px){

.cont-zt-header{
    padding:60px 0 180px;
}

.cont-zt-header h2{
    font-size:32px;
}

.cont-zt-header p{
    font-size:17px;
    line-height:28px;
}

.cont-zt-map iframe{
    height:220px;
}

.cont-zt-form{
    padding:30px 25px;
}

.cont-zt-form h2{
    font-size:28px;
}

.cont-zt-info{
    padding:30px 25px;
}

.cont-zt-item{
    flex-direction:row;
}

.cont-zt-btn{
    width:100%;
}
}




/* Hire react Developer */
.hireparent {
   font-family: "Inter", Arial, sans-serif;
}
.hireparent .hero {
    background: #000;
    height: 360px;
}
.hireparent .hero-section {
    padding: 100px 0px;
background-color: #010101;

}
.hireparent .hero-section .hero-row {
   flex-wrap: nowrap !important;
}
.first-img {
  position: absolute;
  top: 0;
  left: 0px;
  opacity: .7;
}

.hireparent .hero-copy {
  
  position: relative;
  z-index: 99;
}
.hireparent .hero-image {
  position: absolute;
  right: 40px;
  z-index: 0;
  top: 40px;
}

.hireparent .hero h1 {
    font-size: 56px;
    font-weight: 700;
}
.hireparent .hero span,
.hireparent .service-card a,
.hireparent .num {
    color: #f15a29;
}
img.texh-mgi {
  max-height: 80px;
  margin-bottom: 10px;
}
.hireparent .service-card {
    height: 100%;
    border: 1px solid #eee;
    transition: 0.3s;
    padding: 0px;
}
.hireparent h5{
  font-weight: 600;
}
.hireparent .card-body p{
    min-height: inherit;
  font-size: 16px;
  font-weight: 400;
}
.hireparent .service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.hireparent .process .step {
    background: #fff;
    padding: 0px;
}
.hireparent .num {
  font-weight: 700;
  padding: 10px;
  display: inline-block;
  background: #f15a29;
  color: #fff;
  font-size: 32px;
}
.hireparent .tech {
    background: #08101f;
}
.hireparent .tech-card {
    background: #fff;
    border: 2px solid #f15a29;
    padding: 40px 10px;
    text-align: center;
    border-radius: 10px;
      display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hireparent .cta {
    background: linear-gradient(135deg, #b63d18, #ff6333);
    padding: 50px;
    color: #fff;
    border-radius: 8px;
}
.accordion-item {
    color: #212529;
  background-color: #fff;
  border: 1px solid #dee2e6;
  font-family: "Inter", Arial, sans-serif;
}
button.accordion-button {
  border: none;
  background: transparent;
  font-size: 20px;
  font-weight: 500;
  outline: none;
}

.accordion-body {
  padding: 10px 10px;
  background: #f3f3f3;
}