@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
/* font-family: "DM Sans", sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*  font-family: "Inter", sans-serif; */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "DM Sans", serif;
}
body {
  font-size: 16px;
  line-height: 20px;
  font-family: "DM Sans", serif;
}


  /* container css start */
  .audit__page .container{
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 20px;
  }
  /* Container css end */

/* common CSS Start */

.margin_0 {
  margin: 0;
}

.title_middle {
  font-size: 48px;
  font-family: "DM Sans", sans-serif;
  font-size: 48px;
  line-height: 44.7px;
}

.main_title {
  font-family: "DM Sans", sans-serif;
  font-size: 96px;
  line-height: 103.68px;
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.backgroundC_fff {
  background-color: #fff;
}
.color_fff {
  color: #fff;
}

.btn {
  display: inline;
    font-family: "DM Sans", serif;
    border: none;
    background: radial-gradient(
      54.12% 80.5% at 53.85% 47.61%,
      #8388d9 0%,
      #242776 100%
    );
    text-transform: uppercase;
    font-size: 20px;
    line-height: 19.46px;
    border-radius: 34px;
    cursor: pointer;
    color: #fff;
    transition: 0.3s;
    height: 60px;
    line-height: 60px;
    padding: 0 40px
}
.btn svg {
  height: 28px;
  width: 28px;
  position: relative;
  top: 10px;
  margin-left: 10px;
}
.btn:hover {
  background: linear-gradient(to right, #2a2a80, #5a5db0);
}

.hidden-xs{
  display: block;
}
.visible-xs{
  display: none;
}
@media (max-width: 768px) {
  .main_title {
    font-size: 48px;
    line-height: 62.5px;
  }
  .btn {
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    padding: 0 17px;
  }
  .btn svg {
    height: 20px;
    width: 20px;
    top: 7px;
  }
  .visible-xs{
    display: block;
  }
  .hidden-xs{
    display: none;
  }
}

/* common CSS End */

.audit__page main{
    background: #fff;
  }
/* Header CSS Start */
  header {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }
  header .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 21px 100px;
    box-shadow: 0px 2px 7.8px 0px #0000000d;
    width: 100%;
    float: unset;
  }
  header .logo{
    margin-top: 0;
  }

  header .logo img {
    width: 265px;
    height: auto;
  }
  header .logo-mobile {
    display: none;
  }
  @media (max-width: 768px) {
    header .navbar {
      padding: 16px 17px;
    }

    header .logo img {
      width: 79px;
    }

    header .logo-desktop {
      display: none;
    }

    header .logo-mobile {
      display: block;
    }
  }
/* Header CSS End */
 /* footer CSS start */

  .footer_d {
    background: linear-gradient(135deg, #2c2c72, #3b3b98);
    padding: 33px 100px;
    background-image: url("https://growthstudioz.com/wp-content/uploads/2025/03/Rectangle-93-2-1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position:relative;
  }
  .footer_d .footer_container .footer-logo img {
    width: 233px;
  }
  .footer_d .footer_text {
    font-size: 16px;
    line-height: 22px;
    max-width: 530px;
    margin: 30px 0 20px;
    color: #fff;
  }

  .footer_d .footer_logos {
    display: flex;
    justify-content: start;
    gap: 11px;
    margin-top: 50px;
  }

  .footer_d .partner_logo {
    width: 110px;
    height: auto;
  }

  .footer_d .footer_copyright {
    margin-top: 20px;
    opacity: 0.7;
    font-weight: 400;
    font-size: 10px;
    line-height: 34.49px;
    color: #e4e4e4;
  }
 @media (min-width: 769px) {
 footer.footer_d:after {
    position: absolute;
    content: "";
    background: url(https://growthstudioz.com/wp-content/uploads/2025/03/Arrow-2.png) no-repeat scroll center center;
    background-size: contain;
    width: 400px;
    height: 400px;
    right: 100px;
    top: 30px;
}
 }
  @media (max-width: 768px) {
    .footer_d {
      padding: 56px 16px;
      background-image: url("https://growthstudioz.com/wp-content/uploads/2025/03/bgfootermobile.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      padding-bottom: 23px;
    }
    .footer_d .footer_container .footer-logo img {
      width: 204px;
    }
    .footer_d .footer_text {
      font-size: 14px;
      line-height: 18px;
      margin: 32px 0 42px;
    }
    .footer_d .footer_text br{
      display:none;
    }
    .footer_d .partner_logo {
      width: 74px;
    }
    .footer_d .footer_logos {
      border-bottom: 0.5px solid #ffffff80;
      padding-bottom: 57px;
    }
    .footer_d .footer_copyright {
      font-size: 10px;
      line-height: 34px;
      text-align: left;
    }
  }

  /* Footer CSS End */
/*first_section CSS Start  */
.first_section {
  text-align: center;
  padding: 112px 0;
}
.first_section .main_title {
  font-weight: 700;
  color: #7963e0;
  margin-bottom: 4px;
}

.first_section .subheading {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  color: #100c40;
}
.first_section .btn {
  font-family: DM Sans;
  display: inline-block;
  padding: 0 40px;
  border: none;
  background: radial-gradient(72.87% 115.98% at 62.66% -18.25%, #8388d9 0%, #242776 100%);
  margin: 0 0 40px;
  border-radius: 58px;
  cursor: pointer;
  font-size: 21.5px;
  height: 60px;
  line-height: 60px;
}
.first_section .btn svg {
  width: 28px;
  height: 28px;
  margin-left: 7px;
  position: relative;
  top: 10px;
}
.first_section .fomo-heading {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 90px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.first_section .inner_data {
  margin: 0 100px;
}
.first_section .card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*align-items: center;*/
  /* gap: 16px; */
}
.first_section .card {
  background: white;
  padding: 28px 20px;
  border-radius: 20px;
  /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
  border: 1px solid #3E419136;
  text-align: center;
  width: 24%;
  /* width: 297px; */
  /*height: 362px;*/
      display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.first_section .card .info_d {
  max-width: 258px;
  margin: 0 auto;
}
.first_section .card h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 25.14px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 10px;
  color: #3d3d9e;
}
.first_section .card p {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 100%;
  margin-bottom: 19px;
}
.first_section .progress-container {
  position: relative;
}
.first_section .progress-container svg {
  transform: rotate(-120deg);
  position: relative;
  width: 185px;
  height: 185px;
}
.first_section .progress-container circle {
  stroke-width: 5px;
  fill: none;
}
.first_section .progress-background {
  stroke: #e5e7ff;
}
.first_section .progress-bar {
  stroke: #3e4191;
  stroke-dasharray: 209.2;
  stroke-dashoffset: calc(251.2 - (50 / 100 * 251.2));
  transition: stroke-dashoffset 0.5s ease-in-out;
}
.first_section .progress_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 25.84px;
  line-height: 100%;
  text-align: center;
  color: #3e4191;
}
.first_section .card span {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 12.92px;
  line-height: 100%;
  text-align: center;
  color: #8d8d8d;
}
@media (max-width: 768px) {
  .first_section {
    padding: 24px 0 40px;
  }
  .first_section .main_title {
    font-size: 40px;
    line-height: 100%;
    margin-bottom: 8px;
  }
  .first_section .container {
    padding: 0 26px;
  }
  .first_section .subheading {
    font-size: 16px;
    margin-bottom: 0;
  }
  .first_section .fomo-heading {
    font-size: 30px;
    line-height: 28px;
    margin-bottom: 29px;
  }
  .first_section .btn {
    margin: 26px 0 34px;
    line-height: 47px;
    height: 47px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 28px;
  }
  .first_section .btn svg {
    position: relative;
    top: 5px;
    height: 20px;
    width: 20px;
  }

  .first_section .inner_data {
    margin: 0 6px;
  }
  .first_section .card {
    display: flex;
    align-items: center;
    padding: 17px 16px;
    gap: 16px;
    width: 100%;
    height: unset;
    flex-direction: unset;
  }
  .first_section .progress-container svg {
    width: 115px;
    height: 115px;
  }
  .first_section .card h3 {
    font-size: 18px;
    margin-bottom: 8px;
    text-align: left;
  }
  .first_section .card p {
    font-size: 14px;
  }
  .first_section .card .info_d {
    width: 60%;
    text-align: left;
  }
  .first_section .card .progress-container {
    width: 40%;
  }
  .first_section .progress_text {
    font-size: 16px;
  }
  .first_section .card span {
    font-size: 8px;
  }
  .first_section .card-container {
    gap: 16px;
  }
}
/* first_section CSS End */
/* case stuedies Section CSS  start*/
.case_stuedies {
  padding: 0 123px;
}
.case_stuedies .container {
  text-align: center;
}
.case_stuedies .heading {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 90px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.case_stuedies .case-grid {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.case_stuedies .case-card {
  margin-bottom: 58px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  width: 33.33%;
  padding: 0 15px;
}
.case_stuedies .case-card img {
  /* width: 100%; */
  max-width: 220px;
  margin-bottom: 10px;
}
.case_stuedies .case-text {
  background: radial-gradient(
    75.17% 210.95% at 104% 11.83%,
    #8388d9 0%,
    #242776 100%
  );

  color: #fff;
  padding: 18px;
  border-radius: 0 0 36px 36px;
}
.case_stuedies .case-text p {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 27px;
  color: #fff;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
}
.case_stuedies .container .btn {
  text-align: center;
}

@media (max-width: 768px) {
  .case_stuedies {
    padding: 0 29px;
  }
  .case_stuedies .heading {
    font-size: 30px;
    margin-bottom: 16px;
  }
  .case_stuedies .case-card {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 24px;
  }
  .case_stuedies .case-grid {
    margin: 0 -8px;
  }
  .case_stuedies .case-text p {
    font-size: 12px;
  }
  .case_stuedies .case-card img{
    max-width: 100px;
  }
  .case_stuedies .container{
    padding: 0;
  }
}
/* case stuedies Section CSS end*/

/* Text with Banner Sec CSS Start*/
.TextwithBannerSec {
  padding: 123px 0;
}
.TextwithBannerSec .inner_data_info {
  display: flex;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  gap: 40px;
  padding: 40px 33px;
  background: #e5e7ff;
}

.TextwithBannerSec .inner_data_info > div{
  width: calc(50% - 20px);
  flex: unset;
}
.TextwithBannerSec .content h1 {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 90px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000000;
}
.TextwithBannerSec .content p {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 44.29px;
  line-height: 100%;
  text-transform: capitalize;
  color: #2d3180;
  margin-bottom: 48px;
}
.TextwithBannerSec .btn {
  background: radial-gradient(
    72.87% 115.98% at 62.66% -18.25%,
    #8388d9 0%,
    #242776 100%
  );
}

.TextwithBannerSec .banner_image {
  flex: 1;
  text-align: center;
}
.TextwithBannerSec .banner_image img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .TextwithBannerSec {
    padding: 47px 0;
  }
  .TextwithBannerSec .inner_data_info {
    display: block;
    padding: 0;
    text-align: center;
    background-color: unset;
  }
  .TextwithBannerSec .inner_data_info > div{
    width: 100%;
  }
  .TextwithBannerSec .inner_data_info .content{
    padding: 0 20px;
  }
  .TextwithBannerSec .content h1 {
    font-size: 30px;
  }
  .TextwithBannerSec .content p {
    font-size: 15.29px;
    margin-bottom: 20px;
  }
  .TextwithBannerSec .content {
    margin-bottom: 20px;
  }
}
/* Text with Banner Sec CSS End*/

  /* result Section CSS start */

  .results_section {
    padding: 0 0 114px;
  }

  .results_section .container .main_title {
    font-weight: 600;
    text-align: center;
    padding-bottom: 104px;
    margin: 0;
  }
  .results_section .container .main_title .highlight {
    color: #7a5af8;
  }
  .results_section .container .info_with_form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    max-width: 1280px;
    margin: 0 auto;
  }
  .results_section .left_content {
    width: calc(100% - 660px);
  }

  .results_section .left_content .sub_title {
    font-weight: 600;
    font-size: 42.96px;
    line-height: 106%;
    margin-bottom: 14px;
  }
  .results_section .left_content .description {
    color: #464646;
    margin-bottom: 46px;
  }
  .results_section form{
    margin-bottom: 0;
  }
  .results_section .step_content p,
  .results_section .description {
    font-weight: 400;
    font-size: 20.51px;
    line-height: 28px;
    color: #727272;
  }
  .results_section .step_content {
    margin: 0 0 38px;
    width: calc(100% - 75px);
  }
  .results_section .step_content p {
    color: #727272;
    margin-top: 10px;
  }
  .results_section .steps {
    display: flex;
    flex-direction: column;
  }

  .results_section .step {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
  }
  /* 
  .results_section .step_number {
    width: 35px;
    height: 35px;
    background: #242776;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    border-radius: 50%;
    font-size: 16px;
    display: flex;
  align-items: center;
      justify-content: center;
  } */
  .results_section .step_number {
    width: 35px;
    height: 35px;
    background: #242776;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-weight: 600;
    font-size: 20.51px;
    line-height: 96%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
  }
  .results_section .step::before {
    position: absolute;
    content: "";
    width: 2.25px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 17px;
    /* bottom: 0; */
    background: #8388d9;
  }
  .results_section .step:last-child::before {
    width: 0px;
  }
  .results_section .step_content h3 {
    font-weight: 600;
    font-size: 23.45px;
    line-height: 96%;
    color: #000;
  }

  .results_section .right_form {
    width: 560px;
    background: #fff;
    display: flex;
    align-items: center;
  }
  .results_section .right_form .form_inner_data {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 60px 50px;
  }
  .results_section .right_form .description {
    color: #7963e0;
    margin-bottom: 35px;
  }
  .results_section .contact_form {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .results_section .form_group {
    display: flex;
    margin: 0 0 15px;
  }
  .results_section .form_group.two__b{
    display: flex;
    justify-content: space-between;
    margin: 0 -3px;
  } 
  .results_section .form_group .form_data{
    width: 50%;
    padding: 0 3px;
    margin: 0 0 15px;
  }

  .results_section .form_group p{
    width: 100%;
    margin: 0;
  }
  .results_section .form_group input,
  .results_section .form_group select,
  .results_section .form_group textarea {
    width: 100%;
    padding: 0 30px;
    border: 0.62px solid #6a6caf;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16.89px;
    color: #8e8e8e;
    background: #fff;
    height: 60px;
    line-height: 60px;
    margin: 0;
  }
  .results_section .form_group textarea{
    height: 133px;
    line-height: 26px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .results_section .form_group textarea::placeholder,
.results_section .form_group input::placeholder{
  color: #8E8E8E;
  font-size: 17px;
}
  .results_section textarea {
    height: 131px;
    resize: none;
  }
  .results_section .form_btn {
    text-align: center;
    margin-top: 15px;
  }
   .results_section .form_btn  p:first-child{
    margin-bottom: 0;
   }
  .results_section .btn {
    width: 234px;
    font-weight: 500;
    font-size: 17.48px;
    background: radial-gradient(
      72.87% 115.98% at 62.66% -18.25%,
      #8388d9 0%,
      #242776 100%
    );

    padding: 12px;
    line-height: 35.96px;
    border-radius: 37px;
  }
  .results_section .btn svg {
    position: relative;
    top: 10px;
    width: 33px;
    height: 33px;
  }
  .results_section .btn:hover {
    background: linear-gradient(135deg, #5a3fd8, #3a2cb8);
  }
  @media (max-width: 1199px) {
    .results_section .left_content{
      width: calc(100% - 520px);
    }
    .results_section .right_form{
      width: 440px;
    }
    .results_section .right_form .form_inner_data{
      padding: 30px;
    }
  }
  @media (max-width: 880px) {
    .results_section .container .info_with_form{
      flex-wrap: wrap;
    }
    .results_section .left_content,
    .results_section .right_form {
      width: 100%;
    }
  }
  @media (max-width: 768px) {
    .results_section .container .info_with_form {
      display: flex;
      flex-wrap: wrap;
      padding: 0;
    }
    .results_section .container .main_title {
      padding-bottom: 22px;
      margin: 0;
    }
    .results_section .left_content{
      order: 2;
      background: #E5E7FF;
    padding: 20px;
    margin: 0 -20px;
    width: auto;
    }
    .results_section .right_form{
      order: 1;
      width: 100%;
    }
    .results_section .left_content .sub_title {
      font-size: 30px;
      line-height: 106%;
      margin-bottom: 10px;
    }
    .results_section .step::before {
      top: 0;
      left: 11px;
    }

    .results_section .step_number {
      width: 24px;
      height: 24px;
      font-size: 14px;
      line-height: 96%;
    }
    .results_section .step_content {
      width: calc(100% - 50px);
    }
    .results_section .step_content p,
    .results_section .description {
      font-size: 14px;
      line-height: 100%;
    }
    .results_section .left_content .description {
      margin-bottom: 32px;
    }
    .results_section .form_group input,
    .results_section .form_group select,
    .results_section .form_group textarea {
      font-size: 11.93px;
      padding: 0 22px;
      height: 42px;
      line-height: 42px;
    }
    .results_section .form_group textarea{
      font-size: 12px;
      line-height: 22px;
      height: 94px;
      padding-top:10px;
      padding-bottom: 10px;
    }
    .results_section .form_group textarea::placeholder,
    .results_section .form_group input::placeholder{
      font-size: 12px;
    }
    .results_section {
      padding-bottom: 56px;
    }
    .results_section .right_form {
      margin-bottom: 30px;
    }
    .results_section .right_form .description {
      margin-bottom: 15px;
      text-align: center;
    }
    .results_section .step_content {
      margin: 0 0 27px;
    }
    .results_section .step:last-child .step_content{
      margin: 0;
    }
    .results_section .step_content h3 {
      font-size: 16px;
      line-height: 96%;
      margin: 0 0 8px;
    }

    .results_section .btn {
      font-size: 12px;
      height: 41px;
      line-height: 41px;
      padding: 0 21px;
    }
    .results_section .btn svg {
      height: 23px;
      width: 23px;
    }
    .results_section .right_form .form_inner_data {
      padding: 23px 15px;
    }
  }

  /* Result Section CSS end */

/*  Audit Section CSS Start*/

.audit_sec {
  padding-bottom: 124px;
}
.audit_sec .container {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}
.audit_sec .content_d h1 {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 90px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 32px;
}
.audit_sec .card-container {
  display: flex;
  flex-wrap: wrap;
  /*align-items: center;*/
  justify-content: space-between;
}

.audit_sec .card {
  border: 1.37px solid #d6d7e7;
  background: #fff;
  border-radius: 31px;
  padding: 20px;
  width: 300px;
  text-align: center;
  width: 49%;
  padding: 0 20px;
  /*height: 302px;*/
  margin-bottom: 32px;
}

.audit_sec .icon__d {
  margin: 30px 0;
}
.audit_sec .icon__d svg {
  width: 100px;
  height: 65px;
}
.audit_sec .card h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 35.11px;
  line-height: 100%;
  color: #242776;
  text-align: center;
  margin-bottom: 15px;
}

.audit_sec .card p {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-size: 27.3px;
  line-height: 100%;
  text-align: center;
  color: #242776;
  margin-bottom: 15px;
}
.audit_sec .btn {
  margin-top: 8px;
}
@media (max-width: 768px) {
  .audit_sec {
    padding-bottom: 40px;
  }
  .audit_sec .content_d h1 {
    font-size: 30px;
  }
  .audit_sec .card-container {
    max-width: 302px;
    margin: 0 auto;
  }
  .audit_sec .card {
    width: 100%;
    margin-bottom: 16px;
    height: 155px;
    border-radius: 16px;
  }
  .audit_sec .icon__d svg {
    width: 42px;
    height: 28px;
  }
  .audit_sec .icon__d {
    margin: 16px 0;
  }
  .audit_sec .card h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .audit_sec .card p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
/*Audit Section CSS End  */

/* FAQ CSS start */
.faq_seo_section {
  max-width: 1180px;
  margin: auto;
  padding-bottom: 100px;
  color: #000000;
  border-radius: 10px;
}
.faq_seo_section .heading {
  margin-bottom: 32px;
}
.faq_seo_section .heading h1 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 96px;
  line-height: 108%;
  text-align: center;
  vertical-align: middle;

  color: #000000;
}

.faq_seo_section .faq-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 20px;
}

.faq_seo_section .faq-item {
  border-bottom: 1px solid #d9d9d9;
}

.faq_seo_section .faq_question {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 34.04px;
  line-height: 100%;
  width: 100%;
  background: none;
  color: #000;
  border: none;
  padding: 16px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq_seo_section .faq_question span:first-child{
  text-align: left;
}

.faq_seo_section .faq-answer {
  display: none;
  padding: 10px 10px;
  font-size: 20px;
  line-height: 26.04px;
  font-weight: 400;
  background: #fff;
  border-radius: 5px;
}

.faq_seo_section .faq-item.active .faq-answer {
  display: block;
}

.faq_seo_section .arrow {
  width: 11px;
  height: 11px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  transition: 0.3s;
  margin-left: 10px;
}

.faq_seo_section .faq-item.active .arrow {
  transform: rotate(135deg);
}

@media (max-width: 768px) {
  .faq_seo_section .faq-container{
    padding: 0;
  }
  .faq_seo_section {
    padding: 24px 24px 50px 24px;
  }
  .faq_seo_section .heading h1 {
    font-size: 30px;
    line-height: 28px;
    text-align: center;
  }
  .faq_seo_section .faq_question {
    font-size: 14px;
    padding: 15px 0;
    line-height: 16px;
  }
  .faq_seo_section .faq-answer {
    font-size: 14px;
    padding: 16px 0;
    line-height: 16px;
  }
}

/* FAQ CSS end */