:root {
    /* --card-Toppadding: 1.5em; */
    --clr-theme: #086ad8;
    --card-height: 280px;
    --cardMargin: 20px;
    --clr-white: #ffffff;
    --card-Toppadding: 10px;
}
body {
    font-family: var(--ff-main);
}
video#myVideo {
	width: 100%
}
.fw-bold {
    font-weight: 700;
}
.fw-600 {
    font-weight: 600 !important;
}
.banner-section {
    background-color: var(--clr-primary);
    position: relative;
    overflow: hidden;
    background-image: url(/wp-content/uploads/2025/05/circle.png.webp), url(/wp-content/uploads/2025/05/half-circle.png.webp), url(/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%;
}
.banner-section .section-heading {
   position: relative;
   max-width: 23ch;
   letter-spacing: 0.02rem;
	margin-bottom: 0.5rem;
}

.banner-section .section-heading::before {
    content: "";
    width: 5px;
    background-color: var(--clr-white);
    border-radius: 6px;
    left: -1.2rem;
    position: absolute;
    height: 6rem;
    margin-right: 1.2rem;
    top: 2rem;
}
h2.section-heading {
    width: 98%;
}
.banner-section p.sub-heading.text-white {
    font-family: 'Poppins';
    /*font-weight: 500;*/
    /*font-size: var(--fs-600);*/
    line-height: 1.4;
    letter-spacing: 0.02rem;
	width: 80%;
}
/* .btn-orange:hover {
  background-color: #D98806 !important;
} */

.application-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
}
.why-us-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    padding: 2rem 3rem;
}

.application-grid-item {
   display: flex;
   padding: 1rem;
   border-radius: 16px;
   border: none;
   /*box-shadow: 1.95px 1.95px 2.6px 0px #00000026;*/
}

.application-grid-item:first-of-type{
    background-color: #E4F1FF;
}
.application-grid-item:nth-of-type(2){
    background-color: #FFFBDF;
}
.application-grid-item:nth-of-type(3){
    background-color: #EAFDFF;
}
.application-grid-item:nth-of-type(4){
    background-color: #F1E5FF;
}
.application-grid-item:nth-of-type(5){
    background-color: #E9FDFF;
}
.application-grid-item:nth-of-type(6){
    background-color: #E4F1FF;
}

.rtos-sector .d-flex.align-items-center.justify-content-center.vw-100 .application-grid-item {
    background-color: #FFFBDF;
    margin-top: 1.2rem;
}
.why-us-grid-item {
   display: flex;
   padding: 1rem;
   border-radius: 16px;
   border: none;
  border-radius: 10px;
  background-color: #fff;
}

.application-grid-item img, .why-us-grid-item img {
    width: 24px;
    height: 24px;
    margin-right: 0.7rem;
}
.application-grid-item h5, .why-us-grid-item h5 {
    font-weight: 600;
    font-family: var(--ff-main);
}
.application-grid-item p, .why-us-grid-item p {
    font-weight: 400;
    font-family: var(--ff-main);
}

.hiring-section {
    background: url('/wp-content/uploads/2025/05/business-bg.png.webp'), #f0f6fc;
    padding: 2rem 0;
    position: relative;
    z-index: 0; /* Make sure section content isn't overlapped */
}

.hiring-section .section-heading {
    position: sticky;
    top: 12rem;
    bottom: 3rem;
    display: flex;
    justify-content: left;
    align-items: center;
    height: var(--card-height);
}

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

#cards {
    list-style: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: var(--cardMargin);
    margin-bottom: var(--cardMargin);
    position: relative;
}

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


.card-body {
    padding: 5rem 3rem;
    border-radius: 50px;
    height: var(--card-height);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    background-color: var(--clr-white);
    column-gap: 1.5rem;
    /* box-shadow: 0px -2px 29px 0px #64646F33; */
    box-shadow: 0px -2px 0 0px #64646F33;

}


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

.card-content h3 {
    color: #333;
}

.card-content p {
    font-size: 1rem;
    color: #666;
}

.cta-btn {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}
.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;
}
#card1{
    --index:1;
}
#card2{
    --index:2;
}
#card3{
    --index:3;
}
#card4{
    --index:4;
}
#card5{
    --index:5;
}
#card6{
    --index:6;
}
#card7{
    --index:7;
}
#card8{
    --index:8;
}
#card9{
    --index:9;
}
#card10{
    --index:10;
}
#card11{
    --index:11;
}
#card12{
    --index:12;
}
#card13{
    --index:13;
}
#card14{
    --index:14;
}
#card15{
    --index:15;
}
#card16{
    --index:16;
}
#card17{
    --index:17;
}
/* #card17 .card-body{
     
     box-shadow: 0px 0px 29px 0px #64646F33;
    /* box-shadow: 0px -2px 0 0px #64646F33;
} */
/* #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;
  }

 /* accordion */
/* consultant
 */
.consultant-section{
	background: #086AD8;
}

.consultant-section .cta-btn {
    background-color: #fff;
    color: #333333;
    padding: 23px 30px;
    border-radius: 10px;
	white-space: nowrap;
}
/* .consultant-section .cta-btn:hover {
    background-color: #333333;
    color: #ffffff;
} */
.consultant-section .cta-btn:hover svg {
    fill: white !important;
}

.consultant-heading{
font-weight: 700;
font-size: 30px;
}

.consultant-text {
    font-weight: 600;
    font-size: 20px;
    margin-top: 8px;
    display: inline-block;
}

.consultant-section .cta-btn svg{
		vertical-align: middle;
	margin-right: 0.3rem;
	}

    /* Tech stack section */
.tech-stack-section {
  width: 100%;
  margin-top: 1rem;
  padding: 4rem 16rem;
  background-color: #fff;
  border-radius: 16px;
}
.tech-stack-grid-1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem;
  /* margin-bottom: rem; */
}

.tech-stack-grid-item .img-area{
    display: flex;
    align-items: center;
    justify-content: center;
}
 .tech-stack-grid-item .img-area img{
  /* width: 67px;
  height: 67px; */
  width: auto;
  height: 50px;
  margin-bottom: 5px;
}
.tech-stack-grid-item h6 {
  text-align: center;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.3;
  letter-spacing: 0%;
  text-align: center;
  color: #3E3E3E;

}

 .tooltip-inner {
  background-color: #696969;
 }

/* css end */
.hire-section h4, .why-us h4 {
    font-size: 25px;
}

@media (min-width: 1600px) {
    :root {
        --card-height: 350px;
    }

    #cards {
        padding-bottom: 3rem;
    }
     .banner-section {
        background-size: 6%, 30%, 7%;
     }
		
	.consultant-heading{
	font-size: 40px;
    }
	
	.consultant-contentGroup{
		font-size: 1.8rem;
	}
	
	
	
}
@media (max-width: 1366px) {
    /*.banner-section .section-heading::before {
        top: 1rem;
    }*/
    .tech-stack-grid-2 {
        gap: 8px;
    }
    .tech-stack-grid-item h6 {
        font-size: 0.8rem;
    }
	.banner-section p.sub-heading.text-white {
		width: 90%
	}
}
@media (max-width: 1280px) {
    .banner-section .section-heading::before {
        top: 1.4rem;
    }
    .card-body {
        padding: 4rem 2rem;
    }
    .tech-stack-grid-1 {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        margin-bottom: 0;
    }
    .hire-section h4, .why-us h4 {
        font-size: 22px;
    }
	    .banner-section p.sub-heading.text-white {
			width: 100%
	}
    
}
@media (max-width: 1199px) {
    .banner-section .section-heading::before {
         height: 6rem;
    }
    .card-body {
        padding: 2rem 1.5rem;
    }
    .card-content {
        padding-right: 0;
    }
    .application-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .rtos-sector .d-flex.align-items-center.justify-content-center.vw-100 .col-lg-4 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .why-us-grid {
        padding: 1rem 0;
    }
    /*.banner-section p.sub-heading.text-white {
        font-size: 1.1rem;
    }*/
    .tech-stack-section {
        padding: 4rem 4rem;
    }
    .hire-section h4, .why-us h4 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .banner-section .section-heading::before {
        height: 4rem;
    }
    .hiring-section .section-heading {
        height: auto;
        justify-content: center;
    }
    .card {
        top: 4rem;
    }
    .accordion {
        padding: 10px 0;
    }
    /* .bg-blue .section-heading {
        text-align: center
    } */
    .bg-blue .col-md-12 {
        align-items: center;
    }
    .application-grid {
        gap: 1.0rem;
    }
    .application-grid-item {
        padding: 0.8rem;
    }
	
	.consultant-heading {
    font-size: 25px;
    }
	
	.consultant-text{
		font-size: 16px;
	}
	
	.consultant-section .cta-btn{
		padding: 18px;
	}
    .hire-section h4, .why-us h4 {
        font-size: 18px;
    }
}
@media (max-width: 1080px) and (min-width: 992px) {
	.banner-section .section-heading {
		width: 115%
	}
} 
@media (max-width: 991px) and (min-width: 768px) {
   :root {
        --fs-regular: 0.8rem;
      }
   /* .banner-section p.sub-heading.text-white {
        font-size: 1.0rem;
    }*/
    .tech-stack-grid-1 {
    grid-template-columns: repeat(2, 1fr);
    }
	.banner-section .section-heading {
		width: 115%
	}
}
@media (max-width: 767px) {
	.cta-section {
		display: flex;
		justify-content: center;
		align-items: center;
	}
    .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: repeat(1, 1fr);
    padding: 0.8rem;
    width: 98%;
    }
    .why-us-grid {
        grid-template-columns: repeat(1, 1fr);
    }
	.consultant-section.section-padding, .business-section.section-padding {
		padding: 3rem 0;
	}
	
	.consultant-block{
		flex-direction: column-reverse;
		padding-bottom: 2rem;
	}
	
	.consultant-img{
		display: flex;
		flex-direction: column;
	}
	
	.consultant-heading{
		font-size: 26px;
	}
	
	.consultant-section .mobileCTA span{
	padding-top: 0.3rem;
		
	}
    .rtos-sector .d-flex.align-items-center.justify-content-center.vw-100 .col-lg-4{
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
     .banner-section p.sub-heading.text-white {
        /*font-size: 1.0rem;*/
		width: 90%;
		text-align: center;
    }
    .tech-stack-grid-1 {
        grid-template-columns: repeat(2, 1fr);
    }
   
	

}
@media (max-width: 575px) {
  .tech-stack-grid-item h6 {
    display: flex;
    flex-direction: column;
  }
  .banner-section p.sub-heading.text-white {
    font-size: 1rem;
  }
  .tech-stack-grid-item h6 {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width:450px) {
    :root {
    --card-height: 300px;
    --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;
    }
}

/* SVG animation on page */
.aos-animate .pop1, .aos-animate .pop2, .aos-animate .pop3, .aos-animate .pop4, .aos-animate .pop5, .aos-animate .pop6 {
    animation: popAnimation 0.8s forwards;
    transform: scale(0);
    transform-origin: center center;
    transform-box: fill-box;
}

@keyframes popAnimation {
    0%{
        opacity: 0;
        transform: scale(0);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }
}
.aos-animate .pop1{
    animation-delay: 0.6s;
}
.aos-animate .pop2{
    animation-delay: 0.8s;
}
.aos-animate .pop3{
    animation-delay: 1s;
}
.aos-animate .pop4{
    animation-delay: 1.2s;
} 
.aos-animate .pop5{
    animation-delay: 1.4s;
} 
.aos-animate .pop6 {
    animation-delay: 1.6s
}
