/**************************************************************************************
****************************** SOLUTION BANNER SECTION CSS ****************************
***************************************************************************************/
.solution-banner-sec {
  background-image: url("https://www.wedowebapps.com/wp-content/themes/wedowebapps/assets/images/new-solution-page/banner-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 0;
}

.solution-banner-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000000cc;
}

.solution-banner-wrapper {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.solution-banner-wrapper .banner-content-wrapper {
  max-width: 845px;
  margin-right: auto;
}

.solution-banner-wrapper .banner-image-wrapper {
  max-width: 720px;
  margin: auto;
}

/**************************************************************************************
****************************** CUSTOM SOLUTION SECTION CSS ****************************
***************************************************************************************/
.custom-solution-sec .cs-left-vector {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.custom-solution-sec .cs-right-vector {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.custom-solution-wrapper {
  gap: 100px;
}

.custom-solution-wrapper .cs-image-wrapper {
  width: 694px;
}

.custom-solution-wrapper .cs-content-wrapper {
  width: calc((100% - 694px) - 100px);
}

/* ADD POINTS CSS -- FOR INDUSTRY */
.custom-solution-wrapper .cs-content-wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.custom-solution-wrapper .cs-content-wrapper ul li {
  position: relative;
  padding-left: 30px;
}
.custom-solution-wrapper .cs-content-wrapper ul li svg {
  position: absolute;
  left: 0;
  top: 5px;
}

/**************************************************************************************
**************************** GLOBALLY RECOGNIZED SECTION CSS **************************
***************************************************************************************/
.globally-recognized-sec {
  background-color: var(--secondary-color);
}

.globally-recognized-wrapper {
  gap: 46px;
}

.globally-recognized-wrapper .gr-left {
  width: calc((100% - 786px) - 46px);
}

.globally-recognized-wrapper .gr-right {
  width: 786px;
}

.recognized-clutch-main {
  gap: 18px;
}

.recognized-clutch-wrapper {
  gap: 20px;
}

.recognized-clutch-card .recognized-clutch-img {
  background-image: url("https://www.wedowebapps.com/wp-content/themes/wedowebapps/assets/images/new-homepage/review-img.webp");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 118px;
  height: 65px;
}

.recognized-clutch-card .recognized-clutch-img.clutch {
  background-position: 0%;
}

.recognized-clutch-card .recognized-clutch-img.google {
  background-position: 33.45%;
}

.recognized-clutch-card .recognized-clutch-img.upwork {
  background-position: 66%;
}

.recognized-clutch-card .recognized-clutch-img.tnc {
  background-position: 100%;
}

.recognized-clutch-card .recognized-clutch-text {
  font-size: 18px;
  line-height: 24px;
}

/**************************************************************************************
*********************************** NEXT-GEN FEATURE SECTION CSS *******************************
***************************************************************************************/
.sticky-card[id] {
  scroll-margin-top: 125px;
}

.nextgen-feature-main {
  position: relative;
}

.feature-nav {
  max-width: 590px;
  margin: 0 auto;
  background: linear-gradient(96.73deg, #1a1a1a -1.68%, #201c13 98.6%);
  position: sticky;
  top: 15px;
  border-radius: 70px;
  padding: 16px 20px;
  z-index: 99;
}

.feature-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 70px;
  padding: 1px;
  background: linear-gradient(95.21deg, #1a1a1a 4.98%, #4d4942 92.81%);
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  z-index: 0;
}

.feature-nav .feature-nav-ul {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 1;
}

.feature-nav .feature-nav-ul .feature-li {
  width: calc((100% - 60px) / 3);
}

.feature-nav .feature-nav-ul .feature-li .feature-link {
  padding: 16px 30px;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  border-radius: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-white);
}

.feature-nav .feature-nav-ul .feature-li .feature-link:hover {
  background-color: var(--main-yellow);
  color: var(--main-black);
}

.feature-nav .feature-nav-ul .feature-li.active .feature-link {
  background-color: var(--main-yellow);
  color: var(--main-black);
}

.nextgen-feature-scrolling-wrapper > .sticky-card:last-child {
  margin-bottom: 0 !important;
}

.nextgen-feature-scrolling-wrapper {
  margin-top: 40px;
}

.nextgen-feature-scrolling-wrapper .sticky-card:nth-child(1) {
  position: sticky;
  top: 144px;
  z-index: 1;
  margin: 0 30px 40px;
}

.nextgen-feature-scrolling-wrapper .sticky-card:nth-child(2) {
  position: sticky;
  top: 164px;
  z-index: 2;
  margin: 0 15px 24px;
}

.nextgen-feature-scrolling-wrapper .sticky-card:nth-child(3) {
  position: sticky;
  top: 184px;
  z-index: 3;
  margin-bottom: 0px;
}

.ngf-card {
  padding: 40px;
  background: linear-gradient(180deg, #0c202f 0%, #000000 100%);
  border-radius: 20px;
  border: 1px solid var(--main-text-shade6);
  position: relative;
}

.ngf-card .feature-vector {
  position: absolute;
  top: 0;
  left: 0;
}

.ngf-card .row {
  --bs-gutter-x: 50px;
  --bs-gutter-y: 30px;
}

.ngf-card .feature-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  column-gap: 32px;
  position: relative;
}

.ngf-card .feature-list-wrapper .feature-card {
  width: calc((100% - 64px) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 19px 19px 32px;
  position: relative;
  cursor: pointer;
}

.ngf-card .feature-list-wrapper::before,
.ngf-card .feature-list-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0),
    #48baff 50%,
    rgba(255, 255, 255, 0)
  );
}

.feature-list-wrapper::before {
  left: calc(((100% - 64px) / 3) + 16px);
}

.feature-list-wrapper::after {
  left: calc(2 * ((100% - 64px) / 3) + 48px);
}

.ngf-card .feature-list-wrapper .feature-card::after {
  content: "";
  position: absolute;
  left: -100%;
  bottom: -12px;
  margin: auto;
  height: 0px;
  width: 0;
  border-bottom: 1px solid transparent;
  background:
    linear-gradient(var(--main-black), var(--main-black)) padding-box,
    linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 4.69%,
        #48baff 51.02%,
        rgba(153, 153, 153, 0) 100%
      )
      border-box;
}

.ngf-card .feature-list-wrapper .feature-card:nth-child(3n + 2)::after {
  width: 300%;
}

.ngf-card .feature-list-wrapper .feature-card:nth-last-of-type(2)::after {
  display: none;
}

.ngf-card .feature-card img {
  filter: brightness(0) invert(100%);
  transform: scale(1);
  transition:
    filter 0.5s ease,
    transform 0.5s ease;
}

.ngf-card .feature-card:hover img,
.ngf-card .feature-card.active img {
  filter: invert(50%) sepia(12%) saturate(4500%) hue-rotate(357deg)
    brightness(100%) contrast(103%);
  transform: scale(1.05);
}

.feature-card .feature-text {
  font-size: 14px;
  transition: all 0.4s ease-in-out;
}

.feature-card:hover .feature-text,
.feature-card.active .feature-text {
  text-shadow: 0px 2.38px 10.56px #949494;
}

.feature-preview-wrapper {
  background-color: #121212;
  padding: 60px 30px;
  max-height: 594px;
  min-height: 594px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-preview-wrapper .feature-preiview .feature-desc {
  font-size: 20px;
  line-height: 30px;
}

/**************************************************************************************
****************************** MODERN AI SOLUTION SECTION CSS *************************
***************************************************************************************/

.ai-solution-sec {
  background-image: url("https://www.wedowebapps.com/wp-content/uploads/2026/02/ai-solution-bg-1.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.ai-solution-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: -1;
}

.ai-solution-wrapper {
  display: flex;
  gap: 54px;
}

.ai-solution-left {
  width: calc((100% - 564px) - 54px);
}

.ai-solution-right {
  width: 564px;
}

.ai-solution-navslider .slick-list {
  margin-right: -13px;
}

.ai-solution-navslider .slick-track {
  display: flex;
  flex-direction: column;
  width: 100% !important;
}

.ai-solution-navslider .slick-slide {
  width: 100% !important;
}

.ai-solution-navslider .ai-solution-item {
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100% !important;
  margin-bottom: 20px;
  position: relative;
  padding-left: 50px;
}

.ai-solution-navslider .slick-slide:nth-last-child(1) .ai-solution-item {
  margin-bottom: 0;
}

.ai-solution-navslider .ai-solution-item .ai-solution-title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -35px;
  width: 16px;
  height: 16px;
  background-color: #d9d9d9;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: all 0.4s ease-in-out;
}

.ai-solution-navslider .ai-solution-item::after {
  content: "";
  position: absolute;
  border-left: 1px dashed var(--main-text-shade6);
  width: 1px;
  height: calc(100% + 24px);
  top: 50%;
  left: 24px;
  z-index: -1;
}

.ai-solution-navslider .slick-slide:nth-last-child(1) .ai-solution-item::after {
  display: none;
}

.ai-solution-navslider .ai-solution-item .ai-solution-title::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #828282;
  border-radius: 100%;
  left: -31px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.ai-solution-navslider
  .slick-slide.slick-active.slick-current
  .ai-solution-item
  .ai-solution-title::after {
  transform: scale(1.5);
  border-color: var(--main-blue);
  box-shadow: 0px 0px 11.3px 0px #48baffbd;
}

.ai-solution-navslider
  .slick-slide.slick-active.slick-current
  .ai-solution-title::before {
  transform: scale(1.5);
  background-color: #ffa502;
}

.ai-solution-navslider .ai-solution-title {
  background-color: transparent;
  border: 2px solid var(--main-text-shade6);
  border-radius: 20px;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.ai-solution-navslider .ai-solution-title h3 {
  padding: 20px 26px;
}

.ai-solution-navslider
  .slick-slide.slick-active.slick-current
  .ai-solution-item
  .ai-solution-title {
  background-color: #8eb5cc63;
  border-color: var(--main-blue);
}

/* RIGHT SIDE AI-SOLUTION SLIDER */

.ai-solution-slider,
.ai-solution-slider .slick-list,
.ai-solution-slider .slick-list .slick-track {
  height: 100% !important;
}

.ai-solution-card {
  padding: 20px 30px;
  background: linear-gradient(179.37deg, #063957 -160.8%, #171717 152.38%);
  border: 1px solid var(--main-white);
  gap: 20px;
  height: 100%;
}

.ai-solution-list-wrapper {
  list-style: none;
  counter-reset: item;
  padding: 0;
  margin: 0;
}

.ai-solution-list-wrapper li {
  counter-increment: item;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  color: var(--main-text-shade3);
  position: relative;
  padding-left: 30px;
}

.ai-solution-list-wrapper li:nth-last-child(1) {
  padding-bottom: 0;
}

.ai-solution-list-wrapper li::before {
  position: absolute;
  left: 0;
  width: 30px;
  content: counter(item, decimal-leading-zero) ".";
  font-weight: 700;
  color: var(--main-yellow);
  padding-right: 10px;
  font-size: 18px;
  line-height: 24px;
}

/**************************************************************************************
********************************** COMMITMENT SECTION CSS *****************************
***************************************************************************************/
.commitment-wrapper > .commitment-col {
  position: relative;
}

.commitment-wrapper > .commitment-col::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid transparent;
  background:
    linear-gradient(var(--main-black), var(--main-black)) padding-box,
    linear-gradient(
        90deg,
        rgba(106, 106, 106, 0.2) 0%,
        rgba(255, 255, 255, 0.2) 48.5%,
        rgba(106, 106, 106, 0.2) 100%
      )
      border-box;
}

.commitment-wrapper > .commitment-col:nth-child(2n + 1)::after {
  width: 200%;
}

.commitment-wrapper > .commitment-col:nth-last-child(-n + 2)::after {
  display: none;
}

.commitment-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 1px;
  border-right: 1px solid transparent;
  background:
    linear-gradient(var(--main-black), var(--main-black)) padding-box,
    linear-gradient(
        to bottom,
        rgba(106, 106, 106, 0.2) 0%,
        rgba(255, 255, 255, 0.2) 48.5%,
        rgba(106, 106, 106, 0.2) 100%
      )
      border-box;
}

.commitment-wrapper .commitment-card {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 30px 60px 30px;
}

.commitment-wrapper > div:nth-child(2n + 1) .commitment-card {
  padding-left: 0;
}

.commitment-wrapper > div:nth-child(2n + 2) .commitment-card {
  padding-right: 0;
}

.commitment-card .commitment-content {
  gap: 12px;
}

.commitment-card .commitment-img {
  max-width: 68px;
}

/* NUMBER TEXT CSS FOR SOLUTION PAGE */

.commitment-wrapper .commitment-col .commitment-card .commitment-number {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  display: inline-block;
}

.commitment-wrapper
  .commitment-col:nth-child(6n + 1)
  .commitment-card
  .commitment-number {
  color: #b7ea59;
}

.commitment-wrapper
  .commitment-col:nth-child(6n + 2)
  .commitment-card
  .commitment-number {
  color: #be6cff;
}

.commitment-wrapper
  .commitment-col:nth-child(6n + 3)
  .commitment-card
  .commitment-number {
  color: #ff4444;
}

.commitment-wrapper
  .commitment-col:nth-child(6n + 4)
  .commitment-card
  .commitment-number {
  color: #4feaff;
}

.commitment-wrapper
  .commitment-col:nth-child(6n + 5)
  .commitment-card
  .commitment-number {
  color: #edc73f;
}

.commitment-wrapper
  .commitment-col:nth-child(6n + 6)
  .commitment-card
  .commitment-number {
  color: #f76f35;
}

/**************************************************************************************
******************************* INDUSTRY WE SERVE SECTION CSS *************************
***************************************************************************************/

.industry-sec {
  background-image: url("https://www.wedowebapps.com/wp-content/themes/wedowebapps/assets/images/new-homepage/industry-serve-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.industry-sec .industry-slider-wrapper .draggable {
  padding: 0 30px;
}

.indstry-slider .slick-track {
  display: flex;
}

.industry-sec .slick-list {
  margin: 0 -15px;
}

.indstry-slider .slick-slide {
  height: auto;
  margin: 0 15px;
}

.industry-card {
  border-radius: 30px;
  overflow: hidden;
}

.industry-card .indstry-hover-img {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
}

.industry-card .indstry-hover-img .industry-img {
  border-radius: 30px;
}

.industry-card .indstry-hover-img::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  padding: 2px;
  background: linear-gradient(
    156.29deg,
    #48baff -48.21%,
    #23648c 7.22%,
    #abc4d3 53.48%,
    #48baff 123.79%
  );
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.industry-card:hover .indstry-hover-img {
  opacity: 1;
  visibility: visible;
}

.industry-card .indstry-front-detail {
  position: relative;
  z-index: 2;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  visibility: visible;
  background-color: #645e5e38;
  backdrop-filter: blur(18px);
  padding: 30px;
  border-radius: 30px;
}

.industry-card .indstry-front-detail .industry-img {
  max-width: 84px;
  max-height: 84px;
}

.industry-card:hover .indstry-front-detail {
  opacity: 0;
  visibility: hidden;
}

.industry-card-body .industry-title {
  font-size: 30px;
  line-height: 40px;
}

/**************************************************************************************
****************************** CLIENT TESTIMONIAL SECTION CSS *************************
***************************************************************************************/

.client-testimonial-slider .slick-track {
  display: flex;
}

.client-testimonial-slider .slick-slide {
  height: auto;
  margin: 0 10px;
}

.client-card .client-img-wrapper {
  max-height: 306px;
  min-height: 306px;
  overflow: hidden;
  height: 100%;
}

.client-card .client-img-wrapper .client-img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.client-img-wrapper .play-btn-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.client-img-wrapper .play-btn-link .play-btn {
  width: 65px;
  height: 65px;
  background-color: var(--main-yellow);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.client-card .client-card-body {
  padding: 30px 30px 44px;
  background-color: var(--secondary-color);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.cliet-info-wrapper {
  padding-top: 50px;
}

.cliet-info-wrapper .text-size {
  font-size: 20px;
}

/**************************************************************************************
******************************* TECHNOLOGY WE USE SECTION CSS *************************
***************************************************************************************/
.technology-use-sec {
  position: relative;
}

.technology-use-sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid transparent;
  background:
    linear-gradient(var(--main-black), var(--main-black)) padding-box,
    linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 4.69%,
        #ffa502 51.02%,
        rgba(153, 153, 153, 0) 100%
      )
      border-box;
}

.technology-card {
  padding-bottom: 24px;
}

.technology-card:nth-last-of-type(1) {
  padding-bottom: 0;
}

.technology-card .technology-title {
  width: 332px;
  background: linear-gradient(96.73deg, #1a1a1a -1.68%, #201c13 98.6%);
  padding: 25px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  position: relative;
  z-index: 0;
}

.technology-card .technology-title::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 5px;
  padding: 1px;
  background: linear-gradient(95.21deg, #1a1a1a 4.98%, #4d4942 92.81%);
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  z-index: -1;
}

.technology-card .technology-list-wrapper {
  background-color: var(--secondary-color);
  padding: 22px 24px;
  width: calc((100% - 332px) - 24px);
  border-radius: 5px;
  border-left: 3px solid var(--main-yellow);
}

.technology-list-wrapper .technology-list {
  gap: 24px;
}

.technology-list-wrapper .technology-list .list-text {
  border-right: 1px solid var(--main-text-shade6);
  line-height: 33px;
  padding-right: 24px;
}

.technology-list-wrapper .technology-list .list-text:nth-last-child(1) {
  border-right: 0;
}

/**************************************************************************************
******************************* CONTACT CTA SECTION CSS *******************************
***************************************************************************************/
.contact-cta-sec {
  background-image: url("https://www.wedowebapps.com/wp-content/themes/wedowebapps/assets/images/new-solution-page/contact-cta-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.contact-cta-sec::before {
  content: "";
  position: absolute;
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.56) -22.32%,
    rgba(19, 19, 19, 0.7) 108.44%
  );
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/**************************************************************************************
*********************************** FAQS SECTION CSS **********************************
***************************************************************************************/
.faq-main {
  gap: 30px;
}

.faq-options-wrapper {
  width: 257px;
  background: linear-gradient(96.73deg, #1a1a1a -1.68%, #201c13 98.6%);
  position: relative;
  padding: 30px 33px;
  z-index: 0;
  gap: 33px;
  position: sticky;
  top: 115px;
}

.faq-options-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(95.21deg, #1a1a1a 4.98%, #4d4942 92.81%);
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  z-index: -1;
}

.faq-options-wrapper .nav-link {
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--main-white);
  padding: 16px;
  border-radius: 42px;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
}

.faq-options-wrapper .nav-link.active,
.faq-options-wrapper .nav-link:hover {
  background-color: var(--main-yellow);
  color: var(--main-black);
}

/* FAQ ACCORDION CSS */

.faq-list-wrapper {
  width: calc((100% - 257px) - 30px);
}

.faq-list-wrapper .accordion .accordion-item {
  background-color: var(--secondary-color);
  margin-bottom: 30px;
  padding: 34px;
  border-radius: 10px;
}

.faq-list-wrapper .accordion .accordion-item:nth-last-child(1) {
  margin-bottom: 0;
}

.faq-list-wrapper .accordion .accordion-item .accordion-button {
  background-color: transparent;
  padding: 0;
  font-size: 24px;
  line-height: 30px;
  color: var(--main-white);
  font-weight: 500;
  gap: 15px;
}

.faq-list-wrapper .accordion .accordion-item .accordion-button::after {
  background-image: url("https://www.wedowebapps.com/wp-content/themes/wedowebapps/assets/images/new-homepage/accordion-chevron.png");
  width: 24px;
  height: 24px;
  background-size: 24px;
  transition: all 0.4s ease-in-out;
}

.faq-list-wrapper .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.faq-list-wrapper .accordion .accordion-body {
  padding: 25px 34px 0 0;
}

/**************************************************************************************
******************************* GET IN TOUCH SECTION CSS ******************************
***************************************************************************************/
.get-in-touch-sec {
  background-image: url("https://www.wedowebapps.com/wp-content/themes/wedowebapps/assets/images/new-homepage/get-in-touch-bg.webp");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  position: relative;
  z-index: -1;
}
.get-in-touch-sec::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    288.88deg,
    rgba(0, 0, 0, 0) -6.26%,
    #1d1d1d 53.96%
  );
  z-index: -1;
}

.contact-wrapper .contact-icon {
  background-color: var(--main-text-shade8);
  padding: 10px;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.get-in-touch-form-wrapper {
  padding-top: 42px;
}
