.section {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
}

.heading {
  position: relative;
  margin: 0 0 2.5rem;
  padding: 0 0 1.5rem;
}

.heading:before {
  position: absolute;
  content: "";
  background: var(--tertiary);
  width: 150px;
  height: 5px;
  bottom: 0;
  left: 0;
}

.heading > h2 {
  color: var(--primary, #2c3e50);
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 2rem;
}

.button {
  border-radius: 5px;
  color: var(--white);
  font-weight: 600;
  letter-spacing: 1.6px;
  display: inline-block;
  padding: 1.5rem 5rem;
}

.button-tertiary {
  background: var(--tertiary, #4fa4ac);
  box-shadow: 10px 10px 20px 0px rgba(79, 164, 172, 0.2);
}

.button-tertiary:hover {
  background: var(--primary);
  color: var(--white, #4fa4ac);
}

.svg-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 5rem;
}

.svg-phone > i {
  width: 40px;
  height: 40px;
  background: var(--white, #fff);
  color: var(--tertiary, #4fa4ac);
  border-radius: 50%;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.svg-phone svg g path {
  fill: var(--tertiary, #4fa4ac);
  stroke: var(--tertiary, #4fa4ac);
  transition: var(--transition);
}

.svg-phone:hover i {
  background: var(--tertiary, #4fa4ac);
}

.svg-phone:hover i > svg g path {
  fill: var(--white, #fff);
  stroke: var(--white, #fff);
}

.svg-phone svg {
  width: 1.5rem;
  height: 1.5rem;
}

.div-text p {
  color: var(--primary, #2c3e50);
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

/* SECTION ONE CSS START  */

.pageBanner {
  background-image: url("/img/dental-seo/dental-seo-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  display: flex;
  align-items: center;
}

.pageBanner .div-text {
  margin-top: 7rem;
}

.pageBanner .div-text .before-heading {
  position: relative;
  display: inline-block;
  color: var(--primary, #2c3e50);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 4px;
  margin: 0;
  padding: 0.2rem 0;
  z-index: 9;
}

.pageBanner .div-text .before-heading:before {
  position: absolute;
  content: "";
  background: linear-gradient(
    90deg,
    rgba(79, 164, 172, 0.4) 50%,
    rgba(79, 164, 172, 0) 120%
  );
  width: 100vw;
  height: 100%;
  top: 0;
  right: -10px;
  z-index: -9;
}

.pageBanner .div-text h1 {
  color: var(--primary, #2c3e50);
  font-size: 40px;
  font-weight: 700;
  margin: 0.5rem 0 1rem;
}

.pageBanner .div-text p {
  color: var(--light-black);
  font-size: 18px;
  line-height: 30px;
}

.pageBanner .div-text .div-CTA {
  display: flex;
  flex-direction: column;
  text-align: center;
  grid-gap: 1rem;
  margin: 3rem 0 0;
}

.pageBanner .div-text .div-CTA .discover-CTA {
  border-radius: 5px;
  background: var(--tertiary, #4fa4ac);
  box-shadow: 10px 10px 20px 0px rgba(79, 164, 172, 0.2);
  padding: 1.5rem 0;
  color: var(--white);
  letter-spacing: 1.6px;
  font-weight: 600;
}

.pageBanner .div-text .div-CTA .discover-CTA:hover {
  background: var(--primary);
}

.pageBanner .div-text .div-CTA > span {
  color: #b9b9b9;
  font-weight: 600;
}

.pageBanner .div-text .div-CTA .call-CTA {
  color: var(--primary, #2c3e50);
  font-size: 40px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 1rem;
  line-height: 1;
}

.pageBanner .div-text .div-CTA .call-CTA > i {
  width: 40px;
  height: 40px;
  background: var(--primary);
  color: var(--white);
  border-radius: 50%;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.pageBanner .div-text .div-CTA .call-CTA:hover {
  transform: scale(1.1);
  color: var(--tertiary);
}

.pageBanner .div-text .div-CTA .call-CTA:hover > i {
  background: var(--tertiary);
}

.pageBanner .div-badge .badge {
  position: absolute;
  top: 130px;
}

/* SECTION ONE CSS END  */

/* SECTION TWO CSS START  */

.s2 .heading {
  margin-bottom: 0;
  padding-bottom: 0;
}
.s2 .heading:before {
  display: none;
}

.s2 .custom-row {
  align-items: center;
}

.s2 .button {
  margin: 3rem 0 0;
}

@media (min-width: 1199px) {
  .s2 .div-img > img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 600px;
    bottom: 0;
    margin: auto;
  }
}

/* SECTION TWO CSS END  */

/* SECTION THREE CSS START  */

.s3 {
  background: linear-gradient(107deg, #1b2530 0%, #2c3e50 99.16%);
}

.s3 .choose-card {
  position: relative;
  text-align: center;
  min-height: 400px;
  margin: 0 1rem;
  padding: 0 2rem;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  -webkit-transition: var(--transition);
}

.s3 .choose-card .choose-card-thumbnail {
  margin: 0 0 2rem;
  display: inline-block;
  max-height: 131px;
  max-width: 131px;
}

.s3 .choose-card > * {
  color: var(--white);
  transition: var(--transition);
  -webkit-transition: var(--transition);
}

.s3 .choose-card .choose-card-content h4 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

.s3 .choose-card .choose-card-content p {
  font-size: 1rem;
  line-height: 26px;
}

.s3 .choose-card:hover {
  background: var(--white);
}

.s3 .choose-card:hover > * {
  color: #333;
}

.s3 .heading > h2 {
  margin: 0;
  color: var(--white);
  margin: 0 0 1rem;
}

.s3 .heading > p {
  color: var(--white);
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}

.s3 .heading {
  position: relative;
  max-width: 75%;
  margin: 0 auto 4rem;
  padding: 0 0 1.5rem;
}

.s3 .heading:before {
  position: absolute;
  content: "";
  background: var(--tertiary);
  width: 150px;
  height: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* SECTION THREE CSS END  */

/* SECTION FOUR CSS START  */

.s4 .custom-row {
  align-items: flex-end;
}

.s4 .heading {
  position: relative;
  margin: 0 0 2.5rem;
  padding: 0 0 1.5rem;
}

.s4 .heading > h2 {
  margin: 0;
}

.s4 .div-text > ul > li {
  border-radius: 8px;
  border: 1px solid var(--tertiary, #4fa4ac);
  padding: 1rem;
  display: flex;
  align-items: center;
  grid-gap: 1rem;
}

.s4 .div-text > ul > li:not(:last-child) {
  margin: 0 0 1rem;
}

.s4 .div-text > ul > li > p {
  font-size: 1rem;
  margin: 0;
}

/* SECTION FOUR CSS END  */

/* SECTION FIVE CSS START  */

.s5 {
  background-image: url("/img/enterprise-marketing/partner-with-dentedge-digital-today.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.s5 h2 {
  color: var(--white);
  font-size: 60px;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

.s5 p {
  color: var(--white);
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 4rem;
}

.s5 .button-tertiary {
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
}

.s5 .button-tertiary:hover {
  background: var(--secondary);
  color: var(--tertiary, #4fa4ac);
}

/* SECTION FIVE CSS END  */

/* SECTION SIX CSS START  */

.s6 {
  background: linear-gradient(107deg, #4fa4ac 0.55%, #358e97 100%);
}
.s6 .heading {
  margin: 0;
  padding: 0;
}

.s6 .heading:before {
  display: none;
}
.s6 .heading > h2 {
  position: relative;
  z-index: 9;
  font-size: 60px;
  color: var(--white);
  line-height: 70px;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
  .s6 .heading.width-90 {
    max-width: 90%;
  }
}

.s6 .accordion__item {
  border-radius: 10px;
  background: var(--white);
  box-shadow: 15px 15px 30px 0px rgba(0, 0, 0, 0.25);
}

.s6 .accordion__item__header > h4 {
  color: var(--light-black);
  font-size: 16px;
  font-weight: 500;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
}

.s6 .accordion__item__header {
  padding: 1.5rem;
  cursor: pointer;
}

.s6 .accordion__item__content {
  padding: 0 1.5rem 1rem;
}

.s6 .accordion__item__content > p {
  color: var(--light-black);
  font-size: 1rem;
  line-height: 24px;
}

.s6 .accordion__item.active .accordion__item__header svg {
  transform: rotate(180deg);
}

.s6 .accordion .accordion__item:not(:last-child) {
  margin: 0 0 1rem;
}

.s6 .div-img img {
  position: absolute;
  bottom: 0;
}

/* SECTION SIX CSS END  */

/* SECTION SEVEN CSS START  */

.s7 {
  background: linear-gradient(107deg, #4fa4ac 0.55%, #358e97 100%);
}
.s7 .heading {
  margin-bottom: 0;
  padding-bottom: 0;
}

.s7 .heading:before {
  display: none;
}
.s7 .div-text > * {
  color: var(--white);
}

.s7 .div-text p {
  font-weight: 300;
}

@media (min-width: 1199px) {
  .s7 .div-img > img {
    position: absolute;
    right: 0;
    max-width: 700px;
    bottom: 0;
  }
}

.s7 .div-CTA {
  margin: 3rem 0 0;
}

.s7 .div-CTA .button-tertiary {
  background: var(--white, #fff);
  color: var(--primary);
}

.s7 .div-CTA .svg-phone > i {
  background: var(--tertiary, #4fa4ac);
}

.s7 .div-CTA .svg-phone svg g path {
  fill: var(--white, #fff);
  stroke: var(--white, #fff);
}

.s7 .div-CTA .button-tertiary:hover {
  background: var(--primary);
  color: var(--white, #fff);
}

/* SECTION SEVEN CSS END  */

/* SECTION EIGHT CSS START HERE  */

.s8 .heading {
  margin: 0 auto 3rem;
}

.s8 .heading:before {
  right: 0;
  margin: auto;
}

.s8 .heading > h2 {
  margin: 0;
}

.s8 .custom-row {
  align-items: center;
}

/* @media screen and (min-width: 1199px) {
    .s8 .div-text {
        padding-left: 3rem;
    }
} */

.s8 .container .custom-row:not(:last-child) {
  margin-bottom: 2rem;
}

.s8 .div-text h3 {
  color: var(--primary, #2c3e50);
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 2rem;
}

.s8 .div-text > p {
  font-size: 1rem;
  line-height: 24px;
}

.s8 .div-text .button {
  margin: 1rem 0 0;
}

/* SECTION EIGHT CSS END HERE  */

/* SECTION NINE CSS START HERE  */

.s9 {
  background: rgb(229 238 239 / 40%);
}
.s9 .custom-row {
  position: relative;
  align-items: center;
  z-index: 99;
}
.s9 .div-text > h2 {
  color: var(--primary, #2c3e50);
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0.5rem 0 1rem;
}

.s9 .div-text .after-heading {
  position: relative;
  display: inline-block;
  color: var(--white, #fff);
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding: 0.2rem 0;
  z-index: 9;
  margin: 0 0 2rem;
}

.s9 .div-text .after-heading:before {
  position: absolute;
  content: "";
  background: var(--primary, #2c3e50);
  width: 100vw;
  height: 100%;
  top: 0;
  right: -10px;
  z-index: -9;
}

.s9 .div-text .div-CTA {
  margin: 3rem 0 0;
}
.s9 .shape {
  display: none;
}
@media (min-width: 992px) {
  .s9 .shape {
    display: block;
    position: absolute;
  }

  .s9 .shape-1 {
    top: 0;
    left: 0;
  }

  .s9 .shape-2 {
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
  }
}

/* SECTION NINE CSS END HERE  */

@media (max-width: 1199px) {
  .pageBanner {
    position: relative;
    background-position: center;
    height: auto;
    padding: 5rem 0;
  }

  .pageBanner:before {
    position: absolute;
    content: "";
    background: #fff;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .pageBanner .custom-row {
    grid-gap: 0;
  }

  .pageBanner .div-text {
    margin-top: 0;
  }

  .pageBanner .div-text {
    position: relative;
  }

  .pageBanner .div-text h1 {
    font-size: 36px;
  }

  .pageBanner .div-text .before-heading {
    font-size: 1rem;
    letter-spacing: 2px;
  }

  .pageBanner .div-badge .badge {
    top: 0;
  }

  .s3 .choose-card {
    margin: 0;
  }

  .s4 .custom-row {
    align-items: flex-start;
  }
}

@media (max-width: 991px) {
  .pageBanner .div-badge .badge {
    right: 1rem;
    top: 0;
  }

  .s2 .heading {
    text-align: center;
  }

  .s3 .heading {
    max-width: 100%;
  }

  .s3 .col-4:not(:last-child) .choose-card {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
  }

  .s3 .choose-card {
    min-height: auto;
    border-radius: 0;
    padding: 2rem;
  }

  .s3 .choose-card p {
    margin: 0;
  }

  .s5 h2 {
    font-size: 50px;
  }

  .accordion {
    position: relative;
    z-index: 9;
  }

  .s6 .heading {
    text-align: center;
  }

  .s6 .div-img img {
    right: 0;
  }

  .s6 .heading.width-50 {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .section {
    padding: 2rem 0;
  }

  .button {
    padding: 1rem;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .heading > h2 {
    font-size: 2rem;
  }

  .div-text p {
    font-size: 1rem;
    line-height: 26px;
  }
  .svg-phone > i {
    width: 30px;
    height: 30px;
  }

  .svg-phone svg {
    width: 1rem;
    height: 1rem;
  }

  .pageBanner {
    height: auto;
    padding: 2rem 0;
  }

  .pageBanner .div-text .before-heading {
    font-size: 0.875rem;
    letter-spacing: 0px;
  }

  .pageBanner .div-text h1 {
    font-size: 1.625rem;
    max-width: max-content;
  }

  .pageBanner .div-text p {
    font-size: 1rem;
    line-height: 26px;
  }

  .pageBanner .div-text .div-CTA {
    margin: 2rem 0 0;
  }

  .pageBanner .div-text .div-CTA .discover-CTA {
    padding: 1rem 0;
    font-size: 0.875rem;
  }

  .pageBanner .div-text .div-CTA .call-CTA {
    font-size: 2rem;
  }

  .pageBanner .div-badge {
    display: none;
  }

  .s3 .heading > p {
    font-size: 1rem;
    line-height: 26px;
  }

  .s3 .choose-card {
    margin: 0;
    padding: 2rem 1rem;
  }

  .s4 .heading {
    text-align: center;
  }

  .s4 .heading:before {
    right: 0;
    left: 0;
    margin: auto;
  }

  .s5 h2 {
    font-size: 2rem;
  }

  .s5 p {
    font-size: 1rem;
    margin: 0 0 2rem;
  }

  .s6 .heading > h2 {
    font-size: 2rem;
    line-height: 1.5;
  }
  .s7 .div-img {
    display: none;
  }
  .s8 {
    text-align: center;
  }
  .s8 .swap-directeion {
    flex-direction: column-reverse;
  }

  .s8 .div-text h3 {
    font-size: 2rem;
  }
  .s9 .div-text h2 {
    font-size: 1.5rem;
  }

  .s9 .div-text .after-heading {
    font-size: 16px;
  }
}
