@charset "UTF-8";

:root {
  --black: #000;
  --light-black: #333333;
  --white: #fff;
  --light-blue: #486fa4;
  /* --dark-blue: var(--dark-blue); */
  --dark-blue: #0e2e67;
  --sky-blue: #0c7cde;
  --orange: #f16f1d;
  --brown: #522b25;
  --gray: #adaba2;
  --green: #7a8c22;
  --rhythm: #89779d;
  --fluorescent-blue: #29f1fd;
}

.head {
  position: relative;
  margin: 0 0 2rem;
  padding: 0 0 1.5rem;
}

@media (min-width: 1200px) {
  .head-center {
    max-width: 80%;
    margin: 0 auto 3rem;
  }

  .head-50 {
    width: 50%;
  }

  .head-60 {
    width: 60%;
  }

  .head-70 {
    width: 70%;
  }

  .head-80 {
    width: 80%;
  }
}

.head h2 {
  color: var(--dark-blue);
  /* margin: 0 0 .5rem; */
}

.head h2,
.head h2 span {
  position: relative;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
}

.head h2 span {
  color: var(--orange);
}

.head:before {
  position: absolute;
  content: "";
  background-color: #c0c0c0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: unset;
}

.head.head-center:before {
  margin: auto;
}

.head p {
  color: var(--dark-blue);
  font-size: 1rem;
  font-weight: 500;
  margin: 1.5rem 0 0;
}

.head p a {
  text-decoration: underline !important;
  color: var(--orange);
}

.head p:last-child {
  margin-bottom: 0;
}

.head:after {
  position: absolute;
  content: "";
  background: var(--orange);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  right: 0;
  bottom: -3px;
  z-index: 9;
}

@media (min-width: 1200px) {
  .width-50 {
    max-width: 50%;
  }

  .width-60 {
    max-width: 60%;
  }

  .width-70 {
    max-width: 70%;
  }

  .width-75 {
    max-width: 75%;
  }

  .width-80 {
    max-width: 80%;
  }

  .width-85 {
    max-width: 85%;
  }

  .width-90 {
    max-width: 90%;
  }

  .width-95 {
    max-width: 95%;
  }
}

.m-auto {
  margin: auto;
}

.div-CTA {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 1rem;
  margin: 3rem 0 0;
}

.div-main-cta {
  font-family: "Inter", sans-serif;
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
  border: 2px solid transparent;
  padding: 1rem 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-gap: 0.5rem;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.div-main-cta.btn-orange {
  background: var(--orange);
  color: var(--white);
  box-shadow: 2px 2px 20px rgb(241 111 29 / 40%);
}

.div-main-cta.btn-orange:hover {
  background: var(--dark-blue);
  box-shadow: unset;
}
.div-main-cta.btn-sky {
  background: var(--sky-blue);
  color: var(--white);
  box-shadow: 0 10px 30px rgb(12 124 222 / 50%);
}
.div-main-cta.btn-sky:hover {
  background: var(--dark-blue);
  box-shadow: unset;
}
.div-main-cta.btn-blue {
  background: var(--dark-blue);
  color: var(--white);
  box-shadow: 2px 2px 20px rgb(14 46 103 / 40%);
}

.div-main-cta.btn-blue:hover {
  background: var(--sky-blue);
  box-shadow: unset;
}

.div-main-cta.btn-transparent.btn-border-blue {
  border-color: var(--dark-blue);
  color: var(--dark-blue);
}

.div-main-cta i {
  width: 25px;
  height: 25px;
  background: var(--dark-blue);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.875rem;
  transition: all 0.3s ease-in-out;
}

.div-main-cta.btn-transparent.btn-border-blue:hover {
  background: var(--dark-blue);
  color: var(--white);
}

.div-main-cta.btn-transparent.btn-border-blue:hover i {
  background: var(--white);
  color: var(--dark-blue);
}
header.main-header {
  background: var(--dark-blue);
}
.section {
  position: relative;
  padding: 4rem 0;
  overflow: hidden;
}
section p {
  font-family: "Inter", sans-serif;
  line-height: 26px;
  color: var(--light-black);
}
/*  BANNER SECTION CSS START  */

.homeBanner.s1 {
  position: relative;
  background-image: url("/img/web-audit/coverBanner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.s1 .div-CTA {
  justify-content: flex-start;
  margin: 2rem 0 0;
}
.s1 h1 {
  font-size: 3.125rem;
  font-weight: 800;
  color: var(--dark-blue);
  line-height: 1;
  margin: 0 0 1.5rem;
}

.s1 h1 span {
  color: var(--orange);
}

.s1 p {
  color: var(--dark-blue);
}

.form-main {
  position: relative;
  z-index: 1;
  border-radius: 0.625rem;
  /* border: 1px solid #98bbbe; */
  border: 20px solid #3d62a3;
  background: var(--white);
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}

/* @media (min-width: 1200px) {
  .form-main {
    max-width: 80%;
    margin: auto;
  }
} */
.form-main .form-head {
  text-align: center;
  margin: 0 auto 1.5rem;
}

.form-main .form-head h2 {
  font-size: 1.25rem;
  color: var(--black);
}

.form-main .form-head .sub-text {
  font-size: 18px;
  line-height: 30px;
}

.form-main .form-body .form-group {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 1.5rem;
}

.form-main .form-body .form-group > div {
  flex: 1 0 48%;
}

.form-main .form-body .form-group label {
  display: block;
  color: var(--primary);
  margin: 0 0 5px;
  display: none;
}

.form-main .form-body .form-group input,
.form-main .form-body .form-group textarea,
.form-main .form-body .form-group select {
  background: #f3f7f9;
  color: var(--black);
  border: 1px solid #98bbbe;
  border-radius: 5px;
  height: 45px;
  padding: 14px;
  width: 100%;
}

.form-main .form-body .form-group textarea {
  height: 90px;
  resize: none;
}

.form-main .form-body .form-group select {
  font-size: 14px;
  color: rgba(2, 2, 2, 0.5);
  border: none;
  border: 1px solid var(--black);
}

.form-main .form-body ::-moz-placeholder {
  font-size: 14px;
  color: var(--black);
  opacity: 0.5;
}

.form-main .form-body ::placeholder {
  font-size: 14px;
  color: var(--black);
  opacity: 0.5;
}

.form-main .form-body .form-group input:focus,
.form-main .form-body .form-group textarea:focus {
  border-color: var(--primary) !important;
}

.form-main .form-body .form-group:not(:last-child) {
  margin: 0 0 1rem;
}

.form-main .form-body .sign-up > legend {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--black);
}

.form-main .form-body .sign-up label {
  font-weight: 500;
  color: var(--black);
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.form-main .form-body .form-submit .submit-btn {
  position: relative;
  background: var(--black);
  display: block;
  padding: 1rem 4rem;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  border: none;
  color: var(--white);
  cursor: pointer;
  margin: 1.5rem 0 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.form-main .form-body .form-submit .submit-btn:hover {
  background: var(--primary);
}

@media screen and (max-width: 767px) {
  .form-main {
    padding: 0 1rem 1rem;
  }
  .form-main .form-body .form-group input,
  .form-main .form-body .form-group select {
    height: 45px;
  }
  .form-main .form-body .form-submit .submit-btn {
    padding: 1rem;
    font-size: 0.875rem;
    display: block;
    text-align: center;
  }
}
.form-main .form-body .form-group .input-field.error {
  border-color: #ff0000 !important;
}

.loader,
.orderLoader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.6rem;
}

.loader .spinner,
.orderLoader .orderSpinner {
  border: 4px solid rgba(255, 255, 255, 0.8);
  border-top: 4px solid #0c7cde;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#formMessage,
#orderFormMessage {
  margin-top: 15px;
  color: #fff;
  position: absolute;
  bottom: 0;
  background: #027e24;
  width: 100%;
  height: 90px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 0.6rem 0.6rem;
  display: none;
}

/*  BANNER SECTION CSS END  */

/* SECTION TWO CSS START HERE */

.s2 .row {
  align-items: center;
}
.s2 .div-text h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--dark-blue);
  margin: 1.5rem 0;
}

.s2 .div-text ul li {
  font-weight: 400;
  line-height: 30px;
  list-style: disc;
  list-style-position: inside;
  font-family: "Inter", sans-serif;
}

/* SECTION TWO CSS END HERE */

/* SECTION THREE CSS START HERE */

.s3 {
  position: relative;
  background-image: url("/img/web-audit/coverBanner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.s3 .head h2 {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--sky-blue);
}
.s3 .head:before {
  width: 50%;
  margin: auto;
}

.s3 .head:after {
  right: unset;
}
.s3 .custom-row {
  align-items: center;
}
/* SECTION THREE CSS END HERE */

/* SECTION FOUR CSS START HERE */

.s4 .head:before {
  width: 50%;
  margin: auto;
}

.s4 .head:after {
  left: 0;
  margin: auto;
}
.s4 .s-box {
  position: relative;
  margin: 0 2rem;
  padding: 3rem 1rem;
  min-height: 405px;
  border-radius: 1rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.s4 .s-box h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--dark-blue);
  margin: 1.5rem 0 1rem;
}
.s4 .s-box p {
  font-size: 0.938rem;
  color: #616161;
}
.s4 .s-box:hover {
  box-shadow: 0 0 30px rgb(33 36 58 / 15%);
}
.s4 .row-content {
  margin-top: 2rem;
}
.s4 .row-content h4 {
  font-weight: 800;
  font-size: 1.625rem;
  margin: 0 0 0.5rem;
}
.s4 .row-content > p {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
}
.s4 .row-content .free p {
  display: inline-block;
  background: var(--orange);
  padding: 0.2rem 1rem;
  border-radius: 0.3rem;
  font-size: 1.125rem;
  color: var(--white);
  margin: 0;
}
.s4 .s-box .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.s4 .s-box .arrow.arrow-1 {
  left: -4rem;
}

.s4 .s-box .arrow.arrow-2 {
  right: -4rem;
}
/* SECTION FOUR CSS END HERE */

/* SECTION FIVE CSS START HERE */

.s5 {
  background: #f9fbff;
}
.s5 .head > p {
  font-size: 1.25rem;
  font-weight: 600;
  /* color: var(--dark-blue); */
  /* margin: 1.5rem 0 0; */
}

.s5 .head:before {
  width: 40%;
  margin: auto;
}

.s5 .head:after {
  right: unset;
}

.head-content h6 {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 4px;
}

.head-content {
  max-width: 850px;
  margin: 0 auto 3rem;
}

.head-content p {
  color: var(--dark-blue);
}
.s5 .s-box {
  position: relative;
  padding: 1rem;
  border-radius: 1rem;
  transition: all 0.3s ease-in-out;
}
.s5 .s-box h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--dark-blue);
  margin: 1.5rem 0 1rem;
}
.s5 .s-box p {
  color: var(--dark-blue);
  min-height: 160px;
}
.s5 .s-box:hover {
  background-color: var(--white);
  box-shadow: 0 0 30px rgb(33 36 58 / 15%);
}
/* SECTION FIVE CSS END HERE */

/* SECTION SEVEN CSS START HERE */

.s7 {
  background: #fbf5f0;
}
.s7 .head:before {
  width: 40%;
  margin: auto;
}

.s7 .head:after {
  right: unset;
}
.s7 .s-box {
  background: var(--white);
  padding: 2rem;
  border-radius: 0.6rem;
  box-shadow: 0 0 40px #f3dfcf;
  height: 100%;
}

.s7 .custom-row {
  grid-row-gap: 1.5rem;
}

.s7 .s-box h3 {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--dark-blue);
  margin: 1.5rem 0 1rem;
}

.s7 .s-box p {
  color: #363636;
}

.s7 .s-box p a,
.s7 .s-box p u {
  color: #006cff;
  /* border-bottom: 1px solid; */
}
.s7 .bottom-content {
  margin-top: 3rem !important;
}

.s7 .bottom-content h4 {
  color: var(--dark-blue);
  font-size: 1.375rem;
  font-weight: 800;
  margin: 0 0 1rem;
}

.s7 .bottom-content p {
  font-size: 1.125rem;
  font-weight: 700;
}

/* SECTION SEVEN CSS END HERE */

/* SECTION EIGHT CSS START HERE */

.s8 .heading h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin: 0 0 1rem;
}

.s8 .heading h2 span {
  color: var(--orange);
}

.s8 .heading p {
  margin: 0;
  font-size: 1.125rem;
  color: var(--dark-blue);
}

/* SECTION EIGHT CSS END HERE */

/* SECTION NINE CSS START HERE */

.s9 .div-text h2 {
  position: relative;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
  color: var(--dark-blue);
  margin: 0 0 1.5rem;
}

.s9 .div-text h2 span {
  color: var(--orange);
}

.s9 .div-text p {
  color: var(--dark-blue);
}

.s9 .div-text .div-CTA {
  justify-content: flex-start;
  margin: 2rem 0 0;
}

/* SECTION NINE CSS END HERE */

/* SECTION TWELVE CSS START HERE */

.s12 .head:before {
  width: 40%;
  margin: auto;
}

.s12 .head:after {
  right: unset;
}
.s12 .head {
  margin-bottom: 2rem !important;
}
.s12 .head > p {
  font-size: 1.25rem;
  margin: 0 0 1rem;
  color: var(--dark-blue);
}

.s12 .s-box {
  position: relative;
  padding: 2rem;
  /* min-height: 405px; */
  border-radius: 1rem;
  transition: all 0.3s ease-in-out;
}
.s12 .s-box h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--dark-blue);
  margin: 1.5rem 0 1rem;
}
.s12 .s-box p {
  /* font-size: 0.938rem; */
  color: var(--dark-blue);
  margin: 0;
}
.s12 .s-box:hover {
  box-shadow: 0 0 30px rgb(33 36 58 / 15%);
}
/* SECTION TWELVE CSS END HERE */

.s14 .div-text h2 {
  font-size: 2.5rem;
  margin: 0 0 1.5rem;
  font-weight: 800;
  color: var(--dark-blue);
}

.s14 .div-text h2 span {
  color: var(--orange);
}

.s14 .div-text > span {
  background: #ffe400;
  padding: 0.2rem 1rem;
  font-size: 1.125rem;
  display: inline-block;
  margin: 0 0 1.5rem;
}

.s14 .div-text > p {
  margin: 0;
}

.s14 .div-text .div-CTA {
  justify-content: flex-start;
  margin: 2rem 0 0;
}

.s14 .div-img img {
  position: absolute;
  right: 0;
  width: 600px;
  bottom: 0;
}

/* SECTION THIRTEEN CSS END HERE */

/* SECTION FOURTEEN CSS START HERE */

.s15 {
  background: #fbf5f0;
}
.s15 .head:before {
  width: 40%;
  margin: auto;
}

.s15 .head:after {
  right: unset;
}
.faq-box-wrap .faq-box {
  background: var(--white);
  padding: 1rem;
  border-radius: 0.6rem;
  box-shadow: 0 0 40px #f3dfcf;
  height: 100%;
  display: flex;
  align-items: center;
  grid-gap: 1rem;
  flex-wrap: wrap;
}

.faq-box-wrap .faq-box > span {
  font-size: 6.25rem;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  color: var(--dark-blue);
  opacity: 0.1;
  flex: 0 0 150px;
  display: flex;
  justify-content: center;
}

.faq-box-wrap .faq-box:not(:last-child) {
  margin: 0 0 1rem;
}

.faq-box-wrap .faq-box h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--dark-blue);
  margin: 0 0 0.5rem;
}
.faq-box-wrap .faq-box > div {
  flex: 1;
}
/* SECTION FOURTEEN CSS END HERE */

@media (max-width: 767px) {
  .section {
    padding: 2rem 0;
  }
  .s1 h1 {
    font-size: 2rem;
  }

  .head h2,
  .head h2 span {
    font-size: 2rem;
  }

  .s2 .div-text ul li {
    line-height: 1.5;
  }

  .s2 .div-text ul li:not(:last-child) {
    margin: 0 0 0.5rem;
  }

  .s3 .head h2 {
    font-size: 2rem;
  }

  .form-main {
    border: 1px solid #98bbbe;
    padding: 2rem 1rem;
  }

  .s4 .s-box {
    margin: 0;
    padding: 2rem 1rem;
    min-height: auto;
    border: 1px solid #98bbbe;
  }

  .s4 .s-box p {
    margin: 0;
  }

  .head-content h6 {
    font-size: 1rem;
    letter-spacing: 0;
  }

  .s5 .s-box,
  .s12 .s-box {
    min-height: auto;
    border: 1px solid #98bbbe;
  }

  .s8 .heading h2 {
    font-size: 1.5rem;
  }

  .s8 .heading p {
    font-size: 1rem;
  }

  .div-CTA {
    flex-direction: column;
  }

  .div-main-cta {
    width: 100%;
  }

  .s9 .div-text h2 {
    font-size: 2rem;
  }

  .section.s9,
  .section.s12,
  .section.s14 {
    border-top: 1px solid #98bbbe;
  }

  .s14 .div-text h2 {
    font-size: 2rem;
  }

  .s14 .div-img img {
    position: unset;
  }

  .faq-box-wrap .faq-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .faq-box-wrap .faq-box > span {
    font-size: 3rem;
    line-height: 1;
    flex: 1;
  }
}
