:root {
    --card-Toppadding: 1.5em;
    --clr-theme: #086ad8;
}
body {
    font-family: var(--ff-main);
}
.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;
}

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

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

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

}
.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);
}



:root {
    --card-height: 280px;
    --cardMargin: 20px;
    --clr-white: #ffffff;
    --card-Toppadding: 10px;
}

.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; /* The point where the card sticks */
   /* z-index: 1; /* Ensure the card stays on top of other content */
    /*padding-top: var(--card-Toppadding);
    border: none;
    background-color: var(--clr-white);
    height: var(--card-height);
    border-radius: 2rem;
    margin: 20px;
    /* box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0.1); Optional box shadow for card */
    /*box-shadow: 0px -1px 0px 0px #00000026;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; */

    position: sticky;
    top: 12rem;
    padding-top: calc(var(--index) * var(--card-Toppadding));
    border: none;
    background-color: transparent;
    /* height: 60vh; */
    /* height: var(--card-height); */
    
}


.card-body {
    /* box-sizing: border-box;
    padding: 3rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    background-color: var(--clr-white);
    /* box-shadow: 0px -1px 0px 0px #00000026; 
    border-radius: 20px; */


    
    padding: 5rem 3rem;
    border-radius: 50px;
    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;
    /* box-shadow: 0px -2px 29px 0px #64646F33; */
    box-shadow: 0px -2px 0 0px #64646F33;

}


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

.card-content h3 {
    /* font-size: 1.8rem; */
    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-section{
	background: #086AD8;
}

.consultant-section .cta-btn {
    background-color: #fff;
    color: #333333;
    padding: 23px 30px;
    border-radius: 10px;
	white-space: nowrap;
}

.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;
	}


/* css end */

@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;
    }
    
}
@media (max-width: 1280px) {
    .banner-section .section-heading::before {
        top: 1.4rem;
    }
    .card-body {
        padding: 4rem 2rem;
    }
    
}
@media (max-width: 1199px) {
    .banner-section .section-heading::before {
         height: 6rem;
    }
    .card-body {
        padding: 2rem 1.5rem;
    }
    .card-content {
        padding-right: 0;
    }
   
}

@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;
	}
}
@media (max-width: 767px) {
    .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 {
        /* width: 80%;
        left: 10%;
        height: 0.2rem;
        top: -1.2rem; */
        display: none;
    }
    .application-grid {
    grid-template-columns: repeat(1, 1fr);
    padding: 0.8rem;
    width: 98%;
}
	.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;
		
	}
	

}
@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;
    }
}

.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
}

@media (max-width: 575px) {
  .tech-stack-grid-item h6 {
    display: flex;
    flex-direction: column;
  }
}
