@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

* {
  margin: 0;
  padding: 0;
  font-family: Poppins;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* body {
  background-color: #f5f5f5 !important;
} */

/* common css */

.sectionpadding {
  padding: 80px 0;
}

.sectionTop {
  padding-top: 80px;
}

.sectionbottom {
  padding-bottom: 80px;
}

.imgfluid {
  width: 100%;
  height: auto;
}

p,
ul,
a {
  margin-bottom: 0 !important;
  list-style: none;
  text-decoration: none !important;
  padding: 0 !important;
  color: #000 !important;
}

a {
  cursor: pointer;
}

/* nav css */

.navbarsection {
  padding: 15px 10px;
  border-bottom: 1px solid #f5f5f5;
  box-shadow: 0 10px 15px -5px #f5f5f5, 0 4px 15px -4px #f5f5f5;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 200;
  background: #fff;
}

.logoimg {
  width: 175px;
}

.sidebarlogo img {
  width: 250px;
}

.menulinks {
  margin: 0 15px;
  font-weight: 500 !important;
  font-size: 16px;
  color: #333333 !important;
}

.mobilemenuwrap {
  display: flex;
  justify-content: center;
}

.mobilemenulinks {
  font-weight: 500 !important;
  font-size: 20px;
  margin: 20px 0 0 15px;
}

.contactbtn {
  padding: 10px 15px !important;
  color: #222;
  background: #ffe000;
  padding: 10px 15px;
  border-radius: 8px;
  font-weight: 600;
  display: inline-block;
}

.mobileoffcanvas {
  position: relative;
  z-index: 9999;
}

/* blog display section */

.blogdisplaysection {
  margin-top: 120px;
  margin-bottom: 30px;
}

.blogcardwrap {
  border: 2px solid #262626 !important;
  border-radius: 20px;
  box-shadow: 0px 40px 75px -10px rgba(0, 0, 0, 0.2);
  margin: 20px;
}

.blogcardimg {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.bgray {
  background-color: #f7f7f7;
}

.blogcardcontent {
  border-radius: 0 0 20px 20px;
  padding: 5px 25px 25px 25px;
  background-color: #f7f7f7;
}

.blogtitle {
  color: #262626;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  margin-top: 15px;
}
.blogsubtitle {
  margin-top: 15px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.3);
}

.bloghead1 {
  font-size: 32px;
  line-height: 45px;
  font-weight: 600;
}

.bloghead2 {
  font-size: 26px;
  line-height: 35px;
  font-weight: 600;
}

.bloghead3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.blogpara {
  color: #262626 !important;
  font-size: 17px;
  margin-bottom: 20px !important;
}

.bloglink {
  color: #000 !important;
  font-weight: 600;
  text-decoration: underline !important;
}

.bloglist {
  list-style: disc !important;
  margin-left: 16px;
}

/*  */

input[type="number"]::-webkit-inner-spin-button {
  display: none;
}

label.error {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 13px;
  color: #dd4545 !important;
  line-height: 15px;
}

/* ga4 audit page */

.auditherosection {
  margin-top: 120px;
}

.upperdatawrap {
  background: #f4f4f4;
  padding: 12px 20px;
  border-radius: 40px;
  display: inline-block;
  text-align: center;
  font-weight: 600;
}

.text1 {
  color: #fff;
  background: #262626;
  padding: 8px 15px;
  margin-right: 15px;
  border-radius: 40px;
}

.heroheadtitle {
  color: #242933;
  font-family: Poppins, Sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 45px;
  margin-top: 20px;
}

.txt-grd {
  background: linear-gradient(90deg, #dd2247 -9.47%, #ee8621 59.53%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bannerpointerwrap {
  font-size: 19px;
  font-weight: 600;
  margin-top: 15px;
}

.pointerwrap p {
  font-weight: 600;
  font-size: 19px;
  margin-top: 15px;
}

.bannerfillbtn {
  padding: 15px 20px;
  /* background-color: #533ccd; */
  background-color: #ffe000;
  border: none;
  border-radius: 10px;
  color: #000;
  font-weight: 600;
}

.ctafillbtn {
  padding: 15px 20px;
  background-color: #ffe000;
  border: none;
  border-radius: 10px;
  color: #000;
  font-weight: 600;
  width: 275px;
  margin: 0 15%;
}

.gold-text {
  color: #ffac33;
  /* color: #ffe000; */
}

.clientimg {
  width: 200px !important;
  height: auto;
}

.dashborder {
  border-bottom: 3px dashed #d5d5d5;
  border-top: 3px dashed #d5d5d5;
}

.dashborderbottom {
  border-bottom: 3px dashed #d5d5d5;
}

.sectiontitle {
  color: #030303;
  font-size: 32px;
  font-weight: 600;
  line-height: 41px;
}

.webcontent {
  text-align: center;
  color: #383838 !important;
  font-size: 23px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.2px;
}

.countcardwrap {
  /* background: linear-gradient(90deg, #dd2247 -9.47%, #ee8621 59.53%); */
  background-color: #f7f7f7;
  color: #f5f5f5;
  border-radius: 20px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  padding: 5%;
  margin-top: 40px;
}

.cardhead {
  font-size: 55px;
  line-height: 65px;
  font-weight: 600;
  text-align: center;
}

.pointerwrap {
  padding: 0 10%;
}

.cardcontent {
  color: #000 !important;
  font-weight: 500;
  font-size: 20px;
}

.ga-issue-pointer {
  list-style: disc;
  color: #383838 !important;
  font-size: 23px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.2px;
}

.ga-issue-pointer li {
  margin-top: 8px;
}

/* faq section */

.accordion {
  background: transparent !important;
}

button.accordion-button {
  padding: 25px 45px 25px 40px;
}

.accordion-body {
  padding: 0 20px 30px 40px !important;
  color: #262626 !important;
}

.faqhead {
  font-size: 20px;
  font-weight: 600;
  color: #000 !important;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: unset !important;
}

.accordion-button:not(.collapsed) {
  background: transparent !important;
  box-shadow: unset !important;
}

.accordion-item {
  margin: 20px 0;
  border-radius: 10px;
  border-bottom: 1px solid #563ed2 !important;
  border-right: 1px solid #563ed2 !important;
  border-left: 1px solid #563ed2 !important;
  border-top: none !important;
  background-color: transparent !important;
}

.accordion-header,
.accordion-button {
  background-color: transparent !important;
  /* border: 1px solid #c3e4e8; */
  border-radius: 10px;
}

.accordion-header {
  border-top: 1px solid #563ed2;
}

/* workstep card */
.growthcardwrap {
  padding: 8%;
  background: #f5f5f5;
  border-radius: 20px;
  margin-top: 30px;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
}

.workstepiconwrap img {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}

/* counter */

.fake-div {
  width: 100%;
  height: 10px;
  position: relative;
}

.fake-div2 {
  width: 100%;
  height: 10px;
  position: relative;
}

/* help section */

.helpimg img {
  width: 80px;
}

.helpcardwrp {
  margin-top: 20px;
  padding: 8%;
  border-radius: 20px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  height: 335px;
}

.helpcontent h3 {
  font-size: 25px;
  margin-top: 20px;
}

/* footer */

.footersection {
  background-color: #1b2728;
}

.accordion-button::after {
  background: url("../img/ga-audit-img/plus.svg") !important;
}

.accordion-button:not(.collapsed)::after {
  background: url("../img/ga-audit-img/minus.svg") !important;
}

/* sample blog */
.blogcontentsection {
  margin-top: 80px;
}

.categoryitem {
  background-color: #ffe000;
  color: #000;
  font-weight: 600;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 10px;
}

.datevalue {
  font-size: 20px;
  font-weight: 500;
}

/* media query */

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 992px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 576px) {
  .logoimg {
    width: 150px;
  }

  .blogcontentsection {
    margin-top: 50px;
  }

  .upperdatawrap {
    /* font-size: 12px; */
    display: none;
  }

  .sectiontitle {
    font-size: 25px;
    line-height: 35px;
  }

  .issuesection {
    margin: 0 15px;
  }

  .growthcardwrap,
  .countcardwrap {
    margin: 15px 20px;
  }

  .helpcardwrp {
    margin: 20px;
    height: 285px;
  }

  .pointerwrap {
    padding: 0 15px;
  }

  /* blog sample */
  .datevalue,
  .categoryitem {
    font-size: 15px;
  }

  .bloghead1 {
    font-size: 22px;
    line-height: 33px;
  }

  .bloghead2 {
    font-size: 17px;
    line-height: 30px;
  }
  .blogpara {
    font-size: 15px;
  }
}
