 
      @import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,700;1,800;1,900;1,1000&amp;display=swap");

      :root {
        --theme_color: #f7bc01;
        --white_color: #ffffff;
        --black_color: #151414;
      }

      @media (min-width: 576px) {
        .container,
        .container-sm {
          max-width: 540px;
        }
      }

      @media (min-width: 768px) {
        .container,
        .container-md,
        .container-sm {
          max-width: 720px;
        }
      }

      @media (min-width: 992px) {
        .container,
        .container-lg,
        .container-md,
        .container-sm {
          max-width: 960px;
        }
      }

      @media (min-width: 1200px) {
        .container,
        .container-lg,
        .container-md,
        .container-sm,
        .container-xl {
          max-width: 1140px;
        }
      }

      @media (min-width: 1400px) {
        .container,
        .container-lg,
        .container-md,
        .container-sm,
        .container-xl,
        .container-xxl {
          max-width: 1320px;
        }
      }

      #banner_section i {
        font-family: "remixicon" !important;
      }

      .banner_section::before {
        content: "";
        background: rgba(0, 0, 0, 0.62);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
      }

      .banner_section {
        margin-bottom: 1px;
        display: flex !important;
        align-items: center !important;
        height: auto;
        width: 100%;
        /*background: url("<?php echo get_stylesheet_directory_uri();?>/assets/images/hero-pic.jpg") top center;*/
        background-size: cover;
        position: relative;
        padding-bottom: 100px;
      }

      .banner_section .container {
        padding-top: 80px;
        position: relative;
        z-index: 1;
      }

      .hero_text h3 {
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
        font-family: "Mulish", sans-serif;
        color: var(--white_color);
        font-size: 60px;
      }

      .hero_text h1 {
        font-family: "Mulish", sans-serif;
        margin: 0;
        font-size: 56px;
        font-weight: 700;
        line-height: 72px;
        color: var(--theme_color);
      }
      .hero_text .white-txt {
        color: #fff;
      }

      .hero_text h2 {
        font-weight: 500;
        line-height: 1.2;
        font-family: "Mulish", sans-serif;
        color: var(--white_color);
        margin: 10px 0 0 0;
        font-size: 24px;
      }

      .hero_google_review {
        display: flex;
        align-items: center;
        border: 1px solid var(--white_color);
        border-radius: 20px;
        padding: 20px 30px;
        margin-top: 20px;
      }

      .hero_google_review .google_img {
        border-right: 1px solid var(--white_color);
        padding-right: 30px;
      }

      .hero_google_review .google_img img {
        width: 100px;
      }

      .hero_google_review .google_review {
        color: var(--white_color);
        padding-left: 30px;
      }

      .hero_google_review .google_review h4 {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 5px;
        font-family: "Mulish", sans-serif;
        margin-bottom: 0.5rem;
        line-height: 1.2;
        color: var(--white_color);
      }

      .hero_google_review .google_review h3 {
        color: #34a853;
        font-size: 25px;
        font-weight: 800;
        margin-bottom: 0;
        font-family: "Mulish", sans-serif;
        line-height: 1.2;
      }

      .hero_google_review .google_review h5 {
        font-size: 25px;
        font-family: "Mulish", sans-serif;
        margin-bottom: 0.5rem;
        line-height: 1.2;
        font-weight: 600;
        color: var(--white_color);
      }

      .hero_google_review .google_review h5 span.star {
        color: var(--theme_color);
      }

      .hero_google_review .google_review p {
        font-size: 16px;
        color: var(--white_color);
        margin-bottom: 0px;
      }

      .bad_experience {
        background: rgb(0 0 0 / 70%);
        padding: 20px;
        width: 70%;
        margin: 20px auto 0;
        position: relative;
        border: 2px solid transparent;
        border-image: linear-gradient(to bottom, #030303, #f7bd45) 1;
      }

      @media (max-width: 1199px) {
        .bad_experience {
          width: 90%;
        }
      }

      .bad_experience h4 {
        text-align: center;
        color: #db5347;
        font-size: 25px;
        font-weight: 700;
        font-family: "Mulish", sans-serif;
        margin-bottom: 0.5rem;
        line-height: 1.2;
      }

      .bad_experience ul.bad_ul {
        display: flex;
        padding: 0;
        margin: 0;
        justify-content: center;
      }

      .bad_experience ul.bad_ul li {
        color: #fff;
        margin-right: 20px;
        font-weight: 300;
        position: relative;
        padding-left: 24px;
        list-style: none;
        font-size: 16px;
      }

      .bad_experience h3 {
        margin: 20px 0 0;
        text-align: center;
        font-size: 18px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 600;
        letter-spacing: 2px;
        font-family: "Mulish", sans-serif;
        line-height: 1.2;
      }

      .bad_experience h3 span {
        font-weight: 800;
        color: #57a359;
      }

      .text_center {
        text-align: center !important;
      }

      .banner_section .btn_get_started {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0.5px;
        display: inline-block;
        padding: 14px 50px;
        border-radius: 30px;
        transition: 0.5s;
        margin-top: 30px;
        color: var(--black_color);
        border: 1px solid;
        text-decoration: none;
      }

      .banner_section .btn_get_started.check_review {
        background: var(--white_color);
      }

      .bad_experience ul.bad_ul li svg {
        position: absolute;
        width: 16px;
        height: 24px;
        left: 0;
        top: 0;
      }

      .bad_experience ul.bad_ul li svg path {
        fill: currentColor;
      }

      #banner_section i {
        font-family: "remixicon" !important;
      }

      @media (max-width: 992px) {
        .banner_section .hero_text h1 {
          font-size: 28px;
          line-height: 36px;
        }
      }

      @media (max-width: 767px) {
        .banner_section .hero_text h3 {
          font-size: 43px;
        }
      }

      @media (max-width: 767px) {
        .banner_section .hero_text h1 {
          font-size: 43px;
          line-height: 52px;
        }
      }

      @media (max-width: 992px) {
        .banner_section .hero_text h2 {
          font-size: 18px;
          line-height: 24px;
        }
      }

      @media (max-width: 575px) {
        .hero_google_review {
          flex-direction: column;
          padding: 20px 10px;
        }
      }

      @media (max-width: 767px) {
        .hero_google_review .google_img {
          border-right: 0px solid var(--white_color);
          padding-right: 0px;
          padding-bottom: 30px;
        }
      }

      @media (max-width: 767px) {
        .hero_google_review .google_review {
          padding-left: 0px;
        }
      }

      @media (max-width: 1199px) {
        .bad_experience {
          width: 90%;
        }
      }

      @media (max-width: 991px) {
        .bad_experience {
          width: 100%;
        }
      }

      @media (max-width: 767px) {
        .bad_experience h4 {
          font-size: 20px;
          text-align: left;
        }
      }

      @media (max-width: 575px) {
        .bad_experience h4 {
          font-size: 16px;
        }
      }

      @media (max-width: 767px) {
        .bad_experience ul.bad_ul {
          flex-direction: column;
        }
      }

      @media (max-width: 991px) {
        .bad_experience ul.bad_ul li {
          font-size: 15px;
        }
      }

      @media (max-width: 767px) {
        .bad_experience ul.bad_ul li {
          margin-right: 0;
          margin-bottom: 5px;
        }
      }

      @media (max-width: 991px) {
        .bad_experience ul.bad_ul li {
          font-size: 15px;
        }
      }

      @media (max-width: 767px) {
        .bad_experience h3 {
          font-size: 16px;
          letter-spacing: 0px;
          text-align: left;
        }
      }

      /* Style for the testimonial item */
      .testimonial-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 30px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        background: RGBA(255, 255, 255, 0.1) !important;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.3) !important;
      }

      /* Style for the testimonial image */
      .testimonial-item img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin-bottom: 10px;
        border: 3px solid #fff;
      }

      /* Style for the testimonial text */
      .testimonial-item p {
        font-size: 14px !important;
        line-height: 1.5 !important;
        margin-bottom: 10px !important;
        color: #fff !important;
      }

      /* Style for the client name */
      .testimonial-item .client_name {
        font-size: 16px !important;
        font-weight: bold !important;
        color: #fff !important;
      }

      @media (max-width: 991px) {
        .banner_section {
          padding-top: 0px !important;
        }

        .banner_section .container {
          padding-top: 40px !important;
        }

      /*  #header .header-inner,
        #header #header-wrap {
          height: 80px;
        }

        #mainMenu-trigger {
          position: absolute;
          right: 20px;
        }

        #header .container {
          height: 100%;
        }

        #header .header-inner #logo,
        #header #header-wrap #logo {
          max-width: 188px;
        }

        #header .header-inner #logo a .logo-default,
        #header #header-wrap #logo a .logo-default {
          align-items: center;
        }

        .mainMenu-open #header #mainMenu {
          width: calc(100% + 14px);
          display: block;
          opacity: 1;
          overflow-y: scroll;
          position: relative;
          top: 270px;
          background: #000;
          width: calc(100% + 60px);
          margin-left: -30px;
          margin-right: -30px;
          padding: 20px 30px;
          height: auto;
          min-height: auto !important;
          max-height: fit-content;
        }

        #header .header-inner #logo a,
        #header .header-inner #logo a span,
        #header #header-wrap #logo a,
        #header #header-wrap #logo a span {
          width: 100%;
        }

        #mainMenu:not(.menu-overlay) nav > ul > li > a.quote_nava {
          padding-left: 30px;
        }*/
      }
    