  @import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
  /* font-family: "DM Sans", serif; */

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "DM Sans", serif;
  }

  /* common CSS Start */

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

  .margin_0 {
    margin: 0;
  }

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

  .main_title {
    font-family: DM Sans;
    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;
  }
  .color_7963E0 {
    color: #7963e0;
  }
  .color_000 {
    color: #000;
  }
  .fw_500 {
    font-weight: 500;
  }
  .fw_600 {
    font-weight: 600;
  }
  .fw_800 {
    font-weight: 800;
  }
  .fw_700 {
    font-weight: 700;
  }
  .fw_400 {
    font-weight: 400;
  }

  .btn {
    display: inline;
    font-family: "DM Sans", serif;
    padding: 17px 69px;
    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;
  }
  .btn:hover {
    background: linear-gradient(to right, #2a2a80, #5a5db0);
  }

  @media (max-width: 1199px) {
     .main_title {
      font-size: 60px;
      line-height: 70px;
     }
  }
  @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;
    }
  }

  /* common CSS End */

  .seo__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%;
  }
  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;
    }
  }
  /* seo section  CSS start */
  .seo_section .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 64px 100px 141px;
  }
  .seo_section .seo_content {
    width: 56%;
  }
  .seo_section .seo-image {
    width: 40%;
  }
  .seo_section .seo-image img {
    width: 100%;
    border-radius: 16px;
  }

  .seo_section .seo_content .subheading {
    font-family: "DM Sans", serif;
    font-size: 40px;
    line-height: 52.08px;
    color: #100c40;
    margin: 4px 0 48px 0;
    letter-spacing: -1px;
  }

  .seo_section .seo_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 112px;
    border-radius: 58px;
    cursor: pointer;
    font-size: 21.5px;
    height: 60px;
    line-height: 60px;
  }
  .seo_section .seo_btn svg {
    width: 28px;
    height: 28px;
    margin-left: 7px;
    position: relative;
    top: 10px;
  }

  .seo_section .seo_btn:hover {
    background: linear-gradient(to right, #2a2a80, #5a5db0);
  }

  .seo_section .description {
    max-width: 559px;
    font-family: DM Sans;
    font-size: 20px;
    line-height: 24.83px;
    color: #606060;
  }
  .seo_section .seo_image {
    flex: 1;
    max-width: 50%;
    display: flex;
    justify-content: center;
  }

  .seo_section .seo_image img {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
  }
  .seo-image .description {
    display: none;
  }
  @media (max-width: 1199px) {
    .seo_section .container{
      padding: 64px 20px;
    }
  }
  @media (max-width: 768px) {
    .seo_section .container {
      padding: 23px 14px 22px;
    }
    .seo_section .seo_content,
    .seo_section .seo-image {
      width: 100%;
    }
    .seo_section .container .inner_info {
      text-align: center;
    }
    .seo_section .main_title{
      margin: 0 0 4px;
    }
    .seo_section .seo_content .subheading {
      margin: 4px 0 28px;
      font-size: 24px;
      line-height: 31px;
    }
    .seo_section .seo-image .description {
      margin: 28px 0;
      text-align: center;
    }
    .seo_section .description {
      font-size: 12px;
      line-height: 15px;
    }
    .seo_section .seo_btn {
      font-size: 14px;
      height: 47px;
      line-height: 47px;
      padding: 0 20px;
      margin: 0 0 48px;
    }
    .seo_section .seo_btn svg {
      width: 20px;
      height: 20px;
      position: relative;
      top: 6px;
    }
    .seo_section .seo-image .description {
      display: block;
    }
    .seo_section .seo_content .description {
      display: none;
    }
  }

  /* seo section  CSS End */
  /* Our SEO Wins section CSS start */
  .our_seo_wins .container {
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 143px;
  }
  .our_seo_wins .main_d {
    margin-bottom: 43px;
  }
  .our_seo_wins .main_d h1 {
    font-weight: 500;
    font-size: 48px;
    line-height: 44.7px;
    text-transform: uppercase;
    margin-bottom: 12px;
  }
  .our_seo_wins .main_d p {
    font-weight: 500;
    font-size: 24px;
    line-height: 31.7px;
    color: #242776;
  }

  .our_seo_wins .seo-card {
    background: linear-gradient(167.79deg, #8388d9 -12.93%, #100c40 43.4%);
    padding: 49px 63px;
    border-radius: 32px;
    color: #ffff;
    text-align: center;
    /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);*/
  }

  .our_seo_wins .seo-percentage {
    font-weight: 800;
    font-size: 49.46px;
    line-height: 64.3px;
    margin: 0;
  }
  .our_seo_wins .seo-card .inner_data {
    margin-bottom: 53px;
  }
  .our_seo_wins .seo-card .inner_data:last-child{
    margin-bottom: 0;
  }
  .our_seo_wins .seo-text {
    font-weight: 500;
    font-size: 28.85px;
    line-height: 37.51px;
    margin: 0;
  }

  .our_seo_wins .swiper-button-next,
  .our_seo_wins .swiper-button-prev {
    color: #1a1a40;
  }
  .our_seo_wins .swiper-pagination {
    position: relative;
    margin-top: 15px;
    display: none;
  }

  .our_seo_wins .swiper-pagination-bullet {
    background-color: #d9d9d9;
    opacity: 0.5;
    width: 7px;
    height: 7px;
    margin: 0 5px;
  }

  .our_seo_wins .swiper-pagination-bullet-active {
    background-color: #b9bcec;
    opacity: 1;
  }

  @media (max-width: 768px) {
    .our_seo_wins .main_d{
      padding: 0 20px;
    }
    .our_seo_wins .seo-card {
      padding: 32px 40px;
      height: 320px;
    }
    .our_seo_wins .seo-card .inner_data {
      margin-bottom: 34px;
    }
    .our_seo_wins .main_d h1 {
      font-size: 30px;
      line-height: 28px;
    }
    .our_seo_wins .main_d p {
      font-size: 14px;
      line-height: 18.23px;
    }
    .our_seo_wins .seo-percentage {
      font-size: 31px;
      line-height: 41px;
    }

    .our_seo_wins .seo-text {
      font-size: 18px;
      line-height: 24px;
    }
    .swiper-slide.seo_slide {
      transform: scale(0.9);
    }
    .swiper-slide.seo_slide.swiper-slide-active {
      transform: scale(1);
    }
    .our_seo_wins .swiper-pagination {
      display: block;
    }
    .our_seo_wins .container {
      padding: 0 0 41px;
    }
  }
  /* Our SEO Wins section CSS End */

  /* Customer due sec CSS start  */
.customer_due_sec .container {
  text-align: center;
  background: #fff;
  margin-bottom: 121px;
}
.customer_due_sec .container .name_with_accodion {
  /*margin-top: 92px;*/
  margin-top: 20px;
  display: flex;
  padding: 0 100px;
}
.customer_due_sec .container .main_d {
  max-width: 951px;
  margin: 0 auto;
}
.customer_due_sec .container .main_d h1 {
  margin-bottom: 80px;
}
.customer_due_sec .container .main_d h1 span {
  color: #7963e0;
}
.customer_due_sec .cta-button {
  width: 387px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  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 112px;
  border-radius: 58px;
  cursor: pointer;
  font-size: 21.5px;
  height: 60px;
  line-height: 60px;
}
.customer_due_sec .cta-button svg {
  width: 28px;
  height: 28px;
  position: relative;
  top: 10px;
  margin-left: 10px;
}
.customer_due_sec .cta-button:hover {
  background: #4c51bf;
}

.customer_due_sec .container .name_with_accodion .name__d,
.customer_due_sec .container .name_with_accodion .accordion_inner_data {
  width: 50%;
}
.customer_due_sec .accordion {
  padding: 109px 61px;
  box-shadow: 0px 36px 38px 0px #0000000d;
  border-radius: 16px;
}
.customer_due_sec .container .name_with_accodion .name__d h1 {
  font-weight: 500;
  font-size: 48px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: left;
  margin: 70px 0 0;
  position: relative;
  padding-bottom: 20px;
      position: sticky;
    top: 0;
}
.customer_due_sec .container .name_with_accodion .name__d h1:after{
  position: absolute;
  content: "";
  width: 50px;
  height: 4px;
  background: linear-gradient(to right, #6a5acd, #9370db);
  bottom: 0;
  left: 0;
}
.customer_due_sec .accordion-item {
  margin-bottom: 24px;
  border: 2px solid #242776;
  border-radius: 16px;
  padding: 24px 20px;
}

.customer_due_sec .accordion_header {
  cursor: pointer;
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.customer_due_sec .accordion_header p {
  text-align: left;
  margin: 0;
  width: calc(100% - 20px);
}
.customer_due_sec .accordion_header i {
  transition: transform 0.3s;
}

.customer_due_sec .accordion-content {
  text-align: left;
  display: none;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
  padding-top: 15px; 
}
.customer_due_sec .arrow {
  width: 11px;
  height: 11px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  transition: 0.3s;
}
.customer_due_sec .active .arrow{
    transform: rotate(135deg);
}

.customer_due_sec .active .accordion-content {
  display: block;
}

.customer_due_sec .active .accordion_header i {
  transform: rotate(180deg);
}

@media (max-width: 1300px) {
  .customer_due_sec .accordion_header{
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .customer_due_sec .accordion{
    padding: 30px;
  }
  .customer_due_sec .accordion-item{
    padding: 12px;
  }
  .customer_due_sec .accordion_header{
    font-size: 20px;
    line-height: 28px;
  }
  .customer_due_sec .container .name_with_accodion{
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .customer_due_sec .container .name_with_accodion .name__d h1:after{
    right: 0;
    margin: 0 auto;
  }
  .customer_due_sec .container {
    margin-bottom: 0;
  }
  .customer_due_sec .container .main_d h1 {
    font-size: 40px;
    line-height: 100%;
    margin-bottom: 48px;
  }

  .customer_due_sec .cta-button {
    width: 254px;
    line-height: 47px;
    height: 47px;
    padding: 0 20px;
    font-size: 0.9rem;
    margin: 0;
  }
  .customer_due_sec .cta-button svg {
    width: 26px;
    height: 26px;
    margin-left: 7px;
  }
  .customer_due_sec .container .name_with_accodion {
    margin-top: 72px;
    display: block;
    padding: 0;
  }
  .customer_due_sec .container .name_with_accodion .name__d,
  .customer_due_sec .container .name_with_accodion .accordion_inner_data {
    width: 100%;
  }
  .customer_due_sec .accordion {
    padding: 48px 0;
    box-shadow: none;
  }
  .customer_due_sec .accordion-item {
    padding: 24px 20px;
  }
  .customer_due_sec .container .name_with_accodion .name__d h1 {
    font-size: 30px;
    line-height: 35px;
    margin: 0;
    text-align: center;
  }

  .customer_due_sec .accordion_header {
    font-size: 24px;
    line-height: 100%;
  }
}
/* Customer due sec CSS end  */

/* tap Agency  Section CSS Start*/

.tap_agency .container {
  background: white;
  margin: 121px 100px;
}
.tap_agency .container .main_d {
  margin-bottom: 101px;
}
.tap_agency .container .main_d h1 {
  font-weight: 500;
  font-size: 48px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  position: relative;
  padding-bottom: 29px;
}
.tap_agency .container .main_d h1:before{
  position: absolute;
  content: "";
  width: 50px;
  height: 4px;
  background: linear-gradient(to right, #6a5acd, #9370db);
  bottom: 0;
  left: 0;
}

.tap_agency .tabs {
  display: none;
}

.tap_agency .comparison {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tap_agency .column {
  display: flex;
  flex-direction: column;
  width: 32%;
  background: #fff;
}
.tap_agency .column .title_tap {
  text-align: left;
  margin-bottom: 11px;
}
.tap_agency .column ul {
  box-shadow: 0px 46.28px 48.85px 0px #0000000d;
  background-color: #fff;
  padding: 20px 10px;
  height: 100%;
  border-radius: 20px;
}
.tap_agency .column ul li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;

  margin: 0 0 20px;
}
.tap_agency .column ul li span {
  width: 32px;
  display: block;
}
.tap_agency .column ul li p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24.42px;
  padding: 0 0 30px;
  border-bottom: 1.29px solid #d9d9d9;
  width: calc(100% - 66px);
  margin: 0;
}
.tap_agency .column ul li img {
  width: 30px;
  height: 30px;
}
.tap_agency .column h3 {
  width: 204px;
  border-radius: 32px;
  color: #242776;
  border: 1.65px solid #242776;
  background-color: transparent;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 19.8px;
  line-height: 31.35px;
  text-transform: uppercase;
  cursor: pointer;
}
.tap_agency .column:first-child h3,
.tap_agency .column h3:hover {
  background: radial-gradient(
    72.87% 115.98% at 62.66% -18.25%,
    #8388d9 0%,
    #242776 100%
  );
  color: #fff;
}
.tap_agency ul {
  list-style: none;
  padding: 10px;
}

.tap_agency .tap_agency ul li {
  padding: 10px;
  display: flex;
  align-items: center;
}

.tap_agency .btn-container .btn {
  width: 387px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  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;
  border-radius: 58px;
  cursor: pointer;
  font-size: 21.5px;
  height: 60px;
  line-height: 60px;
}
.tap_agency .btn-container .btn svg {
  width: 28px;
  height: 28px;
  position: relative;
  top: 10px;
}
.tap_agency .btn-container {
  text-align: center;
  margin-top: 20px;
  margin-top: 121px;
}

@media (max-width: 768px) {
  .tap_agency .container .main_d h1:before{
    margin: 0 auto;
    right: 0;
  }
  .tap_agency .container {
    margin: 0 0 72px;
  }
  .tap_agency .container .main_d h1 {
    font-size: 30px;
    line-height: 32px;
    text-align: center;
  }
  .tap_agency .container .main_d h1 br {
    display: none;
  }
  .tap_agency .container .main_d {
    margin-bottom: 34px;
  }
  .tap_agency .comparison {
    display: none;
  }
  .tap_agency .tabs {
    display: block;
  }
  .tap_agency .tabs .tab_buttons {
    display: flex;
    flex-wrap: wrap;
  }
  .tap_agency .tab_content {
    display: none;
    padding: 24px 0 0;
    background: #fff;
  }
  .tap_agency .tab_content ul {
    box-shadow: 0px 46.28px 48.85px 0px #0000000d;
    background-color: #fff;
    padding: 16px 8px;
    height: 100%;
    border-radius: 16px;
  }
  .tap_agency .tab_content ul li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 24px;
    margin: 0 0 22px;
  }
  .tap_agency .tab_content ul li span {
    width: 24px;
    display: block;
  }
  .tap_agency .tab_content ul li span img {
    width: 24px;
    height: 24px;
  }
  .tap_agency .tab_content ul li p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    padding: 0 0 24px;
    border-bottom: 1.29px solid #d9d9d9;
    width: calc(100% - 50px);
    margin: 0;
  }
  .tap_agency .btn-container {
    margin-top: 34px;
  }
  .tap_agency .tab_buttons button {
    width: 122px;
    border-radius: 32px;
    color: #242776;
    border: 1.65px solid #242776;
    background-color: transparent;
    padding: 0 10px;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 31px;
    height: 31px;
    text-transform: uppercase;
  }
  .tap_agency .btn-container .btn {
    line-height: 47px;
    height: 47px;
    padding: 0 20px;
    border-radius: 30px;
    width: 254px;
    font-size: 14px;
  }
  .tap_agency .btn-container .btn svg {
    width: 20px;
    height: 20px;
        position: relative;
    top: 6px;
    margin-left: 2px;
  }
  .tap_agency .tabs .tab_buttons .btn_in_d {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .tap_agency .tab_buttons button.active,
  .tap_agency .tab_buttons button:hover {
    background: radial-gradient(
      72.87% 115.98% at 62.66% -18.25%,
      #8388d9 0%,
      #242776 100%
    );
    color: #fff;
  }
}
/* tap Agency  Section CSS End*/

/* SEO video section CSS start */
.SEO_video_section{
  margin: 0 0 100px;
}
.SEO_video_section .video-section {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.SEO_video_section .video-card {
  background: #fff;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.SEO_video_section .video-card .video-thumbnail iframe {
  width: 100%;
  height: 200px;
}

@media (max-width: 768px) {
  .view_mobile_video_sec {
    margin: 72px 30px;
  }
  ..SEO_video_section{
    margin: 0 0 72px;
  }

  .SEO_video_section .video-section {
    display: block;
  }
  .SEO_video_section .video-card {
    width: 100%;
  }
  .SEO_video_section .video-card .video-thumbnail iframe {
    height: 190px;
  }
}

/* SEO video section 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: 43.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: block;
      padding: 0;
    }
    .results_section .container .main_title {
      padding-bottom: 48px;
      margin: 0;
    }
    .results_section .left_content,
    .results_section .right_form {
      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-top: 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 */

  /* 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: 36px;
  }
  .faq_seo_section .heading h1 {
    font-weight: 500;
    font-size: 48px;
    line-height: 44.7px;
    color: #000000;
    position: relative;
    padding-bottom: 29px;
  }
   .faq_seo_section .heading h1:after{
    position: absolute;
    content: "";
    width: 50px;
    height: 4px;
    background: linear-gradient(to right, #6a5acd, #9370db);
    bottom: 0;
    left: 0;
   }

  .faq_seo_section .faq-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

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

  .faq_seo_section .faq_question {
    font-weight: 400;
    font-size: 20px;
    line-height: 26.04px;
    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-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 .faq-item.active .faq-answer ul{
   list-style: initial;
   }
  .faq_seo_section .faq-item.active .faq-answer ul li{
  	    list-style: inside;
  }

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

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

  @media (max-width: 768px) {
    .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 .heading h1:after{
      margin: 0 auto;
      right: 0;
    }
    .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 */
  /* 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 */