*,
*::before,
*::after {
  margin: 0;
}

html {
  font-size: 10px;
}

:root {
  --clr-white: #fff;
  --clr-theme: #3777c2;
  --clr-black: #2a2a2a;
  --clr-lightblue: #f7fafe;
  --clr-body: #5f5f5f;

  --fs-700: 3.6rem;
  --fs-600: 2.4rem;
  --fs-500: 1.8rem;
  --fs-body: 1.6rem;
  --fs-btn: 1.6rem;

  --fw-bold: 700;
  --fw-semibold: 600;
  --fw-medium: 500;
  --fw-regular: 400;
  --fw-light: 300;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: var(--fs-body);
  color: var(--clr-body);
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

a {
  transition: 0.5s;
  text-decoration: none;
}

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

button:focus,
button:active {
  border: 0;
}

.img-fluid {
  display: block;
  max-width: 100%;
}

.c-container {
  max-width: 90%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.banner-section {
  background-color: var(--clr-theme);
  color: #fff;
  font-size: var(--fs-body);
  padding: 5rem 0 4rem;
}

.banner-section .banner-content h2 {
  font-size: var(--fs-700);
}

.mobileCTA {
    display: none !important;
}

.text-link {
  color: #2077ba;
}

.text-link:hover,
.text-link:focus,
.text-link:active {
  color: var(--clr-theme);
}

.text-link-underline {
  color: #fff;
  text-decoration: underline;
}

.text-link-underline:hover,
.text-link-underline:focus,
.text-link-underline:active {
  color: #fff;
  text-decoration: none;
}

.align-middle {
  vertical-align: middle;
  margin-left: 1rem;
}

.grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 6rem;
}

.btn-wrapper {
  display: flex;
  gap: 2rem;
  margin-top: 3rem;
}

.banner-cta {
  font-size: var(--fs-btn);
  color: #fff;
  display: inline-block;
  background-color: #ff9900;
  border-radius: 3rem;
  padding: 1.2rem 3rem;
  transition: transform 0.5s;
  white-space: nowrap;
}

.banner-imgwrapper img {
  width: 80%;
  margin: auto;
}

.banner-cta svg {
  transition: transform 0.5s;
}

.banner-cta:hover svg {
  transform: translateX(5px);
}

.btn-darkbg {
  background-color: #39516a;
}

.banner-cta:hover,
.banner-cta:focus,
.banner-cta:active {
  color: #fff;
}

.section-padding {
  padding: 6rem 0;
}

.text-blue {
  color: #2077ba;
}

.section-title {
  font-size: var(--fs-700);
  color: #3e3e3e;
  font-weight: 400;
  line-height: 1.4;
}

.section2-grid-wrapper {
  display: grid;
  grid-template-columns: 46% 52%;
  gap: 4rem;
  align-items: center;
}

.bg-blue {
  background-color: #f7fafe;
}

.section-3 {
  background-image: url(/../images/assets/chatbot/waves1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 5rem 0;
  overflow: hidden;
}

.section3-grid {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
  gap: 15rem;
}

.infographicSection2 .section3_grid {
  padding-top: 0;
  gap: 1rem;
}

.section-4 .section-title {
  max-width: 35ch;
  margin: auto;
}

.section-4 p {
  max-width: 70ch;
  margin: auto;
}

.card-img {
  position: absolute;
  top: 17%;
  right: -12px;
  height: 70%;
  object-fit: cover;
}

.stack-card h3 {
  font-size: 2.6rem;
  font-weight: var(--fw-semibold);
  max-width: 25ch;
}

.stack-card p {
  font-size: 1.6rem;
  max-width: 40ch;
  margin-bottom: 3rem;
}

.stacks {
  position: relative;
  height: 50rem;
}

.card-cta {
  background-color: #131313;
  font-size: var(--fs-btn);
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  border-radius: 3rem;
  line-height: 0;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  cursor: pointer;
  color: #fff;
}

.card-cta:hover,
.card-cta:focus,
.card-cta:active {
  color: #fff;
}

.slidechatbot {
  transform: translateY(-312px);
}

#evon-dev-2233211 .evon-dev-2233211-main {
  transition: 0.4s ease-out;
  z-index: 999 !important;
}
/* .scrollup {
  bottom: 26px;
  left: 20px;
  right: auto;
} */

#evon-dev-2233211 #messengerIcon {
  padding: 8px 13px;
  font-size: 15px;
}

#evon-dev-2233211 #minimiseIcon,
#evon-dev-2233211 .logo {
  cursor: pointer;
}
.stack-card {
  background-image: radial-gradient(
    54.68% 54.68% at 70.52% 70%,
    #d65d8f 0%,
    #9660e5 100%
  );
  background-repeat: no-repeat;
  color: #fff;
  border-radius: 3rem;
  padding: 2rem 3rem 6rem;
  width: 580px;
  position: absolute;
  overflow: hidden;
  z-index: 3;
  max-width: 100%;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  transform-style: preserve-3d;
  height: 30rem;
}

.stack-card:hover {
  transform: translateY(-4rem);
}

.stack-card:nth-of-type(1) {
  top: 28%;
  right: 27%;
}

.stack-card:nth-of-type(2) {
  background-color: #567fcd;
  background-image: none;
  top: 17%;
  right: 20%;
  z-index: 2;
}
.stack-card:nth-of-type(3) {
  background-color: #4339bf;
  background-image: none;
  top: 6%;
  right: 14%;
  z-index: 1;
}

/* Add circular motion when pushed back */
.stack-card.circular-motion {
  animation: circular-loop 0.5s ease-in-out;
}

.accordion_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8em 0;
  cursor: pointer;
  margin: 0;
  font-size: var(--fs-600);
}

.accordion_body {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #5f5f5f;
}

.accordion_title button {
  text-align: left;
  background: rgb(0 0 0 / 0%);
  border: 0;
  cursor: pointer;
  font-size: var(--fs-600);
  font-weight: 400;
  color: var(--clr-black);
  padding: 0;
}

.rotate-icon {
  transform: rotate(134deg);
  transition: transform 0.3s ease;
  transform-origin: center;
}

.accordion_grouping {
  padding-top: 3rem;
}

.accordion_content {
  display: none;
  margin-bottom: 1rem;
  padding: 0 1.1em 1em 0;
}

.cta-btn {
  display: inline-block;
  background-color: #2077ba;
  font-size: var(--fs-btn);
  color: #fff;
  border-radius: 5px;
  transition: 0.5s ease;
  padding: 0.5em 1.8em;
  white-space: nowrap;
  transition: box-shadow 0.5s;
}

.cta_wrapper {
  margin-top: 3rem;
}

.cta-btn:hover,
.cta-btn:focus,
.cta-btn:active {
  color: var(--clr-white);
  background: var(--clr-theme);
}

.section3_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  padding-top: 3rem;
  align-items: center;
}

.center-img {
  position: relative;
}

.center-chatbubble {
  position: relative;
  z-index: 5;
}

.section3_grid ul {
  padding-left: 2rem;
}

.infographicSection {
  background-image: url(/../images/assets/chatbot/wave2.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.callout {
  color: #0a4366;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -15rem;
  width: 80rem;
  left: -18rem;
}

.callout-content h3 {
  font-size: var(--fs-600);
}

.callout-content p {
  font-size: 1.6rem;
}

.callout-content {
  position: absolute;
  top: 2rem;
  text-align: center;
  max-width: 40rem;
}

.callout:nth-of-type(2) {
  left: -60rem;
  top: 5rem;
  z-index: 6;
}

.callout:nth-of-type(3) {
  left: -59rem;
  top: 26rem;
  z-index: 1;
}

.callout:nth-of-type(4) {
  top: 3rem;
  z-index: 6;
  left: 24rem;
}
.callout:nth-of-type(5) {
  left: 22rem;
  top: 24rem;
  z-index: 4;
}

.info-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 16rem;
  position: relative;
}

.techstack-wrapper {
  padding: 5rem;
  background-color: #fff;
  border-radius: 1.6rem;
  display: flex;
  text-align: center;
  gap: 5rem;
  flex-wrap: wrap;
  justify-content: center;
}

figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: calc(100% / 11);
}

figcaption {
  color: #3e3e3e;
  font-size: 1.6rem;
}

.pricingdesc {
  max-width: 60ch;
  margin: auto;
}

.padding-top {
  padding-top: 5rem;
}
.pricing-section {
  padding-bottom: 0;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
}

.pricing-table tr:nth-child(even) {
  background-color: #f7f8fa;
}

.pricing-table td,
.pricing-table th {
  padding: 1.5rem 2rem;
  text-align: center;
}

.pricing-table th {
  font-size: var(--fs-body);
  color: #000000;
  font-weight: 400;
  padding-bottom: 3rem;
}

.pricing-table td {
  font-size: 1.6rem;
  font-weight: 300;
}

.pricing-table td span {
  position: relative;
}

.pricing-table td span::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 10px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.42969 5L4.92969 8.5L11.9297 1' stroke='%232077BA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  top: 5px;
  left: -20px;
}
.pricing-table .features {
  text-align: left;
  font-weight: 500;
  color: #393939;
}

.pricing-table ul {
  list-style-type: none;
  padding: 0;
}

.hostingOptions {
  padding-left: 15px;
  margin-top: 2rem;
}

.hostingOptions h4 {
  color: #000;
  font-size: 2rem;
}

.hostingOptions ul {
  padding-left: 20px;
}

.hostingOptions a {
  color: #2077ba;
  text-decoration: underline;
}

.faqAccordion {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  padding-top: 3rem;
}

.faq_block {
  margin: 6px auto;
  line-height: 185%;
  flex: 1;
}

.faq_block > div {
  background-color: #fff;
  border-radius: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 1.5rem 3rem;
}

.faq_3 h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1a1313;
  margin-bottom: 0;
  font-weight: var(--fw-semibold);
}

.faq_block .accordion_content {
  padding: 0 2rem 0 0;
  display: none;
  color: #4b5056;
}

.faq_block button {
  width: 100%;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  font-size: var(--fs-500);
  color: var(--clr-black);
  font-weight: 600;
  padding: 1rem 0;
  border: 0;
}

.text-left {
  text-align: left;
}

.rotate-icon {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.position-relative {
  position: relative;
}

.faq_heading {
  font-size: 3.4rem;
  color: #000;
  position: relative;
  margin: auto;
}

.faq_heading span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #4779f6;
}

.pricing-table-mobile {
  display: none;
}

/* blog css */

.home_blog_slider {
  margin-top: 4rem;
}
.Blog_Section .blog_card {
  padding: 0 20px;
  border: 0;
  box-shadow: none;
  margin-bottom: 20px;
}

.Blog_Section .blog_card_inner {
  box-shadow: 2px 4px 13px 0px #00000040;
}

.Blog_Section .slick-initialized .slick-slide {
  height: auto;
}

.Blog_Section .blog_content {
  padding: 0 15px 30px;
  min-height: 314px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.Blog_Section h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0e2b3d;
  letter-spacing: 0.4px;
  line-height: 1.3;
}

.Blog_Section p {
  font-size: 16px;
  font-weight: 400;
  color: #706d6b;
  margin-bottom: 17px;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.Blog_Section .blog_dateblock {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-top: 20px;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.Blog_Section .blog_dateblock img {
  margin-right: 5px;
}

.Blog_Section .blog_img {
  width: 100%;
  object-fit: cover;
}

.Blog_Section .blog_date {
  color: #837770;
  font-size: 13px;
  letter-spacing: 0.05ch;
  font-weight: 400;
  line-height: 1.2;
}

.Blog_Section .blog_btn {
  background: #388dc0;
  color: #fff;
  border-radius: 51px;
  padding: 8px 24px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  transition: 0.5s;
  margin-top: auto;
}

.Blog_Section .blog_btn:hover {
  background: #388cc0d8;
}

.Blog_Section .slick-dotted .slick-dots {
  display: flex;
  padding-left: 0;
  justify-content: center;
  list-style: none;
}

.Blog_Section .slick-dotted .slick-dots li {
  margin-right: 10px;
}

.Blog_Section .slick-dotted .slick-dots li:last-child {
  margin-right: 0;
}

.Blog_Section .slick-dotted .slick-dots li button {
  text-indent: -9999px;
  background: #c6c6c6;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 0;
}

.Blog_Section .slick-dotted .slick-dots li.slick-active button {
  background: #2072b7;
}

.tooltip {
  position: relative;
  display: inline-block;
  transition: visibility 0.5s ease-in;
  margin-left: 3px;
  cursor: pointer;
}

.tooltip svg {
  margin-left: 0;
}

.tooltip::before,
.tooltiptext::before {
  display: none !important;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 43rem;
  background-color: #fff;
  color: #667085;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 34px;
  right: -18rem;
  box-shadow: 0px 12px 16px -4px #10182814;
  padding: 2rem 1.2rem;
  font-size: 1.4rem;
  font-weight: 400;
}

.tooltip::after {
  visibility: hidden;
  content: "";
  position: absolute;
  top: -12px;
  right: 0;
  margin-left: -5px;
  border-width: 8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  z-index: 2;
}

.tooltip:hover .tooltiptext,
.tooltip:hover::after {
  visibility: visible;
}

/* ============= media queries ============ */

@media screen and (min-width: 1200px) {
  .c-container {
    max-width: 1170px;
  }
}

@media screen and (min-width: 1600px) {
  :root {
    --fs-700: 4.6rem;
    --fs-500: 2rem;
    --fs-body: 1.9rem;
  }

  .c-container {
    max-width: 1440px;
  }
}

@media screen and (min-width: 1900px) {
  .c-container {
    max-width: 1440px;
  }
}

@media screen and (max-width: 1599px) {
  .Blog_Section .blog_content {
    min-height: 348px;
  }
}

@media screen and (max-width: 1440px) {
  .callout {
    width: 46rem;
    left: -1rem;
  }
  .callout-content {
    max-width: 35rem;
  }
  .callout:nth-of-type(4) {
    left: 34rem;
  }
  .callout:nth-of-type(5) {
    left: 32rem;
  }
  .callout:nth-of-type(2) {
    left: -36rem;
    top: 4rem;
  }
  .callout:nth-of-type(3) {
    left: -36rem;
    top: 23rem;
  }

  .callout img {
    height: 21rem;
  }
}

@media screen and (max-width: 1366px) {
  .stack-card {
    width: 500px;
  }

  .tooltip .tooltiptext2 {
    right: -10rem;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --fs-600: 2rem;
  }
  .section3-grid {
    gap: 5rem;
  }
  .faq_block button {
    padding-top: 0;
  }
}

@media screen and (max-width: 1199px) {
  :root {
    --fs-700: 3rem;
  }
  .Blog_Section .blog_content {
    min-height: 383px;
  }
  .tooltip .tooltiptext2 {
    right: -5rem;
  }

  .callout {
    width: 43rem;
    left: -5rem;
  }
  .callout:nth-of-type(2) {
    left: -34rem;
    top: 4rem;
  }
  .callout:nth-of-type(3) {
    left: -33rem;
    top: 23rem;
  }

  .callout:nth-of-type(4) {
    left: 28rem;
  }
  .callout:nth-of-type(5) {
    left: 24rem;
  }
  .center-img {
    width: 36rem;
  }
  .info-wrapper {
    padding-top: 15rem;
  }
  figure {
    width: calc(100% / 9);
  }
  .stack-card {
    width: 440px;
  }
  .stack-card:hover {
    transform: none;
  }
}

@media screen and (max-width: 1080px) {
  .center-chatbubble {
    display: none;
  }
  .callout,
  .callout:nth-of-type(2),
  .callout:nth-of-type(3),
  .callout:nth-of-type(4),
  .callout:nth-of-type(5) {
    position: relative;
    top: unset;
    left: unset;
    width: 52rem;
  }

  .callout:nth-of-type(1),
  .callout:nth-of-type(3),
  .callout:nth-of-type(5) {
    float: left;
  }

  .callout:nth-of-type(2),
  .callout:nth-of-type(4) {
    float: right;
  }

  .info-wrapper {
    padding-top: 2rem;
  }
  .center-img {
    width: auto;
  }
  .stack-card {
    width: 390px;
  }
  .stack-card h3 {
    max-width: 18ch;
  }

  .stack-card p {
    max-width: 38ch;
  }

  .tooltip .tooltiptext2 {
    right: -8rem;
  }
}

@media screen and (max-width: 991px) {
  :root {
    --fs-600: 2.2rem;
    --fs-500: 1.8rem;
  }
  .Blog_Section .blog_content {
    min-height: 344px;
  }

  .banner-imgwrapper img {
    width: 100%;
  }
  .section3-grid {
    grid-template-columns: 1fr;
  }
  .text-center-md {
    text-align: center;
  }
  .stack-card {
    width: 100%;
    left: 0 !important;
    right: 91px !important;
  }

  figure {
    width: calc(100% / 7);
  }
  .section2-grid-wrapper {
    grid-template-columns: 46% 46%;
  }
  .stack-card h3,
  .stack-card p {
    max-width: 90%;
    text-align: center;
    margin: 0 auto 3rem;
  }
  .stack-card {
    padding: 5rem 0 12rem;
  }
  .card-img {
    top: 2%;
    right: 33%;
    height: auto;
    object-fit: cover;
    width: 40%;
    transform: rotate(90deg);
    z-index: -1;
    opacity: 0.5;
  }
  .section-padding {
    padding: 4rem 0;
  }

  .section-3 {
    overflow: unset;
  }
  .stacks {
    height: auto;
  }
  .section3-grid {
    gap: 0rem;
  }
  .stack-card {
    position: sticky !important;
    margin-bottom: 4rem;
    top: 10rem !important;
  }
  .stack-card:nth-of-type(2) {
    z-index: 6 !important;
    top: 12rem !important;
  }
  .stack-card:nth-of-type(3) {
    z-index: 7 !important;
    top: 14rem !important;
    margin-bottom: 0;
  }
  .tooltip .tooltiptext {
    width: 30rem;
  }
}

@media screen and (max-width: 820px) {
  .tooltip .tooltiptext2 {
    right: -5rem;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --fs-600: 2rem;
  }
  .text-center-sm {
    text-align: center;
  }
  .c-container {
    max-width: 95%;
  }
  .tooltip .tooltiptext2 {
    right: -3rem;
  }
  .stacks {
    padding-top: 2rem;
  }

  .grid-wrapper {
    grid-template-columns: 1fr;
    gap: 4rem;
    text-align: center;
  }
  .btn-wrapper {
    justify-content: center;
  }
  .banner-imgwrapper {
    margin: auto;
    width: 60vw;
  }
  .section2-grid-wrapper {
    grid-template-columns: 1fr;
  }
  .section2-img,
  .col-2 img {
    order: 1;
    margin: auto;
  }
  .section3_grid {
    grid-template-columns: 1fr;
    gap: 6rem;
    padding-top: 0rem;
  }
  .cta_wrapper {
    margin-top: 2rem;
    text-align: center;
  }

  .card-img {
    top: 30%;
  }

  .Blog_Section .blog_btn {
    align-self: center;
  }
  .Blog_Section .blog_content {
    min-height: 334px;
  }
  .Blog_Section .blog_card {
    padding: 0 10px;
  }
  .Blog_Section h3 {
    font-size: 20px;
  }

  .tooltip .tooltiptext {
    width: 32rem;
  }
}

@media screen and (max-width: 575px) {
  :root {
    --fs-700: 2.6rem;
    --fs-600: 1.8rem;
    --fs-500: 1.6rem;
    --fs-body: 1.6rem;
    --fs-btn: 1.4rem;
  }

  .faq_block button {
    font-size: 17px;
  }
  .pricing-section {
    padding-bottom: 0;
  }
  .hostingOptions {
    margin-top: 3rem;
  }
  .tooltip .tooltiptext {
    bottom: 33px;
    right: 0;
    left: -29px;
  }

  .tooltip {
    position: absolute;
    top: 50%;
  }
  .pricing-card:last-child .tooltip {
    top: 39%;
  }

  #evon-dev-2233211 .evon-dev-2233211-main {
    bottom: 10px;
    right: 6px;
  }
  .banner-section {
    padding: 2rem 0 3rem;
  }
  .section-padding {
    padding: 2rem 0;
  }
  .techstack-wrapper {
    padding: 2rem;
  }
  figure {
    width: calc(100% / 5);
  }
  .callout {
    float: none !important;
    width: calc(100vw - 23px) !important;
    margin: 0 auto;
  }
  .pricing-table,
  .col-2 img {
    display: none;
  }

  .pricing-table-mobile {
    display: block;
  }
  .card-img {
    top: 31%;
    width: 48%;
    right: 27%;
  }

  .pricing-card {
    box-shadow: 4px 4px 15px 0px #00000026;
    border-radius: 8px;
    padding: 2rem;
    margin-bottom: 3rem;
  }

  .pricing-card:last-child {
    margin-bottom: 0;
  }
  .pricing-card h3 {
    font-size: 2.4rem;
    color: #3e3e3e;
    font-weight: var(--fw-bold);
  }
  .pricing-card p {
    font-size: 1.4rem;
  }

  .pricing-card h4 {
    color: #3e3e3e;
    font-weight: var(--fw-bold);
    font-size: 15px;
    margin-top: 2rem;
  }
  .faq_block > div {
    padding: 1.5rem 2rem;
  }
  .pricing-card .cta-btn {
    width: 100%;
    justify-content: center;
  }

  .pricing-card ul {
    list-style-type: none;
    padding-left: 3rem;
  }
  .pricing-card ul li {
    border-bottom: 1px solid #17100e1a;
    color: #262626;
    padding: 1.5rem 0 1rem;
    position: relative;
  }

  .pricing-card ul li::before {
    content: "";
    position: absolute;
    top: 2.1rem;
    left: -30px;
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 15" fill="none"><path d="M7.01489 13.3987C6.14309 13.3987 5.32135 13.2318 4.54966 12.8981C3.78214 12.5645 3.10431 12.1035 2.51615 11.5153C1.928 10.9272 1.46707 10.2494 1.13337 9.48183C0.799664 8.71014 0.632812 7.8884 0.632812 7.01659C0.632812 6.1448 0.799664 5.32514 1.13337 4.55762C1.46707 3.78593 1.92591 3.10601 2.50989 2.51786C3.09805 1.92971 3.77588 1.46878 4.5434 1.13508C5.31509 0.801374 6.13684 0.634521 7.00863 0.634521C7.88043 0.634521 8.70218 0.801374 9.47388 1.13508C10.2456 1.46878 10.9255 1.92971 11.5136 2.51786C12.1018 3.10601 12.5627 3.78593 12.8964 4.55762C13.2301 5.32514 13.397 6.1448 13.397 7.01659C13.397 7.8884 13.2301 8.71014 12.8964 9.48183C12.5627 10.2494 12.1018 10.9272 11.5136 11.5153C10.9255 12.1035 10.2456 12.5645 9.47388 12.8981C8.70635 13.2318 7.88669 13.3987 7.01489 13.3987ZM6.31411 10.07C6.42256 10.07 6.52059 10.0449 6.60819 9.99494C6.69578 9.94487 6.77295 9.86972 6.83969 9.76968L9.78042 5.13326C9.81804 5.07069 9.85346 5.00395 9.88687 4.93304C9.92018 4.86212 9.93684 4.79121 9.93684 4.7203C9.93684 4.57431 9.88266 4.45959 9.77419 4.37617C9.66573 4.28857 9.54482 4.24477 9.41128 4.24477C9.22776 4.24477 9.07759 4.34071 8.96079 4.5326L6.28909 8.82485L5.01892 7.18553C4.93967 7.08125 4.8625 7.01034 4.78742 6.9728C4.71651 6.93526 4.63517 6.91649 4.5434 6.91649C4.40157 6.91649 4.28269 6.96862 4.18675 7.07291C4.09082 7.17302 4.04285 7.29399 4.04285 7.43581C4.04285 7.50672 4.05536 7.57764 4.08038 7.64855C4.10958 7.71529 4.14713 7.77995 4.19301 7.84252L5.7635 9.76968C5.84692 9.87814 5.93244 9.9553 6.02003 10.0012C6.10764 10.047 6.20566 10.07 6.31411 10.07Z" fill="%232077BA"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .stack-card {
    padding: 4rem 0;
    height: auto;
  }
  .section-3 {
    padding: 3rem 0;
  }
  .section3_grid {
    gap: 3rem;
  }
  section.section-4.section-padding {
    padding-bottom: 0;
  }

  .Blog_Section .blog_content {
    min-height: 328px;
  }
}

@media screen and (max-width: 499px) {
  .tooltip .tooltiptext {
    left: -8rem;
  }
}

@media screen and (max-width: 479px) {
  :root {
    --fs-700: 2.4rem;
  }
  .tooltip .tooltiptext {
    left: -12rem;
  }
  .callout-content {
    max-width: 80%;
  }
  .banner-cta {
    padding: 0.5em 1em;
  }
  .btn-wrapper {
    gap: 1rem;
  }
  .banner-imgwrapper {
    width: 90%;
  }
  .Blog_Section .slick-dotted .slick-dots li button {
    width: 10px;
    height: 11px;
  }

  .faq-arrow svg {
    width: 14px;
  }
  .home_blog_slider {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 460px) {
  .tooltip .tooltiptext {
    left: -13rem;
  }
  .tooltip .tooltiptext {
    width: 27rem;
  }
}

@media screen and (max-width: 417px) {
  .tooltip .tooltiptext {
    left: -16rem;
  }
}

@media screen and (max-width: 398px) {
  .card-img {
    top: 47%;
  }
  .tooltip .tooltiptext {
    left: -17rem;
  }

  .pricing-card:last-child .tooltip .tooltiptext {
    left: -20rem;
  }
}

@media screen and (max-width: 385px) {
  .tooltip .tooltiptext {
    left: -21rem;
  }
}

@media screen and (max-width: 373px) {
  .tooltip .tooltiptext {
    left: -25rem;
  }
  .pricing-card:last-child .tooltip .tooltiptext {
    left: -25rem;
  }
}

@media screen and (max-width: 370px) {
  .pricing-card:last-child .tooltip .tooltiptext {
    left: -25rem;
  }
}

@media screen and (max-width: 361px) {
  .tooltip .tooltiptext {
    left: -25rem;
  }
}

@media screen and (max-width: 348px) {
  .pricing-card:last-child .tooltip .tooltiptext {
    left: -12rem;
  }
  .pricing-card:last-child .tooltip {
    top: 51%;
  }
}

@media screen and (max-width: 338px) {
  .tooltip .tooltiptext {
    left: -13rem;
  }

  .tooltip {
    top: 63%;
  }
}

@media screen and (max-width: 335px) {
  .callout-content {
    max-width: 86%;
  }
  .btn-wrapper {
    gap: 2rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  figure {
    width: calc(100% / 5);
  }
}

@media screen and (max-width: 320px) {
  .tooltip .tooltiptext {
    width: 24rem;
  }
}