   /* main header css */
   .site-header:not(.dynamic-header) {
    background-color: #000000;
    width: 100%;
    max-width: 100% !important;
    padding: 0 72px;
    }
    header.site-header .container {
        width: 100%;
    }

    header.site-header .container .header-inner {
        max-width: 100%;
        align-items: center;
        justify-content: unset;
    }
    header.site-header .container .header-inner nav.main-navigation ul#menu-top-menu {
        display: flex;
        list-style: none;
        column-gap: 24px;
    }
    header.site-header .container .header-inner nav.main-navigation ul#menu-top-menu li {
      padding: 17px 0;
    }
    header.site-header .container .header-inner nav.main-navigation ul#menu-top-menu li a {
        color: #fff;
        font-family: "Lato", Sans-serif;
        font-size: 1rem;
        line-height: 1.5;
        transition: all 300ms;
        position: relative;
    }
    header.site-header .container .header-inner nav.main-navigation ul#menu-top-menu li:hover a:before {
        content: "";
        position: absolute;
        top: auto;
        height: 1px;
        background-color: #fb7d2f;
        width: 100%;
        bottom: -10px;
    }
    .submenu-grid .menu-item .icon {
        text-align: center;
    }

    .submenu-grid .menu-item .icon svg {
        width: 36px;
    }

    .submenu-grid .menu-item .icon svg path {
        fill: #f70;
    }
    header.site-header .container .header-inner nav.main-navigation ul#menu-top-menu li .submenu-grid .menu-item a:before {
      content: none;
    }

    header.site-header .container .header-inner .site-phone p {
        margin-bottom: 0px;
    }
    header.site-header .container .header-inner .site-phone p a {
        color: #fff;
        font-family: "Lato", Sans-serif;
        font-size: 1rem;
        line-height: 1.5;
        transition: all 300ms;
    }
    header.site-header .container .header-inner .header-right {
        flex: 1;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        column-gap: 15px;
    }
    .sub-menu {
        display: none;
        position: absolute;
        background: white;
        padding: 10px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        list-style: none;
        z-index: 999;
    }
    .submenu-grid {
        position: absolute;
        display: none;
        flex-wrap: wrap;
        width: 100%;
        z-index: 111;
        background-color: #fff;
        left: 50%;
        max-width: 80%;
        transform: translate(-50%);
        top: 100%;
    }
    header.site-header .container .header-inner nav.main-navigation ul#menu-top-menu li:hover .menu-grid.submenu-grid {
        display: flex;
    }
    
    header.site-header .container .header-inner nav.main-navigation ul#menu-top-menu li:hover .menu-grid.submenu-grid {
        display: flex;
        padding: 10px;
        border: 1px solid #fb7d2f;
        border-radius: 5px;
        gap: 20px;
    }
    .submenu-grid .menu-item {
      width: calc(100% / 4 - 15px);
      padding: 10px 10px 30px 10px;
      border-style: none;
      border-radius: 15px 15px 15px 70px;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    }
   .menu-item-has-children {
        position: relative;
        cursor: pointer;
    }
    header.site-header .container .header-inner .header-right .contact-button a {
        color: #000;
        background-color: #fb7d30;
        padding: 5px 12px 5px 12px;
        font-family: "Lato", Sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
    }
    header.site-header .container .header-inner .header-right .contact-button a:hover{
        background: #D8651C;
        color: #000;
    }
    .submenu-grid .menu-item a h3 {
        font-family: "Roboto", Sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: #000;
        text-align: center;
    }
    .submenu-grid .menu-item a p {
        font-family: "Lato", Sans-serif;
        font-weight: 300;
        color: #000;
        text-align: center;
        line-height: 1.5;
        margin-bottom: 0;
    }
   /* homepage-banner-css */
   .homepage-banner {
      background-size: cover;
      background-position: center;
      padding: 100px 20px;
      color: #fff;
      text-align: center;
      position: relative;
    }

    .homepage-banner::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; 
      height: 100%;
      background: rgba(0,0,0,0.45);
      z-index: 0;
    }

    .banner-content {
      position: relative;
      z-index: 1;
      max-width: 1140px;
      margin: 0 auto;
    }

    .banner-logo {
      max-width: 190px;
      margin: 0;
    }

    .banner-heading {
      color: #FFFFFF;
      font-family: "Poppins", Sans-serif;
      font-size: 2.5vw;
      font-weight: 700;
      text-transform: none;
      font-style: normal;
      text-decoration: none;
      line-height: 1.1em;
    }

    .new-banner-text {
      text-align: center;
      color: #FFFFFF;
      font-family: "Lato", Sans-serif;
      font-size: 20px;
      font-weight: 400;
      margin-bottom: 30px;
    }

    .banner-btn {
      font-family: 'Lato', sans-serif;
      background: #fb7d2f;
      color: #000;
      padding: 12px 30px;
      border-radius: 30px;
      font-size: 25px;
      text-decoration: none;
      transition: all 0.3s ease;
      display: flex;
      flex-wrap: wrap;
      width: fit-content;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
   }
    .banner-btn span svg {
      height: 1em;
      width: 1em;
      margin-left: 5px;
      position: relative;
      top: 4px;
   }

    .banner-btn:hover {
      background: #D8651C;
      color: #000;   
    }

    /* logo section css */

    .logo-slider-section {
      background: #f9fafc;
      padding: 40px 0;
    }

    .logo-slider-section .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .logo-slider-section .swiper-slide img {
      max-height: 50px;
      opacity: 1;
      transition: 0.3s ease;
    }

    /*blackquote section css*/

    .container {
        max-width: 1140px;
        margin: 0 auto;
    }
    .blockquote-section {
       background-color: #EBEBEB;
       padding: 20px 0 21px;
    }
    .blockquote-section .blockquote-text {
        padding: 0 20px;
    }
    .blockquote-section .blockquote-text blockquote {
        margin: 0;
    }
    .blockquote-section blockquote:before {
      content: "“";
      color: #cecece;
      font-size: calc(1px * 100);
      font-family: Times New Roman, Times, serif;
      font-weight: 900;
      line-height: 1;
      display: block;
      height: .6em;
  }
  .blockquote-section blockquote p {
      color: #000000;
      font-size: 32px;
      font-weight: 500;
      margin-top: 0px;
  }

  .blockquote-section blockquote p strong {
      color: #fb7d2d;
  }

/* ppc-assist section css */

  .ppc-assist-targets {
      padding: 60px 0;
      background-color: #fff;
  }

  .ppc-assist-targets h3 {
    text-align: center;
    font-family: "Roboto", Sans-serif;
    color: #000;
    font-weight: 500;
  }
  .ppc-assist-targets .ppc-assist-content {
    display: flex;
    column-gap: 25px;
  }
  .ppc-assist-targets .ppc-assist-content .accordion {
    width: 50%;
  }
  .ppc-assist-targets .ppc-assist-content .image-container {
    width: 50%;
  }
  .accordion-item {
    border: 1px solid #d5d8dc;
    border-top: none; 
  }

  .accordian .accordion-item:first-of-type {
   border-top: 1px solid #d5d8dc;
  }
   .accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 15px 20px;
    background: #1c1c1c;
    margin: 0;
    color: #fbfbfb;
    font-family: "Lato", Sans-serif;
    font-weight: 600;
  }

  .accordion-title .accordion-icons span svg {
    fill: #fff;
    width: 32px;
    height: 32px;
}

  .icon-plus,
  .icon-minus {
    display: none;
  }
  .accordion-title .accordion-icons span svg {
    fill: #fff;
  }
  
  .accordion-item:not(.active) .icon-plus {
    display: inline-block;
  }

  .accordion-item.active .icon-minus {
    display: inline-block;
  }

  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 12px;
  }
  .accordion-item.active .accordion-content {
    padding: 15px 20px;
  }
  /* section-ppcassist-css */
  .section-ppcassist {
    background-color: #1C1C1C;
    padding: 43px 0;
  }
  .section-ppcassist .ppcassist-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
 .section-ppcassist .ppcassist-wrapper .icon-wrapper svg {
    width: 50px;
    height: 50px;
    fill: #fff;
  }
  .section-ppcassist .ppcassist-wrapper h2 {
    color: #fff;
    font-family: "Lato", Sans-serif;
    font-weight: 600;
    margin: 0;
  }
  .section-ppcassist .ppcassist-wrapper .button-wrapper a {
    display: flex;
    font-family: "Lato", Sans-serif;
    font-weight: 500;
    color: #000000;
    background-color: #F56900;
    border-radius: 50px 50px 50px 50px;
    padding: 12px 24px;
    font-size: 24px;
    align-items: center;
    line-height: 24px;
  }
  .section-ppcassist .ppcassist-wrapper .button-wrapper a svg {
    height: 27px;
    margin-left: 8px;
  }
  /*.expert support css*/

  .expert-support {
    padding: 70px 0;
  }
  .expert-support_wrapper {
    display: flex;
    column-gap: 45px;
  }

  .expert-support_wrapper .image-section {
    width: 50%;
  }

  .expert-support_wrapper .content-section {
    width: 50%;
  }
  .expert-support_wrapper .content-section h2 {
    margin-top: 0;
    font-family: "Lato", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    line-height: 1;
  }
  .expert-support_wrapper .content-section p {
    color: #000;
    font-size: 16px;
    font-family: "Lato", Sans-serif;
    font-weight: 400;
  }
  .expert-support_wrapper .content-section ul {
    padding-left: 0;
    list-style: none;
    margin: 30px 0 25px;
  }
  .expert-support_wrapper .content-section ul li .support-wrapper {
    display: flex;
    gap: 18px;
    align-items: flex-start;
  }
  .expert-support_wrapper .content-section ul li {
    margin-bottom: 15px;
  }
  .expert-support_wrapper .content-section ul li:last-child {
    margin-bottom: 0px;
  }
  .expert-support_wrapper .content-section .learn-more-btn {
    font-family: "Lato", Sans-serif;
    font-weight: 500;
    background-color: #fb7d2f;
    color: #fff;
    font-size: 24px;
    border-radius: 50px 50px 50px 50px;
    padding: 10px 20px;
    display: inline-block;
    line-height: 1;
  }
  /* minimize section css */
  .cards .heading-container {
    text-align: center;
  }
  .cards .heading-container h2 {
    color: #000;
    font-family: "Lato", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
  }
  .cards .text-container {
    text-align: center;
  }
  .cards .text-container p {
    margin: 20px auto 40px;
    max-width: 70%;
    color: #000;
    font-family: "Lato", Sans-serif;
    line-height: 1.5;
  }
  .cards .cards-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 20px;
  }
 .cards .cards-grid .card {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 12%);
    padding: 20px;
    border-radius: 10px;
  }
  .cards .cards-grid .card .image-container {
    text-align: center;
  }

  .cards .cards-grid .card .image-container img {
    max-width: 30%;
    margin-top: 20px;
  }
  .cards .cards-grid .card .text-label {
    text-align: center;
  }
  .cards .cards-grid .card .text-label h3 {
    font-family: "Lato", Sans-serif;
    font-size: 22px;
    line-height: 1;
    color: #000;
  }
  .cards .cards-grid .card .icon-list ul {
    padding: 15px 0 0 0;
    list-style: none;
    border-bottom: 1px solid #ABACAD;
    border-top: 1px solid #ABACAD;
  }
 .cards .cards-grid .card .icon-list ul li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 15px;
 }
 .cards .cards-grid .card .icon-list ul li svg {
    width: 14px;
    margin-top: 5px;
 }
 .cards .cards-grid .card .icon-list ul li svg path {
    fill: #54595f;
  }
 .cards .cards-grid .card .icon-list ul li .text {
    color: #54595f;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
 }
 .cards .cards-grid .card .button-container {
    padding-top: 20px;
}
.cards .cards-grid .card .button-container a .button-content {
    display: flex;
    column-gap: 5px;
}
.cards .cards-grid .card .button-container a .button-content .button-icon svg {
    width: 14px;
    vertical-align: middle;
}
.cards .cards-grid .card .button-container a .button-content .button-text {
    color: #fb7d2f;
    font-family: "Lato", Sans-serif;
}
.cards .cards-grid .card .button-container a .button-content .button-icon svg path {
    fill: #fb7d2f;
}
/* testimonial-section css */
  .testimonials-section {
      padding: 70px 0;
  }
  .testimonials-section h2 {
      font-family: "Lato", Sans-serif;
      font-size: 30px;
      font-weight: 600;
      color: #000;
      text-align: center;
      line-height: 1;
      margin: 0;
  }
  .testimonials-section .swiper.testimonials-wrapper {
      margin-top: 20px;
      padding: 0 30px 30px;
  }
  .testimonials-section .swiper.testimonials-wrapper .swiper-button-prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .testimonials-section .swiper.testimonials-wrapper .swiper-button-next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .testimonials-section .swiper.testimonials-wrapper .swiper-button-prev::after,.testimonials-section .swiper.testimonials-wrapper .swiper-button-next::after {
    color: #54595f;
    font-size: 20px;
    font-weight: bold;
  }
  .testimonials-section .swiper.testimonials-wrapper .swiper-button-prev::after,.testimonials-section .swiper.testimonials-wrapper .swiper-button-next::after {
    color: #54595f;
    font-size: 20px;
    font-weight: bold;
  }
  .testimonials-section .swiper.testimonials-wrapper .swiper-slide {
      background-color: #fbfbfb;
      border: 1px solid #e1e8ed;
      border-radius: 5px;
  }
  .testimonials-section .swiper.testimonials-wrapper .swiper-slide .testimonial-header {
      padding: 15px 15px 6px;
  }
  .testimonials-section .swiper.testimonials-wrapper .swiper-slide hr {
      border: 0px;
      height: 1px;
      background-color: #e1e8ed;
  }
  .testimonial-profile {
    display: flex;
    align-items: center;
    column-gap: 9px;
  }
  .testimonial-profile .testimonial-image img {
    width: 36px;
    border-radius: 999px;
  }
  .testimonial-profile .testimonial-info_block .client-name {
    color: #1c2022;
    font-family: "Lato", Sans-serif;
    font-weight: 600;
    margin: 0;
    font-size: 14px;
    line-height: 1;
  }
  .testimonial-profile .testimonial-info_block .testimonial-position p {
    color: #697882;
    font-size: 12.5px;
    font-weight: 400;
  }
  .testimonial-content {
    padding: 0 15px;
  }
  .testimonial-content .testimonial-text {
    font-size: 14px;
    line-height: 20px;
    font-family: "Lato", Sans-serif;
    color: #333;
  }
  .testimonials-section .swiper.testimonials-wrapper .swiper-pagination {
    bottom: 0px;
 }
 .testimonials-section .swiper.testimonials-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #000;
 }
 .section-ppcassist .ppcassist-wrapper h2.section-heading {
    max-width: 70%;
    line-height: 1;
 }
 .section-ppcassist .ppcassist-wrapper h2.section-heading.review .free-review {
    color: #f56a01;
 }
 /* blog-section css */
 .blog-section {
    padding: 70px 0;
  }
  .blog-section h2 {
    text-align: center;
    margin: 0;
    font-family: "Lato", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #000;
 }
 .blog-section .blog-grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 30px;
  }
 .blog-section .blog-grid .blog-post.card {
    border-radius: 5px;
    padding: 15px 15px 15px 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    height: 100%;
    display: flex;
    flex-direction: column;
  }
 .blog-section .blog-grid .blog-post.card a .post-thumbnail.card-image {
    position: relative;
    height: 220px;
  }
 .blog-section .blog-grid .blog-post.card a .post-thumbnail.card-image img {
    width: 100%;
    position: absolute;
    height: 100%;
  }
 .blog-section .post-content.card-body {
    padding: 20px 0;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
 .blog-section .post-content.card-body a.read-more.btn.btn-primary {
    margin-top: auto;
    font-size: 12px;
    color: #fb7d2d;
    font-weight: 800;
    font-family: "Lato", Sans-serif;
  }
  .blog-section .post-content.card-body h3 {
    margin: 0 0 15px;
    line-height: 1.2;
    font-family: "Lato", Sans-serif;
    font-size: 21px;
    font-weight: 600;
  }
 .blog-section .post-content.card-body h3 a {
    color: #54595f;
  }
 .blog-section .post-content.card-body h3 a:hover {
    color: #54595f;
 }
 .blog-section .post-content.card-body p {
    margin: 0;
    line-height: 1.5em;
    font-size: 14px;
    color: #777;
    font-family: "Lato", Sans-serif;
    margin-bottom: 10px;
 }
 /* schedule-section-box css */
 .schedule-section-box {
    background-color: #fb7d2f;
    padding: 35px 0;
}
.schedule-section-box .schedule-heading {
    text-align: center;
    color: #FFFFFF;
    font-family: "Lato", Sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
}
.schedule-section-box .schedule-button-wrapper {
    text-align: center;
}
.schedule-section-box .schedule-button-wrapper a {
    background-color: #000;
    padding: 12px 24px;
    color: #fff;
    text-align: center;
    transition: all .3s;
    border-radius: 10px;
    display: inline-block;
}
.schedule-button-icon {
    color: #fff;
    fill: #fff;
    font-family: "Lato", Sans-serif;
    font-weight: 700;
    margin-right: 5px;
    display: inline-block;
}
.schedule-button-text {
    font-family: "Lato", Sans-serif;
    font-size: 24px;
    font-weight: 700;
}
.schedule-button-icon svg {
    width: 1em;
    height: 1em;
    font-size: 24px;
    vertical-align: text-bottom;
}
/* footer css */
.site-footer,.site-footer:not(.dynamic-footer) {
    background-image: url(/wp-content/uploads/2025/07/footer.png);
    max-width: 100% !important;
    background-color: #000;
    padding: 50px 0 20px;
}
footer .footer-grid .footer-widgets {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 35px;
    row-gap: 20px;
}
.site-footer .footer-logo img {
    margin-bottom: 6px;
}
footer .footer-grid .footer-widgets .footer-widget {
    color: #cecece;
    font-size: 16px;
    font-family: "Inter", Sans-serif;
    line-height: 1.5em;
    letter-spacing: -0.8px;
}
footer .footer-grid .footer-widgets .footer-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    position: relative;
    padding-top: 15px;
}
footer .footer-grid .footer-widgets .footer-menu ul {
    padding-left: 0;
    list-style: none;
}
footer .footer-grid .footer-widgets .footer-menu ul li a {
    color: #fff;
    padding: 3px 0;
    display: block;
    border-bottom: 3px solid transparent;
    position: relative;
    transition: 0.3s;
    font-size: 15px;
    font-family: "Lato", Sans-serif;
}
footer .footer-grid .footer-widgets .footer-menu ul li a:hover:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #f70;
    width: 100%;
}
footer .footer-grid .footer-widgets .footer-menu:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 30px;
    background-color: #fb7d2f;
    left: 0;
    top: -2px;
}
footer .footer-grid .footer-widgets .footer-menu:before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #54595f;
    width: 100%;
}
.footer-wrapper-contact {
    position: relative;
    padding-top: 15px;
}

.footer-wrapper-contact:before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #54595f;
    width: 100%;
    top: 0;
}

.footer-wrapper-contact:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 30px;
    background-color: #fb7d2f;
    left: 0;
    top: -2px;
}
.footer-wrapper-contact .contact-widget .contact-item {
    display: flex;
    column-gap: 8px;
    align-items: center;
}

.footer-wrapper-contact .contact-widget .contact-item .icon svg {
    width: 14px;
    vertical-align: middle;
}

.footer-wrapper-contact .contact-widget .contact-item .icon svg path {
    fill: #f70;
}

.footer-wrapper-contact .contact-widget .contact-item .text {
    line-height: 1;
    color: #fff;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
}
.social-icons {
    display: flex;
    column-gap: 10px;
    margin-top: 25px;
    align-items: center;
}
.social-icons a{
  transition: transform 0.3s ease;
}
.social-icons a svg {
    width: 24px;
    height: 24px;
}
.social-icons a svg path {
    fill: #f70;
}
.social-icons a:hover {
  animation: bubble 0.4s ease forwards;
}
.site-info p {
    margin: 0;
    text-align: center;
    color: #54595f;
}
.site-info {
    padding-top: 20px;
    margin-top: 50px;
    border-top: 1px solid #54595f;
}
@keyframes bubble {
  0%   { transform: scale(1); }
  30%  { transform: scale(1.3); }
  60%  { transform: scale(0.9); }
  100% { transform: scale(1); }
}

/* Eccommerce-page css */
.eccomerce-cards-section {
    padding: 70px 0;
}
.our-process .process-info {
    text-align: center;
}

.our-process .process-info h2 {
    font-family: "Lato", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 20px;
}

.our-process .process-info p {
    margin: 0 0 35px;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
}

.our-process .our-process-cards {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 30px;
    margin-top: 50px;
}

.our-process .our-process-cards .card {
    padding: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.our-process .our-process-cards .card .icon {
    text-align: center;
}

.our-process .our-process-cards .card .icon svg {
    width: 50px;
}

.our-process .our-process-cards .card .icon svg path {
    fill: #f70;
}

.our-process .our-process-cards .card h3 {
    text-align: center;
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.our-process .our-process-cards .card p {
    text-align: center;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
.pricing-agency-section h2 {
    text-align: center;
    font-family: "Roboto", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #000;
}
.pricing-agency-section .pricing-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
    column-gap: 30px;
}
.pricing-agency-section p {
    text-align: center;
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 400;
}
.pricing-agency-section .pricing-section .box-content .box-text p {
    color: #000;
    font-size: 16px;
    font-family: "Lato", Sans-serif;
    font-weight: 400;
    margin-bottom: 35px;
    text-align: left;
}
/* meet our experts section css */

.meet-expert-section {
    padding: 40px 0;
}
.meet-expert-section .meet-expert-wrapper h2 {
    text-align: center;
    font-family: "Lato", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
}
.meet-expert-section .meet-expert-wrapper .meet-expert-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 20px;
}
.meet-expert-section .meet-expert-wrapper .meet-expert-list .expert-info {
    display: flex;
    align-items: center;
    column-gap: 20px;
    background-color: #f56900;
    padding: 10px;
    border-radius: 10px;
}
.meet-expert-section .meet-expert-wrapper .meet-expert-list .expert-info .expert-info-img {
    width: 100px;
    height: 100px;
}
.meet-expert-section .meet-expert-wrapper .meet-expert-list .expert-info .expert-info-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.meet-expert-section .meet-expert-wrapper .meet-expert-list .expert-info-des p {
    margin: 0;
    font-size: 16px;
    font-family: "Lato", Sans-serif;
    line-height: 1.5;
}
.meet-expert-section .meet-expert-wrapper .meet-expert-list .expert-info-des span {
    color: #fff;
}
/* lead gen page css */
section.lead-gen-btb {
    padding: 60px 0;
}
.lead-gen-btb .cards-grid {
    grid-template-columns: repeat(3, 1fr);
}
section.lead-gen-process {
    padding-bottom: 60px;
}
section.lead-gen-pricing {
    padding: 60px 0;
    background-color: #fbfbfb;
}
section.lead-gen-testmonials {
    padding-top: 30px;
}
section.lead-gen-blog {
    padding-top: 0;
}
/* pricing page css */
section.section.pricing-setup {
    padding: 60px 0;
}
.pricing-setup-wrapper .common-pricing-box {
    background-color: #EFEFEF;
    border-radius: 10px;
    padding: 0 10px;
    border-left: 5px solid #fb7d2f;
    display: flex;
    column-gap: 50px;
    margin-bottom: 60px;
    align-items: center;
}
.pricing-setup-wrapper .common-pricing-box:nth-child(2) {
  border-right: 5px solid #fb7d2f;
  border-left: 0px;
}
.pricing-setup-wrapper .common-pricing-box .onboarding-intro,
.pricing-setup-wrapper .common-pricing-box .efficiency-intro,
.pricing-setup-wrapper .common-pricing-box .pro-scaling-intro {
    width: 50%;
    padding: 20px;
}
.pricing-setup-wrapper .common-pricing-box .features {
    width: 50%;
}
.pricing-setup-wrapper .common-pricing-box:last-child {
    margin-bottom: 0;
}
.pricing-setup-wrapper .common-pricing-box .onboarding-intro .onboarding-title,
.pricing-setup-wrapper .common-pricing-box .efficiency-intro .efficiency-title,
.pricing-setup-wrapper .common-pricing-box .pro-scaling-intro .pro-scaling-title {
    font-family: "Lato", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
}
.pricing-setup-wrapper .common-pricing-box .onboarding-intro .onboarding-price-box,
.pricing-setup-wrapper .common-pricing-box .efficiency-intro .efficiency-price-box,
.pricing-setup-wrapper .common-pricing-box .pro-scaling-intro .pro-scaling-price-box   {
    font-family: "Lato", Sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: #000;
    margin: 0;
    padding-bottom: 20px;
    line-height: 1;
}
.pricing-setup-wrapper .common-pricing-box .onboarding-intro .onboarding-price-box .free-review,
.pricing-setup-wrapper .common-pricing-box .efficiency-intro .efficiency-price-box .free-review,
.pricing-setup-wrapper .common-pricing-box .pro-scaling-intro .pro-scaling-price-box .free-review {
    color: #fb7d2f;
}
.pricing-setup-wrapper .common-pricing-box .onboarding-intro .onboarding-description p,
.pricing-setup-wrapper .common-pricing-box .efficiency-intro .efficiency-description p,
.pricing-setup-wrapper .common-pricing-box .pro-scaling-intro .pro-scaling-description p {
    font-family: "Lato", Sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}
.pricing-setup-wrapper .common-pricing-box .onboarding-intro .pricing-get-started,
.pricing-setup-wrapper .common-pricing-box .efficiency-intro .pricing-get-started,
.pricing-setup-wrapper .common-pricing-box .pro-scaling-intro .pricing-get-started {
    margin-left: 0;
    font-family: "Lato", Sans-serif;
    font-weight: 700;
    line-height: 1;
}
.pricing-setup-wrapper .common-pricing-box .features ul {
    list-style: none;
    padding-left: 0;
    max-width: 60%;
    margin: 0 auto;
}
.pricing-setup-wrapper .common-pricing-box .features ul li {
    font-family: "Lato", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #47494B;
    transition: color 0.3s;
    margin-bottom: 5px;
}
.pricing-setup-wrapper .common-pricing-box .features ul li:last-child {
    margin-bottom: 0;
}
.pricing-setup-wrapper .common-pricing-box .features ul li .icon svg {
    fill: #f70;
}
/* contact page css */

.contact-section {
    padding: 75px 0 100px;
}
.contact-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
}
.contact-wrapper .get-started-form,.contact-wrapper .free-account {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
}
.contact-wrapper .get-started-form h2, .contact-wrapper .free-account h2 {
    font-family: "Lato", Sans-serif;
    font-weight: 600;
    color: #000;
    margin-top: 0;
    margin-bottom: 20px;
}
.contact-wrapper .get-started-form p, .contact-wrapper .free-account p {
    font-family: "Lato", Sans-serif;
    margin-bottom: 20px;
    color: #000;
}
.contact-wrapper .get-started-form h2 .ppc-bold, .contact-wrapper .free-account h2 span {
    color: #fb7d2f;
}
.contact-wrapper .get-started-form .custom-submit, .contact-wrapper .free-account .custom-submit {
    font-family: "Lato", Sans-serif;
    font-size: 24px;
}








  