		.hero-screen__offer .info-block:first-child .info-block__text {
    background: #d1d1d1;
	color:#000;
    left: 50%;
    top: calc(100% + 10px);
    transform: translateX(-50%);
}
	.hero-screen__offer .info-block:nth-child(2) .info-block__text {
    background: #d1d1d1;
	color:#000;

}
	.marquee-string--black {
    background: #ffdd17;
    color: black;
		}
.accordion__item.active:not(.accordion--faq .accordion__item),
.accordion__item:hover:not(.accordion--faq .accordion__item) {
  background: #ffdd17;
  background: #ffdd17;
  color: #222;
  color: var(--black);
}
.brands-grid__col{
	display: flex;
    flex-direction: column;
    margin-top: -100px;
    width: 100%;
    gap: var(--gap);
		}
.accordion--faq .accordion__header .plus {
  align-items: center;
  background: #9050eb;
  background: #9050eb;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: max(24px, min(calc(17.14286px + 0.89286vw), 30px));
  justify-content: center;
  width: max(24px, min(calc(17.14286px + 0.89286vw), 30px));
}
.accordion--faq .accordion__header .plus:hover {
  align-items: center;
  background: #ffdd17;
  background: #ffdd17;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: max(24px, min(calc(17.14286px + 0.89286vw), 30px));
  justify-content: center;
  width: max(24px, min(calc(17.14286px + 0.89286vw), 30px));
}
.testimonials{
   background-color: #ffdd17;
}
.btn.btn--grey-hover:before {
  background: #ffdd17;
  background: #ffdd17;
}
.marquee-string--black .round-fill{
  color: #fff;
  color: #fff;
}
.round-fill{
	color: #fff;

}
.btn{
	color:#fff;
}
.btn:before {
	background-color:#ffdd17;
}
.brands-grid {
     min-height: 1200px;
	 max-height:1300px;
	 padding:100px;

}
.brands-grid__item {
flex: 0 0 auto;
    height: 26.25vw;
    min-height: 450px;
    min-width: 375px;
    overflow: hidden;
/*     width: 43.013888888888886vw; */
}
.brands-grid__col {
    margin-bottom: 10 !important;
    margin-left: 10 !important;
    margin-top: 10 !important;
    width: 100vw;
  }
@media screen and (min-width: 1920px) {
    .brands-grid__item {
/*      width: 41.979166666666664vw; */
		overflow: hidden;
		height: 28.25vw;
        min-height: 500px;
        min-width: 375px;
        overflow: hidden;
    }
}	
.btn.btn--white {
    background: #9050eb;
}
.btn.btn--ghost:before, .btn.btn--grey:before, .btn.btn--white:before {
    background: #ffdd17;
    background: #ffdd17;
}
.btn.btn--arrow .btn__arrow {
	color:#fff;
}
.btn-hover:hover:before  {
  background: #9050eb;
  background: var(--#9050eb);
  color: #222;
  
}
		
.why-evolve:not(:first-child) {
    padding-top: 60px;
}
.about-section {
    padding: max(147px, min(calc(-42.85714px + 13.39286vw), 150px)) 0;
}
.splitting-text-animation .primary {
    padding: 5px;
}
		
.brands .brands-marquee-title {
  align-items: center;
  display: flex;
  font-size:max(32px, min(calc(16px + 2.08333vw), 46px));;
   font-weight: 800;
  gap: 0.25rem;
  justify-content: center;
  margin-bottom: max(60px, min(calc(18.85714px + 5.35714vw), 90px));
  text-align: center;
}
.wp-block-buttons .wp-block-button__link {
    width: 100%;
    background-color: #9050eb;
	margin-top:20px;
}
.wp-block-column {
		padding-top:180px;
	    padding-left:90px;
		}
		.wp-block-heading{
			padding-top:70px;
		}
		.wpcf7{
			padding:55px;
		}

form {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background-color: #9050eb;
  padding: 30px;
  border-radius: 20px;
  color: black;
  width: 500px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
/*   z-index: 1000; */
}


.round ,.splitting-text-animation .round{
	background-color:#ffdd17;
	border-radius:50px;
	color:black;
}
.accent-title.accent-title--invert .round-fill {
    background: #ffdd17;
    background: #ffdd17;
    color: #222;
    color: var(--black);
}
/* 		.round {
  border: 1px solid #fff;
  border: 1px solid var(--white);
  border-radius: 68px;
} */
.latest-works h1{
	 margin-bottom: max(30px, min(calc(-4.28571px + 4.46429vw), 20px));
		}
input[type="submit"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ffdd17;
    border-radius: 56px;
    color: white;
    font-size: 25px;
    padding: 14px;
}
input[type="submit"]:hover{

    background-color: #ffdd17;
    border-radius: 56px;
    color: black;
    font-size: 25px;
    padding: 14px;
}
		.menu li {
  position: relative;
}

.menu li ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #222222;
  color:#fff;	
  padding: 10px;
  min-width: 180px;
  z-index: 999;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  width: max-content;
}

.menu li:hover > ul.sub-menu {
    display: block;
	background-color:#9050eb;
    border-radius:10px;
	padding:10px;

}		
		
.menu li ul.sub-menu li:hover {
  display: block;
  color:black;
  background-color:#ffdd17;
  border-radius:5px;	
}
.bee-img {
  position: absolute;
  width: 200px;
  height: auto;
  z-index: 1;
  opacity: 0.8;
  animation: fly 3s ease-in-out infinite alternate;
}

.right-bee {
  top: 53%;
  right: -80px;
  margin: -40px;
  transform: translateY(-50%);
  animation: slideInRight 1.5s ease forwards, fly 3s ease-in-out infinite alternate;
  width: 350px;
}

.left-bee {
  top: 65%;
  left: -80px;
  margin-left: -38px;
  transform: translateY(-50%);
  animation: slideInLeft 1.5s ease forwards, fly 3s ease-in-out infinite alternate;
  width: 350px;
}

/* Slide-in Animations */
@keyframes slideInRight {
  0% {
    right: -150px;
    opacity: 0;
  }
  100% {
    right: 30px;
    opacity: 1;
  }
}

@keyframes slideInLeft {
  0% {
    left: -150px;
    opacity: 0;
  }
  100% {
    left: 30px;
    opacity: 1;
  }
}
@media (max-width: 767px) {
 .bee-img {
    display: none;
  }
}		

/* Flying Animation */
@keyframes fly {
  0% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-60%) translateX(10px);
  }
  100% {
    transform: translateY(-50%) translateX(-10px);
  }
}
		
.banner-img{
	position: absolute;
  width: 200px;
  height: auto;
  z-index: 1;
  opacity: 0.8;
  animation: fly 3s ease-in-out infinite alternate;
						}
.left-side-bee{
  top: 68%;
  left: -80px;
  margin-left: -38px;
  transform: translateY(-50%);
  animation: slideInLeft 1.5s ease forwards, fly 3s ease-in-out infinite alternate;
  width: 400px;
						}
.right-side-bee{
   top: 61%;
  right: -80px;
  margin: -119px;
  transform: translateY(-50%);
  animation: slideInRight 1.5s ease forwards, fly 3s ease-in-out infinite alternate;
  width: 400px;
}
@media (max-width: 767px) {
  .banner-img {
    display: none;
  }
}
.social-icons{
	 display: flex;
    justify-content: end;
    margin-left: 25px;
    width: 130px;
		}
.splitting-text-animation .round:before {
/*   border-radius: 68px; */
  content: "";
  display: inline-block;
  height: 100%;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%) scale(0.5);
  transition: 0.75s ease-in-out;
  width: calc(100% - 30px);
}
.splitting-text-animation.show .round:before {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
		 @keyframes flyBee {
      0%   { transform: translateY(0) rotate(0deg); }
      25%  { transform: translateY(-5px) rotate(10deg); }
      50%  { transform: translateY(0) rotate(-10deg); }
      75%  { transform: translateY(5px) rotate(10deg); }
      100% { transform: translateY(0) rotate(0deg); }
    }

    .bee-start,
    .bee-end {
      animation: flyBee 2s infinite ease-in-out;
      display: inline-block;
      width: 60px;
      height: auto;
      vertical-align: middle;
    }
@media (max-width: 767px) {
  .bee-start, .bee-end {
    display: none;
  }
}
.brands-grid-wrap {
  position: relative;

}
		
.testimonials-card {
    background: #9050eb;
    background: var(--primary);
    /* border: 1.5px solid #222; */
    /* border: 1.5px solid var(--black); */
    border-radius: 39px;
    color: #222;
    color: var(--black);
    height: 100%;
    min-width: 335px;
    padding: max(24px, min(calc(17.14286px + 0.89286vw), 30px));
}
		
.submit-btn {
    background: #ffdd17;
			color: #0e1127
		}
.latest-works {
    padding: max(54px, min(calc(-28px + 21.875vw),150px)) 0 100px;
}
.footer {
  color: #fff;
  color: var(--white);
  padding: max(0px, min(calc(25.71429px + 4.46429vw), 30px)) 0;
}
.pagination {
  margin-top: 40px;
  text-align: center;
}

.pagination a, .pagination span {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 5px;
  background-color: #9050eb;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.pagination .current {
  background-color: #ffdd17;
  color: #000;
  font-weight: bold;
}
		
		
		
/* 	job section	 */
		.choices__inner {
  vertical-align: top;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  width: 100%;
  min-height: 44px;
  padding: 7.5px 7.5px 3.75px;
  font-size: 14px;
  display: inline-block;
  overflow: hidden;
	color:black;
}
.choices[data-type*="select-one"] .choices__input {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin: 0;
  padding: 10px;
  display: block;
  color: black;
   width: min-content;
}
		
.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  padding: 10px;
  font-size: 14px;
  position: relative;
	color:black;
}
		
.choices__list--dropdown, .choices__list[aria-expanded]{
			    background-color: #d90f0f;
	color:black;

		}
		/* Example override */
.awsm-job-listings {
  background-color: #fff !important;
  padding: 20px !important;
  border-radius: 10px;
}

.awsm-job-title {
  font-size: 20px !important;
  font-weight: bold;
  color: #333 !important;
}

.awsm-job-meta {
  font-size: 14px !important;
  color: #777 !important;
}
.why-evolve h2 {
    margin-bottom: max(30px, min(calc(7.14286px + 2.97619vw), -30px));
}
		
.why-evolve .accordion__header {
    font-size: max(22px, min(calc(3.71429px + 2.38095vw), 36px));
    line-height: 1.2;
    opacity: 1;
}