html {
  font-size: 10px;
}

:root {
  --clr-theme: #086ad8;
  --clr-heading: #282828;
  --clr-body: #4b4b4b;
  --card-Toppadding: 1.5em;
  --cards: 7;
  --card-height: 350px;
  --card-Toppadding: 1.5em;
  --cardMargin: 4vw;
  --fs-700: 3.4rem;
  --fs-600: 2rem;
  --fs-500: 1.8rem;
  --fs-400: 3.4rem;
  --fs-body: 1.6rem;
  --fs-btn: 1.4rem;
}

body {
  font-family: var(--ff-main);
  font-size: var(--fs-body) !important;
  color: var(--clr-body);
}

li,
p,
a {
  font-size: var(--fs-body);
}

h1,
h2 {
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-size: var(--fs-600);
	font-weight: 600;
  color: var(--clr-heading);
	
}

h4 {
  font-size: var(--fs-500);
}

.section-heading {
  font-size: var(--fs-700);
  line-height: 1.4;
  color: var(--clr-heading);
  margin-bottom: 1rem;
}

.section-padding {
  padding: 8rem 0;
}

.banner-section {
  background-color: #086AD8;
  position: relative;
  background-image: url(/wp-content/uploads/2025/05/circle.png.webp),
    url(/wp-content/uploads/2025/05/half-circle.png.webp),
    url(/embedded/wp-content/uploads/2025/05/cross-banner.webp);
  background-repeat: no-repeat;
  background-position: top left, bottom left, top right 0;
  background-size: 6%, 30%, 7%;
	height: auto;
}
.banner-section .section-heading {
  position: relative;
}

.banner-section .section-heading::before {
  content: "";
  width: 5px;
  background-color: var(--clr-white);
  border-radius: 6px;
  left: -2.2rem;
  position: absolute;
  height: 8rem;
  margin-right: 1.2rem;
  top: 2rem;
}

.services-section ul.list-style-type-none li {
  margin-bottom: 2rem;
  color: #868d9b;
}

ul.list-style-type-none li::before {
  content: url("/wp-content/uploads/2025/05/blue-tick.png");
  position: absolute;
  left: -2.6rem !important;
  top: 0.3rem;
  font-size: var(--fs-regular);
}

.application-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem;
  padding-top: 3rem;
}

.application-grid-item {
  display: flex;
  padding: 2.875rem 2.875rem 1.875rem;
  border-radius: 16px;
  border: none;
  box-shadow: 1.95px 1.95px 2.6px 0px #00000026;
  background: #ffffff;
}
.application-grid-item img {
  width: 24px;
  height: 24px;
  margin-right: 0.7rem;
}
.application-grid-item h5 {
  font-weight: 600;
  font-family: var(--ff-main);
}
.application-grid-item p {
  font-weight: 400;
  font-family: var(--ff-main);
}

.text-blue {
  color: #007bff;
}

.cta-btn {
  background-color: #086ad8;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  font-size: var(--fs-btn);
}
/* .cta-btn:hover {
  background-color: #0056b3;
} */
.card-img {
  flex: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-img img {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
}

#yt-player {
  background: transparent;
}

#yt-player iframe {
  background-color: transparent;
}
div#movie_player {
  background-color: transparent !important;
}

/* 21may */

.accordion-item {
  border-bottom: 1px solid #bdbdbd;
}

.accordion {
  cursor: pointer;
  /* margin: 5px 0; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.panel {
  height: 0;
  overflow: hidden;
  transition: height 0.4s linear;
  /* padding: 0 24px; */
}

.theme-text {
  color: var(--clr-theme);
}

.rotate-icon {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

/* iot css */

.services-subheading {
  font-weight: 600;
  color: #555555;
}

.rtos-section {
  background-color: #f0f6fc;
}

.retail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 2rem;
}

.retail-commonblock {
  background-color: #ccd0fe;
  padding: 2rem 1rem;
  text-align: center;
  border-radius: 9px;
}

.retail-grid .retail-commonblock:nth-child(2) {
  background-color: #faf8c9;
}

.retail-grid .retail-commonblock:nth-child(3) {
  background-color: #6ec2ea;
}

.retail-commonblock h4 {
  font-weight: 600;
  padding-bottom: 8px;
  color: #2b2900;
}

.retail-section {
  background-color: #f0f6fc;
}

.retail-commonblock p {
  color: #2b2900;
}

.tagline {
  font-weight: 400;
  font-style: Italic;
  font-size: 16px;
  padding-top: 3rem;
  padding-bottom: 1rem;
  color: var(--clr-heading);
}

.deployment-section {
  background-color: #f0f6fc;
}

.deployment-block {
  border-radius: 8px;
  padding: 30px;
  background-color: #ffffff;
}

.hire-leftContent {
  position: sticky;
  top: 14rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: var(--card-height);
}

.card-body {
  box-sizing: border-box;
  padding: 5rem 3rem;
  border-radius: 50px;
  box-shadow: 0px 7px 29px 0px #64646f33;
  min-height: var(--card-height);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  background-color: var(--clr-white);
  column-gap: 1.5rem;
}

.card-content {
  flex: 1;
  padding-right: 2rem;
}

#cards {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(var(--cards), var(--card-height));
  gap: var(--cardMargin);
  padding-bottom: calc(var(--cards) * var(--card-Toppadding));
  margin-bottom: 0;
}

.card {
  position: sticky;
  top: 8rem;
  padding-top: calc(var(--index) * var(--card-Toppadding));
  border: none;
  background-color: transparent;
}

#card1 {
  --index: 1;
}

#card2 {
  --index: 1.5;
}

#card3 {
  --index: 2;
}

#card4 {
  --index: 2.5;
}

#card5 {
  --index: 3;
}

#card6 {
  --index: 3.5;
}

#card7 {
  --index: 4;
}

.framework-text {
  color: #555555;
  font-weight: 700;
  font-size: 1.6rem;
  position: relative;
}

.business-section h3 {
  font-weight: 400;
  font-size: 2rem;
}

.stack-block {
  padding-bottom: 2rem;
}

.services-section p {
  padding-top: 2rem;
  padding-bottom: 2rem;
}



.faq-section.section-padding{
	padding-top: 0;
}

.consultant-section svg{
	vertical-align: middle;
}

.video-overlay {
    height: 100%;
}

.consultant-section span a{
	color: #ffffff;
	text-decoration: underline;
}

.deployment-block h3, .rtos-section h3{
	font-size: 1.8rem;
}

.retail-commonblock:first-child h3{
	color: #360060;
}

.retail-commonblock:nth-child(2) h3{
	color: #2B2900;
}

.retail-commonblock:nth-child(3) h3{
	color: #002D42;
}

.banner-section video {
    background-color: #086AD8;
}


/* css end */

@media (min-width: 1600px) {
  :root {
    --card-height: 350px;
    --fs-700: 4.6rem;
    --fs-600: 2.6rem;
  }

  .banner-section {
    background-size: 6%, 30%, 7%;
  }

  .framework-text {
    font-size: 1.8rem;
  }
	
	.hire-leftContent{
	top: 36rem;
}
	
	.card {
    top: 17rem;
   }
}
@media (max-width: 1366px) {
  .banner-section .section-heading::before {
    top: 1rem;
  }
}
@media (max-width: 1280px) {
  .banner-section .section-heading::before {
    top: 1.4rem;
  }
  .card-body {
    padding: 4rem 2rem;
  }
}
@media (max-width: 1199px) {

  .card-body {
    padding: 2rem 1.5rem;
  }
  .card-content {
    padding-right: 0;
  }
}

@media (max-width: 991px) {

  .hiring-section .section-heading {
    height: auto;
    justify-content: center;
  }
  .card {
    top: 4rem;
  }

  .bg-blue .section-heading {
    text-align: center;
  }
  .bg-blue .col-md-12 {
    align-items: center;
  }
  .application-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hire-leftContent{
    height: auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
	:root{
		--fs-700: 2.8rem;
	}
	
	.container {
    max-width: 95%;
}
	
  .banner-section {
    padding-bottom: 3rem;
    padding-top: 5rem;
    background-position: top left, bottom center, top right 0;
    background-size: 15%, 30%, 13%;
  }
  .banner-section .section-heading {
    max-width: 100%;
  }
  .banner-section .section-heading::before {
    display: none;
  }
  .application-grid {
    grid-template-columns: 100%;
    width: 98%;
  }

  .business-section .section-heading{
    margin-bottom: 3rem;
  }

  .section-padding {
    padding: 6rem 0;
}

.icon-plus img, .icon-minus img{
    width: 26px;
    height: 26px;
  }

  .retail-grid{
    grid-template-columns: 100%;
  }

  .deployment-section .row{
    flex-direction: column-reverse;
  }
	
	.tech-section .row{
		flex-direction: column-reverse;
	}
	
	.consultant-section .cta-btn.mobileCTA span{
		line-height: 1.6;
		padding-left: 8px;
	}
	
	.banner-section{
		background-image: none;
	}
	
	.banner-section.section-padding{
		padding: 4rem 0 0;
	}
	
	
	
}
@media (max-width: 450px) {
  :root {
    --card-height: 420px;
    --fs-regular: 0.9rem;
  }
  .card-body {
    flex-direction: column;
  }
  .card-content {
    order: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .card-content p,
  .card-content h3 {
    text-align: center;
  }
  .card-img {
    order: 0;
  }
  .card-img img {
    max-width: 35%;
    margin-bottom: 10px;
  }
}
