body {
  font-family: "Open Sans", sans-serif;
  counter-reset: process-count;
}

:root {
  --color-white: #fff;
}

.list-disc ul {
  list-style: disc;
}

.list-disc ul li {
  padding: 8px 0;
}

.orange-gradient-1 {
  background: radial-gradient(50% 50% at 50% 50%, #ff9831 0%, #fe330a 100%);
  filter: blur(55px);
}

.orange-gradient-2 {
  background: radial-gradient(50% 50% at 50% 50%, #fe330a 0%, #ff9831 100%);
  filter: blur(55px);
}

.primary-gradient-1 {
  background: radial-gradient(50% 50% at 50% 50%, #5ecfdd80 0%, #5ecfdd80 100%);
  filter: blur(55px);
}

.primary-gradient-2 {
  background: radial-gradient(50% 50% at 50% 50%, #5ecfdd80 0%, #5ecfdd80 100%);
  filter: blur(55px);
}

/* Custom CSS for accordion */
.accordion-item .accordion-header {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.accordion-header {
  column-gap: 20px;
}

.accordion-header h5 {
  flex: 1;
}

.accordion-header .accordion-icon {
  transition: all 0.3s ease;
}

.accordion-item.active .accordion-icon {
  transform: rotate(-45deg);
}

.accordion-item.active .accordion-icon.is-blue {
  background-color: #321ca4;
}

.accordion-icon.is-blue {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #eaedf0;
}

.accordion-icon.is-blue img:last-child {
  position: absolute;
  opacity: 0;
}

.accordion-item.active .accordion-icon.is-blue img:last-child {
  opacity: 1;
}

.accordion-icon.is-chevron {
  position: relative;
  width: 30px;
  height: 30px;
}

.accordion-icon.is-chevron img:first-child {
  opacity: 1;
}

.accordion-icon.is-chevron img:last-child {
  opacity: 0;
}

.accordion-header .accordion-icon.is-chevron {
  transform: rotate(0deg);
}

.accordion-item.active .accordion-icon.is-chevron img:first-child {
  opacity: 0;
}

.accordion-item.active .accordion-icon.is-chevron img:last-child {
  opacity: 1;
}

.accordion-icon.is-outline-green {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-icon-plus {
  position: relative;
}

.accordion-icon-plus::before,
.accordion-icon-plus::after {
  position: absolute;
  content: '';
  background: #fff;
  transition: all 0.5s ease;
  width: 20px;
  height: 1px;
  top: 0px;
  left: -10px;
}

.accordion-icon-plus::after {
  transform: rotate(90deg);
}

.accordion-item.active .accordion-icon.is-outline-green {
  border-color: #39ff14;
  transform: rotate(0);
}

.accordion-item.active .accordion-icon.is-outline-green .accordion-icon-plus::before {
  background: #39ff14;
}

.accordion-item.active .accordion-icon.is-outline-green .accordion-icon-plus::after {
  transform: rotate(0deg);
  opacity: 0;
}

.accordion-content {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
}

.accordion-item.active .accordion-content {
  height: auto;
  transition: all 0.5s ease;
  opacity: 1;
  transform: translateY(0px);
  margin-top: 15px;
}

.accordion-item.is-2:has(.active),
.accordion-item.is-3:has(.active) {
  border: none;
  box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}

.footer-text-slider {
  animation: horizontal-slide-from-right-to-left 10s linear infinite normal forwards;
}

.horizontal-slide-from-right-to-left {
  animation: horizontal-slide-from-right-to-left linear 10s infinite;
}

.horizontal-slide-from-left-to-right {
  animation: horizontal-slide-from-left-to-right linear 10s infinite;
}

@keyframes horizontal-slide-from-right-to-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes horizontal-slide-from-left-to-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.sticky-menu.nav-hidden {
  animation: fadeInDown 0.9s 1;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

#tab-list li:first-child a {
  border-top-left-radius: 10px;
}

#tab-list li:last-child a {
  border-top-right-radius: 10px;
}

.shapes {
  position: absolute;
  z-index: -1;
}

.tab-content .illustration-holder .shape-one {
  top: 8.1%;
  right: 61.8%;
  width: 8.4%;
  animation: jumpTwo 10s infinite linear;
}

.tab-content .illustration-holder .shape-two {
  top: 0.1%;
  right: 55.8%;
  width: 3.92%;
  animation: jumpThree 10s infinite linear;
}

.tab-content .illustration-holder .shape-three {
  top: -7%;
  right: 42.1%;
  width: 4.1%;
  animation: jumpTwo 10s infinite linear;
}

.tab-content .illustration-holder .shape-four {
  top: -4.8%;
  right: 29.8%;
  width: 6.63%;
  animation: jumpThree 10s infinite linear;
}

.tab-content .illustration-holder .shape-five {
  top: 46.9%;
  right: 9.5%;
  width: 15.14%;
}

.tab-content .illustration-holder .shape-six {
  top: 43%;
  right: 9.5%;
  width: 15.14%;
}

.tab-content .illustration-holder .shape-seven {
  top: 39%;
  right: 9.5%;
  width: 15.14%;
}

.top-engeen::after,
.top-engeen::before {
  content: '';
  position: absolute;
  bottom: -46px;
  left: 30%;
  width: 100px;
  height: 2px;
  transform: rotate(125deg);
  background: linear-gradient(90deg, #ffffff 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 15px 2px, 0px 0px, 0px 0px, 0px 0px;
  background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px;
  animation: moving-border 8s infinite linear;
  -webkit-animation: moving-border 8s infinite linear;
}

.top-engeen::after {
  transform: rotate(55deg);
  left: 45%;
}

.bottom-arrow::before {
  content: '';
  position: absolute;
  bottom: -34px;
  left: 40%;
  width: 60px;
  height: 2px;
  transform: rotate(90deg);
  background: linear-gradient(90deg, #ffffff 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 15px 2px, 0px 0px, 0px 0px, 0px 0px;
  background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px;
  animation: moving-border 8s infinite linear;
  -webkit-animation: moving-border 8s infinite linear;
}

.bottom-arrow::after {
  content: '';
  content: '';
  position: absolute;
  left: 43.9%;
  bottom: -75px;
  transform: rotate(90deg);
  width: 20px;
  height: 20px;
  -webkit-mask-image: url('../img/arrow.svg');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url('../img/arrow.svg');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: #ffffff;
}

@keyframes moving-border {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px;
  }

  100% {
    background-position: 300px 0px, 0px 0px, 0px 0px, 0px 0px;
  }
}

.process_no {
  counter-increment: process-count;
  content: '0'counter(process-count);
}

/* Custom Modal */
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 1025;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 1rem 2.5rem 2rem 2.5rem;
  width: 40em;
  border-radius: 0.5rem;
}

.close-button {
  float: right;
  width: 1.5rem;
  font-size: 1.2em;
  line-height: 1;
  padding: 0 0.2em 0.15em;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: var(--clr-neutral);
  color: var(--clr-dark);
  transition: color 0.12s ease-in-out;
}

.close-button:hover {
  color: var(--clr-main);
}

.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.col-count-2 {
  column-count: 2;
}

.custom-radial-bg {
  background: rgb(185, 185, 185);
  background: -moz-radial-gradient(circle,
      rgba(185, 185, 185, 1) 0%,
      rgba(0, 0, 0, 1) 100%);
  background: -webkit-radial-gradient(circle,
      rgba(185, 185, 185, 1) 0%,
      rgba(0, 0, 0, 1) 100%);
  background: radial-gradient(circle,
      rgba(185, 185, 185, 1) 0%,
      rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b9b9b9", endColorstr="#000000", GradientType=1);
}

.custom-gradient {
  background-image: linear-gradient(42deg,
      #e9f95080 -1.07%,
      #55f4c4 -1.06%,
      #bae90680 104.1%);
  border-radius: 5px;
  overflow: hidden;
}

.event-direction__inner {
  position: relative;
  display: block;
  background: #dddddd url('../img/rb_970.png') no-repeat 100% 0 / cover;
  background-origin: border-box;
  mix-blend-mode: luminosity;
  /* background-color: #120930; */
  padding: 100px 60px;
  border-radius: 20px;
}

.hover-border::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 10px;
  border: 2px solid transparent;
  background: linear-gradient(0deg, #5ecfdd, rgba(140, 30, 13, 0.33)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  visibility: visible;
  opacity: 1;
  z-index: -1;
}

.hover-border::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  border-radius: 10px;
  border: 2px solid transparent;
  background: linear-gradient(180deg, #5ecfdd, rgba(140, 30, 13, 0.33)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  visibility: visible;
  z-index: -1;
}

.hover-border:hover::before {
  opacity: 0;
}

.hover-border:hover::after {
  opacity: 1;
}

/* Process */

.content-icon {
  background-color: var(--color-white);
  -webkit-animation: ripple-01 0.8s linear infinite;
  animation: ripple-01 0.8s linear infinite;
  margin: auto;
  font-size: 65px;
  width: 125px;
  height: 125px;
  line-height: 0;
  border-radius: 50%;
  margin-top: 0px;
}

@keyframes ripple-01 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 30px rgba(255, 255, 255, 0);
  }
}

.process-slide .content-detail-group {
  margin-top: 30px;
}

.process-slide .content-detail-group h5 {
  font-size: clamp(1.25rem, 1.1058rem + 0.641vw, 1.875rem);
  font-weight: 400;
}

.process-slide .content-description {
  /* word-break: break-all;*/
}

.process-slide .content-icon {
  background-color: var(--color-white);
  -webkit-animation: ripple-02 0.8s linear infinite;
  animation: ripple-02 0.8s linear infinite;
  margin: auto;
  font-size: 65px;
  width: 125px;
  height: 125px;
  line-height: 0;
  border-radius: 50%;
  margin-top: 0;
  margin-bottom: 40px;
}

.process-slide:nth-child(even) .content-icon {
  background-color: var(--color-white);
  -webkit-animation: ripple-02 0.8s linear infinite;
  animation: ripple-02 0.8s linear infinite;
  margin: 10rem auto auto;
}

/* .process-slide .content-detail-group h5::before {
  color: var(--color-white);
  counter-increment: flex-banner-option;
  content: counter(flex-banner-option) '. ';
} */

@keyframes ripple-02 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 30px rgba(255, 255, 255, 0);
  }
}

.process-slide::before {
  content: '';
  position: absolute;
  top: 30%;
  left: calc(100% - 10rem);
  transform: rotate(22deg);
  width: 342px;
  height: 2px;
  background: linear-gradient(90deg, var(--color-white) 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 15px 2px, 0px 0px, 0px 0px, 0px 0px;
  background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px;
  animation: moving-border 8s infinite linear;
  -webkit-animation: moving-border 8s infinite linear;
}

.process-slide:nth-child(2)::before {
  transform: rotate(-22deg);
}

.process-slide::after {
  content: '';
  position: absolute;
  right: -40px;
  top: 54.25%;
  width: 20px;
  height: 20px;
  transform: rotate(30deg);
  -webkit-mask-image: url('../images/arrow-right.svg');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url('../images/arrow-right.svg');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: var(--color-white);
}

.process-slide:last-child::before {
  display: none;
}

@keyframes moving-border {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px;
  }

  100% {
    background-position: 300px 0px, 0px 0px, 0px 0px, 0px 0px;
  }
}

@keyframes moving-border-reverse {
  0% {
    background-position: 300px 0px, 0px 0px, 0px 0px, 0px 0px;
  }

  100% {
    background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px;
  }
}


.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.casestudy-pic {
  height: 300px;
  object-fit: cover;
}

.team-modal li::after {
  background-image: url("../img/footer-text-slider-icon.svg");
  background-size: 100%;
}

.testimonial-slider .swiper-slide p {
  min-height: 100px;
}


.testimonial-slider .swiper-slide span {
  height: 67px;
}

.casestudys-section h5 {
  font-weight: 600;
}

.advisor-details {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.event-direction__inner .client_impact {
  grid-template-columns: 50% 40%;
}

.hero-banner-bottom-shape {
  background-image: url("../img/arc-top-shape-1.svg");
}

.all-team li {
  cursor: pointer;
}

h5 {
  line-height: 1;
}

#contact-phone {
  width: 100%;
}

.team_designation {
  letter-spacing: -0.7px;
}

.our-partners-section h3 {
  font-size: 28px;
}

img[alt="Big Chalk"] {
    max-width: 24px;
}

/* textarea::placeholder,
textarea::-webkit-input-placeholder,
textarea::-moz-placeholder {
  color: red;
  opacity: 1;
} */

/* ul li {
  list-style-image: url("../img/list-icon.svg");
} */

@media (min-width:768px) {
  .our-partners-section .grid {
      grid-template-columns: minmax(0, 1.1fr) 1fr;
  }
}

@media (min-width:1400px) {
  .testimonial-nav {
    bottom: 0;
    z-index: 9;
  }

  .hero-slider {
    padding-bottom: 100px;
  }
}

@media (min-width:1200px) {
  .custom-desktop-gap {
    column-gap: 99px;
  }
}

@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  .logo {
    max-width: 120px;
    height: auto;
  }

  .banner-heading {
    font-size: 2.5rem;
  }

  .banner-text {
    margin-top: 15px;
  }

  .banner-image {
    margin-top: 2rem;
  }

  .custom-grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .event-direction__inner {
    padding: 50px 30px;
  }

  .pr-10 {
    padding-right: 0;
  }

  .order-1.mt-16 {
    margin-top: 0;
  }

  .mobile-txt-center {
    text-align: center;
  }

  .testimonial-block {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .testimonial-nav-dir.review-nav-prev {
    left: calc(50% - 4rem);
  }

  .testimonial-nav-dir.review-nav-next {
    right: 30%;
    left: auto;
  }

  .client-logo {
    padding-bottom: 120px;
  }

  .home-h2-custom-in-mobile {
    font-size: 2rem;
  }

  .content .text-xl {
    font-size: 18px;
  }

  .content li {
    align-items: flex-start;
  }

  .mobile_mb-0 {
    margin-bottom: 0;
  }

  .mobile_mb-20 {
    margin-bottom: 20px;
  }

  .mobile-order_2 {
    order: 2;
  }

  .mobile-order_1 {
    order: 1;
  }

  .modal-content {
    width: calc(100% - 10px);
    max-height: 550px;
    overflow-y: auto;
  }

  .close-button {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.4em;
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: #efefef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-height-fix {
    height: 340px;
  }

  .mobile-video {
    width: calc(100% - 85px);
    top: 80px;
    left: 49.8%;
    transform: translateX(-50%);
    height: 160px;
  }

  .process-slide .content-icon {
    margin-top: 2.5rem;
  }

  .process-slide:nth-child(even) .content-icon {
    margin-top: 2.5rem;
  }

  .process-slide:nth-child(2)::before,
  .process-slide::before,
  .process-slide::after {
    display: none;
  }

  .mobile-pading-top-40 {
    padding-top: 40px;
  }

  .pricing-section .pb-20 {
    padding-bottom: 120px;
  }

  .brand-slider {
    margin-top: 60px;
  }

  .primary-gradient-1,
  .primary-gradient-2 {
    width: calc(100% - 30px);
    height: 340px;
    top: -250px;
    left: auto;
    right: 0;
    transform: rotate(0deg);
  }

  .about-content {
    font-size: 18px;
    line-height: 24px;
  }

  .event-direction__inner .client_impact {
    grid-template-columns: 100%;
  }

  .event-direction__inner .client_impact ul {
    flex-wrap: wrap;
  }

}