:root {
  --black: #000;
  --light-black: #333333;
  --white: #fff;
  --light-blue: #486fa4;
  --dark-blue: #213265;
  --paragraph: #21243a;
  --sky-blue: #0083ff;
  --orange: #f16f1d;
  --brown: #522b25;
  --gray: #adaba2;
  --green: #7a8c22;
  --rhythm: #89779d;
  --fluorescent-blue: #29f1fd;
  --transition: all 0.3s ease-in-out;
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  margin: 0%;
}

section p {
  font-family: "Inter", sans-serif;
  line-height: 26px;
  color: var(--light-black);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  margin: 0px;
}

ul {
  margin: 0px !important;
  padding-left: 0px !important;
}

li {
  list-style: none;
}

a,
a:hover,
button,
button:hover,
i,
h1,
h2,
h3,
h4,
h5,
h6,
li {
  text-decoration: none !important;
  /* -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; */
}

i {
  transition: unset;
}

:focus {
  outline: 0px !important;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--dark-blue);
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

/* BOOTSTRAP CSS START  */

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@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: 1170px;
  }
}

@media (min-width: 1920px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

/* BOOTSTRAP CSS END  */

/* GLOBAL CSS START HERE  */

.section {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
}

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

.sky-blue {
  background: var(--sky-blue);
}

.orange {
  background-color: var(--orange);
}

.brown {
  background-color: var(--brown);
}

.gray {
  background-color: var(--gray);
}

.green {
  background-color: var(--green);
}

.rhythm {
  background-color: var(--rhythm);
}

.fluorescent-blue {
  background-color: var(--fluorescent-blue);
}

.clr-orange {
  color: var(--orange);
}

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

.row.footer-icon-row {
  margin-bottom: 0 !important;
}

.head {
  position: relative;
  margin: 0 0 4rem;
  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 1.5rem; */
}

.head h2,
.head h2 span {
  position: relative;
  font-size: 2.5rem;
  font-weight: 800;
  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;
  width: 40%;
  margin: auto;
}

.head.head-center:before {
  margin: auto;
}
.head:after {
  position: absolute;
  content: "";
  background: var(--orange);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -3px;
  z-index: 9;
}
.head p {
  color: var(--black);
  font-size: 1.125rem;
  font-weight: 500;
  margin: 1rem 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;
}

.heading {
  margin: 0 0 2rem;
}

.heading h2 {
  position: relative;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  color: var(--dark-blue);
}

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

@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 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 / 40%);
}
.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(--orange);
  box-shadow: unset;
}

.div-main-cta.btn-transparent.btn-border-blue {
  border-color: var(--dark-blue);
  color: var(--dark-blue);
}
.div-main-cta.btn-black {
  background: var(--black);
  color: var(--white);
  box-shadow: 0 10px 30px rgb(0 0 0 / 40%);
}
.div-main-cta.btn-black:hover {
  background: var(--light-black);
  box-shadow: unset;
}

.div-main-cta.btn-white {
  background: var(--white);
  color: var(--dark-blue);
  box-shadow: 0 10px 30px rgb(0 0 0 / 40%);
}
.div-main-cta.btn-white:hover {
  border-color: var(--orange);
  box-shadow: unset;
}

.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);
}

.talk-phone {
  position: relative;
  color: var(--dark-blue);
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  grid-gap: 15px;
  text-decoration: underline !important;
  text-underline-offset: 2px;
  padding-left: 45px;
}

.talk-phone:before {
  position: absolute;
  content: "\f095";
  font-family: "FontAwesome";
  left: 0px;
  width: 35px;
  height: 35px;
  background: var(--dark-blue);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -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;
}

.talk-phone:hover {
  color: var(--orange);
}

.talk-phone:hover:before {
  background: var(--orange);
}
@media (max-width: 767px) {
  .div-main-cta {
    font-size: 0.875rem;
    padding: 0.8rem;
    flex: 1;
    text-align: center;
  }

  .talk-phone {
    font-size: 0.875rem;
    padding: 0.8rem;
    flex: 1;
    justify-content: center;
    background: var(--dark-blue);
    color: var(--white);
    border-radius: 0.5rem;
    text-decoration: unset !important;
    border: 2px solid transparent;
  }

  .talk-phone:before {
    display: none;
  }

  .talk-phone:hover {
    background: transparent;
    border-color: var(--dark-blue);
    color: var(--dark-blue);
  }

  .div-main-cta.btn-orange:hover {
    background: transparent;
    color: var(--orange);
    border-color: var(--orange);
  }
}
section.diamond {
  padding-top: 7rem;
  margin-top: 3.75rem;
  overflow: visible;
  border-top: 1px solid #b9b9b9;
}

img.diamond {
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 9;
}

@media screen and (min-width: 991px) {
  .desktop {
    display: block;
  }

  .mobile {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }
}

/* GLOBAL CSS END HERE  */

/* SECTION ONE CSS START HERE */

.homeBanner.s1 {
  position: relative;
  background-image: url("/img/global/coverBanner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 4rem 0;
}
.s1 .row {
  align-items: center;
}
.s1 h1 {
  position: relative;
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(90deg, #d013f9 0%, #7281f3 60%, #6eb5f4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin: 0.5rem 0 1rem;
}

.s1 p {
  color: var(--paragraph);
  font-size: 0.875rem;
  line-height: 20px;
}
.s1 span {
  font-style: italic;
  font-weight: 600;
  display: block;
  color: var(--dark-blue);
  margin: 2rem 0 0;
}
.s1 .div-CTA {
  justify-content: flex-start;
  margin: 1rem 0 0;
}
.s1 .div-CTA .div-main-cta {
  padding: 1rem 3rem;
}
@media (min-width: 1200px) {
  .s1 img.bannerImage {
    top: 3%;
    position: absolute;
  }
}

.homeBanner .statsRow {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  margin: 1.5rem 0 0;
}

.homeBanner .statsBox h2 {
  font-family: "Inter", sans-serif;
  font-size: 45px;
  font-weight: revert;
  color: var(--dark-blue);
}

.homeBanner .statsBox p {
  font-weight: 500;
  color: var(--dark-blue);
}
.waves {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* SECTION ONE CSS END HERE */

/* SECTION TWO CSS START HERE */

.s2.diamond {
  margin: 0;
}
.s2 .div-text p {
  color: var(--paragraph);
}

.s2 .div-text .div-CTA {
  justify-content: flex-start;
}

@media (min-width: 1200px) {
  .s2 .div-text {
    padding-right: 3rem;
  }
  .s2 .div-image img {
    position: absolute;
  }
}

/* SECTION TWO CSS END HERE */

/* SECTION THREE CSS START HERE */

.s3 {
  background: #f0f7ff;
}

.s3 .head {
  margin: 0 0 2rem;
}

.s3 .div-text p {
  color: var(--paragraph);
}

.s3 .div-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s3 .div-list ul > li {
  background: var(--white);
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 50px;
}
.s3 .div-list ul > li:last-child {
  background: #aab1b9;
  color: var(--white);
}

.sb-AI-SEO {
  text-align: center;
  margin: 3rem 0 0;
}

.sb-AI-SEO h3 {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  color: var(--paragraph);
  font-size: 3.125rem;
  margin: 0 0 3rem;
}

.sb-AI-SEO .row {
  grid-row-gap: 1.5rem;
}
.sb-AI-SEO .col-lg-4 img {
  width: 100%;
  box-shadow: 4px 4px 20px rgb(0 0 0 / 10%);
  border-radius: 1.25rem;
  transition: var(--transition);
}
.sb-AI-SEO .col-lg-4 img:hover {
  box-shadow: unset;
}
.sb-AI-SEO .CTA-wrap {
  margin: 4rem 0 0;
}

.sb-AI-SEO .CTA-wrap > p {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--paragraph);
  max-width: 780px;
  margin: 0 auto;
  font-style: italic;
}

/* SECTION THREE CSS END HERE */

/* SECTION FOUR CSS START HERE */

.s4 .head {
  margin: 0 0 2rem;
}

.s4 .div-text p {
  color: var(--paragraph);
}
.s4 .div-text span {
  font-size: 1.25rem;
  color: var(--orange);
  font-weight: 600;
  font-style: italic;
}

.s4:before {
  position: absolute;
  content: "";
  background: #0083ff;
  width: 100%;
  height: 370px;
  bottom: 0;
  z-index: -1;
}

.s4 {
  padding-bottom: 0 !important;
}

.laptop-wrap {
  margin: 2rem 0 0;
}
.laptop-slider .slick-slide img {
  margin: auto;
}
/* SECTION FOUR CSS END HERE */

/* SECTION FIVE CSS START HERE */

.s5 .head {
  margin: 0 0 2rem;
}

.features-sb {
  border-radius: 1rem;
  margin: 3rem 0 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  display: block;
}

.features-sb > table > thead {
  background: #172245;
}

.features-sb > table > thead > tr > th {
  color: var(--white);
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 1rem 2rem;
}

.features-sb tbody {
  background: #213265;
}

.features-sb tbody tr td {
  color: var(--white);
  padding: 1rem 2rem 1rem 1.5rem;
  font-size: 0.938rem;
}

.features-sb tbody tr td i {
  width: 22px;
  height: 22px;
  float: left;
  margin-bottom: 52px;
  margin-right: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 0.875rem;
}

.features-sb tbody tr td i.fa-check {
  background: #0aa06e;
}

.features-sb tbody tr td i.fa-times {
  background: #ef4b3e;
}

.features-sb tbody tr td i.fa-question {
  background: #f9973e;
}

.features-sb thead tr th:not(:last-child),
.features-sb tbody tr td:not(:last-child) {
  border-right: 1px solid rgba(255 255 255 / 15%);
}

/* SECTION FIVE CSS END HERE */

/* SECTION SIX CSS START HERE */

.s6 {
  background: #e7edf9;
  padding-top: 0;
}

.s6 .heading {
  background: #172245;
  border-radius: 0 0 2rem 2rem;
  margin: 0 0 4rem;
}
.s6 .heading h2 {
  color: var(--white);
  padding: 2rem 0 1.5rem;
}

.s6 .heading .pkg-pricing {
  display: inline-flex;
  align-items: center;
  background: var(--white);
  padding: 0.7rem 3rem;
  border-radius: 1rem 1rem 0 0;
}

.s6 .heading .pkg-pricing p {
  margin: 0 1rem 0 0;
  color: var(--dark-blue);
  font-size: 1.125rem;
  font-weight: 500;
}

.s6 .heading .pkg-pricing span {
  font-size: 2.375rem;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  color: var(--dark-blue);
  line-height: 1;
}

.s6 .heading .pkg-pricing small {
  color: var(--dark-blue);
  font-weight: 500;
}
.s6 .box h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--paragraph);
  margin: 0 0 1rem;
}

.s6 .box p {
  color: var(--paragraph);
  line-height: 1.5;
  margin: 0;
}

.s6 .box {
  text-align: center;
  border-radius: 1rem;
  background: var(--white);
  border: 1px solid var(--gray);
  padding: 2rem 1rem;
  height: 100%;
}

/* SECTION SIX CSS END HERE */

/* SECTION SEVEN CSS START HERE */

.review-box {
  border: 2px solid var(--black);
  border-radius: 15px;
  min-height: 380px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 3rem 4rem;
  margin: 0 0.6rem 2rem 0.6rem;
}
.review-box .review-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 1.5rem;
}
.review-box .review-head .left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.review-box .review-head .left .client-details h3 {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}
.review-box .review-body h2 {
  font-size: 1.875rem;
  font-weight: 700;
  font-style: italic;
  margin: 0 0 1rem;
}
.review-box .review-body p {
  margin: 0;
}

#reviewSlider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0px, -30px);
  background: var(--orange);

  z-index: 99;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
#reviewSlider .next-arrow.slick-arrow {
  right: -5%;
}
#reviewSlider .prev-arrow.slick-arrow {
  left: -5%;
}
.slick-arrow.slick-disabled {
  background: #cccccc !important;
  cursor: no-drop !important;
}
#reviewSlider .slick-arrow:hover {
  color: var(--white);
}

div#reviewSlider ul.slick-dots li button:before {
  display: none;
}

div#reviewSlider ul.slick-dots li button {
  padding: 0;
}

div#reviewSlider ul.slick-dots li {
  width: 34px;
  height: 10px;
  background: #d6d6d6;
  border-radius: 50px;
}

div#reviewSlider ul.slick-dots li.slick-active {
  background: var(--orange);
}

/* SECTION SEVEN CSS END HERE */

/* SECTION EIGHT CSS START HERE */

.s8 {
  background: #eff4fc;
  padding-bottom: 7rem;
}

.s8 .head {
  margin: 0 0 2rem;
}
.s8 .head h2 {
  color: var(--black);
}
@media (min-width: 1200px) {
  .s8 .div-text p {
    max-width: 660px;
    margin: 0 auto;
  }
}
.s8 .div-CTA {
  margin: 2rem 0 0;
}
/* SECTION EIGHT CSS END HERE */

/* SECTION NINE CSS START HERE */

.s9 {
  margin-top: 0 !important;
}
.s9 .head p {
  font-size: 1.125rem;
  color: var(--black);
  margin: 1rem 0 0;
}
.s9 .row {
  grid-row-gap: 1.5rem;
}
.s9 .box {
  background: var(--white);
  box-shadow: 0 0 40px rgb(203 203 203 / 40%);
  padding: 3rem;
  border-radius: 1rem;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.s9 .box h3 {
  font-size: 1.625rem;
  font-weight: 800;
  color: var(--paragraph);
  margin: 0 0 1rem;
  transition: all 0.3s ease-in-out;
}
.s9 .box p {
  line-height: 1.4;
  transition: all 0.3s ease-in-out;
}

.s9 .box:hover {
  background: var(--dark-blue);
}
.s9 .box:hover * {
  color: var(--white);
}

/* SECTION NINE CSS END HERE */

/* SECTION TEN CSS START HERE */

.s10 {
  background-color: var(--dark-blue);
  background-image: url("/img/ai-search-optimization/customized-package-img.webp");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.s10 .div-text h2 {
  font-family: "Inter", sans-serif;
  color: var(--white);
  font-size: 2.5rem;
  font-weight: 800;
}

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

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

.s10 .div-main-cta.btn-orange:hover {
  background: var(--white);
  border-color: var(--orange);
  color: var(--orange);
}

/* SECTION TEN CSS END HERE */

/* SECTION ELEVEN CSS START HERE */

.s11 .box {
  background-image: url(/img/ai-search-optimization/water-wave.webp);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  box-shadow: 0 0 40px rgb(203 203 203 / 40%);
  padding: 5rem 2rem 2rem 1rem;
  position: relative;
  border-radius: 1.4rem;
  overflow: hidden;
  min-height: 350px;
}

.s11 .box h3 {
  background: var(--dark-blue);
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 800;
  padding: 0.5rem 2rem;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 1.4rem 0;
}
.s11 .box ul li i {
  font-size: 1.75rem;
  color: var(--orange);
}

.s11 .box ul li {
  color: var(--paragraph);
  display: flex;
  align-items: flex-start;
  line-height: 1.2;
  gap: 0.5rem;
}

.s11 .box ul li:not(:last-child) {
  margin: 0 0 1.5rem;
}

/* SECTION ELEVEN CSS END HERE */

/* SECTION TWELVE CSS START HERE */

.s12 {
  background-image: url("/img/global/coverBanner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.table-style-1 {
  margin: 4rem 0 0;
}

.table-style-1 {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  display: block;
}

.table-style-1 table {
  border: 1px solid #dcdcdc;
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 1px;
  text-align: left;
}

.table-style-1 th {
  border: 1px solid #dcdcdc;
  padding: 1rem;
}

.table-style-1 td {
  position: relative;
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
  padding: 1rem;
}

.table-style-1 thead th {
  font-size: 1.25rem;
  color: #1c1c1c;
  background: var(--white);
}

.table-style-1 thead tr th:nth-child(1),
.table-style-1 tbody tr td:nth-child(1) {
  background: #f0f8ff;
}

.table-style-1 tbody tr td h3 {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 1rem;
  display: block;
  min-height: 44px;
}

.table-style-1 tbody tr td p {
  color: #1c1c1c;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* SECTION TWELVE CSS END HERE */

/* SECTION THIRTEEN CSS START HERE */

.s13 .tabs-list {
  max-width: 86%;
}
.s13 .tabs-list .tab-nav {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #777a89;
  padding: 1rem 0;
  cursor: pointer;
  line-height: 1.2;
}

.s13 .tabs-list .tab-nav:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.s13 .tabs-list .tab-nav.active {
  color: var(--paragraph);
  border-color: var(--orange);
  /* border-width: 2px; */
}
.s13 .div-text h3 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
  color: var(--paragraph);
  margin: 0 0 2rem;
}

.s13 .div-text p {
  font-size: 1.125rem;
  color: var(--paragraph);
  line-height: 28px;
}
.s13 .div-text ul {
  margin: 1rem 0 !important;
}
.s13 .div-text ul li {
  font-size: 1.125rem;
  color: var(--paragraph);
  list-style: disc;
  list-style-position: inside;
}

.s13 .div-text ul li:not(:last-child) {
  margin: 0 0 0.5rem;
}
.s13 .div-text .div-main-cta {
  margin: 1.5rem 0 0;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* SECTION THIRTEEN CSS END HERE */

/* SECTION FOURTEEN CSS START HERE */

.s14.diamond {
  margin: 0;
}
.faq-box-wrap .faq-box {
  background: var(--white);
  padding: 2rem 3rem;
  border: 1px solid #dfdfdf;
  border-radius: 0.6rem;
  height: 100%;
  display: flex;
  align-items: center;
  grid-gap: 1rem;
  flex-wrap: wrap;
  transition: all 0.3s ease-in-out;
}
.faq-box-wrap .faq-box:hover {
  box-shadow: 0 0 30px #cfdcf3;
}
.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 1rem;
}
.faq-box-wrap .faq-box > div {
  flex: 1;
}
.faq-box-wrap .faq-box p {
  color: #363636;
}
.faq-box-wrap .faq-box ul {
  margin: 0 0 1rem !important;
}

.faq-box-wrap .faq-box ul li {
  line-height: 2;
  list-style: disc;
}
/* SECTION FOURTEEN CSS END HERE */

/* SECTION FIVETEEN CSS START HERE */

.s15 {
  background: #e7edf9;
  padding-top: 0;
}

.table-style-2 {
  background-color: var(--white);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  display: block;
}

.table-style-2 table {
  border: 1px solid #dcdcdc;
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 1px;
  text-align: left;
}

.table-style-2 th {
  border-bottom: 1px solid #dcdcdc;
  padding: 2rem;
}

.table-style-2 td {
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  padding: 2rem;
}

.table-style-2 tr th:nth-child(1),
.table-style-2 tr td:nth-child(1) {
  background: #0083ff;
}

.table-style-2 tr th:nth-child(1),
.table-style-2 tr td:nth-child(1) * {
  color: var(--white);
}

.table-style-2 tr th:nth-child(1) {
  width: 370px;
}

.table-style-2 tr td h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 1rem;
}

.table-style-2 tr td p {
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
}

.table-style-2 thead th:not(:first-child) {
  text-align: center;
}

.table-style-2 tbody tr td:not(:first-child) {
  text-align: center;
}

.table-style-2 tbody tr td .fa-check {
  color: #32bd4c;
}

.table-style-2 tbody tr td {
  font-size: 1.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.table-style-2 thead tr th:nth-child(2n + 3),
.table-style-2 tbody tr td:nth-child(2n + 3) {
  background: #f2f9ff;
}
.table-style-2 tr.pricing td h3 {
  margin: 0;
  font-weight: 500;
}
.table-style-2 a.package-phone {
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.table-style-2 a.package-phone:hover {
  color: var(--dark-blue) !important;
}
.table-style-2 button {
  background: var(--orange);
  color: var(--white);
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  padding: 1rem 0;
  display: inline-block;
  border-radius: 6px;
  border: 0;
  font-size: 1rem;
  width: 100%;
  box-shadow: 0 10px 20px rgb(241 111 29 / 40%);
  transition: var(--transition);
  -webkit-transition: var(--transition);
}
.table-style-2 button:hover {
  background: var(--sky-blue);
  box-shadow: unset;
}

/* SECTION FIVETEEN CSS END HERE */

@media (max-width: 1199px) {
  .head h2,
  .head h2 span,
  .heading h2 {
    font-size: 2rem;
  }

  .s1 h1 {
    font-size: 2rem;
  }

  .s1 .div-CTA .div-main-cta {
    padding: 1rem;
  }

  .s3 .div-list ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  .features-sb > table > thead > tr > th {
    font-size: 1rem;
    padding: 1rem;
  }

  .features-sb tbody tr td {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .s6 .box h3 {
    font-size: 1.25rem;
  }

  .table-style-2 tbody tr td {
    padding: 1rem;
  }

  .table-style-2 button {
    font-size: 0.875rem;
  }

  .s10:before {
    position: absolute;
    content: "";
    background: rgba(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    top: 0;
  }

  .s10 .div-text {
    position: relative;
  }
  .s10 .div-text h2 {
    font-size: 2rem;
  }
}

@media (max-width: 991px) {
  .section {
    padding: 3rem 0;
  }
  .homeBanner.s1 {
    padding: 3rem 0;
  }
  .div-image {
    text-align: center;
  }

  .div-CTA {
    justify-content: center !important;
  }
  .ai-icon,
  .bannerImage {
    display: none;
  }

  .div-text {
    text-align: center;
  }

  .s1 .div-CTA {
    justify-content: center;
  }

  .homeBanner .statsBox h2 {
    font-size: 2rem;
  }

  .homeBanner .statsBox p {
    max-width: 100px;
    line-height: 1.2;
    margin: 0.5rem auto 0;
  }

  .s2 .row {
    grid-row-gap: 1.5rem;
  }

  .s2 .div-image {
    display: none;
  }
  .s3 .sb-AI-SEO .col-lg-4 img {
    border-radius: unset;
    box-shadow: unset;
  }
  .features-sb {
    text-align: center;
  }

  .features-sb tbody tr td i {
    display: none;
  }

  .features-sb tbody tr td {
    border-bottom: 1px solid rgba(255 255 255 / 15%);
  }

  .s6 .row {
    grid-row-gap: 1.5rem;
  }

  .table-style-2 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
  }

  .table-style-2 table {
    min-width: 850px; /* Adjust based on your actual table width needs */
  }

  .table-style-2 tr th:not(:first-child) {
    width: 150px;
  }
  .review-box {
    padding: 2rem;
  }

  .s11 .row {
    grid-row-gap: 1.5rem;
  }

  .s11 .box {
    min-height: auto;
  }

  .table-style-1 table {
    min-width: 900px;
  }
  .s13 .tabs-list {
    max-width: 100%;
    display: flex;
    overflow: auto;
    grid-gap: 1rem;
    margin: 0 0 2rem !important;
  }

  .s13 .tabs-list .tab-nav {
    border: 0 !important;
    border-right: 1px solid #ccc !important;
    font-size: 0.875rem;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    flex: 0 0 250px;
    text-align: center;
  }
  .s13 .tabs-list .tab-nav.active {
    background: var(--dark-blue);
    color: var(--white);
    padding: 0.8rem 0;
  }
  .section.s13 {
    padding-bottom: 5rem;
  }
}

@media (max-width: 767px) {
  .homeBanner.s1 {
    padding: 2rem 0;
  }

  .s1 h1 {
    font-size: 1.8rem;
  }

  .s1 span {
    font-size: 0.875rem;
  }

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

  .s1 .div-CTA .div-main-cta,
  .s1 .div-CTA .talk-phone {
    width: 100%;
    padding: 0.8rem 0;
  }

  .homeBanner .statsRow {
    flex-wrap: wrap;
    grid-row-gap: 1.5rem;
  }

  .homeBanner .statsRow .statsBox {
    flex: 1 1 50%;
  }

  .homeBanner .statsBox p {
    max-width: 100%;
  }

  img.diamond {
    display: none;
  }

  .section {
    padding: 3rem 0 !important;
  }

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

  .head p {
    font-size: 1rem;
  }

  .head {
    margin: 0 0 2rem;
  }

  .s3 .div-list ul > li {
    font-size: 0.75rem;
  }

  .sb-AI-SEO h3 {
    font-size: 1.8rem;
    margin: 0 0 1.5rem;
  }
  .s3 .div-CTA {
    flex-direction: column;
  }
  .s3 .div-CTA .div-main-cta,
  .s3 .div-CTA .talk-phone {
    width: 100%;
    padding: 0.8rem 0;
  }

  section.section.s4 {
    padding-bottom: 0 !important;
  }

  .s4:before {
    height: 100px;
  }

  .features-sb table {
    min-width: 1000px;
  }

  .s6 .heading {
    background: transparent;
  }

  .s6 .heading h2 {
    color: var(--dark-blue);
    padding: 0;
  }

  .s6 .heading .pkg-pricing {
    flex-direction: column;
    border-radius: 1rem;
    width: 100%;
    margin: 1rem 0 0;
    padding: 1rem 0;
  }

  .s6 .heading .pkg-pricing p {
    margin: 0;
  }
  .s6 .div-CTA,
  .s8 .div-CTA,
  .s12 .div-CTA {
    flex-direction: column;
  }
  .s6 .div-CTA .div-main-cta,
  .s6 .div-CTA .talk-phone,
  .s8 .div-CTA .div-main-cta,
  .s8 .div-CTA .talk-phone,
  .s12 .div-CTA .div-main-cta,
  .s12 .div-CTA .talk-phone {
    width: 100%;
    padding: 0.8rem 0;
  }

  .section.s15 {
    border-top: 1px solid var(--gray);
  }

  .review-box .review-head .right {
    display: none;
  }

  .review-box .review-body h2 {
    font-size: 1.25rem;
  }
  .s9 .box {
    padding: 2rem 1rem;
    text-align: center;
  }

  .s9 .box h3 {
    font-size: 1.25rem;
  }

  .s10 {
    background-size: cover;
  }

  .s10:before {
    background: rgba(0 0 0 / 70%);
  }
  .s13 .tabs-list .tab-nav {
    border: 1px solid var(--dark-blue) !important;
  }

  .s13 .tabs-list {
    gap: 0;
  }
  .s13 .div-text {
    text-align: left !important;
  }
  .s13 .div-text p,
  .s13 .div-text ul li {
    font-size: 1rem;
  }
  .s13 .tab-content .div-text .div-main-cta {
    width: 100%;
  }
  .faq-box-wrap .faq-box {
    padding: 2rem 1rem;
  }
}
