/* ==================== Compare Page CSS ==================== */
.compare_banner_main {
  width: 100%;
  background-image: linear-gradient(
    135deg,
    #002D8E 0%,
    #0047CC 100%
  );
  border-radius: 32px;
  margin-top: 130px;
}
.compare_banner_inner {
  height: 100%;
  padding: 77px 0px;
  max-width: 960px;
  margin: 0 auto;
}
.compare_banner_inner .compare_vs_logos {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.compare_vs_logos img {
  width: 150px;
  max-width: 160px;
  background-color: #fff;
  padding: 6px 20px;
  border-radius: 30px;
  height: 50px;
  object-fit: fill;
}
.compare_vs_logos .vs_text {
  position: absolute;
  color: #fff;
  font-weight: bold;
  height: 32px;
  width: 32px;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  padding: 4px;
  border-radius: 100%;
  background: linear-gradient(135deg, #002D8E 0%, #0047CC 100%);
}
.compare_banner_inner .heading {
  color: #fff;
  font-size: 3.5rem;
  line-height: 114%;
  letter-spacing: -0.02em;
  margin-top: 40px;
  font-family: ABC Normal, sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.compare_banner_inner .heading .main_text {
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #b3d9ff 50%,
    #ffffff 100%
  );
  letter-spacing: -0.02em;
  font-family: ABC Normal, sans-serif;
  font-size: 79px;
  font-weight: 600;
  line-height: 1.25;
  z-index: 5;
  text-align: center;
  -webkit-background-clip: text;
  display: block;
  border-radius: 10px;
  text-decoration: underline;
  text-underline-offset: 8px;
  margin-bottom: 10px;
}
.compare_banner_inner .sub {
  max-width: 637px;
  font-size: 1.21rem;
  font-weight: 400;
  color: #fff;
  line-height: 150%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  text-align: center;
  margin: 0 auto;
}
.signup_btn_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 15px;
}
.signup_btn_wrapper .cta__btn .google_signup {
  display: flex;
  width: 220px;
  height: 50px;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
  border-radius: 24px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.signup_btn_wrapper .cta__btn .google_signup img {
  height: 23px;
  width: 23px;
  margin-right: 8px;
}
.signup_btn_wrapper .cta__btn .email_signup {
  display: flex;
  width: 220px;
  height: 50px;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
  border-radius: 24px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.signup_btn_wrapper .cta__btn .email_signup .fa-arrow-right {
  margin-left: 8px;
}
.banner_feature_item_wrapper {
  grid-column-gap: 54px;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
}
.banner_feature_item_wrapper .banner_feature_item img {
  margin-right: 20px;
}
.banner_feature_item_wrapper .banner_feature_item {
  color: #fff;
  grid-template-rows: auto;
  align-items: center;
  font-family: Inter, sans-serif;
  line-height: 160%;
  display: flex;
}

/*====================== Testimonials CSS ======================= */
.testimonial_main {
  background-image: linear-gradient(135deg, #002D8E 0%, #0047CC 100%);
  border-radius: 2rem;
  padding: 40px 16px 40px;
  text-align: center;
  margin: 0 auto;
}
.testimonial_main .tag-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 14px;
  grid-column-gap: 4px;
  margin-bottom: 1.5rem;
  color: #fff;
  text-transform: capitalize;
  background: linear-gradient(135deg, #002D8E 0%, #0047CC 100%);
  border: 1px #e4f5f4;
  border-radius: 34px;
  padding: 10px 23px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 133%;
  max-width: 140px;
  margin: 0 auto 30px;
  font-weight: 600;
}
.testimonial_main .heading {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 3.5rem;
  line-height: 114%;
  text-align: center;
}

.testimonial_table_main h2 {
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin: 20px 0px;
}
.testimonial_table_main .compare_table_main {
  width: 100%;
  max-width: 996px;
  background-color: #f8fcfb;
  border: 4px solid #e4f7f2;
  border-radius: 16px;
  margin-top: 40px;
  padding: 100px 40px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}
.testimonial_main .sub {
  max-width: 637px;
  font-size: 1.21rem;
  font-weight: 400;
  color: #fff;
  line-height: 150%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  text-align: center;
  margin: 0 auto 30px;
}
.testimonial_vedio {
  height: 400px;
  width: 650px;
  margin: 0 auto 30px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  padding: 0px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* Responsive adjustments for smaller screens */
@media screen and (max-width: 768px) {
  .testimonial_vedio {
    width: 100%; /* Full width */
    height: auto; /* Maintain aspect ratio */
  }
}
.competitor_testimonial-stats {
  width: 100%;
  max-width: 640px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.competitor_testimonial-stat-card {
  width: 100%;
  background-image: linear-gradient(135deg, #78bdb3, #cfcc93);
  border-radius: 87px;
  padding: 2px;
  overflow: hidden;
}
.competitor_testimonial-card-content {
  width: 100%;
  height: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}
.competitor_testimonial-card-header {
  letter-spacing: -0.5px;
  font-family: ABC Normal, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
}
.competitor_testimonial-card-sub {
  color: #817a99;
  text-align: center;
  letter-spacing: -0.5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.section_competitor-banner-dark {
  padding-top: 80px;
  padding-bottom: 60px;
}
.container-extra-large {
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  perspective: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.competitor_dark-banner {
  background-image: linear-gradient(135deg, #002D8E 0%, #0047CC 100%);
  background-position: 100% 0, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 66px 128px;
  display: flex;
}
.h2-competitor.text-color-wh.center,
.h2-competitor.center {
  text-align: center;
}
.h2-competitor.text-color-wh {
  color: #fff;
}
.subscribe-banner_subtext1.text-color-wh {
  color: #fff;
}
.margin-top-24 {
  margin-top: 24px;
}
.margin-top-40 {
  margin-top: 40px;
}
/* ================ Compare Table ====================== */
.table-container {
  max-width: 100%;
  overflow-x: auto;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.responsive-table {
  width: 100%;
  border-collapse: collapse;
}
.responsive-table th {
  background-image: linear-gradient(135deg, #002D8E 0%, #0047CC 100%);
  color: #fff;
}
.responsive-table th,
.responsive-table td {
  padding: 15px 15px 15px 20px;
  text-align: left;
  border: 1px solid #ddd;
}
.responsive-table td:nth-child(1) {
  font-weight: bold;
}

.responsive-table td img {
  height: 15px;
  width: 15px;
  margin-right: 8px;
}
.responsive-table th {
  text-transform: capitalize;
}
@media (max-width: 600px) {
  .table-container {
    overflow-x: auto;
  }

  .responsive-table {
    width: 100%;
  }
  .responsive-table th,
  .responsive-table td {
    padding: 10px 10px 10px 20px;
    text-align: left;
  }
  .testimonial_table_main .compare_table_main {
    padding: 0px;
  }
}

/* ========================== Media Querries for Responsive Design ====================== */

@media (min-width: 1024px) {
  /* Compare Hero*/
  .compare_padding {
    padding: 30px;
  }
  /* Compare Testimonials */
  .testimonial_padding_div {
    padding: 30px;
  }
}

@media (max-width: 989px) {
  /* Compare Hero */
  .compare_padding {
    padding: 30px;
  }
  .compare_banner_inner .heading {
    font-size: 42px;
    max-width: 600px;
    margin: 0 auto 30px;
  }
  .compare_banner_inner .heading .main_text {
    font-size: 54px;
    margin: 10px 0px;
  }
  /* Compare Testimonials */
  .testimonial_padding_div {
    padding: 30px;
  }
}

@media (max-width: 550px) {
  /* Compare Hero */
  .compare_padding {
    padding: 10px;
  }
  .compare_banner_inner .heading {
    font-size: 34px;
    max-width: 600px;
    margin: 0 auto 30px;
  }
  .compare_banner_inner .heading .main_text {
    font-size: 52px;
    margin: 20px 0px;
  }

  /* Compare Testimonials */
  .testimonial_padding_div {
    padding: 10px;
  }
  .testimonial_vedio {
    height: 220px;
    width: 100%;
    padding: 10px;
  }
  .testimonial_main .heading {
    font-size: 34px;
  }
  .testimonial_main .sub {
    font-size: 18px;
  }
  .competitor_testimonial-stats {
    display: flex;
    flex-direction: column;
  }
  .competitor_testimonial-card-header {
    font-size: 24px;
  }
  .testimonial_table_main h2 {
    font-size: 34px;
  }
  .competitor_dark-banner {
    padding: 25px;
  }
  .competitor_dark-banner h2 {
    font-size: 34px;
  }
}
